/* BASIC LAYOUT
----------------------------------------------- */
.wrappers {
	min-width: 320px;
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at top left, rgba(255, 106, 0, 0.08), transparent 32%),
		linear-gradient(180deg, #fafbfc 0%, #f6f7f9 100%);
}
.wrapper-container {max-width: var(--maximum-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {padding: 0 var(--main-indent);}
.header {
	background-color: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(227, 231, 235, 0.9);
	box-shadow: 0 10px 35px rgba(15, 23, 42, 0.05);
	margin: 0 -1000px;
	padding: 0 1000px;
	position: sticky;
	top: 0;
	z-index: 80;
}
.content {min-height: 100vh; padding: 42px 0 64px;}
.footer {
	margin: 0 -1000px;
	padding: 40px 1000px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)), #1f1f1f;
	color: var(--text-color-fourth);
}
.footer__two {
	padding-top: 26px;
	margin-top: 26px;
	border-top: 1px solid rgba(255,255,255,0.1);
	background: none;
}
.page-bg {
	background-color: var(--bg-color-third);
	padding: 32px;
	border: 1px solid var(--border-color);
	border-radius: 28px;
	box-shadow: var(--shadow-sm);
}
#scrolltop {
	position: fixed;
	width: 52px;
	height: 52px;
	line-height: 52px;
	right: 18px;
	bottom: 18px;
	z-index: 990;
	display: none;
	background: var(--gradient);
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	border-radius: 50%;
	text-align: center;
	box-shadow: var(--shadow-md);
}

/* HEADER, NAV
----------------------------------------------- */
.logo {
	margin-right: 0;
	padding: 20px 0 20px 58px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	background: url(../images/logo.svg) 0 center / 42px no-repeat;
}
.logo div:first-child {
	font-size: 24px;
	letter-spacing: .04em;
	text-transform: uppercase;
	font-weight: 700;
	color: #111827;
	display: inline-block;
}
.logo div + div {
	color: var(--text-color-second);
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.header__menu {
	justify-content: center;
	padding: 0 24px;
}
.header__menu > li {margin: 0 0 0 12px; position: relative;}
.header__menu > li > a {
	height: 88px;
	padding: 0 14px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .06em;
	display: flex;
	align-items: center;
	color: #23262d;
	position: relative;
}
.header__menu > li > a::after {
	content: '';
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 24px;
	height: 2px;
	border-radius: 999px;
	background: var(--accent-color);
	transform: scaleX(0);
	transform-origin: center;
}
.header__menu-hidden {
	background-color: #fff;
	border: 1px solid var(--border-color);
	box-shadow: var(--shadow-md);
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: calc(100% - 10px);
	padding: 10px 0;
	z-index: 50;
	width: 260px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(18px);
}
.header__menu-hidden::before {
	content: '';
	position: absolute;
	left: 28px;
	bottom: 100%;
	border: 9px solid transparent;
	border-bottom-color: #fff;
	filter: drop-shadow(0 -1px 0 var(--border-color));
}
.header__menu-hidden a {
	display: block;
	padding: 12px 22px;
	color: #21242b;
	font-size: 13px;
}
.header__menu-hidden a:hover {background-color: var(--accent-color-soft); color: var(--accent-color-darker);}
.header__menu > li:hover > a, .header__btn-search:hover, .header__btn-search.is-active {color: var(--accent-color);}
.header__menu > li:hover > a::after {transform: scaleX(1);}
.header__menu > li:hover .header__menu-hidden {visibility: visible; opacity: 1; transform: translateY(0);}
.submenu > a:after {
	content:"\f107";
	font-weight: 300;
	font-family:'Font Awesome 5 Pro';
	margin-left: 8px;
	transition: all .2s;
	display: inline-block;
	font-size: 14px;
}
li.submenu:hover > a:after {transform: rotate(-180deg) !important}
.header__btn-search, .header__btn-menu {
	font-size: 18px;
	cursor: pointer;
	width: 42px;
	height: 42px;
	text-align: center;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #343a46;
}
.header__btn-search:hover, .header__btn-menu:hover {background-color: var(--accent-color-soft);}
.header__btn-login {
	cursor: pointer;
	margin-left: 16px;
	text-transform: uppercase;
	font-size: 12px;
	background: var(--gradient);
	color: var(--text-color-fourth);
	padding: 0 18px;
	height: 42px;
	line-height: 42px;
	box-shadow: 0 12px 26px rgba(255, 106, 0, 0.2);
}
.header__btn-login .fal {margin-right: 8px;}
.header__search {
	position: relative;
	border-top: 1px solid var(--border-color);
	padding: 16px 0 18px;
	width: 100%;
}
.header__search-box {position: relative;}
.header__search input, .header__search input:focus {
	padding: 0 60px 0 20px;
	border-radius: 16px;
	background: var(--bg-color-third);
	box-shadow: inset 0 0 0 1px var(--border-color);
	height: 52px;
}
.header__search input:not(:focus)::placeholder {color: #000; opacity: 0.42; font-size: 14px;}
.header__search button {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 40px;
	height: 40px;
	padding: 0;
	background: var(--gradient);
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
}

/* SECTION
----------------------------------------------- */
.sect {
	background: var(--bg-color-third);
	border: 1px solid var(--border-color);
	border-radius: 28px;
	padding: 34px;
	box-shadow: var(--shadow-sm);
}
.sect + .sect {margin-top: 32px;}
.sect__header {
	margin-bottom: 34px;
	gap: 24px;
	position: relative;
}
.sect__title {
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 700;
	text-align: center;
	color: #1f2937;
	line-height: 1.15;
}
.sect__title div {
	color: var(--accent-color);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 10px;
}
.sect__header::before, .sect__header::after {
	content: '';
	flex: 1 1 0;
	min-width: 20px;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--border-color-strong), transparent);
	margin-right: 0;
}
.sect__header::after {margin-left: 0;}
.sect__menu a {
	margin-left: 22px;
	color: var(--text-color-second);
	display: block;
	padding-bottom: 14px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .06em;
}
.sect__menu a.is-active {
	box-shadow: inset 0 -2px var(--accent-color);
	margin-bottom: -1px;
	color: var(--text-color);
}
.sect__menu a:hover, .sect__menu a.is-active {color: var(--text-color);}
.speedbar {
	font-size: 12px;
	color: var(--text-color-second);
	margin-bottom: 18px;
	padding: 12px 16px;
	background: linear-gradient(90deg, rgba(255, 106, 0, 0.09), rgba(255, 106, 0, 0.02));
	border-left: 4px solid var(--accent-color);
	border-radius: 16px;
}
.speedbar a:after {color: var(--accent-color); display: inline; content: '/'; margin: 0 6px;}
.speedbar a:hover {text-decoration: underline;}
.sect__subtitle {
	font-size: 24px;
	margin-bottom: 26px;
	color: #1f2937;
}

/* SHORT ITEM */
.short-item {
	grid-row: span 2;
	background: #fff;
	border: 1px solid var(--border-color);
	border-radius: 24px;
	padding: 18px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}
.short-item__link {display: block; height: 100%;}
.short-item__img {
	height: 190px;
	margin-bottom: 18px;
	border-radius: 18px;
	background: var(--bg-color-muted);
}
.short-item__desc {padding: 0;}
.short-item__category {
	color: var(--accent-color);
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 12px;
	letter-spacing: .08em;
}
.short-item__title {
	font-size: 21px;
	line-height: 1.35;
	color: #111827;
}
.short-item__text {
	font-size: 13px;
	line-height: 1.75;
	color: var(--text-color-second);
	margin-top: 12px;
	-webkit-line-clamp: 3;
}
.short-item--img-big {grid-row: span 3;}
.short-item--img-big .short-item__img {height: 320px;}
.short-tile {
	grid-column: span 2;
	grid-row: span 3;
	border-radius: 28px;
	overflow: hidden;
	background-color: #161616;
	box-shadow: var(--shadow-md);
}
.short-tile__desc {
	position: relative;
	z-index: 10;
	padding: 42px;
	padding-right: 32%;
}
.short-tile__img {min-height: 100%; color: #fff !important;}
.short-tile__img::before, .short-tile-small__img::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	background: linear-gradient(120deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.38) 55%, rgba(15, 23, 42, 0.08) 100%);
}
.short-tile__img img, .short-tile-small__img img {position: absolute; left: 0; top: 0;}
.short-tile__title {
	font-size: clamp(28px, 3vw, 38px);
	margin-bottom: 12px;
	-webkit-line-clamp: 3;
	line-height: 1.2;
}
.short-tile__text {
	font-size: 14px;
	line-height: 1.8;
	-webkit-line-clamp: 3;
	max-width: 520px;
	color: rgba(255,255,255,0.86);
}
.short-tile__btn, .short-tile-small__btn {
	height: 48px;
	border: 1px solid rgba(255,255,255,0.26);
	padding: 0 28px;
	margin-top: 26px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .08em;
	border-radius: 999px;
}
.short-tile-small {
	grid-row: span 1;
	border: 1px solid var(--border-color);
	border-radius: 24px;
	overflow: hidden;
	background: linear-gradient(180deg, #fff, #fafafa);
}
.short-tile-small__img {min-height: 100%;}
.short-tile-small__img::before {background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.94));}
.short-tile-small__desc {
	text-align: center;
	position: relative;
	z-index: 10;
	padding: 34px 28px;
}
.short-tile-small__title {
	font-size: 20px;
	line-height: 1.35;
	color: #111827;
}
.short-tile-small__btn {
	border: 1px solid rgba(0,0,0,0.08);
	height: 42px;
	padding: 0 20px;
	font-size: 12px;
	margin-top: 24px;
	color: var(--accent-color);
	background: rgba(255, 106, 0, 0.08);
}
.short-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}
.short-item:hover .short-item__img {filter: brightness(1.05);}
.short-item:hover .short-item__title {color: var(--accent-color-darker);}
.short-tile-small__img:hover, .short-tile__img:hover {box-shadow: inset 0 0 0 999px rgba(255,255,255,0.02);}
.short-tile__img:hover .short-tile__btn {background-color: #fff; color: #111827;}
.short-tile-small__img:hover .short-tile-small__btn {background-color: var(--accent-color); color: #fff;}

/* FOOTER, PAGINATION
----------------------------------------------- */
.footer a {color: rgba(255,255,255,0.92);}
.footer__menu {flex-wrap: wrap; gap: 14px 18px;}
.footer__menu a {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .08em;
	opacity: 0.88;
}
.footer__menu a:hover, .footer__menu-soc a:hover {color: #ffb27a;}
.footer__menu-soc {gap: 12px;}
.footer__menu-soc a {
	margin: 0;
	font-size: 16px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.08);
}
.footer__text {
	font-size: 13px;
	line-height: 1.8;
	margin-left: 30px;
	color: rgba(255,255,255,0.66);
}
.footer__logo div:first-child {color: #fff;}
.footer__logo div + div {color: rgba(255,255,255,0.66);}
.pagination {text-align: center; padding-top: 10px;}
.pagination__btn-loader a, .pagination__btn-loader span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 52px;
	padding: 0 34px;
	background: var(--gradient);
	color: var(--text-color-fourth);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .08em;
	border-radius: 999px;
}
.pagination__btn-loader::before, .pagination__btn-loader::after {
	content: '';
	flex: 1 1 0;
	min-width: 20px;
	height: 1px;
	background-color: var(--border-color);
	margin-right: 32px;
}
.pagination__btn-loader::after {margin: 0 0 0 32px;}
.pagination__pages a, .pagination__pages span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 10px 6px 0;
	min-width: 48px;
	height: 48px;
	padding: 0 14px;
	background-color: var(--bg-color-third);
	font-size: 16px;
	border: 1px solid var(--border-color);
	font-weight: 700;
	border-radius: 14px;
}
.pagination__pages span:not(.nav_ext), .pagination__pages a:hover {
	background: var(--gradient);
	color: var(--text-color-fourth);
	border-color: transparent;
}
.pagination__pages--full a, .pagination__pages--full span {min-width: 40px; height: 40px; font-size: 14px;}

/* INNER PAGE
----------------------------------------------- */
.page__poster {
	height: 460px;
	margin-top: 12px;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: var(--shadow-md);
}
.page__poster::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	background: linear-gradient(120deg, rgba(15, 23, 42, 0.88) 0%, rgba(15, 23, 42, 0.54) 45%, rgba(15, 23, 42, 0.08) 100%);
}
.page__header {
	position: absolute;
	z-index: 10;
	left: 42px;
	top: 42px;
	bottom: 42px;
	right: 34%;
	color: #fff;
}
.page__header h1 {
	font-size: clamp(28px, 4vw, 46px);
	line-height: 1.16;
	opacity: 1;
	max-width: 760px;
}
.page__meta {
	gap: 12px;
	flex-wrap: wrap;
}
.page__meta a {color: #fff; opacity: 0.82;}
.page__meta-item {
	margin-right: 0;
	font-size: 11px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(6px);
}
.page__meta-item--author {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #fff;
}
.page__date {
	opacity: 0.82;
	font-size: 12px;
	padding-left: 2px;
}
.page__cols {
	background-color: transparent;
	margin: 34px 0 40px;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 28px;
}
.page__col-left {
	background-color: var(--bg-color-third);
	padding: 38px;
	border: 1px solid var(--border-color);
	border-radius: 28px;
	box-shadow: var(--shadow-sm);
}
.page__col-right {
	width: 300px;
	margin: 0;
	padding: 0;
}
.page__intro {
	line-height: 1.8;
	margin: -38px -38px 30px;
	padding: 22px 28px 22px 82px;
	position: relative;
	background-color: var(--accent-color-soft);
	color: #6b4a2a;
	border-bottom: 1px solid rgba(255, 106, 0, 0.12);
}
.page__intro::before {
	content:"\f05a";
	font-family:'Font Awesome 5 Pro';
	font-weight: 300;
	position: absolute;
	left: 28px;
	top: 20px;
	color: var(--accent-color);
	font-size: 28px;
}
.page__text {padding-left: 0;}
.page__tags {
	margin-top: 34px;
	margin-bottom: -10px;
	flex-wrap: wrap;
}
.page__tags .fal {height: 36px; line-height: 36px; margin: 10px 10px 0 0;}
.page__tags a {
	display: flex;
	align-items: center;
	white-space: nowrap;
	height: 36px;
	border-radius: 999px;
	padding: 0 14px;
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px 10px 0 0;
	color: var(--text-color-second);
	border: 1px solid var(--border-color);
	background: #fff;
}
.page__tags a:hover {background-color: var(--accent-color); border-color: var(--accent-color); color: #fff;}
.page__subscribe {
	background: linear-gradient(135deg, #232323, #111111);
	color: rgba(255,255,255,0.72);
	line-height: 1.6;
	position: relative;
	padding: 26px 30px 26px 120px;
	margin: 42px 0 0;
	overflow: hidden;
	border-radius: 24px;
}
.page__subscribe::before {
	content:"\f658";
	font-family:'Font Awesome 5 Pro';
	font-weight: 300;
	position: absolute;
	left: 36px;
	top: 50%;
	margin-top: -22px;
	color: var(--accent-color);
	background-color: #fff;
	font-size: 18px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 0 14px rgba(255,255,255,0.06);
}
.page__subscribe-caption b {font-weight: 700; font-size: 18px; color: #fff;}
.page__subscribe-form {margin-left: 42px; position: relative; z-index: 5;}
.page__subscribe-form input {box-shadow: none; border-radius: 999px;}
.page__subscribe-form button {position: absolute; right: 4px; top: 4px; border-radius: 999px; height: 40px;}
.page__footer {
	margin-top: 34px;
	font-size: 13px;
	border-top: 1px solid var(--border-color);
	padding-top: 20px;
	gap: 18px;
}
.page__footer--last {margin-top: 18px; padding: 0; border: 0;}
.page__rating a {
	margin-right: 10px;
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 14px;
	border: 1px solid var(--border-color);
	border-radius: 999px;
	font-weight: 700;
	background: #fff;
}
.page__rating a > span:last-child {
	display: inline-block;
	border-left: 1px solid var(--border-color);
	padding-left: 10px;
	margin-left: 10px;
	font-weight: 700;
}
.page__rating .fal {font-size: 18px; color: #23a559;}
.page__rating a + a .fal {color: #ea4335;}
.page__rating a:hover {border-color: var(--accent-color); color: var(--accent-color-darker);}
.page__fav a {
	padding-left: 54px;
	position: relative;
	display: block;
	color: var(--text-color-second);
	line-height: 1.35;
	font-size: 13px;
}
.page__fav .fal {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--border-color);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -21px;
	color: var(--accent-color);
}
.page__btn-comments {
	height: 42px;
	padding: 0 18px;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: auto;
}
.page__error {color: var(--text-color-second); line-height: 1.5;}
.page__error-btns {margin-right: 2px;}
.page__error-btns div {
	margin-right: 6px;
	background-color: #2d3748;
	color: #fff;
	padding: 8px 15px;
	border-radius: 999px;
	font-weight: 700;
}
.page__error-text div, .page__error-text span {font-weight: 700;}
.page__error-text div span {color: #ea969e;}
.page__prev-next {
	background-color: var(--bg-color-third);
	padding: 24px;
	position: sticky;
	left: 0;
	top: 112px;
	z-index: 10;
	border: 1px solid var(--border-color);
	border-radius: 24px;
	box-shadow: var(--shadow-sm);
}
.page__prev-next-link {line-height: 1.6; font-size: 14px; display: block; margin-bottom: 20px;}
.page__prev-next-link:last-child {margin-bottom: 0;}
.page__prev-next-link div {
	font-size: 11px;
	text-transform: uppercase;
	color: var(--accent-color);
	margin-bottom: 7px;
	letter-spacing: .08em;
}
.page__side-box {
	margin-top: 20px;
	background: var(--bg-color-third);
	border: 1px solid var(--border-color);
	border-radius: 24px;
	padding: 24px;
	box-shadow: var(--shadow-sm);
}
.page__side-box + .page__side-box {margin-top: 24px;}
.page__side-box-title {font-size: 22px; margin-bottom: 22px;}
.popular-item {margin-bottom: 18px;}
.popular-item:last-child {margin-bottom: 0;}
.popular-item__img {
	width: 72px;
	height: 72px;
	margin-right: 16px;
	border-radius: 16px;
	overflow: hidden;
}
.popular-item__title {line-height: 1.5; -webkit-line-clamp: 3;}
.popular-item:hover, .page__prev-next-link:hover {text-decoration: underline; color: var(--accent-color-darker);}
.sect--related {margin-bottom: 32px;}
.sect--related .popular-item {margin: 0;}

/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {
	line-height: 1.9;
	font-size: 16px;
	word-wrap: break-word;
	color: #1f2937;
}
.full-text a {text-decoration: underline; color: var(--accent-color-darker);}
.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: 22px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 18px 18px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 18px 18px;}
.full-text > ul li, .full-text > ol li {padding-left: 38px; position: relative;}
.full-text > ul li:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--accent-color);
	position: absolute;
	top: 10px;
	left: 12px;
}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {
	content: counter(num);
	counter-increment: num;
	background-color: var(--accent-color);
	color: #fff;
	position: absolute;
	top: 2px;
	left: 0;
	width: 24px;
	height: 24px;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.full-text > ol li:after {display: none;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 12px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table {
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid var(--border-color);
}
.full-text table tr td {padding:14px 16px; border:1px solid var(--border-color);}
.full-text table tr:nth-child(2n+1) {background-color:#fafbfc;}
.full-text table tr:nth-child(1) {background-color:#fff1e8;}
.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: 28px; line-height: 1.28;}

/* COMMENTS */
.page__comments {margin-top: 40px; display: none;}
.page__comments-title {font-size: 24px; margin-bottom: 18px;}
.page__comments-info {
	font-size: 13px;
	margin-bottom: 16px;
	margin-top: -8px;
	color: var(--text-color-second);
	line-height: 1.6;
}
.page__comments-info .fal {color: var(--accent-color); margin-right: 6px;}
.page__comments-list {
	padding: 24px;
	padding-bottom: 0;
	border: 1px solid var(--border-color);
	border-radius: 24px;
	background: #fff;
}
.page__comments-list--not-comments {padding: 0; border: 0; background: none;}
.add-comments-form.form {padding: 0; background: none; margin-top: 20px;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea,
.mass_comments_action select {
	box-shadow: inset 0 0 0 1px var(--border-color);
	border-radius: 18px;
}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .comments_subscribe + br {display: none;}
.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: 999px; padding: 0 16px;}
.comment-item__title {font-weight: 700; font-size: 18px; margin-bottom: 20px;}
.comment-item {
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--border-color);
}
.comment-item__img {width: 44px; height: 44px; border-radius: 50%; margin-right: 12px;}
.comment-item__letter {
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	color: #fff;
	font-size: 18px;
}
.comment-item__author {font-weight: 700; font-size: 14px;}
.comment-item__date {color: var(--text-color-second); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 10px 0 8px;}
.comment-item__rating {white-space: nowrap; font-size: 12px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #22a35f; 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: 12px; margin-right: 20px; color: var(--text-color-second);}
.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: 12px; 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(--text-color-second);}
.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: 24px;
	width: 420px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
}
.login__header {padding: 22px 32px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 17px; font-weight: 700; 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(--text-color-second); margin-left: 10px; font-weight: 400; color: var(--text-color-second);}
.login__content {padding: 24px 32px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--text-color-second);}
.login__caption {font-size: 14px; color: var(--text-color); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent-color);}
.login__input input {padding-left: 42px;}
.login__row .fal {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 48px; width: 42px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 32px; 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:30px; height: 30px; border-radius: 50%;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 27px; padding-right: 27px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px;}
.login__menu a {
	display: block;
	border-radius: 18px;
	padding: 12px;
	text-align: center;
	white-space: nowrap;
	background-color: var(--ui-bg-darker);
	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.56;
	background-color: #000;
	cursor: pointer;
	display: none;
}
.mobile-menu {
	width: 300px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 18px 22px;
	z-index: 999;
	position: fixed;
	left: -340px;
	top: 0;
	transition: left .32s ease;
	background-color: var(--bg-color-third);
	color: var(--text-color);
	box-shadow: var(--shadow-md);
}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {
	cursor: pointer;
	display: block;
	left: 300px;
	top: -44px;
	position: fixed;
	z-index: 999;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	opacity: 0;
	background: var(--gradient);
	color: #fff;
	transition: top .32s ease, opacity .32s ease;
	border-radius: 0 0 16px 0;
}
.mobile-menu-close.is-active {top: 0; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu .header__menu {margin: 0; padding: 0; display: block;}
.mobile-menu .header__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .header__menu > li > a {
	height: auto;
	padding: 15px 0;
	border-bottom: 1px solid var(--border-color);
}
.mobile-menu .header__menu > li > a::after {display: none;}
.mobile-menu .header__menu-hidden {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	left: 0;
	top: 0;
	margin: 8px 0 18px;
	opacity: 1;
	visibility: visible;
	transform: none;
	border-radius: 18px;
	box-shadow: none;
}
.mobile-menu .header__menu-hidden::before {display: none;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrappers {padding: 0;}
	.wrapper-container {max-width:1000px;}
	.wrapper-main {padding-left: 20px; padding-right: 20px;}
	.header__menu, .sect__menu {display: none;}
	.header__logo {flex: 1 1 0; margin-right: 20px; max-width: 100%; min-width: 50px;}
	.header__btn-login {margin-left: 12px;}
	.header__btn-menu {
		font-size: 20px;
		margin-left: 12px;
		color: var(--accent-color);
		height: 42px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.page__cols, .page__poster {margin-left: 0; margin-right: 0;}
	.page__col-right {width: 280px;}
	.page__error {display: none;}
	.page__text22 .quote {margin-left: -40px;}
	.page__subscribe-form {margin-left: 18px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.content {padding-top: 28px;}
	.footer__one, .footer__two {display: block; text-align: center; background-image: none;}
	.footer__menu, .footer__menu-soc {justify-content: center;}
	.footer__menu a {display: inline-block;}
	.footer__text {margin: 20px 0 0 0;}
	#scrolltop {width: 42px; height: 42px; line-height: 42px; font-size: 18px;}
	.sect {padding: 26px;}
	.page__header {right: 24px; left: 24px; top: 24px; bottom: 24px;}
	.page__cols {flex-wrap: wrap;}
	.page__col-left {width: 100%;}
	.page__col-right {width: 100%; margin: 0; padding-left: 0; padding-right: 0;}
	.page__prev-next {padding: 20px; position: static;}
	.page__side-box {margin-top: 20px;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.page-bg {
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 22px;
	}
	.pagination__btn-loader::before {margin-right: 20px;}
	.pagination__btn-loader::after {margin-left: 20px;}
	.pagination__btn-loader a, .pagination__btn-loader span {padding: 0 24px;}
	.sect__header::before, .sect__header::after {display: none;}
	.page__poster {height: 320px; border-radius: 22px;}
	.page__header h1 {font-size: 28px;}
	.page__meta-item {font-size: 10px;}
	.page__col-left {padding: 24px; border-radius: 22px;}
	.page__intro {margin-left: -24px; margin-right: -24px; padding-right: 24px;}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 22px;}
	.page__subscribe {
		padding: 22px 20px 22px 82px;
		margin-left: 0;
		margin-right: 0;
	}
	.page__subscribe::before {left: 22px;}
	.page__subscribe-form {min-width: 100%; margin: 18px 0 0 0;}
	.page__subscribe-form button {padding: 0 16px; width: auto; position: static; margin-top: 12px;}
	.add-comments-form.form {margin-left: 0; margin-right: 0;}
	.page__comments-list:not(.page__comments-list--not-comments) {
		margin-left: 0;
		margin-right: 0;
		border-left: 1px solid var(--border-color);
		border-right: 1px solid var(--border-color);
	}
	.add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.add-comments-form__btn {width: 100%; order: 10;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.login {max-width: 92%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}
	.header {padding-top: 0; padding-bottom: 0;}
	.header__btn-login {
		font-size: 0;
		padding: 0;
		letter-spacing: normal;
		width: 42px;
	}
	.header__btn-login .fal {font-size: 18px; margin: 0; line-height: 42px;}
	#m-cont, .d-grid {grid-gap: 20px;}
	.short-item, .short-item--img-big, .short-tile, .short-tile-small {grid-row: span 1;}
	.short-tile {grid-column: span 1;}
	.short-item--img-big .short-item__img {height: 190px;}
	.short-tile__desc, .short-tile-small__desc {padding: 24px; text-align: center;}
	.short-tile__desc {padding-right: 24px;}
	.short-tile__title {font-size: 24px;}
	.short-tile__btn {width: 100%;}
	.short-tile-small__btn {margin-top: 18px;}
	.sect {padding: 22px;}
	.sect__title {font-size: 28px;}
	.page__footer {flex-wrap: wrap;}
	.page__rating a + a {margin: 0;}
	.page__btn-comments {width: 100%; margin: 0; margin-top: 8px;}
	.page__header h1 {line-height: 1.22;}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
	.logo {padding-left: 48px; background-size: 34px;}
	.header__logo div {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
	.header__logo {display: flex; flex-direction: column; justify-content: center;}
	.logo div:first-child {font-size: 20px;}
	.logo div + div {font-size: 10px;}
	.page__poster {height: 280px;}
	.page__meta {gap: 8px;}
}
