/* расстояние между названием и ценой */
.t-store__card__price-wrapper {
    margin-top: 3px !important;
}


/* расстояние между Карточкой и названием в мобилке*/
@media (max-width: 768px) {
.t-store__card__textwrapper {
    padding-top: 15px !important;
}
}


/* растягивание кнопки на странице товара*/
@media (min-width: 768px) {
.t-btn_sm {
    height: 45px;
    font-size: 14px;
    padding-left: 200px;
    padding-right: 200px;
}
}

@media (min-width: 960px) {
.t-btn_sm {
    height: 45px;
    font-size: 14px;
    padding-left: 165px;
    padding-right: 165px;
}
}

@media (min-width: 562px) {
.t-btn_sm {
    height: 45px;
    font-size: 14px;
    padding-left: 150px;
    padding-right: 150px;
}
}

@media (min-width: 640px) {
.t-btn_sm {
    height: 45px;
    font-size: 14px;
    padding-left: 110px;
    padding-right: 110px;
}
}



/* размер шрифта опций на странице товара табы*/
@media screen and (min-width: 380px) {
    .t-name_xs {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 640px) {
    .t-name_xs {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 980px) {
    .t-name_xs {
        font-size: 18px !important;
    }
}



/* размер шрифта опций на странице товара */
@media screen and (min-width: 380px) {
    .t-descr_xxs {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 640px) {
    .t-descr_xxs {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 980px) {
    .t-descr_xxs {
        font-size: 18px !important;
    }
}


/* СМОТРИТЕ ТАКЖЕ */
@media screen and (min-width: 640px) {
    .t-store__relevants__title.t-uptitle.t-uptitle_xxl {
        font-size: 40px !important;
        margin-top: 160px !important;
        margin-bottom: 50px !important;
    }
}

@media screen and (min-width: 380px) {
    .t-store__relevants__title.t-uptitle.t-uptitle_xxl {
        font-size: 30px !important;
        margin-top: 130px !important;
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 980px) {
    .t-store__relevants__title.t-uptitle.t-uptitle_xxl {
        font-size: 50px !important;
        margin-top: 170px !important;
        margin-bottom: 40px !important;
    }
}


