/*Код для количества оставшихся мест - разработчик Виолетта*/

.t-store__prod-snippet__container {
     padding-top: 0;
     position:relative;
   
}

.t-store__prod-popup__container {
     padding: 0px 20px; 
}

.js-store-product.js-product:before {
    content: attr(data-product-inv) " мест(-а) доступно";
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 14px;
    color: #ffffff;
    background-color: #006768;
    border-radius: 30px;
    padding: 3px 8px;
    margin-left: 20px;
    position: absolute;
    top: 115px;
}

.js-store-product.js-product.t-store__product-snippet::before {
    margin-left: calc(50% - 580px);
}

@media screen and (max-width: 1200px) {
/*страница товара с шапкой*/
    .js-store-product.js-product.t-store__product-snippet::before {
    margin-left: 20px;
    top: 130px;
}
/*страница товара попап*/
   .js-store-product.js-product:before { 
      top: 150px; 
      margin-left: 0;
   }
}

@media screen and (max-width: 980px){
.t-store__prod-popup__col-right {
     padding-top: 0;
}


.t-store .t-store__prod-popup__container {
    padding-top: 25px;
}

}

@media screen and (max-width: 640px) {

.t-name_xl {
    font-size: 18px;
    line-height:1.2;
}
}


.t-store__prod-popup__price-wrapper {
     margin-bottom: 70px;
}

@media screen and (max-width: 650px){
.t-store__prod-popup__price-wrapper {
    margin-bottom: 85px;
}
}
/*выключаем отображение фразы НЕТ В НАЛИЧИИ*/
.t-store__card__sold-out-msg {
    
    display: none;
}


/* Убираем черную рамку на кнопке ДОБАВИТЬ КОРЗИНУ в попап товара (курса) */
.t-store__prod-popup__btn.t-btn.t-btn_sm > table {
    border:none;
    
}

.t-store__prod-popup__btn.t-btn.t-btn_sm > table td {
    border:none;
    padding:0;
    
}


/* Скрываем плашку у количества мест в курсе [YRQ-01] */
.js-store-product[data-product-uid="735043710701"].js-product:before {
    display:none;
}

/* Скрываем плашку у количества мест в курсе [Подарочный ваучер] */
.js-store-product[data-product-uid="250163565312"].js-product:before {
    display:none;
}

/* Добавляем кнопку в карточку товара */

    .js-store-prod-text a {
    display: inline-block;
    padding: 15px 90px;
    margin-right: 2px;
    margin-top: 2px;
    border-radius: 0px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #006768;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #000000;
    color: #ffffff !important;
}
.t706__cartwin_showed {
    z-index: 999999999;
}
