.page-content sup {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

@media (max-width: 992px) {
    .body-home .page-iheader__img {
        bottom: 0!important;
    }
}

/***********/
.m-list-schema .row {
    --ui-gutter-y: 50px
}
.m-list-schema .m-schema__footer {
    margin-top: 50px;
}


.h-adventures__product img {
    max-width: 95%;
}
@media (max-width: 992px) {
    .entity-header .e-decor__round {
        max-width: 100%;
    }
    .entity-header .e-decor {
        padding-bottom: 130px;
    }
    .entity-header .e-decor_children .e-decor__product {
        right: -1%;
    }
    .h-adventures__product {
        margin-top: 60px;
    }
}
@media (min-width: 992px) {

    .h-adventures__product {
        text-align: center;
        margin-top: -160px;
    }
}




.pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.pagination .page-item {
    margin: 0 2px;
}

.pagination .page-link {
    color: #1B3F5F;
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination .page-item.active .page-link {
    background-color: #F1656E;
    border-color: #F1656E;
    color: white;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination .page-link:hover:not(.disabled) {
    background-color: #f8f9fa;
    color: #F1656E;
    border-color: #F1656E;
}

/* Articles list styles */
.articles__item {
    padding-left: 20px;
}

@media (min-width: 992px) {
    .articles__item {
        padding-left: 45px;
    }
}

video {
    width: 100%;
}




.banner-card {
    box-shadow: 0 2px 100px 10px rgba(27, 63, 95, 0.05);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    padding: 100px 11px 62px;
}
.banner-card__container {
    padding: 0 79px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.banner-card__title {
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    color: #1b3f5f;
}
.banner-card__expert {
    margin: 18px 0 38px;
    padding: 35px 20px;
    background: linear-gradient(to right, #B3DAFB, white);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (min-width: 577px) {
    .banner-card__expert {
        flex-direction: row;
        padding: 50px 30px;
    }
}
@media (min-width: 769px) {
    .banner-card__expert {
        padding: 68px 39px;
    }
}
.banner-card__expert__image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
}
@media (min-width: 1101px) {
    .banner-card__expert__image {
        width: 193px;
        height: 193px;
    }
}
.banner-card__expert__image img {
    width: 100%;
}
.banner-card__expert__info {
    text-align: center;
}
@media (min-width: 577px) {
    .banner-card__expert__info {
        text-align: unset;
        width: calc((100% - 140px) / 2);
    }
}
@media (min-width: 1101px) {
    .banner-card__expert__info {
        width: calc((100% - 193px) / 2);
    }
}
.banner-card__expert__info span {
    margin-top: 3px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #435568;
}
@media (min-width: 769px) {
    .banner-card__expert__info span {
        font-size: 20px;
    }
}
@media (min-width: 1101px) {
    .banner-card__expert__info span {
        font-size: 24px;
    }
}
.banner-card__expert__info:first-child {
    padding-bottom: 20px;
}
@media (min-width: 577px) {
    .banner-card__expert__info:first-child {
        padding-bottom: 0;
        padding-right: 20px;
    }
}
@media (min-width: 769px) {
    .banner-card__expert__info:first-child {
        padding-right: 30px;
    }
}
@media (min-width: 1101px) {
    .banner-card__expert__info:first-child {
        padding-right: 40px;
    }
}
.banner-card__expert__info:last-child {
    padding-top: 20px;
}
@media (min-width: 577px) {
    .banner-card__expert__info:last-child {
        padding-top: 0;
        padding-left: 20px;
    }
}
@media (min-width: 769px) {
    .banner-card__expert__info:last-child {
        padding-left: 30px;
    }
}
@media (min-width: 1101px) {
    .banner-card__expert__info:last-child {
        padding-left: 40px;
    }
}
.banner-card__expert__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #1b3f5f;
}
@media (min-width: 769px) {
    .banner-card__expert__title {
        font-size: 24px;
    }
}
@media (min-width: 1101px) {
    .banner-card__expert__title {
        font-size: 30px;
    }
}
.banner-card__expert__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 142%;
    color: #435568;
}
@media (min-width: 769px) {
    .banner-card__expert__name {
        font-size: 20px;
    }
}
@media (min-width: 1101px) {
    .banner-card__expert__name {
        font-size: 24px;
    }
}
.banner-card__row {
    display: flex;
}
.banner-card__row__image {
    min-width: 278px;
    height: 278px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 79px;
}
.banner-card__row__image img {
    width: 100%;
}
.banner-card__info {
    font-weight: 400;
    font-size: 22px;
    color: #1b3f5f;
}
.banner-card__subtitle {
    width: 100%;
    font-weight: 600;
    font-size: 28px;
    line-height: 86%;
    text-transform: uppercase;
    color: #1b3f5f;
    padding-bottom: 30px;
}

.text img {
    max-width: 100%;
    height: auto;
}

.swiper-wrapper {
    height: auto;
}
