/* Количество в товаре */
.js-product-edition-option-name.t-product__option-title.t-typography__options.t-descr.t-descr_xxs {
    font-size: 18px;
    font-weight: 700;
}

select.js-product-edition-option-variants.t-product__option-select.t-typography__options.t-descr.t-descr_xxs {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Подписи под каруселями */
@media screen and (max-width: 640px) {
    .t-name_xs {
        font-size: 16px;
            line-height: 1.2 !important;
    }
}

/* Стили для попапа товара */

.t-store__prod-popup__text {
    font-size: 18px !important;
}
    
.js-store-prod-price {
    font-size: 20px !important;
}

.js-store-prod-popup-buy-btn-txt, .t-store__card__btn-text {
    font-size: 18px !important;
}

.js-store-prod-name {
    line-height: 1.1 !important;
}

/* Лого в попапе */
@media screen and (max-width: 560px) {
    .t-popup__close-wrapper {
        /* background-image: url('https://static.tildacdn.com/tild6131-3465-4234-a331-616139333536/plastc_logo_hor_bl.svg'); */
        background-image: url('https://static.tildacdn.com/tild6134-3064-4937-b537-333762383566/plastc_logo_hor_bl-o.svg');
        background-position: right;
        background-size: 55%;
        background-repeat: no-repeat;
        background-position-x: 94%;
    }
}

@media screen and (min-width: 560px) {
    .t-store__prod-popup__close-txt-wr {
        background-image: url(https://static.tildacdn.com/tild6134-3064-4937-b537-333762383566/plastc_logo_hor_bl-o.svg);
        background-position: left;
        background-size: 100%;
        background-repeat: no-repeat;
        padding-bottom: 54px;
        padding-right: 140px;
    }
}


/* Товар в корзине */
.t706__product-title {
    line-height: 1.1;
}

.t706__product-title__option, .t706__product-title__portion {
    padding-top: 10px;
}

/* Цена от 
.t706__cartwin-prodamount-price:before, .t-store__card__price-value:before, .js-product-price:before {
    content: 'от ';
}
*/

/* Прячем сумму заказа в Корзине */
.t706__cartwin-prodamount-wrap, .t706__product-amount--portion {
    display: none !important;
}
.t706__cartwin-bottom {
    padding-top: 10px !important;
}

/* Прячем кол-во товаров в Корзине */
.t706__product-plusminus {
    display: none !important;
}

/* Прячем удаление товара из Корзины */
.t706__product-del-wrapper {
    display: none !important;
}

/* Название товара в Корзине */
.t706__product-title {
    font-size: 20px !important;
}

/* Цена в Корзине*/
.t706__product-title__portion {
    font-size: 17px !important;
}

/* Текст кнопки в попапе товара */
a.t-store__prod-popup__btn.t-btn.t-btn_sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
}

a.t-store__prod-popup__btn.t-btn.t-btn_sm table {
    display: none;
}

a.t-store__prod-popup__btn.t-btn.t-btn_sm:after {
    content: 'Разместить заявку';
}

/* Заголовок попапа Заявки 
.t706__cartwin-top .t706__cartwin-heading.t-name.t-name_xl {
     display: none;
}

.t706__cartwin-top:after {
   content: 'Ваша заявка';
   font-size: 24px;
   line-height: 1.35;
   font-family: 'TildaSans', Arial, sans-serif;
   font-weight: 600;
   color: #000;
}
*/

/* Навигация по странице */
.uc-pagenav a {
    border-bottom: 1px dashed;
}

/* Мобильная анимация прайс-листа */
 @media screen and (max-width: 980px) {
  .gs-t-animate[data-animate-style='fadein'],
  .gs-t-animate[data-animate-style='fadeinup'],
  .gs-t-animate[data-animate-style='fadeindown'],
  .gs-t-animate[data-animate-style='fadeinleft'],
  .gs-t-animate[data-animate-style='fadeinright'],
  .gs-t-animate[data-animate-style='zoomin'],
  .gs-t-animate[data-animate-style='zoomout'] {
    opacity: 0;
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .t-title.gs-t-animate {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
  }

  .t-descr.gs-t-animate,
  .t-uptitle.gs-t-animate,
  .t-subtitle.gs-t-animate,
  .t-text.gs-t-animate {
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
  }

  .t-item.gs-t-animate {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .gs-t-animate_started[data-animate-style='fadein'] {
    opacity: 1;
  }

  .gs-t-animate[data-animate-style='fadeinup'] {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  .gs-t-animate_started[data-animate-style='fadeinup'] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .gs-t-animate[data-animate-style='fadeindown'] {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  .gs-t-animate_started[data-animate-style='fadeindown'] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .gs-t-animate[data-animate-style='fadeinleft'] {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  .gs-t-animate_started[data-animate-style='fadeinleft'] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .gs-t-animate[data-animate-style='fadeinright'] {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  .gs-t-animate_started[data-animate-style='fadeinright'] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .gs-t-animate[data-animate-style='zoomin'] {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .gs-t-animate_started[data-animate-style='zoomin'] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .gs-t-animate[data-animate-style='zoomout'] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .gs-t-animate_started[data-animate-style='zoomout'] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .gs-t-animate_started[data-animate-distance],
  .gs-t-animate_started[data-animate-scale] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}