.footer__area_flex{
    display:flex;
    flex-direction:row;
    gap:20px;
}
.footer__messengers{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.footer__messengers a{
    color: #e48f1f;
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    white-space:nowrap;
    transition:0.2s;
    display:flex;
    align-items:center;
    gap:10px;
}
.footer__messengers a span{
    font-size:0;
    display:flex;
}
.footer__messengers a:hover{
    color: #fff;
}

.footer__messengers__title{
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
}

.nav__list li a{
    color:#A2A2A2;
}
.header h1{
    font-size:60px;
    line-height: normal;
}

.header__messengers{
    display:flex;
    gap:13px;
    margin-top:-11px;
}
.header__messengers a{
    width:44px;
    height:44px;
}
.header__messengers a img{
    width:44px;
    height:44px;
}
.nav__call {
    margin-right: 0;
}
.header__wrap_main{
    margin-top:0;
    display:flex;
    justify-content:space-between;
    min-height:calc(100vh - 189px);
    height:auto;
    gap:30px;
    flex-direction:column;
}
.header__slogan{
    text-align:center;
    font-size:30px;
    color:#A2A2A2;
    font-weight:600;
    line-height:normal;
}
.header__slogan span{
    color:#E48F1F;
    font-size:40px;
}
.header__call-btn{
    height:110px;
    background:#E48F1F;
    color:#121D4A;
    font-weight:600;
    font-size:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:824px;
    margin:0 auto;
    text-transform:uppercase;
}

.about__area_form{
    justify-content:space-between;
}
.about__bottom {
    margin-top: 0;
}
.about__area_form .header__messengers{
    margin-top:30px;
}

.info__item:first-child span {
     top: 33px;
}

.popup__bg.active, .popup__bg2.active, .popup__bg3.active {
    z-index: 2147483647;
}



@media screen and (max-width: 1440px) {
    .header__call-btn{
        height:80px;
        font-size:30px;
        width:700px;
    }
}

@media screen and (max-width: 1199px) {
    .nav .header__messengers{
        display:none;
    }
    .header h1{
        font-size:40px;
        line-height: normal;
    }
}
@media (max-width: 992px) {
    .header__call-btn{
        height:60px;
        font-size:30px;
        width:600px;
    }
}
@media (max-width: 768px) {
    .footer__area_flex{
        flex-direction:column;
    }
    .header h1{
        font-size:30px;
        line-height: normal;
    }
    .header__call-btn{
        font-size:20px;
        width:100%;
    }
    .header__slogan {
        font-size:20px;
    }
    .header__slogan span {
        font-size:30px;
    }
    .header__slogan br {
        display:none;
    }
}
@media (max-width: 576px) {
    .header h1{
        font-size:21px;
        line-height: normal;
    }
    .header__call-btn{
        font-size:16px;
        height:50px;
    }
    
    .info__item:first-child span {
        top: 0; 
    }
    .info__item:nth-child(2) span {
        top: 0;
    }
}

@media (max-width: 360px) {
    .header__call-btn{
        font-size:14px;
    }
}
