/* Увеличиваем ширину меню в шапке и в подвале */
.t228__maincontainer.t228__c12collumns{
max-width: 1500px;
}
/* Увеличиваем ширину заголовка блока */
.t-col_10 {
    max-width: 1200px;
}
/* Увеличиваем ширину текста под заголовком блока*/
.t-col_12 {
    max-width: 1440px;
}
/* Увеличиваем ширину блока товаров*/
.t-store__grid-cont {
    max-width: 1500px !important;
    margin: 0 auto !important;
    width: 100% !important;
}
/* Увеличиваем ширину 1 карточки товара*/
.t-col_3 {
    max-width: 300px;
    margin: 0 auto !important;
}
/* Увеличиваем ширину заголовка блока Контакты*/
.t-col_8 {
    max-width: 1100px;
}
/* Увеличиваем ширину блока инструкции по оформлению заказа*/
/* Увеличиваем ширину блока контакты */
.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1500px;
    padding: 0;
}
/* Увеличиваем ширину секции карты блока контакты */
#rec1095721581 .t-col_5 {
    max-width: 600px;
}
/* Увеличиваем ширину секции контакты блока контакты */
#rec1095721581 .t-col_7 {
    max-width: 750px;
}
/* ========================================================= */
/* ========================================================= */
/* ========================================================= */
/*  Скрываем общую сумму корзины */
.t706__cartwin-totalamount-wrap.t-descr.t-descr_xl {
  display: none !important;
}
/* Скрываем кнопки "+/-" у товаров */
.t706__product-plusminus.t-descr.t-descr_sm {
  display: none !important;
}
/* Скрываем кнопку удаления товара */
.t706__product-del-wrapper {
  display: none !important;
}
/* Скрываем сумму товара */
.t706__cartwin-prodamount-price {
  display: none !important;
}
/* Скрываем значок валюты */
.t706__cartwin-prodamount-currency {
  display: none !important;
}
/* Добавляем приставку к цене в каталог товаров Тильда */

/* Измененный код для цен */
.t-store__card__price-value::before,
.js-product-price::before {
    content: "Цена от" !important;
    margin-right: 7px;
}

/* Скрыть сумму заказа внутри корзины на Tilda */ 
.t706__cartwin-bottom { display: none !important; }

/* ========================================================= */
/* ========================================================= */
/* ========================================================= */
/* ========================================================= */
/* Наложить якорь на первый экран */ 
#rec1139126536 {
position: relative;
top: -6vh;
left: 0;
}
/* Фон якоря ПРОМЫШЛЕННЫЕ ВОРОТА */
#rec1139126566 {
    background-color: #f7f7f7 !important;
}
/* Фон якоря РОЛЬСТАВНИ */
#rec1139126586 {
    background-color: #f7f7f7 !important;
}
/* Фон якоря ПРИВОДЫ И ШЛАГБАУМЫ */
#rec1139126606 {
    background-color: #f7f7f7 !important;
}
/* Фон якоря ДВЕРИ */
#rec1139126626 {
    background-color: #f7f7f7 !important;
}
/* Фон якоря КАК ЗАКАЗАТЬ */
#rec1139126656 {
    background-color: #f7f7f7 !important;
}
/* Фон якоря КОНТАКТЫ */
#rec1095721571 {
    background-color: #f7f7f7 !important;
}
/* Добавляем приставку к цене в каталог товаров Тильда */

/* Измененный код для цен */
.t-store__card__price-value::before,
.js-product-price::before {
    content: "Цена от" !important;
    margin-right: 7px;
}

/* Скрыть сумму заказа внутри корзины на Tilda */ 
.t706__cartwin-bottom { display: none !important; }
