@import url(https://fonts.googleapis.com/css?family=Roboto:regular,500,600,700&display=swap);

@import url(https://fonts.googleapis.com/css?family=Sanchez:regular&display=swap);

@import url('common/style.css');

html::-webkit-scrollbar {
    width: 5px;
    background: rgba(215, 221, 227, 0.43);
    height: 0px;
}

html::-webkit-scrollbar-thumb {
    background-color: var(--red-color);
}

/*-------- Nearest --------*/

.nearest__back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 555555;
    justify-content: center;
    align-items: center;
    display: none;
}

.nearest .nearest__title {
    color: #000000;
}

.nearest .nearest__schedule {
    position: relative;
    width: 604px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media (max-width: 720px) {
    .nearest .nearest__schedule {
        width: 100%;
    }
}

.nearest .nearest__schedule .schedule__box {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
}

.nearest .nearest__schedule .schedule__box .schedule {
    position: absolute;
    width: 14px;
    bottom: 0;
    background: #D9D9D9;
}

.nearest .nearest__schedule .schedule__box .schedule-st {
    transition: 0.5s;
}

.nearest .nearest__schedule .schedule__box .schedule-st .schedule__text {
    position: absolute;
    right: 0;
    top: -35px;
    min-width: 170px;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    color: #000000;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.nearest .nearest__schedule .schedule__box .schedule-st .schedule__text span {
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    color: #28762B;
    margin-left: 10px;
    display: block;
}

.nearest .nearest__schedule .schedule__box .schedule-st:hover {
    transition: 0.5s;
    background: #ef4050;
    cursor: pointer;
}

.nearest .nearest__schedule .schedule__box .schedule-st:hover .schedule__text {
    transition: 0.5s;
    opacity: 1;
}

.nearest .nearest__schedule .schedule__line {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 604px;
    height: 7px;
    background: #D9D9D9;
}

@media (max-width: 720px) {
    .nearest .nearest__schedule .schedule__line {
        width: 100%;
    }
}

.nearest .nearest__box-data {
    margin-top: 35px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 420px) {
    .nearest .nearest__box-data {
        justify-content: center;
        height: 250px;
        overflow: scroll;
    }
}

.nearest .nearest__box-data .nearest__block {
    position: relative;
    width: 250px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    padding: 10px;
    margin-bottom: 12px;
    margin-left: 12px;
}

.nearest .nearest__box-data .nearest__block .nearest__block_title {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    padding-right: 65px;
}

.nearest .nearest__box-data .nearest__block .nearest__description {
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: #6A6A6A;
    margin-top: 3px;
}

.nearest .nearest__box-data .nearest__block .nearest__block_data {
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    color: #ef4050;
    position: absolute;
    right: 12px;
    top: 8px;
}

@media (max-width: 420px) {
    .nearest .nearest__box-data .nearest__block {
        position: relative;
        width: 250px;
        background: #FFFFFF;
        box-shadow: 0px 2px 7px 1px rgb(0 0 0 / 15%);
        border-radius: 7px;
        padding: 10px;
        margin-bottom: 12px;
        margin-left: 0;
    }
}

.quick-search {
    position: relative;
    font-family: Roboto;
    max-width: 84.5625rem;
    margin: 0 auto;
    background-color: white;
    padding: 3.3125rem 4.375rem 3.125rem 4.375rem;
    border-radius: 0.875rem;
}

.quick-search__button {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.375rem;
    flex: 0 0 2.375rem;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%;
    border: 0.0625rem solid #d5d8db;
    background: url("../img/exit-popup.svg") 50% 50% no-repeat;
}

.quick-search__title {
    text-align: center;
    font-size: 2.375rem;
    font-weight: 600;
}

.quick-search__title:not(:last-child) {
    margin-bottom: 2.125rem;
}

.quick-search__body {
    max-width: 76rem;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 1.75rem;
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
    row-gap: 1.625rem;
}

.card-quick-search {
    padding: 0.8125rem 0.75rem 1rem 1.4375rem;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.16);
}

.card-quick-search__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.card-quick-search__top:not(:last-child) {
    margin-bottom: 0.625rem;
}

.card-quick-search__avatar {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.625rem;
    flex: 0 0 4.625rem;
    width: 4.625rem;
    height: 4.625rem;
}

.card-quick-search__avatar img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.card-quick-search__user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.card-quick-search__date {
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #0c2e39;
    font-size: 0.8125rem;
    font-weight: 500;
}

.card-quick-search__date:not(:last-child) {
    margin-bottom: 0.625rem;
}

.card-quick-search__name {
    color: #5b5959;
    font-size: 1.25rem;
    font-weight: 600;
}

.card-quick-search__name:not(:last-child) {
    margin-bottom: 0.25rem;
}

.card-quick-search__seniority {
    color: #848484;
    font-size: 0.8125rem;
}

.card-quick-search__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0;
}

.card-quick-search__information {
    color: #6a6a6a;
    font-size: 0.75rem;
}

.card-quick-search__city {
    color: #282828;
    font-size: 1rem;
    font-weight: 500;
}

.card-quick-search__city:not(:last-child) {
    margin-bottom: 0.4375rem;
}

.card-quick-search__quantity-days:not(:last-child) {
    margin-bottom: 0.1875rem;
}

.card-quick-search__seats-available:not(:last-child) {
    margin-bottom: 0.1875rem;
}

.card-quick-search__price {
    color: #0c2e39;
    font-size: 1.4375rem;
    font-weight: 500;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (max-width: 80em) {
    .quick-search {
        padding: 3.3125rem 2.6875rem 2.625rem 2.6875rem;
    }

    .quick-search__body {
        grid-template-columns: repeat(3, 1fr);
        max-height: 36rem;
        padding: 0.3125rem 0.9375rem;
        overflow: auto;
    }

    .quick-search__body::-webkit-scrollbar {
        width: 5px;
    }

    .quick-search__body::-webkit-scrollbar-thumb {
        background-color: var(--red-color);
        border-radius: 5px;
    }
}

@media (max-width: 30em) {
    .quick-search__title {
        font-size: 1.875rem;
    }
}

@media (max-width: 61.875em) {
    .quick-search {
        padding: 3.3125rem 1.25rem 2.625rem 1.25rem;
    }

    .quick-search__body {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 40.625em) {
    .quick-search {
        padding: 3.3125rem 2.6875rem 2.625rem 2.6875rem;
    }

    .quick-search__title {
        font-size: 2.125rem;
    }

    .quick-search__body {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*----------------------------------*/

/*--------- Popup ---------*/

.popupBack {
    display: none;
    font-size: 14px;
    font-family: 'Roboto';
}

.popupBack.active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 555;
}

.popupBack .popup {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 480px;
    height: auto;
    padding: 30px;
    background: #ffffff;
    margin-top: -50px;
    border-radius: 10px;
}

.qr-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer__qr-button img {
    transition: 0.6s;
}

.footer__qr-button:hover img {
    transform: scale(1.1);
}

@media (max-width: 520px) {
    .popupBack .popup {
        width: 93%;
        height: auto;
        margin-top: -30px;
    }
}

@media (max-width: 375px) {
    .popupBack .popup {
        margin-top: 0;
    }
}

.popupBack .popup .popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    display: inline-flex;
    background: #f0f1f3;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    transition: 0.5s;
    cursor: pointer;
}

.popupBack.popup-form-registry .popup .popup__close {
    right: 30px;
    top: 30px;
    background: #fff !important;
    border: none !important;
}

.popupBack.popup-form-registry .popup .popup__close svg path {
    fill: #000;
}

.popupBack .popup .popup__close:hover {
    opacity: 1;
}

.popupBack .popup .popup__title {
    font-size: 38px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 16px;
}

.popupBack.qr-popup .popup__title {
   color: #000;
}

.popupBack.qr-popup .popup .popup__close {
    background: #fff !important;
}

.qr-popup .popup__close path {
    color: #d33939;
}

@media (max-width: 420px) {
    .popupBack .popup .popup__title {
        font-size: 25px;
        font-weight: 700;
        line-height: 34px;
        margin-bottom: 0px;
    }
}

.popupBack .popup .popup__description {
    margin-top: 8px;
    font-size: 16px;
    color: #5a6472;
    margin-bottom: 5px;
}

.popupBack .popup .popup__form {
    position: relative;
    width: 100%;
}

.popupBack .login-registration .popup__form  {
    max-height: 100%;
}

.popupBack .popup .popup__form .popup__form_chose {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.popupBack .popup .popup__form .popup__form_chose .chose__navigate {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* Checked */
}

.popupBack .popup .popup__form .popup__form_chose .chose__navigate .form_toggle {
    display: inline-block;
    overflow: hidden;
}

@media (max-width: 730px) {
    .popupBack .popup .popup__form .popup__form_chose .chose__navigate .form_toggle {
        display: flex;
    }
}

.popupBack .popup .popup__form .popup__form_chose .chose__navigate .form_toggle-item {
    float: left;
    display: inline-block;
}

.popupBack .popup .popup__form .popup__form_chose .chose__navigate .form_toggle-item input[type=radio] {
    display: none;
}

.popupBack .popup .popup__form .popup__form_chose .chose__navigate .form_toggle-item label {
    display: inline-block;
    padding: 2px 25px;
    line-height: 34px;
    border: 1px solid var(--second-red-color);
    border-right: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    width: auto;
    text-align: center;
}

.popupBack .popup .popup__form .popup__form_chose .chose__navigate .form_toggle .item-1 label {
    border-radius: 6px 0 0 6px;
}

.popupBack .popup .popup__form .popup__form_chose .chose__navigate .form_toggle .item-2 label {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #999;
}

.popupBack .popup .popup__form .popup__form_chose .chose__navigate .form_toggle .item-1 input[type=radio]:checked+label {
    background: var(--second-red-color);
    color: #fff;
}

.popupBack .popup .popup__form .popup__form_chose .chose__navigate .form_toggle .item-2 input[type=radio]:checked+label {
    background: var(--second-red-color);
    color: #fff;
}

.popupBack .popup .popup__form .popup__form_chose .chose__block {
    margin-top: 0;
}

.popupBack .popup .popup__form .popup__form_chose .chose__block_agent {
    display: none;
}

.popupBack .popup .popup__form .popup__form_chose .chose__block_agent .input-file-type {
    margin-top: 1px;
}

.popupBack .popup .popup__form form .popup__block {
    position: relative;
    margin-top: 15px;
}

.popupBack .popup .popup__form form .popup__block input {
    border: 1px solid #e7e7e7;
    color: #adadad;
    border-radius: 10px;
    height: 48px;
    padding: 0 40px 0 16px;
    width: 100%;
    color: #000;
}

.popupBack .popup .popup__form form .popup__block input[type="date"],
.popupBack .popup .popup__form form .popup__block input[type="number"] {
    padding: 0 16px;
}

.popupBack .popup .popup__form form .popup__block .popup__error {
    position: absolute;
    right: 7px;
    bottom: 4px;
    top: auto;
    color: #ef4050;
    font-size: 8px;
    white-space: nowrap;
    font-weight: 500;
    line-height: 1;
}

.popupBack .popup .popup__form form .popup__block .input-file-type .btn-tertiary {
    transition: 0.5s;
    color: rgb(111, 111, 111);
    padding: 0;
    line-height: 40px;
    width: 300px;
    margin: auto;
    display: flex;
    align-items: center;
    height: 48px;
    border-radius: 10px;
    font-weight: 400;
    border: 1px solid #e7e7e7;
    font-size: 14px;
}

.popupBack .popup .popup__form form .popup__block .js-fileName {
    margin-left: 5px;
}

.popupBack .popup .popup__form form .popup__block .input-file-type .btn-tertiary:hover,
.popupBack .popup .popup__form form .popup__block .input-file-type .btn-tertiary:focus {
    color: #888;
    border-color: #888;
}

.popupBack .popup .popup__form form .popup__block .input-file-type .input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.popupBack .popup .popup__form form .popup__block .input-file-type .input-file+.js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    padding-left: 18px;
    cursor: pointer;
}

.popupBack .popup .popup__form form .popup__block .input-file-type .input-file+.js-labelFile .icon:before {
    content: "\f093";
}

.popupBack .popup .popup__form form .popup__block .input-file-type .input-file+.js-labelFile.has-file .icon:before {
    content: "\f00c";
    color: #5AAC7B;
}

.popupBack .popup .popup__form form .popup__block .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 300px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    height: 48px;
    padding: 0 16px;
    color: #000;
    font-size: 13px;
    margin-bottom: 16px;
    display: block;
}

.popupBack .popup .popup__form form .popup__block .select2-container {
    width: 300px !important;
}

.popupBack .popup .popup__form form .popup__block .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: -1px;
    margin-left: -1px;
}

.popupBack .popup .popup__form form .popup__block .select2-container--default .select2-selection--single {
    border: 0px solid #aaa;
}

.popupBack .popup .popup__form form .popup__block .select2-container--open .select2-dropdown {
    top: 16px;
}

.popupBack .popup .popup__form form .popup__block .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.popupBack .popup .popup__form form .popup__block .select2-container--default .select2-results__option--selected {
    background-color: #ddd;
    font-size: 14px;
}

.popupBack .popup .popup__form form button {
    background: var(--red-color);
    height: 48px;
    width: 100%;
    margin-top: 14px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    transition: 0.5s;
    font-size: 16px;
}

.popupBack .popup .popup__form form button:hover {
    background: var(--red-color);
    opacity: 0.9;
}

.popupBack .popup .popup__form .popup__link {
    border-bottom: 1px solid #e7e7e7;
    color: #616161;
    height: 25px;
    max-width: max-content;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: 0.5s;
    margin-left: auto;
    margin-top: 21px;
    padding: 2px 12px 4px 12px;
    cursor: pointer;
    transition: 0.5s;
}

.popupBack .popup .popup__form .popup__link:hover {
    border-bottom: 1px solid #104050;
}

.popupBack .login-registration {
    width: 95vw;
    height: 95vh;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
}

.popupBack .login-registration .popup-registration-body {
    display: flex;
    gap: 50px;
    width: 100%;
    height: 100%;
}

.popupBack .login-registration .popup-registration-body .popup-registration-img {
    flex: 1;
}

.popupBack .login-registration .popup-registration-body .popup-registration-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: -90px 0px;
}

.popupBack .login-registration .popup-registration-body .popup-registration-info {
    flex: 1;
    padding: 20px 0;
    margin-right: 20px;
    align-content: center;
    justify-items: center;
}

.popupBack.popup-form-registry {
    background: rgb(0 0 0);
}

@media (max-width: 730px) {
    .popupBack .login-registration {
        width: 93%;
    }
}
@media screen and (min-width: 1920px) {
    .popupBack .login-registration .popup-registration-body .popup-registration-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: -215px 0px;
    }
}

.popupBack .login-registration .popup__union {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (max-width: 730px) {
    .popupBack .login-registration .popup__union {
        padding: 0px 10px;
        flex-direction: column;
        justify-content: flex-start;
        height: 308px;
        overflow: scroll;
        margin-bottom: 20px;
        margin-top: 20px;
        padding-top: 0;
    }

    .popupBack .login-registration .popup__union::-webkit-scrollbar {
        width: 3px;
        background: #e0e0e0;
        height: 0px;
    }

    .popupBack .login-registration .popup__union::-webkit-scrollbar-thumb {
        background-color: var(--red-color);
    }
}

.popupBack .login-registration .popup__union .popup__box {
    margin: 0 5px;
    display: flex;
    flex-direction: column;
}

.popupBack .login-registration .popup__union .popup__box input {
    min-width: 300px;
}

.popupBack .login-registration .popup__union .popup__block_photo input {
    border: 0 !important;
}

.popupBack .login-registration .popup__union .popup__block_title {
    position: absolute;
    bottom: 2px;
    font-size: 12px;
    margin-left: 14px;
}

.popupBack .login-registration button {
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.popupBack .login-registration .popup__link {
    max-width: max-content !important;
    font-size: 16px !important;
    margin-top: 21px !important;
}

.popupBack .successPopup {
    background: #eff1f4;
    width: 568px;
    justify-content: flex-start;
    align-items: flex-start;
}

.popupBack .successPopup .popup__box-info {
    min-height: auto;
}

@media (max-width: 600px) {
    .popupBack .successPopup {
        width: 93%;
    }
}

.popupBack .successPopup::after {
    position: absolute;
    height: 154px;
    right: 0;
    top: 60px;
    width: 150px;
    background: url(../../img/modules/phoro-popup.webp);
    content: "";
    background-size: contain;
}

@media (max-width: 420px) {
    .popupBack .successPopup::after {
        height: 100px;
        right: 0;
        top: 75px;
        width: 100px;
    }

    .popupBack .login-registration .field-signupagentform-city_id {
        margin-bottom: 20px;
    }
}

.popupBack .successPopup .popup__title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

@media (max-width: 420px) {
    .popupBack .successPopup .popup__title {
        margin-bottom: 20px;
    }
}

.popupBack .popup__close {
    background: #d1d1d1 !important;
}

.popupBack .popup__box-info {
    border-radius: 10px;
    padding: 16px;
    min-width: 70%;
    min-height: 100px;
    background: #ffffff;
    font-size: 13px;
    line-height: 19px;
}

@media (max-width: 600px) {
    .popupBack .popup__box-info {
        width: 215px;
    }
}

.popupBack .popup__box-info .info__title {
    font-size: 17px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

@media (max-width: 420px) {
    .popupBack .popup__box-info .info__title {
        margin-bottom: 4px;
    }
}

.popupBack .popup__box-info .info__title span {
    width: 322px;
    overflow-y: scroll;
    white-space: nowrap;
}

.popupBack .popup__box-info .info__title span::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    height: 0px;
}

.popupBack .popup__box-info .info__title span::-webkit-scrollbar-thumb {
    background-color: #EEEFF5;
}

.popupBack .popup__box-info .info__title svg {
    margin-right: 5px;
}

.popupBack .info-visa {
    background: #eff1f4;
    width: 620px;
    min-height: 270px;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (max-width: 630px) {
    .popupBack .info-visa {
        width: 93%;
    }
}

.popupBack .info-visa::after {
    position: absolute;
    height: 154px;
    right: 0;
    top: 60px;
    width: 150px;
    background: url(../../img/modules/phoro-popup.webp);
    content: "";
    background-size: contain;
}

@media (max-width: 420px) {
    .popupBack .info-visa::after {
        height: 100px;
        right: 0;
        top: 75px;
        width: 100px;
    }
}

.popupBack .info-visa .popup__title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (max-width: 420px) {
    .popupBack .info-visa .popup__title {
        margin-bottom: 15px;
    }
}

.popupBack .info-visa .popup__box-info {
    position: relative;
    border-radius: 10px;
    padding: 16px;
    width: 100%;
    height: 300px;
    font-size: 13px;
    line-height: 19px;
    z-index: 111;
    background: rgba(255, 255, 255, 0.75);
    max-height: 300px;
    margin-bottom: 10px;
    overflow-y: scroll;
}

.popupBack .info-visa .popup__box-info::-webkit-scrollbar {
    width: 3px;
    background: #e0e0e0;
    height: 0px;
}

.popupBack .info-visa .popup__box-info::-webkit-scrollbar-thumb {
    background-color: var(--red-color);
}

@media (max-width: 600px) {
    .popupBack .info-visa .popup__box-info {
        width: 300px;
    }
}

.popupBack .info-visa .popup__box-info ul li {
    list-style: disc;
    margin-left: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.popupBack .popup-error .popup__ico {
    display: flex;
    height: 64px;
    justify-content: center;
    width: 64px;
    background: var(--svg-color);
    padding: 5px;
    border-radius: 50%;
}

.popupBack .popup-error .popup__ico svg {
    width: 50px;
    height: 50px;
}

.popupBack .popup-error .popup__ico svg path {
    fill: #ffffff;
}

.popupBack .popup-error .popup__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 12px;
    margin-bottom: 0px;
    overflow-y: scroll;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.popupBack .popup-error .popup__title::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    height: 0px;
}

.popupBack .popup-error .popup__title::-webkit-scrollbar-thumb {
    background-color: #EEEFF5;
}

.popupBack .popup-error .popup__description {
    text-align: center;
}

@media (max-width: 420px) {
    .popupBack .login-autorisation .popup__title {
        margin-bottom: 0;
    }
}

.popupBack .our-popup {
    background: #eff1f4;
    width: 568px;
    min-height: 270px;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (max-width: 600px) {
    .popupBack .our-popup {
        width: 93%;
        overflow-y: scroll;
        margin-top: 0;
    }

    .popupBack .our-popup::-webkit-scrollbar {
        width: 0px;
        background: #e0e0e0;
        height: 0px;
    }

    .popupBack .our-popup::-webkit-scrollbar-thumb {
        background-color: #929292;
    }
}

.popupBack .our-popup::after {
    position: absolute;
    height: 154px;
    right: 0;
    top: 60px;
    width: 150px;
    background: url(../../img/modules/phoro-popup.webp);
    content: "";
    background-size: contain;
}

@media (max-width: 420px) {
    .popupBack .our-popup::after {
        height: 100px;
        right: 0;
        top: 95px;
        width: 100px;
    }
}

.popupBack .our-popup .popup__title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media (max-width: 420px) {
    .popupBack .our-popup .popup__title {
        margin-bottom: 20px;
    }
}

.popupBack .our-popup .popup__description {
    width: 80%;
    margin-top: -10px;
}

.popupBack .our-popup .popup__video {
    height: 200px;
    width: 100%;
    margin-top: 18px;
}

@media (max-width: 420px) {
    .popupBack .our-popup .popup__video {
        margin-top: 10px;
    }
}

.popupBack .our-popup .popup__video iframe {
    width: 100%;
}

.popupBack .our-popup .popup__items {
    border-radius: 10px;
    padding: 16px;
    padding-top: 20px;
    width: 100%;
    background: #ffffff;
}

.popupBack .our-popup .popup__items ul li,
.popupBack ol li {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 22px;
    color: #000c;
}

.popupBack .our-popup .popup__items ul li .popup__ico,
.popupBack ol li .popup__ico {
    height: 36px;
    justify-content: center;
    width: 36px;
    display: flex;
    background-color: #278377;
    border-radius: 50%;
    align-items: center;
    margin-right: 8px;
}

.popupBack .our-popup .popup__items ol li .popup__ico svg path,
.popupBack ul li .popup__ico svg path {
    fill: #ffffff;
}

.popupBack .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent !important; 
}

.popupBack .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent !important; 
}

.popupBack .form-group {
	margin-bottom: 0;
}

/*-------------------------*/

header label {
    display: block;
}

header ol, ul {
    list-style: none;
    padding-left: 0;
}

header nav ul li {
    margin-left: 0px;
    font-weight: 200;
    text-align: left;
}

.header *:not(.logo__text), .aside._open-aside * {
    font-family: "Roboto" !important;
}
.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}

.daterangepicker:before,
.daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
    right: 9px;
}

.daterangepicker.opensleft:after {
    right: 10px;
    display: none;
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.opensright:before {
    left: 9px;
}

.daterangepicker.opensright:after {
    left: 10px;
}

.daterangepicker.drop-up {
    margin-top: -7px;
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
    float: none;
}

.daterangepicker.single .drp-selected {
    display: none;
}

.daterangepicker.show-calendar .drp-calendar {
    display: block;
}

.daterangepicker.show-calendar .drp-buttons {
    display: block;
}

.daterangepicker.auto-apply .drp-buttons {
    display: none;
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
    padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.daterangepicker .calendar-table .next span {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #a3e99f;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

.daterangepicker td.in-range {
    background-color: #cefdcb;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0;
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
}

.daterangepicker .ranges li:hover {
    background-color: #eee;
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff;
}

/*  Larger Screen Styling */

.drp-buttons {
    display: none !important;
}

.daterangepicker.opensleft:before {
    display: none;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #a3e99f;
    border-color: transparent;
    color: #000;
}

.daterangepicker {
    /* top: 200px !important; */
    /* width: 746px !important; */
}


.header .menu__item a:link {
    text-decoration: none;
    color: white;
}

.header .menu__item .sub-menu__list a:link {
    color: black !important;
}

.header .menu__link-title {
    font-weight: 300 !important;
    font-size: 16px !important;
}

.navigation-user__list a {
    color: #000 !important;
}

header .user-authorized__name {
    margin-bottom: 0;
}

header .user-authorized__description {
    margin-bottom: 0;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background-color: #f8f8f8 !important;
    border: 1px solid #e4e8f1;
}

.header__container {
    max-width: 1455px !important;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 33px;
    -moz-column-gap: 33px;
    column-gap: 33px;
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.125rem;
    flex: 0 0 11.125rem;
}

.header__logo img {
    max-width: 100%;
}

.header__user-authorized {
    position: relative;
}

.header__user-authorized_visable {
    display: none;
}

.header__line {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 0.5px;
    background-color: #dbdbdb;
}

.menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    padding: 5px 0;
}

.menu__top:not(:last-child) {
    margin-bottom: 14px;
}

.menu__exit {
    position: relative;
    z-index: 20;
}

.menu__exit svg {
    fill: var(--red-color);
}

.menu__title {
    font-weight: 500;
    padding-left: 12px;
    font-size: 15px;
    color: #000;
    line-height: 1.38;
}

.menu__body._menu-open {
    visibility: visible;
    opacity: 1;
}

.menu__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.header .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px !important;
    margin: 0;
}

.menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    position: relative;
    color: white;
}

.menu__item::before {
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    color: #000;
}

.menu__item_no-flex {
    gap: 5px !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.header .menu__link-title {
    position: relative;
    z-index: 1;
    color: #000 !important;
}

.header .menu__link-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.header .fa-calculator .menu__link-title span {
    font-family: 'Roboto';
    margin: 0 0 0 5px;
}

.header .fa-calculator {
    font-family: "Font Awesome 6 Free" !important;
}

.fa-calculator:before {
    font-size: 12px;
}

.header .menu__link-title span::before {
    font-size: 16px;
    color: #000;
}

.header .menu__link-title::before {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    font-size: 7px;
    position: absolute;
    top: 30%;
    right: -20px;
}

.header .menu__link-title._spoller-active::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.menu .sub-menu__list {
    color: #393d44;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: white;
    gap: 13px;
}

.menu__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    color: #000;
}

.menu__button::before {
    color: #000;
}

.menu__button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    gap: 6px;
}

.menu__button span::before {
    font-size: 6px;
    color: #000;
}

.menu__link {
    font-size: 15px;
    line-height: 1.38;
}

.information-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.information-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.information-header__button-calendar {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    color: #104050;
    font-size: 15px;
    line-height: 1.38;
    font-weight: 500;
}

.information-header__button-calendar::before {
    font-size: 20px;
    color: #104050;
}

.information-header__button-calendar._active-icon::before {
    color: #d92550;
}

.information-header__count-calendar {
    position: absolute;
    right: 5%;
    top: -10%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    font-size: 10px;
}

.link-tours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    align-items: center;
    background-color: white;
    border-radius: 17px;
    padding-left: 21px;
    padding-right: 31px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.link-tours__text {
    color: #2575bf;
    font-size: 15px;
    line-height: 1.38;
    letter-spacing: -0.01px;
    white-space: nowrap;
}

.actions-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.actions-header__button {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    color: #104050;
    font-size: 15px;
    line-height: 1.38;
    font-weight: 500;
    box-shadow: 0 0 10px rgb(233 233 233 / 50%);
}

.actions-header__button::before {
    font-size: 20px;
    color: #104050;
}

.actions-header__button._active-icon::before {
    color: var(--red-color);
}

.actions-header__notifications-count {
    position: absolute;
    right: 5%;
    top: 2%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--red-color);
    color: white;
    font-size: 7px;
}

.user-authorized {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}



.user-authorized_no-arrow {
    cursor: auto;
}

.user-authorized_no-arrow::before {
    display: none;
}

.user-authorized__avatar-ibg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
}

.user-authorized__avatar-ibg img {
    border-radius: 50%;
}

.user-authorized__body {
    display: grid;
    gap: 8px;
}

.user-authorized__name {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    position: relative;
}

.info-user__header .user-authorized__name {
    color: #fff;
}

.user-authorized__name::before {
    content: "\e901";
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 120%;
    right: 0%;
    font-size: 7px;
    color: #000;
}

.info-user__header .user-authorized__name::before {
    color: #fff;
}

.user-authorized__name_visable::before {
    display: none;
}

.user-authorized__description {
    font-size: 11px;
    color: #000;
}

.info-user__header .user-authorized__description {
    color: #fff;
}

.user-authorized__arrow {
    cursor: pointer;
    font-size: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.user-authorized__button-exit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #444053;
    border-radius: 15px;
    font-size: 11px;
    line-height: 1.2;
    padding: 5px 15px;
    margin-left: auto;
    color: white;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.user-authorized__button-exit a {
    color: #fff !important;
}

.no-user-authorized {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    position: relative;
    cursor: pointer;
}

/* .no-user-authorized::before {
    content: "\e901";
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -40%;
    top: 45%;
    font-size: 7px;
    color: rgba(255, 255, 255, 0.5);
} */

.no-user-authorized__avatar {
    width: 45px;
    height: 45px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    border-radius: 50%;
}

.no-user-authorized__avatar::before {
    color: var(--red-color);
    font-size: 16px;
}

.no-user-authorized__body {
    display: grid;
    gap: 5px;
}

.no-user-authorized__name {
    font-weight: 500;
    font-size: 15px !important;
    color: white;
    margin: 0;
    line-height: 1;
}

.no-user-authorized__name a {
    color: #000 !important;
}

.no-user-authorized__description {
    font-size: 11px;
    color: #000;
    margin: 0;
    line-height: 1;
}

.info-user {
    position: absolute;
    top: 150%;
    right: -10%;
    width: 293px;
    border: 1px solid #dee2ec;
    border-radius: 10px;
    cursor: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.info-user::before {
    content: "";
    position: absolute;
    top: 0;
    right: 24%;
    -webkit-transform: translate(-43%, -100%);
    -ms-transform: translate(-43%, -100%);
    transform: translate(-43%, -100%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid white;
    z-index: 2;
}

.info-user__header {
    position: relative;
    padding: 0.9375rem 0.8125rem 0.9375rem 0.8125rem;
}

.info-user__header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--main-background-color-second-opacity)), to(var(--main-background-color-opacity)));
    background: linear-gradient(0deg, var(--main-background-color-second-opacity), var(--main-background-color-opacity));
    border-radius: 0.625rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.info-user__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.625rem 0.625rem 0 0;
}

.info-user__body {
    position: relative;
    z-index: 2;
}

.info-user._open-user {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    visibility: visible;
    opacity: 1;
}

.navigation-user {
    background-color: white;
    padding: 0.875rem 0.875rem 1.375rem 0.875rem;
    max-height: 13.75rem;
    height: auto;
    overflow-y: auto;
    border-radius: 0 0 0.625rem 0.625rem;
}

.navigation-user__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.38;
    color: #000;
}

.navigation-user__title:not(:last-child) {
    margin-bottom: 0.8125rem;
}

.navigation-user__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8125rem;
    color: #212529;
}

.navigation-user__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}

.navigation-user__link {
    font-size: 14px;
    line-height: 1.14;
    font-weight: 400;
}

.navigation-user__count {
    margin-left: auto;
}

.header [data-select] {
    height: 45px;
}

.header [data-select]>button {
    height: 23px;
}

.header [class*=_icon-]:before {
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header .currency,
.header .language {
    position: relative;
    background-color: transparent;
    position: relative;
    -webkit-box-flex: 0;
    /* -ms-flex: 0 0 2.8125rem; */
    /* flex: 0 0 2.8125rem; */
    width: 45px;
    height: 2.8125rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    color: #104050;
    gap: 0.125rem;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
    flex: 1;
    box-shadow: 0 0 10px rgb(233 233 233 / 50%);
}

.header [data-select] {
    height: 45px;
}

.header .currency::before,
.header .language::before {
    position: relative;
    top: 0.0625rem;
    z-index: 3;
    font-size: 1.25rem;
    pointer-events: none;
}

.header .currency__selected,
.header .language__selected {
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.header .currency__selected_usd {
    position: relative;
    top: 0.09375rem;
    height: auto;
    color: var(--red-color);
    font-size: 14px;
    font-weight: 500;
}

.header .currency__items,
.header .language__items {
    border: 0.0625rem solid #dee2ec;
    background-color: #efefef;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
    transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
    min-width: 11.5rem;
    z-index: 5;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0.25rem;
    cursor: pointer;
    right: 0;
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    top: 60px;
    height: max-content;
    left: -9rem;
}

.header .currency__items label,
.header .language__items label {
    position: initial;
}

.header .currency__items::after,
.header .language__items::after {
    content: "";
    position: absolute;
    top: 0;
    right: 24%;
    -webkit-transform: translate(-43%, -105%);
    -ms-transform: translate(-43%, -105%);
    transform: translate(-43%, -105%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid white;
    z-index: 2;
}

.header .currency__items._open-body,
.header .language__items._open-body {
    display: none;
}

.header .currency__back-button,
.header .language__back-button {
    position: relative;
    z-index: 2;
    color: #104050;
    font-size: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
}

.header .currency__back-button::before,
.header .language__back-button::before {
    font-size: 1rem;
}

.header .currency__top,
.header .language__top {
    padding: 0.8125rem;
    position: relative;
    cursor: auto;
}

.header .currency__top::after,
.header .language__top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--main-background-color-second-opacity)), to(var(--main-background-color-opacity)));
    background: linear-gradient(0deg, var(--main-background-color-second-opacity), var(--main-background-color-opacity));
}

.header .currency__top-bg,
.header .language__top-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.header .currency__top-text,
.header .language__top-text {
    font-weight: 400;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.14;
    position: relative;
    z-index: 2;
    color: white;
}

.header .currency__list,
.header .language__list {
    max-height: 15.625rem;
    height: auto;
    overflow-y: auto;
}

.header .language__list {
    max-height: 18.625rem;
}

.header .currency__item,
.header .language__item {
    position: relative;
    display: block;
    white-space: nowrap;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    cursor: pointer;
}

.header .currency__item input:checked~.currency__content,
.header .language__item input:checked~.language__content {
    background-color: var(--red-color);
    color: white;
}

.header .currency__wrapper,
.header .language__wrapper {
    cursor: pointer;
}

.header .currency__content,
.header .language__content {
    position: relative;
    z-index: 1;
    padding: 0.75rem 1.0625rem;
    display: grid;
    grid-template-columns: 2.5rem auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.14;
    letter-spacing: -0.01em;
    color: #104050;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.header .currency__content span,
.header .language__content span {
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    font-weight: 600;
}

.header .currency__icon,
.header .language__icon {
    width: 1.875rem;
    height: 1.3125rem;
    position: relative;
}

.header .currency__icon img,
.header .language__icon img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.header .currency._active .currency__items,
.header .language._active .language__items {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.num-count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    background-color: var(--red-color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-weight: 700;
    font-size: 0.625rem;
    text-align: center;
    line-height: 1;
}

.num-count_brand-color {
    background-color: #000;
    font-size: 10px;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.hidden-el {
    display: none;
}

.inp-hidden {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
}

.logo__text {
    width: 149px;
    font-family: Sanchez;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0.06em;
    color: white;
}

.logo__image-ibg {
    width: 2.5625rem;
    height: 2.5625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5625rem;
    flex: 0 0 2.5625rem;
}

.logo__image-ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.logo img {
    max-width: 100%;
}

._containers {
    max-width: 86.875rem;
    margin: 0 auto;
    padding: 0rem 1.875rem;
}



.contacts-footer {
    background-color: #fafafa;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
}

.contacts-footer__container {
    max-width: 68.75rem;
    margin: 0 auto;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 14.0625rem 1fr;
    -webkit-column-gap: 3.125rem;
    -moz-column-gap: 3.125rem;
    column-gap: 3.125rem;
    row-gap: 2.1875rem;
}

.contacts-footer__help {
    display: grid;
    gap: 0.625rem;
}

.contacts-footer__title {
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 1.15;
    color: #404040;
}

.contacts-footer__text {
    font-size: 0.9375rem;
    line-height: 1.2;
    color: #818181;
}

.contacts-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
}

.contacts-footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.contacts-footer__icon-ibg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5625rem;
    flex: 0 0 2.5625rem;
    width: 2.5625rem;
    height: 2.5625rem;
}

.contacts-footer__body {
    display: grid;
    gap: 0.5rem;
}

.contacts-footer__body:not(:last-child) {
    margin-right: 1.5625rem;
}

.contacts-footer__label {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.16;
    color: #818181;
}

.contacts-footer__link {
    font-weight: 500;
    font-size: 1.1875rem;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
}

.main-footer {
    background: #2f2f2f url(../img/footer/banner.jpg) repeat;
    color: #fff;
}

.main-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2.875rem;
    padding-bottom: 5.375rem;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.22);
}

.main-footer__title {
    cursor: default;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    position: relative;
    text-align: start;
}

.main-footer__title:not(:last-child) {
    margin-bottom: 1.25rem;
}

.main-footer__title::after {
    content: "";
    height: 0.0625rem;
    width: 30%;
    display: block;
    background-color: white;
    margin-top: 1.0625rem;
}

.main-footer__list {
    display: grid;
    gap: 1.625rem;
}

.main-footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-footer__link {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.15;
}

.main-footer__icon-ibg {
    width: 1.0625rem;
    height: 1.0625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.0625rem;
    flex: 0 0 1.0625rem;
}

.bottom-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.0625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
}

.payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 0.3125rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.payments__item-ibg {
    width: 3.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.25rem;
    flex: 0 0 3.25rem;
    height: 2rem;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
}

.logo__text {
    font-family: Sanchez;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0.06em;
    color: white;
}

.logo__image-ibg {
    width: 2.5625rem;
    height: 2.5625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5625rem;
    flex: 0 0 2.5625rem;
}

.logo__image-ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.logo img {
    max-width: 100%;
}

._containers {
    max-width: 86.875rem;
    margin: 0 auto;
    padding: 0rem 1.875rem;
}



@font-face {
    font-family: icons;
    font-display: swap;
    src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

[class*=_icon-]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
    display: block;
}

._icon-location:before {
    content: "\e910";
    color: #7d7d7d;
}

._icon-edit-calendar:before {
    content: "\e90e";
}

._icon-person:before {
    content: "\e90f";
}

._icon-minus:before {
    content: "\e90a";
}

._icon-plus:before {
    content: "\e90b";
}

._icon-search:before {
    content: "\e90c";
}

._icon-settings:before {
    content: "\e90d";
}

._icon-widgets:before {
    content: "\e909";
}

._icon-agents:before {
    content: "\e900";
}

._icon-arrow:before {
    content: "\e901";
}

._icon-back-arrow:before {
    content: "\e902";
}

._icon-calendar:before {
    content: "\e903";
}

._icon-contacts:before {
    content: "\e904";
}

._icon-language:before {
    content: "\e905";
}

._icon-notifications:before {
    content: "\e906";
}

._icon-partners:before {
    content: "\e907";
}

._icon-user:before {
    content: "\e908";
}

.fa-check:before {
    content: "\f00c";
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    color: #262626;
    /*line-height: 1 !important;*/


    -ms-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    -webkit-text-size-adjust: 100% !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.menu {
    font-weight: 300 !important;
    font-size: 16px !important;
}
input,
button,
textarea {
    font-family: "Roboto";
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}

a {
    color: inherit;
}

a:link,
a:visited {
    text-decoration: none;
}

.header a:hover {
    text-decoration: none;
    color: #000;
}

.header .btn-open-popup-login:hover {
    color: inherit;
}


ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}


body {
    overflow: auto;
    background-color: white;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    background-color: rgba(106, 108, 109, 0.7058823529);
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none;
}

._open-aside body::before {
    opacity: 1;
    pointer-events: all;
}

header .wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

header .wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

header .wrapper>* {
    min-width: 0;
}

/*
(i) Стили будут применяться ко
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
    /*max-width: 90rem;*/
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 1.25rem;
}

[class*=__container_main] {
    max-width: 86.875rem;
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 0.25rem;
    background-color: var(--red-color);
    padding: 0.625rem 1.4375rem;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.1428571429;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.button._fw {
    width: 100%;
}

.button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.8125rem;
    -moz-column-gap: 0.8125rem;
    column-gap: 0.8125rem;
}

.button span::before {
    font-size: 0.375rem;
    color: white;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.button_border {
    font-weight: 400;
    background-color: transparent;
    color: var(--red-color);
    border: 0.0625rem solid var(--red-color);
    border-radius: 1.625rem;
    padding: 0.4375rem 1.25rem;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.button_border.inactive {
    pointer-events: none;
    color: #bababa;
    border: 0.0625rem solid #bababa;
}

.button_small {
    margin-left: 27%;
    background-color: transparent;
    color: #216d86;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    padding: 0.3125rem 0.8125rem;
    font-size: 0.75rem;
    border: 0.0625rem solid #216d86;
}

.button_completed {
    font-size: 0.9375rem;
    padding: 0.625rem 2.6875rem;
}

.checkbox {
    position: relative;
}

.checkbox__input {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.checkbox__input:focus+.checkbox__label:before {
    -webkit-box-shadow: 0 0 2px var(--red-color);
    box-shadow: 0 0 2px var(--red-color);
}

.checkbox__input:checked+.checkbox__label:before {
    background: url("/img/icons/check.svg") 50% 50% no-repeat;
    background-color: var(--red-color);
    border: 1px solid var(--red-color);
}

.checkbox__label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 10px;
}

.checkbox__label:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #949494;
    border-radius: 1px;
}

.checkbox__label_search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.checkbox__label_search::before {
    -ms-flex-item-align: center;
    align-self: center;
}

.checkbox__text {
    font-size: 0.875rem;
    line-height: 1.1428571429;
}

.checkbox__text_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0.625rem 0rem;
    max-width: 12.5rem;
    margin-right: auto;
}

.checkbox_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox__input-line {
    border-bottom: 0.0625rem solid #a9a9aa;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 70%;
    background-color: transparent;
    color: #a3a3a3;
    font-size: 0.875rem;
}

.custom-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    cursor: pointer;
}

.custom-radio__label {
    overflow: hidden;
    display: inline-block;
    width: 2.25rem;
    height: 1.25rem;
    background-color: #949494;
    border-radius: 3.125rem;
    position: relative;
    cursor: pointer;
}

.custom-radio__label span {
    position: absolute;
    width: 100%;
    height: 100%;
}

.custom-radio__label span::before {
    content: "";
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    bottom: 0.125rem;
    border-radius: 50%;
    width: calc(1.25rem - 0.125rem * 2);
    height: calc(1.25rem - 0.125rem * 2);
    z-index: 4;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.custom-radio__label span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #949494;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.custom-radio__content {
    font-size: 0.875rem;
    line-height: 1.1428571429;
}

.custom-radio__input {
    cursor: pointer;
    position: absolute;
    width: 0rem;
    height: 0rem;
    pointer-events: none;
    visibility: hidden;
}

.custom-radio__input:checked~ ::before {
    left: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.custom-radio__input:checked~span::after {
    background-color: #216d86;
}

.quantity {
    width: 126px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.125rem;
    border: 0.0625rem solid #949494;
}

.quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    position: relative;
    cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0px 0px 0px -4.5px;
    background-color: var(--red-color);
    width: 9px;
    height: 1px;
}

.quantity__button_plus::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.quantity__input input {
    height: 100%;
    color: black;
    font-size: 0.875rem;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.pagging {
    margin-top: 2.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    border: 0.0625rem solid #c6c6c6;
}

@supports ((-moz-column-gap: clamp(0.625rem, 0.4525862069rem + 0.8620689655vw, 1.25rem)) or (column-gap: clamp(0.625rem, 0.4525862069rem + 0.8620689655vw, 1.25rem))) {
    .pagging {
        -webkit-column-gap: clamp(0.625rem, 0.4525862069rem + 0.8620689655vw, 1.25rem);
        -moz-column-gap: clamp(0.625rem, 0.4525862069rem + 0.8620689655vw, 1.25rem);
        column-gap: clamp(0.625rem, 0.4525862069rem + 0.8620689655vw, 1.25rem);
    }
}

@supports not ((-moz-column-gap: clamp(0.625rem, 0.4525862069rem + 0.8620689655vw, 1.25rem)) or (column-gap: clamp(0.625rem, 0.4525862069rem + 0.8620689655vw, 1.25rem))) {
    .pagging {
        -webkit-column-gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 72.5);
        -moz-column-gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 72.5);
        column-gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-right: clamp(0.3125rem, 0.1228448276rem + 0.9482758621vw, 1rem)) {
    .pagging {
        padding-right: clamp(0.3125rem, 0.1228448276rem + 0.9482758621vw, 1rem);
    }
}

@supports not (padding-right: clamp(0.3125rem, 0.1228448276rem + 0.9482758621vw, 1rem)) {
    .pagging {
        padding-right: calc(0.3125rem + 0.6875 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-left: clamp(0.3125rem, 0.1228448276rem + 0.9482758621vw, 1rem)) {
    .pagging {
        padding-left: clamp(0.3125rem, 0.1228448276rem + 0.9482758621vw, 1rem);
    }
}

@supports not (padding-left: clamp(0.3125rem, 0.1228448276rem + 0.9482758621vw, 1rem)) {
    .pagging {
        padding-left: calc(0.3125rem + 0.6875 * (100vw - 20rem) / 72.5);
    }
}

.pagging__column_numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagging__arrow_left {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pagging__arrow_right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.pagging__arrow::before {
    font-size: 0.4375rem;
    color: #216d86;
}

.pagging__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@supports ((-moz-column-gap: clamp(0.0625rem, -0.0064655172rem + 0.3448275862vw, 0.3125rem)) or (column-gap: clamp(0.0625rem, -0.0064655172rem + 0.3448275862vw, 0.3125rem))) {
    .pagging__list {
        -webkit-column-gap: clamp(0.0625rem, -0.0064655172rem + 0.3448275862vw, 0.3125rem);
        -moz-column-gap: clamp(0.0625rem, -0.0064655172rem + 0.3448275862vw, 0.3125rem);
        column-gap: clamp(0.0625rem, -0.0064655172rem + 0.3448275862vw, 0.3125rem);
    }
}

@supports not ((-moz-column-gap: clamp(0.0625rem, -0.0064655172rem + 0.3448275862vw, 0.3125rem)) or (column-gap: clamp(0.0625rem, -0.0064655172rem + 0.3448275862vw, 0.3125rem))) {
    .pagging__list {
        -webkit-column-gap: calc(0.0625rem + 0.25 * (100vw - 20rem) / 72.5);
        -moz-column-gap: calc(0.0625rem + 0.25 * (100vw - 20rem) / 72.5);
        column-gap: calc(0.0625rem + 0.25 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-right: clamp(0.125rem, -0.0646551724rem + 0.9482758621vw, 0.8125rem)) {
    .pagging__list {
        padding-right: clamp(0.125rem, -0.0646551724rem + 0.9482758621vw, 0.8125rem);
    }
}

@supports not (padding-right: clamp(0.125rem, -0.0646551724rem + 0.9482758621vw, 0.8125rem)) {
    .pagging__list {
        padding-right: calc(0.125rem + 0.6875 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-left: clamp(0.125rem, -0.0646551724rem + 0.9482758621vw, 0.8125rem)) {
    .pagging__list {
        padding-left: clamp(0.125rem, -0.0646551724rem + 0.9482758621vw, 0.8125rem);
    }
}

@supports not (padding-left: clamp(0.125rem, -0.0646551724rem + 0.9482758621vw, 0.8125rem)) {
    .pagging__list {
        padding-left: calc(0.125rem + 0.6875 * (100vw - 20rem) / 72.5);
    }
}

.pagging__list li {
    color: #262626;
    font-size: 0.9375rem;
    font-weight: 500;
}

.pagging__item {
    padding: 0.125rem 0.5rem;
    border: 0.0625rem solid transparent;
    -webkit-transition: border 0.3s, color 0.3s;
    transition: border 0.3s, color 0.3s;
}

.pagging__item._active {
    color: #216d86;
    border-radius: 0.125rem;
    border: 0.0625rem solid #c6c6c6;
}

.pagging__item_dots {
    color: #949494;
}

.pagging__pages {
    color: #000;
    font-size: 0.8125rem;
}

[class*=-ibg] {
    position: relative;
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0;
}

.logo__image-mobile img {
    object-fit: contain;
 }

.item-card__image-ibg,
.card-hotels__image-ibg {
    will-change: transform;
    overflow: hidden;
}

.item-card__image-ibg img,
.card-hotels__image-ibg img {
    -webkit-transition: -webkit-transform 1.2s ease 0s;
    transition: -webkit-transform 1.2s ease 0s;
    transition: transform 1.2s ease 0s;
    transition: transform 1.2s ease 0s, -webkit-transform 1.2s ease 0s;
}

.hotels {
    padding-bottom: 3.125rem;
}

.hotels__alert {
    padding-top: 0rem;
}

.hotels__breadcrumbs:not(:last-child) {
    margin-bottom: 1rem;
}

.hotels__main {
    display: grid;
    grid-template-columns: 16.4375rem 1fr;
}

@supports ((-moz-column-gap: clamp(1.25rem, -5.935483871rem + 10.6451612903vw, 3.3125rem)) or (column-gap: clamp(1.25rem, -5.935483871rem + 10.6451612903vw, 3.3125rem))) {
    .hotels__main {
        -webkit-column-gap: clamp(1.25rem, -5.935483871rem + 10.6451612903vw, 3.3125rem);
        -moz-column-gap: clamp(1.25rem, -5.935483871rem + 10.6451612903vw, 3.3125rem);
        column-gap: clamp(1.25rem, -5.935483871rem + 10.6451612903vw, 3.3125rem);
    }
}

@supports not ((-moz-column-gap: clamp(1.25rem, -5.935483871rem + 10.6451612903vw, 3.3125rem)) or (column-gap: clamp(1.25rem, -5.935483871rem + 10.6451612903vw, 3.3125rem))) {
    .hotels__main {
        -webkit-column-gap: calc(1.25rem + 2.0625 * (100vw - 67.5rem) / 19.375);
        -moz-column-gap: calc(1.25rem + 2.0625 * (100vw - 67.5rem) / 19.375);
        column-gap: calc(1.25rem + 2.0625 * (100vw - 67.5rem) / 19.375);
    }
}

.hotels__advertisement:not(:last-child) {
    margin-bottom: 0.6875rem;
}

.hotels__top:not(:last-child) {
    margin-bottom: 2.125rem;
}

.hotels__heading:not(:last-child) {
    margin-bottom: 1.5rem;
}

.hotels .heading-hotels__title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.15;
    color: #262626;
}

.hotels .buttons-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.hotels .hotels__cards-wrapper {
    display: grid;
    gap: 1.0625rem;
}

.advertisement {
    display: block;
    position: relative;
}

.advertisement::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 64, 80, 0.43)), to(rgba(16, 64, 80, 0.43)));
    background: linear-gradient(0deg, rgba(16, 64, 80, 0.43), rgba(16, 64, 80, 0.43));
}

.advertisement__image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.advertisement__text {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.3;
    letter-spacing: 0.01em;
    color: white;
}

@supports (padding-top: clamp(3.125rem, 2.7629310345rem + 1.8103448276vw, 4.4375rem)) {
    .advertisement__text {
        padding-top: clamp(3.125rem, 2.7629310345rem + 1.8103448276vw, 4.4375rem);
    }
}

@supports not (padding-top: clamp(3.125rem, 2.7629310345rem + 1.8103448276vw, 4.4375rem)) {
    .advertisement__text {
        padding-top: calc(3.125rem + 1.3125 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-bottom: clamp(1.25rem, 1.1982758621rem + 0.2586206897vw, 1.4375rem)) {
    .advertisement__text {
        padding-bottom: clamp(1.25rem, 1.1982758621rem + 0.2586206897vw, 1.4375rem);
    }
}

@supports not (padding-bottom: clamp(1.25rem, 1.1982758621rem + 0.2586206897vw, 1.4375rem)) {
    .advertisement__text {
        padding-bottom: calc(1.25rem + 0.1875 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-left: clamp(1.125rem, 1.0732758621rem + 0.2586206897vw, 1.3125rem)) {
    .advertisement__text {
        padding-left: clamp(1.125rem, 1.0732758621rem + 0.2586206897vw, 1.3125rem);
    }
}

@supports not (padding-left: clamp(1.125rem, 1.0732758621rem + 0.2586206897vw, 1.3125rem)) {
    .advertisement__text {
        padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-right: clamp(3.125rem, 2.9870689655rem + 0.6896551724vw, 3.625rem)) {
    .advertisement__text {
        padding-right: clamp(3.125rem, 2.9870689655rem + 0.6896551724vw, 3.625rem);
    }
}

@supports not (padding-right: clamp(3.125rem, 2.9870689655rem + 0.6896551724vw, 3.625rem)) {
    .advertisement__text {
        padding-right: calc(3.125rem + 0.5 * (100vw - 20rem) / 72.5);
    }
}

.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    border: 0.0625rem solid #e7e7e7;
    border-radius: 0.375rem;
    color: #262626;
}

.filter__block {
    padding: 0.8125rem 0.75rem 0.6875rem 0.875rem;
    border: 0.0625rem solid #e7e7e7;
    border-left: none;
    border-right: none;
    border-top: none;
}

.filter__block:last-child {
    border-bottom: none;
}

.filter__block:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.filter__block:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.filter__block:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.filter__block:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.filter__block:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.filter__block:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.filter__button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    padding: 1.125rem 0.6875rem;
}

.filter__button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    color: #383838;
    font-size: 1rem;
    font-weight: 500;
}

.filter__icon-exit-big {
    padding: 0.625rem 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter__icon-exit-big span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.filter__icon-exit-big svg {
    margin-left: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.filter__icon-exit-big svg path {
    stroke: #6b6b6b;
}

.filter__icon-exit-big._spoller-active svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.filter__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.filter__body {
    overflow: auto;
    height: 100%;
}

.filter__title {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.1428571429;
}

.filter__title:not(:last-child) {
    margin-bottom: 0.6875rem;
}

.filter__title_big {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.1875;
}

.filter__items {
    display: grid;
    gap: 0.625rem;
}

.filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
}

.filter__apply {
    margin-top: 0.3125rem;
}

.filter__number {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.1666666667;
    color: #6b6b6b;
}

.filter__custom-radio:not(:last-child) {
    margin-bottom: 0.8125rem;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    color: #104050;
}

.breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    font-size: 0.8125rem;
    line-height: 1.1538461538;
    color: var(--red-color);
}

.breadcrumbs__item a:hover {
    color: var(--red-color);
    opacity: 0.9;
}

.breadcrumbs__item:not(:last-child)::after {
    content: ">";
}

.breadcrumbs__link::first-letter {
    text-transform: uppercase;
}

.card-hotels {
    border: 0.0625rem solid #c6c6c6;
    border-radius: 0.5625rem;
}

.card-hotels__body {
    display: grid;
    grid-template-columns: 12.375rem 1fr 9.125rem;
    row-gap: 2.5rem;
}

@supports (padding-top: clamp(0.9375rem, 0.8168103448rem + 0.6034482759vw, 1.375rem)) {
    .card-hotels__body {
        padding-top: clamp(0.9375rem, 0.8168103448rem + 0.6034482759vw, 1.375rem);
    }
}

@supports not (padding-top: clamp(0.9375rem, 0.8168103448rem + 0.6034482759vw, 1.375rem)) {
    .card-hotels__body {
        padding-top: calc(0.9375rem + 0.4375 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-bottom: clamp(0.9375rem, 0.8168103448rem + 0.6034482759vw, 1.375rem)) {
    .card-hotels__body {
        padding-bottom: clamp(0.9375rem, 0.8168103448rem + 0.6034482759vw, 1.375rem);
    }
}

@supports not (padding-bottom: clamp(0.9375rem, 0.8168103448rem + 0.6034482759vw, 1.375rem)) {
    .card-hotels__body {
        padding-bottom: calc(0.9375rem + 0.4375 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-left: clamp(0.625rem, 0.4181034483rem + 1.0344827586vw, 1.375rem)) {
    .card-hotels__body {
        padding-left: clamp(0.625rem, 0.4181034483rem + 1.0344827586vw, 1.375rem);
    }
}

@supports not (padding-left: clamp(0.625rem, 0.4181034483rem + 1.0344827586vw, 1.375rem)) {
    .card-hotels__body {
        padding-left: calc(0.625rem + 0.75 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-right: clamp(0.625rem, 0.4181034483rem + 1.0344827586vw, 1.375rem)) {
    .card-hotels__body {
        padding-right: clamp(0.625rem, 0.4181034483rem + 1.0344827586vw, 1.375rem);
    }
}

@supports not (padding-right: clamp(0.625rem, 0.4181034483rem + 1.0344827586vw, 1.375rem)) {
    .card-hotels__body {
        padding-right: calc(0.625rem + 0.75 * (100vw - 20rem) / 72.5);
    }
}

@supports ((-moz-column-gap: clamp(0.5rem, 0.2931034483rem + 1.0344827586vw, 1.25rem)) or (column-gap: clamp(0.5rem, 0.2931034483rem + 1.0344827586vw, 1.25rem))) {
    .card-hotels__body {
        -webkit-column-gap: clamp(0.5rem, 0.2931034483rem + 1.0344827586vw, 1.25rem);
        -moz-column-gap: clamp(0.5rem, 0.2931034483rem + 1.0344827586vw, 1.25rem);
        column-gap: clamp(0.5rem, 0.2931034483rem + 1.0344827586vw, 1.25rem);
    }
}

@supports not ((-moz-column-gap: clamp(0.5rem, 0.2931034483rem + 1.0344827586vw, 1.25rem)) or (column-gap: clamp(0.5rem, 0.2931034483rem + 1.0344827586vw, 1.25rem))) {
    .card-hotels__body {
        -webkit-column-gap: calc(0.5rem + 0.75 * (100vw - 20rem) / 72.5);
        -moz-column-gap: calc(0.5rem + 0.75 * (100vw - 20rem) / 72.5);
        column-gap: calc(0.5rem + 0.75 * (100vw - 20rem) / 72.5);
    }
}

.card-hotels__image-ibg {
    padding-bottom: 100%;
}

.content-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

.content-card__top:not(:last-child) {
    margin-bottom: 0.25rem;
}

.content-card__name-hotel {
    font-weight: 600;
    line-height: 1.1739130435;
    color: var(--red-color);
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

@supports (font-size: clamp(1.125rem, 1.0387931034rem + 0.4310344828vw, 1.4375rem)) {
    .content-card__name-hotel {
        font-size: clamp(1.125rem, 1.0387931034rem + 0.4310344828vw, 1.4375rem);
    }
}

@supports not (font-size: clamp(1.125rem, 1.0387931034rem + 0.4310344828vw, 1.4375rem)) {
    .content-card__name-hotel {
        font-size: calc(1.125rem + 0.3125 * (100vw - 20rem) / 72.5);
    }
}

.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.1875rem;
}

.stars__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.9375rem;
    flex: 0 0 0.9375rem;
    width: 0.9375rem;
    height: 0.9375rem;
}

.stars__item svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.info-list-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    row-gap: 0.625rem;
}

.info-list-card:not(:last-child) {
    margin-bottom: 1.625rem;
}

.info-list-card__item {
    font-weight: 500;
    color: var(--red-color);
    font-size: 0.8125rem;
    text-decoration: underline;
}

.info-list-card__item a:hover {
    color: var(--red-color);
    opacity: 0.9;
}

.info-list-card__item-extra {
    color: var(--red-color);
    text-decoration: none;
    font-weight: 400;
    font-size: 0.8125rem;
}

.amenities-hotel {
    display: grid;
    gap: 0.8125rem;
}

.amenities-hotel__block {
    display: grid;
    gap: 0.3125rem;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.1666666667;
    color: #000000;
}

.amenities-hotel__text {
    font-weight: 400;
    color: #262626;
}

.amenities-hotel__breakfast {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.1666666667;
    color: var(--red-color);
}

.card-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}

.card-information__review:not(:last-child) {
    margin-bottom: 0.625rem;
}

.card-information__location {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.1875;
    color: var(--red-color);
    text-align: right;
}

.card-information__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.card-information__text {
    font-size: 0.75rem;
    line-height: 1.1666666667;
}

.card-information__text:not(:last-child) {
    margin-bottom: 0.1875rem;
}

.card-information__price {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.15;
}

.card-information__more:not(:last-child) {
    margin-bottom: 0.625rem;
}

.review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.review__block {
    display: grid;
    gap: 0.1875rem;
}

.review__title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.1875;
    color: #383838;
    text-align: right;
}

.review__count-reviews {
    font-size: 0.75rem;
    color: #6b6b6b;
}

.review__score {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.1875;
    color: #ffffff;
    padding: 0.5rem 0.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #104050;
    border-radius: 0.3125rem 0.3125rem 0.3125rem 0;
}

.alert-hotels {
    display: grid;
    grid-template-columns: 1fr 14.375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.alert-hotels__content {
    display: grid;
    gap: 0.625rem;
}

.alert-hotels__title {
    font-weight: 600;
    color: #262626;
}

@supports (font-size: clamp(0.9375rem, 0.8512931034rem + 0.4310344828vw, 1.25rem)) {
    .alert-hotels__title {
        font-size: clamp(0.9375rem, 0.8512931034rem + 0.4310344828vw, 1.25rem);
    }
}

@supports not (font-size: clamp(0.9375rem, 0.8512931034rem + 0.4310344828vw, 1.25rem)) {
    .alert-hotels__title {
        font-size: calc(0.9375rem + 0.3125 * (100vw - 20rem) / 72.5);
    }
}

.alert-hotels__text {
    color: #9d9d9d;
}

@supports (font-size: clamp(0.75rem, 0.6637931034rem + 0.4310344828vw, 1.0625rem)) {
    .alert-hotels__text {
        font-size: clamp(0.75rem, 0.6637931034rem + 0.4310344828vw, 1.0625rem);
    }
}

@supports not (font-size: clamp(0.75rem, 0.6637931034rem + 0.4310344828vw, 1.0625rem)) {
    .alert-hotels__text {
        font-size: calc(0.75rem + 0.3125 * (100vw - 20rem) / 72.5);
    }
}

.alert-hotels__image img {
    max-width: 100%;
}

.page .search-hotels__containers {
    margin-top: -4.375rem;
    margin-bottom: 2rem;
}

.search-form {
    display: grid;
    grid-template-columns: 33% 1fr 1fr 10.5rem;
    gap: 0.1875rem;
    background-color: rgb(226 226 226);
    border-radius: 0.375rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    position: relative;
}

.search-form>* {
    height: 3.5625rem;
}

.search-form__calendar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    padding: 0rem 1.25rem;
    background-color: white;
    color: #262626;
    font-size: 0.9375rem;
    font-weight: 500;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    cursor: pointer;
}

.search-form__calendar::before {
    color: #6b6b6b;
    font-size: 1.5625rem;
}

.search-form__input {
    width: 100%;
    height: 100%;
    outline: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.calendar-open .search-form__input {
    pointer-events: none;
}

.search-form__input_calendar {
    position: relative;
    background-color: transparent;
}

.search-form__input_calendar::-webkit-input-placeholder {
    color: #262626;
    font-size: 0.9375rem;
    font-weight: 500;
}

.search-form__input_calendar::-moz-placeholder {
    color: #262626;
    font-size: 0.9375rem;
    font-weight: 500;
}

.search-form__input_calendar:-ms-input-placeholder {
    color: #262626;
    font-size: 0.9375rem;
    font-weight: 500;
}

.search-form__input_calendar::-ms-input-placeholder {
    color: #262626;
    font-size: 0.9375rem;
    font-weight: 500;
}

.search-form__input_calendar::placeholder {
    color: #262626;
    font-size: 0.9375rem;
    font-weight: 500;
}

.search-form__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    background-color: white;
    padding: 1rem 1.25rem;
    width: 100%;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    overflow: hidden !important;
    position: relative;
}

.search-form__button::before {
    font-size: 1.5625rem;
}

.search-form__button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
    color: #262626;
    font-size: 0.9375rem;
    font-weight: 500;
}

.search-form__button span::before {
    color: #6b6b6b;
    font-size: 1.5625rem;
}

.search-form__button-count-nights svg {
    width: 22px;
    height: 22px;
}
.search-form__button svg path {
    stroke: #6b6b6b;
}

.search-form__button-count-nights svg path {

}

.search-form__button.peoples {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.search-form__value-render {
    display: inline !important;
    text-align: left;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100%;
}

.search-form__items {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.search-form__input._active .search-form__items {
    visibility: visible;
    opacity: 1;
}

.search-form__error {
    position: absolute;
    right: 0.4375rem;
    bottom: 0.1875rem;
    color: #ef4050;
    font-size: 0.6875rem;
    cursor: pointer;
}

.search-form__search {
    background-color: var(--red-color);
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.40625rem;
    font-size: 1rem;
    color: white;
    padding: 1rem 1rem;
}

.search-form__search::before {
    color: white;
    font-size: 1.25rem;
}

.items-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 30;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.07);
    -webkit-transition: opacity 0.3s visibility 0.3s;
    transition: opacity 0.3s visibility 0.3s;
}

.items-dropdown_cities {
    opacity: 0;
    visibility: hidden;
}

.items-dropdown_cities._open-list-cities {
    opacity: 1;
    visibility: visible;
}

.items-dropdown_peoples {
    opacity: 0;
    visibility: hidden;
}

.items-dropdown_peoples._active {
    opacity: 1;
    visibility: visible;
}

.items-dropdown_calendar {
    width: 200%;
}

.items-dropdown__wrapper {
    overflow: hidden;
    padding: 1rem 1.375rem;
}

.items-dropdown__search-input {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    border: 0.0875rem solid var(--red-color);
    height: 2.375rem;
    font-size: 0.875rem;
    color: #212121;
    padding: 0rem 0.9375rem;
}

.items-dropdown__list {
    display: grid;
    max-height: 7.5rem;
    height: auto;
    overflow-y: auto;
    padding-right: 1.25rem;
}

.items-dropdown__wrapper-person {
    overflow: hidden;
}

.items-dropdown__list-persons {
    padding-top: 2.0625rem;
    padding-bottom: 2.0625rem;
    display: grid;
    gap: 0.375rem;
    max-height: 18.75rem;
    height: auto;
    overflow-y: auto;
}

@supports (padding-right: clamp(1.5625rem, 1.4245689655rem + 0.6896551724vw, 2.0625rem)) {
    .items-dropdown__list-persons {
        padding-right: clamp(1.5625rem, 1.4245689655rem + 0.6896551724vw, 2.0625rem);
    }
}

@supports not (padding-right: clamp(1.5625rem, 1.4245689655rem + 0.6896551724vw, 2.0625rem)) {
    .items-dropdown__list-persons {
        padding-right: calc(1.5625rem + 0.5 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-left: clamp(1.5625rem, 1.4245689655rem + 0.6896551724vw, 2.0625rem)) {
    .items-dropdown__list-persons {
        padding-left: clamp(1.5625rem, 1.4245689655rem + 0.6896551724vw, 2.0625rem);
    }
}

@supports not (padding-left: clamp(1.5625rem, 1.4245689655rem + 0.6896551724vw, 2.0625rem)) {
    .items-dropdown__list-persons {
        padding-left: calc(1.5625rem + 0.5 * (100vw - 20rem) / 72.5);
    }
}

.items-dropdown__item-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.375rem;
}

.items-dropdown__person-name {
    font-size: 0.875rem;
    font-weight: 500;
}

.items-dropdown__button {
    cursor: pointer;
    margin-top: 0.625rem;
}

.items-dropdown__city {
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.items-dropdown__checkbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-bottom {
    padding-bottom: 3.875rem;
    background-color: #104050;
}

.aside {
    position: fixed;
    top: 0;
    right: 0;
    width: 33.25rem;
    height: 100vh;
    z-index: 99;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: -webkit-transform 1s ease 0s;
    transition: transform 1s ease 0s;
    transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}

.aside._open-aside {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.aside__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--red-color);
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}

@supports (padding-top: clamp(0.9375rem, 0.6788793103rem + 1.2931034483vw, 1.875rem)) {
    .aside__header {
        padding-top: clamp(0.9375rem, 0.6788793103rem + 1.2931034483vw, 1.875rem);
    }
}

@supports not (padding-top: clamp(0.9375rem, 0.6788793103rem + 1.2931034483vw, 1.875rem)) {
    .aside__header {
        padding-top: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-bottom: clamp(0.9375rem, 0.6788793103rem + 1.2931034483vw, 1.875rem)) {
    .aside__header {
        padding-bottom: clamp(0.9375rem, 0.6788793103rem + 1.2931034483vw, 1.875rem);
    }
}

@supports not (padding-bottom: clamp(0.9375rem, 0.6788793103rem + 1.2931034483vw, 1.875rem)) {
    .aside__header {
        padding-bottom: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-right: clamp(0.9375rem, 0.6788793103rem + 1.2931034483vw, 1.875rem)) {
    .aside__header {
        padding-right: clamp(0.9375rem, 0.6788793103rem + 1.2931034483vw, 1.875rem);
    }
}

@supports not (padding-right: clamp(0.9375rem, 0.6788793103rem + 1.2931034483vw, 1.875rem)) {
    .aside__header {
        padding-right: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-left: clamp(0.9375rem, 0.6788793103rem + 1.2931034483vw, 1.875rem)) {
    .aside__header {
        padding-left: clamp(0.9375rem, 0.6788793103rem + 1.2931034483vw, 1.875rem);
    }
}

@supports not (padding-left: clamp(0.9375rem, 0.6788793103rem + 1.2931034483vw, 1.875rem)) {
    .aside__header {
        padding-left: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 72.5);
    }
}

.aside__title {
    line-height: 1.1538461538;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: white;
}

@supports (font-size: clamp(1.25rem, 1.1465517241rem + 0.5172413793vw, 1.625rem)) {
    .aside__title {
        font-size: clamp(1.25rem, 1.1465517241rem + 0.5172413793vw, 1.625rem);
    }
}

@supports not (font-size: clamp(1.25rem, 1.1465517241rem + 0.5172413793vw, 1.625rem)) {
    .aside__title {
        font-size: calc(1.25rem + 0.375 * (100vw - 20rem) / 72.5);
    }
}

.aside__content {
    overflow: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5625rem;
    background-color: white;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(27, 27, 27, 0.2);
    box-shadow: 0px 1px 4px 1px rgba(27, 27, 27, 0.2);
    padding-top: 1.5625rem;
}

@supports (padding-bottom: clamp(5rem, 4.3103448276rem + 3.4482758621vw, 7.5rem)) {
    .aside__content {
        padding-bottom: clamp(5rem, 4.3103448276rem + 3.4482758621vw, 7.5rem);
    }
}

@supports not (padding-bottom: clamp(5rem, 4.3103448276rem + 3.4482758621vw, 7.5rem)) {
    .aside__content {
        padding-bottom: calc(5rem + 2.5 * (100vw - 20rem) / 72.5);
    }
}

.item-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 1.375rem;
    padding-left: 1.375rem;
    background-color: white;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(27, 27, 27, 0.2);
    box-shadow: 0px 1px 4px 1px rgba(27, 27, 27, 0.2);
    border-radius: 10px;
    max-width: 30.875rem;
    margin: 0 auto;
}

@supports (padding-top: clamp(0.9375rem, 0.7478448276rem + 0.9482758621vw, 1.625rem)) {
    .item-card {
        padding-top: clamp(0.9375rem, 0.7478448276rem + 0.9482758621vw, 1.625rem);
    }
}

@supports not (padding-top: clamp(0.9375rem, 0.7478448276rem + 0.9482758621vw, 1.625rem)) {
    .item-card {
        padding-top: calc(0.9375rem + 0.6875 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-bottom: clamp(0.9375rem, 0.7478448276rem + 0.9482758621vw, 1.625rem)) {
    .item-card {
        padding-bottom: clamp(0.9375rem, 0.7478448276rem + 0.9482758621vw, 1.625rem);
    }
}

@supports not (padding-bottom: clamp(0.9375rem, 0.7478448276rem + 0.9482758621vw, 1.625rem)) {
    .item-card {
        padding-bottom: calc(0.9375rem + 0.6875 * (100vw - 20rem) / 72.5);
    }
}

.item-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
}

.item-card__top:not(:last-child) {
    margin-bottom: 1rem;
}

.item-card__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    line-height: 1.1875;
    padding: 0.3125rem 0.4375rem;
    background-color: #037da6;
    border-radius: 1.3125rem;
    color: white;
}

.item-card__date {
    font-size: 1rem;
    line-height: 1.1875;
    letter-spacing: -0.01em;
    color: #989898;
}

.item-card__title {
    font-weight: 500;
    line-height: 1.1612903226;
    letter-spacing: -0.01em;
    color: #171717;
}

@supports (font-size: clamp(1.375rem, 1.2198275862rem + 0.775862069vw, 1.9375rem)) {
    .item-card__title {
        font-size: clamp(1.375rem, 1.2198275862rem + 0.775862069vw, 1.9375rem);
    }
}

@supports not (font-size: clamp(1.375rem, 1.2198275862rem + 0.775862069vw, 1.9375rem)) {
    .item-card__title {
        font-size: calc(1.375rem + 0.5625 * (100vw - 20rem) / 72.5);
    }
}

@supports (margin-bottom: clamp(0.9375rem, 0.7995689655rem + 0.6896551724vw, 1.4375rem)) {
    .item-card__title:not(:last-child) {
        margin-bottom: clamp(0.9375rem, 0.7995689655rem + 0.6896551724vw, 1.4375rem);
    }
}

@supports not (margin-bottom: clamp(0.9375rem, 0.7995689655rem + 0.6896551724vw, 1.4375rem)) {
    .item-card__title:not(:last-child) {
        margin-bottom: calc(0.9375rem + 0.5 * (100vw - 20rem) / 72.5);
    }
}

.item-card__image-ibg {
    padding-bottom: 55.1111111111%;
}

.item-card__image-ibg:not(:last-child) {
    margin-bottom: 1.125rem;
}

.item-card__text {
    font-size: 1rem;
    line-height: 1.625;
    color: #111111;
    letter-spacing: -0.02em;
}

.item-card__text p:not(:last-child) {
    margin-bottom: 0.3125rem;
}

.daterangepicker {
    text-transform: capitalize;
    border-radius: 0.375rem;
    border: none;
    -webkit-box-shadow: 0 0.3125rem 0.5rem 0 rgba(116, 116, 116, 0.3019607843);
    box-shadow: 0 0.3125rem 0.5rem 0 rgba(116, 116, 116, 0.3019607843);
    top: calc(100% + 10px) !important;
    width: 46.625rem !important;
    right: auto !important;
    left: 0 !important;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    display: block !important;
    visibility: hidden;
    z-index: 20;
    opacity: 0;
    margin: 0;
}

.daterangepicker .ranges,
.daterangepicker .drp-calendar {
    max-width: 100% !important;
}

.daterangepicker .calendar-table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.daterangepicker .calendar-table table tr td,
.daterangepicker .calendar-table table tr th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.daterangepicker .drp-calendar.left,
.daterangepicker .drp-calendar.right {
    padding: 0.5rem;
    border-radius: 0;
    width: 50%;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    min-width: 1.25rem;
    padding: 5% 0;
    font-size: 0.8125rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid transparent;
}

th.prev.available {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
    padding-left: 1.25rem !important;
}

th.next.available {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important;
    padding-right: 1.25rem !important;
}

.drp-buttons {
    position: absolute !important;
    top: 0.625rem;
    right: 0.625rem;
    display: block !important;
}

.d-none {
    display: none;
    position: absolute !important;
    top: 0.625rem;
    right: 0.625rem;
    font-size: 1.125rem !important;
    padding: 0.625rem !important;
    color: #000 !important;
}

.d-none::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.drp-selected {
    display: none !important;
}

.applyBtn {
    display: none !important;
}

.daterangepicker .drp-buttons {
    padding: 0 !important;
}

._containers {
    max-width: 86.875rem;
    margin: 0 auto;
    padding: 0rem 1.875rem;
}

@media (min-width: 26.3125em) {
    .currency__back-button,
    .language__back-button {
        display: none !important;
    }

    .main-footer__title::before {
        display: none;
    }
}

@media (min-width: 30.0625em) {
    .filter__button-completed-2 {
        display: none;
    }
}

@media (min-width: 40.6875em) {
    .card-information__price:not(:last-child) {
        margin-bottom: 0.9375rem;
    }
}

@media (min-width: 49.375em) {
    .no-user-authorized::before {
        display: none;
    }
}

@media (min-width: 59.4375em) {
    .contacts-footer__item:not(:last-child)::after {
        content: "";
        margin: 0 auto;
        height: 100%;
        width: 0.0625rem;
        background-color: #d8d8d8;
    }

    .main-footer__column {
        padding-top: 0.625rem;
    }

    .main-footer__column_main {
        max-width: 6.875rem;
    }

    .main-footer__column_support {
        max-width: 7.8125rem;
    }

    .main-footer__column_help {
        max-width: 7.1875rem;
    }

    .main-footer__column_rules {
        max-width: 7.8125rem;
    }

    .main-footer__column_socials {
        max-width: 7.8125rem;
    }

    .main-footer__body:first-child {
        padding-top: 3.75rem;
    }
}

@media (min-width: 67.5625em) {
    .checkbox_input {
        display: none;
    }

    .custom-radio__content_hidden {
        display: none;
    }

    .filter__block_animals {
        display: none;
    }

    .filter__block_category-hotels {
        display: none;
    }

    .filter__button {
        display: none;
    }

    .filter__button-completed {
        display: none;
    }

    .filter__icon-exit-big {
        display: none;
    }

    .filter__title_food {
        display: none;
    }

    .filter__item_button {
        display: none;
    }

    .filter__item_hidden {
        display: none;
    }

    .filter__item_inp {
        display: none;
    }
}

@media (min-width: 421px) {
    .menu__exit {
        display: none;
    }
}

@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

    .daterangepicker .ranges ul {
        width: 140px;
    }

    .daterangepicker.single .ranges ul {
        width: 100%;
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none;
    }

    .daterangepicker.single .ranges,
    .daterangepicker.single .drp-calendar {
        float: left;
    }

    .daterangepicker {
        direction: ltr;
        text-align: left;
    }

    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker .drp-calendar.right {
        margin-left: 0;
    }

    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px;
    }

    .daterangepicker .ranges,
    .daterangepicker .drp-calendar {
        float: left;
    }
}

@media (min-width: 250px) {
    .information-header__button-calendar {
        display: none;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}

@media (min-width: 48em) {
    .content-card__name-hotel::before {
        display: none;
    }

    .amenities-hotel {
        border-left: 0.1875rem solid #e7e7e7;
        padding: 0.125rem 0rem 0.125rem 0.625rem;
        margin-left: 0.3125rem;
    }
}

@media (min-width: 790px) {
    .information-header__count-calendar {
        display: none;
    }
}

@media (min-width: 991.98px) {
    .menu__footer {
        display: none;
    }
}

@media (min-width: 1281px) {
    .menu__top {
        display: none;
    }

    .menu__title {
        display: none;
    }

    .menu__item:hover .sub-menu__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        visibility: visible;
    }

    .header .menu__link-title::before {
        display: none;
    }

    .menu .sub-menu__body {
        position: absolute;
        left: 0;
        -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
        transform: translateX(-10%);
        top: 14px;
        visibility: hidden;
        opacity: 0;
        padding-top: 10px;
        -webkit-transition: opacity 0.2s ease 0s, visibility 0s linear 0s;
        transition: opacity 0.2s ease 0s, visibility 0s linear 0s;
        z-index: 2;
    }

    .menu .sub-menu__list {
        -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.09);
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.09);
        min-width: 195px;
        padding: 15px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        border-radius: 4px;
    }

    .menu .sub-menu__list::after {
        content: "";
        position: absolute;
        top: 4px;
        left: 12%;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 7px solid white;
        z-index: 2;
    }

    .menu__button {
        display: none;
    }
}

@media (max-width: 1366px) {
    .header .menu__list {
        -webkit-column-gap: 7px;
        -moz-column-gap: 7px;
        column-gap: 7px !important;
    }
}

@media (max-width: 1300px) {
    .header__container {
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
}

@media (max-width: 1280px) {
    .header__logo {
        margin-right: 25px;
    }

    .header .menu__link-title::before {
        content: "\e901";
        font-family: "icons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .menu__body {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        top: 40px;
        left: 0;
        -webkit-transform: translate(-28%);
        -ms-transform: translate(-28%);
        transform: translate(-28%);
        min-width: 184px;
        background-color: white;
        padding: 25px 30px 25px 15px;
        border: 1px solid #dee2ec;
        border-radius: 7px;
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s;
        z-index: 2;
    }

    .menu__body::after {
        content: "";
        position: absolute;
        top: 0;
        left: 54%;
        -webkit-transform: translate(-43%, -90%);
        -ms-transform: translate(-43%, -90%);
        transform: translate(-43%, -90%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 8px solid white;
        z-index: 2;
    }

    .header .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #212529;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 10px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .menu__item {
        color: #212529;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0px;
    }

    .menu__item::before {
        color: #104050;
    }

    .header .menu__link-title span::before {
        color: #104050;
    }

    .header .menu__link-title {
        margin-bottom: 15px;
    }

    .menu .sub-menu__list {
        padding-left: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
    }
}

@media (max-width: 1280px) and (max-width: 420px) {
    .menu__body {
        top: 0;
    }
}

@media (max-width: 1200px) {
    .information-header {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

@media (max-width: 991.98px) {
    .header .menu__list:not(:last-child) {
        margin-bottom: 18px;
    }

    .actions-header__button {
        border: 1px solid rgba(16, 64, 80, 0.3);
    }
}

@media (max-width: 790px) {
    .user-authorized::before {
        display: none;
    }

    .header__line {
        display: none;
    }

    /* .information-header::before {
        content: "\e901";
        font-family: "icons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        right: 0.5%;
        color: rgba(255, 255, 255, 0.5);
        font-size: 7px;
    } */

    .user-authorized::before {
        position: absolute;
        top: 45%;
        right: -35%;
        color: rgba(255, 255, 255, 0.5);
        font-size: 7px;
        font-family: "icons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .user-authorized__body {
        display: none;
    }

    .user-authorized__body_vissable {
        display: grid;
        gap: 8px;
    }

    .user-authorized__name::before {
        right: -40%;
        top: 50%;
        font-size: 7px;
    }

    .no-user-authorized__body {
        display: none;
    }

    .info-user::before {
        right: 5%;
    }
}

@media (max-width: 650px) {
    .link-tours {
        display: none;
    }
}

@media (max-width: 480px) {
    .header__logo {
        margin-right: 10px;
    }
}

@media (max-width: 30em) {
    .logo__text_hidden {
        display: none;
    }

    .header .header__logo {
        flex: 0 0 0;
    }

    .bottom-footer {
        padding-top: 1.5625rem;
        padding-bottom: 1.5625rem;
    }

    .checkbox__input-line {
        width: 100%;
    }

    ._spoller-exit .filter {
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 51;
        overflow: hidden;
        background-color: #ffffff;
    }

    .filter__block {
        border: 0.0625rem solid #e7e7e7;
    }

    .filter__block:first-child {
        border-top: none;
    }

    .filter__button span {
        display: none;
    }

    .filter__button-completed {
        display: none;
    }

    .filter__button-completed-2 {
        display: block;
        margin: 0.625rem 0.8125rem 0.625rem;
    }

    .filter__icon-exit-big._spoller-active span {
        display: none;
    }

    .filter__list {
        grid-template-columns: auto;
    }

    .filter__title:not(:last-child) {
        font-size: 1.25rem;
        margin-bottom: 0.9375rem;
    }

    .filter__apply {
        display: none;
    }

    .filter__number {
        display: block;
    }

    .alert-hotels {
        grid-template-columns: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-items: center;
        text-align: center;
    }

    .page .search-hotels__containers {
        margin-top: -16.875rem;
    }

    .header-bottom {
        padding-bottom: 20rem;
    }
}

@media (max-width: 420px) {
    .menu__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .menu__top:not(:last-child) {
        margin-bottom: 21px;
    }

    .menu__title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .menu__body {
        position: fixed;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        z-index: 51;
        overflow: auto;
    }

    .header .menu__list:not(:last-child) {
        margin-bottom: 20px;
    }

    .menu .sub-menu__list {
        padding-left: 22px;
    }

    .actions-header {
        gap: 20px;
    }
}

@media (max-width: 25em) {
    .pagging__list li {
        font-size: 0.8125rem;
    }
}

@media (max-width: 79.6875em) {
    .page .search-hotels__containers {
        margin-top: -10.625rem;
        margin-bottom: 3.125rem;
    }

    .search-form {
        grid-template-columns: 1fr 1fr auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .header-bottom {
        padding-bottom: 10.25rem;
    }
}

@media (max-width: 67.5em) {
    ._containers {
        max-width: 100%;
        padding: 0rem 0.9375rem;
    }

    ._containers {
        max-width: 100%;
        padding: 0rem 0.9375rem;
    }

    .custom-radio__content_personal-budget {
        display: none;
    }

    .custom-radio_hidden {
        display: none;
    }

    .hotels__main {
        grid-template-columns: auto;
    }

    .hotels__filter {
        margin-bottom: 1.25rem;
    }

    .hotels__top {
        display: none;
    }

    .advertisement {
        display: none;
    }

    .filter {
        background-color: transparent;
    }

    .filter__block {
        border: none;
    }

    .filter__block_hidden {
        display: none;
    }

    .filter__button-completed {
        margin-left: auto;
        margin-right: 2.875rem;
    }

    .filter__wrapper {
        padding-bottom: 1.25rem;
    }

    .filter__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    @supports (gap: clamp(0.0000000625rem, -2.4999998875rem + 8.3333331667vw, 3.125rem)) {
        .filter__list {
            gap: clamp(0.0000000625rem, -2.4999998875rem + 8.3333331667vw, 3.125rem);
        }
    }

    @supports not (gap: clamp(0.0000000625rem, -2.4999998875rem + 8.3333331667vw, 3.125rem)) {
        .filter__list {
            gap: calc(0.0000000625rem + 3.1249999375 * (100vw - 30rem) / 37.5);
        }
    }

    .filter__title:not(:last-child) {
        font-size: 1rem;
        margin-bottom: 1.5625rem;
    }

    .filter__title_big {
        display: none;
    }

    .filter__items {
        gap: 1.25rem;
    }

    .filter__number {
        display: none;
    }

    .breadcrumbs {
        display: none;
    }

    ._containers {
        max-width: 100%;
        padding: 0rem 0.9375rem;
    }
}

@media (max-width: 67.5625em) {
    .filter__title_budget {
        display: none;
    }
}

@media (max-width: 61.99875em) {
    .header .currency,
    .header .language {
        border: 0.0625rem solid rgba(16, 64, 80, 0.3);
    }

    .currency__items::after,
    .language__items::after {
        content: "";
        border-bottom: 8px solid #fff !important;
    }

    .aside {
        width: 100%;
    }

    .aside__content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .item-card {
        max-width: 100%;
    }
}

@media (max-width: 61.99875em) and (min-width: 38.4375em) {
    .header .currency__items,
    .header .language__items {
        left: -9rem !important;
    }
}

@media (max-width: 61.9375em) {
    .contacts-footer__container {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
}

@media screen and (max-width: 1110px) {
    .contacts-footer__container {
        grid-template-columns: auto;
    }
    
    .contacts-footer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 3rem;
    }
}

@media (max-width: 59.375em) {
    .contacts-footer__container {
        padding-top: 2.125rem;
        padding-bottom: 2.125rem;
    }

    .contacts-footer__container {
        grid-template-columns: auto;
    }

    .contacts-footer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 3rem;
    }

    .main-footer__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 6.25rem;
    }

    .main-footer__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .main-footer__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }

    .main-footer__column_main {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .main-footer__column_support {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .main-footer__column_help {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .main-footer__column_rules {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .main-footer__column_socials {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .main-footer__title {
        font-size: 1rem;
    }

    .bottom-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 56.25em) {
    .page .search-hotels__containers {
        margin-top: -17.5rem;
    }

    .search-form {
        grid-template-columns: 100%;
    }

    .search-form__search {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .items-dropdown {
        top: calc(100% + 1px);
        border-radius: 0 0 0.25rem 0.25rem;
    }

    .items-dropdown_calendar {
        width: 100%;
    }

    .header-bottom {
        padding-bottom: 16.5rem;
    }

    .daterangepicker {
        width: 100% !important;
        pointer-events: all;
    }
}

@media (max-width: 47.99875em) {
    .pagging {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pagging__pages {
        display: none;
    }

    .filter__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .card-hotels__body {
        grid-template-columns: 9.375rem 1fr 9.125rem;
    }

    .content-card__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0.1875rem;
    }

    .content-card__top:not(:last-child) {
        margin-bottom: 0.625rem;
    }

    .content-card__name-hotel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-column-gap: 0.625rem;
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-card__name-hotel::before {
        color: #666666;
        font-size: 0.625rem;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .stars:not(:last-child) {
        margin-bottom: 0.3125rem;
    }

    .info-list-card:not(:last-child) {
        margin-bottom: 0.9375rem;
    }

    .amenities-hotel__block_hidden {
        display: none;
    }

    .review {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .review__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.625rem;
    }

    .review__title {
        line-height: 1;
    }
}

@media (max-width: 40.625em) {
    .card-hotels__body {
        grid-template-columns: 8.1875rem auto;
    }

    .info-list-card__item-extra {
        display: none;
    }

    .amenities-hotel:not(:last-child) {
        margin-bottom: 0.9375rem;
    }

    .amenities-hotel__breakfast {
        display: none;
    }

    .card-information {
        display: none;
    }

    .card-information__location {
        display: none;
    }

    .card-information__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .card-information__price {
        font-size: 1.6875rem;
        margin-bottom: 0.3125rem;
    }

    .card-information__more {
        display: none;
    }

    .review {
        gap: 0.1875rem;
    }

    .review__block {
        gap: 0.1875rem;
    }

    .review__title {
        font-size: 0.8125rem;
    }

    .review__count-reviews {
        font-size: 0.6875rem;
    }

    .review__score {
        font-size: 0.75rem;
        padding: 0.375rem 0.25rem;
    }
}

@media (max-width: 37.5em) {
    .main-footer__wrapper {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem;
        row-gap: 3.125rem;
    }

    .payments {
        -webkit-column-gap: 0.625rem;
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }
}

@media (max-width: 36.875em) {
    .calendar-open body {
        pointer-events: none !important;
        overflow: hidden;
    }

    .calendar-open body {
        pointer-events: none !important;
        overflow: hidden;
    }

    .calendar-open body {
        pointer-events: none !important;
        overflow: hidden;
    }

    .daterangepicker {
        position: fixed;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0;
        z-index: 190;
        overflow: auto;
        border-radius: 0;
        padding: 3.125rem 2.5rem;
    }

    .daterangepicker .drp-calendar.left,
    .daterangepicker .drp-calendar.right {
        width: 100%;
    }

    .daterangepicker .calendar-table th,
    .daterangepicker .calendar-table td {
        padding: 3% 0;
    }
}

@media (max-width: 34.375em) {
    .alert-hotels {
        grid-template-columns: 1fr 9.375rem;
    }
}

@media (max-width: 29.99875em) {
    .currency__items,
    .language__items {
        -webkit-transform: translateX(30%);
        -ms-transform: translateX(30%);
        transform: translateX(30%);
    }

    .currency__items::after,
    .language__items::after {
        -webkit-transform: translate(-193%, -105%);
        -ms-transform: translate(-193%, -105%);
        transform: translate(-193%, -105%);
    }

    .search-form__calendar {
        font-size: 0.8125rem;
    }

    .search-form__calendar::before {
        font-size: 1.25rem;
    }

    .search-form__button span {
        font-size: 0.8125rem;
    }

    .search-form__button span::before {
        font-size: 1.25rem;
    }

    .daterangepicker {
        padding: 3.125rem 1.25rem;
    }

    .daterangepicker .calendar-table th,
    .daterangepicker .calendar-table td {
        padding: 4% 0;
    }
}

@media (max-width: 26.25em) {
    .currency__items,
    .language__items {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: white;
        top: 0;
        left: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        overflow: auto;
    }

    .currency__body,
    .language__body {
        height: 100%;
    }

    .currency__top::after,
    .language__top::after {
        display: none;
    }

    .currency__top,
    .language__top {
        padding-top: 1.5625rem;
    }

    .currency__top-bg,
    .language__top-bg {
        display: none;
    }

    .main-footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.25rem;
    }

    .main-footer__title::before {
        content: "\e901";
        font-family: "icons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .main-footer__logo:not(:last-child) {
        margin-bottom: 0rem;
    }

    .main-footer__column {
        width: 100%;
    }

    .main-footer__title:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .main-footer__title::after {
        display: none;
    }

    .main-footer__title {
        width: 100%;
        text-align: left;
    }

    .main-footer__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .main-footer__title::before {
        position: absolute;
        right: 0;
        top: 0.3125rem;
        font-size: 0.7rem;
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        transition: -webkit-transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    }

    .main-footer__title._spoller-active::before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .main-footer__list:not(:last-child) {
        padding-bottom: 0.9375rem;
    }

    .main-footer__link {
        font-size: 0.8rem;
    }
}

@media (max-width: 21.875em) {
    .daterangepicker {
        padding: 3.125rem 0.625rem;
    }
}

@media (min-width: 26.3125em) and (max-width: 120em) {
    .main-footer__title_hidden {
        display: none;
    }
}

@media (max-width: 47.99875em) and (min-width: 48em) {
    .content-card__name-hotel::before {
        display: none;
    }
}

@media (min-width: 56.3125em) and (max-width: 79.6875em) {
    .search-form__input:first-child {
        width: 100%;
        grid-column: span 3;
        border-radius: 4px 0px 0px 4px;
    }
}

@media (any-hover: hover) {
    .menu .sub-menu__list li:hover {
        text-decoration: underline;
    }

    .user-authorized__button-exit:hover {
        background-color: var(--red-color);
        opacity: 0.9;
    }

    .navigation-user__link:hover {
        text-decoration: underline;
    }

    .currency__item:hover,
    .language__item:hover {
        background-color: var(--red-color);
    }

    .currency__item:hover .currency__content span,
    .language__item:hover .language__content span {
        color: white;
    }

    .contacts-footer__link:hover {
        text-decoration: underline;
    }

    .main-footer__link:hover {
        text-decoration: underline;
    }

    .button:hover {
        background-color: var(--red-color);
        opacity: 0.9;
    }

    .button_border:hover {
        color: white;
    }

    .button_small:hover {
        background-color: #216d86;
        color: white;
    }

    .quantity__button:hover::before,
    .quantity__button:hover::after {
        background-color: #104050;
    }

    .pagging__item:hover {
        border: 0.0625rem solid #c6c6c6;
        color: #216d86;
    }

    .pagging__item_dots:hover {
        border: 0.0625rem solid transparent;
        color: #949494;
    }

    .item-card__image-ibg img:hover,
    .card-hotels__image-ibg img:hover {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }

    .breadcrumbs__link:hover {
        text-decoration: underline;
    }

    .content-card__name-hotel:hover {
        color: #ef4050;
    }

    .search-form__calendar:hover {
        background-color: #f4f7f8;
    }

    .search-form__button:hover {
        background-color: #f4f7f8;
    }

    .search-form__search:hover {
        background-color: var(--red-color);
        opacity: 0.9;
    }

    .items-dropdown__city:hover {
        background-color: #f4f7f8;
    }
}

/* body > header > div > div.header__menu.menu > span a, a {
    color: white !important;
}

body > header > div > div.header__menu.menu > nav > ul > li > div > ul > li:nth-child(1) > a {
    color: black !important;
}
body > header > div > div.header__menu.menu > nav > ul > li > div > ul > li:nth-child(2) > a {
    color: black !important;
}
body > header > div > div.header__menu.menu > nav > ul > li > div > ul > li:nth-child(3) > a {
    color: black !important;
}
body > header > div > div.header__menu.menu > nav > ul > li > div > ul > li:nth-child(4) > a {
    color: black !important;
} */

.navigation-user__link {
    color: #000 !important;
}


@media (max-width: 1280px) {
    .header .menu__item a:link {
        color: black !important;
    }

    .header .menu__link-title a{
        color: black !important;
    }
    .header .menu__link-title {
        color: black !important;
    }
}

/* ------- New Changes -------- */

.currency.active > .currency__items,
.language.active > .language__items {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.currency__list,
.language__list {
    margin: 0;
}

.header .form-group {
    margin: 0;
}

.header .menu__link {
    font-size: 14px;
    font-weight: 400;
}

.excursion-popup .card {
    width: 100%;
}

.excursion-popup.popupBack .popup .popup__close {
    z-index: 2;
}

[data-v-5f12943e] .custom-date-picker .next svg,
[data-v-5f12943e] .custom-date-picker .prev svg {
    fill: #000;
}

.header span {
    font-weight: 400;
}

.header .menu__list li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9125rem;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    position: relative;
    width: max-content;
}


@media (min-width: 1281px) {
    .header .menu__list li a:not(.sub-menu__list a) {
        width: auto;
        max-width: 130px;
        white-space: nowrap;
        overflow-x: scroll;
        line-height: 1.2;
    }

    .header .menu__list li a::-webkit-scrollbar {
        display: none;
    }
}

.header .btn-open-popup-login {
    color: inherit;
}
.logo__image-mobile {
    display: none;
}

/* ----------- Tabs in popup login and style dial code -------------- */
.custom-tabs {
	list-style: none;
    padding: 0;
    display: flex;
    margin: 20px 0;
    justify-content: center;
}

.custom-tab {
	cursor: pointer;
	margin-right: 10px;
	padding: 10px 20px;
	background-color: #f0f0f0;
	border: 1px solid var(--second-red-color);
	border-radius: 4px;
	color: var(--second-red-color);
    text-align: center;
}

.custom-tab.active {
	background-color: var(--second-red-color);
	color: #fff;
}

.custom-tab-content {
	display: none;
}

.custom-tab-content.active {
	display: block;
}

.bascket .iti--separate-dial-code {
    width: 100%;
}

.iti__selected-dial-code {
	color: #000;
}

/*-------------Mobile--------------*/

@media (max-width: 950px) {
    .logo {
        max-width: 100%;
        justify-content: flex-start;
    }
}

@media (min-width: 481px) {
    .logo__image-ibg {
        width: 170px;
        height: 40px;
        flex: 1;
    }
    .logo__image-ibg img {
        object-fit: cover;
    }
    .logo__image-ibg.footer__logo-main {
        width: 200px;
        height: 40px;
        flex: 0 0 180px;
    }
}

@media (max-width: 480px) {
	.currency__items,
	.language__items {
		left: -100% !important;
	}
	.header .currency__items::after,
	.header .language__items::after {
		right: 79%;
	}
    .header .logo__image-ibg:first-child {
        display: none;
    }
    .header .logo__image-mobile {
        display: block;
    }
}

.checkbox__offert-body,
.checkbox__personal-data-body,
.checkbox__rules-using-site-body {
    display: flex;
    color: #000;
    justify-content: center;
    gap: 5px;
    opacity: 0.8;
    flex-direction: column;
    width: fit-content;
    margin-left: 8px;
    margin-top: 10px;
    position: relative;
}

.checkbox__offert-body label,
.checkbox__personal-data-body label {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

.checkbox__offert-error,
.checkbox__registry-personal-data-error,
.checkbox__agent-offert-error,
.checkbox__registry-agent-personal-data-error,
.checkbox__rules-using-site-error {
    text-align: center;
    color: red;
    font-size: 10px;
    position: absolute;
    bottom: -9px;
    white-space: nowrap;
}

.checkbox__offert-body input[type="checkbox"],
.checkbox__personal-data-body input[type="checkbox"] {
    width: auto;
}

a.btn__for-offert,
a.btn__registry-for-personal-data,
a.btn__for-rules-using-site {
    color: var(--red-color);
}

a.btn__for-offert:hover,
a.btn__registry-for-personal-data:hover,
a.btn__for-rules-using-site:hover {
    color: var(--red-color);
    opacity: 0.9;
}

.main-footer__item:last-child a.main-footer__icon-ibg {
    height: 20px;
}

body .body-substrate {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    background-color: #dedede;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none;
}

body .body-substrate.active {
    opacity: 0.7;
    pointer-events: all;
}

.login-autorisation .form-control.is-invalid,
.login-autorisation .was-validated .form-control:invalid,
.login-autorisation .form-control.is-valid,
.login-autorisation .was-validated .form-control:valid {
    background-image: none;
}
.login-registration .form-control.is-invalid,
.login-registration .was-validated .form-control:invalid,
.login-registration .form-control.is-valid,
.login-registration .was-validated .form-control:valid {
    background-image: none;
}

.select2-results__option:hover {
    background: #eee;
}

#popupCallContent a:hover {
    text-decoration: none;
}

.popup-form-login .popup__link:hover,
.popup-form-registry .popup__link:hover {
    text-decoration: none;
}

.header .user-balance__block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #000;
}

.header .user-balance__block:hover {
    text-decoration: underline !important;
}

.header .user-balance__block .user-balance__block-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.header .user-balance__block .user-balance__block-total {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.popupBack .popup .popup__form form .popup__block .iti--separate-dial-code .iti__selected-dial-code {
    font-weight: 500;
}

/* Календарь пометка + кнопка */
.calendar-notation-body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 20px 0 10px 0;
    flex-wrap: wrap;
}
.calendar-notation-body .calendar-notation {
    color: #000;
    text-align: center;
    font-size: 13px;
}
.calendar-notation-body .calendar-notation span {
    color: #ff0000;
}
.calendar-notation-body .calendar-notation-btn {
    color: #ff0000;
}
.calendar-notation-body .calendar-notation-btn:hover {
    text-decoration: underline;
}

/* Hover для кнопок */
.unique-hover-btn {
    border: 1px solid var(--red-color) !important;
    transition: all 0.4s ease-out;
}
.unique-hover-btn:hover {
    background: #fff !important;
    color: var(--red-color) !important;
}

/* Agreements */
.registry-form__agreements {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 5px;
    max-width: 600px;
}
.registry-form__agreements .registry-form__agreements-title {
    font-size: 16px;
    font-weight: 400;
}
.registry-form__agreements .checkbox__offert-body, 
.registry-form__agreements .checkbox__personal-data-body, 
.registry-form__agreements .checkbox__rules-using-site-body {
    gap: 0;
    margin-left: 0;
    margin-top: 0;
}
.registry-form__agreements .checkbox__personal-data-main, 
.registry-form__agreements .checkbox__offert-main, 
.registry-form__agreements .checkbox__rules-using-site-main {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 2px 4px;
}
.registry-form__agreements .checkbox__offert-body a.btn__for-offert, 
.registry-form__agreements .checkbox__personal-data-body a.btn__registry-for-personal-data, 
.registry-form__agreements .checkbox__rules-using-site-body a.btn__for-rules-using-site {
    font-size: 15.5px;
    font-weight: 400;
    margin-left: 1px;
}
.registry-form__agreements .checkbox__personal-data-main:hover, 
.registry-form__agreements .checkbox__offert-main:hover, 
.registry-form__agreements .checkbox__rules-using-site-main:hover {
    background: #e6e6e6;
    border-radius: 5px;
}

@media screen and (max-width: 1024px) {
    .popupBack .login-registration .popup-registration-body .popup-registration-img {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .popupBack .login-registration.popup .popup__form .popup__form_chose {
        margin: 0 30px;
    }
    .popupBack .login-registration .popup-registration-body {
        gap: 0;
        width: auto;
    }
    .popupBack .login-registration .popup-registration-body .popup-registration-info {
        margin-right: 0;
    }
    .currency__selected_usd {
        width: 4.375rem !important;
    }
    .header .currency, 
    .header .language {
        flex: 0;
    }
}
@media screen and (max-width: 460px) {
    .registry-form__agreements {
        flex-direction: column;
        align-items: flex-start;
    }
    .popupBack .login-registration .popup__link {
        margin-right: 20px;
    }
    .popupBack .login-registration .popup__union {
        margin-top: 0;
    }
    .popupBack.popup-form-registry .popup .popup__close {
        right: 20px;
        top: 20px;
        width: 23px;
        height: 23px;
    }
}
@media screen and (min-width: 420px) and (max-width: 730px) {
    .popupBack .popup .popup__form form .popup__block .select2-container--default .select2-selection--single .select2-selection__rendered {
        width: 100% !important;
    }
    .popupBack .popup .popup__form form .popup__block .select2-container {
        width: 100% !important;
    }
    .select2-container .select2-selection--single {
        width: 100%;
    }
    .popupBack .popup .popup__form form .popup__block .input-file-type .btn-tertiary {
        width: 100%;
    }
}
@media (max-width: 420px) {
    .popupBack .popup .popup__form form .popup__block .select2-container {
        width: 275px !important;
    }
    .popupBack .popup .popup__form form .popup__block .input-file-type .btn-tertiary {
        width: 275px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        max-width: 101%;
        width: 101%;
    }
    .registry-form__agreements .checkbox__offert-body, 
    .registry-form__agreements .checkbox__personal-data-body, 
    .registry-form__agreements .checkbox__rules-using-site-body {
        padding: 0;
    }
    .popupBack .login-registration .popup__title {
        margin-top: 30px;
    }
    .header .currency__top, 
    .header .language__top {
        background: #d0d0d0;
    }
    .header .currency__back-button, 
    .header .language__back-button {
        display: none;
    }
    .header .currency__top-text, 
    .header .language__top-text {
        color: #000;
        font-weight: 600;
    }
}
@media (max-width: 375px) {
    .popupBack .popup .popup__form form .popup__block .select2-container {
        width: 250px !important;
    }
    .popupBack .popup .popup__form form .popup__block .input-file-type .btn-tertiary {
        width: 250px !important;
    }
}
@media screen and (max-width: 475px) and (max-height: 675px) {
    .popupBack .login-registration .popup__form {
        max-height: 85%;
    }
}