.t-name_xl {
    font-size: 52px;
    text-align: center;
    line-height: 1.35;
}
@media screen and (max-width: 1200px) {
    .t-name_xl {
        font-size: 26px;
    }
}

.t-store__prod-popup__price-wrapper {
    margin-top: 0;
    display: flex
;
    justify-content: center;
}

.t-name_md {
    font-size: 34px;
    line-height: 1.35;
}

.t-name {
    font-weight: 600;
    color: #000000;
    font-family: SpecialElite;
}

.t-descr {
    font-family: SpecialElite;
    font-weight: 300;
    color: #000000;
}

.t-store .t-product__option-title {
    padding-bottom: 3px;
    text-align: center;
}

.js-product .t-product__option .t-product__option-variants_custom {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: auto;
    overflow-wrap: anywhere;
    position: relative;
}

.t-store__prod-popup__btn-wrapper {
    margin-bottom: 30px;
    margin-top: 20px;
    display: flex
;
    justify-content: center;
}

.t-btn_sm {
    height: 45px;
    width: 180px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}
.t-btn td {
    vertical-align: middle;
    font-family: 'GraffitiKislicin';
}

.js-product .t-product__option-variants_buttons .t-product__option-title_buttons {
    padding-right: 0;
    font-family: 'GraffitiKislicin';
}