.bcate {border: solid rgb(58 130 247 / 26%)}
/* BASIC LAYOUT


----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 4;}
.wrapper-main {padding: 0 var(--indent); min-height: 100vh; display: flex; flex-direction: column;}
.content {flex: 1 0 auto; padding: 30px 0;}
.header, .nav {background-color: var(--bg-lighter); box-shadow: var(--bsh); padding-top: 15px; padding-bottom: 15px;}
.header {gap: 20px 20px; flex-wrap: nowrap;}
.header__btn-menu {display: none !important;}
.header__spacer {flex: 1 1 auto; min-width: 0;}
.header__nav {display: flex; align-items: center; gap: 18px; flex-shrink: 0;}
.header__nav-link {font-weight: 600; color: var(--tt, #333853); white-space: nowrap; font-size: 15px; transition: color .15s;}
.header__nav-link:hover {color: var(--accent);}
@media screen and (max-width: 950px) {
	.header__nav {gap: 14px; order: 6;}
	.header__nav-link {font-size: 14px;}
}
@media screen and (max-width: 470px) {
	.header__nav {gap: 10px; width: 100%; order: 11; justify-content: center; margin-top: 4px;}
	.header__nav-link {font-size: 13px;}
}
.nav {border-top: 1px solid var(--bdc); position: relative; z-index: 60;}
.cols {display: grid; gap: 30px 30px; grid-template-columns: minmax(80%, 1fr) 264px;}
.col-side {display: grid; gap: 30px; align-content: start; position: relative; z-index: 60;}
.footer {background-color: var(--bg-darker); color: var(--tt-lighter); 
	padding-top: 30px; padding-bottom: 30px; font-size: 14px; line-height: 1.6;}
.content-block--bg { border-radius: 10px; padding: 5px; }
.content-block--bg1 {     border-radius: 33px;
    padding: 28px;
    background-color: #ffffff; }	
#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);}
.fa-map-marker1{font-size: 20px;padding-right: 50px;}

/* HEADER
----------------------------------------------- */
.logo {display: inline-flex; align-items: center; height: 40px; position: relative; 
	font-weight: 700; font-size: 28px; letter-spacing: 1px;
	  color: #0d00f8;}
.logo span {font-weight: 400; font-size: 10px; text-transform: uppercase; color: var(--tt-lightest); 
	position: absolute; right: -10px; top: 0;}
.search-block form {max-width: 400px; position: relative;}
.search-block__input[type="text"], .search-block__input[type="text"]:focus {border-radius: 20px; box-shadow: none; 
	border: 1px solid var(--bdc); background-color: var(--bg-lighter); height: 40px; line-height: 38px; 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: var(--tt); border-radius: 20px; padding: 0; font-size: 16px;}
.footer__logo{padding-right: 40px;}

/* NAV
----------------------------------------------- */
.nav__list {margin: 0 -40px;}
.nav__list > li, .side-nav > li {flex-grow: 1; font-size: 14px; position: relative;}
.nav__list > li + li {border-left: 1px solid var(--bdc);}
.nav__list > li > a, .side-nav > li > a {height: 40px; 
	display: flex; align-items: center; justify-content: center; padding: 0 20px;}
.nav__list-hidden {width: 240px; padding: 40px; border-radius: 0 0 10px 10px; 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;}
.side-nav {border-radius: 6px; padding: 20px 0px; background-color: var(--bg-lighter);}
.side-nav .nav__list-hidden {left: 100%; top: -40px; border-radius: 0 10px 10px 0;}
.side-nav > li > a {justify-content: flex-start;}


/* TOP
----------------------------------------------- */
.top {gap: 15px 15px; margin-bottom: 30px;}
.top-item {flex: 1 1 30%; box-shadow: var(--bsh); border-radius: 6px; padding: 0;}
.top-item:nth-child(2), .top-item:nth-child(3) {flex-basis: 60%;}
.top-item__desc {position: relative; z-index: 5; min-height: 140px; padding: 20px; color: #fff; gap: 10px; max-width: 100%;}
.top-item__title {font-weight: 600; color: #fff !important; font-size: 15px;}
.top-item__date {font-size: 12px;}
.top-item::before {height: 100%; background: var(--gradient); opacity: 0.6;}
@media screen and (min-width: 1220px) {
	.top {display: grid; grid-template-columns: repeat(6,1fr);}
	.top-item {grid-column: span 1;}
	.top-item:nth-child(3), .top-item:nth-child(4) {grid-column: span 2;}
	.top-item:nth-child(1) {grid-column: span 3; grid-row: span 2;}
	.top-item__desc {height: 100%;}
	.top-item:nth-child(1) .top-item__title {font-size: 24px; margin-bottom: 30px;}
}


/* SECTION
----------------------------------------------- */
.sect__header {margin-bottom: 30px;}
.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 {margin-bottom: 15px; margin-top: -15px; font-size: 13px; color: var(--tt-lightest);}
.descr {display: grid; grid-gap: 20px; line-height: 1.7; color: var(--tt-lighter); grid-column: 1 / -1; padding: 20px 0;}
.descr h1, .descr h2, .descr h3 {font-weight: 400; font-size: 18px; color: var(--tt); 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;}


/* SHORT STORY
----------------------------------------------- */
.short {background-color: var(--bg-lighter); border-radius: 10px; overflow: hidden;}
.short1 {background-color:  var(--bg-darker); border-radius: 10px; overflow: hidden;}
.short__header {padding: 30px 30px 0px 30px;}
.short__desc {padding: 0px 30px 10px 30px;}
.short__title {font-size: 24px; font-weight: 700;}
.short__meta {margin-top: 15px; gap: 10px 20px; font-size: 12px; color: var(--tt-lighter);}
.short__meta-item a {color: var(--accent); text-decoration: underline;}
.short__meta .fal {margin-right: 6px; opacity: 0.6;}
.short__img {height: 260px; display: block;}
.short__text {color: var(--tt-lighter); line-height: 1.6; margin-bottom: 38px;}
.short.grid-item {position: relative; padding-bottom: 60px;}
.short.grid-item1 {position: relative;margin: 10px 10px;padding-left: 35px; 
    padding-right: 20px;}
.short__btn1 {padding:5px 5px;}
.short.grid-item .short__header, .short.grid-item .short__desc {padding: 20px;}
.short.grid-item .short__header {padding-bottom: 0;}
.short.grid-item .short__title {font-size: 16px;}
.short.grid-item .short__img {height: 0;}
.short.grid-item .short__meta {gap: 10px 10px;}
.short.grid-item .short__text {-webkit-line-clamp: 4; font-size: 14px; margin: 0;}
.short__btn .fal {opacity: 1; font-size: 18px; margin: 0;}
.short__btn {padding: 0; width: 40px;}
.short__desc .short__meta {position: absolute; left: 0; right: 0; bottom: 0; padding: 20px;}
.info {padding: 0px 7px}

/* SIDEBAR
----------------------------------------------- */
.side-block__title {font-weight: 700; text-transform: uppercase; letter-spacing: 1px; 
	margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid var(--bdc-darker);}
.side-block__content {display: grid; gap: 15px; grid-template-columns: repeat(auto-fill,minmax(240px,1fr));}
.side-block--sticky {position: sticky; left: 0; top: 20px;}
.popular {background-color: var(--bg-darker); border-radius: 6px; overflow: hidden; position: relative;}
.popular__desc {padding: 16px 20px; padding-top: 14px;}
.popular__title {font-weight: 700;}
.popular__text {font-size: 13px; color: var(--tt-lighter); margin-top: 6px; -webkit-line-clamp: 4;}
.attent {text-align: center; position: relative; border-radius: 6px; padding: 20px; background-color: var(--bg-lighter);}
.attent__title {font-weight: 700; margin: 20px 0;}
.attent .short__meta {margin: 0; margin-bottom: 20px;}
.int {position: relative; gap: 20px; height: 60px;}
.int__img {width: 60px; height: 60px; box-shadow: var(--bsh); border-radius: 6px;}
.int__title div {-webkit-line-clamp: 3; font-size: 14px;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__text {color: var(--tt);}
.footer__text a {margin: 0 20px 0 0; color: var(--accent);}
.footer__social {display: flex; align-items: center; gap: 10px; margin-top: 12px; flex-wrap: wrap;}
.footer__social-label {font-size: 13px; color: var(--tt); margin-right: 2px;}
.footer__social a.fsoc {margin: 0; display: inline-flex; align-items: center; justify-content: center;
	width: 38px; height: 38px; border-radius: 50%; color: #fff; font-size: 17px;
	transition: transform .15s, box-shadow .15s; text-decoration: none;}
.footer__social a.fsoc:hover {transform: translateY(-2px); box-shadow: 0 6px 14px rgba(20,30,60,.22);}
.fsoc--tg {background: #2aabee;}
.fsoc--wa {background: #25d366;}
.fsoc--ig {background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);}

.pagination {text-align: center; display: grid; gap: 20px; padding-top: 15px;}
.pagination__btn-loader a, .pagination__btn-loader span {display: inline-flex; justify-content: center; align-items: center; 
	height: 60px; padding: 0 50px; border-radius: 30px; background: var(--bg-darker); color: var(--tt-lighter);
	font-weight: 700; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; width: 400px;  max-width: 100%;}
.pagination__pages {gap: 10px 10px;}
.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) {background: var(--accent); color: #fff; border-color: var(--accent);}


/* INNER PAGE
----------------------------------------------- */

.page__tags {font-size: 0; gap: 10px 4px; margin-top: 40px;}
.page__tags .fal {height: 30px; line-height: 30px; font-size: 16px; margin-right: 6px;}
.page__tags a {display: flex; align-items: center; white-space: nowrap; height: 30px; border-radius: 2px; 
	padding: 0 10px; font-size: 11px; text-transform: uppercase; 
	color: var(--tt-lighter); border: 1px solid var(--bdc-darker);}

.page__tags + .page__footer {margin-top: -10px;}
.page__footer {font-size: 14px; border-top: 1px solid var(--bdc); padding-top: 20px;}
.page__fav a {padding-left: 50px; position: relative; display: block; 
	color: var(--tt-lightest); line-height: 1.3; font-size: 13px;}
.page__fav .fal {width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; 
	border: 1px solid var(--bdc); border-radius: 50%; color: var(--accent);
	position: absolute; left: 0; top: 50%; margin-top: -20px;}
.page__btn-comments {height: 30px; padding: 0 10px; font-size: 11px; 
	text-transform: uppercase; margin-left: 20px;}

.page__prev-next {background-color: var(--bg-2); width: 300px; padding: 20px; 
	float: left; margin: 0 20px 10px 0; padding-bottom: 3px;}
.page__prev-next-link {line-height: 1.5; display: block; margin-bottom: 20px; font-weight: 300;}
.page__prev-next-link div {font-size: 12px; color: var(--tt-lightest); margin-bottom: 5px;}
.popular-item__img {width: 100px; height: 60px; margin-right: 20px;}
.popular-item__title {line-height: 1.4; -webkit-line-clamp: 3;}
.popular-item:hover, .page__prev-next-link:hover {text-decoration: underline;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7; font-size: 15px; 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: 30px;}
.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: 5px; 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: -2px; 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;}
.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: 0; margin-top: 30px; padding: 20px; border-radius: 10px; background: var(--bg-lighter);}
.page__comments-title {font-size: 21px; font-weight: 700; margin-bottom: 20px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--tt-lighter); line-height: 1.5;}
.page__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.page__comments-header {position: relative; padding-right: 130px;}
.page__comments-btn {position: absolute; right: 0; top: 0;}
.ac-form {display: grid; gap: 20px; margin-bottom: 40px;}
.ac-form__bottom {gap: 10px 20px;}
.ac-form .message-info {margin: 0;}
.ac-form .tox-tinymce {height: 160px !important;}
.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: 0; padding: 0 10px;}
.has-comms {margin-bottom: -20px;}

.comment-item__title {font-weight: 700; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc-darker);}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.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: 600; font-size: 14px;}
.comment-item__date {color: var(--tt-lightest); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 6px 0; font-size: 15px;}
.comment-item__rating {white-space: nowrap; font-size: 14px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; 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(--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: 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(--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);}
.l1 {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; font-weight: 600; 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: 18px; 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: 100px; height: 100px; 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: var(--bg);}

@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;}
	.nav, .col-side .js-this-in-mobile-menu, .header__link, .hm {display: none;}
	.header__btn-menu {display: inline-flex; width: 40px; padding: 0; font-size: 18px;}
	.cols {grid-template-columns: minmax(0,1fr);}
	.col-side {order: 10;}
	.footer {display: block; text-align: center;}
	.footer__text {margin: 20px 0;}
	.footer__logo {margin: 0;}
	.side-block--sticky {position: static;}
	.top-item {flex: 1 0 30% !important;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.top-item {flex: 1 0 200px !important;}
	.content-block--bg {padding: 20px;}
    .short__header {padding: 20px 20px 0px 20px;}
.short__desc {padding: 0px 20px 10px 20px;}
	.short__text {margin-bottom: 20px;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.header {gap: 20px 10px;}
	.header__search {min-width: 100%; order: 10; margin: 0;}
	.header__search form {max-width: 100%;}
	.header__logo {flex: 1 1 0; max-width: 100%;  margin: 0;}
	.header__logo span {position: static; font-size: 1em; text-transform: none; margin-left: 3px;}
	.top {gap: 10px 10px;}
	.short__title, .sect__title {font-size: 18px;}
    h1 {font-weight: 700; font-size: 24px;}
h2 {font-weight: 700; font-size: 19px;}
h3 {font-weight: 600; font-size: 16px;}
h4 {font-weight: 700; font-size: 13px;}
h5 {font-weight: 700; font-size: 11px;}
h6 {font-weight: 700; font-size: 9px;}
	.header__btn-login {width: 40px; overflow: hidden; font-size: 0; padding: 0; display: block;}
	.header__btn-login::before {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; 
		font-size: 18px; content:"\f007"; font-weight: 300; font-family:'Font Awesome 5 Pro';}
	
	.page .short, .content-block--bg, .page__comments {margin-left: -20px; margin-right: -20px; border-radius: 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-container {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;}		

	.page__share {display: flex; min-width: 100%; margin: 0 0 20px 0px;}
	.page__yadzen {width: 100%; margin-bottom: 20px;}
	.page__meta, .page__date {font-size: 12px;}
	.page__header h1 {line-height: 1.4; font-size: 19px;}
	.page__poster {height: 240px;}
	.page__date {position: absolute; left: 0px; top: 30px;}
	.page__rating {top: 20px; bottom: auto; font-size: 13px;}
	.page__rating > * {width: 40px; padding: 5px; text-align: center; height: 70px;}
	.page__rating .fal {margin: 0; margin-bottom: 6px;}
    .logo{padding-left: 13px;padding-right: 0px;}
}
@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
    .logo{padding-left: 13px; padding-right: 0px; font-size: 20px;}
	.header__logo {font-size: 20px;}
	.hm2, .page__comments-info {display: none;}
	.short__img {height: 160px;}
	.short__text {font-size: 13px; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;}
	.pagination__btn-loader > * {width: 100% !important; padding: 0 !important;}
	.hm {display: block;}
    .marker1{font-size: 20px;}
    .fa-map-marker1{padding-right: 50px;}
	.full-text iframe {width: calc(100% + 40px); max-width: calc(100% + 40px); height: 260px; margin-left: -20px; margin-right: -20px;}
}
@media screen and (max-width: 370px) {
	.wrapper-container22 {max-width:360px;}
    .logo{padding-left: 13px;
    padding-right: 0px;}
	.header__logo {font-size: 20px;}
	.hm2, .page__comments-info {display: none;}
	.short__img {height: 160px;}
	.short__text {font-size: 13px; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;}
	.pagination__btn-loader > * {width: 100% !important; padding: 0 !important;}
	.hm {display: block;}
    .marker1{font-size: 20px;}
    .fa-map-marker1{padding-right:10px;}
	.full-text iframe {width: calc(100% + 40px); max-width: calc(100% + 40px); height: 260px; margin-left: -20px; margin-right: -20px;}
}

hr {
    border: 0;
    height: 4px;
    margin: 15px 0;
    background-image: linear-gradient(to right, #BFE2FF 50%, #337AB7 50%, #337AB7 60%, #ff9100 60%, #ff9100 70%, #05b5e6 70%, #05b5e6 80%, #b448b8 80%, #b448b8 90%, #BFE2FF 90%, #BFE2FF 100%);
}


	/* Стили таблицы (IKSWEB) */
	 table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
   }

   td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
   }

   tr:nth-child(even) {
    background-color: #dddddd;
   }

.geo-kz {
	margin: 0 auto;

}

.geo-kz__crumbs {
	margin-bottom: 18px;
	font-size: 13px;
	color: #8a8fa8;
}

.geo-kz__crumbs a {
	color: #5050d8;
	font-weight: 600;
}

.geo-kz__crumb-sep {
	margin: 0 7px;
	color: #c3c6da;
}

.geo-kz__header {
	max-width: 720px;
	margin: 0 auto 28px;
	text-align: center;
}

.geo-kz__seo {
	max-width: 820px;
	margin: 34px auto 0;
	color: #4a4f6a;
	font-size: 15px;
	line-height: 1.7;
}

.geo-kz__seo h2 {
	margin: 0 0 12px;
	color: #171a35;
	font-size: 22px;
	line-height: 1.25;
}

.geo-kz__seo p {
	margin: 0 0 14px;
}

.geo-kz__seo a {
	color: #5050d8;
	font-weight: 600;
}

.geo-kz__eyebrow {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 7px 13px;
	border-radius: 999px;
	background: #ececff;
	color: #5050d8;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.geo-kz__header h1 {
	margin: 0 0 10px;
	color: #171a35;
	font-size: clamp(26px, 4vw, 44px);
	line-height: 1.12;
}

.geo-kz__header p {
	margin: 0;
	color: #6c718b;
	font-size: 16px;
	line-height: 1.6;
}

.geo-kz__map-wrap {
	overflow-x: auto;
	padding: 8px 0 18px;
}

.geo-kz__map {
	display: block;
	width: 100%;
	min-width: 760px;
	height: auto;
}

.geo-kz__regions a path {
	fill: #e5e7ff;
	stroke: #fff;
	stroke-width: 5;
	transition: fill .2s ease, transform .2s ease, filter .2s ease;
	transform-box: fill-box;
	transform-origin: center;
}

.geo-kz__regions a:nth-child(3n+1) path { fill: #d9e8ff; }
.geo-kz__regions a:nth-child(3n+2) path { fill: #e5ddff; }
.geo-kz__regions a:nth-child(3n) path { fill: #d9f3ec; }

.geo-kz__regions a:hover path,
.geo-kz__regions a:focus path {
	fill: #6464df;
	filter: drop-shadow(0 8px 10px rgba(55, 55, 145, .24));
	transform: scale(1.025);
}

.geo-kz__regions text {
	fill: #333853;
	font-size: 11px;
	font-weight: 700;
	text-anchor: middle;
	pointer-events: none;
}

.geo-kz__regions a:hover text,
.geo-kz__regions a:focus text {
	fill: #fff;
}

.geo-kz__city circle {
	fill: #ffad32;
	stroke: #fff;
	stroke-width: 5;
	transition: transform .2s ease, fill .2s ease;
	transform-box: fill-box;
	transform-origin: center;
}

.geo-kz__city:hover circle,
.geo-kz__city:focus circle {
	fill: #f18c00;
	transform: scale(1.2);
}

.geo-kz__city text {
	fill: #22263f;
	font-size: 12px;
}

.geo-kz__group-title {
	margin: 28px 0 12px;
	color: #6c718b;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .02em;
}

.geo-kz__group-title:first-of-type {
	margin-top: 8px;
}

.geo-kz__cities {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.geo-kz__city-tile {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px 18px 16px;
	border-radius: 16px;
	background: linear-gradient(135deg, #5b5be8 0%, #7a6ff0 100%);
	color: #fff;
	box-shadow: 0 10px 26px rgba(80, 80, 216, .22);
	transition: transform .2s ease, box-shadow .2s ease;
}

.geo-kz__city-tile .fal {
	font-size: 22px;
	opacity: .92;
}

.geo-kz__city-name {
	font-size: 17px;
	font-weight: 700;
}

.geo-kz__city-tile:hover,
.geo-kz__city-tile:focus {
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(80, 80, 216, .3);
	color: #fff;
}

.geo-kz__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 0;
}

.geo-kz__list a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 50px;
	padding: 10px 14px;
	border: 1px solid #e2e4f2;
	border-radius: 12px;
	background: rgba(255, 255, 255, .82);
	color: #333853;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	transition: border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.geo-kz__list a > .fa-map-marker {
	flex: 0 0 auto;
	color: #6464df;
	font-size: 16px;
}

.geo-kz__list a > span:nth-child(2) {
	flex: 1 1 auto;
}

.geo-kz__arrow {
	flex: 0 0 auto;
	color: #c3c6da;
	font-size: 16px;
	transition: transform .2s ease, color .2s ease;
}

.geo-kz__list a:hover {
	border-color: #6464df;
	color: #5050d8;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(80, 80, 216, .12);
}

.geo-kz__list a:hover .geo-kz__arrow {
	color: #6464df;
	transform: translateX(3px);
}

.geo-kz__count {
	flex: 0 0 auto;
	min-width: 26px;
	padding: 2px 9px;
	border-radius: 8px;
	background: #fff4e3;
	color: #c9820a;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	opacity: 0;
	transition: opacity .25s ease;
}

.geo-kz__count.is-loaded {
	opacity: 1;
}

.geo-kz__city-tile {
	position: relative;
}

.geo-kz__city-count {
	position: absolute;
	top: 14px;
	right: 14px;
	min-width: 28px;
	padding: 3px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .22);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	opacity: 0;
	transition: opacity .25s ease;
}

.geo-kz__city-count.is-loaded {
	opacity: 1;
}

@media (max-width: 900px) {
	.geo-kz { padding: 24px 18px; border-radius: 20px; }
	.geo-kz__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
	.geo-kz { padding: 22px 14px; }
	.geo-kz__header p { font-size: 14px; }
	.geo-kz__cities { grid-template-columns: 1fr; }
	.geo-kz__list { grid-template-columns: 1fr; }
	.geo-kz__map { min-width: 680px; }
}

/* Кнопка "Добавить вакансию" (шапка) */
.header__btn-add {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	padding: 0 18px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: var(--accent);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.header__btn-add:hover {
	background: var(--accent-darker);
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(104, 109, 224, .3);
}

.header__btn-add .fa-plus { font-size: 13px; }

/* "Войти" — контурная фиолетовая (вариант 3) */
.header__btn-login {
	background: transparent;
	color: var(--accent);
	border: 1.5px solid var(--accent);
}

.header__btn-login:hover {
	background: var(--accent);
	color: #fff;
	border-color: var(--accent);
}

/* Призыв для работодателя в hero */
.hero__employer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 14px;
	font-size: 14px;
	color: #6c718b;
}

.hero__employer-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	border: 0;
	background: none;
	color: #16b277;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.hero__employer-link:hover { color: #119866; text-decoration: underline; }

@media (max-width: 760px) {
	.header { gap: 12px 8px; }
	.header__logo { flex: 0 0 auto; }
	.header__btn-login { margin-left: auto; }
	.header__btn-menu { display: none; }
	.header__search { display: none; }
	.header__btn-add {
		display: inline-flex;
		order: 11;
		width: 100%;
		min-width: 100%;
		height: 46px;
		margin-top: 2px;
	}
	.header__btn-add-txt { display: inline; }
}
/* Блок регионов на главной */
.geo-kz--home { margin: 0 auto; }
.geo-kz__home-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}
.geo-kz__home-head h2 {
	margin: 0;
	color: #171a35;
	font-size: clamp(20px, 3vw, 28px);
	line-height: 1.2;
}
.geo-kz__all {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--accent);
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}
.geo-kz__all:hover { color: var(--accent-darker); }
@media (max-width: 560px) {
	.geo-kz__home-head { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* Выбор типа аккаунта при регистрации */
.reg-type__opts { display: flex; gap: 12px; flex-wrap: wrap; }
.reg-type__opt {
	flex: 1 1 200px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border: 1.5px solid #e2e4f2;
	border-radius: 12px;
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease;
}
.reg-type__opt:hover { border-color: var(--accent); }
.reg-type__opt input { width: 18px; height: 18px; accent-color: var(--accent); }
.reg-type__opt small { color: #8a8fa8; }
.reg-type__opt:has(input:checked) {
	border-color: var(--accent);
	background: #f4f4fb;
}

/* Индикатор заявок работодателей (только админ) */
.header__claims {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	flex: 0 0 auto;
	padding: 0 14px;
	height: 40px;
	border-radius: 999px;
	border: 1.5px solid #f0c44a;
	background: #fff8e9;
	color: #b9770b;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}
.header__claims:hover { background: #fdeecb; color: #9a6209; }
.header__claims-badge {
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #e24b4a;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
}
@media (max-width: 760px) {
	.header__claims-txt { display: none; }
	.header__claims { padding: 0 10px; }
}

/* === Аккуратная мобильная шапка (v19) === */
@media screen and (max-width: 1000px) {
	.header { flex-wrap: wrap; align-items: center; row-gap: 10px; column-gap: 8px; }
	.header__spacer { display: none; }
	.admin-notif__txt { display: none; }
	.logo { order: 1; flex: 0 0 auto; padding-left: 0; }
	.header__logo { order: 2; flex: 0 0 auto !important; max-width: none; margin: 0; }

	/* Иконки действий — справа в первой строке */
	.admin-notif { order: 3; margin-left: auto; }
	.header__btn-login { order: 4; margin-left: auto !important; }
	.admin-notif ~ .header__btn-login { margin-left: 8px !important; }

	/* Навигация — вкладки во всю ширину (вторая строка) */
	.header__nav {
		order: 5; width: 100% !important; margin: 0 !important;
		gap: 8px !important; justify-content: center;
		background: #f3f5fb; border-radius: 12px; padding: 5px;
	}
	.header__nav-link {
		flex: 1; text-align: center; font-size: 14px !important;
		padding: 9px 8px; border-radius: 9px; background: #fff;
		box-shadow: 0 1px 2px rgba(20,30,60,.05);
	}
	.header__nav-link:hover { background: #eef2ff; }

	/* Кнопка «Добавить» — отдельной строкой во всю ширину */
	.header__btn-add { order: 11; width: 100%; min-width: 100%; height: 46px; margin-top: 2px; }
	.header__btn-add-txt { display: inline; }

	/* Колокольчик компактнее */
	.admin-notif__btn { padding: 9px 12px; }
}

/* === Дотяжка очень узких экранов (v19) === */
@media screen and (max-width: 480px) {
	.logo { font-size: 19px !important; padding-left: 0 !important; }
	.header__logo { font-size: 15px !important; }
	.admin-notif__btn { padding: 8px 11px; }
	/* Колокольчик и кабинет — одинаковые компактные кнопки, держатся вместе */
	.header__btn-login { width: 40px; height: 40px; }
}
@media screen and (max-width: 360px) {
	.logo { font-size: 17px !important; }
	.header__logo { font-size: 14px !important; }
	.header__nav-link { font-size: 13px !important; padding: 8px 6px; }
	.admin-notif__btn { padding: 7px 10px; }
}
/* === Очень узкие экраны ≤333px: логотип + колокольчик + кабинет в одну строку === */
@media screen and (max-width: 333px) {
	.header__logo { display: none; }            /* убираем «KZ», чтобы влезли все три */
	.header { column-gap: 6px; }
	.logo { font-size: 16px !important; }
	.admin-notif { margin-left: auto; }
	.admin-notif__btn { padding: 7px 9px; }
	.header__btn-login { width: 38px; height: 38px; }
}

/* === Центр уведомлений (шапка): админ и соискатель (v21) === */
.admin-notif{position:relative;display:inline-block}
.admin-notif__btn{display:inline-flex;align-items:center;gap:8px;cursor:pointer;
	border:1px solid #f0c98a;background:#fff7e9;color:#b9770b;border-radius:24px;
	padding:9px 16px;font-size:14px;font-weight:600;font-family:inherit;transition:.15s}
.admin-notif__btn:hover{background:#fdecd1}
.admin-notif__badge{display:inline-grid;place-items:center;min-width:20px;height:20px;
	padding:0 6px;border-radius:20px;background:#e8870b;color:#fff;font-size:12px;font-weight:700}
.admin-notif__menu{position:absolute;right:0;top:calc(100% + 8px);width:300px;z-index:1000;
	background:#fff;border:1px solid #e7ebf3;border-radius:14px;
	box-shadow:0 12px 30px rgba(20,30,60,.16);overflow:hidden}
.admin-notif__head{padding:13px 16px;font-weight:700;font-size:14px;color:#1a2238;
	border-bottom:1px solid #eef0f5;background:#f7f9ff}
.admin-notif__item{display:flex;align-items:center;gap:12px;padding:12px 16px;
	text-decoration:none;color:#1a2238;border-bottom:1px solid #f2f4f9;transition:.12s}
.admin-notif__item:last-of-type{border-bottom:0}
.admin-notif__item:hover{background:#f7f9ff}
.admin-notif__ico{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:9px;
	background:#eef2ff;color:#2f57d7;font-size:15px;flex:none}
.admin-notif__label{flex:1;font-size:14px}
.admin-notif__cnt{min-width:22px;height:22px;display:inline-grid;place-items:center;padding:0 7px;
	border-radius:20px;background:#e8870b;color:#fff;font-size:12px;font-weight:700}
.admin-notif__empty{padding:18px 16px;text-align:center;color:#9aa0b3;font-size:14px}
.admin-notif__btn--seeker{border-color:#b9e6c8;background:#eafaf1;color:#1d7a47}
.admin-notif__btn--seeker:hover{background:#d8f5e3}
.admin-notif__item small{color:#8b93a7;font-size:12px}
.admin-notif__item.is-new{background:#f3f9ff}
.admin-notif__dot{width:9px;height:9px;border-radius:50%;background:#e8870b;flex:none}
@media(max-width:600px){.admin-notif__txt{display:none}.admin-notif__menu{width:280px}}

/* === Меню «Редактировать» (правка/удаление) v22 === */
.vac-edit-menu{position:relative;display:inline-flex;cursor:pointer}
.vac-edit-toggle{display:inline-flex;align-items:center;gap:6px}
.vac-edit-toggle .fa-caret-down{font-size:12px;transition:transform .15s}
.vac-edit-menu.open .vac-edit-toggle .fa-caret-down{transform:rotate(180deg)}
.vac-edit-dropdown{position:absolute;left:0;top:calc(100% + 6px);z-index:500;min-width:180px;
	background:#fff;border:1px solid #e7ebf3;border-radius:10px;
	box-shadow:0 10px 26px rgba(20,30,60,.14);overflow:hidden;display:none}
.vac-edit-menu.open .vac-edit-dropdown{display:block}
.vac-edit-dropdown a{display:flex;align-items:center;gap:10px;padding:11px 14px;
	text-decoration:none;color:#1a2238;font-size:14px;border-bottom:1px solid #f2f4f9}
.vac-edit-dropdown a:last-child{border-bottom:0}
.vac-edit-dropdown a:hover{background:#f7f9ff}
.vac-edit-dropdown a .fa-trash{color:#c0392b}
.vac-edit-dropdown a.vac-edit-del:hover{background:#fdecea;color:#c0392b}
