/* патч для отображения кнопок в разделе о нас */
.uc-about-booking .t764__descr a:last-child,
.uc-about-booking .t764__descr a:nth-last-child(2) {
    display: inline-flex;
    align-items: center;
    color: #f1fae3 !important;
    border: 1px solid #f1fae3;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: main;
    font-weight: 400;
    width: fit-content;
    height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    margin-right: 20px;
   
}

.swiper-slide {
    font-family: 'main', Arial, sans-serif!important;
    font-weight: normal!important;
}

.t450 a {
}

/* патч для изображения-обманки в разделе вина */
.uc-bar-sec .t-store__card__imgwrapper_column {
    overflow: hidden!important;
    max-height: 55px!important;
}

.t1025 .t-store__card__mark-wrapper {
    left: 0px!important;
}

.t1025 .t-store__card__mark {
    width: unset;
    height: unset;
    font-weight: normal!important;
}

/* патч для попап */
.t-store__prod-popup__slider:has(.js-product-img[data-original="https://static.tildacdn.com/stor3736-6365-4533-a534-343738303137/82758547.png"]) {
    display: none;
}

/* патч для расположения цены сверху */
.t1025 .t-store__card {
    display: flex;
    flex-direction: column;
}

/* патч для корректной работы ввода даты в карточке госття */
.card-guest_image {
    z-index: 2!important;
}

.t-carousel__zoomer__item {
    background-color: black;
}


/**/
@media screen and (min-width: 401px) and (max-width: 480px) {
    .t-store__card__imgwrapper_column {
        width: 100%!important;    
    }
}

@media screen and (min-width: 401px) and (max-width: 480px) {
    .t1025 .t-store__card__imgwrapper_column {
        width: 100% !important;
    }
}
