.first-screen{
    height:100vh;
    padding-top:50px;
    width: 100%;
    -webkit-background-size:cover;
       -moz-background-size:cover;
            background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    position:relative;

}
.first-screen{
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
.first-screen *,.first-screen *:before,.first-screen *::after{
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}

.white_bg-detail{
    height:100%;
    background-image:url(../assets/images/white_bg-detail.png);
    width: 100%;
    -webkit-background-size:cover;
       -moz-background-size:cover;
            background-size:cover;
    background-repeat: no-repeat;  
    background-position: center;
}

.first-screen__text-block{
    position: absolute;
    top:45%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
       -moz-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
         -o-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
    text-align: center;
}

.first-screen__text-block__title{
    width:640px;
    margin:0 auto;
    font-size: 45px;
    line-height: 53px; 
    text-transform: uppercase; 
    color: #231700;
}
.first-screen__text-block__content-text{
    width:480px;
    font-size:12px;
    margin:24px auto 32px auto;
    color: #222222;
    line-height: 200%;
}

.first-screen__text-block__button{
    cursor:pointer;
    display:block;
    text-decoration:none;
    color: #303030;
    position:relative;
    margin:0 auto;
    width:337px;
    height: 32px;
    text-align: center;
    background-color: #B0DDD2;
    -webkit-transform: skewX(-30deg);
       -moz-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
         -o-transform: skewX(-30deg);
            transform: skewX(-30deg);
    z-index: 2;
    font-weight: 400;
        font-family: segoe_ui;
        font-family: 'Segoe UI Regular';
}

.first-screen__text-block__button span {
        width: 100%;
        height:100%;
        display: block;
        /* font-weight: 600; */
        -webkit-transform: skewX(30deg);
           -moz-transform: skewX(30deg);
            -ms-transform: skewX(30deg);
             -o-transform: skewX(30deg);
                transform: skewX(30deg);
        font-size: 10px;
        line-height: 32px;
        text-transform: uppercase;
}

.desktop-header{
    top:50px;
}

.footer .capital-group-logo {
    background: url(../assets/images/logo_.svg) no-repeat;
}

.sub-border{
    z-index: 1;
    position: absolute;
    bottom:-5px;
    left:-webkit-calc(50% + 3px);
    left:-moz-calc(50% + 3px);
    left:calc(50% + 3px);
    display: block;
    -webkit-transform: translateX(-50%) skewX(-30deg);
       -moz-transform: translateX(-50%) skewX(-30deg);
        -ms-transform: translateX(-50%) skewX(-30deg);
         -o-transform: translateX(-50%) skewX(-30deg);
            transform: translateX(-50%) skewX(-30deg);
    width:337px;
    height:32px;
    background: none;
    border: 1px solid #9C8A74;
}

.statistic-block-container{
    padding: 80px 315px;
    width:100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color:#F6F5F0;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.statistic-block-container {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.statistic-block-container *,.statistic-block-container *:before,.statistic-block-container *::after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.statistic-block-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width:810px;
    width:100%;
    margin:0 auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.statistic-block__item{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.vertical-border{
    width:1px;
    background:#9C8A74;
    height:44px;
}


.statistic-block__item__title{
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
    color: #8E724C;
    font-family: poiret_one;
}

.statistic-block__item__text{
    font-size: 12px;
    line-height: 200%;
    color: #222222;
    font-family: segoe_ui;
}

.rhombus{
    height:31px;
    margin-right:15px;
    margin-top:5px;
}

.main-content-container-infrastructure{
    width:100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding:122px 110px;
    background:white;
}
.main-content-container-infrastructure {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.main-content-container-infrastructure *,.main-content-container-infrastructure *:before,.main-content-container-infrastructure *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.main-content-container-infrastructure__item{
    margin: 0 auto;
    max-width: 1226px;
    position: relative;
    margin-bottom: 120px;
}

.top-border{
    position: absolute;
    width:100%;
    height:125px;
    top: 0;
    left: 0;
}
.top-border > svg{
    position: absolute;
    
}

.top-border > svg:first-child{
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.top-border > svg:nth-child(2){
    top:4px;
    left:4px;
    width:-webkit-calc(100% - 4px);
    width:-moz-calc(100% - 4px);
    width:calc(100% - 4px);
    height:-webkit-calc(100% - 4px);
    height:-moz-calc(100% - 4px);
    height:calc(100% - 4px);

}

.main-content-container-infrastructure__item-child{
    padding:50px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.main-content-container-infrastructure__item-child__text{
    width:480px;
    padding: 30px 0;
}
.main-content-container-infrastructure__item-child__text .title{
    font-family: poiret_one;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 53px;
    text-transform: uppercase;
    color: #231700;
}

.main-content-container-infrastructure__item-child__text .sub-title{
    font-family: segoe_ui;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 200%;
    color: #222222;
    margin-top:24px;
    margin-bottom:52px;
}

.main-content-container-infrastructure__item-child__text .list .list-item{
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    /* -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-content-container-infrastructure__item-child__text .list .list-item__icon{
    margin-right: 10px;
    line-height:1;
}

.main-content-container-infrastructure__item-child__text .list .list-item__text{
    font-family:segoe_ui;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
}

.main-content-container-infrastructure__item-child__image-1.main-content-container-infrastructure__item-child__image--mobile {
    display: none;
}
.main-content-container-infrastructure__item-child__image-1.main-content-container-infrastructure__item-child__image--desktop {
    display: block;
}

.main-content-container-infrastructure__item-child__image-1{
    position: relative;
    width: 493px;
    height: 640px;
}
.main-content-container-infrastructure__item-child__image-1 img{
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
}
.main-content-container-infrastructure__item-child__image-1 .image-subborder{
    position: absolute;
    width:100%;
    height:100%;
    display: block;
    border:1px solid #9C8A74;
    z-index: 1;
    top: 5px;
    left: -6px;
}

.main-content-container-infrastructure__item-child__image-2.main-content-container-infrastructure__item-child__image-2--mobile {
    display: none;
}
.main-content-container-infrastructure__item-child__image-2.main-content-container-infrastructure__item-child__image-2--desktop {
    display: block;
}

.main-content-container-infrastructure__item-child__image-2{
    position: relative;
    width: 540px;
    height: 354.38px;
}
.main-content-container-infrastructure__item-child__image-2 img{
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
}
.main-content-container-infrastructure__item-child__image-2 .image-subborder{
    position: absolute;
    width:100%;
    height:100%;
    display: block;
    border:1px solid #9C8A74;
    z-index: 1;
    top: 5px;
    left: 6px;
}


.dividing-line{
    width:100%;
    position: absolute;
    bottom: 0;
}

.dividing-line__item{
    width:100%;
    height:1px;
    background:#9C8A74;
}
.dividing-line__item:first-child{
    margin-bottom: 2px;
}

.infrastructure-caption-wrapper{
    width:715px;
    margin:0 auto;
    text-align: center;
}

.infrastructure-caption-wrapper__border-top{
    margin:0 auto;
    display: inline-block;
    margin-bottom: 40px;
}
.infrastructure-caption-wrapper__border-top__item{
    width: 128px;
    height:1px;
    background-color:#9C8A74;
}
.infrastructure-caption-wrapper__border-top__item:first-child{
    margin-bottom: 2px;
}
.infrastructure-caption-wrapper__text{
    font-family: poiret_one;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
    color: #231700;
   
}

.infrastructure-caption-wrapper__text span{
    color:#B0DDD2;
}

.infrastructure-caption-wrapper__border-bottom{
    margin:40px auto;
    display: inline-block;
}
.infrastructure-caption-wrapper__border-bottom__item{
    width: 64px;
    height:1px;
    background-color:#9C8A74;
}
.infrastructure-caption-wrapper__border-bottom__item:first-child{
    margin-bottom: 2px;
}

.infrastructure-caption-border-button{
    position:relative;
    margin:0 auto;
    width:337px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #303030;
    z-index: 4;
    font-weight: 400;
}
.infrastructure-caption-border-button{
    font-family: segoe_ui;
    font-family: 'Segoe UI Regular';
}

.infrastructure-caption-border-button__span-wrapper{
    width: 100%;
    height:100%;
    display: block;
    -webkit-transform: skewX(-30deg);
       -moz-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
         -o-transform: skewX(-30deg);
            transform: skewX(-30deg);
    font-size: 10px;
    line-height: 32px;
    position:absolute;
    text-transform: uppercase;
    background-color:#B0DDD2;
    z-index: 2;
}

.infrastructure-caption-border-button span{
    -webkit-transform: skewX(30deg);
       -moz-transform: skewX(30deg);
        -ms-transform: skewX(30deg);
         -o-transform: skewX(30deg);
            transform: skewX(30deg);
    display: block;
    /* font-weight: 600; */
}
.infrastructure-caption-border-button__border{
    z-index: 1;
    position: absolute;
    bottom:-5px;
    left:3px;
    display: block;
    width:100%;
    -webkit-transform: skewX(-30deg);
       -moz-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
         -o-transform: skewX(-30deg);
            transform: skewX(-30deg);
    height:100%;
    background: none;
    border: 1px solid #9C8A74;
}

.footer-contacts-container{
    width:100%;
    padding:115px 150px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-background-size:cover;
       -moz-background-size:cover;
            background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 470px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-contacts-container {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.footer-contacts-container * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.contacts-bg__overlay{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(43.23%, #fff), to(rgba(246, 245, 240, 0)));
    background: -webkit-linear-gradient(top, #fff 43.23%, rgba(246, 245, 240, 0) 100%);
    background: -moz-linear-gradient(top, #fff 43.23%, rgba(246, 245, 240, 0) 100%);
    background: -o-linear-gradient(top, #fff 43.23%, rgba(246, 245, 240, 0) 100%);
    background: linear-gradient(180deg, #fff 43.23%, rgba(246, 245, 240, 0) 100%);
    position: absolute;
    height: 196px;
    width: 100%;
    top: -75px;
    left: 0;
    z-index: 3;
}

.background_glow_layer{
    background-image: url('../assets/images/background_glow_layer.png');
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
       -moz-background-size:cover;
            background-size:cover;
    background-position:left;
    z-index: 1;
}

.footer-contacts-wrapper{
    margin: 0 auto;
    height: 100%;
    max-width: 1440px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    position: relative;
}
.footer-contacts-container__info-block{
    width: 300px;
}
.footer-contacts-container__info-block__title{
    font-family: poiret_one;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 53px;
    text-transform: uppercase;
    color: #231700;
}
.footer-contacts-container__info-block__phone-number{
    font-family: segoe_ui;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #9C8A74;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
}

.footer-contacts-container__info-block__social-links{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-contacts-container__info-block__social-links__item a{
    /* font-family: Segoe UI; */
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #231700;
    text-decoration: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-contacts-container__info-block__social-links__item a > svg, a.footer-contacts-container__info-block__site > svg, a.footer-contacts-container__info-block__mail > svg{
   margin-right: 10px;
}

.footer-contacts-container__info-block__social-links__item a:hover{
    color: #8E724C;
}
.footer-contacts-container__info-block__social-links__item a:hover > svg > path{
    fill: #8E724C;
}
a.footer-contacts-container__info-block__site{
    margin:15px 0;
}

a.footer-contacts-container__info-block__site, a.footer-contacts-container__info-block__mail{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: segoe_ui;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #231700;
    text-decoration: none;
}

.overlay-menu .menu-wrap{
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.desktop-callback-popup .close-button{
    top:10rem;
}
.infrastructure-body .footer {
    z-index: 4;
}
/* body.infrastructure-body .mobile-callback-popup,  */
body.infrastructure-body .mobile-menu {
    z-index: 4;
}

/*MEDIA QUERIES*/
@media (max-width: 1280px) {
    .main-content-container-infrastructure__item-child__text{
        width:100%;
        display:-webkit-box;
        display:-webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .main-content-container-infrastructure__item-child__text .sub-title{
        width:75%;
        margin-top: 0;
    }
    .main-content-container-infrastructure__item-child__image-1 {
        margin-top:20px;
    }
    .main-content-container-infrastructure__item-child__image-2 {
        margin-bottom:20px;
    }
    .statistic-block-container {
        padding: 60px 50px;
    }
    .main-content-container-infrastructure__item-child__text {
        padding: 30px 0;
    }
}
@media screen  and (-ms-high-contrast: none) {
    /* IE10 IE11 */
    .first-screen {
        overflow: hidden;
    }
}

@media (max-width: 1199px) {
    .first-screen__text-block__title {
        font-size: 38px;
        line-height: 1.18;
    }
    .first-screen {
        position: relative;
        height: auto;
        background-color: #fff;
        /* background-image: url(../assets/images/white_bg-detail.png); */
        -webkit-background-size: cover;
           -moz-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 100vh;
        padding-top: 150px;
        padding-bottom: 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .first-screen:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url(../assets/images/white_bg-detail.png);
        -webkit-background-size: cover;
           -moz-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .white_bg-detail {
        display: none;
    }
    .first-screen__text-block {
        width: 100%;
        max-width: 640px;
        /* margin: 0 auto; */
        margin: 0;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        display: block;
    }
    .infrastructure-caption-wrapper__text {
        font-size: 38px;
        line-height: 1.18;
    }
    .footer-contacts-container__info-block__title {
        font-size: 42px;
        line-height: 1.18;
    }
    .main-content-container-infrastructure__item {
        margin-bottom: 80px;
    }
    .main-content-container-infrastructure__item.main-content-container-infrastructure__item--1 .main-content-container-infrastructure__item-child__text {
        padding-bottom: 0;
    }
    .main-content-container-infrastructure {
        padding: 80px 110px;
    }
}

@media (max-width: 1024px) {
    .main-content-container-infrastructure__item-child__text{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .statistic-block-container{
        padding: 50px;
    }
    .main-content-container-infrastructure__item-child__image-1.main-content-container-infrastructure__item-child__image--mobile {
        display: block;
        margin-bottom: 40px;
        margin-left: -20px;
    }
    .main-content-container-infrastructure__item-child__image-1.main-content-container-infrastructure__item-child__image--desktop {
        display: none;
    }
    .main-content-container-infrastructure__item-child__image-2.main-content-container-infrastructure__item-child__image-2--mobile {
        display: block;
    }
    .main-content-container-infrastructure__item-child__image-2.main-content-container-infrastructure__item-child__image-2--desktop {
        display: none;
    }
    .main-content-container-infrastructure__item-child__text {
        padding: 30px 20px;
    }
    .main-content-container-infrastructure__item-child__text .sub-title {
        /* margin-top: 24px; */
        margin-bottom: 20px;
    }
    .main-content-container-infrastructure__item-child__text .title {
        font-size: 42px;
        line-height: 1.18;
        margin-bottom: 12px;
    }
}

@media (max-width: 991px) {
    .first-screen__text-block{
        width:100%;
    }
    .first-screen__text-block__title, .infrastructure-caption-wrapper{
        width:100%;
        padding:0 55px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .main-content-container-infrastructure__item {
        margin-bottom: 30px;
    }
    .main-content-container-infrastructure__item-child__text .title {
        font-size: 38px;
        line-height: 1.18;
        margin-bottom: 12px;
    }
    
}

@media (max-width: 768px) {
    .main-content-container-infrastructure, .footer-contacts-container{
        padding:100px 80px;
    }
    .main-content-container-infrastructure__item-child__image-1, .main-content-container-infrastructure__item-child__image-2{
        width:100%;
        height:320px;
    }
    .main-content-container-infrastructure__item-child__image-1 img, .main-content-container-infrastructure__item-child__image-2 img{
        max-width: 100%;
        height: -webkit-fill-available;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    
}

@media (max-width: 768px) {
    .main-content-container-infrastructure{
        padding:15px;
    }
    .footer-contacts-container{
        padding: 15px;
    }
}

@media (max-width: 767px) {
    body.topfix_green.appart-body.infrastructure-body .top-panel {
        height: 7rem;
        font-size: 1.571rem;
        line-height: normal;
        font-weight: 700;
        letter-spacing: 0.02em;
        font-family: segoe_ui;
        color: #303030;
    }


    body.appart-body.infrastructure-body.topfix_green .mobile-callback-popup {
        bottom: 0;
        height: auto;
        top: 7rem;
    }

    .first-screen {
        min-height: 100vh;
        min-height: -webkit-calc(100vh - 7rem);
        min-height: -moz-calc(100vh - 7rem);
        min-height: calc(100vh - 7rem);
        height: auto;
        padding-top: 90px;
        padding-bottom: 60px;
    }
    .main-content-container-infrastructure__item-child__image-1 {
        display: inline-block;
        position: relative;
        width: auto;
        height: auto;
        max-width: 100%;
    }
    .main-content-container-infrastructure__item-child__image-1 img {
        display: inline-block;
        max-width: 100%;
        width: auto;
        height: auto;
        position: relative;
    }
    .main-content-container-infrastructure__item-child__image-2 {
        display: inline-block;
        position: relative;
        width: auto;
        height: auto;
        max-width: 100%;
    }
    .main-content-container-infrastructure__item-child__image-2 img {
        display: inline-block;
        max-width: 100%;
        width: auto;
        height: auto;
        position: relative;
    }
    .infrastructure-body .footer {
        z-index: 4;
        position: fixed;
        height: 10rem;
    }
    .first-screen__text-block__content-text {
        font-size: 12px;
        width: 100%;
        max-width: 480px;
    }
    .first-screen__text-block {
        padding: 0 20px;
    }
    .first-screen__text-block__title {
        font-size: 30px;
        line-height: 1.18;
        padding: 0;
        text-align: left;
    }
    .first-screen__text-block__content-text {
        font-size: 12px;
        text-align: left;
    }
    .main-content-container-infrastructure__item-child__text .sub-title {
        font-size: 12px;
        line-height: 1.675;
        width: auto;
        margin-bottom: 10px;
    }
    .main-content-container-infrastructure__item-child__text .title {
        font-size: 30px;
        line-height: 1.18;
        margin-bottom: 10px;
    }   
    .infrastructure-caption-wrapper__text {
        font-size: 26px;
        font-size: 22px;
        line-height: 1.18;
    } 
    .first-screen__text-block__button {
        width: 320px;
    }
    .sub-border {
        width: 320px;
    }
    .infrastructure-caption-border-button {
        width: 100%;
        max-width: 320px;
    }    
    .vertical-border {
        display: none;
    }
    .statistic-block__item {
        margin-bottom: 10px;
    }    
    .statistic-block-container {
        padding: 50px 50px 40px 50px;
        text-align: center;
    }
    .main-content-container-infrastructure__item-child {
        padding: 50px 20px 25px 20px;
    }
    .main-content-container-infrastructure__item-child__text {
        padding: 20px 0;
    }
    .main-content-container-infrastructure__item-child__image-1.main-content-container-infrastructure__item-child__image--mobile {
        margin-left: -10px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .main-content-container-infrastructure__item-child__image-1 .image-subborder {
        top: 5px;
        left: 7px;
    }
    .main-content-container-infrastructure__item.main-content-container-infrastructure__item--1 {
        margin-bottom: 0;
    }
    .infrastructure-caption-wrapper {
        padding: 0;
    }
    .infrastructure-body .footer .capital-group-logo {
        -webkit-background-size: contain !important;
           -moz-background-size: contain !important;
                background-size: contain !important;
    }
    .footer-contacts-container {
        padding: 15px;
        /* height: 420px; */
        height: auto;
        min-height: 420px;
        padding-top: 90px;
        padding-bottom: 100px;
    }
    .statistic-block-wrapper {
        display: inline-block;
        text-align: left;
        width: auto;
        max-width: 100%;
    }  
    .infrastructure-caption-wrapper {
        padding: 0;
        margin-top: 40px;
    }
    .footer-contacts-container__info-block__title {
        font-size: 36px;
    }
}

@media (max-width: 375px) {
    .first-screen__text-block__button {
        width: 320px;
    }
    .sub-border {
        width: 320px;
    }
    .first-screen__text-block__button span {
        font-size: 8px;
    }
    .infrastructure-caption-border-button__span-wrapper {
        font-size: 8px;
    }
}

@media (max-width: 360px) {
    .first-screen__text-block__button {
        width: 320px;
    }
    .sub-border {
        width: 320px;
    }
    .infrastructure-caption-border-button {
        width: 100%;
        max-width: 300px;
    }
    .first-screen__text-block__button {
        width: 292px;
    }    
    .sub-border {
        width: 292px;
    }
}

@media (max-width: 320px) {
    .first-screen__text-block__button {
        width: 260px;
    }
    .sub-border {
        width: 260px;
    }
    .first-screen__text-block__title {
        font-size: 28px;
    }
    .main-content-container-infrastructure__item-child__text .title {
        font-size: 26px;
    }
    .first-screen__text-block__button span {
        font-size: 7px;
    }
    .infrastructure-caption-border-button__span-wrapper {
        font-size: 7px;
    }
    .infrastructure-caption-border-button {
        width: 100%;
        max-width: 280px;
    }
}