.menu-main__item {
    padding: 0 10px;
}
.menu-mob__header {
    display: block;
}
.top-bar__contacts {
    display: flex;
    align-items: center;
}
.top-bar__email {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #171717;
    margin-right: 30px;
}
.top-bar__messenger {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #171717;
    margin-right: 30px;
}
.top-bar__messenger svg {
    margin-top: -1px;
}
.top-bar__messenger .whatsapp:hover svg {
    fill: #ec4010;
}
.top-bar__messenger .telegram:hover svg .tg-bg {
    fill: #ec4010;
}
.top-bar__messenger a:hover svg {
    margin-top: 5px;
}
.top-bar__messenger a {
    margin-right: 10px;
}
.top-bar__messenger a:first-child {
    margin-right: 5px;
}
.top-bar__hours {
    font-size: 14px;
    margin-right: 15px;
}

@media only screen and (max-width: 1250px) {
    .top-bar__email {
        margin-right: 20px;
    }
    .top-bar__messenger {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 1185px) {
    .top-bar__hours {
        display: none;
    }
    .top-bar__email {
        margin-right: 30px;
    }
    .top-bar__messenger {
        margin-right: 30px;
    }
}

.menu-main__megamenu {
    width: 640px;
}
.menu-main__megamenu .menu-main__subitems {
    justify-content: left !important;
}
.menu-main__megamenu > .menu-main__subitems {
    flex-flow: row;
    flex-wrap: wrap;
    align-items: baseline;
}
.menu-main__megamenu .menu-main__subitem {
    text-align: left;
    line-height: 22px;
    width: 50%;
}
.menu-main__megamenu .menu-main__group {
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 15px;
}
.menu-main__megamenu span.menu-main__sublink:hover {
    color: #171717;
}
.menu-main__group-items .menu-main__subitem {
    width: 100%;
    padding: 3px 0;
}

.price-info {
    margin-top: 10px;
    margin-bottom: 30px;
}
.price-info__text {
    font-size: 15px;
    margin-bottom: 10px;
}
.price-info__cost {
    display: block;
    font-size: 20px;
    color: #171717;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.price-info__cost span {
    white-space: nowrap;
    color: #d63b06;
}
.price-info a {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    text-decoration: underline;
}

@media only screen and (max-width: 650px) {
    .price-info__cost {
        font-size: 18px;
        line-height: 24px;
    }
}

.s-base__top-filter {
    display: flex;
    width: 100%;
}
.button-show-filter {
    padding: 0 20px;
    margin-left: 30px;
    transition: all .2s ease;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 2px;
    background-color: #ec4010;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;
}
.button-show-filter.on {
    color: #0b0b0b;
    border: 1px solid #dedede;
    background-color: #efefef;
}

@media only screen and (max-width: 1299px) {
    .s-base__top-filter {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 590px) {
    .s-base__top-filter {
        flex-wrap: wrap;
        justify-content: center;
    }
    .button-show-filter {
        margin-top: 15px;
        margin-left: 0;
    }
}
.s-base__menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 840px;
    align-items: center;
}
.s-base__menu:last-of-type {
    justify-content: space-between;
}
.menu-base__item[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}
.menu-base__item[disabled] > a {
    color: currentColor;
    display: inline-block;  /* For IE11/ MS Edge bug */
    pointer-events: none;
    text-decoration: none;
}
.menu-base-selects {
    display: flex;
    width: 100%;
    max-width: 480px;
    margin-right: 10px;
}
.menu-base-selects-item {
    width: 50%;
}
.menu-base-selects-item:first-child {
    margin-right: 15px;
}
.form-item .selectric-items li.selected {
    display: block;
}
.form-item .selectric-items li[data-index="0"] {
    display: none;
}

@media only screen and (max-width: 880px) {
    .s-base__menu {
        justify-content: center;
    }
    .menu-base-selects {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.fast-filters {
    max-width: 1250px;
    margin: 60px auto 50px;
}
.fast-filters-header {
    display: block;
    text-transform: uppercase;
    color: #171717;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2em;
    text-align: center;
    margin-bottom: 30px;
}
.fast-filters-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fast-filters a {
    margin-right: 20px;
    margin-bottom: 15px;
    padding: 6px 12px;
    border-radius: 15px;
    font-weight: 400;
    text-transform: none;
}

.s-comments {
    position: relative;
    display: block;
    padding-top: 80px;
    padding-bottom: 90px;
}
.s-comments--bg {
    background-color: #f4f4f4;
}
.s-comments__container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.s-comments__main {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.s-comments__headers {
    margin-bottom: 60px;
}
.s-comments__headers .yandex {
    color: #FF0000;
}
.s-comments__comment {
    width: 70%;
}
.s-comments__item {
    background-color: #f3f3f3;
    border-radius: 25px;
    padding: 25px;
    margin-bottom: 20px;
}
.s-comments--bg .s-comments__item {
    background-color: #fff;
}
.s-comments__name {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}
.s-comments__info {
    margin-bottom: 10px;
}
.s-comments__rating {
    display: inline-block;
    font-size: 0;
    margin-right: 8px;
}
.s-comments__rating span {
    padding: 0;
    font-size: 20px;
    line-height: 1;
    color: lightgrey;
}
.s-comments__rating > span:before {
    content: '★';
}
.s-comments__rating > span.active {
    color: #F7C70A;
}
.s-comments__date {
    font-family: "Roboto", sans-serif;
    color: #666;
}
.s-comments__comment p {
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
}
.s-comments__more {
    color: #f94e1e;
    text-decoration: underline;
    margin-left: 20px;
    font-size: 18px;
}
.s-comments__right {
    width: calc(30% - 40px);
    padding-top: 20px;
}
.s-comments__company-name {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}
.s-comments__company-address {
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #777;
}
.s-comments__review {
    width: 100%;
}

@media only screen and (max-width: 899px) {
    .s-comments__comment {
        width: 60%;
    }
    .s-comments__right {
        width: calc(40% - 40px);
    }
}

@media only screen and (max-width: 649px) {
    .s-comments {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .s-comments__headers {
        margin-bottom: 40px;
    }
    .s-comments__main {
        flex-flow: column nowrap;
    }
    .s-comments__comment {
        width: 100%;
        margin-bottom: 40px;
    }
    .s-comments__right {
        width: 100%;
        padding: 0 20px;
    }
}

@keyframes widget-chat-animation {
    0% {
        transform: rotate(0) scale(1.3)
    }
    20% {
        background-image: url(https://umnico.com/assets/image/widget-smile-cfca44717a0bfcb7e3f9de84d7559830.svg);
        transform: rotate(360deg) scale(1.3)
    }
    40% {
        background-image: url(https://umnico.com/assets/image/widget-smile-cfca44717a0bfcb7e3f9de84d7559830.svg);
        transform: rotate(360deg) scale(1.3)
    }
    60% {
        background-image: url(https://umnico.com/assets/image/widget-18873b3672571a2974b49f1c3977bbdb.svg);
        transform: rotate(720deg) scale(1.3)
    }
    100% {
        background-image: url(https://umnico.com/assets/image/widget-18873b3672571a2974b49f1c3977bbdb.svg);
        transform: rotate(720deg) scale(1.3)
    }
}

.cbk-phone {
    display: none !important;
}

.s-need__speakers {
    display: block;
    padding-top: 80px;
    padding-bottom: 10px;
}
.s-need__speakers .s-need__text {
    max-width: 950px;
}
.s-need__speakers .s-need__text p {
    font-size: 16px;
    line-height: 1.5;
}

.banner-soundly {
    width: fit-content;
    height: 270px;
    border: 0;
}
.banner-soundly__image {
    height: 100%;
    width: 100%;
    border: 0;
    object-fit: cover;
    object-position: left;
}

.banner-voice {
    width: fit-content;
    height: 180px;
    border: 0;
}
.banner-voice__image {
    height: 100%;
    width: 100%;
    border: 0;
    object-fit: cover;
    object-position: left;
}

.promo-block {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}
.promo-block img {
    max-width: 100%;
}

.button-show-filter svg {
    width: 25px;
    margin-right: 8px;
    color: #fff;
}

@media only screen and (max-width: 479px) {
    .button-show-filter {
        color: #000;
        background: none;
    }

    .button-show-filter svg path {
        fill: #000;
    }
}

@media only screen and (max-width: 549px) {
    .s-base__cards {
        justify-content: center;
        max-width: 100%;
    }
    .s-similar__items .card {
        width: 251px;
    }
    .s-similar__items .card__wrapper {
        width: 251px;
    }
}

a.whatsapp, a.telegram {
    display: inline-block;
    text-decoration: none;
}

.teacher-card {
    display: flex;
    align-items: start;
    gap: 57px;
    width: 100%;
    padding: 35px 50px;
    margin-bottom: 20px;
    background-color: #F4F4F4;
    border-radius: 55px;
 }
.teacher-card__left {
    display: flex;
    flex-shrink: 0;
    width: 282px;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}
.teacher-card__img {
    max-width: 100%;
    width: 282px;
    height: 304px;
    object-fit: cover;
    border-radius: 55px;
}
.teacher-card__price {
    text-align: center;
}
.teacher-card__price-value {
    display: inline-block;
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #C1492E;
    margin-bottom: 5px;
}
.teacher-card__price-value img {
    margin-right: 3px;
    margin-top: -3px;
}
.teacher-card__price-label {
    display: block;
    font-size: 15px;
    line-height: 100%;
    color: #717171;
}
.teacher-card__main {
    display: flex;
    flex-direction: column;
}
.teacher-card__goals {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.teacher-card__goals-items {
    display: flex;
    align-items: center;
    gap: 12px;
}
.teacher-card__goals-item {
    display: flex;
    height: 41px;
    background: #fff;
    padding: 10px;
    border-radius: 100px;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
    color: #3B4173;
}
.teacher-card__goals-item img {
    margin-top: -3px;
}
.teacher-card__info {
    margin-bottom: 15px;
}
.teacher-card__info-panel {
    display: flex;
    gap: 15px;
    align-items: center;
    height: 27px;
}
.teacher-card__info-rating {
    display: flex;
    gap: 5px;
    align-items: center;
}
.teacher-card__info-rating-stars {
    display: flex;
    gap: 5px;
    align-items: center;
}
.teacher-card__info-rating-val {
    font-size: 20px;
    font-weight: 500;
    color: #3B4173;
}
.teacher-card__info-rating-star {
    background: url("/img/school/star2.svg");
    width: 17px;
    height: 17px;
}
.teacher-card__info-reviews {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #3B4173;
    font-size: 15px;
    font-weight: 500;
}
.teacher-card__name {
    font-size: 20px;
    color: #C1492E;
    margin-bottom: 9px;
    transition: none;
}
.teacher-card__name span {
    border-bottom: 1px solid #C1492E;
}
.teacher-card__name svg {
    display: none;
    margin-left: 3px;
}
.teacher-card__name:hover {
    text-decoration: none;
}
.teacher-card__name:hover svg {
    display: inline;
}
.teacher-card__name:hover {
    font-weight: 700;
    color: #C1492E;
}
.teacher-card__description {
    font-size: 15px;
    color: #717171;
    margin-bottom: 24px;
}
.teacher-card__details {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 25px;
    margin-bottom: 24px;
}
.teacher-card__details-item {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 15px;
    color: #3B4173;
}
.teacher-card__details-metro {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 15px;
    color: #3B4173;
}
.teacher-card__details-metro-time {
    display: flex;
    gap: 7px;
    align-items: center;
    color: #717171;
    margin-left: 2px;
}
.teacher-card__buttons {
    display: flex;
    align-items: center;
    gap: 14px;
}
.teacher-card__main-button {
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #C1492E;
    padding: 15px 42px;
    border-radius: 15px;
}
.teacher-card__main-button:hover {
    text-decoration: none;
    color: #fff;
    background: #DF3E1A;
}
.teacher-card__telegram:hover svg {
    fill: #40C1FF;
}
.teacher-card__whatsapp:hover svg {
    fill: #58DF5D;
}
.teacher-card__phone:hover circle {
    fill: #DF3E1A;
}

@media only screen and (max-width: 479px) {
    .teacher-card {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
        width: 100%;
        padding: 25px 17px;
        border-radius: 25px;
    }
    .teacher-card__left {
        width: 234px;
    }
    .teacher-card__img {
        width: 234px;
        height: 252px;
        border-radius: 35px;
    }
    .teacher-card__goals {
        gap: 8px;
    }
    .teacher-card__goals-items {
        flex-wrap: wrap;
        gap: 5px;
    }
    .teacher-card__goals-item {
        font-size: 12px;
        height: 27px;
    }
    .teacher-card__goals-img {
        height: 27px;
        width: 27px;
    }
    .teacher-card__goals-item img {
        height: 14px;
        width: 14px;
    }
    .teacher-card__info-panel {
        height: 20px;
    }
    .teacher-card__info-rating-val {
        font-size: 18px;
    }
    .teacher-card__details {
        column-gap: 30px;
        row-gap: 15px;
    }
    .teacher-card__details-item {
        font-size: 14px;
    }
    .teacher-card__details-metro {
        font-size: 14px;
    }
    .teacher-card__buttons {
        gap: 6px;
        justify-content: space-between;
    }
}

.direct-voice-note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    position: sticky;
    top: 120px;
    border: 1px solid #C1492E;
    border-radius: 58px;
    padding: 72px 38px 43px;
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    color: #3B4173;
}
.direct-voice-note-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap: 15px;
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #C1492E;
    border-radius: 15px;
    letter-spacing: 0.03em;
}
.direct-voice-note-icon {
    position: absolute;
    top: 23px;
    left: 23px;
    opacity: 0.1;
}
.direct-voice-note-info {
    font-size: 16px;
    font-weight: 500;
}
.direct-voice-note-link {
    font-size: 16px;
    font-weight: 700;
    color: #C1492E;
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    .direct-voice-note {
        display: none;
    }
}

.promo-tg-voice {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
    height: 200px;
    position: relative;
    margin: 40px auto 30px;
    padding: 40px 65px;
    border: 1px solid #C1492E;
    border-radius: 30px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    line-height: 1.35;
    color: #3B4173;
}
.promo-tg-voice-item {
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
}
.promo-tg-voice-item > svg {
    display: none;
}
.promo-tg-voice-item-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap: 15px;
    width: 160px;
    height: 50px;
    color: #fff;
    background-color: #C1492E;
    border-radius: 15px;
    letter-spacing: 0.03em;
}
.promo-tg-voice-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0.1;
}

.tg-voices {
    width: 100%;
    padding: 25px 40px;
    margin-top: 50px;
    margin-bottom: 40px;
    background-color: #C1492E;
    border-radius: 15px;
}
.tg-voices-header {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
    margin-bottom: 6px;
}
.tg-voices-subheader {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    color: #fff;
    margin-bottom: 20px;
}
.tg-voices-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.tg-voices-item-more {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    max-width: 100px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    color: #fff;
}
.tg-voices-item-more:hover {
    text-decoration: none;
    color: #fff;
}
.tg-voices-item-more:hover svg {
    fill: #DF3E1A;
}
.tg-voices-item-more:hover #tg-voices-item-more-arrow {
    stroke: #fff;
}
.tg-voices-item .card__button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 180px;
    margin: 0 auto 18px;
    height: 50px;
    padding: unset;
    font-size: 15px;
}

@media only screen and (max-width: 479px) {
    .promo-tg-voice {
        height: auto;
        gap: 30px;
        margin: 0;
        padding: 23px;
    }
    .promo-tg-voice-item {
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
    }

    .tg-voices {
        width: auto;
        padding: 20px;
        margin-right: -15px;
        margin-left: -15px;
        border-radius: 0;
    }
    .tg-voices-header {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .tg-voices-subheader {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .tg-voices-items {
        justify-content: center;
    }
    .tg-voices-item .card__button {
        width: 100%;
        max-width: unset;
        height: 45px;
    }
    .tg-voices-item .card__button svg {
        width: 32px;
        height: 32px;
    }
    .tg-voices-item-more {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: unset;
        height: 50px;
        margin-top: 5px;
        border: 1px solid #fff;
        border-radius: 15px;
    }
    .tg-voices-item-more > svg {
        display: none;
    }
}

.s-rating {
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
}
.s-rating_main {
    margin-bottom: 40px;
}
.s-rating__container {
    max-width: 1300px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.s-rating_main-top {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}
.s-rating_main-top-item {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: calc(50% - 20px);
    height: 189px;
    padding: 28px 69px;
    font-family: "Roboto", sans-serif;
    color: #3B4173;
    border: 1px solid #C1492E;
    border-radius: 15px;
}
.s-rating_main-top-item-main {
    gap: 40px;
    background-color: #C1492E;
    color: #fff;
}
.s-rating_main-top-item-right img {
    height: 235px;
    position: absolute;
    bottom: 0;
    right: 30px;
}
.s-rating_main-top-item-count {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.35;
}
.s-rating_main-top-item-text {
    font-size: 20px;
    font-weight: 400;
}
.s-rating_main-top-item-label {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 11px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background-color: #C1492E;
    border-radius: 15px;
}
.s-rating_main-top-item-label:hover {
    text-decoration: none;
    color: #fff;
}
.s-rating_main-top-item-main .s-rating_main-top-item-label {
    border: 1px solid #fff;
}
.s-rating_main-bottom {
    display: flex;
    gap: 40px;
}
.s-rating_main-bottom-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: calc(50% - 20px);
    height: 134px;
    padding: 16px 8px;
    background-color: #BCBFD7;
    border-radius: 15px;
    font-family: "Roboto", sans-serif;
    color: #3B4173;
}
.s-rating_main-bottom-item-count {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.35;
}
.s-rating_main-bottom-item-text {
    font-size: 20px;
    font-weight: 400;
}

.s-rating_popular {
    padding-top: 35px;
}
.s-rating_popular__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #3B4173;
    text-align: center;
    margin-bottom: 30px;
}
.s-rating_popular__items {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}
.s-rating_popular__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F4F4F4;
    border-radius: 35px;
    width: 260px;
    height: 378px;
    padding: 31px 30px;
    font-family: "Roboto", sans-serif;
    color: #3B4173;
}
.s-rating_popular__item-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.s-rating_popular__item-name {
    font-size: 25px;
    font-weight: 700;
}
.s-rating_popular__item-count {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
}
.s-rating_popular__item-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 22px;
    border-top: 1px solid rgba(193, 73, 46, 0.2);
}
.s-rating_popular__item-item {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 400;
}
.s-rating_popular__item-item-link:hover {
    text-decoration: none;
    color: #C1492E;
}
.s-rating_popular__item-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding: 10px;
    background-color: #C1492E;
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.s-rating_popular__item-button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #DF3E1A;
}

@media only screen and (max-width: 549px) {
    .s-rating {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .s-rating_main-top {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 15px;
    }
    .s-rating_main-top-item {
        width: 100%;
        height: 157px;
        flex-direction: column;
        overflow: hidden;
        max-width: 300px;
        padding: 30px 20px;
        margin: 0 auto;
    }
    .s-rating_main-top-item-count {
        font-size: 27px;
    }
    .s-rating_main-top-item-text {
        font-size: 15px;
    }
    .s-rating_main-top-item-label {
        font-size: 15px;
    }
    .s-rating_main-bottom-item-count {
        font-size: 20px;
    }
    .s-rating_main-bottom {
        flex-wrap: wrap;
        gap: 15px;
    }
    .s-rating_main-bottom-item {
        width: 100%;
        max-width: 300px;
        padding: 20px 10px;
        margin: 0 auto;
        height: auto;
        min-height: 94px;
    }
    .s-rating_main-top-item-right img {
        margin-bottom: -28px;
        height: 108%;
        right: -25px;
    }
    .s-rating_popular {
        padding-top: 0;
    }
    .s-rating_popular__items {
        gap: 15px;
    }
    .s-rating_popular__item-item {
        font-size: 15px;
    }
    .s-rating_popular__item-list {
        padding-top: 15px;
    }
    .s-rating_popular__item-top {
        margin-bottom: 15px;
    }
    .s-rating_popular__header {
        font-size: 20px;
    }
    .s-rating_popular__header svg {
        width: 35px;
        height: 35px;
    }
    .s-rating_popular__item {
        width: 300px;
        height: 303px;
    }
    .s-rating_popular__item-name {
        font-size: 20px;
    }
    .s-rating_popular__item-count {
        font-size: 15px;
        line-height: 24px;
    }
}
.card__button-tg {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #DF3E1A;
    padding: 16px 0 14px;
    margin: -15px auto 0;
}
.card__button-tg span {
    border-bottom: 1px solid #DF3E1A;
}