/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; padding-top: 30px; 
	background: url(../images/bg.jpg) left 0px / 120% auto fixed;}
@media screen and (min-width: 1800px) {
	.wrapper {background-position: center -250px;}
}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {padding: 0 var(--indent); min-height: 100vh; border-radius: 25px 25px 0 0; 
	background: var(--bg-lighter); box-shadow: 0 16px 32px rgba(0, 0, 0, 0.05);}
.header__one {position: relative; z-index: 50; gap: 0 20px;
	background: var(--gradient); margin: 0 var(--indent-negative); padding: 0 var(--indent);}
.header__two {background: var(--bg-darker); position: relative; z-index: 40; margin: 0 var(--indent-negative); padding: 0 var(--indent);}
.content {margin: 40px 0 60px 0; min-height: 80vh;}
.cols {display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; margin-bottom: 80px;}
.cols:last-child {margin-bottom: 0;}
.col-main {grid-column: span 3; padding-right: 60px;}
.col-side {margin: 0;}
.footer {background: radial-gradient(#ff0000, #020202); --tt: #fff; padding-top: 30px; color: var(--tt-lightest-2);}
.footer__two {background: rgba(0,0,0,0.26); padding-top: 30px; padding-bottom: 30px; 
	margin-top: 30px; gap: 30px; font-size: 13px; line-height: 1.6;}
	
#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: var(--bg-lighter); color: var(--tt-lightest); 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: var(--bsh);}


/* HEADER
----------------------------------------------- */
.logo {display: block; height: 58px; line-height: 60px; position: relative; text-transform: uppercase;
	font-size: 24px; letter-spacing: 1px; padding-left: 40px; margin-right: 30px;--tt: #fff; 
	background: url(../images/logo.svg) 0 center / 30px no-repeat; color: var(--tt) !important; padding-bottom: 3px;}
.header__btn-login {gap: 10px; background-color: var(--bg-lighter); color: var(--tt-colored);
	font-size: 13px; text-transform: uppercase; letter-spacing: 1px;}
.header__btn-search {font-size: 18px; padding: 0; background: none !important;}
.search-block {width: 100%; position: relative; margin-bottom: 10px;}
.search-block__input[type="text"], .search-block__input[type="text"]:focus {border-radius: 20px; box-shadow: none; 
	background-color: var(--bg-lighter); padding: 0 50px 0 20px;}
.search-block__input[type="text"]:not(:focus):placeholder {color: var(--tt-lightest); opacity: 1; font-size: 14px;}
.search-block__btn {position: absolute; right: 0; top: 0; width: 50px;
	background: none; color: #000; border-radius: 20px; padding: 0; font-size: 16px;}


/* NAV
----------------------------------------------- */
.nav__list {gap: 30px;}
.nav__list > li {position: relative;}
.nav__list > li > a {height: 70px; display: flex; align-items: center; justify-content: center;}
.nav__list-hidden {width: 240px; padding: 25px; border-radius: 0 0 4px 4px; position: absolute; left: 0; top: 100%; 
	background-color: #f5f6f8; box-shadow: var(--bsh-2); display: grid; gap: 10px; 
	visibility: hidden; opacity: 0; transform: translateY(40px);}
.submenu > a::after {content:"\f107"; font-weight: 300; font-family:'Font Awesome 5 Pro'; margin-left:7px; display: inline-block;}
.header__one .nav__list > li > a {--tt: #fff; --accent: rgba(255,255,255,0.8);}


/* TOP
----------------------------------------------- */
.item {position: relative;}
.item__img {margin-bottom: 20px;}
.item__category {width: 40px; height: 40px; font-size: 19px; color: #fff; 
	position: absolute; right: 0; top: 0; z-index: 3; background: var(--accent);}
.yellow {background-color: #ffba00;}
.item__title .line-clamp {line-height: 1.4;}
.item__meta {color: var(--tt-lighter); gap: 10px; margin-bottom: 10px; position: relative; z-index: 5;}
.item__meta a:not(:hover) {color: var(--tt-lighter);}
.item__meta-item {display: flex; align-items: center; gap: 6px; font-size: 12px;}
.item__meta-item.ws-nowrap {display: block;}
.item__fav .fal {font-size: 17px;}
.item__meta-item .fal.added {color: var(--accent);}
.item__meta-item--category {color: var(--accent); text-transform: uppercase; letter-spacing: 1px;}
.bdl {border-left: 1px solid var(--bdc); padding-left: 10px;}
.tile {grid-column: span 2; grid-row: span 2;}
.tile__img {height: 100%; min-height: 400px; display: block;}
.tile .item__meta {left: 40px; right: 40px; bottom: 55px; --tt-lighter: var(--tt-lightest-2); 
	--bdc: rgba(255,255,255,0.3); --tt: var(--accent);} 
.tile .item__title .line-clamp {color: #fff; font-size: 35px; -webkit-line-clamp: 3;} 
.tile .item__title {padding: 40px; padding-bottom: 85px;
	position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;}
.short__img {width: 220px; height: 120px; margin-right: 20px;}
.short__title {font-size: 21px; line-height: 1.4; margin-bottom: 20px;}
.short .item__meta {position: relative; padding: 0;}
.short {
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #ff000017;
}
.item__title--bigger .line-clamp {font-size: 21px;}
.item:not(.short) + .short {
    padding-top: 20px;
    border-top: 1px solid #ff000061;
    margin-top: 20px;
}
.sect__content--choose {gap: 20px;}
.choose {display: block; flex: 1 0 120px; height: 200px;}
.choose__title {color: #fff; z-index: 4; position: absolute; left: 20px; right: 20px; bottom: 20px; 
	-webkit-line-clamp: 4; line-height: 1.3;}
@media screen and (min-width: 1220px) {
	.cols--first .item__img {padding-top: 50%;} 
}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 80px;}
.sect--bg {background: #73737324; padding: 40px var(--indent); 
	margin: 0 var(--indent-negative); margin-bottom: 80px; --tt-colored: #fff; border: 1px solid #ff0000;
    box-shadow: 0px 0px 10px red;
    border-radius: 10px;}
.sect__header {margin-bottom: 30px;}
.sect__title {font-size: 28px; gap: 12px; line-height: 1; color: var(--tt-colored);}
.sect__title .fal {color: #e42129;}
.sect__sort {height: 36px;}
.sect__sort ul {height: 36px; background-color: var(--bg-lighter);
	border-radius: 6px; position: relative; z-index: 50; cursor: pointer; text-align: center;}
.sect__sort ul li {height: 36px; line-height: 36px; visibility: hidden; padding: 0 10px; font-size: 13px;}
.sect__sort ul li[class], .sect__sort ul:hover li {visibility: visible;}
.sect__sort ul:hover {height: auto; box-shadow: var(--bsh);}
.sect__sort ul li[class]::before {content: 'Сортировать по:'; margin-right: 6px;}
.sect__sort li.asc a::after, .sect__sort li.desc a::after {content: "\f063"; font-family: "Font Awesome 5 Pro"; 
	display: inline-block; margin-left: 6px; font-weight: 300; font-size: 10px;}
.sect__sort li.desc a::after {content: "\f062"}
.speedbar {font-size: 14px; color: var(--tt-lightest);}
.descr {display: grid; grid-gap: 20px; line-height: 1.7; font-size: 16px; color: #5c5c5c; 
	grid-column: 1 / -1; margin-bottom: 60px; padding-top: 40px; border-top: 1px dashed #ccc;}
.descr h1, .descr h2, .descr h3 {font-size: 20px; color: var(--tt-colored); line-height: 1.3;}
.descr a {text-decoration: underline; color: var(--accent);}
.descr ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.descr ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: #d30000; position: absolute; left: 0; top: 0;}
.sect--choice {margin-bottom: 60px; margin-top: -10px;}


/* SIDEBAR
----------------------------------------------- */
.side-block:not(:last-child) {margin-bottom: 40px;}
.side-block__title {font-size: 24px; margin-bottom: 20px; color: var(--tt-colored);}
.side-block__content {display: grid; gap: 20px; grid-template-columns: repeat(auto-fill,minmax(240px,1fr));}
.side-block--sticky {position: sticky; left: 0; top: 25px;}
.int {position: relative; gap: 20px; height: 60px;}
.int__img {width: 60px; height: 60px;}
.int__title div {-webkit-line-clamp: 3; font-size: 15px; line-height: 1.4;}
.lcomm {height: auto; position: relative;}
.ltitle {font-weight: 400;}
.ltext {line-height: 1.5; font-size: 15px; color: #5c5c5c; border: 1px solid #ff0000; box-shadow: 0px -1px 15px red; padding: 10px; position: relative;}
.ltext::before, .ltext::after {content: ''; border: 10px solid transparent; border-bottom-color: var(--bdc); 
	position: absolute; bottom: 100%; left: 30px;}
.ltext::after {border-bottom-color: #fff; z-index: 1; margin-bottom: -1px;}
.lmeta {font-size: 14px; margin: 10px 0; color: var(--tt-lighter); gap: 6px;}
.lav {width: 26px; height: 26px; border-radius: 50%;}
.lcomm .comm-letter {line-height: 26px; font-size: 12px;}
.fresh {position: relative;}
.fresh__title {margin-bottom: 10px; line-height: 1.4;}
.side-block--nobg {padding: 0 !important; border: 0 !important; background: none;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__menu {gap: 15px 30px;}
.footer__socials {gap: 5px; list-style: none;}
.footer__socials a {display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; 
	background-color: rgba(0,0,0,0.26);}
.footer__socials img {width: 16px;}

.pagination {text-align: center;}
.pagination__btn-loader a, .pagination__btn-loader span {display: flex; justify-content: center; align-items: center; 
	height: 60px; padding: 0 50px; border-radius: 15px; background: #ff000096; color: #fff;
	text-transform: uppercase; font-size: 14px; letter-spacing: 2px; width: 100%;}
.pagination__pages {gap: 10px 10px; padding-top: 20px;}
.pagination__pages a, .pagination__pages span {display: inline-block; line-height: 38px; 
	padding: 0 10px; min-width: 40px; font-size: 16px; border: 1px solid var(--bdc-darker); border-radius: 20px;}
.pagination__pages span:not(.nav_ext) {border-color: var(--accent);}


/* INNER PAGE
----------------------------------------------- */
.page--cols {display: grid; gap: 40px; grid-template-columns: 240px minmax(0,1fr) 240px; 
	grid-template-areas: "sidel main sider";}
.page__col-main {grid-area: main;}
.page__col-left {grid-area: sidel;}
.page__col-right {grid-area: sider;}
@media screen and (min-width: 1220px) {
.page__col-left .side-block__content {grid-template-columns: minmax(0,1fr);}
}
.page__poster {height: 332px;}
.page__poster::before {content: ''; position: absolute; left: 0; top: 0; bottom: 0; 
	width: 100%; z-index: 5; background: linear-gradient(to right, #333 0%, transparent 100%);}
.page__header {position: absolute; z-index: 10; left: 20px; top: 20px; bottom: 20px; right: 20px; color: #fff;}
.page__header h1 {font-size: 28px; line-height: 1.3;}
.page__meta {gap: 10px 20px; font-size: 14px;}
.page__meta a {color: #fff; color: var(--tt-lighter-2);}
.page__date {font-size: 14px; color: var(--tt-lighter-2);}
.page__intro {line-height: 1.5; font-size: 16px; margin: 0 0 40px 0; padding: 15px 20px 15px 66px; 
	position: relative; background-color: var(--bg-darker); color: var(--tt-lighter);}
.page__intro::before {content:"\f05a"; font-family:'Font Awesome 5 Pro'; font-weight: 300; 
	position: absolute; left: 23px; top: 10px; color: var(--accent); font-size: 24px;}

.page__tags {margin-top: 20px; gap: 10px;}
.page__tags a {display: flex; align-items: center; white-space: nowrap; height: 30px; border-radius: 20px; 
	padding: 0 10px; font-size: 12px; text-transform: uppercase; color: var(--tt-lightest); border: 1px solid var(--bdc);}
.page__subscribe {background-color: #350101; color: var(--tt-lightest-2); line-height: 1.5; position: relative; 
	padding: 20px 25px 20px 80px; margin: 20px 0 0 0; overflow: hidden; gap: 15px 25px; border-radius: 50px;}
.page__subscribe::before {content:"\f658"; font-family:'Font Awesome 5 Pro'; font-weight: 300; 
	position: absolute; left: 20px; top: 50%; margin-top: -20px; 
	color: var(--bg-black); background-color: #fff; font-size: 18px; 
	width: 40px; height: 40px; border-radius: 50%; display: flex; justify-content: center; align-items: center; 
	box-shadow: 0 0 0 20px rgba(255,255,255,0.1), 0 0 0 35px rgba(255,255,255,0.05), 0 0 0 45px rgba(255,255,255,0.03);}
.page__subscribe-caption b {font-size: 18px; color: #fff;}
.page__subscribe-form {position: relative; z-index: 5;}
.page__subscribe-form input {box-shadow: none; border-radius: 0; padding-left: 15px;}
.page__subscribe-form button {position: absolute; right: 0; top: 0; border-radius: 0;}
.page__footer {
    margin-top: 20px;
    font-size: 15px;
    border-top: 1px solid #00000024;
    padding-top: 20px;
}
.page__footer--last {
    margin-top: 20px;
    padding: 10px;
    border: 0;
}
.page__rating a {
    margin-right: 10px;
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 10px;
    background: linear-gradient(to bottom, #f9f9f9 0%, #f3f3f3 30%, #f3f3f3 100%);
    border-radius: 15px 15px 15px 15px;
}
.page__rating a > span:last-child {display: inline-block; border-left: 1px solid rgba(0,0,0,.1); 
	padding-left: 10px; margin-left: 10px; font-weight: 400;}
.page__rating .fal {font-size: 18px; color: #27ae60;}
.page__rating a + a .fal {color: #e74c3c;}
.page__rating a:hover {background: #dbdbdb;}
.page__fav a {padding-left: 50px; position: relative; display: block; 
	color: var(--tt-lightest); line-height: 1.3; font-size: 14px;}
.page__fav .fal {width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; 
	border: 1px solid var(--bdc); border-radius: 50%; position: absolute; left: 0; top: 58%; margin-top: -20px;}
.page__btn-comments {height: 36px; padding: 0 10px; font-size: 12px; text-transform: uppercase; margin-left: 20px; margin-top: -1px;}
.page__error {color: var(--tt-lighter); line-height: 1.3; font-size: 14px;}
.page__error-btns {margin-right: 2px;}
.page__error-btns div {margin-right: 6px; background-color: #ff0001; color: #fff; 
	padding: 8px 10px; border-radius: 25px;}
.page__error-text div, .page__error-text span {font-weight: 700;}
.page__error-text div span {color: #ea969e;}
.page__yadzen {display: block; padding-right: 130px; display: block; height: 36px;
	background: url(../images/yandex-dzen.png) right center no-repeat;}
.page__yadzen-label {position: relative; height: 36px; line-height: 30px; width: 50px; text-align: right; 
	border: 3px solid #ff0000; border-right: 0; display: inline-block; padding-right: 2px;}
.page__yadzen-label::before {content: ''; border: 18px solid transparent; border-left-color: #ffdb4d; 
	position: absolute; left: 47px; top: -3px; transform: scale(0.8,1); transform-origin: left center;}
.page__yadzen-label::after {content: ''; border: 15px solid transparent; border-left-color: #fff; 
	position: absolute; left: 46px; top: 0px; z-index: 5; transform: scale(0.8,1); transform-origin: left center;}
.page__yadzen:hover .page__yadzen-label {background-color: #ffdb4d; color: #000;}
.page__yadzen:hover .page__yadzen-label::after {border-left-color: #ffdb4b;}

.page__prev-next {margin: 40px 0 0 0; padding-top: 20px; border-top: 1px solid var(--bdc); gap: 10px;}
.page__prev-next-link {line-height: 1.3; display: block;}
.page__prev-next-link + .page__prev-next-link {text-align: right;}
.page__prev-next-link div:first-child {font-size: 12px; text-transform: uppercase; color: var(--tt-lightest); margin-bottom: 6px;}
.sect--related {margin-top: 40px;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.6; font-size: 16px; word-wrap: break-word;}
.full-text a {color: #040404;margin-left: 5px;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .page__title {margin-bottom: 25px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 7px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -1px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 600;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 21px; margin-bottom: 20px;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 20px;}
.fdl-btn {
    display: block;
    position: relative;
    box-shadow: 0px 10px 65px rgb(255 0 0 / 12%);
    text-decoration: none !important;
    padding: 3px 17px 10px 17px;
    color: #000000 !important;
    overflow: hidden;
    border-radius: 0px;
}
.fdl-btn-title {font-weight: 500; text-transform: uppercase; word-wrap: break-word;}
.fdl-btn-size {
    font-size: 13px;
    margin-top: 9px;
    margin-bottom: -4px;
    opacity: 0.9;
}
.fdl-btn-caption {opacity: 0.7; font-size: 14px;}
.fdl-btn-dl {font-size: 12px; text-transform: uppercase; margin-left: 15px;}
.fdl-btn > * {position: relative; z-index: 3;}
.fdl-btn-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-top: -11px;
    font-size: 15px;
    position: absolute;
    left: 30px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.13), 0 0 0 10px rgba(0, 0, 0, 0.08), 0 0 0 15px rgba(0, 0, 0, 0.04);
}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin-top: 0px;}
.page__comments-title {font-size: 24px; margin-bottom: 30px;}
.page__comments-info {font-size: 15px; margin-bottom: 15px; margin-top: -20px; 
	color: var(--tt-lightest); line-height: 1.5;}
.page__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.ac-form {margin-bottom: 40px;}
.ac-form__header {gap: 10px; margin-bottom: -10px;}
.ac-form__header input {flex: 1 0 280px;}
.ac-form__bottom {gap: 10px 12px;}
.ac-form .message-info {margin-bottom: 0; display: none;}
.ac-form.is-active .message-info {display: flex; flex-wrap: wrap;}
.ac-form__editor .bb-editor textarea, .ac-form__editor .fr-wrapper {height: 100px !important;}
.ac-form__editor .fr-view {min-height: 80px !important;}
.ac-form .tox-tinymce {height: 160px !important;}
.comments_subscribe + br {display: none;}
.confidential-check {font-size: 12px; padding-left: 26px; position: relative; align-self: start;}
.confidential-check a {color: var(--accent-link); text-decoration: underline;}
.confidential-check input {position: absolute; left: 0; top: 3px; appearance: none; -webkit-appearance: none; display: inline-block;
	cursor: pointer; width: 20px; height: 20px; border-radius: 3px; background-color: var(--bg-darker);}
.confidential-check input:checked::before {content:"\f00c"; font-weight: 900; font-family:'Font Awesome 5 Pro'; 
	opacity: 0.8; position: absolute; left: 3px; bottom: 1px; font-size: 14px;}
.ac-form__social-caption {font-size: 12px; margin-right: 5px;}
.ac-form__social .login__social div {margin: 0 0 0 6px;}

.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 20px 0 20px;}
.mass_comments_action .bbcodes {
    border-radius: 25px;
    padding: 0 10px;
    margin-top: 0px;
}
.has-comms {margin-bottom: -20px;}

.comment-item__title {font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #ff0000;}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author, .comment-item__author a {font-size: 14px; color: var(--tt-colored);}
.comment-item__date {color: var(--tt-lightest); margin-top: 4px; font-size: 13px;}
.comment-item__main {margin: 8px 0 6px 0;}
.comment-item__rating {white-space: nowrap; font-size: 13px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; text-decoration: underline; font-weight: 400; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 13px; margin-right: 20px; color: var(--tt-lightest);}
.comment-item__reply a .fal {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fal {margin-left: 0; margin-right: 5px;}
.comment-item__controls {text-align: right; font-size: 13px; margin-right: -15px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 16px; line-height: 16px;}
.comment-item__controls a:not(:hover) {color: var(--tt-lightest);}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; 
	box-shadow: 0px 0px 10px red;}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 18px; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt-lighter); margin-left: 10px; font-weight: 400; color: var(--tt-lightest);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-lightest);}
.login__caption {font-size: 14px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent);}
.login__input input {padding-left: 40px;}
.login__row .fal {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:34px; height: 34px; margin-top: 7px;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu .fal {
    display: block;
    height: 30px;
    font-size: 24px;
    opacity: 1.3;
    color: red;
}


/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto;
	padding: 10px 20px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: var(--bg-lighter); color: var(--tt);}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: block; left: 280px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu ul {margin: 0; padding: 0; display: block;}
.mobile-menu ul > li {width: 100%; margin: 0; padding: 0; border: 0;}
.mobile-menu ul > li > a {height: 40px; line-height: 40px; padding: 0; display: block;}
.mobile-menu .nav__list-hidden {width: 100%; height: auto; display: block; position: relative; left: 0; top: 0;
	width: calc(100% + 40px); margin: 15px -20px; padding: 10px 20px; border-radius: 0 !important;
	opacity: 1; visibility: visible; transform: none; background: var(--bg); display: none; box-shadow: none;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrapper {padding: 0; background-image: none; overflow: hidden;}
	.wrapper-container {max-width:1000px;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	.header .nav__list, .col-side .js-this-in-mobile-menu {display: none;}
	.header__btn-menu {display: inline-flex; width: 40px; padding: 0; font-size: 28px; background: none !important;}
	.header {box-shadow: var(--bsh);}
	.header__logo {flex: 1 1 0; min-width: 120px; max-width: 100%; 
		white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.cols {grid-template-columns: repeat(2,minmax(0,1fr));}
	.tile .tile__img, .tile {min-height: 0; height: 400px;}
	.side-block--sticky {position: static;}
	.col-side {grid-column: 1 / -1; padding-top: 20px;}
	.col-main {padding-right: 0;}
	
	.page--cols {display: block;}
	.page__col-left, .page__col-right {width: 100%; margin-top: 40px;}
	.page__poster {margin-top: -20px;}
    .xfieldimagegallery li img {
      width: 48%;
      height: 255px;
   }     
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.footer > * {justify-content: center; gap: 30px;}
	.footer__menu, .footer__text {min-width: 100%; justify-content: center; text-align: center;}
    .xfieldimagegallery li img {
        width: 48%;
        height: 205px;
    }    
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.item .tile__img, .tile {height: 300px;}
	.item__title .line-clamp, .short__title {font-size: 17px;}
	.tile .item__title .line-clamp {font-size: 19px;} 
	.tile .item__title {bottom: 0px;}
	.tile .item__title {padding: 20px; bottom: 40px;}
	.tile .item__meta {bottom: 40px; left: 20px;}
	.short__img {width: 160px; margin-right: 20px;}
	.d-grid, #dle-content {grid-template-columns: repeat(auto-fill,minmax(280px,1fr));}

	.page__poster {height: 240px; margin-left: -20px; margin-right: -20px; margin-top: -40px;}
	.page__header {left: 20px; right: 20px; bottom: 20px; top: 20px;}
	.page__header h1 {font-size: 24px;}
	.page__intro, .page__text .quote, .page__subscribe {margin-left: -20px; margin-right: -20px; padding-right: 20px;}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 20px;}
	.add-comments-form.form {margin-left: 0; margin-right: 0;}
	.page__comments-list22:not(.page__comments-list--not-comments) {margin-left: -20px; margin-right: -20px; 
		border-left: 0; border-right: 0;}

	.page__text .quote {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding-right: var(--indent);}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	
	.ac-form__bottom > * {min-width: 100%;}
	.ac-form__bottom button {width: 100%; order: 10;}
	.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container22 {max-width:480px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}
	.cols {grid-template-columns: minmax(0,1fr);}
	.tile {grid-column: 1 / -1;}
	.short__img {width: 100px; height: 100px;}
	.short__title {margin-bottom: 10px;}
	.short__title .line-clamp {-webkit-line-clamp: 3; line-height: 1.3;}
	.side-block:not(:last-child) {margin-bottom: 20px;}
	.header__btn-login span:last-child {display: none;}
	.header__btn-login {padding: 0; width: 40px; font-size: 18px;}
	.item .tile__img, .tile {height: 220px;}
	.sect:not(:last-child), .cols:not(:last-child) {margin-bottom: 40px;}
	.sect__title {font-size: 24px;}
	.content {margin-bottom: 40px;}

	.page__error {display: none;}
	.page__rating a + a {margin: 0;}
	.page__meta, .page__date {font-size: 12px;}
	.page__subscribe-form {min-width: 100%;}
	.page__btn-comments {width: 100%; margin: 0; margin-top: 20px;}
	.page__header h1 {line-height: 1.3; font-size: 22px;}
	.page__meta {height: 17px; overflow: hidden;}
	.page__prev-next {font-size: 15px;}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
	.header__logo {font-size: 20px; margin: 0; padding-left: 30px; background-size: 20px;}
	.header__one {gap: 0 10px;}
	.hm {display: none;}
	.sect--bg {padding-bottom: 20px; padding-top: 30px;}
	.item:not(.short) + .short {margin-top: 0px;}
	
	.sect--related {margin-top: 30px;}
	.page__comments {margin-top: 30px;}
	.page__prev-next-link .line-clamp {-webkit-line-clamp: 3;}
	.full-text iframe {width: calc(100% + 40px); max-width: calc(100% + 40px); height: 260px; margin-left: -20px; margin-right: -20px;}
}

.pm th{
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}
.pm th.pm_checkbox {
	text-align: center;
}
.pm_list.pm_subj, .pm_list.pm_icon, .pm_list.pm_last_user {
 cursor: pointer;
}
.pm_list.pm_icon svg {
	width: 1.4rem;
	height: 1.4rem;
	vertical-align: middle;
}

.pm_list.pm_icon.pm-unread-image {
 color: #3394e6;
}
.pm td.pm_list.pm_icon, .userstop td, th.pm_head.pm_icon {
	border-bottom: none;
}
.pm_list.pm_icon.pm-reply-image {
	color: #087e02c4;
}
.pm_list.pm_icon.pm-read-image {
	color: #afafaf;
}

.pm_list .pm_last_message, .pm_list .pm_last_date, .pm_list .pm_with_user {
	color: #64748b;
	font-size: .8rem;
}
.pm tbody > tr:hover {
    background-color: #e2e8f099;
}
.pm_navigation {
	margin-top: 1rem;
}
.pm_navigation .navigation {
	display: inline-block;
	color: #333333;
	background-color: #f5f5f5;
	border-radius: 0.188rem;
	padding: .4rem;
}

.pm_navigation .navigation a, .pm_navigation .navigation span {
    padding: 0.5rem;
    min-width: 2.25rem;
}
.pm_navigation .navigation span {
    background-color: #4581d0;
    color: #fff;
}
.pm_navigation .navigation a {
    text-decoration: none;
    color: #000;
}
.pm_navigation .navigation a:hover {
    background-color: #e2e8f0;
}

.pm th {
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
    background-color: #cd0000;
    border: 1px solid #ff0000;
    box-shadow: 0px -1px 23px red;
}

select {
    /* min-width: 350px; */
    max-width: 250px;
    /* height: 40px; */
    background-color: #ffffff;
    color: #000;
    box-shadow: inset 0 0 0 0px #fd0000, inset 1px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    margin-right: 0px;
    /* margin-left: 0%; */
}

.header__btn-login {
    background-color: #ffffff;
    color: #4b0000;
    border-radius: 25px;
}

.checkbox, .comments_subscribe {
    position: relative;
    padding-left: 0px;
}

.dle-popup-mediaupload #t_size, .dle-popup-mediaupload #m_size {
    max-width: 100px;
    margin-left: 40%;
    height: 38px;
    margin-top: -12px;
}

.upload-restriction {
    padding: 13px 20px 8px 15px !important;
    background-color: #d1d1d1;
    opacity: 1 !important;
}


@media (max-width: 768px) {
    .dle-popup-mediaupload #t_size, .dle-popup-mediaupload #m_size {
        margin-left: 61%;
        height: 38px;
        margin-top: -12px;
    }
}

@media (max-width: 500px) {
    .dle-popup-mediaupload #t_size, .dle-popup-mediaupload #m_size {
        margin-left: 68%;
        height: 38px;
        margin-top: -12px;
    }
    .xfieldimagegallery li img {
    width: 97%;
    height: 195px;
  }    
}

@media (max-width: 385px) {
    .dle-popup-mediaupload #t_size, .dle-popup-mediaupload #m_size {
        margin-left: 68%;
        height: 40px;
        margin-top: -13px;
    }
    .xfieldimagegallery li img {
    width: 97%;
    height: 220px;
  }   
}

.pm-border-new {
    height: auto;
    background-color: #f3f3f3;
    border-radius: 25px;
    box-shadow: 0px 1px 24px red;
    padding: 20px;
}

.mcookie {
  background-color: #fff;
  color: #333;
  border-radius: 15px;
  overflow: hidden;
  display: none;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.62);
  position: fixed;
  z-index: 10000;
  right: 30px;
  bottom: 30px;
  width: 600px;
}
.mcookie__btns button {
        appearance: none; 
        -webkit-appearance: none; 
        display: flex; 
        align-items: center; 
		justify-content: center; 
        height: 47px; 
        cursor: pointer; 
        border-radius: 0; 
		background: #797979; 
        flex-grow: 1; 
        text-transform: uppercase; 
        font-size: 12px;
        border: 1px;
}
.mcookie__btns button.mcookie__yes {background-color: #ff0000; color: #fff;}
.mcookie__btns {display: flex;}
.mcookie__text {padding: 30px;}
.mcookie__text a {color: #ff4444; text-decoration: underline;}
.mcookie__title {font-weight: bold; font-size: 30px; 
		padding: 30px; padding-bottom: 0; margin-bottom: -25px;}
@media screen and (max-width: 760px) {
.mcookie {
        width: calc(100% - 40px); 
        right: 20px; 
        bottom: 20px;
    }
}

.share-social {
    width: auto;
    height: 110px;
    padding: 7px;
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(39, 38, 40, 0.4);
}

.share-social2 {
    width: auto;
    height: 80px;
    padding: 7px;
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(39, 38, 40, 0.4);
    padding-top: 0px;
}

@media screen and (max-width: 590px) {
    .share-social2 {
        height: 130px;
        padding-top: 0px;
    }
}

.theme {
    position: fixed;
    cursor: pointer;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(39,38,40,0.4);
}

/* вкладки */
.tabs {
	max-width: 100%;
    margin: -4px -8px -4px -5px;
}
.tabs__caption {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	list-style: none;
	position: relative;
    margin: 20px 0px 1px 0px;
}
.tabs__caption li:last-child:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: -2px;
	z-index: -1;
	height: 5px;
}
.tabs__caption:after {
	content: '';
	display: table;
	clear: both;
}
.tabs__caption li {
    padding: 5px 13px;
    background: #dfdfdf;
    color: #000000;
    position: relative;
    border: solid #dfdfdf;
    border-width: 0px 0px 3px 0px;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    box-shadow: 0px -1px 7px red;
}
.tabs__caption li:not(.active) {
	cursor: pointer;
}
.tabs__caption li:not(.active):hover {
    background: #ffffff;
    border-color: #ffffff;
}
.tabs__caption .active {
    background: #f5f5f5;
    color: #000000;
    border-color: #000000;
}
.tabs__caption .active:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 11px;
    background: rgb(245 245 245);
}
.tabs__content {
    display: none;
    background: #f5f5f5;
    border: 2px solid #f7ebeb;
    border-radius: 0px 0px 0px 0px;
    padding: 5px 5px;
    box-shadow: 0px -1px 7px red;
}
.tabs__content.active {
	display: block;
}

.vertical .tabs__caption {
    float: left;
 	display: block;
}
.vertical .tabs__caption li {
    float: none;
    border-width: 2px 0 2px 2px;
    border-radius: 0px 0 0 0px;
}
.vertical .tabs__caption li:last-child:before {
	display: none;
}
.vertical .tabs__caption .active:after {
	left: auto;
	top: 0;
	right: -2px;
	bottom: 0;
	width: 2px;
	height: auto;
}
.vertical .tabs__content {
	overflow: hidden;
    min-height: 200px;
}

.down-button {
    font-size: 105%;
    background-color: #ffdede;
    margin-right: auto;
    padding: 7px 16px 7px 16px;
    max-width: 100%;
    margin-top: -19px;
    border-radius: 7px;
}

.fullpoll{position:relative;border-radius:10px;overflow:hidden;margin-top:20px;}
.poll_img{background-color:rgba(255, 255, 255, 0);background:-o-linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(0,0,0,.6));background:linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0,0,0,.6));position:absolute;left:0;top:0;right:0;bottom:0;z-index:0;border-radius:10px;}
.fpoll{position:relative;padding:50px 0px 10px 0px;z-index:1;}
.fpoll-title{font-size:22px;text-align:center;font-weight:600;color:#ffffff;padding:0px 40px;}
.fpoll-block{max-width:400px;margin:auto;}
.vote-btn{text-align:center;margin-top:15px;}
.fpoll-span{display:block;color:#ffffff;text-align:center;font-size:13px;padding:5px 0px 30px 0px;}
.fpoll-info{display:block;text-align:center;color:rgba(255, 255, 255, 0.8196078431372549);font-size:13px;padding-top:10px;}
.fpoll .vote_list input[type="radio"] {
    vertical-align: top;
    margin: 3px 6px 0px 6px;
    width: 14px;
    height: 14px;
    margin-left: -25px;
}
.fpoll .vote_list input[type="radio"] + label{cursor:pointer;margin-bottom:0px;}
.fpoll .vote_list input[type="radio"]:not(checked){position:absolute;opacity:99%}
.fpoll .vote_list input[type="radio"]:not(checked) + label{width:100%;display:block;color:#ffffff;font-weight:400;position:relative;background:rgba(255, 255, 255, 0.22);border-radius:4px;padding:0px 10px 0px 35px;text-shadow:0 0px 3px #8c8c8c;line-height:35px;}
.fpoll .vote_list input[type="radio"]:not(checked) + label:hover{background:rgba(255, 255, 255, 0.32);transition:all 350ms;}
.fpoll .vote_list input[type="radio"]:not(checked) + label:before{content:'';position:absolute;top:10px;left:10px;width:15px;height:15px;border-radius:13px;background:#ffffff;}
.fpoll .vote_list input[type="radio"]:not(checked) + label:after{content:'';position:absolute;top:13px;left:13px;width:9px;height:9px;border-radius:50%;background:#b7b7b7;transition:all .2s;}
.fpoll .vote_list input[type="radio"]:checked + label:before{background:#ffffff;}
.fpoll .vote_list input[type="radio"]:checked + label:after{background:#3F51B5;}
.fpoll .vote_list input[type="checkbox"]{vertical-align:top;margin:0 3px 0 0;width:17px;height:17px}
.fpoll .vote_list input[type="checkbox"] + label{cursor:pointer;margin-bottom:0px;}
.fpoll .vote_list input[type="checkbox"]:not(checked){position:absolute;opacity:0}
.fpoll .vote_list input[type="checkbox"]:not(checked) + label{width:100%;display:block;color:#ffffff;font-weight:400;position:relative;background:rgba(255, 255, 255, 0.22);border-radius:4px;padding:0px 10px 0px 35px;text-shadow:0 0px 3px #8c8c8c;line-height:35px;}
.fpoll .vote_list input[type="checkbox"]:not(checked) + label:hover{background:rgba(255, 255, 255, 0.32);transition:all 350ms;}
.fpoll .vote_list input[type="checkbox"]:not(checked) + label:before{content:'';position:absolute;top:10px;left:10px;width:15px;height:15px;border-radius: 4px;background:#ffffff;}
.fpoll .vote_list input[type="checkbox"]:not(checked) + label:after{content:'';position:absolute;top:13px;left:13px;width:9px;height:9px;border-radius: 2px;background:#b7b7b7;transition:all .2s;}
.fpoll .vote_list input[type="checkbox"]:checked + label:before{background:#ffffff;}
.fpoll .vote_list input[type="checkbox"]:checked + label:after{background:#3F51B5;}
.vote_list{text-align:left;margin-left:auto;}
.fvote .pollprogress{color:#ffffff;text-shadow:0 0px 3px #8c8c8c;height:35px;margin-bottom:5px;background:rgba(255, 255, 255, 0.22);border-radius:4px;margin-top:0px;}
.fvote .pollprogress span{height:35px;background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px;}
.fvote-result{max-width:400px;width:100%;height:35px;position:absolute;line-height:35px;padding:0px 10px;overflow:hidden;}
.fvote-text{float:left;padding-right:7px;font-weight:400;}
.fvote-proc{float:right;font-weight:600;font-size:13px;}
.fpoll .pollprogress{color:#ffffff;text-shadow:0 0px 3px #8c8c8c;height:35px;margin-bottom:5px;background:rgba(255, 255, 255, 0.22);border-radius:4px;margin-top:0px;}
.fpoll .pollprogress span{height:35px;background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px;}
.fpoll-result{max-width:400px;width:100%;height:35px;position:absolute;line-height:35px;padding:0px 10px;overflow:hidden;}
.fpoll-text{float:left;padding-right:7px;font-weight:400;}
.fpoll-proc{float:right;font-weight:600;font-size:13px;}
.pollanswer{margin-bottom:5px;}
.btn-poll{background:#ffce10;color:#262626;border:none;outline:none;font-size:14px;font-weight:500;line-height:26px;padding:7px 20px;display:inline-block;width:auto;text-transform:uppercase;transition:background 350ms ease-in-out 0s;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;}
.btn-poll:hover{background:#262626;color:#ffce10;transition:350ms;}