@charset "utf-8";

@font-face {
    font-family: 'Geologica-Regular';
    src: url('/assets/templates/fonts/Geologica-Regular.woff') format('woff'),
    url('/assets/templates/fonts/Geologica-Regular.otf') format('otf'),
    url('/assets/templates/fonts/Geologica-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Geologica-Bold';
    src: url('/assets/templates/fonts/Geologica-Bold.woff') format('woff'),
    url('/assets/templates/fonts/Geologica-Bold.otf') format('otf'),
    url('/assets/templates/fonts/Geologica-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Geologica-ExtraBold';
    src: url('/assets/templates/fonts/Geologica-ExtraBold.woff') format('woff'),
    url('/assets/templates/fonts/Geologica-ExtraBold.otf') format('otf'),
    url('/assets/templates/fonts/Geologica-ExtraBold.ttf') format('truetype');
}

body {
    font-family: 'Geologica-Regular';
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #3F3735;
    line-height: 1.6;
    background-color: #F6F0EA;
    position: relative;
}

header {
    width: 100%;
    background: #3F3735;
    position: relative;
    display: flex;
    align-items: center;
    color: #F6F0EA;
    line-height: 1.2;
    padding: 20px 0;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol,
ul,
nav {
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #3F3735;
    transition: .4s;
}

a:hover {
    opacity: 0.6;
}

:focus, button {
    outline: 0;
    border: none;
}

input {
    -webkit-appearance: none;
}

.container {
    display: block;
    width: 1395px;
    position: relative;
    margin: 0 auto;
}

header .container {
    display: flex;
    align-items: center;
}

.main_menu {
    display: flex;
    gap: 15px;
}

.main_menu a {
    color: #F6F0EA;
    text-transform: uppercase;
    position: relative;
}

.tel a {
    color: #F6F0EA;
}

.logo img {
    display: block;
    max-width: 113px;
}

.logo a:hover {
    opacity: 1;
}

header .logo {
    margin-right: 45px;
}

.social {
    display: flex;
    align-items: center;
    gap: 8px;
}

header .social {
    margin-left: 37px;
}

header .tel {
    margin-left: auto;
}

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

.social a {
    display: flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.B_crumbBox {
    display: flex;
    align-items: center;
    margin: 75px 0 25px;
    gap: 10px;
}

h1 {
    position: relative;
    text-transform: uppercase;
    font-family: 'Geologica-ExtraBold';
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 60px;
}

.social a:hover {
    opacity: 0.6;
}

.social a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.main_menu a:before, .main_menu a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -8px;
    background: #F6F0EA;
}

.main_menu a:before {
    left: 0;
}

.main_menu a:after {
    right: 0;
    background: #F6F0EA;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.main_menu a:hover:before {
    background: #F6F0EA;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.main_menu a:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}

.banner {
    position: relative;
    background-color: #3F3735;
    height: 784px;
    background-position: top center;
    padding-top: 59px;
}

.banner .info {
    background: #F6F0EA;
    position: relative;
    display: flex;
    width: 270px;
    flex-wrap: wrap;
    padding: 20px 15px 30px;
    box-sizing: border-box;
}

.banner .info > div {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.banner .info > div .num {
    font-family: 'Geologica-ExtraBold';
    font-size: 40px;
    margin-bottom: 4px;
    line-height: 1;
}

.banner .info > div span {
    font-size: 15px;
    display: block;
    line-height: 1;
}

.main-title {
    display: flex;
    position: relative;
    margin-top: -20px;
    padding-bottom: 20px;
    justify-content: space-between;
    align-items: flex-end;
}

/*.main-title::before {*/
/*    content: '';*/
/*    background: #3F3735;*/
/*    width: 100vw;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: calc((100vw - 100%) / 2 * -1);*/
/*    top: 0;*/
/*}*/

.main-title h1 {
    position: relative;
    color: #F6F0EA;
    text-transform: uppercase;
    font-family: 'Geologica-ExtraBold';
    font-size: 60px;
    line-height: 1.1;
    width: 55%;
    margin-left: 160px;
    margin-bottom: 0;
}

.btn {
    position: relative;
    display: inline-flex;
    height: 83px;
    font-family: 'Geologica-Bold';
    font-size: 15px;
    text-transform: uppercase;
    transition: .4s;
    border: 2px solid #F6F0EA;
    box-sizing: border-box;
    background: #F6F0EA;
    color: #3F3735;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

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

.btn:hover {
    cursor: pointer;
    background: #3F3735;
    color: #F6F0EA;
    opacity: 1;
}

.main-banner-container {
    background: #3F3735;
}

footer {
    background: #3F3735;
    color: #F6F0EA;
    padding: 115px 0 95px;
}

.form-class-lux a, footer a {
    color: #F6F0EA;
}

.footer-flex {
    display: flex;
    gap: 300px;
}

h2 {
    position: relative;
    text-transform: uppercase;
    font-family: 'Geologica-ExtraBold';
    font-size: 60px;
    line-height: 1.1;
}

.form__form-block.form-block {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 2px solid #F6F0EA;
    position: relative;
    margin-bottom: 30px;
}

.form__form-block.form-block label {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 14px;
    color: #F6F0EA;
    transition: .4s;
}

footer .form-class-lux {
    margin-top: 40px;
}

.form__form-block.form-block input {
    width: 100%;
    height: 100%;
    padding: 15px 0px 5px;
    color: #F6F0EA;
    font-family: 'Geologica-Regular';
    background: none;
    border: none;
    outline: 0;
    box-sizing: border-box;
}

.form__form-select input[type="checkbox"] {
    outline: 0;
    margin: 0 10px 1px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    cursor: pointer;
    border: 1px solid #F6F0EA;
    border-radius: 50%;
    flex-shrink: 0;
}

.form__form-select {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    font-size: 13px;
    margin-top: 20px;
    color: #F6F0EA;
    line-height: 1.2;
    width: 50%;
}

.form__form-select input[type="checkbox"]:checked {
    background-image: url(/assets/templates/img/ellipse.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.form__form-select::before {
    content: 'Обязательное поле';
    font-size: 12px;
    display: block;
    color: #ff4d77;
    position: absolute;
    bottom: -25px;
    left: 25px;
    line-height: 1.1;
    width: auto;
    opacity: 0;
    text-align: left;
    pointer-events: none;
    transition: .5s;
}

.form__form-select.active::before {
    opacity: 1;
    text-align: center;
}

.form__form-block.form-block label.error {
    color: #ff4d77;
    font-size: 11px;
    top: 10%;
}

.form__form-block.form-block label.active {
    font-size: 11px;
    top: 10%;
}

.contact-flex {
    display: flex;
    gap: 30px;
    margin: 55px 0 85px;
    align-items: start;
}

h3 {
    position: relative;
    text-transform: uppercase;
    font-family: 'Geologica-ExtraBold';
    font-size: 30px;
    line-height: 1.1;
}

.footer-flex .left, .copyright {
    width: 510px;
    flex-shrink: 0;
}

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

.address-first {
    width: 61%;
    margin: 35px 0 55px;
}

.form-class-lux .btn {
    width: 100%;
    height: 75px;
    background: transparent;
    color: #F6F0EA;
    margin-top: 35px;
}

.form-class-lux .btn:hover {
    background: #F6F0EA;
    color: #3F3735;
    opacity: 1;
}

.copyright-n-menu {
    display: flex;
    gap: 300px;
    margin-top: 90px;
}

.copyright-n-menu .footer-menu a {
    line-height: 1.1;
    display: block;

}

.footer-menu {
    display: flex;
    gap: 20px;
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    width: 315px;
    gap: 0 10%;
}

.footer-menu ul li {
    width: 45%;
    box-sizing: border-box;
}

.about {
    position: relative;
    padding: 115px 0;
}

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

.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about .flex .left {
    width: 565px;
    flex-shrink: 0;
}

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

.btns {
    display: flex;
    margin-top: 65px;
    gap: 17px;
}

.btns .btn {
    width: 251px;
    padding: 0 20px;
}

.btns .btn {
    border: 2px solid #3F3735;
    color: #3F3735;
}

.btns .btn.dark {
    background: #3F3735;
    color: #F6F0EA;
}

.btns .btn:hover {
    border: 2px solid #3F3735;
    background: #3F3735;
    color: #F6F0EA;
}

.btns .btn.dark:hover {
    border: 2px solid #3F3735;
    color: #3F3735;
    background: #F6F0EA;
}

.about .flex .right .imgs {
    display: flex;
    gap: 30px;
    margin-bottom: 70px;
}

.about .flex .right .imgs img {
    width: 349px;
    height: 260px;
    display: block;
    object-fit: cover;
}

.icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 45px 0;
    width: 570px;
    margin-left: auto;
}

.icons > div {
    width: 32%;
    color: #F6F0EA;
    text-align: center;
    line-height: 1.1;
}

.icons > div .img {
    width: 80px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.icons > div .img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.flex-img-block {
    width: calc(((100% - 1395px) / 2) + 1395px);
    margin-left: auto;
}

.flex-img-block .right {
    width: calc((100% - 1395px) + 622px);
    flex-shrink: 0;
    height: 730px;
}

.flex-img-block .right img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.comfort {
    position: relative;
    color: #F6F0EA;
}

.comfort::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: calc((100vw - 1395px) / 2 * -1);
    background: #3F3735;
    z-index: -1;
    pointer-events: none;
}

.comfort .left {
    padding: 100px 0 115px;
}

.comfort .flex {
    gap: 60px;
    align-items: normal;
}

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

.list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    gap: 15px 0;
}

.list > div {
    width: 50%;
}

.list > div > div {
    text-transform: uppercase;
    font-family: 'Geologica-ExtraBold';
    font-size: 20px;
    line-height: 1.1;
}

.list > div > div strong {
    font-size: 40px;
}

.list > div > div span {
    display: block;
}

.zk-info.flex-img-block .right {
    width: calc((100% - 1395px) + 512px);
    height: 658px;
}

.zk-info .flex {
    gap: 140px;
    align-items: normal;
}

.zk-info .left {
    padding: 130px 0 110px;
}

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

.zk-info .btn {
    border: 2px solid #3F3735;
    color: #3F3735;
    width: 251px;
    padding: 0 20px;
    margin-top: 70px;
}

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

.material-list li {
    padding-left: 50px;
    line-height: 50px;
    position: relative;
}

.material-list li::before {
    content: '';
    width: 25px;
    height: 25px;
    background: #3F3735;
    position: absolute;
    top: 12px;
    left: 0;
}

.wisth-img {
    width: 100%;
    margin-left: 0;
    display: block;
    height: 376px;
    object-fit: cover;
}

.materials {
    padding: 120px 0 100px;
}

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

.ymaps-layers-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.map-container .flex {
    gap: 50px;
}

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

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

.map-container .flex ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
}

.map-container .flex ul li {
    width: 25%;
    box-sizing: border-box;
    padding-left: 26px;
    position: relative;
    line-height: 1.1;
}

.map-container .flex ul li::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #3F3735;
    position: absolute;
    border-radius: 50%;
    top: -3px;
    left: 0;
}

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

.tab-content > div:not(:first-child) {
    display: none;
}

.tab-content .flex {
    justify-content: flex-start;
    gap: 2%;
}

.tab-content .flex .img {
    width: 32%;
    height: 385px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.tab-content .flex .img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.mob-menu-container {
    position: fixed;
    background: #3F3735;
    left: 0;
    top: 0;
    padding: 20px 30px 120px;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 99999;
}

.tab-content .flex .img img {
    max-width: 90%;
    max-height: 80%;
}

.tabs {
    margin-top: 110px;
}

.tabs .btn {
    border: 2px solid #3F3735;
    background: #3F3735;
    color: #F6F0EA;
    width: 300px;
    flex-shrink: 0;
    padding: 0 20px;
}

.tabs .btn:hover {
    background: #F6F0EA;
    color: #3F3735;
}

.tab-title {
    max-width: 525px;
}

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

.tab-title h2 {
    margin-bottom: 45px;
}

#mySelect {
    height: 83px;
    border: 2px solid #3F3735;
    box-sizing: border-box;
    outline: none;
    width: 455px;
    padding: 0 40px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Geologica-Bold';
    background: transparent;
    appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.select-block-btn {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.select-block {
    position: relative;
    margin-right: 14px;
}

.select-block::before {
    content: '';
    background: url(/assets/templates/img/arr.svg);
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    pointer-events: none;
}

.byu-slider .slid {
    width: 440px;
    height: 530px;
    margin-right: 35px;
    position: relative;
}

.byu-slider .slid::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(47, 43, 36);
    background: linear-gradient(180deg, rgba(47, 43, 36, 0.32396708683473385) 0%, rgba(0, 0, 0, 1) 70%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .76;
    pointer-events: none;
    z-index: 1;
}

.byu-slider .slid img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    pointer-events: none;
}

.byu-slider .slid .txt {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 80%;
}

.byu-slider .slid p {
    font-family: 'Geologica-ExtraBold';
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 18px;
    width: 88%;
}

.byu-slider .slid span {
    display: block;
}

.buy {
    margin-top: 80px;
    position: relative;
    z-index: 9;
}

.usual-none {
    display: none;
}

.buy h2 {
    width: 30%;
    margin-bottom: 50px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
    margin: 40px auto 0;
    border-radius: 20px;
}

.slick-dots li {
    background: #514A47;
    flex: 1;
    height: 4px;
}

.slick-dots li.slick-active {
    background: #F6F0EA;
    border-radius: 20px;
}

.slick-dots li button {
    outline: 0;
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    font-size: 0;
    padding: 0;
    margin: 0;
}

.main-form {
    position: relative;
    padding-top: 490px;
    padding-bottom: 130px;
    margin-top: -330px;
}

.house_doc_page h1 {
    width: 60%;
}

.house_doc {
    margin-top: 45px;
}

.progress-title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 60px;
}

.progress-title h1 {
    margin: 0;
}

.progress-title > div {
    display: flex;
    margin-left: auto;
    gap: 50px;
}

.progress-title select {
    text-align: left;
    cursor: pointer;
    width: 175px;
    background: none;
    border-right: none;
    border-top: none;
    border-left: none;
    font-family: 'Qanelas-Regular';
    border-bottom: 1px solid #000;
    font-size: 16px;
    height: 40px;
    color: #000;
    padding: 0 0 0;
    box-sizing: border-box;
    outline: none;
    position: relative;
    resize: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.photo-progress {
    display: flex;
    gap: 35px 2%;
    flex-wrap: wrap;
}

.photo-progress > a {
    width: 32%;
    height: 314px;
}

.photo-progress > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.progress-title select {
    background-image: url(/assets/templates/img/arr.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right center;
}

.one_doc {
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 40px;
    font-family: 'Geologica-Bold';
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #3F3735;
}

.file-icon a {
    width: 34px;
    height: 34px;
    display: block;
    background: url(/assets/templates/img/down.svg) center center / 100% no-repeat;
}

.main-form .container {
    display: flex;
}

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

.main-form::before {
    content: '';
    background: #3F3735;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
}

.main-form h2 {
    color: #F6F0EA;
    width: 36%;
    margin-right: 50px;
}

.main-form-container {
    flex: 1;
}

.main-form-container .form-class-lux {
    display: flex;
    flex-wrap: wrap;
    gap: 45px 22px;
    align-items: flex-end;
}

.main-form-container .form-class-lux > * {
    width: 31.5%;
    margin: 0;
    position: relative;
}

.main-form-container .form-class-lux > *.form-block-submit .form__form-select {
    width: 80%;
    position: absolute;
    box-sizing: border-box;
    bottom: -50px;
}

.sections-page-top h1 {
    width: 55%;
    flex-shrink: 0;
    margin-bottom: 0;
}

.sections-page-top .flex {
    gap: 230px;
}

.steps {
    display: flex;
    margin: 90px 0;
    gap: 37px;
}

.step {
    display: flex;
    gap: 23px;
    color: #AC9F9C;
}

.step.active {
    color: #3F3735
}

.step span {
    font-family: 'Geologica-ExtraBold';
    line-height: 1;
    font-size: 60px;
}

.all-form-container .form__form-block.form-block input, .all-form-container .form__form-block.form-block label, .all-form-container .form__form-select, .all-form-container .form-class-lux a {
    color: #3F3735;
}

.all-form-container .form__form-block.form-block {
    border-bottom: 2px solid #3F3735;
}

.all-form-container .form-class-lux .btn {
    background: #3F3735;
    border: 2px solid #3F3735;
}

.all-form-container .form-class-lux .btn:hover {
    background: #F6F0EA;
    color: #3F3735;
}

.all-form-container .form__form-select input[type="checkbox"] {
    border: 1px solid #3F3735;
}

.all-form {
    margin-top: 100px;
}

.margin-footer {
    margin-top: 100px;
}

.all-form .flex {
    margin-bottom: 70px;
}

.all-form .form-class-lux {
    display: flex;
    gap: 26px;
}

.all-form .form-class-lux .form-block-submit {
    width: 269px;
    flex-shrink: 0;
    margin-left: 34px;
}

.all-form .form-class-lux .form__form-select {
    width: 100%;
}

.all-form .form-class-lux .form__form-select input[type="checkbox"]:checked {
    background-image: url(/assets/templates/img/ellipse-b.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.all-form .form-class-lux .form__form-block.form-block label.error {
    color: #ff4d77;
}

.obj-content .imgs {
    width: 66%;
    margin-left: 85px;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
}

.obj-content .imgs img {
    width: 441px;
    height: 289px;
    object-fit: cover;
    display: block;
}

.overflow {
    overflow: hidden;
}

.obj-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.obj-page h1 {
    width: 50%;
}

.obj-content div p {
    text-transform: uppercase;
    font-family: 'Geologica-ExtraBold';
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 50px;
}

.tel.telefon-flex {
    display: flex;
    flex-direction: column;
}

.back a {
    color: #fff;
    font-size: 14px;
    padding-left: 35px;
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.back a::before {
    content: '';
    background: url(/assets/templates/img/back.svg) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}