/*Каталог, поп-ап*/
    /*Контейнер. Фиксация и размер окна*/
    .t-popup__container.t-popup__container-static {
    margin: 40px auto;
    top: 0;
    position: relative;
    left: auto;
    right: auto;
    width: max-content;
}
    /*Контейнер. Контент. Галлерея и инфо*/
    .t-popup__container .t-col {
    display: inline;
    margin: 15px;
    width: max-content;
}
    /*Отступы для контейнера контент*/
    .t-store .t-store__prod-popup__container .t-store__product-popup .t-slds {
    margin-left: 0px;
    margin-right: 0px;
}
    /*Контейнер, миниатрюы*/
    .t-align_center {
    text-align: center;
}
    /*Контейнер, миниатрюы, адаптив*/
    .t-store .t-slds__thumbsbullet-wrapper, .t-store .t-store__prod-popup__info {
    padding-left: 0px;
    padding-right: 20px;
    }
}
    /*Контейнер тайтла*/
    }
    .t-store__prod-popup__title-wrapper {
    margin-bottom: 15px;
}
    /*Контейнер тайтла*/
    .t-store__prod-popup__container {
    padding: 15px 15px;
}
    /*Контейнер цена*/
    .t-popup__container .t-popup .t-store__prod-popup__price {
    color: #00CB56;
    font-weight: 400;
}

    /*Контейнер информационного текста*/
    .t-store__prod-popup__text {
    margin-top: 10px;
}
    /*Контейнер, информация*/
    .t-popup .t-typography__descr {
    color: #444444;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Cygre';
}


----------


/*Каталог, поп-ап*/
    /*кастомная кнопка в карточке товара*/
        /*скрывает дефолтную кнопку*/
.uc-catalog .t-store__prod-popup__btn-wrapper {
    display: none;
}
    /*Дизайн кнопки внутри карточки товара*/
    .js-store-prod-text a {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    font-weight: 400;
    font-family: 'Bounded';
    }
    /*Первая кнопка. Заказ мессенджеры*/
    .js-store-prod-text a:first-of-type {
    background-color: #21252c;
    color: #ffffff;
    display: inline-block;
    }
    /*Вторая кнопка. Заказ OZON*/
    .js-store-prod-text a:nth-of-type(2) {
    background-color: #307ab8;
    display: none;
    color: #ffffff;
    width: 100%;
    margin-right: 5px;
    }
    /*Третья кнопка. Заказ WB*/
    .js-store-prod-text a:nth-of-type(3) {
    background-color: #b64bc3;
    display: none;
    color: #ffffff;
    width: 48%;
    margin-left: 5px;
    }
    /*Индекс приоритета и расположения*/
    .t706__cartwin_showed {
    z-index: 999999999;
}