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

/* увеличенная картинка */
#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(12, 46, 61, 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;
}
@keyframes rota {
    25% { transform: rotate(360deg); }
}
#close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

body{
    font-family: 'Circe', sans-serif;
    background: #fff;
}
ul, li{
    list-style: none;
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
}
p{
    margin: 0;
}
.modal{
    background: rgba(12, 46, 61, 0.8);
    backdrop-filter: blur(4px);
}
#thankModal h5{
    font-weight: bold;
    font-size: 36px;
    line-height: 53px;
    margin-top: 40px;
    margin-bottom: 5px;
    text-align: center;
    color: #0C2E3D;
}
#thankModal p{
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #0C2E3D;
    margin: 0 40px;
    margin-bottom: 40px;
    font-weight: 300;
}
#thankModal .modal-content{
    background: #F5F5F5;
    border: 1px solid #70150D;
}
a{
    transition: 0.3s;
}
a:hover{
    text-decoration: none;
}
:focus, :hover{
    outline: none;
}
button:focus{
    outline: none;
}

.show_map{
    background: #F5F5F5;
    border: 1px solid #70150D;
    box-sizing: border-box;
    border-radius: 50px;
    text-align: center;
    width: 200px;
    line-height: 36px;
    font-weight: bold;
    font-size: 16px;
    color: #70150D;
    display: inline-block;
    margin-bottom: 20px;
}
.advantage_block{
    border-left: 4px solid #B69C7F;
    padding-left: 30px;
    width: 80%;
}

button:hover{
    cursor: pointer;
    transform: scale(1.05);
}

.modal .close{
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 30px;
    color: #fff;
}
.preloader{
    background: #0C2E3D;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}
#exampleModalCenter .close + img{
    height: 498px;
}
.header_wrap{
    background: url("../img/header_bg.png") center -18px no-repeat;
    background-size: cover;
    position: relative;
    z-index: 4;
}
.header{
    padding-top: 18px;
    color: #fff;
}
.header_contact_wrap{
    display: flex;
    justify-content: space-between;
}
.call_review{
    display: flex;
    margin: 0 auto;
    width: 90%;
    margin-top: 3rem;
    background: url("../img/call_review_bg.svg") center top no-repeat;
    background-size: cover;
    border-radius: 50px;
    padding: 0.9rem 15px;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.call_review img{
    position: relative;
    top: -2px;
}
.call_review:hover{
    color: #fff;
    transform: scale(1.03);
}
.header_menu{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 2rem;
    padding-top: 2rem;
    margin-bottom: 14rem;
}
.logo_grey{
    width: 38rem;
}
.header_menu li a{
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.5;
}
.header_menu li a:hover{
    opacity: 1;
    text-decoration: underline;
}

.header_advantage_wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.header_down{
    padding-bottom: 55px;
}
.header_down h3{
    font-weight: 300;
    font-size: 4rem;
    line-height: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 4rem;
}
.header_text{
    margin-top: 25px;
    font-weight: 350;
    font-size: 3.5rem;
    line-height: 52px;
    color: #FFFFFF;
    margin-bottom: 15rem;
}
.header_text span{
    font-size: 7rem;
    font-weight: 700;
    text-decoration: underline;
}
.header_text2{
    font-weight: 300;
    font-size: 2.7rem;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFF;
}
.header_text2 span{
    font-weight: 700;
}
.header_advantage_item{
    display: flex;
    align-items: center;
}
.header_advantage_item img{
    margin-right: 15px;
    position: relative;
    top: -5px;
}
.header_advantage_item p{
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 22px;
    color: #0C2E3D;
}
.header_advantage_item p span{
    font-weight: bold;
    font-size: 6rem;
    line-height: 22px;
    color: #987146;
    margin-bottom: 1.5rem;
    display: block;
}
.form_header{
    margin: 0 auto;
    background: #F5F5F5;
    border: 1px solid #70150D;
    box-sizing: border-box;
    padding: 2.5rem 5rem;
    padding-bottom: 4rem;
    margin-top: 5rem;
    position: relative;
    width: 50rem;
}
.form_header_icon1{
    position: absolute;
    right: 8rem;
    top: 11rem;
    width: 2.4rem;
}
.form_header_icon2{
    position: absolute;
    right: 8rem;
    top: 18rem;
    width: 2.4rem;
}
.form_header h5{
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 5.3rem;
    color: #0C2E3D;
    margin-bottom: 2rem;
    text-align: center;
}
.form_header input{
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(12, 46, 61, 0.3);
    box-sizing: border-box;
    border-radius: 50px;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3.5rem;
    color: #0C2E3D;
    padding: 0.8rem 25px;
    margin-bottom: 1.8rem;
}
.form_header button{
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 1.8rem;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    background: url('../img/call_review_bg.svg') center center no-repeat;
    background-size: 100%;
    border: 0;
    border-radius: 50px;
    padding: 12px 30px;
}
.header_contact{
    font-size: 1.8rem;
    line-height: 27px;
    color: #FFFFFF;
}
.header_contact img{
    margin-right: 9px;
}
.header_contact:hover{
    color: #fff;
    opacity: 0.8;
}
.concept_kvart{
    background: url('../img/concept_kvart_bg.jpg') 0 80px no-repeat;;
    margin-top: -106px;


}
.concept_kvart .lotus_img{
    margin-top: 10rem;
    margin-bottom: 2.2rem;
    width: 2.6rem;
}
.concept_kvart h3{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 128.9%;
    text-transform: uppercase;
    color: #0C2E3D;
}
.concept_kvart p{
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-top: 2.8rem;
    font-weight: 300;
    color: #0C2E3D;
}
.concept_kvart p b{
    font-weight: 700;
}
.concept_kvart_img1{
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: initial;
}
.concept_kvart{
    overflow: hidden;
}
.concept_kvart_text2{
    margin-bottom: 120px;
}
.concept_kvart_img2{
    position: absolute;
    right: 0;
    top: 0;
    max-width: initial;
    border-radius: 0 150px 0 0;
    object-fit: cover;
    height: 53rem;
    object-position: top;
    width: 84rem;
}
.concept_kvart_text3{
    margin-bottom: 200px;
}
.concept_kvart h4{
    font-size: 3rem;
    line-height: 3.2rem;
    color: #0C2E3D;
    margin-top: 2rem;
}
.concept_kvart .lotus_img1{
    margin-top: 125px;
}
.submit_form_section{
    margin-top: -130px;
    position: relative;
    z-index: 8;
}
.submit_form_section h5{
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 3.6rem;
    margin-bottom: 0;
    text-align: center;
    color: #0C2E3D;
}
.submit_form{
    background: #0C2E3D;
    border-radius: 150px;
    padding: 3.2rem 8rem;
    display: flex;
    justify-content: space-between;
}
.submit_form_user{
    position: absolute;
    top: 8.5rem;
    left: 40rem;
    width: 2.4rem;
}
.submit_form_phone {
    position: absolute;
    top: 8.5rem;
    left: 77rem;
    width: 2.4rem;
}
.submit_form input{
    background: #FFFFFF;
    border: 1px solid rgba(12, 46, 61, 0.3);
    box-sizing: border-box;
    border-radius: 50px;
    padding: 1.2rem 2rem;
    font-size: 1.8rem;
    line-height: 18px;
    box-shadow: none;
    color: #0C2E3D;
    font-weight: 300;
    display: block;
    width: 100%;
    margin: 0 1rem;
}
.submit_form button{
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 1.8rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    background: url('../img/call_review_bg.svg') center center no-repeat;
    background-size: cover;
    border: 0;
    border-radius: 50px;
    padding: 1.2rem 3rem;
}
.infrastructure_section{
    background: url("../img/infrastructure_bg.png") center top no-repeat;
    background-size: cover;
    margin-top: -50px;
    padding: 9rem 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 5;
}
.infrastructure_lotus_white{
    margin-bottom: 1.8rem;
    width: 2.6rem;
}
.infrastructure_section h3{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 128.9%;
    text-align: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #FFFFFF;
}
.infrastructure_section h4{
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 300;
    margin-bottom: 3.5rem;
    text-align: center;
    color: #FFFFFF;
    margin-top: 3rem;
}
.infrastructure_section h4 b{
    font-weight: 700;
}
.advantage_section{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 150px;
    background: url("../img/advantage_bg.png") center top no-repeat;
    background-size: cover;
    margin-top: -65px;
}
.advantage_section h3{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 128.9%;
    margin: 2rem 0;
    text-align: center;
    text-transform: uppercase;
    color: #0C2E3D;
}
.advantage_section_lotus{
    width: 2.6rem;
}
.advantage_section_line{
    margin-bottom: 4rem;
}
.advantage_section_item{
    background: #F8FAFA;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-right: 30px;
    position: relative;
    margin-bottom: 30px;
    height: 18rem;
}
.advantage_section_item h6{
    font-size: 3rem;
    line-height: 128.9%;
    text-align: center;
    text-transform: uppercase;
    color: #987146;
    position: absolute;
    right: 20px;
    top: 14px;
    font-weight: 900;
}
.advantage_section_item img{
    margin-right: 25px;
    width: 40%;
}
.advantage_section_item p{
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 4rem;
    color: #0C2E3D;
    text-align: left;
}
.advantage_section_item p b{
    font-weight: 700;
}
.advantage_section_wrap{
    width: 60%;
}
.advantage_section_item14 p{
    font-size: 2rem;
    line-height: 2.5rem;
    padding-right: 2rem;
}
.security_section{
    background: url("../img/security_bg.png") left top no-repeat;
    padding-bottom: 12px;
    margin-top: -58px;
    overflow: hidden;
}
.security_section h3{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 128.9%;
    margin: 2.4rem 0;
    text-transform: uppercase;
    color: #0C2E3D;
    margin-bottom: 1rem;
}
.security_section p{
    font-size: 3rem;
    line-height: 3.3rem;
    color: #0C2E3D;
    font-weight: 300;
    margin-top: 4rem;
}
.security_section_img1{
    position: absolute;
    max-width: initial;
    bottom: 0;
    left: 0;
}
.security_section_img2{
    position: absolute;
    max-width: initial;
    top: 0;
    right: 0;
}
.security_section_lotus{
    margin-top: 120px;
    width: 2.6rem;
}
.security_section_text1{
    margin-bottom: 100px;
}
.security_section h5{
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 3.8rem;
    margin-top: 3.8rem;
    margin-bottom: 2rem;
    color: #0C2E3D;
}
.security_section h6{
    font-weight: 350;
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-bottom: 2.5rem;
    color: #0C2E3D;
}
.security_section h6 b{
    font-weight: 700;
}
.plan_section{
    background: url("../img/plan_bg.png") center top no-repeat, #f5f5f5;
    background-size: cover;
    color: #fff;
    padding: 7rem 0;
}
.plan_section h3{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 128.9%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.plan_section_lotus{
    margin-top: 8rem;
}
.plan_section h5{
    font-weight: 300;
    font-size: 4.5rem;
    line-height: 5.2rem;
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.plan_section h5 span{
    font-size: 4.5rem;
    line-height: 6.6rem;
    text-decoration: underline;
    font-weight: 700;
}
.plan_section_advantage{
    background: #FFFFFF;
    border-radius: 25px;
    padding: 14px 30px;
    color: #0C2E3D;
    height: 24rem;
}
.plan_section_advantage h5{
    display: inline-block;
    margin-left: 12px;
    font-weight: bold;
    font-size: 3rem;
    line-height: 3.3rem;
    color: #0C2E3D;
}
.plan_section_advantage p{
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: 300;
}
.gallery{
    background: url("../img/gallery_bg.png") center bottom no-repeat;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 12rem;
}
.gallery h3{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 128.9%;
    margin: 2rem 0;
    text-align: center;
    text-transform: uppercase;
    color: #0C2E3D;
}
footer{
    background: url("../img/footer_bg.jpg") center top no-repeat, #987146;
    background-size: cover;
    padding: 4.2rem 0;
    color: #fff;
}
.footer_prava{
    margin-top: 2rem;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 130.4%;
    color: #FFFFFF;
}
.footer_hpace{
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    margin-top: 10px;
}
.logo_footer{
    width: 15rem;
}
.footer_hpace a{
    color: #fff;
    text-decoration: underline;
}
.footer_hpace img{
    margin-right: 5px;
    width: 20px;
}
footer h5{
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
    font-weight: 800;
}
.footer_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.contact_footer{
    display: block;
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    transition: 0.3s;
}
.concept_kvart_img1_icon{
    position: absolute;
    width: 13rem;
    left: -1px;
    bottom: 16rem;
}
.contact_footer span{
    margin-left: 10px;
}
.contact_footer:hover{
    color: #fff;
    opacity: 0.7;
}
.developer{
    background: url("../img/developer_bg.jpg") center top no-repeat, #0C2E3D;
    background-size: cover;
    color: #fff;
    padding-top: 7rem;
    padding-bottom: 9rem;
}
.developer h3{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 128.9%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 1.4rem;
    margin-bottom: 1rem;
    color: #FFFFFF;
}
.developer .infrastructure_line_white{
    margin-bottom: 5rem;
}
.developer_item{
    background: #0C2E3D;
    border-radius: 25px;
    overflow: hidden;
    padding-bottom: 17px;
}
.developer_item .developer_item_top{
    width: 100%;
    background: #FFFFFF;
    border-radius: 25px 25px 0px 0px;
    text-align: center;
    padding: 28px 0;
}
.developer_item .developer_item_top img{
    width: 60%;
}
.developer_item_wrap{
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.developer_item_wrap a{
    color: #fff;
    font-size: 1.8rem;
    transition: 0.3s;
}
.developer_item_wrap a:hover{
    opacity: 0.7;
}
.developer_item_insta{
    padding-left: 30px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.7rem;
    text-align: center;
    color: #FFFFFF;
    transition: 0.3s;
}
.developer_item_insta img{
    margin-right: 12px;
}
.developer_item_contact img{
    margin-right: 14px;
}
.developer_item_insta:hover{
    color: #fff;
    opacity: 0.8;
}
.developer_form{
    width: 41rem;
    margin: 0 auto;
    display: block;
    position: relative;
}
.developer_form h5{
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 5rem;
    color: #FFFFFF;
    margin-bottom: 2.5rem;
    text-align: center;
}
.developer_form input{
    display: block;
    width: 100%;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 1rem 3rem;
    margin-bottom: 3rem;
    border: 0;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3.5rem;
    color: #0C2E3D;
}
.developer_form button {
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.8rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    background: url('../img/call_review_bg.svg') center center no-repeat;
    background-size: 100%;
    border: 0;
    border-radius: 50px;
    padding: 15px 3rem;
}
.developer_form_icon1{
    position: absolute;
    right: 25px;
    top: 9rem;
    width: 2.6rem;
}
.developer_form_icon2{
    position: absolute;
    right: 25px;
    top: 17.5rem;
    width: 2.6rem;
}
.infrastructureSwiperNav_item{
    background: #FFFFFF;
    border-radius: 0 0 25px 25px;
    height: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.infrastructureSwiperNav_item p{
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-top: 1.8rem;
    text-align: center;
    color: #0C2E3D;
}
.infrastructureSwiperNav_item svg{
    width: 60%;
}
.infrastructureSwiperNav_item svg path{
    fill: #0C2E3D;
}
.infrastructureSwiperNav .swiper-slide-thumb-active svg path{
    fill: #fff;
}
.infrastructureSwiperNav .swiper-slide-thumb-active .infrastructureSwiperNav_item{
    background: #AD1F12;
}
.infrastructureSwiperNav .swiper-slide-thumb-active .infrastructureSwiperNav_item p{
    color: #fff;
}
.infrastructureSwiper .swiper-slide{
    border-radius: 50px 50px 0 0;
    overflow: hidden;
}
.infrastructureSwiper .swiper-slide img{
    height: 55rem;
    object-position: center;
    object-fit: cover;
    width: 100%;
}
.infrastructureSwiper .swiper-button-next{
    background: linear-gradient(270deg, #0C2E3D 9.12%, rgba(196, 196, 196, 0) 100%);
    height: 108%;
    top: 0;
    right: 0;
    width: 100px;
    color: #fff;
    opacity: 1;
}
.infrastructureSwiper .swiper-button-prev{
    background: linear-gradient(270deg, #0C2E3D 9.12%, rgba(196, 196, 196, 0) 100%);
    height: 108%;
    top: 0;
    left: 0;
    width: 100px;
    color: #fff;
    opacity: 1;
    transform: rotate(180deg);
}
.infrastructureSwiper .swiper-button-prev:after{
    transform: rotate(180deg);
}
.gallerySwiper img{
    border-radius: 20px;
    margin-bottom: 3rem;
    width: 100%;
}
.gallerySwiperImg3{
    height: 70rem;
    object-fit: cover;
    object-position: center;
}
.gallerySwiperImg{
    height: 33.5rem;
    object-fit: cover;
    object-position: center;
}

.swiper-pagination-bullet{
    background: #0C2E3D;
    opacity: 0.5;
    border-radius: 1px;
    margin: 0 2px;
    height: 4px;
    width: 15px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: -5px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #AD1F12;
    opacity: 1;
}
.gallerySwiper1{
    left: -30px;
    color: #0C2E3D;
    font-size: 30px;
}
.gallerySwiper2{
    right: -30px;
    color: #0C2E3D;
}
.constructionProgressSwiper .gallerySwiper1, .constructionProgressSwiper1, .plan_section .swiper-button-prev{
    left: -3px;
    color: #0C2E3D;
    font-size: 30px;
    top: 60%;
}
.constructionProgressSwiper .gallerySwiper2, .constructionProgressSwiper2, .plan_section .swiper-button-next{
    right: -3px;
    color: #0C2E3D;
    top: 60%;
    font-size: 30px;
}
.plan_section .swiper-button-next{
    color: #fff;
}
.plan_section .swiper-button-prev{
    color: #fff;
}
.plan_section .swiper-button-next:after, .plan_section .swiper-button-prev:after,.gallerySwiper1:after, .gallerySwiper2:after, .constructionProgressSwiper1:after, .constructionProgressSwiper2:after{
    font-size: 30px;
    font-weight: 700;
}
.construction_progress{
    background: url("../img/constructionProgressBg.png") center top no-repeat;
    background-size: cover;
    padding: 7rem 0;
}
.construction_progress h3{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 128.9%;
    margin: 2rem 0;
    text-transform: uppercase;
    color: #0C2E3D;
}
.constructionProgressSwiper_item .constructionProgressSwiper_itemDown{
    display: none;

}
.swiper-slide .constructionProgressSwiper_item{
    height: 220px;
}
.swiper-slide .constructionProgressSwiper_item img{
    height: 220px;
}
.plan_slides_all{
    display: none;
}
.plan_slides0{
    display: block;
}
.constructionProgressSwiper_item img{
    position: relative;
    z-index: 5;
    border-radius: 25px;

}
.constructionProgressSwiper_itemDown{
    transition: 0.3s;
}
.constructionProgressSwiper_itemDown{
    display: block;
    background: url("../img/constructionProgressSwiper_itemBg.png") center top no-repeat;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 40px 20px;
    padding-top: 120px;
    margin-top: -50px;
    width: 640px;
    margin-left: -320px;
    left: 50%;
}
.constructionProgressSwiper_itemDown h6{
    font-weight: bold;
    font-size: 72px;
    line-height: 100px;
    text-align: center;
    color: #BB9871;
    position: absolute;
    right: 20px;
    top: 64px;
}
.constructionProgressSwiper_itemDown h4{
    font-weight: bold;
    font-size: 3rem;
    line-height: 3.3rem;
    color: #FFFFFF;
    margin-bottom: 1.8rem;
}
.constructionProgressSwiper_itemDown p{
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #FFFFFF;
}

.constructionProgressSwiper .swiper-slide.swiper-slide-active{
    transform: scale(1.4);
    z-index: 14;
    opacity: 1;
}
.constructionProgressSwiper{
    padding-top: 10rem;
    padding-bottom: 12rem;
}
.swiper-slide.swiper-slide-active .constructionProgressSwiper_item img{
    z-index: 16;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
}
.constructionProgressSwiper .swiper-slide{
    opacity: 0.5;
}
.plan_swiper_item{
    background: #FFFFFF;
    border-radius: 25px;
}
.plan_swiper_item:hover{
    cursor: pointer;
}
.plan_swiper_item_down{
    display: flex;
    justify-content: space-between;
    margin: 0 15px;
    padding-bottom: 25px;
    padding-top: 12px;
    margin-top: 10px;
    border-top: 1px solid #000000;
    color: #0C2E3D;
}
.plan_swiper_item_down2{
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    padding: 0 15px;
}
.plan_swiper_item_down1{
    padding: 0 10px;
}
.plan_swiper_item_down p{
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #0C2E3D;
}
.plan_swiper_item_down p b{
    font-weight: 700;
}
.plan_swiper_item img{
    display: block;
    margin: 0 auto;
    height: 30rem;
}
.plan_swiper{
    padding-bottom: 40px;
}
.plan_section .swiper-pagination-bullet{
    background: #FFFFFF;
    opacity: 0.5;
}
.plan_section .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
    background: #AD1F12;
}
.plan_section_list{
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    margin-bottom: 4rem;
}
.plan_section_list_item{
    margin: 0 7px;
    display: flex;
    font-size: 1.8rem;
    justify-content: space-between;
    color: #fff;
    padding: 10px 14px;
    width: 210px;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50px;
}
.plan_section_list_item:hover{
    cursor: pointer;
}
.plan_section_list_item.active{
    background: #AD1F12;
    border-color: #AD1F12;
}
.btn_top{
    transform: rotate(90deg);
    background: #AD1F12;
    border-radius: 50px 0 0 50px;
    padding: 10px 30px;
    position: fixed;
    bottom: 0;
    right: 40px;
    width: 170px;
    font-weight: 700;
    z-index: 20;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
}
.btn_top:hover{
    cursor: pointer;
}
.infrastructureSwiperNav_item:hover{
    cursor: pointer;
}
.modalForm .form_header{
    margin-top: 0;
    width: 100%;
}
.modal_plan_wrap .modal-dialog{
    max-width: 1000px;
}
#exampleModalForm .modal-dialog.modal-dialog-centered{
    width: 400px;
}
.modal_plan_wrap .modal-dialog .plan_modal{
    background: #F5F5F5;
    padding: 50px 20px;
}
.plan_modal h4{
    font-weight: bold;
    font-size: 36px;
    line-height: 53px;
    color: #0C2E3D;
    margin-bottom: 20px;
}
.plan_modal .plan_swiper_item_down{
    border: 0;
    justify-content: flex-start;
}
.plan_modal .form_header{
    border: 0;
    margin-top: 10px;
    padding: 0;
    width: 70%;
}
.form_header h5{
    font-size: 3.6rem;
    line-height: 5rem;
    margin-bottom: 2rem;
}
#exampleModalForm .form_header h5{
    line-height: 5rem;
    margin-bottom: 2rem;
}

.plan_modal .form_header input{
    line-height: 30px;
}
.plan_modal .form_header_icon1 {
    right: 22px;
    top: 65px;
}
.plan_modal .form_header_icon2 {
    right: 22px;
    top: 120px;
}
.plan_modal > .row > .col-md-6:first-child > img{
    width: 100%;
}
.construction_progress_list_wrapper{
    position: relative;
    margin-top: 40px;
}
.construction_progress_item{
    background: url("../img/arrow_down_icon.svg") right 20px center no-repeat, url("../img/construction_progress_item_bg.jpg") center center / cover no-repeat;
    border-radius: 50px;
    padding: 12px 15px;
    color: #fff;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    position: relative;
    z-index: 25;
}
.construction_progress_item:hover{
    cursor: pointer;
}
.construction_progress_list{
    background: #AD1F12;
    border-radius: 0 0 30px 30px;
    padding: 20px;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    padding-top: 25px;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    z-index: 22;
    display: none;
}
.construction_progress_list li{
    margin-top: 15px;
}
.construction_progress_list li:hover{
    cursor: pointer;
}
.constructionProgressSwiperSlide{
    display: none;
}
.constructionProgressSwiperSlide1{
    display: block;
}
.security_section_icon1{
    position: absolute;
    z-index: 5;
    left: -1px;
    bottom: 26%;
}
.security_section_icon2{
    position: absolute;
    bottom: -12px;
    z-index: 5;
    right: 20%;
}
.plan_section .swiper-button-prev{
    left: -30px;
}
.plan_section .swiper-button-next{
    right: -30px;
}
.constructionProgressSwiperSlide .swiper-wrapper{
    z-index: 20;
    background: #fff;
}