@charset "utf-8";

@media (min-width: 1275px) {
    /*body, html {*/
    /*    display: none;*/
    /*}*/
}

@media (max-width: 1680px) {

}

@media (max-width: 1540px) {
    .container {
        width: 1180px;
    }

    .flex-img-block {
        width: calc(((100% - 1180px) / 2) + 1180px);
    }

    .about::before {
        width: calc(((100% - 1395px) / 2) + 732px);
    }

    .footer-flex .right {
        max-width: 440px;
    }

    .main_menu a {
        font-size: 13px;
    }

    .logo img {
        max-width: 100px;
    }

    .tel a {
        font-size: 14px;
    }

    .main_menu {
        gap: 10px;
    }

    .main-title h1 {
        font-size: 50px;
        margin-left: 144px;
    }

    h2, h1 {
        font-size: 53px;
    }

    .tab-title {
        max-width: 100%;
    }

    .byu-slider .slid {
        width: 377px;
        height: 474px;
        margin-right: 25px;
    }

    .main-form.no-padd {
        margin-top: 90px;
        padding-top: 90px;
    }

    .main-form {
        padding-top: 430px;
    }

    .main-form .container {
        flex-direction: column;
    }

    .map-container h2 {
        margin-bottom: 55px;
    }

    .main-form h2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px;
    }

    .map-container .flex p {
        max-width: 290px;
    }

    h3 {
        font-size: 27px;
    }

    .footer-flex, .copyright-n-menu {
        gap: 120px;
    }

    .obj-content .imgs img {
        width: 370px;
        height: 250px;
    }

    .zk-info.flex-img-block .right {
        width: calc((100% - 1180px) + 369px);
        height: 678px;
    }

    .main-form-container .form-class-lux {
        gap: 25px 32px;
    }

    .obj-content div p {
        font-size: 24px;
    }

    h1 {
        font-size: 53px;
    }

    .byu-slider .slid p {
        font-size: 24px;
    }

    .main-banner .btn {
        width: 330px;
    }

    .materials .flex, .tabs > .flex {
        flex-direction: column;
        gap: 50px;
    }

    .select-block-btn {
        margin-left: 0;
    }

    .material-list {
        width: 100%;
    }

    .comfort::before {
        left: calc((100vw - 1180px) / 2 * -1);
    }

    .about .flex .left {
        width: 475px;
    }

    .about .flex .right .imgs img {
        width: 309px;
        height: 230px;
    }
}

@media (max-width: 1366px) {

}

@media (max-width: 1275px) {
    .container {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    header .social, .main_menu {
        display: none;
    }

    header .logo {
        margin: 0 auto;
    }

    header .tel {
        margin-left: 0;
    }

    header .tel a, .mob-menu-container .tel a {
        width: 50px;
        height: 44px;
        background: url(/assets/templates/img/tel.svg);
        background-position: center;
        background-repeat: no-repeat;
        font-size: 0;
        display: block;
    }

    header .tel a:last-child {
        display: none;
    }

    body {
        min-width: 1255px;
    }

    .main-title {
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .about::before {
        display: none;
    }

    .about .flex {
        flex-direction: column;
        text-align: center;
    }

    .about .flex .left {
        width: 100%;
        margin-bottom: 190px;
    }

    .about {
        padding: 55px 0 0;
    }

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

    .about .flex .right .imgs {
        margin-top: -135px;
        justify-content: center;
    }

    .icons {
        width: 100%;
        gap: 35px 0;
    }

    .flex-img-block {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .flex-img-block .right {
        display: none;
    }

    .comfort .left {
        padding: 90px 0 70px;
    }

    .list {
        margin-top: 50px;
        gap: 35px 0;
    }

    .btns {
        margin-top: 50px;
        justify-content: center;
    }

    .comfort::before {
        left: 0;
        width: 100%;
    }

    .about .flex .left h2 {
        margin-bottom: 45px;
    }

    h2, h1 {
        font-size: 40px;
        text-align: center;
        width: 100%;
    }

    .sections-page-top h1 {
        text-align: left;
    }

    .all-form .flex h2 {
        text-align: left;
    }

    .about .flex .right {
        width: 100%;
        position: relative;
    }

    .about .flex .right .imgs img {
        width: 35%;
        height: 280px;
    }

    .form-class-lux .btn, .btns .btn {
        width: 297px;
    }

    .all-form-container .form-class-lux .btn {
        width: 100%;
    }

    .main-form-container .form-class-lux > *.form-block-submit {
        text-align: center;
    }

    .about .flex .right::before {
        content: '';
        height: 100%;
        width: calc(100% + 60px);
        position: absolute;
        top: 0;
        right: -30px;
        background: #3F3735;
        z-index: -1;
        pointer-events: none;
    }

    .map-container h2 {
        margin-bottom: 35px;
    }

    .map-container .flex ul {
        text-align: left;
    }

    .zk-info .left {
        padding: 55px 0 70px;
        width: 100%;
        text-align: center;
    }

    .zk-info .flex .left h2 {
        margin-bottom: 40px;
    }

    .zk-info .btn {
        width: 297px;
        margin-top: 40px;
    }

    #map {
        margin-left: 0px;
        height: 436px;
        margin-top: 65px;
        width: 100%;
    }

    .map-container .flex p {
        max-width: 100%;
    }

    .main-form-container .form-class-lux > * {
        width: 100%;
    }

    .map-container {
        margin-top: 60px;
    }

    .map-container .flex {
        gap: 30px;
        flex-direction: column;
        text-align: center;
    }

    .byu-slider .slid {
        width: 397px;
        height: 494px;
        margin: 0 auto;
    }

    .footer-flex, .copyright-n-menu {
        gap: 65px;
        flex-direction: column-reverse;
    }

    .footer-flex .left, .copyright {
        width: 100%;
        flex-shrink: 0;
        text-align: center;
    }

    footer {
        padding: 75px 0 56px;
    }

    .footer-flex .right {
        max-width: 100%;
    }

    .footer-menu ul {
        display: none;
    }

    .B_crumbBox {
        justify-content: center;
    }

    .copyright-n-menu {
        margin-top: 20px;
        justify-content: center;
        align-items: center;
    }

    .form__form-block.form-block {
        margin-bottom: 20px;
    }

    .address-first {
        width: 100%;
        margin: 20px 0 35px;
    }

    .contact-flex {
        margin: 45px 0 55px;
        justify-content: center;
    }

    footer .form-class-lux .form-block-submit {
        text-align: center;
    }

    .wisth-img {
        height: 290px;
    }

    .buy {
        margin-top: 60px;
    }

    .buy h2 {
        width: 100%;
    }

    .select-block-btn {
        margin: 0 auto;
    }

    .tab-title {
        max-width: 100%;
        text-align: center;
    }

    .tabs {
        margin-top: 60px;
    }

    .main-title h1 {
        font-size: 50px;
        margin-left: 0;
        margin-top: 40px;
        width: 72%;
    }

    h1 {
        width: 100%;
    }

    .main-banner .btn {
        margin-top: 45px;
    }

    .usual-none {
        display: block;
    }

    .mob-menu-btn {
        width: 50px;
        height: 41px;
        background: url(/assets/templates/img/menu.svg);
    }

    h1 {
        margin-bottom: 30px;
    }

    .obj-page h1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .logo img {
        max-width: 105px;
    }

    .mob-menu-container .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .progress-title {
        display: block;
    }

    .mob-menu-close {
        width: 50px;
        height: 50px;
        background: url(/assets/templates/img/close-menu-w.svg);
        background-size: cover;
    }

    .progress-title > div {
        justify-content: center;
        margin-top: 50px;
    }

    .mob-menu-container .main_menu {
        display: block;
        text-align: center;
        font-size: 18px;
        margin-top: 95px;
    }

    .house_doc_page h1 {
        width: 100%;
    }

    .mob-menu-container .main_menu li {
        margin-bottom: 28px;
    }

    .mob-menu-container .bottom {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .flex-col {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .mob-menu-container .social {
        margin-top: auto;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .tab-slides .slick-slide > div {
        margin: 0 auto;
    }

    .tabs > .flex {
        margin-bottom: 50px;
    }

    .materials {
        padding: 70px 0 70px;
    }

    .tab-content .flex .img img {
        margin: 0 auto;
    }

    .tab-slides .slick-dots li {
        background: #D1C3BC;
    }

    .tab-slides .slick-dots li.slick-active {
        background: #514A47;
    }
}

@media (max-width: 960px) {
    .select-block-btn {
        flex-direction: column;
        gap: 25px;
    }

    .select-block {
        margin-right: 0;
    }

    #mySelect {
        width: 297px;
        padding: 0 17px;
    }

    .select-block::before {
        right: 15px;
    }

    .tabs .btn {
        width: 297px;
    }
}

@media (max-width: 800px) {
}

@media (max-width: 480px) {
    .usual-none {
        display: block;
    }

    html, body {
        width: 100%;
        min-width: 100%;
        font-size: 14px;
        position: relative;
        background-image: none;
    }

    .main-title h1 {
        font-size: 30px;
        width: 100%;
    }

    .main-banner .btn {
        z-index: 9;
    }

    .banner {
        height: 439px;
        background-size: cover;
        margin-top: -95px;
        background-position: 19% 100%;
    }

    .btns {
        flex-direction: column;
        align-items: center;
    }

    .about .flex .right .imgs img:last-child {
        display: none;
    }

    .about .flex .right .imgs img {
        width: 100%;
        height: 273px;
    }

    .icons > div {
        width: 45%;
    }

    .comfort .flex .left h2 {
        margin-bottom: 45px;
    }

    .comfort .flex {
        flex-direction: column;
    }

    .list > div {
        width: 100%;
    }

    .flex-img-block .right {
        display: block;
        width: 100vw;
        margin-left: -30px;
        height: 350px;
    }

    .banner .info {
        background: #3F3735;
        margin: 0 auto;
        width: 297px;
        color: #F6F0EA;
    }

    h2, h1 {
        font-size: 30px;
    }

    .about {
        padding: 165px 0 0;
    }

    .comfort .left {
        padding: 90px 0 0px;
    }

    .materials {
        padding: 55px 0 0px;
    }

    .material-list {
        column-count: 1;
        column-gap: 65px;
    }

    .banner .container {
        position: absolute;
        bottom: -110px;
        left: 0;
        text-align: center;
    }

    .material-list li::before {
        top: -4px;
    }

    .wisth-img {
        display: none;
    }

    .main-form.no-padd {
        margin-top: 80px;
        padding-top: 70px;
    }

    .material-list li {
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .one_doc {
        font-size: 17px;
    }

    .tabs {
        margin-top: 50px;
    }

    .tabs > .flex {
        margin-bottom: 20px;
    }

    .slick-dots {
        width: 80%;
    }

    .byu-slider .slid {
        width: 100%;
        height: 444px;
    }

    .byu-slider .slid .txt {
        text-align: center;
    }

    .main-form-container .form-class-lux {
        gap: 5px 0;
    }

    .form__form-select {
        width: 297px;
        text-align: left;
        margin: 20px auto 0;
    }

    .zk-info .flex {
        gap: 0;
    }

    .form-class-lux .btn {
        margin-top: 25px;
    }

    .map-container .flex ul {
        flex-direction: column;
    }

    .map-container .flex ul li {
        width: 100%;
    }

    .obj-content .flex {
        flex-direction: column-reverse;
        gap: 55px;
    }

    .obj-content .imgs {
        display: block;
        width: 100%;
        margin: 0;
    }

    .obj-content div p {
        font-size: 20px;
        text-align: center;
        margin-bottom: 25px;
    }

    .obj-content .imgs .slick-dots li.slick-active {
        background: #ffffff;
    }

    .obj-content .imgs img {
        width: 100%;
        height: 240px;
    }

    .photo-progress > a {
        width: 100%;
        height: auto;
    }

    .main-form-container .form-class-lux > *.form-block-submit .form__form-select {
        width: 297px;
        position: absolute;
        box-sizing: border-box;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        text-align: left;
    }

    .byu-slider .slid p {
        font-size: 25px;
        width: 100%;
    }

    .main-form h2 {
        margin-bottom: 40px;
    }

    .main-form {
        padding-top: 390px;
    }

    .zk-info.flex-img-block .right {
        display: none;
    }

    h3 {
        font-size: 20px;
    }

    .contact-flex {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-flex, .copyright-n-menu {
        gap: 60px;
    }

    .copyright-n-menu {
        gap: 40px;
    }

    .progress-title > div {
        flex-direction: column;
        gap: 30px;
        margin-top: 40px;
    }

    .progress-title select {
        width: 100%;
    }
}

@media (max-height: 430px) {
    .mob-menu-container .main_menu {
        margin-top: 35px;
    }

    .mob-menu-container .main_menu li {
        margin-bottom: 10px;
    }

    .mob-menu-container {
        padding: 20px 30px 50px;
    }
}

@media (max-width: 320px) {
    h2, h1 {
        font-size: 24px;
    }
}
