a.t-store__prod-popup__btn.t-btn.t-btn_sm {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px;
    background-image: linear-gradient(0turn,rgba(255,106,40,1) 0%,rgba(254,47,87,1) 100%);
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.js-product .t-product__option-item_radio .t-product__option-input+.t-product__option-checkmark:before {
    left: -19px;
    top: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0,0,0,.2);
}
.js-product .t-product__option-item_radio .t-product__option-input:checked+.t-product__option-checkmark:after {
    left: -18px;
    top: 6px;
    width: 10px;
    height: 10px;
    background-color: rgba(0,0,0,.2);
}
a.t-store__prod-popup__btn.t-btn.t-btn_sm:hover {
    color: #000000;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px;
    background-image: linear-gradient(0turn,rgba(255,106,40,1) 0%,rgba(254,47,87,1) 100%);
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
div#tildacоpy {
    height: 0px;
}
.t-descr_xxs {
    font-size: 18px;
    line-height: 1.55;
}
.js-product .t-product__option-variants_radio .t-product__option-item {
    padding-left: 22px;
    margin-bottom: 10px;
    width: 100%;
    min-height: 10px;
    padding-right: 0px;
}

.js-product .t-product__option-item {
padding: 5px 0px;
    margin-right: 8px;
    margin-bottom: 10px!important;
    max-width: 80px!important;
    background-color: #c4c1c057;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    border-left: 2px solid transparent;
}
.js-product .t-product__option-variants_custom.t-product__option-variants_radio {
    color: #000;
    font-size: 10px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
       flex-direction: row!important;
}

.js-store-prod-all-text table {
    border-collapse: collapse;
    font-size: 16px;
}
.js-store-prod-all-text td {
    border: 1px solid #d7d0d0;
    text-align: center;
    padding: 3px;
}
.js-store-prod-all-text th {
    font-size: 14px;
    padding: 10px;
}