.goriz_line {
  transform: scaleY(0.5);
  transform-origin: top;
}



.t-store__prod-snippet__container {
    padding-bottom: 120px;
    padding-top: 30px;
}



element.style {
    color: #1a364d;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Vindemia',Arial,sans-serif;
}

/* Заголовки в табах */
@media screen and (min-width: 1201px) {
    .t-name_xs {
        font-size: 20px; /* для больших экранов >1200px */
    }
}

@media screen and (max-width: 1200px) and (min-width: 481px) {
    .t-name_xs {
        font-size: 20px; /* для десктопов и планшетов до 1200px */
    }
}

@media screen and (max-width: 480px) {
    .t-name_xs {
        font-size: 19px; /* для мобильных */
    }
}


/* Описание в табах */
@media screen and (min-width: 1201px) {
    .t-descr_xxs {
        font-size: 15px; /* для больших экранов >1200px */
    }
}

@media screen and (max-width: 1200px) and (min-width: 481px) {
    .t-descr_xxs {
        font-size: 15px; /* для десктопов и планшетов до 1200px */
    }
}

@media screen and (max-width: 480px) {
    .t-descr_xxs {
        font-size: 16px; /* для мобильных */
    }
}


.t-text {
    font-family: 'Arial';
    font-weight: 400;
    color: #000000;
}

.t-text {
    font-family: 'Arial';
    font-weight: 400;
    color: #000000;
}




.t-store__prod__quantity {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #EFEFE8;
    border: 1px solid #777;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    font-size: 14px;
    height: 45px;
    margin: 0 4px 8px 0;
    vertical-align: top;
}
