#allrecords, body {
    background: #F6F7FA !important;
}

.uc-btn-upsell,
.uc-btn-preview-cart {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: -9999 !important; 
}

input:focus {
  outline: none;
}

.t-store .t-store__prod-popup__close-txt-wr, .t-store .t-popup__close {
    /*display: none !important;*/
}
.t-store__prod__price-portion {
    display: none !important;
}
.product-no_found {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}
@media screen and (max-width: 640px) {
    .product-no_found {
        font-size: 12.5px;
    }
}
/* T450 */
.record[off='y'] .t450 {
    display: none
}

.t450__static.t450__overlay {
    position: relative!important;
    height: 100vh;
    z-index: 1!important
}

.t450__static.t450 {
    position: absolute!important;
    height: 100vh;
    z-index: 1!important
}

.t450__body_menushowed {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden
}

.t450__list_item a,#allrecords .t450__list_item a {
    text-decoration: none;
    color: var(--uc-color-color-nbyNp,#484f5c)
}

.t450 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 300px;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
    -webkit-transition: transform ease-in-out 0.3s;
    -moz-transition: transform ease-in-out 0.3s;
    -o-transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    -moz-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -webkit-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    transform: translate(100%,0);
    background-color: #111
}

.t450.t450__overflowed {
    overflow-y: scroll
}

.t450__close {
    width: 40px;
    height: 40px;
    background-color: #111;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 999999
}

.t450__static.t450__close {
    position: absolute;
    z-index: 1
}

.t450__left {
    left: 0;
    right: auto;
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -webkit-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0)
}

.t450__menu_show.t450 {
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    z-index: 999999
}

.t450__overlay {
    display: none;
    position: fixed;
    inset: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s
}

.t450__menu_show.t450__overlay {
    display: block;
    z-index: 99999;
    opacity: 1
}

.t450__overlay_bg {
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: .6
}

.t450__container {
    box-sizing: border-box;
    padding: 48px 40px 38px;
    position: relative;
    height: auto;
    min-height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.t450__rightside {
    position: relative;
    margin-top: auto
}

.t450__logowrapper {
    margin-bottom: 25px
}

.t450__logowrapper a {
    display: block
}

.t450__logo {
    color: #fff
}

.t450__logoimg {
    display: block;
    width: 100%;
    max-width: 120px
}
/* Стили контейнера прелоадера */
  #custom-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*background-color: #e5e8ef;*/
    background-color: #F6F7FA;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.6s ease-out;
    /*position: fixed;*/
    /*top: -10vh;*/
    /*left: -10%;*/
    /*width: 120%;*/
    /*height: 120vh;*/
    /*background-color: #e5e8ef;*/
    /*z-index: 999999;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*transition: opacity 0.6s ease-out;*/
  }
  
  #custom-preloader.hidden,
  .uc-preloader.hidden {
      display: none !important;
  }

  .preloader-logo-wrap {
    position: relative;
    width: 312px;
    height: 34px;
    transition: zoom 0.2s ease-in-out;
  }

  .preloader-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* 3. Верхний слой: фоновый логотип */
  .svg-bg {
    opacity: 0.2; 
    z-index: 3;
  }

  /* 1. Нижний слой: логотип, который будет появляться */
  .svg-fill {
    opacity: 1;
    z-index: 1;
  }

  /* 2. Шторка, которая прячет .svg-fill и отъезжает вправо */
  .preloader-cover {
    position: absolute;
    /* Делаем чуть больше контейнера, чтобы избежать микро-щелей по краям на iOS */
    top: -2px;
    bottom: -2px;
    right: 0;
    width: 100%;
    /* background-color: #e5e8ef; */
    background-color: #F6F7FA;
    z-index: 2;
    transform-origin: right center; /* Точка стягивания шторки - справа */
    animation: revealCover 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    will-change: transform;
  }

  .preloader-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.45;
    color: #484F5C;
    text-align: center;
    margin-top: 24px;
    max-width: 280px;
    opacity: 0;
    transition: zoom 0.2s ease-in-out;
    animation: fadeInText 1.2s ease-out 0.2s forwards;
    will-change: transform, opacity;
  }

  /* Вместо clip-path анимируем сжатие шторки с помощью аппаратного scaleX */
  @keyframes revealCover {
    0% { transform: scaleX(1); }    /* Шторка растянута на 100%, скрывает логотип */
    100% { transform: scaleX(0); }  /* Шторка сжимается до 0 вправо, открывая логотип */
  }

  /* Анимация появления текста */
  @keyframes fadeInText {
    0% { opacity: 0; transform: translateY(5px); }
    100% { opacity: 1; transform: translateY(0); }
  }
  
  body.preloader-active {
    /*overflow: hidden !important;*/
    overflow: auto!important;
  }
  body.preloader-active .t-records__overflow-clip,
  body.preloader-active .t-records__overflow-hidden
  body.preloader-active.t-body_scroll-locked {
      overflow: auto!important;
  }
  
  .fast-transition .preloader-cover {
    animation-duration: 1s !important; 
  }

  .fast-transition .preloader-text {
    animation-duration: 0.5s !important;
    animation-delay: 0.15s !important;
  }
  
@media screen and (max-width: 639px) {
    .preloader-logo-wrap {
        width: 80vw;
        height: 25px;
    }
    .preloader-text {
        font-size: 12px;
        margin-top: 18px;
    }
    .t-records.t-records__overflow-hidden {
        overflow: auto!important;
    }
}

body.fixed {
    overflow: hidden;
}

#t-header.visible {
    position: relative;
    z-index: 1999;
}

.header-menu-cat-wrapper,
.header-menu-cat-wrapper .tn-molecule {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
    z-index: -9999 !important; 
}

.header-menu-cat-wrapper * {
    pointer-events: none !important;
    visibility: hidden !important;
    z-index: -9999 !important; 
}

.header-menu-bg {
    background-color: rgb(165 170 184 / 70%) !important;
    inset: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: 1555;
}

.header-menu-bg.opened {
    opacity: 1;
}

.header-menu-cat-wrapper {
    transition: opacity .15s ease-in-out;
}

.header-menu-cat-wrapper.visible,
.header-menu-cat-wrapper.visible .tn-molecule {
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    z-index: 15 !important;
}

.header-menu-cat-wrapper.visible * {
    pointer-events: auto !important;
    visibility: visible !important;
    z-index: 15 !important;
}

.header-menu-cat {}

.header-menu-cat .header-menu-cat-link .tn-molecule {
    position: relative;
    overflow: hidden !important;
}

.header-menu-cat .header-menu-cat-link .tn-molecule:after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(0.393turn, rgba(0, 123, 255, 1) 38%, rgba(88, 168, 255, 1) 100%);
    z-index: 2;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    pointer-events: none;
}

.header-menu-cat:hover .header-menu-cat-link .tn-molecule:after {
    opacity: 1;
}

.header-menu-cat .header-menu-cat-link .tn-molecule svg {
    transition: transform 300ms ease-in-out;
}

.header-menu-cat:hover .header-menu-cat-link .tn-molecule svg {
    transform: rotate(90deg);
    transition: transform 300ms ease-in-out;
    z-index: 3;
}

.header-menu-cat:hover .header-menu-cat-link .tn-molecule svg path {
    stroke: #fff;
}

.header-menu-cat-link {
    
}

.btn-arrow-bg .tn-molecule {
    background: rgba(255, 255, 255, 0.32) !important;
}

[data-btn-color] {
    cursor: pointer;
}

[data-btn-color] .tn-molecule {
    transition: border-color 300ms ease-in-out !important;
}

[data-btn-color]:not(.active) .tn-molecule {
    border-color: rgb(255 255 255 / 0%) !important;
}

.hero-slider-card:not(.visible) {
    opacity: 0;
}

.hero-slider-card:has(>.tn-atom:not([href="#popup:product-360"])) {
  transition: opacity 600ms ease-in-out !important;
}

.hero-slider-card:has(>.tn-atom:[href="#popup:product-360"]),
.hero-slider-card a.tn-atom[href="#popup:product-360"] {
  transition: opacity 0ms ease-in-out !important;
}

.hero-slider-card.hidden:has(>.tn-atom:not([href="#popup:product-360"])) {
  opacity: 0 !important;
  pointer-events: none;
}

.hero-slider-card.hidden:has(>.tn-atom[href="#popup:product-360"]) {
  pointer-events: none !important;
}

.hero-slider-card.visible {
  opacity: 1 !important;
  pointer-events: auto !important;
}

#popup360 {
    border: none;
    outline: none;
    min-height: 80vh;
    max-height: 80vh;
}

.steam-img,
.header-menu-cat-img {
    mix-blend-mode: darken;
}

.steam-buy {
    cursor: pointer;
}

.steam-favorites-image-off .tn-atom,
.steam-favorites-image-on .tn-atom,
.product-favorites-image-off .tn-atom,
.product-favorites-image-on .tn-atom {
    transition: opacity 300ms ease-in-out;
}

.steam-favorites-image-off.hidden .tn-atom,
.steam-favorites-image-on.hidden .tn-atom,
.product-favorites-image-off.hidden .tn-atom,
.product-favorites-image-on.hidden .tn-atom {
    opacity: 0 !important;
}

.steam-favorites-image-off.visible .tn-atom,
.steam-favorites-image-on.visible .tn-atom,
.product-favorites-image-off.visible .tn-atom,
.product-favorites-image-on.visible .tn-atom{
    opacity: 1 !important;
}

.steam-badge .preorder,
.product-badge .preorder {
    background: radial-gradient(478.56% 49.01% at 66.34% 88.71%, #f0746e 0%, #e16963 100%) !important;
}

.product-badge .preorder .tn-atom {
    color: #fff !important;
}

.product-priceold .tn-atom {
    text-decoration: line-through !important;
}

/* Каталог товаров на главной */
.catalog-slider-next:not(.swiper-button-disabled),
.catalog-slider-prev:not(.swiper-button-disabled),
.catalog-slider-nav {
    z-index: 99 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

.catalog-slider-next:has(> .t-bgimg),
.catalog-slider-prev:has(> .t-bgimg),
.catalog-slider-nav {
    pointer-events: none !important;
}

.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none !important;
}

.swiper-wrapper {
    /*transition: transform 300ms !important;*/
    transition-property: transform !important; 
    box-sizing: content-box !important;
    gap: unset !important;
}

.swiper-scrollbar-horizontal {
    background: #dde1e9;
}

.swiper-scrollbar-horizontal .tn-molecule {
    display: none !important;
}

.swiper-scrollbar-drag {
    background: linear-gradient(326deg, #58a8ff 0%, #007bff 100%) !important;
}

.slide.hidden {
    display: none !important;
}

.swiper-button-lock + [class*='catalog-slider-'] {
    display: none;
}

#t-header .t396__artboard {
    filter: drop-shadow(0px 2px 20px rgb(135 135 135 / 0%));
    transition: filter 300ms ease-in-out;
}

#t-header .t396__artboard.fixed {
    filter: drop-shadow(0px 2px 20px rgb(135 135 135 / 30%));
}

.t706__carticon,
.t1002__wishlisticon {
    display: none !important;
}

/* Поиск товара */
.t-search-widget__header {
    padding: 0 !important;
    background: none !important;
    width: 100% !important;
    height: 50px !important;
    box-shadow: none !important;
    overflow: hidden !important;
    border-radius: 60px !important;
    position: relative !important;
    transition: none !important;
}

.t-search-widget__overlay_opened .t-search-widget__header {
    background: #ffffff !important;
}

.t985__inputcontainer {
    height: 100%;
    width: 100%;
}

.t-search-widget__inputcontainer {
    padding: 0 !important;
    margin: 0 !important;
}

.t985__close-icon {
    display: none !important;
}

.t-search-widget__blockinput {
    border: 0 !important;
    height: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.t-search-widget__overlay_opened {
    position: relative !important;
}

.t-search-widget__overlay_opened .t-search-widget__header {
    position: relative !important;
}

.t-search-widget__overlay {
    width: 270px !important;
    height: auto !important;
    background: none !important;
    position: relative !important;
}

.t-search-widget__popup {
    background: #ffffff !important;
    padding: 0 !important;
    margin-top: 20px;
    border-radius: 20px;
}

.t-search-widget__popup-container {
    padding: 0 24px !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.t-search-widget__clear-icon {
    right: 13px !important;
    position: absolute !important;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 1) 0%, rgba(227, 231, 241, 1) 100%) !important;
}

.t-search-widget__search-icon {
    display: none !important;
}

.t-search-widget__blockinput {
    display: flex;
    align-items: center;
    position: relative;
}

.t-search-widget__blockinput::before {
    content: '';
    position: absolute;
    left: 16px;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAxOCAxOCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZyBvcGFjaXR5PScwLjQnPjxwYXRoIGQ9J00xMy41MjMzIDEyLjQ2MjZMMTYuNzM1MyAxNS42NzQ2TDE1LjY3NDYgMTYuNzM1M0wxMi40NjI2IDEzLjUyMzNDMTEuMzA3NyAxNC40NDczIDkuODQzIDE1IDguMjUgMTVDNC41MjQgMTUgMS41IDExLjk3NiAxLjUgOC4yNUMxLjUgNC41MjQgNC41MjQgMS41IDguMjUgMS41QzExLjk3NiAxLjUgMTUgNC41MjQgMTUgOC4yNUMxNSA5Ljg0MyAxNC40NDczIDExLjMwNzcgMTMuNTIzMyAxMi40NjI2Wk0xMi4wMTg1IDExLjkwNjFDMTIuOTM1NiAxMC45NjA5IDEzLjUgOS42NzE3IDEzLjUgOC4yNUMxMy41IDUuMzQ5MzcgMTEuMTUwNiAzIDguMjUgM0M1LjM0OTM3IDMgMyA1LjM0OTM3IDMgOC4yNUMzIDExLjE1MDYgNS4zNDkzNyAxMy41IDguMjUgMTMuNUM5LjY3MTcgMTMuNSAxMC45NjA5IDEyLjkzNTYgMTEuOTA2MSAxMi4wMTg1TDEyLjAxODUgMTEuOTA2MVonIGZpbGw9JyM0ODRGNUMnLz48L2c+PC9zdmc+Cg==") center no-repeat;
    background-size: cover;
}

.t-search-widget__overlay .t-search-widget__input {
    padding: 0 45px !important;
    font-size: 15px !important;
}

.t-search-widget__productwrapper {
    width: 100%;
    max-height: 50vh;
    overflow-x: scroll;
}

.t-search-widget__result_product {
    flex-basis: 100% !important;
    width: 100%;
}

.t-search-widget__result a {
    width: 100%;
}

/* FAQ */
.t668>.t-container {
    gap: 16px 14px;
    max-width: 1112px !important;
}
@media screen and (max-width: 1200px) {
    .t668>.t-container {
        gap: 12px;
    }  
}
.t668>.t-container::before,
.t668>.t-container::after {
    display: none !important;
}
@media screen and (min-width: 1200px) {
    .t668__col {
        flex: 0 1 calc(50% - 7px) !important;
        margin: 0 !important;
    }
}

.t668__icon {
    box-sizing: border-box !important;
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    right: 14px !important;
}

.t668__icon svg {
    display: none !important;
}

.t668__icon .t668__lines {
    position: relative;
    left: 0.25px;
}

.t668__icon .t668__lines::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTEnIGhlaWdodD0nMTQnIHZpZXdCb3g9JzAgMCAxMSAxNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNS44NTQ3OSAwLjcwMDE5NUM1Ljg1NDc5IDAuMzEzNTk2IDUuNTQxMzggMC4wMDAxOTUzNDEgNS4xNTQ3OSAwLjAwMDE5NTMyNEM0Ljc2ODE5IDAuMDAwMTk1MzA4IDQuNDU0NzkgMC4zMTM1OTYgNC40NTQ3OSAwLjcwMDE5NUw1LjE1NDc5IDAuNzAwMTk1TDUuODU0NzkgMC43MDAxOTVaTTQuNjU5ODEgMTMuMTk1MkM0LjkzMzE4IDEzLjQ2ODUgNS4zNzYzOSAxMy40Njg1IDUuNjQ5NzYgMTMuMTk1MkwxMC4xMDQ1IDguNzQwNEMxMC4zNzc5IDguNDY3MDMgMTAuMzc3OSA4LjAyMzgxIDEwLjEwNDUgNy43NTA0NUM5LjgzMTE3IDcuNDc3MDggOS4zODc5NSA3LjQ3NzA4IDkuMTE0NTggNy43NTA0NUw1LjE1NDc4IDExLjcxMDJMMS4xOTQ5OSA3Ljc1MDQ1QzAuOTIxNjIgNy40NzcwOCAwLjQ3ODQwNSA3LjQ3NzA4IDAuMjA1MDM3IDcuNzUwNDVDLTAuMDY4MzI5NyA4LjAyMzgxIC0wLjA2ODMyOTcgOC40NjcwMyAwLjIwNTAzNyA4Ljc0MDRMNC42NTk4MSAxMy4xOTUyWk01LjE1NDc5IDAuNzAwMTk1TDQuNDU0NzkgMC43MDAxOTVMNC40NTQ3OCAxMi43MDAyTDUuMTU0NzggMTIuNzAwMkw1Ljg1NDc4IDEyLjcwMDJMNS44NTQ3OSAwLjcwMDE5NUw1LjE1NDc5IDAuNzAwMTk1WicgZmlsbD0nIzhDOTVBQScvPjwvc3ZnPgo=") center no-repeat;
    background-size: 11px;
}

.t668__icon .t668__circle {
    background: radial-gradient(50% 50% at 50% 50%, rgb(255, 255, 255) 0%, rgb(238, 241, 249) 100%) !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
}

.t668__icon-hover {
    transition: opacity 300ms ease-in-out !important;
}

.t668__icon-hover .t668__circle {
    background: radial-gradient(50% 50% at 50% 50%, rgb(255, 255, 255) 0%, rgb(223, 229, 247) 90%) !important;
}

.t668__opened .t668__lines {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
}

@media screen and (max-width: 640px) {
    .t668>.t-container {
        gap: 4px;
    }
    .t668__trigger-button {
        padding: 14px !important;
    }
    .t668__content {
        padding: 0px 14px !important;
    }
    .t668__icon {
        width: 26px !important;
        height: 26px !important;
        right: 10px !important;
    }
    .t668__icon .t668__lines::before {
        background-size: 8px !important;
    }
}

/* Стили для контейнера кнопки */
    .faq-more-btn-container {
        display: flex;
        justify-content: center;
        margin-top: 12px;
        width: 100%;
    }

    .faq-more-btn {
        background-color: #eceff9; 
        color: #484F5C;
        border: none;
        padding: 15px 30px;
        font-family: 'Inter', sans-serif;
        font-size: 13.25px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 24px;
        width: 100%;
        margin: 0 20px;
    }

    @media screen and (min-width: 1200px) {
        .faq-more-btn-container {
            display: none !important;
        }
    }

/* Footer */
.help-border .tn-atom {
    border-width: 1px 0 0 0 !important;
}

*:has( > [class*='ldalabel__link']) {
    background-color: #f6f7fa !important;
    /*border-top: 1px solid #e1e4ee !important;*/
    /*border-radius: 20px !important;*/
}

/*.t706__sidebar-products-custom {*/
/*    display: flex !important;*/
/*    flex-direction: column !important;*/
/*    gap: 28px !important;*/
/*    border: none !important;*/
/*    padding-bottom: 0 !important;*/
/*}*/
.t706__sidebar-content_showed:has(.t706__cartpage-products_empty) .t706__sidebar-products,
.t1002__wishlistwin-products-empty {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
    border: none !important;
    padding-bottom: 0 !important;
}

.t1002__wishlistwin-products-empty .t-name {
    line-height: 1.55;
}

/*.t706__sidebar-content_showed:has(.t706__cartpage-products_empty) {*/
/*    min-height: auto !important;*/
/*    height: auto !important;*/
/*    top: initial !important;*/
/*    bottom: 20px !important;*/
/*}*/

.t1002__wishlistwin-products-empty .wishlist-continue,
.t706__sidebar-products .cart-continue,
.t706__cartpage-products .cart-continue,
.t706__sidebar-continue,
.t706__cartpage-open-form-wrap button.t-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    border-radius: 90px !important;
    padding: 5px 32px !important;
    width: 100% !important;
    height: 60px !important;
    box-sizing: border-box !important;
    background: linear-gradient(0.393turn,rgba(0,123,255,1) 38%,rgba(88,168,255,1) 100%) !important;
    font-family: 'Inter',Arial,sans-serif !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 120% !important;
    position: relative !important;
    overflow: hidden !important;
}

.t706__sidebar-products .cart-continue span,
.t706__sidebar-continue span,
.t706__cartpage-open-form-wrap button.t-btn span {
    position: relative !important;
    z-index: 5 !important;
}

.t706__sidebar-products .cart-continue::after,
.t706__sidebar-continue::after,
.t706__cartpage-open-form-wrap button.t-btn::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDIwIDIwJyBmaWxsPSdub25lJz48cGF0aCBkPSdNMy4zMzcwOCAxMy4zMzM0VjMuMzMzNDFIMS42NzA0MVYxLjY2Njc1SDQuMTcwNDFDNC42MzA2NSAxLjY2Njc1IDUuMDAzNzQgMi4wMzk4NSA1LjAwMzc0IDIuNTAwMDhWMTIuNTAwMUgxNS4zNjkxTDE3LjAzNTggNS44MzM0MUg2LjY3MDQxVjQuMTY2NzVIMTguMTAzMUMxOC41NjMzIDQuMTY2NzUgMTguOTM2NCA0LjUzOTg1IDE4LjkzNjQgNS4wMDAwOEMxOC45MzY0IDUuMDY4MjEgMTguOTI4MSA1LjEzNjEgMTguOTExNSA1LjIwMjJMMTYuODI4MiAxMy41MzU1QzE2LjczNTUgMTMuOTA2NSAxNi40MDIyIDE0LjE2NjcgMTYuMDE5OCAxNC4xNjY3SDQuMTcwNDFDMy43MTAxOCAxNC4xNjY3IDMuMzM3MDggMTMuNzkzNyAzLjMzNzA4IDEzLjMzMzRaTTUuMDAzNzQgMTkuMTY2N0M0LjA4MzI3IDE5LjE2NjcgMy4zMzcwOCAxOC40MjA2IDMuMzM3MDggMTcuNTAwMUMzLjMzNzA4IDE2LjU3OTYgNC4wODMyNyAxNS44MzM0IDUuMDAzNzQgMTUuODMzNEM1LjkyNDIyIDE1LjgzMzQgNi42NzA0MSAxNi41Nzk2IDYuNjcwNDEgMTcuNTAwMUM2LjY3MDQxIDE4LjQyMDYgNS45MjQyMiAxOS4xNjY3IDUuMDAzNzQgMTkuMTY2N1pNMTUuMDAzOCAxOS4xNjY3QzE0LjA4MzMgMTkuMTY2NyAxMy4zMzcxIDE4LjQyMDYgMTMuMzM3MSAxNy41MDAxQzEzLjMzNzEgMTYuNTc5NiAxNC4wODMzIDE1LjgzMzQgMTUuMDAzOCAxNS44MzM0QzE1LjkyNDMgMTUuODMzNCAxNi42NzA0IDE2LjU3OTYgMTYuNjcwNCAxNy41MDAxQzE2LjY3MDQgMTguNDIwNiAxNS45MjQzIDE5LjE2NjcgMTUuMDAzOCAxOS4xNjY3WicgZmlsbD0nd2hpdGUnLz48L3N2Zz4=") center no-repeat;
    background-size: cover;
    z-index: 6;
}

.t706__sidebar-products .cart-continue::before,
.t706__sidebar-continue::before,
.t706__cartpage-open-form-wrap button.t-btn::before{
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(0.393turn,rgba(88,168,255,1) 38%,rgba(0,123,255,1) 100%) !important;
    z-index: 3;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}
.t706__sidebar-products .cart-continue:hover::before,
.t706__sidebar-continue:hover::before,
.t706__cartpage-open-form-wrap button.t-btn:hover::before {
    opacity: 1;
}
.t706__submit_disable {
    display: none !important;
}

/* Footer */
#t-footer {}
.uc-footer a {
    transition: color 0.225s ease-in-out;
}

.uc-footer a:hover {
    color: #007BFF !important;
}

.reviews-slide > .tn-molecule {
    background-image: url('https://static.tildacdn.pub/tild3836-6165-4964-b463-653830633462/reviews-quote.svg');
    background-size: 32px;
    background-position: 95% 10%;
    background-repeat: no-repeat;
}

/* Виджет корзины на моб. устройствах */
/*.t706__cartpage {*/
/*    max-height: 80vh !important;*/
/*    min-height: auto !important;*/
/*    top: initial !important;*/
/*    bottom: 0 !important;*/
/*    border-radius: 24px 24px 0 0  !important;*/
/*    box-shadow: none !important;*/
/*    transform: translateY(50vh)  !important;*/
/*    transition: transform 450ms linear, opacity 200ms linear !important;*/
/*    opacity: 1 !important;*/
/*}*/

/*.t706__cartpage_showed {*/
/*    transform: translateY(0) !important;*/
/*}*/

.t706__cartpage-content {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 639px) {
    .t1002__wishlistwin-heading {
        text-align: center;
    }
    .t706__cartpage-heading {
        font-size: 18px !important;
        padding: 0 !important;
    }

    .t1002 .t1002__wishlistwin-products .t1002__product {
        margin-top: 15px !important;
    }
    .t1002__product {
            display: flex !important;
    }
    .t1002__product-del {
        top: 0 !important;
        right: 0 !important;
        position: relative !important;
    }
    .t1002__product-title {
        padding-bottom: 0 !important;
    }
    .t706__cartpage-products_empty {
        padding: 10px 0 24px !important;
    }
}

.t706__bubble,
.t1002__bubble{
    /*background-color: #ffffff !important;*/
    /*background-image: radial-gradient(circle at center, rgb(255 255 255) 0%, rgb(239 241 247) 100%) !important;*/
    /*border: 1px solid rgb(255 255 255 / 96%);*/
        background-image: linear-gradient(0.393turn, rgba(0, 123, 255, 1) 38%, rgba(88, 168, 255, 1) 100%) !important;
}
.t706__bubble-close,
.t706__bubble-text,
.t1002__bubble-close,
.t1002__bubble-text{
    /*color: var(--uc-color-color-nbyNp,#484f5c) !important;*/
    color: #fff;
}

/* Слайдер на страницах товара */
.product-wrapper .product-slider-general-slide .tn-atom {
    transition: transform 0.275s cubic-bezier(0.2, 0.9, 0.4, 1) !important;
    will-change: transform !important;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.product-wrapper .product-slider-general-slide .tn-atom,
.product-wrapper .product-slider-thumbnails-slide .tn-atom {
    display: block;
    width: 100%;
    height: 100%;
}

.product-wrapper .product-slider-thumbnails-slide {
    cursor: pointer;
    transition: opacity 300ms ease-in-out;
}

.product-wrapper .product-slider-thumbnails-slide.swiper-slide-thumb-active {
    pointer-events: none;
}

.product-wrapper .product-slider-thumbnails-slide:not(.swiper-slide-thumb-active) {
    opacity: 0.5;
}

.product-wrapper .product-slider-thumbnails-slide .tn-atom {
    background-size: contain !important;
}

.t-zoomer__bg, .t-zoomer__container {
    background: rgb(241 243 250) !important;
}

.product-slider-container .tn-molecule {
    position: relative;
}

.product-slider-container .product-360 {
    position: absolute !important;
    bottom: 20px !important;
    z-index: 6 !important;
}

/* Количество товара */
.product-quantity {
    font-family: 'Inter', sans-serif;
    border: 1px solid #dde2f2;
    border-radius: 900px;
    padding: 9px 7px;
}

@media screen and (max-width: 640px) {
    .product-quantity {
        padding: 6px;
        order: 1;
    }
    .product-favorites {
        order: 2;
    }
    .product-delete {
        order: 3;
    }
    .product-order {
        order: 4;
    }
    
}

.product-quantity .t-store__prod__quantity-input {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 135% !important;
    color: #484f5c !important;
}

.product-quantity .t-store__prod__quantity__minus-wrapper,
.product-quantity .t-store__prod__quantity__plus-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer;
    border-radius: 30px;
    background-image: radial-gradient(50% 50% at 50% 50%, rgb(255, 255, 255) 0%, rgb(238, 241, 249) 100%);
}

@media screen and (max-width: 639px) {
    .product-quantity .t-store__prod__quantity__minus-wrapper,
    .product-quantity .t-store__prod__quantity__plus-wrapper {
        width: 28px;
        height: 28px;
    }
    .product-quantity .t-store__prod__quantity-input {
        width: 28px !important;
    }
}

.product-quantity .t-store__prod__quantity__minus,
.product-quantity .t-store__prod__quantity__plus {
    display: block;
    width: 8px;
    height: 8px;
    background-size: cover !important;
}

.product-quantity .t-store__prod__quantity__minus {
    height: 2px !important;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nOCcgaGVpZ2h0PScyJyB2aWV3Qm94PScwIDAgOCAyJyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J004IDBWMS42SDBWMEg4WicgZmlsbD0nIzQ4NEY1QycgLz48L3N2Zz4=") center no-repeat;
}
.product-quantity .t-store__prod__quantity__plus {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nOCcgaGVpZ2h0PSc4JyB2aWV3Qm94PScwIDAgOCA4JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J004IDMuMlY0LjhIMFYzLjJIOFonIGZpbGw9JyM0ODRGNUMnIC8+PHBhdGggZD0nTTMuMiA2Ljk5MzgzZS0wOEw0LjggMFY4SDMuMkwzLjIgNi45OTM4M2UtMDhaJyBmaWxsPScjNDg0RjVDJyAvPjwvc3ZnPg==") center no-repeat;
}

.product-delete {
    cursor: pointer;
}

/* Видео в попап */
.t331 .t-popup__container {
    background-color: transparent !important;
}
.t331__wrap-video {
    border-radius: 24px !important;
    overflow: hidden !important;
}

/* Слайдеры (другое) */
.uc-covers-slider .swiper-wrapper {
    transition-property: transform !important; 
    box-sizing: content-box !important;
}

.steam-buy.steam-buy-cart .tn-atom[role="img"] {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMCAyMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMy4zMzcwOCAxMy4zMzM0VjMuMzMzNDFIMS42NzA0MVYxLjY2Njc1SDQuMTcwNDFDNC42MzA2NSAxLjY2Njc1IDUuMDAzNzQgMi4wMzk4NSA1LjAwMzc0IDIuNTAwMDhWNS44MzM0MVYxMi41MDAxSDE1LjM2OTFMMTcuMDM1OCA1LjgzMzQxSDUuMDAzNzRINC42NzA0MVY0LjE2Njc1SDE4LjEwMzFDMTguNTYzMyA0LjE2Njc1IDE4LjkzNjQgNC41Mzk4NSAxOC45MzY0IDUuMDAwMDhDMTguOTM2NCA1LjA2ODIxIDE4LjkyODEgNS4xMzYxIDE4LjkxMTUgNS4yMDIyTDE2LjgyODIgMTMuNTM1NUMxNi43MzU1IDEzLjkwNjUgMTYuNDAyMiAxNC4xNjY3IDE2LjAxOTggMTQuMTY2N0g0LjE3MDQxQzMuNzEwMTggMTQuMTY2NyAzLjMzNzA4IDEzLjc5MzcgMy4zMzcwOCAxMy4zMzM0Wk01LjAwMzc0IDE5LjE2NjdDNC4wODMyNyAxOS4xNjY3IDMuMzM3MDggMTguNDIwNiAzLjMzNzA4IDE3LjUwMDFDMy4zMzcwOCAxNi41Nzk2IDQuMDgzMjcgMTUuODMzNCA1LjAwMzc0IDE1LjgzMzRDNS45MjQyMiAxNS44MzM0IDYuNjcwNDEgMTYuNTc5NiA2LjY3MDQxIDE3LjUwMDFDNi42NzA0MSAxOC40MjA2IDUuOTI0MjIgMTkuMTY2NyA1LjAwMzc0IDE5LjE2NjdaTTE1LjAwMzggMTkuMTY2N0MxNC4wODMzIDE5LjE2NjcgMTMuMzM3MSAxOC40MjA2IDEzLjMzNzEgMTcuNTAwMUMxMy4zMzcxIDE2LjU3OTYgMTQuMDgzMyAxNS44MzM0IDE1LjAwMzggMTUuODMzNEMxNS45MjQzIDE1LjgzMzQgMTYuNjcwNCAxNi41Nzk2IDE2LjY3MDQgMTcuNTAwMUMxNi42NzA0IDE4LjQyMDYgMTUuOTI0MyAxOS4xNjY3IDE1LjAwMzggMTkuMTY2N1onIGZpbGw9J3doaXRlJyAvPjxwYXRoIGQ9J001LjAwMzc0IDUuODMzNDFWMTIuNTAwMUgxNS4zNjkxTDE3LjAzNTggNS44MzM0MUg1LjAwMzc0WicgZmlsbD0nd2hpdGUnIC8+PC9zdmc+") !important;
}

/* Информация о предзаказе */
.product-preorder-info,
.product-badge-receipt {
    display: none !important;
    visibility: hidden !important;
}
.product-preorder-info.visible,
.product-badge-receipt.visible {
    display: block !important;
    visibility: visible !important;
}

/* Виджет "Корзина" и "Избранное" */
.t1002__product-description,
.t706__product-description {
  font-weight: 500;
    font-size: 15px;
    line-height: 135%;
    color: #484f5c !important;
}

@media screen and (max-width: 639px) {
    .t706__product-description {
        font-size: 12px;
    }
    .t706__product {
        display: grid !important;
        grid-template-columns: auto 1fr auto auto;
        row-gap: 6px !important;
    }
    .t706__product-amount {
        grid-column: 2;
    }
    .t706__cartpage-info-wrapper {
        position: initial !important;
        margin-top: 16px;
    }
    .t706__cartpage-totals {
        border: none !important;
        padding: 0 !important;
        margin-top: 20px;
        margin-bottom: 26px;
    }
    .t706__cartpage-open-form-wrap {
        display: block;
        position: sticky;
        bottom: 0;
        background: #fff;
        z-index: 100;
        margin: 0 !important;
        padding: 12px 20px 30px 20px !important;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
}

.t1002__product-preorder,
.t706__product-preorder {
  display: flex;
  font-size: 13px;
  line-height: 135%;
  color: #fff;
  background: radial-gradient(478.56% 49.01% at 66.34% 88.71%, #f0746e 0%, #e16963 100%);
  padding: 2px 8px;
  border-radius: 20px;
  font-weight: 500;
    transform: rotate(-3deg);
    margin-bottom: -6px;
}

.t1002__product-title,
.t706__product-title {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
    padding: 0 !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
    color: #768a9e;
}

.t706__product-plusminus {
    display: flex !important;
    align-items: center;
    gap: 6px;
    padding: 7px !important;
    width: auto !important;
    background: #fff;
    border-radius: 40px;
    margin-left: auto;
}

.t706__product-minus,
.t706__product-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer;
    border-radius: 30px;
    background-image: radial-gradient(50% 50% at 50% 50%, rgb(255, 255, 255) 0%, rgb(238, 241, 249) 100%);
    position: relative;
    opacity: 1 !important;
}

.t706__product-minus::before,
.t706__product-plus::before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-size: cover !important;
}

.t706__product-minus::before {
    height: 3px !important;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nOCcgaGVpZ2h0PScyJyB2aWV3Qm94PScwIDAgOCAyJyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J004IDBWMS42SDBWMEg4WicgZmlsbD0nIzQ4NEY1QycgLz48L3N2Zz4=) center no-repeat;
}

.t706__product-plus::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nOCcgaGVpZ2h0PSc4JyB2aWV3Qm94PScwIDAgOCA4JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J004IDMuMlY0LjhIMFYzLjJIOFonIGZpbGw9JyM0ODRGNUMnIC8+PHBhdGggZD0nTTMuMiA2Ljk5MzgzZS0wOEw0LjggMFY4SDMuMkwzLjIgNi45OTM4M2UtMDhaJyBmaWxsPScjNDg0RjVDJyAvPjwvc3ZnPg==) center no-repeat;
}

.cart-list .t706__product-plusminus {
    justify-content: center;
    gap: 4px;
    padding: 4px !important;
}

.cart-list .t706__product-minus,
.cart-list .t706__product-plus {
    width: 24px;
    height: 24px;
}

.cart-list .t706__product-minus::before,
.cart-list .t706__product-plus::before {
    width: 7px;
    height: 7px;
}

.cart-list .t706__product-minus::before {
    height: 2px !important;
}

.t706__product-minus img,
.t706__product-plus img {
    display: none;
}

.t706__product-quantity {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 135% !important;
    color: #484f5c !important;
    border: none !important;
    width: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.t706__product-quantity input {
    width: 20px !important;
    border: none !important;
    outline: none !important;
    background: none !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-align: center !important;
    padding: 0 !important;
}

.t706__product-thumb,
.t1002__product-thumb {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 60px !important;
    height: 60px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto;
}

.t706 .t706__sidebar,
.t1002 .t1002__wishlistwin {
    background-color: rgb(165 170 184 / 70%) !important;
}
.t1002 .t1002__close,
.t706__sidebar-close {
    width: 32px !important;
    height: 32px !important;
    top: 28px !important;
    right: 24px !important;
}

.t1002 .t1002__close button,
.t706__sidebar-close button {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
    padding: 8px !important;
    position: relative !important;
}

.t1002 .t1002__close button::after,
.t706__sidebar-close button::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTYnIGhlaWdodD0nMTYnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTQuNzI3OCAxMy4zMTM3TDEzLjMxMzYgMTQuNzI3OUwxLjk5OTg1IDMuNDE0MjFMMy40MTQwNiAyTDE0LjcyNzggMTMuMzEzN1onIGZpbGw9JyNCQ0M0RDEnLz48cGF0aCBkPSdNMTMuMzEzNyAyLjAwMDAxTDE0LjcyNzkgMy40MTQyM0wzLjQxNDIxIDE0LjcyNzlMMiAxMy4zMTM3TDEzLjMxMzcgMi4wMDAwMVonIGZpbGw9JyNCQ0M0RDEnLz48L3N2Zz4K") center no-repeat;
    background-size: 18px;
}

.t1002 .t1002__close svg,
.t706__sidebar-close svg {
    display: none;
}

.t1002 .t1002__product-imgdiv,
.t706__product-imgdiv,
.cart-list-item-img .tn-atom {
    background-size: auto 90% !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 13px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.t1002 .t1002__product-imgdiv::after,
.t706__product-imgdiv::after,
.cart-list-item-img .tn-atom::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(50% 50% at 50% 50%, #f9fbff 0%, #eceff9 100%);
    mix-blend-mode: darken;
    z-index: -1;
}

.t706 .t706__sidebar-content,
.t1002 .t1002__wishlistwin-content {
    max-width: 490px !important;
    min-height: calc(100vh - 40px) !important;
    max-height: calc(100vh - 40px) !important;
    top: 20px !important;
    right: 20px !important;
    border-radius: 20px !important;
    box-shadow: none !important;
    padding: 32px !important;
}
.t1002 .t1002__wishlistwin-content {
    min-height: auto !important;
}
.t706 .t706__sidebar-content {
    max-width: 590px !important;
}

.t1002 .t1002__wishlistwin-products .t1002__product,
.t706__product {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #F7F8FB;
    border-radius: 14px;
    margin: 0 !important;
    margin-bottom: 6px !important;
    padding: 12px;
    height: auto !important;
    box-sizing: border-box;
}

.t1002 .t1002__wishlistwin-top {
    border: none;
    padding: 0;
}

.t1002 .t1002__wishlistwin-heading,
.t706__sidebar-heading,
.t706__cartpage-heading {
    color: transparent;
    background-image: linear-gradient(0.858turn, rgba(38, 42, 53, 1) 0%, rgba(89, 97, 112, 1) 50%, rgba(38, 42, 53, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
}

/*.t1002 .t1002__product-link {*/
/*    font-weight: 500 !important;*/
/*    font-size: 15px !important;*/
/*    line-height: 135% !important;*/
/*    color: #768a9e !important;*/
/*}*/

/*.t1002 .t1002__product-amount,*/
/*.t1002__product-amount--portion {*/
/*    font-weight: 600 !important;*/
/*    font-size: 15px !important;*/
/*    line-height: 135% !important;*/
/*    color: #484f5c !important;*/
    
/*}*/

.t1002 .t1002__product-amount,
.t1002__product-amount--portion,
.t706__product-amount,
.t706__product-amount--portion,
.t1002__product-amount-currency,
.t1002__product-amount-price {
    display: flex !important;
    align-items: center;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 135%;
    color: #484f5c !important;
    padding: 0 !important;
    width: auto !important;
}

.t706__product-del-wrapper,
.t1002__product-del-wrapper {
    display: flex !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    /*border: 1px solid #ccd1e3;*/
    /*border-radius: 20px;*/
    flex: 0 0 auto;
}

.t706__product-del,
.t1002__product-del {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 20px !important;
    height: 20px !important;
    opacity: 0.5 !important;
    position: relative;
    transition: opacity 200ms ease-in-out;
    border: 1px solid #ccd1e3;
    border-radius: 20px;
    flex: 0 0 auto;
    padding: 0 !important;
    background: #fff;
}
.t706__product-del:hover,
.t1002__product-del:hover {
    opacity: 1 !important;
}

.t706__product-del::before ,
.t1002__product-del::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNycgaGVpZ2h0PSc3JyB2aWV3Qm94PScwIDAgNyA3JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J002Ljc4ODIzIDUuNjU2ODVMNS42NTY4NSA2Ljc4ODIzTDAgMS4xMzEzN0wxLjEzMTM3IDBMNi43ODgyMyA1LjY1Njg1WicgZmlsbD0nI0I3QkZDQycgLz48cGF0aCBkPSdNNS42NTcgMC4wMDAxMjk2NjJMNi43ODgzNyAxLjEzMTVMMS4xMzE1MiA2Ljc4ODM1TDAuMDAwMTQ2NTcgNS42NTY5OEw1LjY1NyAwLjAwMDEyOTY2MlonIGZpbGw9JyNCN0JGQ0MnIC8+PC9zdmc+") center no-repeat;
    background-size: cover;
}

.t706__product-del img,
.t1002__product-del img {
    display: none !important;
} 

.t706__sidebar-top {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.t706__sidebar-products {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 24px;
}

.t706__sidebar-content .t706__cartwin-totalamount-wrap {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 32px !important;
}

/* Виджет "Избранное" на мобильных устройствах */
@media screen and (max-width: 639px) {
    /* Скрываем штатный крестик */
    .t1002 .t1002__close {
        display: none !important;
    }

    /* Наш кастомный независимый фон */
    .t-custom-wishlist-overlay {
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0,0,0,0.6);
        z-index: 99998;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.24s ease-in-out, visibility 0.24s ease-in-out;
    }

    .t-custom-wishlist-overlay.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    /* Делаем стандартную обертку Тильды невидимой */
    .t1002 .t1002__wishlistwin {
        background-color: transparent !important;
        pointer-events: none !important;
    }
    
    .t1002 .t1002__wishlistwin.t1002__wishlistwin_showed {
        pointer-events: auto !important; 
    }

    /* УСИЛЕННЫЙ СЕЛЕКТОР для панели Избранного */
    .t1002 .t1002__wishlistwin-content {
        display: block !important; 
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        
        /* ФИКС ВЫСОТЫ: теперь блок четко облегает контент */
        height: auto !important;
        min-height: 200px !important;
        max-height: 60dvh !important;
        max-width: 100% !important; 
        border-radius: 20px 20px 0 0 !important;
        
        transform: translateY(100%) !important;
        opacity: 1 !important;
        visibility: visible !important; 
        pointer-events: none !important;
        
        transition: transform 0.24s ease-in-out !important;
        will-change: transform;
        z-index: 99999 !important;
        padding: 0 !important;
        padding-bottom: 32px !important;
    }

    .t1002 .t1002__wishlistwin-content.t1002__wishlistwin-content_showed {
        transform: translateY(0) !important;
        pointer-events: auto !important;
    }

    /* Принудительно сбрасываем высоту внутренних блоков Тильды */
    .t1002 .t1002__wishlistwin-products,
    .t1002 .t1002__wishlistwin-products-empty {
        height: auto !important;
        min-height: 0 !important;
        margin-top: 16px;
    }

    /* Шапка Избранного - зона свайпа */
    .t1002 .t1002__wishlistwin-top {
        border-radius: 20px 20px 0 0 !important;
        padding-top: 25px !important; 
        touch-action: none; 
        position: relative;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0 !important;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 100;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    /* Индикатор (ручка шторки) */
    .t1002 .t1002__wishlistwin-top::before {
        content: '';
        position: absolute;
        top: 10px; 
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 5px;
        background-color: #d1d1d1;
        border-radius: 5px;
    }
}

/* Прячем фон на десктопе */
@media screen and (min-width: 961px) {
    .t-custom-wishlist-overlay { display: none !important; }
}

/* Виджет "Корзина" на мобильных устройствах */
@media screen and (max-width: 639px) {
    /* Скрываем штатные кнопки Tilda */
    .t706__cartpage-back,
    .t706__cartpage-close {
        display: none !important;
    }

    /* Наш кастомный фон (как .routes__sheet-backdrop) */
    .t-custom-cart-overlay {
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0,0,0,0.6);
        z-index: 99998;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.24s ease-in-out, visibility 0.24s ease-in-out;
    }

    .t-custom-cart-overlay.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    /* Модернизированная корзина */
    .t706__cartpage {
        display: block !important; 
        top: auto !important;
        bottom: 0 !important;
        height: auto !important;
        max-height: 60dvh !important;
        min-height: 260px !important;
        border-radius: 20px 20px 0 0 !important;
        
        transform: translateY(100%) !important;
        opacity: 1 !important;
        visibility: visible !important; 
        pointer-events: none !important;
        
        transition: transform 0.24s ease-in-out !important;
        will-change: transform;
        z-index: 99999 !important;
    }

    /* Открытое состояние */
    .t706__cartpage.t706__cartpage_showed {
        transform: translateY(0) !important;
        pointer-events: auto !important;
    }

    /* Шапка корзины - зона свайпа (аналог .routes__sheet-handle) */
    .t706__cartpage-top {
        border-radius: 20px 20px 0 0 !important;
        padding-top: 25px !important; 
        touch-action: none; 
    }

    .t706__cartpage-top::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 5px;
        background-color: #d1d1d1;
        border-radius: 5px;
    }
}

@media screen and (min-width: 961px) {
    .t-custom-cart-overlay { display: none !important; }
}

/* Страница оформления заказа */
.t706__carticon {
    display: none;
}
.js-error-control-box .t-input, 
.js-error-control-box .t-radio__wrapper, 
.js-error-control-box .t-checkbox__control {
    border: 1px solid #ff0000 !important;
}
.t-input-error {
    color: #ff0000;
    font-size: 13px;
    margin-top: 5px;
    display: none;
}
.js-error-control-box .t-input-error {
    display: block;
}
.t-form__errorbox-wrapper.js-errorbox-all {
    box-shadow: none !important;
    font-family: 'Inter', sans-serif;
    margin: 0 !important;
    z-index: 200000;
}
.tn-atom__form .t-form__errorbox-middle,
.tn-atom__form .t-form__errorbox-bottom,
.tn-atom__form .js-errorbox-all {
    display: none !important;
}
.custom-global-error {
    display: none;
    background-color: #f9dede;
    color: #ff0000;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    font-family: var(--t-text-font, Arial);
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    transition: opacity 0.2s ease;
}
.custom-global-error:hover {
    opacity: 0.8;
}
.t-form .js-error-control-box .t-input-error {
    display: none !important;
}

.t-radio__indicator {
    border-color: #007BFF !important;
}

.t-radio__indicator:after {
    background: #007BFF !important;
}

/* Блокировка кнопки (визуальная) */
.order-button,
.order-preorder-info-btn {
    cursor: pointer;
}
.order-button.disabled-btn {
    opacity: 0.5 !important;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

/* Описание для способов оплаты */
.payment_label-descr,
.delivery-minimum-price,
.delivery-minimum-time {
    font-size: inherit;
    opacity: 0.7;
    line-height: 1.3;
    margin-left: 10px !important;
    padding-left: 15px;
    position: relative;
}

.payment_label-descr::before,
.delivery-minimum-price::after,
.delivery-minimum-time::before {
    content: '/';
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: inherit;
    line-height: 145%;
    color: #484f5c;
    opacity: 0.6;
    position: absolute;
    top: -1px;
    left: 0;
}

.delivery-minimum-price::before {
    display: none;
}

.t-checkbox__indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    background: radial-gradient(50% 50% at 50% 50%, rgb(244, 246, 255) 0%, rgb(232, 237, 250) 100%) !important;
    border-radius: 4px;
}

.t-checkbox__indicator::after {
    height: 9px !important;
    width: 4px !important;
    border-color: #484F5C !important;
    top: 3px !important;
    left: initial !important;
}

.cart-list-item-quantity .t706__product-plusminus {
    border: 1px solid #DDE2F2;
}

.t706__product-deleted-hidden .t706__product-deleted,
.t706__product-deleted-hidden .cart-list-item-deleted {
    display: none !important;
}

.t706__cartpage-totals .delivery-full-address {
    display: none !important;
}

.order-preorder-info.order-preorder-info-animation .tn-molecule {
    animation: preorderInfo 1000ms ease-out;
    will-change: border-color;
}

@keyframes preorderInfo {
    0% { border-color: #f7e4e3; }
    50% { border-color: #ff9b96; }
    100% { border-color: #f7e4e3; }
}

.uc-order-nofound {
    display: none;
}

.order-delivery-wrapper {
    z-index: 30 !important;
}

.searchbox-info {
    font-size: 13px !important;
    padding: 20px !important;
    background: #f6f7fa;
    border: 1px solid #eff1f5;
    border-radius: 16px !important;
    margin: 0 !important;
}

.searchbox-info .t-text {
    font-size: inherit !important;
}

.searchbox-info .t-text:first-child  {
    font-weight: 600 !important;
}

@media screen and (max-width: 639px) {
    .searchbox-info {
        font-size: 12px !important;
        padding: 14px !important;
    }
}

/* Тултипы */
.product-color-tooltips {
    pointer-events: none !important;
}

.t396 .tn-atom__tip, 
.t396__tooltip-portal .tn-atom__tip {
    width: 90px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 16px !important;
}

.t396 .tn-atom__tip img,
.t396__tooltip-portal .tn-atom__tip img {
    margin: 0 !important;
}

.about-history-logo {
    mix-blend-mode: lighten;
}

/* Контакты */
@media screen and (min-width: 639px) {
    .t-form__inputsbox.t-form__inputsbox_flex.t-form__inputsbox_inrow {
        -webkit-column-gap: 8px;
        column-gap: 8px !important;
    }
    
    .t-form__inputsbox_inrow .t-input-group_width33.t-input-group_inonerow {
        width: calc(33.33333% - 6px) !important;
    }
    
    .t-form__inputsbox_inrow .t-input-group_width50.t-input-group_inonerow {
        width: calc(50% - 4.5px) !important;
    }
}

[data-field-name="soglasie"] {
    margin-top: 16px !important;
    margin-bottom: 20px !important;
}

.tn-elem .tn-form__submit .t-submit.tn-form__submit-gradient {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: gap 200ms ease-in-out !important;
}

.tn-elem .tn-form__submit .t-submit.tn-form__submit-gradient:hover {
    gap: 22px;
}

.tn-elem .tn-form__submit .t-submit.tn-form__submit-gradient:after {
    content: '';
    display: block;
    width: 15px;
    height: 10px;
    background: url(https://static.tildacdn.pub/tild3565-6634-4338-a536-393264643131/icon-arrow-btn.svg) center / cover no-repeat;
    opacity: 1;
    position: relative;
}

/* Отзывы */
.custom-review-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(165 170 184 / 70%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.custom-review-overlay.active {
    display: flex;
    opacity: 1;
}
.custom-review-popup {
    background-color: #fff;
    padding: 30px;
    max-width: 600px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    color: var(--uc-color-color-nbyNp,#484f5c);
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    font-size: 14px;
    cursor: pointer;
    box-sizing: border-box;
    zoom: var(--zoom);
}

/* Апселл */
.popup-upsell .steam-title {
    text-align: center;
}
.popup-upsell .steam-title a {
    display: block !important;
}

.popup-upsell .steam-upsell-cart {
    pointer-events: none !important;
    cursor: initial !important;
    user-select: none;
}

.popup-upsell .steam-upsell-cart .tn-molecule {
    pointer-events: none !important;
    background: #f4f6ff !important;
    border-color: #f4f6ff !important;
}

.popup-upsell .steam-upsell-cart .js-product,
.popup-upsell .steam-upsell-cart .js-product * {
    pointer-events: none !important;
}

.tn-form__errorbox-popup {
    box-shadow: none !important;
    font-family: 'Inter', sans-serif !important;
    border-radius: 12px !important;
}

/* Кастомизация форм */
.order-delivery-maps .t-form__successbox {
    display: none !important;
}

.t-form__successbox {
    background: linear-gradient(0.393turn,rgba(0,123,255,1) 38%,rgba(88,168,255,1) 100%) !important;
    border-radius: 16px !important;
    margin: 0 !important;
}

.t-datepicker__wrapper svg {
    display: none !important;
}

/* По умолчанию жестко скрываем все появляющиеся способы доставки */
  #delivery-services-wrapper .t-radio__control {
    display: none !important;
  }
  
  /* Разрешаем показ только тем элементам, которые скрипт пометил как нужные */
  #delivery-services-wrapper .t-radio__control.visible {
    display: block !important;
  }
  
  .delivery-minimum-price:empty::before {
      display: inline-block !important;
      content: 'бесплатно' !important;
      font-family: 'Inter', sans-serif;
      font-size: inherit;
      font-weight: 400;
  }
  
.searchbox-list-item.t-text {
    font-size: 13px;
    font-weight: 500;
}

/* Страницы */
@media screen and (max-width: 639px) {
    .uc-page-content strong[style="font-size: 18px;"] {
        font-size: 14px !important;   
    }
}

/* Баннер куки */
.t972__banner {
    max-width: 340px !important;
    box-shadow: 0px 2px 20px rgb(135 135 135 / 15%) !important;
}
.t886 {
    right: 10px !important;
    bottom: 10px !important;
}
.t886__wrapper {
    box-shadow: 0px 2px 20px rgb(135 135 135 / 15%) !important;
}
/* Виджет быстрой связи */
.t825__popup-container {
    max-width: 320px !important;
}
.t825__btn_wrapper {
    box-shadow: 0px 2px 20px rgb(135 135 135 / 10%) !important;
    background: linear-gradient(0.393turn, rgba(0, 123, 255, 1) 38%, rgba(88, 168, 255, 1) 100%) !important;
}
.t825__popup-container {
    box-shadow: 0px 2px 20px rgb(135 135 135 / 12%) !important;
    border-radius: 18px !important;
}
.t825__text-wrapper {
    padding-bottom: 20px !important;
}
.t825__title {
    font-size: initial !important;
}
.t825__messenger {
    height: 48px !important;
    width: 48px !important;
}
.t825__messenger svg {
    height: 100% !important;
    width: 100% !important;
}
.t825__messenger-descr {
    font-size: 11px !important;
    font-weight: 500 !important;
}
.t825__whatsapp svg {
    display: none;
}
.t825__whatsapp {
    position: relative;
}
.t825__whatsapp::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDYnIGhlaWdodD0nNDYnIHZpZXdCb3g9JzAgMCA0NiA0NicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZyBjbGlwLXBhdGg9J3VybCgjY2xpcDBfNjM2XzUyMTApJz48cGF0aCBkPSdNMjQuMDEzMSAxMS4wNDU5QzE3Ljg3MzYgMTEuMDQ1OSAxMi44ODExIDE2LjAzNjIgMTIuODc4OSAyMi4xNjk4QzEyLjg3NjEgMjQuMjY0NCAxMy40NjYxIDI2LjMxNzEgMTQuNTgwOSAyOC4wOTA0TDE0Ljg0NSAyOC41MTExTDEzLjcyMSAzMi42MTYyTDE3LjkzMyAzMS41MTIyTDE4LjMzOTYgMzEuNzUzNEMyMC4wNTQ0IDMyLjc2ODcgMjIuMDEwNiAzMy4zMDQzIDI0LjAwMzUgMzMuMzA0SDI0LjAwNzlDMzAuMTQyMyAzMy4zMDQgMzUuMTM0OCAyOC4zMTMgMzUuMTM3IDIyLjE3ODdDMzUuMTQxNiAyMC43MTY2IDM0Ljg1NjIgMTkuMjY4MiAzNC4yOTcyIDE3LjkxNzJDMzMuNzM4MyAxNi41NjYzIDMyLjkxNjkgMTUuMzM5NiAzMS44ODA2IDE0LjMwODJDMzAuODUwMiAxMy4yNzEyIDI5LjYyNDIgMTIuNDQ4OSAyOC4yNzM3IDExLjg4ODlDMjYuOTIzMiAxMS4zMjg5IDI1LjQ3NTEgMTEuMDQyNCAyNC4wMTMxIDExLjA0NTlaTTMwLjI1OCAyNi44Nzg4QzI5Ljk4NDIgMjcuNjU5NCAyOC42NzE4IDI4LjM3MjQgMjguMDQwNCAyOC40NjgxQzI3LjQ3NDMgMjguNTU0MSAyNi43NTgzIDI4LjU4OTcgMjUuOTcxMSAyOC4zMzUzQzI1LjMzNDggMjguMTM0IDI0LjcwOTcgMjcuODk5IDI0LjA5ODUgMjcuNjMxMkMyMC44MDEzIDI2LjE4NDQgMTguNjQ4OSAyMi44MDcxIDE4LjQ4NSAyMi41ODQ1QzE4LjMyMDMgMjIuMzYxMiAxNy4xNDI4IDIwLjc3MiAxNy4xNDI4IDE5LjEyNjRDMTcuMTQyOCAxNy40ODA3IDE3Ljk5MTYgMTYuNjcyOCAxOC4yOTI4IDE2LjMzNzRDMTguNTk0IDE2LjAwMjggMTguOTUwMiAxNS45MTkgMTkuMTY5IDE1LjkxOUMxOS4zODc5IDE1LjkxOSAxOS42MDc1IDE1LjkyMTIgMTkuNzk4OSAxNS45MzA4QzIwLjAwMDggMTUuOTQxMiAyMC4yNzE2IDE1Ljg1MjkgMjAuNTM3OSAxNi41MDQ0QzIwLjgxMjQgMTcuMTc0MyAyMS40NjkgMTguODE5MiAyMS41NTE0IDE4Ljk4NjlDMjEuNjMzIDE5LjE1MzggMjEuNjg4NyAxOS4zNDg5IDIxLjU3ODkgMTkuNTczQzIxLjQ2OSAxOS43OTU2IDIxLjQxNDEgMTkuOTM1MSAyMS4yNTAyIDIwLjEyOTRDMjEuMDg1NSAyMC4zMjUzIDIwLjkwNTIgMjAuNTY1NyAyMC43NTc1IDIwLjcxNTZDMjAuNTkyOCAyMC44ODE4IDIwLjQyMTQgMjEuMDYzNSAyMC42MTM2IDIxLjM5ODJDMjAuODA1IDIxLjczMiAyMS40NjQ2IDIyLjgyNzEgMjIuNDQxIDIzLjcxM0MyMy42OTYzIDI0Ljg1MTkgMjQuNzU1MSAyNS4yMDUgMjUuMDgzOCAyNS4zNzI3QzI1LjQxMjQgMjUuNTQwNCAyNS42MDM5IDI1LjUxMjIgMjUuNzk2IDI1LjI4ODlDMjUuOTg3NCAyNS4wNjYzIDI2LjYxNjYgMjQuMzEyNSAyNi44MzU1IDIzLjk3ODZDMjcuMDU0MyAyMy42NDQ3IDI3LjI3MzIgMjMuNjk5NiAyNy41NzUyIDIzLjgxMDlDMjcuODc2NCAyMy45MjIyIDI5LjQ5MTYgMjQuNzMwOSAyOS44MjAzIDI0Ljg5ODZDMzAuMTQ4OSAyNS4wNjYzIDMwLjM2NzggMjUuMTQ5NCAzMC40NTAyIDI1LjI4ODlDMzAuNTMxOCAyNS40Mjg0IDMwLjUzMTggMjYuMDk3NiAzMC4yNTggMjYuODc4OFonIGZpbGw9JyMyN0QwNjEnLz48cGF0aCBkPSdNMjMgMEMxMC4yOTgxIDAgMCAxMC4yOTgxIDAgMjNDMCAzNS43MDE5IDEwLjI5ODEgNDYgMjMgNDZDMzUuNzAxOSA0NiA0NiAzNS43MDE5IDQ2IDIzQzQ2IDEwLjI5ODEgMzUuNzAxOSAwIDIzIDBaTTIzLjk1MTkgMzUuMjk2MUgyMy45NDY3QzIxLjcyMDkgMzUuMjk2MSAxOS41MzM3IDM0LjczOTYgMTcuNTkxMyAzMy42ODU0TDEwLjU0MTQgMzUuNTI1NEwxMi40MjgyIDI4LjY2NzZDMTEuMjYyOCAyNi42NTc1IDEwLjY1MDUgMjQuMzc0NiAxMC42NTM1IDIyLjA1MTFDMTAuNjU1NyAxNC43NTM0IDE2LjYyMTYgOC44MTY0MiAyMy45NTE5IDguODE2NDJDMjcuNTA5NSA4LjgxNzkgMzAuODQ4OSAxMC4xOTY0IDMzLjM1OTYgMTIuNjk4MkMzNS44NzA0IDE1LjE5OTMgMzcuMjUyNiAxOC41MjQ2IDM3LjI1MTEgMjIuMDYxNUMzNy4yNDgxIDI5LjM1OTEgMzEuMjgxNSAzNS4yOTYxIDIzLjk1MTkgMzUuMjk2MVonIGZpbGw9JyMyN0QwNjEnLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSdjbGlwMF82MzZfNTIxMCc+PHJlY3Qgd2lkdGg9JzQ2JyBoZWlnaHQ9JzQ2JyBmaWxsPSd3aGl0ZScvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPgo=") center no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}
.t825__wrapper {
    padding: 20px 14px !important;
}

a.link-active {
    position: relative;
}
a.link-active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #727E93;
    opacity: 0.5;
}

#t-footer a[href="/franchise"],
#t-footer a[href="#open-chat"] {
    display: none !important;
}

/* Показ апсейла в корзине */
.upsale-cart {
    display: none !important;
}

.upsale-cart.visible {
    display: block !important;
}

.catalog-slider-wrapper {}
.catalog-slider-nav {}
.catalog-slider-wrapper .catalog-slider-nav {
    pointer-events: none !important;
}

.catalog-slider-wrapper .catalog-slider-nav .catalog-slider-prev,
.catalog-slider-wrapper .catalog-slider-nav .catalog-slider-next {
    pointer-events: auto !important;
}

.uc-covers-slider .catalog-slider-nav.swiper-scrollbar-horizontal .tn-molecule {
    display: flex !important;
}
.uc-covers-slider .catalog-slider-nav.swiper-scrollbar-horizontal {
    background: initial !important;
}

/* Сбрасываем стандартные стили input при автозаполнении */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #f3f6ff inset !important;
    box-shadow: 0 0 0 1000px #f3f6ff inset !important;
    -webkit-text-fill-color: #484f5c !important;
    caret-color: #484f5c !important;
    /* transition здесь помогает избежать "мигания" при загрузке */
    transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
textarea:autofill,
select:autofill {
    background-color: #f3f6ff !important;
    color: #484f5c !important;
}

@media screen and (max-width: 639px) {
    .t825__mobile-top-panel {
        background: none !important;
    }
    .t825__mobile-icon-close g {
        fill: #333 !important;
    }
    .t825__popup {
        height: auto !important;
        bottom: 0 !important;
        top: initial !important;
    }
    .t825__popup.t825__popup_show {
        filter: drop-shadow(0px 2px 20px rgb(135 135 135 / 30%));
    }
    .t825_pos_left .t825__btn {
        display: flex !important;
        width: fit-content !important;
    }
    .t825__popup-container {
        max-width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        bottom: 0 !important;
    }
    .t825__messenger-wrapper {
        max-width: 100% !important;
    }
    
    .t450 {
        top: 5px !important;
        height: calc(100% - 10px) !important;
        border-radius: 24px !important;
        right: 5px !important;
    }
    .t706 .t-form .t-descr_md, .t706 .t706__cartwin-totalamount-wrap.t-descr_xl {
        font-size: 14px;
    }
    .t1002 .t1002__product-amount,
    .t1002__product-amount--portion,
    .t706__product-amount,
    .t706__product-amount--portion,
    .t1002__product-amount-currency,
    .t1002__product-amount-price {
        font-size: 14px !important;
    }
    .t1002__product-title, .t706__product-title {
        font-size: 13px !important;
    }
    #city-searchbox input,
    #delivery-services-wrapper input,
    #addresses-wrapper input {
        font-size: 13px !important;
    }
    .t706__product-del-wrapper {
        display: none !important;
        grid-column: 4;
        grid-row: 1;
    }
}

.tlk-userbar {
    display: none !important;
}

/* Кастомный выбор ПВЗ */
.js-saved-addresses-wrap { 
    margin-bottom: 10px !important;
    padding: 6px;
    border-radius: 12px;
    background: #f4f6ff;
} 
.ss-saved-addresses-title { 
    margin-top: 13px;
    margin-bottom: 13px;
    font-weight: 500;
    color: #484f5c;
}

/* Страница корзины */
.order-delivery-maps [data-record-type="706"] {
    opacity: 1 !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
}
.order-delivery-maps .t706__cartpage,
.order-delivery-maps .t706__sidebar,
.order-delivery-maps .t706__cartwin {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    border-radius: 0 !important;
}
.order-delivery-maps .t706__cartpage-content,
.order-delivery-maps .t706__sidebar-content,
.order-delivery-maps .t706__cartwin-content {
    padding: 0 !important;
    height: auto !important;
    margin: 0 !important;
}
.order-delivery-maps .t706__cartpage-top,
.order-delivery-maps .t706__cartpage-info,
.order-delivery-maps .t706__cartpage-open-form-wrap,
.order-delivery-maps .t-form__errorbox-bottom,
.order-delivery-maps .t-form__errorbox-middle,
.order-delivery-maps .t-form__submit,
.order-delivery-maps .t706__sidebar-top,
.order-delivery-maps .t706__sidebar-bottom,
.order-delivery-maps .t706__sidebar-info {
    display: none !important;
}
.order-delivery-maps .t-input-group:not(.t-input-group_dl),
.order-delivery-maps .t-input-group .t-name,
.order-delivery-maps .t-input-title {
    display: none !important;
}
#customdelivery {
    margin-top: 0 !important;
}
.order-delivery-maps .t-input-group.t-input-group_dl .searchbox-wrapper .t-input-group,
.order-delivery-maps .t-input-group.t-input-group_dl .addresses-wrapper .t-input-group {
    display: block !important;
}
.order-delivery-maps .t-input-group_dl {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}
.order-delivery-maps .t706__cartpage-form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    position: initial;
}
div#addresses-wrapper {
    margin: 0 !important
}
.order-delivery-maps .t706__cartpage-form-wrapper form {
    width: 100% !important;
}
.custom-global-error {
    display: none;
    background-color: #f9dede;
    color: #ff0000;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    font-family: var(--t-text-font, Arial);
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    transition: opacity 0.2s ease;
}
.order-delivery-maps .t-input-block input {
    color: rgb(72, 79, 92) !important;
    border: 0px solid rgb(0, 0, 0) !important;
    background-color: rgb(243, 246, 255) !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    height: 50px !important;
}
.order-delivery-maps .t-input-block input:placeholder,
.order-delivery-maps .t-input-block input::placeholder {
    color: #99a0ae !important;
}
.order-delivery-maps .t-input-block input::-moz-placeholder {
    color: #99a0ae !important;
}
.order-delivery-maps .t-input-block input::-webkit-placeholder {
    color: #99a0ae !important;
}
.order-delivery-maps #customdelivery .t706__search-icon {
    top: 16px !important;
}
.order-delivery-maps #customdelivery .t-input-clear {
    top: 18px !important;
}
.order-delivery-maps .searchbox-list:not(:empty) {
    background: #f4f6ff !important;
    box-shadow: none !important;
    border-radius: 16px !important;
    border: 1px solid #e0e2ee !important;
    top: 55px !important;
}
.order-delivery-maps .searchbox-list-item:hover {
    background: #fff !important;
    border-radius: 14px !important;
}
.order-delivery-maps .searchbox-list-item-text {
    font-size: 14px;
    font-weight: 500;
}
.order-delivery-maps .searchbox-list-item-description {
    color: #868fa1 !important;
}
.order-delivery-maps #customdelivery #delivery-services-wrapper {
    margin: 20px 0 !important;
}
.order-delivery-maps #customdelivery #delivery-services-wrapper:empty {
    margin: 0 !important;
}
.t-custom-cart-overlay {
    /*display: none !important*/
}
.t-records__overflow-hidden,
.t396__artboard:has(> .cart-form) {
    overflow: visible !important;
}
.t-input-group:has(> input[name="tildadelivery-city"]) {
    margin: 0 !important;
}
.t706__cartpage-form .t-input-group {
    margin-bottom: 0 !important;
}
@media screen and (min-width: 639px) {
    .cart-wrapper {
        height: 100% !important;
    }
    .upsale-cart {
        position: sticky !important;
        top: 100px !important;
    }
}
@media screen and (max-width: 639px) {
    #city-searchbox .t-input-description {
        font-size: 12px !important;
    }
    #delivery-services-wrapper .t-text_xs {
        font-size: 14px !important;
    }
    #city-searchbox input,
    #delivery-services-wrapper input,
    #addresses-wrapper input {
        font-size: 15px !important;
    }
    .t-checkbox__control.t-checkbox__control_flex {
        font-size: 11px !important;
        line-height: 1.4 !important;
    }
    .payment_label-descr, 
    .delivery-minimum-price, 
    .delivery-minimum-time {
        margin-left: 7px !important;
        padding-left: 10px;
    }
}
[data-field-type="sf"] {
    display: none !important;
}
.order-delivery-maps .t-input-group.js-saved-addresses-wrap {
    display: block !important;
}
.order-delivery-maps .t-input-group.js-saved-addresses-wrap .t-input {
    font-size: 13px !important;
    line-height: 1.45 !important;
    color: var(--uc-color-color-nbyNp, #484f5c) !important;
    border: 1px solid #cccfde !important;
    border-radius: 10px !important;
    user-select: none;
    min-height: 50px;
}
@media screen and (max-width: 639px) {
    .order-delivery-maps .t-input-group.js-saved-addresses-wrap .t-input,
    .tcart-select__options {
        font-size: 12px !important;
        padding: 4px 0 !important;
        padding-bottom: 7px !important;
    }
    .tcart-select__option {
        padding: 0 10px !important;
    }
    .tcart-address {
        padding: 7px 0 !important;
    }
    .t706__auth {
        font-size: 11px !important;
    }
    .t706__auth__link:not([target="_blank"]) {
        width: 100% !important;
        box-sizing: border-box;
    }
}
.tcart-address__name {
    font-weight: 500 !important;
}
.tcart-select__selected .tcart-address {
    display: flex !important;
    padding: 12px 0 !important;
}
.tcart-address__subtext {
    display: none !important;
}
.tcart-select__selected::after {
    border-color: #caccd8 transparent transparent !important;
    border-width: 8px 7px 0 !important;
    right: 16px !important;
}
.tcart-address__text {
    font-size: 0.85em;
    font-weight: 500;
    opacity: 0.7;
}
.tcart-select__options {
    font-size: 14px !important;
    background: #f4f6ff !important;
    box-shadow: none !important;
    border-radius: 16px !important;
    border: 1px solid #e0e2ee !important;
    margin-top: 5px !important;
    padding: 10px 0;
}
.tcart-address {
    padding: 10px 0 !important;
    width: 100% !important;
}
.tcart__address-selectbox-title {
    border: none;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 7px;
}
.tcart-select__option {
    font-size: 0.9em;
    padding: 0 15px !important;
    margin: 0 5px !important;
}
[data-value="new"] {
    display: none !important;
    border-bottom: 1px solid #dadef1;
    margin-bottom: 10px !important;
    background: initial !important;
}
[data-value="new"] .tcart-address {
    font-weight: 600;
    padding-bottom: 14px !important;
}
.tcart-select__option:not([data-value="new"]):not(.tcart-select__option_disabled):not(.tcart-select__option_unselectable):hover {
    background: #fff !important;
}
.tcart-select__option:not([data-value="new"]):hover {
    border-radius: 10px;
}
.t706__auth {
    background: #fff !important;
    font-size: 13px !important;
    color: var(--uc-color-color-nbyNp, #484f5c) !important;
    border: 1px solid #027bff !important;
    border-radius: 10px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.t706__auth__log-in-btn {
    border-radius: 40px !important;
    background: #f3f6ff !important;
    border: none !important;
    font-weight: 600 !important;
    color: var(--uc-color-color-nbyNp, #484f5c) !important;
}
.t706__auth:has(> .t706__auth__link) {
    font-weight: 500;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
.t706__auth {
    width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
}
.t706__auth b,
.t706__auth strong {
    font-weight: 600;
}
.t706__auth__link:not([target="_blank"]) {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0.393turn, rgba(0, 123, 255, 1) 38%, rgba(88, 168, 255, 1) 100%) !important;
    border-radius: 40px;
    padding: 10px 20px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
}
      .ss-delivery-preloader {
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(3px);
        z-index: 999;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
      }
      .ss-delivery-preloader.active {
        opacity: 1;
        visibility: visible;
      }
      .ss-loader-spinner {
        width: 40px; height: 40px;
        border: 4px solid #f3f3f3;
        border-top: 4px solid #000; /* Цвет крутилки (можно заменить на цвет бренда) */
        border-radius: 50%;
        animation: ss-spin 1s linear infinite;
        margin-bottom: 10px;
      }
      .ss-loader-text {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        line-height: 1.45;
        color: #333;
        font-weight: 500;
        text-align: center;
        max-width: 390px;
        margin: 0 auto;
      }
      @keyframes ss-spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
      }
.order-delivery-maps .tn-molecule {
    position: relative !important;
    max-height: 9999px;
    transition: max-height 0.25s ease-in-out;
}
.order-delivery-maps .tn-molecule:has(>.ss-delivery-preloader.active) {
    max-height: 200px;
    overflow: hidden !important;
}
@media screen and (max-width: 639px) {
    .tcart-address__text {
        display: none;
    }
    .order-delivery-maps .t-input-group.js-saved-addresses-wrap .t-input.tcart-select__selected {
        padding: 0 14px !important;
        padding-right: 30px !important;
        font-size: 11.5px !important;
    }
    .tcart-select__selected .tcart-address {
        padding: 8px 0 !important;
    }
    .searchbox-info .t-text {
        font-size: 12px !important;
        margin: 0 0 2px !important;  
    }
    .searchbox-info .t-text:first-child {
        margin-bottom: 10px !important;
    }
    .searchbox-info span {
        margin-top: 5px !important;
    }
    .ss-saved-addresses-title,
    .ss-loader-text {
        font-size: 12px !important;
    }
    .searchbox-list-item.t-text,
    .order-delivery-maps .searchbox-list-item-text {
        font-size: 14px !important;
    }
}
div#delivery-yandex-map {
    border-radius: 16px;
    overflow: hidden;
}
.order-delivery-maps .t706__cartpage {
    display: block !important;
}
.uc-order-wrapper .t396__artboard .cart-form {
    top: 0 !important;
    left: 0 !important;
}
@media screen and (max-width: 639px) {
    .uc-order-wrapper .t396__artboard {
        justify-content: flex-start !important;
        height: auto !important;
    }
}
.order-preorder-info,
.order-preorder-info-yes,
.upsale-cart {
    display: none;
}
.upsale-cart:not(.visible) {
    display: none !important;
}
.cart-list {
  opacity: 0.5;
  pointer-events: none;
  filter: blur(3px) grayscale(1);
}
.cart-list.cart-loaded {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s ease-in, filter 0.2s ease-in;
  filter: blur(0);
}
.cart-wrapper {
    scroll-margin-top: 100px;
}
.cart-login-success {
    display: none !important;
}
.cart-login-success.visible {
    display: block !important;
}
.cart-login.hidden {
    display: none !important;
}
.header-login {}
.header-login.authorized .tn-molecule {
    background-image: linear-gradient(0.393turn, rgba(0, 123, 255, 1) 38%, rgba(88, 168, 255, 1) 100%) !important;
}
.header-login.authorized .tn-molecule .t396__elem {
    filter: contrast(5) invert(1) !important;
}
.cart-register.hidden {
    display: none !important;
}

/* Анимация Lazy load */
/*[data-original] {*/
/*    opacity: 0 !important;*/
/*    transition: opacity 0.1s ease-in !important;*/
/*}*/
/*[data-original].loaded {*/
/*    opacity: 1 !important;*/
/*}*/

.t-input-block:has(>input[readonly]),
.t-input-block:has(>.ss-phone-wrapper-disabled) {
    cursor: no-drop;
}
.t-input-group_em:has(.t-input-block input[readonly]),
.cart-form__registered .t-input-group_em {
    display: none !important;
}
.t-input-block:has(>.ss-phone-wrapper-disabled) #ss-phone-status-cart_phone {
    cursor: auto;
}
input[name="create_account"] {
    display: none !important;
}