/* Rebrand */
.rebrand .transfers .main__page-title {
    margin: 0;
    left: 53px;
    top: 71px;
    width: 500px;
    background-color: #00000070;
    word-break: break-all;
    padding: 10px 20px;
    border-radius: 8px;
}
.rebrand .recommended-hotels {
    position: relative;
    margin-bottom: 140px;
}
.rebrand .recommended-tours__title {
    line-height: 1.3;
    font-size: 5.5vh;
    margin: 50px 0;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}
.rebrand .recommended-hotels__title {
    line-height: 1.3;
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 5px;
}
.rebrand .recommended-hotels__desc {
    width: 480px;
    font-size: 14px;
    font-weight: 400;
    color: #7F7F7F;
    line-height: 21px;
}

/* Rebrand social block */
.rebrand .social-buttons-block {
    margin-bottom: 200px;
}
.rebrand .social-buttons-block .social-buttons-block__title {
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin: 142px 0 58px 0;
    color: #3A3A3A;
}
.rebrand .social-buttons-block .social-buttons-block__wrapper {
    display: flex;
    gap: 35px;
    justify-content: center;
    color: #fff;
}
.rebrand .social-buttons-block .social-button__telegram,
.rebrand .social-buttons-block .social-button__facebook,
.rebrand .social-buttons-block .social-button__youtube,
.rebrand .social-buttons-block .social-button__instagram {
    display: flex;
    width: 252px;
    height: 63px;
    align-items: center;
    gap: 20px;
    justify-content: center;
    position: relative;
    border-radius: 13px;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.5s ease-out;
}
.rebrand .social-buttons-block .social-button__telegram:hover,
.rebrand .social-buttons-block .social-button__facebook:hover,
.rebrand .social-buttons-block .social-button__youtube:hover,
.rebrand .social-buttons-block .social-button__instagram:hover {
    opacity: 0.8;
}
.rebrand .social-buttons-block .social-button__telegram {
    background: #34A5DD;
}
.rebrand .social-buttons-block .social-button__facebook {
    background: #365898;
}
.rebrand .social-buttons-block .social-button__youtube {
    background: #CC191F;
}
.rebrand .social-buttons-block .social-button__instagram {
    background: linear-gradient(84.25deg, #EF702D 12.63%, #D71850 61.42%, #A42B8E 105.14%);
}
.rebrand .social-buttons-block .social-button__telegram span,
.rebrand .social-buttons-block .social-button__facebook span,
.rebrand .social-buttons-block .social-button__youtube span,
.rebrand .social-buttons-block .social-button__instagram span {
    position: absolute;
    left: 20px;
}

/* Rebrand about us block */
.rebrand .about-us-block {
    margin-bottom: 145px;
}
.rebrand .about-us-block__title {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 45px;
}
.rebrand .about-us-block__desc {
    color: #5C5C5C;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
    margin-bottom: 60px;
}
.rebrand .about-us-block__columns {
    display: flex;
    justify-content: space-between;
}
.rebrand .about-us-block__columns .about-us-block__first-column,
.rebrand .about-us-block__columns .about-us-block__second-column,
.rebrand .about-us-block__columns .about-us-block__third-column {
    text-align: center;
}
.rebrand .about-us-block__columns .about-us-block__first-column svg,
.rebrand .about-us-block__columns .about-us-block__second-column svg,
.rebrand .about-us-block__columns .about-us-block__third-column svg {
    margin-bottom: 26px;
}
.rebrand .about-us-block__columns .about-us-block__first-column-title,
.rebrand .about-us-block__columns .about-us-block__second-column-title,
.rebrand .about-us-block__columns .about-us-block__third-column-title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
.rebrand .about-us-block__columns .about-us-block__first-column-desc,
.rebrand .about-us-block__columns .about-us-block__second-column-desc,
.rebrand .about-us-block__columns .about-us-block__third-column-desc {
    color: #7F7F7F;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

/* Rebrand Features block */
.rebrand .features-block {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.rebrand .features-block__first-column,
.rebrand .features-block__second-column,
.rebrand .features-block__third-column {
    display: flex;
    flex: 33.3%;
    gap: 15px;
    align-items: center;
}
.rebrand .features-block__first-column-info-title,
.rebrand .features-block__second-column-info-title,
.rebrand .features-block__third-column-info-title {
    color: #404040;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}
.rebrand .features-block__first-column-info-desc,
.rebrand .features-block__second-column-info-desc,
.rebrand .features-block__third-column-info-desc {
    color: #9D9D9D;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

/* Rebrand calendar block */
.rebrand .price-calendar-block {
    margin: 100px 0;
    text-align: center;
}
.rebrand .price-calendar-block__title {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 45px;
}
.rebrand .price-calendar-block label {
    color: #000;
    font-size: 17px;
    font-weight: 400;
}
.rebrand .price-calendar-block select {
    color: var(--red-color);
    font-size: 17px;
    font-weight: 400;
}
.rebrand .price-calendar-block select option {
    padding: 40px;
    background: #fff;
    color: var(--red-color);
}
.rebrand .tour-list__cities-to {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.rebrand .tour-list__cities-to-item-link {
    color: #7E7E7E;
    font-size: 17px;
    font-weight: 400;
    padding: 11px;
}
.rebrand .tour-list__cities-to-item-link.active {
    color: var(--red-color);
    border-bottom: 2px solid var(--red-color);
}
.rebrand .tour-list__cities-to-item-link:hover {
    color: var(--red-color);
    border-bottom: 2px solid var(--red-color);
}

/* Rebrand Transfer Slider Block */
.rebrand .recommended-transfers {
    margin-bottom: 140px;
}
.rebrand .recommended-transfers__title {
    font-size: 40px;
    font-weight: 500;
    color: #3A3A3A;
    text-align: center;
    margin-bottom: 60px;
}

/* Rebrand Visa Slider Block */
.rebrand .recommended-visa {
    margin-bottom: 140px;
}
.rebrand .recommended-visa__title {
    font-size: 40px;
    font-weight: 500;
    color: #3A3A3A;
    text-align: center;
    margin-bottom: 60px;
}

/* Rebrand Form Search */
.rebrand .tabs-main__navigation button,
.rebrand .tabs-main__navigation a {
    padding: 0;
    background: transparent;
    color: #898989;
}
.rebrand .tabs-main__navigation button._tab-active,
.rebrand .tabs-main__navigation a._tab-active {
    color: #000;
}
.rebrand .tabs-main__navigation {
    column-gap: 22px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 40px;
    margin-bottom: 22px;
}
.rebrand .form-tour__columns,
.rebrand .form-hotels__search-line,
.rebrand .form-transfer__row--top,
.rebrand .form-visa__search-line,
.rebrand .form-avia__columns {
    display: flex;
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #C8CAD4;
    border-radius: 8px;
    height: 55px;
    align-items: center;
    column-gap: 15px;
}
.rebrand .columns-tour__column,
.rebrand .columns-avia__column {
    display: flex;
    height: 100%;
    width: 50%;
}
.rebrand .columns-tour__column.tourists_column {
    width: 25%;
}
.rebrand .columns-tour__center,
.rebrand .columns-avia__center {
    display: flex;
    width: 25%;
}
.rebrand .column-days {
    display: none;
}
.rebrand .column-date__day,
.rebrand .column-date__bottom {
    display: none;
}
.rebrand .column-date__cont {
    margin-top: 0;
}
.rebrand .calendar-wait-date__notation {
    position: absolute;
    bottom: -15px;
    left: 5px;
    font-size: 11px;
    color: rgb(153, 153, 153);
    display: none;
    align-items: center;
    gap: 3px;
}
.rebrand .calendar_btn {
    flex-direction: inherit;
}
.rebrand .columns-tour__button,
.rebrand .columns-avia__button {
    height: auto;
}
.rebrand .columns-tour__button .search-btn {
    padding: 0;
}
.rebrand .row-flight button {
    padding: 0.3125rem 1.0625rem !important;
    white-space: nowrap;
}
.rebrand .row-placement {
    display: none;
}
.rebrand .columns-tour__button button,
.rebrand .columns-avia__button button {
    width: 33px;
    height: 33px;
}
.rebrand ._input-item:not(.hotelDate) {
    border-radius: 0;
    border-right: 1px solid #E6E6E6;
}
.rebrand .row-flight__wrapper {
    flex: 1;
}
.rebrand .full-search {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 14px;
}
.rebrand #order-form .full-search__container {
     padding: 0;
}
.rebrand .row-flight .row-flight__item label {
    color: #434343 !important;
    font-size: 14px;
    cursor: pointer;
    padding: 14px;
    display: block;
    width: 100%;
}
.rebrand .row-flight .row-flight__item label:hover {
    color: #fff !important;
    background-color: var(--second-red-color);
}
.rebrand .main-calendar {
    top: 40px;
}
.rebrand #order-form .items-dropdown {
    top: 45px;
    left: -20px;
    width: 125%;
    box-shadow: none;
    border: 1px solid #DADBE2;
}
.rebrand #order-form .items-dropdown.items-dropdown_where,
.rebrand #order-form .items-dropdown.items-dropdown_tourists {
    left: 0;
}
.rebrand ._input-item .items-dropdown_where::after {
    content: none;
}
.rebrand .items-dropdown__search-header {
    display: none;
}
.rebrand ._input-item .items-dropdown__label:hover {
    background-color: var(--second-red-color);
    color: #fff !important;
}
.rebrand ._input-item .items-dropdown__label:hover {
    background-color: var(--second-red-color);
    color: #fff !important;
}
/* .rebrand ._input-item .items-dropdown__label:has(input:checked):hover {
    color: #000 !important;
} */
.rebrand ._input-item .items-dropdown__label:has(input:checked) .items-dropdown__title {
    color: #000;
}
.rebrand ._input-item .items-dropdown__label:hover:not(:has(input:checked)) .items-dropdown__title {
    color: #fff;
}
.rebrand #order-form ._input-wrapper {
    color: #7D7D7D !important;
}
.rebrand .column-date__cont span,
.rebrand .column-days__cont span {
    color: #7D7D7D;
}
.rebrand .error {
    bottom: -10px;
}

/* Hotels inputs */
.rebrand .form-hotels__input {
    flex: 1;
}
.rebrand .row-tourists {
    flex: 1;
}
.rebrand #hotel_form_btn {
    width: 33px;
    height: 33px;
    padding: 0;
}
.rebrand ._input-item._active .items-dropdown_tourists-hotels::after {
    content: none;
}
.rebrand ._input-item .items-dropdown__wrappers_hotel-city-wrapper::after {
    content: none;
}
.rebrand .hotelDate {
    color: #7D7D7D;
}
.rebrand .row-tourists__selected span {
    color: #7D7D7D;
    margin-left: 0;
}
.rebrand .row-tourists__selected .adults.counter {
    display: inline-flex;
}
.rebrand .row-tourists__selected .adults.counter span {
    background-color: var(--red-color);
    border-radius: 4px;
    color: white;
    text-align: center;
    margin-right: 1px;
    padding: 0 4px;
    line-height: 20px;
    min-width: 15px;
}
.rebrand .row-tourists__selected .adults.counter svg {
    width: 15px;
    height: 20px;
}


/* Transfer Inputs */
.rebrand #transfer_form_btn {
    width: 33px;
    min-width: 33px;
    height: 33px;
    padding: 0;
}
.rebrand ._input-item .items-dropdown_type-of-transfer::after {
    content: none;
}


/* Visa Inputs */
.rebrand .form-visa__input {
    flex: 1;
}
.rebrand #visa_form_btn {
    width: 33px;
    height: 33px;
    padding: 0;
}
.rebrand ._input-item .items-dropdown_visa-cities::after {
    content: none;
}
.rebrand ._input-item .items-dropdown_type-of-visa::after {
    content: none;
}
.rebrand ._input-item._active .items-dropdown_tourists-visa::after {
    content: none;
}

/* Avia Inputs */
.rebrand #avia_from_btn {
    width: 33px;
    height: 33px;
    padding: 0;
}
.rebrand ._input-item._active .items-dropdown_tourists::after {
    content: none;
}
.rebrand .form-avia .column-date ._input-item {
    gap: 0;
}

@media (min-width: 1200px) {
    .rebrand .full-search__container {
         height: auto;
    }
}

/* Icons */
.rebrand ._icon-tour-location::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 22px;
    background-image: url('/img/pages/home/icon-location.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.rebrand ._icon-tour-bags::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 22px;
    background-image: url('/img/pages/home/icon-bags.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.rebrand ._icon-tour-calendar::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 22px;
    background-image: url('/img/pages/home/icon-calendar.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.rebrand .form-avia ._icon-tour-calendar::before {
    width: 24px;
    height: 19px;
}
.rebrand ._icon-tour-airplane::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 22px;
    background-image: url('/img/pages/home/icon-airplane.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.rebrand ._icon-tour-person::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 22px;
    background-image: url('/img/pages/home/icon-person.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.rebrand ._icon-tour-search::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('/img/pages/home/icon-search.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.rebrand ._icon-tour-bed::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('/img/pages/home/icon-bed.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.rebrand ._icon-accommodation::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/img/pages/home/icon-accommodate.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Header */
.rebrand .header {
    background-color: var(--second-red-color) !important;
    border: none;
}
.rebrand .header .menu__list {
    justify-content: flex-end;
}
.rebrand .header .menu__link-title {
    color: #fff !important;
}
.rebrand .header .menu__link-title span::before,
.rebrand .header .menu__item::before {
    display: none;
}
.rebrand .header .actions-header__button {
    display: none;
    background-color: transparent;
}
.rebrand .actions-header__button._active-icon::before {
    color: #fff
}
.rebrand .actions-header__notifications-count {
    background-color: #fff;
}
.rebrand .header .currency,
.rebrand .header .language {
    box-shadow: none;
}
.rebrand .header .currency__selected_usd,
.rebrand .header .language__selected_usd {
    color: #fff;
    background-color: transparent;
}
.rebrand .no-user-authorized__avatar {
    display: none;
}
.rebrand .no-user-authorized__name a {
    color: #fff !important;
}
.rebrand .no-user-authorized__description {
    color: #fff;
}
.rebrand .header__line {
    align-self: initial;
    background-color: #dbdbdb99;
    height: 25px;
}
.rebrand .user-balance__block,
.rebrand .user-balance__block:hover {
    color: #fff;
}
.rebrand .user-authorized__name,
.rebrand .user-authorized__name::before,
.rebrand .user-authorized__description {
    color: #fff;
}
@media screen and (max-width: 1280px) {
    .rebrand .header .menu__link-title {
        color: #000 !important;
    }
    .header .fa-calculator .menu__link-title span {
        margin: 0;
    }
    .menu__button,
    .menu__button span::before,
    .menu__button::before {
        color: #fff;
    }
}

/* Rebrand Slider Tour Info For Prices */
.rebrand .slider__tour-info-prices {
    position: absolute;
    right: 40px;
    top: 55%;
    transform: translateY(-50%);
    border-radius: 4px;
    font-size: 20px;
    color: white;
    font-weight: bold;
    z-index: 1;
    background-color: #00000070;
}

.rebrand .tour-title {
    color: white !important;
    margin: 0;
    padding: 10px 25px;
    border-radius: 4px 4px 0 0;
    font-size: inherit;
    line-height: 1.5;
}

.rebrand .country-items {
    display: block;
    border-radius: 0 0 4px 4px;
    padding: 7px 25px 25px 25px;
}

.rebrand .country-name {
    font-weight: 800;
    margin-bottom: 5px;
}

.rebrand .tour-items {
    display: grid;
    grid-template-columns: minmax(15px, auto) 1fr 1fr;
    grid-column-gap: 0;
    margin-bottom: 7px;
}

.rebrand .tour-item {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.rebrand .tour-item a {
    text-decoration: none;
    color: white;
}

.rebrand .stop-sale {
    background: #FF0000;
    font-size: 8px;
    width: 47px;
    height: 15px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

/* Responsive */
@media screen and (max-width: 1280px) {
    .rebrand .full-search__container,
    .rebrand .recommended__container {
        width: 90%;
    }
    .rebrand .reccomended-hotels__slider-first .reccomended-hotels__slider-first-item-link .reccomended-hotels__slider-first-item-title,
    .rebrand .reccomended-hotels__slider-second .reccomended-hotels__slider-second-item-link .reccomended-hotels__slider-second-item-title {
        height: 50px;
    }
}
@media screen and (max-width: 1180px) {
    .rebrand .features-block {
        flex-wrap: wrap;
        gap: 35px;
    }
    .rebrand .features-block__first-column,
    .rebrand .features-block__second-column,
    .rebrand .features-block__third-column {
        justify-content: center;
    }
    .rebrand .tour-items {
        grid-template-columns: minmax(20px, auto) 1fr;
    }
    .rebrand .tour-list__cities-to {
        gap: 40px;
    }
    .rebrand .tabs-main__nav::after {
        content: none;
    }
    .tabs-main__nav::before {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .rebrand .mobile-search__btn,
    .rebrand .mobile-hotel-search__btn,
    .rebrand .mobile-transfer-search__btn,
    .rebrand .mobile-visa-search__btn,
    .rebrand .mobile-avia-search__btn {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .rebrand .header__line {
        display: none;
    }
    .rebrand .header .currency__selected_usd,
    .rebrand .header .language__selected_usd {
        color: var(--red-color);
    }
    .rebrand .form-tour__columns {
        flex-wrap: wrap;
        height: 100%;
    }
    .rebrand .columns-tour__column:first-of-type {
        flex: 1 0 60%;
    }
    .rebrand .columns-tour__center {
        flex: 0 0 30%;
    }
    .rebrand ._input-item._icon-tour-calendar {
        border: none;
    }
    .rebrand .tabs-main__navigation button,
    .rebrand .tabs-main__navigation a {
        box-shadow: none;
    }
    .rebrand #hotel_form_btn,
    .rebrand #transfer_form_btn,
    .rebrand #visa_form_btn {
        display: none;
    }
    .rebrand .mobile-search__btn,
    .rebrand #hotel_form_btn.mobile-hotel-search__btn,
    .rebrand #transfer_form_btn.mobile-transfer-search__btn,
    .rebrand #visa_form_btn.mobile-visa-search__btn,
    .rebrand #avia_from_btn.mobile-avia-search__btn {
        display: flex !important;
        font-size: 16px;
        padding: 15px;
        width: 100%;
        font-weight: 400;
        margin-top: 25px;
        height: auto;
    }
    .rebrand .columns-tour__button,
    .rebrand .columns-avia__button{
        display: none;
    }
    .rebrand .form-tour__columns {
        flex-direction: column;
    }
    .rebrand .columns-tour__column {
        flex-direction: column;
        width: 100%;
    }
    .rebrand .columns-tour__column.tourists_column {
        width: 100%;
    }
    .rebrand .columns-tour__center {
        width: 100%;
    }
    .rebrand .form-tour__columns {
        width: 100%;
        padding: 5px;
    }
    .rebrand ._input-item:not(.hotelDate) {
        border-right: none;
        border-bottom: 1px solid #e6e6e6;
        padding: 10px 20px !important;
    }
    .rebrand .form-tour .row-tourists .row-tourists__wrapper._input-item,
    .rebrand .form-hotels .row-tourists .row-tourists__wrapper._input-item,
    .rebrand .form-transfer__row--top .form-transfer__input._icon-shuttle,
    .rebrand .form-visa__search-line .form-visa__input_persons,
    .rebrand .columns-avia__column .row-tourists .row-tourists__wrapper {
        border-right: none;
        border-bottom: none;
    }
    .rebrand .form-tour__columns .calendar_btn {
        padding: 0;
    }
    .rebrand .form-tour__columns .columns-tour__center .column-date {
        width: 100%;
    }
    .rebrand .form-tour__columns .row-flight {
        width: 100%;
    }
    .rebrand .form-tour__columns .columns-tour__column .row-flight__selected,
    .rebrand .form-tour__columns .columns-tour__column .row-tourists__selected {
        padding: 10px 20px !important;
    }
    .rebrand #order-form .items-dropdown {
        width: 100%;
        left: 0;
    }
    .rebrand .main-calendar {
        width: 100%;
    }
    .rebrand .calendar-wait-date__notation {
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .rebrand .all-tours-success-dates {
        bottom: 3px;
    }
    .rebrand .error {
        bottom: 3px;
    }
    .rebrand .form-hotels__search-line {
        flex-direction: column;
        height: auto;
        padding: 5px;
    }
    .rebrand .form-hotels__column {
        flex: 1;
        width: 100%;
    }
    .rebrand .form-hotels__column svg {
        width: 17px;
        height: 17px;
    }
    .rebrand .form-hotels .row-tourists {
        width: 100%;
    }
    .rebrand .form-hotels .row-tourists .row-tourists__selected {
        padding: 10px 20px !important;
    }
    .rebrand .form-hotels .row-tourists .row-tourists__selected::before {
        font-size: 14px;
        width: 17px;
        height: 17px;
    }
    .rebrand .form-transfer__row--top {
        flex-direction: column;
        height: auto;
        padding: 5px;
    }
    .rebrand #order-form .form-transfer__row [data-quantity-wrapper]._icon-shuttle {
        padding: 10px 20px !important;
    }
    .rebrand .form-visa__search-line {
        flex-direction: column;
        height: auto;
        padding: 5px;
    }
    .rebrand .form-visa__column {
        flex: 1;
        width: 100%;
    }
    .rebrand .form-avia__columns {
        flex-direction: column;
        height: auto;
        padding: 5px;
    }
    .rebrand .columns-avia__column {
        flex-direction: column;
        width: 100%;
    }
    .rebrand .columns-avia__center {
        flex-direction: column;
        width: 100%;
    }
    .rebrand .columns-avia__center .column-date {
        width: 100%;
    }
    .rebrand .columns-avia__center .column-date #calendar_btn_avia_to,
    .rebrand .columns-avia__center .column-date #calendar_btn_avia_back {
        justify-content: flex-start;
    }
    .rebrand .form-avia__columns .columns-avia__column .row-tourists .row-tourists__selected {
        padding: 10px 20px !important;
    }
    .rebrand .transfers .main__page-title {
        width: max-content;
        font-size: 32px;
        padding: 5px 10px;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
    }
    .rebrand .slider__tour-info-prices {
        right: 50%;
        transform: translate(50%, -50%);
    }
}
@media screen and (max-width: 920px) {
    .rebrand .social-buttons-block .social-buttons-block__wrapper {
        flex-wrap: wrap;
    }
    .rebrand .reccomended-hotels__slider-second .owl-prev,
    .rebrand .reccomended-hotels__slider-second .owl-next {
        top: 10px;
    }
}
@media screen and (max-width: 768px) {
    .rebrand .no-user-authorized__avatar {
        display: flex;
    }
    .rebrand .recommended-hotels .recommended-hotels__slider-columns .recommended-hotels__slider-first-column {
        display: none;
    }
    .rebrand .recommended-hotels .recommended-hotels__slider-columns .recommended-hotels__slider-second-column {
        width: 100%;
    }
    .rebrand .recommended-hotels__desc {
        margin-bottom: 50px;
    }
    .rebrand .reccomended-hotels__slider-second .owl-prev,
    .rebrand .reccomended-hotels__slider-second .owl-next {
        top: -50px;
    }
    .rebrand .reccomended-hotels__slider-second .reccomended-hotels__slider-second-item-link .reccomended-hotels__slider-second-item-title {
        font-size: 16px !important;
        margin-top: 10px;
        height: auto;
    }
}
@media screen and (max-width: 680px) {
    .rebrand .about-us-block__columns {
        flex-wrap: wrap;
    }
    .rebrand .about-us-block__columns .about-us-block__first-column,
    .rebrand .about-us-block__columns .about-us-block__second-column {
        margin: 0 auto 30px auto;
    }
    .rebrand .about-us-block__columns .about-us-block__third-column {
        margin: 0 auto;
    }
}
@media screen and (max-width: 620px) {
    .rebrand .features-block {
        width: 350px;
        margin: 40px auto 0 auto;
    }
    .rebrand .features-block__first-column,
    .rebrand .features-block__second-column,
    .rebrand .features-block__third-column {
        justify-content: left;
    }
    .rebrand .slider__tour-info-prices {
        width: 70%;
    }
}
@media screen and (max-width: 520px) {
    .rebrand .recommended-hotels__desc {
        margin-bottom: 20px;
        width: auto;
    }
    .rebrand .reccomended-hotels__slider-second .owl-prev,
    .rebrand .reccomended-hotels__slider-second .owl-next {
        top: 45%;
        transform: translateY(-45%);
        background: #fff !important;
    }
    .rebrand .reccomended-hotels__slider-second .owl-prev {
        left: -20px;
        right: inherit;
    }
    .rebrand .reccomended-hotels__slider-second .owl-next {
        right: -20px;
    }
    .rebrand .main-calendar {
        width: 110%;
    }
    .rebrand .slider__tour-info-prices {
        width: 90%;
        top: 35%;
    }
    .rebrand .features-block {
        width: auto;
    }
}

.rebrand .header .currency__selected_usd, .rebrand .header .language__selected_usd {
    background-color: transparent !important;
    color: var(--red-color) !important;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: #EEEFF5;
}

/* Main Tour Form Update */
.form_main_count_tourist {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 1;
    width: auto;
    transform: translateY(-50%);
    accent-color: #01a165;
}
@media screen and (min-width: 993px) and (max-width: 1180px) {
    .rebrand ._icon-tour-location::before,
    .rebrand ._icon-tour-bed::before,
    .rebrand ._icon-tour-calendar::before,
    .rebrand ._icon-accommodation::before,
    .rebrand ._icon-tour-person::before {
        height: 20px;
    }
}