@charset "utf-8";

:root {
    --color-magenta: #CB2C30;
    --color-green: #168D2E;
    --color-blue: #00a1ff;
    --color-orange: #ff8100;
}

* {
    margin:0;
    padding:0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans';
    background: #E5E5E5;
    min-height: 100vh;
}

img {
    max-width:100%;
}

#primary {
    padding:0 35px;
    display:flex;
    justify-content: space-between;
    padding-bottom:100px;
    position:relative;
}

.left_aside {
    padding-top:60px;
    padding-right: 15px;
}


.author-info a {
    font-weight: 400!important;
}

.notifications {
    position: relative;
}

.notificationCounter{
    background: #D83535;
    color: white;
    border: 2px solid #000000;
    border-radius: 32px;
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
    bottom:-7px;
    right: -7px;
}
.mobile-buttons480 .notificationCounter{
    border-radius: 26px;
    font-size: 10px;
    line-height: 13px;
    padding: 0 4px;
    bottom:-7px;
    right: -7px;
}
.left_aside ul {
    list-style:none;
}

.left_aside ul li {
    margin: 0px 0px 20px;
}

.left_aside ul li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    text-decoration: none;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.breadcrumbs__item {
    display: inline-block;
    text-decoration: none;
    color: #959595;
    font-size: 14px;
    line-height: 1.2;
}

.breadcrumbs__item:not(:first-child)::before {
    content: '>';
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
}

.homepage .wrap {
    max-width: 1180px;
    width: calc(66% - 40px);
    position: relative;
    z-index: 1;
}

.post-bottom {
    display:flex;
    position:relative;
}

.post .tags {
    margin-bottom:20px;
    margin-top:20px;
}

.post .tags a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    opacity: 0.7;
    text-decoration: none;
    margin-right:30px;
}

.post .tags a:last-child {
    margin-right:0;
}

.post .tags a:hover {
    opacity:1;
}

.posts {
    background:#fff;
    padding:50px 20px 0;
}

.posts .post {
    padding-bottom:60px;
}

.pb {
    margin-right:30px;
    display:flex;
    align-items: center;
    text-decoration: none;
}

.pbg {
    cursor:pointer;
}

.pb > span {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-left:6px;
}

h1,
h2,
h3,
p {
    word-break: break-word;
}

.posts h2 {
    margin-bottom:20px;
}

.posts h2 a {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    color: #000000;
    text-decoration: none;
}

.posts p,
.subscribers p {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 140%;
    margin-bottom:20px;
    color: #000000;
    word-break: break-word;
}

.posts p a {
    color:#333;
}

.posts p a:hover {
    text-decoration: none;
}

.post-top-right {
    flex-basis: calc(100% - 45px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 44px;
}
@media screen and (max-width: 1000px) {
    .post-top-right {
        min-height: 36px;
    }

}

.post-top {
    display:flex;
    align-items: self-start;
    position:relative;
}


.post-moderation {
    border: 1px solid var(--color-orange);
    color: var(--color-orange);
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 12px;
    float: left;
}

.post-top-left {
    margin-right:8px;
}

.post-channel-name {
    margin-bottom:6px;
    font-weight: bold;
    word-break: break-word;
    margin-right: 30px;
}

.post-channel-name a {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    text-decoration: none;
    word-break: break-word;
}

.post-channel-name a:hover {
    text-decoration: underline;
}


.post-author {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    word-break: break-word;
}

.post-author a {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    text-decoration: none;
}

.post-author .post-date {
    margin-right: 10px;
    font-weight: bold;
    white-space: nowrap;
    opacity: 0.5;
}
@media screen and (max-width: 500px){
    .post-author .post-date{
        display: block;
    }
    .post-author .post-date.mt{
        margin-top: 5px;
    }
}

header {
    padding: 20px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 6%);
    position: sticky;
    top: 0;
    z-index: 99;
}

header {
    box-sizing: border-box;
    min-height: 62px;
}
#adsBeforeSlider {
    position: sticky;
    top: 62px;
    z-index: 100;
}
@media (min-width: 1001px) {
    header {
        min-height: 88px;
    }
    #adsBeforeSlider {
        top: 88px;
    }
}
@media (min-width: 1201) {
    header {
        min-height: 84px;
    }
    #adsBeforeSlider {
        top: 84px;
    }
}

.ads-before-slider {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 8px;
    text-decoration: none;
    background: #F9F9F9;
    color: #000000;
    transition: 0.3s;
    font-size: 18px;
    position: absolute;
    margin-top: -4px;
}
.ads-before-slider img{
    width: 24px;
    height: 24px;
}
.ads-before-slider:hover {
    background: #FFFFFF;
}
.ads-before-slider__close {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    font-size: 25px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.btn {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    background: #CB2C30;
    border-radius: 10px;
    padding:10px 30px;
    cursor:pointer;
    text-decoration: none;
}

.head {
    display:flex;
    align-items: center;
}

.menu {
    margin-right:55px;
    cursor:pointer;
}

/* .menu:hover rect {
    width:100%;
    transition:0.3s;
    fill: #cb2b30;
} */

.logo {
    margin-right:90px;
}

.search {
    width:480px;
}

.search form {
    position:relative;
}

.search form input {
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 8px 31px 10px 31px;
    outline: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    width: calc(100% - 62px);
}

.search form button {
    cursor:pointer;
    background:none;
    outline:none;
    border:0;
    position:absolute;
    top:9px;
    right:20px;
}

.ads {
    font-size:0;
    line-height: 0;
    position:relative;
    z-index:10;
}

.ads-in-feed {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.ads-in-feed > div:not(:empty),
.ads-in-feed > a:not(:empty) {
    padding-top: 20px;
    padding-bottom: 20px;
}

.comment-ads {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.comment-ads > div:not(:empty),
.comment-ads > a:not(:empty) {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ads-iframe-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 20%;
    height: 0;
    overflow: hidden;
}

.ads-iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.slider {
    padding: 180px 0 180px 375px;
    background: url(/img/slider.png) no-repeat center;
    margin-bottom: 20px;
    background-size: cover;
    width: calc(100% - 375px);
}

aside {
    max-width:315px;
    width: 17%;
}

.single .posts {
    padding: 50px 48px;
    max-width: 780px;
    margin: 0 auto;
}

form small {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 100%;
    color: #999999;
    display: block;
    margin-top: 10px;
}



.registration h1 {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    margin-bottom:30px;
}

.form-input input {
    border:1px solid #808080;
    outline:none;
    height: 52px;
    line-height:52px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    color: #000;
    padding-left:20px;
    width:calc(100% - 20px);
    max-width:610px;
}

/* стили голосования start */

.poll-area {
    margin-top: 60px;
}
.poll-area__buttons {
    display: flex;
}
.poll-area__add-button,
.poll-area__remove-button {
    display: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    color: #000000;
    background: #E5E5E5;
    border-radius: 10px;
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    align-items: center;
}

.poll-area.expand .poll-area__remove-button {
    display: flex;
}
.poll-area:not(.expand) .poll-area__add-button {
    display: flex;
}

.poll-container {
    display: none;
}
.poll-area.expand .poll-container {
    display: block;
}

.edit-poll__settings {
    display: grid;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 30px;

    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
        'edit-poll__name'
        'edit-poll__start'
        'edit-poll__end';
}
@media(min-width: 768px) {
    .edit-poll__settings {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
            'edit-poll__name edit-poll__name'
            'edit-poll__start edit-poll__end';
    }
}


.edit-poll__name {
    grid-area: edit-poll__name;
}
.edit-poll__start {
    grid-area: edit-poll__start;
}
.edit-poll__end {
    grid-area: edit-poll__end;
}

.edit-poll__label {
    font-size: 14px;
    color: #808080;
}

.edit-poll__input {
    width: 100%;
    font-family: 'Open Sans';
    background: #FFFFFF;
    outline: none;
    height: 52px;
    line-height: 50px;
    padding-left: 20px;
    border: 1px solid #808080;
    border-radius: 8px;
    box-sizing: border-box;
}

.edit-poll__input[type="date"],
.edit-poll__input[type="datetime-local"] {
    padding-right: 20px;
}

.edit-poll__items {
    display: block;
    margin-bottom: 20px;
}

.edit-poll__item {
    display: flex;
    align-items: center;
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    width: 100%;
    font-family: 'Open Sans';
    height: 40px;
    line-height: 1.2;
    font-size: 16px;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 8px;
    transition: 0.3s;
}

.edit-poll__item-delete {
    font-family: 'Open Sans';
    font-size: 30px;
    line-height: 38px;
    width: 16px;
    height: 100%;
    padding-left: 11px;
    padding-right: 10px;
    cursor: pointer;
}

.edit-poll__item-content {
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 20px;
    white-space: nowrap;
}

.edit-poll__item:has(.edit-poll__item-delete:hover) {
    background-color: #FFF5F5;
    border: 1px solid #FF0000;
    color: #ff0000; 
}

.edit-poll__item:has(.edit-poll__item-delete:hover) .edit-poll__item-content {
    text-decoration: line-through;
}

.edit-poll__add-item {
    position: relative;
}

.edit-poll__add-item-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    font-family: 'Open Sans';
    font-size: 14px;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #808080;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
    user-select: none;
}
.edit-poll__add-item-button:hover {
    background-color: #FFFFFF
}

/* стили публичного поста (не редактора) */

.post-poll {
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-poll h4 {
    word-break: break-word;
}

.post-poll__items {
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
}

.post-poll__item {
    display: flex;
    min-height: 25px;
    background-color: #F0F0F0;
    padding: 5px 9px;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
}

.post-poll__item-progress {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #e1e1e1;
    /* border-bottom-left-radius: 20px;
    border-top-left-radius: 20px; */
    border-radius: 20px;
    z-index: 0;
    transition: 0.3s;
    max-width: 100% !important;
}

.post-poll__item-checkbox {
    margin-right: 5px;
    z-index: 1;
}

.post-poll__item-checkbox input {
    display: none;
}

.post-poll__item-checkbox label {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFFFFF;
    cursor: pointer;
}

.post-poll__item-checkbox input:checked + label {
    background-color: #CB2C30;
}


.post-poll__item-checkbox label::before,
.post-poll__item-checkbox label::after {
    display: block;
    position: absolute;
    content: '';
    background-color: #FFFFFF;
}

.post-poll__item-checkbox label::before {
    top: 11px;
    left: 4px;
    width: 6px;
    height: 2px;
    transform: rotate(45deg);
}

.post-poll__item-checkbox label::after {
    top: 10px;
    left: 7px;
    width: 11px;
    height: 2px;
    transform: rotate(135deg);
}

.post-poll__item-name {
    line-height: 1.2;
    padding-left: 5px;
    z-index: 1;
    flex-grow: 1;
    word-break: break-word;
}

.post-poll__item-result {
    line-height: 1.2;
    z-index: 1;
    padding-right: 5px;
}

.post-poll__sidebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.post-poll__count {
    font-size: 14px;
    color: #777777;
    margin-bottom: 12px;
}

@media(min-width: 576px) {
    .post-poll__sidebar {
        flex-direction: row;
    }

    .post-poll__count {
        margin-bottom: 0;
    }
}

.post-poll__buttons {
    display: flex;
    justify-content: flex-end;
}

.post-poll__button {
    margin-left: 10px;
    display: none;
    width: 129px;
    height: 42px;
    background: #CB2C30;
    border-radius: 10px;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.post-poll__info {
    font-size: 14px;
    color: #777777;
}

.post-poll.ready .post-poll__button__cansel {
    display: flex;
}

.post-poll:not(.ready) .post-poll__button__vote {
    display: flex;
}

.post-poll.ready .post-poll__item-checkbox {
    display: none;
}

/* стили голосования end */

#editor.error,
.item-cats.error,
input.error {
    border:1px solid red!important;
}


textarea.error {
    border:1px solid red!important;
}

.form-input {
    margin-bottom: 20px;
    max-width: 630px;
}

.two-inputs {
    display:flex;
    justify-content: space-between;
}

.registration .two-inputs input {
    max-width:calc(50% - 30px)
}

form .btn {
    display:inline-block;
    width: 247px;
    height: 54px;
    padding:0;
    margin-top:14px;
    line-height: 54px;
    margin-left:40px;
}

.registration .white-block {
    background:#fff;
    padding:50px 100px;

}

.registration .wrap {
    max-width: 980px;
    width: 100%;
}

.btn:hover {
    background: #ba2636;
}

.bgs {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgb(0 0 0 / 60%);
    display: none;
    align-items: center;
    justify-content: center;
}

.bgs.active {
    display: flex;
    overflow-y: scroll;
    padding: 0;
    height: 100%;
    width: 100vw;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.bgs form {
    box-sizing: border-box;
    margin: auto;
    background: #FFFFFF;
    border-radius: 8px;
    width:80%;
    max-width:780px;
    position:relative;
    overflow:hidden;
}

.bgs.del-ch .form-right-inside {
    padding: 40px!important;
}

.bgs.del-ch .form-right {
    flex-basis: 100%;
    width: 100%;
}

.single .post-bottom {
    margin-bottom:30px;
}

.single-post h1 {
    font-family: Manrope;
    font-weight: 800;
    font-size: 34px;
    line-height: 130%;
    color: #000000;
    margin-bottom:30px;
}

.single-post p {
    font-family: Open Sans;
    color: #000000;
    margin-bottom:30px;
}

.single-post ul,
.single-post ol {
    padding-left:20px;
}

.post img {
    margin-bottom:20px;
    width: 100%;
}

.post .post-bottom img{
    margin: 0;
}

.single-post ul li,
.single-post ol li {
    font-family: 'Open Sans';
    color: #000000;
    margin-bottom:15px;
}

.single-post p,
.single-post ul li,
.single-post ol li {
    font-size: 18px;
    line-height: 1.8;
}

.single-post a {
    color: #000000;
}


.single-post img:not(.fr-dii.newImg){
    margin:15px auto;
    display:block;
    width: 100% !important;
    height: auto!important;
}

.single-post img.fr-dii.newImg{
    margin:0 5px;
}

.single-post img.fr-fil.newImg{
    float: left
}

.single-post img.fr-fir.newImg{
    float: right
}

.single-post br{
    clear: both;
}

.fr-view br{
    clear: both;
}

.mobile-buttons480 {
    display:none;
}

.single-post h2 {
    font-family: Manrope;
    font-weight: 800;
    font-size: 25px;
    line-height: 130%;
    color: #000000;
    margin-top:50px;
    margin-bottom:30px;
}

.channel-img {
    display:block;
    width:44px;
    height:44px;
    background-size:cover!important;
    background-position:center!important;
    background-repeat: no-repeat!important;
    background-image: url(/img/no-channel.png); /* default */
}
@media screen and (max-width:1000px) {
    .channel-img {
        width: 28px;
        height: 28px;
        position: relative;
        top: 5px;
    }
}
.form-block {
    display:flex;
    justify-content: space-between;
}

.form-left{
    flex-basis: 390px;
    width: 50%;
    background: #CB2C30 url(/img/login.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.bgs-title {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    margin-bottom:15px;
}

.form-right{
    flex-basis: 390px;
    width:50%;
}

.form-right input {
    height: 52px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    outline: none;
    border: 1px solid #808080;
    color: #999999;
    border-radius: 8px;
    width: calc(100% - 40px);
}

.form-right-inside {
    padding:0 40px 30px;
}

.form-submit,
#login {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    cursor:pointer;
    color: #FFFFFF;
    background: #000000;
    border-radius: 8px;
    height: 54px;
    line-height: 54px;
    margin-bottom:20px;
}

.form-submit:hover,
#login:hover {
    opacity:0.8;
}

.bgs .btn {
    height: 54px;
    line-height: 54px;  
    padding:0;
    margin-bottom:15px;
    display:block;
    width: 100%;
    margin-left: 0;
}

.forgot {
    font-size:13px;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: underline;
}

.forgot:hover {
    text-decoration: none;
}

.formback{
    font-size:13px;
    margin-bottom:20px;
    cursor: pointer;
    text-decoration: underline;
}

.formback:hover {
    text-decoration: none;
}

.err-login {
    font-size:14px;
    color:red;
    margin:-10px 0 15px;
    display: block;
}

.sogl a {
    font-size: 14px;
    color: #999999;
    text-decoration: none;
    text-decoration: underline;
}

.sogl a:hover {
    text-decoration: none;
}

.sogl {
    line-height: 18px;
    font-size: 14px;
    color: #999999;
    text-decoration: none;
    margin-bottom:15px;
}

.form-right-inside {
    padding-top: 22px;
}

.close-bgs {
    position:absolute;
    top:20px;
    right:20px;
    cursor:pointer;
}

/* social login and register */
.social-login {
    display: grid;
    grid-template-columns: repeat(3, 48px);
    grid-template-rows: 48px;
    gap: 12px;
}
.social-login__icon {
    display: block;
    text-decoration: none;
    width: 48px;
    cursor: pointer;
}
.social-login__icon > img {
    pointer-events: none;
}


/* /social login and register */

.slide-title a {
    font-family: Manrope;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    text-decoration: none;
    max-width:280px;
    display:inline-block;
}

.slide-title {
    position:relative;
    margin-top:16px;
    margin-bottom:20px;
    padding-top:14px;
    border-top:2px solid #999999;

}

.slick-current .slide-title:after {
    content:'';
    width:200px;
    height:2px;
    background:#CB2C30;;
    position:absolute;
    top:-2px;
    z-index:2;
    left:0;
}

.slide-bottom {
    display:flex;
}

.slide-bottom .pb > span {
    margin-right:30px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}

.slide-date {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.sprite-arr {
    position: absolute;
    bottom: -100px;
    cursor:pointer;
    opacity:0.8;
}

.sprite-arr:hover {
    opacity:1;
}

.arrow-left {
    left:0;
}

.arrow-right {
    right:370px;
    transform: rotate(180deg);
}

.post-channel-name span {
    margin-left:20px;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    font-weight: 400;
}

.channel-meta {
    margin-top:2px;
    margin-bottom:14px;
}

.single .channel-meta {
    position: relative;
    top: -19px;
}


.channel-meta span {
    margin-right:20px;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    opacity: 0.7;
}


.channel-meta span a {
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    opacity: 0.7;
    text-decoration: none; 
}

.post-channel .post-top-left {
    margin-right:20px;
}

.channel-desc {
    font-size: 14px;
    line-height: 140%;
    color: #000000;
}

.post-channel {
    margin-bottom:50px;
}

.post-channel-data {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
}
.post-channel-data__ava {
    grid-area: 1 / 1 / 2 / 2;
}
.post-channel-data__content {
    grid-area: 1 / 2 / 2 / 3;
}
.post-channel-data__button {
    grid-area: 1 / 3 / 2 / 4;
}

.post-channel-and-user,
.post-channel-counters {
    display: flex;
    column-gap: 12px;
    line-height: 1;
}
.post-channel-and-user a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.post-channel-and-user > * {
    padding-bottom: 8px;
}

.ajax-channel-name {
    word-break: break-word;
    margin-right: 30px;
}

.post-channel-counters a {
    text-decoration: none;
    font-size: 14px;
    color: #a5a5a5;
}

.big-posts {
    width:100%;
}

.big-posts-top {
    display:flex;
    justify-content: space-between;
    margin-bottom:20px;
}

.big-posts-bottom {
    display:flex;
    justify-content: space-between;
}

.big-posts-top_left {
    flex-basis: 780px;
    height:502px;
    position:relative;
    max-width: calc(66.666666% - 5px);
}

.big-posts-top_right {
    flex-basis: 380px;
    height:502px;
    position:relative;
    max-width: calc(33.3333% - 10px);
}

.big-posts-top_middle {
    flex-basis: 380px;
    height:502px;
    position:relative;
    max-width: calc(33.333% - 10px);
}

.absi {
    position:absolute;
    left:40px;
    bottom:40px;
    max-width: calc(100% - 60px);
}

.absi a {
    font-family: Manrope;
    font-weight: 800;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    text-decoration: none;
}

.absi-date {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom:17px;

}

.absi-bottom {
    display:flex;
    margin-top:17px;
}

.absi-bottom .pb > span {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    margin-right:35px;  
}

.big-posts-top_left .absi {
    bottom:30px;
}

.big-posts-top_left .absi a {
    font-size: 23px;
    line-height: 130%;
    max-width: 75%;
}

.big-posts-top_right .absi a {
    font-size: 21px;
    line-height: 130%;
    max-width: 75%;
}

.big-posts {
    margin-bottom: 44px;
    background: #E5E5E5;
}
.homepage .posts {
    margin: 0 auto;
    padding: 40px 100px;
}

.absi a:hover {
    opacity:0.9;
}

.page {
    max-width: 730px;
    background: #fff;
    padding: 50px 200px 50px 50px;
    margin: 0 auto;
    width: 100%;
}

.page h1 {
    font-family: Manrope;
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    color: #000000;
    margin-bottom:20px;
}

.page p {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    margin-bottom:40px;
}

.page h2 {
    margin-top:60px;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom:20px;
    color: #000000;
}

.settings h1 {
    font-family: Manrope;
    font-weight: 800;
    font-size: 34px;
    line-height: 130%;
    color: #000000;
    margin-bottom:40px;
    display:flex;
}

.settings h1 img {
    margin-right:10px;
}

.settings h2 {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 0;
}


.form-input label {
    font-size: 15px;
    line-height: 20px;
    display:block;
    margin-bottom:10px;
    color: #808080;
}

.wrap {
    flex-basis: calc(66% - 40px);
    margin:0 auto;
}

.settings form textarea {
    min-height: 60px;
    border: 1px solid #808080;
    outline: none;
    height: auto;
    font-family: 'Open Sans';
    font-weight: 600;
    border-radius: 8px;
    color: #000;
    padding-left: 20px;
    width: calc(100% - 20px);
    max-width: 690px;
    font-size: 16px;
    line-height: 130%;
    padding-top: 19px;
    padding-bottom:19px;
}

.settings h3 {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    margin-bottom:20px;
}

.btn_b {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    padding:19px 30px;
    cursor:pointer;  
    background: #000000;
    border-radius: 8px;
    display:inline-block;
    margin-bottom:30px;
}

.btn_b:hover {
    opacity:0.8;
}

.two-inputs div {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
}

.head-buttons a.add-post {
    font-size: 15px;
}

.add-post {
    cursor:pointer;
    position:relative;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    align-items: center;
    color: #FFFFFF;
    display:inline-block;
    background: #CB2C30;
    border-radius: 10px;
    padding: 12px 54px 12px 54px;
    max-width:177px;
    text-decoration: none;
    vertical-align: middle;
}


.opened-channel-add-post {
    display: none;
}
.opened-channel-add-post.visible {
    display: inline-block;
}

.add-post:hover {
    opacity:0.9;
}

/* .add-post:before {
    content: '';
    position: absolute;
    top: calc(50% - 9px);
    right: 42px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
    opacity: 0.2;
    width: 1px;
    height: 18px
} */

/* .add-post:after {
    content: '';
    position: absolute;
    top: calc(50% - 9px);
    right: 14px;
    background: url('/img/add-post.svg') no-repeat;
    width: 18px;
    height: 18px;
} */

.head-buttons {
    display:flex;
    align-items: center;
}

.head-buttons .btn {
    padding: 12px 30px 11px;
}

.head-buttons a {
    margin-left:20px;
    font-size:0;
}


.page p.not-post {
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    margin-bottom:20px;
}

.add-channel h1{
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    margin-bottom:30px;
}

.form-input select {
    border: 1px solid #808080;
    outline: none;
    height: 52px;
    line-height: 52px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    color: #999999;
    padding-left: 20px;
    width: calc(100% - 0px);
    max-width: 630px;
    background: #fff;
}

.add-channel .form-input textarea {
    border: 1px solid #808080;
    outline: none;
    height: 40px;
    padding-top:19px;
    padding-bottom:19px;
    line-height: 130%;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    color: #000;
    padding-left: 20px;
    width: calc(100% - 20px);
    max-width: 610px;
}

.subheader,
.form-input .chooser span {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    color: #000;
    width: calc(100% - 0px);
    max-width: 610px;
    display:block;
}

.chooser h2 {
    margin-top:0;
}

.item-cats {
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
    border: 1px solid #999999;
    box-shadow: 4px 4px 50px rgb(0 0 0 / 10%);
    border-radius: 8px;
    align-items: self-start;
    padding:7px 0;
    max-height: 460px;
    overflow-y: scroll;
}

.all-cats {
    margin: 20px 0;
    overflow: hidden;
}

.item-cat {
    cursor:pointer;
    flex-basis: calc(50% - 40px);
    display:flex;
    align-items: center;

}

.ite:hover {
    color: #CB2C30;
}

.ite {
    padding:10px 10px 10px 30px;
}

.side-user {
    display: flex;
}

.side-user-left {
    flex-basis: 80px;
    margin-right:15px;
}

.side-user-left img {
    border-radius: 8px;
}

.side-block {
    margin-bottom:30px;
}
.side-block img {
    max-width: 100%;
    max-height: 100%;
}

.side-user-right {
    padding-top:12px;
}

.side-user-right span a {
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    display:block;
    margin-bottom:5px;
}

.side-user-right a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #CB2C30;
    text-decoration: none;
}

.side-title {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    margin-bottom:10px;
}

ul.popular-tags {
    list-style:none;
}

ul.popular-tags li {
    margin: 0px 0px 5px;
    cursor:pointer;
}

ul.popular-tags li:last-child {
    margin-bottom:0;
}

ul.popular-tags li.act {
    color:red;
}

ul.popular-tags li a {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    text-decoration: none;
}

ul.popular-tags li a:hover {
    text-decoration: underline;
}

.socials a {
    margin-right:30px;
}

.socials {
    margin-top:15px;
}

.socials img {
    width: 25px;
    max-width: 25px;
    max-height: 25px;
}

.info-menu {
    display: grid;
    grid-template-columns: auto auto; 
}

.info-menu a {
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
    color: #000000;
}

.info-menu a:hover {
    text-decoration: underline;
}

.user-rating {
    display:flex;
    margin-top:20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #000000;

}

.user-rating span {
    font-family: Manrope;
    font-weight: 800;
    font-size: 30px;
}

.user-rating img {
    margin-left:12px;
}

ul.link-profile {
    margin-top:9px;
    list-style:none
}

ul.link-profile li {
    margin-bottom:10px;
}

ul.link-profile li a {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    display:flex;
}

ul.link-profile li:last-child {
    margin-bottom:0px;
}

ul.link-profile li a img {
    max-width: 19px;
    margin-right: 10px;
    width: auto;
}

.profile-top img {
    max-width:120px;
    margin-bottom:20px;
}

.profile-top > span {
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    display:block;
    color: #000000;
    margin-bottom:10px;
}

.profile-top .enter {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 130%;
    color: #999999;
}

.profile-top {
    margin-bottom:40px;
}

.profile-middle ul {
    list-style:none;
    display:flex;
    flex-wrap: wrap;
}

.profile-middle ul li {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0px 40px 0 0;
}

.profile-middle ul li a {
    color: #000000;
    text-decoration: none;
}

.profile-middle ul li a:hover {
    text-decoration: underline;
}

.profile-middle ul li:last-child {
    margin-right:0;
}

.profile-middle ul li:first-child {
    color: #CB2C30;
}

.profile-page {
    padding-right: 50px;
    max-width: 880px;
    padding-bottom: 0;
}

.profile-bottom {
    margin-top:16px;
}

.profile-bottom p {
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom:40px;
    word-break: break-word;
}

.profile-bottom ul {
    display:flex;
    list-style:none;
    justify-content: space-between;
}

.profile-bottom ul.start {
    justify-content: start;
}

.profile-bottom ul li {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    border-bottom:2px solid transparent;
    cursor:pointer;
    padding-bottom:20px;
}

.profile-bottom ul.start li {
    margin-right: 16px;
    cursor: pointer;
    white-space: nowrap;
}
.profile-bottom ul.start li:last-child {
    margin-right: 0;
}

.c4 {
    cursor:pointer;
}

.profile-bottom ul li.act {
    color: #CB2C30;
    border-bottom:2px solid #CB2C30;
}

.profile-bottom ul li.act {
    color: #CB2C30;
    border-bottom:2px solid #CB2C30;
}

.profile-bottom ul li.act a {
    color: #CB2C30;
}

.profile-wrap {
    max-width:980px;
    margin:0 auto;
    width:100%;
    display:flex;
    margin-top:20px;
    justify-content: space-between;
}

.profile-wrap-left {
    background: #FFFFFF;
    padding:30px 50px 40px;
    flex-basis: 580px;
    max-width:580px;
}

.profile-wrap-right {
    flex-basis: 280px;
}

.profile-wrap-left .posts {
    padding:0;
}

.add-post ~ .posts {
    margin-top:20px;
}

.profile-channels, .profile-comments, .profile-blacklist {
    margin-top:30px;
}

.profile-channels p, .profile-comments p, .profile-blacklist p  {
    margin-bottom:20px;
}

.profile-channel {
    position:relative;
    display:flex;
    margin-bottom:30px;
}

.profile-channel-left {
    width:44px;
    margin-right:20px;
    min-width:44px;
}

.profile-channel-left a {
    display: block;
}

.profile-channel-top {
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    margin-bottom:4px;
}

.profile-channel-top span {
    font-weight: bold;
    margin-right:20px;
}

.profile-channel-top span a {
    font-weight: bold; 
    color: #000000;
    text-decoration: none;
    word-break: break-word;
}

.profile-channel-top span a:hover {
    text-decoration: underline;
}

.profile-channel-bottom span {
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    opacity: 0.7;
    margin-right:25px;
    text-decoration: none;
}


.profile-channel-bottom span a {
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    opacity: 0.7;
    margin-right:25px;
    text-decoration: none;
}


.profile-channel-bottom {
    flex-basis: 100%;
}

.profile-channel-bottom span a:hover {
    text-decoration: underline;
}

.profile-channel:last-child {
    margin-bottom:0;
}

.profile-comment {
    margin-bottom:30px;
}

.profile-comment:last-child {
    margin-bottom:0px;
}

.comment-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 130%; 
    margin-bottom:10px;
    word-wrap: break-word;
}

.comment-user {
    display:flex;
    margin-bottom:20px;
}

.comment-user-left {
    width:44px;
    height:44px;
    margin-right:8px;
    background-size: cover!important;
    background-position: center!important;
}

.mobile-logout {
    font-size:14px;
    color:#CB2C30;
    margin:10px 0;
    display:none;
}

.mobile-search-filter {
    display:none;
}

.comment-user-right a {
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    display:block;
    margin-bottom:10px;
    text-decoration: none;
    color: #000000;
}

.comment-user-right p {
    font-size: 16px;
    line-height: 100%;
    color: #999999;
}

.comment-content {
    word-break: break-all;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}

.comment-text {
    word-break: break-all;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}

.comment-text span {
    display:block;
    text-align: right;
}

.comment-text span a {
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    color: #CB2C30;
    text-decoration: none;
}

.comment-text span a:hover {
    text-decoration: underline;
}



.post-comments form textarea {
    width: calc(100% - 200px);
    min-height: 80px;
    outline: none;
    border: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    resize : none;
}

.number-comments {
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    margin-bottom:20px;
}

.post-comments form {
    position:relative;
    border: 2px solid #000000;
    border-radius: 3px;
    padding:27px 0px 27px 30px;
    margin-bottom:45px;
}

.post-comments form .btn {
    position:absolute;
    background: #CB2C30;
    border-radius: 10px;
    width: 123px;
    height: 43px;
    line-height: 43px;
    bottom:15px;
    right:15px;
    font-size:13px;
}


.single-comment {
    margin-bottom:33px; 
    position: relative;
}


/* single-comment__anchor start */

.single-comment__anchor {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
}

.parent-comment .single-comment__anchor {
    top: -70px;
}

.children-comment .single-comment__anchor {
    top: -53px;
}

@media (min-width: 1001px) {
    .parent-comment .single-comment__anchor {
        top: -100px;
    }
    
    .children-comment .single-comment__anchor {
        top: -86px;
    }
}

@media (min-width: 1201px) {
    .parent-comment .single-comment__anchor {
        top: -12px;
    }
    
    .children-comment .single-comment__anchor {
        top: 2px;
    }
}



/* single-comment__anchor end */

.single-comment-top {
    display:flex;
    margin-bottom:20px;
    position:relative;
}

.single-comment-top-left {
    width:44px;
    height:44px;
    overflow: hidden;
    margin-right:8px;
}

.single-comment-top-right span a {
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    display:block;
    margin-bottom:6px;
    color:#333;
    text-decoration: none;
}

.single-comment-top-right p {
    font-size: 16px;
    line-height: 100%;
    color: #999999;
    margin:0;
}

.single-comment-text {
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}
.comment-area {
    word-wrap: break-word;
    padding: 10px;
}
.comment-area[contenteditable="true"] {
    outline: 1px solid black;
}

.comment-area img {
    margin-bottom: 0;
    width: auto;
    vertical-align: middle;
    cursor: pointer;
}

.fullscreen-img {
    display: none;
    position: fixed;
    z-index: 999999999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

.fullscreen-img_active {
    display: flex;
}

.fullscreen-img__close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    cursor: pointer;
}

.fullscreen-img__image {
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}

.comment-controls-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
}

.reply,
.comment-control {
    margin: 20px 10px 0 0;
    font-size: 14px;
    line-height: 100%;
    color: #CB2C30;
    text-decoration: none;
    cursor:pointer;
    float: left;
}

.reply:hover,
.comment-control:hover {
    text-decoration: underline;
}

.need-auth {
    font-weight: bold;
    font-size: 16px;
    margin: 30px 0;
}

.need-auth span {
    cursor:pointer;
    text-decoration: underline;
}

.children-comment {
    padding-left:20px;
    padding-top:15px;
    border-left: 1px solid rgb(0 0 0 / 10%);
    margin-bottom:0;
}

.post-bottom .comment-rating .minus-rating{
    display: none;
}
.post-bottom .comment-rating span{
    margin-right:0;
    margin-left:10px;
}

.post-bottom .comment-rating span{
    min-width: 0;
}

.comment-rating {
    position:absolute;
    right:10px;
    top:0;
    display:flex;
    align-items: center;
}

.comment-rating span {
    font-family: Manrope;
    font-weight: 800;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #000000;
    display:block;
    /* margin:0 20px; */
    min-width:32px;
}

.comment-rating .minus {
    position: relative;
    top: 2px;
    cursor:pointer;
}

.comment-rating .plus {
    cursor:pointer;
    position: relative;
    top: 1px;
}

.my-choise-1 span,
.my-choise-1 .plus svg rect,
.my-choise-1 .plus svg path,
.my-choise-1 .plus-rating svg rect,
.my-choise-1 .plus-rating svg path {
    fill: var(--color-green);
    color: var(--color-green);
}

.my-choise--1 span,
.my-choise--1 .minus svg rect,
.my-choise--1 .minus svg path,
.my-choise--1 .minus-rating svg rect,
.my-choise--1 .minus-rating svg path {
    fill: var(--color-magenta);
    color: var(--color-magenta);
}

.single-channel-top {
    width: 100%;
    height: 0;
    padding-bottom: 26.5%;
    background-position:center!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
}

.single-channel {
    flex-basis: calc(100% - 630px);
    max-width: 980px;
    margin: 0 auto;
}

.single-channel-img {
    width: 120px;
    height: 120px;
    margin-bottom: -40px;
    top: -60px;
    position: relative;
    background-size: cover!important;
}

.single-channel-middle {
    padding:0 50px;
    background:#fff;
}

.single-channel-middle-top {
    margin-bottom:40px;
}

.single-channel-name {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    margin-bottom:10px;
    position:relative;
    display: flex;
    justify-content: space-between;
}

.single-channel-name span {
    margin-left:10px;
}

.single-channel-name span a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    color: #000000;
}

.single-channel-date {
    font-size: 16px;
    line-height: 130%;
    color: #999999;
    /* margin-bottom:20px; */
}

.ch ul {
    justify-content: left;
    margin-top:20px;
}

.ch ul li {
    margin-right:44px;
}

.single-channel-tags {
    margin-bottom:40px
}

.single-channel-tags a {
    font-size: 14px;
    line-height: 100%;
    color: #CB2C30;
    text-decoration: none;
    margin-right:30px;
    text-decoration: none;
}

.single-channel-tags a:hover {
    text-decoration: underline;
}

.single-channel-bottom-left {
    background:#fff;
    flex-basis:680px;
}

.single-channel-bottom-right {
    background:#fff;
    margin-left:20px;
    max-width:280px;
    flex-basis:280px;
    font-size:0;
}

.channel-inside {
    padding:30px 20px;
}

.channel-inside p.sorry{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    margin:15px 0;
}

.channel-inside .title {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    margin-bottom:10px;
}

.channel-subscrubers .link-to-all-subs-container {
    display: block;
    text-align: center;

    margin-top: 5px;
}

.channel-subscrubers .link-to-all-subs {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    border-bottom:2px solid #000000;

    cursor:pointer;
}

.channel-subscrubers .link-to-all-subs:hover {
    color: #CB2C30;
    border-bottom:2px solid #CB2C30;    
}

.single-channel-bottom {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    margin-top:20px;
}

.single .single-channel-bottom .posts {
    padding: 30px 50px;
}

.single .single-channel.posts{
    padding: 0;
    background-color: transparent;
    max-width: 980px;
}

.form-file {
    position: relative;
    display: inline-block;
}

.form-file input {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    line-height: 0;
    border: 0;
    opacity: 0;
}

.form-file span {
    cursor: pointer;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    align-items: center;
    color: #FFFFFF;
    display: inline-block;
    background: #CB2C30;
    border-radius: 10px;
    padding: 18px 30px 20px 55px;
    max-width: 250px;
    text-decoration: none;
    vertical-align: middle;
}

.form-file span:after {
    content: '';
    position: absolute;
    top: 18px;
    left: 25px;
    background: url(/img/add-post.svg) no-repeat;
    width: 18px;
    height: 18px;
}

.form-file span:hover {
    opacity: 0.9;
}

.avatar:after {
    content: '200x200px jpg, png';
    position: absolute;
    left: calc(100% + 20px);
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 100%;
    color: #999999;
    width: 100%;
    top: calc(50% - 10px);
}

.add-form-post .avatar:after {
    display:none!important;
}

.form-file.bg:after {
    content: '1500x396px jpg, png';
    position: absolute;
    left: calc(100% + 20px);
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 100%;
    color: #999999;
    width: 100%;
    top: calc(50% - 10px);
}

.item-cat.act .ite {
    color: #CB2C30;
    background: transparent!important;
}

.item-cat .rem {
    display:none;
}

.item-cat.act .rem {
    display:inline-block;
    margin-left:10px;
    cursor:pointer;
}

#pre1 {
    display:none;
    max-width: 120px;
    max-height: 120px;
    margin:20px 0;
}

#pre2 {
    display:none;
    max-width: 498px;
    max-height: 132px;
    margin:20px 0;
}

#pre1.visible, #pre2.visible {
    display:block;
}




.s-sport {
    position: relative;
    padding-top: 179px;
    padding-bottom: 84px;
    margin-bottom:20px;
    z-index:10;
  }
  
  .s-sport a {
      text-decoration: none;
  }

  .s-sport .ssp-bg-wrap .ssp-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    background-size:cover!important;
  }
  
  .s-sport .ssp-bg-wrap .ssp-bg.active {
    opacity: 1;
  }

  .s-sport .ssp-bg-wrap .ssp-bg.active:after {
      content:'';
      width:100%;
      height:100%;
      background: rgb(0 0 0 / 52%);
      position:absolute;
      left:0;
      top:0;
  }
  
  .s-sport .ssp-slider {
    padding-left: 19.5%;
  }


  .s-sport .ssp-slider .swiper-button-prev,
  .s-sport .ssp-slider .swiper-button-next {
    width: 30px;
    height: 29px;
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0px solid #000;
    opacity: 1;
    left: 0;
    top: auto;
    bottom: 50px;
  }
  
  .s-sport .ssp-slider .swiper-button-prev {
    left:22%;
}

.swiper-button-disabled {
    opacity:0!important;
}

  .s-sport .ssp-slider .swiper-button-prev::before,
  .s-sport .ssp-slider .swiper-button-next::before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    background: url(../img/arrow-prev.svg);
    width: 49px;
    height: 34px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

  }
  
  .s-sport .ssp-slider .swiper-button-next {
    right: 22%;
    left: auto;
  }
  
  .s-sport .ssp-slider .swiper-button-next::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .s-sport .ssp-slider .swiper-container {
    position: relative;
    padding-bottom: 100px;
  }
  
  .s-sport .ssp-slider .swiper-container::before {
    content: '';
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #999999;
  }
  
  .s-sport .ssp-slider .swiper-slide {
    width: 400px;
    position: relative;
  }
  
  .s-sport .ssp-slider .swiper-slide::after {
    top: 38px;
    left: 0;
    width: 80%;
    height: 2px;
    background: #CB2C30;
    content: '';
    position: absolute;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
  }
  
  .s-sport .ssp-slider .swiper-slide.active::after {
    opacity: 1;
  }
  
  .s-sport .ssp-slider .swiper-slide .ssp-itm {
    display: block;
    position: relative;
  }
  
  .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover!important;
    background-position: 50%;
    display: none;
    background-position: left center!important;
  }


  
  .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-time {
    display: block;
    font-family: 'Open Sans';
    font-weight: 600;
    margin-bottom: 32px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  
  .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-descr {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 130%;
    font-family: 'Manrope';
    font-weight: bold;
    max-width: 280px;
    margin-bottom: 22px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  
  .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-btm-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    /* display: -ms-flexbox; */
    display: flex;
    position: relative;
  }
  
  .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-btm-wrap .ssp-comment,
  .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-btm-wrap .ssp-view {
    font-size: 14px;
    line-height: 100%;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #fff;
    position: relative;
  }
  
  .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-btm-wrap .ssp-comment::before,
  .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-btm-wrap .ssp-view::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
  }
  
  .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-btm-wrap .ssp-comment {
    padding-left: 26px;
    margin-right: 30px;
  }
  
  .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-btm-wrap .ssp-comment::before {
    width: 18px;
    height: 15px;
    background: url(../img/comment-icn.svg);
    margin-top: -7.5px;
  }
  
  .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-btm-wrap .ssp-view {
    padding-left: 29px;
  }
  
  .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-btm-wrap .ssp-view::before {
    width: 19px;
    height: 18px;
    background: url(../img/view-icn.svg);
    margin-top: -9px;
  }
  
  /*==========  Desktop First  ==========*/
  /* Large Devices, Wide Screens */
  @media only screen and (max-width: 1440px) {
    .s-sport .ssp-slider .swiper-slide {
      width: 320px;
    }
    .s-sport .ssp-slider {
      padding-left: 10%;
    }
  }
  
  @media only screen and (max-width: 1200px) {
    /**/
  }
  
  /* Medium Devices, Desktops */
  @media only screen and (max-width: 1200px) {
    .s-sport .ssp-bg-wrap {
      display: none;
    }
    .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-bg:after {
        content: '';
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 52%);
        position: absolute;
        left: 0;
        top: 0;
        background-size: cover!important;
      }

    .s-sport .ssp-slider {
      padding-left: 0px;
    }
    .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-bg {
      display: block;
    }
    .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-time {
      position: relative;
    }
    .s-sport .ssp-slider .swiper-slide {
      width: 100%;
    }
    .s-sport .ssp-slider .swiper-slide .ssp-itm {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 70px;
      padding-bottom: 70px;
    }
    .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-descr {
      position: relative;
    }
    .s-sport .ssp-slider .swiper-container::before {
      display: none;
    }
    .s-sport .ssp-slider .swiper-slide.active::after {
      display: none;
    }
    .s-sport .ssp-slider .swiper-slide .ssp-itm .ssp-descr {
      max-width: 480px;
    }
    .s-sport {
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .s-sport .ssp-slider .swiper-container {
      padding-bottom: 0px;
    }
  }
  

.addbookmark {
    cursor:pointer;
}


.profile-avatar {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    background-position:center!important;
    background-repeat: no-repeat!important;
    background-size:cover!important;
    margin-bottom:20px;
}

.clr {
    clear:both;
}

.ava:after {
    position: absolute;
    left: calc(100% + 20px);
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 100%;
    color: #999999;
    width: 100%;
    top: calc(50% - 10px);
}

.parent-comment > .single-comment-text ~ .children-comment {
    margin-top:20px;
}

.children-comment .single-comment-text {
    padding-bottom: 10px
}

.blacklist {
    display:flex;
    justify-content: space-between;
    margin-bottom:30px;
}

.black-left {
    display:flex;
    align-items: center;
}

.black-left-photo {
    width:40px;
    height:40px;
    background-size:cover!important;
    margin-right:24px;
}

.black-name a {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    text-decoration: none;
}

.black-name span {
    display:block;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    opacity: 0.7;
    margin-top:2px;
}

#editor p {
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 18px;
}

#editor h2 {
    font-size:25px;
    margin-bottom:25px;
    margin-top:25px;
}

.fr-view blockquote {
    background: #B28A8A;
    border-radius: 3px;
    margin: 25px 0;
    font-size: 25px;
    line-height: 130%;
    padding: 60px 64px!important;
    color: #FFFFFF!important;
    border-left: none!important;
}

.fr-view blockquote p {
    color:#fff;
    font-size: 20px!important;
    line-height: 40px!important;
}

.fr-view blockquote p:last-child {
    margin-bottom:0;
}

.add-post-page .profile-channel {
    cursor:pointer;
    padding:15px 20px;
    margin-bottom:0;
}

.add-post-page .profile-channel:hover {
    background:#F8F6F5;
}

#post-name {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 34px;
    line-height: 130%;
    outline:none;
    color: #333;
    background:transparent;
    border:0;
    margin-bottom:0px;
    margin-top:40px;
    width:100%;
    max-width: calc(100% - 0px);
    min-width: calc(100% - 0px);

    height: auto;
    padding: 0;
}

#post-name::placeholder {
    color: #999999;
}

#saveButton {
    cursor: pointer;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    color: #FFFFFF;
    background: #CB2C30;
    border-radius: 10px;
    padding: 11px 19px 12px 19px;
    max-width: 150px;
    text-decoration: none;
    vertical-align: middle;
    outline:none;
    text-align: center;
    border:0;
    margin-top:30px;
}

#saveButton:hover {
    opacity: 0.9;
}

#saveButton.disabled {
    background: #999999;
}

#draftButton.disabled {
    color: #999999;
}

#draftButton {
    cursor: pointer;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #CB2C30;
    background: transparent;
    border-radius: 10px;
    outline:none;
    border:0;
    margin-top:30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.ssp-btm-wrap .pb > span {
    color:#fff;
}

#addReplyForm {
    margin-top: 40px;
}

.search-page {
    display: flex;
    justify-content: center;
}

.search-page .search {
    width:100%;
    margin:10px 0 60px;
}

.search-page .search input {
    height: 38px;
}

.search-page .search form .button {
    top: calc(50% - 13px);
    cursor: pointer;
    background: none;
    outline: none;
    border: 0;
    position: absolute;
    right: 20px;
}

.search-page .search form .button img {
    pointer-events: none;
}

.search-page .posts {
    min-width: 540px;
    margin: 0 !important;
}

.points-btn {
    cursor:pointer;
    position:relative;
}

.hidden-context {
    display:none;
    border: 1px solid #999999;
    box-sizing: border-box;
    box-shadow: 4px 4px 50px rgb(0 0 0 / 10%);
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    font-size: 13px;
    position: absolute;
    right: 25px;
    top: 0;
    z-index:1;
}

.hidden-context > div {
    padding: 6px 10px;
    color: #d1343c;
    white-space: nowrap;
    cursor:pointer;
}

.hidden-context > div > a {
    color: #d1343c;
    text-decoration: none;
}

.points-btn.act .hidden-context {
    display: block;
}

.search-right {
    padding:60px 20px 40px;
    background:#fff;
    min-width:240px;
    max-width:240px;
}

.search-right .title {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    margin-bottom:20px;
}

ul.ul-categories {
    list-style:none;
    margin-bottom:30px;
}

ul.ul-categories li {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 230%;
    color: #CB2C30;
    display: inline-block;
    border-right: 1px solid rgb(153 153 153 / 40%);
    padding: 0px 15px 0px 0;
    margin-bottom: 10px;
    margin-right: 12px;
    cursor:pointer;
}

ul.ul-categories li:hover {
    color:#333;
}

ul.ul-categories li.act {
    color:#333;
    font-weight: bold;
}

.error404 {
    background:none;
}

.error404 {
    max-width: 100%;
    text-align: center;
    padding-top: 100px;
}

.error404 a {
    display: inline-block;
    padding: 17px 30px;
}

.error404 p {
    font-family: Manrope;
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #000000;

}

.aside-close {
    display: none;
    position: absolute;
    top: 0px;
    right: 14px;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
}

.right_aside .profile-channel-left {
    margin-right:7px;
    min-width:44px;
}

.right_aside .profile-channel-left img {
    max-width:44px;
    max-height: 44px;
}

.right_aside.profile-channel-top a {
    white-space: nowrap;
    display: inline-block;
}

.right_aside .profile-channel {
    overflow: hidden;
}

.right_aside .profile-channel-top {
    margin-bottom: 0;
}

.right_aside .profile-channel-top span {
    margin-right:0;
}

.right_aside .hidden-my-channels {
    margin-top:10px;
}

.right_aside .profile-channel {
    margin-bottom:16px;
}

.index-buttons {
    display:flex;
    align-items: center;
    margin-bottom:40px;
}

.index-buttons div {
    width: 120px;
    text-align: center;
    height: 39px;
    line-height:39px;
    cursor:pointer;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Open Sans';
}

.index-buttons .index-button {
    width: auto;
    background: #fff;
    border:2px solid #000000;
    color:#000000;
    padding-left: 10px;
    padding-right: 10px;
}

.index-buttons .index-button.disabled {
    border:2px solid #999999;
    color:#999999;
    cursor: default;
}

.my-news {
    background: #fff;
    border:2px solid #000000;
    color:#000000;
    margin-right:15px;
    text-decoration: none;
}

.index-button.active,
.my-news.act {
    background: #CB2C30;
    border:2px solid #CB2C30;
    color:#fff;
    margin-right:15px;
}


.all-news {
    border: 2px solid #000000;
    text-decoration: none;
    color:#000;
}

.all-news.act {
    background: #CB2C30;
    border:2px solid #CB2C30;
    color:#fff;
}

.no-more.act {
    color:red;
}

.user-subs {
    display:flex;
    flex-wrap: wrap;
}

.user-subs a {
    border-radius: 3px;
    width:40px;
    height:40px;
    display:block;
    margin-right:10px;
    margin-bottom:10px;
    background-size: cover!important;
}

.subser {
    display:flex;
    justify-content: space-between;
    margin-bottom:40px;
}

.subsers .subser-left {
    display:flex;
    align-items: center;
}

.subsers .subser-left a {
    border-radius: 3px;
    width:44px;
    height:44px;
    display:block;
    margin-right:20px;
    background-size: cover!important;
}



.subser-left-block {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
}

.subser-left-block a {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    text-decoration: none;
    width: auto!important;
    height: auto!important;
    background:none!important;
    margin-right:0!important;
}

.subser-left-block span {
    display:block;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    opacity: 0.7;
    margin-top:3px;
}


.single-post blockquote {
    background: #B28A8A;
    border-radius: 3px;
    margin: 25px 0;
    font-size: 25px;
    line-height: 130%;
    padding: 60px 64px!important;
    color: #FFFFFF!important;
    border-left: none!important;
}

.single-post blockquote p {
    color:#fff;
    font-size: 25px!important;
    line-height: 40px!important;
}

.single-post blockquote p:last-child {
    margin-bottom:0;
}


.menu.hide rect {
    width: 100%;
    transition: 0.3s;
    fill: #cb2b30;
}

.ads-common {
    max-width: 100%;
    overflow: hidden;
}
.rekl-block, .ads-block {
    overflow: hidden;
}

@media (min-width: 1201px) {
    .left_aside.hide > :not(div.rekl-block, div.ads-block) {
        height: 0;
        margin-bottom: 0;
        overflow: hidden;
    }
}

.right-menu {
    margin-left:10px;
    cursor:pointer;
    font-size:0;
}

.right-menu.hide svg rect {
    fill: rgb(203, 44, 48);
    stroke: rgb(203, 44, 48);
}

.right-menu.hide svg path {
    fill: #fff;
}

.right_aside {
    padding-left: 15px;
    transition: 1s;
    padding-top: 60px;
}

@media (min-width: 1201px) {
    .right_aside.hide > :not(div.rekl-block, div.ads-block) {
        /* visibility: hidden; */
        height: 0;
        margin-bottom: 0;
        overflow: hidden;
    }
}


/* .right_aside.hide * {
    cursor: default;
} */

.popular-name a {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    text-decoration: none;
}

.popular-name {
    margin-bottom:7px;
}

.popular-date {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #B38A8A;
    margin-bottom:5px;
}

.popular-post {
    margin-bottom:15px;
}

.popular-post:last-child {
    margin-bottom:0;
}

.add-post-page {
    max-width:980px;
    padding:50px 20px;
    width:85%;
}

.big-posts.small-desktop {
    display:none;
}

::-webkit-scrollbar {
    width: 9px; 
    border-radius: 16px; 
  }
  
::-webkit-scrollbar-track {
    background: #999999; 
    border-radius: 16px; 
}

::-webkit-scrollbar-thumb {
    background: #CB2C30;
    border-radius: 16px; 
    width:9px;
}


.scroller-status {
    display:none;
}

.tag-title {
    text-align: center;
    margin:50px 0 40px;
}

.post-status {
    background:#fff;
    padding:30px 20px;
}

.post-status ul {
    list-style:none;
}

.post-status ul li {
    cursor:pointer;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom:10px;
}

.post-status ul li.act {
    cursor:default;
    color: #999999;
}

.post-status ul li:last-child {
    margin-bottom:0;
}

.profile-posts {
    display:none;
}

.profile-posts.act {
    display:block;
}


.points {
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    padding: 0 10px 0 30px;
}

.add-form-post #preview {
    border:1px solid #808080;
    outline:none;
    height: 152px;
    line-height:24px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    border-radius: 8px;
    color: #000;
    padding-left:20px;
    width:calc(100% - 20px);
    max-width:calc(100% - 20px);
    min-width:calc(100% - 20px);
    padding-top: 10px;

}

.spacer {
    padding: 30px 0;
}

.homeBody .left_aside,
.homeBody .right_aside {
    padding-top: 0;
}

.profile-channel-right {
    display:flex;
    justify-content: space-between;
    flex-basis: calc(100% - 44px);
    flex-wrap: wrap;
}

.subscribe-channel {
    background: #CB2C30;
    border-radius: 10px;
    width: 129px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color:#fff;
    font-size:13px;
    cursor:pointer;
}

.subscribe-channel:hover {
    opacity:0.9;
}

.subscribe-channel.removesubs {
    background:#9f9f9f;
}   

 #ddrs {
    display:none;
}

.removesubs svg #ddrs {
    display:block!important;
}

.post-top-right .profile-channel-right_left {
    justify-content: space-between;
}

.profile-channel-right_left {
    flex-basis: calc(100% - 150px);
    display: flex;
    flex-wrap: wrap;
}

.profile-channel-header {
    width: calc(100% - 150px);
    display: flex;
    flex-direction: column;
    word-break: break-all;
}

.profile-channel-header span {
    margin-left: 0;
}

.post-comments form .btn:hover {
    opacity:0.9;
}

.faqs {
    margin-top: 0;
}

.faq {
    background: #FFFFFF;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 8px;
    padding:19px 20px;
    margin-bottom:20px;
}

.faq.act .answer{
    display:block;
}

.answer {
    display:none;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 140%;
    color: #000000;

}

.answer p {
    margin-bottom:20px;
}

.answer p:last-child {
    margin-bottom:0px;
}

.question {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    cursor:pointer;
    position:relative;
}

.question:after {
    content:'';
    width:11px;
    height:6px;
    position:absolute;
    top:calc(50% - 3px);
    right:0px;
    background:url('/img/faq.svg') no-repeat;
    background-position: center;
    transition: 0.3s;
}

.faq.act .question:after {
    transform: rotate(180deg);
}

.faq.act .question {
    margin-bottom:20px;
}

.required::-webkit-input-placeholder:after {
    content: " *";
    color: red;
    position:absolute;
}

.required:-moz-placeholder:after {
    content: " *";
    color: red;  
    position:absolute;
}

.required:-ms-input-placeholder:after {  
    content: " *";
    color: red;  
    position:absolute;
}

.required::placeholder:after {  
    content: " *";
    color: red;  
    position:absolute;
}

.infinity {
    padding-bottom:20px;
}

.right_aside a:hover {
    text-decoration: underline;
}

.post-bottom a:hover {
    text-decoration: none!important;
}

.post-bottom .post-bottom__count-text {
    color: #9f9f9f;
    font-size: 14px;
}

.notice-block {
    display:flex;
    margin-bottom:30px;
}

.notice-left {
    max-width:44px;
    height:44px;
    min-width: 44px;
    margin-right:20px;
    background-size:cover!important;
    background-position: center!important;
}

.notice-right {
    flex-grow: 1;
}

.notice-bottom {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 130%;
    color: #464645;
    margin-top:8px;
    display: flex;
    justify-content: space-between;
}
.notice-bottom a {
    color: #CB2C30;
}

.notice-top {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
}

.notice-top a {
    color: #000000;
    text-decoration: none; 
    font-weight: bold;
}

.notice-quote {
    display: block;
    padding-top: 5px;
    font-size: 13px;
    line-height: 1.1;
}

.readed .notice-top,
.readed .notice-bottom,
.readed a {
    color: #bdbdbd;
}

.profile-flex {
    display:flex;
    justify-content: space-between;
}

.profile-flex-right {
    display: flex;
    align-items: center;
}

.profile-flex-points {
    cursor:pointer;
}

.subser-right {
    cursor:pointer;
}

.send-comment,
.send-message {
    margin-left: 40px;
    width: 129px;
    height: 42px;
    background: #CB2C30;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.send-message img {
    margin-left:10px;
    margin-bottom: 0!important;
}

.profile-flex-points img {
    margin-bottom:0!important;
}

.moderate {
    font-size: 11px;
    padding: 5px 10px;
    background: #f3b507;
    display: inline-block;
    margin-bottom:5px;
}

.draft {
    font-size: 11px;
    padding: 5px 10px;
    color:#fff;
    background: #CB2C30;
    display: inline-block;
    margin-bottom:5px;
}

#choose-channel, .chosen-category {
    border: 1px solid #808080;
    box-sizing: border-box;
    border-radius: 8px;
    position:relative;
    overflow: hidden;
    margin-bottom:10px;
}

.chosen-category.error {
    border: 1px solid red;
}

#choose-channel:after, .chosen-category:after {
    content:'';
    width:11px;
    height:6px;
    right:20px;
    top:calc(50% - 3px);
    position:absolute;
    background:url('../img/chooser-channel.svg') center;
    background-size:cover;
}

.scrolling, .scrolling-category {
    position:absolute;
    display:none;
    background: #FFFFFF;
    border: 1px solid #999999;
    box-sizing: border-box;
    box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    max-height: 390px;
    overflow-y: scroll;
    width:100%;
    z-index:100;
}

.scrolling.act, .scrolling-category.act {
    display:block;
}

.chooser {
    position:relative;
}

.more1000 {
    display:block;
}

.less1000 {
    display:none;
}


.grid-link-bg {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-size: cover!important;
}

#post-tags {
    list-style:none;
    display:flex;
    flex-wrap: wrap;
    margin-top:20px;
}

#post-tags li {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 100%;
    color: #CB2C30;
    margin-right:20px;
    margin-bottom:10px;
}

#post-tags li span {
    cursor:pointer;
    margin-left:6px;
}

.block-tags {
    margin-top:10px;
}

.block-tags #add-tags {
    font-family: 'Open Sans';
    background: #FFFFFF;
    border:0;
    outline:none;
    height:52px;
    line-height: 50px;
    padding-left:20px;
    border: 1px solid #808080;
    border-radius: 8px;
    /*width:calc(100% - 20px);*/
    width: 100%;
    resize: none;
    overflow:hidden!important;
    box-sizing: border-box;
}

/*================================================*/
/*SEO tags*/
.add-form-post__seo-tags-block {
    margin-top: 50px;
    width: 100%;
    box-sizing: border-box;
}

.add-form-post__seo-tag {
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}

.add-form-post__seo-tag h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.add-form-post__seo-tag input[type=text] {
    border:1px solid #808080;
    outline:none;
    height: 52px;
    line-height:52px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    color: #000;
    padding-left:20px;
    width: 100%;
    box-sizing: border-box;
}

.add-form-post__seo-tag textarea {
    border:1px solid #808080;
    outline:none;
    height: 100px;
    line-height:24px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    border-radius: 8px;
    color: #000;
    padding-left:20px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
}
/*================================================*/

.posts-thumb {
    width:100%;
}


.profile-channel-unsubs {
    position: absolute;
    right: 0;
    cursor:pointer;
}

.profile-channel-unsubs__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 37px;
    height: 37px;
    font-size: 40px;
    cursor: pointer;
    color: #000000;
    border: 2px solid #000000;
}
.profile-channel-unsubs__icon:hover {
    color: var(--color-magenta);
    border: 2px solid var(--color-magenta);
}


.complaint form {
    background: #FFFFFF;
    border-radius: 8px;
    width: 80%;
    max-width: 580px;
    position: relative;
    padding:25px;
}

.complaint {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgb(0 0 0 / 60%);
    display: none;
    align-items: center;
    justify-content: center;
}

.complaint.active {
    display:flex;
}

.complaint .btn {
    margin-left:0;
}

.complaint-title {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    margin-bottom:15px;
}

.complaint label {
    font-family: 'Open Sans';
    display:block;
    font-size: 185x;
    line-height: 130%;
    color: #000000;
    margin-bottom:15px;
}

.complaint textarea {
    border:1px solid #808080;
    outline:none;
    height: 152px;
    line-height:24px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    border-radius: 8px;
    color: #000;
    padding-left:20px;
    width:calc(100% - 20px);
    max-width:calc(100% - 20px);
    min-width:calc(100% - 20px);
    padding-top: 10px;

}

.complaint .complaint-result {
    display:none;
    font-size:14px;
    margin-top:10px;
    font-weight: bold;
}

.complaint.ready form > * {
    display: none;
}
.complaint.ready form .close-bgs,
.complaint.ready form .complaint-result {
    display: block;
}

#double-email {
    display:none;
    color:red;
    font-weight: bold;
}

#double-email.act {
    display:block;
}


#double-login {
    display:none;
    color:red;
    font-weight: bold;
}

#double-login.act {
    display:block;
}


.green svg rect {
    fill:#168D2E;
}

.green svg path {
    fill:#168D2E;
}

span.green {
    color:#168D2E;
}

.red svg rect {
    fill:#CB2C30;
}

.red svg path {
    fill:#CB2C30;
}

span.red {
    color:#CB2C30;
}

.bookred  {
    cursor:pointer;
}

.bookred svg path {
    fill:#CB2C30;
}

.pluso {
    width:220px!important;
    top:35px!important;
    display:none!important;
    position:absolute!important;
}

.shares.act .pluso {
    display:block!important;
}

.shares {
    cursor:pointer;
    position:relative;
}

.plus-rating {
    cursor:pointer;
}

.minus-rating {
    cursor:pointer;
}

.horizontal-dots-menu {
    position: relative;
    display: flex;
    align-items: center;
}
.horizontal-dots-comment-menu {
    position: absolute;
    bottom: -8px;
    right: 8px;
}

.horizontal-dots-menu > .horizontal-dots-items,
.horizontal-dots-comment-menu > .horizontal-dots-items {
    display: none;
}
.horizontal-dots-menu.active > .horizontal-dots-items,
.horizontal-dots-comment-menu.active > .horizontal-dots-items {
    display: flex;
}

.horizontal-dots-icon {
    cursor: pointer;
}

.horizontal-dots-items {
    position: absolute;
    top: 100%;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #999999;
    box-sizing: border-box;
    box-shadow: 4px 4px 50px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 20px;
    font-size: 13px;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.horizontal-dots-items > div {
    cursor: pointer;
    color: #d1343c;
}

.co-authors {
    font-weight: bold;
    font-size:16px;
    margin-bottom:20px;
    display:none;
}

.co-authors.act {
    display:block;
}

.co-authors a {
    font-size:14px;
    color:#333;
    text-decoration: none;
}

.co-authors a:hover {
    text-decoration: underline;
}

.co-authors span:after {
    content:' , ';
    display:inline-block;
    margin-left:3px;
    margin-right:5px;
}

.co-authors span:last-child:after {
    display:none;
}

.co-authors span:first-child:after {
    display:none;
}

.co-authors span {
    cursor:pointer;
}

.addco {
    display:inline-block;
}

.hidden-addco {
    padding:20px;
    border:1px solid #333;
    max-width:480px;
    margin-top:20px;
    display:none;
    flex-wrap: wrap;
}

.hidden-addco.act {
    display:flex;
}

.hidden-addco input {
    border: 1px solid #a1a1a1;
    padding: 8px 10px 10px 10px;
    outline: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    margin-right: 10px;
    /*width: 50%;*/
}

.hidden-addco .btn {
    display:inline-block;
}

.err-co {
    display:none;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
    color: red;
    flex-basis: 100%;
}

.err-co.act {
    display:block;
}

.co-confirm.greener {
    background:#28c134;
}

body.no-scroll-left,body.no-scroll-right,body.no-scroll-filter {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.search-mobile {
    background: #CB2C30;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06);
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 130%;
    color: #FFFFFF;
    padding:20px 20px;
    display: none;
    align-items: center;
    margin-bottom:30px;
}

.search-mobile span {
    margin-right: 30px;
    height: 24px;
}


.search-confirm {
    display:none;
}

.blocked {
    font-size: 11px;
    padding: 5px 10px;
    background: #f3b507;
    margin:10px 0;
    display: inline-block;
}

.add-post.btn {
    cursor: pointer;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    align-items: center;
    color: #FFFFFF;
    display: inline-block;
    background: #CB2C30;
    border-radius: 10px;
    padding: 18px 55px 20px 25px;
    max-width: 250px;
    text-decoration: none;
    vertical-align: middle;
}

.edit-channel {
    font-size: 13px;
    color: #333;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
}

#del-channel {
    font-size: 13px;
    color: red;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
    cursor:pointer;
}

.not-found {
    font-size:13px;
    font-weight: bold;
    margin:20px 0;
}

  .preloader__row {
    position: relative;
    top: 50%;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
  }
  
  .preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #cb2b30;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
  }
  
  .preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
  }
  
  @keyframes preloader-rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes preloader-bounce {
  
    0%,
    100% {
      transform: scale(0);
    }
  
    50% {
      transform: scale(1);
    }
  }
  

  .preloader {
    margin: 40px 0;
  }
  .preloader.disabled {
    display: none;
  }

  .hid-block {
      display:none;
  }

  .hid-block.act {
      display:block;
  }

  .c1, .c2, .c3 {
      cursor:pointer;
  }

  .gray {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    min-width: 15px;
    height: 18px;
    font-size: 0;
    background: #c5c5c5;
    text-align: center;
    color: #c5c5c5;
    background:linear-gradient(-45deg, rgb(211 211 211 / 67%), rgb(187 187 187 / 72%), rgb(255 255 255 / 45%), rgb(238 238 238 / 57%));
    background-size: 400% 400%;
    animation: gradient 2s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


#confirm-delete {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    margin-bottom: 0;
}

#and-posts {
    margin: 0 10px 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.also {
    margin-top:20px;
    font-size:13px;
}

.del-ch .preloader {
    display:none!important;
}

.del-ch.pre .preloader {
    display:block!important;
}

.del-ch.pre  #confirm-delete {
    display:none;
}

.steps {
    display:none;
}

.steps.act {
    display:block;
}

.bgs.step2 .form-left {
    background-position: right center!important;
    background-size: contain!important;
}

.check-email {
    display:none;
    margin:15px 0;
    font-size:14px;
    color:red;
    font-weight: bold;
}

.check-email.act {
    display:block;
}

.single-post .pb {
    align-items: center;
}

.del_auth {
    display:none!important;
}


.search-use-form input {
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 8px 31px 10px 31px;
    outline: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    width: calc(100% - 72px);
}

.search-use-form .search-user-button {
    cursor: pointer;
    background: none;
    outline: none;
    border: 0;
    position: absolute;
    top: 9px;
    right: 20px;
}

.search-use-form {
    position: relative;
    margin-top:25px;
    margin-bottom:25px;
}

#count-messages {
    min-width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #CB2C30;
    color: #fff;
    font-size: 8px;
    text-align: center;
    line-height: 15px;
    margin-left: 5px;
    display:none;
}

#count-messages.act {
    display: inline-block;  
}

.check-messages {
    display:none;
    min-width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #CB2C30;
    color: #fff;
    font-size: 8px;
    text-align: center;
    line-height: 15px;
    margin-left: 5px;
}

.check-messages.act {
    display:block;
}

.home-p {
    display: none;
}

.home-p.act {
    display:block;
}


.change-password-is-ok {
    color: green;
    font-weight: bold;
    margin-top: 5px;
    flex-basis: 100%!important;
    display:none;
}

.change-password-is-ok.act {
    display:block;
}

.ssp-btm-wrap {
    display:flex;
}

.right_aside .profile-channel-bottom span {
    display:block;
}


.rss-list .form-input{
    display: flex;
    align-items: center;
}
.rss-list .form-input .btn{
    margin-top: 0;
    margin-left: 10px;
}

/* Новая реализация rss */

.rss-items {
    max-width: 630px;
}
.rss-item {
    display: flex;
    margin-bottom: 15px;
}
.rss-item__remove {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #999999;
    transition: 0.5s;
    cursor: pointer;
}
.rss-item__remove:hover {
    color: var(--color-magenta);
}
.rss-item__field {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    width: auto;
    flex-grow: 1;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #808080;
    font-size: 16px;
}

#brand {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: -1;
    /* max-width: 1180px;
    width: calc(66% - 40px); */
    right: 0;
    margin: 0 auto;
}

#brand.act {
    display:block;
}

#brand a {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

#brand a img {
    height: auto;
    width: 100%;
}


#subtab1 a.add-post {
    margin-bottom:40px!important;
}

#tab6 .posts {
    margin-top: 30px;
}

/* #tab2 a.add-post {
    margin-bottom:40px!important;
} */

.mailing-settings label {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mailing-settings input {
    display: none;
}

.mailing-settings input + .checkbox {
    cursor: pointer;
    display: block;
    min-width: 20px;
    min-height: 20px;
    margin-right: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}
.mailing-settings input:checked + .checkbox {
    border-color: #cb2b30;
    position: relative;
}
.mailing-settings input:checked + .checkbox::before,
.mailing-settings input:checked + .checkbox::after {
    top: 7px;
    left: 5px;
    position: absolute;
    display: block;
    content: '';
    width: 2px;
    height: 8px;
    background:#cb2b30;
    transform: rotate(324deg);
}

.mailing-settings input:checked + .checkbox::after {
    top: 4px;
    left: 11px;
    height: 12px;
    transform: rotate(45deg);
}

#totop {
    display:none;
    width: 40px;
    height: 40px;
    background: #cb2b30;
    text-align: center;
    line-height: 100%;
    border-radius: 100%;
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    opacity: 0.6;
    transform: rotate(-45deg);
}

#totop.act {
    display:block;
    z-index: 9;
}

/* #totop:after {
    content:'';
    width:13px;
    height:1px;
    transform: rotate(50deg);
    background:#fff;
    position: absolute;
    top: 20px;
    right: 9px;
} */

#totop:before {
    content: '';
    width: 13px;
    height: 13px;
    border-width: 1px 1px 0 0;
    /* transform: rotate(-50deg); */
    /* background: #fff; */
    border-style: solid;
    border-color: #fafafa;
    position: absolute;
    top: 38%;
    left: 26%;
    z-index: 999;
}

#totop:hover {
    opacity:1;
}

.user-balance { 
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 130%;
    margin:13px 0 9px;
    color: #CB2C30;
}

.user-balance span {
    color: #000000;
}

.user-balance a {
    text-decoration: none;
    color: #CB2C30;
}

.page-balance {
    background: none;
    padding: 50px 0px 50px 0px;
    max-width: 980px;
}

.page-balance h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #808080;
    margin-bottom:10px;
}

.balance-notice {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #808080;
    margin-top:10px;    
}
.staticics-block{
    /* margin-top:20px; */
    background: #FFFFFF;
    padding:30px 50px;
    display:none;
}
.staticics-block.act {
    display:block;
}
.balance-block {
    margin-top:20px;
    background: #FFFFFF;
    padding:30px 50px;
    display:none;
}

.balance-block.act {
    display:block;
}

.operations-block {
    /* margin-top:20px; */
    background: #FFFFFF;
    padding:30px 50px;
    display:none;
}

.operations-block.act {
    display:block;
}

.page-balance h1 {
    padding-left:40px;
}

.page-balance .user-balance {
    padding-left:40px;
}

.balance-block-bottom {
    display:flex;   
    align-items: center;
}

.balance-block-bottom input {
    border: 1px solid #808080;
    border-radius: 8px;
    width: 100%;
    max-width: 212px;
    height: 52px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    color: #999999;
    line-height: 52px;
    padding-left:30px;
    box-sizing: border-box;
    outline:none;
}

.balance-block-bottom-c1 {
    margin-right:54px;
}

.balance-block-bottom-c2 {
    display:flex;
}

.balance-block-bottom-c2-left {
    margin-right:54px;
}

.balance-block-bottom-c2-left .span-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #999999;
    display:block;
    margin-bottom:2px;
}

.get-money {
    width: 130px;
    height: 54px;
    background: #aaa !important;
    border-radius: 8px;
    padding: 0;
    line-height: 54px;
}

.balance-block-top {
    margin-bottom:54px;
    display:flex;
}

.balance-block-top-c1 {
    margin-right:54px;
    display:flex;
}

.balance-block-top-c1 label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    position:relative;
    padding-left:30px;
    cursor: pointer;
}

.balance-block-top-c1 label span {
    display:block;
    color: #808080;
    margin-top:2px;
}

  .custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }

  .custom-radio+label::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #CB2C30;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
  }
 

  .custom-radio:checked+label::before {
    background:#CB2C30;
  }

  .custom-checkbox{
    display: flex;
    align-items: center;
    min-height: 32px;
  }

  .custom-checkbox input{
    display: none;
  }

  .custom-checkbox label{
    position: relative;
    margin-left: 40px;
  }

  .custom-checkbox label::before,
  .custom-checkbox label::after{
    content: '';
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
  }

  .custom-checkbox label::before{
    border: 1px solid #808080;
    border-radius: 8px;

  }

  .custom-checkbox input.error+label::before{
    border-color: red;
  }

  .custom-checkbox input:checked+label::before{
    border-color: #CB2C30;
  }

  .custom-checkbox input:checked+label::after{
    border-right: 3px solid #CB2C30;
    border-bottom: 3px solid #CB2C30;
    height: 18px;
    width: 10px;
    transform-origin: 120% 100%;
    transform: translateY(-50%) rotate(45deg);
    left: -38px;
  }

  .custom-checkbox a{
    color: #333;
  }

  .custom-checkbox a:hover{
    text-decoration: none;
  }

  .minimal {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: red;
    margin-top: 10px;
    margin-top:10px;
  }


  .bb1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    padding:10px 30px;
    text-align: center;
    cursor:pointer;
    margin-right:10px;
    background: #FFFFFF;
    border-radius: 10px;
  }

  @media screen and (max-width: 768px) {
    .bb1 {
        padding:10px 10px;
        font-size: 14px;
    }
    .staticics-block{
        padding: 0;
    }
    .staticics-block table{
        font-size: 10px;
    }
  }

  .no-data{
    margin-top: 20px;
    background: #FFFFFF;
    /* padding: 30px 50px; */
  }
  .staticics-no-data {
    display: none;
  }
  .staticics-no-data.act {
    display: block;
    padding-left: 40px;
    padding-top: 40px;
  }
  .operations-no-data {
    display: none;
  }
  .operations-no-data.act {
    display: block;

    padding-left: 40px;
    padding-top: 40px;
  }



  .bb1.act {
    background: #CB2C30;
    color:#fff;
  }

  .bb1:hover {
    background: #CB2C30;
    color:#fff;
  }

  .balance-buttons {
      display:flex;
      margin:20px 0;
      padding-left: 40px
  }

  .operations-block td {
    padding:18px 0;
    border-bottom:1px solid #C9C9C9;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
  }

  .operations-date {
    color: #999999;
  }

  .staticics-block table {
    width:100%;
    border-collapse: collapse;
  }

  .staticics-block table th,td {
    border-bottom: 1px solid black;
  }
  .staticics-block table tr td {
    padding: 15px 15px 15px 0px;
  }
  .staticics-block table a {
    color: #000000;
    text-decoration: none;
  }
  .staticics-block table th {
    text-align: left;
  }
  .staticics-pagination {
    text-align: center;
  }

  .operations-block table {
      width:100%;
      border-collapse: collapse;
  }

  .operations-block table tr td {
    padding: 10px;
  }

  .green-tr {
      background:rgb(198 231 198 / 52%);
  }

    .red-tr {
        background:rgb(231 197 206 / 52%);
    }

    .post-preview {
        margin: 20px 0;
    }

    #success-withdraw {
        font-size:18px;
        margin:10px 0;
        display:none;
        font-weight: bold;
    }

    #success-withdraw.act {
        display:block;
    }

    .hidder {
        display:none!important;
    }

    .left_aside.mobile-view {
        opacity:1;
    }

    .btn.pov {
        max-width:240px;
    }

    .some-tags ul {
        list-style: none;
    }

    .some-tags ul li {
        cursor:pointer;
        font-size:13px;
        padding:5px;
    }

    .some-tags ul li:hover {
        background:#eee;
    }


    .some-tags {
        min-height:200px;
        display:none;
        padding: 20px;
        background: #fff;
        box-shadow: 3px 3px 9px rgb(0 0 0 / 22%);
        max-width: 480px;
        border-radius: 8px;
    }

    .some-tags.act {
        position:absolute;
        width:calc(100% - 40px);
        display:block;
        z-index:1000;
    }

    .btn-01 {
        padding: 6px 10px;
        border-radius: 4px;
        background: #FFFFFF;
        align-items: center;
        width: 110px;
        font-size: 13px !important;
    }
    .btn-01:hover {
        text-decoration: none;
    }


/* alerts */

.alert {
    position: relative;
    box-sizing: border-box;
    display: flex;
    min-height: 50px;
    border: 1px solid #66c7ff;
    color: #00a1ff;
    align-items: center;
    padding: 10px;
    padding-right: 25px;
    border-radius: 8px;
    max-width: 630px; /* вынужденное зло */
    background: #FFFFFF;
    font-size: 15px;
}
.alert::after {
    display: block;
    content: '×';
    position: absolute;
    right: 10px;
    cursor: pointer;
}
.alert_fixed {
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto !important;
    max-width: auto !important;
    z-index: 99999999999;
}
.alert:empty {
    display: none;
}
/* Оставляем пустое пространство, даже если уведомления нет */
.alert_empty-space:empty {
    display: flex;
    border: 1px solid transparent;
    background: transparent;
    color: transparent;
}
.alert_error {
    border: 1px solid #cb2c30;
}
.alert_error,
.alert_error a {
    color: #cb2c30;
}

.alert_waiting {
    border: 1px solid #999999;
}
.alert_waiting,
.alert_waiting a {
    color: #999999;
}


.ya-share2__list.ya-share2__list_direction_horizontal{
    margin: 0;
    padding: 0;
}

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short{
    background: transparent !important;
    padding: 0 !important;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more{
    background: url('/img/stat.svg') no-repeat center center/contain !important;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon{
    height: 22px !important;
    width: 36px !important;
}
.small-icon  .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon_more{
    height: 16px !important;
    width: 24px !important;
}
@media screen and (max-width:1000px) {
    .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon{
        width: 24px !important;
    }
}
.fix_share .ya-share2__container_size_m .ya-share2__title {
    font-size: 13px !important;
}
.fix_share .ya-share2__list{
    padding: 8px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;

}
.horizontal-dots-icon {
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-three-dots' viewBox='0 0 16 16'%3E%3Cpath d='M3 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z'/%3E%3C/svg%3E");
}


.related-grid {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
}

@media (min-width: 768px) {
    .related-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
    }
}

.related-grid__item {
    display: block;
    text-decoration: none;
}

.related-grid__item-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 55%;
    height: 0;
}

.related-grid__item-description {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
}

.related-grid__item:hover .related-grid__item-description {
    color: var(--color-magenta);
}




.social-card{
    /* background: rgb(248, 248, 248); */
    width: 100%;
    /* border: 1px solid #808080; */
    box-shadow: 0 0 5px 2px #0492bf;
    border-radius: 8px;
    margin-bottom: 40px;
}
.social-card.viber {
    box-shadow: 0 0 5px 2px #9231be;
}
.social-card__container{
    padding-top: 10px;
    padding-bottom: 10px;
    
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.social-card img{
    width: 50px;
    padding: 10px;
    margin: 0;
    float: left;
}
.social-card span{
    flex: 1;
    /* line-height: 18px; */
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;

    padding-left: 5px;
    padding-right: 5px;
    /* max-height: 85px; */
}
.social-card button{
    width: 129px;
    height: 42px;
    flex-basis: 129px;
    background-color: #30a3e6;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 6px;
    margin: 5px;
    font-size: 14px;
    font-weight: 700;
}

.social-card:hover button{
    background-color: #0492bf;
}
.social-card.viber  button{
    background-color: #7c529e;
    /* #9231be */
}
.social-card.viber:hover button{
    background-color: #9231be;
}

@media screen and (max-width:450px) {
    .social-card img{
        width: 30px;
    }
    .social-card button{
        width: 100px;
        height: 30px;
        flex-basis: 100px;
        font-size: 12px;
    }
    .social-card span{
        font-size: 12px;
    }
}

.expert-comment .expert-comment-label{
    user-select: none;
    position: relative;
    display: block;
}


.user-expert .user-expert-label{
    position: relative;
    top: -3px;
    background: #D9D9D9;
    border-radius: 10px;
    width: 67px;
    height: 16px;
    display: inline-block;
    margin: 5px
}
.user-expert .user-expert-label::after{
    position: relative;
    content: 'Эксперт NL';
    color: #CB2C30;
    font-weight: bold;
    left:5px;
    top:2px;
}

.expert-comment-tooltip{
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px;
    position: absolute;
    color: white;
    background: black;
    max-width: 100%;
    left: 0;
    bottom: 40px;
}

.user-expert-tooltip{
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px;
    position: absolute;
    color: white;
    background: black;
    max-width: 100%;
    left: 0;
    bottom: 100%;
}

@media screen and (max-width: 580px) {
    .user-expert .user-expert-label{
        width: 24px;
    }
    .user-expert .user-expert-label::after{
        content: 'NL';
    }
}


.user-expert-label{
    display: none;
    font-size: 10px;
}

.expert-comment-label{
    display: none;
    font-size: 16px;
    color: gray
}

@media screen and (max-width: 600px) {
    .comment-info__rating>.expert-comment-label{
        display: none;
    }
}



.user-comment-head{
    display: flex;
}
.user-comment-head a {
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000000;
}
.user-comment-ava {
  display: block;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-image: url(/img/no-user.png);
}



/**/
img.fr-fil{
    width: 100%;
    height: auto;
}

/* Просьба оставлять модификаторы в самом низу стилей. Их приоритет должен перекрывать любой код */
/* helpers modificators */

.mt--10 {
    margin-top: -10px !important;
}

.mt--20 {
    margin-top: -20px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-32 {
    margin-left: 32px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-52 {
    margin-left: 52px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.bold {
    font-weight: bold !important;
}

.hide-comment-form {
    display: none;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.full-width {
    width: 100% !important;
    /* перекрываем ограничения */
    max-width: 100% !important;
}

.cursor-pointer {
    cursor: pointer;
}

.sticky-0 {
    position: sticky;
    top: 0;
}

.sticky-10 {
    position: sticky;
    top: 10px;
}

.sticky-130 {
    position: sticky;
    top: 130px;
}

.width-full {
    max-width: 100%;
    width: 100%;
}

.break-word {
    word-break: break-word;
}

.text-black {
    color: #000000;
}

.text-magenta {
    color: #CB2C30;
}

.text-green {
    color: #168D2E;
}

.text-blue {
    color: #00a1ff;
}

.bg-white {
    background: #FFFFFF;
}


.lock-top {
    padding-top: 1px;
}

.text-center {
    text-align: center;
}

.position-relative {
    position: relative;
}

iframe {
    max-width: 100% !important;
}

.children-not-clickable * {
    pointer-events: none;
}

/* end helpers modificators */



