
.mainpage-header {
    border-radius: 0px 0px 40px 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8.1%, rgba(244, 244, 247, 0.00)), color-stop(77.98%, #F4F4F7));
    background: -o-linear-gradient(top, rgba(244, 244, 247, 0.00) 8.1%, #F4F4F7 77.98%);
    background: linear-gradient(180deg, rgba(244, 244, 247, 0.00) 8.1%, #F4F4F7 77.98%);
    overflow: hidden;
}

.mainpage-header__achievement-icons {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    column-gap: 30px;
    margin-bottom: 6px;
}

.mainpage-header__achievement-icon {
    width: auto;
    height: 30px;
}
.mainpage-header__img img{
    width: calc( 100% + 185px );
    margin-left: -91px;
}
@media screen and (max-width: 1047px) {
    .mainpage-header__img img{
        width: calc( 100% + 100px );
        margin-left: -48px;
    }
}

@media screen and (max-width: 609px) {
    .mainpage-header__achievement-icons{
        margin: 16px 0;
    }
    .mainpage-header__img img{
        width: calc(100% + 62px);
        margin-left: -30px;
    }
}
