@font-face{
    font-family: 'Roboto-Regular';
    src: url('../_fonts/Roboto/RobotoCondensed-Regular.eot');
    src: url('../_fonts/Roboto/RobotoCondensed-Regular.eot?iefix') format('eot'),
    url('../_fonts/Roboto/RobotoCondensed-Regular.woff') format('woff'),
    url('../_fonts/Roboto/RobotoCondensed-Regular.ttf') format('truetype'),
    url('../_fonts/Roboto/RobotoCondensed-Regular.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
} 
@font-face{
    font-family: 'Roboto-Light';
    src: url('../_fonts/Roboto/RobotoCondensed-Light.eot');
    src: url('../_fonts/Roboto/RobotoCondensed-Light.eot?iefix') format('eot'),
    url('../_fonts/Roboto/RobotoCondensed-Light.woff') format('woff'),
    url('../_fonts/Roboto/RobotoCondensed-Light.ttf') format('truetype'),
    url('../_fonts/Roboto/RobotoCondensed-Light.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto-Bold';
    src: url('../_fonts/Roboto/RobotoCondensed-Bold.eot');
    src: url('../_fonts/Roboto/RobotoCondensed-Bold.eot?iefix') format('eot'),
    url('../_fonts/Roboto/RobotoCondensed-Bold.woff') format('woff'),
    url('../_fonts/Roboto/RobotoCondensed-Bold.ttf') format('truetype'),
    url('../_fonts/Roboto/RobotoCondensed-Bold.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'BebasNeue';
    src: url('../_fonts/Bebas/BebasNeue-Regular.eot');
    src: url('../_fonts/Bebas/BebasNeue-Regular.eot?iefix') format('eot'),
    url('../_fonts/Bebas/BebasNeue-Regular.woff') format('woff'),
    url('../_fonts/Bebas/BebasNeue-Regular.ttf') format('truetype'),
    url('../_fonts/Bebas/BebasNeue-Regular.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'BebasNeue-Light';
    src: url('../_fonts/Bebas/BebasNeue-Light.eot');
    src: url('../_fonts/Bebas/BebasNeue-Light.eot?iefix') format('eot'),
    url('../_fonts/Bebas/BebasNeue-Light.woff') format('woff'),
    url('../_fonts/Bebas/BebasNeue-Light.ttf') format('truetype'),
    url('../_fonts/Bebas/BebasNeue-Light.svg#webfont') format('svg');
    font-weight: normal;
    font-style: 300;
}


body{
    margin: 0;
    position: relative;
    padding: 0;    
    font-family: 'Roboto-Light', sans-serif;
    color: #000000;
    font-size: 15px;

}
body.overflow{
    overflow: hidden;
}
body.overflow .page header.opacity.fixed{
    padding: 80px 50px;
    padding-bottom: 0;
}
.wrapper{
    position: relative;
}

.container{
    margin: 0 auto;
    max-width: 85%;
    position: relative;
    padding: 0px 15px;
    width: 100%;
}
a{
    text-decoration: none;
    transition: all .4s;
}
a:hover{
    transition: all .4s; 
    text-decoration: none!important;
}
input:focus{
    outline: none;
}
button:hover{
    transition: all .4s; 
}
button:focus{
    outline: none;
}
p{
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 24.43px;
}

p a:hover{
    text-decoration: underline;
}
img{
    max-width: 100%;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

/*popup*/

.popup {
	position: fixed;
	z-index: 99999;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    transition: all 1s;
    background: url(../_i/bg_green3.jpg)no-repeat center;
    background-size: cover;
    padding: 0px;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 50px;
}
.popup.active{
    right: 0;
    visibility: visible;
    transition: all 1s;
}

.popup .content_popup {
    max-width: 900px;
    width: 100%;
}

.popup.active .content_popup{
    width: 100%;
    visibility: visible;
    transition: all 4s;
}

.popup .content_popup .close{
    position: absolute;
    top: 0;
    width: 110px;
    height: 100%;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 99;
    background: #fff;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .7s;
}
.popup.active .content_popup .close{
    opacity: 1;
    transition: all .7s;
}
.popup.active .content_popup .close span{
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
}
.popup.active .content_popup .close span:hover{
    transform: rotate(180deg);
    transition: all .4s;
}
.popup.active .content_popup .close span:hover i{
    background: #6BB97F;
    transition: all .4s;
}
.popup .content_popup .close i{
    width: 45px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -1px;
    transition: all .4s;
}
.popup .content_popup .close i:last-child{
    transform: rotate(-45deg);
}
.popup .content_popup{
    opacity: 0;
    transition: all .7s;
}
.popup.active .content_popup {
    opacity: 1;
    transition: all .7s;
}

.popup .title h2{
    font-family: 'BebasNeue', sans-serif;
    font-size: 92px;
    line-height: 104px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 90px;
    font-weight: 400;
}
form .w-2{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
form .w-2 .input{
    width: 48%;
}
form .input{
    margin-bottom: 40px;
    position: relative;
}
form .input label{
    font-size: 16px;
    display: block;
    line-height: 21px;
    color: #fff;
    margin-bottom: 16px;
    font-family: 'Roboto-Regular', sans-serif;
}
form .input input{
    font-size: 16px;
    color: #000;
    height: 65px;
    width: 100%;
    padding: 0px 20px;
    border: 0px;
    border-radius: 5px;
    font-family: 'Roboto-Regular', sans-serif;
}
form .textarea{
    margin-bottom: 40px;
    position: relative;
}
form .textarea textarea{
    font-size: 16px;
    color: #000;
    height: 160px;
    width: 100%;
    padding: 20px 20px;
    border-radius: 5px;
    border: 0px;
    resize: none;
    font-family: 'Roboto-Regular', sans-serif;
}
form .input input:hover::-webkit-input-placeholder{
    color: #000;
}
form .input input:hover::-ms-input-placeholder{
    color: #000;
}
form .input input:hover::placeholder{
    color: #000;
}

form .input input::-webkit-input-placeholder {
    font-size: 16px;
    color: #757575;
    font-family: 'Roboto-Regular', sans-serif;
}
form .input input::-ms-input-placeholder {
    font-size: 16px;
    color: #757575;
    font-family: 'Roboto-Regular', sans-serif;
}
form .input input::placeholder {
    font-size: 16px;
    color: #757575;
    font-family: 'Roboto-Regular', sans-serif;
}
form .textarea textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #757575;
    font-family: 'Roboto-Regular', sans-serif;
}
form .textarea textarea:-ms-input-placeholder {
    font-size: 16px;
    color: #757575;
    font-family: 'Roboto-Regular', sans-serif;
}
form .textarea textarea::placeholder {
    font-size: 16px;
    color: #757575;
    font-family: 'Roboto-Regular', sans-serif;
}



form .textarea textarea:hover::-webkit-input-placeholder {
    color: #000;
}
form .textarea textarea:hover:-ms-input-placeholder {
    color: #000;
}
form .textarea textarea:hover::placeholder {
    color: #000;
}
form .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
form .bottom .rules{
    font-size: 12px;
    color: #fff;
    max-width: 255px;
    line-height: 15px;
    margin-bottom: 0;
    font-family: 'Roboto-Regular', sans-serif;
}
form .bottom .rules a{
    text-decoration: underline;
    color: #fff;
}
form .bottom .rules a:hover{
    color: #000;
}
form .bottom .submit{
    background: #000;
    font-size: 14px;
    color: #fff;
    border-radius: 120px;
    padding: 22px 100px;
    border: none;
    cursor: pointer;
    font-family: 'Roboto-Light', sans-serif;
}
form .bottom .submit:hover{
    background: #313131;
}
/*popup*/

*{
    box-sizing: border-box;
}
body.open_menu{
    overflow: hidden;
}
body.open_menu .section1 .container{
    opacity: 0;
}

header{
    position: fixed;
    width: 100%;
    top: 0; 
    z-index: 9999;
    padding: 0px 50px;
    max-width: 1920px;
    opacity: 0;
    transition: opacity .4s;
}
header.open_menu{
    height: 100%;
    background: url(../_i/banner1.jpg)no-repeat center center / cover !important;
    display: flex;
    flex-direction: column;
    max-width: none;
}
header.open_menu::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
}
header.fixed{
    background: #313131;
    transition: opacity .4s;
}
header.fixed.opacity{
    z-index: 99999;
    padding: 30px 50px;
    transition: opacity .4s;
}
header.opacity{
    opacity: 1;
    padding: 80px 50px;

}
header .all_menu{
    z-index: 9;
    position: relative;
    /*height: 100%;*/
    flex: auto;
    display: flex;
    flex-direction: column;
}
header.open_menu .hidden_block{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: auto;
}
header .hidden_block{
    text-align: center;
    position: relative;
    display: none;
    transition: all .4s;
    /*height: 95%;*/
}
header .hidden_block h3{
    font-size: 92px;
    color: #fff;
    line-height: 105px;
    letter-spacing: 75px;
    font-family: 'BebasNeue', sans-serif;
    font-weight: 400;
    margin-right: -75px;
    position: relative;
    margin-top: -170px;
    margin-bottom: 60px;
}
header .hidden_block .block_menu{
    display: flex;
    justify-content: center;
    width: 100%;
}
header .hidden_block .block_menu .inner{
    width: 45%;
    position: relative;
}
header .hidden_block .block_menu .inner:first-child::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 86%;
    background: #707070;
    top: 4px;
    right: 0;
}
header .hidden_block .block_menu a.active:after{
    content: "";
    position: absolute;
    width: 100%;
    max-width: 425px;
    background: #6BB97F;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
header .hidden_block .block_menu a:after{
    content: "";
    position: absolute;
    width: 0%;
    background: #6BB97F;
    height: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
}
header .hidden_block .block_menu a:hover::after{
    width: 100%;
    transition: all .4s;
    max-width: 425px;
}
header .hidden_block .block_menu a:hover span{
    z-index: 9;
    position: relative;
}
header .hidden_block .block_menu a.active span{
    z-index: 9;
    position: relative;
}
header .hidden_block .block_menu a:hover{
    text-decoration: none;
}
header .hidden_block .block_menu a{
    font-family: 'BebasNeue-Light', sans-serif;
    font-weight: 300;
    font-size: 72px;
    color: #fff;
    line-height: 118px;
    display: block;
    text-transform: uppercase;
    position: relative;
}
header .hidden_block .bottom{
    position: absolute;
    bottom: -105px;
    width: 89%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
    padding: 35px 0px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
header .hidden_block .bottom span{
    color: #fff;
    font-size: 14px;
}
header .hidden_block .bottom a{
    color: #fff;
    font-size: 14px;
}
header .hidden_block .bottom .right{
    justify-content: flex-end;
}
header .all_menu .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
header .left{
    width: 31%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .center{
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .logo{
    transition: all .4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
}
.main_page header .logo{
    width: auto;
}
header .right{
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header.open_menu .sandwitch i{
    transform: rotate(220deg);
    margin-bottom: 0;
    transition: all .4s;
}
header.open_menu .sandwitch i:last-child{
    transform: rotate(140deg);
    transition: all .4s;
}
header .sandwitch i{
    width: 60px;
    height: 2px;
    background: #fff;
    display: block;
    margin-bottom: 5px;
    transition: all .4s;
}
header .sandwitch i:last-child{
    margin-bottom: 0;
}
header .sandwitch span.icon{
    margin-right: 50px;
}
header .sandwitch{
    display: flex;
    align-items: center;
    cursor: pointer;
}
header .sandwitch span{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    transition: all .4s;
}
header .sandwitch:hover i{
    background: #6BB97F;
    transition: all .4s;
}
header .sandwitch:hover span{
    color: #6BB97F;
    transition: all .4s;
}
header .shem{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    transition: all .4s;
    cursor: pointer;
}
header .shem:hover{
    color: #6BB97F;
    transition: all .4s;
    text-decoration: none;
}
header .shem:hover path{
    fill: #6BB97F;
}
header .shem span{
    margin-left: 20px;
}
header .tel{
    display: flex;
    align-items: center;
}
header .tel a{
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
    transition: all .4s;
}
header .tel:hover a{
    color: #6BB97F;
    transition: all .4s;
    text-decoration: none;
}
header .tel:hover path{
    fill: #6BB97F;
}
header .mail a{
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
header .mail a:hover{
    background: #6BB97F;
    transition: all .4s;
}
path{
    transition: all .4s;
}
header .mail a:hover path{
    fill: #fff;
    transition: all .4s;
}
header .rent{
    width: 140px;
    height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #6BB97F;
    transition: all .4s;
    border-radius: 120px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
}
header .rent:hover{
    color: #6BB97F;
    background: #fff;
    transition: all .4s;
}
header .right .inner_right{
    display: flex;
    align-items: center;
}
.section{
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.section1{
    display: flex;
    align-items: center;
    padding-bottom: 190px;
    padding-top: 240px;
}
.section1:after{
    content: "";
    position: absolute;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section .container{
    z-index: 9;
    padding-top: 0;
}
.section1 .title_block{
    position: relative;
}
.title_block h2{
    color: #fff;
    font-size: 268px;
    line-height: 1;
    margin: 0;
    z-index: 9;
    position: relative;
    display: inline-block;
    font-family: 'BebasNeue', sans-serif;
    font-weight: 400;

}
.title_block h2.small{
    font-size: 200px;
    font-family: 'BebasNeue-Light', sans-serif;
    line-height: 180px;
    font-weight: 300;
}

.section1 .green_bg{
    background: #6BB97F;
    height: 150px;
    width: 80%;
    position: absolute;
    bottom: 47%;
    left: -11%;
    mix-blend-mode: color;
    z-index: 9;
}
.section1 .text_block{
    max-width: 730px;
    margin: 0 auto;
    margin-top: 55px;
}
.section1 .text_block p{
    color: #fff;
    font-size: 29px;
    line-height: 38px;
}

.js_circle_move .pulse-ring {
    content: '';
    width: 550px;
    height: 550px;
    border-radius: 50%;
    position: absolute;
    top: -90px;
    left: -90px;
    animation: pulsate infinite 1.5s;
    animation-delay:1.5s;
    background: url(../_i/_icon/ring.png)no-repeat center;
    background-size: cover;
}

.js_circle_move{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.js_circle_move .ring{
    width: 350px;
    height: 350px;
    border: 1px solid rgba(255, 255, 255, 0.377);
    border-radius: 50%;
}
body.open_menu .js_ball{
    display: none;
}
.js_ball {
    position: absolute;
    bottom: 90px;
    left: 48.3%;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    animation: rebound .6s alternate infinite ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    transform: translateX(-50%);

  }
  @keyframes rebound {
    0% {

      transform: translateY(50px) scaleX(1);
    }
  
    100% {
      transform: translateY(0px) scaleX(1);
    }
  }
@-webkit-keyframes pulsate {
    0% {
      -webkit-transform: scale(1, 1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.3, 1.3);
      opacity: 0;
    }
}

.section2{
    overflow: hidden;
    position: relative;
}
.section2 .container{
    display: flex;
    flex-wrap: wrap;
}
.section2 .right_block{
    position: relative;
    z-index: 9;
    padding: 150px 0px;
    width: 50%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.section2 .green_block {
    width: 50%;
    position: absolute;
    background: url(../_i/bg_green.jpg)no-repeat center;
    height: 794px;
    bottom: 130px;
    right: -100%;
    transition: all .4s;
}
.section2 .green_block.animate{
    right: 0;
    transition: all .4s;
}
.section2 .uk-cover-container.title_block{
    overflow: visible;
}
/* .section2 .green_block.animate{
    height: 794px;
    transition: all 1.3s;
} */
.section2 .left_block .text_block{
    max-width: 560px;
    margin-top: 80px;
}
.section2 .left_block .text_block p{
    font-size: 20px;
    color: #fff;
    line-height: 26px;
}
.section2 .left_block{
    width: 50%;
    padding: 180px 0px;
    z-index: 9;
}
.specifications{
    border-radius: 50%;
    background: #fff;
    font-size: 16px;
    font-family: 'Roboto-Light', sans-serif;
    color: #000;
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: all .4s;
}
.specifications:hover{
    background: #000;
    transition: all .4s;
    color: #fff;
}
.specifications svg{
    margin-top: 10px;
}

footer{
    background: #313131;
}
footer .menu{
    display: flex;
    justify-content: space-between;
    padding: 100px 0px;
    max-width: 85%;
    margin: 0 auto;
}
footer .menu .inner{
    width: 33%;
    text-align: center;
}

footer .menu .inner a{
    font-family: 'BebasNeue-Light', sans-serif;
    font-size: 44px;
    line-height: 72px;
    color: #fff;
    display: block;
    font-weight: 300;
    position: relative;
}
footer .menu .inner a:hover{
    text-decoration: none;
}
footer .menu .inner a:after {
    content: "";
    position: absolute;
    width: 0%;
    background: #6BB97F;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
}
footer .menu .inner a span{
    z-index: 99;
}
footer .menu .inner a:hover:after{
    width: 100%;
    max-width: 425px;
    transition: all .4s;
}
footer .menu .inner .tel{
    color: #6BB97F;
    ,margin-top: 10px;
    margin-bottom: 0px;
    font-family: 'BebasNeue', sans-serif;
    font-weight: 400;
}
footer .menu .inner .tel:after{
    display: none;
}
footer .menu .inner .btn:after{
    display: none;
}
footer .menu .inner .shift{
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto-Light', sans-serif;
    display: block;
    margin-bottom: 35px;
}
footer .menu .inner .btn{
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
}
footer .menu .inner .btn:hover{
    color: #6BB97F;
}
.btn{
    font-family: 'Roboto-Light', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #6BB97F;
    transition: all .4s;
    border-radius: 120px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 60px;
    letter-spacing: 2px;
}
.btn:hover{
    background: #fff;
    color: #6BB97F;
}
.info_parking__link-rules {
    position: absolute;
    left: 20px;
    top: 225px;
    padding: 0 24px;
    height: 55px;
    letter-spacing: 0;
    z-index: 1;
    fill: #fff;
}
.info_parking__link-rules:hover {
    fill: #6BB97F;
}
.info_parking__link-rules_2 {
    display: none;
}
.info_parking__link-rules svg {
    margin-right: 14px;
}
.info_parking__link-rules path {
    transition: none;
}
footer .bottom{
    padding: 40px 0px;
    border-top: 1px solid #444444;
    display: flex;
    justify-content: space-between;
    position: relative;
}
footer .bottom span{
    color: #fff;
}
footer .bottom a{
    color: #fff;
}
footer .bottom a:hover{
    text-decoration: underline;
    color: #6BB97F;
}
footer .bottom .left{
    width: 30%;
}
footer .bottom .center{
    width: 30%;
    text-align: center;
}
footer .bottom .right{
    width: 30%;
    display: flex;
    justify-content: flex-end;
}
footer .scroll_top{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
}
footer .scroll_top:hover{
    background: #6BB97F;
    transition: all .4s;
}
footer .scroll_top:hover path{
    fill: #fff;
    transition: all .4s;
}
.choose_banner{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.choose_banner .container{
    z-index: 99;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.choose_banner .content.view1{
    margin-top: -42px;
    position: relative;
    bottom: -42px;
    left: 0;
    padding-bottom: 45px;
    background-size: cover;
}
.choose_banner .content{
    height: 1000px;
    min-height: 1000px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    padding-top: 56px;
}
/*.choose_banner .content::after{
    content: "";
    position: absolute;
    background: rgba(0,0,0,.31);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}*/
.choose_banner .content .container{
    flex-wrap: wrap;
    padding-right: 10%;
}
.choose_banner .content h2{
    font-size: 200px;
    color: #fff;
    font-family: 'BebasNeue-Light', sans-serif;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    z-index: 99;
    font-weight: 300;
} 
.choose_banner .content.view1 .number{
    font-size: 430px;
    font-family: 'Montserrat', sans-serif;
    line-height: 370px;
    font-weight: 700;
} 
.choose_banner .content.view1 .text .big{
    margin-bottom: -5px;
    font-size: 146px;
    line-height: 179px;
}
.choose_banner .content .info{
    width: 100%;
}
.choose_banner .content.view1 .info{
    display: flex;
    width: 100%;
}
.choose_banner .content .text{
    margin-left: 45px;
    position: relative;
    z-index: 9;
    animation-delay: 0.2s;
}
.choose_banner .content .text .big{
    font-size: 181px;
    line-height: 225px;
    font-family: 'BebasNeue', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.choose_banner .animate__animated {
    opacity: 0;
    
}
.choose_banner .animate__slideInUp,
.choose_banner .animate__slideInLeft {
    transition: opacity 1s;
    opacity: 1;
}
.font-size-44 {
    font-size: 44px;
}
.footer-menu__address {
    color: #fff;
    line-height: 1.2;
    font-size: 18px;
}
.map_block__call {
    line-height: 1;
    color: #fff;
    font-family: 'BebasNeue', sans-serif;
    font-weight: 400;
    margin-top: 20px;
}
.map_block__call:hover {
    color: #fff;
    text-decoration: underline;
}
.choose_banner .content .text span{
    font-size: 44px;
    font-family: 'BebasNeue', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0px;
    display: block;
    z-index: 99;
    position: relative;
    font-weight: 400;
}
.choose_banner .content .text .km{
    font-size: 120px;
    font-family: 'BebasNeue', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0px;
    display: block;
    font-weight: 400;
    margin-top: -40px;
}
.choose_banner .content.view1 .green_bg{
    position: absolute;
    bottom: 342px;
    background: #6BB97F;
    height: 150px;
    width: 32%;
    left: 26%;
    mix-blend-mode: color;
    z-index: 9;
}
.choose_banner .content .number{
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
.choose_banner .content.view2 .number{
    font-size: 312px;
    line-height: 232px;
    z-index: 9;
    position: relative;
}
.choose_banner .content.view2 .big{
    font-size: 165px;
}
.choose_banner .content.view2 .text{
    display: flex;
    z-index: 99;
}
.choose_banner .content.view2 .number_of{
    margin-left: 27px;
    top: 45px;
    line-height: 1.1;
    font-size: 49px;
}
.choose_banner .content.view2 .green_bg{
    position: absolute;
    bottom: 225px;
    background: #6BB97F;
    width: 635px;
    height: 170px;
    left: 141px;
    mix-blend-mode: color;
    z-index: 9;
}
.choose_banner .content.view3 .number{
    font-size: 312px;
    line-height: 300px;
    z-index: 9;
    position: relative;
}
.choose_banner .content.view3 .big{
    font-size: 149px;
    line-height: 150px;
}
.choose_banner .content.view3 span{
    /*font-size: 140px;*/
    font-family: 'BebasNeue', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.choose_banner .content.view3 .green_bg{
    height: 170px;
    width: 735px;
    background: #6BB97F;
    position: absolute;
    bottom: 181px;
    left: 129px;
    mix-blend-mode: color;
    z-index: 9;
}

.choose_banner .content.view3 .main_text{
    font-size: 39px;
    position: absolute;
    line-height: 1.2;
    text-align: right;
    left: 584px;
    top: 219px;
    z-index: 99;
}
.choose_banner .content.view3 .text{
    margin-left: 0;
    display: block;
}
.choose_banner .nav_choosen_banner .block.bg1{
    background-image: url(../_i/banner3.jpg);
    background-position: center;
    background-size: cover;
    background-color: transparent;
}
.choose_banner .nav_choosen_banner .block.bg2{
    background-image: url(../_i/banner3.1.jpg);
    background-position: center;
    background-size: cover;
    background-color: transparent;
}
.choose_banner .nav_choosen_banner .block.bg3{
    background-image: url(../_i/banner3.2.jpg);
    background-position: center;
    background-size: cover;
    background-color: transparent;
    margin-bottom: 0!important;
}
.choose_banner .nav_choosen_banner .block{
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 20px;
    margin-bottom: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 25px;
    cursor: pointer;
    opacity: 1;
    margin-bottom: 35px!important;
    flex-wrap: wrap;
}

.choose_banner .nav_choosen_banner .block > *{
    z-index: 9;
    position: relative;
}

.choose_banner .nav_choosen_banner .block .number{
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    display: block;
    width: 100%;
    font-weight: 700;
}
.choose_banner .nav_choosen_banner .block span{
    font-size: 24px;
    font-family: 'BebasNeue', sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 400;
}
.choose_banner .nav_choosen_banner .block:after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000;
    opacity: .5;
    top: 0;
    left: 0; 
}
.choose_banner .nav_choosen_banner .block.swiper-pagination-bullet-active:after{
    background: #6BB97F;
    opacity: .68;
}
.choose_banner .nav_choosen_banner .swiper-pagination{
    width: 210px;
    left: auto;
    right: 4%;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.choose_banner .nav_choosen_banner .circle__spinner{
    opacity: 0;
}
.choose_banner .nav_choosen_banner .swiper-pagination-bullet-active .circle__spinner {
    width: 135%;
    height: 135%;
    display: block;
    opacity: 1;
    position: absolute;
    overflow: visible;
}
.choose_banner .nav_choosen_banner .swiper-pagination-bullet-active .circle__spinner .path {
    r: 27;
    stroke: #fff;
    stroke-linecap: round;
    animation: dash 6s linear infinite;
}
  
  @keyframes dash {
    0% {
      stroke-dasharray: 1, 180;
      stroke-dashoffset: 0;
    }
    
    100% {
      stroke-dasharray: 170, 130;
      stroke-dashoffset: 0;
    }
  }

.infrastructure{
    padding: 240px 0px;
    padding-bottom: 95px;
}
.infrastructure .info{
    display: flex;
    justify-content: space-between;
}
.infrastructure .info .left_block{
    width: 52%;
}
.infrastructure .info .left_block h3{
    font-family: 'BebasNeue', sans-serif;
    color:#fff;
    text-transform: uppercase;
    font-size: 72px;
    line-height: 90px;
    margin: 0;
    font-weight: 400;
}
.infrastructure .info .right_block{
    width: 45%;
    display: flex;
    justify-content: space-between;
}
.infrastructure .info .inner{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.infrastructure .info .inner .block{
    width: 45%;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    opacity: 0;
    transition: all 1.5s;
}
@keyframes fdsseq { 
    100% { opacity: 1; transition: all 1.5s;}
}
.infrastructure .info .inner.animate .block{
    animation: fdsseq 1s forwards;
}
.infrastructure .info .inner.animate .block:nth-child(1){
    animation-delay: .3s;
}
.infrastructure .info .inner.animate .block:nth-child(2){
    animation-delay: .6s;
}
.infrastructure .info .inner.animate .block:nth-child(3){
    animation-delay: .9s;
}
.infrastructure .info .inner.animate .block:nth-child(4){
    animation-delay: 1.2s;
}
.infrastructure .info .inner.animate .block:nth-child(5){
    animation-delay: 1.5s;
}
.infrastructure .info .inner.animate .block:nth-child(6){
    animation-delay: 1.8s;
}
.infrastructure .info .inner .block .img{
    background: #313131;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}
.infrastructure .info .inner .block span{
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
.choose_banner .js_circle_move{
    z-index: 9;
}
.office .js_circle_move .pulse-ring {
    content: '';
    width: 400px;
    height: 400px;
    /* border: 2px dotted rgba(255,255,255,.35); */
    border-radius: 50%;
    position: absolute;
    top: -90px;
    left: -90px;
    animation: pulsate infinite 1.5s;
    animation-delay:1.5s;
    background: url(../_i/_icon/ring.png)no-repeat center;
    background-size: cover;
}

.office .container{
    overflow: hidden;
}
.office{
    background: #3D7A4C;
    padding-bottom: 150px;
    margin-top: -1px;
}
.office.light{
    background: #6bb97f;
}
.office .office_content{
    display: flex;
    justify-content: space-between;
    opacity: 0;
}
.office .office_content .left{
    width: 50%;
    background: #313131;
    padding: 50px 60px;
    position: relative;
}
.office .office_content .left h3{
    text-transform: uppercase;
    color: #fff;
    font-size: 92px;
    line-height: 95px;
    margin-bottom: 0;
    padding-bottom: 40px;
    position: relative;
    font-family: 'BebasNeue-Light', sans-serif;
    margin-top: 45px;
    font-weight: 300;
}
.office .office_content .left h3::after{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 40%;
    height: 1px;
    background: #fff;
    left: 0;
}
.office .office_content .right{
    width: 50%;
    position: relative;
    z-index: 9;
}
.office .office_content .right img{
    width: 100%;
    height: 100%;
    margin-left: -1px;
}
.office .office_content .left .shift{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
    margin-top: 40px;
}
.office .office_content .left .tel{
    color: #6BB97F;
    font-size: 62px;
    line-height: 75px;
    font-family: 'BebasNeue', sans-serif;
    font-weight: 400;
}
.office .office_content .left .tel:hover{
    text-decoration: none;
}
.office .office_content .js_circle_move{
    top: 50%;
    left: 32.5%;
    z-index: 9;
}
.office_content {
    position: relative;
}
.office .office_content .cost{
    border-radius: 50%;
    background: #6BB97F;
    font-size: 21px;
    font-family: 'Roboto-Light', sans-serif;
    color: #fff;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: all .4s;
    cursor: pointer;
    position: absolute;
    text-transform: uppercase;
    z-index: 99;
    top: 50%;
    left: 32.5%;
}
.office .office_content .cost:hover{
    background: #fff;
    color:#6BB97F;
}
.office .office_content .cost svg{
    margin-top: 10px;
}
.office .office_content .cost:hover path{
    fill: #6BB97F;
}
.slider_section{
    position: relative;
    overflow: hidden;
}
.slider_section .swiper-slide {
    display: block;
    width: auto;
    position: relative;
    min-height: 750px;
    width: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider_section .swiper-slide.swiper-slide-active{
    width: 75%;
    min-height: 750px;
}
.slider_section .swiper-slide img{
    margin-bottom: -5px;
    height: 750px
}
.slider_section .swiper-button-next{
    width: 12.5%;
    height: 175px;
    background: #fff;
    display: flex;
    align-items: center;
    bottom: 0;
    top: auto;
    margin: 0;
    right: 0;
    transition: all .4s;
    z-index: 999;
    border: 1px solid #CECECE;
    border-right: 0;
} 
.slider_section .swiper-button-next:hover{
    background: #6BB97F;
    transition: all .4s;
    border: 1px solid #6BB97F;
}
.slider_section .swiper-button-next:hover path{
    fill: #fff;
}
.slider_section .swiper-button-prev{
    width: 12.5%;
    height: 175px;
    background: #fff;
    display: flex;
    align-items: center;
    bottom: 0;
    top: auto;
    margin: 0;
    right: 12.5%;
    left: auto;
    transition: all .4s;
    z-index: 999;
    border: 1px solid #CECECE;
} 
.slider_section .swiper-button-prev svg{
    transform: rotate(180deg);
}
.slider_section .swiper-button-prev:hover{
    background: #6BB97F;
    transition: all .4s;
    border: 1px solid #6BB97F;
}
.slider_section .swiper-button-next:after, .slider_section .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.slider_section .swiper-button-prev:after, .slider_section .swiper-rtl .swiper-button-next:after{
    display: none;
}

.slider_section .swiper-button-next.swiper-button-disabled, .slider_section .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    background: #F3F3F3;
}
.slider_section .swiper-button-next.swiper-button-disabled svg{
    opacity: .4;
}
.slider_section .swiper-button-prev.swiper-button-disabled svg{
    opacity: .4;
}
.slider_section .swiper-pagination {
    display: none;
}

.slider_section .swiper-pagination-bullet{
    border: 1px solid #fff;
    opacity: 1;
    width: 15px;
    height: 15px;
    background: transparent;
    margin: 0px 5px;
}
.slider_section .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
}


.parking{
    min-height: 1000px;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.parking .container{
    position: relative;
    z-index: 9;

}
.parking h3{
    color: #fff;
    font-size: 200px;
    font-family: 'BebasNeue-Light', sans-serif;
    line-height: 180px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 300;
}
.parking:after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.parking .info_parking{
    display: flex;
    align-items: center;
    position: relative;
    width: 84%;
}
.parking .info_parking .more{
    font-size: 114px;
    line-height: 114px;
    font-weight: 300;
    color: #fff;
    margin-top: -85px;
}
.parking .info_parking .number{
    color: #fff;
    font-size: 633px;
    line-height: 455px;
    margin: 50px 0px;
    font-family: 'BebasNeue', sans-serif;
    position: relative;
    font-weight: 400;
    display: flex;
}
.parking .info_parking .number .zero{
    overflow: hidden;
    border-radius: 255px;
    display: inline-block;
    position: relative;
    margin-top: 0px;
    line-height: 450px;
    margin-bottom: 4px;
}
.parking .info_parking .car_text{
    color: #fff;
    font-size: 114px;
    line-height: 114px;
    font-weight: 300;
    margin-left: 40px;
}
.parking .info_parking .move_car {
    position: absolute;
    right: 28%;
    bottom: 14%;
    animation-duration: 5s;
}
.parking .info_parking .move_car img{
    width: 75%;
}
.parking .main_text::after{
    content: "";
    position: absolute;
    width: 50%;
    top: 0;
    background: #6BB97F;
    height: 5px;
}
.parking .main_text{
    position: absolute;
    right: 57px;
    top: 7px;
    padding-top: 50px;
    max-width: 400px;
}
.parking .main_text p{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 25px;
}
.parking .green_bg{
    width: 520px;
    background: #6BB97F;
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 9;
    mix-blend-mode: color;
}
.parking .js_circle_move{
    z-index: 99;
}
section{
    overflow: hidden;
}
.map_block{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.map_block .left{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 255px 0px;
    width: 50%;
    padding-bottom: 195px;
}

.map_block .left .title_block .gray{
    font-size: 200px;
    color: #000;
    line-height: 150px;
    font-family: 'BebasNeue-Light', sans-serif;
    font-weight: 300;
}
.map_block .left .title_block span{
    font-size: 200px;
    color: #6BB97F;
    line-height: 200px;
    font-family: 'BebasNeue-Light', sans-serif;
    display: block;
    font-weight: 300;
}

.map_block .left.title{
    margin-bottom: 50px;
}
.map_block .left p{
    font-size: 24px;
    line-height: 32px;
    margin-top: 50px;
}

.map_block .right{
    width: 50%;
    position: relative;
}
#map_big .ymaps-2-1-79-controls-pane{
    top: 33vh!important;
}
.map_block .right #map{
    width: 100%;
    height: 88%;
}
.map_block .right .bottom{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
.map_block .right .bottom .left_block{
    background: #6BB97F;
    padding: 85px 100px;
    width: 100%;

}
.map_block .right .bottom .left_block p{
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    max-width: 100%;
}
.map_block .right .bottom .left_block .img{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 40px;
}
.map_block .right .bottom .bigger_map{
    background: #000;
    width: 22%;
    height: 130px;
    padding: 25px 25px;
}
.map_block .right .bottom .bigger_map a{
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.map_block .right .bottom .bigger_map a img{
    margin-bottom: 15px;
}
.map_block .right .bottom .bigger_map span{
    text-transform: uppercase;
    font-size: 8px;
    display: block;
    width: 100%;
    margin-top: 0px;
    text-align: center;
}
.map_block .map_block #map{
    width: 100%;
    height: 100%;
}
.map_block .left .location{
    color: #B4B4B4;
    text-transform: uppercase;
    font-size: 33px;
    position: absolute;
    transform: rotate(-90deg);
    right: -65px;
    top: 15px;
}

.slideUp{
    animation: slideUp 3s infinite ease;
    visibility: visible !important;         
}
 
@keyframes slideUp {
    0% {
        transform: translateY(60%);
    }
    
    100% {
        transform: translateY(-80%);
    }   
}
.section_scroll_text .scroll_text{
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -2px;
}

.section_scroll_text{
    position: relative;
    background: #313131;
    padding: 60px 0px;
    overflow: hidden;
    height: 340px;
    margin-top: -1px;
}
.section2:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#999999+0,313131+100&0.15+0,1+100 */
    background: -moz-linear-gradient(top,  transparent 0%, rgba(49,49,49,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  transparent 0%,rgba(49,49,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%,rgba(49,49,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#313131',GradientType=0 ); /* IE6-9 */

}
.section_scroll_text .top{
    display: flex;
    width: 160%;
    margin-bottom: 25px;
}
.section_scroll_text .bottom{
    left: 200px;
    position: relative;
    width: 200%;
}
.section_scroll_text .bottom a{
    margin: 0px 60px;
}
.section_scroll_text a{
    font-size: 90px;
    margin: 0px 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'BebasNeue', sans-serif;
    font-weight: 400;
}
.section_scroll_text a:hover{
    color: #6BB97F;

}
.section_scroll_text a.border{
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

.section_scroll_text a.border:hover{
    -webkit-text-stroke: 3px #6BB97F;
}

.section.error{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section.error:after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section.error .container{
    text-align: center;
}
.section.error h2{
    color: #fff;
    font-size: 118px;
    text-transform: uppercase;
    font-family: 'BebasNeue-Light', sans-serif;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 300;
}
.section.error p{
    font-size: 22px;
    line-height: 29px;
    color: #fff;
}
.section.error .btn{
    display: inline-block;
    letter-spacing: 0;
    padding: 23px 44px;
    margin-top: 40px;
}
.page.error_page footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: transparent;
}
.page.error_page header{
    opacity: 1;
    padding: 30px 50px;
}
.overflow header.open_menu.opacity{
    padding: 80px 50px;
    padding-bottom: 0;
}
.page.main_page header{
    background: transparent;
}
.page.main_page header.fixed{
    background: #313131;
}
.page.main_page header.opacity {
    opacity: 1;
    padding: 80px 50px;
}

.page.main_page header.open_menu{
    padding-bottom: 0;
}
header.open_menu .hidden_block .bottom{
    bottom: 0;
}
.page header.opacity.fixed{
    padding: 12.5px 50px;
}
.page header.opacity.fixed .logo{
    width: 170px;
    transition: all .4s;
}
.page header.opacity.fixed.open_menu .logo{
    width: auto;
}

.overflow header.open_menu .logo{
    width: auto;  
}
.page header.opacity {
    opacity: 1;
    padding: 30px 50px;
}
.page.main_page .wrapper{
    padding-top: 0;
}
.page header{
    background: #313131;
}
.page .wrapper{
    padding-top: 110px;
    overflow: hidden;
}

.characteristic{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 50px;
}
.characteristic h2{
    color: #fff;
    font-size: 160px;
    text-transform: uppercase;
    font-family: 'BebasNeue-Light', sans-serif;
    margin-bottom: 50px;
    margin-top: 0;
    font-weight: 300;
}

.characteristic .top_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 80px;

}
.characteristic .top_title .left{
    width: 62%;
}
.characteristic .top_title .right{
    width: 38%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: 390px;
}

.characteristic .top_title .right .js_circle_move {
    position: absolute;
    top: 0;
    left: auto;
    transform: none;
}
.characteristic .top_title p{
    font-size: 36px;
    line-height: 43px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'BebasNeue', sans-serif;
    font-weight: 400;
}

.characteristic .top_title .right .know_price{
    width: 385px;
    height: 385px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
}
.characteristic .top_title .right .know_price:hover{
    text-decoration: none;
}
.characteristic .top_title .right .know_price:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
}
.characteristic .top_title .right .know_price span{
    position: relative;
    z-index: 9;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.characteristic .top_title .right .know_price svg{
    position: relative;
    z-index: 9;
}
.characteristic_items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px;
    align-items:stretch;
}
.characteristic_items .item{
    width: 32%;
    padding: 70px 60px;
    background: #fff;
    border: 1px solid #fff;
    min-height: 380px;
    margin-bottom: 20px;
    position: relative;
    transition: all .4s;
    opacity: 0;
}
@keyframes fdsseq { 
    100% { opacity: 1; transition: all 1.5s;}
}
.characteristic_items.animate .item{
    animation: fdsseq 1s forwards;
}
.characteristic_items.animate .item:nth-child(1){
    animation-delay: .3s;
}
.characteristic_items.animate .item:nth-child(2){
    animation-delay: .6s;
}
.characteristic_items.animate .item:nth-child(3){
    animation-delay: .9s;
}
.characteristic_items.animate .item:nth-child(4){
    animation-delay: 1.2s;
}
.characteristic_items.animate .item:nth-child(5){
    animation-delay: 1.5s;
}
.characteristic_items.animate .item:nth-child(6){
    animation-delay: 1.8s;
}
.characteristic_items .item:hover{
    cursor: pointer;
    background: transparent;
    color: #fff;
    transition: all .4s;
}
.characteristic_items .item:hover path{
    fill: #fff;
}
.characteristic_items .item h3{
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 15px;
}
.characteristic_items .item p{
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
}
.characteristic_items .item .img{
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.characteristic_items .item .inner{
    margin-bottom: 5px;
}
.characteristic_items .item .inner span{
    font-size: 20px;
    line-height: 26px;
    display: block;
    margin-bottom: 5px;
}
.characteristic_items .item .inner p{
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
}
.characteristic_items .item .w-2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.characteristic_items .item .w-2 .inner{
    width: 48%;
}
.breadcrumbs {
    width: 100%;
}
.breadcrumbs a{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 16px;
    padding-right: 20px;
    text-decoration: underline;
    transition: all .4s;
}
.breadcrumbs a:hover{
    text-decoration: none;
    color: #fff;
    transition: all .4s;
}
.breadcrumbs span{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 16px;
    padding-right: 20px;
    padding-left: 35px;
    position: relative;
}
.breadcrumbs span:after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../_i/_icon/arrow_icon.png)no-repeat center;
    left: 0;
    top: 0;
}
.list_shop{
    background: #6BB97F;
}
.list_shop .list_content{
    background: #fff;
    padding: 40px 65px;
    padding-bottom: 40px;
}
.list_shop .list_content .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.list_shop .list_content h2{
    font-size: 72px;
    font-family: 'BebasNeue', sans-serif;
    color: #000;
    padding-right: 87px;
    position: relative;
    display: inline-block;
    margin-top: 45px;
    font-weight: 400;
}
.list_shop .list_content h2 .number{
    color: #fff;
    background: #6BB97F;
    font-size: 34px;
    width: 68px;
    height: 60px;
    border-radius: 32px;
    position: absolute;
    right: 0;
    top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_shop .list_item{
    width: 79%;
}
.list_shop .side_bar{
    width: 18%;
    background: #fff;
    border-radius: 6px;
    padding: 30px 30px;
    box-shadow: 5px 5px 35px 0px #00000038;
}
.list_shop .side_bar a{
    display: block;
    color: #757575;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
    font-family: 'Roboto-Regular', sans-serif;
}
.list_shop .side_bar a:hover{
    text-decoration: none;
}
.list_shop .side_bar a::after{
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    width: 15px;
    height: 10px;
    background: #6BB97F;
    display: none;
}
.list_shop .side_bar a.active::after{
    display: block;
}
.list_shop .side_bar a.active{
    color: #000;
}
.list_shop .side_bar a:hover{
    color: #6BB97F;
}
.list_shop .side_bar a .number{
    color: #fff;
    background: #6BB97F;
    padding: 2px 10px;
    font-size: 12px;
    text-shadow: none;
    border-radius: 25px
}


.list_shop .list_item{
    display: flex;
    flex-wrap: wrap;
    color: #000;
}
.list_shop .list_item .item{
    width: 23%;
    margin-bottom: 50px;
    margin-right: 25px;
}
.list_shop .list_item .item:nth-child(4n-4){
    margin-right: 0;
}

.list_shop .list_item .item .img{
    border: 1px solid #E3E1E1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 15px 15px;
    min-height: 200px;
}
.list_shop .list_item .item .img .floor{
    border-radius: 32px;
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
    position: absolute;
    background: #6BB97F;
    top: 10px;
    right: 25px;
}
.list_shop .list_item .item .description{
    margin-top: 20px;
}
.list_shop .list_item .item .description p{
    margin-bottom: 0;
    color: #000;
}
.list_shop .list_item .item .description .name{
    font-size: 17px;
    display: block;
    color: #000;
    font-weight: 500;
    font-family: 'Roboto-Regular', sans-serif;
}
.list_shop .list_item .item:hover{
    text-decoration: none;
}

.tabs .tab{
    display: none;
}
.tabs .tab.active{
    display: block;
}
.rent_section h2.title{
    color: #fff;
    font-size: 160px;
    font-family: 'BebasNeue-Light', sans-serif;
    margin-top: 65px;
    margin-bottom: 40px;
    font-weight: 300;
}
.rent_section .floor_nav{
    z-index: 999;
}
.rent_section .floor_nav .floor{
    margin-bottom: 30px;
    display: inline-block;
}
.rent_section .build_map_tab{
    z-index: 8;
    position: relative;
}
.rent_section .tab-nav ul{
    display: flex;
    align-items: center;
    padding: 0;

}
.rent_section .tab-nav ul li{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    background: #6BB97F;
    border: 1px solid #fff;
    border-radius: 160px;
    list-style: none;
    padding: 23px 78px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}
.rent_section .tab-nav ul li.hover:hover{
    background: #3D7A4C;
}
.rent_section .tab-nav ul li.hover .hidden_block{
    font-size: 15px;
    color: #000;
    line-height: 18px;
    position: absolute;
    background: #fff;
    padding: 10px 20px;
    width: 140px;
    box-shadow: 5px 5px 35px #00000038;
    border-radius: 5px;
    top: -42px;
    right: 3px;
    opacity: 0;
    transition: all .4s;
}
.rent_section .tab-nav ul li.hover:hover .hidden_block{
    opacity: 1;
    transition: all .4s;
}
.rent_section .tab-nav ul li.hover .hidden_block:after{
    content: "";
    position: absolute;
    border: 7px solid transparent;
    border-top: 7px solid #fff;
    bottom: -11px;
    left: 21px;
}
.rent_section .tab-nav ul li.active{
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}
.build_one img{
    width: 100%;
    max-width: 1450px;
}

.rent_section .build_map{
    position: relative;
    margin-top: 70px;
    width: 1588px;
    z-index: 9999;
}
.rent_section .build_map .item{
    position: absolute;
    cursor: pointer;
}
.rent_section .build_map .item .inf{
    font-size: 13px;
    color: #000;
    background: #fff;
    border-radius: 32px;
    padding: 8px 11px;
    position: absolute;
    display: flex;
    min-width: 80px;
    text-align: center;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.arrow_i{
    width: 10px;
    height: 10px;
    background: url(../_i/build/arrow.svg)no-repeat center;
    position: absolute;
}
.rent_section{
    overflow: visible;
}
.rent_section .build_map .item:hover path{
    fill: #316439;
}
.rent_section .build_map .item path{
    stroke: #fff;
    stroke-miterlimit:10;
    stroke-width:1;
}

.rent_section .build_map .item .info_block{
    display: none;
    background: #313131;
    border-radius: 16px;
    padding: 30px 30px;
    width: 260px;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translateX(-50%);
    z-index: 9;
}
.rent_section .build_map .item:hover .info_block{
    display: block;
    visibility: visible;
}
.rent_section .build_map .cont{
    position: relative;
    z-index: 8;
}
.rent_section .build_map .info_block .top{
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
}
.rent_section .build_map .info_block .top{
}
.rent_section .build_map .info_block .top span{
    font-size: 17px;
    color: #fff;
}
.rent_section .build_map .info_block .top .number{
    color: #fff;
    font-family: 'BebasNeue', sans-serif;
    font-size: 53px;
    line-height: 48px;
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}
.rent_section .build_map .info_block .bottom {
    padding-top: 10px;
}
.rent_section .build_map .info_block .bottom .price{
    display: flex;
    flex-wrap: wrap;
}
.rent_section .build_map .info_block .bottom .price span{
    color: #6BB97F;
    font-size: 53px;
    font-weight: 400;
    font-family: 'BebasNeue', sans-serif;
}
.rent_section .build_map .info_block .bottom .price span.small{
    font-size: 22px;
    margin-top: 4px;
    margin-left: 10px;
}
.rent_section .build_map .info_block .bottom span{
    color: #fff;
    font-size: 17px;
}
.rent_section .build_map .info_block .bottom a{
    width: 195px;
    height: 45px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    background: #6BB97F;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 23px;
}
.rent_section .build_map .info_block .bottom a:hover{
    background: #fff;
    color: #6BB97F;
}
.rent_section .build_one .item.item1{
    top: 11px;
    left: 158px;
}

.rent_section .build_one .item.item1 .inf{
    top: 25%;
    left: 50%;
}
.rent_section .build_one .item.item1 svg{
    width: 648px;
}
.rent_section .build_one .item.item1 .arrow1{
    right: -8px;
    bottom: 57px;
}
.rent_section .build_one .item.item1 .arrow2{
    left: -8px;
    bottom: 71px;
    transform: rotate(180deg);
}
.rent_section .build_one .item.item1 .arrow3{
    left: -8px;
    bottom: 126px;
    transform: rotate(180deg);
}

.rent_section .build_one .item.item2 {
    top: 15%;
    left: 49%;
}
.rent_section .build_one .item.item2 .inf{
    width: 70px;
    top: 10px;
    left: -20px;
    transform: none;
}

.rent_section .build_one .item.item3 {
    bottom: 17.2%;
    left: 15.7%;
}
.rent_section .build_one .item.item3 .arrow1 {

    top: 15px;
    right: -4px;
}
.rent_section .build_one .item.item4 {
    bottom: 17.2%;
    left: 9.7%;
}
.rent_section .build_one .item.item4 .arrow1 {
    transform: rotate(180deg);
    top: 15px;
    left: -4px;
}


.rent_section .build_one .item.item5 {
    bottom: 32.2%;
    left: 15.7%;
}
.rent_section .build_one .item.item5 .arrow1 {
    bottom: 15px;
    right: -4px;
}
.rent_section .build_one .item.item6 {
    bottom: 32.2%;
    left: 9.7%;
}
.rent_section .build_one .item.item6 .arrow1 {
    transform: rotate(180deg);
    bottom: 15px;
    left: -4px;
}

.rent_section .build_one .item.item7 {
    bottom: 44.4%;
    left: 14.5%;
}
.rent_section .build_one .item.item7 .inf{
    top: auto;
    bottom: 10px;
    right: 18px;
    left: auto;
    transform: none;
    padding: 6px 7px;
}
.rent_section .build_one .item.item7 .arrow1 {
    bottom: 18px;
    right: -4px;
}
.rent_section .build_one .item.item7 .arrow2 {
    bottom: 50px;
    right: -4px;
}
.rent_section .build_one .item.item8 {
    bottom: 44.4%;
    left: 9.7%;
}
.rent_section .build_one .item.item8 .inf{
    min-width: 61px;
    padding: 8px 7px;
}
.rent_section .build_one .item.item8 .arrow1 {
    transform: rotate(180deg);
    bottom: 52px;
    left: -4px;
}

.rent_section .build_one .item.item9 {
    top: 31.2%;
    left: 15.7%;
}
.rent_section .build_one .item.item9 .arrow1 {
    bottom: 15px;
    right: -4px;
}
.rent_section .build_one .item.item10 {
    top: 31.2%;
    left: 9.7%;
}
.rent_section .build_one .item.item10 .arrow1 {
    transform: rotate(180deg);
    bottom: 15px;
    left: -4px;
}


.rent_section .build_one .item.item11 {
    bottom: 9.2%;
    right: 24.6%;
}
.rent_section .build_one .item.item11 .arrow1 {
    bottom: 96px;
    right: 4px;
    transform: rotate(20deg);
}

.rent_section .build_one .item.item12 {
    bottom: 14%;
    right: 30%;
}
.rent_section .build_one .item.item12 .arrow1 {
    bottom: 60px;
    left: 4px;
    transform: rotate(205deg);
}

.rent_section .build_one .item.item13 {
    bottom: 28%;
    right: 22.7%;
}
.rent_section .build_one .item.item13 .arrow1 {
    bottom: 17px;
    right: 16px;
    transform: rotate(20deg);
}


.rent_section .build_one .item.item14 {
    bottom: 39.5%;
    right: 20.7%;
}
.rent_section .build_one .item.item14 .arrow1 {
    bottom: 52px;
    right: 3px;
    transform: rotate(20deg);
}

.rent_section .build_one .item.item15 {
    bottom: 51.1%;
    right: 18.8%;
}
.rent_section .build_one .item.item15 .arrow1 {
    bottom: 18px;
    right: 17px;
    transform: rotate(20deg);
}


.rent_section .build_one .item.item16 {
    bottom: 34.6%;
    right: 26.5%;
}
.rent_section .build_one .item.item16 .arrow1 {
    bottom: 45px;
    left: 3px;
    transform: rotate(205deg);
}

.rent_section .build_one .item.item17 {
    top: 22.3%;
    right: 17%;
}
.rent_section .build_one .item.item17 svg{
    width: 100px;
}
.rent_section .build_one .item.item17 .arrow1 {
    bottom: 21px;
    right: 14px;
    transform: rotate(20deg);
}


.rent_section .build_one .item.item18 {
    top: 17.4%;
    right: 21.2%;
}
.rent_section .build_one .item.item18 .arrow1 {
    top: 14px;
    left: 98px;
    transform: rotate(-67deg);
}

.rent_section .build_one .item.item19 {
    top: 10.4%;
    right: 28.3%;
}
.rent_section .build_one .item.item19 .arrow1 {
    bottom: 22px;
    left: 14px;
    transform: rotate(115deg);
}

.rent_section .build_one .item.item20 {
    top: 14.6%;
    right: 34.5%;
}
.rent_section .build_one .item.item20 .inf{
    padding: 3px 6px;
    min-width: 65px;
}
.rent_section .build_one .item.item20 .arrow1 {
    bottom: 8px;
    left: 45px;
    transform: rotate(115deg);
}

.rent_section .build_one .item.item21 {
    top: 17.6%;
    right: 40.5%;
}
.rent_section .build_one .item.item21 .arrow1 {
    top: 2px;
    left: -4px;
    transform: rotate(180deg);
}
.rent_section .build_one .item.item21 .inf {
    min-width: 60px;
    padding: 1px 5px;
    top: 43%;
}

.rent_section .build_one .item.item22 {
    bottom: 79%;
    right: 39%;
}
.rent_section .build_one .item.item22 .inf{
    min-width: 67px;
    padding: 5px 5px;
}
.rent_section .build_one .item.item22 .arrow1 {
    bottom: 45px;
    left: 3px;
    transform: rotate(205deg);
}

.rent_section .build_one .item.item23 {
    top: 20%;
    right: 44.9%;
}
.rent_section .build_one .item.item23 .arrow1 {
    bottom: 46px;
    left: -4px;
    transform: rotate(180deg);
}
.rent_section .build_one .item.item23 .inf {
    min-width: 62px;
    padding: 1px 5px;
    top: 80%;
}


.rent_section .build_two .item.item1 {
    bottom: 17.3%;
    left: 14.6%;
}
.rent_section .build_two .item.item1 .arrow1 {
    top: -5px;
    left: 82px;
    transform: rotate(270deg);
}

.rent_section .build_two .item.item2 {
    bottom: 17.3%;
    left: 9.6%;
}
.rent_section .build_two .item.item2 .inf{
    top: 30%;
}
.rent_section .build_two .item.item2 .arrow1 {
    top: 41px;
    right: -4px;
}


.rent_section .build_two .item.item3 {
    top: 1.5%;
    left: 9.6%;
}
.rent_section .build_two .item.item3 svg{
    height: 265px;
}
.rent_section .build_two .item.item3 .arrow1 {
    top: 38px;
    right: 50px;
    transform: rotate(-90deg);
}
.rent_section .build_two .item.item3 .arrow2 {
    top: 177px;
    right: 27px;
}
.rent_section .build_two .item.item3 .arrow3 {
    bottom: 10px;
    left: 42px;
    transform: rotate(90deg);
}

.rent_section .build_two .item.item4 {
    top: 3.5%;
    left: 22.2%;
}
.rent_section .build_two .item.item4 .inf{
    top: 32%;
    min-width: 68px;
}
.rent_section .build_two .item.item4 .arrow1 {
    bottom: 0;
    right: 15px;
    transform: rotate(90deg);
}

.rent_section .build_two .item.item5 {
    top: 3.5%;
    left: 27.2%;
}
.rent_section .build_two .item.item5 .inf{
    padding: 8px 7px;
    min-width: 70px;
}
.rent_section .build_two .item.item5 .arrow1 {
    bottom: 0;
    right: 32px;
    transform: rotate(90deg);
}

.rent_section .build_two .item.item6 {
    top: 3.5%;
    left: 32.2%;
}
.rent_section .build_two .item.item6 .inf{
    padding: 8px 7px;
    min-width: 70px;
}
.rent_section .build_two .item.item6 .arrow1 {
    bottom: 0;
    right: 32px;
    transform: rotate(90deg);
}

.rent_section .build_two .item.item7 {
    top: 3.5%;
    left: 37.2%;
}
.rent_section .build_two .item.item7 .inf{
    padding: 8px 7px;
    min-width: 70px;
}
.rent_section .build_two .item.item7 .arrow1 {
    bottom: 0;
    right: 32px;
    transform: rotate(90deg);
}

.rent_section .build_two .item.item8 {
    top: 3.5%;
    left: 42.2%;
}
.rent_section .build_two .item.item8 .inf{
    top: 30%;
}
.rent_section .build_two .item.item8 .arrow1 {
    bottom: 0;
    right: 87px;
    transform: rotate(90deg);
}
.rent_section .build_two .item.item9 {
    top: 10.6%;
    left: 47.3%;
}
.rent_section .build_two .item.item9 .arrow1 {
    bottom: 0;
    right: 87px;
    transform: rotate(90deg);
}

.rent_section .build_two .item.item10 {
    bottom: 9.6%;
    right: 22.8%;
}
.rent_section .build_two .item.item10 .arrow1 {
    bottom: 128px;
    left: 72px;
    transform: rotate(-155deg);
}

.rent_section .build_two .item.item11 {
    bottom: 35.5%;
    right: 17.4%;
}
.rent_section .build_two .item.item11 svg{
    width: 279px;
}
.rent_section .build_two .item.item11 .arrow1 {
    bottom: 154px;
    left: 47px;
    transform: rotate(-155deg);
}
.rent_section .build_two .item.item11 .arrow2 {
    bottom: 14px;
    left: 28px;
    transform: rotate(-242deg);
}

.rent_section .build_two .item.item12 {
    top: 18.2%;
    right: 30.8%;
}
.rent_section .build_two .item.item12 .inf{
    padding: 3px 4px;
    min-width: 61px;
}
.rent_section .build_two .item.item12 .arrow1 {
    bottom: 128px;
    left: 72px;
    transform: rotate(-155deg);
}

.rent_section .build_two .item.item13 {
    top: 10.8%;
    right: 28.1%;
}
.rent_section .build_two .item.item13 .inf{
    padding: 3px 4px;
    min-width: 61px;
}
.rent_section .build_two .item.item13 .arrow1 {
    bottom: 4px;
    left: 56px;
    transform: rotate(-245deg);
}

.rent_section .build_two .item.item14 {
    top: 6%;
    right: 32.9%;
}
.rent_section .build_two .item.item14 .arrow1 {
    bottom: 8px;
    left: 45px;
    transform: rotate(-245deg);
}

.rent_section .build_two .item.item15 {
    top: 1%;
    right: 37.5%;
}
.rent_section .build_two .item.item15 svg{
    width: 103px;
}
.rent_section .build_two .item.item15 .arrow1 {
    bottom: 11px;
    left: 30px;
    transform: rotate(-245deg);
}


.rent_section .inner_tabs .tab-nav{
    position: absolute;
    right: 0px;
    z-index: 999;
    text-align: center;
}
.rent_section .inner_tabs .tab-nav li{
    width: 95px;
    height: 95px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    margin-right: 0;
}
.rent_section .inner_tabs .tab-nav li.active span{
    color: #000;
}
.rent_section .inner_tabs .tab-nav li span{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rent_section  .inner_tabs .tab-nav ul {
    flex-direction: column;
    padding: 0;
}
.rent_section .inner_tabs .tab-nav span{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}
.rent_section{
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 50px;
}


.ymaps-layers-pane {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}

.ymaps-b-zoom__scale{
    display: none!important;
}
.ymaps-b-zoom__button_type_minus{
    background: none!important; 
}
.ymaps-b-form-button_theme_grey-sm, .ymaps-b-form-button_theme_grey-sm .ymaps-b-form-button__left, .ymaps-b-form-button_theme_grey-sm .ymaps-b-form-button__content{
    background: none!important;  
}
.ymaps-b-form-button_theme_grey-sm{
  background: none!important;  
}
.ymaps-b-form-button_theme_grey-sm .ymaps-b-form-button__content{
    background: none!important;  
}
.map_btn_wrapper{
    width: 55px; 
    height: 110px; 
    border-radius: 32px;
    box-shadow: 0px 3px 6px #00000038;
    display: flex; 
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.map_btn_wrapper #zoom-in,
.map_btn_wrapper #zoom-in2 {
    width: 100%;
    height: 50%;
    background: url(../_i/_icon/zoom_plus.png)no-repeat center;
    border-bottom: 1px solid #70707082;
    cursor: pointer;
    background-color: #fff;
    border-radius: 32px 32px 0px 0px;
    transition: all .4s;
}
.map_btn_wrapper #zoom-in:hover,
.map_btn_wrapper #zoom-in2:hover {
    background: url(../_i/_icon/zoom_plus_white.png)no-repeat center;
    background-color: #6BB97F;
    transition: all .4s;
}
.map_btn_wrapper #zoom-out,
.map_btn_wrapper #zoom-out2 {
    width: 100%;
    height: 50%;
    background: url(../_i/_icon/zoom_minus.png)no-repeat center;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0px 0px 32px 32px;
    transition: all .4s;
}
.map_btn_wrapper #zoom-out:hover,
.map_btn_wrapper #zoom-out2:hover {
    background: url(../_i/_icon/zoom_minus_white.png)no-repeat center;
    background-color: #6BB97F;
    transition: all .4s;
}
.ymaps-2-1-79-controls-pane{
    position: absolute;
    height: 63px!important;
    top: 143px!important;
}
.ymaps-2-1-79-controls__control{
    position: absolute!important;
    right: 46px!important;
}
.map_btn_wrapper{
    position: absolute;
    right: 0;
}
.sroll_text{
    display: flex;
    z-index: 99;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: none;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.sroll_text img{
    margin-left: 15px;
    margin-right: 15px;
    width: 35px;
}

.uk-container{
    padding: 0!important;
    margin: 0!important;
}

.marquee1, .marquee2 {
    position: relative;
    height: 127px;
    color: #fff;
}
.marquee1>div, .marquee2>div {
    white-space: nowrap;
    display: flex;
    text-transform: uppercase;
}

#preloader2 {
    /* visibility: hidden;
    opacity: 0; */
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.preloader2_center {
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 11;
    fill: #fff;
    opacity: 0;
    animation: op1 1s linear;
    animation-fill-mode: both;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.preloader2_center__decor {
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    opacity: 0.5;
    left: 50%;
    top: 50%;
}
.preloader2_center__decor:nth-child(1) {
    transform: skewY(26deg);
    width: 0vw;
    transform-origin: left;
    left: 93%;
    top: 76%;
    animation: preloader2_center__decor linear 1s forwards;
    animation-delay: 0.3s;
    position: absolute!important;
}
.preloader2_center__decor:nth-child(2) {
    transform: skewY(-26deg);
    width: 0vw;
    transform-origin: left;
    left: 93%;
    top: 24%;
    position: absolute!important;
    animation: preloader2_center__decor linear 1s forwards;
    animation-delay: 0.3s;
}
.preloader2_center__decor:nth-child(3) {
    transform: skewY(-26deg) rotateY(180deg);
    width: 0vw;
    transform-origin: left;
    left: 20px;
    top: 76%;
    position: absolute!important;
    animation: preloader2_center__decor linear 1s forwards;
    animation-delay: 0.3s;
}
.preloader2_center__decor:nth-child(4) {
    transform: skewY(26deg) rotateY(180deg);
    width: 0vw;
    transform-origin: left;
    left:20px;
    top: 24%;
    position: absolute!important;
    animation: preloader2_center__decor linear 1s forwards;
    animation-delay: 0.3s;
}

@keyframes preloader2_center__decor {
    0% {
        width: 0vw;
    }

    100% {
        width: 50vw;
    }
}


@keyframes preloader2centerbefore {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

@keyframes op1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.preloader2_center * {
    position: relative;
    z-index: 12;
}

.preloader2_center svg {
    width: 172px;
    position: relative;
    height: 37px;
    margin-top: 35px;
}

@-webkit-keyframes coin-rotate {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes coin-rotate {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.klademug {
    font-family: 'BebasNeue', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    animation: op1 1s linear;
    line-height: 1;
    margin-top: 21px;
    animation-fill-mode: both;
}
.preloader-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: #6BB97F;
    opacity: 1;
}

@keyframes preloader2backgroundanimate {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.preloader2-background {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    max-width: none;
    object-fit: cover;
}

.preloader2-background-container {
    background: transparent;
    animation-duration: 2s;
    animation-name: backgroundanimate;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-delay: 0s;
    border-radius: 50%;
  
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0px;
    will-change: transform;
    height: 0px;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
  
    /*transition: 3s;*/
}
/*.preloader2-background-container::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 60vw solid #6BB97F;
    animation-name: backgroundanimate2;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-fill-mode: both;
}*/
/*@keyframes backgroundanimate2 {
    0% {
       border-radius: 50%;
    }

    90% {
        border-radius: 50%;
    }
    95% {
        border-radius: 25%;
    }
    100% {
        border-radius: 0%;
    }
}*/

@media (orientation:landscape) {
    .preloader2-background-container {
        border: 70vw solid #6BB97F;
    }
    @keyframes backgroundanimate {
        0% {
            width: 0vw;
            height: 0vw;
        }
        80% {
            border-radius: 50%;
        }
        90% {
            border-radius: 40%;
        }
        95% {
            width: 95vw;
            height: 95vw;
            border-radius: 15%;
        }
        100% {
            border-radius: 0%;
            width: 100vw;
            height: 100vw;
        }
    }
}
@media (orientation:portrait) {
    .preloader2-background-container {
        border: 70vh solid #6BB97F;
    }
    @keyframes backgroundanimate {
        0% {
            width: 0vw;
            height: 0vh;
        }
        80% {
            border-radius: 50%;
        }
        90% {
            border-radius: 40%;
        }
        95% {
            width: 95vh;
            height: 95vh;
            border-radius: 15%;
        }
        100% {
            border-radius: 0%;
            width: 100vh;
            height: 100vh;
        }
    }
}

@keyframes blink {
    0% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}


.visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.hidden {
    visibility: hidden !important;
    opacity: 0 !important;
    -webkit-transition: visibility 1s, opacity 1s linear;
    -o-transition: visibility 1s, opacity 1s linear;
    transition: visibility 1s, opacity 1s linear
}
.popup.active.call_big_map{
    padding: 0;
    background: #fff;
}
.popup.call_big_map .content_popup{
    height: 100%;
    max-width: none;
    margin-right: 110px;
}
.popup.call_big_map .content_popup #map_big{
    width: 100%;
    height: 100%;
}
#map_big .ymaps-b-zoom_hints-pos_right {
    position: absolute!important;
    left: auto!important;
    right: 40px!important;
    top: 44vh!important;
}

.ymaps-2-1-79-ground-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.tariff {
    background: #313131;
    padding: 100px 0 117px;
    color: #fff;
}
.tariff-p1 {
    font-size: 145px;
    font-family: 'BebasNeue-Light', sans-serif;
    line-height: 1;
}
.tariff-p2 {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 25px;
}
.tariff-item {
    padding: 78px 58px 75px;
    position: relative;
}
.tariff-item svg {
    position: absolute;
    right: 56px;
    color: #5B5959;
    top: 45px;
}
.tariff-item:nth-child(2) {
   border-left: 1px solid #707070;
   border-right: 1px solid #707070;
}
.tariff-wrap {
    border: 1px solid #707070;
}
.tariff-p3 {
    font-size: 42px;
    color: #6bb97f;
    font-family: 'BebasNeue', sans-serif;
    font-weight: 400;
    margin-bottom: 16px;
}
.tariff-p4 {
    font-size: 22px;
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: 400;
}
.tariff-bottom .info_parking__link-rules {
    top: auto;
    left: auto;
    position: relative;
    margin: 60px auto 0;
    width: 365px;
}

.info_parking__bottom {
    display:flex;  flex-wrap:wrap; gap:20px;  justify-content: space-between;    margin: 60px 0 0;
}
.info_parking__bottom-text1 {
    font-weight:700;font-size:22px;display:flex; gap:20px;align-items: center;    fill: #6bb97f;line-height:1.2;
}