.list-summary-items {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.list-summary-item {
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    height: 34px;
    display: flex;
    align-items: center;
    color: #3f7695;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .list-summary-item {
        padding: 0 5px;
        font-size: 14px;
    }
}
.hotels__search-item {
    display: grid;
    grid-template-columns: 260px 1fr;
    grid-gap: 22px;
    margin-bottom: 15px;
    background-color: #f6f6f6;
    border: 1px solid #c2c2c2;
    border-radius: 0 4px 4px 0;
}

.hotels__search-slider {
    position: relative;
    height: 239px;
}

.hotels__search-slider.owl-carousel .owl-nav button[class*=owl-] {
    width: 32px;
    height: 32px;
    background-size: 30%;
    transition: all 0.5s;
}

.hotels__search-slider.owl-carousel:hover .owl-nav button[class*=owl-] {
    opacity: 1;
}

.hotels__search-slider.owl-carousel:hover .owl-nav button[class*=owl-].disabled {
    opacity: 0.5;
}

.hotels__search-slider .owl-theme .owl-nav {
    margin-top: 0;
}

.hotels__search-slider .owl-dots {
    display: none;
}

.hotels__search-slider .owl-stage-outer,
.hotels__search-slider .owl-stage-outer div {
    height: 100%;
}

.hotels__search-slider img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    cursor: pointer;
}

.hotels__search-col-right {
    padding: 10px 10px 10px 0;
}

.hotels__search-no-results {
    font-size: 20px;
    color: #444;
    margin-bottom: 40px;
    text-align: center;
}
.hotels__search-item-book {
    width: 100%;
}
.hotels__search-item-book .select-other-parameters {
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    padding: 40px 20px;
    text-align: center;
    display: block;
}
.hotels__search-item-title a {
    text-decoration: none;
}
.hotels__search-item-price {
    color: #05729b;
    text-align: right;
    margin-bottom: 10px;
}

.hotels__search-item-price .price-eur {
    font-size: 22px;
    font-weight: bold;
}

.hotels__search-item-row {
    display: grid;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: 1fr 1.2fr;
}

.hotels__search-price-info {
    display: flex;
    flex-direction: column;
}

.hotels__search-details-link {
    text-align: center;
}

.hotels__search-details-link a {
    color: #05729b;
    text-decoration: underline;
}

.hotels__search-item-book {
    width: 250px;
    max-width: 100%;
    display: flex;
    align-self: flex-end;
}

.hotels__search-location {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hotels__search-item-rating {
    margin-right: 25px;
}

.hotels__search-item-address {
    font-weight: 600;
}

.hotel-search {
    grid-template-columns: repeat(5, minmax(100px, 1fr)) auto;
}

.hotel-search .hotel-id {
    position: relative;
}

.hotel-search .city-id .form__search-select,
.hotel-search .hotel-id .form__search-select {
    padding-right: 35px;
}

.hotels__search-icons {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    font-size: 14px;
}

.hotels__search-item-icon {
    display: flex;
    align-items: center;
}

.hotels__search-item-icon:before {
    content: '';
    display: block;
    min-width: 16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
}

.hotels__search-item-icon.city:before {
    background-image: url("../../../img/hotel/icons/city.svg");
}

.hotels__search-item-icon.food:before {
    background-image: url("../../../img/hotel/icons/food.svg");
}

.hotels__search-item-icon.point:before {
    background-image: url("../../../img/hotel/icons/point.svg");
}

.hotels__search-item-icon.pool:before {
    background-image: url("../../../img/hotel/icons/pool.svg");
}

.hotels__search-item-icon.sea:before {
    background-image: url("../../../img/hotel/icons/sea.svg");
}

.hotels__search-item-icon.sunbed:before {
    background-image: url("../../../img/hotel/icons/sunbed.svg");
}

.hotels__search-item-icon.wifi:before {
    background-image: url("../../../img/hotel/icons/wifi.svg");
}

.hotels__search-item-icon.spa:before {
    background-image: url("../../../img/hotel/icons/spa.svg");
}

.hotels__search-item-icon.distance_from_center:before {
    background-image: url("../../../img/hotel/icons/distance_from_center.svg");
}

.hotels__search-item-title {
    margin-bottom: 5px;
}

.slider__top .owl-stage-outer .slider__hotel-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

.slider__top .owl-stage-outer .slider__hotel-info > div {
    height: auto;
}

.slider__hotel-info {
    position: relative;
}

.slider__hotel-caption h2 {
    width: 100%;
    padding: 0 20px;
    color: white;
    font-size: 54px;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider__hotel-caption span {
    font-size: 26px;
}

.slider__hotel-nights .price-info {
    font-size: 32px;
}

.slider__hotel-caption {
    text-align: center;
    position: relative;
}

.slider__hotel-region {
    position: absolute;
    left: 50%;
    margin-top: 5px;
    transform: translateX(-50%);
    top: calc(100% + 25px);
}

.slider__hotel-nights {
    text-align: left;
    line-height: 30px;
    padding-bottom: 10px;
}

.hotels__search-price-row {
    display: grid;
    grid-template-columns: 1fr auto 165px;
    grid-gap: 10px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 10px;
}

.hotels__search-price-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.hotels__search-price-row .hotels__search-item-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}

.hotels__search-price-row .hotels__search-item-book {
    margin-bottom: 0;
}

.hotels__search-price-row .hotels__search-item-price .price-eur {
    margin-right: 10px;
}

.hotels__search-price-row .hotels__search-item-book {
    width: auto;
}

.hotels__search-price-row .hotels__search-item-book .site-button {
    height: 30px;
}

.hotels__search-item-nights {
    display: flex;
    align-items: center;
}

.hotels__search-item-nights .ico-fly {
    width: 29px;
    height: 11px;
    display: block;
    background: url('../../../img/hotel/flight.svg') no-repeat;
    margin-right: 10px;
}

.hotels__search-item-nights a:hover {
    background: url('../../../img/hotel/flight_active.svg') no-repeat;
}

.hotels__search-item-room-type {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}

.hotels__search-item-room-type:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(/img/hotel/room.svg) center;
}

.hotels__search-item-book .site-button {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.hotels__search-item-book .site-button.stop-sale {
    font-size: 12px;
}

.hotels__search-item-book .stop-sale-text {
    font-size: 13px;
    text-align: center;
    color: red;
    padding-top: 5px;
}

.hotels__search-item-book .site-button.stop-sale {
    background-color: red;
}

.hotel-available-tour-only {
    color: #337597;
    text-align: center;
    font-size: 1.17em;
    margin-bottom: 30px;
}

.form__search .select2-container--krajee-bs3 .select2-dropdown {
    margin-top: 12px !important;
}

.form__search .select2-container--krajee-bs3 .select2-dropdown {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}

.page__hotel-catalog .block-items {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .hotels__search-price-info {
        min-height: 152px;
    }
}

@media (min-width: 768px) {
    .hotels__search-item-book .site-button.stop-sale {
        align-items: flex-start;
    }
}

@media (min-width: 768px) AND (max-width: 991px) {
    .hotels__search-item-row {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 767px) {

    .hotels__search-item-row {
        display: flex;
        flex-direction: column;
    }

    .hotels__search-icons {
        grid-template-columns: 1fr;
    }

    .hotels__search-item-book .site-button,
    .hotels__search-price-row .hotels__search-item-book .site-button {
        height: 40px;
    }

    .hotels__search-item-nights,
    .hotels__search-item-price {
        justify-content: center;
    }

    .hotels__search-icons {
        grid-gap: 10px;
    }

    .slider__hotel-caption {
        text-align: center;
    }

    .slider__hotel-info h2 {
        font-size: 24px;
    }

    .slider__hotel-caption span {
        font-size: 16px;
    }

    .slider__hotel-nights .price-info {
        font-size: 17px;
    }

    .hotels__search-item {
        grid-gap: 10px;
    }

    .hotels__search-location {
        justify-self: center;
    }

    .hotels__search-item-price {
        text-align: center;
    }

    .hotels__search-icons,
    .hotels__search-item-price {
        margin-bottom: 10px;
    }

    .hotels__search-item {
        display: block;
    }

    .hotels__search-col-right {
        margin-left: 0;
        align-items: center;
    }

    .hotels__search form .form-submit {
        margin: 0 auto;
    }

    .hotels__search-item-book {
        position: static;
    }

    .hotels__search-item-book .select-other-parameters {
        border: none;
    }

    .hotels__search-item-book {
        width: 100%;
    }

    .hotels__search-col-right {
        padding-left: 10px;
        width: calc(100% - 10px);
    }
    .hotels__search-price-info {
        width: 100%;
    }
    .hotels__search-price-row {
        grid-template-columns: 1fr;
        grid-gap: 6px;
    }
    .hotels__search-item-room-type {
        justify-content: center;
    }
    .hotels__search-slider {
        width: 100%;
        height: 300px;
    }
}
