.t-input {
    font-family:'Jura';
}
.t228__right_buttons_but > a, .t228__right_descr > a {
    font-weight:700;
    font-size:20px;
}
.js-store-prod-charcs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
}

.js-store-prod-charcs div {
    border: 1px solid #cdcdcd;
    padding: 5px;
}

.chr-title {
    font-weight: 700;
}

.chr-descr {
    margin-left: -1px;
}    

.js-store-product[data-product-pack-m="0"] p.js-store-prod-weight  {
    display: none;
}
.js-store-product[data-product-pack-x="0"] p.js-store-prod-dimensions {
    display: none;
}
.t776__price, .t776__price_old, .t766__price, .t766__price_old {
    font-family: 'Jura';
    font-weight: 700 !important;
    font-size: 24px !important;
}
.t-descr {
    font-family: 'Jura' !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}
.js-product-price, .t-store__prod__price-portion, .t-store__prod-popup__price-currency, .t-store__card__price-currency {
    font-family:'Jura';
    font-weight:700;
    text-transform:uppercase;
}
.js-store-prod-all-text > ul {
    padding-top:30px;
    padding-left:0 !important;
    display:grid !important;
    grid-template-columns: repeat(3, 1fr);
    justify-items: stretch;
    gap:30px;
}
.js-store-prod-all-text strong {
    font-family:'BOWLER' !important;
    font-weight:700;
}
.js-store-prod-all-text > ul > li {
    justify-items: stretch;
    display:grid;
}
.js-store-prod-all-text > ul > li > a {
    font-size:14px;
    font-family:'Jura';
    font-weight:700;
    text-transform:uppercase;
    height:45px;
    padding:0 20px;
    text-align:center;
    color:#3f76ba !important;
    border:1px solid #3f76ba !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-radius:10px;
    transition: all 0.2s ease-in-out;
    align-content: center;
}
.js-store-prod-all-text > ul > li > a:hover {   
    color:#fff !important;
    background:#3f76ba;
}
.js-store-prod-all-text > ul > li:first-child > a:hover {
    cursor:wait;
}
.js-store-prod-all-text > ul > li:first-child > a {
    color:#fff !important;
    background:#3f76ba;
}