/*отступы зеро-блока*/
@media screen and (max-width: 639px) {
    .t396__artboard {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (max-width: 479px) {
    .t396__artboard {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/*ховер галереи*/
.t1236__tile,
.t909__tile,
.t827__grid-item {
    overflow: hidden;
    border-radius: 8px;
}
.t1236__bgimg,
.t909__bgimg,
.t827__image {
    display: block;
    width: 100%;
    transition: transform 0.5s ease, filter 0.5s ease !important;
    transform: scale(1) !important;
    transform-origin: center center;
    will-change: transform;
    backface-visibility: hidden;
}
.t1236__container:has(.t1236__tile:hover) .t1236__tile:not(:hover) .t1236__bgimg,
.t909__container:has(.t909__tile:hover) .t909__tile:not(:hover) .t909__bgimg,
.t827__grid:has(.t827__grid-item:hover) .t827__grid-item:not(:hover) .t827__image {
    filter: brightness(0.8) !important;
}
.t1236__container .t1236__tile:hover .t1236__bgimg,
.t909__container .t909__tile:hover .t909__bgimg,
.t827__grid .t827__grid-item:hover .t827__image {
    filter: brightness(1) !important;
    transform: scale(1.03) !important;
}


/*ховер карточек на главной*/
.service-card > [id^="molecule-"] {
    transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    will-change: background-color;
}

.service-card:hover > [id^="molecule-"] {
    background-color: var(--uc-color-color-SHZCLXntMH) !important;
}

/*ховер акций на главной*/
.t923__content {
    transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.t923__wrapper:hover .t923__content {
    background-color: var(--uc-color-color-SHZCLXntMH) !important;
}

/*корзина*/
.t706__cartwin-top {
    border-bottom: none;
    padding: 0 0 8px;
}
.t706__cartwin-products, .t706__product {
    display: none;
    width: 100%;
}
.t706__cartwin-bottom {
    display: none;
}
.t706__form-upper-text {
    padding-bottom: 0px;
    padding-top: 0px;
}
#rec2190162331 .t-name {
    font-size: var(--uc-typo-fontsize-oNvQBQj0S);
    line-height: var(--uc-typo-lineheight-oNvQBQj0S);
    font-family: var(--uc-typo-fontfamily-oNvQBQj0S);
    font-weight: var(--uc-typo-fontweight-oNvQBQj0S);
    letter-spacing: var(--uc-typo-letterspacing-oNvQBQj0S);
    color: var(--uc-color-color-kAIhZ6zAmt) !important; 
}
#rec2190162331 .t-descr_xs {
    font-size: var(--uc-typo-fontsize-ZjmnLjkGpQEM);
    line-height: var(--uc-typo-lineheight-ZjmnLjkGpQEM);
    font-family: var(--uc-typo-fontfamily-ZjmnLjkGpQEM);
    font-weight: var(--uc-typo-fontweight-ZjmnLjkGpQEM);
    letter-spacing: var(--uc-typo-letterspacing-ZjmnLjkGpQEM);
    color: var(--uc-color-color-kAIhZ6zAmt);
}
.t706__cartwin-content {
    background-color: var(--uc-color-color-lK0Us1Sh3z);
}

/*написать на почту*/
#rec2195074381 .t1036__btn_website {
    color: #ffffff;
    background-color: #7e4c42 !important;
}

/*афиша*/
@media screen and (max-width: 960px) {
    .t523__img {
        max-width: none !important;
    }
}
@media screen and (max-width: 960px) {
    .t523__time, .t523__textwrapper {
        text-align: left;
    }
}