/* Extracted from inline <style> blocks — pages */

/* from promotion/index.php */
.content__blog-cards.sm-hidden{
      display: flex;
   }
   @media only screen and (max-width:1200px) {
   .content__blog-cards.sm-hidden {
    display: flex;
    flex-direction: column;
}
}

/* from partner-program/index.php */
@media (min-width: 992px) {
        .cta-section::before {
            content: "";
            position: absolute;
            inset-block-start: 1.5rem;
            inset-block-end: 0;
            inset-inline-start: 60%;
            inset-inline-end: 0;
            background-image: url(../../img/site-widget/call-to-action-partner.png);
            background-position: bottom;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: -1;
        }
    }
    .section-space .accordion-header {
        margin: 0;
    } 
    .bg-neutral-1000 {
        background-color: #eff4f2;
    }
    .property-showcase.bg-neutral-0 {
      background-color: #eff4f2;
    }
    .property-showcase .border{
      border: none !important;
    }
    .explore-property-section__content::after {
        background-color: #eff4f2;
    }
    .video-popup__play:hover {
      color: #fff;
    }

/* from page/default.php */
.inner-page-wrapper {
        padding-top: 100px;
    }

/* from about-us/index.php */
.about-text-scroll {
        max-height: none !important;
        overflow: visible !important;
    }
.benefit-section::after {
        background-image: url(../../img/about-us/b1.jpeg);
    }
    .cta-section::before {
        background-image: none;
    }
    .faq-section .accordion-header {
        margin-bottom: 0;
    }
.bg-neutral-1000 {
        background-color: #eff4f2;
    }
    .property-showcase.bg-neutral-0 {
      background-color: #eff4f2;
    }
    .property-showcase .border{
      border: none !important;
    }
    .explore-property-section__content::after {
        background-color: #eff4f2;
    }
    .video-popup__play:hover {
      color: #fff;
    }
    .benefit-section::after {
        content: none;
    }
    .card-image-size {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }

/* from faq/index.php */
.section-space .accordion-header {
        margin-bottom: 0;
    }
.section-space .faq-banner {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 24px 22px 26px;
    border-radius: 20px;
    border: 1px solid rgba(207, 69, 76, 0.18);
    background:
        radial-gradient(120% 90% at 100% 0%, rgba(207, 69, 76, 0.22), transparent 55%),
        linear-gradient(160deg, #1a2433 0%, #243246 48%, #1b2736 100%);
    box-shadow: 0 16px 36px rgba(26, 36, 51, 0.16);
}
.section-space .faq-banner::before {
    content: "";
    position: absolute;
    inset: auto -20% -35% auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(207, 69, 76, 0.35) 0%, transparent 68%);
    pointer-events: none;
}
.section-space .faq-banner::after {
    content: none;
}
.section-space .faq-banner__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.section-space .faq-banner__title,
.section-space .faq-banner h4 {
    margin: 0 0 10px;
    color: #fff !important;
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
}
.section-space .faq-banner__text {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.55;
}
.section-space .faq-banner__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px 11px 12px;
    border-radius: 999px;
    background: #fff;
    color: #cf454c !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.section-space .faq-banner__btn:hover {
    background: #fff7f7;
    color: #b53a41 !important;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}
.section-space .faq-banner__btn-icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #cf454c;
    color: #fff;
    flex-shrink: 0;
}
.section-space .faq-banner__btn-icon svg {
    display: block;
}

/* from hotels/show.php */
.form-control:disabled {
    background-color: #fff;
    opacity: 1;
}

/* from hotels/room.php */
.daterangepicker {
        position: absolute;
        color: inherit;
        background-color: #fff;
        border-radius: 4px;
        border: 1px solid #ddd;
        width: 100%;
        max-width: none;
        padding: 0;
        margin-top: 7px;
        top: 100px;
        left: 20px;
        z-index: 3001;
        display: none;
        font-family: "Montserrat",Helvetica,sans-serif;
        font-size: 15px;
        line-height: 1em;
    }
    .embedded-daterangepicker .daterangepicker {
        position: relative!important;
        top: auto!important;
        left: auto!important;
        float: left;
        margin-top: 0;
        box-shadow: none;
        border: 1px solid #ededed!important;
        visibility: visible;
        opacity: 1;
        width: auto !important;
    }
    .cancelBtn {
        display: none;
    }
    .owl-carousel .owl-item img {
        height: 80vh;
        object-fit: cover;
    }
    #reviews {
        display: none;
    }
    .form-group input::placeholder {
        opacity: 0.5;
    }
    .page-room h1 {
        color: #fff !important;
    }

/* from hotels/_booking-form.php */
#booking_section .select2-container .select2-selection--single .select2-selection__rendered {
        width: 170px;
        padding: 5px 5px;
        text-align: center;
    }
    #booking_section .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px;
    }

/* from hotels/_hotel-item.php */
a.card-information__more.button:hover {
        color: #fff;
        opacity: 0.8;
        transition: 0.5s;   
    }

/* from transfer/order.php */
.datetimepicker-dropdown-bottom-right {
        position: absolute;
        background: #ffffff;
        color: #000;
        font-size: 16px;
        display: none;
    }
    .pulse-call__button {
        left: 3%;
    }
    #popupCall {
        left: 2%;
        right: inherit;
    }
    @media (max-width: 580px) {
        .bascket .select2-container--open .select2-dropdown,
        .bascket .select2-container {
            width: 170px !important;
        }
    }

/* from agent/index.php */
.section-space .accordion-header {
      margin: 0;
  } 
  .bg-neutral-1000 {
        background-color: #eff4f2;
    }
    .property-showcase.bg-neutral-0 {
      background-color: #eff4f2;
    }
    .property-showcase .border{
      border: none !important;
    }
    .explore-property-section__content::after {
        background-color: #eff4f2;
    }
    .video-popup__play:hover {
      color: #fff;
    }
    .cta-section::before {
      background-image: none;
    }
    .benefit-section::after {
        content: none;
    }
    .card-image-size {
      width: 60px;
      height: 60px;
      object-fit: cover;
    }

/* from visa/order.php */
.tourists__block:nth-child(3) {
        display:none;
    }
    .tourists__box {
        flex-wrap: wrap;
        gap: 10px; 
    }

    .tourists__block {
        flex-basis: calc(33.33% - 10px); 
    }

    @media (max-width: 1024px) {
        .tourists__box {
            gap: 5px; 
        }
    }

    @media (max-width: 767px) {
        .tourists__block {
            flex-basis: calc(50% - 10px); 
        }
    }

    @media (max-width: 420px) {
        .tourists__block {
            flex-basis: 100%;
        }
    }
    .bascket .bascket__box .bascket__order .order .order__tourists .tourists__block .tourists__box .tourists__block .input-file-type {
        width: 100% !important;
    }
    .bascket .bascket__box .bascket__order .order .order__tourists .tourists__block .tourists__box .tourists__block input {
        width: 100% !important;
    }
    .bascket .bascket__box .bascket__order .order .order__tourists .tourists__block .tourists__box {
        justify-content: flex-start;
    }
    @media (min-width: 1024px) and (max-width: 1280px) {
        .bascket .bascket__box {
            width: 100vw;
        }
    }
    @media (max-width: 580px) {
        .bascket .select2-container--open .select2-dropdown,
        .bascket .select2-container {
            width: 170px !important;
        }
    }
    @media (max-width: 475px) {
        .visa-order-info {
            top: 30px;
        }
    }
    .pulse-call__button {
        left: 3%;
    }
    #popupCall {
        left: 2%;
        right: inherit;
    }

/* from partner/index.php */
main.overflow-hidden {
        padding: 70px 0 0 0;
    }
    main .contact article *, main #steps *:not(i) {
        font-family: 'Jost';
    }
    .slidedown {
        z-index: 49;
    }

    .partner-register-form input:-webkit-autofill {
        background-color: transparent !important;
        box-shadow: 0 0 0 50px white inset !important;
    }

    .partner-register-form input:-moz-placeholder {
        background-color: transparent !important;
        box-shadow: 0 0 0 50px white inset !important;
    }

    .partner-register-form input:-ms-input-placeholder {
        background-color: transparent !important;
        box-shadow: 0 0 0 50px white inset !important;
    }

/* from layouts/excursion_index.php */
.popupBack .popup {
            top: initial;
            left: initial;
            transform: none;
            font-size: 14px;
            font-family: 'Roboto';
        }
        .popupPage .popup {
            position: relative !important;
        }

/* from excursion/index.php */
.item2[data-v-70cff856]::after {
                                            content: none;
                                        }

/* from excursion/index.php */
.excursion-container {
        padding: 70px 0 0 0;
    }
    .page-wrap {
        height: 100%;
    }
    .checked {
        background: #2575bf !important;
    }
    .exp-snippet-list {
        border-radius: 1rem;
        padding: 25px;
        z-index: 1;
    }
    .exp-wrapper .title {
        font-family: 'Inter', sans-serif;
        font-size: 21px;
        font-weight: 800;
    }
    .exp-snippet-list .exp-snippet:hover .title{
        color: #104050;
    }
    .exp-wrapper .tagline {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
    }
    .location-crumbs__list::after {
        content: none !important;
    }
    .location-crumbs span {
        margin: 0 5px;
    }
    .header__helper {
        margin: 30px 0 12px !important;
    }
    .p-header .wrap {
        padding: 20px 20px;
    }
    .guide-pic[data-v-df21c872] {
        object-fit: cover;
    }

/* from excursion/_other-excursions.php */
.exp-snippet-list {
        border-radius: 1rem;
        padding: 25px;
        z-index: 1;
    }
    .exp-wrapper .title {
        font-family: 'Inter', sans-serif;
        font-size: 21px;
        font-weight: 800;
    }
    .exp-snippet-list .exp-snippet:hover .title{
        color: #104050;
    }
    .exp-wrapper .tagline {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
    }
    .exp-pic-outer img {
        height: 293px;
    }
    .guide-pic[data-v-df21c872] {
        object-fit: cover;
    }

/* from excursion/view.php */
.expage-other-exps {
      margin: 0;
    }
    .calendar-month .month td.available {
        background-color: transparent !important;
        color: #1a1a1a !important;
        cursor: pointer;
        border-radius: 6px;
        font-weight: 500;
        transition: background-color 0.15s ease;
    }
    .calendar-month .month td.available.has-offer {
        background-color: #d8f3e8 !important;
        background-color: color-mix(in srgb, var(--red-color, #0b9f6d) 22%, white) !important;
        color: #145c45 !important;
        font-weight: 600;
    }
    .calendar-month .month td.available:hover {
        background-color: rgba(var(--red-color-rgb, 11, 159, 109), 0.1) !important;
    }
    .calendar-month .month td.available.has-offer:hover {
        background-color: #c3ebd9 !important;
        background-color: color-mix(in srgb, var(--red-color, #0b9f6d) 32%, white) !important;
    }
    .calendar-month .month td.available.in-range,
    .calendar-month .month td.available.has-offer.in-range {
        background: #eaf5f1 !important;
        background: color-mix(in srgb, var(--red-color, #0b9f6d) 38%, #eaf5f1) !important;
        color: #000 !important;
    }
    .calendar-month .month td.available.range-start,
    .calendar-month .month td.available.range-end,
    .calendar-month .month td.available.has-offer.range-start,
    .calendar-month .month td.available.has-offer.range-end,
    .calendar-month .month td.range-start,
    .calendar-month .month td.range-end {
        background-color: var(--red-color, #0b9f6d) !important;
        color: #fff !important;
    }
    .calendar-month .month td.in-range {
        background-color: #eaf5f1 !important;
        background-color: color-mix(in srgb, var(--red-color, #0b9f6d) 38%, #eaf5f1) !important;
    }
    .bg-primary-5p ul {
      padding: 0;
    }
    #calendar_days .close {
      display:none;
    }
    .guide__avatar {
      width: 241px !important;
      max-height: 160px;
    }
    .bg-primary-5p {
      padding: 65px 0 0 0;
    }
    .col-xl-4 {
        display: flex;
        flex-direction: column;
    }
    .row.g-4 {
        flex-grow: 1;
    }
    .link.property-gallery img {
        height: 42vh;
        object-fit: cover;
    }
    .exp-selection {
      margin-bottom: 0;
    }
    .bg-primary-5p {
      padding-bottom: 20px;
    }
    .card__submit-btn {
      background: #2575bf;
    }
    .card__submit-btn:hover {
      opacity: 0.8;
      transition: 0.5s;
    }

/* from installment/index.php */
.section-space .accordion-header {
        margin: 0;
    }
    @media (max-width: 1440px) {
        /* Only installment CTA — do not stretch about-us / agent registry buttons */
        .d-flex.flex-wrap > .d-flex.flex-wrap > a.link:not(.btn-open-popup-registry) {
            width: 100%;
            margin: 0 10vw 0 0;
            justify-content: center;
        }
        .text-advice {
            width: 65%;
        }
    }

/* CTA "Начать сотрудничество" — compact pill, centered content */
.cta-section a.link.rounded-pill,
.cta-section a.link.btn-open-popup-registry {
    width: auto !important;
    max-width: max-content;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    line-height: 1.25;
    padding: 0.875rem 1.5rem;
}

.cta-section a.link.rounded-pill .d-inline-block,
.cta-section a.link.btn-open-popup-registry .d-inline-block {
    line-height: 1.25;
}

.cta-section a.link.rounded-pill .mat-icon,
.cta-section a.link.btn-open-popup-registry .mat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    --mat-size: 1.25rem;
}

/* from avia/avia-search/_item-price-agent.php */
.agent-sale-price__body {
        display: flex;
        gap: 5px;
        width: max-content;
        margin: 0 auto;
        align-items: center;
        text-align: center;
        font-weight: 500;
        font-size: 11px;
        line-height: 20px;
        color: #616161;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .show-agent-sale-price {
        display: block;
        margin: 0 auto;
        background: transparent;
        color: var(--red-color);
        cursor: pointer;
    }
    .show-agent-sale-price__content {
        align-items: center;
        text-align: center;
        font-weight: 500;
        font-size: 11px;
        line-height: 20px;
        color: #616161;
        margin-top: -25px;
    }
    .agent-sale-price__body svg {
        margin-bottom: 10px;
    }

/* from site/actions/index/pilgrimage-tours.php */
.full-search {
        padding-bottom: 4rem;
    }
    @media (min-width: 1200px) {
        .full-search__container {
            height: 192px;
        }
    }
    @media (max-width:475px) {
        .full-search {
            display: flex;
            flex-direction: column;
        }
        .full-search .full-search__container {
            width: 100vw;
            order: 2;
        }
        .full-search .tabs-main__nav {
            top: 1rem;
            margin-bottom: 30px;
        }
        .full-search .flight-tour {
            padding: 0;
        }
    }
    #order-form #calendarTransfer .daterangepicker {
        width: 100% !important;
    }
    .video-box {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }
    .video-box img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }
    .video-box:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 1;
    }
    #order-form .full-search__container {
        position: relative;
        z-index: 2;
    }

/* from site/actions/index/forms/tour.php */
.quantity__button_minus {
        height: 20px;
    }
    .quantity__button_plus {
        height: 20px;
    }

    .field__food {
        margin: 0 0 0 20px;
    }

    .field__food label .items-dropdown__content {
        order: 2;
        padding: 18px 0 20px 0 !important;
    }

    .field__food label {
        display: grid;
        grid-template-columns: 1em auto;
        gap: 0.5em;
    }

    .field__food label input[type="checkbox"] {
        -webkit-appearance: none;
        appearance: none;
        background-color: #fff;
        margin: 0;
        font: inherit;
        color: #000;
        width: 15px;
        height: 15px;
        border: 0.15em solid #2575bf;
        border-radius: 0.15em;
        transform: translateY(-0.075em);
        display: grid;
        place-content: center;
    }

    .field__food label input[type="checkbox"]::before {
        content: "";
        width: 10px;
        height: 10px;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em #2575bf;
        transform-origin: bottom left;
        clip-path: polygon(14% 44%, 4% 62%, 50% 100%, 96% 18%, 88% 4%, 43% 62%);
    }

    .field__food label input[type="checkbox"]:checked::before {
        transform: scale(1);
    }

    ._input-item .items-dropdown_placement {
        max-height: 26.5rem;
    }

/* from layouts/adminlte/left.php */
.main-sidebar .dropdown a {
    line-height: 1.5;
}

/* from common/services/additional-services/form-type-train.php */
.service_form_train_checkbox label {
        margin: 0;
        margin-right: 10px;
    }
    .service_form_train_checkbox input {
        width: 15px;
        height: 15px;
    }
    .additional-service_train-form-to,
    .additional-service_train-form-return {
        flex-wrap: wrap;
        gap: 15px;
    }
    .additional-service-form .form-group.service_form_train_checkbox {
        margin-left: auto;
    }
    .additional-service_train-form-return.not-active {
        display: none !important;
    }

/* from common/services/additional-services/form-type-transport.php */
.bootstrap-timepicker-widget {
        min-width: 10rem;
    }

/* from visa/partials/tabs.php */
.delete_tourist {
        color: var(--red-color);
        position: relative;
        left: -25px;
        cursor: pointer;
    }
    .nav-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav-tabs .nav-link {
        width: 130px;
    }
