/* Общее */
    /* Как это работает? */
        .t575__number {
            background:url(https://static.tildacdn.com/tild6239-3563-4332-a238-316239633032/rhombus.svg);
            background-size:cover;
            background-position:center center;
            width:90px;
            height:90px;
            line-height:95px;
        }
    /* Корзина */
        .t706__product-title {
            pointer-events: none !important;
        }
    /* Меню */
        .tmenu-mobile__container {
            min-height: unset !important;
            padding: 6px 20px 6px 20px !important;
        }
    /* Отзывы */
        .uc-testi .t923__content {
            display: none !important;
        }
        .uc-testi .t923__bgimg {
            background-size: contain !important;
            background-color: #2b2b2b !important;
            scale: 1.02;
        }
        .uc-testi .t923__imgwrapper {
            background-color: #2b2b2b !important;
        }

/* Адаптив */

@media (min-width: 1201px) {
    /* Обложка */
        .t734__wrapper {
            padding: 60px 0px 60px 20px !important;
        }
}

@media (max-width: 960px) {
    /* Контакты */
        .t718__contentwrapper {
            text-align: left !important;
        }
}

@media (max-width: 640px) {
    /* Тексты и заголовки */
        .t004 .t-text, .t795__descr, .t734__descr {
            font-size: 20px !important;
        }
        .js-store-parts-switcher {
            font-size: 16px !important;
        }
        .t1025 .t-align_center {
            text-align: left !important;
        }
    /* Как это работает? / Наша кухня */
        .t575__number {
            font-size: 20px !important;
            line-height: 40px !important;
            width: 40px !important;
            height: 40px !important;
        }
        .t575__circle {
            width: 40px !important;
            height: 40px !important;
        }
        .t575__col {
            display: flex !important;
            align-items: center !important;
            gap: 18px !important
        }
        .t575__text {
            margin-top: unset !important;
        }
        .t575__col:last-child {
            margin-bottom: 0px !important;
        }
    /* Контакты */
        .t718 .t-form__submit {
            padding-bottom: 0px !important;
        }
}
.js-store-parts-switcher{
    border:1px solid #8d8964;
    padding:3px 10px;
    border-radius:4px;
}
.js-store-parts-switcher:first-child + div{
    border:1px solid #f8de9f;
    background:#f8de9f;
}
.js-store-parts-switcher:first-child + div + div{
    border:1px solid red;
    background:red;
    color:#fff;
}
.t-store__filter__prods-number{
    display:none;
}
.t-store__filter__chosen-wrapper{
    display:none;
}