

/* Start:/local/components/bratko/apartments.detail/templates/.default/style.css?176890766427821*/
/*.detail-page-apartment .bx-calendar{*/
/*    width: 320px;*/
/*}*/
/*.bx-calendar-header-content{*/
/*    width: 282px;*/
/*}*/
.room-not-exist{
    position:relative;
    height: 300px;
    width: 100%;
}
.room-not-exist div{
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.detail-apartment a{
    color: #0466C8!important;
    text-decoration: none;
}
.detail-apartment a:hover{
    text-decoration: underline;
}
.detail-apartment .box-common{
    display: flex;
    gap: 20px;
}
.detail-apartment .box-basic{
    width: 780px;
    overflow: hidden;
}
.detail-apartment .box-basic .title{
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
}

/*Галерея номера*/
.detail-apartment .box-basic .box-gallery{
    overflow: hidden;
    width: 780px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
}
.detail-apartment .box-basic .box-gallery .swiperBig{
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
    border-radius: 12px;
}
.detail-apartment .box-basic .box-gallery .swiperBig .button-favorite{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 150;
    width: 32px;
    height: 32px;
    border-radius:50%;
    padding:8px;
    background:rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    box-sizing: border-box;
    z-index: 1000;
}
.detail-apartment .box-basic .box-gallery .swiperBig .button-favorite.active{
    background:rgba(224, 31, 31, 1);
    backdrop-filter: none;
}
.detail-apartment .box-basic .box-gallery .swiperBig .button-favorite:hover{
    cursor: pointer;
}
.detail-apartment .box-basic .box-gallery .swiperBig .button-favorite .icon{
    background-repeat: no-repeat;
    background-position:50% 50%;
    width: 16px;
    height: 100%;
    display: block;
    margin:auto;
}
.detail-apartment .box-basic .box-gallery .swiperBig .swiper-slide {
    position: relative;
}

.detail-apartment .box-basic .box-gallery .swiperBig .swiper-slide .image {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-apartment .box-basic .box-gallery .swiperBig img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Стили для lazy loading прелоадера в большом слайдере */
.detail-apartment .box-basic .box-gallery .swiperBig .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: #FDCB4D;
    border-radius: 50%;
    animation: swiper-preloader-spin 1s linear infinite;
    pointer-events: none;
}

/* Стили для изображений с lazy loading в большом слайдере */
.detail-apartment .box-basic .box-gallery .swiperBig .swiper-slide img[data-loaded="false"] {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.detail-apartment .box-basic .box-gallery .swiperBig .swiper-slide img[data-loaded="true"] {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.detail-apartment .box-basic .box-gallery .swiperSmall.swiper{
    margin: unset;
}
.detail-apartment .box-basic .box-gallery .swiperSmall .swiper-slide{
    width: 96px;
    height: 54px;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}
.detail-apartment .box-basic .box-gallery .swiperSmall .swiper-slide img{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.detail-apartment .box-basic .box-gallery .swiperSmall .swiper-slide-thumb-active {
    border: 2px solid #FDCB4D;
    box-sizing: border-box;
    border-radius: 8px;
}
.swiperBig .swiper-button-next,
.swiperBig .swiper-button-prev{
    width: 32px;
    height: 32px;
    border-radius:50%;
    background-color: #fff;
}
.swiperBig .swiper-button-next{
    right: 20px!important;
}
.swiperBig .swiper-button-next::after{
    content: "";
    background-image: url('/local/templates/izba/images/to_right.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}
.swiperBig .swiper-button-prev{
    left: 20px!important;
}
.swiperBig .swiper-button-prev::after{
    content: "";
    background-image: url('/local/templates/izba/images/to_left.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}
.swiperBig .swiper-button-next.swiper-button-disabled,
.swiperBig .swiper-button-prev.swiper-button-disabled{
    opacity: 0.60;
}
.swiperBig .swiper-button-next:hover,
.swiperBig .swiper-button-prev:hover{
    background-color: #F0F0F0;
}
.swiperBig .swiper-pagination-fraction {
    min-width: 88px !important;
    width: auto;
    height: 32px;
    left: unset !important;
    right: 20px !important;
    bottom: 20px !important;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    padding: 8px 12px;
    border-radius: 999px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600;
    line-height: 135%;
    color: #FFF!important;
}

/*Заголовок и адрес*/
.detail-apartment .box-basic .box-heading-address{
    margin-bottom: 32px;
}
.detail-apartment .box-basic .box-heading-address .box-title{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
}
.detail-apartment .box-basic .box-heading-address .box-address{
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 16px;
}
.detail-apartment .box-basic .box-heading-address .box-address .metro{
    display: flex;
    align-items: center;
    gap: 8px;
}
.detail-apartment .box-basic .box-heading-address .box-address .show-map a{
    color: #0466C8;
}
.detail-apartment .box-basic .box-heading-address .box-address .show-map a:hover{
    text-decoration: underline;
}
.detail-apartment .box-basic .box-background{
    background-color: #FFF;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}
.detail-apartment .box-basic .box-background .box-warning-text{
    background-color: #E01F1F0A;
    padding: 16px 20px;
    border-radius: 8px;
    margin-top: 32px;
}
.detail-apartment .box-basic .box-background .box-warning-text .structure{
    display: flex;
    gap: 16px;
}
.detail-apartment .box-basic .box-background .box-warning-text .structure .icon{
    width: 16px;
    height: 16px;
}

/*Описание и основные параметры*/
.detail-apartment .box-basic .box-desc-basic-parameters .box-desc{
    margin-bottom: 32px;
    line-height: 160%;
}
.detail-apartment .box-basic .box-desc-basic-parameters .box-basic-parameters{
    display: flex;
    gap: 8px;
}
.detail-apartment .box-basic .box-desc-basic-parameters .box-basic-parameters .item-parameter{
    border-radius: 8px;
    height: 40px;
    padding: 10px 16px;
    box-sizing: border-box;
    background-color: #F5F5F5;
}

/*Размещение*/
.detail-apartment .box-basic .box-re-placement .box-line{
    border-top: 1px solid #E0E0E0;
    margin: 20px 0;
}
.detail-apartment .box-basic .box-re-placement .box-room .name-room{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}
.detail-apartment .box-basic .box-re-placement .box-room .text-room{
    line-height: 160%;
}

/*Удобства*/
.detail-apartment .box-basic .box-conveniences .box-items{
    display: flex;
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 32px;
}
.detail-apartment .box-basic .box-conveniences .box-items .box-item{
    border-radius: 8px;
    padding: 12px 20px;
    box-sizing: border-box;
    height: 72px;
    background-color: #F5F5F5;
}
.detail-apartment .box-basic .box-conveniences .box-items .box-item .structure{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
}
.detail-apartment .box-basic .box-conveniences .box-items .box-item .structure .icon{
    width: 16px;
    height: 16px;
}
.detail-apartment .box-basic .box-conveniences .box-items .box-item .more-detail{
    font-size: 12px;
}
.detail-apartment .box-basic .box-conveniences .box-items2{
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
}
.detail-apartment .box-basic .box-conveniences .box-items2 .box-item2{
    width: 360px;
}
.detail-apartment .box-basic .box-conveniences .box-items2 .box-item2 .box-points{
    line-height: 160%;
    margin-top: 12px;
}
.detail-apartment .box-basic .box-conveniences .box-add-info{
    font-size: 12px;
}
/*--- Завтраки CHECK-TOTAL: Начало ---*/
.box-total-breakfast{
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}
.box-total-breakfast.has-content{
    margin-bottom: 8px;
}
.box-total-breakfast-warning{
    display: none;
    font-size: 12px;
    font-weight: 500;
    color: #E01F1F;
}
.box-total-breakfast-warning.has-content{
    display: block;
    margin-bottom: 16px;
}
.box-total-breakfast .checkBreakfastName{
    font-size: 15px;
}
.box-total-breakfast .checkBreakfastTotalPrice{
    font-size: 18px;
}
/*--- Завтраки CHECK-TOTAL: Конец ---*/

/*--- Завтраки: Начало ---*/
.box-breakfasts .description{
    margin-top: 20px;
}
.box-breakfasts .box-items{
    margin-top: 32px;
}
.box-breakfasts .box-item .item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}
.box-breakfasts .box-item:last-child + .line{
    display: none;
}
.box-breakfasts .box-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    user-select: none;
    transition: background-color 0.2s;
}
.box-breakfasts .box-item .item-header .item-title{
    display: flex;
    gap: 16px;
}
.box-breakfasts .box-item .item-header .item-title .guest{
    font-size: 12px;
    color: #808080;
}
.box-breakfasts .box-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.box-breakfasts .box-item .span-style {
    width: 16px;
    height: 16px;
    background-color: #E0E0E0;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    transition: background-color 0.2s;
}
.box-breakfasts .box-item .span-style:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #FDCB4D;
    border-radius: 50%;
    opacity: 0;
    /*transition: opacity 0.2s;*/
}
.box-breakfasts .box-item input[type="checkbox"]:checked + .span-style:after {
    opacity: 1;
}
.box-breakfasts .box-item .btn-details {
    color: #0466C8;
    border: none;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.box-breakfasts .btn-details .arrow {
    margin-left: 8px;
    transition: transform 0.2s ease;
    width: 11px;
    height: 11px;
}
.box-breakfasts .btn-details.expanded .arrow {
    transform: rotate(180deg);
}
.box-breakfasts .box-item .item-details {
    padding: 12px 0;
    box-sizing: border-box;
}
.box-breakfasts .box-item .item-details .item-description{
    margin-bottom: 20px;
    box-sizing: border-box;
}
.box-breakfasts .box-item .item-details .item-images .swiper-slide {
    /*flex-shrink: 0;*/
    /*width: calc(25% - 7.5px);  4 штуки в ряд: 100 / 4 = 25%, минус отступы */
    margin-right: 8px; /* отступ между слайдами */
    width: auto!important;
}
.box-breakfasts .box-item .item-details .images-slider a {
    flex: 0 0 calc(25% - 10px); /* 4 элемента в ряд (100 / 4 = 25%) минус отступы */
    display: block;
}
.box-breakfasts .box-item .item-images img {
    width: 179px;
    height: 179px;
    object-fit: cover;
    border-radius: 8px;
    box-sizing: border-box;
}
.box-breakfasts .box-item .structure .element{
    width: 360px;
}
.box-breakfasts .line{
    margin: 12px 0;
    border-top: 1px solid #E0E0E0;
}
.box-breakfasts .breakfasts-controls {
    background-color: #F5F5F5;
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.box-breakfasts .controls-row {
    display: flex;
    gap: 40px;
    margin-bottom: 16px;
}
.box-breakfasts .control-label {
    font-size: 12px;
    color: #1C1C1F;
    font-weight: 400;
    margin-bottom: 8px;
}
.box-breakfasts .counter {
    display: flex;
    align-items: center;
    gap: 8px;
}
.box-breakfasts .counter-btn {
    width: 32px;
    height: 32px;
    padding: 8px;
    box-sizing: border-box;
    background-color: #EAEAEA;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-breakfasts input.counter-input {
    width: 64px;
    height: 32px!important;
    text-align: center!important;
    font-size: 15px!important;
    border: 1px solid #E0E0E0!important;
    border-radius: 4px!important;
    padding: 0 12px!important;
    box-sizing: border-box!important;
}
.box-breakfasts .total {
    font-size: 15px;
    font-weight: 600;
    color: #1C1C1F;
    display: flex;
    gap: 12px;
}
.restaurant{
    margin-top: 32px;
    box-sizing: border-box;
}
.restaurant .restaurant-image{
    display: flex;
    flex-wrap: wrap;
}
.restaurant .restaurant-image img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 999px;
    border: 4px solid #FFFFFF;
}
.restaurant .restaurant-image a:not(:first-child) {
    margin-left: -20px;
}
.restaurant .restaurant-box-top{
    display: flex;
    gap: 20px;
    align-items: center;
}
.restaurant .restaurant-box-top .restaurant-text .restaurant-name{
    font-weight: 600;
    font-size: 15px;
}
.restaurant .restaurant-box-top .restaurant-text .restaurant-address{
    font-weight: 400;
    font-size: 12px;
}
.restaurant .restaurant-box-top .restaurant-text .restaurant-link{
    margin-top: 5px;
}
.restaurant .restaurant-box-top .restaurant-text .restaurant-link a{
    font-weight: 400;
    font-size: 12px;
}
/*--- Завтраки: Конец ---*/

/*Правила бронирования*/
.box-booking-rules .line{
    margin: 12px 0;
    border-top: 1px solid #E0E0E0;
}
.box-booking-rules .box-items{
    margin-top: 32px;
}
.box-booking-rules .box-item .structure{
    display: flex;
    gap: 20px;
}
.box-booking-rules .box-item .structure .element{
    width: 360px;
}

/*Карта*/
.box-map .box-metro{
    display: flex;
    gap: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 12px;
}
.box-map .box-metro .metro{
    display: flex;
    gap: 8px;
}
.box-map .map iframe{
    border-radius: 8px;
}

/*Бронирование*/
.detail-apartment .box-book{
    height: 100%;
}
.detail-apartment .box-book .box-one{
    background-color: #FFF;
    border-radius: 12px;
    padding: 20px;
    width: 380px;
    height: 100%;
    box-sizing: border-box;
}
.detail-apartment .box-book .box-two{
    padding: 20px;
    width: 380px;
    height: 100%;
    box-sizing: border-box;
}
.detail-apartment .box-book .box-price{
    display: flex;
    gap: 8px;
    align-items: baseline;
    margin-bottom: 20px;
}
.detail-apartment .box-book .box-price .price-value{
    font-size: 28px;
    font-weight: 600;
}
.detail-apartment .box-book .box-price .price-text{
    font-size: 12px;
}
.detail-apartment .box-book .search-block-banner .wrap-box{
    box-sizing: border-box;
    width: 100%;
}
.detail-apartment .box-book .search-block-banner .wrap-box .box-search{
    box-sizing: border-box;
    width: 100%;
}
.detail-apartment .box-book .search-block-banner .wrap-box .box-search .box-date-apartament{
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    margin-bottom: 20px;
    height: 112px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
.detail-apartment .box-book .search-block-banner .wrap-box .box-search .box-date-apartament .box-content{
    /*all: initial;*/
    max-width: unset;
    min-height: unset;
    padding: unset;
}
.detail-apartment .box-book .search-block-banner .wrap-box .box-search .box-date-apartament .box-input{
    flex-wrap: wrap;
    width: 100%;
    border: unset;
}
.detail-apartment .box-book .search-block-banner .wrap-box .box-search .box-date-apartament .box-input .input{
    padding: 8px 16px;
}
.detail-apartment .box-book .search-block-banner .wrap-box .box-search .box-date-apartament .box-input .input:first-child{
    border-right: 1px solid #E0E0E0;
}
.detail-apartment .box-book .search-block-banner .wrap-box .box-search .box-date-apartament .box-input .input:nth-child(1n){
    width: 50%;
    border-bottom: 1px solid #E0E0E0;
    box-sizing: border-box;
}
.detail-apartment .box-book .search-block-banner .wrap-box .box-search .box-date-apartament .box-input .input:last-child{
    width: 100%;
    border: unset;
}
.detail-apartment .box-book .search-block-banner .wrap-box .box-search .box-date-apartament .box-input .title{
    font-size: 12px;
    color: #808080;
}
.detail-apartment .box-book .search-block-banner.pc-version .box-date-apartament .popup-search-guests{
    width: 100%;
    height: 130px;
}
.detail-apartment .box-book .button-to-book{
    margin-bottom: 20px;
}
.detail-apartment .box-book .box-total-price{
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 16px;
}
.detail-apartment .box-book .box-total-price .quantity-nights{
    font-size: 15px;
}
.detail-apartment .box-book .box-total-price .value-price{
    font-size: 18px;
}
.detail-apartment .box-book .box-total-price-in-detail{
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #F5F5F5;
    margin-bottom: 20px;
}
.detail-apartment .box-book .box-total-price-in-detail .item.calculating-amount{
    color: #2A9134;
    font-weight: 600;
    text-transform: uppercase;
}
.detail-apartment .box-book .box-total-price-in-detail .item.calculating-amount .name{
    font-size: 13px;
}
.detail-apartment .box-book .box-total-price-in-detail .item.unavailable{
    flex-direction: column;
    gap: 2px;
}
.detail-apartment .box-book .box-total-price-in-detail .item{
    font-size: 12px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail-apartment .box-book .box-total-price-in-detail .item:last-child{
    margin-bottom: unset;
}
.detail-apartment .box-book .box-total-price-in-detail .item .value{
    font-size: 15px;
}
.detail-apartment .box-book .box-rules-book{
    font-size: 12px;
    margin-bottom: 20px;
}
.detail-apartment .box-book .box-buy-certificate{
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    box-sizing: border-box;
}
.detail-apartment .box-book .box-buy-certificate a{
    display: flex;
    gap: 12px;
    justify-content: center;
    color: #1C1C1F!important;
}
.detail-apartment .box-book .box-buy-certificate a{
    text-decoration: none;
}
.detail-apartment .box-book .box-buy-certificate:hover{
    border: 1px solid #FDBE1F;
    cursor: pointer;
}

.detail-apartment .box-book .box-two .book-by-phone{
    text-align: center;
}
.detail-apartment .box-book .box-two .book-by-phone .name{
    color: #808080;
    font-size: 12px;
    margin-bottom: 4px;
}
.detail-apartment .box-book .box-two .book-by-phone .phone a{
    color: #1C1C1F!important;
    font-size: 15px;
}

@media (max-width: 480px) {
    .box-breakfasts .box-item .item-header{
        padding: 0;
    }
    .box-breakfasts .box-item .btn-details{
        padding: 10px 0;
    }
    .box-breakfasts .box-item .item-images img{
        width: 83.5px;
        height: 83.5px;
    }
    .box-breakfasts .breakfasts-controls{
        padding: 16px;
    }
    .box-breakfasts .controls-row{
        gap: 20px;
    }
    .restaurant{
        margin-top: 24px;
    }
    .restaurant .restaurant-image{
        flex-wrap: nowrap;
    }
    .restaurant .restaurant-image img{
        width: 60px;
        height: 60px;
    }
    .restaurant .restaurant-box-top .restaurant-text .restaurant-address{
        font-size: 10px;
    }

    .room-not-exist div{
        font-size: 22px;
        text-align: center;
    }
    .detail-page-apartment .wrapper_content .box-content{
        max-width: unset;
        overflow: hidden;
        padding: 0 0 40px 0 !important;
    }
    .detail-apartment .box-common{
        display: block;
    }
    .detail-apartment .box-basic{
        width: 100%;
        overflow: unset;
    }
    .detail-apartment .box-basic .box-gallery{
        width: 100%;
        height: 390px;
        margin-bottom: 24px;
    }
    .detail-apartment .box-basic .box-gallery .swiperBig{
        border-radius: unset;
    }
    .detail-apartment .box-basic .box-gallery .swiperSmall{
        display: none!important;
    }
    .detail-apartment .box-basic .box-gallery .swiperBig{
        height: 390px;
    }
    .detail-apartment .box-basic .swiper-button-prev,
    .detail-apartment .box-basic .swiper-button-next{
        display: block!important;
        width: 24px;
        height: 24px;
    }
    .detail-apartment .swiperBig .swiper-button-prev::after{
        width: 12px;
        height: 12px;
        background-size: 12px 12px;
        background-image: url('/local/templates/izba/images/to_left_12.png');
        margin-left: 6px;
        margin-top: 6px;
    }
    .detail-apartment .swiperBig .swiper-button-next::after{
        width: 12px;
        height: 12px;
        background-size: 12px 12px;
        background-image: url('/local/templates/izba/images/to_right_12.png');
        margin-left: 6px;
        margin-top: 6px;
    }
    .detail-apartment .box-basic .box-gallery .swiperBig img{
        object-fit: cover;
    }
    .detail-apartment .box-basic .box-background{
        margin-bottom: 12px;
    }
    .detail-apartment .box-basic .box-heading-address,
    .detail-apartment .box-basic .box-desc-basic-parameters,
    .detail-apartment .box-basic .box-conveniences,
    .detail-apartment .box-basic .box-conveniences,
    .detail-apartment .box-basic .box-booking-rules,
    .detail-apartment .box-basic .box-breakfasts {
        padding-left: 16px;
        padding-right: 16px;
    }
    .detail-apartment .box-basic .box-heading-address{
        margin-bottom: 24px;
    }
    .detail-apartment .box-basic .box-heading-address .box-title{
        font-size: 22px;
    }
    .detail-apartment .box-basic .box-heading-address .box-address{
        flex-wrap: wrap;
        row-gap: 3px;
        column-gap: 16px;
    }
    .detail-apartment .box-basic .box-desc-basic-parameters .box-desc{
        margin-bottom: 24px;
    }
    .detail-apartment .box-basic .box-desc-basic-parameters .box-basic-parameters{
        flex-wrap: wrap;
    }
    .detail-apartment .box-basic .box-desc-basic-parameters .box-basic-parameters .item-parameter{
        height: 32px;
        padding: 8px 12px;
        font-size: 12px;
        line-height: 135%;
    }
    .detail-apartment .box-basic .box-conveniences .box-items{
        flex-wrap: wrap;
        margin-bottom: 24px;
    }
    .detail-apartment .box-basic .box-conveniences .box-items .box-item{
        padding: 12px 16px;
    }
    .detail-apartment .box-basic .box-conveniences .box-items2{
        flex-direction: column;
        margin-bottom: 24px;
        gap: 24px;
    }
    .detail-apartment .box-basic .box-conveniences .box-items2 .box-item2{
        width: 100%;
    }
    .box-booking-rules .box-items{
        margin-bottom: 24px;
        font-size: 12px;
    }
    .detail-apartment .box-basic .box-background .box-warning-text{
        margin-top: 24px;
        font-size: 12px;
        padding: 16px;
    }
    .box-map .box-metro{
        flex-wrap: wrap;
        row-gap: 3px;
        column-gap: 16px;
    }
    .detail-apartment .box-book .box-one{
        width: 100%;
        padding: 20px 16px;
    }
    .detail-apartment .search-block-banner.mb-version .wrap-box{
        padding: unset;
    }
    .detail-apartment .search-block-banner.mb-version .wrap-box .box-search .box-date-apartament.all{
        margin-bottom: unset;
    }
    .detail-apartment .box-book .search-block-banner .wrap-box .box-search .box-date-apartament .box-content{
        overflow: unset;
    }
    .detail-apartment .box-book .button-to-book{
        margin-top: 20px;
    }
    .detail-apartment .box-book .box-two{
        width: 100%;
    }
}
@media (max-width: 360px) {
    .restaurant .restaurant-box-top{
        gap: 12px;
    }
    .restaurant .restaurant-box-top .restaurant-text .restaurant-name{
        font-size: 14px;
    }
    .restaurant .restaurant-image img{
        width: 55px;
        height: 55px;
    }
    .box-breakfasts .breakfasts-controls{
        padding: 16px;
    }
    .box-breakfasts .control-label{
        font-size: 10px;
    }
    .box-breakfasts .counter-btn{
        width: 26px;
        height: 26px;
    }
    .box-breakfasts input.counter-input{
        width: 56px;
        height: 26px!important;
    }
    .box-breakfasts .controls-row{
        gap: 16px;
    }
    .box-breakfasts .box-item .item-header .item-title{
        gap: 10px;
    }
    .box-breakfasts .box-item label{
        font-size: 14px;
    }
    .box-breakfasts .box-item .span-style{
        margin-right: 10px;
    }
}
@media (max-width: 320px) {
    .box-breakfasts .line{
        margin: 10px 0;
    }
    .box-breakfasts .controls-row{
        gap: 14px;
    }
    .box-breakfasts .box-item .span-style{
        margin-right: 8px;
    }
    .box-breakfasts .box-item .item-header .item-title{
        gap: 8px;
    }
    .box-breakfasts .box-item .btn-details{
        font-size: 10px;
    }
    .box-breakfasts .btn-details .arrow{
        margin-left: 6px;
        width: 9px;
        height: 9px;
    }
    .box-breakfasts .box-item label{
        font-size: 12px;
    }
    .box-breakfasts .counter{
        gap: 6px;
    }
    .box-breakfasts .counter-btn{
        width: 22px;
        height: 22px;
    }
    .box-breakfasts input.counter-input{
        width: 52px;
        height: 22px!important;
        font-size: 12px!important;
    }
    .restaurant .restaurant-box-top{
        gap: 10px;
    }
    .restaurant .restaurant-box-top .restaurant-text .restaurant-name{
        font-size: 15px;
    }
    .restaurant .restaurant-image img{
        width: 50px;
        height: 50px;
    }
    .detail-apartment .box-basic .box-conveniences .box-items .box-item{
        font-size: 12px;
    }
}

/* Анимация для прелоадера */
@keyframes swiper-preloader-spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
/* End */
/* /local/components/bratko/apartments.detail/templates/.default/style.css?176890766427821 */
