

/* 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-element-list/style.css?17344205627461*/
.hotels {
    margin-bottom: 100px;
}
.hotels__top {
    position: relative;
}
.hotels__image-pattern-3 {
    position: absolute;
    left: 760px;
    top: -10px;
    transform: rotate(4deg);
}
.hotels__content {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 20px;
}
.hotels__left {
}
.hotels__right {
}

.hotels__items {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-bottom: 48px;
}
.hotels__items::before {
    content: '';
    position: absolute;
    right: -20px;
    top: -20px;
    width: 292px;
    height: 360px;
    z-index: -1;
    background: url('/local/templates/gotoural/components/bitrix/news.list/guide-element-list/../../../../images/guide/pattern-for-hotels.png') top no-repeat;
}
.hotels__items::after {
    content: '';
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 292px;
    height: 360px;
    z-index: -1;
    background: url('/local/templates/gotoural/components/bitrix/news.list/guide-element-list/../../../../images/guide/pattern-for-hotels2.png') top no-repeat;
}
.hotels__item {
    position: relative;
    transition: all 0.3s ease 0;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}
.hotels__item-image {
    border-radius: 30px;
    position: relative;
    height: auto;
    max-height: 220px;
    overflow: hidden;
    margin-bottom: 16px;
}
.hotels__item-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 35px;
}
.hotels__item-hover {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 20px;
    padding-right: 20px;
    background: #fff;
    transition: all 0.6s ease 0s;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
}
.hotels__item-hover.active {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.hotels__item-hover .hotels__item-info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 16px;
}
.hotels__item-info span,
.popup-hotels__text span {
    color: #8c959c !important;
}
.hotels__item-hover .hotels__item-title {
    color: #009474;
}
.hotels__item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25.8px;
    margin-bottom: 8px;
    color: #000;
}
.hotels__item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #8c959c;
}
.hotels__item-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    gap: 16px;
    font-weight: 500;
    line-height: 25.6px;
    background: #009474;
    padding: 8px 8px 8px 24px;
    border-radius: 100px;
    color: #fff;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.hotels__item-btn-image {
    padding: 10px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.popup-hotels {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 440px;
    height: 407px;
    background-color: #fff;
    border-radius: 40px;
    padding: 40px;
}
.popup-hotels__title {
    font-size: 32px;
    font-weight: 700;
}
.popup-hotels__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.popup__close {
    background: #f1f1f1;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}
.popup-hotels__center {
    padding: 16px;
    border-radius: 16px;
    background: #f1f1f1;
    margin-bottom: 10px;
}
.popup-hotels__center-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}
.popup-hotels__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}
.popup-hotels__link-hotels {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    border: 1px solid #f1f1f1;
    border-radius: 100px;
    gap: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.popup-hotels__content.for-tablet-mob {
    display: none;
}

@media (max-width: 1024px) {
    .hotels__content {
        grid-template-columns: 240px 1fr;
    }
}

@media (max-width: 768px) {
    .hotels__content {
        display: flex;
        flex-direction: column;
    }
    .hotels__more-btn {
        display: none;
    }
    .hotels__pagination {
        display: none;
    }
    .popup-hotels {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        padding: 32px;
    }
    .popup-hotels__content {
        display: none;
    }
    .popup-hotels__content.for-tablet-mob {
        display: block;
    }
    .popup-hotels__top {
        align-items: flex-start;
        margin-bottom: 16px;
    }
    .popup-hotels__title {
        width: 90%;
    }
    .popup-hotels__text {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        color: #8c959c;
        padding-bottom: 32px;
        margin-bottom: 32px;
        border-bottom: 1px solid #f1f1f1;
    }
    .popup-hotels__center {
        padding: 0;
        background: transparent;
        margin-bottom: 20px;
    }
    .popup-hotels__center-title {
        font-size: 20px;
        line-height: 25px;
    }
    .popup-hotels__image {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .popup-hotels__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 499.98px) {
    .hotels {
        margin-bottom: 64px;
    }
    .hotels__items::before,
    .hotels__items::after {
        display: none;
    }
    .popup-hotels__top {
        margin-bottom: 8px;
    }
    .popup-hotels {
        padding: 20px;
    }
    .popup-hotels__title {
        font-size: 20px;
        line-height: 25px;
    }
    .popup-hotels__info {
        margin-bottom: 24px;
    }
    .popup-hotels__content.for-tablet-mob .popup-hotels__info {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 11;
        overflow: hidden;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .popup-hotels__text {
        padding: 0;
        margin: 0;
        border-bottom: none;
    }
    .popup-hotels__center-title {
        font-size: 18px;
        line-height: 23px;
        padding-top: 24px;
        border-top: 1px solid #f1f1f1;
    }
}
@media (any-hover: hover) {
    .popup-hotels__link-hotels:hover {
        background: #f1f1f1;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
    }
    .hotels__item:hover .hotels__item-hover {
        top: 0px;
        transition: all 0.6s ease 0s;
        opacity: 1;
        visibility: visible;
    }
    .hotels__item-btn:hover {
        background: #03745b;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
    }
}

/* End */


/* Start:/local/templates/gotoural/components/bitrix/menu/left/style.css?17352906283321*/
.hotels__tabs-container {
    position: sticky;
    top: 20px;
}
.hotels__tabs {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}
.hotels__tabs-tablet {
    display: none;
}
.hotels__tab {
    display: block;
    color: #000;
    background: transparent;
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.64px;
    padding: 16px 20px;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.hotels__tab:last-child {
    border-bottom: none;
}
.hotels__tab.active {
    background: #009474;
    color: #fff;
}
.popup-menu {
    display: none;
}

@media (max-width: 768px) {
    .hotels__tabs {
        display: none;
    }
    .hotels__tabs-tablet {
        display: block;
        margin-bottom: 40px;
    }
    .hotels__tab-tablet {
        border: 1px solid #8c959c33;
        border-radius: 40px;
        display: flex;
        height: 52px;
        padding: 0 16px;
        align-items: center;
        justify-content: space-between;
    }
    .hotels__tab-tablet-info {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .hotels__tab-tablet-text {
        font-size: 14px;
        line-height: 18px;
        color: #8c959c;
    }
    .hotels__tab-tablet-btn {
        background: transparent;
        font-size: 14px;
        font-weight: 500;
        line-height: 18.06px;
        color: #000;
    }
    .popup-menu {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding: 32px 40px;
        overflow-y: scroll;
    }
    .popup-menu__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    .popup-menu__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 30.96px;
    }
    .popup-menu__links {
        margin-top: 40px;
    }
    .popup-menu__li {
        margin-bottom: 32px;
        position: relative;
    }
    .popup-menu__li:last-child {
        margin-bottom: 0;
    }
    .popup-menu__li::before {
        content: '';
        position: absolute;
        left: 0;
        top: -16px;
        height: 1px;
        width: 100%;
        background: #f1f1f1;
    }
    .popup-menu__li:last-child::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -16px;
        height: 1px;
        width: 100%;
        background: #f1f1f1;
    }
    .popup-menu__li a {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.64px;
    }
}
@media (max-width: 499.98px) {
    .hotels__tab-tablet {
        height: 61px;
        padding: 0 24px;
    }
    .hotels__tab-tablet-info {
        display: block;
    }
    .hotels__tab-tablet-text {
        font-size: 12px;
        line-height: 15px;
    }
    .popup-menu {
        padding: 20px;
    }
    .popup-menu__li:last-child::after {
        display: none;
    }
}
@media (any-hover: hover) {
    .hotels__tab:not(.active):hover {
        background: #f1f1f1;

        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
    }
}

/* End */
/* /local/templates/gotoural/components/bitrix/system.pagenavigation/ajax/style.css?17352906282233 */
/* /local/templates/gotoural/components/bitrix/news.list/guide-element-list/style.css?17344205627461 */
/* /local/templates/gotoural/components/bitrix/menu/left/style.css?17352906283321 */
