@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-Medium';
    src: url('/assets/templates/fonts/Geologica-Medium.woff') format('woff'),
    url('/assets/templates/fonts/Geologica-Medium.otf') format('otf'),
    url('/assets/templates/fonts/Geologica-Medium.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');
}

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

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


body {
    font-family: 'Geologica-Regular';
    font-size: 15px;
    padding: 0;
    margin: 0;
    background: #fff;
    color: #000000;
    line-height: 1.7;
    display: flex;
    overflow-x: hidden;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

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;
    transition: .4s;
    color: #9843E0;
}

a:hover {
    color: #000;
}

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

input {
    -webkit-appearance: none;
}

b, strong {
    font-family: 'Geologica-ExtraBold';
}

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

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

.social a {
    background: #9843E0;
    border: 2px solid #9843E0;
    box-sizing: border-box;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.social a svg {
    max-width: 90%;
}

.social a svg path {
    transition: .3s;
}

.social a:hover {
    background: #000;
    border: 2px solid #000;
}

footer .social a:hover svg path {
    fill: #9843E0;
}

.header-top {
    display: flex;
    background: #F9F9F9;
    border-radius: 83px;
    overflow: hidden;
    margin-top: 40px;
    align-items: center;
    height: 116px;
}

.index .header-top {
    background: #fff;
}

header {
    margin-bottom: 65px;
    position: relative;
    z-index: 9;
}

.index header {
    margin-bottom: 0;
    z-index: 0;
}

.header-top .logo {
    background: #9843E0;
    padding: 0 45px 0 51px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .main_menu {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-left: 45px;
}

.main_menu li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

header .tel {
    margin-left: auto;
    margin-right: 40px;
    position: relative;
}

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

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

.main_menu li a:hover {
    color: #9843E0;
}

.index .page-header {
    background: url(/assets/templates/img/bg2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.main-banner {
    background: url(/assets/templates/img/bg1.png);
    height: 723px;
    margin-top: -46px;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    padding-top: 145px;
    box-sizing: border-box;
}

.main-banner .flex {
    display: flex;
}

.main-banner .flex .left span {
    font-size: 20px;
    font-family: 'Unbounded-ExtraBold';
    text-transform: uppercase;
    color: #fff;
    background: #9843E0;
    border-radius: 21px;
    padding: 9px 30px;
}

.btn {
    width: 352px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: #fff;
    transition: .3s;
    font-size: 20px;
    color: #9843E0;
    border: 2px solid #fff;
    box-sizing: border-box;
    font-family: 'Unbounded-ExtraBold';
    text-transform: uppercase;
}

.btn:hover {
    cursor: pointer;
    border: 2px solid #9843E0;
    color: #fff;
    background: #9843E0;
}

.main-banner .flex .right {
    margin-top: 65px;
}

h1, h2 {
    font-family: 'Unbounded-ExtraBold';
    font-size: 75px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 57px;
}

.main-banner .flex .left h1 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 20px;
}

.main-banner .flex .left p {
    color: #fff;
    max-width: 625px;
    margin-top: 50px;
}

.header-top .logo img {
    display: block;
    width: 83px;
}

.mob-menu-btn {
    display: none;
}

.nums {
    display: flex;
    justify-content: space-between;
    margin-top: -95px;
    position: relative;
}

.nums > div {
    width: 365px;
    height: 191px;
    border-radius: 25px;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.nums > div:not(.first) {
    background: #9843E0;
    padding: 30px 47px;
}

.nums > div p {
    font-family: 'Unbounded-ExtraBold';
    font-size: 75px;
    line-height: 1.2;
}

.nums > div span {
    font-family: 'Geologica-SemiBold';
    text-transform: uppercase;
    font-size: 20px;
}

.nums > div .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    right: 23px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about {
    display: flex;
    gap: 20px;
    margin-top: 125px;
}

.about .btns {
    display: flex;
    margin-top: 57px;
    gap: 12px;
}

.about .btn {
    border-color: #9843E0;
}

.about .btn.color-btn {
    background: #9843E0;
    color: #fff;
    width: 295px;
}

.about .btn.color-btn:hover {
    background: #fff;
    color: #9843E0;
}

.about .right {
    flex-shrink: 0;
    position: relative;
}

.about .right img:not(.parallax__layer) {
    display: block;
    width: 713px;
    max-width: 100%;
}

.about .parallax {
    width: 397px;
    height: 440px;
    position: absolute;
    bottom: -60px;
    left: -110px;
}

.parallax__layer {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.flex-about-bottom {
    display: flex;
    align-items: center;
    gap: 27px;
    margin-top: 65px;
}

.flex-about-bottom .txt {
    margin-left: 55px;
    line-height: 2;
}

footer {
    color: #fff;
    margin-top: auto;
}

footer .container {
    display: flex;
    align-items: center;
    padding: 70px 30px 100px;
}

.footer-top {
    margin-top: 80px;
    background: #000;
}

.flex-about-bottom > img {
    display: block;
    width: 316px;
    border-radius: 25px;
}

footer .main_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 44px;
    width: 490px;
    margin-left: 70px;
}

footer .social a:hover {
    border: 2px solid #9843E0;
}

footer .main_menu li a {
    color: #fff;
}

footer a:hover {
    color: #9843E0;
}

.copyright > * {
    color: #fff;
    font-size: 13px;
    display: block;
    line-height: 1.2;
    margin: 10px 0;
}

footer .social {
    margin: 0 55px 0 auto;
}

.plus {
    margin-top: 100px;
}

.big-title {
    color: white;
    text-shadow: -1px -1px 0 #9843E0, 1px -1px 0 #9843E0, -1px 1px 0 #9843E0, 1px 1px 0 #9843E0;
    font-size: 138px;
    margin-bottom: 20px;
}

.plus-list {
    display: flex;
    flex-wrap: wrap;
    gap: 27px 0;
    position: relative;
    margin: 0 -13px;
}

.mobile-menu {
    display: none;
}

.plus-list .parallax {
    width: 196px;
    height: 191px;
    position: absolute;
    pointer-events: none;
    top: 40px;
    left: 369px;
    z-index: 1;
}

.parallax__layer {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.plus-list > div {
    padding: 0 13px;
    width: 33.3%;
    box-sizing: border-box;
}

.plus-list > div > div {
    border: 2px solid #9843E0;
    box-sizing: border-box;
    border-radius: 25px;
    height: 273px;
    position: relative;
    overflow: hidden;
    color: #9843E0;
    background: #F9F9F9;
    padding: 45px 45px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plus-list > div > div.has-pic {
    border: none;
    color: #fff;
    background: transparent;
}

.plus-list > div > div.has-pic::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.plus-list > div:nth-child(1) > div,
.plus-list > div:nth-child(8) > div {
    border: none;
}

.plus-list div img {
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.plus-list div span {
    font-family: 'Unbounded-ExtraBold';
    position: relative;
    font-size: 55px;
    line-height: 1;
}

.plus-list div p {
    position: relative;
}

.slider-plan {
    margin: 0 -13px;
}

.slider-plan .slid {
    padding: 0 13px;
}

.slider-plan .slid > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 406px;
    background: #F9F9F9;
    border-radius: 25px;
}

.slider-plan .slid > div img {
    max-width: 80%;
    max-height: 80%;
    display: block;
}

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

.plan-tabs {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-bottom: 54px;
}

.plans {
    margin-top: 95px;
    position: relative;
}

.plans .parallax {
    background-size: contain;
    width: 421px;
    height: 457px;
    position: absolute;
    z-index: 9;
    right: -80px;
    top: -150px;
    pointer-events: none;
}

.plan-tabs > div {
    width: 278px;
    height: 81px;
    border-color: #9843E0;
}

.plan-tabs > div.active {
    background: #9843E0;
    color: #fff;
}

.slider-plan:hover, .mortgage-slider:hover {
    cursor: url('/assets/templates/img/group201.svg'), auto;
}

.slick-dots {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 30px auto 0;
    justify-content: center;
    width: 70%;
    border-radius: 20px;
    overflow: hidden;
}

.slick-dots li {
    flex: 1;
    height: 6px;
    background: #F9F9F9;
    transition: .3s;
}

.slick-dots li.slick-active {
    background: #9843E0;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

.mortgage {
    margin-top: 100px;
}

.title-flex {
    display: flex;
    gap: 40px;
}

.mortgage h2 {
    width: 510px;
    margin: 0;
}

.mortgage .title-flex p {
    padding-left: 40px;
    position: relative;
    max-width: 27%;
    padding-top: 10px;
}

.mortgage .title-flex p::before {
    content: '';
    width: 9px;
    height: 56px;
    background: #9843E0;
    position: absolute;
    left: 0;
    top: 10px;
}

.mortgage-slider {
    margin: 0 -15px;
    margin-top: 63px;
}

.mortgage-slider .slid {
    padding: 0 15px;
}

.mortgage-slider .slid img {
    width: 100%;
    height: 312px;
    display: block;
    overflow: hidden;
    object-fit: cover;
    border-radius: 25px;
}

.mortgage-slider .slid p {
    font-family: 'Unbounded-ExtraBold';
    font-size: 23px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 28px 0;
    height: 55px;
    overflow: hidden;
    color: #9843e0;
}

.mortgage-slider .slid span {
    display: block;
    line-height: 1.5;
}

.help {
    background-image: url(/assets/templates/img/group3224.png);
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    background-size: 1920px 100%;
    margin-top: 110px;
}

.help.construction {
    background-image: url(/assets/templates/img/group434226.png);
}

.help-flex {
    display: flex;
    gap: 100px;
    padding: 70px 0;
}

.help-flex h2 {
    font-size: 65px;
    margin: 0;
}

.help-flex .btn {
    color: #9843e0;
    font-size: 20px;
    margin-top: 32px;
}

.help-flex .btn:hover {
    background: #9843e0;
    color: #fff;
}

.form {
    display: flex;
    gap: 130px;
    margin-top: 100px;
}

.form h2 {
    margin-bottom: 35px;
}

.form .right {
    width: 755px;
}

.form-users {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 2%;
}

.form__form-block.form-block {
    width: 49%;
    height: 85px;
    background: #F9F9F9;
    box-sizing: border-box;
    padding: 10px 33px;
    border-radius: 25px;
    position: relative;
}

.form__form-block.form-block label {
    position: absolute;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
    width: calc(100% - 66px);
    box-sizing: border-box;
    transition: .3s;
}

.form__form-block.form-block label.active {
    opacity: 0;
}

.form__form-block.form-block label::before {
    content: 'Обязательное поле';
    font-size: 10px;
    display: block;
    color: #D4584D;
    position: absolute;
    top: -14px;
    left: 0;
    line-height: 1.1;
    width: 100%;
    opacity: 0;
    text-align: left;
    pointer-events: none;
    transition: .5s;
}

.form__form-block.form-block label.error::before {
    opacity: 1;
}

.form__form-block.form-block input {
    width: 100%;
    height: 100%;
    font-family: 'Geologica-Regular';
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

.form-users .btn {
    background: #9843E0;
    color: #fff;
    width: 100%;
}

.form-block-submit {
    width: 49%;
}

.form__form-select label {
    line-height: 1.1;
}

.form-users .btn:hover {
    background: #fff;
    color: #9843E0;
}

.form__form-select input[type="checkbox"] {
    outline: 1px solid #000;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    outline-offset: 0 !important;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #fff;
}

input[type="checkbox"]:checked {
    background: #000000;
}

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

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

.form__form-select {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    position: relative;
}

.form__form-select a {
    color: #000;
    border-bottom: 1px solid #000;
}

.form__form-select a:hover {
    border-color: transparent;
}

.form .img {
    flex: 1;
    position: relative;
}

.form .img > img {
    display: block;
    width: 100%;
}

.form .img .parallax {
    width: 347px;
    height: 451px;
    position: absolute;
    top: 60px;
    right: -110px;
}

#map {
    width: 100%;
    height: 493px;
    overflow: hidden;
    border-radius: 25px;
}

.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 {
    margin-top: 130px;
}

.map-container .big-title {
    font-size: 119px;
    margin-bottom: 25px;
}

.obj {
    margin-top: 100px;
    position: relative;
}

.obj .parallax {
    width: 409px;
    height: 309px;
    position: absolute;
    z-index: 9;
    left: 480px;
    top: -247px;
    pointer-events: none;
}

.obj h2 {
    margin-bottom: 40px;
}

.help.construction .help-flex {
    gap: 145px;
}

.obj-flex {
    display: flex;
    gap: 41px;
}

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

.main-form-title {
    display: flex;
    gap: 175px;
    margin-bottom: 63px;
}

.main-form-title .imgs {
    display: flex;
    gap: 30px;
    flex-shrink: 0;
    align-items: center;
}

.main-form-title .imgs img {
    width: 356px;
    border-radius: 25px;
    display: block;
    flex-shrink: 0;
}

.main-form .form-users {
    gap: 22px;
}

.main-form .form__form-block.form-block {
    width: auto;
    flex: 1;
}

.main-form .form-block-submit {
    width: 368px;
}

.obj-flex > div {
    flex: 1;
    height: 263px;
}

.obj-flex > div > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 55px 44px;
    box-sizing: border-box;
    border: 2px solid #9843E0;
    border-radius: 25px;
    height: 100%;
}

.obj-flex > div > a {
    background: #fff;
}

.obj-flex > div > a:hover {
    background: #9843E0;
    color: #fff;
}

.obj-flex > div > div {
    background: #9843E0;
    color: #fff;
}

.obj-flex > div p {
    font-family: 'Unbounded-ExtraBold';
    font-size: 23px;
    text-transform: uppercase;
    line-height: 1.15;
}

.obj-flex > div span {
    display: block;
    line-height: 1.4;
}

.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;
    border-radius: 25px;
    display: block;
}

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

.progress-title select {
    text-align: left;
    cursor: pointer;
    width: 175px;
    background: none;
    border-right: none;
    border-top: none;
    border-left: none;
    font-family: 'Geologica-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;
    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-Medium';
    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;
}

.one_doc a {
    color: #000;
}

.one_doc a:hover {
    color: #9843E0;
}

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

@media (max-width: 1680px) {

}

@media (max-width: 1560px) {
    .container {
        width: 1180px;
        padding: 0;
        box-sizing: border-box;
        margin: 0 auto;
    }

    header {
        margin-bottom: 40px;
    }

    .form .right {
        width: 555px;
    }

    .plans::before {
        width: 331px;
        height: 377px;
        top: -60px;
        right: -100px;
    }

    .main-form-title .imgs img:last-child {
        display: none;
    }

    .main-form .form-block-submit {
        width: 308px;
    }

    .plan-tabs > div {
        width: 258px;
        height: 75px;
    }

    .nums > div p {
        font-size: 53px;
    }

    .about .right img:not(.parallax__layer) {
        width: 573px;
    }

    .nums > div span {
        font-size: 19px;
    }

    .big-title {
        margin-bottom: 20px;
    }

    .about .parallax {
        left: 269px;
    }

    .plus-list > div > div {
        height: 253px;
    }

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

    .about .btns {
        flex-direction: column;
    }

    .about .btn.color-btn {
        width: 342px;
    }

    .form {
        gap: 80px;
    }

    .help-flex h2 {
        font-size: 56px;
    }

    .nums > div {
        width: 280px;
        height: 181px;
    }

    .mortgage-slider .slid p {
        font-size: 18px;
        height: 45px;
    }

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

    .header-top .logo {
        padding: 0 35px 0 40px;
    }

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

    .main-banner .flex .right {
        margin-top: 60px;
    }

    .main-banner .flex .left h1 {
        font-size: 56px;
    }

    header .main_menu {
        gap: 22px;
        margin-left: 35px;
    }

    .form .img .parallax {
        width: 267px;
        height: 381px;
    }

    .plus-list .parallax {
        width: 146px;
        height: 141px;
        left: 339px;
    }

    .plans .parallax {
        width: 281px;
        height: 307px;
    }

    .about .parallax {
        width: 347px;
        height: 360px;
        bottom: -40px;
        left: 10px;
    }

    .obj .parallax {
        left: 420px;
        width: 379px;
        height: 279px;
    }

    .map-container .big-title {
        font-size: 91px;
    }

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

    .main-banner {
        height: 653px;
    }

    .btn {
        width: 342px;
        height: 75px;
        font-size: 18px;
    }

}

@media (max-width: 1480px) {

}

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

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

    .slider-plan .slid > div {
        height: 336px;
    }

    .plan-tabs {
        flex-wrap: wrap;
    }

    .mobile-menu {
        position: fixed;
        background: #fff;
        left: 0;
        top: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        overflow: scroll;
        min-height: 100%;
        z-index: 999;
    }

    .mobile-menu .logo img {
        width: 70px;
        display: block;
        margin: 0 auto;
    }

    .mobile-menu .flex {
        height: 95px;
        background: #9843e0;
        overflow: hidden;
        border-radius: 83px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px;
    }

    .obj-flex {
        gap: 20px;
    }

    .plus-list .parallax, .plans .parallax {
        display: none;
    }

    .index .page-header {
        z-index: 99;
    }

    .mobile-menu ul {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 22px;
        font-family: 'Unbounded-ExtraBold';
        font-size: 16px;
    }

    .mobile-menu .social a {
        width: 55px;
        height: 55px;
    }

    .obj-flex > div p {
        font-size: 21px;
    }

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

    .mobile-menu > div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: max-content;
        min-height: 100%;
        padding: 40px 30px 40px;
        box-sizing: border-box;
        position: relative;
    }

    .mobile-menu .close {
        position: relative;
        background: url(/assets/templates/img/close_w.svg) no-repeat center;
        width: 20%;
        background-color: #000000;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        padding-left: 30px;
        padding-right: 30px;
        background-size: 37px;
    }

    .mobile-menu .tel {
        width: 20%;
        padding-left: 30px;
        padding-right: 30px;
        height: 100%;
        background: url(/assets/templates/img/tel.svg);
        background-repeat: no-repeat;
        background-color: #9843e0;
        background-position: center;
        background-size: 40px;
        margin: 0;
        font-size: 0;
        position: relative;
    }

    .mobile-menu .tel a {
        font-size: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .plans::before {
        display: none;
    }

    header .tel a {
        font-size: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .mortgage h2 {
        width: 350px;
    }

    .mortgage .title-flex p {
        max-width: 43%;
    }

    .help-flex h2 {
        font-size: 56px;
    }

    .help-flex {
        gap: 70px;
        padding: 60px 0;
    }

    .mortgage-slider .slid p {
        font-size: 16px;
        height: 37px;
    }

    .mortgage-slider {
        margin-top: 50px;
    }

    .nums {
        flex-wrap: wrap;
        gap: 20px 0;
        margin-top: -75px;
    }

    .nums .first img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .nums > div {
        width: 49%;
    }

    .plus-list > div {
        width: 50%;
    }

    .big-title {
        font-size: 97px;
    }

    .about, .plus, .plans, .mortgage, .help, .form, .map-container, .obj, .main-form {
        margin-top: 80px;
    }

    .header-top {
        justify-content: space-between;
        height: 95px;
    }

    .index .header-top {
        background: #9843e0;
    }

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

    .about .right img:not(.parallax__layer) {
        width: 533px;
    }

    .flex-about-bottom > img:first-child {
        display: none;
    }

    header .tel {
        width: 20%;
        padding-left: 30px;
        padding-right: 30px;
        height: 100%;
        background: url(/assets/templates/img/tel.svg);
        background-repeat: no-repeat;
        background-color: #9843e0;
        background-position: center;
        background-size: 40px;
        margin: 0;
        font-size: 0;
    }

    .header-top .logo, .mobile-menu .logo {
        width: 60%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .mob-menu-btn {
        display: block;
        background-image: url(/assets/templates/img/menu.svg);
        width: 20%;
        background-color: #F9F9F9;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        padding-left: 30px;
        padding-right: 30px;
        background-size: 37px;
    }

    .index .mob-menu-btn {
        background-color: #fff;
    }

    .mortgage-slider .slid img {
        height: 242px;
    }

    .map-container .big-title {
        font-size: 81px;
    }

    .main-banner .flex .left h1 {
        font-size: 51px;
    }

    .main-banner {
        height: auto;
        padding-bottom: 130px;
    }

    #map {
        height: 393px;
    }

    .header-top .logo img {
        width: 70px;
    }
}

@media (max-width: 1180px) {
    .main-banner .flex {
        flex-direction: column;
    }

    .obj .parallax {
        display: none;
    }

    .map-container .big-title {
        font-size: 51px;
    }

    .main-banner .flex .left p {
        margin-top: 40px;
    }

    .help.construction .help-flex {
        gap: 30px;
    }

    .about .right {
        display: none;
    }

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

    .about, .plus, .plans, .mortgage, .help, .form, .map-container, .obj, .main-form {
        margin-top: 65px;
    }

    .main-form .form__form-block.form-block {
        width: 49%;
        flex: none;
    }

    .main-form .form-block-submit {
        width: 49%;
    }

    .main-form .form-users {
        gap: 20px 2%;
    }

    .form .img {
        display: none;
    }

    .form .right {
        width: 100%;
    }

    .help-flex {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 960px) {
    .main-banner .flex .left h1 {
        font-size: 35px;
    }

    .main-banner .flex .left span {
        font-size: 16px;
    }

    .help-flex h2 {
        font-size: 35px;
    }

    .plus-list > div {
        width: 100%;
    }

    .main-banner {
        height: auto;
        padding-bottom: 120px;
        padding-top: 110px;
    }

    .main-banner .flex .left p {
        margin-top: 40px;
    }

    .nums {
        margin-top: -65px;
    }

    .nums > div {
        height: 170px;
    }

    .about .btn.color-btn {
        width: 310px;
    }

    .big-title {
        font-size: 35px;
    }

    .btn {
        width: 310px;
        height: 60px;
        font-size: 15px;
    }

    .title-flex {
        gap: 20px;
        flex-direction: column;
    }

    .map-container .big-title {
        font-size: 35px;
    }

    .mortgage h2 {
        width: 100%;
    }

    .mortgage .title-flex p::before {
        display: none;
    }

    .mortgage .title-flex p {
        max-width: 100%;
        padding: 0;
    }

    .plan-tabs > div {
        width: 47%;
        height: 60px;
    }

    .plus-list {
        gap: 20px 0;
    }

    .main-form-title {
        gap: 40px;
        margin-bottom: 50px;
        flex-direction: column-reverse;
    }

    footer .container {
        padding: 60px 30px 60px;
        flex-wrap: wrap;
        gap: 35px 0;
    }

    h1, h2 {
        font-size: 35px;
        margin-bottom: 40px;
    }

    footer .social {
        margin: 0 55px 0 0;
    }

    .about .btns {
        margin-top: 45px;
    }

    .main-banner .flex .right {
        margin-top: 40px;
    }
}

@media (max-width: 765px) {
    .nums > div {
        width: 100%;
    }

    .flex-about-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .mortgage .title-flex p {
        text-align: center;
    }

    .flex-about-bottom .txt {
        margin-left: 0;
    }

    .main-banner .flex .left p {
        text-align: center;
        max-width: 100%;
    }

    .content, .map-container .big-title {
        text-align: center;
    }

    .help-flex .right {
        text-align: center;
    }

    .flex-about-bottom {
        align-items: center;
    }

    .help-flex .btn {
        margin: 30px auto 0;
    }

    .about .btns {
        align-items: center;
    }

    footer .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    footer .logo img {
        width: 83px;
        display: block;
    }

    .main-form-title .imgs img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    .main-form .form__form-block.form-block, .main-form .form-block-submit {
        width: 100%;
    }

    footer .main_menu {
        gap: 15px 33px;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

    footer .social {
        margin: 0 auto;
    }

    .main-banner .flex .right .btn {
        margin: 0 auto;
    }

    .main-banner .flex .left span {
        margin: 0 auto;
        display: block;
        width: 50%;
        text-align: center;
    }

    h1, h2 {
        text-align: center;
    }

    .form__form-block.form-block, .form-block-submit {
        width: 100%;
    }

    .txt {
        text-align: center;
    }

    .main-form-title {
        text-align: center;
    }

    .nums > div.first {
        display: none;
    }
}

@media (max-width: 480px) {
    .header-top {
        height: 85px;
    }

    .plan-tabs > div {
        width: auto;
        padding: 0 45px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .plan-tabs {
        gap: 11px;
        margin-bottom: 25px;
        flex-wrap: nowrap;
        overflow: scroll;
        scrollbar-width: none;
        padding-bottom: 25px;
        width: calc(100% + 30px);
        padding-right: 30px;
        box-sizing: border-box;
    }

    .plan-tabs::-webkit-scrollbar {
        display: none;
    }

    .obj-flex > div > * {
        padding: 30px;
        gap: 23px;
    }

    .obj-flex > div p {
        font-size: 18px;
    }

    .obj-flex > div {
        height: auto;
    }

    .mob-menu-btn, .mobile-menu .close {
        padding-left: 25px;
        padding-right: 25px;
        background-size: 30px;
    }

    header .tel, .mobile-menu .tel {
        padding-left: 25px;
        padding-right: 25px;
        background-size: 33px;
    }

    .mobile-menu .logo img {
        width: 60px;
    }

    .mobile-menu .flex {
        height: 85px;
    }

    .about .btn.color-btn {
        width: 100%;
    }

    .main-banner .flex .left h1 {
        margin-top: 30px;
    }

    .main-banner .flex .left span {
        font-size: 13px;
    }

    h1, h2, .help-flex h2, .big-title {
        font-size: 30px;
    }

    .one_doc {
        font-size: 17px;
        padding-bottom: 30px;
    }

    .btn {
        width: 100%;
    }

    .header-top .logo img {
        width: 60px;
    }

    .plus-list > div > div {
        height: auto;
        gap: 30px;
        padding: 30px;
    }

    .plus-list div span {
        font-size: 48px;
    }

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

    .progress-title > div {
        gap: 20px;
    }

    .mortgage-slider {
        margin-top: 40px;
    }

    .mortgage-slider .slid p {
        height: auto;
        text-align: center;
    }

    .mortgage-slider .slid span {
        text-align: center;
    }

    .form__form-block.form-block {
        height: 65px;
    }

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

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

    .form-users {
        gap: 14px;
    }

    .map-container .big-title {
        font-size: 25px;
    }

    #map {
        height: 323px;
    }

    .flex-about-bottom > img {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .main-banner .flex .left h1 {
        font-size: 30px;
    }

    h1, h2, .help-flex h2, .big-title {
        font-size: 25px;
    }

    .map-container .big-title {
        font-size: 22px;
    }
}

@media (max-width: 320px) {
    .container {
        padding: 0 15px;
    }

    .plan-tabs {
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    h1, h2, .help-flex h2, .big-title {
        font-size: 24px;
    }
}