

/* Start:/local/components/itbridges/main.services/templates/.default/style.css?17791133564362*/
.service-cards {
    padding: 24px 0;
    overflow: hidden;
}

.service-cards__title {
    font-size: 44px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 32px;
}
@media screen and (max-width: 63.9988em) {
    .service-cards__title {
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 24px;
    }
}

.service-cards *,
.service-cards *::before,
.service-cards *::after {
    box-sizing: border-box;
}

.service-cards__container {
    width: min(100%, 1160px);
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.service-card {
    position: relative;
    min-height: 520px;
    padding: 30px 26px 32px;
    overflow: hidden;

    background:
            radial-gradient(circle at 100% 0%, rgba(71, 94, 190, 0.11), transparent 34%),
            linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
    border-radius: 34px;
    box-shadow: 0 5px 5px 4px rgba(125, 111, 164, 0.05), 0 4px 20px 8px rgba(95, 104, 168, 0.09);

    color: #253f99;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
            linear-gradient(
                    135deg,
                    rgba(255, 255, 255, 0.9) 0%,
                    rgba(255, 255, 255, 0) 45%
            );
}

.service-card__head,
.service-card__body {
    position: relative;
    z-index: 1;
}

.service-card__head {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    color: inherit;
    cursor: default;
}

.service-card__title {
    display: block;
    margin-bottom: 16px;

    font-size: 20px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.service-card__icon {
    display: none;
}

.service-card__text {
    margin: 0 0 16px;

    font-size: 12px;
    line-height: 1.45;
    font-weight: 400;
    color: #4b4d5a;
}

.service-card__list {
    margin: 0;
    padding-left: 18px;
}

.service-card__item {
    margin-bottom: 9px;

    font-size: 17px;
    line-height: 1.22;
    font-weight: 750;
    color: #253f99;
}

.service-card__item::marker {
    font-size: 0.75em;
}

@media (max-width: 1100px) {
    .service-cards__container {
        gap: 22px;
        padding: 0 20px;
    }

    .service-card {
        padding: 28px 22px 30px;
    }

    .service-card__title {
        font-size: 17px;
    }

    .service-card__item {
        font-size: 15px;
    }
}

/* Мобильная версия: горизонтальный скролл-карусель */

@media (max-width: 767px) {
    .service-cards {
        padding: 32px 0;
    }

    .service-cards__container {
        width: 100%;
        margin: 0;

        display: flex;
        grid-template-columns: none;
        gap: 16px;

        padding: 0 34px;

        overflow-x: auto;
        overflow-y: visible;
        scroll-snap-type: x mandatory;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .service-cards__container::-webkit-scrollbar {
        display: none;
    }

    .service-card {
        flex: 0 0 calc(100vw - 68px);
        min-height: 480px;
        padding: 28px 22px 30px;

        border-radius: 30px;
        scroll-snap-align: center;
        scroll-snap-stop: always;

        transform: none;
    }

    .service-card__head {
        cursor: default;
    }

    .service-card__title {
        margin-bottom: 18px;

        font-size: 19px;
        line-height: 1.16;
    }

    .service-card__text {
        margin-bottom: 22px;

        font-size: 11px;
        line-height: 1.45;
    }

    .service-card__list {
        padding-left: 18px;
    }

    .service-card__item {
        margin-bottom: 9px;

        font-size: 16px;
        line-height: 1.24;
    }
}

@media (max-width: 420px) {
    .service-cards__container {
        padding: 0 28px;
    }

    .service-card {
        flex-basis: calc(100vw - 56px);
        min-height: 460px;
    }

    .service-card__title {
        font-size: 18px;
    }

    .service-card__item {
        font-size: 15px;
    }
}
/* End */


/* 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/components/itbridges/main.services/templates/.default/style.css?17791133564362 */
/* /local/templates/ionika/components/bitrix/news.list/rating/style.css?17745219801837 */
