
@media screen and (min-width: 960px) {
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:820px;
}
}
/*Переношу табы в карточке товара вправо*/

@media screen and (min-width:960px){
.js-store-product.js-product.t-store__product-popup,
.t-store__product-snippet .t-container{
    position: relative;
}
.t-store__prod-popup__slider.js-store-prod-slider {
    position: absolute;
    top: 0;
    left: 0;
}  

.t-store__tabs.t-store__tabs_accordion {
    max-width: 440px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 490px;
}
}

@media screen and (min-width:1240px){
.t-store__tabs.t-store__tabs_accordion {
    max-width: 560px;
    margin-top: 20px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 620px;
}
}

@media screen and (max-width: 1240px){
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:650px;
}
}
@media screen and (min-width: 1200px) {
    .t-store__prod-popup__container .t-store__tabs {
        margin-left: 630px !important;
        margin-right: 20px;
    }
}
/*-------*/

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

.t-store__filter__item-title { /*Шрифт фильтров*/
    font-size: 16px;
}

.t-checkbox__indicator { /*Фильтры*/
    border-radius: 4px;
}

/*Кнопки в карточке товара*/
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 100px;
    font-weight: 600;
    border:1px solid #423C3C;
}

.js-store-prod-text a:first-of-type {
    color: #423C3C !important;
}
.js-store-prod-text a:last-of-type {
    color: #423C3C !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}
.js-store-prod-text a {
    padding: 12px 30px;
    margin-right: 5px;
}


/*--------*/

/*Миниатюры в карточке товара, обводка и скругление*/
.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
    border: 1px solid #DAE6F2;
    border-radius: 10px;
}

/*Переносим название товара выше в каталоге*/
.js-store-prod-descr.t-store__card__descr { 
    order: -1;
}
/*ширина кнопки*/
@media screen and (min-width: 960px) {
.t-btn_sm { 
    width: 85%;
}

/*Описание в каталоге товаров*/
    .t-store__card__textwrapper { 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

/*Карточка товара, скругление фото и обводка*/
.t-slds__imgwrapper.t-zoomable,
.js-product-img.t-store__card__img {
    border: 1px solid #DAE6F2;
    border-radius:30px;
    overflow:hidden;
}
.t-feed__post-popup__text .t-redactor__tte-view figure {
    width: 50% !important;
    border-radius: 20px;
    border: solid 1px #DAE6F2;
    overflow: hidden;
}

.t-feed__post-popup__text .t-redactor__tte-view figure img {
    width: 100%;
    display: block;
    transition: 0.4s ease-in-out;
}
.t-feed__post-popup__text .t-redactor__tte-view figure img:hover {
    transform: scale(1.05);
}
}
.t-redactor__text a {
    font-size: 20px;
    font-weight: 500;
}
.t-redactor__text em {
    font-size: 16px;
    font-style: normal;
    color: gray;
}

.t-redactor__text strong {
    font-size: 22px;
    font-weight: 500 !important;
}

#rec761272410 .t-redactor__text u {
    background-color: #1F83C1;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 100px;
    transition: 0.2s ease-out;
}
#rec761272410 .t-redactor__text u {
        color: white !important;
    font-size: 16px;
}

#rec761272410 .t-redactor__text u a {
    color: white !important;
    font-size: 16px;
}

#rec761272410 .t-redactor__text u:hover {
    background-color: #423C3C;
}

@media screen and (min-width: 960px) {
.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    position: absolute;
    right: 10px;
    top: 20px;
}

.t-slds__imgwrapper.t-zoomable, .js-product-img.t-store__card__img,
.t-store__card__bgimg_second, .t-store__card__img_second {
    border: 1px solid #DAE6F2;
    border-radius: 30px;
    overflow: hidden;
}

.js-store-prod-descr.t-store__card__descr.t-typography__descr.t-descr.t-descr_xxs {
    height: 47px;
}

}
@media screen and (max-width: 960px) {
.t706__carticon_sm .t706__carticon-counter,
.t1002__wishlisticon-counter.js-wishlisticon-counter {
font-size:11px !important;
}
.t1002__wishlisticon_sm .t1002__wishlisticon-img {
    width: 20px;
    height: 20px;
    padding: 10px 9px;
}
.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    position: absolute;
    right: 0px;
    top: 0px;
}
.t-store__card__textwrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}
.t-store__tabs__content.t-descr.t-descr_xxs {
    font-size: 14px;
}
.js-store-prod-descr.t-store__card__descr.t-typography__descr.t-descr.t-descr_xxs {
    height: 37.5px;
}
.t795 .t-container {
    text-align: center;
}
a.js-store-prod-btn.t-store__card__btn.t-btn.t-btn_sm {
    margin-top: 20px;
}
}
@media screen and (max-width: 640px) {
a.t-btn.t142__submit.t-btn_md {
    width: 280px;
}
a.t995__btn.t-btn.t-btn_md {
        width: 280px;
        display:grid;
}
.t995__title {
    padding-bottom: 10px !important;
    font-size: 24px;
    width: 300px;
    font-weight: 400 !important;
    letter-spacing: -0.4px !important;
}
#rec763049719 .t995__title.t-title.t-title_md {
    display: inline;
}
  #rec763049719 .t995__btn-wrapper {
        margin-right: 0;
        margin-top: 20px;
    }
}


.js-feed-post-image { /*Скругление фото в новостях*/
    border-radius: 30px;
}
.t706__cartpage-form .t-input-group:nth-child(1) {
    margin-bottom: 10px;
}

.t-store__card__price-wrapper {
    margin-top:30px;
}
@media screen and (min-width: 960px) {
    #rec760817961 .t-store__card .t-typography__title {
        height: 63px !important;
    }
}
    /*.t-form__inputsbox.t-form__inputsbox_vertical-form.t-form__inputsbox_inrow {
    width: 530px;
}

.t700__form-upper-text.t-descr.t-descr_xs {
    width: 480px;
}
}
*/
.t700__img.t-img {
    border-radius: 30px;
}

div#delivery-yandex-map {
    border-radius: 15px !important;
    overflow: hidden;
}

.t706__cartwin-prodamount-wrap {
    display: none !important;
}

#form771152295 > div.t-form__inputsbox.t-form__inputsbox_inrow > div.t-input-group.t-input-group_pc > div.t-input-block > div.t-inputpromocode__wrapper > div > div:nth-child(1) {
    display: none;
}