/*
Theme Name: viktorina69
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

:root {
	--vkx-bg: #080f1f;
	--vkx-surface: #0f162d;
	--vkx-panel: #0c1226;
	--vkx-card: rgba(255,255,255,0.05);
	--vkx-muted: #9fb0d1;
	--vkx-text: #e8ecff;
	--vkx-primary: #8b5cf6;
	--vkx-primary-strong: #5b21b6;
	--vkx-accent: #22d3ee;
	--vkx-border: rgba(255,255,255,0.08);
}

body {
	color: var(--vkx-text);
	font-size: 16px;
	line-height: 22px;
	font-family: "Manrope", system-ui, sans-serif;
	background:
		radial-gradient(110% 70% at 15% 20%, rgba(139, 92, 246, 0.14), transparent 60%),
		radial-gradient(90% 60% at 85% 10%, rgba(34, 211, 238, 0.14), transparent 65%),
		linear-gradient(180deg, #0a1224 0%, #050914 100%);
	text-align: center;
	}

.wrap, .vks-shell {
	width: 100%;
	max-width: 1420px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	color: #0f162d;
	font-size: 16px;
	line-height: 20px;
	font-family: "Manrope", system-ui, sans-serif;
	}

a {
	color: var(--vkx-primary);
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: var(--vkx-accent);
	text-decoration: underline;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 30px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: var(--vkx-text);
	font-weight: 700;
	font-family: "Space Grotesk", "Manrope", sans-serif;
	}
h1, .h1, .title{
	font-size: 28px;
	line-height: 32px;
	}
h2, .h2{
	font-size: 26px;
	line-height: 30px;
	}
h3, .h3{
	font-size: 24px;
	line-height: 28px;
	}
h4, .h4{
	font-size: 22px;
	line-height: 26px;
	}
h5, .h5{
	font-size: 20px;
	line-height: 24px;
	}
h6, .h6{
	font-size: 18px;
	line-height: 22px;
	}


.table, .entry table {
	width: 100%;
	border-spacing: 5px;
	border-top: 0 solid #959596;
	border-left: 0 solid #959596;
	background: rgb(255 255 255 / 5%);
	border-radius: 15px;
	padding: 0 0;
	}
.table tr th, .entry table tr th{
	border-bottom: 0 solid #959596;
	border-right: 0 solid #959596;
	padding: 10px 10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	text-align: center;	
	}
.table tr td, .entry table tr td{
	border-bottom: 0 solid #959596;
	border-right: 0 solid #959596;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 19px;
	background:rgb(255 255 255 / 5%);
	border-radius: 10px;
	}
.table tr td:first-child, .entry table tr td:first-child{
	background: rgb(255 255 255 / 5%);
	padding: 10px 10px;
	}
.table tr:first-child td, .entry table tr:first-child td{
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	background: none;
	border-radius: 0;
	}
.entry td figure{
	margin:0;
	padding:0;
	}
.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 0;
	list-style: none;
	font-weight: 600;
	}
.entry ol, ol.list {
	padding: 0 0 0 0;
	list-style: none;
	font-weight: 600;
	}
.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}
.entry ol > li, ol.list > li {
	margin: 0 0 14px 15px;
	padding: 0 0 0 10px;
	list-style: decimal outside;
	}
.entry ul > li, ul.list > li {
	margin: 0 0 14px 0;
	display: block;
	padding: 0 0 0 25px;
	position:relative;
	}
.entry ul > li:before, ul.list > li:before {
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	top: 6px;
	left:0;
	width: 10px;
	height: 10px;
	background: var(--vkx-primary);
	border-radius: 50%;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	background:rgb(255 255 255 / 5%);
	border-radius: 12px;
	padding:  20px 20px 20px 20px;
	margin: 0 auto 30px auto;
	text-align:center;
	font-size: 17px;
	line-height: 22px;
	color: #fff;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 20px;
	border: 1px solid #22c55e;
	background: #22c55e;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #ef4444;
	background-color: #ef4444;
	color: #fff;
	text-decoration: none;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */



/* HEADER */

header {
	padding: 7px 0;
	border-bottom: 1px solid #242526;
	position: relative;
	}
.vks-header-grid{  
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	}
.vks-header-left{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}
.logo, .vks-logo-mark{
	width: 100px;
	}
.logo img, .vks-logo-mark img{
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	}
.logo img:hover, .vks-logo-mark img:hover {
	transform:scaleX(0.8);
	}

.vks-search-toggle{
	margin: 0 0 0 0;
	display: block;
	width: 26px;
	height: 26px;
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7771 14.5399L19.5247 18.2866L18.2866 19.5247L14.5399 15.7771C13.1458 16.8947 11.4118 17.5025 9.625 17.5C5.278 17.5 1.75 13.972 1.75 9.625C1.75 5.278 5.278 1.75 9.625 1.75C13.972 1.75 17.5 5.278 17.5 9.625C17.5025 11.4118 16.8947 13.1458 15.7771 14.5399ZM14.0219 13.8906C15.1323 12.7486 15.7525 11.2179 15.75 9.625C15.75 6.2405 13.0086 3.5 9.625 3.5C6.2405 3.5 3.5 6.2405 3.5 9.625C3.5 13.0086 6.2405 15.75 9.625 15.75C11.2179 15.7525 12.7486 15.1323 13.8906 14.0219L14.0219 13.8906Z' fill='%23fff'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 26px;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	opacity: 0.8;
	}
.vks-search-toggle:hover {
	opacity: 1;
	}
.vks-search-toggle.open{
	transform: rotate(360deg);
	opacity: 1;
	}

.vks-search-panel{
	box-sizing: border-box;
	height: 52px;
	border: 1px solid var(--vkx-border);
	background: var(--vkx-surface);
	box-shadow: 0 8px 18px rgb(0 0 0 / 30%);
	border-radius: 12px;
	padding: 10px 20px;
	transition: all 0.3s 0.02s ease;	
	opacity: 0;
	width: 94%;
	max-width: 1400px;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 77;
	transform: translateY(-400%) translateX(-50%);
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.6, 0.1, 0.15, 0.8);
	box-sizing: border-box;
	}
.vks-search-panel:focus-within{
	background: rgba(255,255,255,0.06);
	border-color: var(--vkx-primary);
	box-shadow: 0 12px 30px rgba(139, 92, 246, 0.28);
	}
.vks-search-panel.open{
	opacity: 1;
	transform: translateY(10px) translateX(-50%);;
	top: 100%;
	}
.vks-search-panel.open form{
	height: 100%;
	}
input.search_inp{
	color: #fff;
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 31px;
	margin: 0;
	height: 100%;
	width: 100%;
	border: 0;
	background: none;	
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7771 14.5399L19.5247 18.2866L18.2866 19.5247L14.5399 15.7771C13.1458 16.8947 11.4118 17.5025 9.625 17.5C5.278 17.5 1.75 13.972 1.75 9.625C1.75 5.278 5.278 1.75 9.625 1.75C13.972 1.75 17.5 5.278 17.5 9.625C17.5025 11.4118 16.8947 13.1458 15.7771 14.5399ZM14.0219 13.8906C15.1323 12.7486 15.7525 11.2179 15.75 9.625C15.75 6.2405 13.0086 3.5 9.625 3.5C6.2405 3.5 3.5 6.2405 3.5 9.625C3.5 13.0086 6.2405 15.75 9.625 15.75C11.2179 15.7525 12.7486 15.1323 13.8906 14.0219L14.0219 13.8906Z' fill='%23fff'/%3E%3C/svg%3E");
	background-position: left center;
	background-repeat: no-repeat;
	transition: all 0.3s 0.02s ease;
	}
input.search_inp:focus{
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7771 14.5399L19.5247 18.2866L18.2866 19.5247L14.5399 15.7771C13.1458 16.8947 11.4118 17.5025 9.625 17.5C5.278 17.5 1.75 13.972 1.75 9.625C1.75 5.278 5.278 1.75 9.625 1.75C13.972 1.75 17.5 5.278 17.5 9.625C17.5025 11.4118 16.8947 13.1458 15.7771 14.5399ZM14.0219 13.8906C15.1323 12.7486 15.7525 11.2179 15.75 9.625C15.75 6.2405 13.0086 3.5 9.625 3.5C6.2405 3.5 3.5 6.2405 3.5 9.625C3.5 13.0086 6.2405 15.75 9.625 15.75C11.2179 15.7525 12.7486 15.1323 13.8906 14.0219L14.0219 13.8906Z' fill='%233861fb'/%3E%3C/svg%3E");
	}
input.search_sub{
	display: none;
	opacity: 0;
	}


.vks-nav-toggle{
	margin: 0 20px 0 0;
	display: none;
	width: 28px;
	height: 20px;
	position: relative;
	z-index: 111;
	cursor: pointer;
	transition: all .3s ease-in-out;
	cursor: pointer;
	opacity: 0.8;
	}
.vks-nav-toggle:hover {
	opacity: 1;
	}
.vks-nav-toggle span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background: #fff;
	transition: all .5s ease-in-out;
	}
.vks-nav-toggle span:nth-child(2){
	top: 9px;
	transition: all 1.1s 0.02s ease;
	}
.vks-nav-toggle span:nth-child(3){
	top: 18px;
	}
.vks-nav-toggle.open{
	opacity: 1;
	}
.vks-nav-toggle.open span{
	top: 9px;
	}
.vks-nav-toggle.open span:nth-child(1){
	transform: rotate(45deg);
	}
.vks-nav-toggle.open span:nth-child(2){
	opacity: 0;
	transform: rotate(360deg);
	}
.vks-nav-toggle.open span:nth-child(3){
	transform: rotate(135deg);
	}	


.vks-main-nav {
	margin: 0 auto 0 30px;
	}
.vks-main-nav > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
.vks-main-nav > ul > li{
	display: block;
	padding: 15px 0;
	position: relative;
	margin: 0 0 0 25px;
	}
.vks-main-nav > ul > li:first-child{
	margin: 0;
	}
.vks-main-nav > ul > li > a{
	font-weight: 600;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	position: relative;
	}
.vks-main-nav > ul > li:hover > a{
	color: var(--vkx-primary);
	}
.vks-main-nav > ul > li > a:before{
	content:"";
	display:block;
	position:absolute;
	z-index: 1;
	bottom: -2px;
	left: 0;
	height: 2px;
	width: 0;
	background: var(--vkx-primary);
	transition: all 0.3s 0.1s ease-in-out;
	}
.vks-main-nav > ul > li > a:after{
	content:"";
	display:block;
	position:absolute;
	z-index: 1;
	bottom: -2px;
	right: 0;
	height: 2px;
	width: 0;
	background: var(--vkx-primary);
	transition: all 0.3s 0.1s ease-in-out;
	}
.vks-main-nav > ul > li:hover > a:before, .vks-main-nav > ul > li.current-menu-item > a:before{
	width: 50%;
	}
.vks-main-nav > ul > li:hover > a:after, .vks-main-nav > ul > li.current-menu-item > a:after{
	width: 50%;
	}


.vks-main-nav > ul > li > ul{
	display: none;
	width: 200px;
	background: #535353;
	box-shadow: 0px 5px 15px 0px rgba(128, 138, 157, 0.3);
	box-sizing: border-box;
	padding: 5px;
	position: absolute;
	z-index: 77;
	top: 100%;
	left: 0;
	border-radius: 5px;
	}
.vks-main-nav > ul > li > ul:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: -8px;
	left: 20px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid #535353;
	}
.vks-main-nav > ul > li:hover > ul{
	display: block;
	}
.vks-main-nav > ul > li > ul > li{
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	}
.vks-main-nav > ul > li > ul > li > a{
	display: block;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	}
.vks-main-nav > ul > li > ul > li > a:hover, .vks-main-nav > ul > li > ul > li.current-menu-item > a{
	background-color: #eff2f5;
	color: var(--vkx-primary);
	}


/* END HEADER */


/* HOME */

.vks-top-grid {
	padding: 30px 0;
	display: grid;
	grid-template-columns: 0.8fr 1.2fr 1fr;
	column-gap: 30px;
	}
@media (max-width: 1200px) {
	.vks-top-grid {
		grid-template-columns: 0.9fr 1.1fr 1fr;
		column-gap: 20px;
		}
	}


.vks-section-bar{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px 0;
	}
.vks-section-button{
    margin: 0 0 22px 0;
	}	
.vks-section-title{
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform:lowercase;
	margin: 0 0 22px 0;
	}


a.vks-feature-card{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 10px;
	margin: 0 0 5px 0;
	color: #fff;
	text-decoration: none;
	}
a.vks-feature-card:hover{
	background-color: var(--vkx-panel);
	box-shadow: 0 2px 7px rgb(255 255 255 / 5%);
	}
.vks-feature-thumb{
	flex: 0 0 70px;
	margin: 0 10px 0 0;
	}
.vks-feature-thumb img{
	vertical-align: bottom;
	transition: all 0.5s 0.02s ease;
	opacity: 0.8;
	border-radius: 12px;
	}
a.vks-feature-card:hover .vks-feature-thumb img{
	opacity: 1;
	transform: scale(1.1);
	}

.vks-feature-body{
	width: 100%;
	box-sizing: border-box;
	line-height: 18px;
	}

.vks-feature-title{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	}
.vks-feature-date{
	color: var(--vkx-muted);
	font-size: 12px;
	letter-spacing: 1px;
	}




.vks-post-card{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 20px 0;
	transition: all 0.3s 0.02s ease;
	}
.vks-post-card-featured{
	display: block;
	}

.vks-post-card-thumb{
	flex: 0 0 100px;
	margin: 0 10px 0 0;
	overflow: hidden;
	border-radius: 12px;
	}
.vks-post-card-thumb img{
	vertical-align: bottom;
	border-radius: 12px;
	transition: all 0.3s 0.02s ease;
	opacity: 0.8;
	}
.vks-post-card:hover .vks-post-card-thumb img{
	opacity: 1;
	transform: scale(1.1);
	}
.vks-post-card-featured .vks-post-card-thumb{
	margin: 0 0 5px 0;
	}
.vks-post-card-content{
	width: 100%;
	}

.vks-post-card-title{
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	}
.vks-post-card-featured .vks-post-card-title{
	font-size: 16px;
	}
.vks-post-card-title a {
	color: #fff;
	text-decoration: none;
	}
.vks-post-card-title a:hover {
	color: var(--vkx-primary);
	}
.vks-post-card-excerpt{
	line-height: 18px;
	font-size: 14px;
	margin: 0 0 5px 0;
	}

.vks-meta-line{  
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	line-height: 18px;
	color: var(--vkx-muted);
	letter-spacing: 1px;
	}
.vks-meta-line a {
	color: var(--vkx-muted);
	text-decoration: none;
	}
.vks-meta-line a:hover {
	color: var(--vkx-primary);
	}
.vks-meta-author:after{
	content: "\2022";
	margin: 0 8px;
	}
.vks-meta-date:after{
	content: "\2022";
	margin: 0 8px;
	}
.vks-meta-comments{
	padding: 0 0 0 18px;
	background: url('images/com.svg') no-repeat left center;
	background-size: 14px auto;
	margin: 0 0 0 0;
	}
.vks-meta-comments:after{
	content: "\2022";
	margin: 0 8px;
	}
.vks-meta-views{
	padding: 0 0 0 18px;
	background: url('images/eye.svg') no-repeat left center;
	background-size: 14px auto;
	}	
.vks-meta-views:after{
	content: "\2022";
	margin: 0 8px;
	}
.vks-meta-line > div:last-child::after{
	display: none;
	}



.vks-recommend-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	}
.vks-recommend-grid .vks-post-card-featured .vks-post-card-title{
	font-size: 14px;
	}


.vks-content-slab {
	padding: 30px 0;
	background-color: var(--vkx-panel);
	}



.vks-currency-wrap {
	padding: 30px 0;
	}
.vks-currency-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 20px;
	}
@media (max-width: 1200px) {
	.vks-currency-grid {
		grid-template-columns: 1fr 1fr 1fr;
		}
	}



.vks-carousel-wrap{
	padding: 30px 0;
	background-color: var(--vkx-panel);
	}
.vks-carousel-item{
	padding: 0 10px;
	}

.vks-carousel .slick-dots {
	padding: 20px 0 0 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	}
.vks-carousel .slick-dots li {
	padding: 0 5px;
	}
.vks-carousel .slick-dots li button {
	display: block;
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 0;
	border: 1px solid #fff;
	background: none;
	overflow: hidden;
	text-indent: -9999px;
	border-radius: 12px;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	box-shadow: 0 2px 7px rgb(0 0 0 / 40%);
	}
.vks-carousel .slick-dots li button:hover {
	background: var(--vkx-primary);
	border-color: var(--vkx-primary);
	}
.vks-carousel .slick-dots li.slick-active button {
	background: var(--vkx-primary);
	border-color: var(--vkx-primary);
	box-shadow: 0 1px 5px rgb(255 255 255 / 30%);
	}




.vks-outlook-wrap {
	padding: 30px 0;
	}
.vks-outlook-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	}
.vks-outlook-grid .vks-post-card {
	margin: 0 0 30px 0;
	}
.vks-outlook-grid .vks-post-card-thumb{
	flex: 0 0 240px;
	margin: 0 20px 0 0;
	}
@media (max-width: 1200px) {
	.vks-outlook-grid .vks-post-card-thumb {
		flex: 0 0 190px;
		margin: 0 10px 0 0;
		}
	.vks-post-card-excerpt {
		font-size: 12px;
		}
	}
.vks-outlook-grid .vks-post-card-title{
	font-size: 18px;
	}
.vks-carousel .slick-slide { height: auto !important; }
.vks-carousel .slick-slide > div { height: auto; } /* по необходимости */

.vks-faq-wrap{
	padding: 30px 0;
	background-color: var(--vkx-panel);
	}

.vks-faq-card{
	padding: 0 20px 0 20px;
	background: rgb(255 255 255 / 5%);
	border-radius: 12px;
	margin: 0 0 20px 0;
	transition: all 0.3s 0.02s ease;
	box-shadow: 0 2px 7px rgb(0 0 0 / 10%);
	}
.vks-faq-card.active, .vks-faq-card:hover{
	box-shadow: 0 5px 14px rgb(0 0 0 / 20%);
	}
.vks-faq-title{
	font-size: 18px;
	font-weight: bold;
	position:relative;
	padding: 10px 30px 10px 0;
	cursor: pointer;
	}
.vks-faq-title:before{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	top: 20px;
	right: 0;
	width: 17px;
	height: 3px;
	background-color: var(--vkx-primary);
	border-radius: 2px;
	transition: all 0.3s 0.02s ease;    
	}
.vks-faq-title:after{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	top: 20px;
	right: 0;
	width: 17px;
	height: 3px;
	background-color: var(--vkx-primary);
	border-radius: 2px;
	transform:rotate(90deg);
	transition: all 0.3s 0.02s ease;    
	}
.vks-faq-title.active:before{
	transform: rotate(-45deg);
	}
.vks-faq-title.active:after {
	transform: rotate(45deg);
	}
	
.vks-faq-text{
	display: none;
	padding: 10px 0;
	}


.vks-video-shell{
	box-sizing: border-box;
	max-width: 800px;
	padding: 10px;
	margin: 0 auto;
	border-radius: 12px;
	background-color: rgb(255 255 255 / 5%);
	}



#content {
	padding: 30px 0;
	}
a.vks-pill-button{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 34px;
	margin: 0 0 0 0;
	padding: 0 14px 0 14px;
	background: var(--vkx-primary);
	border-radius: 12px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	}
a.vks-pill-button:hover{
	letter-spacing: 1.5px;
	background: var(--vkx-primary-strong);
	box-shadow: 0 4px 9px rgb(255 255 255 / 20%);
	}


/* END HOME */


/* FOOTER */

footer {
	padding: 30px 0;
	background:
		radial-gradient(120% 120% at 80% 10%, rgba(139, 92, 246, 0.18), transparent 60%),
		radial-gradient(100% 120% at 10% 90%, rgba(34, 211, 238, 0.12), transparent 55%),
		linear-gradient(180deg, #0c1124 0%, #060914 100%);
	background-size: cover;
	background-repeat: no-repeat;
	}

.vks-footer-logo{
	width: 170px;
	margin: 0 0 30px 0;
	}
.vks-footer-logo img{
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	}
.vks-footer-logo img:hover {
	transform:scaleX(1.1);
	}


.vks-footer-nav > ul{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	column-gap: 20px;
	}
.vks-footer-nav > ul > li{
	display: block;
	box-sizing: border-box;
	padding: 0 0 20px 0;
	}
.vks-footer-nav > ul > li > a{
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
	}
.vks-footer-nav > ul > li > a:hover, .vks-footer-nav > ul > li.current-menu-item > a{
	color: var(--vkx-primary);
	}

.vks-footer-nav > ul > li > ul{
	display: block;
	box-sizing: border-box;
	padding: 5px 0 0 0;
	}
.vks-footer-nav > ul > li > ul > li{
	display: block;
	position: relative;
	margin: 0 0 8px 0;
	}
.vks-footer-nav > ul > li > ul > li > a{
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
	}
.vks-footer-nav > ul > li > ul > li > a:hover, .vks-footer-nav > ul > li > ul > li.current-menu-item > a{
	color: var(--vkx-primary);
	}
.vks-footer-nav > ul > li > ul > li > a:after{
	content: " ";
	display: block;
	width: 0;
	height: 1px;
	background: var(--vkx-primary);
	position: absolute;
	bottom: -1px;
	left: 50%;
	border-radius: 2px;
	transform: translateX(-50%);
	transition: all 0.3s 0.02s ease;
	}
.vks-footer-nav > ul > li > ul > li > a:hover:after, .vks-footer-nav > ul > li > ul > li.current-menu-item > a:after{
	width: 100%;
	}


.vks-social-bar ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}	
.vks-social-bar li{
	display:block;
	padding: 0 7px 10px 7px;
	}	
.vks-social-bar li a{
	display:block;
	width: 40px;
	height: 40px;
	background-color: rgb(255 255 255 / 100%);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 12px;
	background-size: 22px auto;
	}	
.vks-social-bar li a.vks-social1{
	background-image: url('images/telegram.svg');
	}		
.vks-social-bar li a.vks-social2{
	background-image: url('images/vk.svg');
	}	
.vks-social-bar li a.vks-social3{
	background-image: url('images/youtube.svg');
	}	
.vks-social-bar li a.vks-social4{
	background-image: url('images/x_twitter.svg');
	}	
.vks-social-bar li a.vks-social5{
	background-image: url('images/twitter.svg');
	}	
.vks-social-bar li a.vks-social6{
	background-image: url('images/instagram.svg');
	}	
.vks-social-bar li a.vks-social7{
	background-image: url('images/tiktok.svg');
	}	
.vks-social-bar li a.vks-social8{
	background-image: url('images/discord.svg');
	}	
.vks-social-bar li a:hover{
    transform: scale(1.1) rotate(360deg);
	box-shadow: 0 3px 8px rgba(255, 255, 255, 0.2);
	background-color: rgb(255 255 255 / 100%);
	}

.copu{
	padding: 15px 10px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	}

#vks-back-top{
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	z-index: 77;
	bottom: 70px;
	right: 20px;
	transform: translateY(150px);
	transition: all 0.3s 0.2s ease;
	border-radius: 100%;
	border: 1px solid var(--vkx-primary);
	background-color: rgb(0 0 0 / 60%);
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSA2TDYgMUwxIDYiIHN0cm9rZT0iI0Y5RkFGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px auto;
	cursor: pointer;
	}	
#vks-back-top.show{
	transform: translateY(0);
	}
#vks-back-top.show:hover{
	transform: translateY(0) scale(1.15);
	background-color: var(--vkx-primary);
	}



.vks-consent{
	transition: all 0.3s 0.02s ease;
	transform: translateY(120%);
	position: fixed;
	z-index: 76;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background: var(--vkx-surface);
	border-top: 1px solid var(--vkx-border);
	box-shadow: 0px -4px 18px rgba(0, 0, 0, 0.35);
	}
.vks-consent.fixed{
	transform: translateY(0);
	}
.vks-consent-row{  
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.vks-consent-text{
	width: 100%;
	font-size: 15px;
	}
.vks-consent-actions{
	margin: 0 0 0 10px;
	flex: 0 0 140px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	}

a.vks-consent-button{
	margin: 0 20px 0 0;
	padding: 8px 20px;
	background: var(--vkx-primary);
    border-radius: 12px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	}
a.vks-consent-button:hover{
	background: var(--vkx-primary-strong);
	box-shadow: 0 4px 9px rgb(0 0 0 / 20%);
	}
.vks-consent-close{
	width: 10px;
	height: 10px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuOTM5MyAxMkw2Ljk2OTYgMTUuOTY5N0w4LjAzMDI2IDE3LjAzMDRMMTIgMTMuMDYwN0wxNS45Njk3IDE3LjAzMDRMMTcuMDMwNCAxNS45Njk3TDEzLjA2MDcgMTJMMTcuMDMwMyA4LjAzMDM5TDE1Ljk2OTYgNi45Njk3M0wxMiAxMC45MzkzTDguMDMwMzggNi45Njk3M0w2Ljk2OTcyIDguMDMwMzlMMTAuOTM5MyAxMloiIGZpbGw9IiNmZmYiLz4NCjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px auto;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	}
.vks-consent-close:hover{
	transform: rotate(180deg);
	}


/* END FOOTER */


/* INSIDE */


.vks-sort{
	width: 190px;
	height: 34px;
	margin: 0 0 20px auto;
	position: relative;
	}
span.vks-sort-toggle{  
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 190px;
	height: 34px;
	box-sizing: border-box;
	padding: 0 10px 0 16px;
	background: var(--vkx-panel);
	border-radius: 12px;
	line-height: 34px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	}
span.vks-sort-toggle:after{
	content:"";
	display: block;
	width: 20px;
	height: 20px;	
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNyAxMEwxMiAxNUwxNyAxMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px auto;
	transition: all 0.3s 0.02s ease;
	}
span.vks-sort-toggle_active:after{
	transform: rotate(180deg);
	}

.vks-sort ul.vks-sort-dropdown{
	display: none;
	position: absolute;
	z-index:111;
	top: 38px;
	left: 0;
	width: 100%;
	background: var(--vkx-panel);
	border-radius: 12px;
	box-sizing: border-box;
	padding: 8px 16px 0 16px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	}
.vks-sort ul.vks-sort-dropdown li{
	display: block;
	padding: 0 0 8px 0;
	}
.vks-sort ul.vks-sort-dropdown li a{
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	}
.vks-sort ul.vks-sort-dropdown li a:hover{
	color: var(--vkx-primary);
	}


.breadcrumbs{
	padding: 0 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	}
.breadcrumbs > span{
	margin: 0 5px 0 5px;
	}
.breadcrumbs > span:first-child{
	margin: 0 5px 0 0;
	}

.cat_description{
	padding: 20px 20px 5px 20px;
	margin: 0 0 25px 0;
	border: 1px solid #242526;
	background-color: var(--vkx-panel);
	}


.vks-error-btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}


.vks-category-grid{
	margin: 0 0 30px 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
	}

.vks-pagination > div {
	padding: 10px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 17px;
	}
.vks-pagination a, .vks-pagination span {
	padding: 8px 10px 7px 10px;
	color: #fff;
	margin: 0 7px 0 0;
	text-decoration: none;
	}
.vks-pagination a:hover, .vks-pagination span.current {
	color: #fff;
	background: var(--vkx-primary);
	border-radius: 5px;
	}



.vks-author-card{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	margin: 0 auto 30px auto;
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	background-color: var(--vkx-panel);
	border-radius: 12px;
	transition: all 0.3s 0.02s ease;
	}
.vks-author-details{
	width: 100%;
	}
.vks-author-avatar{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	flex: 0 0 180px;
	padding: 10px;
	margin: 0 20px 0 0;
	background: rgb(255 255 255 / 5%);
	border-radius: 12px;
	}
.vks-author-avatar img{
	max-height: 150px;
	border-radius: 12px;
	vertical-align: bottom;
	transition: all 0.5s 0.02s ease;
	opacity: 0.8;
	}
.vks-author-card:hover .vks-author-avatar img{
	opacity: 1;
	transform: scale(1.05);
	}
.vks-author-name{
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 5px 0;
	}
.vks-author-role{
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 5px 0;
	}
.vks-author-bio{
	font-size: 15px;
	}

.vks-author-social {
	margin: 0 0 5px 0;
	}	
.vks-author-social ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	}	
.vks-author-social li{
	display:block;
	padding: 0 0 0 7px;
	}	
.vks-author-social li:first-child{
	padding: 0 0 0 0;
	}
.vks-author-social li a{
	display:block;
	width: 30px;
	height: 30px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 7px;
	background-size: 18px auto;
	}	
.vks-author-social li a.vks-author-social1{
	background-image: url('images/telegram.svg');
	}		
.vks-author-social li a.vks-author-social2{
	background-image: url('images/vk.svg');
	}	
.vks-author-social li a.vks-author-social3{
	background-image: url('images/youtube.svg');
	}	
.vks-author-social li a:hover{
    transform: scale(1.1);
	box-shadow: 0 3px 8px rgba(255, 255, 255, 0.2);
	}

@media (max-width: 520px) {
	.vks-author-card{
		display: block;
		}
	.vks-author-avatar{
		flex: 0 0 auto;
		padding: 10px;
		margin: 0 0 10px 0;
		}
	}


.vks-single-info{
	padding: 10px 20px;
	margin: 0 auto 20px auto;
	box-shadow: 0 3px 10px rgb(0 0 0 / 14%);
	background-color: var(--vkx-panel);
	border-radius: 12px;
	}
.vks-single-hero{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 10px;
	background: rgb(255 255 255 / 5%);
	border-radius: 12px;
	overflow: hidden;
	}
.vks-single-hero img{
	border-radius: 12px;
	vertical-align: bottom;
	transition: all 0.5s 0.02s ease;
	opacity: 0.8;
	}
.vks-single-info:hover .vks-single-hero img{
	opacity: 1;
	transform: scale(1.02);
	}

.vks-single-footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	}

.vks-tag-list{
	box-sizing: border-box;
	text-align:center;
	}	
.vks-tag-list a{
	display: inline-block;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid var(--vkx-primary);
	border-radius: 4px;
	padding: 3px 8px;
	margin: 0 3px 6px 3px;
	color: #fff;
	font-size: 13px !important;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	}
.vks-tag-list a:hover{
	background-color: var(--vkx-primary);
	color: #fff;
	}

.vks-share{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}


/* END INSIDE */



/* COMMENTS */

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li.thread-even {
	background: #fff; 
	} 

.comments_list .even {
	background: #fff; 
	}

.comments_list .alt {
	background: #f8f8f8; 
	}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_top{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	padding: 15px;
	border: 0 solid #ddd;
	background: #eee;
	margin: 0 0 15px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.wpcf7-not-valid { 
	border-color: #ad2929 !important;
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

/* END WP OTHER */