* {

    box-sizing: border-box;

}



html {

    overflow-x: hidden;

    overflow: hidden;

}



body {

    font-family: 'Montserrat';

    font-style: normal;

    color: #E6D7C4;

    background: radial-gradient(27.02% 52.67% at 55.69% 94.3%, #3E4470 0%, #2A2E4B 100%);

    overflow: hidden;

}



body.openned_popup,

html.openned_popup {

    overflow: hidden;

}



main {

    overflow: hidden;

    width: 100vw;

}



a {

    cursor: pointer;

    text-decoration: none;

    font-family: 'Montserrat';

    font-style: normal;

}



/*

::-webkit-scrollbar {

    width: 0;

}



::-webkit-scrollbar {

    height: 0;

}



* {

    scrollbar-width: none;

}*/



p {

    margin: 0;

}



.section {

    min-width: 100vw;

    max-width: 100vw;

    min-height: 100vh;

    max-height: 100vh;

    overflow: hidden;

}



header {

    position: absolute;

    bottom: 25px;

    padding-left: 50px;

    padding-right: 90px;

    z-index: 10;

    width: 100%;

}



.header_bottom {

    display: flex;

    justify-content: space-between;

    gap: 60px;

    align-items: end;

}

.show-on-tablet{

    display: none;

}



.header_logo,

.header_bottom_left {

    min-width: 291px;

    max-width: 291px;

}



.header_bottom_left {

    margin-bottom: 15px;

}



.header_bottom_right {

    font-size: 20px;

    line-height: 20px;

    font-weight: 500;

}



.header_logo img {

    width: 100%;

    height: auto;

}



.zaglushka_content {

    display: flex;

    padding-top: 9vh;

    padding-right: 90px;

    position: relative;

    min-height: 100vh;

}



.zaglushka_info {

    position: absolute;

    right: 90px;

    z-index: 2;

    display: flex;

    flex-direction: column;

    align-items: end;

    gap: 4.85vh;

}



.house_logo {

    min-width: 800px;

    max-width: 800px;

}



.house_logo img {

    width: 100%;

    height: auto;

}



.zaglushka_img {

    margin-top: auto;

    height: fit-content;

    min-width: 59.5vw;

    max-width: 59.5vw;

}



.zaglushka_img img {

    width: 100%;

    height: auto;

    margin-bottom: -10px;

}

.zaglushka-form .zaglushka_content{

    gap: 158px;

}

.zaglushka__left-col {

    max-width: 51vw;

    min-width: 51vw;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    height: 100vh;

    position: relative;

}

.zaglushka-form .zaglushka-image{

    position: absolute;

    bottom: -10px;

}



.zaglushka-form__header{

    text-align: right;

}

.zaglushka-form__logo{

    max-width: 39vw;

}

.zaglushka-form__date{

    color: rgba(230, 215, 196, 1);

    font-family: 'Arsenal';

    font-weight: 400;

    font-size: 64px;

    line-height: 110%;

    letter-spacing: 3px;

    margin-top: 19px;

    text-transform: uppercase;

}



.zaglushka-form__address{

    color: #fff;

    font-family: 'Montserrat';

    font-weight: 500;

    font-size: 22px;

    line-height: 30px;

    letter-spacing: 0;

    margin-top: 15px;

}

.zaglushka-form__input-row{

    margin-top: 40px;

    color: rgba(255, 255, 255, 0.6);

    font-size: 22px;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

}

.zaglushka-form__input-row--align-center{

    align-items: center;

}

.zaglushka-form__input-row-cut{

    max-width: 400px;

}

.zaglushka-form__input-row:first-child{

    margin-top: 0px;

}



.zaglushka-form__input{

    background: transparent;

    width: 100%;

    border: none;

    color: rgba(255, 255, 255, 0.6);

    font-size: 22px;

    height: 50px;

    border-bottom: solid 1px rgba(255, 255, 255, 0.6);

}



.zaglushka-form__input::placeholder{

    color: rgba(255, 255, 255, 0.6);

}

.zaglushka-form__input:-ms-input-placeholder{

    color: rgba(255, 255, 255, 0.6);

}

.zaglushka-form__input::-ms-input-placeholder{

    color: rgba(255, 255, 255, 0.6);

}

.zaglushka-form__input::-webkit-input-placeholder{

    color: rgba(255, 255, 255, 0.6);

}

.zaglushka-form__input::-moz-placeholder{

    color: rgba(255, 255, 255, 0.6);

}

.zaglushka-form__input:-moz-placeholder {

    color: rgba(255, 255, 255, 0.6);

}



.house_desc {

    margin-top: -8.4vh;

    font-family: 'Arsenal';

    font-size: 50px;

    line-height: 56px;

    letter-spacing: 3.5px;

    font-weight: 400;

    text-transform: uppercase;

    color: #E6D7C4;

    text-align: right;

}



.zagluska_desc {

    text-transform: uppercase;

    color: #FFFFFF;

    font-weight: 500;

    line-height: 40px;

    font-size: 42px;

    letter-spacing: 1.5px;

    margin-top: 1.5vh;

}



.catalog_btn{

    margin-top: -1.5vh;

}



.zaglushka-form__form-container{

    width: 100%;

}

.zaglushka-form__form-container form{

    width: 100%;

}



.btn {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 450px;

    height: 100px;

    border: 3px solid #E6D7C4;

    border-radius: 67px;

    font-weight: 500;

    letter-spacing: .5px;

    font-size: 32px;

    line-height: 32px;

    color: #E6D7C4;

    transition: background-color linear .3s;

    cursor: pointer;

    margin-right: -5px;

    background-color: transparent;

}

.btn--small{

    height: 62px;

    border: 1px solid #E6D7C4;

    font-size: 22px;

    width: fit-content;

    padding: 0 40px;

}

.btn--filled{

    background-color: #E6D7C4;

    color: #2A2E4B;

    font-weight: 600;

}

.btn--white{

    background-color: #fff;

    color: #0D1029;

    font-weight: 600;

}



.btn:hover,

.form input[type='submit']:hover {

    background-color: #E6D7C4;

    color: #2A2E4B;

}

.btn--filled:hover,

.btn--white:hover{

    background-color: transparent;

    color: #E6D7C4;

    font-weight: 600;

}

.hidden-by-rb{

    display: none;

}

.hidden-by-rb.active{

    display: block;

}



.zaglushka-form__info-col{

    position: static;

    width: 100%;

}



.zaglushka-form__info-col .house_desc{

    margin-top: 0;

    text-align: left;

    width: 100%;

    font-size: 72px;

    line-height: 110%;

}

.zaglushka-form__radio-btn-container{

    display: flex;

    gap: 25px;

}

.zaglushka-form__polit-container{

    max-width: 400px;

}

.zaglushka-form__polit-container,

.zaglushka-form__polit-container a{

    font-size: 16px;

    line-height: 24px;

    color: #E6D7C4;

}

.zaglushka-form__polit-container a{

    text-decoration: underline;

}

.zaglushka-form__about-btn-container{

    width: 100%;

}



/*Попап*/

.popup {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    z-index: 100;

    width: 100vw;

    height: 100vh;

    background-color: rgba(0, 0, 0, 0.8);

}



.popup.active {

    display: block;

}



.popup_form_content,

.popup_successful_content {

    border-radius: 0px;

    width: 860px;

    height: fit-content;

    padding: 80px;

    padding-bottom: 40px;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    position: relative;

    background: radial-gradient(51.49% 71.31% at 50% 96.48%, #3E4470 0%, #2A2E4B 100%);

    position: relative;

}



.popup_form_img {

    position: absolute;

    bottom: 0;

    left: 0;

    max-height: 100%;

    height: 100%;

    overflow: hidden;

    width: 50%;

}



.popup_form_img img {

    height: 100%;

    width: auto;

}



.popup_form_info {

    max-width: 320px;

    margin-left: auto;

    position: relative;

    z-index: 3;

}



.popup_close {

    position: absolute;

    top: 20px;

    right: 20px;

    cursor: pointer;

}



.popup_close svg {

    width: 26px !important;

    height: 26px !important;

}



.form {

    display: flex;

    flex-direction: column;

    gap: 15px;

    margin-top: 25px;

}



.social_links_title {

    font-size: 13px;

    line-height: 13px;

    margin-top: 10px;

}



.popup_form_title {

    text-transform: uppercase;

    font-size: 50px;

    line-height: 53px;

    letter-spacing: 3.5px;

    font-family: 'Arsenal';

    color: #E6D7C4;

    margin-top: -25px;

}



.popup_form_desc {

    color: #E6D7C4;

    letter-spacing: .2px;

    font-size: 12px;

    font-weight: 500;

    line-height: 18px;

    margin-top: 15px;

}



.form input[type='text'],

.form input[type='phone'] {

    height: 40px;

    width: 100%;

    background-color: transparent;

    border: none;

    border-bottom: 1.29px solid #FFFFFF;

    display: flex;

    align-items: center;

    font-family: 'Montserrat';

    font-weight: 500;

    font-size: 20px;

    line-height: 20px;

    color: #FFFFFF;

    padding: 15px;

    border-radius: 0;

}



.form input[type='submit'] {

    height: 48px;

    min-width: 188px;

    max-width: 188px;

    border-radius: 32px;

    color: #E6D7C4;

    background-color: transparent;

    font-size: 15px;

    font-weight: 500;

    line-height: 15px;

    letter-spacing: .5px;

    border: 1.45px solid #E6D7C4;

    transition: all linear .3s;

    margin-top: 12px;

}



.form input[type='text']:focus,

.form input[type='text']:hover,

.form input[type='phone']:focus,

.form input[type='phone']:hover,

.form input[type='email']:focus,

.form input[type='email']:hover {

    border-bottom: .5px solid #FFFFFF;

}



.form input[type='text']::placeholder,

.form input[type='phone']::placeholder,

.form input[type='email']::placeholder {

    font-family: 'Montserrat';

    font-weight: 500;

    font-size: 20px;

    line-height: 20px;

    color: #FFFFFF;

}



.form p {

    min-width: 100%;

    width: 100%;

}



.socila_links_radios {

    display: inline-block;

    overflow: hidden;

    margin-top: 12px;

}



.form_radio_group-item {

    display: inline-block;

    float: left;

}



.socila_links_radios input[type=radio] {

    display: none;

}



.socila_links_radios label {

    display: inline-block;

    user-select: none;

    cursor: pointer;

    width: 41px;

    height: 41px;

}



.socila_links_radios label svg {

    width: 38.5px !important;

    height: 39px !important;

}



.socila_links_radios label svg circle,

.socila_links_radios label svg path {

    transition: all linear .3s;

}



.socila_links_radios .form_radio_group-item:first-child label {

    margin-right: 10px;

}



/* Checked */

.socila_links_radios input[type=radio]:checked+label svg circle {

    fill: #E6D7C4;

}



.socila_links_radios input[type=radio]:checked+label svg path {

    fill: #3E4470;

}



/* Hover */

.socila_links_radios label:hover svg circle, .social_links_tubs a:hover svg circle {

    fill: #E6D7C4;

}



.socila_links_radios label:hover svg path, .social_links_tubs a:hover svg path{

    fill: #3E4470;

}



.popup_successful_content {

    background: radial-gradient(81.49% 71.31% at 50% 76.48%, #3E4470 0%, #2A2E4B 100%);

    display: flex;

    flex-direction: column;

    align-items: center;

    padding: 35px;

    gap: 10px;

}



.popup_successful_title,

.popup_successful_desc {

    text-align: center;

}



.popup_successful_title {

    text-transform: uppercase;

    font-size: 44px;

    line-height: 49px;

    font-weight: 400;

    letter-spacing: 3.5px;

    color: #E6D7C4;

    font-family: 'Arsenal';

    margin-top: 15px;

}



.popup_successful_desc {

    font-size: 18px;

    line-height: 19px;

    letter-spacing: 1.2px;

    font-weight: 400;

    color: #FFFFFF;

}



.privacy {

    display: flex;

    flex-direction: column;

}



.privacy,

.privacy a {

    color: #E6D7C4;

    font-size: 11px;

    line-height: 15px;

    letter-spacing: 1px;

}



.privacy a {

    text-decoration: underline;

}



.header_bottom_right_row{

    font-size: 16px;

    line-height: 17px;

    display: flex;

    gap:  35px;

    color: #FFFFFF;

    margin-top: 20px;

    align-items: center;

    font-weight: 400;

}



.socila_links_info{

    display: flex;

    align-items: center;

    gap:  15px;

}



.social_links_tubs{

    display: flex;

    gap:  15px;

}



.developer a{

    margin-left: 10px;

    color:  #E6D7C4;

    text-decoration: underline;

}



.header_bottom_right{

    text-align: end;

}

.sales-department-phone a{

    font-weight: 400;

    font-style: 16px;

    color: #fff;

    text-decoration: none;

}

.show-on-mob{

    display: none;

}





.radiobox {

    position: relative;

    margin-top: 0;

    margin-bottom: 15px;

    font-size: 12px;

    font-size: 12px;

    font-weight: 400;

}

.radiobox input,

.radiobox input + label {

    display: inline-block;

    position: relative;

    padding-left: 45px;

    line-height: 12px;

    vertical-align: middle;

    color: rgba(255, 255, 255, 0.6);

    font-size: 22px;

    margin-top: 12px;

    margin-bottom: -26px;

    min-height: 39px;

}

.radiobox input + label:after{

    content: '';

    position: absolute;

    top: 1px;

    left: 0;

    z-index: 5;

    background: #fff;

    width: 15px;

    height: 15px;

    cursor: pointer;

    display: none;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

}

.radiobox input + label:before{

    content: '';

    position: absolute;

    left: 0px;

    z-index: 10;

    opacity: 1;

    display: inline-block;

    line-height: 13px;

    height: 23px;

    width: 23px;

    text-align: center;

    padding-top: 2px;

    font-size: 10px;

    color: white;

    cursor: pointer;

    border: solid 1px;

    border-radius: 50%;

    border-color: #E6D7C4;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

    margin-top: -9px;

}



.radiobox input:checked + label:before{ 

    background:#0D1029;

    height: 7px;

    width: 7px;

    border: solid 9px;

    border-color: #E6D7C4;

 }

 

.radiobox input[type="radio"]{

    margin-left: 7px; 

}

.radiobox input[type="radio"].radiobox_input{

    overflow: hidden;

    width: 0px;

    height: 0px;

    opacity: 0;

}		

.zaglushka-form__btns-row{

    display: none;

}

@media screen and (max-width: 1600px) {

    .house_logo {

        min-width: 800px;

        max-width: 800px;

    }



    .house_desc {

        font-size: 49px;

        line-height: 57px;

    }



    .zagluska_desc {

        line-height: 48px;

        font-size: 44px;

    }



    .btn_with_form {

        width: 450px;

        height: 100px;

    }



    .zaglushka_img img {

        width: 110%;

        margin-left: -10%;

    }



}



@media screen and (max-width: 1400px) {



    .zaglushka_content,

    header {

        padding-right: 60px;

    }



    .zaglushka_info {

        right: 60px;

    }



    .house_logo {

        min-width: 630px;

        max-width: 630px;

    }



    .house_desc {

        font-size: 38px;

        line-height: 45px;

    }



    .zagluska_desc {

        line-height: 36px;

        font-size: 34px;

    }



    .btn_with_form {

        font-size: 30px;

        line-height: 30px;

        width: 370px;

        height: 85px;

    }



    .header_logo,

    .header_bottom_left {

        min-width: 200px;

        max-width: 200px;

    }



    .header_bottom_left {

        margin-bottom: 0px;

    }



    .header_bottom_right {

        font-size: 15px;

        line-height: 15px;

    }

    .header_bottom_right_row{

        font-size: 15px;

    }



}



@media screen and (max-width:  1400px) {

    .house_logo {

        min-width: 500px;

        max-width: 500px;

    }



    .house_desc {

        font-size: 30px;

        line-height: 36px;

    }



    .zagluska_desc {

        line-height: 29px;

        font-size: 30px;

    }



    .btn_with_form {

        font-size: 23px;

        line-height: 23px;

        width: 300px;

        height: 65px;

    }

}

@media(max-width:1366px){

    .zaglushka-form .zaglushka_content{

        gap: 110px;

    }

    .zaglushka__left-col{

        max-width: 46vw;

        min-width: 46vw;

    }

}

@media(max-width:1200px){

    .zaglushka-form .zaglushka_content {

        gap: 60px;

    }

}





@media screen and (max-width: 1100px) {



    .zaglushka_content,

    header {

        padding-right: 40px;

    }



    .zaglushka_info {

        right: 40px;

    }



    .house_logo {

        min-width: 550px;

        max-width: 550px;

    }



    .house_desc {

        font-size: 34px;

        line-height: 36px;

    }



    .zagluska_desc {

        line-height: 32px;

        font-size: 30px;

    }



    .btn_with_form {

        font-size: 22px;

        line-height: 22px;

        width: 300px;

        height: 65px;

        border: 2px solid #E6D7C4;

    }

    .socila_links_info{

        gap: 20px;  

    }

    .zaglushka__left-col {

        max-width: 45vw;

        min-width: 45vw;

    }

    .zaglushka-form__date{

        font-size: 42px;

    }

    .zaglushka-form__address{

        font-size: 16px;

    }

    .zaglushka-form__input-row{

        margin-top: 20px;

    }

    .zaglushka-form__info-col{

        gap: 0px;

    }

    .zaglushka-form__input{

        height: 35px;

    }

    .zaglushka-form__info-col .house_desc{

        font-size:  42px;

    }

    .zaglushka-form__input{

        font-size: 18px;

    }

    .zaglushka-form__input-row-text{

        font-size: 16px;

    }

    .radiobox input, .radiobox input + label{

        font-size: 18px;

    }

    .zaglushka-form__input-row{

        flex-wrap: wrap;

    }

    .zaglushka-form__input-row-cut{

        max-width: 100%;

    }

    .zaglushka-form__polit-container{

        margin-bottom: 25px;

    }

    .zaglushka-form__cildrens-row{

        margin-bottom: 25px;

    }

}

@media(min-width: 450px) and (max-width:1100px){

    .sales-department-phone-container{

        width: 100%;

        justify-content: space-between;

    }

}



@media screen and (max-width: 900px) {

    .hide-on-tablet{

        display: none;

    }

    .show-on-tablet{

        display: block;

    }

    .zaglushka_content {

        padding: 50px 40px;

        padding-top: 8vh;

    }



    .zaglushka_info {

        min-width: 100%;

        text-align: center !important;

        align-items: center;

        position: static;

        gap: 25px;

    }



    .zaglushka_img {

        position: absolute;

        left: 0;

        bottom: 0;

    }



    .house_desc {

        text-align: center;

        margin-top: -50px;

    }



    .house_logo {

        margin-left: -10%;

    }



    .house_logo {

        min-width: 63%;

        max-width: 63%;

    }



    .btn_with_form {

        font-size: 20px;

        line-height: 20px;

        width: 305px;

        height: 65px;

    }



    .zagluska_desc {

        font-size: 27px;

        line-height: 21px;

    }



    .zagluska_desc {

        margin-top: 10px;

    }



    .catalog_btn{

        margin-top: -5px;

    }



    .zaglushka_img img {

        width: auto;

        height: 120%;

        margin-left: -28vh;

    }



    .zaglushka_img {

        height: 52vh;

        min-width: fit-content;

        max-width: fit-content;

    }



    .header_bottom {

        gap: 15px;

        flex-direction: column;

    }



    .header_bottom_right {

        font-size: 13.25px;

        line-height: 13.25px;

    }



    .popup_form_content,

    .popup_successful_content {

        width: 90vw;

        max-height: 80vh;

        overflow-y: scroll;

        overflow-x: hidden;

    }



    .popup_form_content {

        padding-bottom: 30px;

        padding-right: 60px;

    }



    .popup_form_img {

        height: fit-content;

        width: 45%;

    }



    .popup_form_img img {

        height: auto;

        width: 100%;

        margin-bottom: -10px;

    }



    .popup_form_info {

        max-width: 53%;

    }



    .popup_form_title {

        font-size: 44px;

        line-height: 46px;

    }



    .popup_form_desc br {

        display: none;

    }



    .form {

        margin-top: 10px;

        gap: 10px;

    }



    .form input[type='submit'] {

        margin-top: 5px;

    }



    .popup_form_title {

        margin-top: -35px;

    }



    .socila_links_radios label:hover svg circle {

        fill: transparent;

    }



    .socila_links_radios label:hover svg path {

        fill: #E6D7C4;

    }

    .header_bottom_right_row{

        flex-direction: column;

        gap:  16px;

        font-size: 13.25px;

        line-height: 13.25px;

        align-items: start;

    }



    .social_links_tubs{

        gap:  10px;

    }



    .header_bottom_right{

        text-align: start;

    }



    .header_bottom{

        width: fit-content;

        margin-left: auto;

    }



    .header_bottom_left{

        display: flex;

        margin-right: auto;

        margin-bottom: 10px;

    }



    header{

        background: linear-gradient(180deg, rgba(42, 46, 75, 0) 0%, #2A2E4B 89.67%);

        bottom: 0;

        justify-content: end;

        min-height: 150px;

        display: flex;

        padding-bottom: 10px;

    }



    .zaglushka-form__info-col{

        display: none;

        position: fixed;

        width: 100vw;

        height: 100vh;

        max-width: 100vw;

        max-height: 100vh;

        background: radial-gradient(27.02% 52.67% at 55.69% 94.3%, #3E4470 0%, #2A2E4B 100%);

        overflow: hidden;

        left: 0px;

        top: 0px;

        padding: 50px 40px;

    }

    .zaglushka-form__info-col.active{

        display: block;

    }

    .zaglushka-form__info-popup-cross{

        position: absolute;

        top: 25px;

        right: 25px;

    }

    .zaglushka__left-col {

        height: 100vh;

        min-width: 100vw;

        max-width: 100vw;

    }

    .zaglushka__left-col.zaglushka_img img {

        width: calc(100% - 40px);

        height: auto;

        margin-left: 0;

        max-width: 100%;

    }

    .header_bottom--form-page{

        margin-left: 0px;

    }

    .aglushka-form-page-header{

        justify-content: flex-start;

        background: none;

        min-height: 100px;

    }

    .zaglushka-form__btns-row{

        display: flex;

        justify-content: flex-end;

        gap: 40px;

        margin-top: 50px;

    }



    .zaglushka-form__header {

        text-align: right;

        margin-top: 90px;

        margin-right: 40px;

    }

    .zaglushka-form .zaglushka-image{

        bottom: -10px;

    }

    .zaglushka-form__date {

        font-size: 4em;

    }  

    .zaglushka-form__address {

        font-size: 23px;

    }  

    .zaglushka-form__info-col .house_desc{

        margin-top: 30px;

        font-size: 72px;

    }

    .zaglushka-form__input-row:first-child {

        margin-top: 40px;

    }

    .zaglushka-form__input {

        height: 50px;

    }

    .zaglushka-form__form-container{

        margin-top: 40px;

    }

    .zaglushka-form__input,

    .zaglushka-form__input-row-text {

        font-size: 22px;

    }

    .zaglushka-form__info-col .zaglushka-form__about-btn-container{

        position: absolute;

        bottom: 50px;

        right: 40px;

        width: fit-content;

        z-index: 5;

    }

    .zaglushka-form__input-row {

        margin-top: 40px;

    }

    .zaglushka-form__input-row-cut {

        max-width: 400px;

    }

    .zaglushka-form__polit-container{

        text-align: left;

    }

    .zaglushka-form__polit-container {

         margin-bottom: 0px; 

    }

}



.popup_form_img img.adaptive {

    display: none;

}



@media screen and (max-width: 768px) {

    .zaglushka_img img {

        margin-left: 0;

        width: 100.2%;

        height: auto;

        margin-right: -2%;

    }



    .zaglushka_img {

        height: fit-content;

        min-width: 100%;

        max-width: 100%;

        top: 49vh;

        bottom: auto;

    }



    .popup_form_info {

        max-width: 80%;

        margin-right: auto;

        margin-left: 0;

    }



    .popup_form_content {

        padding: 60px;

        padding-bottom: 30px;

    }



    .popup_form_title {

        margin-top: 0;

    }



    .popup_form_title br {

        display: none;

    }



    .form,

    .popup_form_desc {

        max-width: 70%;

    }



    .popup_form_img img {

        display: none;

    }



    .popup_form_img img.adaptive {

        display: block;

    }



    .popup_form_img {

        right: 0;

        left: auto;

    }



    .popup_form_img {

        height: 80%;

        width: fit-content;

    }



    .popup_form_img img {

        height: 100%;

        width: auto;

    }



    .form {

        margin-top: 30px;

    }



    .socila_links_radios label svg {

        width: 32px !important;

        height: 32px !important;

    }



    .socila_links_radios label {

        width: 34px;

        height: 34px;

    }



    .form input[type='submit'] {

        height: 45px;

        min-width: 165px;

        max-width: 165px;

    }



    .popup_successful_title {

        font-size: 36px;

        line-height: 40px;

        margin-top: 5px;

    }



    .popup_successful_img {

        width: 80px;

    }



    .popup_successful_img img {

        width: 100%;

        height: auto;

    }



    .popup_successful_desc {

        font-size: 16px;

    }

    .zaglushka__left-col{

        top: 0px;  

    }



    .zaglushka_img--form-page{

        bottom: -10px;

    }

    .zaglushka-form .zaglushka-image {

        position: absolute;

        bottom: -10px;

    }

    .zaglushka_img--form-page{

        height: 100vh;

    }

    .zaglushka-form__logo{

        max-width: 100%;

    }

}





@media screen and (max-width: 600px) {

    .house_desc {

        margin-top: -30px;

    }



    .header_bottom {

        flex-direction: row-reverse;

    }



    .header_logo,

    .header_bottom_left {

        min-width: 100px;

        max-width: 100px;

    }



    .zaglushka_content {

        padding: 25px;

        padding-top: 5vh;

    }



    .zagluska_desc {

        font-size: 20px;

        line-height: 20px;

    }



    .btn_with_form {

        width: 260px;

        height: 55px;

    }



    .house_desc {

        margin-top: -20px;

        font-size: 30px;

        line-height: 32px;

    }



    .house_logo {

        min-width: 68%;

        max-width: 68%;

    }



    header {

        padding-left: 25px;

        padding-right: 25px;

        justify-content: start

    }



    .header_bottom {

        justify-content: start;

        position: relative;

    }



    .header_bottom_right {

        font-size: 10px;

        line-height: 10px;

    }



    .zaglushka_img {

        bottom: 0;

    }



    .header_bottom_left {

        position: absolute;

        left: 50%;

        transform: translateX(-50%);

        bottom: 0;

    }



    .popup_form_content {

        padding: 30px;

    }



    .popup_form_title {

        font-size: 38px;

        line-height: 42px;

    }



    .form input[type='text'],

    .form input[type='phone'],

    .form input[type='text']::placeholder,

    .form input[type='phone']::placeholder,

    .form input[type='email']::placeholder {

        font-size: 16px;

        line-height: 16px;

        height: 30px;

    }



    .popup_form_img img {

        margin-left: 25%;

    }



    .social_links_title {

        font-size: 12px;

        line-height: 12px;

    }



    .popup_form_info {

        max-width: 90%;

    }



    .form {

        margin-top: 15px;

    }



    .form input[type='submit'] {

        height: 40px;

    }



    .privacy,

    .privacy a {

        font-size: 9px;

        line-height: 11px;

    }

        .header_bottom {

        width: 100%;

        margin-left: 0;

    }



    .header_bottom_right_row{

        font-size: 10px;

        line-height: 10px;

        flex-direction: row;

        justify-content: space-between;

        align-items: center;

        margin-top: 5px;

    }



    .header_bottom_right{

        width: 100%;

        flex-direction: column;

    }



    .header_bottom_left{

        margin-bottom: 60px;

    }



    .header_bottom_right{

        margin-bottom: 0;

    }

    .zaglushka-form__date {

        font-size: 3em;

    } 

    .zaglushka-form__btns-row {

        flex-direction: column;

        align-items: center;

    }

    .zaglushka-form__header{

        padding-left: 20px;

    }

    .zaglushka-form__header .zaglushka-form__logo{

        margin-right: 0px;

    }

    .zaglushka-form__date,

    .zaglushka-form__address{

        text-align: center;

    }

    .zaglushka__left-col.zaglushka_img img{

        width: 100%;

    }

    .aglushka-form-page-header .header_bottom_left {

        margin-bottom: 30px;

    }

    .zaglushka-form__info-col .house_desc{

        margin-top: 0px;

    }



    .header_bottom--form-page .header_bottom_left{

        position: static;

        transform: translateX(0%);

    }

    .header_bottom--form-page .header_logo{

        min-width: 200px;

        max-width: 200px;

    }

    .zaglushka-form__btns-row button{

        width: 285px;

    }

    .zaglushka-form__info-col .zaglushka-form__about-btn-container{

        display: none;

    }

    .zaglushka-form__info-col{

        z-index: 11;

    }

    .zaglushka-form__input-row-text{

        width: 100%;

        text-align: left;

    }

    .zaglushka-form__date {

        font-size: 32px;

    }

    .zaglushka-form__address {

        font-size: 20px;

    }

    .zaglushka-form__radio-btn-container{

        margin-top: 30px;

        margin-left: -11px;

    }

    .zaglushka-form__info-col .house_desc{

        font-size: 36px;

    }

    .zaglushka-form__info-popup-cross svg{

        max-width: 22px;

    }

    .zaglushka-form__polit-container {

        margin-bottom: 25px; 

    }

    .zaglushka-form__input-row {

        margin-top: 15px;

    }

    .zaglushka-form__input {

        height: 44px;

        font-size: 16px;

    }

    .zaglushka-form__input-row-text{

        font-size: 16px;

    }

    .zaglushka-form__info-col{

        padding: 50px 15px;

    }

    .zaglushka-form__input-row-text{

        margin-top: 20px;

    }

    .zaglushka-form__btns-row button{

        font-size: 16px;

        max-width: 200px;

        padding: 0 10px;

        height: 54px;

        font-weight: normal;

    }

    .btn--small{

        height: 54px;

        font-weight: normal; 

        font-size: 16px;

    }

    .zaglushka-form__polit-container {

        font-size: 14px;

        margin-top: 25px;

    }

    .zaglushka-form__polit-container a{

        font-size: 14px;

    }

    .childrens-count-input-row{

        max-width: 50%;

    }



}



@media screen and (max-width: 450px) {

    header {

        padding-left: 6px;

        padding-right: 6px;

        bottom: 10px;

    }



    .house_logo {

        min-width: 90%;

        max-width: 90%;

    }



    .header_bottom_right {

        font-size: 8px;

        line-height: 8px;

        margin-bottom: 13px;

    }



    .zaglushka_img img {

        width: 117%;

    }



    .house_desc {

        font-size: 22px;

        line-height: 24px;

        margin-top: -38px;

    }



    .zaglushka_info {

        gap: 21px;

    }



    .zagluska_desc {

        font-size: 20px;

        line-height: 19px;

    }



    .btn_with_form {

        width: 210px;

        height: 45px;

        font-size: 14px;

        line-height: 14px;

    }



    .zaglushka_content {

        padding-top: 8vh;

    }



    .zaglushka_img {

        height: 52vh;

        bottom: 0;

        top: auto;

    }



    .zaglushka_img img {

        height: 100%;

        width: auto;

        margin-bottom: -5px;

    }



    .popup_form_info {

        max-width: 70%;

        margin-left: auto;

    }



    .form,

    .popup_form_desc {

        max-width: 100%;

    }



    .popup_close {

        position: absolute;

        top: 15px;

        right: 15px;

        cursor: pointer;

    }



    .popup_close svg {

        width: 20px !important;

        height: 20px !important;

    }



    .popup_form_content {

        width: 100vw;

        display: flex;

        flex-direction: row;

        align-items: center;

    }



    .popup_form_img img {

        display: block;

    }



    .popup_form_img img.adaptive {

        display: none;

    }



    .popup_form_img {

        right: auto;

        height: 80%;

        left: 0;

    }



    .popup_form_img {

        height: 90%;

    }



    .popup_form_img img {

        margin-left: -75%;

    }



    .popup_form_title,

    .popup_form_desc {

        text-align: center;

    }



    .popup_form_title {

        font-size: 34px;

        line-height: 38px;

    }



    .popup_form_desc {

        font-size: 10px;

        line-height: 14px;

        margin-top: 12px;

    }



    .social_links {

        display: flex;

        flex-direction: column;

        align-items: center;

    }



    .form {

        align-items: center;

        margin-top: 23px;

    }



    .privacy,

    .privacy a {

        align-items: center;

        text-align: center;

        font-size: 8px;

        line-height: 11px;

    }



    .privacy {

        margin-top: 0px;

    }



    .form input[type='text'],

    .form input[type='phone'],

    .form input[type='text']::placeholder,

    .form input[type='phone']::placeholder,

    .form input[type='email']::placeholder {

        font-size: 12px;

        line-height: 12px;

        height: 32px;

    }



    .form input[type='submit'] {

        height: 40px;

        width: 156px;

        border: 1.2px solid #E6D7C4;

        font-size: 13px;

        line-height: 13px;

    }



    .popup_successful_content {

        width: 100vw;

        padding: 20px;

    }



    .popup_successful_img svg,

    .popup_successful_img {

        width: 67px !important;

        height: auto;

    }



    .popup_successful_title {

        font-size: 29px;

        line-height: 32px;

        margin-top: 10px;

    }



    .popup_successful_desc {

        font-size: 12px;

        line-height: 14px;

        margin-top: -5px;

    }



    .header_bottom_right{

        font-size: 10px;

        line-height: 10px;

    }



    .social_links_tubs a svg{

        width: 24px !important;

        height: 24px !important;

    }



    header {

        padding-left: 15px;

        padding-right: 15px;

        bottom: 0;

        padding-bottom: 5px;

    }



    .header_bottom_left {

        margin-bottom: 70px;

    }

    .show-on-mob{

        display: block;

    }

    span.show-on-mob{

        display: inline-block;

    }

    .hide-on-mob{

        display: none;

    }

    .socila_links_info{

        gap: 5px;

    }

    .social_links_tubs {

        gap: 5px;

    }

    .site-under-development{

        color: #E6D7C4;   

    }

    .zaglushka_img--form-page{

        height: 100vh;

    }

    .zaglushka-form__date {

        font-size: 29px;

    }

    .zaglushka-form__address {

        font-size: 16px;

    }

    .zaglushka-form__address{

        line-height: 16px;

    }

    .zaglushka-form__btns-row{

        gap: 20px;

    }

}

.form-message {
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.success-message {
    background-color: #e6f9e6;
    border: 1px solid #4CAF50;
    color: #2d7a2d;
}

.error-message {
    background-color: #ffe6e6;
    border: 1px solid #f44336;
    color: #b10000;
}