
/*-----  global styles  -----  */


.clear {clear: both;}

.all {
    position: relative;
    text-align: right;
    padding-right: 20px;
    font-weight: 400;
}
.adver-block{
    position: relative;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.adver-block__title{
         visibility: hidden;
    text-align: left;
    border: 1px solid #d2d2d2;
    height: 50px;
    padding-left: 20px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 400;
    color: #6c6a67;
    background: #fafafa;
    font-size: 14px;
    z-index: 0 !important;
}
.premium-2d, .premium-2x, .premium-2c{
    display: none;
}

.adver-block:not(:empty)::before {
    content: "Реклама";
    border: 1px solid #d2d2d2;
    height: 50px;
    padding-left: 20px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 400;
    color: #6c6a67;
    background: #fafafa;
    font-size: 14px;
    z-index: 0 !important;
    width: 100%;
    display: block;
}
.premium-plashka:not(:empty)::before {
    height: 20px !important;
    line-height: 20px !important;
}

.all a {
    color: var(--red);
    font-size: 16px;
    font-weight: 400;
}
.banner {
    /*text-align: center;*/
    margin: 20px 0;
}
.video-banner {
    margin: 40px 0;
}
.video-banner iframe {
    width: 100%;
}
.fl {float: left !important;}
.fr {float: right !important;}
.left {left: 0 !important;}
.cl {clear: left;}

.banner-top{
    /* display: flex; */
    /* justify-content: center; */
    margin: 20px auto;
    text-align:  center;
}


main#liga-blogi {
    top: 0;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.top-banner {
    margin: 20px auto;
    text-align: center;
}
.banner-bottom {
    text-align: center;
}
.banner-bottom img {width: 100%;}
.movie-on .logo svg {
    width: 100% !important;
}

.date,
.counter {
    color: var(--gray);
    font-size: 12px;
    padding-right: 0;
}
.main-page {
    padding: 40px 0;
    display: flex;
    gap: 40px;
}
@media (max-width: 999px) {
    .main-page {
        flex-direction: column;
    }
}
.center-part {
    width: 100%;
}
h1.main-title,
span.main-title {
    top: 0;
    font-size: 20px;
    color: var(--red);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    display: block;
}
.hr {
    width: 100%;
    border-bottom: 1px solid var(--bd);
    position: absolute;
    bottom: 4px;
    margin-left: 10px;
}

.banner h3 {
    font-size: 14px;
    border: 1px solid #d2d2d2;
    border-bottom: none;
    background-color: #fafafa;
    padding: 14px 0 14px 10px;
    text-transform: uppercase !important;
    text-align: left;
    color: #6c6a67 !important;
    font-weight: inherit;
    margin-bottom: 0 !important;
}

.blog-site-menu ul.blog-menu {
    list-style-type: none;
    padding: 0;
    margin: 5px 0 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.blog-site-menu ul.blog-menu li {
    display: inline-block;
    padding: 5px 0;
    cursor: pointer;
    float: none;
    text-decoration: none;
}
.blog-site-menu ul.blog-menu li a {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.blog-site-menu ul.blog-menu li.active:not(.stat-avtorom) a {
    border-bottom: 4px solid var(--red);
    color: var(--red);
    font-weight: 600;
}

.blog-site-menu ul.blog-menu li.stat-avtorom {
    margin-left: auto;
}

@media (max-width: 515px) {
    .blog-site-menu ul.blog-menu li.stat-avtorom {
        width: 100%;
    }
}

#main-liga-blogi .item {
    position: relative;
    display: flex;
    margin-bottom: 20px;
}
#main-liga-blogi .item .image {
    display: block;
    float: left;
    margin-right: 20px;
    min-width: 230px;
}
#main-liga-blogi .item .image img {
    width: 230px;
    height: 220px;
}
#main-liga-blogi .item a.name {

    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
#main-liga-blogi .item .text {

	float: right;
}
#main-liga-blogi .item .text .title {
    color: var(--body-color);
    font-size: 24px;
    font-weight: 700;
    font-family: var(--tinos-font), sans-serif;
    line-height: normal;
    margin-bottom: 10px;
}
#main-liga-blogi .item .description {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;

}
#main-liga-blogi .item a.all {
    position: absolute;
    color: var(--red);
    font-weight: 400;
    display: block;
    bottom: 0;
    right: 0;
}

#all-author-page {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    justify-content: space-between;
}

#all-author-page .item {
    float: left;
    width: 193px;
    text-align: center;
}
@media (max-width: 911px) {
    #all-author-page {
        gap: 30px 10px;
    }
    #all-author-page .item {
        width: 31%;
    }
}
@media (max-width: 515px) {
    #all-author-page {
        gap: 30px 10px;
    }
    #all-author-page .item {
        width: 48%;
    }
}
#all-author-page .item .image img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
#all-author-page .item .image > a {
    display: block;
}

#all-author-page .item a.name {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    display: block;
    margin-top: 10px;
    height: 20px;
}





#rules > div {
    position: relative;
    margin-bottom: 50px;
}
#rules span.big-list-rules {
    position: absolute;
    font-size: 120px;
    left: -120px;
    top: -20px;
    font-weight: bold;
    color: var(--gray3);
    line-height: normal;
}
#rules > div h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
#rules > div p {
    margin-bottom: 30px;
    line-height: 1.4;
}
#rules > div p span {
    margin-top: 20px;
    margin-left: 35px;
    display: block;
}
#rules > div ul li {
    margin-bottom: 25px;
}
#rules > div ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    position: relative;
    background: black;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
.pages {
    width: 100%;
    text-align: center;
    margin: 50px 0;
    /* border: 1px solid var(--bd); */
    border-left: none;
    border-right: none;
    padding: 20px 0;
    margin-top: 30px;
}
.pages a {
    margin-right: 9px;
    color: var(--gray);
    font-size: 18px;
    padding: 5px 10px;
    text-decoration: none;
}
.pages a:hover,
.pages a.active {
    color: #fff;
    background-color: var(--light-red);
    opacity: 1 !important;
}
.image {
  display: block;
  vertical-align: top;
  position: relative;
}
.image img {
  display: block;
  object-fit: cover;
}

 #popular-right {
        width: 300px;
        padding: 0;
    }
        #popular-right *:not(span) {
            padding: 0;
            margin: 0;
        }
        #popular-right > span.block-title {
            color: var(--red);
            font-size: 20px;
            text-transform: uppercase;
            margin-bottom: 10px;
            font-weight: 400;
            display: block;
        }
        #popular-right li {
            list-style: none;
        }
        #popular-right #popular-tabs > ul {
            text-align: justify;
            text-align-last: justify;
            list-style-type: none;
            display: block;
            margin: 5px 0 10px;
           -webkit-box-shadow: 0 0 5px 2px #f8f8f8;
            -moz-box-shadow: 0 0 5px 2px #f8f8f8;
            box-shadow: 0 0 5px 2px #f8f8f8;
        }
        #popular-right #popular-tabs > ul:after {
            content: "";
            display: block;
            width: 100%;
            height: 0;
            overflow: hidden;
        }
        #popular-right #popular-tabs > ul li {
            display: inline-block;
            padding: 0 10px;
        }
        #popular-right #popular-tabs > ul li a {
            font-size: 12px;
            color: var(--gray);
            outline: none;
            text-decoration: none;
        }
        #popular-right .tablist li {
            display: block;
            margin-bottom: 20px;
        }
        #popular-right .tablist li a:not(.other-project) {
            color: var(--blue);
            font-size: 16px;
            text-decoration: none;
            font-weight: 400;
        }
        #popular-right span.eye {
            width: 17px;
            height: 13px;
            background-image: url(../images/eye.png);
            background-size: 100%;
            display: inline-block;
            margin-right: 5px;
            background-repeat: no-repeat;
            position: relative;
            top: 2px;
        }
        
        #popular-right .counter {
            margin-left: 0;
            position: relative;
            color: #807f7d;
            margin-top: 10px;
            top: 0;
            white-space: nowrap;
            font-size: 12px;
        }
        #popular-right .ui-tabs-active {
            border-bottom: 3px solid var(--red);
        }
        #popular-right #popular-tabs .ui-tabs-active a {
            color: var(--red);
        }

        #rating-popular-right {
            width: 300px;
            margin: 0;
            padding: 0;
        }
        #rating-popular-right *:not(span) {
            padding: 0;
            margin: 0;
        }
        #rating-popular-right > span.block-title {
            color: var(--red);
            font-size: 20px;
            text-transform: uppercase;
            margin-bottom: 10px;
            font-weight: 400;
            display: block;
        }
        #rating-popular-right li {
            list-style: none;
        }
        #rating-popular-right #rating-blog-tabs > ul {
            text-align: justify;
            text-align-last: justify;
            list-style-type: none;
            display: block;
            margin: 0;
            padding: 0;
        }
        #rating-popular-right #rating-blog-tabs > ul:after {
            content: "";
            display: block;
            width: 100%;
            height: 0;
            overflow: hidden;
        }
        #rating-popular-right #rating-blog-tabs > ul li {
            display: inline-block;
            padding: 0 10px;
            border-bottom: 1px solid var(--badge-color);
        }
        #rating-popular-right #rating-blog-tabs > ul li a {
            font-size: 12px;
            color: var(--gray);
            outline: none;
            text-decoration: none;
        }
        #rating-popular-right .tablist li {
            display: block;
        }
        #rating-popular-right .tablist li a {
            color: var(--body-color);
            font-size: 18px;
            text-decoration: none;
            font-weight: 400;
            line-height: 150%;
        }
        #rating-popular-right .tablist li a:hover{
            text-decoration: underline;
        }
        #rating-popular-right span.eye {
            width: 17px;
            height: 13px;
            background-image: url(../images/eye.png);
            background-size: 100%;
            display: inline-block;
            margin-right: 5px;
            background-repeat: no-repeat;
            position: relative;
            top: 2px;
        }
        #rating-popular-right .tablist li:hover span.eye {
            background-image: url(../images/eye-hover.png);
        }
        #rating-popular-right .counter {
            margin-left: 0;
            position: relative;
            color: var(--gray);
            margin-top: 10px;
            top: 0;
            white-space: nowrap;
            font-size: 12px;
        }
        #rating-popular-right .ui-tabs-active {
            border-bottom: 3px solid var(--red);
        }
        #rating-popular-right #rating-blog-tabs .ui-tabs-active a {
            color: var(--red);
        }
        
        #contacts {
            width: 300px;
            margin: 0;
            padding: 0;
        }
        #contacts *:not(span) {
            padding: 0;
            margin: 0;
        }
        #contacts > span.block-title {
            color: var(--body-color);
            font-size: 28px;
            margin-bottom: 10px;
            font-weight: 400;
            display: block;
            width: 100%;
            padding-bottom: 8px;
            margin-bottom: 15px;
            border-bottom: 1px solid var(--body-color);
        }
        #contacts li {
            list-style: none;
        }
.right-part {
    width: 300px;
    float: right;
}
.right-part > div:not(.clear) {
    margin-bottom: 30px;
}





#confirmation {
    width: 620px;
    margin: 80px auto;
}
#confirmation h2 {
    font-size: 35px;
    margin-bottom: 30px;
    text-align: center;
}
#confirmation p {
    margin-bottom: 20px;
}
#confirmation p:only-child {
    font-size: 25px;
    font-weight: 400;
    margin-top: 100px;
    text-align: center;
}
#confirmation button.confirm {
    width: 280px;
    height: 40px;
    border: 1px solid var(--red);
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center !important;
    color: var(--red);
    text-align-last: center;
    text-transform: uppercase;
    display: block;
    margin: 30px auto;
    cursor: pointer;
}
#confirmation button.not-confirm {
    border: none;
    background: bottom;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 30px auto;
    cursor: pointer;
}

#liga-blogi .icons > span {
    margin-right: 10px;
}
#liga-blogi .icons span.eye,
#liga-blogi .icons span.eye:hover {
    background-image: url(../images/eye.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 16px 10px;
    vertical-align: middle;
    position: relative;
    top: 2px;
    transition: 0.2s;
}
#liga-blogi .icons span.eye:hover {
    background-image: url(../images/eye-hover.png);
    transition: 0.2s;
}
#liga-blogi .icons span.comment,
#liga-blogi .icons span.comment:hover {
    background-image: url(../images/comment.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 16px 14px;
    vertical-align: middle;
    position: relative;
    top: 1px;
    transition: 0.2s;
}
#liga-blogi .icons span.comment:hover {
    background-image: url(../images/comment-hover.png);
    transition: 0.2s;
}
#liga-blogi .icons span.plus,
#liga-blogi .icons span.plus:hover {
    background-image: url(../images/plus.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 13px 13px;
    vertical-align: middle;
    position: relative;
    top: 2px;
    transition: 0.2s;
}
#liga-blogi .icons span.plus:hover {
    background-image: url(../images/plus-hover.png);
    transition: 0.2s;
}
#liga-blogi .icons span.star,
#liga-blogi .icons span.star:hover {
    background-image: url(../images/star.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 16px 15px;
    vertical-align: middle;
    position: relative;
    top: 1px;
    transition: 0.2s;
}
#liga-blogi .icons span.star:hover {
    background-image: url(../images/star-hover.png);
    transition: 0.2s;
}
#all-of-author .author,
#end-page .author {
    margin-bottom: 60px;
    position: relative;
}
#all-of-author .author .text,
#end-page .author .text {
    padding: 20px 0 0 0;
}
#all-of-author .author .image,
#end-page .author .image {
    float: left;
    margin-right: 20px;
}
#all-of-author .author .image img {
    width: 208px;
    height: auto;
}
#all-of-author .author a.name,
#end-page .author a.name {

    font-size: 25px;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}
#all-of-author .author .link-author a {
    font-size: 14px;
    color: var(--gray);
    display: block;
    margin-top: 20px;
}
#all-of-author .author span.description {
    display: block;
    margin-bottom: 30px;
}
#author-tabs ul.author-menu {
    margin: 0 0 55px 0;
    display: block;
    padding: 0;
}
#author-tabs ul.author-menu li {
    display: inline-block;
    margin-right: 40px;
} 
#author-tabs ul.author-menu li a {
    color: var(--gray);
    font-weight: 400;
    padding-bottom: 10px;
}
#author-tabs ul li.ui-state-active a {
    border-bottom: 4px solid var(--red);
}
#publication .item {
    margin: 0 0 30px;
    width: 100%;
    text-align: left;
    float: none;
}
#publication .item .text h3 {
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
}
#publication .item .text .description {
    font-weight: 400;
    margin-bottom: 10px;
}
#publication .item .date {
    display: block;
    float: left;
}
#publication .item .icons {
    float: right;
    position: relative;
    bottom: 5px;
}


#end-page .news-content .left-part {
    /* left: 55px;
    position: absolute;
    width: 195px;
    height: 45px; */
    position: static !important;
}

#end-page .news-content p, #end-page .news-content span:not(.social-likes__button):not(.social-likes__counter):not(.fb_comments_count):not(.fb-comments-count):not(.social-likes__icon), #end-page .news-content div:not(.social-left) {
    margin-bottom: 15px;
    font-size: 16px !important;
    line-height: 1.6em;
}

#end-page .left-part .social-left.social-row{
    height: 45px;
}

#end-page .news-content iframe {
    max-width: 100%;
}

#end-page .news-content img {
    max-width:  100%;
    height: auto;
}

#end-page .author {
    margin-bottom: 25px;
}
#end-page .author .icons {
    position: absolute;
    right: 0;
    bottom: 0;
}
#end-page .disclaimer {
    font-size: 14px;
    color: var(--gray);
    display: block;
    margin-bottom: 30px;
}
#end-page .news-title h2, #end-page .news-title h1 {
    font-size: 32px;
    margin-bottom: 25px;
    margin-top: 15px;
    font-family: var(--golos-font), sans-serif;
    line-height: normal;
}
#end-page .icons span.eye,
#end-page .icons span.eye:hover {
    background-size: 20px 14px;
    width: 20px;
    height: 20px;
}
#end-page .icons span.comment,
#end-page .icons span.comment:hover {
    background-size: 20px 18px;
    width: 20px;
    height: 20px;
}
#end-page .icons span.plus,
#end-page .icons span.plus:hover {
    background-size: 16px 16px;
    width: 20px;
    height: 20px;
}
#end-page .icons span.star,
#end-page .icons span.star:hover {
    background-size: 19px 20px;
    width: 20px;
    height: 20px;
}

#end-page > .social-row {
    padding-top: 15px;
    border-top: 1px solid var(--bd);
    clear: both;
    margin-bottom: 30px;

}
.social-row {
    display: flex;
    gap: 0 10px;
}
.social-row .social-item {
    margin: 0 !important;
}

#end-page .social-likes i.facebook span.counter {
    color: #4852a0;
}
#end-page .social-likes i.twitter span.counter {
    color: #55acee;
}
#end-page .social-likes i.vkontakte span.counter {
    color: #4c75a3;
}
#end-page .social-likes i.comment-o span.counter {
    color: var(--red);
}
#end-page .social-likes i.odnoklasiki span.counter {
    color: #f58220;
}
#end-page .social-likes i.plusone span.counter {
    color: #e13633;
}
#end-page .social-likes i.pinterest span.counter {
    color: #bd081c;
}
#end-page .social-likes i:hover span.counter {
    color: #fff;
}

#end-page .news-content img {
    height: auto;
    max-width: 100%;
}

#become-an-author > div {
    font-size: 16px;
    margin-bottom: 30px;

    line-height: 1.4;
}
#become-an-author h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
#become-an-author h4 {
    font-size: 25px;
    text-align: center;
}
#become-an-author ul {
    margin-left: 17px;
}
#become-an-author li {
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}
#become-an-author li:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    background: var(--red);
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
    left: -18px;
    top: 8px;
}
#become-an-author form {
    position: relative;
}
#become-an-author form input {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    border-radius: 5px;
    padding-left: 15px;
    border: 1px solid #afb0b3;
    font-size: 14px;
    font-weight: 400;
}

#become-an-author form span {
    color: #91908e;
    position: relative;
    bottom: -10px;
    right: 0;
    width: 100%;
    font-size: 12px;
    text-align: right;
    display: block;
    transition: 0.2s;
}
#become-an-author ul.errors {
    margin-left: 0;
    position: relative;
    top: -10px;
}
#become-an-author form ul.errors li {
    color: var(--red);
    list-style: none;
}   
#become-an-author form ul.errors li:before {
    display: none;
}
#become-an-author div.text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin: 40px 0;
}
#become-an-author ::-webkit-input-placeholder {color:#afb0b3; font-weight: 400;}
#become-an-author ::-moz-placeholder          {color:#afb0b3; font-weight: 400;}
#become-an-author :-moz-placeholder           {color:#afb0b3; font-weight: 400;}
#become-an-author :-ms-input-placeholder      {color:#afb0b3; font-weight: 400;}
#become-an-author :focus::-webkit-input-placeholder {color: transparent}
#become-an-author :focus::-moz-placeholder          {color: transparent}
#become-an-author :focus:-moz-placeholder           {color: transparent}
#become-an-author :focus:-ms-input-placeholder      {color: transparent}

/*.fb-comments {
    border: 2px solid #155b97;
}*/

/* 
.read-too {
	width: 300px;
	float: right;
	margin-left: 20px;
}

.read-too span.main-title {
	top: 0;
	font-weight: 500;
	font-size: 20px;
	color: var(--red);
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 0;
        display: block;
}
.read-too span.main-title .hr {
	border-bottom: 2px solid var(--red);
}
.read-too a {
	color: #838991;
	font-size: 14px;
	display: block;
	margin-bottom: 30px;
}
 */



.read-too{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    background: var(--paper2);
}
  
.read-too .main-title{
    color: var(--gray3);
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin: 0 !important;
}

.read-too span.main-title .hr {
    display: none;
}
  
.read-too a {
    color: var(--body-color);
    font-size: 18px;
    line-height: 150%;
    text-decoration: underline;
}

.read-too a:last-child{padding-bottom: 0;border-bottom: 0;}
  
.read-too a:hover {
	color: var(--red);
}


#related-news {
            top: 0;
            margin-bottom: 40px;
        }
        #related-news .small {
            width: 300px;
            height: 300px;
            float: left;
        }
        #related-news .small:not(:nth-child(3)) {
            margin-right: 20px;
        }
        #related-news .small .image > a img {
            width: 300px;
            height: 300px;
        }
        #related-news .hr {
            margin-left: 10px;
            bottom: 4px;
        }
        #related-news .banner {
            width: 300px;
            float: right;
            margin-top: 0;
        }
        #related-news .image {
            display: block;
            vertical-align: top;
            position: relative;
        }
        #related-news .image .caption {
            box-sizing: border-box;
            width: 100%;
            padding: 100px 20px 20px 20px;
            position: absolute;
            z-index: 2;
            left: 0;
            bottom: 19px;
            color: #fff;
            text-align: left;
            min-height: 150px;
            background-image: -ms-linear-gradient(top, transparent 0%, transparent 0%, #0B1636 60%, #0B1636 100%);
            background-image: -moz-linear-gradient(top, transparent 0%, transparent 0%, #0B1636 60%, #0B1636 100%);
            background-image: -o-linear-gradient(top, transparent 0%, transparent 0%, #0B1636 60%, #0B1636 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0, transparent), color-stop(60, #0B1636), color-stop(100, #0B1636));
            background-image: -webkit-linear-gradient(top, transparent 0%, transparent 0%, #0B1636 60%, #0B1636 100%);
            background-image: linear-gradient(to bottom, transparent 0%, transparent 0%, #0B1636 60%, #0B1636 100%);
        }
        #related-news .caption .name {
            font-size: 20px;
            color: #fff;
            font-weight: 400;
            margin-top: 15px;
        }
        

.social-row.social-likes.r320.r480.r768.r1000 {
    display: none;
}


#news-list-right {
    width: 300px;
}

#news-list-right > h3 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#news-list-right li {
    display: block;
    margin-bottom: 20px;
}

#news-list-right .other-project {
    color: #b9b9b8;
    font-size: 12px;
    font-weight: 400;
}
#news-list-right .main-title {
    position: relative;
    overflow: hidden;
}
#news-list-right .hr {
    width: 100%;
    border-bottom: 1px solid var(--bd);
    position: absolute;
    bottom: 4px;
    margin-left: 10px
}
.right-part #news-list-right .hr {
    display: none;
}
/*  -----  themes blocks  -----  */
.theme {
    background: transparent;
    color: #1139ad;
    font-size: 14px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}
.transparent-theme {
    font-weight: 600;
    letter-spacing: 1px;
    color: #1833ab;
    background: transparent;
    padding: 0;
}
.theme:not(.transparent-theme) {
    margin-bottom: 10px;
    padding: 10px 15px;
}
.theme:hover {
    border-bottom: none;
}
.news-theme {
    background-color: #ec011f;
    color: #fff;
}
.news-transparent-theme {
    color: #ec011f;
}
.biznes-theme {
    background-color: #1833ab;
    color: #fff;
}
.biznes-transparent-theme {
    color: #1833ab;
}
.finansy-theme {
    background-color: #de803d;
    color: #fff;
}
.finansy-transparent-theme {
    color: #de803d;
}
.specproekty-theme {
    background-color: #802980;
    color: #fff;
}
.specproekty-transparent-theme {
   color: #802980;
}
.samoobrazovanie-theme {
    background-color: #138033;
    color: #fff;
}
.samoobrazovanie-transparent-theme {
   color: #138033;
}
.dosie-theme {
    background-color: #dc9872;
    color: #fff;
}
.dosie-transparent-theme {
   color: #dc9872;
}
.blogi-theme {
    background-color: #edb734;
    color: #fff;
}
.blogi-transparent-theme {
   color: #edb734;
}
.forumy-theme {
    background-color: #828282;
    color: #fff;
}
.forumy-transparent-theme {
   color: #828282;
}
.press-theme {
    background-color: #eb001e;
    color: #fff;
}
.press-transparent-theme {
   color: #eb001e;
}
.red-theme {
    background-color: var(--red);
    color: #fff;
}

.tooltipster-base {
    min-width: 95px;
}

.fb_iframe_widget iframe {
    border: 2px solid #155b97 !important;
    width: 100% !important;
}

.banner-big {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.banner-big img {
    width: 100%;
}
.news-content > h3:first-of-type, .news-content > h2:first-of-type {margin-bottom: 10px;}
.news-content h2 {display: block; font-size: 1.17em; font-weight: bold; margin-bottom: 10px;}
.fb-comments {margin-bottom: 40px; display: block !important;}
.logo {top: -23px;}
@media (min-width: 1281px){
    .hid-lg{display: none !important;}
}
@media (max-width: 1280px) and (min-width: 1001px){
    .hid-1280{display: none !important;}
}
@media (max-width: 1000px) and (min-width: 769px){
    .hid-1000{display: none !important;}
}
@media (max-width: 768px) and (min-width: 481px){
    .hid-768{display: none !important;}
}
@media (max-width: 480px){
    .hid-480{display: none !important;}
}

.page-404 > * {
    display: block;
    margin: 0 auto;
}
.page-404 a {
    width: 250px;
    height: 40px;
    border: 1px solid var(--red);
    background: #fff;
    color: var(--red);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.1s;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    border-radius: 0;
    text-align: center;
    padding: 10px 20px;
}

.liga-biznes-logo .logo-text {
    background-image: url(../images/blogi.svg) !important;
}
.liga-biznes-logo:hover .logo-text {
    background-image: url(../images/blogi.svg) !important;
}
.liga-biznes-logo .st0 {
    fill: #ec001e !important;
    transition: 0.5s;
}

/*.banner-top {display: block;} */
/*login-authorization*/
.login-authorization {width: 300px; margin: 80px auto 100px auto;    text-align: center;}
.login-authorization .form-container fieldset {border: 0;padding: 10px 0;    margin: 0;}
.login-authorization .form-container input {width: 100%; height: 34px; padding: 0 10px;}
.login-authorization .form-container button {width: 100%; background: #313131; color: #fff; border: 0; font-size: 16px; cursor: pointer;padding: 10px 0; margin-top: 10px;}
.login-authorization .form-container button:hover {opacity: 0.9;}
.login-authorization .form-container .help {color: #313131; margin-top: 10px; display: none;}
.login-authorization .form-container .help a {color: #313131;}
.login-authorization .form-container .help a:first-child {margin-right: 10px;}
.login-authorization .form-container .help a:last-child {margin-left: 10px;}
.login-authorization .tool-tip-login {color: #313131; font-size: 22px;}


a.all:hover {
    color: #ff0c00 !important;
}


.blog-site-menu ul.blog-menu li:not(.stat-avtorom) a:hover {
    color: var(--red);
}




span.text-plashka {
    font-size: 10px !important;
    color: #323037;
    padding: 5px;
    border: 1px solid #dddddd;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    margin-bottom: 5px;
    margin-top: 2px;
}
    span.type-plashka,
    a.plashka-link,
    a.other-project {
        font-size: 13px !important;
        font-weight: 400;
        letter-spacing: 0.02em;
        margin-right: 5px;
        color: #919aaf;
        display: inline-block;
        margin-bottom: 5px;
        margin-top: 2px;
    }
    span.type-plashka a {
        color: #919aaf !important;
        text-decoration: none !important;
        padding-left: 0 !important;
    }
    span.icon-plashka {
        width: 22px;
        height: 13px;
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 5px;
        padding-top: 2px;
    }
    span.icon-plashka img {
        height: 17px;
        width: 17px;
        display: block;
    }
    span.commercial-press-release-plashka {
        font-size: 10px !important;
        display: inline-block;
        padding: 5px;
        text-transform: uppercase;
        background-color: #8F9BB1;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    span.commercial-press-release-plashka a {
        color: #fff !important;
        text-decoration: none;
        font-weight: 400;
        letter-spacing: 0.5px;
        padding-left: 0 !important;
    }
    span.commercial-plashka {
        width: 16px;
        height: 16px;
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
        padding-top: 2px;
    }
    span.commercial-plashka img {
        display: block;
        width: 16px;
        height: 16px;
    }
    #news-list-right span.name {
    display: inline-block;
    font-size: 12px;
    margin: 10px 0 0;
}

#news-list-right ul {
    padding: 0;
}

#news-list-right a {
    display: block;
}



#news-list-right .main-title span {
    font-size: 20px;
    color: var(--red);
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
    /*display: block;*/
}


.read-too a, .social-likes a {
    text-decoration: none;
}

.search-author {/* float: right; */width: 100%;/* border: 1px solid #d2d2d2; */margin-bottom: 20px;}
.search-author form {
    display: flex;}
.search-author button {display: inline-block; border: none; height: 37px; background: var(--red); width: 108px; margin-left: -4px; text-align: center; text-transform: uppercase; color: #fff; padding: 8px 0;}
.search-author button:hover, .author .search-author button:focus {background: #a2342f; text-decoration: none;}
.search-author input {outline:none;height: 37px;padding-left: 10px;width: calc(100% - 118px);border: 1px solid #d2d2d2;margin-right: 10px;}

.redaction-block {

}
.redaction-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.redaction-block .title-col {
    position: relative;
    color: var(--gray);
    text-transform: uppercase;
    border: none;
    background: none;
    padding: 0;
    font-weight: 400;
    overflow: hidden;
    font-size: 20px;
}
/* .news-col ul li {padding: 10px 0 0; margin-bottom: 10px} */
.news-col ul li a {
    transition: 0.3s ease;
    color: var(--body-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.news-col ul li a:hover {text-decoration: underline;}
.read-news {font-size: 0.875em;line-height: 1.5rem;color: #858585;display: inline-flex;padding-left: 19px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10' viewBox='0 0 15 10' fill='none'%3E%3Cpath d='M7.49181 10C6.04418 9.98271 4.62111 9.56669 3.3412 8.78661C2.06128 8.00653 0.961603 6.88499 0.133813 5.51546C0.0465179 5.36239 0 5.1832 0 5C0 4.8168 0.0465179 4.63761 0.133813 4.48454C0.948702 3.11224 2.03943 1.98765 3.3129 1.20675C4.58638 0.42585 6.00479 0.0118222 7.4471 0C8.90161 0.0133256 10.3323 0.427266 11.62 1.20733C12.9076 1.9874 14.015 3.11101 14.8498 4.48454C14.9475 4.64444 15 4.83529 15 5.03093C15 5.22656 14.9475 5.41741 14.8498 5.57732C14.0167 6.93603 12.9145 8.04603 11.6349 8.81521C10.3552 9.58439 8.93488 9.99055 7.49181 10ZM1.44806 5C2.16426 6.06409 3.07998 6.92752 4.12663 7.52561C5.17329 8.12371 6.32373 8.44096 7.49181 8.45361C8.65926 8.44294 9.80947 8.12761 10.8562 7.53127C11.9029 6.93494 12.8189 6.07307 13.5356 5.01031C12.8129 3.94092 11.8899 3.07385 10.8355 2.47399C9.78114 1.87413 8.62278 1.55702 7.4471 1.54639C6.28433 1.55231 5.13836 1.86692 4.09802 2.46584C3.05769 3.06475 2.15094 3.93188 1.44806 5ZM1.21561 4.62887V4.68041V4.62887Z' fill='%23858585'/%3E%3Cpath d='M7.49177 7.65928C7.03736 7.65928 6.59315 7.50389 6.21532 7.21276C5.83749 6.92164 5.543 6.50785 5.36911 6.02372C5.19521 5.53959 5.14971 5.00688 5.23836 4.49293C5.32701 3.97898 5.54583 3.5069 5.86715 3.13636C6.18847 2.76583 6.59786 2.51349 7.04354 2.41126C7.48922 2.30903 7.95119 2.3615 8.37101 2.56203C8.79083 2.76256 9.14966 3.10215 9.40212 3.53785C9.65458 3.97355 9.78933 4.4858 9.78933 5.00981C9.78933 5.7125 9.54727 6.3864 9.11639 6.88327C8.68552 7.38014 8.10112 7.65928 7.49177 7.65928ZM7.49177 3.90673C7.30258 3.90673 7.11764 3.97143 6.96033 4.09263C6.80302 4.21384 6.68042 4.38612 6.60802 4.58768C6.53562 4.78924 6.51667 5.01104 6.55358 5.22502C6.59049 5.43899 6.6816 5.63554 6.81538 5.78981C6.94915 5.94408 7.1196 6.04914 7.30516 6.0917C7.49071 6.13426 7.68305 6.11242 7.85784 6.02893C8.03263 5.94544 8.18202 5.80406 8.28713 5.62265C8.39224 5.44125 8.44834 5.22798 8.44834 5.00981C8.44834 4.71726 8.34756 4.43668 8.16817 4.22982C7.98878 4.02295 7.74547 3.90673 7.49177 3.90673Z' fill='%23858585'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: left center}

.tags-row {
    margin: 15px 0;
}
.tags-row span {
    color: var(--gray);
}
.hint-row {
    color: var(--gray);
    margin: 15px 0;
}
.to-send-row {
    clear: both;
}

.custom-tab.active{
    color: var(--red) !important;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 2px solid var(--red);
}
.custom-tab.active:hover{
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}
.custom-tab{
    color: #858585;
    font-size: 14px;
    text-decoration: none;
}
.custom-tab:hover{
    color: #858585;
    font-size: 14px;
    text-decoration: none;
}
.custom-tab-content{
    display: none;
}

.custom-tab-content.active{
    display: block;
}

.news-content .social-left.social-row{
    left: 0;
    position: static !important;
}

.news-content .social-row .social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: .3125rem;
    border: 0;
    background: var(--paper2);
    box-shadow: none;
    color: var(--gray6);
    border-radius: 2px;
    gap: 0;
}

.news-content .social-row .social-item:hover {
    color: var(--gray6) !important;
    background: var(--light4) !important;
}

.news-content .social-row .social-item span{
    margin: 0;
}

.social-left .airSticky_relative{
    height: 40px !important;
}

.social-left.airSticky_fixed{
    flex-direction: column;
    gap: 10px;
    left: 30px;
    width: 40px !important;
}

#rules span.big-list-rules {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    float: left !important;
    margin-right: 20px;
}

#publication .item{
    position: relative;
    padding: 24px 0 24px 120px;
    margin: 0 !important;
    border-bottom: 1px solid var(--bd);
}

#publication .item .date{
    position: absolute;
    left: 0;
    top: 26px;
    color: var(--badge-color);
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.28px;
}


#publication .item:first-child{
    padding-top: 0;
}

#publication .item:first-child .date{
    top: 0;
}

#publication .item:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}

#publication .item .text h3{
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    color: var(--body-color);
}

#news-list-right li{
    position: relative;
    padding: 24px 0 24px 160px;
    margin: 0 !important;
    border-bottom: 1px solid var(--bd);
}

#news-list-right li .date{
    position: absolute;
    left: 0;
    top: 24px;
    color: var(--badge-color);
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.28px;
}

@media (max-width: 480px) {
    #news-list-right li .date{
        position: static;
    }

    #news-list-right li{
        padding-left: 0 !important;
    }

    #publication .item .date{
        position: static;
    }

    #publication .item {
        padding-left: 0 !important;
    }
}

#news-list-right li > a {
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    color: var(--body-color);
}

#news-list-right li:first-child{
    padding-top: 0;
}

#news-list-right li:first-child .date{
    top: 0;
}

#news-list-right li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}

#end-page .social-likes:not(.social-left){
    display: none !important;
}

#slide-to-comment > span:first-child{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}

#rating-popular-right #rating-blog-tabs > ul li a, .redaction-block .title-col{
    display: flex;
    width: 100%;
    color: var(--body-color);
    font-size: 28px !important;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--body-color);
    margin: 0;
    text-transform: none !important;
}

#rating-popular-right #rating-blog-tabs > ul li a{
    margin-bottom: -28px;
}


#rating-popular-right #rating-blog-tabs > ul li, #rating-popular-right .tablist li, .news-col ul li{
    padding: 24px 0;
    margin: 0 !important;
    width: 100%;
    border-bottom: 1px solid var(--bd);
}

#rating-popular-right #rating-blog-tabs > ul li:last-child, #rating-popular-right .tablist li:last-child, .news-col ul li:last-child{
    border-bottom: 0;
}

#all-author-page .clear{
    display: none !important;
}

#rating-popular-right .block-title{
    display: none !important;
}

.article__figure figcaption{
    margin-left: auto;
    margin-right: auto;
}


figcaption{
    margin-top: 12px;
    color: var(--badge-color);
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
}

.announcement__title, .announcement h4, .announcement h3, .announcement h2{
    margin: 0 !important;
}

.js-b-block::before{
    border: 0 !important;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto !important;
    background: 0 !important;
    padding: 0;
    height: auto !important;
    line-height: 1 !important;
    color: var(--gray2);
    text-align: center;
    font-size: 10px !important;
    line-height: 14px !important;
    letter-spacing: 0.7px !important;
    text-transform: uppercase;
}

.js-b-block__link{
    display: block !important;
    margin-top: 8px;
    color: var(--gray2);
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.news-content > a, .news-content p > a{
    text-decoration: underline !important;
}

.news-content > a:hover, .news-content p > a:hover{
    text-decoration: none !important;
}

#end-page .news-content .left-part{
    display: flex !important;
}



@media (max-width: 768px) {
    #main-liga-blogi .item{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    #main-liga-blogi .item .image{
        float: none;
        margin: 0 0 20px 0 !important;
    }
    #main-liga-blogi .item a.name{
        text-align: left !important;
    }
}