.rebrand .functionBox .search {
    background: #fff;
}
.rebrand-search__item {
    width: 100%;
    padding: 5px 0 20px 0;
    border-bottom: 1px solid #eee;
}

.rebrand-search__item-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    height: 250px;
}

.rebrand-search__image {
    width: 285px;
    height: auto;
    position: relative;
}

.rebrand-search__image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    height: 100%;
    cursor: pointer;
}

.rebrand-search__image .block__zoom-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    cursor: pointer;
}

.rebrand-search__info {
    flex: 1;
}

.rebrand-search__title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}
.rebrand-search__title a {
    transition: all 0.3s;
}
.rebrand-search__title a:hover {
    color: #C25959;
}
.rebrand-search__content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.rebrand-search__list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.rebrand-search__list li {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 21px;
    color: #444;
}
.rebrand-search__list li:last-child {
    margin-bottom: 0;
}
.rebrand-search__hotel {
    flex: 1;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: -10px;
}
.rebrand-search__hotel-title {
    font-size: 14px;
    font-weight: 500;
}
.rebrand-search__hotel-desc {
    font-size: 14px;
    font-weight: 400;
}
.rebrand-search__hotel .icon {
    margin-top: 2px;
}
.rebrand-search__hotel .hotels {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0;
    flex-direction: column;
}
.rebrand-search__hotel .hotels__button {
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    padding: 12px 15px;
    width: 272px;
    height: 59px;
    transition: 0.5s;
    cursor: pointer;
    margin-bottom: 12px;
}
.rebrand-search__hotel .hotels__button:hover {
    background-color: #f7f7f7;
}
.rebrand-search__hotel .hotels__button .hotels__ico {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, 0.18);
    width: 44px;
    height: 44px;
    margin-right: 8px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rebrand-search__hotel .hotels__button .hotels__ico img {
    width: 34px;
    height: 34px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.rebrand-search__hotel .hotels .hotels__button .hotels__box {
    display: flex;
    flex-direction: column;
    width: 75%;
}
.rebrand-search__hotel .hotels .hotels__button .hotels__box .hotels__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    width: 180px;
    overflow-y: scroll;
    white-space: nowrap;
}
.rebrand-search__hotel .hotels .hotels__button .hotels__box .hotels__description {
    font-size: 11px;
    line-height: 13px;
    margin-top: 0;
    font-weight: 300;
    color: #B1B1B1;
    width: 180px;
    height: 28px;
}
.rebrand-search__hotel .hotels .hotels__button .hotels__box .hotels__description span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #B7B7B7;
    display: flex;
    align-items: center;
}
.rebrand-search__hotel .hotels .hotels__button .hotels__box .hotels__description span:first-child {
    margin-right: 3px;
}
.rebrand-search__hotel .hotels .hotels__button .hotels__box .hotels__description span.hotel-name {
    line-height: 1;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
@media screen and (min-width: 250.9px) {
    .rebrand-search__hotel .hotels {
        gap: 5px;
        max-width: 420px;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .rebrand-search__hotel .hotels__button {
        border: none;
        margin-bottom: 0;
        width: max-content;
        padding: 12px 10px;
    }
    .rebrand-search__hotel .hotels .hotels__button .hotels__box .hotels__title {
        width: 130px;
        overflow-y: inherit;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .rebrand-search__hotel .hotels .hotels__button .hotels__box .hotels__description {
        display: flex;
        align-items: center;
        width: 130px;
    }
    .rebrand-search__hotel .hotels .hotels__button .hotels__box .hotels__description span {
        gap: 5px;
        color: #101010;
    }
}
.rebrand-search__price {
    width: 225px;
    text-align: right;
}
.rebrand-search__price .price {
    font-size: 25px;
    font-weight: 600;
    line-height: 21px;
    color: #C25959;
    margin-bottom: 10px;
}
.rebrand-search__price .price-sale {
    text-decoration: line-through;
}
.rebrand-search__price .price-note {
    font-size: 12px;
    font-weight: 400;
    color: #7F7F7F;
    line-height: 21px;
    margin-bottom: 20px;
}
.rebrand-search__price .search-tour--style-text-persons {
    font-size: 12px;
    font-weight: 400;
    color: #535353;
    line-height: 21px;
    text-align: end;
    margin-top: 0;
    margin-bottom: 19px;
}
.book-btn {
    background: #a93525;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
}
.rebrand-search__price .available {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-top: 25px;
}
.rebrand-search__price .available .count-seats {
    color: #C25959;
    margin-left: 3px;
}
.icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.icon svg {
    width: 100%;
    height: 100%;
}
.rebrand-search__more-block {
    align-content: end;
}
.rebrand-search__more-block .search-btn__more-tour {
    font-size: 12px;
    color: #d53b48;
    cursor: pointer;
    text-align: center;
}
.rebrand-search__item .search__button:visited {
    color: #fff;
}


/* Popup Card Tour */
.tour-popup {
    font-family: "Noto Sans";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 111111;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}
.tour-popup .tour {
    position: relative;
    width: 1290px;
    height: 630px;
    padding: 40px;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 24px;
    transform: scale(0.8);
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0;
}
.tour-popup .tour .tour__close {
    position: absolute;
    right: 28px;
    top: 28px;
    transition: 0.6s all;
    cursor: pointer;
}
.tour-popup .tour .tour__close:hover {
    transform: scale(1.3);
}
.tour-popup .tour .tour__slider {
    width: 50%;
}
.tour-popup .tour .tour__slider .slider__main,
.tour-popup .tour .tour__slider .slider__additional {
    margin: 0 auto;
}
.tour-popup .tour .tour__slider .slider__main {
    position: relative;
    margin-bottom: 10px;
}
.tour-popup .tour .tour__slider .slider__main .main {
    position: relative;
}
.tour-popup .tour .tour__slider .slider__main .slider__item {
    cursor: pointer;
}
.tour-popup .tour .tour__slider .slider__main .slider__item img {
    width: 600px;
    height: 460px;
    display: block;
    border-radius: 8px;
}
.tour-popup .tour .tour__slider .slider__additional {
    position: relative;
    margin: 0 auto;
}
.tour-popup .tour .tour__slider .slider__additional .slider__item {
    cursor: pointer;
}
.tour-popup .tour .tour__slider .slider__additional .slider__item img {
    max-width: 100px;
    height: 90px;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}
.tour-popup .tour .tour__slider .slider__arrow {
    position: absolute;
    top: 44%;
    z-index: 1;
    width: 35px;
    height: 35px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s all;
    cursor: pointer;
    border: 1px solid #EDEDED;
}
.tour-popup .tour .tour__slider .slider__arrow:hover {
    transform: scale(1.1);
}
.tour-popup .tour .tour__slider .slider__arrow_left {
    left: -20px;
}
.tour-popup .tour .tour__slider .slider__arrow_right {
    right: 5px;
}
.tour-popup .tour .tour__content {
    width: 48%;
    overflow-x: scroll;
    padding-right: 40px;
    padding-left: 15px;
}
.tour-popup .tour .tour__content::-webkit-scrollbar {
    width: 3px;
    background: transparent;
    height: 0px;
}
.tour-popup .tour .tour__content::-webkit-scrollbar-thumb {
    background-color: #f7f7f8;
}
.tour-popup .tour .tour__content .tour__title {
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.tour-popup .tour .tour__content .tour__items {
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tour-popup .tour .tour__content .tour__items .tour__item {
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 12px;
    font-size: 14px;
}
.tour-popup .tour .tour__content .tour__items .tour__item:last-child {
    margin-right: 0;
}
.tour-popup .tour .tour__content .tour__items .tour__item svg {
    margin-right: 5px;
    width: 18px;
    height: 18px;
}
.tour-popup .tour .tour__content .tour__description {
    margin-top: 5px;
}
.tour-popup .tour .tour__content .tour__description .description__title {
    font-size: 23px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 5px;
}
.tour-popup .tour .tour__content .tour__description .description {
    color: #5C5C5C;
    font-weight: 400;
    line-height: 28px;
}
.tour-popup .tour .tour__content .tour__description .description p {
    color: #5C5C5C;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
}
.tour-popup .tour .tour__content .tour__description .description .show-more-btn {
    background: none;
    border: none;
    color: #c25959;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 12px;
    display: block;
}
.tour-popup .tour .tour__content .tour__description .description .show-more-btn:hover {
    text-decoration: underline;
}
.tour-popup .tour .tour__content .tour__description .description ul {
    padding: 0;
    padding-left: 15px;
    margin: 0;
}
.tour-popup .tour .tour__content .tour__description .description ul li {
    position: relative;
    color: #5C5C5C;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}

.tour-popup.active .tour {
    transform: scale(1);
    opacity: 1;
}

.tour-popup.active {
    opacity: 1;
    pointer-events: auto;
}