.t-store__card__bgimg, .t-store__card__bgimg_second,.t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
        border-radius: 12px;
}

.head_ul a {
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.js-product-edition-option-name, .js-product-option-name {
        font-weight: 900!important;
        font-size: 18px!important;
}

.head_ul a:hover {
    color: #d9652b!important;
}

.t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
        border-radius: 20px;
}

.js-store-prod-all-text ul, .js-store-prod-all-text ul li {
    list-style: none;
    position: relative;
}

.js-product-price.js-store-prod-price-val.t-store__card__price-value:before {
    content: "От ";
}

.t774__uptitle {
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 16px;
}

.js-store-prod-all-text ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #d9652b;
    position: absolute;
    left: -16px;
    top: 8px;
    border-radius: 20px;
}

.t774__wrapper, .t774__bgimg {
        border-radius: 20px;
}

.tilda_ul ul {
    list-style: none;
    padding-left: 40px!important;
}

.t-btn_sm {
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.tilda_ul ul li {
    list-style: none;
    position: relative;
    margin-bottom: 7px;
}

.tilda_ul ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #d9652b;
    position: absolute;
    left: -30px;
    top: 9px;
    border-radius: 20px;
}

.linear_gradient_btm .tn-atom, .linear_gradient_top .tn-atom {
        position: relative;
}

.linear_gradient_btm .tn-atom{
    background: linear-gradient(180deg, #1f1a1a 0%, rgba(31,26,25, 0) 100%);
    transform: rotate(-180deg);
}


.linear_gradient_top .tn-atom{
    background: linear-gradient(0deg, #1f1a1a 0%, rgba(31,26,25, 0) 100%);
    transform: rotate(-180deg);
}

