

/* Start:/local/templates/gotoural/components/bitrix/system.pagenavigation/ajax/style.css?17352906282233*/
.pagination__container {
    max-width: 1400px;
    margin: 0 auto 100px;
    padding: 0 20px;
}
.events-cards__more-btn {
    width: 100%;
    background: #fff;
    border: 1px solid #8c959c33;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    font-size: 16px;
    padding: 18px 0;
    margin-bottom: 40px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    color: #000;
}
.events-cards__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.events-cards__li-next {
}
.events-cards__li {
}
.events-cards__link.prev-link,
.events-cards__link.next-link {
    background: #f1f1f1;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 17px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.events-cards__link-comma {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.events-cards__link {
    color: #000;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.events-cards__pagination .active {
    border-radius: 50%;
    border: 1px solid #8c959c33;
}

@media (max-width: 550px) {
    .events-cards__pagination {
        gap: 4px;
    }
    .events-cards__more-btn {
        margin-bottom: 24px;
    }
    .events-cards__link.prev-link,
    .events-cards__link.next-link {
        margin: 0 10px;
    }
    .events-cards__li.hide-on-mob {
        display: none;
    }
}

@media (any-hover: hover) {
    .events-cards__more-btn:hover {
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        background: #dddddd;
    }
    a.events-cards__link.prev-link:hover,
    a.events-cards__link.next-link:hover {
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        background: #dddddd;
    }
    a.events-cards__link:hover {
        background: #f1f1f1;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
}
/* End */


/* Start:/local/templates/gotoural/components/bitrix/news.list/guide-section-list/style.css?17334072025651*/
.guide-page {
    margin-bottom: 100px;
}
.guide-page__top {
    display: flex;
    max-width: 870px;
    align-items: center;
    gap: 40px;
    position: relative;
}
.guide-page__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 32px;
}
.guide-page__image-pattern-3 {
    position: absolute;
    right: 0;
    top: -25px;
}
.guide-page__body {
    position: relative;
}
.guide-page__body::before {
    /* content: '';
    position: absolute;
    right: 500px;
    top: -20px;
    width: 500px;
    height: 150px;
    background: url('/local/templates/gotoural/components/bitrix/news.list/guide-section-list/../../images/line-pattern-3.png') center top / 450px
        no-repeat; */
}
.guide-page__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(275px, 1fr));
    gap: 20px;
    position: relative;
}
.guide-page__items::before {
    content: '';
    position: absolute;
    right: -20px;
    top: -30px;
    width: 400px;
    height: 300px;
    z-index: -1;
    background: url(/local/templates/gotoural/images/pattern2.png) top no-repeat;
}
.guide-page__items::after {
    content: '';
    position: absolute;
    left: -20px;
    bottom: -30px;
    width: 400px;
    height: 300px;
    z-index: -1;
    background: url(/local/templates/gotoural/images/pattern3.png) left bottom no-repeat;
}
.guide-page__item {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.guide-page__item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    background: #0e4a36;
    border-radius: 30px;
    z-index: 1;
}
.image {
    border-radius: 30px;
    width: 100%;
    height: 294px;
    object-fit: cover;
}
.guide-page__item .image {
    transition: transform 0.6s ease;
}

.guide-page__item-info {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 3;
}
.guide-page__item-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.96px;
}
.guide-page__item-btn {
    padding: 10px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}
.guide-page__item-btn img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
@media (min-width: 500px) {
    .guide-page__items .guide-page__item:nth-child(n + 8) {
        display: block; /* Оставляем только первые 7 карточек */
    }

    .guide-page__show-more-btn {
        display: none; /* Скрываем кнопку на экранах больше 499px */
    }
}
@media (max-width: 1024px) {
    .guide-page__item-action {
        padding-right: 10px;
    }
    .guide-page__items::before,
    .guide-page__items::after {
        width: 300px;
    }
    .guide-page__items::before {
        right: -10px;
    }
    .guide-page__items::after {
        left: -15px;
    }
}
@media (max-width: 900px) {
    .guide-page__items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .guide-page__items::before,
    .guide-page__items::after {
        width: 360px;
    }
    .guide-page__items::before {
        right: -10px;
    }
    .guide-page__items::after {
        left: -15px;
    }
    .guide-page__image-pattern-3 {
        width: 410px;
        top: -10px;
        right: -33px;
    }
}
@media (max-width: 768px) {
    .guide-page__top {
        position: relative;
    }
    .guide-page__image-pattern-3 {
        position: absolute;
        left: 360px;
        top: -20px;
    }
    .guide-page__items::before,
    .guide-page__items::after {
        width: 335px;
        height: 244px;
    }
    .guide-page__item-btn {
        display: none;
    }
    .guide-page__items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .image {
        border-radius: 30px;
        width: 100%;
        height: 244px;
        object-fit: cover;
    }
}
@media (max-width: 645px) {
    .guide-page__item-title {
        font-size: 22px;
    }
    .guide-page__item-info {
        left: 10px;
        bottom: 15px;
        width: 100%;
        gap: 20px;
    }
    .guide-page__item-action {
        padding-right: 20px;
    }
}

@media (max-width: 499.98px) {
    .guide-page {
        margin-bottom: 64px;
    }
    .guide-page__image-pattern-3 {
        display: none;
    }
    .guide-page__items::before {
        top: -20px;
        right: -20px;
    }
    .guide-page__items::after {
    }

    .guide-page__items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .guide-page__item-info {
        left: 20px;
        bottom: 20px;
    }
    .guide-page__title {
        font-size: 32px;
        line-height: 41.28px;
        margin-bottom: 24px;
    }
    .guide-page__item-title {
        font-size: 20px;
        line-height: 25px;
    }
    .guide-page__show-more-btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 52px;
        border-radius: 40px;
        font-size: 14px;
        line-height: 18px;
        background: transparent;
        border: 1px solid #8c959c33;
    }
}
@media (any-hover: hover) {
    .guide-page__item:hover .image {
        transform: scale(1.2);
    }
    .guide-page__item-btn:hover img {
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transform: rotate(30deg);
    }
}

/* End */
/* /local/templates/gotoural/components/bitrix/system.pagenavigation/ajax/style.css?17352906282233 */
/* /local/templates/gotoural/components/bitrix/news.list/guide-section-list/style.css?17334072025651 */
