.main_sld_gr .tn-atom {
    background: -webkit-gradient(linear, left top, right top, color-stop(84.45%, #1A1818), color-stop(132.31%, rgba(26, 24, 24, 0)));
    background: -o-linear-gradient(left, #1A1818 84.45%, rgba(26, 24, 24, 0) 132.31%);
    background: linear-gradient(90deg, #1A1818 84.45%, rgba(26, 24, 24, 0) 132.31%);
    background-color: transparent !important;
    -webkit-filter: blur(300px);
            filter: blur(300px);
}

.black-gr .tn-atom {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 25, 23, 0)), to(#1C1917));
    background: -o-linear-gradient(top, rgba(28, 25, 23, 0) 0%, #1C1917 100%);
    background: linear-gradient(180deg, rgba(28, 25, 23, 0) 0%, #1C1917 100%);
    background-color: transparent !important;
}

.sld_bottom-gr {
    mix-blend-mode: lighten;
    display: block;
}

.sld_bottom-gr .tn-atom {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(132, 95, 0, 0)), to(#655230));
    background: -o-linear-gradient(top, rgba(132, 95, 0, 0) 0%, #655230 100%);
    background: linear-gradient(180deg, rgba(132, 95, 0, 0) 0%, #655230 100%);
    background-color: transparent !important;
    position: absolute;
    height: 100%;
}

.white-gr .tn-atom {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background-color: transparent !important;
}

.gold-gr .tn-atom {
    background: -webkit-gradient(linear, left top, left bottom, from(#BE8A43), to(rgba(190, 138, 67, 0)));
    background: -o-linear-gradient(top, #BE8A43 0%, rgba(190, 138, 67, 0) 100%);
    background: linear-gradient(180deg, #BE8A43 0%, rgba(190, 138, 67, 0) 100%);
    background-color: transparent !important;
}

.gold-bg-gr .tn-atom {
    background: -webkit-gradient(linear, left top, left bottom, from(#BE8A43), to(#B37C2C));
    background: -o-linear-gradient(top, #BE8A43 0%, #B37C2C 100%);
    background: linear-gradient(180deg, #BE8A43 0%, #B37C2C 100%);
    background-color: transparent !important;
}

.filter_gold_xl .tn-atom {
    background: -o-linear-gradient(351.81deg, #A1775F 3.87%, #A1775F 54.44%, rgba(161, 119, 95, 0) 94.61%);
    background: linear-gradient(98.19deg, #A1775F 3.87%, #A1775F 54.44%, rgba(161, 119, 95, 0) 94.61%);
    background-color: transparent !important;
}

.filter_gold_s .tn-atom {
    background: -o-linear-gradient(1.06deg, #A0765E 7.28%, rgba(160, 118, 94, 0) 95.71%);
    background: linear-gradient(88.94deg, #A0765E 7.28%, rgba(160, 118, 94, 0) 95.71%);
    background-color: transparent !important;
}

.mix-soft-light {
    mix-blend-mode: soft-light;
    display: block;
}

.mix-soft-light .tn-atom {
    position: absolute;
    height: 100%;
}

.t-feed__post-popup__content.t-col_8 {
    max-width: 1160px !important;
}

.t-rec {
        word-break: normal !important;
    }
    
@media screen and (min-width: 641px) {
    .t-text_md {
        font-size: 16px !important;
    }
}
    
@media screen and (max-width: 640px) {
    .t-text_md {
        font-size: 14px !important;
    }
}

/*Стили для блока описания объектов в номинациях*/
.t812__pricelist-item .t-row {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
}

.t812__pricelist-item__price {
    white-space: normal !important;
}

/*Ширина вкладок номинантов на моб. версии*/
.t397__width_20 {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
}