/* ======= Basic style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    background: #1F1F17;
    position: relative;
}
body.no-scroll{
    overflow: hidden;
}
.container{
    max-width: 1132px;
    padding: 0 10px;
    margin: 0 auto;
}

/* ======= Menu header style ======= */
.cappa-header {
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 900;
    width: 100%;
    padding-top: 40px;
}
.cappa-header .cappa-logo {
    line-height: 0;
    padding: 0;
    color: #fff;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.cappa-header .cappa-logo img {
    width: 160px;
}
.cappa-header .social li {
    display: inline-block;
}
.cappa-header .social li a {
    color: #fff;
    padding: 0 10px;
}
.cappa-header .heading {
    color: #fff;
}
.cappa-header.scrolled {
    position: fixed;
    padding: 25px 0;
    top: 0;
    background: #1b1b1b;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}
.cappa-header.scrolled .social {
    margin-top: 10px;
}
.cappa-header.scrolled .social li a {
    color: #fff;
}
.cappa-header.scrolled .cappa-logo {
    line-height: 1em;
    padding: 0;
    color: #fff;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.cappa-header.scrolled .cappa-nav-toggle {
    top: -1px !important;
}
.cappa-header.awake {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.cappa-header.sleep {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.cappa-nav-toggle {
    top: 3px !important;
}
.cappa-nav-toggle i,
.cappa-nav-toggle i:before,
.cappa-nav-toggle i:after {
    background: #AAAAAA !important;
}
.menu-header-half .cappa-nav-toggle i,
.menu-header-half .cappa-nav-toggle i:before,
.menu-header-half .cappa-nav-toggle i:after {
    background: #030404 !important;
}
.cappa-nav-toggle.active i,
.cappa-nav-toggle.active i:before,
.cappa-nav-toggle.active i:after {
    background: #AAAAAA !important;
}
.cappa-wrap-burger-wrap {
    display: none;
    position: relative;
    z-index: 1022;
}
.cappa-nav-toggle {
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: -15px;
    z-index: 109;
    display: block !important;
    float: right;
    right: 0;
    display: none;
    border-bottom: none !important;
}
.cappa-nav-toggle:hover i:before {
    top: -7px;
}
.cappa-nav-toggle:hover i:after {
    bottom: -7px;
}
.cappa-nav-toggle.active i {
    background: transparent !important;
}
.cappa-nav-toggle.active i:before {
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.cappa-nav-toggle.active i:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.cappa-nav-toggle:hover,
.cappa-nav-toggle:focus,
.cappa-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.cappa-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 20px;
    height: 1px;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #b19777;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.cappa-nav-toggle i:before,
.cappa-nav-toggle i:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #b19777;
    position: absolute;
    left: -10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.cappa-nav-toggle i:before {
    top: -6px;
}
.cappa-nav-toggle i:after {
    bottom: -6px;
}

/* ======= Menu style ======= */
.cappa-wrap {
    display: block;
    background:#1b1b1b;
    right: 0;
    z-index: 101;
    position: fixed;
    width: 340px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    bottom: 0;
    top: 0;
    -webkit-box-shadow: 0 -20px 20px -5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -20px 20px -5px rgba(0, 0, 0, 0.05);
    min-height: 300px;
    overflow: auto;
    padding: 0 40px;
    border: none;
    border-left: 1px solid rgba(255,255,255,0.03);
}
.cappa-wrap.cappa-wrap-show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.cappa-logo-wrap {
    position: relative;
    z-index: 1021;
}
.cappa-menu {}
.cappa-menu ul {
    position: relative;
    margin-top: 180px;
    margin-bottom: 30px;
    padding: 0;
}
.cappa-menu ul ul {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.cappa-menu ul li,
.cappa-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.cappa-menu ul li {
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #AAAAAA;
    text-decoration: none;
    position: relative;
}
.cappa-menu ul ul li {
    margin: 5px 0 0px 0;
    padding: 0 0 0px 0;
    list-style: none;
    border-bottom: none;
}

.cappa-menu ul li a {
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #AAAAAA;
    text-decoration: none;
    position: relative;
}
.cappa-menu ul li a {
    display: inline-block;
}
.cappa-menu ul li a:after {
    content: '';
    display: block;
    width: 0;
}
.cappa-menu ul li a:hover::after {
    width: 100%;
}
.cappa-menu ul li a.active {
    color: #aa8453;
}
.cappa-menu ul li a.active:after {
    height: 0px;
}
.cappa-menu ul ul {
    display: none;
}
.cappa-menu > ul > li > a {
    color: rgba(255,255,255,0.5);
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #AAAAAA;
    text-decoration: none;
    position: relative;
}
.cappa-menu > ul > li.open > a {
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #AAAAAA;
    text-decoration: none;
    position: relative;
}
.cappa-menu ul ul li a {
    color: rgba(255,255,255,0.5);
    padding: 5px 0 5px 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 12px;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #AAAAAA;
    text-decoration: none;
    position: relative;
}

.cappa-menu ul li:hover > a,
.cappa-menu ul li.open > a,
.cappa-menu ul li.active > a,
.cappa-menu ul ul li:hover > a,
.cappa-menu ul ul li.open > a,
.cappa-menu ul ul li.active > a {
    color: #aa8453;
}
.cappa-menu ul ul ul li a {
    margin-left: 30px;
    padding-top: 0;
}

.cappa-menu ul li a em,
.cappa-menu ul ul li a em {
    font-size: 10px;
    background-color: #aa8453;
    padding: 1px 6px;
    color: #fff;
    border-radius: 0;
    position: absolute;
    margin-left: 10px;
    top: 5px;
    font-style: normal;
}

.cappa-menu i {
    padding-left: 0;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.3);
}

.cappa-menu .active i {
    color: #aa8453;
}

/* navigation footer */
.cappa-menu-footer {
    position: relative;
    bottom: 30px;
    left: 0;
    padding: 90px 0 0 0;
    color: #999;
}
.cappa-menu-footer p {
    color: #999;
    margin: 0;
    font-size: 15px;
}
.cappa-menu-footer a {
    color: #aa8453;
}
.separator {
    width: 16%;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #b19777;
    margin: 10px 0;
}
@media screen and (max-width: 768px) {
    .cappa-wrap {
        width: 100%;
    }
    .cappa-menu-footer {

    }
}

/* ======= Header style ======= */
.menu-header{
    position: absolute;
    z-index: 1;
    max-width: 1132px;
    width: 100%;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 36px 0;
    border-bottom: 1px solid #1F1F17;
}
.menu-open .menu-header{
    z-index: 111;
}
.menu-header-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.menu-header-left, .menu-header-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.menu-header-logo{
    margin-right: 60px;
}
.menu-header-logo img{
    vertical-align: bottom;
}
.menu-header-left ul, .menu-header-right ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-header-left ul li, .menu-header-right ul li{
    margin-right: 24px;
}
.menu-header-left ul li:last-child, .menu-header-right ul li:last-child{
    margin-right: 0;
}
.menu-header-left ul li a{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #AAAAAA;
    text-decoration: none;
    position: relative;
}
.menu-header-half .menu-header-left ul li a{
    color: #F3F5F4;
}
.menu-header-left ul li a:after{
    position: absolute;
    content: '';
    bottom: -3px;
    height: 1px;
    background: #AAAAAA;
    width: 0;
    left: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.menu-header-left ul li a:hover:after{
    width: 100%;
}
.menu-header-right ul li a{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #AAAAAA;
    text-decoration: none;
    position: relative;
}
.menu-header-half .menu-header-right ul li a{
    color: #1F1F17;
}
.menu-header-right ul li a:after{
    position: absolute;
    content: '';
    bottom: -3px;
    height: 1px;
    background: #AAAAAA;
    width: 0;
    left: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.menu-header-half .menu-header-right ul li a:after{
    background: #030404;
}
.menu-header-right ul li a:hover:after{
    width: 100%;
}
.menu-header-lang{
    margin-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-open .menu-header-lang{
    display: none;
}
.menu-header-lang-img{
    width: 24px;
    height: 24px;
    background: url("../img/tabler_world1.svg") center center no-repeat;
    margin-right: 6px;
}
.menu-header-half .menu-header-lang-img{
    background: url("../img/tabler_world.svg") center center no-repeat;
}
.menu-header-lang select{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #AAAAAA;
    border: none;
    cursor: pointer;
    background: #1F1F17;
}
.menu-header-half .menu-header-lang select{
    background: #FCFBFD;
    color: #1F1F17;
}
.banner{
    padding-top: 232px;
    padding-bottom: 40px;
    position: relative;
}
.banner-half{
    background: -o-linear-gradient(left, #1F1F17 50%, #FCFBFD 50%, #FCFBFD 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1F1F17), color-stop(50%, #FCFBFD), color-stop(50%, #FCFBFD));
    background: linear-gradient(to right, #1F1F17 50%, #FCFBFD 50%, #FCFBFD 50%);
    overflow-x: hidden;
}
.banner-inner{
    padding-top: 210px;
    padding-bottom: 27px;
}
.banner.banner-contacts{
    padding-top: 192px;
    padding-bottom: 80px;
}
.banner-contacts-bg{
    background: url("../img/contacts-banner-bg.jpg") center center/cover no-repeat;
    padding-top: 98px;
}
.banner-contacts-bg:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 31, 23, 0.4);
    z-index: 0;
}
.banner-news-bg{
    background: url("../img/news-banner-bg.jpg") center center/cover no-repeat;
    padding-top: 98px;
    position: relative;
}
.banner-news-bg:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 31, 23, 0.4);
    z-index: 0;
}
.banner-investing-bg{
    background: url("../img/investing-banner-bg.jpg") center center/cover no-repeat;
    padding-top: 98px;
    position: relative;
}
.banner-investing-bg:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 31, 23, 0.4);
    z-index: 0;
}
.banner-uk-bg{
    background: url("../img/uk-banner-bg.jpg") center center/cover no-repeat;
    padding-top: 98px;
    position: relative;
}
.banner-uk-bg:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 31, 23, 0.4);
    z-index: 0;
}
.banner-post .banner-news-bg{
    padding-bottom: 300px;
}
.banner__content{
    position: relative;
}
.banner__subtitle{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 18px;
    color: #F9FF54;
    max-width: 544px;
    z-index: 1;
    position: relative;
}
.banner__content__subtitle-inner{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #F3F5F4;
    z-index: 1;
    position: relative;
}
.banner__content-image{
    margin-bottom: 16px;
    z-index: 1;
    position: relative;
}
.banner__content-title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: normal;
    color: #F3F5F4;
    z-index: 1;
    position: relative;
}
.banner__content-title-inner{
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 128px;
    line-height: 128px;
    color: #F9FF54;
    margin-top: 4px;
    z-index: 1;
    position: relative;
}
.banner__content-title-bot{
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner__content-title-img-left{
    display: inline-block;
    width: 105px;
    height: 105px;
    background: url("../img/main-banner-title-left.png") center center/cover no-repeat;
    z-index: 2;
    position: relative;
}
.banner__content-title-img-right{
    display: inline-block;
    width: 105px;
    height: 105px;
    background: url("../img/main-banner-title-right.png") center center/cover no-repeat;
    margin-left: -18px;
    margin-right: 30px;
    position: relative;
}
.banner__content-title-img-right-text{
    position: absolute;
    width: 82px;
    height: 53px;
    right: -3px;
    top: -8px;
    background: url("../img/main-banner-title-right-text.png") center center/cover no-repeat;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.banner__content-title-img-right:hover .banner__content-title-img-right-text{
    -webkit-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    transform: rotate(75deg);
    right: -23px;
    top: 30px;
}
.banner__content-link-inner{
    border: 1px solid #F3F5F4;
    border-radius: 8px;
    margin-top: 8px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #F3F5F4;
    z-index: 1;
    position: relative;
    width: 242px;
    height: 56px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.banner__content-link-inner svg{
    margin-right: 5px;
    margin-left: -15px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.banner__content-link-inner:hover{
    background: #F3F5F4;
    color: #030404;
}
.banner__content-link-inner:hover svg path{
    fill: #030404;
}
.banner__content-location-inner{
    margin-top: 32px;
    position: relative;
    z-index: 1;
}
.banner__content-location-inner-item{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #F3F5F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner__content-location-inner-item:not(:first-child){
    margin-top: 24px;
}
.banner__content-location-inner-item .banner-metro-icon{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url("../img/banner-location-metro-icon.svg") center center no-repeat;
}
.banner__content-location-inner-item .banner-loc-icon{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url("../img/banner-location-icon.svg") center center no-repeat;
}
.banner__content-image-big{
    display: none;
    position: absolute;
    /*bottom: 129px;*/
    /*left: 49.5%;*/
    bottom: -158px;
    right: -164px;
}
.banner-half .banner__content-image-big{
    display: block;
}
.banner-half.banner-inner .banner__content-image-big{
    z-index: 1;
    left: 48.5%;
    bottom: -340px;
}
.banner__content-black-bg{
    height: 179px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1F1F17;
}
.banner-contacts .banner__content-black-bg{
    height: 135px;
}
.banner__content-black-bg2{
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #1F1F17;
}
.banner-bottom{
    margin: 20px auto 0;
    max-width: 1336px;
    background: rgba(72, 71, 56, 0.20);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    border-radius: 8px;
    padding-top: 42px;
    padding-bottom: 42px;
}
.banner-bottom.banner-bottom-inner{
    margin-top: 159px;
    z-index: 1;
    position: relative;
    padding-top: 27px;
    padding-bottom: 26px;
}
.banner-bottom__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner-bottom-inner .banner-bottom__content{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner-bottom__text{
    max-width: 357px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #DBDBDB;
}
ol.banner-bottom__text li{
    list-style: decimal;
    list-style-position: inside;
}
.banner-bottom-inner .banner-bottom__text{
    color: #AAAAAA;
    max-width: 450px;
}
.banner-news .banner-bottom-inner .banner-bottom__text{
    max-width: 544px;
}
.banner-bottom__nums{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.banner-bottom__num{
    width: 168px;
    margin-left: 20px;
}
.banner-bottom-inner .banner-bottom__num{
    width: initial;
    margin-left: 0;
}
.banner-bottom__num-number{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 96px;
    color: #F3F5F4;
}
.banner-bottom-inner .banner-bottom__num-number{
    font-size: 128px;
    line-height: 128px;
}
.banner-bottom__num-text{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F3F5F4;
}
.banner-bottom-inner .banner-bottom__num-text{
    /*padding-left: 9px;*/
}
.banner-bottom__num-progress{
    display: block;
    border-radius: 120px;
    margin-top: 8px;
    width: 209px;
    height: 15px;
    border: 1px solid #F9FF54;
    border: none;
    position: relative;
    background: #AAA;
}
.banner-bottom__num-progress-line{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: #F9FF54;
    border-radius: 120px;
    border: 1px solid #F9FF54;
    display: inline-block;
}
.banner-bottom__arrow{
    background: #F9FF54;
    border-radius: 8px;
    width: 184px;
    height: 184px;
    background-image: url("../img/banner-bottom-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-bottom-inner .banner-bottom__arrow{
    /*margin-left: 168px;*/
}
.about{
    /*margin-top: 16px;*/
}
.about-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.about-block__left{
    width: 57.7%;
}
.about-block__topper{
    /*margin-top: 44px;*/
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F9FF54;
}
.about-block__title{
    /*margin-top: 8px;*/
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.about-block__title span{
    display: inline-block;
    margin-left: 94px;
}
.about-block__subtitle{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #DBDBDB;
    margin-top: 24px;
}
.about-block__text{
    margin-top: 43px;
    max-width: 516px;
}
.about-block__text h3{
    color: #F3F5F4;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 16px;
}
.about-block__text p{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #DBDBDB;
}
.about-block__text ul{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #DBDBDB;
    margin-bottom: 24px;
}
.about-block__text ul li{
    list-style: initial;
    list-style-position: inside;
}
.about-block__right{
    max-width: 356px;
    /*margin: 0 auto;*/
}
.about-block__image{
    text-align: center;
    width: 100%;
}
.about-block__image img{
    width: 100%;
}
.about-block__name{
    margin-top: 24px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #F3F5F4;
}
.about-block_position{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #F3F5F4;
}
.about-project{
    padding-top: 53px;
    padding-bottom: 88px;
}
.about-project-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-project-block__left{
    width: 50%;
}
.about-project-block__topper{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F9FF54;
}
.about-project-block__title{
    margin-top: 8px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.about-project-block__text{
    margin-top: 32px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #AAAAAA;
    max-width: 516px;
}
.about-project-block__ads{
    margin-top: 32px;
}
.about-project-block__ads li{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #F3F5F4;
    margin-bottom: 8px;
    position: relative;
    padding-left: 23px;
}
.about-project-block__ads li:last-child{
    margin-bottom: 0;
}
.about-project-block__ads li:before{
    position: absolute;
    content: '';
    width: 16px;
    height: 1px;
    background: #F9FF54;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-project-block__nums{
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about-project-block__num{
    margin-right: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.about-project-block__num:last-child{
    margin-right: 0;
}
.about-project-block__num-number{
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 64px;
    color: #F3F5F4;
}
.about-project-block__num-text{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #AAAAAA;
}
.project-map{
    background: url("../img/smart-concept-map.jpg") center center/cover no-repeat;
    position: relative;
}
.project-map:before{
    content: '';
    position: absolute;
    background: -o-linear-gradient(179.91deg, #484738 43.2%, rgba(72, 71, 56, 0) 81.1%);
    background: linear-gradient(270.09deg, #484738 43.2%, rgba(72, 71, 56, 0) 81.1%);
    width: 1072px;
    top: 0;
    bottom: 0;
    right: 0;
}
.project-map-block{
    padding: 134px 0;
    max-width: 262px;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.project-map-title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.project-map-text{
    margin-top: 16px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #CAC8B1;
}
.project-map-ads{
    margin-top: 20px;
}
.project-map-ads-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
}
.project-map-ads-item:last-child{
    margin-bottom: 0;
}
.project-map-ads-num{
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 64px;
    color: #F3F5F4;
}
.project-map-ads-text{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #CAC8B1;
}
.project-roof{
    padding-top: 80px;
}
.project-roof-title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.project-roof-text{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #AAAAAA;
    margin-top: 32px;
    max-width: 824px;
}
.project-roof-box{
    margin-top: 51px;
}
.project-roof-item img{
    border-radius: 10px;
    width: 100%;
}
.project-roof-slider .slick-list{
    border-radius: 10px;
}
.project-roof-slider .slick-prev{
    left: 15px;
    z-index: 1;
    width: 56px;
    height: 56px;
    background: url("../img/blog-slider-left.svg") center center no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.project-roof-slider .slick-prev:before{
    display: none;
}
.project-roof-slider .slick-next{
    right: 15px;
    z-index: 1;
    width: 56px;
    height: 56px;
    background: url("../img/blog-slider-right.svg") center center no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.project-roof-slider .slick-next:before{
    display: none;
}
.project-roof-slider .slick-dots{
    margin-top: 16px;
    position: initial;
}
.project-roof-slider .slick-dots li{
    width: 8px;
    height: 8px;
    margin: 0 2px;
}
.project-roof-slider .slick-dots li button{
    width: 8px;
    height: 8px;
    padding: 0;
}
.project-roof-slider .slick-dots li button:before{
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    border: 1px solid #DBDBDB;
    opacity: 1;
    box-sizing: border-box;
}
.project-roof-slider .slick-dots li.slick-active button:before{
    background: #DBDBDB;
}
.project-interior{
    padding-top: 50px;
}
.project-interior-title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.project-interior-text{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #AAAAAA;
    margin-top: 32px;
    max-width: 824px;
}
.project-interior-box{
    margin: 51px -8px 0;
}
.project-interior-item{
    padding: 0 8px;
}
.project-interior-item img{
    border-radius: 10px;
    width: 100%;
}
.project-interior-slider .slick-list{
    border-radius: 10px;
}
.project-interior-slider .slick-prev{
    left: 15px;
    z-index: 1;
    width: 56px;
    height: 56px;
    background: url("../img/blog-slider-left.svg") center center no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.project-interior-slider .slick-prev:before{
    display: none;
}
.project-interior-slider .slick-next{
    right: 15px;
    z-index: 1;
    width: 56px;
    height: 56px;
    background: url("../img/blog-slider-right.svg") center center no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.project-interior-slider .slick-next:before{
    display: none;
}
.project-interior-slider .slick-dots{
    margin-top: 16px;
    position: initial;
}
.project-interior-slider .slick-dots li{
    width: 8px;
    height: 8px;
    margin: 0 2px;
}
.project-interior-slider .slick-dots li button{
    width: 8px;
    height: 8px;
    padding: 0;
}
.project-interior-slider .slick-dots li button:before{
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    border: 1px solid #DBDBDB;
    opacity: 1;
    box-sizing: border-box;
}
.project-interior-slider .slick-dots li.slick-active button:before{
    background: #DBDBDB;
}
.project-commerce{
    padding-top: 50px;
}
.project-commerce-title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.project-commerce-text{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #AAAAAA;
    margin-top: 32px;
    max-width: 824px;
}
.project-commerce-box{
    margin: 51px -10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.project-commerce-item{
    max-height: 602px;
    padding: 0 10px 0;
}
.project-commerce-item img{
    height: 100%;
    width: 100%;
}
.advantages{
    padding: 80px 0 57px;
}
.advantages__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.advantages__topper{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F9FF54;
}
.advantages__title{
    /*margin-top: 8px;*/
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.advantages__title span{
    display: inline-block;
    margin-left: 94px;
}
.advantages__header-image{
    border-radius: 130px;
    width: 259px;
    height: 53px;
    background: transparent url("../img/adv-arrow-yellow.svg") center center no-repeat;
    margin-bottom: 11px;
    border: 2px solid #F9FF54;
}
.advantages__block{
    margin: 80px -10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.advantages__item{
    width: 33.333333333333%;
    padding: 0 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    display: flex;
}
.advantages__item-box{
    background: #434235;
    border-radius: 8px;
    padding: 24px 24px 49px;
}
.advantages__item-image{
    width: 56px;
    height: 56px;
    background-position: center center;
    background-repeat: no-repeat;
}
.advantages__item-title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #F3F5F4;
    margin-top: 16px;
}
.advantages__item-text{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-top: 16px;
    color: #AAAAAA;
}
.testimonials{
    width: 100%;
    background: url("../img/home-slider-img.jpg") center center/cover no-repeat;
    position: relative;
    padding: 89px 190px 80px;
}
.testimonials__bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #1f1f17;
    opacity: 0.7;
    z-index: 1;
}
.testimonials-box{
    z-index: 2;
    position: relative;
    padding: 0 190px;
}
.testimonials-box__topper{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F9FF54;
}
.testimonials-box__title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.testimonials-box__divider{
    width: 108px;
    height: 0.5px;
    background: #F3F5F4;
    margin-top: 16.5px;
}
.testimonials__block{
    margin-top: 16.5px;
}
.testimonials__item-text{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #DBDBDB;
}
.testimonials__item-author{
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.testimonials__item-image{
    width: 74px;
    height: 74px;
    min-width: 74px;
    min-height: 74px;
}
.testimonials__item-author-info{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.testimonials__item-author-rating{
    display: flex;
    align-items: center;
}
.testimonials__item-author-name{
    font-family: 'Ristretto Pro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #F3F5F4;
}
.testimonials__item-author-spec{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #DBDBDB;
}
.testimonials__slider .slick-dots{
    margin-top: 105px;
    position: initial;
}
.testimonials__slider .slick-dots li{
    width: 8px;
    height: 8px;
    margin: 0 2px;
}
.testimonials__slider .slick-dots li button{
    width: 8px;
    height: 8px;
    padding: 0;
}
.testimonials__slider .slick-dots li button:before{
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    border: 1px solid #DBDBDB;
    opacity: 1;
    box-sizing: border-box;
}
.testimonials__slider .slick-dots li.slick-active button:before{
    background: #DBDBDB;
}
.finance{
    padding: 80px 0 0;
}
.finance__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.finance__topper{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F9FF54;
}
.finance__title{
    /*margin-top: 8px;*/
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.finance__title span{
    display: inline-block;
    margin-left: 238px;
}
.finance__subtitle{
    margin-top: 24px;
    color: #AAA;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.finance__block{
    margin: 80px -10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.finance-inner .finance__block{
    margin-top: 40px;
}
.finance-block__item-box{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.finance-block__item{
    width: 100%;
    position: relative;
    border-radius: 8px;
    height: 100%;
}
.finance-block__item-top{
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 119px;
    border-radius: 8px 8px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.finance-block__item-top-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #030404 100%);
    z-index: 1;
}
.finance-block__item-main-stage{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #030404;
    padding: 12px 0;
    text-align: center;
    background: #AAAAAA;
    max-width: 216px;
    border-radius: 0 8px 8px 0;
    z-index: 2;
    position: relative;
}
.finance-block__item-main-stage.stage-finish{
    background: #F9FF54;
}
.finance-block__item-main-title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #F3F5F4;
    padding: 16px 0 16px 15px;
    z-index: 2;
    position: relative;
}
.finance-block__item-bottom{
    padding: 24px 30px 48px;
    background: #434235;
    border-radius: 0 0 8px 8px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.finance-block__item-bottom-left,
.finance-block__item-bottom-right{
    width: 50%;
}
.finance-block__item-bottom-price-title{
    color: #DBDBDB;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.finance-block__item-bottom-price{
    color: #F3F5F4;
    font-family: 'Ristretto Pro', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
}
.finance-block__item-bottom-plus{
    margin-top: 24px;
}
.finance-block__item-bottom-minus{
    margin-top: 16px;
}
.finance-block__item-bottom-plus-item,
.finance-block__item-bottom-minus-item{
    display: flex;
    align-items: flex-start;
}
.finance-block__item-bottom-plus-item,
.finance-block__item-bottom-minus-item{
    color: #DBDBDB;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.finance-block__item-bottom-plus-item:not(:last-child),
.finance-block__item-bottom-minus-item:not(:last-child){
    margin-bottom: 8px;
}
.finance-item-icon-plus{
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background: url("../img/finance-item-plus.svg") center center/cover no-repeat;
    margin-right: 8px;
}
.finance-item-icon-minus{
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background: url("../img/finance-item-minus.svg") center center/cover no-repeat;
    margin-right: 8px;
}
.finance-block__item-bottom-divider{
    width: 180px;
    height: 1px;
    background: #AAA;
    margin-top: 16px;
}
.finance__link{
    margin-top: 20px;
    text-align: center;
}
.finance__link a{
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background-color: #F9FF54;
    color: #1F1F17;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    transition: 0.3s ease background-color;
}
.finance__link a:hover{
    background-color: #C8CD36;
}
.finance__link a:active,
.finance__link a:focus{
    background-color: #FBFF8D;
}
.finance__link span{
    display: block;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    background: url("../img/finance-link-icon.svg") center center/cover no-repeat;
}
.payments{
    margin: 80px 0 0;
}
.payments__topper{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F9FF54;
}
.payments__title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.payments__text{
    color: #AAA;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 24px;
    max-width: 648px;
}
.payments__block{
    margin: 32px -10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.payments__item{
    width: 33.333333333333%;
    padding: 0 10px;
    display: flex;
    border-radius: 8px;
    position: relative;
}
.payments__item:not(:last-child):after{
    content: '';
    position: absolute;
    width: 66px;
    height: 75px;
    min-width: 66px;
    min-height: 75px;
    right: -33px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
    background: var(--Mid-Yellow, #434235);
    box-shadow: 0 10px 20px 0 rgba(31, 31, 23, 0.30);
    background-image: url("../img/payments-item-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}
.payments__item-box{
    padding: 20px 65px;
    border-radius: 8px;
    background: #434235;
    width: 100%;
}
.payments__item-title{
    color: #F3F5F4;
    text-align: center;
    font-family: 'Ristretto Pro', sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.payments__item-text{
    color: #AAA;
    text-align: center;
    font-family: 'Ristretto Pro', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: -8px;
}
.advantages.advantages-invest,
.advantages.advantages-compare{
    padding: 80px 0 0;
}
.advantages.advantages-invest .advantages__block,
.advantages.advantages-compare .advantages__block{
    margin: 32px -10px 0;
}
.advantages.advantages-inner{
    padding: 0 0 80px;
}
.advantages.advantages-inner .advantages__block{
    margin: 40px -10px 0;
}
.advantages__item-num{
    color: #F9FF54;
    font-family: 'Ristretto Pro', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
}
.seo-text{
    margin: 60px 0 0;
}
.advantages.advantages-inner .seo-text{
    margin-top: 12px;
}
.seo-text__block{
    border-radius: 8px;
    border: 2px solid #F9FF54;
    padding: 32px 94px;
}
.seo-text__block p{
    color: #F3F5F4;
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
}
.seo-text__block p:not(:last-child){
    margin-bottom: 16px;
}
.projects{
    margin-top: 80px;
    /*padding-bottom: 60px;*/
}
.projects.projects-last-block{
    margin-bottom: 62px;
}
.projects.project-page{
    margin-top: 58px;
    padding-bottom: 168px;
}
.projects__topper{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F9FF54;
}
.projects__title{
    margin-top: 8px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.projects__title span{
    display: inline-block;
    margin-left: 238px;
}
.projects-block{
    margin: 66px -10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.project-page .projects-block{
    margin-top: 0;
}
.projects-block__item-box{
    width: 33.333333333333%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.projects-block__item-box-big{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.projects-block__item{
    width: 100%;
    position: relative;
    border-radius: 8px;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}
.projects-block__item:before{
    content: '';
    position: absolute;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #030404 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#030404));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #030404 100%);
    opacity: 0.6;
    border-radius: 8px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.projects-block__item-box-big .projects-block__item:after{
    content: '';
    position: absolute;
    background: url("../img/proj-ques.png") center center no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.projects-block__item-main{
    position: relative;
    z-index: 1;
    width: 100%;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 372px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 1;
}
.projects-block__item-main-stage{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1F1F17;
    padding: 12px 0;
    text-align: center;
    background: #AAAAAA;
    max-width: 216px;
    border-radius: 0 8px 8px 0;
}
.projects-block__item-main-stage.stage-finish{
    background: #F9FF54;
}
.projects-block__item-main-stage.stage-soon{
    color: #F3F5F4;
    background: #636363;
    max-width: 262px;
}
.projects-block__item-main-title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #F3F5F4;
    margin: 16px 0 24px 16px;
}
.projects-block__item-details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F3F5F4;
    border-radius: 8px;
    /*position: relative;*/
    z-index: -1;
    width: 100%;
    height: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 33px 30px 32px 24px;
    position: absolute;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    /*top: -100%;*/
    opacity: 0;
    top: 0;
}
.projects-block__item.projects-block__item-hovered .projects-block__item-main{
    /*display: none;*/
    opacity: 0;
    z-index: -1;
}
.projects-block__item.projects-block__item-hovered .projects-block__item-details{
    /*display: flex;*/
    /*top: 0;*/
    opacity: 1;
    z-index: 1;
}
.projects-block__item-details-topper{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #636363;
}
.projects-block__item-details-title{
    margin-top: 8px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #1F1F17;
}
.projects-block__item-details-location{
    margin-top: 22px;
}
.projects-block__item-details-location-metro,
.projects-block__item-details-location-address{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1F1F17;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.projects-block__item-details-location-address{
    margin-top: 13px;
}
.projects-block__item-details-location-metro .blue-metro{
    margin-right: 8px;
    width: 19px;
    height: 19px;
    background: url("../img/blue-metro-icon.svg") center center no-repeat;
}
.projects-block__item-details-location-address .address-icon{
    margin-right: 8px;
    width: 19px;
    height: 19px;
    background: url("../img/address-icon.svg") center center no-repeat;
}
.projects-block__item-details-price{
    margin-top: 24px;
    padding: 24px 0;
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}
.projects-block__item-details-price-flat,
.projects-block__item-details-price-com{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1F1F17;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.projects-block__item-details-price-flat b,
.projects-block__item-details-price-com b{
    margin-left: 3px;
}
.projects-block__item-details-price-com{
    margin-top: 8px;
}
.projects-block__item-details-price-flat .price-arrow,
.projects-block__item-details-price-com .price-arrow{
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background: url("../img/proj-detail-arrow.svg") center center no-repeat;
}
.projects-block__item-details-adds{
    margin-top: 24px;
}
.projects-block__item-details-adds-item{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1F1F17;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.projects-block__item-details-adds-item:not(:last-child){
    margin-bottom: 4px;
}
.projects-block__item-details-adds-item .adds1{
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background: url("../img/proj-detail-add1.svg") center center no-repeat;
}
.projects-block__item-details-adds-item .adds2{
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background: url("../img/proj-detail-add2.svg") center center no-repeat;
}
.projects-block__item-details-adds-item .adds3{
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background: url("../img/proj-detail-add3.svg") center center no-repeat;
}
.projects-block__item-details-link a{
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #1F1F17;
    color: #F3F5F4;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #1F1F17;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
}
.projects-block__item-details-link a:hover{
    background-color: #2C2C23;
    /*color: #030404;*/
}
.projects-block__item-details-link a:active,
.projects-block__item-details-link a:focus{
    background-color: #12120D;
}
.partners{
    padding: 80px 0 0;
}
.partners__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.partners__topper{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F9FF54;
}
.partners__title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.partners__title span{
    display: inline-block;
    margin-left: 94px;
}
.partners__block{
    display: flex;
    align-items: center;
    gap: 20px;
}
.partners__block-item{
    width: 168px;
    height: 141px;
    min-width: 168px;
    min-height: 141px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.home-blog{
    padding: 80px 0;
}
.home-blog__topper{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F9FF54;
}
.home-blog__title{
    margin-top: 8px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.home-blog__title span{
    display: inline-block;
    margin-left: 94px;
}
.home-blog__block{
    margin: 80px -10px 0;
}
.home-blog__item{
    padding: 0 10px;
}
.home-blog__item-image{
    height: 391px;
    display: block;
    text-decoration: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.home-blog__item-image1{
    background: url("../img/blog-post1.png") center center/cover no-repeat;
}
.home-blog__item-image2{
    background: url("../img/blog-post2.png") center center/cover no-repeat;
}
.home-blog__item-image3{
    background: url("../img/blog-post3.png") center center/cover no-repeat;
}
.home-blog__item-date{
    width: 174px;
    height: 60px;
    background: #F3F5F4;
    -webkit-box-shadow: 10px 16px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 16px 25px rgba(0, 0, 0, 0.1);
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #030404;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px 0 8px 0;
}
.home-blog__item-title{
    margin-top: 24px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #F3F5F4;
    display: block;
    text-decoration: none;
}
.home-blog__item-text{
    margin-top: 8px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #AAAAAA;
}
.home-blog__slider .slick-prev{
    left: 15px;
    z-index: 1;
    width: 56px;
    height: 56px;
    background: url("../img/blog-slider-left.svg") center center no-repeat;
    top: 44%;
}
.home-blog__slider .slick-prev:before{
    display: none;
}
.home-blog__slider .slick-next{
    right: 15px;
    z-index: 1;
    width: 56px;
    height: 56px;
    background: url("../img/blog-slider-right.svg") center center no-repeat;
    top: 44%;
}
.home-blog__slider .slick-next:before{
    display: none;
}
.building-stages{
    padding-top: 106px;
}
.building-stages__topper{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F9FF54;
}
.building-stages__title{
    margin-top: 6px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.building-stages__title span{
    display: inline-block;
    margin-left: 94px;
}
.building-stages-block{
    margin: 80px -10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.building-stages-block__item-box{
    width: 33.333333333333%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.building-stages-block__item-box-big{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.building-stages-block__item-box .building-stages-block__item{
    width: 100%;
    position: relative;
    border-radius: 8px;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    min-height: 206px;
}
.building-stages-block__item-box-big .building-stages-block__item{
    width: 100%;
    position: relative;
    border-radius: 8px;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    min-height: 331px;
}
.building-stages__item-date{
    width: 174px;
    height: 60px;
    background: #F3F5F4;
    -webkit-box-shadow: 10px 16px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 16px 25px rgba(0, 0, 0, 0.1);
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #030404;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 8px 0;
}
.building-stages__link{
    margin-top: 20px;
    text-align: center;
}
.building-stages__link a{
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background-color: #F9FF54;
    color: #1F1F17;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    transition: 0.3s ease background-color;
}
.building-stages__link a:hover{
    background-color: #C8CD36;
}
.building-stages__link a:active,
.building-stages__link a:focus{
    background-color: #FBFF8D;
}
.building-stages__link span{
    display: block;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    background: url("../img/bs-link-icon.svg") center center/cover no-repeat;
}
.planning{
    padding-top: 80px;
}
.planning__topper{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F9FF54;
}
.planning__title{
    margin-top: 6px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.planning__title span{
    display: inline-block;
    margin-left: 94px;
}
.planning__block{
    margin: 32px -4px 0;
}
.planning__block .ui-widget.ui-widget-content{
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}
.planning__block .ui-tabs .ui-tabs-nav{
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.planning__block .ui-tabs .ui-tabs-nav li{
    border-radius: 8px;
    border: 2px solid #F3F5F4;
    padding: 0;
    background-color: transparent;
    margin: 0;
    box-sizing: border-box;
    transition: 0.3s ease background-color;
    min-width: 130px;
}
.planning__block .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.planning__block .ui-tabs .ui-tabs-nav li:hover{
    background-color: #F3F5F4;
}
.planning__block .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    color: #F3F5F4;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.3s ease color;
    text-align: center;
    width: 100%;
}
.planning__block .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.planning__block .ui-tabs .ui-tabs-nav li:hover .ui-tabs-anchor{
    color: #1F1F17;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.planning__block-items{
    margin-top: 40px;
}
.planning__block-items-icon{
    text-align: center;
}
.planning__block-items-street{
    padding: 10px;
    border-top: 1px dashed #AAA;
    border-bottom: 1px dashed #AAA;
    color: #AAA;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 40px 0;
}
.planning__block-items-img img{
    width: 100%;
}
.cta{
    padding: 80px 0 0;
}
.cta__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
.cta__topper{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F9FF54;
}
.cta__title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.cta__title span{
    display: inline-block;
    margin-left: 323px;
}
.cta__subtitle{
    margin-top: 24px;
    color: #AAA;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.cta__block{
    display: flex;
    align-items: center;
    gap: 20px;
}
.cta__link a{
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background-color: #F9FF54;
    color: #1F1F17;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    transition: 0.3s ease background-color;
}
.cta__link a:hover{
    background-color: #C8CD36;
}
.cta__link a:active,
.cta__link a:focus{
    background-color: #FBFF8D;
}
.news__block{
    margin: 0 -10px 84px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 100px;
}
.news__item{
    padding: 0 10px;
    width: 33.33333333%;
}
.news__item-image {
    height: 413px;
    display: block;
    text-decoration: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.news__item-date {
    width: 174px;
    height: 60px;
    background: #F3F5F4;
    -webkit-box-shadow: 10px 16px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 16px 25px rgba(0, 0, 0, 0.1);
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #030404;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px 0 8px 0;
}
.news__item-title {
    margin-top: 24px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #F3F5F4;
    display: block;
    text-decoration: none;
}
.news__item-text {
    margin-top: 8px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #AAAAAA;
}
.pagination{
    margin: 0 0 80px;
}
.screen-reader-text{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}
.pagination .nav-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 330px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-numbers{
    margin: 0 8px;
    color: #AAA;
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.prev.page-numbers{
    margin-right: 36px;
}
.next.page-numbers{
    margin-left: 36px;
}
.nav-links span.current {
    color: #F3F5F4;
}
.pagination .prev .pagi-prev-page {
    display: block;
    width: 56px;
    height: 56px;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-image: url("../img/pagi-left.svg");
    background-position: center center;
    background-repeat: no-repeat;
}
.pagination .prev.placeholder .pagi-prev-page {
    background-image: url("../img/pagi-left.svg");
}
.pagination .next .pagi-next-page {
    display: block;
    width: 56px;
    height: 56px;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-image: url("../img/pagi-right.svg");
    background-position: center center;
    background-repeat: no-repeat;
}
.pagination .next.placeholder .pagi-next-page {
    background-image: url("../img/pagi-right.svg");
}
.post{
    margin-bottom: 138px;
}
.post__block{
    display: flex;
    justify-content: space-between;
}
.post__block-content{
    max-width: 732px;
}
.post__block-content img{
    width: 100%;
    margin-bottom: 46px;
}
.post__block-content h2{
    color: #F3F5F4;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 15px;
}
.post__block-content h3{
    color: #F3F5F4;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px;
}
.post__block-content h4{
    color: #F3F5F4;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}
.post__block-content p{
    color: #AAA;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 32px;
}
.post__author{
    color: #F9FF54;
    font-family: 'Ristretto Pro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    padding-left: 60px;
    position: relative;
}
.post__author:before{
    position: absolute;
    content: '';
    height: 2px;
    width: 45px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #F9FF54;
}
.post__block-images{
    margin: 72px -10px 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
}
.post__block-images-item{
    padding: 0 10px;
    width: 50%;
}
.post__block-images-item-img{
    min-width: 356px;
    height: 222px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.post__block-images-item-text{
    margin-top: 32px;
    color: #AAA;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.post__sidebar{
    max-width: 356px;
}
.post__recent-posts{
    border-radius: 8px;
    background: #484738;
    padding: 24px 32px;
}
.post__recent-posts-title{
    color: #F3F5F4;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    border-bottom: 2px solid #F9FF54;
}
.post__recent-posts-list{
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.post__recent-posts-item{
    display: flex;
    gap: 16px;
}
.post__recent-posts-img{
    width: 90px;
    height: 60px;
    min-width: 90px;
    min-height: 60px;
}
.post__recent-posts-item-text{
    color: #F3F5F4;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}
.faq{
    padding: 60px 0 0;
}
.faq__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.faq__topper{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F9FF54;
}
.faq__title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.faq__title span{
    display: inline-block;
    margin-left: 238px;
}
.faq__block {
    margin-top: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 25px;
}
.faq__block-img img{
    width: 100%;
}
.faq__block .ui-accordion .ui-accordion-header{
    margin: 0;
    padding: 0;
    color: #F3F5F4;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: none;
    border: none;
}
.faq__block .ui-accordion .ui-accordion-header:not(:first-child){
    margin-top: 40px;
}
.faq__block .ui-accordion-header .ui-accordion-header-icon.ui-icon{
    min-width: 24px;
    width: 24px;
    min-height: 24px;
    height: 24px;
    background: url('../img/faq-close.svg') center center/cover no-repeat;
    margin-right: 21px;
}
.faq__block .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon.ui-icon{
    background: url('../img/faq-open.svg') center center/cover no-repeat;
}
.faq__block .ui-accordion .ui-accordion-content{
    background: none;
    border: none;
    color: #AAA;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 100px;
}
.services{
    margin-bottom: 80px;
}
.services__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.services__topper{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F9FF54;
}
.services__title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.services__title span{
    display: inline-block;
    margin-left: 238px;
}
.services__block{
    margin: 40px -10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services__block__item-box {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.services__block__item{
    width: 100%;
    position: relative;
    border-radius: 8px;
    height: 100%;
}
.services__block__item-top{
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 119px;
    padding-bottom: 70px;
    border-radius: 8px 8px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.services__block__item-top-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #030404 100%);
    z-index: 1;
}
.services__block__item-main-stage{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #030404;
    padding: 12px 0;
    text-align: center;
    background: #AAAAAA;
    max-width: 216px;
    border-radius: 0 8px 8px 0;
    z-index: 2;
    position: relative;
}
.services__block__item-main-stage.stage-finish{
    background: #F9FF54;
}
.services__block__item-bottom {
    padding: 24px 30px 48px;
    background: #434235;
    border-radius: 0 0 8px 8px;
}
.services__block__item-bottom-plus{
    margin-top: 24px;
}
.services__block__item-bottom-plus-item{
    display: flex;
    align-items: flex-start;
}
.services__block__item-bottom-plus-item{
    color: #DBDBDB;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.services__block__item-bottom-plus-item:not(:last-child){
    margin-bottom: 8px;
}
.services__block-item-icon-plus{
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background: url("../img/finance-item-plus.svg") center center/cover no-repeat;
    margin-right: 8px;
}
.services .seo-text{
    margin-top: 70px;
}
.services .seo-text__block p{
    color: #F3F5F4;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.video{
    width: 100%;
    background: url(../img/video-bg.jpg) center center/cover no-repeat;
    position: relative;
    padding: 172px 190px;
}
.video__bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #1f1f17;
    opacity: 0.7;
    z-index: 1;
}
.video-box{
    z-index: 2;
    position: relative;
    padding: 0 190px;
}
.video-box__topper{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F9FF54;
}
.video-box__title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.video-box__link{
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-box__link a{
    width: 105px;
    height: 105px;
    display: block;
    background: url("../img/video-link.svg") center center/cover no-repeat;
}
.uk-contact{
    padding: 80px 0 116px;
}
.uk-contact__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.uk-contact__topper{
    display: block;
    font-family: 'Ristretto Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #F9FF54;
}
.uk-contact__title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #F3F5F4;
}
.uk-contact__title span{
    display: inline-block;
    margin-left: 238px;
}
.uk-contact__box{
    margin-top: 58px;
}
.footer{
    padding: 40px 0;
    background: url("../img/footer-bg2.png") center center/cover no-repeat;
}
.footer-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    justify-content: flex-end;
}
.footer__content{
    margin-right: 20px;
}
.footer__text{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #AAAAAA;
    max-width: 262px;
}
.footer__contacts{
    /*margin-top: 42px;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    flex-wrap: wrap;
}
.footer__phone{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__phone img{
    margin-right: 14px;
}
.footer__phone-title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #AAAAAA;
    display: block;
}
.footer__phone-link{
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #F3F5F4;
    margin-top: 4px;
    text-decoration: none;
    display: block;
}
.footer__tg{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__tg img{
    margin-right: 14px;
}
.footer__tg-title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #AAAAAA;
    display: block;
}
.footer__tg-link{
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #F3F5F4;
    margin-top: 4px;
    text-decoration: none;
    display: block;
}
.footer__calendar{
    /*margin-top: 37px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer__calendar img{
    margin-right: 14px;
}
.footer__calendar-title{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #AAAAAA;
}
.footer__calendar-content p{
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #AAAAAA;
    margin-top: 4px;
}
.footer__calendar-text-left{
    width: 56px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
}
.footer__calendar-text-right{
    color: #F3F5F4;
}
.footer__form{
    background: #1F1F17;
    border-radius: 8px;
    padding: 48px 25px 35px 50px;
    max-width: 920px;
}
.footer__form-title{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #F3F5F4;
}
.footer__from-subtitle{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #AAAAAA;
    margin-top: 16px;
}
.footer__from-contacts{
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}
.footer__from-contact-item{
    display: flex;
    align-items: center;
    gap: 16px;
}
.footer__from-contact-icon{
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer__from-contact-title{
    color: #AAA;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.footer__from-contact-data,
.footer__from-contact-data a{
    color: #F3F5F4;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.footer__from-contact-data{
    margin-top: 4px;
}
.footer__from-sub-subtitle{
    margin-top: 32px;
    color: #AAA;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.footer__form-box{
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
}
.footer__form-left{
    max-width: 304px;
}
.footer__form-input{
    background: #F3F5F4;
    border-radius: 8px;
    width: 304px;
    height: 56px;
    margin-bottom: 16px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    padding: 16px;
    color: #030404;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}
.footer__form-input::-webkit-input-placeholder{
    color: #030404;
    opacity: 1;
}
.footer__form-input::-moz-placeholder{
    color: #030404;
    opacity: 1;
}
.footer__form-input:-ms-input-placeholder{
    color: #030404;
    opacity: 1;
}
.footer__form-input::-ms-input-placeholder{
    color: #030404;
    opacity: 1;
}
.footer__form-input::placeholder{
    color: #030404;
    opacity: 1;
}
.footer__form-left .footer__form-input:last-child{
    margin-bottom: 0;
}
.footer__form-right{
    max-width: 384px;
}
.footer__form-textarea{
    background: #F3F5F4;
    border-radius: 8px;
    width: 384px;
    height: 144px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    padding: 16px;
    color: #030404;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}
.footer__form-textarea::-webkit-input-placeholder{
    color: #030404;
    opacity: 1;
}
.footer__form-textarea::-moz-placeholder{
    color: #030404;
    opacity: 1;
}
.footer__form-textarea:-ms-input-placeholder{
    color: #030404;
    opacity: 1;
}
.footer__form-textarea::-ms-input-placeholder{
    color: #030404;
    opacity: 1;
}
.footer__form-textarea::placeholder{
    color: #030404;
    opacity: 1;
}
.footer__form-note{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #AAAAAA;
    margin-top: 16px;
}
.footer__form-button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F9FF54;
    border-radius: 8px;
    width: 283px;
    height: 56px;
    margin-top: 24px;
    cursor: pointer;
    color: #1F1F17;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 0.3s ease background-color;
    outline: none;
    border: none;
}
.footer__form-button:hover{
    background-color: #C8CD36;
}
.footer__form-button:active,
.footer__form-button:focus{
    background-color: #FBFF8D;
}
.footer__form-socials{
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__form-socials-text{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #F3F5F4;
    margin-right: 12px;
}
.footer__form-socials-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__form-socials-links li{
    margin-right: 16px;
}
.footer__form-socials-links li a{
    display: inline-block;
    width: 32px;
    height: 32px;
}
.popup{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(243, 245, 244, 0.3);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.popup.popup-active{
    display: flex;
}
.popup__block{
    border-radius: 8px;
    background: #1F1F17;
    padding: 105px 86px;
}
.popup__block .footer__from-sub-subtitle{
    margin-top: 0;
}
.video-popup{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(243, 245, 244, 0.3);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.video-popup.video-popup-active{
    display: flex;
}
.video-popup__block{
    border-radius: 8px;
    background: #1F1F17;
    padding: 10px;
    width: 560px;
}
@media(max-width: 1500px){
    .testimonials-box{
        padding: 0;
    }
    .video-box{
        padding: 0;
    }
}
@media(max-width: 1132px){
    .menu-header-left ul, .menu-header-right ul{
        display: none;
    }
    .menu-header-lang{
        margin-right: 24px;
    }
    .cappa-wrap-burger-wrap {
        display: block;
    }
    .banner__content-title{
        font-size: 47px;
        line-height: 60px;
    }
    .banner__content-title-inner{
        font-size: 86px;
        line-height: 100px;
    }
    .banner-bottom__content{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .banner-bottom__text{
        max-width: initial;
        width: 50%;
    }
    .banner-bottom__nums{
        width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .banner-bottom__arrow{
        margin: 0 auto;
    }
    .banner-bottom-inner .banner-bottom__arrow {
        margin: 20px auto 0;
    }
    .about-block__title,
    .projects__title,
    .advantages__title,
    .home-blog__title,
    .testimonials-box__title,
    .finance__title,
    .payments__title,
    .partners__title,
    .project-roof-title,
    .project-interior-title,
    .project-commerce-title,
    .building-stages__title,
    .planning__title,
    .cta__title,
    .faq__title,
    .services__title,
    .video-box__title{
        font-size: 40px;
        line-height: 50px;
    }
    .post__block{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    .faq__block{
        flex-direction: column;
        column-gap: 0;
        row-gap: 50px;
    }
    .footer-box{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .footer__content{
        margin: 20px auto 0;
    }
}
@media(max-width: 1100px){
    .planning__block .ui-tabs .ui-tabs-nav{
        justify-content: center;
    }
    .planning__block .ui-tabs .ui-tabs-nav li{
        width: 25%;
        margin: 16px;
    }
}
@media(max-width: 1044px){
    .finance-block__item-bottom{
        flex-direction: column;
    }
    .finance-block__item-bottom-left,
    .finance-block__item-bottom-right {
        width: 100%;
    }
    .finance-block__item-bottom-right{
        margin-top: 32px;
    }
}
@media(max-width: 1032px){
    .banner-contacts .banner-bottom-inner .banner-bottom__content{
        justify-content: center;
    }
}
@media(max-width: 992px){
    .banner__subtitle{
        max-width: 50%;
    }
    .banner__content-image{
        width: 49%;
    }
    .about-project-block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-project-block__left{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-project-block__right{
        width: 50%;
        margin: 60px auto 0;
    }
    .about-project-block__image img{
        width: 100%;
    }
    .about-project-block__num-number {
        text-align: center;
    }
    .testimonials{
        padding: 80px 15px;
    }
    .testimonials__slider .slick-dots {
        margin-top: 32px;
    }
    .project-map:before{
        width: 700px;
    }
    .projects-block{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .projects-block__item-box,
    .building-stages-block__item-box{
        width: 50%;
    }
    .payments__block{
        flex-direction: column;
        align-items: center;
        gap: 46px;
    }
    .payments__item-box{
        padding: 20px;
    }
    .payments__item-title{
        font-size: 60px;
        line-height: 50px;
    }
    .payments__item-text{
        margin-top: 0;
    }
    .payments__item:not(:last-child):after{
        right: initial;
        top: initial;
        bottom: -60px;
        left: 50%;
        transform: rotate(90deg) translateY(45%);
    }
    .finance__title span,
    .projects__title span{
        margin-left: 94px;
    }
    .cta__header{
        flex-direction: column;
    }
    .cta__title br{
        display: none;
    }
    .cta__title span{
        margin-left: 0;
    }
    .cta__subtitle{
        text-align: center;
    }
    .cta__link{
        margin-top: 32px;
    }
    .news__item{
        width: 50%;
    }
    .video{
        padding: 80px 15px;
    }
    .video-box__topper{
        text-align: center;
    }
    .video-box__title{
        text-align: center;
    }
}
@media(max-width: 848px){
    .banner-contacts .footer__from-contacts{
        justify-content: center;
    }
}
@media(max-width: 830px){
    .footer__from-subtitle{
        max-width: initial;
    }
    .footer__form-box{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
    /*.footer__form-right{*/
    /*    margin-top: 16px;*/
    /*}*/
    .footer__form-input{
        width: 100%;
    }
    .footer__form-textarea{
        width: 100%;
    }
    .footer__form-button{
        width: 100%;
    }
}
@media(max-width: 767px){
    .banner{
        padding-top: 200px;
    }
    .banner-half{
        background: -o-linear-gradient(left, #1F1F17 50%, #707070 50%, #707070 50%);
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1F1F17), color-stop(50%, #707070), color-stop(50%, #707070));
        background: linear-gradient(to right, #1F1F17 50%, #707070 50%, #707070 50%);
    }
    .menu-header-half .menu-header-lang select{
        background: transparent;
    }
    .banner-post .banner-news-bg{
        padding-bottom: 100px;
    }
    .banner__subtitle{
        max-width: 100%;
        text-align: center;
    }
    .banner__content__subtitle-inner,
    .banner__content-title-inner{
        text-align: center;
        z-index: 2;
    }
    .banner__content-link-inner{
        margin: 8px auto 0;
        z-index: 2;
    }
    .banner__content-location-inner{
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .banner__content-image{
        display: none;
    }
    .banner-bottom__text{
        width: 100%;
        text-align: center;
    }
    .banner-bottom-inner .banner-bottom__text{
        max-width: initial;
    }
    .banner-bottom__nums{
        margin-top: 30px;
    }
    .banner-bottom-inner .banner-bottom__nums{
        margin-top: 0;
    }
    .banner-bottom__arrow{
        margin-top: 30px;
    }
    .about-block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
    }
    .about-block__left{
        width: 100%;
    }
    .about-block__topper,
    .projects__topper,
    .advantages__topper,
    .home-blog__topper,
    .testimonials-box__topper,
    .finance__topper,
    .payments__topper,
    .partners__topper,
    .building-stages__topper,
    .planning__topper,
    .faq__topper,
    .services__topper,
    .video-box__topper,
    .uk-contact__topper{
        text-align: center;
    }
    .about-block__title,
    .projects__title,
    .advantages__title,
    .home-blog__title,
    .testimonials-box__title,
    .finance__title,
    .payments__title,
    .partners__title,
    .project-roof-title,
    .project-interior-title,
    .project-commerce-title,
    .building-stages__title,
    .planning__title,
    .cta__title,
    .faq__title,
    .services__title,
    .video-box__title,
    .uk-contact__title{
        text-align: center;
    }
    .about-block__title br,
    .projects__title br,
    .advantages__title br,
    .home-blog__title br,
    .testimonials-box__title br,
    .finance__title br,
    .payments__title br,
    .partners__title br,
    .project-roof-title br,
    .project-interior-title br,
    .project-commerce-title br,
    .building-stages__title br,
    .planning__title br,
    .cta__title br,
    .faq__title br,
    .services__title br,
    .uk-contact__title br{
        display: none;
    }
    .about-block__title span,
    .projects__title span,
    .advantages__title span,
    .home-blog__title span,
    .testimonials-box__title span,
    .finance__title span,
    .payments__title span,
    .partners__title span,
    .project-roof-title span,
    .project-interior-title span,
    .project-commerce-title span,
    .building-stages__title span,
    .planning__title span,
    .cta__title span,
    .faq__title span,
    .services__title span,
    .uk-contact__title span{
        margin-left: 0;
    }
    .about-block__subtitle{
        /*text-align: center;*/
    }
    .about-block__text{
        max-width: 100%;
        /*text-align: center;*/
    }
    .about-block__right{
        margin-top: 30px;
    }
    .about-project-block__right{
        width: 100%;
    }
    .advantages__header,
    .partners__header{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .advantages__header-image{
        margin-bottom: 0;
        margin-top: 20px;
    }
    .advantages__item{
        width: 50%;
    }
    .advantages.advantages-invest .advantages__block,
    .advantages.advantages-compare .advantages__block{
        justify-content: center;
    }
    .projects.project-page{
        margin-top: 0;
        padding-bottom: 32px;
    }
    .partners__block{
        margin-top: 32px;
    }
    .project-map{
        background-position: center left;
    }
    .project-map::before{
        width: 470px;
    }
    .project-map-block{
        padding: 20px;
        max-width: 200px;
    }
    .project-map-title{
        font-size: 36px;
        line-height: 36px;
    }
    .project-map-text{
        font-size: 14px;
        line-height: 20px;
    }
    .project-map-ads-num{
        font-size: 40px;
        line-height: 40px;
    }
    .project-map-ads-text{
        font-size: 14px;
        line-height: 20px;
    }
    .planning__block .ui-tabs .ui-tabs-nav li{
        width: 25%;
        margin: 8px;
    }
    .payments__header{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .finance__header{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .faq__header{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .faq__block .ui-accordion .ui-accordion-content{
        padding-left: 50px;
    }
    .services__header{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .uk-contact__header{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .payments__text{
        max-width: initial;
        text-align: center;
    }
    .popup__block{
        padding: 30px;
    }
    .post__block-images{
        justify-content: center;
        align-items: center;
    }
    .post__block-images-item{
        width: 100%;
        max-width: 400px;
    }
}
@media(max-width: 650px){
    .banner__content-title-img-left{
        width: 50px;
        height: 50px;
    }
    .banner__content-title-img-right{
        width: 50px;
        height: 50px;
    }
    .banner__content-title-img-right-text{
        display: none;
    }
    .projects-block__item-box,
    .building-stages-block__item-box{
        width: 100%;
    }
    .projects-block__item-box-big,
    .building-stages-block__item-box-big{
        width: 100%;
    }
    .seo-text__block{
        padding: 32px 20px;
    }
    .payments__item{
        width: 50%;
    }
}
@media(max-width: 600px){
    .menu-header-logo{
        margin-right: 0;
    }
    .banner__content-title{
        font-size: 40px;
        text-align: center;
    }
    .banner__content-title-bot{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .banner-bottom__nums{
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .banner-bottom__num{
        margin-left: 0;
    }
    .banner-bottom__num:not(:first-child){
        margin-top: 20px;
    }
    .banner-bottom__num-number,
    .banner-bottom-inner .banner-bottom__num-number{
        font-size: 70px;
        line-height: 80px;
        text-align: center;
    }
    .banner-bottom__num-text{
        text-align: center;
    }
    .banner-bottom-inner .banner-bottom__num-text {
        padding-left: 0;
    }
    .banner-bottom__arrow{
        width: 120px;
        height: 120px;
    }
    .advantages__item{
        width: 100%;
        display: block;
    }
    .advantages__item-image{
        margin: 0 auto;
    }
    .advantages__item-num{
        text-align: center;
    }
    .advantages__item-title{
        text-align: center;
    }
    .advantages__item-text{
        text-align: center;
    }
    .about-block__image img{
        width: 100%;
    }
    .finance-block__item-box{
        width: 100%;
    }
    .services__block__item-box{
        width: 100%;
    }
    .project-commerce-box{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .project-commerce-item{
        max-height: initial;
    }
    .project-commerce-item:not(:first-child){
        margin-top: 30px;
    }
    .footer__form{
        width: 100%;
        padding: 30px;
    }
    .footer__form-socials{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__form-socials-links{
        margin-top: 20px;
    }
    .footer__from-contact-data,
    .footer__from-contact-data a{
        font-size: 14px;
    }
    .popup__block{
        padding: 20px;
        max-width: 270px;
    }
    .news__block{
        row-gap: 50px;
    }
    .news__item{
        width: 100%;
    }
    .video-popup__block{
        width: initial;
    }
    .video-popup__block iframe{
        height: 300px;
    }
}
@media(max-width: 500px){
    .banner__content-title{
        font-size: 32px;
    }
    .about-project-block__nums{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-project-block__num{
        margin-right: 0;
    }
    .about-project-block__num:not(:first-child){
        margin-top: 20px;
    }
    .about-project-block__num-number{
        text-align: center;
    }
    .payments__item{
        width: 100%;
    }
    .prev.page-numbers {
        margin-right: 8px;
    }
    .next.page-numbers {
        margin-left: 8px;
    }
    .post__block-images-item-img{
        min-width: initial;
    }
}
@media(max-width: 400px){
    .banner__content-title {
        font-size: 28px;
        line-height: 44px;
    }
    .footer__form{
        padding: 20px;
    }
    .footer__from-contact-data a{
        word-break: break-word;
    }
}
@media(max-width: 350px){
    .menu-header-logo img{
        width: 100px;
    }
}