/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; padding-top: 30px; 
	background: url(../images/bg.jpg) center -190px / 100% auto no-repeat;}
@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;  
	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: var(--bg-black); --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: 60px; 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.png) 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: var(--bg-lighter); 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 var(--bdc);}
.item__title--bigger .line-clamp {font-size: 21px;}
.item:not(.short) + .short {padding-top: 20px; border-top: 1px solid var(--bdc); 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: var(--bg-black); padding: 40px var(--indent); 
	margin: 0 var(--indent-negative); margin-bottom: 80px; --tt-colored: #fff;}
.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: var(--accent); 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 var(--bdc); 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;}
.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: 0px; background: var(--accent); color: #fff;
	text-transform: uppercase; font-size: 14px; letter-spacing: 2px; width: 100%;}
.pagination__pages {gap: 10px 10px; padding-top: 20px;}
.pagination__pages a, .swchItemA {display: inline-block; line-height: 38px; 
	padding: 0 10px; min-width: 40px; font-size: 16px; border: 1px solid var(--bdc-darker); border-radius: 20px;}
.swchItemA: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: 2px; 
	padding: 0 10px; font-size: 12px; text-transform: uppercase; color: var(--tt-lightest); border: 1px solid var(--bdc);}
.page__subscribe {background-color: var(--bg-black); 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;}
.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 var(--bdc); padding-top: 20px;}
.page__footer--last {margin-top: 20px; padding: 0; border: 0;}
.page__rating a {margin-right: 10px; display: flex; align-items: center; height: 36px; padding: 0 10px; 
	border: 1px solid rgba(0,0,0,0.0); box-shadow: 0 1px 3px 0 rgba(0,0,0,.06);
	background: linear-gradient(to bottom, #fff 0%, #fff 30%, #f5f6f8 100%);}
.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: linear-gradient(to top, #fff 0%, #fff 30%, #f2f2f2 100%);}
.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: 40px; height: 40px; display: flex; align-items: center; justify-content: center; 
	border: 1px solid var(--bdc); border-radius: 50%; position: absolute; left: 0; top: 50%; margin-top: -20px;}
.page__btn-comments {height: 30px; padding: 0 10px; font-size: 12px; text-transform: uppercase; margin-left: 20px;}
.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: var(--tt-lightest); color: #fff; 
	padding: 8px 10px; border-radius: 3px;}
.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 #ffdb4d; 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: 17px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: #5278b1;}
.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: 0 3px 10px rgba(0,0,0,0.1); 
	text-decoration: none !important; padding: 15px 15px 15px 130px;
	background: linear-gradient(to top, #27ae60, #2ecc71); color: #fff !important; overflow: hidden;}
.fdl-btn-title {font-weight: 500; text-transform: uppercase; word-wrap: break-word;}
.fdl-btn-size {font-size: 14px; margin-top: -2px; margin-bottom: 6px; 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: 50px; height: 50px; border-radius: 50%; margin-top: -25px; font-size: 24px;
	position: absolute; left: 40px; top: 50%; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 0 0 15px rgba(0,0,0,0.13), 0 0 0 30px rgba(0,0,0,0.08), 0 0 0 45px 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;}
.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 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}
.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 var(--bdc);}
.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__header--admin a {color: red !important; font-weight:bold;}
.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: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.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;}
.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: 0.3;}


/* 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: #d7d7d7; 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;}
}

@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;}
}

@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, #allEntries {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;}
}

	
	
	