h1, .h1, h3, .h3, h4, .h4 {
    font-weight: 700;
}
h1.main-headline {
    margin-top: 7px;
    margin-bottom: 35px;
}
@media (min-width: 576px) {
    .news-yaers {
        padding-top: 6px;
    }
}
.news-yaers {
    display: flex;
    margin-bottom: 40px;
}
.news-yaers__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: -2px;
}
.news-yaers__item {
    padding: 7px 19px;
    border: 1px solid rgba(153, 153, 153, 1);
    line-height: 1;
}
.news-yaers__item:not(:last-child) {
    margin-right: 0;
}
.news-yaers__title {
    margin-right: 20px;
}
.news-desc {
    line-height: 140%;
}
.news-headline,
.news-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* Кол-во строк */
  margin-bottom: 10px;
}
.news-content {
    display: flex;
    flex-direction: column;
}
.news-date {
    margin-top: auto;
}
.top-news {
    display: flex;
    position: relative;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 10px;
}
/*
.top-news .news-headline {
    line-height: 100%;
}
    */
.top-news .news-content {
    padding: 20px;
    flex: 1;
}
.top-news .news-img_first {
    flex-basis: 545px;
    border-radius: 10px 0 0 10px;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    border: 0;
}
.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.news-card {
    display: flex;
    flex-direction: column;
    flex: 30%;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 10px;
    position: relative;
}
@media (min-width: 576px) {
    .news-card {
        min-height: 380px;
    }
}
.news-card__content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
}
.news-card .news-headline {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    font-family: Montserrat, serif;
}
.news-card .news-img {
    border-radius: 10px 10px 0 0;
    border: 0;
        padding-bottom: 200px;
}
.pagination {
    gap: 3px;
}
.pagination .page-link {
    width: 36px;
    height: 36px;
    border: 1px solid transparent;
    border-radius: 50%;
        transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.pagination .page-item:not(.active) .page-link:hover {
    border-color: rgba(68, 206, 217, 1);
    color: rgba(68, 206, 217, 1);
}
.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.page-item.disabled .page-link {
    border-color: transparent;
}
.js-ajax-pagenation-wrapper {
    justify-content: space-between;
}
.js-ajax-pagenation-more {
    min-width: 374px;
}
.pagination-button {
    width: 100%;
    color: #44CED9;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.news-detail__date {
    display: flex;
    align-items: center;
    gap: 10px;
}
.news-detail .detail {
    line-height: 140%;
}
.news-detail .detail img {
    display: block;
    margin: 30px 0;
    max-width: 100%;
    height: auto;
}
.news-detail__date,
.news-detail__img,
.news-detail .feedback,
.near-news {
    margin-bottom: 35px;
}
.news-detail .s-video,
.news-detail .feedback {
    margin-top: 35px;
}
.news-detail p > br,
.news-detail div > br {
    display: none;
}
.near-news {
    display: flex;
    font-family: Montserrat, serif;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
        line-height: 140%;
}
.near-news .toright {
    text-align: right;
    margin-left: auto;
}
.near-news svg {
    flex-shrink: 0;
}
.near-news a {
    display: flex;
    align-items: center;
    gap: 15px;
}
.more-news-list__headline {
    font-size: 18px;
    font-weight: 700;
    color: rgba(17, 17, 17, 1);
    margin-bottom: 20px;
}
.more-news-list__list {
    display: flex;
    gap: 10px 20px;
}
.more-news-list-item {
    display: flex;
    flex: 1;
    border-radius: 10px;
    border: 1px solid rgba(229, 229, 229, 1);
    overflow: hidden;
    position: relative;
}
.more-news-list-item__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* Кол-во строк */
}/*
.more-news-list-item__text:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}*/
.more-news-list-item__content {
    display: flex;
    flex-direction: column;
    padding: 15px 15px 15px 10px;
    line-height: 140%;
}
.more-news-list-item__img,
.more-news-list-item__img img  {
    height: 100%;
    object-fit: cover;
}

#contactusPopup {
    width: 100%;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 14px;
}
#contactusPopup,
#contactusPopup .inner-popup {
    max-width: 471px;
}
#contactusPopup .popup-window-content {
    padding: 0;
    border-radius: 10px;
}
#contactusPopup #feedback {
    border-radius: 10px;
    border: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 40px;
}
#contactusPopup .row {
    margin-right: 0;
    margin-left: 0;
}
#contactusPopup .col-12 {
    padding-left: 0;
    padding-right: 0;
}
#contactusPopup .row > div {
    width: 100%;
}
#contactusPopup .fakeh3 {
    /*margin-bottom: 25px;*/
    font-weight: 700;
    line-height: 100%;
}
#contactusPopup .form_description {
    background: rgba(250, 250, 250, 1);
    padding: 10px;
    margin-bottom: 25px;
    line-height: 140%;
}
#contactusPopup .form-group {
    margin-bottom: 12px;
}
#contactusPopup .feedback .btn {
    max-width: 100%;
    margin-right: 0 !important;
}
.popup-window-close-icon:after {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.684.442 9 6.758 15.284.475A1.5 1.5 0 0 1 16.364 0a1.636 1.636 0 0 1 1.526 2.222c-.076.186-.189.354-.332.494L11.193 9l6.365 6.365c.27.264.428.621.442.999a1.637 1.637 0 0 1-1.637 1.636 1.5 1.5 0 0 1-1.129-.442L9 11.24l-6.3 6.3a1.5 1.5 0 0 1-1.063.458A1.637 1.637 0 0 1 .11 15.777c.076-.186.189-.354.332-.494l6.365-6.284L.442 2.634A1.47 1.47 0 0 1 0 1.636 1.636 1.636 0 0 1 1.637 0c.392.005.769.164 1.047.442' fill='%23999'/%3E%3C/svg%3E");
}
.popup-window-close-icon {
    opacity: 1;
    transition: filter 0.2s linear;
}
.popup-window-close-icon:hover {
    filter: brightness(0.7);
}
.policy-text {
    margin-top: 10px;
    line-height: 140%;
}
.policy-text a {
    text-decoration: underline;
}
#contactusPopup .required-text {
    margin-bottom: 25px;
}

.fake-tabs {
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 35px !important;
}
.fake-tabs__item {
    font-weight: 600;
    color: rgba(153, 153, 153, 1);
    padding: 12px 35px;
    flex: 1;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
}
.fake-tabs__item_active {
    background-color: rgba(68, 206, 217, 1);
    color: #fff;
}
.mobile-contacts-tabs {
    margin-bottom: 25px;
}

.mobile-contacts-tabs .selectize-control .selectize-input .item,
.mobile-contacts-tabs .selectize-control .selectize-dropdown-content .option {
    font-weight: 600;
    font-size: 20px;
    color: rgba(153, 153, 153, 1);
}
.mobile-contacts-tabs .selectize-control .selectize-input .item {
    color: rgba(68, 206, 217, 1);
}
.mobile-contacts-tabs .selectize-control .selectize-input,
.mobile-contacts-tabs .selectize-control .selectize-dropdown {
    border-color: rgba(68, 206, 217, 1);
}
.mobile-contacts-tabs .selectize-control.single .selectize-input:after {
    border-color: rgba(68, 206, 217, 1) transparent transparent 
}
.mobile-contacts-tabs .selectize-control .selectize-input {
    padding: 17px 2rem 12px 20px;
}
.mobile-contacts-tabs .selectize-control .selectize-dropdown-content .option {
    padding: 10px 20px;
}
.mobile-contacts-tabs .selectize-control .selectize-dropdown-content .option:first-child {
    padding: 0 20px 10px 20px;
}
.mobile-contacts-tabs .selectize-control .selectize-dropdown-content .option:last-child {
    padding: 10px 20px 17px 20px;
}
.mobile-contacts-tabs .selectize-control .selectize-dropdown-content .option.active {
    background-color: transparent;
}


.address-block__item_main {
    padding: 20px;
    margin-bottom: 20px;
}
.address-block__title {
    line-height: 100%;
    margin-bottom: 20px;
    font-size: 28px;
}
.address-block__contacts {
    display:flex;
    gap: 10px 40px;
    margin-top: 20px;
}
.address-block__phones {
    
    line-height: 140%;
}
.address-block__item_main-top .address-block__phones {
    flex: 1;
}
.shop-address__link {
    display: inline-flex;
    align-items: center;
}
.address-block__phones {
    display: flex;
    flex-direction: column;
    gap: 10px;   
}
.address-block__img {
    margin-right: 20px;
}
.address-block__bottom {
    gap: 20px;
}
.address-block__col_1 {
    flex: 1;
}
.address-block__col_3 {
    flex-basis: 283px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.address-block__col_3 .button {
    padding: 10px 20px;
    margin-top: auto;
}
.address-block__brands {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
    align-items: center;
    margin-bottom: 20px;
}
.y-map-shop {
    margin-top: 35px;
    margin-bottom: 35px;
}
.inline-feedback .feedback {
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width: 1199px) {
    .js-ajax-pagenation-more {
        min-width: 312px;
    }
    .fake-tabs__item {
        padding: 12px 17px;
    }
}
@media (max-width: 991px) {
    .top-news .news-img_first {
        margin-bottom: 0;
        border-radius: 10px 10px 0 0;
        max-height: 300px;
    }
    .top-news {
        flex-direction: column;
    }
    .js-ajax-pagenation-more {
        min-width: 355px;
    }
    .more-news-list__list {
        flex-direction: column;
    }
    .address-block__contacts {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .bx-touch .news-yaers__list {
        flex-wrap: nowrap;
        overflow: auto;
        margin-right: -15px;
        padding-right: 15px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; /* плавная прокрутка на iOS */
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .bx-touch .news-yaers__list::-webkit-scrollbar {
        display: none;
    }
    .news-list {
        gap: 20px;
        flex-direction: column;
         margin-top: 20px;
    }
    .news-card .news-headline {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .news-desc {
        margin-bottom: 20px;
    }
    .js-ajax-pagenation-more {
        min-width: 100%;
        margin-bottom: 20px !important;
    }
    .js-ajax-pagenation-wrapper {
        justify-content: center;
    }
    #contactusPopup #feedback {
        padding: 20px;
    }
    #contactusPopup .fakeh3 {
        font-size: 20px;
        margin-bottom: 20px !important;
    }/*
    .popup-window-close-icon:after {
        width: 14px;
        height: 14px;
    }*/
    #contactusPopup .feedback .btn {
        padding: 9px 10px;
    }
    /*
    #contactusPopup .form-group {
        margin-bottom: 10px;
    }*/
    #contactusPopup .form_description,
    #contactusPopup .required-text {
        margin-bottom: 20px;
    }
    .address-block__img {
        margin-right: 0;
        width: 100%;
        order: -1;
        margin-bottom: 0 !important;
    }
    .address-block__title {
        font-size: 20px;
    }
    .address-block__col_3 {
        flex-basis: 100%;
    }
    .address-block__col {
        margin-bottom: 10px;
    }
    .address-block__brands {
        margin-bottom: 30px;
    }
    .y-map-shop {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media (MAX-width: 575px) {
    h1.main-headline {
        margin-bottom: 30px;
    }
    .news-detail__date,
    .news-detail__img,
    .news-detail .feedback,
    .near-news {
        margin-bottom: 30px;
    }
    .news-detail .s-video,
    .news-detail .feedback {
        margin-top: 30px;
    }
    .top-news .news-img_first {
        max-height: 170px;
    }
    .news-card .news-img {
        padding-bottom: 170px;
    }
    .top-news .news-content,
    .news-card__content {
        padding: 10px;
    }
    .news-desc,
    .news-date,
    .near-news,
    .more-news-list-item {
        font-size: 14px;
    }
    .js-ajax-pagenation-wrapper > div:last-child {
        margin-bottom: 0 !important;
    }
    .more-news-list-item__img img {
        max-width: 100%;
    }
    .more-news-list-item__img {
        width: 100px;
        flex-shrink: 0;
        height: auto;
    }
    .more-news-list-item__text {
        -webkit-line-clamp: 3;
    }
    .news-detail .detail img {
        margin: 20px 0;
    }
    .address-block__value,
    .shop-address__link {
        font-size: 14px;
        line-height: 140%;
    }
    .js-shop-address,
    .shop-address__link {
        line-height: 1;
    }
    .js-shop-address {
        margin-top: 10px;
    }
    .shop-address__link svg {
        margin-top: -2px;
    }
    .address-block__item_main-top .address-block__contacts {
        gap: 20px 40px;
    }
}