.edit-hotels {
    font-size: 24px;
    color: #11143E;
    cursor: pointer;
}

.popup-hotels {
    display: none;
    align-items: center;
    background-color: rgba(7, 12, 39, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    z-index: 111;
    padding-top: 60px;
    height: 100vh;
}
@media only screen and (max-width: 1439px) and (min-width: 992px) {
    .popup-hotels {
        padding-top: 5.1388888889vw;
    }
}
@media (max-width: 991px) {
    /* .popup-hotels {
        background-color: #fff;
        padding: 21.3333333333vw 4.8vw 12.5333333333vw;
    } */
}
.popup-hotels.show {
    display: block;
}
.popup-hotels .popup__close {
    position: absolute;
    right: 45px;
    top: 9.5px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 112%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
@media only screen and (max-width: 1439px) and (min-width: 992px) {
    .popup-hotels .popup__close {
        right: 3.125vw;
        top: 1.3888888889vw;
        font-size: 1.25vw;
    }
}
@media (max-width: 991px) {
    /* .popup-hotels .popup__close {
        right: 5.3333333333vw;
        top: 5.3333333333vw;
        font-size: 0;
    } */
}
.popup-hotels .popup__close svg {
    width: 42px;
    height: 42px;
    margin-left: 4px;
}
@media only screen and (max-width: 1439px) and (min-width: 992px) {
    .popup-hotels .popup__close svg {
        width: 2.9166666667vw;
        height: 2.9166666667vw;
        margin-left: 0.8333333333vw;
    }
}
@media (max-width: 991px) {
    /* .popup-hotels .popup__close svg {
        width: 11.2vw;
        height: 11.2vw;
        margin-left: 0;
    } */
}
.popup-hotels .popup__wrap {
    border-radius: 40px 40px 0px 0px;
    border: 1px solid #EAEAEC;
    background: #fff;
    box-shadow: 0px 3px 8px 0px rgba(134, 144, 172, 0.15), 0px 1px 1px 0px rgba(134, 144, 172, 0.06);
    padding: 57px 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
@media only screen and (max-width: 1439px) and (min-width: 992px) {
    .popup-hotels .popup__wrap {
        border-radius: 2.7777777778vw 2.7777777778vw 0px 0px;
        padding: 3.9583333333vw 0;
    }
}
@media (max-width: 991px) {
    /* .popup-hotels .popup__wrap {
        border-radius: 0;
        padding: 0 0 12.5333333333vw;
        border: none;
        box-shadow: none;
    } */
}
.popup-hotels .popup__wrap .popup__content {
    max-width: 1140px;
    margin: 0 auto;
}
@media only screen and (max-width: 1439px) and (min-width: 992px) {
    .popup-hotels .popup__wrap .popup__content {
        max-width: 51.1111111111vw;
    }
}
@media (max-width: 991px) {
    /* .popup-hotels .popup__wrap .popup__content {
        max-width: 100%;
    } */
}
.popup-hotels .popup__wrap .popup__content h2 {
    text-align: center;
    font-size: 42px;
    line-height: 64px;
    margin: 0 0 0px;
}
@media only screen and (max-width: 1439px) and (min-width: 992px) {
    .popup-hotels .popup__wrap .popup__content h2 {
        font-size: 2.9166666667vw;
        line-height: 4.4444444444vw;
    }
}
@media (max-width: 991px) {
    /* .popup-hotels .popup__wrap .popup__content h2 {
        font-size: 6.4vw;
        line-height: 17.0666666667vw;
    } */
}
.popup-hotels .popup__wrap .popup__content form {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 16px;
    margin-top: -15px;
}
.popup-hotels .popup__wrap .popup__content form .wpcf7-response-output {
    width: 100%;
}
@media only screen and (max-width: 1439px) and (min-width: 992px) {
    .popup-hotels .popup__wrap .popup__content form {
        gap: 0 1.1111111111vw;
    }
}
@media (max-width: 991px) {
    /* .popup-hotels .popup__wrap .popup__content form {
        gap: 0;
    } */
}
.popup-hotels .popup__wrap .popup__content form .field-wrap {
    width: 360px;
}
@media only screen and (max-width: 1439px) and (min-width: 992px) {
    .popup-hotels .popup__wrap .popup__content form .field-wrap {
        width: 25vw;
    }
}
@media (max-width: 991px) {
    /* .popup-hotels .popup__wrap .popup__content form .field-wrap {
        width: 100%;
    } */
}
.popup-hotels .popup__wrap .popup__content form .field-wrap.field-wrap__full {
    width: 100%;
}
.popup-hotels .popup__wrap .popup__content form .field-wrap.field-wrap__full.with-file {
    padding-bottom: 45px;
}
.popup-hotels .popup__wrap .popup__content form .field-wrap.field-wrap__full.with-file .file-input::before {
    content: "Upload file";
}
@media only screen and (max-width: 1439px) and (min-width: 992px) {
    .popup-hotels .popup__wrap .popup__content form .field-wrap.field-wrap__full.with-file {
        padding-bottom: 3.125vw;
    }
}
@media (max-width: 991px) {
    /* .popup-hotels .popup__wrap .popup__content form .field-wrap.field-wrap__full.with-file {
        padding-bottom: 10.6666666667vw;
    } */
}
@media (max-width: 991px) {
    /* .popup-hotels .popup__wrap .popup__content form .field-wrap.with-file {
        padding-bottom: 10.6666666667vw;
    } */
}
.popup-hotels .popup__wrap .popup__content form .wpcf7-form-control-wrap {
    margin-bottom: 22px;
}
@media only screen and (max-width: 1439px) and (min-width: 992px) {
    .popup-hotels .popup__wrap .popup__content form .wpcf7-form-control-wrap {
        margin-bottom: 1.5277777778vw;
    }
}
@media (max-width: 991px) {
    /* .popup-hotels .popup__wrap .popup__content form .wpcf7-form-control-wrap {
        margin-bottom: 7.4666666667vw;
    } */
}
.popup-hotels .popup__wrap .popup__content form .wpcf7-form-control-wrap[data-name=checkbox-168] {
    margin-bottom: 9px;
}
@media only screen and (max-width: 1439px) and (min-width: 992px) {
    .popup-hotels .popup__wrap .popup__content form .wpcf7-form-control-wrap[data-name=checkbox-168] {
        margin-bottom: 0.625vw;
    }
}
@media (max-width: 991px) {
    /* .popup-hotels .popup__wrap .popup__content form .wpcf7-form-control-wrap[data-name=checkbox-168] {
        margin-bottom: 2.4vw;
    } */
}
.popup-hotels .popup__wrap .popup__content form textarea {
    height: 125px;
}
@media only screen and (max-width: 1439px) and (min-width: 992px) {
    .popup-hotels .popup__wrap .popup__content form textarea {
        height: 8.6805555556vw;
    }
}
@media (max-width: 991px) {
    /* .popup-hotels .popup__wrap .popup__content form textarea {
        height: 33.3333333333vw;
    } */
}
.popup-hotels .popup__wrap .popup__content form.submitting button {
    pointer-events: none;
}
.popup-hotels .popup__wrap .popup__content form.submitting button::before {
    content: "";
    width: 35px;
    height: 100%;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='25px' height='25px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%23ffffff' stroke-width='5' r='35' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'/%3E%3C/circle%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    flex: 0 0 auto;
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 2;
}
@media only screen and (max-width: 1439px) and (min-width: 992px) {
    .popup-hotels .popup__wrap .popup__content form.submitting button::before {
        width: 2.4305555556vw;
        right: 0.5555555556vw;
        background-size: 1.5277777778vw;
    }
}
@media (max-width: 991px) {
    /* .popup-hotels .popup__wrap .popup__content form.submitting button::before {
        width: 9.3333333333vw;
        right: 2.1333333333vw;
        background-size: 5.8666666667vw;
        width: 99%;
    } */
}
.popup-hotels .popup__wrap .popup__content form.submitting button .btn__icon {
    background: radial-gradient(135.31% 135.91% at 97.94% -103.52%, #B62533 0%, #F97842 34.21%, rgba(182, 37, 51, 0) 94.79%), radial-gradient(145.36% 136.51% at -29.78% -72.44%, #1E275B 0%, #080F35 17.62%, rgba(18, 0, 41, 0) 100%), radial-gradient(407.19% 133.23% at -10.42% -8.25%, #BC284A 56.36%, rgba(188, 40, 74, 0) 92.92%), linear-gradient(158deg, #E04847 62.68%, #C13350 99.32%);
}
.popup-hotels .popup__wrap .popup__content form .btn.btn-blue {
    margin-top: 0px;
}
@media only screen and (max-width: 1439px) and (min-width: 992px) {
    .popup-hotels .popup__wrap .popup__content form .btn.btn-blue {
        margin-top: 0vw;
    }
}
@media (max-width: 991px) {
    /* .popup-hotels .popup__wrap .popup__content form .btn.btn-blue {
        margin-top: 8vw;
    } */
}
@media (max-width: 990px) {
    /* .popup-hotels .popup__wrap .popup__content .btn-text {
        width: 99%;
    } */
}
.popup-hotels .popup__wrap .popup__content .success-message {
    margin: 0 auto;
}
.popup-hotels .popup__wrap .popup__content .success-message h2 {
    text-align: center;
    font-size: 35px;
    line-height: 34px;
    margin: 0 0 0px;
    color: #000;
    font-weight: 600;
    margin-top: 35px;
}
@media (max-width: 580px) {
    /* .popup-hotels .popup__wrap .popup__content .success-message h2 {
        font-size: 5.4vw;
        line-height: 36px;
    } */
}
.popup-hotels .popup__wrap .popup__content .success-message p {
    line-height: 23px;
    text-align: center;
}
.popup-hotels .popup__wrap .form-row-textarea {
    width: 100% !important;
}

.popup-hotels {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease, visibility 0.1s ease;
}
.popup-hotels .popup__wrap {
    transform: translateY(100%);
    transition: transform 0.2s ease;
}
.popup-hotels .popup__close {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    transition-delay: 0.2s;
}
.popup-hotels h2 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    transition-delay: 0.8s;
}
.popup-hotels form {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    transition-delay: 0.8s;
}
.popup-hotels .event-title {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    transition-delay: 0.8s;
}
.popup-hotels .magnetic {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.popup-hotels .wpcf7-response-output {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.popup-hotels form .field-wrap {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.popup-hotels form .field-wrap:nth-child(2) {
    transition-delay: 0.6s;
}
.popup-hotels form .field-wrap:nth-child(3) {
    transition-delay: 0.6s;
}
.popup-hotels form .field-wrap:nth-child(4) {
    transition-delay: 0.5s;
}
.popup-hotels form .field-wrap:nth-child(5) {
    transition-delay: 0.5s;
}
.popup-hotels form .field-wrap:nth-child(6) {
    transition-delay: 0.4s;
}
.popup-hotels form .field-wrap:nth-child(7) {
    transition-delay: 0.3s;
}
.popup-hotels form .field-wrap:nth-child(8) {
    transition-delay: 0.2s;
}
.popup-hotels.show {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.popup-hotels.show .popup__wrap {
    transform: translateY(0);
    transition-delay: 0.3s;
    transition: transform 0.5s ease;
}
.popup-hotels.show .popup__close {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
    background: transparent;
}
.popup-hotels.show h2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.7s;
}
.popup-hotels.show form {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.7s;
}
.popup-hotels.show .event-title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.7s;
}
.popup-hotels.show .magnetic {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 1.9s;
}
.popup-hotels.show .wpcf7-response-output {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 2s;
}
.popup-hotels.show .field-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.popup-hotels.show .field-wrap:nth-child(2) {
    transition-delay: 0.9s;
}
.popup-hotels.show .field-wrap:nth-child(3) {
    transition-delay: 0.9s;
}
.popup-hotels.show .field-wrap:nth-child(4) {
    transition-delay: 1.1s;
}
.popup-hotels.show .field-wrap:nth-child(5) {
    transition-delay: 1.1s;
}
.popup-hotels.show .field-wrap:nth-child(6) {
    transition-delay: 1.3s;
}
.popup-hotels.show .field-wrap:nth-child(7) {
    transition-delay: 1.5s;
}
.popup-hotels.show .field-wrap:nth-child(8) {
    transition-delay: 1.7s;
}
.popup-hotels.show .field-wrap:nth-child(9) {
    transition-delay: 1.9s;
}
.popup-hotels.show .field-wrap:nth-child(10) {
    transition-delay: 2s;
}
.popup-hotels.show .field-wrap:nth-child(11) {
    transition-delay: 2.2s;
}

.btn:hover .btn__icon {
    animation: pulseBtn 1s linear infinite;
    transform-origin: center;
    will-change: transform;
}

.popup-hotels .popup__wrap .popup__content form textarea {
    resize: none;
}
.popup-hotels .popup__wrap .popup__content form textarea::-webkit-scrollbar {
    width: 5px;
}
.popup-hotels .popup__wrap .popup__content form textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.popup-hotels .popup__wrap .popup__content form textarea::-webkit-scrollbar-thumb {
    background-color: #11143E;
}

.magnetic-size {
    display: none;
}

.popup-hotels .popup__wrap::-webkit-scrollbar {
    width: 5px;
}
.popup-hotels .popup__wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.popup-hotels .popup__wrap::-webkit-scrollbar-thumb {
    background-color: #11143E;
}

.popup__wrap {
    height: 550px !important;
    overflow: hidden;
    overflow-y: scroll !important;
}
.popup__wrap::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    height: 0px;
}

.full_price {
    position: fixed;
    right: 70px;
    top: 40px;
    font-size: 23px;
    z-index: 1111;
}
.full_price span {
    font-weight: 600;
    margin-left: 3px;
    color: #a80808;
}

.popup__hotels {
    position: relative;
    padding-bottom: 100px;
}
.popup__hotels .hotels {
    cursor: pointer;
}
.popup__hotels .hotels .hotels__title {
    font-size: 32px;
    margin-bottom: 17px;
    font-weight: 600;
}
.popup__hotels .hotels .hotels__box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.popup__hotels .hotels .hotels__box .hotel {
    width: 275px;
    background: white;
    border: 1px solid #cbcbcb;
    border-bottom: 3px solid #cbcbcb;
    border-radius: 4px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.popup__hotels .hotels .hotels__box .hotel .hotel__photo {
    position: relative;
    width: 100%;
    height: 180px;
}
.popup__hotels .hotels .hotels__box .hotel .hotel__photo .swiper-slide {
    width: 100%;
    height: 180px;
}
.popup__hotels .hotels .hotels__box .hotel .hotel__photo img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.popup__hotels .hotels .hotels__box .hotel .hotel__title {
    margin: 0;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.6em;
    color: #000000;
    text-decoration: none;
    transition: 0.7s all;
}
.popup__hotels .hotels .hotels__box .hotel .hotel__title:hover {
    color: #a80808;
}
.popup__hotels .hotels .hotels__box .hotel .hotel__address {
    margin-top: 7px;
    margin-bottom: 10px;
    padding: 0px 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
    height: 41px;
    color: #333;
}
.popup__hotels .hotels .hotels__box .hotel .hotel__union {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}
.popup__hotels .hotels .hotels__box .hotel .hotel__prices {
    position: relative;
    display: flex;
    width: 40%;
    padding: 0 8px;
    flex-direction: column;
}
.popup__hotels .hotels .hotels__box .hotel .hotel__prices .prices__old {
    text-decoration: line-through;
    color: #a80808;
    font-size: 15px;
    margin-top: 3px;
}
.popup__hotels .hotels .hotels__box .hotel .hotel__prices .prices__new {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 4px;
}
.popup__hotels .hotels .hotels__box .hotel .hotel__chose {
    text-align: center;
    background: #a80808;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 17px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.7s all;
    width: 60%;
    margin: 0 auto;
    margin-right: 6px;
}
.popup__hotels .hotels .hotels__box .hotel .hotel__chose:hover {
    opacity: 0.8;
}
.popup__hotels .hotels .hotels__box .chose__hotel_step {
    display: none;
}
.popup__hotels .hotels .hotels__box .hotel__active {
    border: 1px solid #4CAF50;
    border-bottom: 3px solid #4CAF50;
}
.popup__hotels .hotels .hotels__box .hotel__active .chose__hotel_step {
    position: absolute;
    left: 0;
    top: 0;
    background: #4CAF50;
    padding: 8px 20px;
    font-size: 17px;
    color: #ffffff;
    display: block !important;
    z-index: 11;
}
.popup__hotels .hotels__mek {
    margin-top: 32px;
}
.popup__hotels .hotels__room {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 101%;
    background: #fff;
    z-index: 111;
    opacity: 0;
    transition: all 0.6s ease;
}
.popup__hotels .hotels__room .show {
    left: 0;
    opacity: 1;
}
.popup__hotels .hotels__room {
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 101%;
    background: #fff;
    z-index: 111;
    opacity: 0;
    transition: all 0.6s ease;
}
.popup__hotels .hotels__room .room__union {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.popup__hotels .hotels__room .room__union .room__close {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 19px;
    font-weight: 600;
}
.popup__hotels .hotels__room .room__union .room__close svg {
    width: 32px;
    height: 32px;
}
.popup__hotels .hotels__room .room__union .room__close svg path {
    fill: #a80808;
    stroke: #a80808;
}
.popup__hotels .hotels__room .room__box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.popup__hotels .hotels__room .room__box .room .room__photo {
    width: 100%;
    height: 180px;
}
.popup__hotels .hotels__room .room__box .room .room__photo .swiper-slide {
    width: 100%;
    height: 180px;
}
.popup__hotels .hotels__room .room__box .room .room__photo img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    object-fit: cover;
}

.popup__hotels .hotels__room .room__box .room .room__bad {
    padding: 0px 8px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f2f1f1;
    font-size: 14px;
}
.popup__hotels .hotels__room .room__box .room .room__bad svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.popup__hotels .hotels__room .room__box .room .room__nutrition {
    padding: 0px 8px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    border-bottom: 1px solid #f2f1f1;
    margin-top: 8px;
    font-size: 14px;
}
.popup__hotels .hotels__room .room__box .room .room__nutrition span {
    font-weight: 600;
    margin-left: 3px;
}
.popup__hotels .hotels__room .room__box .room .room__nutrition svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.popup__hotels .hotels__room .room__box .room .room__size {
    position: absolute;
    top: 175px;
    right: 0;
    display: flex;
    align-items: center;
    margin-top: 7px;
    background: #f2f1f1;
    padding: 5px 10px;
    font-size: 13.1px;
    font-weight: 500;
}
.popup__hotels .hotels__room .room__box .room .room__size svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.popup__hotels .hotels__room .room__box .room .room__parameters {
    margin: 0px 5px;
    margin-top: 10px;
    margin-bottom: 7px;
    height: 55px;
    overflow-x: scroll;
}
.popup__hotels .hotels__room .room__box .room .room__parameters::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    height: 0px;
}
.popup__hotels .hotels__room .room__box .room .room__parameters span {
    background: #f2f1f1;
    padding: 4px 7px;
    border-radius: 4px;
    margin: 0px;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}
.popup__hotels .hotels__room .room__box .room .room__price {
    font-size: 24px;
    font-weight: 700;
    padding-left: 10px;
    color: #a80808;
    margin-top: 5px;
}
.popup__hotels .hotels__room .room__box .room .room__mark {
    color: #4CAF50;
    padding-left: 10px;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 5px;
}
.popup__hotels .hotels__room .room__box .room .room__guests {
    color: #1f1f1f;
    padding-left: 10px;
    font-size: 13.1px;
    margin-top: 5px;
}
.popup__hotels .hotels__room .room__box .room .room__guests span {
    font-weight: 600;
}
.popup__hotels .hotels__room .room__box .room__active {
    border: 1px solid #4CAF50;
    border-bottom: 3px solid #4CAF50;
}
.popup__hotels .hotels__room .room__box .room__active .chose__room_step {
    position: absolute;
    left: 0;
    top: 0;
    background: #4CAF50;
    color: #ffffff;
    display: block;
    z-index: 111;
    padding: 8px 20px;
    font-size: 17px;
}
.popup__hotels .chose__room_step {
    display: none;
}
.popup__hotels .chose__hotel_step {
    display: none;
}
.popup__hotels .hotels__room.show {
    left: -1px;
    opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
    color: #a80908;
}

.swiper-button-next:after {
    margin-left: 6px;
}

.swiper-button-prev:after {
    margin-left: 1px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    width: 15px !important;
    height: 15px !important;
    margin-top: -4px;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 0px);
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 0px);
}

.swiper-pagination-bullet-active {
    background: #a80908;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 4px);
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 0px);
    top: var(--swiper-navigation-top-offset, 51%);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    height: 38px !important;
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 0px);
    top: var(--swiper-navigation-top-offset, 51%);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    height: 38px !important;
}

.main-hotels-boxes .hotel__main_title {
    font-size: 17px;
    margin-bottom: 3px;
}
.main-hotels-boxes .main-hotels__union {
    display: flex;
}
.main-hotels-boxes .main-hotels__union .main-hotels__hotel .main-hotels__box {
    display: flex;
}
.main-hotels-boxes .main-hotels__union .main-hotels__hotel .main-hotels__box .main-hotels__hotel_photo {
    position: relative;
    width: 70px;
    height: 67px;
}
.main-hotels-boxes .main-hotels__union .main-hotels__hotel .main-hotels__box .main-hotels__hotel_photo .main-hotels__hotel_label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 11px;
    background: #b0f1b2;
    padding: 2px 4px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 5px;
    color: #000000;
}
.main-hotels-boxes .main-hotels__union .main-hotels__hotel .main-hotels__box .main-hotels__hotel_photo img {
    width: 70px;
    height: 67px;
    object-fit: cover;
    border-radius: 5px;
}
.main-hotels-boxes .main-hotels__union .main-hotels__hotel .main-hotels__box .main-hotels__block {
    margin-left: 10px;
}
.main-hotels-boxes .main-hotels__union .main-hotels__hotel .main-hotels__box .main-hotels__block .main-hotels__title {
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 195px;
    display: block;
    font-weight: 600;
}
.main-hotels-boxes .main-hotels__union .main-hotels__hotel .main-hotels__box .main-hotels__block .main-hotels__rating {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    font-size: 14px;
}
.main-hotels-boxes .main-hotels__union .main-hotels__hotel .main-hotels__box .main-hotels__block .main-hotels__rating svg {
    width: 10.1px;
    height: 13.1px;
    margin-right: 4px;
}
.main-hotels-boxes .main-hotels__union .main-hotels__hotel .main-hotels__box .main-hotels__block .main-hotels__rating span {
    margin-left: 5px;
    font-weight: 700;
}
.main-hotels-boxes .main-hotels__union .main-hotels__hotel .main-hotels__box .main-hotels__block .main-hotels__address {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 195px;
    font-size: 14px;
}
.main-hotels-boxes .main-hotels__union .main-hotels__hotel .main-hotels__box .main-hotels__block .main-hotels__address svg {
    width: 18px;
    height: 18px;
}
.main-hotels-boxes .main-hotels__union .main-hotels__hotel .main-hotels__box .main-hotels__block .main-hotels__address span {
    margin-left: 5px;
}
.main-hotels-boxes .main-hotels__union .main-hotels__room {
    background-color: #ebfdec;
    width: 220px;
    border: 1px solid #b0f1b2;
    border-radius: 12px;
    margin-left: 15px;
    display: flex;
    padding: 5px;
}
.main-hotels-boxes .main-hotels__union .main-hotels__room .room__photo {
    height: 47px;
}
.main-hotels-boxes .main-hotels__union .main-hotels__room .room__photo img {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    margin-right: 9px;
}
.main-hotels-boxes .main-hotels__union .main-hotels__room .room__box {
    position: relative;
    display: flex;
    flex-direction: column;
}
.main-hotels-boxes .main-hotels__union .main-hotels__room .room__box .room__title {
    font-size: 11px;
    line-height: 15px;
    display: block;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-y: scroll !important;
}
.main-hotels-boxes .main-hotels__union .main-hotels__room .room__box .room__price {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin-top: 2px;
}
.main-hotels-boxes .main-hotels__union .main-hotels__room .room__box .room__parameters {
    position: absolute;
    right: -25px;
    bottom: 0px;
    display: flex;
    align-items: center;
}
.main-hotels-boxes .main-hotels__union .main-hotels__room .room__box .room__parameters .parameter {
    background: #f7f7f7;
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid #efefef;
    font-size: 9px;
    margin-left: 3px;
}
.main-hotels-boxes .main-hotels__union .main-hotels__room .room__box .room__parameters .parameter svg {
    width: 8px;
    height: 8px;
}
.popup__wrap {
    height: 100% !important;
    overflow: hidden;
    overflow-y: scroll !important;
}
.popup__hotels .hotels__room .room__box .room .room__bad span{
    width: 80%;
}









.popup__hotels .hotels__room {
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 101%;
    background: #fff;
    z-index: 1111;
    opacity: 0;
    transition: all 0.6s ease;
}
.popup__hotels .hotels__room .room__union {
    display: flex;
    align-items: center;
}
.popup__hotels .hotels__room .room__union .room__close {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 21px;
    margin-top: -14px;
}
.popup__hotels .hotels__room .room__union .room__close svg {
    width: 32px;
    height: 32px;
}
.popup__hotels .hotels__room .room__union .room__close svg path {
    fill: #a80808;
    stroke: #a80808;
}
.popup__hotels .hotels__room .room__box {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 200px;
}
.popup__hotels .hotels__room .room__box .room {
    position: relative;
    width: 1145px;
    display: flex;
    background: white;
    border: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 12px;
}
.popup__hotels .hotels__room .room__box .room .room__photo {
    width: 230px;
    height: 180px;
}
.popup__hotels .hotels__room .room__box .room .room__photo .swiper-slide {
    width: 100%;
    height: 180px;
}
.popup__hotels .hotels__room .room__box .room .room__photo img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    object-fit: cover;
}
.popup__hotels .hotels__room .room__box .room .room__union_box {
    padding: 10px;
    padding-bottom: 0;
}
.popup__hotels .hotels__room .room__box .room .room__union_box_first {
    width: 59%;
}
.popup__hotels .hotels__room .room__box .room .room__b_union {
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 21px;
    padding-left: 7px;
}
.popup__hotels .hotels__room .room__box .room .room__b_union .room__show {
    transition: 0.6s all;
    color: #0f6fbc;
    text-decoration: none;
    cursor: pointer;
    margin-right: 20px;
}
.popup__hotels .hotels__room .room__box .room .room__b_union .room__show:hover {
    text-decoration: underline;
}
.popup__hotels .hotels__room .room__box .room .room__b_union .room__rating {
    font-weight: 500;
    display: flex;
    align-items: center;
}
.popup__hotels .hotels__room .room__box .room .room__b_union .room__rating .rating__box {
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.popup__hotels .hotels__room .room__box .room .room__b_union .room__rating .rating__box svg {
    margin-right: 1px;
}
.popup__hotels .hotels__room .room__box .room .room__title {
    padding: 7px 8px;
    font-size: 24px;
    margin: 0;
    padding-right: 12px;
    padding-bottom: 3px;
    line-height: 22px;
    text-decoration: none;
    display: block;
    color: #000000;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 97%;
}
.popup__hotels .hotels__room .room__box .room .room__bad {
    padding: 0px 8px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f2f1f1;
    font-size: 14px;
}
.popup__hotels .hotels__room .room__box .room .room__bad svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.popup__hotels .hotels__room .room__box .room .room__nutrition {
    padding: 0px 8px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f2f1f1;
    margin-top: 8px;
    font-size: 14px;
}
.popup__hotels .hotels__room .room__box .room .room__nutrition span {
    font-weight: 600;
    margin-left: 3px;
}
.popup__hotels .hotels__room .room__box .room .room__nutrition svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.popup__hotels .hotels__room .room__box .room .room__size {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    margin-top: 7px;
    background: #f2f1f1;
    padding: 5px 10px;
    font-size: 13.1px;
    font-weight: 500;
}
.popup__hotels .hotels__room .room__box .room .room__size svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.popup__hotels .hotels__room .room__box .room .room__parameters {
    margin: 0px 5px;
    margin-top: 10px;
    height: 40px;
    overflow-x: scroll;
}
.popup__hotels .hotels__room .room__box .room .room__parameters::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    height: 0px;
}
.popup__hotels .hotels__room .room__box .room .room__parameters span {
    background: #f2f1f1;
    padding: 4px 7px;
    border-radius: 4px;
    margin: 0px;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}
.popup__hotels .hotels__room .room__box .room .room__price {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #343434;
}
.popup__hotels .hotels__room .room__box .room .room__mark {
    position: absolute;
    top: 37px;
    right: 15px;
    color: #9a9a9a;
    font-size: 12px;
}
.popup__hotels .hotels__room .room__box .room .room__mark_info {
    position: absolute;
    top: 63px;
    right: 15px;
    color: #555555;
    font-size: 14px;
}
.popup__hotels .hotels__room .room__box .room .room__guests {
    color: #1f1f1f;
    padding-left: 10px;
    font-size: 13.1px;
    margin-top: 2px;
}
.popup__hotels .hotels__room .room__box .room .room__guests span {
    font-weight: 600;
}
.popup__hotels .hotels__room .room__box .room .choose__box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 12px;
    text-align: right;
}
.popup__hotels .hotels__room .room__box .room .choose__box svg {
    width: 16px;
    height: 16px;
    margin-bottom: -1px;
}
.popup__hotels .hotels__room .room__box .room .room__choose {
    position: absolute;
    right: 4px;
    bottom: 6px;
    color: #000000;
    display: flex;
    align-items: center;
}
.popup__hotels .hotels__room .room__box .room .room__choose .choose {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.7s all;
    margin-right: 8px;
    margin-left: 7px;
    border: 1px solid #ccc;
    height: 38px;
    width: 100px;
    border-radius: 3px;
    margin-bottom: 5px;
}
.popup__hotels .hotels__room .room__box .room .room__choose .choose .choose__minus {
    font-size: 29px;
}
.popup__hotels .hotels__room .room__box .room .room__choose .choose .choose__value {
    margin: 0px 12px;
    font-size: 18px;
    font-weight: 600;
}
.popup__hotels .hotels__room .room__box .room .room__choose .choose .choose__plus {
    font-size: 26px;
}
.popup__hotels .hotels__room .room__box .room__active {
    border: 1px solid #4CAF50;
    border-bottom: 3px solid #4CAF50;
}
.popup__hotels .hotels__room .room__box .room__active .chose__room_step {
    position: absolute;
    left: 0;
    top: 0;
    background: #4CAF50;
    padding: 3px 5px;
    font-size: 14px;
    color: #ffffff;
    display: block;
    z-index: 111;
}
.popup__hotels .hotels__room .room__childrens {
    position: absolute;
    right: 12px;
    bottom: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup__hotels .hotels__room .room__childrens span {
    display: flex;
    align-items: center;
}
.popup__hotels .hotels__room .room__childrens .choose {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    border: 1px solid #ccc;
    height: 38px;
    width: 100px;
    border-radius: 3px;
}
.popup__hotels .hotels__room .room__childrens .choose .choose__minus {
    font-size: 27px;
}
.popup__hotels .hotels__room .room__childrens .choose .choose__value {
    margin: 0px 9px;
    font-size: 18px;
    font-weight: 600;
}
.popup__hotels .hotels__room .room__childrens .choose .choose__plus {
    font-size: 23px;
}

.popup__hotels .room--skeleton* {
    pointer-events: none;
}

.room-skeleton {
    display: none;
}
.room-skeleton.active {
    display: block;
}
.room-skeleton__count_2, .room-skeleton__count_1, .room-skeleton__mark, .room-skeleton__price, .room-skeleton__items .room-skeleton__item, .room-skeleton__image,
.room-skeleton__title,
.room-skeleton__icon,
.room-skeleton__text,
.room-skeleton__button,
.room-skeleton__show_icon,
.room-skeleton__show_text {
    background: #e2e2e2;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.room-skeleton__count_2::after, .room-skeleton__count_1::after, .room-skeleton__mark::after, .room-skeleton__price::after, .room-skeleton__items .room-skeleton__item::after, .room-skeleton__image::after,
.room-skeleton__title::after,
.room-skeleton__icon::after,
.room-skeleton__text::after,
.room-skeleton__button::after,
.room-skeleton__show_icon::after,
.room-skeleton__show_text::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
    animation: skeleton 1.4s infinite ease-in-out;
}

@keyframes skeleton {
    100% {
        left: 120%;
    }
}
.room-skeleton__image {
    width: 100%;
    height: 180px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.room-skeleton__title {
    width: 70%;
    height: 24px;
    margin-bottom: 14px;
}

.room-skeleton__icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.room-skeleton__text {
    width: 150px;
    height: 18px;
}

.room-skeleton__show_icon {
    width: 16px;
    height: 16px;
}

.room-skeleton__show_text {
    width: 100px;
    height: 16px;
    margin-left: 6px;
}

.room__bad-skeleton {
    padding-left: 0 !important;
}

.room__b_union-skeleton {
    padding-left: 0 !important;
}

.room-skeleton__items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}
.room-skeleton__items .room-skeleton__item {
    height: 17px;
    width: 70px;
    border-radius: 18px;
    margin-right: 5px;
}

.room-skeleton__price {
    position: absolute;
    right: 15px;
    width: 80px;
    height: 13px;
}

.room-skeleton__mark {
    position: absolute;
    right: 15px;
    top: 32px;
    width: 60px;
    height: 5px;
}

.room-skeleton__count_1 {
    position: absolute;
    right: 15px;
    bottom: 52px;
    width: 121px;
    height: 34px;
}

.room-skeleton__count_2 {
    position: absolute;
    right: 15px;
    bottom: 11px;
    width: 121px;
    height: 34px;
}

.hotel_accommodation_alert {
    z-index: 11111;
    position: fixed;
    right: -5000px;
    background: #cf9595;
    color: #4f1717;
    padding: 15px 20px;
    border-radius: 7px;
    border-right: 8px solid #a80808;
    min-width: 430px;
    text-align: left;
    top: 85px;
    transition: 0.7s all;
    font-size: 16px;
    line-height: 22px;
    max-width: 600px;
}
.hotel_accommodation_alert.active {
    right: 20px;
}

.popup-hotels .price__title {
    margin-right: 10px;
    font-size: 22px;
}
.popup-hotels .price__box {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-direction: column;
}
.popup-hotels .price__box svg {
    width: 27px; 
    height: 27px;
}

/* Responsive Hotel Popup */
@media screen and (max-width: 580px) {
    .popup-hotels .popup__close {
        font-size: 16px;
        right: 30px;
    }
    .popup-hotels .popup__close svg {
        width: 35px;
    }
    .popup-hotels .full_price {
        position: initial;
        flex-direction: column;
        gap: 5px;
    }
    .popup-hotels .price__title {
        font-size: 18px;
        text-align: center;
    }
    .popup-hotels .price__box {
        flex-direction: initial;
        font-size: 18px;
    }
    .popup-hotels .price__box svg {
        width: 22px;
    }
    .popup-hotels .full_price span {
        line-height: 22px;
    }
    .popup__hotels .hotels .hotels__title {
        font-size: 28px;
        text-align: center;
    }
    .popup__hotels .hotels .hotels__box {
        grid-template-columns: repeat(1, 1fr);
        place-items: center;
    }
    .popup__hotels .room__box .popup__header {
        position: initial !important;
    }
    .popup__hotels .room__box .popup__header .header__accommodation {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
        align-items: flex-start !important;
        font-size: 18px;
    }
    .popup__hotels .room__box .popup__header .header__accommodation .accommodation__mark {
        display: none;
    }
    .popup__hotels .hotels__room .room__box .room {
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
        padding: 10px;
        margin-bottom: 35px;
    }
    .popup__hotels .hotels__room .room__box .room .room__photo {
        margin: 0 auto;
    }
    .popup__hotels .hotels__room .room__box .room .room__union_box_first {
        width: 100%;
    }
    .popup__hotels .hotels__room .room__box .room .room__title {
        white-space: initial;
        overflow: initial;
        text-overflow: initial;
        margin-bottom: 10px;
        line-height: 1;
    }
    .popup__hotels .hotels__room .room__box .room .room__parameters {
        height: 100%;
    }
    .popup__hotels .hotels__room .room__box .room .room__price,
    .popup__hotels .hotels__room .room__box .room .room__mark,
    .popup__hotels .hotels__room .room__box .room .room__mark_info,
    .popup__hotels .hotels__room .room__childrens,
    .popup__hotels .hotels__room .room__box .room .room__choose {
        position: initial;
    }
    .popup__hotels .hotels__room .room__box .room__box_content {
        width: 90%;
    }
    .hotel_accommodation_alert {
        min-width: auto;
        max-width: 90%;
    }
    .popup__hotels .hotels__room .room__union {
        flex-direction: column;
        margin-top: 0;
    }
    .popup__hotels .hotels .hotels__title {
        order: 2;
    }
    .popup__hotels .hotels__room .room__union .room__close {
        margin-left: auto;
        margin-top: 0;
        order: 1;
        margin-right: 20px;
        position: initial;
    }
    .popup__hotels .room__box .popup__header .header__accommodation .first-accommodation-box,
    .popup__hotels .room__box .popup__header .header__accommodation .second-accommodation-box {
        flex-wrap: wrap;
        margin-left: 0 !important;
    }
    .popup__hotels .room__box .popup__header .header__accommodation .first-accommodation-box .accommodation__summary-persons {
        width: 100%;
        margin-top: 7px;
    }
    .popup__hotels .room__box .popup__header .header__accommodation .second-accommodation-box .more-accommodation-block {
        width: 100%;
        margin-top: 7px;
        margin-left: 0 !important;
    }
    .popup__hotels .hotels__room .room__box .room .room__mark_info {
        padding-left: 10px;
        margin-top: 8px;
    }
    .popup__hotels .hotels__room .room__childrens {
        justify-content: flex-end;
    }
    .popup__hotels .hotels__room .room__box .room .room__choose {
        justify-content: flex-end;
        margin-top: 8px;
    }
    .popup__hotels .hotels__room .room__box .room .room__choose .choose {
        margin-right: 0;
    }
    .room-skeleton {
        width: 90%;
    }
    .popup__hotels .hotels__room .room__box .room-skeleton .room .room__union_box:first-child {
        display: block;
    } 
    .room-skeleton__title {
        width: 100%;
    }
    .room-skeleton__text {
        width: 100%;
    }
    .popup__hotels .hotels__room .room__box .room .room__b_union.room__b_union-skeleton {
        flex-direction: row;
        gap: 0;
    }
    .room-skeleton__items {
        flex-wrap: wrap;
        gap: 5px 0;
        justify-content: initial;
    }
    .popup__hotels .hotels__room .room__box .room-skeleton .room .room__union_box:last-child {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .room-skeleton__price,
    .room-skeleton__mark,
    .room-skeleton__count_1,
    .room-skeleton__count_2 {
        position: initial;
    }
    .room-skeleton__count_1,
    .room-skeleton__count_2 {
        margin-left: auto;
    }
}
@media screen and (max-width: 480px) {
    .popup__hotels .hotels__room .room__box .room .room__b_union {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .popup__hotels .hotels__room .room__union {
        font-size: 24px;
    }
}