/*Разработано в HPACE / Dev by HPACE (www.vk.com/webstage, hpace.ru, +79293744874, @mazaretto - Telegram)*/
@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationLightItalic.eot');
    src: local('Sansation Light Italic'), local('SansationLightItalic'),
    url('../fonts/SansationLightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SansationLightItalic.woff') format('woff'),
    url('../fonts/SansationLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationItalic.eot');
    src: local('Sansation Italic'), local('SansationItalic'),
    url('../fonts/SansationItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SansationItalic.woff') format('woff'),
    url('../fonts/SansationItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationBoldItalic.eot');
    src: local('Sansation Bold Italic'), local('SansationBoldItalic'),
    url('../fonts/SansationBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SansationBoldItalic.woff') format('woff'),
    url('../fonts/SansationBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationRegular.eot');
    src: local('Sansation Regular'), local('SansationRegular'),
    url('../fonts/SansationRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SansationRegular.woff') format('woff'),
    url('../fonts/SansationRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationBold.eot');
    src: local('Sansation Bold'), local('SansationBold'),
    url('../fonts/SansationBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SansationBold.woff') format('woff'),
    url('../fonts/SansationBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationLight.eot');
    src: local('Sansation Light'), local('SansationLight'),
    url('../fonts/SansationLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SansationLight.woff') format('woff'),
    url('../fonts/SansationLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
img{
    max-width: 100%;
}
body{
    font-family: 'Sansation', sans-serif;
    background: #fff;
    height: 100%;
}
a{
    transition: 0.3s;
}
ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
header{
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    padding-top: 3px;
    padding-bottom: 8px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 10;
}
.logo_fix_img{
    display: none;
}
.header_contact_fix{
    display: none!important;
}
.f-nav{
    padding-top: 8px;
}
.f-nav .header_top_contact{
    display: none;
}
.f-nav .line_header_top{
    display: none!important;
}
.f-nav .logo_fix_img{
    display: block;
}
.f-nav .logo_header_img{
    display: none;
}
.f-nav .download_btn{
    display: none!important;
}
.f-nav .header_contact_fix{
    display: flex!important;
}
.f-nav .row{
    align-items: center;
}

.header_social a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    background: #8DB622;
    border-radius: 50px;
}
.header_social li:last-child a img{
    width: 16px;
}
.header_social li:last-child{
    margin-right: 0;
}
.header_social a:hover{
    background: linear-gradient(180deg, #FFF502 0%, #FE8802 100%);
}
.header_social{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.header_social li{
    margin-right: 22px;
}
.header_top_contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}
.header_contact{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 102.4%;
    color: #3D3D3E;
    transition: 0.3s;
}
.header_contact span.icon_header_green{
    width: 27px;
    height: 27px;
    background: #82B345;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    border-radius: 50%;
    transition: 0.3s;
}
.header_contact:hover{
    color: #3D3D3E;
    text-decoration: none;
}
.header_contact:hover .icon_header_green{
    background: linear-gradient(180deg, #FFF502 0%, #FE8802 100%);
}
.download_btn{
    background: url("../img/download_btn_bg.png") left bottom no-repeat;
    display: block;
    padding-left: 60px;
    font-weight: bold;
    font-size: 18px;
    line-height: 91.41%;
    color: #FFFFFF;
    background-size: 110%;
    margin-right: -15px;
    margin-top: 18px;
    padding-top: 30px;
}
.download_btn:hover{
    color: #fff;
    text-decoration: none;
    transform: scale(1.03);
}
.download_btn span{
    position: relative;
    top: -8px;
}
.line_header_top{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.header_menu{
    display: flex;
    justify-content: space-between;
}
.header_menu li a{
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #9E9E9F;
}
.header_menu li a:hover{
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #009FE3;
    text-decoration: none;
}
.main_top_section h3{
    font-weight: bold;
    font-size: 45px;
    line-height: 56px;
    text-transform: uppercase;
    color: #12100C;
    margin-top: 30px;
    margin-bottom: 15px;
}
.main_top_section_list li{
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}
.main_top_section_list li .check_wrapper{
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}
.main_top_section_list li a:hover{
    text-decoration: none;
}
.main_top_section_list li{
    font-size: 16px;
    line-height: 102.4%;
    color: #3D3D3E;
}
.main_top_section_list li span{
    color: #009FE3;
    font-weight: 700;
    border-bottom: 2px solid #009FE3;
}
.mainForm{
    margin-top: 20px;
    border: 1px dashed #E0E0E0;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 25px 20px;
    width: 440px;
    margin-left: -30px;
    position: relative;
    z-index: 3;
}
.mainForm div{
    position: relative;
    margin-bottom: 20px;
}
.mainForm div img{
    position: absolute;
    right: 20px;
    top: 20px;
}
input{
    background: #F9F9F9;
    border-radius: 50px;
    padding: 18px 34px;
    font-size: 18px;
    line-height: 78.41%;
    color: #12100C;
    border: 0;
    width: 100%;
    text-align: left;
    border: 1px solid #82B345;
}
button[type="submit"]{
    display: block;
    width: 100%;
    background: linear-gradient(95.25deg, #FFF802 1.96%, #FE8202 100.71%);
    border-radius: 50px;
    border: 0;
    box-shadow: none;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 50px;
    transition: 0.3s;
}
button:hover{
    transform: scale(1.03);
    cursor: pointer;
}
.logo_header{
    display: block;
    width: 170px;
    margin: 0 auto;
}
.main_top_section{
    position: relative;
    margin-top: 123px;
}
.frequently_Questions_img_wrap{
    position: relative;
}
.frequently_Questions_question_item{
    position: absolute;
    display: block;
    height: 124px;
    width: 340px;
}
.modal_frequently_Questions .modal-dialog{
    max-width: 1000px;
}
.frequently_Questions_question_item1{
    left: 0;
    bottom: 160px;
}
.frequently_Questions_question_item2{
    left: 20px;
    bottom: 385px;
}
.frequently_Questions_question_item3{
    left: 150px;
    bottom: 575px;
}
.frequently_Questions_question_item4{
    left: 630px;
    bottom: 575px;
}
.frequently_Questions_question_item5{
    left: 760px;
    bottom: 386px;
}
.frequently_Questions_question_item6{
    left: 760px;
    bottom: 158px;
}
.step_dev_wrap_video{
    width: 700px;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
}
.main_top_section_img2{
    position: absolute;
    right: 0;
    top: 0;
    width: 54vw;
}
.main_top_section_img1{
    position: absolute;
    left: 0;
    top: 0;
    width: 11vw;
}
.link_video_scroll{
    background: url("../img/link_video_scroll_bg.png") left center no-repeat;
    background-size: contain;
    color: #fff;
    height: 130px;
    padding-left: 140px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    bottom: 80px;
    width: 350px;
    position: absolute;
    z-index: 3;
}
.link_video_scroll:hover{
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
}
.cozy_courtyard{
    position: relative;
    padding-top: 50px;
    padding-bottom: 90px;
}
.cozy_courtyard_img11{
    position: absolute;
    left: 0;
    width: 46vw;
    border-radius: 0 120px 120px 0;
    object-fit: cover;
    object-position: left center;
    height: 520px;
}
.cozy_courtyard_h3{
    font-weight: bold;
    font-size: 45px;
    line-height: 128.9%;
    color: #12100C;
    margin-bottom: 14px;
    margin-top: 10px;
}
.line_blue{
    height: 2px;
    width: 130px;
    background: #009FE3;
    border-radius: 25px;
    margin: 0;
    margin-bottom: 16px;
}
.cozy_courtyard_desc{
    font-size: 20px;
    line-height: 28px;
    color: #767472;
    margin-bottom: 44px;
}
.cozy_courtyard_item p{
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #12100C;
    margin-top: 20px;
    width: 160px;
}
.cozy_courtyard_bg{
    position: absolute;
    top: -130px;
    left: 9vw;
    width: 55vw;
}
.clear_wor_img1{
    position: absolute;
    right: 0;
    width: 45vw;
    border-radius: 120px 0 0 120px;
    height: 550px;
    object-fit: cover;
}
.clear_wor_bg{
    position: absolute;
    right: 5vw;
    top: -24px;
}
.clear_wor{
    padding: 90px 0;
    position: relative;
}
.cozy_courtyard_h3{
    margin-top: 30px;
}
.clear_wor_img2{
    position: absolute;
    width: 260px;
    right: 0;
    top: -170px;
}
.about_compleks_bg{
    position: absolute;
    left: 0;
    top: -170px;
    width: 14vw;
}
.about_compleks{
    padding-top: 40px;
    padding-bottom: 90px;
    position: relative;
}
.about_compleks_item h5{
    font-weight: bold;
    font-size: 90px;
    line-height: 108.9%;
    text-align: center;

    background: rgb(130,179,69);
    background: linear-gradient(180deg, rgba(130,179,69,1) 0%, rgba(130,179,69,0) 68%, rgba(130,179,69,0) 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about_compleks_item_img{
    background: #C4C4C4;
    border-radius: 25px;
    height: 150px;
    object-fit: cover;
    width: 100%;
    margin-top: -40px;
}
.about_compleks_item p{
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #12100C;
}
.about_compleks_item{
    /*margin-top: 15px;*/
    width: 70%;
    margin: 0 auto;
}
.about_compleks .cozy_courtyard_h3{
    text-align: center;
}
.about_compleks .line_blue{
    margin: 0 auto;
    margin-bottom: 20px;
}
input:focus{
    outline: none;
}
.consult_form_right{
    background: url("../img/consult_right_bg.jpg") right top no-repeat;
    background-size: cover;
    border-radius: 0 25px 25px 0;
}
.consult_form_wrap{
    background: #FFFFFF;
    border-radius: 25px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.consult_form_left{
    border-radius: 25px 0 0 25px;
    background: url("../img/consult_left_bg.jpg") center top no-repeat;
    background-size: cover;
    position: relative;
}
.consult_form_img_right{
    position: absolute;
    bottom: 0;
    max-width: initial;
    width: 600px;
    z-index: 3;
    margin-left: -63px;
}
.consult_form_left_text{
    background: #8DB622;
    border-radius: 15px;
    width: 220px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
    padding: 9px;
    margin-top: 305px;
}
.consult_form_left_text h5{
    font-weight: bold;
    font-size: 25px;
    line-height: 94.91%;
    margin-bottom: 8px;
}
.consult_form_left_text h6{
    font-size: 18px;
    line-height: 78.41%;
    margin-bottom: 12px;
}
.consult_form_left_text h4{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.consult_form_left_text h4 span{
    display: block;
    background: linear-gradient(95.25deg, #FFF802 1.96%, #FE8202 100.71%);
    font-weight: bold;
    font-size: 14px;
    line-height: 78.41%;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.consult_form_left_text h4 div{
    width: 6px;
    height: 6px;
    margin-right: 6px;
    background: linear-gradient(95.25deg, #FFF802 1.96%, #FE8202 100.71%);
    border-radius: 50px;
}
.consult_form_right h4{
    font-weight: bold;
    font-size: 35px;
    line-height: 28px;
    color: #82B345;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.consult_form_right p{
    width: 280px;
    margin: 0 auto;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #767472;
}
.consult_form_form{
    width: 390px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.mainForm_input{
    position: relative;
}
.mainForm_input img{
    position: absolute;
    right: 20px;
    top: 20px;
}
.consult_form_form .mainForm_input{
    margin-bottom: 20px;
}
.consult_form{
    margin-top: 50px;
    margin-bottom: 95px;
}
.consult_form_comment{
    font-weight: bold;
    font-size: 18px;
    line-height: 17px;
    color: #FFFFFF;
    width: 260px;
    height: 70px;
    background: url("../img/consult_form_comment.svg") center top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 4;
    padding-left: 30px;
    padding-top: 16px;
    left: -94px;
    top: -50px;
}
.consult_form_comment img{
    position: absolute;
    right: 30px;
    top: 10px;
}
.cozy_location h3{
    margin-top: 90px;
}
.cozy_location_bg{
    position: absolute;
    right: 0;
    top: 150px;
    width: 15vw;
}
.plan_wrap_wrap{
    background: url("../img/plan_wrap_bg.jpg") center top no-repeat;
    margin-top: 120px;
}
.section_plan{
    padding-top: 30px;
}
.section_plan .cozy_courtyard_h3{
    text-align: center;
}
.section_plan .line_blue{
    margin: 0 auto;
}
.section_plan_select{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 30px;
}
.section_plan_select_item{
    border: 2px solid #009FE3;
    border-radius: 50px;
    width: 255px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #009FE3;
    display: block;
    line-height: 50px;
    margin: 0 15px;
    transition: 0s;
}
.section_plan_select_item.active{
    background: linear-gradient(95.25deg, #FFF802 1.96%, #FE8202 100.71%);
    border: none;
    color: #fff;
    line-height: 54px;
}
.section_plan_select_item:hover{
    color: #fff;
    text-decoration: none;
    background: #009FE3;
}
.section_plan_select_item.active:hover{
    color: #fff;
    background: linear-gradient(95.25deg, #FFF802 1.96%, #FE8202 100.71%);
}
.section_plan_item{
    background: #FFFFFF;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 25px;
    padding: 20px;
    padding-bottom: 30px;
}
.section_plan_item_img{
    height: 240px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    margin-bottom: 28px;
}
.plan_swiper_item_down{
    display: flex;
    justify-content: space-between;
}
.plan_swiper_item_down2{
    border-left: 2px solid #009FE3;
    border-right: 2px solid #009FE3;
    padding: 0 20px;
}
.plan_swiper_item_down p{
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #0C2E3D;
    margin-bottom: 0;
}
.plan_modal{
    background: #fff;
    height: 80vh!important;
    margin-top: 20px;
    padding: 30px;
}
.plan_modal img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.plan_swiper_item_down p b{
    font-weight: 700;
}
.plan_form_wrap{
    background: #FFFFFF;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 25px;
    padding: 40px 30px;
    margin-top: 28px;
}
.plan_form_wrap h3{
    font-weight: bold;
    font-size: 35px;
    line-height: 28px;
    color: #82B345;
    margin-bottom: 20px;
    text-align: center;
}
.plan_form_wrap p{
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #767472;
    margin-bottom: 20px;
}
.plan_form{
    margin-bottom: 70px;
}
.plan_form_form{
    display: flex;
}
.plan_form_form .mainForm_input{
    width: 33%;
    margin: 0 13px;
}
.plan_form_form button{
    width: 33%;
}
.purchase_methods .cozy_courtyard_h3{
    text-align: center;
}
.purchase_methods .line_blue{
    margin: 0 auto;
    margin-bottom: 18px;
}
.purchase_methods_price{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
}
.purchase_methods_price p{
    font-size: 25px;
    line-height: 78.41%;
    color: #12100C;
}
.purchase_methods_price h5{
    font-weight: bold;
    font-size: 70px;
    line-height: 78px;
    margin-left: 35px;
    margin-right: 25px;

    background: linear-gradient(95.25deg, #FFF802 1.96%, #FE8202 100.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.purchase_methods_price b{
    font-weight: bold;
    font-size: 25px;
    line-height: 78.41%;
    color: #12100C;
}
.purchase_methods_item h4{
    font-weight: bold;
    font-size: 35px;
    line-height: 78.41%;
    color: #FFFFFF;
    margin-bottom: 26px;
}
.purchase_methods_item p{
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-weight: 400;
}
.purchase_methods_item{
    border-radius: 25px;
    color: #fff;
    padding: 30px 40px;
    padding-bottom: 45px;
    height: 450px;
}
.purchase_methods_item1{
    background: url("../img/purchase_methods_item_img1.png") right bottom no-repeat,  #009FE3;
}
.purchase_methods_item2{
    background: url("../img/purchase_methods_item_img2.png") right bottom no-repeat,  #82B345;
}
.purchase_methods_item1 p{
    width: 300px;
}
.purchase_methods_item_list li{
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 13px;
}
.purchase_methods_item_list li:after{
    content: "";
    width: 46px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.purchase_methods_item_list li b{
    font-weight: bold;
    font-size: 25px;
    line-height: 28px;
}
.purchase_methods_item_list li span{
    font-size: 14px;
    line-height: 16px;
    margin-left: 15px;
}
.purchase_methods_item_list li{
    margin-bottom: 10px;
}
.purchase_methods_item a{
    display: block;
    background: linear-gradient(95.25deg, #FFF802 1.96%, #FE8202 100.71%);
    border-radius: 50px;
    width: 255px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    bottom: 45px;
}
.purchase_methods_item a:hover{
    text-decoration: none;
    transform: scale(1.02);
}
.frequently_Questions{
    position: relative;
}
.frequently_Questions_bg{
    position: absolute;
    left: 0;
    width: 17vw;
    top: -80px;
}
.frequently_Questions{
    text-align: center;
    padding-top: 80px;
}
.frequently_Questions .line_blue{
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
}
.about_developer{
    padding-top: 64px;
    position: relative;
}
.about_developer_bg{
    position: absolute;
    right: 0;
    width: 15vw;
    top: -150px;
}
.all_project{
    display: block;
    background: linear-gradient(95.25deg, #FFF802 1.96%, #FE8202 100.71%);
    border-radius: 50px;
    width: 255px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-top: 60px;
}
.all_project:hover{
    text-decoration: none;
    color: #fff;
}
.about_developer .line_blue{
    margin-bottom: 50px;
}
.about_developer_item img{
    margin-bottom: 14px;
}
.about_developer_item h5{
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 25px;
    line-height: 28px;
    color: #12100C;
}
.about_developer_item p{
    font-size: 16px;
    line-height: 22px;
    color: #12100C;
}
.about_developer_zas{
    margin-top: 35px;
}
.about_developer_zas img{
    border-radius: 25px;
    margin-bottom: 17px;
}
.about_developer_zas h5{
    font-weight: bold;
    font-size: 25px;
    line-height: 28px;
    color: #12100C;
}
.about_developer_zas p{
    font-size: 20px;
    line-height: 28px;
    text-align: right;
    color: #767472;
}
.consult_form_down .consult_form_left_text{
    width: 250px;
}
.consult_form_down .consult_form_img_right{
    bottom: 40px;
}
.consult_form_down .consult_form_left{
    background: url('../img/consult_left_bg_down.jpg') center top no-repeat;
    background-size: cover;
}
.consult_form_down{
    padding-top: 80px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    margin-top: -170px;

}
.consult_form_down .consult_form_wrap{
    position: relative;
    bottom: -200px;
}
.footer{
    padding-top: 190px;
}
.footer_logo_bg{
    position: absolute;
    right: -20px;
    max-width: initial;
    bottom: 0;
    z-index: -1;
}
.copy_footer{
    margin-top: 20px;
    font-size: 14px;
    line-height: 130.4%;
    color: #12100C;
    margin-bottom: 30px;
}
.footer h4{
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #12100C;
    margin-bottom: 12px;
}
.logo_footer{
    margin-bottom: 20px;
}
.footer_menu li a{
    font-size: 16px;
    line-height: 168.4%;
    color: #9E9E9F;
    margin-bottom: 3px;
    display: block;
}
.footer_wrap_soc{
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}
.footer .header_contact{
    margin-bottom: 20px;
}
.step_dev_wrap{
    background: url("../img/step_dev_wrap_bg.jpg") center top no-repeat;
    background-size: cover;
    padding-top: 68px;
    padding-bottom: 10px;
}
.step_dev .cozy_courtyard_h3{
    text-align: center;
}
.step_dev .line_blue{
    margin: 0 auto;
    margin-bottom: 38px;
}
.construction_progress_list_wrapper{
    position: relative;
    width: 255px;
    margin-left: auto;
}
.construction_progress_item{
    border: 2px solid #009FE3;
    border-radius: 50px;
    padding: 17px 19px;
    margin-top: 50px;
    font-weight: bold;
    font-size: 20px;
    line-height: 78.41%;
    color: #009FE3;
    background: url("../img/arrow_blue_icon.svg") right 20px center no-repeat;
}
.construction_progress_item:hover{
    cursor: pointer;
}
.construction_progress_list{
    display: none;
    position: absolute;
    background: #009FE3;
    color: #fff;
    right: 0;
    left: 0;
    border-radius: 20px;
    padding: 20px;
    z-index: 5;
}
.construction_progress_list li{
    margin-bottom: 10px;
    font-weight: 700;
}
.construction_progress_list li:hover{
    cursor: pointer;
}
.construction_progress_list li:last-child{
    margin-bottom: 0;
}

.gallerySwiper .swiper-slide{
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 350px;
}
.gallerySwiper .swiper-slide .gallerySwiperImg{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.gallerySwiper .gallerySwiperHover{
    display: flex;
    opacity: 0;
    justify-content: center;
    transition: 0.3s;
    align-items: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(95.25deg, rgba(255, 248, 2, .8) 1.96%, rgba(254, 132, 2, 0.8) 100.71%);
}
.gallerySwiper .swiper-slide:hover .gallerySwiperHover{
   opacity: 1;
}
.gallerySwiper .swiper-slide:hover{
    cursor: pointer;
}
.gallerySwiper{
    margin-top: 30px;
    padding-bottom: 55px;
}
.gallery_section{
    padding-bottom: 80px;
    padding-top: 70px;
}
.swiper-pagination-bullet{
    width: 15px;
    height: 4px;
    border-radius: 1px;
}
.swiper-pagination-bullet-active{
    background: #009FE3;
}
.swiper-button-next2{
    right: -30px;
}
.swiper-button-prev2{
    left: -30px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #909EA9;
    font-size: 30px;
    font-weight: 700;
    margin-top: -30px;
}
.btn_top {
    transform: rotate(90deg);
    background: linear-gradient(95.25deg, #FFF802 1.96%, #FE8202 100.71%);
    border-radius: 50px 0 0 50px;
    padding: 10px 22px;
    position: fixed;
    bottom: 0;
    right: -10px;
    width: 200px;
    font-weight: 700;
    z-index: 20;
    font-size: 20px;
    line-height: 21px;
    text-align: left;
    color: #FFFFFF;
    transition: 0.3s;
}
.btn_top img{
    transform: rotate(-90deg);
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.btn_top:hover{
    cursor: pointer;
}
.preloader{
    display: flex;
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: url("../img/preloader_bg.jpg") center center no-repeat, #fff;
    background-size: cover;
    justify-content: center;
    align-items: center;
}
.preloader img{
    width: 480px;
}
.modal_form .modal-content{
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}
.modal .close{
    position: absolute;
    right: -30px;
    top: -30px;
    font-weight: 100;
    color: #fff;
    font-size: 40px;
}
.modal_form .mainForm{
    margin: 32px auto;
}
.modal_form h3{
    text-align: center;
    font-size: 45px;
}
.modal_form .line_blue{
    margin: 0 auto;
}
.modal_form .textThank{
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    color: #767472;
}
.plan_section_room{
    display: none;
}
.plan_section_room1{
    display: block;
}
.modal_frequently_Questions .cozy_courtyard_h3{
    font-size: 45px;
    line-height: 99.9%;
    margin-bottom: 20px;
}
.modal_frequently_Questions p{
    font-size: 18px;
    line-height: 25px;
    color: #767472;
}
.modal_frequently_Questions .col-md-7{
    padding-right: 50px;
}
.modal_frequently_Questions .col-md-5 img{
    overflow: hidden;
    border-radius: 25px 0 0 25px;
}
.modal_frequently_Questions img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}
.modal_frequently_Questions .modal-content{
    border-radius: 25px;
}

/* увеличенная картинка */
#magnify {
    display: none;
    /* position: absolute; upd: 24.10.2016 */
    position: fixed;
    max-width: 800px;
    height: auto;
    z-index: 9999;
    overflow-y: scroll;
    /*height: 100vh;*/
    /*top: 20px!important;*/
}
#magnify img {
    width: 100%;
}
/* затемняющий фон */
#overlay {
    display: none;
    background: rgba(254, 130, 2, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}
/* кнопка закрытия */
#close-popup {
    width: 26px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#close-popup i {
    width: 16px;
    height: 16px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 10px 10px;
    display: block;
    align-items: center;
    justify-content: center;
}
.gallerySwiper_wrapper{
    display: none;
}
.gallerySwiper_wrapper1{
    display: block;
}