.mn-header .mn-form-box{
    overflow: hidden;
    position: relative;
}
.mn-header .mn-form-box {
    backdrop-filter: blur(10px);
}
.mn-header .mn-modal-text {
    max-width: 300px;
}

.mn-header .mn-message-sent{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #000000b3;
    z-index: 100;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 26px;
    display: none;
}

.mn-header .button-primary,.mn-header .mn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@-webkit-keyframes anim-in {
    100% {
        width: 600px;
        height: 600px;
        border-radius: 0;
        opacity: 0
    }

    0% {
        width: 0;
        height: 0;
        border-radius: 100%;
        opacity: .2
    }
}

@keyframes anim-in {
    100% {
        width: 600px;
        height: 600px;
        border-radius: 0;
        opacity: 0
    }

    0% {
        width: 0;
        height: 0;
        border-radius: 100%;
        opacity: .2
    }
}

.mn-header .wrapper {
    position: relative;
    max-width: 192rem;
    padding: 0 var(--wrapper-padding);
    margin: auto
}

.mn-header .absolute,.mn-header .object-fit {
    position: absolute;
    left: 0;
    top: 0
}

.mn-header button,.mn-header input {
    font: inherit;
    color: inherit
}

.mn-header input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.mn-header button {
    background: 0 0;
    border: none
}

.mn-header a {
    color: inherit;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration: none
}

@media (min-width: 0px) { .mn-header h1 {font-size: 30px;} .mn-header .mn-text {font-size: 20px;} }  
@media (min-width: 576px) { .mn-header h1 {font-size: 30px;} .mn-header .mn-text {font-size: 22px;} }  
@media (min-width: 768px) { .mn-header h1 {font-size: 36px;} .mn-header .mn-text {font-size: 24px;} } 
@media (min-width: 992px) { .mn-header h1 {font-size: 40px;} .mn-header .mn-text {font-size: 26px;} }  
@media (min-width: 1200px) { .mn-header h1 {font-size: 44px;} .mn-header .mn-text {font-size: 28px;} } 
@media (min-width: 1400px) { .mn-header h1 {font-size: 46px;} .mn-header .mn-text {font-size: 30px;} }

.mn-header .icon {
    width: 100%;
    max-height: 100%
}

.mn-header .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mn-header .flex_nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.mn-header .flex_column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical
}

.mn-header .flex_column {
    -webkit-box-direction: normal;
    flex-direction: column
}

.mn-header .flex_justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mn-header .flex_start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mn-header .flex_vertical {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mn-header img,.mn-header svg {
    max-width: 100%;
    vertical-align: top
}

.mn-header .object-fit {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mn-header .absolute {
    width: 100%;
    height: 100%
}

.mn-header .color-gray {
    color: #999ea5
}

.mn-header .b,.mn-header .content b {
    font-weight: 700
}

.mn-header .small {
    font-size: 1.3rem;
    line-height: 1.8rem
}

@media (max-width: 1120px) {
    .mn-header .small {
        font-size:1.6rem;
        line-height: 2.4rem
    }
}

@media (max-width: 580px) {
    .mn-header .feature {
        padding:.5rem 1.5rem .5rem .5rem;
        border-radius: 7rem
    }
}

.mn-header .feature {
    padding: 8px 26px 8px 8px;
    backdrop-filter: blur(30px);
    border-radius: 100px;
    background-color: #ffffff24;
}

.mn-header .mn-icon {
    margin-right: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    fill: #fff;
    stroke: transparent
}

@media (max-width: 1120px) {
    .mn-header .mn-icon {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 580px) {
    .mn-header .mn-icon {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
}

.mn-header .mn-icon svg {
    width: 2.4rem;
    height: 2.4rem
}

@media (max-width: 1120px) {
    .mn-header .mn-icon svg {
        width:1.9rem;
        height: 1.9rem
    }
}

.mn-header .mn-feature {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 580px) {
    .mn-header .mn-icon svg {
        width:36px;
        height:36px;
    }

    .mn-header .mn-feature {
        font-size: 16px;
        line-height: 1.29
    }
}

.mn-header .button-primary {
    --button-size: 40px;
    --button-background: #1c8a55;
    --button-color: #fff;
    --button-wave-color: rgb(255 255 255/50%);
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: var(--button-size);
    padding: 10px 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .16px;
}

@media (max-width: 580px) {
    .mn-header .button-primary {
        --button-size:5.2rem;
        padding-right: 2.6rem;
        padding-left: 2.6rem;
        font-size: 18px;
        background: var(--button-background)
    }
}

@media (min-width: 581px) {
    .mn-header .button-primary:hover .button-primary__background:before {
        -webkit-animation:anim-in .7s forwards ease-out;
        animation: anim-in .7s forwards ease-out
    }

    .mn-header .button-primary:hover:not(.no-scale) .button-primary__background {
        -webkit-transform: scale(1.06);
        transform: scale(1.06)
    }

    .mn-header .button-primary__background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: var(--button-background);
        border-radius: inherit;
        -webkit-transition: cubic-bezier(.25,1,.5,1) .3s;
        transition: cubic-bezier(.25,1,.5,1) .3s;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .mn-header .button-primary__background:before {
        position: absolute;
        inset: 0;
        width: 0;
        height: 0;
        margin: auto;
        content: "";
        background: var(--button-wave-color);
        opacity: .2
    }
}

@media (max-width: 580px) {
    .mn-header .button-primary__background {
        display:none
    }
}

.mn-header .button-primary__text {
    position: relative;
    z-index: 5
}

.mn-header .button-primary .icon,.mn-header .button-primary__icon {
    position: relative;
    z-index: 5;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem
}

.mn-header .form-field {
    position: relative;
    cursor: text
}

.mn-header .form-field__placeholder {
    position: absolute;
    inset: 1.8rem auto auto 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-transition: ease .3s;
    transition: ease .3s
}

.mn-header .form-field.is-completed .form-field__placeholder,.mn-header .form-field.is-focused .form-field__placeholder {
    top: 1rem;
    font-size: 1rem
}

.mn-header .form-field__item {
    display: block;
    width: 100%;
    height: 60px;
    padding: 18px 60px 18px 20px;
    line-height: 1.5;
    color: #1f2938;
    background-color: #f4f5f8;
    border: 1px solid #eaeff1;
    border-radius: 12px
}

@media (max-width: 580px) {
    .mn-header .form-field__item {
        height:66px;
        padding: 10px;
        padding-left: 18px;
    }
}

.mn-header .form-field__item::-webkit-input-placeholder {
    color: #999ea5;
    -webkit-transition: ease .15s;
    transition: ease .15s
}

.mn-header .form-field__item::-moz-placeholder {
    color: #999ea5;
    -moz-transition: ease .15s;
    transition: ease .15s
}

.mn-header .form-field__item:-ms-input-placeholder {
    color: #999ea5;
    -ms-transition: ease .15s;
    transition: ease .15s
}

.mn-header .form-field__item::-ms-input-placeholder {
    color: #999ea5;
    -ms-transition: ease .15s;
    transition: ease .15s
}

.mn-header .form-field__item::placeholder {
    color: #999ea5;
    -webkit-transition: ease .15s;
    transition: ease .15s
}

.mn-header .form-field__item:focus::-webkit-input-placeholder,.mn-header .form-field__item:hover::-webkit-input-placeholder {
    color: #1f2938
}

.mn-header .form-field__item:focus::-moz-placeholder,.mn-header .form-field__item:hover::-moz-placeholder {
    color: #1f2938
}

.mn-header .form-field__item:focus:-ms-input-placeholder,.mn-header .form-field__item:hover:-ms-input-placeholder {
    color: #1f2938
}

.mn-header .form-field__item:focus::-ms-input-placeholder,.mn-header .form-field__item:hover::-ms-input-placeholder {
    color: #1f2938
}

.mn-header .form-field__item:focus::placeholder,.mn-header .form-field__item:hover::placeholder {
    color: #1f2938
}

.mn-header .form-field__indicator {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #eaeff1;
    border-radius: 50%;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: border,background-color;
    transition-property: border,background-color;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mn-header .form-field.is-completed .form-field__indicator {
    background-color: #1c8a55;
    border-color: #1c8a55
}

.mn-header .mn-form-title {
    color: #1f2938;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.36px
}

.mn-header .mn-form-subtitle {
    margin-top: 29px;
    line-height: 1.5;
    width: 100%;
    max-width: 480px
}

.mn-header .form-consultation__form {
    margin-top: 30px
}

.mn-header .form-consultation__fields {
    margin-top: 30px
}

.mn-header .form-consultation__fields>:not(:last-child) {
    margin-bottom: 26px
}

.mn-header .form-consultation__switchers {
    margin-top: 24px
}

.mn-header .mn-button {
    margin-top: 25px;
    min-height: 60px;
    width: 100%
}

.mn-header .mn-form-policy {
    margin-top: 20px;
    font-size: 12px
}

.mn-header .icon-switcher__label {
    font-size: 18px;
    line-height: 1.5;
    -ms-flex-item-align: center;
    align-self: center
}

.mn-header .icon-switcher__inner {
    position: relative
}

.mn-header .icon-switcher__shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #eaeff1;
    border-radius: 10px;
}

.mn-header .icon-switcher__shadow:before {
    display: block;
    width: 100%;
    padding-top: 100%
}

.mn-header .icon-switcher__input,.inline-switcher__input {
    display: none
}

.mn-header .icon-switcher__shadow.is-init {
    -webkit-transition: cubic-bezier(.25,1,.5,1) .3s;
    transition: cubic-bezier(.25,1,.5,1) .3s
}

.mn-header .icon-switcher__items {
    padding: 5px;
    background: #f4f5f8;
    position: relative;
    border: 1px solid #eaeff1;
    border-radius: 10px;
}

.mn-header .icon-switcher__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative
}

.mn-header .icon-switcher__icon {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 47px;
    height: 47px;
    background-color: transparent;
    stroke: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    align-content: center;
    text-align: center;
    align-items: center;
    justify-content: center;
}

@media (max-width: 580px) {
    .mn-header .icon-switcher__label {
        font-size:1.4rem;
        line-height: 1.3
    }

    .mn-header .icon-switcher__items {
        padding: .5rem
    }

    .mn-header .icon-switcher__icon {
        width: 4.2rem;
        height: 4.2rem;
        border-radius: 1rem
    }

    .mn-header .inline-field {
        --padding-offset: 2rem
    }
}

.mn-header .icon-switcher__icon svg {
    width: 1.8rem
}

.mn-header .inline-field {
    --padding-offset: 2.4rem
}

.mn-header .promo-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

@media (max-width: 820px) {
    .mn-header .promo-background {
        display:none
    }
}

.mn-header .promo-background img {
    z-index: -1
}

@media (max-width: 1120px) {
    .mn-header .promo-background picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        width: 100%;
        height: 100%
    }
}

.mn-header .promo-background__photo {
    z-index: inherit
}

@media (max-width: 580px) {
    .mn-header .promo-background__photo {
        position: relative;
        inset: auto;
        width: auto;
        max-width: 100%;
        max-height: 27.6rem;
        margin: auto auto 0
    }
}

.mn-header .section.is-undamaged {
    margin-top: -.8rem
}

.mn-header .section:first-of-type:not(.is-undamaged) {
    padding-top: 0
}

@media (min-width: 1121px) {
    .mn-header .section-box {
        position:relative;
        width: 100%;
        max-width: calc(100% - var(--wrapper-padding)*2);
        margin: 0 auto;
        border-radius: 2.8rem;
        z-index: 1;
        overflow: hidden
    }

    .mn-header .section-box:before {
        content: "";
        position: absolute;
        inset: var(--section-padding) 0;
        background-color: #f8f8fa;
        border-radius: inherit
    }

    .mn-header .section-box .wrapper {
        padding-left: 8rem;
        padding-right: 8rem
    }
}

@media (max-width: 1120px) {
    .mn-header .section-box {
        background-color:#f4f5f8
    }
}

.mn-header .mn-box,.mn-header .recall__box {
    overflow: hidden;
    z-index: 1
}

@media (max-width: 820px) {
    .mn-header .promo .wrapper {
        padding:0 4px
    }
}

.mn-header .mn-box {
    position: relative;
    display: grid;
    grid-template-columns: 40.625% 1fr;
    gap: 2.4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1440px) {
    .mn-header .mn-box {
        grid-template-columns:45% 1fr
    }
}

@media (max-width: 1280px) {
    .mn-header .mn-box {
        grid-template-columns:50% 1fr
    }
}

.mn-header .mn-content {
    grid-row: 1/2;
    grid-column: 1/2
}

@media (max-width: 1120px) {
    .mn-content p {
        font-size: 2.3rem
    }
}

@media (max-width: 820px) {
    .mn-header .mn-box {
        grid-template-columns:100%;
    }

    .mn-header .mn-content {
        padding: 0px;
    }
}

.mn-header .mn-features {
    grid-row: 2/3;
    grid-column: 1/2;
    align-self: end
}

@media (max-width: 580px) {
    .mn-header .promo__feature {
        width: 100%;
        padding: 4px;
        background: #373e43;
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }
}

.mn-header .promo__feature:not(:last-child) {
    margin-bottom: 2rem
}

@media (max-width: 1120px) {
    .mn-header .promo__feature:not(:last-child) {
        margin-bottom:1.4rem
    }
}

@media (max-width: 580px) {
    .mn-header .promo__feature:not(:last-child) {
        margin-bottom:.8rem
    }

    .mn-header .promo__feature .mn-icon {
        width: 3.2rem;
        height: 3.2rem
    }

    .mn-header .promo__feature .mn-feature {
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: -.0012em;
        padding-right: 18px;
    }
}

@media (min-width: 821px) {
    .mn-header .mn-form-consultation {
        max-width: 45rem;
        margin-left: auto
    }
}

.mn-header .promo__background {
    border-radius: inherit
}

@media (max-width: 820px) {
    .mn-header .mn-features {
        grid-row:3/4
    }

    .mn-header .promo__background img {
        -o-object-position: 100% 80%;
        object-position: 100% 80%;
        top: auto;
        bottom: 0;
        max-height: 53%
    }
}

@media (max-width: 580px) {
    .mn-header .promo__background img {
        top: 0;
        max-height: 100%;
        -o-object-position: 100% 100%;
        object-position: 100% 100%
    }
}

.mn-header .mn-form-consultation {
    position: relative;
    z-index: 15;
    grid-row: span 2;
    grid-column: 2/3;
    width: 100%
}

@media (min-width: 1121px) {
    .mn-header .mn-form-consultation {
        max-width:440px
    }
}

@media (max-width: 820px) {
    .mn-header .mn-form-consultation {
        grid-row:2/3;
        grid-column: 1/2
    }
}

@media (max-width: 1120px) {
    .mn-header .mn-form-consultation .mn-form-title {
        font-size:2.5rem
    }
}

.mn-header .mn-form-consultation .mn-form-subtitle {
    max-width: 100%;
}

@media (max-width: 580px) {
    .mn-header .mn-form-consultation .mn-form-title {
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: -.12px;
    }
    .mn-header .mn-form-consultation .mn-form-subtitle {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: .12px;
    }
}

@media (max-width: 820px) {
    .mn-header .mn-form-consultation .form-consultation__form {
        margin-top:20px;
    }
}

@media (max-width: 580px) and (max-width:580px) {
    .mn-header .mn-form-consultation .form-consultation__fields>:not(:last-child) {
        margin-bottom:1.2rem
    }
}

@media (max-width: 580px) {
    .mn-header .mn-form-consultation .form-consultation__fields {
        margin-top:0
    }

    .mn-header .mn-form-consultation .form-consultation__switchers {
        display: none
    }

    .mn-header .mn-form-consultation .mn-button {
        margin-top: 25px
    }

    .mn-header .mn-form-consultation .mn-form-policy {
        margin-top: 10px;
        text-align: center
    }
}

.select2-container--default .select2-selection--single {
    background-color: #f3f3f3;
    border: 1px solid #b9b9b9;
    border-radius: 7px;
    
}

.select2-container .select2-selection--single {
    height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 44px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 14px;
    padding-right: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #677c93;
    border-radius: 15px;
}
.input-img-room{
    height: 50px;
    margin-right: 5px;
    border-radius: 4px;
}