p,
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    padding: 0;
    font-weight: 400;
}
html{
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
*{outline:none;}
*,
*::before,
*::after{
    box-sizing: inherit;
}
body{
    overflow-x: hidden;
    font-family: 'Manrope', sans-serif;
}
.btn{
    border: 2px solid #005DAC;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #005DAC;
    position: relative;
    transition: all 0.3s;
}
.btn:hover{
    color: #fff !important;
    background: #005DAC;
}
.btnTwo{
    background: #005DAC;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 28px;
    transition: all 0.3s;
}
.btnTwo:hover{
    background: #005095;
}
.btn.arrow::after{
    position: relative;
    content: "";
    background-image: url(arrow_link.c43b19d5.svg);
    background-size: cover;
    width: 16px;
    height: 14px;
    margin-left: 20px;
    display: block;
    transition: all 0.3s;
}
.btn.arrow:hover::after{
    background-image: url(arrow_link2.edff678a.svg);
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.container{
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer{
    background: #F2F7FB;
    padding: 80px 0 100px;
}
.footer_wrapper{
    display: flex;
    justify-content: space-between;
}
.footer_info{
    width: 315px;
}
.footer_logo{
    display: flex;
    margin-bottom: 32px;
}
.footer_messages{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.footer_message{
    display: flex;
    margin-right: 22px;
}
.footer_inner{
    font-size: 14px;
    color: #5D6584;
    line-height: 28px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.footer_items{
    display: flex;
    width: 800px;
    justify-content: space-between;
}
.footer_item-title{
    font-weight: 700;
    font-size: 26px;
    color: #11172D;
    margin-bottom: 30px;
    line-height: 36px;
}
.footer_menu a{
    font-size: 16px;
    color: #11172D;
    line-height: 36px;
    display: block;
}
.footer_btn{
    height: 38px;
    width: 185px;
    background: none;
    line-height: 14px;
    font-size: 13px !important;
    margin-bottom: 26px;
}

.footer_number {
    font-size: 24px;
    color: #11172D;
    line-height: 24px;
    position: relative;
    padding-left: 33px;
    margin-bottom: 26px;
    display: block;
}
.footer_number::before {
    position: absolute;
    content: "";
    background-image: url(phone.f43de48c.svg);
    background-size: cover;
    width: 22px;
    height: 22px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer_link{
    display: block;
    font-size: 16px;
    color: #11172D;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 26px;
    position: relative;
}
.footer_link img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer_link:last-child{
    margin-bottom: 0;
}
.footer a{
    transition: all 0.3s;
}
.footer a:hover{
    color: #005DAC;
}
.footer_message:hover path{
    fill: #F34441;
}
.footer_message path{
    transition: all 0.3s;
}
@media(max-width:1350px){
    .footer_items{
        width: 760px;
    }
}
@media(max-width:1200px){
    .footer_items {
        width: 650px;
    }
    .footer_info {
        width: 250px;
    }
}
@media(max-width:991.98px){
    .footer_wrapper{
        flex-direction: column;
    }
    .footer_inner{
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
        margin-top: 30px;
    }
    .footer_wrapper{
        position: relative;
    }
    .footer_items{
        width: 100%;
    }
    .footer{
        padding: 60px 0;
    }
    .footer_info{
        margin: 0 auto 40px;
    }
    .footer_messages{
        margin-bottom: 0;
        justify-content: center;
        align-items: center;
    }
    .footer_message{
        margin: 0 10px;
        align-items: center;
    }
    .footer_logo{
        justify-content: center;
    }
   
}
@media (max-width: 767.98px){
    .footer_items{
        flex-direction: column;
    }
    .footer_item{
        width: 100%;
        margin-bottom: 25px;
    }
    .footer_item-title{
        font-size: 22px;
        margin-bottom: 10px;
    }
}

.footer_requisites{
    text-align: center;
    font-size: 13px;
    color: #5D6584;
    padding: 20px 0 0;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* Последние SEO-отчёты в футере */
.footer_reports{
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 32px 0 24px;
    margin-top: 24px;
}
.footer_reports-title{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.footer_reports-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}
.footer_report-item{
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    padding: 8px 14px;
    transition: all .2s;
}
.footer_report-item:hover{
    background: rgba(255,255,255,.15);
    transform: translateY(-1px);
}
.footer_report-score{
    font-size: 15px;
    font-weight: 700;
    min-width: 36px;
}
.footer_report-domain{
    font-size: 13px;
    color: rgba(255,255,255,.7);
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer_reports-btn{
    display: block;
    text-align: center;
    color: #fff!important;
    font-size: 14px;
    font-weight: 600;
    opacity: .8;
    transition: opacity .2s;
}
.footer_reports-btn:hover{
    opacity: 1;
    text-decoration: underline;
}
@media(max-width:575px){
    .footer_reports-grid{
        flex-direction: column;
        align-items: center;
    }
    .footer_report-item{
        width: 100%;
        max-width: 280px;
    }
}
