@media only screen and (min-width: 1366px) {
    .fitnes-service__item .service-item__image img {
        max-height: 696px;
    }
}

.fitnes-page .top-screen-page::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(56, 46, 38, 0.5)), to(rgba(56, 46, 38, 0.5)));
    background: -o-linear-gradient(bottom, rgba(56, 46, 38, 0.5), rgba(56, 46, 38, 0.5));
    background: linear-gradient(0deg, rgba(56, 46, 38, 0.5), rgba(56, 46, 38, 0.5));
}