

/* Start:/local/templates/travelday-klbr/template_styles.css?175165732114267*/
.shimmer-effect {
    position: relative;
    overflow: hidden;
    border-radius: 0px !important;
}

.shimmer-effect::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: shimmer 1.5s infinite;
    z-index: 10;
    /*display: none;*/
}

.shimmer-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    z-index: 10;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.card__variant.shimmer-effect {
    width: 131px;
}
.card__variant.shimmer-effect-short {
    width: 40px;
}
.card__current-price.shimmer-effect {
    width: 70px;
}
.card__old-price.shimmer-effect {
    width: 40px;
}
.card__price-desc.shimmer-effect {
    margin-top: 5px;
}
.cart-card.shimmer-effect::before,
.cart-aside.shimmer-effect:before {
    border-radius: 32px !important;
}
.excursion-ticket .shimmer-effect:not(.card__price)::before {
    background-color: #e9e9e9;
}
.excursion-ticket .shimmer-effect {
    border-radius: 10px !important;
    border: none;
}
.cart-blank__item--shimmer {
    width: 94px;
    height: 60px;
}
.cart-blank__item-datepicker {
    order: 10;
}
.cart-blank__list--times .shimmer-effect,
.cart-blank__list--times-back .shimmer-effect {
    width: 67px;
    height: 44px;
}
.card__price.shimmer-effect {
    width: 73px;
    height: 24px;
}

.cart-blank__main-item .c-flex.c-flex-column.gap-4 {
    max-width: 145px;
}
.ui-datepicker-trigger {
    display: none;
}

.price-old-outer {
    color: #a6a6a6;
    position: relative;
    text-decoration: line-through;
    text-decoration-color: #707070;
    margin-right: 12px;
}

.cart-blank__main-list--foreigners .label {
    cursor: pointer;
}

.cart-blank__main-list--foreigners .label svg {
    transform: rotate(0deg);
    transition: 0.4s transform;
}

.cart-blank__main-list--foreigners .label.active svg {
    transform: rotate(180deg);
}

.search-result-item .right.shimmer-effect {
    width: 56px;
    height: 40px;
    border-radius: 12px !important;
}

.search-result-item .body-m-3.shimmer-effect {
    height: 19px;
    border-radius: 5px !important;
    width: 80%;
}
.search-result-item .body-s-1.shimmer-effect {
    height: 17px;
    border-radius: 5px !important;
    width: 130px;
}

.search-result-item .left {
    width: 100%;
}

.bx-categories__item--hidden {
    display: none !important;
}

.bx-cstm-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    opacity: 0;
    top: 0;
    left: 0;
    transition: 0.4s opacity;
}
.bx-cstm-loader--relative {
    position: relative;
    width: 50px;
    height: 50px;
}

.loader {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:
        radial-gradient(farthest-side, #7f56d9 94%, #0000) top/4px 4px no-repeat,
        conic-gradient(#0000 30%, #7f56d9);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 0);
    animation: spinner-ub 0.8s infinite linear;
}

@keyframes spinner-ub {
    100% {
        transform: rotate(1turn);
    }
}
.loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.bx-cstm-loader.animated {
    opacity: 0.7;
}
.added-in-basket {
    background-color: #ff5277 !important;
    color: #fff !important;
}

/* front fix */
.card__text {
    position: relative;
    z-index: 2;
}
.payment-method__logos img {
    height: 16px;
    width: auto;
    border-radius: 0;
}

.search-result-item-img img {
    width: 56px;
    height: 40px;
    border-radius: 12px;
    object-fit: cover;
}
.categories__item--violet {
    border-color: #7f56d9 !important;
}
.categories__item--violet .title {
    color: #7f56d9;
}
.pagination-number.active {
    border-color: #d9d9d9 !important;
}
.pagination-number a,
.button-pagination a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.excursion-gallery__swiper-bottom .item img {
    aspect-ratio: 124 / 83;
    cursor: pointer;
}
.faq__item--btn {
    display: block;
    width: 100% !important;
    margin-top: 20px;
}
.excursion-ticket .cart-blank__footer .btns .button[disabled] {
    opacity: 0.4;
    cursor: no-drop;
}
.cart-blank__form {
    /*max-height: 130vh;*/
    /*overflow: auto;*/
}
footer {
    margin-top: 2rem;
}
html .header-menu {
    position: fixed;
}
html .header__container,
html .header__mobile {
    top: 0;
}
.search-content-container__item-right img {
    width: 132px !important;
    aspect-ratio: 132/88 !important;
}
.search-all-list {
    max-height: calc(100vh - 345px);
    overflow: auto;
}

.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 19;
    display: none;
    align-items: center;
    overflow: auto;
    padding-bottom: 40px;
}
.popup.open {
    display: flex;
}
.popup-container {
    height: 100dvh;
    position: relative;
    top: 6rem;
    flex: 1;
    border-radius: 1.25rem;
    z-index: 101;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 2.5rem 0;
    max-width: 53rem;
    width: 100%;
    background-color: #fff;
}
.popup .get-back {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left: -10.9375rem;
    top: 3.0625rem;
}
.popup .get-back .icon {
    background-color: #f5f5f5;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup .get-back .body-m-2 {
    transition: color 0.3s ease-in-out;
}
.select-list .item {
    transition: 0.4s all;
}
.select-list .cart-blank__radio-input:disabled ~ .item {
    opacity: 0.4;
}
.cart-blank__main-item a {
    color: #7f56d9 !important;
    width: fit-content;
}

.price-filter-clear {
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
    display: inline-flex;
    align-items: center;
}

.filter__item.filter__item--selected {
    background-color: #7f56d91a;
}
.filter__item.filter__item--selected .filter__label--text {
    color: #7f56d9;
}
.filter__item.filter__item--selected .arrow {
    display: none;
}
.filter__item--selected .comiseo-daterangepicker-triggerbutton,
.filter__item--selected .comiseo-daterangepicker-triggerbutton:hover,
.filter__item--selected .comiseo-daterangepicker-triggerbutton:active,
.filter__item--selected .comiseo-daterangepicker-triggerbutton:focus {
    color: #7f56d9;
}
.filter__item--selected .comiseo-daterangepicker-triggerbutton .ui-button-icon.custom-date-icon {
    background-image: url('/_inc.icons/date-picker-active.svg');
}
.cart-card__list-item .icon {
    min-width: 16px;
}
.cart-blank__list--times-back .cart-blank__item.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.discount-container-title {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
.discount-container-title .check-all {
    display: flex;
    gap: 8px;
    align-items: center;
}
.cart-blank__item-datepicker .comiseo-daterangepicker-triggerbutton {
    border: 1px solid #ebebeb;
    padding: 12px 16px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    display: flex;
    padding-left: 42px;
    min-height: 100%;
    height: 61px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.cart-blank__item-datepicker .comiseo-daterangepicker-triggerbutton:hover,
.cart-blank__item-datepicker .comiseo-daterangepicker-triggerbutton:active,
.cart-blank__item-datepicker .comiseo-daterangepicker-triggerbutton:focus {
    background-color: #fff;
    border: 1px solid #ebebeb;
}

.cart-blank__item-datepicker .comiseo-daterangepicker-triggerbutton .ui-button-icon.custom-date-icon {
    left: 15px;
}

.cart-blank__form-item .button:disabled,
.button__primary--disabled {
    background-color: #b3b3b3 !important;
    color: #fff !important;
    pointer-events: none;
}

.cart-blank__form-item--form-error .badge-error {
    width: 100%;
}

#error-pull {
    display: flex;
    gap: 2px;
    flex-direction: column;
}
.cart-blank__form-item.badge-error--few-places-back,
.cart-blank__form-item.badge-error--few-places {
    margin-top: 12px;
}

.badge-error.w-full,
li:has(.badge-error.w-full) {
    width: 100%;
    grid-column: 1 / -1;
}

html .select-image img {
    height: min-content;
    user-select: none;
    object-fit: contain;
}

.is-range .comiseo-daterangepicker .ui-state-default:after {
    display: none !important;
}
.is-range .comiseo-daterangepicker-presets .description {
    display: none !important;
}
#founded.shimmer-effect {
    width: 40px;
    height: 15px;
    display: inline-flex;
    transform: translateY(3px);
}

.card .swiper-pagination {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
@media (max-width: 68.75rem) {
    .recommend-content .button {
        font-size: 13px;
        padding: 14px 28px;
    }
    .main-discont .swiper-discount {
        margin-top: 14px;
        padding-top: 0 !important;
    }
    .main-discont .get-more-btn .button {
        max-width: 236px;
    }
    .main-discont .h2 {
        font-size: 22px;
    }
    .recommend .recommend-title {
        margin-left: 10px;
    }
    .footer-container-center-title .body-s-1::after {
        content: ' по сайту';
        display: inline;
    }
}
.header-menu-discount .get-more-btn {
    display: none;
}
.header-menu-discount {
    margin-top: 24px;
}
@media (max-width: 62.5rem) {
    .header-menu {
        overflow-x: hidden !important;
    }
    .header-menu .header-menu-discount .swiper-discount {
        padding-top: 0 !important;
    }
}

.combo-tours__item img {
    width: 90px;
    border-radius: 12px;
    height: 60px;
    object-fit: cover;
}
.card-group {
    width: 100%;
}
@media (max-width: 31.25rem) {
    .header-menu .header-menu-container .header-menu-left ul li a .icon svg {
        width: unset !important;
    }
    .footer .body-l-3 {
        font-size: 16px;
    }
    .card .swiper-pagination {
        pointer-events: none;
    }
}
.add-sale-coupon {
    transition: 0.4s all;
}
.add-sale-coupon.applied {
    background-color: #7f56d9;
    cursor: default;
    color: #fff !important;
}

.add-sale-coupon.applied:hover {
    background-color: #7f56d9;
}
.coupon-text {
    min-width: 110px;
    max-width: 110px;
    text-align: right;
}
.header-btn {
    position: relative;
}
.header-btn .counter {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50px;
    right: 4px;
    top: 4px;
    background-color: #7f56d9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.excursion-destination__map {
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}

.excursion-destination__list-item:last-child {
    background-color: #fff;
}

.datepicker-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}
.comiseo-daterangepicker .ui-state-default {
    text-align: center;
    color: #1a1a1a;
}
.ui-datepicker .ui-datepicker-next:hover {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev:hover {
    left: 2px;
}
.ui-datepicker-next,
.ui-datepicker-prev {
    cursor: pointer;
}
#icon-shedule {
    color: #8f8f8f;
}
.main-discont .swiper-discount {
    position: relative;
}
@media screen and (min-width: 1316px) {
    .cart-blank__list.cart-blank__list--times {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
        text-align: center;
    }
}
@media screen and (max-width: 640px) {
    .cart-blank__count .card__price {
        gap: 6px !important;
    }
    .header-menu-discount .discount-container-title {
        display: none;
    }
}
.popup-basket-item {
    align-items: flex-start;
}
@media screen and (max-width: 540px) {
    #basket-root .cart-body__content {
        margin: 24px -12px 0 -12px;
    }
}
.date-selected {
    height: 59px;
    border: 1px solid #7f56d9;
}
.contacts-blocks__social-link {
    color: #1A1A1A !important;
}

@media screen and (max-width: 768px) {
    .categories__wrapper {
        margin-bottom: 16px !important;
    }

    .header__container-right a svg,
    .footer-container-left .icon-mobile svg{
        width: 150px;
        height: auto;
    }
    .header__container-right a{
        display: flex;
        align-items: center;
    }
    .cart-gift .body-s-2{
        width: 231px;
    }

    .cart-order__form .order .terms{
        max-width: none !important;
        padding: 0 16px;
    }
}

@media screen and (max-width: 1024px) {
    .cart-order__form .cart-body__top-right{
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .popup-select-seats-item .button__primary.fixed {
        position: fixed;
        bottom: 10px;
        left: 16px;
        width: calc(100% - 32px);
    }
}

.dont-show-today-picker .ui-menu.ui-widget.ui-widget-content{
    display: none;
}
.dont-show-today-picker .comiseo-daterangepicker-right .comiseo-daterangepicker-presets{
    padding-bottom: 30px;
}
/* End */
/* /local/templates/travelday-klbr/template_styles.css?175165732114267 */
