.service-info__title.no_picture {
    margin-top: 0;
    background: #f3f3f7;
    padding: 10px 25px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 22px;
    min-height: 64px;
    display: flex;
    align-items: center;
}

.service-info__wrap {
    gap: 30px 30px;
    grid-template-columns: 1fr 1fr;
}

.stages-item__header {
    font-size: 14px;
    font-weight: 700;
    border-left: 4px solid #415678;
    padding-left: 15px;
    padding: 10px 15px 10px 15px;
    background: #f3f3f7;
    margin-bottom: 15px;
}

.stages-item__step {
    font-size: 18px;
    font-weight: 900;
    font-family: 'Onest';
}
.stages-item__title{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Onest';
}


.header.header-static .header__bg .swiper-slide{

}
.header.header-static .header__bg .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.58); 
    z-index: 1; 
}

.service-content h2{
    font-size: 50px;
    line-height: 1.26;
    letter-spacing: -1.4px;
    margin-top: -10px;
    font-weight: 300;
    color: #33547a;
}
.service-content h2 span{
    font-weight: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
}


.service-content h3{
    font-size: 24px;
    line-height: 1.26;
    font-weight: 300;
    color: #33547a;
}
.service-content h3 span{
    font-weight: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
}

li.menu-sub--top {
    min-width: 180px;
}
.child-menu li+li, .mobile-wrapper .mobile-wrapper .header__logo-text span {
    margin-top: 10px;
}


.info-slider .swiper-wrapper{
    height: 100% !important;
}