/*Скрыть цвета в карточке товара */
.js-product-edition-option.t-product__option,
.js-product-edition-option {
    display:none;
}

/* Связаться с нами*/
.t708__popup-container .t-name_xl {
    font-size: 16px!important;
    line-height: 1.15!important;
}
.t708__title.t-name.t-name_xl strong{
    display:block;
    margin-bottom:10px;
}
.t708__popup-container .t-descr_md {
    font-size: 17px!important;
    line-height: 1.15!important;
}
.t708 .t-input-title {
    padding-bottom: 10px!important;
}
.t708 .t-input-group {
    margin-bottom: 15px!important;
}
.t708__popup-container .t-submit{
    border-radius:4px;
    text-transform:none!important;
}
/*Стили внутри карточек товара*/
.t-store__prod-popup__name.t-name_xl {
    font-size: 32px!important;
}
.t-store__prod-popup__price.t-name_md {
    font-size: 27px!important;
    font-weight: 500 !important;
    
}
.t-store__prod-popup__text.t-descr_xxs,
.js-product-controls-wrapper .t-product__option .t-descr_xxs{
    font-size: 18px!important;
    line-height: 1.25!important;
}