﻿@media(max-width: 768px) {
    .lalunHeader {
        padding: 0px 0 0 !important;
        margin: unset !important;
        margin-bottom: 60px !important;
    }

    .bodySecondPage .lalunHeader {
        margin-bottom: 125px !important;
    }

    .search-navigation-sticky {
        z-index: 998;
        border-radius: 0px 0px 20px 20px;
        background: #0380FF;
        filter: none;
    }
    .showOnMapMobileIcon {
        height: 40px;
        margin: 5px 0 8px;
    }
    body.rtl .innerContent {
        border-right: 1px solid rgba(255, 255, 255, .4);
    }
    body.ltr .innerContent {
        border-left: 1px solid rgba(255, 255, 255, .4);
    }
    .lalunServiceSearchMainBlock {
        padding: 0 20px;
    }
        .lalunServiceSearchMainBlock.filterActive {
            background: #E0EFFD;
        }

    .extendedFiltersResult {
        max-width: 100%; 
    }
    .extended-filter-result-main-block {
        border-radius: 0;
        margin: -20px 0 0;
    }
    .bodySecondPage .mobileHeaderSticky {
        background: #fff;
    }
    body.ihaServiceResultPage .container .row.clearfix > .col-md-3.column {
        padding: 0;
    }
    .searchNaviItem.active .menuMobileTitle {
        font-weight: 600;
    }
    .hotelsMapViewBlock {
        padding: 15px 20px;
        width: 100%;
    }
    .extendedFilterCloseBlock {
        border: 1px solid #0380FF;
        padding: 10px 0px;
        border-radius: 5px;
        cursor: pointer;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
    }
    .extendedFilterCloseText {
        font-size: 16px;
        color: #252525;
        font-weight: 400;
        padding: 0 30px;
    }
    .extendedFilterButtonsBlock {
        grid-template-columns: 1fr 1fr;
    }
    .extendedFiltersContainer {
        border-bottom: 1px solid #9B9B9B;
    }
    .hotelFlightClearFilterBlock {
        cursor: pointer;
        text-align: center;
        margin: 0 auto;
        border-radius: 10px;
        background: #FF3265;
        padding: 7px 27px;
        color: #FFF;
    }
    .hotelFlightClearFilterBlock {
        padding: 7px 27px;
        color: #FFF;
        border-radius: 6px;
        border: 1px solid #FF3265;
        background-color: transparent;
        display: flex;
        align-items: center;
    }
    .hotelFlightClearFilterText {
        color: #FF3265;
    }
    .extendedFilterButtonsBlock {
        max-width: 70%;
        margin: 0 auto;
    }
    .bodySecondPage .lalunServiceSearchBlock {
        width: 100%;
        margin-top: 30px !important;
    }
    body.rtl .hotelFlightPackageResultHeaderBlockHotel,
    body.ltr .hotelFlightPackageResultHeaderBlockHotel {
        flex-direction: row-reverse;
        padding-bottom: 10px;
    }
    .flight-search-result-main-block-mobile {
        padding: 15px;
    }
    .dynamic-package-flights-out-in-main-block {
        flex-direction: column;
    }
    .not-selected-flight-title {
        font-size: 24px;
        font-weight: 700;
        color: #252525;
        text-align: center;
    }
    .flights-result-tabs {
        background: #EEEEEE;
        border-radius: 30px;
        display: flex;
        justify-content: space-between;
        height: 49px;
        margin: 20px 0;
    }

    .flights-result-select-tab {
        transition: transform 0.4s ease;
        font-size: 16px;
        font-weight: 400;
        color: #252525;
        text-align: center;
        line-height: 49px;
        height: 49px;
        width: 50%;
    }

        .flights-result-select-tab.active {
            background: #0380FF;
            border-radius: 30px;
            color: #ffffff;
            font-weight: 700;
        }

    .select-alternative-flight-button-mobile {
        background: #0380FF;
        color: #ffffff;
        font-weight: 700;
        height: 39px;
        line-height: 35px;
        padding: 0;
        font-size: 16px;
        border-radius: 30px;
        width: 107px;
        text-align: center;
    }
    .leg-info-1 {
        display: flex;
        justify-content: space-between;
        padding: 10px 2px 5px;
        margin: 0 !important;
    }
    .leg-info-1-text {
        font-size: 16px;
        font-weight: 400;
        color: #9B9B9B;
        padding: 0 8px;
    }
    .flight-search-result-main-block .leg-info-2 {
        display: flex;
        justify-content: space-around;
    }
    .leg-info-3 {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        margin: 0 !important;
    }

    .leg-info-time {
        font-size: 16px;
        font-weight: 400;
        color: #252525;
        text-align: center;
    }
    .leg-info-port {
        font-size: 14px;
        font-weight: 400;
        color: #252525;
        text-align: center;
    }
    .leg-info-date {
        font-size: 12px;
        font-weight: 400;
        color: #252525;
        text-align: center;
    }
    .leg-info-duration-block {
        padding: 5px 10px 0;
        gap: 5px;
    }
    .flight-search-result-main-block-mobile .flight-info-toolbar {
        justify-content: center;
        border-radius: 15px;
        margin-top: 0;
        margin-bottom: 20px;
        flex-direction: column;
        gap: 15px;
        max-height: none;
    }
    .flight-search-result-main-block-mobile .flight-info-toolbar-detail {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .flight-info-toolbar-book-button {
        display: flex;
        margin-top: 20px;
    }
    .flight-info-toolbar-capacity,
    .flight-info-toolbar-price {
        width: 49%;
        text-align: center;
    }
    .btn-book-flight-service, 
    .btn-book-flight-service:hover, 
    .btn-book-flight-service:focus-visible, 
    .btn-book-flight-service:focus {
        border-radius: 10px;
    }
    body.rtl .hotelFlightPackageResultHeaderBlockHotel.dynamicPackage,
    body.ltr .hotelFlightPackageResultHeaderBlockHotel.dynamicPackage {
        flex-direction: column;
    }
    .clearAllFilterHotelList {
        color: #0081FF;
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        padding-inline: 20px;
        cursor: pointer;
    }
    .filterResultCountBlock {
        color: #9B9B9B;
        font-size: 18px;
        font-weight: 500;
        line-height: 34px;
    }
    .totalTitle {
        font-size: 18px;
        color: #252525;
        font-weight: 500;
        line-height: 34px;
        padding: 0 5px;
    }
    .hotelResultBlockView.dynamic-package {
        padding: 15px 15px 15px;
    }
    .hotel-image-media {
        max-height: 220px;
        border-radius: 10px;
        width: 100%;
        height: auto;
    }
    .HotelNameMobile.link-hotel {
        color: #5B9BFF;
    }
    .dynamic-package .gorizontal-divider {
        margin: 8px 0;
        background: #DCDCDC;
    }
    .rooms-combination-capacity-block {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 7px;
    }
    .dynamic-room-capacity-info {
        color: #8D8D8D;
        font-weight: 400;
        font-size: 12px;
    }
    .dynamic-package .discountPercentMainBlock {
        padding-top: 15px;
        padding-bottom: 3px;
    }
    .rooms-combination-order-block {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .BookMobile.dynamic-package {
        height: 43px;
        line-height: 40px;
        font-size: 16px !important;
        font-weight: 500;
        min-width: 100px;
        border: unset;
        background-color: #FF3265;
        border-radius: 30px;
        color: #fff;
        width: 100%;
        max-width: 90px;
        text-align: center;
        max-height: none;
        min-height: auto;
        padding-top: unset;
    }
    .dynamic-package-flight-detail-toolbar {
        display: flex;
        gap: 8px;
        padding: 5px 0 0px !important;
        width: 100%;
        justify-content: space-between;
    }
    .flightShortDetailRowDeparturePortName,
    .flightShortDetailRowDeparturePortDate {
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        color: #252525;
    }
    .dynamic-package-flight-detail-toolbar .flightShortDetailRowDeparturePortName, .dynamic-package-flight-detail-toolbar .flightShortDetailRowDeparturePortDate {
        font-size: 14px;
    }
    .change-visibility-alternative-flights-block {
        border: 1px solid #418BFF;
        border-radius: 4px;
        height: 31px;
        padding: 0 5px;
        line-height: 28px;
        color: #418BFF;
        font-size: 14px;
        font-weight: 400;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .back-to-packages-button {
        border: 1px solid #E62257;
        border-radius: 30px;
        max-width: 170px;
        height: 43px;
        line-height: 40px;
        font-size: 16px;
        color: #E62257;
        font-weight: 400;
        text-align: center;
        margin: 0 auto 20px;
        cursor: pointer;
    }
    .dynamic-package-alternative-flights-block-mobile .flight-info-toolbar {
        justify-content: center;
        border-radius: 15px;
        margin-bottom: 20px;
    }
    .flight-details-block img {
        width: auto;
        height: auto;
    }
    .arrow-flight-detail.open {
        transform: rotate(180deg);
    }
    .hotelFlightPackageResultHeaderBlockHotel.dynamicPackage .hotelsMapViewBlock {
        padding: 15px 0;
    }
        .hotelFlightPackageResultHeaderBlockHotel.dynamicPackage .hotelsMapViewBlock #hotelsMapView {
            border-radius: 10px;
            overflow: hidden;
        }

    .hotelInfoBlock {
        color: #252525;
        font-size: 14px;
        font-weight: 400;
        margin-top: 5px;
        line-height: 22px;
    }
    #mainPhotoDetail, #hotelNameDetail {
        margin-top: 15px !important;
    }
    .main-photo-detail-block .imageBlock {
        display: block;
    }
    .photoSlider {
        height: unset;
        width: 360px;
    }
    .room-price-detail-block .mobile {
        display: grid !important;
        margin-top: 20px;
    }
    .hotel-map-and-description-block {
        display: block;
    }
    .hotelDescription span {
        font-size: 14px;
    }
    .hotel-details-map-view-hotel .map {
        width: 100% !important;
        height: 200px !important;
        border-radius: 10px !important;
    }
    .map-detail-block .hotelsMapViewBlock {
        padding: 0;
    }
    .map-detail-block .blockName {
        padding-bottom: 15px;
    }
    .room-summary-block.mobile {
        border-radius: 10px;
        padding: 20px 20px 30px;
        background-color: #E0EFFD;
        margin-bottom: 25px;
    }
    .summary-block-title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        color: #000;
    }
    .hotel-service-icon-block {
        color: #0081FF;
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        display: flex;
        padding: 20px 0;
    }
    .title-service-number {
        color: #000;
        font-size: 18px;
        font-weight: 500;
    }
    .room-summary-desc {
        font-size: 16px;
    }
    .room-selected-remarks-from-provider-container {
        color: #000;
        font-size: 16px;
        font-weight: 400;
    }
    .room-summary-price-block {
        display: grid;
        grid-auto-flow: column;
    }
    .hotel-detail-total-price-block {
        color: #000;
        text-align: initial;
    }
    .d-flex {
        display: flex;
    }
    .room-price-detail-block-mobile {
        margin-top: 25px;
    }
    .roomTypeBlockMobile {
        padding: 0px;
        padding-bottom: 0;
        margin-bottom: 20px;
        border-radius: 10px;
        box-shadow: 0px 2px 26px 0px rgba(1, 91, 182, 0.25);
        width: 100%;
        overflow: hidden;
    }
    .firstRoomInRoomType {
        display: grid;
        grid-template-columns: 150px 1fr;
    }
    .dealDetailsMobileImage {
        min-height: 150px;
        max-height: 150px;
        border-start-start-radius: 10px;
        margin-inline-start: -3px;
        object-fit: cover;
    }
    .room-price-hotel-info-mobile {
        border-bottom: 1px solid #F1F2F4;
        padding: 10px;
        padding-inline-start: 5px;
    }
        .room-price-hotel-info-mobile .HotelNameMobile {
            margin-bottom: 5px;
        }
    .justify-content-between {
        justify-content: space-between;
    }
    .roomTypeMobile {
        color: #9B9B9B;
        font-size: 12px;
        font-weight: 400;
    }
    .price-type-label-mobile {
        color: #9B9B9B;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 7px;
        font-weight: 400;
    }
    .service-gross-price-block {
        font-size: 14px !important;
        text-align: initial;
        line-height: 20px;
        color: #000;
    }
    .mobile-button-block .book-mobile {
        background: #FF3265;
        color: white;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        border: none;
        padding: 7px 10px;
        line-height: normal;
        min-height: 31px;
    }
    .mobile-button-block .book-mobile {
        background: #FF3265;
        color: white;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        border: none;
        padding: 7px 10px;
        line-height: normal;
        min-height: 31px;
    }
    .priceMobile.service-total-price-block {
        color: #FF3265;
        font-size: 18px;
        font-weight: 400;
    }
    .buttons-main-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .numberOfParticipantsSelectBoxesRow {
        color: #252525;
        font-size: 14px;
        font-weight: 400;
    }
    .room-price-detail-block .ui-state-default, .room-price-detail-block .ui-widget-content .ui-state-default, .room-price-detail-block .ui-widget-header .ui-state-default {
        width: 100%;
        border: 1px solid #9B9B9B;
        height: 34px;
        font-size: 12px;
        line-height: 11px;
        border-radius: 6px;
    }
    body.rtl .ui-selectmenu-button span.ui-selectmenu-text,
    body.ltr .ui-selectmenu-button span.ui-selectmenu-text {
        height: 44px;
        border-radius: 6px;
        font-size: 12px;
        color: #9B9B9B;
    }
    .room_info_icon {
        width: 19px;
    }
    .roomMobileDetails {
        width: 100%;
    }
    .buttons-main-mobile.no-rooms {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
    }
    .room-price-detail-desktop {
        display: none;
    }
    .imageBlock {
        grid-template-columns: unset;
    }
    .back-button {
        display: none;
    }
    .payment-page-main-block {
        display: grid;
        grid-template-columns: unset;
        gap: unset;
        row-gap: 30px;
    }
    .paymentClientInfo, .paymentServiceInfo {
        margin: 0px 0px 0px;
        padding: 0px;
    }
    .paymentBlock.shikumPaymentBlock.serviceInfoBlock {
        border: 0px solid #b8b8b8;
        padding: 0px !important;
        margin-bottom: 0px;
        border-radius: 0px;
        box-shadow: unset;
        background: #E0EFFD;
    }
    .paymentBlockMobile {
        background: #E0EFFD;
        padding: 20px;
    }
    .payment-order-details-header > div:first-child {
        color: #9B9B9B;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .payment-order-details-header > div:last-child {
        color: #252525;
        text-align: right;
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
        text-decoration-line: underline;
        cursor: pointer;
    }
    .payment-page-service-info-block {
        border-radius: 10px;
        padding: 15px;
        background: #FFF;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .payment-page-order-details-hotel-name-img {
        display: grid;
        grid-template-columns: 1fr 150px;
        align-items: center;
        border-bottom: 1px solid #F1F2F4;
        padding-bottom: 10px;
    }
    .paymentComponentSeparateBlock {
        border-bottom: 1px solid #F1F2F4;
    }
    .payment-page-order-details-day-night {
        color: #9B9B9B;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
    }
    .payment-page-order-details-date-header {
        color: #252525;
        font-family: Rubik;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal !important;
    }
    .payment-page-order-details-date-value {
        color: #252525;
        font-family: Rubik;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal !important;
    }
    .payment-page-order-details-table-header {
        color: #252525;
        font-family: Rubik;
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
    }
    .payment-page-order-details-table-value {
        color: #252525;
        font-family: Rubik;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
    }
    .paymentTotalPriceTextBlock {
        color: #030303;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    #paymentDirective.paymentDirectiveBlock .container {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .lalunStepBlock {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        position: relative;
        margin-bottom: 15px;
        margin-inline: 35px;
    }
    .lalunStepNumberOne {
        width: 40px;
        height: 40px;
        background: #E0EFFD;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .lalunStepNumberTwo {
        width: 40px;
        height: 40px;
        background: #0081FF;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
    }
    .lalunStepNumberThree {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #0081FF;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0081FF;
        font-size: 16px;
        line-height: normal;
        background: #FFF;
    }
    .lalunStepTitle {
        color: #9B9B9B;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .payment-first-name-input {
        margin-inline-end: unset;
        margin-bottom: 20px;
    }
    .payment-last-name-input {
        margin-inline-start: unset;
        margin-bottom: 20px;
    }
    .payment-email-input {
        margin-inline-end: unset;
        margin-bottom: 20px;
    }
    .payment-phone-input {
        margin-inline-start: unset;
    }
    .paymentClientInfoTitle {
        font-size: 18px;
        color: #252525;
        margin: 0px auto 12px;
        width: 100%;
    }
    .privatePayer {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .payment-remarks-input-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .payment-count-payments-order-btn {
        display: grid;
        grid-template-columns: unset;
        align-items: center;
        gap: 30px;
    }
    .paymentClientCountOfPayments {
        width: 100%;
        padding: unset;
        margin: unset;
    }
    button.btn.btn-iha-reservation {
        justify-self: center;
    }
    .paymentPageFooter {
        padding: 0px;
        padding-inline: 20px;
    }
    .payment-service-flight-header svg {
        width: 20px;
        height: 20px;
    }
    .paymentBlock .dividerPaymentFlight {
        width: 100%;
        margin: 0px auto 7px;
        border-bottom: 1px solid #F1F2F4;
    }
    .flight-info-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 20px 0px;
    }
    .payment-service-flight-header {
        font-size: 16px;
    }

    .flight-info-row svg {
        width: 20px;
        height: 20px;
    }

    .flight-info-row img {
        margin-inline: 7px;
        max-width: 45px;
    }

    .flight-departure-arrival-info {
        display: grid;
        gap: 5px;
        font-size: 14px;
    }

    .flight-duration-info {
        color: #9B9B9B;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: grid;
        gap: 5px;
    }

    .flight-passenger-inputs {
        display: grid;
        grid-auto-flow: row;
        align-items: center;
        gap: 10px;
        font-size: 18px;
    }

    .hotel-list-header {
        display: none;
    }

    .hotel-list-header-mobile {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-inline: 20px;
    }

    .hotel-list-header-mobile-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hotel-list-header-filter {
        display: flex;
        grid-auto-flow: unset;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .hotel-list-block {
        border-radius: 20px;
        background: transparent;
        padding: 20px;
        display: grid;
        gap: 20px;
        padding-top: 15px;
    }

    .hotel-list-tab {
        border-radius: 10px;
        background: #FFF;
        display: grid;
        grid-template-columns: unset;
        grid-template-rows: 190px 1fr;
        padding: 20px;
        gap: 15px;
        box-shadow: 0px 2px 26px 0px rgba(1, 91, 182, 0.25);
    }

    .hotel-tab-image {
        max-width: unset;
        width: 100%;
        object-fit: cover;
        height: 190px;
        border-radius: 10px;
    }

    .hotel-list-tab-content {
        display: none;
    }

    .hotel-list-tab-content-mobile {
        display: grid;
        height: fit-content;
        gap: 15px;
    }

    .sortBySelect {
        width: 110px;
    }

    .hotel-list-header-filter-select .sortBySelect .form-control {
        height: 41px;
        border-radius: 5px;
        border: unset;
        color: #9B9B9B;
        background: transparent;
        padding: 9px 10px;
        font-size: 16px;
        overflow: hidden;
    }

    .hotelFlightResultHeaderBlockHotelsRegion,
    .hotelFlightResultHeaderBlockHotelsNetwork, 
    .hotelFlightResultHeaderBlockHotelsList, 
    .hotelFlightResultHeaderBlockPromotions {
        max-width: 900px;
        display: grid;
        gap: 15px;
    }

    .searchModalHotelInfoDateInput .form-control {
        max-width: 150px !important;
    }

    .hotel-list-tab .hotel-list-map-view-block {
        grid-column: unset;
    }

    .hotel-list-info-map {
        gap: 5px;
    }

    .hoteNameBlock {
        margin-inline: 20px;
    }

    .mainPhotoDetailBlock {
        padding-top: unset;
    }

    .roomPriceDetailHotelInfoRoomsListBlock {
        padding: 0px;
        margin-top: 0px !important;
        background: transparent;
        border: unset;
        border-radius: 20px;
        padding-top: 0px;
    }

    .roomPriceDetailHotelInfoRoomBlock {
        width: 100%;
        overflow: hidden;
        position: relative;
        background: #FFF;
        border-radius: 10px;
        padding: 15px;
        margin: 10px 0;
        display: grid;
        grid-template-columns: unset;
        gap: 15px;
        box-shadow: 0px 2px 26px 0px rgba(1, 91, 182, 0.25);
    }

        .roomPriceDetailHotelInfoRoomBlock .roomTypeDescriptionBlock {
            padding: 0px;
            gap: 10px;
        }

    .roomTypeDescriptionBlock > div:nth-child(2) span {
        font-size: 14px;
        font-weight: 400;
    }

    .roomPriceDetailBlock {
        margin-top: 10px;
    }

    .roomTypeTableHotelNameBlock {
        color: #0380FF;
        line-height: normal;
        font-size: 18px;
        font-weight: 500;
    }

    .umb-grid #roomPriceDetail {
        padding: 0px 15px;
    }

    .flightShortInfoRowDetailsPage {
        background-color: #ffe8e8;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .moreFlightsAlternativeFlightsBlock {
        font-size: 14px;
        color: #0380FF;
        line-height: normal;
        cursor: pointer;
    }

    .mobileHotelNameAndRatingDetails .HotelNameMobile {
        margin-bottom: 5px;
    }

    .fotorama__arr--prev,
    .fotorama__arr--next {
        display: block !important;
    }

    .hotel-result-tab-mobile {
        display: grid;
        grid-template-columns: 150px 1fr;
        box-shadow: 0px 2px 26px 0px rgba(1, 91, 182, 0.25);
        border-radius: 10px;
    }

    .promotion-list-tab-mobile {
        display: grid;
    }

    .promotion-list-tab-mobile {
        display: grid;
        grid-template-columns: 150px 1fr;
        border-radius: 10px;
        box-shadow: 0px 2px 26px 0px rgba(1, 91, 182, 0.25);
    }

    .lalunServiceResultBlockPromotions {
        background: transparent;
    }

    .promotion-list-tab-image {
        cursor: pointer;
        height: 150px;
        overflow: hidden;
        border-radius: 10px 0px 0px 10px;
        object-fit: cover;
        max-width: 150px;
    }

    .rtl .promotion-list-tab-image {
        border-radius: 0px 10px 10px 0px;
    }

    .promotion-list-tab-promotext {
        padding-inline-start: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-inline-end: 10px;
        margin-top: 6px;
        margin-bottom: 6px;
        font-size: 12px;
    }

    .promotionsViewList {
        height: fit-content;
    }

    .lalunServiceResultBlockPromotions {
        height: fit-content;
    }

    .bodyMainPage .header-go-back-mobile {
        display: none;
    }

    .header-go-back-mobile {
        display: flex;
        justify-content: flex-end;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .btn-go-back {
        width: 82px;
        height: 36px;
        border-radius: 6px;
        border: 1px solid #78B7FB;
        background: #FFF;
        color: #000;
        font-size: 16px;
        font-weight: 400;
    }

    .privacy-policy-header {
        margin: 30px 0px 0;
    }
}