.ys-kak-prohodit .methods-detail-page__grd-block {
    height: 500px;
}

.ys-kak-prohodit
    .methods-detail-page__content-block
    .content-block__right-block
    .content__title
    div {
    font-size: 24px;
    margin-bottom: 20px;
}

.ys-kak-prohodit .content__title {
    margin-bottom: 64px;
}

.ys-kak-prohodit .methods-detail-page__grd-block:before {
    background: -webkit-linear-gradient(
        bottom,
        rgba(250, 250, 250, 0) 0%,
        rgba(250, 250, 250, 0.67147) 34.2%,
        #fafafa 63.8%
    );
    background: -o-linear-gradient(
        bottom,
        rgba(250, 250, 250, 0) 0%,
        rgba(250, 250, 250, 0.67147) 34.2%,
        #fafafa 63.8%
    );
    background: -moz-linear-gradient(
        bottom,
        rgba(250, 250, 250, 0) 0%,
        rgba(250, 250, 250, 0.67147) 34.2%,
        #fafafa 63.8%
    );
    background: linear-gradient(
        to bottom,
        rgba(250, 250, 250, 0) 0%,
        rgba(250, 250, 250, 0.67147) 34.2%,
        #fafafa 63.8%
    );
}

.ys-kak-prohodit .methods-detail-page__banner-top {
    background-position: center 20%;
}

.ys-kak-prohodit .methods-detail-page__content-block .left-block__title p {
    color: #141414;
    font-family: RobotoRegular;
}

.ys-kak-prohodit .methods-detail-page__content-block .left-block__title {
    margin-bottom: 32px;
}

.repaint .ys-kak-prohodit .left-menu .list-1__item > a:hover,
.ys-kak-prohodit .left-menu .list__item > a:hover {
    background-color: #528892;
    color: #fff;
}

.ys-kak-prohodit .methods-detail-page__content-block .content-block__right-block .content__inner p {
    margin: 24px 0px;
}

@media screen and (max-width: 768px) {
    .ys-kak-prohodit .methods-detail-page__grd-block {
        height: 550px;
    }

    .ys-kak-prohodit .methods-detail-page__content-block .content-block__right-block {
        margin-top: -250px;
    }

    .ys-kak-prohodit .methods-detail-page__banner-top {
        height: 550px;
        transform: scaleX(-1);
        background-size: cover;
        background-position: 40% 20%;
    }

    .ys-kak-prohodit
        .methods-detail-page__content-block
        .content-block__right-block
        .content__title {
        margin: 20px 0px 0px;
    }
}
