.t-name_md {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -1%;
}

/* Конструктор перепечей */

/* Вписываем фон в блок с конструктором перепечей */
#coverCarry1513942471 {
    background-attachment: scroll;
    background-size: contain;
    background-color: rgb(255, 254, 253);
    height: 750px;
}
/* Меняем стандартные размеры кнопки блока*/
.t698 .t-submit {
    margin: 32px 16px;
    width: auto;
}



/* Модификации каталога товаров */

/* Выравнивание кнопки в одну линию с ценой */
@media screen and (width > 1199px) {
    .t-store__card-list__vertical-align-buttons .t-store__card__btns-wrapper {
        margin-top: -62px!important;
        flex-direction: row;
        justify-content: flex-end;
}
}
/* Выравнивание цены по нижнему краю в карточках товаров */
.store__card__wrap_txt-and-opts,
.store__card__wrap_txt-and-opts>a,
.t-store__card__textwrapper
{
    height: 100%;
}
.store__card__wrap_txt-and-opts>a {
    display: inline-block;
}
.t-store__card__textwrapper {
    box-sizing: border-box;
}

.t-store__card__textwrapper {
    display: flex;
    flex-direction: column;
}

.js-store-price-wrapper {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.js-store-prod-sold-out {
    width: 100%;
    order: -1;
}
.t-store__card__price {
    margin-right: 5px;
}



/* Фильтры каталога */
.t-store__filter__item-title {
    font-family: 'Akrobat',Arial,sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -1%;
    margin-bottom: 24px;
}
.t-store__filter__title {
    font-family: 'Akrobat',Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}
.t-store__filter__checkbox {
    margin-bottom: 12px;
}

/* Увеличение текста в Попапе */
.js-store-prod-all-text  {
    font-family: 'Akrobat',Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}
.t-name_xl {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -1%;
}
.t-name_xs {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -1%;
}
.t-descr_xxs {
    font-size: 16px;
    line-height: 1.5;
}


.t706__form-bottom-text {
    font-size: 18px;
    line-height: 1.5;
}

.t706 .t-form__successbox {
    padding-bottom: 40px;
    padding-top: 40px;
}