.news-detail ._date {
    font-size: 13px;
    color: #8d8b8b;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: lowercase;
}
.news-detail .preview-text {
    margin-bottom: 10px;
    margin-top: 10px;
}
.news-detail .detail-text {
    margin-bottom: 10px;
    margin-top: 10px;
}
img.preview_img{
    width: 220px;
    height: 190px;
}
/*#application_connection, #how_pay, #tariff, #channel_list, #installation_instructions {
    padding-top: 70px;
    margin-top: -70px;
}
#store {
    padding-top: 120px;
    margin-top: -120px;
}*/
.shares .shares__item {
    padding-bottom: 20px;
    text-align: center;
}
.shares .shares__item .shares__item-link {
    bottom: 0px;
    position: static;
}
.size-medium-image {
    width: 300px !important;
}
.home-news__item-img {
    text-align: center;
}
.ml-15 {
    margin-left: 15px;
}
@media(max-width: 1019px), (min-width: 1050px) {
    .page-scroll-menu.fixed {
        /*left: 15px !important;*/
    }
}
@media(min-width: 1020px) and (max-width: 1050px) {
   .page-scroll-menu.fixed {
        /*left: 8px !important;*/
    }
}
.application-connection .application-connection__show {
    background: #FFF;
    border-bottom: 2px solid #13A48A;
    color: #13A48A;
}