.t770__list {
    white-space: nowrap !important;
}

/*Чекбокс. Фильтр в категориях*/
.t-checkbox__indicator {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  border: 1px solid #555555 !important;
  box-sizing: border-box;
  margin-right: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: .6;
}

/*Иконки в подвале*/
.t977 .t-sociallinks__svg {
  width: 25px !important;
  height: 25px !important;
}

/*Отступ между пунктами меню в подвале*/
.t977__descr a {
  margin-bottom: 0px;
}

/*Карточка товара, отступы*/
.t-store__prod-snippet__container {
  padding-top: 30px;
  padding-bottom: 60px;
}

/*Остаток на складе, вывод в карточке товара*/
.js-store-product.js-product.t-store__product-snippet::after {
    content: "наличие - " attr(data-product-inv) " шт.";
    font-family: 'Jost',Arial,sans-serif;
    font-size: 14px;
    color: #777777;
    margin-left: calc(50% - 580px);
}

/*.t-store__prod-popup__btn-wrapper::after {
    content: "наличие - " attr(data-product-inv) " шт.";
    font-family: 'Jost',Arial,sans-serif;
    font-size: 14px;
    color: #777777;
    display: block;
}*/

@media screen and (max-width: 1240px){
.js-store-product.js-product.t-store__product-snippet::after  {
    margin-left: calc(50% - 470px);
}
}
@media screen and (max-width: 980px){
.js-store-product.js-product.t-store__product-snippet::after {
    margin-left: calc(50% - 290px);
}
}
@media screen and (max-width: 640px){
.js-store-product.js-product.t-store__product-snippet::after {
    margin-left: 20px;
}
}

/*Скрыть в категориях "Нет в наличии"*/
.js-store-prod-sold-out {
    display: none;
}

/*Выравнивание цены по низу*/
.t-store__card__textwrapper {
    display: flex;
    flex-direction: column;
}
.js-store-price-wrapper {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.js-store-prod-sold-out {
    width: 100%;
    order: -1;
}
.t-store__card__price {
    margin-right: 5px;
}

/*Подчёркивание ссылки в описании (карточка товара)*/
.js-store-prod-all-text a, .t-store__tabs__content a {
    border-bottom: 1px dotted #333;
    font-weight: 500;
}

/*Перенос табов в правую часть (карточка товара)*/
.t-store__product-snippet .t-container > div::after {
  clear: unset !important;
}
.t-store .t-store__tabs {
  margin-top: 20px !important;
  max-width: 45%;
}
@media screen and (max-width: 980px) {
  .t-store.t-store__prod-snippet__container .t-store__tabs {
    max-width: 100%;
  }
}

/*Скрыть характеристики (карточка товара)*/
.js-store-prod-all-charcs {
    display: none;
}

/*Результаты поиска - цена*/
.t-site-search-dm__result__product_price {
  font-weight: 400 !important;
  margin-top: 2px;
  opacity: 0.5;
}

/*Поиск - поле ввода*/
@media screen and (max-width: 980px){
.t838 .t838__input {
  padding-left: 15px !important;
}
.t838 .t838__search-icon {
    display: none;
}
}
@media screen and (max-width: 960px) {
  .uc-top-search .t-col {
    padding-left: 20px;
    padding-right: 10px;
  }
  .uc-lang .t-col {
    padding-left: 10px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .uc-top-search .t-submit {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*Видео в табах - фон*/
.t-store .t-store__tabs__content .t-redactor__video-container video {
  background: #dddddd;
}

