.services_box-usl2 {
    width: 55%;
    margin: 0 0 0 26%;
}
.services__info-text{
    margin: 0 0 0 10%;
}
.services_box-usl2 article{
margin: 60px 0 60px 0%;

}
.services_box-usl2 ol li::marker{
    color: #a62e41;
    font-weight: bold;
}
.services__developers .services__developers-box a, .services__sites .services__sites-box a, .services__context .services__context-box a{
    width: 100%;
    max-width: 230px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "ProximaNova-Bold", arial, sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    background-image: linear-gradient(
134.17deg
, #F1F7FF 4.98%, #F5F9FF 94.88%);
    box-shadow: -8px -8px 16px rgb(255 255 255 / 80%), 8px 8px 16px rgb(186 198 216 / 80%);
    border-radius: 10px;
    transition: all 0.2s linear;
        text-align: start;
}
.services__developers .services__developers-box a img,  .services__sites .services__sites-box a img, .services__context .services__context-box a img{
    max-width: 48px;
}
.services__promotion .services__promotion-box a:hover, .services__developers .services__developers-box a:hover, .services__social .services__social-box a:hover{
    color: #a62e41;
}
.services__info-text{
    max-width: none;
}
.services__info-text ul{
    max-width: 700px;
}
.main-header__link-services:hover .header-level2{
    position:relative;
}
.main-header__link-services:hover .header-level2 ul{
    display:none;
    left:255px;
}
.main-header__link-services:hover .header-level2:hover ul{
    display:inline-block;
    position:absolute;
        columns: 1;
    top:0;
    padding: 5px 0;
        width: fit-content;
        padding-right:16px;
}
.main-header__list ul a{
    font-size:16px;
}
.main-header__link-services:hover ul{
    width:255px;
     columns: 1;
}
.main-header__link-services ul .header-arrow::after{
    content:" ";
    position:absolute;
    width:11px;
    height:11px;
    background: url(../img/svg/arrow-right.svg);
     background-repeat: no-repeat;
     top: 3px;
    right: 20px;
}
.services__image-seo{
    background-image: url(../img/png/image-seo.png);
        background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.services__image-seo div {
    padding:23px 10% 23px 0;
    max-width:350px;
    margin-left:auto;
}
.services__image-seo div p{
    color: #a62e41;
    font-size: 36px;
    font-family: "ProximaNova-Bold", arial, sans-serif;
     margin:0;
     line-height: 130%;
}
.services__image-seo div p:last-child span{
    color: #A62E41;
}
.services__image-seo div p:last-child{
    font-size: 12px;
    font-family: "ProximaNova-Regular", arial, sans-serif;
        color: #333333;
}
.services__image-seo div p:first-child{
    color: #0A3D76;
    font-size: 36px;
   line-height: 130%;
}
.services__close{
        overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
}
.main-footer__button{
    margin-top: 20px;
    border: none;
    outline: none;
        background: transparent;
        margin-bottom: 20px;
        cursor: pointer;
        color: #0a3d76;
        padding: 0;
}

.cmbox{
    background: linear-gradient(271.23deg, #A62E41 4.07%, #E13152 96.09%), #FFFFFF;
}
.cmbox .portfolio-page__advantages p::before {
    width: 55px;
    height: 10px;
    position: absolute;
    content: "";
    top: 6px;
    left: -70px;
     background: linear-gradient(271.23deg, #A62E41 4.07%, #E13152 96.09%), #FFFFFF;
}
@media (max-width: 1200px){
    .services__image-seo div {
    padding: 23px 5% 23px 0;
    max-width: 295px;
}
.services__image-seo div p, .services__image-seo div p:first-child{
    font-size: 26px;
}
}
@media (max-width: 1025px){
    
   .services_box-usl2 {
    width: 60%;
} 
.services__image-seo div {
    padding: 23px 15% 23px 0;
    max-width: 309px;
}
}
@media (max-width: 767px){
    .services_box-usl2 {
    width: auto;
    margin: 0 15px;
}
.services__image-seo{
          background-image: url(../img/png/image-seo-mobile.png);
    }
    .services__image-seo div {
    padding: 67px 0% 67px 0;
    max-width: 220px;
}
}
@media (max-width: 340px){
     .services__image-seo div {
    max-width: 195px;
}
}
.services__nav-flex{
    display: flex;
    flex-direction: row;
    gap: 70px;
}
.services__nav-flex img{
    max-height: 260px;
}
@media (max-width: 1024.9px){
    .services__nav-flex{
        flex-direction: row;   
        gap: 30px;
    }
    .services_box-usl2 {
        width: 70%;
    }
    .services__nav-flex img {
        width: 40%;
        height: auto;
    }
}
@media (max-width: 900.9px){
    .services_box-usl2 {
    width: 55%;
    margin: 0 0 0 36%;
}
    .services__nav-flex{
        flex-direction: column;   
        gap: 30px;
        align-items: center;
    }
}
@media (max-width: 767px){
    .services_box-usl2 {
        width: auto;
        margin: 0 15px;
    }
}
.e_work_main{
    padding: 100px 0 100px 0;
}
.e_work{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}
.e_work__wrapper p {
    font-family: "ProximaNova-Regular", arial, sans-serif
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    color: #094573;
    text-align: center;
}
.h3 {
    margin: 0;
    font-family: "ProximaNova-Bold", arial, sans-serif;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    padding-bottom: 50px;
}
@media (min-width:767px) and (max-width:1024.9px){
    .e_work_main{
        padding: 60px 0 0px 0;
    }
    .h3{
        padding-bottom: 50px;
    }
}
@media (max-width: 767px){
    .e_work_main{
        padding: 60px 0 0px 0;
    }
    .h3{
        font-size: 16px;
        line-height: 24px;
    }
    .e_work__wrapper p{
        font-size: 16px;
    }
}
.services__nav-box ul{
    top: 30%;
}
.fr-name {display: none}