@font-face {
    font-family: 'GilroyMedium';
    src: url(fonts/Gilroy-Medium.ttf);
}
@font-face {
    font-family: 'GilroyExtraBold';
    src: url(fonts/Gilroy-Extrabold.ttf);
}
@font-face {
    font-family: 'GilroyBold';
    src: url(fonts/Gilroy-Bold.ttf);
}
@font-face {
    font-family: 'GilroyRegular';
    src: url(fonts/Gilroy-Regular.ttf);
}




*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    color: #000;
    line-height: 24px;
    font-weight: 500;
    font-family: GilroyReg, sans-serif;
}
.container{
    width: 1216px;
    margin: 0 auto;
}
a{
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    -webkit-tap-highlight-color: transparent !important;
}
li{
    list-style: none;
}
p{
    font-size: 20px;
}
h4{
    font-size: 2px;
}
h3{
    font-size: 40px;
}
h2{
    font-size: 42px;
}
.btn-standart{
    background: #32A4DD;
    color: #fff;
    box-shadow: 0px 4.05858px 24.3515px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    border: none;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    position: relative;
}
.btn-standart a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
section{
    margin-bottom: 100px;
}
.text-gray{
    color: #A6A6A6;
    font-family: GilroyRegular;
}
.txt-select{
    color: #333333;
    font-family: GilroyMedium,sans-serif;
    display: flex;
}
.title{
    font-weight: 800;
    font-size: 40px;
    line-height: 140%;
    color: #764B2A;
    font-family: GilroyExtraBold;
}
.main{
    display: flex;
    justify-content: space-between;
}
.img-standart{
    width: 100%;
    border-radius: 12px;
}
.map-control{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-block{
    width: 48%;
}
.right-block{
    padding-left: 25px;
}
.right-block span{
    color: #32A4DD!important; 
}
.section-text{
    margin-bottom: 30px;
}
.gm-control-active{
    display: none;
}
.gmnoprint{
    display: none;
}
.select-bg {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.modal-end{
    width: 100%;
    display: none;
    padding-top: 10%;
}
.modal-end-content{
    border-radius: 12px;
    padding: 32px;
    background: #fff;
}
.modal-end-active{
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}
.logo{
    width: 230px;
}
.img-link{
    margin: 0 10px;
}



/* ----- HEADAER ----- */
header{
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 3;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;    
    position: relative;
}
.header-nav{
    display: flex;
    align-items: center;
    color: #fff;
}
.header-nav_item{
    margin: 0 15px;
}
.burger{
    width: 45px;
    height: 24px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}
.burger-menu{
    width: 330px;
    height: 100vh;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    transition: .5s;
    transform: translateX(330px);
    padding: 0 20px;
}
.menu-active{
    transform: translateX(0px);
}
.burger-nav_item:last-child{
    border-bottom: 1px solid #32A4DD;
}
.burger-nav_item{
    height: 65px;
    border-top: 1px solid #32A4DD;
    font-size: 22px;
    
}
.burger-nav_item a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.burger-close{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-logo{
    width: 85%;
}
.laguage-group{
    display: flex;
}
.btn-lang{
    margin: 0 10px;
}
.mobil-laguage-group{
    border-radius: 18.4458px;
    display: none;
}
.mobil-btn-lang{
    text-align: center;
    border-radius: 12px;
    padding: 5px 10px;
}
.mobil-laguage-group .mobil-laguage-btn-active{
    background: #32A4DD;
    color: #fff;
}
.conclusion-img{
    border-radius: 12px;
}

/* ----- WELCOME ----- */
.sectoin-welcome{
    width: 100%;
    height: 570px;
    background: url(img/fon.jpg)no-repeat center center;
    background-size: cover;
    color: #fff;
}
.welcome{
    max-width: 575px;
    padding-top: 210px;
}
.welcome-title{
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    font-family: GilroyExtraBold;
}
.welcome-text{
    margin: 20px 0 30px 0;
    font-family: GilroyMedium;
}
.full-video{    
    width: 100%;
    height: 570px;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.full-body{
    position: relative;
    min-height: 570px;
    z-index: 2;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 75px;
}

/* ---- ABOUT ---- */
.about-text{
    margin: 20px 0;
}
.about{
    font-family: GilroyMedium;
}

/* ---- ROAD-MAP ---- */
.map-block{
    height: 745px;
}
#road-map{
    width: 100%;
    height: 390px;
    background: url(img/map.jpg)no-repeat center center;
    border-radius: 12px;
}
.map-control{
    margin-bottom: 50px;
}
.map-years{
    display: flex;
    align-items: center;
    background: #D1EEFF;
    border-radius: 40px;
    -webkit-tap-highlight-color: transparent !important;
}
.map-years_item{
    margin: 10px;
    padding: 10px 30px;
    font-weight: 700;
    border-radius: 30px;
    cursor: pointer;
}
.map-years_item-active{
    background: #32A4DD;
    color: #fff;
}
.info-years{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}
.info-years .section-text{
    margin-top: 15px;
}
.info-years-item{
    margin: 0 15px;
}
.info-text{
    color: #32A4DD;
    font-family: GilroyBold;
    font-size: 32px;
}

/* ---- HISTORY ---- */
.history-text{
    margin-bottom: 30px;
}
.history-item{
    display: flex;
    align-items: center;
    margin: 50px 0;
    font-family: GilroyRegular;
    font-weight: 500;
}
.history-block_content{
    margin-left: 50px;
}
.history-file{
    margin-top: 200px;
}
.history-link{
    display: flex;
    align-items: center;
    font-family: GilroyRegular;
    margin: 24px 20px;
}
.history-item img{
    width: 595px;
    border-radius: 12px;
}



/* ---- CHOOSE-RESON ---- */
.grid-container{
    margin-top: 50px;
    display: grid;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
}
.grid-item{
    display: flex;
    align-items: center;
    font-family: GilroyMedium;
}
.grid-img{
    width: 120px;
    height: 120px;
    margin-right: 14px;
}

/* ---- INVEST ---- */
.invest-img_1{
    width: 49%;
    height: 100%;
    border-radius: 12px 0 0 12px;
}
.invest-img_2{
    width: 49%;
    height: 100%;
    border-radius: 0 12px 12px 0 ;
}
.section-invest{
    display: flex;
    font-weight: 700;
    font-family: GilroyBold;
}
.info-title{
    margin-top: 10px;
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    color: #32A4DD;
}
.info-title span{
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #333333;
}


/* ---- ROOM ---- */
.room{
    display: flex;
    align-items: center;
}
.room h3{
    margin-left: 30px;
}
.room img{
    width: 100%;
}
.room-img_1{
    border-radius: 12px 12px 0 0;
}
.room-img_2{
    border-radius: 0 0 12px 12px;
}


/* ---- SECTION-MAP ----- */
.select-img{
    margin-right: 15px;
}
.select-group{
    display: flex;
    align-items: center;
}
.select-item{
    min-width: 190px;
    display: flex;
    align-items: center;
    margin: 0px 25px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent !important;
}
.select-arrow{
    width: 14px;
    margin-left: 14px;
}
.switch{
    font-family: GilroyBold;
    background: #D1EEFF;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin: 10px 0;
}
.switch-item{
    padding: 10px 30px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent !important;
}
.switch-item-active{
    background: #32A4DD;
    color: #fff;
}
.city-menu {
    width: 268px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
    background: #FFFFFF;
    border-radius: 28px;
    position: absolute;
    bottom: -125px;
    left: 15px;
    display: none;
    cursor: pointer;
    z-index: 5;
}
.city-menu-item:last-child p {
    border-bottom: 0px;
}

.city-menu-item p {
    width: 100%;
    padding: 18px 16px;
    border-bottom: 0.5px solid rgba(132, 139, 140, 0.25);
}
.list-block{
    width: 100%;
    height: 600px;
    background: #F6F6F4;
    display: none;
    overflow-y: auto;
}
.list-line{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    margin: 25px 0;
    padding: 32px 20px;
}
.list-chil{
    width: 25%;
    display: flex;
    align-items: center;
}
.list-chil img{
    margin-right: 15px;
}
.mobil-list-chil{
    width: 100%;
}
.mobil-list-pair{
    width: 50%;
    margin: 25px 0;
}
.list-chil-button{
    width: 100%;
    display: flex;
    justify-content: center;
}
.modal-map{
    width: 100%;
    height: auto;
    position: fixed;
    left: 0%;
    top: 38%;
    z-index: 10;
    display: flex;
    justify-content: center;
}
.map-bg-active{
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.modal-map-content{
    width: 380px;
    background: #fff;
    padding: 24px;
    border-radius: 24px;
}
.modal-map-content img{
    margin-right: 15px;
}
.modal-list-line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.modal-list-chil{
    width: 100%;
    display: flex;
}
.modal-list-pair{
    width: 49%;
    display: flex;
    margin: 25px 0;
}
.modal-list-link{
    width: 100%;
    text-align: center;
    color: #32A4DD;   
    font-weight: 700;
}

/* ---- TEXT-SECTIO ---- */
.text-block{
    display: flex;
    justify-content: space-between;
}
.text-block img{
    width: 100%;
}

/* ---- FOOTER ----*/
footer{
    height: auto;
    /*background: linear-gradient(135deg, rgb(255, 255, 255) 10%, transparent), url(img/footer.jpg)no-repeat center center;*/
    background: -webkit-linear-gradient(273deg, rgb(255, 255, 255) 12%, transparent), url(img/footer.jpg)no-repeat center center;
    background-size: cover;
    padding: 20px 0;
}
.footer{
    font-family: GilroyBold;
    display: flex;
    align-items: start;
    padding-top: 100px;
}
.soc-block{
    margin-right: 100px;
}
.soc-item{
    width: 200px;
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.soc-item img{
    margin-right: 12px;
}


@media screen and (max-width:1220px) {
    .container{
        width: 980px;
    }
}
@media screen and (max-width: 992px) {
    .container{
        width: 700px;
    }
    .main{
        flex-direction: column;
    }
    header{
        background: #fff;
        top: 0;
    }
    .laguage-group{
        display: none;
    }
    .burger{
        display: flex;
    }
    .main-block{
        width: 100%;
    }
    .grid-container {
        grid-template-columns: 1fr 1fr;
    }
    .map-control{
        flex-direction: column;
        align-items: start;
    }
    .mobil-laguage-group{
        display: block;
    }
    .select-item{
        margin: 10px 25px;
    }
    .title{
        margin-bottom: 30px;
    }
    .history-item img{
        width: 100%!important;
        margin-bottom: 20px;
    }
    .history-item{
        flex-direction: column;
        align-items: start;
    }
    .history-block_content{
        margin-left: 0;
    }
    .section-invest .main-block{
        margin-top: 20px;
    }
    .section-invest{
        flex-direction: column-reverse;
    }
    .header-nav{
        display: none;
    }
    .room{
        flex-direction: column-reverse;
    }
    .text-block{
        flex-direction: column;
    }
    .right-block{
        padding-left: 0;
    }
    .room h3{
        margin-left: 0;
    }
    #road-map{
        height: 300px;
    }
    .dev-none{
        display: inline;
    }
}
@media screen and (max-width: 756px) {
    .container{
        width: 100%;
        padding: 0 16px;
    }
    .grid-container {
        grid-template-columns: 1fr;
    }
    .footer{
        flex-direction: column-reverse;
        padding-top: 0;
        justify-content: space-between;
    }
    .map-block{
        height: 300px;
    }
}
@media screen and (max-width: 575px) {
    p{
        font-size: 16px;
    }
    .title{
        font-size: 26px;
    }
    .map-years{
        width: 100%;
        justify-content: space-between;
        padding: 0 5px;
    }
    .map-years_item {
        margin: 5px 0;
        padding: 5px 5%;
    }
    .soc-block{
        width: 100%;
        margin-right: 0;
        margin-top: 50px;
    }
    .list-soc{
        display: flex;
        flex-wrap: wrap;
    }
    .select-item{
        margin: 10px 0px;
    }
    .select-group{
        flex-wrap: wrap;
    }
}
@media (prefers-reduced-motion: reduce) {
    .my-smooth-container {
      scroll-behavior: auto;
    }
  }

