/* Banner */
html {
    scroll-behavior: smooth;
}

.d-main__section {
    position: relative;
}

.d-main__section .row {
    text-align: left;
    overflow: unset;
}

.d-main__section.d-first-screen__section {
    background-image: url('/local/assets/img/first-screen_bg.png');
    background-size: cover;
    background-position: inherit;
    background-repeat: no-repeat;
    padding: 60px 0 48px;
    overflow: hidden;
}

.d-first-screen__title {
    text-align: left !important;
    padding-right: 60px;
}

.d-section__title {
    font-family: 'NeoSansPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 40px !important;
    line-height: 50px;
    color: #151616;
    margin-bottom: 30px;
    text-transform: uppercase;

}

.d-first-screen__subtitle {
    font-family: 'NeoSansPro-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 70px;
}

.d-first-screen__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d-first-screen__media {
    position: relative;
}

.d-first-screen__media-banner {
    position: absolute;
    width: max-content;
}

.d-first-screen__media-banner,
.d-first-screen__media-banner img {
    /* border-radius: 50%; */
}

.d-first-screen__media-banner.banner-lg {
    left: -40px;
    top: -60px;
}

.d-main__section .new-btn {
    width: 270px;
    font-family: 'NeoSansPro-Medium';
}

@media (max-width: 991px) {
    .d-section__title {
        margin-top: 0 !important;
    }

    .d-first-screen__buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .d-main__section.d-first-screen__section {
        padding: 30px 0 30px;
    }

    .d-first-screen__buttons .new-btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .d-first-screen__media-banner.banner-lg {
        left: -70px;
        top: -15px;
    }

    .d-first-screen__subtitle {
        margin-bottom: 40px;
    }

    section.metal-doors_content.cart_tovar.md-slider {
        display: none;
    }

}

@media (max-width: 767px) {
    .d-first-screen__media-banner.banner-lg {
        left: 0;
        top: 5px;
    }
}

/* Advantege */

.d-advantage__section {
    margin-bottom: -30px;
}

.d-advantage__item {
    font-style: normal;
    font-weight: normal;
    position: relative;
    padding: 35px 39px;
    background: #FEED00;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    height: 188px;
}

.d-advantage__item-title {
    position: relative;
    z-index: 2;
    width: 100%;
    font-family: var(--font-bold);
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 17px;
}

.d-advantage__item-about {
    z-index: 2;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
}

.d-advantage__item-about a {
    text-decoration: underline;
    color: #E2000F;
}

.d-advantage__item-icon {
    z-index: 1;
    position: absolute;
    width: 108;
    height: 108px;
    bottom: 20px;
    right: 20px;
}

@media (max-width: 1199px) {
    .d-advantage__item-title {
        width: 45%;
    }

    .smartfilter {
        margin-top: 0;
    }

}

@media (max-width: 991px) {
    .d-advantage__item-about a {
        position: static;
    }

    .d-advantage__item-title {
        width: 75%;
    }

    .d-advantage__item-about {
        width: 85%;
    }
}

@media (max-width: 767px) {
    .d-advantage__item-title {
        width: 100%;
    }

    .d-main__section.d-advantage__section {
        padding: 40px 0 10px;
    }

    .d-advantage__item-about {
        width: 100%;
    }
}

/* Filters */

.metal-doors__filter {
    font-size: 13px;
    color: #151616;
    font-weight: 600;
    padding-bottom: 60px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.metal-doors__filter a {
    display: block;
    font-size: 16px;
    padding: 0 10px;
    height: 40px;
    line-height: 36px;
    margin: 0 15px;
    border: 2px solid #C4C4C4;
    border-radius: 40px;
    width: 100%;
}

.metal-doors__filter a:first-child {
    margin-left: 0;
}

.metal-doors__filter a:last-child {
    margin-right: 0;
}

.metal-doors__filter a:hover {
    border-color: #feed00;
    color: #151616;
}

.metal-doors__filter a.active {
    border-color: #feed00;
    background: #feed00;
}

/* List doors */
.content h1.metal-doors__list_title {
    text-align: center;
    font-size: 36px;
    line-height: 150%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.metal-doors_content {
    /*
	margin-bottom: 100px;*/
}

.metal-doors_content .load_more {
    margin: 0 auto;
    margin-top: -11px;
    background: #E2000F !important;
    border-radius: 30px;
    border: none;
    font-family: 'NeoSansPro-Regular';
    color: #FFFFFF;
    width: 270px;
    height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.metal-doors__flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.metal-doors__flex_sb {
    justify-content: center;
    column-gap: 16px;
}

.metal-doors__works {
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.block_product.metal-doors__works {
    margin-bottom: 0;
}

.metal-doors__work {
    position: relative;
    border: 1px solid #EBEDEC;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    border-radius: 4px;
    width: 359px;
    min-height: 460px;
}

.metal-doors__work a:link,
.metal-doors__work a:visited {
    color: #000000;
    font-size: 14px;
    line-height: 17px;
}

.metal-doors__work_title {
    padding: 17px 16px 38px;
}

.metal-doors__work_img {
    display: flex;
    justify-content: space-between;
    padding: 0 27px 0 16px;
}

.metal-doors__icons {
    /* visibility: hidden; */
}

.metal-doors__work_img a img {
    max-width: 258px;
    max-height: 245px;
}

.metal-doors__work_price {
    position: absolute;
    bottom: 10px;
    left: 25px;
    line-height: 29px;
}

.metal-doors__work_price span {
    font-size: 24px;
    line-height: 29px;
    font-family: 'NeoSansPro-Medium';
}

.metal-doors__work_price span span:last-child {
    font-family: 'NeoSansPro-Regular';
    font-size: 16px;
}

span.old-price{
    font-size: 16px;
    color: gray;
    text-decoration: line-through;
    white-space: nowrap;
    display: block;
}

.metal-doors__work_more {
    position: absolute;
    bottom: 35px;
    right: 25px;
}

@media (max-width: 767px) {
    .content h1.metal-doors__list_title {
        margin-bottom: 30px;
    }

    .metal-doors__filter {
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .metal-doors__filter a {
        width: 50%;
        flex: 0 0 45%;
        margin: 0 0 10px;
    }
}



.md__types {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1210px;
    margin: 0 auto;
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
}

.md__type {
    width: 366px;
    height: 309px;
    margin: 0 18px 16px;
    position: relative;
    opacity: 0.75;
}

.md__type:hover,
.md__type.active {
    opacity: 1;
}

.md__type.active {
    cursor: text;
}

.md__type:nth-child(1) {
    background: url(/catalog/dveri/metalliechskie-dveri/img/type_1.png) top center no-repeat;
}

.md__type:nth-child(2) {
    background: url(/catalog/dveri/metalliechskie-dveri/img/type_2.png) top center no-repeat;
}

.md__type:nth-child(3) {
    background: url(/catalog/dveri/metalliechskie-dveri/img/type_3.png) top center no-repeat;
}

.md__type:nth-child(4) {
    background: url(/catalog/dveri/metalliechskie-dveri/img/type_4.png) top center no-repeat;
}

.md__type:nth-child(5) {
    background: url(/catalog/dveri/metalliechskie-dveri/img/universal_5.png) top center no-repeat;
}

.md__type:nth-child(6) {
    background: url(/catalog/dveri/metalliechskie-dveri/img/universal_pl_6.png) top center no-repeat;
}

.md__type-inner {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 2;
}

.md__type-title {
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.md__type-title span {
    font-size: 18px;
    line-height: 22px;
    display: block;
}

.md__type-text {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    max-width: 297px;
    margin-top: 8px;
    display: none;
}

.md__type.active .md__type-text {
    display: block;
}

.md__type-shadow {
    height: 72px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, #231F20 108.33%);
}

.md__type-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 32, 32, 0.72);
    display: none;
}

.md__type:hover .md__type-bg,
.md__type.active .md__type-bg {
    display: block;
}

.md__type-cross {
    width: 18px;
    height: 18px;
    background: #FEED00;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -9px;
    right: -9px;
    display: none;
    cursor: pointer;
}

.md__type.active .md__type-cross {
    display: flex;
}

.md__filter {
    max-width: 1170px;
    margin: 58px auto;
    display: flex;
    justify-content: space-between;
}

.filter {
    padding: 0;
    width: 527px;
}

.filtr_block {
    padding: 0;
}

.wrap_filtr {
    background: #fff;
    padding: 0;
}

.bx_filter .bx_ui_slider_track {
    height: 2px;
    margin: 12px 5px 0 0;
    border: none;
    background: #B6B6B6;
    box-shadow: none;
}

.bx_filter .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar,
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_VN,
.bx_filter .bx_ui_slider_pricebar_V {
    border: none;
    background: #B6B6B6;
    top: 0;
    bottom: 0;
}

.bx_filter .bx_ui_slider_pricebar_V {
    background: #E2000F;
    margin: 0;
}

.bx_filter .bx_ui_slider_handle {
    top: -6px;
    width: 14px;
    height: 14px;
    background: #E2000F;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    border: none;
    line-height: 0;
    font-size: 0;
}

.bx_filter .bx_ui_slider_handle.left {
    margin: 0;
    background: #E2000F !important;
}

.bx_filter .bx_ui_slider_handle.right {
    margin: 0;
    background: #E2000F !important;
}

.bx_filter .bx_ui_slider_part span {
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    color: #B6B6B6;
    top: -18px;
}

.bx_filter .bx_ui_slider_part.p1 {
    left: -30px;
}

.bx_filter .bx_ui_slider_part.p5 {
    right: 70px;
}

.filter_buttons {
    display: flex;
    width: 263px;
    justify-content: space-between;
    align-items: center;
}

a.del_filter:link,
a.del_filter:hover,
a.del_filter:visited {
    padding: 0;
    margin: 0;
    border: none;
    color: #73757C !important;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    border-bottom: 1px dashed #73757C !important;
    display: block;
    text-transform: none;
    border-radius: 0;
    background: #fff;
}










.smartfilter {
    display: flex;
    justify-content: space-between;
}

.bx_filter_parameters_box_container_block {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
}

.bx_filter_parameters_box_container_block:nth-child(3) {
    margin-left: -7px;
}

.filtr_arr::before {
    display: none;
}

.filtr_arr {
    font-size: 16px;
    line-height: 19px;
}

.bx_filter .bx_filter_parameters_box_title {
    cursor: text;
    margin-bottom: 7px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
    border: 2px solid #e4e4e4;
    padding: 0;
    margin: 0 5px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input {
    font-size: 14px;
    color: #B6B6B6;
    font-family: inherit;
    height: 32px;
    padding: 0;
}

.bx_filter .bx_filter_popup_result a {
    height: 36px;
    line-height: 34px;
}

.md__sort {
    width: 320px;
}

.md__sort-title {
    font-size: 16px;
    line-height: 19px;
    font-family: 'NeoSansPro-Medium';
    text-transform: uppercase;
    color: #151616;
    margin-bottom: 13px;
}

.md__sort-buttons {
    display: flex;
    column-gap: 8px;
}

.md__sort-button {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #73757C;
    cursor: pointer;
    border-radius: 2px;
    padding-left: 15px;
}

.md__sort-button.active {
    background: #F0F2F4;
}

.md__sort-button-text {
    margin-left: 8px;
    line-height: 14px;
}

.md__container {
    max-width: 1210px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.metal-doors__box {
    margin: 0 0 45px;
}

.metal-doors__icon {
    border: 2px solid #F0F2F4;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-bottom: 7px;
    /* cursor: pointer; */
    position: relative;
}

.metal-doors__icon-inner {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    background: #FEED00;
    border-radius: 5px;
    font-family: Open Sans;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    padding: 7px;
    width: 240px;
    padding-right: 10px;
    display: none;
}

.metal-doors__icon:hover .metal-doors__icon-inner {
    display: flex;
}

.metal-doors__icon-inner-img {
    width: 35px;
    height: 35px;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.metal-doors__icon-inner-img img {
    max-width: initial;
}

h2.md__title {
    max-width: 1116px;
    margin: 102px auto 35px;
    text-align: center;
    font-size: 36px;
    line-height: 38px;
}

a.d-advantage__item-about-link {
    position: absolute;
    bottom: 38px;
    left: 39px;
}

.np_works {
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.np_work {
    height: 587px;
    width: 550px;
}

.np_work a:link,
.np_work a:visited {
    color: #000000;
}

.np_work_title {
    padding-top: 18px;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 23px;
    height: 79px;
}

.np_work_img {
    text-align: center;
    width: 360px;
    margin: 0 auto;
}

.np_work_name {
    position: absolute;
    bottom: 70px;
    left: 30px;
    color: #fff;
    display: none;
    z-index: 2;
    font-size: 16px;
    line-height: 19px;
}

.np_work_price {
    position: absolute;
    bottom: 35px;
    left: 30px;
    color: #fff;
    display: none;
    z-index: 2;
}

.np_work_more {
    position: absolute;
    bottom: 44px;
    right: 39px;
    display: none;
    z-index: 2;
    width: 194px;
    height: 38px;
    border: 1px solid #FEED00;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #FEED00;
    cursor: pointer;
}

.np_work_more a:link,
.np_work a:visited {
    color: #FEED00;
    cursor: pointer;
}

.np_work_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 225px;
    background: linear-gradient(178.53deg, rgba(0, 0, 0, 0) 1.25%, rgba(0, 0, 0, 0.92) 98.75%);
}

.np_work_price span {
    font-size: 24px;
    line-height: 29px;
    font-family: 'NeoSansPro-Medium';
}

.owl-carousel {
    width: calc(100vw - 17px) !important;
    margin-bottom: 82px;
    margin-top: 70px;
}

.owl-carousel .owl-stage-outer {
    height: 587px !important;
}

.owl-carousel .owl-item {
    opacity: 0.3;
}

.owl-carousel .owl-item.center.active {
    opacity: 1;
}

.owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    color: transparent;
    left: 50%;
    top: 270px;
    transform: translate(-50%, 0);
    width: 767px;
}

.owl-prev {
    background: url(/natyazhnye-potolki/img/arrow.png) no-repeat !important;
    width: 48px !important;
    height: 48px !important;
    left: 0 !important;
}

.owl-next {
    background: url(/natyazhnye-potolki/img/arrow.png) no-repeat !important;
    width: 48px !important;
    height: 48px !important;
    right: 0 !important;
}

.np_work_link {
    /* background-size: cover !important; */
    display: block;
    height: 100%;
}

.owl-carousel .owl-item.center.active .np_work_name {
    display: block;
}

.owl-carousel .owl-item.center.active .np_work_price {
    display: block;
}

.owl-carousel .owl-item.center.active .np_work_more {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-dots {
    margin-top: 44px;
    display: flex;
    justify-content: center;
}

.owl-dot {
    width: 16px;
    height: 16px;
    background: #D3D3D3 !important;
    border-radius: 8px;
    margin: 8px;
}

.owl-dot.active {
    background: #FEED00 !important;
}

.b-reviews__section .horizontal-slider {
    overflow: unset;
    padding: 0 50px;
}

.b-reviews__slider .slick-slide {
    padding: 0 30px;
}

.b-reviews__item {
    padding: 20px;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.b-reviews__item .preview_picture {
    width: 180px;
    height: auto;
    max-height: 300px;
}

.b-review__icon {
    margin-bottom: 7px;
}

.b-review__content {
    padding-top: 20px;
}

.b-review-content__name {
    font-family: var(--font-bold);
    font-size: 18px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 10px;
}

.b-review-content__about {
    width: 80%;
    margin-bottom: 20px;
}

.b-review-content__date {
    display: flex;
    align-items: start;
    justify-content: flex-start;
}

.b-review-content__date img {
    margin-right: 7px;
}

.b-reviews__section {
    width: 100%;
    padding: 0;
}

.b-reviews__slider .slider-next,
.b-reviews__slider .slider-prev {
    background-color: transparent;
}

.b-reviews__slider .slider-next:hover,
.b-reviews__slider .slider-prev:hover {
    background-color: var(--color-yellow);
}

.b-reviews__slider .slick-slide {
    padding: 13px 15px;
}

.b-section__title {
    margin-bottom: 52px;
}

.btn-cottage-reviews {
    text-transform: uppercase;
    width: 270px;
    height: 50px;
    border-radius: 30px;
    background: #E2000F;
    margin-top: 20px;
    margin-bottom: 40px;
}

.np_work_more2 {
    display: none;
}

.md_tabs {
    max-width: 1170px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.md_tab {
    width: 341px;
    height: 49px;
    border: 1px solid #B6B6B6;
    border-radius: 30px;
    margin-bottom: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #B6B6B6 !important;
    font-family: 'NeoSansPro-Medium';
    position: relative;
}

.md_tab.active,
.md_tab:hover {
    border: 1px solid #FEED00;
    background: #FEED00;
    color: #151616 !important;
}

.md_tab.active {
    cursor: text;
}

.md_tab-cross {
    width: 18px;
    height: 18px;
    background: #E4E4E4;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    right: 10px;
    display: none;
    cursor: pointer;
}

.md_tab.active .md_tab-cross {
    display: flex;
}

.md_tab-cross img {
    width: initial;
}

.item_filtr_672,
.item_filtr_675 {
    display: none;
}

.doors__work_properties {
    padding-left: 25px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 140%;
    color: #73757C;
}

.metal-doors__work_more a {
    width: 119px;
    height: 34px;
    border: 1px solid #FEED00;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.metal-doors__work_more a:hover {
    background: #FEED00;
}

.content .md__content h1 {
    margin-bottom: 15px;
}

.md-slider .md__container {
    padding: 0;
    display: block;
}

@media (max-width: 1349px) {

    .md-slider .md__container {
        max-width: 810px;
    }

}

@media (max-width: 991px) {

    /* .metal-doors_content, */
    .md__additional-title2 {
        display: none;
    }

}



@media (max-width: 1199px) {

    .b-reviews__section {
        width: 98vw;
    }

}

@media (max-width: 991px) {
    .b-review__content {
        padding-top: 0;
    }

    .b-reviews__section .horizontal-slider {
        padding: 0;
    }

    .b-review-content__about {
        width: 100%;
    }

    .b-reviews__slider .slider-prev {
        left: 40px;
    }

    .b-reviews__slider .slider-next {
        right: 40px;
    }
}

@media (max-width: 767px) {
    .b-review-content__header {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .b-reviews__item .preview_picture {
        width: 95px;
        margin-right: 13px;
    }

    .b-review__icon {
        margin-bottom: 0;
    }

    .b-reviews__item {
        padding: 30px 15px;
    }

    .b-reviews__slider .slider-next,
    .b-reviews__slider .slider-prev {
        top: -50px;
    }

    .b-reviews__slider .slider-prev {
        left: unset;
        right: 90px;
    }

    .b-reviews__slider .slider-next {
        right: 52px;
    }

    .b-reviews__slider .slick-slide {
        padding: 13px 0;
    }
}



@media (max-width: 1208px) {

    .md__types {
        max-width: 810px;
    }

    .md__filter {
        max-width: 762px;
        display: block;
    }

    .np_breadcrumbs_wrapper {
        display: none;
    }

    .content .metal-doors__list_title {
        max-width: 100%;
    }

    .md__sort {
        margin-top: 60px;
    }

    .md_tabs {
        max-width: 762px;
    }

    .bx_filter_block .bx_filter_parameters_box_container {
        flex-wrap: wrap;
    }

}

@media (max-width: 1159px) {

    .d-first-screen__buttons {
        display: block;
    }

    .d-main__section .new-btn {
        margin-bottom: 11px;
        padding: 16px 40px;
        font-size: 16px;
        line-height: 16px;
    }

    .d-first-screen__subtitle {
        margin-bottom: 27px;
    }

    .d-section__title {
        margin-bottom: 9px;
        width: 488px;
        padding: 0;
    }

    .d-first-screen__item img {
        max-width: 400px;
        margin-top: 30px;
    }

    .d-first-screen__media-banner.banner-lg {
        left: initial;
        right: 260px;
    }

    .owl-nav {
        /* width: 900px; */
    }

    .d-advantage__item-about {
        max-width: 240px;
    }

    .d-advantage__item-about {
        max-width: 310px;
    }

    .d-advantage__item-title {
        width: 210px;
    }

}

@media (max-width: 991px) {

    .d-section__title {
        font-size: 24px !important;
        line-height: 29px;
        max-width: 379px;
    }

    .d-first-screen__subtitle {
        font-size: 14px;
        line-height: 17px;
    }

    .d-first-screen__item img {
        max-width: 242px;
    }

    .d-first-screen__media-banner.banner-lg img {
        width: 70%;
    }

    .d-main__section.d-first-screen__section .row {
        max-width: 804px;
        margin: 0 auto;
    }

    .d-first-screen__media-banner.banner-lg {
        top: -40px;
        right: 150px;
    }

    .d-advantage__item-title {
        font-size: 18px;
        line-height: 22px;
        width: initial;
        margin-bottom: 11px;
    }

    .d-advantage__item-about {
        font-size: 14px;
        line-height: 17px;
        max-width: 210px;
    }

    .d-advantage__item-icon {
        max-width: 96px;
        bottom: 12px;
        right: 12px;
    }

    .content h1.metal-doors__list_title {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 37px;
        margin-top: 55px;
    }

    .md__type {
        width: 350px;
        margin: 9px;
    }

    .md__filter {
        max-width: 722px;
    }

    .metal-doors__work {
        width: 350px;
    }

    .metal-doors__box {
        margin: 0 0 45px;
    }

    .metal-doors__work_more {
        bottom: 40px;
        right: 18px;
    }

    .metal-doors__work_price {
        bottom: 13px;
    }

    .metal-doors__work_img {
        padding: 0 18px 0 16px;
    }

    .md_tabs {
        max-width: 722px;
    }

    .metal-doors_content .load_more {
        margin-top: 25px;
    }

    h2.md__title {
        font-size: 24px;
        line-height: 38px;
        margin: 75px auto 35px;
        max-width: 554px;
    }

    .owl-carousel {
        margin-bottom: 60px;
        margin-top: 40px;
    }

    .owl-carousel .owl-stage-outer {
        height: 450px !important;
    }

    .np_work {
        height: 450px;
        width: 590px;
    }

    .owl-nav {
        width: 720px;
        top: 207px;
    }

    .np_work_link {
        background-size: cover !important;
    }

    .owl-dots {
        display: none;
    }

    .slider-prev,
    .slider-next {
        display: none !important;
    }

}

@media (max-width: 767px) {

    .d-first-screen__media-balkon {
        display: block !important;
    }

    .d-first-screen__section .row>div:last-child {
        position: absolute;
        right: 0;
        top: 35px;
        width: initial;
    }

    .d-first-screen__media-banner.banner-lg {
        top: -70px;
        right: 150px;
    }

    .md__filter {
        max-width: 340px;
        display: block;
    }

    .filter {
        width: 340px;
    }

    .md_tabs {
        max-width: 100%;
        justify-content: center;
    }

    .md__sort {
        margin-top: 40px;
    }

    .b-review-content__header {
        flex-wrap: wrap;
    }

    .b-review-content__header>div:nth-child(1) {
        width: 100%;
    }

    .owl-carousel .owl-stage-outer {
        height: 350px !important;
    }

    .np_work {
        height: 350px;
        width: 459px;
    }

    .owl-nav {
        width: 500px;
        top: 150px;
    }

    .owl-carousel {
        width: calc(100vw) !important;
    }

    .b-section__title {
        font-size: 24px;
        line-height: 38px;
        text-align: center;
    }

}

@media (max-width: 599px) {

    .d-section__title {
        font-size: 18px !important;
        line-height: 22px;
        max-width: 222px;
    }

    .d-first-screen__subtitle {
        font-size: 12px;
        line-height: 14px;
    }

    .d-main__section .new-btn {
        margin: 0 !important;
        font-size: 14px;
        line-height: 17px;
        min-width: 135px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 135px;
    }

    .d-first-screen__buttons {
        display: flex;
        flex-direction: initial;
        width: 288px;
    }

    .d-first-screen__item img {
        max-width: 110px;
    }

    .d-first-screen__section .row>div:last-child {
        right: 10px;
        top: 70px;
    }

    .d-first-screen__media-banner.banner-lg img {
        
    }

    .d-first-screen__media-banner.banner-lg {
        top: -70px;
        right: 65px;
    }

    .owl-nav {
        width: 440px;
    }

    .smartfilter>div {
        margin: 0;
    }

}

@media (max-width: 499px) {

    .md_tab {
        width: 100%;
    }

    .doors__work_properties {
        display: none;
    }

    .d-first-screen__section .row>div:last-child {
        right: 0;
        top: 30px;
    }

    .content h1.metal-doors__list_title {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .md__type {
        width: 100%;
        height: 100px;
        margin: 0;
        margin-bottom: 20px;
    }
    .md__type:hover,
    .md__type.active {
        height: 232px;
    }

    .md__type-title {
        font-size: 18px;
        line-height: 22px;
    }

    .md__type-inner {
        left: 15px;
        bottom: 20px;
    }

    .d-first-screen__media-banner.banner-lg {
        top: -70px !important;
        right: 65px !important;
    }

    .filter {
        /*width: 291px;*/
        margin: 0 auto;
    }

    .md__filter {
        max-width: 100%;
        margin: 26px auto 24px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .md__sort {
        width: 100%;
    }

    .metal-doors__work {
        width: 100%;
        min-height: 260px;
    }

    .metal-doors__work_title {
        font-size: 12px;
        line-height: 14px;
        padding: 17px 11px 5px;
        height: 50px;
    }

    .metal-doors__icons {
        display: none;
    }

    .metal-doors__work_img a img {
        max-width: 118px;
        max-height: 111px;
    }

    .metal-doors__work_img {
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .metal-doors__work_price {
        font-size: 12px;
        line-height: 14px;
        bottom: 15px;
        left: 11px;
    }

    .metal-doors__work_more {
        bottom: 65px;
        right: initial;
        left: 11px;
    }

    .metal-doors__work a:link,
    .metal-doors__work a:visited {
        font-size: 12px;
        line-height: 14px;
        height: 22px;
    }

    .metal-doors__work_price span {
        font-size: 18px;
        line-height: 18px;
    }

    .metal-doors__work_price span span:last-child {
        font-size: 12px;
        line-height: 18px;
    }

    .metal-doors__box {
        width: calc(50% - 8px);
        margin: 0 0 24px;
    }

    .metal-doors_content .load_more {
        margin-top: 7px;
        width: 100%;
    }

    h2.md__title {
        margin: 55px auto 0;
        font-size: 18px;
        line-height: 140%;
    }

    .d-main__section.d-advantage__section {
        padding: 5px 0 0;
    }

    .d-advantage__item {
        margin-bottom: 20px;
    }

    .owl-carousel {
        margin-top: 25px;
        margin-bottom: 12px;
    }

    .owl-carousel .owl-stage-outer {
        height: 180px !important;
    }

    .np_work {
        height: 180px;
        width: 236px;
    }

    .owl-carousel .owl-item {
        opacity: 0;
    }

    .owl-nav {
        width: 274px;
        top: 83px;
    }

    .owl-prev,
    .owl-next {
        width: 25px !important;
        height: 25px !important;
        background-size: contain !important;
    }

    .np_work_bg {
        height: 85px;
        background: linear-gradient(178.53deg, rgba(0, 0, 0, 0) 1.25%, rgba(0, 0, 0, 0.92) 98.75%);
    }

    .np_work_more {
        width: 162px;
        height: 28px;
        right: initial;
        bottom: -40px;
        border: 1px solid #E2000F;
        font-size: 12px;
        color: #E2000F;
        left: 37px;
        font-family: 'NeoSansPro-Medium';
        display: none !important;
    }

    .np_work_name {
        font-size: 12px;
        line-height: 14px;
        bottom: 33px;
        left: 7px;
    }

    .np_work_price {
        font-size: 12px;
        line-height: 17px;
        bottom: 10px;
        left: 7px;
    }

    .np_work_price span {
        font-size: 14px;
        line-height: 17px;
    }

    .np_work_more2 {
        width: 162px;
        height: 28px;
        border: 1px solid #E2000F;
        font-size: 12px;
        color: #E2000F;
        font-family: 'NeoSansPro-Medium';
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        box-sizing: border-box;
        border-radius: 30px;
        text-transform: uppercase;
        margin: 0 auto 60px;
    }

}

@media (max-width: 399px) {

    .d-first-screen__section .row>div:last-child {
        right: -50px;
        top: 20px;
    }

    .d-advantage__item {
        padding: 35px 13px;
    }

    a.d-advantage__item-about-link {
        left: 13px;
    }

    .d-main__section.d-first-screen__section .col-xs-12.col-sm-8.col-md-6 {
        padding: 0;
    }

    h2.md__title {
        padding: 0 15px;
    }

    .d-advantage__item-icon {
        max-width: 72px;
        bottom: 0;
    }

}



/*** Конструтор ***/

.np_breadcrumbs_wrapper {
    padding-top: 34px;
}

.np_breadcrumbs {
    font-size: 14px;
    line-height: 17px;
    color: #A1A7A7;
}

.np_breadcrumbs a:link,
.np_breadcrumbs a:visited {
    color: #A1A7A7;
}

.np_breadcrumbs a:hover {
    text-decoration: underline;
}

.np_breadcrumbs span span span {
    color: #E2000F;
}

.content h1.constructor__title {
    font-size: 36px;
    line-height: 150%;
    margin: -10px 0 15px;
    text-align: left;
}

#app {
    margin-top: 60px;
    margin-bottom: 71px;
}

.constructor__tabs {
    display: flex;
}

.constructor__tab {
    box-sizing: border-box;
    border-radius: 20px;
    width: 116px;
    height: 40px;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 20px;
    border: 1px solid #8C8A8A;
    color: #8C8A8A;
}

.constructor__tab:hover {
    border: 1px solid #FEED00;
    color: #151616;
}

.constructor__tab.active {
    background: #FEED00;
    border: 1px solid #FEED00;
    color: #151616;
}



.constructor__name {
    font-size: 18px;
    line-height: 120%;
    color: #2A2F36;
    font-family: 'NeoSansPro-Medium';
    margin-top: 35px;
    margin-bottom: 14px;
}

.constructor__button {
    width: 254px;
    height: 50px;
    background: #FEED00;
    border-radius: 30px;
    border: none;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #151616;
    font-family: 'NeoSansPro-Medium';
    margin-top: 70px;
}

.constructor__design-tab {
    width: 254px;
    height: 73px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    border-radius: 5px;
    margin-right: 46px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 24px;
    font-size: 16px;
    color: #151616;
    font-family: 'NeoSansPro-Medium';
    position: relative;
    justify-content: space-between;
    cursor: pointer;
}

.constructor__popup {
    width: 402px;
    height: 170px;
    position: absolute;
    top: 80px;
    left: 15px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    background: #fff;
    z-index: 2;
    display: none;
    cursor: default;
    border-radius: 4px;
}

.constructor__popup::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #fff;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-13px);
}

.constructor__popup.active {
    display: block;
}

.constructor__popup-img {
    padding: 42px 9px 0;
    display: flex;
    align-items: center;
}

.constructor__popup-img img {
    cursor: pointer;
    padding: 3px;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0 17px;
}

.constructor__popup-img-inner.active img {
    border: 1px solid #FEED00;
}

.constructor__popup-img-inner {
    position: relative;
    line-height: 0;
}

.constructor__popup-img-title {
    content: "";
    position: absolute;
    bottom: -36px;
    left: 38px;
    display: none;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    color: #222B45;
    font-family: 'NeoSansPro-Regular';
    padding: 7px 8px 5px;
    background: #fff;
    border-radius: 4px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
    z-index: 5;
    transform: translateX(-50%);
}

.constructor__popup-img-inner:hover .constructor__popup-img-title {
    display: block;
}

.constructor__popup-img-title::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-6px);
}

.constructor__popup-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
}

.constructor__popup-slider-arrow {
    line-height: 0;
    cursor: pointer;
}

.constructor__popup-slider-dots {
    display: flex;
    margin: 0 2px;
}

.constructor__popup-slider-dot {
    border: 1px solid #FEED00;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    margin: 2px;
    border-radius: 50%;
    cursor: pointer;
}

.constructor__popup-slider-dot.active {
    background: #FEED00;
}

.constructor__design-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.constructor__design-color .constructor__popup {
    height: initial;
    top: 74px;
    left: 8px;
    padding: 13px 12px 12px;
}

.constructor__design-color .constructor__popup-img {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 25px 0 0;
}

.constructor__popup-icon {
    width: 36px;
    height: 36px;
    margin: 0 9px 11px;
    border-radius: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.constructor__popup-icon.active {
    border: 1px solid #FEED00;
}

.constructor__popup-icon-title {
    content: "";
    position: absolute;
    bottom: -37px;
    left: 18px;
    display: none;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    color: #222B45;
    font-family: 'NeoSansPro-Regular';
    padding: 7px 8px 5px;
    background: #fff;
    border-radius: 4px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
    z-index: 5;
    transform: translateX(-50%);
}

.constructor__popup-icon:hover .constructor__popup-icon-title {
    display: block;
}

.constructor__popup-icon-title::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-6px);
}

.constructor__popup-tabs {
    display: flex;
}

.constructor__popup-tab {
    width: 130px;
    height: 26px;
    border: 1px solid #8C8A8A;
    box-sizing: border-box;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    color: #8C8A8A;
    justify-content: center;
    align-items: center;
    margin: 0 9px;
    font-family: helvetica;
    display: none;
}

.constructor__popup-tab.active {
    background: #FEED00;
    border: 1px solid #FEED00;
    color: #151616;
    display: flex;
}

.constructor__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1064px;
}

.constructor__door {
    position: relative;
    width: 306px;
    height: 582px;
}

.constructor__door-layer-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.constructor__door-layer-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    /* mix-blend-mode: multiply; */
}

.constructor__door-layer-3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}

@media (max-width: 991px) {

    #app {
        margin-top: 46px;
        margin-bottom: 54px;
    }

    .constructor__wrapper {
        max-width: 721px;
        margin: 0 auto;
    }

    .content h1.constructor__title {
        margin: 0 0 15px;
        font-size: 24px;
    }

    .constructor__name {
        margin-top: 15px;
    }

    .constructor__tabs {
        max-width: 284px;
        flex-wrap: wrap;
    }

    .constructor__tab {
        margin-bottom: 20px;
    }

    .constructor__design-tab {
        margin-bottom: 18px;
    }

    .constructor__button {
        width: 289px;
        margin-top: 15px;
    }

    .constructor__popup {
        z-index: 5;
        left: 0px;
    }

    .constructor__design-color .constructor__popup {
        z-index: 5;
        left: -8px;
    }

}

@media (max-width: 659px) {

    #app {
        margin: 31px auto -6px;
        width: 289px;
    }

    .constructor__wrapper {
        /* flex-direction: column-reverse; */
        display: block;
        position: relative;
    }

    .constructor__door {
        width: 163px;
        height: 310px;
    }

    .constructor__name {
        margin-top: 24px;
    }

    .constructor__tabs:nth-child(2) {
        margin-bottom: 370px;
    }

    .constructor__right {
        position: absolute;
        top: 123px;
        left: 50%;
        transform: translateX(-50%);
    }

    .content h1.constructor__title {
        font-size: 18px;
    }

    .constructor__design-tab {
        width: 289px;
        margin-right: 0;
    }

    .constructor__popup {
        width: 284px;
        top: 74px;
    }

    .constructor__design-color .constructor__popup {
        left: 0;
    }

    .constructor__popup::before {
        display: none;
    }

    .constructor__popup-img {
        padding: 42px 0 0;
    }

    .constructor__popup-img img {
        margin: 0 7px;
    }

    .constructor__popup-icon {
        margin: 0 8px 11px;
    }

}

@media (max-width: 399px) {

    .md__right {
        margin-top: 100px;
    }

    .md__about {
        margin-top: 30px;
    }

}