/*
Theme Name: MK Doors
Description: Межкомнатные двери в СПб
Author: ReadyCode
Author URI: https://readycode.ru
Version: 7.1.5
License: private
Text Domain: mk-doors
*/

.mm_clear {
    height: 1px;
    clear: both;
    overflow: hidden;
}

.mm_woffer {
}

.mm_woffer .elem1 {
    float: left;
    width: 46.5%;
}

.mm_woffer .elem1 img {
    max-width: 98%;
}

.mm_woffer .elem2 {
    float: left;
    width: 43%;
    margin-left: 4%;
}

.mm_woffer_opis {
    text-align: center;
    background-color: #f9f6f6;
    padding: 30px 0 30px 0;
}

.mm_woffer_nal {
}

.mm_woffer_nal .elem {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 20px;
}

.mm_woffer_nal .elem img {
    width: 90%;
}

.mm_woffer_nal .elem .z {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 900px) {
    .popup__content_map .popup__close-map {
        position: absolute;
        top: 0;
        right: 0;
        color: #000;
        background-color: transparent;
        padding: 10px;
    }

    .mm_woffer .elem1 {
        width: 95%;
    }

    .mm_woffer .elem1 img {
        max-width: 98%;
    }

    .mm_woffer .elem2 {
        width: 95%;
        margin-top: 10px;
    }

    .mm_woffer_opis {
        text-align: center;
        background-color: #f9f6f6;
        padding: 30px 0 30px 0;
    }

    .mm_woffer_nal {
    }

    .mm_woffer_nal .elem {
        width: 90%;
        text-align: center;
    }

    .mm_woffer_nal .elem img {
        width: 90%;
    }

    .mm_woffer_nal .elem .z {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

}

.mm_color_orange {
    color: #f6760d;
}

.mm_color_borange {
    color: #f6760d;
    font-weight: bold;
}

.margin_top {
    margin-top: 6px;
}

.margin_top10 {
    margin-top: 12px;
}

.margin_top20 {
    margin-top: 20px;
}

.margin_top30 {
    margin-top: 30px;
}

.margin_top50 {
    margin-top: 50px;
}

.mm_font1 {
    font-size: 14px;
    line-height: 24px;
}

.mm_font2 {
    font-size: 16px;
    line-height: 24px;
}

.d_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.f_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.f_no_wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.f_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.f_direction_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.j_content_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.j_content_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.j_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.j_content_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.a_items_start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.a_items_end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.a_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-slide_pic {
    border-radius: 6px;
    overflow: hidden;
    font-size: 0;
    height: 196px;
}

.single-slide_pic img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100% !important;
    width: 100%;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.single-slide_pic:hover img {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}

.discount-slider-main__image-ibg {
    padding: 0 !important;
    font-size: 0;
}
.office-main-contacts__btn {
    white-space: nowrap;
}

.discount-slider-main__image-ibg img {
    height: auto !important;
    position: relative !important;
}

/* .options-type__text {
    word-break: break-word;
} */

.page__top {
    background: #F8F3F3;
}

.page__top .page__image-ibg {
    z-index: 2;
}

.page__top .page__desktop-img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: -320px center;
    object-position: -320px center;
}

.search_creator_field {
    font-size: 13px;
    margin-top: 5px;
}

.search_creator_field span {
    font-weight: bold;
}

.item-header-product__color {
    position: relative;
}

.product_color_loader {
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url(./assets/img/loader.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.options-type__backorder {
    background: #FFD016;
    border-radius: 3px;
    padding: 3px;
    display: block;
    font-size: 8px;
    font-weight: 800;
    white-space: nowrap;
    text-transform: uppercase;
    position: absolute;
    left: 0;
}

.options-type__instock {
    background: #369a3e;
    border-radius: 3px;
    padding: 3px;
    display: block;
    font-size: 8px;
    font-weight: 800;
    white-space: nowrap;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    color: white;
}

.product_archive--slider {
    position: relative;
}

.product_archive--promotions {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
    width: 90%;
    z-index: 3;
    pointer-events: none;
    transition: .3s;
}

.product_archive--promotions.product_archive--promotions-single {
    z-index: 1;
    bottom: 0;
    top: auto;
}

.product_archive--promotions-single .product_archive--promotion_inside {
    padding: 8px 10px;
}

.product_archive--promotions-single .product_archive--promotion_inside img {
    width: 12px;
    height: 12px;
}

.product_archive--promotions-single .product_archive--promotion_inside p {
    font-size: 12px;
    font-weight: 600;
    line-height: 110%;
}

.product_archive--promotion {
    margin-bottom: 8px;
}

.product_archive--promotion:last-child {
    margin-bottom: 0;
}

.product_archive--promotion_inside {
    border-radius: 10px;
    background: #71A010;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    padding: 6px 8px;
    -webkit-box-align: center;
}

.product_archive--promotion_inside p {
    color: #FFFFFF;
    font-size: 8px;
    font-weight: 700;
    line-height: 12px;
    margin-left: 6px;
    width: auto;
}

.cards-catalog-product__content.cards-catalog-product__content_catalog--new,
.catalog-product__content .cards-catalog-product__content_catalog--new.facetwp-template {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 60px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding-top: 28px;
    width: auto;
}

.cards-catalog-product__content.cards-catalog-product__content_catalog--new .popular-models__slide,
.catalog-product__content .cards-catalog-product__content_catalog--new.facetwp-template .popular-models__slide {
    min-height: 0;
    margin: 0 8px;
    width: calc(25% - 16px);
}

@media (min-width: 768px) {
    .popular-models__slider--small.cards-catalog-product__content.cards-catalog-product__content_catalog--new .popular-models__slide,
    .popular-models__slider--small.catalog-product__content .cards-catalog-product__content_catalog--new.facetwp-template .popular-models__slide {
        min-height: 0;
        margin: 0 8px;
        width: calc(16.66667% - 16px);
    }
}

.popular-models__slider--small .popular-models__wrapper.popular-models_home {
    margin-bottom: 1rem;
}

.popular-models__slider--small .slide-popular-models__card--new {
    padding: 12px;
}

.popular-models__slide.popular-models__slide--new::after {
    display: none;
}

.slide-popular-models__card--new {
    border-radius: 5px;
    background: #FFF;
    padding: 24px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    display: flex;
    flex-direction: column;
}

.slide-popular-models__card--new:hover {
    -webkit-box-shadow: 0 20px 40px 0 rgba(89, 89, 89, 0.08);
    box-shadow: 0 20px 40px 0 rgba(89, 89, 89, 0.08);
}
.product_archive--stock_status {
    margin-bottom: 16px;
}
.product_archive--title {
    color: #674C33;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}

.product_archive--title_link {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.product_archive--title_link:hover {
    opacity: 0.7;
}

.product_archive--color {
    margin-top: 16px;
}

.product_archive--price {
    margin-top: 18px;
    height: 36px;
}

.product_archive--price .slide-popular-models__prices {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
    width: calc(100% - 34px);
}

.product_archive--price .slide-popular-models__old-price {
    line-height: 14px;
}

.product_archive--price .slide-popular-models__discount {
    background: #FF790D;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
    border-radius: 5px;
    padding: 3px 4px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.product_archive--price .slide-popular-models__new-price {
    color: #674C33;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    width: 100%;
    margin-bottom: 2px;
}

.product_archive--price .slide-popular-models__btn-favourite {
    right: 0;
    bottom: 0;
    top: auto;
    position: relative;
    height: 34px;
    width: 34px;
}

.product_archive--stock_status .availability {
    font-weight: 500;
}

.filter-catalog__item--color .options-color .facetwp-facet-color {
    gap: 15px;
    width: 100%;
}

.filter-catalog__item--color .filter-catalog__item-block {
    padding-right: 16px;
}

.filter-catalog__item--color .filter-catalog__checkbox {
    width: 100%;
}

.filter-catalog__item--color .options-color .checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none !important;
    background-image: none !important;
    gap: 0;
    height: auto;
    width: 100%;
}

.filter-catalog__item--color .options-color .checkbox__label span {
    display: block;
}

.filter-catalog__item--color .filter_color_image {
    border-radius: 50%;
    position: relative;
    height: 24px;
    width: 24px;
}

.filter-catalog__item--color .filter_color_image:after {
    border: 1px solid rgba(16, 16, 16, 0.06);
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.filter-catalog__item--color .filter-catalog__checkbox:not(.disabled) label:hover .filter_color_image:after {
    border: 2px solid orange;
}

.filter-catalog__item--color .checkbox__text {
    color: #674C33;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    padding-left: 8px;
    width: calc(100% - 54px);
}

.filter-catalog__item--color .facetwp-counter {
    color: #B29375;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    text-align: right;
    white-space: nowrap;
}

.options-color .filter-catalog__checkbox.checked .checkbox__label:before {
    display: none !important;
}

.options-color .filter-catalog__checkbox.checked:not(.disabled) label .filter_color_image:after {
    opacity: 0.6;
    background: none;
    border: 2px solid #674c33;
}

.options-color .filter-catalog__checkbox.disabled .facetwp-counter {
    display: none;
}

.filter-catalog__item--color .facetwp-expand,
.filter-catalog__item--color .facetwp-depth {
    display: none !important;
}

.filter-color_search {
    padding-right: 18px;
    margin-bottom: 10px;
}

.filter-input_search {
    background: #FFFFFF url(./assets/img/icon_filter_search.svg) no-repeat 12px center;
    border-radius: 5px;
    outline: none !important;
    padding: 0 12px 0 36px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    height: 42px;
    width: 100%;
}

.filter-input_search::-webkit-input-placeholder {
    color: #B29375;
}

.filter-input_search::-moz-placeholder {
    color: #B29375;
}

.filter-input_search:-ms-input-placeholder {
    color: #B29375;
}

.filter-input_search:-moz-placeholder {
    color: #B29375;
}

.slide-popular-models__card--new .slide-popular-models__slider {
    width: 100%;
}

.slide-popular-models__card--new.slide-popular-models__card--new_discount {
    padding: 24px 0 0;
}

.slide-popular-models__card--new.slide-popular-models__card--new_discount a {
    display: block;
    height: 100%;
}

.slide-popular-models__card--new.slide-popular-models__card--new_discount img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.mobile_header_wrapper {
    background: #FFFFFF;
    -webkit-box-shadow: 0 20px 40px 0 rgba(89, 89, 89, 0.15);
    box-shadow: 0 20px 40px 0 rgba(89, 89, 89, 0.15);
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 105;
    min-width: 390px;
}

.mobile_header_menu {
    padding: 20px 40px 40px;
    max-width: 390px;
}

.mobile_header_menu > ul > li a {
    display: block;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    width: 100%;
}

.mobile_header_menu > ul > li a:hover {
    text-shadow: none !important;
    opacity: 0.8;
}

.mobile_header_menu > ul > li,
.mobile_header_menu > ul > li > ul > li,
.mobile_header_menu > ul > li > ul > li > ul > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.mobile_header_menu > ul > li > ul,
.mobile_header_menu > ul > li > ul > li > ul {
    display: none;
    position: relative;
    visibility: visible;
    opacity: 1;
    height: auto;
    width: 100%;
}

.mobile_header_menu > ul > li > ul > li > ul {
    border-top: 1px solid #F2F2F2;
    padding: 20px 0 20px 32px;
}

.mobile_header_menu > ul > li {
    border-bottom: 1px solid #F2F2F2;
}

.mobile_header_menu > ul > li > a {
    color: #674C33;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 20px 20px 20px 0;
    height: auto;
}

.mobile_header_menu > ul > li > a:hover {
    text-shadow: none !important;
}

.mobile_menu_item--icon {
    font-size: 0;
    width: 20px;
}

.mobile_menu_item--txt {
    color: #674C33;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 12px;
    width: calc(100% - 20px);
}

.mobile_header_menu > ul > li > ul > li {
    border-bottom: 1px solid #F2F2F2;
}

.mobile_header_menu > ul > li > ul > li > a {
    padding: 20px 20px 20px 0;
}

.mobile_header_menu > ul > li > ul > li > ul > li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background: #e0e0e0;
    opacity: 0.45;
}

.mobile_header_menu > ul > li > ul > li > ul > li {
    margin-bottom: 20px;
    padding-bottom: 0.875rem;
}

.mobile_header_menu > ul > li > ul > li > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.mobile_header_menu > ul > li > ul > li > ul > li:last-child:after {
    display: none;
}

.mobile_header_menu > ul > li > ul > li > ul > li > a {
    color: #674C33;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.mobile_header_menu > ul > li a {
    position: relative;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.mobile_header_menu > ul > li a > span,
.mobile_header_menu > ul > li a > i {
    background-image: url(./assets/img/icon_mobile_arr_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.mobile_header_menu > ul > li > ul > li > a > span {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.mobile_header_menu ul > li {
    max-height: 9999px;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mobile_header_menu > ul > li.disabled {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}

.mobile_header_menu > ul > li.active {
    max-height: 9999px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.mobile_header_menu > ul > li.active a > i {
    right: auto;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.mobile_header_menu > ul > li.active > a {
    padding-left: 32px;
}

.mobile_header_menu > ul > li > ul > li > a.active > span {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.mobile_header_info {
    padding: 40px 40px 40px;
}

.mobile_header_info--number_link {
    color: #674C33;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.mobile_header_info--number_link:hover {
    opacity: 0.7;
}

.mobile_header_info--worktime {
    margin-top: 14px;
}

.mobile_header_info--worktime_subtitle {
    color: #674C33;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-right: 6px;
}

.mobile_header_info--worktime_title {
    color: #674C33;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.mobile_header_info--socials {
    font-size: 0;
    margin-top: 24px;
    line-height: 1;
}

.mobile_header_info--socials > a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.mobile_header_info--socials > a:last-child {
    margin-right: 0;
}

.mobile_header_wrapper {
    height: calc(100vh - 72px - 56px);
}

.mobile_header_inside {
    height: 100%;
}

.mobile_header_inside > ul {
    height: 100%;
}

.mobile_header_menu {
    overflow: auto;
    height: calc(100% - 180px);
}

._header-scroll .mobile_header_wrapper {
    height: calc(100vh - 72px);
}

.mobile_header_top,
.mobile_header_top--doors,
.mobile_header_top--locations,
.mobile_header_top--callback {
    display: none;
}

.mobile_header_wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(105%);
    -ms-transform: translateX(105%);
    transform: translateX(105%);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.menu-open .mobile_header_wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* .product__main .catalog_detail_page_decsription {
    display: none !important;
    border-radius: 10px;
    border: 1px solid #e7e4e2;
    padding: 30px;
    margin-top: 20px;
    background: white;
}

.product__main .catalog_detail_page_decsription__title {
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px;
} */


.catalog-product__find .facetwp-type-sort[data-name="sorting"] .fs-wrap {
    max-width: 230px;
}

.catalog-product__find .facetwp-type-sort .fs-option {
    position: relative;
}

.catalog-product__find .facetwp-type-sort[data-name="sorting"] .fs-option:after {
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
}

.catalog-product__find .facetwp-type-sort[data-name="sorting"] .fs-option[data-idx="0"]:after {
    background-image: url(./assets/img/icon_sort_up.svg);
}

.facetwp-facet.facetwp-type-sort[data-name="sorting"] .fs-option[data-idx="1"]:after {
    background-image: url(./assets/img/icon_sort_down.svg);
}

.catalog-product__find .facetwp-facet .fs-wrap {
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    border-width: 1px 1px 0 1px !important;
    border-radius: 5px 5px 0 0;
}

.catalog-product__find .facetwp-facet .fs-wrap.fs-open {
    border-color: #ddd;
    z-index: 5;
}

.catalog-product__find .facetwp-facet .fs-label-wrap {
    border-radius: 5px;
}

.catalog-product__find .facetwp-facet .fs-dropdown {
    border-radius: 0 0 5px 5px;
}

.catalog-product__find .facetwp-facet-perpage .fs-wrap {
    max-width: 52px;
}

.popular-models__wrapper.popular-models_home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -30px;
}

.popular-models_home .popular-models__slide--new {
    margin-bottom: 30px;
    width: 16.6666666666%;
}

.filter-catalog__title {
    position: relative;
}

.filter-catalog__title .filter-catalog__reset_attr {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filter-catalog__title .filter-catalog__reset_attr {
    font-size: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.filter-catalog__reset_attr a {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.filter-catalog__reset_attr a:after {
    content: 'Сбросить';
    font-size: 12px;
    font-weight: 600;
}

.filter-catalog__reset_attr a:hover {
    opacity: 0.7;
}

.catalog-btn_loadmore_wrapper.disabled {
    display: none;
}

.catalog-btn_loadmore {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 158px;
    height: 56px;
    border-radius: 44px;
    border: 1px solid #B29375;
    color: #B29375;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 56px;
    text-align: center;
}

.catalog-btn_loadmore:hover {
    color: #FF790D;
    border-color: #FF790D;
}

@media (max-width: 1230px) {
    .cards-catalog-product__content.cards-catalog-product__content_catalog--new .popular-models__slide,
    .catalog-product__content .cards-catalog-product__content_catalog--new.facetwp-template .popular-models__slide {
        min-height: 0;
        margin: 0 8px;
        width: calc(33.333333% - 16px);
    }

    .popular-models_home .popular-models__slide--new {
        width: 25%;
    }
}

@media (max-width: 76.875em) {
    .mobile_header_menu > ul > li,
    .mobile_header_menu > ul > li > ul > li {
        padding: 0 !important;
        margin: 0 !important;
    }

    .mobile_header_menu > ul > li > ul > li img {
        width: 20px !important;
        height: auto;
    }

    .menu-open .menu-bottom-header__body {
        display: none !Important;
    }
}

@media (max-width: 61.99875em) {
    .popular-models_home .popular-models__slide--new {
        width: 33.3333333%;
    }
}

@media screen and (max-width: 600px) {
    .popular-models_home .popular-models__slide--new {
        width: 50%;
    }
}

@media (max-width: 47.99875em) {
    .location-top-header__info {
        display: none;
    }

    .mobile_header_top {
        display: block;
        margin-bottom: 20px;
    }

    .mobile_header_top .top-header__container {
        padding: 0;
        min-height: 0;
        max-width: 100%;
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .mobile_header_top .top-header__container > div {
        width: 100%;
    }

    .mobile_header_top--locations {
        display: block;
        border-radius: 5px;
    }

    .mobile_header_top .top-header__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mobile_header_top--locations .location-top-header,
    .mobile_header_top--locations .location-top-header__info,
    .mobile_header_top--locations .location-top-header__info p {
        display: block;
        width: 100%;
    }

    .mobile_header_top--locations .location-top-header {
        border: 1px solid #F2F2F2;
    }

    .mobile_header_top--locations .spollers-location__title {
        background-position: 12px center;
        background-repeat: no-repeat;
        background-image: url(./assets/img/icon_address_mobile.svg);
        text-align: left;
        padding: 20px 12px 0 44px;
        -webkit-text-decoration: underline dashed;
        text-decoration: underline dashed;
        display: block;
        height: 52px;
    }

    .mobile_header_top--locations .spollers-location__title::before {
        background-image: url(./assets/img/icon_dropdown_mobile_arr.svg);
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: 12px;
        top: 0;
        font-size: 0 !important;
        margin: 0;
        height: 100%;
        width: 20px;
    }

    .mobile_header_top--locations .spollers-location__title._spoller-active:before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .mobile_header_top--locations .location-top-header__info p {
        position: absolute;
        left: 44px;
        top: 10px;
        color: #674C33;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        width: calc(100% - 44px);
    }

    .mobile_header_top--locations .body-spollers-location {
        display: none;
    }

    .popular-models-block-tab.popular-models {
        padding-bottom: 65px;
    }
}

@media (max-width: 37.5em) {
    .bottom-header__btn {
        display: none;
    }

    .mobile_header_top--callback {
        display: block;
        margin-top: 12px;
        width: 100%;
    }

    .mobile_header_top--callback .bottom-header__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .mobile_header_menu {
        padding: 16px 18px 0 18px;
    }
}

@media (max-width: 30.625em) {
    .top-header__container {
        display: none;
    }

    .mobile_header_top .top-header__container {
        display: block;
    }

    .mobile_header_top--doors {
        display: block;
        margin-bottom: 12px;
    }

    .mobile_header_top--doors .select {
        width: 100% !important;
        border-radius: 5px;
        border: 1px solid #F2F2F2;
    }

    .mobile_header_top--doors .select__value:after {
        background-image: url(./assets/img/icon_dropdown_mobile_arr.svg);
        background-repeat: no-repeat;
        background-position: center;
        font-size: 0 !important;
        height: 100%;
        right: 12px;
        position: absolute;
        width: 20px;
    }

    .mobile_header_wrapper {
        min-width: 0;
        width: 100%;
    }

    .mobile_header_wrapper,
    .mobile_header_inside {
        overflow: auto;
        border-top: 1px solid #F2F2F2;
        height: calc((var(--vh, 1vh) * 100) - 71px);
    }

    .mobile_header_menu {
        overflow: visible;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .mobile_header_info {
        height: auto;
    }

    .mobile_header_info--number {
        width: 100%;
        margin-bottom: 12px;
    }

    .mobile_header_info--number:last-child {
        margin-bottom: 0;
    }

    .mobile_header_info {
        border-top: 1px solid #F2F2F2;
        padding: 24px 18px 18px;
    }

    .mobile_header_info--number_link {
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
    }

    .mobile_header_info--worktime {
        margin-top: 16px;
    }

    .mobile_header_info--worktime_subtitle {
        width: 100%;
    }

    .mobile_header_info--worktime_title {
        margin-top: 6px;
    }
}

@media screen and (max-width: 1600px) {
    .page__top .page__desktop-img {
        -o-object-position: -500px center;
        object-position: -500px center;
    }
}

@media screen and (max-width: 1024px) {
    .page__top .page__desktop-img {
        -o-object-position: -700px center;
        object-position: -700px center;
    }
}

@media (max-width: 991px) {
    .page-template-delivery [class*="-ibg"] img:not(.our-work__image-ibg img, .item-office-main img, .slide-news__image-ibg img, .news-item__video-ibg img) {
        max-height: 100vh !important;
    }
    .card-info-slide__list>a {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .our-work__swiper-pagination.swiper-pagination-bullets,
    .talk-about__swiper-pagination.swiper-pagination-bullets {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .news_main .news__wrap-buttons {
        height: auto;
        margin-top: 30px;
    }

    .news_main .news__swiper-pagination.swiper-pagination-main.swiper-pagination-bullets {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .news_main .news__wrap-buttons .news__swiper-button-prev,
    .news_main .news__wrap-buttons .news__swiper-button-next {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .news_main .news__wrap-buttons .news__swiper-button-next {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .page__top .page__desktop-img {
        -o-object-position: -600px center;
        object-position: -600px center;
    }
}

@media screen and (max-width: 620px) {
    .cards-catalog-product__content.cards-catalog-product__content_catalog--new,
    .catalog-product__content .cards-catalog-product__content_catalog--new.facetwp-template {
        row-gap: 30px;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .cards-catalog-product__content.cards-catalog-product__content_catalog--new .popular-models__slide,
    .catalog-product__content .cards-catalog-product__content_catalog--new.facetwp-template .popular-models__slide {
        min-height: 0;
        margin: 0 8px;
        width: calc(50% - 16px);
    }
}

@media screen and (max-width: 420px) {
    .slide-popular-models__card--new {
        padding: 8px;
    }

    .slide-popular-models__card--new.slide-popular-models__card--new_discount {
        padding: 8px;
    }

    .product_archive--color .card-info-slide__list > a {
        display: none;
    }
}

.popular-models__slider--small .popular-models__slide.popular-models__slide_fix:after,
.archive .popular-models__slide.popular-models__slide_fix:after {
    z-index: -1;
    min-width: unset;
}

.archive .popular-models__slide.popular-models__slide_fix a {
    cursor: pointer;
}

.popular-models__slide.popular-models__slide_fix .slide-popular-models__wrapper img {
    margin-bottom: 18px;
}

@media (max-width: 480px) {
    .archive:not(.term-vhodnye-dveri) .popular-models__slide.popular-models__slide_fix picture img {
        width: 138px;
        height: 300px;
    }
}

.invisible-prod_bottom {
    margin-top: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.invisible-prod_bottom__pic {
    max-width: 546px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-radius: 6px;
}

.invisible-prod_bottom__pic img {
    width: 100%;
    height: auto;
}

.invisible-prod_bottom_text {
    max-width: 610px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
}

.invisible-open {
    padding-top: 70px;
}

.invisible-open_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 31px;
    gap: 20px;
}

.invisible-open_block {
    max-width: 573px;
}

.invisible-open_block img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.invisible-open_bottom {
    height: 232px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
}

.invisible-open__text {
    text-align: center;
    margin-top: 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.invisible-opt {
    padding-top: 97px;
    padding-bottom: 99px;
}

.invisible-opt_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 33px;
    gap: 60px;
}

.invisible-opt_row img {
    max-width: 100%;
    height: auto;
}

.invisible-opt__text {
    text-align: center;
    margin-top: 34px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.invisible-info {
    padding: 54px 0 64px;
    background: #F9F9F9;
}

.invisible-info_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 26px;
}

.invisible-info_l {
    max-width: 528px;
}

.invisible-info__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 17px;
}

.invisible-info__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.invisible-info_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 19px;
}

.invisible-info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 13px;
}

.invisible-info_box img {
    width: 145px;
    height: auto;
}

.invisible-info_block {
    max-width: 482px;
    width: 100%;
}

.invisible-info_block img {
    width: 100%;
    height: auto;
}

@media (max-width: 1230px) {
    .invisible-prod_bottom {
        gap: 19px;
    }

    .invisible-prod_bottom__pic {
        max-width: 285px;
    }

    .invisible-opt_row {
        gap: 20px;
    }

    .invisible-info_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 17px;
    }

    .invisible-info_l {
        max-width: 100%;
    }

    .invisible-info_box img {
        width: 221px;
    }

    .invisible-info_r {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .invisible-info_block {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .invisible-open_bottom {
        height: 18vw;
        margin-top: 20px;
    }

    .invisible-opt__text {
        font-size: 16px;
        margin-top: 21px;
    }

    .invisible-info_box img {
        width: 20vw;
    }
}

@media (max-width: 580px) {
    .invisible-prod_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        margin-top: 47px;
    }

    .invisible-prod_bottom__pic {
        max-width: 100%;
    }

    .invisible-open {
        padding-top: 55px;
    }

    .invisible-open_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 63px;
    }

    .invisible-open_bottom {
        height: auto;
        margin-top: 14px;
    }

    .invisible-open__text {
        font-size: 15px;
        margin-top: 16px;
    }

    .invisible-opt {
        padding-top: 82px;
        padding-bottom: 80px;
    }

    .invisible-opt_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

    .invisible-opt_box, .invisible-opt_row img {
        width: 100%;
    }

    .invisible-opt__text {
        font-size: 18px;
    }

    .invisible-info {
        padding: 28px 0 56px;
    }

    .invisible-info_r {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }

    .invisible-info_box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 14px;
    }

    .invisible-info_box picture {
        width: calc(50% - 7px);
    }

    .invisible-info_box img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.mr-1 {
    margin-right: 10px;
}

.pb-2 {
    padding-bottom: 2rem;
}

@media (min-width: 992px) {
    .bottom-header__mobile-messenger {
        display: none;
    }
}

.header-product__pay-btns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.header-product__pay-button {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn.btn-tinkoff,
.btn.btn-yapay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 44px;
    width: 100%;
}

.btn.btn-tinkoff {
    padding: 6px 15px 6px 30px;
    border: 2px solid #FFDD2D;
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn.btn-tinkoff:hover {
    background-color: #FFDD2D;
}

.btn-tinkoff .btn-column {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: none;
    display: block;
}

.btn-tinkoff .btn-column small {
    display: block;
    color: #333;
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
}

.btn.btn-yapay {
    padding: 17px 21px 19px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: none;
    background: #2E2F33;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    position: relative;
}

.btn.btn-yapay span {
    position: relative;
}

.btn.btn-yapay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 44px;
    background-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjI3MiIgaGVpZ2h0PSI0MSIgdmlld0JveD0iMCAwIDI3MiA0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzI1NTlfNjc3MyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iLTM1IiB5PSItNDIiIHdpZHRoPSIzNDIiIGhlaWdodD0iODMiPgo8ZWxsaXBzZSBjeD0iMTM2LjEyNSIgY3k9Ii0wLjUwMDIxNyIgcng9IjE3MC4yMjIiIHJ5PSI0MS4xMTExIiBmaWxsPSJ1cmwoI3BhaW50MF9yYWRpYWxfMjU1OV82NzczKSIgZmlsbC1vcGFjaXR5PSIwLjYiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI1NTlfNjc3MykiPgo8ZWxsaXBzZSBjeD0iMTM2LjE4MSIgY3k9Ii02Ljk0NDU4IiByeD0iMTkxLjUiIHJ5PSI1MSIgZmlsbD0idXJsKCNwYWludDFfcmFkaWFsXzI1NTlfNjc3MykiLz4KPGVsbGlwc2UgY3g9IjEzNi4xODEiIGN5PSItNi45NDQ1OCIgcng9IjE5MS41IiByeT0iNTEiIGZpbGw9InVybCgjcGFpbnQyX3JhZGlhbF8yNTU5XzY3NzMpIiBmaWxsLW9wYWNpdHk9IjAuNCIvPgo8L2c+CjxkZWZzPgo8cmFkaWFsR3JhZGllbnQgaWQ9InBhaW50MF9yYWRpYWxfMjU1OV82NzczIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDEzNi4xMjUgLTAuNTAwMjE3KSByb3RhdGUoOTApIHNjYWxlKDQxLjExMTEgMTcwLjIyMikiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMjMxRjIwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzIzMUYyMCIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvcmFkaWFsR3JhZGllbnQ+CjxyYWRpYWxHcmFkaWVudCBpZD0icGFpbnQxX3JhZGlhbF8yNTU5XzY3NzMiIGN4PSIwIiBjeT0iMCIgcj0iMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM2LjE4MSAtNi45NDQ1OCkgc2NhbGUoMTkxLjUgNTEpIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGNUM0RCIvPgo8c3RvcCBvZmZzZXQ9IjAuMjUiIHN0b3AtY29sb3I9IiNFQjQ2OUYiLz4KPHN0b3Agb2Zmc2V0PSIwLjc1IiBzdG9wLWNvbG9yPSIjODM0MUVGIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzNGNjhGOSIvPgo8L3JhZGlhbEdyYWRpZW50Pgo8cmFkaWFsR3JhZGllbnQgaWQ9InBhaW50Ml9yYWRpYWxfMjU1OV82NzczIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDEzNi4xODEgLTYuOTQ0NTgpIHJvdGF0ZSg5MCkgc2NhbGUoNTEgMTkxLjUpIj4KPHN0b3Agb2Zmc2V0PSIwLjY3MTg3NSIgc3RvcC1jb2xvcj0iIzIzMUYyMCIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMyMzFGMjAiLz4KPC9yYWRpYWxHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    -webkit-transition: 0.2s ease-in-out background-size;
    -o-transition: 0.2s ease-in-out background-size;
    transition: 0.2s ease-in-out background-size;
}

.btn.btn-yapay:hover {
    background: #000;
    -webkit-box-shadow: 0 4px 17px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 17px 4px rgba(0, 0, 0, 0.3);
}

.btn.btn-yapay:hover::before {
    background-position: 100% -10px;
}

.btn.btn-yapay .btn-column-auto,
.btn.btn-yapay .btn-column-auto svg {
    width: 54px;
    height: 21px;
}

.text-center {
    text-align: center;
}

@media (min-width: 768px) {
    /* .header-product__pay-btns {
        margin: 25px 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    } */

    .header-product__pay-button {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .header-product__pay-btns {
        flex-direction: column;
        /* gap: 10px; */
    }
    .header-product__pay-button {
        max-width: 100%;
    }
}

@media (any-hover: hover) {
    .select__option:hover {
        background: #d9d9d9;
    }

    .quantity__button:hover::after,
    .quantity__button:hover::before {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .popup__close:hover {
        color: #ff790d;
    }

    .popup-example__link:hover {
        background-color: #f3750d;
    }

    .btn:hover {
        background-color: #f3750d;
    }

    .btn-more:hover {
        color: #ff790d;
        border: 1px solid #ff790d;
    }

    .swiper-button-slider:hover {
        -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
        border: 1px solid transparent;
    }

    .breadcrumbs__link:hover, .woocommerce .woocommerce-breadcrumb a:hover {
        color: #ff790d;
    }

    .button-card:hover {
        color: #ff790d;
    }

    .top-header__btn:hover {
        color: #fff;
        background-color: #ff790d;
        border: 1px solid #ff790d;
    }

    .phones-top-header__link:hover {
        color: #ff790d;
    }

    .social-top-header__link:hover {
        color: #674c33;
    }

    .bottom-header__btn-search:hover {
        color: #ff790d;
    }

    .bottom-header__favourite-icon:hover {
        color: #ff790d;
    }

    ._header-scroll .bottom-header__btn:hover {
        color: #fff;
    }

    .header__bottom .menu-item:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        pointer-events: auto;
        -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
    }

    .header__bottom .menu-item:hover a::before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        color: #ff790d;
    }

    .header__bottom .menu-item > a:hover {
        text-shadow: 0 0 0.65px #333, 0 0 0.65px #333;
    }

    .header__bottom .sub-menu a:hover {
        text-shadow: 0 0 0.65px #333, 0 0 0.65px #333;
    }

    .sub-menu-catalog__top a:hover {
        color: #ff790d;
    }

    .sub-menu-catalog__center .menu-item a:hover, .sub-menu-catalog__bottom .menu-item a:hover {
        color: #ff790d;
    }

    .contacts-item-footer__link:hover {
        color: #ff790d;
    }

    .right-body-footer__link:hover {
        color: #ff790d;
    }

    .menu-footer__list a:hover {
        color: #ff790d;
    }

    .main-banner__btn:hover {
        color: #674c33;
    }

    .main-doors__item:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .main-doors__item:hover .main-doors__link {
        opacity: 1;
        visibility: visible;
    }

    .main-doors__link:hover {
        color: #ff790d;
    }

    .main-doors__link-catalog:hover {
        color: #ff790d;
    }

    .popular-models__slide:hover .card-info-slide {
        opacity: 1;
        visibility: visible;
        border-bottom: 2px solid #FF790D;
    }

    .popular-models__slide:hover::after {
        opacity: 1;
        visibility: visible;
    }

    .popular-models__slide:hover {
        z-index: 10;
    }

    .tinvwl_add_to_wishlist_button:hover::before {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .slide-popular-models__title:hover {
        text-decoration: underline;
    }

    .card-info-slide__item:hover::after {
        opacity: 1;
    }

    .block-numbers-about__link:hover {
        color: #262626;
    }

    .slide-select-manufacturer:hover::before {
        opacity: 1;
    }

    .slide-select-manufacturer__title:hover {
        color: #ff790d;
    }

    .talk-about__swiper-button-prev:hover {
        color: #ff790d;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ff790d;
    }

    .talk-about__swiper-button-next:hover {
        color: #ff790d;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ff790d;
    }

    .slide-talk-about__link:hover {
        color: #674c33;
    }

    .filter-catalog__btn:hover {
        color: #ff790d;
    }

    .form-main-contacts__text-agree a:hover {
        color: #ff790d;
    }

    .item-office-main__address:hover {
        color: #ff790d;
    }

    .item-office-main__text a:hover {
        color: #ff790d;
        border-bottom: 1px dashed #ff790d;
    }

    .item-office-main__link-phone:hover {
        color: #ff790d;
    }

    .item-advantages__link:hover span {
        text-decoration: underline;
    }

    .item-advantages__link-video:hover {
        color: #ff790d;
    }

    .work-about__link:hover {
        color: #ff790d;
    }

    .images-product__swiper-button-next:hover,
    .images-product__swiper-button-prev:hover {
        color: #ff790d;
        border: 1px solid #ff790d;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .images-product__btn:hover {
        color: #ff790d;
        border: 1px solid #ff790d;
    }

    .header-product__btn-icon:hover {
        color: #ff790d;
    }

    .color-item-header__slide:hover {
        border: 1px solid #b29375;
        border-radius: 6px;
    }

    .body-info-handles__item:hover {
        -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    }

    .body-info-handles__item:hover .body-info-handles__top {
        opacity: 1;
        visibility: visible;
    }

    .body-info-handles__item:hover .body-info-handles__price-block {
        opacity: 1;
        visibility: visible;
    }

    .message-group__more:hover {
        color: #674c33;
    }

    .form-body-reviews__file-button:hover {
        color: #674c33;
    }

    .body-examples-works__item:hover .body-examples-works__watch {
        opacity: 1;
        visibility: visible;
    }

    .body-examples-works__item:hover .body-examples-works__image::before {
        opacity: 1;
        visibility: visible;
    }
}

.payment-status-wrap {
    margin-top: 37px;
}

.payment-status-wrap > div {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.payment-status-wrap .canceled-loader {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    border: 1px solid #F00;

    color: #F00;

    text-align: right;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 13.2px */
    text-transform: uppercase;
}

.payment-status-wrap .canceled-text {
    display: flex;
    align-items: center;
    color: #F00;
    text-align: right;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

@keyframes lodyr-rotation {  
    0% { transform:rotate(0deg); } 
    10% { transform:rotate(36deg); }  
    20% { transform:rotate(72deg); }  
    30% { transform:rotate(108deg); }  
    40% { transform:rotate(144deg); }  
    50% { transform:rotate(180deg); }  
    60% { transform:rotate(216deg); }  
    70% { transform:rotate(252deg); }  
    80% { transform:rotate(288deg); }  
    90% { transform:rotate(324deg); }   
    100% {transform:rotate(360deg); }
}

.payment-status-wrap .waiting-loader svg {
    -webkit-animation-name: lodyr-rotation;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: lodyr-rotation;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: lodyr-rotation;
    -o-animation-duration: 1s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: lodyr-rotation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.payment-status-wrap .waiting-loader {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 3px;
    border: 1px solid #D18E29;

    color: #000;

    text-align: right;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 13.2px */
    text-transform: uppercase;
}

.payment-status-wrap .waiting-text {
    display: flex;
    align-items: center;
    color: #555;
    text-align: right;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

.success-pay-wrap {
    display: flex;
    justify-content: center;
    margin-top: 85px;
    margin-bottom: 160px;
}

.success-pay-wrap .success-pay {
    display: flex;
    width: 773px;
    padding: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.success-pay-wrap .success-pay .success-icon {
    display: flex;
    justify-content: center;
}

.success-pay-wrap .success-pay h3 {
    color: #33AA49;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
} 

.success-pay-wrap .success-pay p {
    color: #3E3B3A;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
}

/* .filter-catalog__item .filter-catalog__title {
    display: none;
} */

.filter-catalog__item.basset-header .filter-catalog__title {
    display: block;
}
@media(max-width: 1229px) and (min-width: 769px) {
	.popular-models__slider--small .slide-popular-models__card--new {
		padding-bottom: 20px;
	}
	.popular-models__slider--small.cards-catalog-product__content.cards-catalog-product__content_catalog--new .popular-models__slide {
		width: calc(24.66667% - 16px);
	}
}
@media(min-width: 992px) {
    .slide-popular-models__card--new:hover .product_archive--promotions {
        visibility: hidden;
        opacity: 0;
    }
}
@media(max-width:580px) {
    .product_archive--promotion_inside img {
        width: 10px;
        height: auto;
    }
    .product_archive--promotion_inside p {
        margin-left: 3px;
    }
    .product_archive--promotion_inside {
        border-radius: 4px;
    }
}
.manufacturer-container .filter-catalog__checkbox img,
.catalog-tax_icon img {
	height: auto;
}