/*СПОСОБЫ НАЛОЖЕНИЯ*/
.mix-blend-multiply {
    mix-blend-mode: multiply;
}

.mix-blend-hard {
    mix-blend-mode: hard-light;
}

/*ГРАДИЕНТЫ ДЛЯ ТЕКСТА*/
.text-gr-grey .tn-atom {
    background: -webkit-gradient(linear, left bottom, left top, from(#93939c), to(#4d4d5b));
    background: -o-linear-gradient(bottom, #93939c, #4d4d5b);
    background: linear-gradient(to top, #93939c, #4d4d5b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gr-cherry .tn-atom,
.t702__title {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#8a5a56), to(#9c9cb5));
    background-image: -o-linear-gradient(bottom, #8a5a56, #9c9cb5);
    background-image: linear-gradient(to top, #8a5a56, #9c9cb5);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tex-gr-dark_grey .tn-atom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4d4d5b), to(rgba(156, 156, 181, 0.79)));
    background-image: -o-linear-gradient(bottom, #4d4d5b, rgba(156, 156, 181, 0.79));
    background-image: linear-gradient(to top, #4d4d5b, rgba(156, 156, 181, 0.79));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.tex-gr-dark_blue .tn-atom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4d4d5b), to(#8a5a56));
    background-image: -o-linear-gradient(bottom, #4d4d5b, #8a5a56);
    background-image: linear-gradient(to top, #4d4d5b, #8a5a56);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; 
}

/*ГРАДИЕНТЫ*/
.second-gr-bg {
    mix-blend-mode: multiply;
}

.second-gr-bg .tn-atom {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(49.48%, rgba(255, 255, 255, 0)), color-stop(70.83%, rgba(239, 228, 192, 0.5)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 49.48%, rgba(239, 228, 192, 0.5) 70.83%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 49.48%, rgba(239, 228, 192, 0.5) 70.83%, rgba(255, 255, 255, 0) 100%);
}

.notebook-gr {
    mix-blend-mode: multiply;
}

.notebook-gr .tn-atom {
    background: -o-radial-gradient(50% 50%, 50% 50%, rgba(155, 120, 118, 0) 0%, rgba(139, 114, 112, 0.03) 52.6%, rgba(130, 115, 114, 0.26) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(155, 120, 118, 0) 0%, rgba(139, 114, 112, 0.03) 52.6%, rgba(130, 115, 114, 0.26) 100%);
}

.gold-gr-card .tn-atom {
    background: -webkit-gradient(linear, left top, right top, color-stop(0.44%, #FED545), color-stop(1.68%, #EAC959), color-stop(10.19%, #D1AA44), color-stop(18.47%, #BF9336), color-stop(26.33%, #B4862D), color-stop(33.32%, #B0812A), color-stop(44.34%, #BB9137), color-stop(65.71%, #D8BA5B), color-stop(70.96%, #E0C564), color-stop(76.19%, #DDC05E), color-stop(82.93%, #D5B34E), color-stop(90.51%, #C79D34), color-stop(98.64%, #B47F0F), to(#B07908));
    background: -o-linear-gradient(left, #FED545 0.44%, #EAC959 1.68%, #D1AA44 10.19%, #BF9336 18.47%, #B4862D 26.33%, #B0812A 33.32%, #BB9137 44.34%, #D8BA5B 65.71%, #E0C564 70.96%, #DDC05E 76.19%, #D5B34E 82.93%, #C79D34 90.51%, #B47F0F 98.64%, #B07908 100%);
    background: linear-gradient(90deg, #FED545 0.44%, #EAC959 1.68%, #D1AA44 10.19%, #BF9336 18.47%, #B4862D 26.33%, #B0812A 33.32%, #BB9137 44.34%, #D8BA5B 65.71%, #E0C564 70.96%, #DDC05E 76.19%, #D5B34E 82.93%, #C79D34 90.51%, #B47F0F 98.64%, #B07908 100%);
}

.card-gr {
    mix-blend-mode: lighten;
}

.card-gr .tn-atom {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 59, 47, 0.46)), to(rgba(231, 59, 47, 0)));
    background: -o-linear-gradient(top, rgba(231, 59, 47, 0.46) 0%, rgba(231, 59, 47, 0) 100%);
    background: linear-gradient(180deg, rgba(231, 59, 47, 0.46) 0%, rgba(231, 59, 47, 0) 100%);
}

.pink-bg-gr {
    mix-blend-mode: multiply;
}

.pink-bg-gr .tn-atom {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(30.21%, rgba(255, 255, 255, 0)), color-stop(53.65%, rgba(232, 151, 145, 0.09375)), color-stop(75%, rgba(218, 88, 79, 0.15)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 30.21%, rgba(232, 151, 145, 0.09375) 53.65%, rgba(218, 88, 79, 0.15) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 30.21%, rgba(232, 151, 145, 0.09375) 53.65%, rgba(218, 88, 79, 0.15) 75%, rgba(255, 255, 255, 0) 100%);
}


/*ИКОНКИ РЕДАКТИРОВАНИЯ*/
.tp-record-edit-icons-right__wrapper {
    position: relative;
    z-index: 9999999999;
}