

/* Start:/local/templates/ionika/components/bitrix/news.list/rating/style.css?17745219801837*/
a:active,
a:hover,
a {
    text-decoration: none;
    color: inherit;
}

.rating {
    max-width: 1238px;
    margin: 0 auto;
    padding: 91px 0 91px 0;
    font-family: "Formular", sans-serif;
    color: #4b4d5a;
}

.rating__title {
    font-weight: 900;
    font-size: 44px;
    line-height: 109%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #4b4d5a;
    margin: 0 0 25px 0;
}

.rating__list {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}

.rating__link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.rating__item {
    box-sizing: border-box;
    flex-basis: 287px;
    padding: 24px;
    border-radius: 20px;
    height: 146px;
    box-shadow: 0 5px 5px 4px rgba(125, 111, 164, 0.05), 0 4px 20px 8px rgba(95, 104, 168, 0.09);
    background: #fff;
    list-style: none;
}

.rating__item:not(:last-child) {
    margin-right: 30px;
}

.rating__bottom {
    display: flex;
    align-items: baseline;
}

.rating__stars {
    margin-right: 7px;
}

.rating__number {
    margin: 0 7px 0 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 133%;
}

.rating__text {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
}

@media screen and (max-width: 500px) {
    .rating {
        max-width: 100%;
        margin: 0 20px;
        padding: 54px 0 54px 0;
    }

    .rating__title {
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0.1em;
        text-align: center;
        margin: 0 0 12px 0;
    }

    .rating__list {
        flex-direction: column;
    }

    .rating__item {
        flex-basis: 115px;
    }

    .rating__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* End */
/* /local/templates/ionika/components/bitrix/news.list/rating/style.css?17745219801837 */
