/*
Theme Name: patev
*/

/* 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 {
	--pt-bg: #0f172a;
	--pt-bg-2: #1e293b;
	--pt-text: #f8fafc;
	--pt-muted: rgba(248, 250, 252, 0.72);
	--pt-soft: rgba(248, 250, 252, 0.12);
	--pt-surface: rgba(255, 255, 255, 0.05);
	--pt-surface-2: rgba(255, 255, 255, 0.08);
	--pt-border: rgba(255, 255, 255, 0.15);
	--pt-accent: #d97706;
	--pt-accent-2: #fbbf24;
	--pt-warn: #ef4444;
	--pt-radius: 4px;
	--pt-radius-sm: 2px;
	--pt-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	--pt-font: "Roboto", system-ui, -apple-system, sans-serif;
	--pt-font-head: "Oswald", system-ui, -apple-system, sans-serif;
}

body {
	color: var(--pt-text);
	font-size: 16px;
	line-height: 24px;
	font-family: var(--pt-font);
	background: var(--pt-bg);
	text-align: center;
}

.pt-body:before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	opacity: 0.1;
	background:
		repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0 1px, rgba(255, 255, 255, 0) 1px 10px);
}

.wrap,
.pt-shell {
	position: relative;
	z-index: 1;
}

.wrap {
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
	text-align: left;
}

input,
textarea {
	color: var(--pt-text);
	font-size: 16px;
	line-height: 20px;
	font-family: var(--pt-font);
}

a {
	color: var(--pt-accent);
	text-decoration: none;
	transition: all 0.2s ease;
}

a:hover {
	color: var(--pt-accent-2);
	text-decoration: none;
}

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 24px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title {
	color: var(--pt-text);
	font-family: var(--pt-font-head);
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

#ageModal .h5 {
	color: #000;
}

h1,
.h1,
.title {
	font-size: 30px;
	line-height: 34px;
}

h2,
.h2 {
	font-size: 28px;
	line-height: 32px;
}

h3,
.h3 {
	font-size: 26px;
	line-height: 30px;
}

h4,
.h4 {
	font-size: 24px;
	line-height: 28px;
}

h5,
.h5 {
	font-size: 22px;
	line-height: 26px;
}

h6,
.h6 {
	font-size: 20px;
	line-height: 24px;
}



.entry ul,
ul.list {
	padding: 0 0 0 15px;
	list-style: none;
	font-weight: 600;
	font-size: 17px;
}

.entry ol,
ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	font-weight: 600;
	font-size: 17px;
}

.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 10px;
	list-style: decimal outside;
}

.entry ul>li,
ul.list>li {
	display: block;
	padding: 0 0 14px 25px;
	background: url('images/marker.jpg') no-repeat 0 6px;
	background-size: 12px auto;
}

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 {
	padding: 20px 20px 20px 25px;
	background: rgba(255, 255, 255, 0.06);
	border-left: 4px solid var(--pt-accent);
	border-radius: 0;
	border: 1px solid var(--pt-border);
	font-style: italic;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

/* END BASE */

/* PT UI LAYER (UNIQUE LOOK) */

.pt-header,
header {
	position: relative;
	margin: 0 0 30px 0;
	padding: 10px;
	background: var(--pt-bg-2);
	border-bottom: 2px solid var(--pt-accent);
	box-shadow: var(--pt-shadow);
}

.pt-footer,
footer {
	position: relative;
	margin: 40px 0 0 0;
    padding: 10px;
	background: var(--pt-bg-2);
    border-top: 2px solid var(--pt-accent);
	border-radius: 10px;
	box-shadow: none;
}

.pt-logo img,
.logo img,
.flogo img {
	filter: none;
	max-height: 40px;
	width: auto;
}

.logo {
	padding: 0 20px 0 0;
	width: auto;
	min-width: 120px;
}

.pt-breadcrumbs {
	color: var(--pt-muted);
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.pt-breadcrumbs a {
	color: var(--pt-muted);
}

.pt-breadcrumbs a:hover {
	color: var(--pt-accent);
	text-decoration: none;
}

.pt-surface {
	background: var(--pt-bg-2);
	border: 1px solid var(--pt-border);
	border-radius: var(--pt-radius);
	box-shadow: var(--pt-shadow);
}

.pt-surface--thin {
	padding: 20px;
}

.pt-card {
	background: var(--pt-bg-2);
	border: 1px solid var(--pt-border);
	border-radius: var(--pt-radius);
	box-shadow: var(--pt-shadow);
}

.pt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 0;
	padding: 12px 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid transparent;
	transition: all 0.2s ease;
}

.pt-btn:hover {
	text-decoration: none;
	transform: translateY(-2px);
}

.pt-btn--primary {
	color: #fff;
	background: var(--pt-accent);
	box-shadow: 0 4px 12px rgba(217, 119, 6, 0.4);
}

.pt-btn--primary:hover {
	background: var(--pt-accent-2);
	box-shadow: 0 6px 16px rgba(217, 119, 6, 0.6);
}

.pt-btn--soft {
	color: var(--pt-text);
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--pt-border);
}

.pt-btn--soft:hover {
	background: rgba(255, 255, 255, 0.15);
}

.pt-btn--ghost {
	color: var(--pt-text);
	background: transparent;
	border-color: var(--pt-accent);
}

.pt-btn--ghost:hover {
	background: var(--pt-accent);
	color: #fff;
}

.pt-btn--lg {
	padding: 16px 32px;
	font-size: 18px;
}

.pt-grid--cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0 0 40px 0;
}

.pt-grid--home-cats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin: 0 0 40px 0;
}

.pt-grid--tiles {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 0 0 40px 0;
}

.pt-tile,
a.top_block {
	position: relative;
	overflow: hidden;
	border-radius: var(--pt-radius);
	background: var(--pt-bg-2);
	border: 1px solid var(--pt-border);
	box-shadow: var(--pt-shadow);
	transition: transform 0.3s ease;
}

.pt-tile:hover,
a.top_block:hover {
	transform: translateY(-5px);
	border-color: var(--pt-accent);
}

.pt-tile:before {
	display: none;
}

.pt-hero {
	align-items: stretch;
}

.pt-hero__media {
	border-radius: var(--pt-radius);
	background: var(--pt-bg-2);
	border: 1px solid var(--pt-border);
}

.pt-hero__media img {
	border-radius: var(--pt-radius);
}

.pt-actions-row {
	gap: 15px;
}

.pt-actions-row .lp_but {
	border-radius: 0;
}

/* AGE MODAL */
#ageModal {
	background: var(--pt-bg-2);
	border-radius: var(--pt-radius);
	border: 2px solid var(--pt-accent);
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.8);
}

/* END PT UI LAYER */

@media screen and (max-width: 1020px) {
	.bx-grid--cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bx-grid--tiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 759px) {

	.bx-grid--cards,
	.bx-grid--home-cats,
	.bx-grid--tiles {
		grid-template-columns: 1fr;
	}
}


/* 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 #57b64d;
	background: #57b64d;
	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: #ca2a3c;
	background-color: #ca2a3c;
	color: #fff;
	text-decoration: none;
}

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

/* END FORM */



/* HEADER */

header {
	margin: 10px 0 30px 0;
	padding: 10px;
	background: linear-gradient(90deg, #1d273e, #11182a);
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.header_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.logo {
	padding: 0 20px 0 0;
	width: 90px;
}

.logo img {
	vertical-align: bottom;
}

.main_nav {}

.main_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.main_nav li {
	display: block;
	padding: 0 15px;
}

.main_nav li a {
	display: block;
	padding: 5px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}



.main_nav li a:hover,
.main_nav li.current-menu-item a {
	color: var(--pt-accent-2);
	text-shadow: none;
}


.adapt_menu {
	position: relative;
	display: none;
	width: 22px;
	height: 14px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	margin: 0 0 0 20px;
}

.adapt_menu span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 3px;
	transition: all .2s ease-in-out;
}

.adapt_menu span:nth-child(2) {
	top: 6px;
	width: 11px;
}

.adapt_menu span:nth-child(3) {
	top: 12px;
	width: 18px;
}

.adapt_menu.adapt_menu_active span {
	top: 6px;
	width: 100%;
	background: #9d0c35;
}

.adapt_menu.adapt_menu_active span:nth-child(1) {
	transform: rotate(45deg);
}

.adapt_menu.adapt_menu_active span:nth-child(2) {
	opacity: 0;
}

.adapt_menu.adapt_menu_active span:nth-child(3) {
	transform: rotate(-45deg);
}

.top_icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 0 auto;
}

a.top_icon_reg {
	margin: 0 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	border-radius: 5px;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	font-weight: 500;
	padding: 5px 15px;
	text-decoration: none;
	background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
}

a.top_icon_reg:hover {
	background-image: linear-gradient(70deg, #2ba35b -8%, #0a8543 96%);
}

a.top_icon_reg:before {
	content: "+";
	display: block;
	margin: 0 6px 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-image: linear-gradient(210deg, hsla(0, 0%, 100%, 0) 25%, hsla(0, 0%, 100%, .06) 48%, #fff 133%);
	border-radius: 100%;
	transition: all 0.3s 0.02s ease;
}

a.top_icon_reg:hover:before {
	transform: scale(1.2);
}


.lang_nav {
	margin: 0 0 0 20px;
}

.lang_nav>ul>li {
	position: relative;
}

.lang_nav>ul>li>a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 26px;
	padding: 0 5px;
	border-radius: 5px;
	background-color: rgba(78, 93, 134, .3);
	color: #fff;
	text-decoration: none;
}

.lang_nav>ul>li>a:hover {
	text-shadow: 0 0 10px rgba(0, 183, 255, .7), 0 0 6px rgba(0, 149, 255, .5), 0 0 10px rgba(141, 83, 233, .7);
}

.lang_nav>ul>li>a>img {
	width: 25px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.lang_nav>ul>li>ul {
	display: none;
	position: absolute;
	z-index: 3;
	top: 100%;
	right: 0;
	background-color: #fff;
	border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
}

.lang_nav>ul>li:hover>ul {
	display: block;
}

.lang_nav>ul>li>ul>li {
	display: block;
	margin: 0 0 6px 0;
}

.lang_nav>ul>li>ul>li:last-child {
	margin: 0 0 0 0;
}

.lang_nav>ul>li>ul>li>a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #090f1e;
	text-decoration: none;
}

.lang_nav>ul>li>ul>li>a:hover {
	text-shadow: 0 0 10px rgba(0, 183, 255, .7), 0 0 6px rgba(0, 149, 255, .5), 0 0 10px rgba(141, 83, 233, .7);
}

.lang_nav>ul>li>ul>li>a>img {
	width: 20px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

/* END HEADER */


/* HOME */

.top_block_list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	grid-auto-flow: row dense;
	gap: 20px;
	margin: 0 0 30px 0;
}

a.top_block {
	break-inside: avoid;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 20px;
	background: linear-gradient(90deg, #1d273e, #11182a);
	border-radius: 12px;
	color: #fff;
	text-decoration: none;
}

a.top_block:hover {
	background: linear-gradient(90deg, #2d3c5e, #1b2642);
}

.top_block_t span {
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
}

.top_block_i {
	text-align: right;
	flex: 0 0 60px;
	margin: 0 0 0 10px;
}

.top_block_i img {
	transition: all 0.3s 0.02s ease;
	vertical-align: middle;
}

a.top_block:hover .top_block_i img {
	transform: translateZ(10px) rotate(-10deg);
}



.center_ba {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	grid-auto-flow: row dense;
	gap: 20px;
	margin: 0 0 30px 0;
}

.center_ba_b {
	break-inside: avoid;
	padding: 0 15px 10px 15px;
	background: linear-gradient(90deg, #1d273e, #11182a);
	border-radius: 12px;
	box-sizing: border-box;
}

.center_ba_b:before {
	content: "";
	display: block;
	height: 4px;
	width: 100%;
	background-image: linear-gradient(285.39deg, #ffb800 -4.36%, #e0cf36 115.87%);
	border-radius: 0 0 5px 5px;
	margin: 0 0 10px 0;
}

.center_ba_title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 4px solid #ffb800;
	border-radius: 0 0 5px 5px;
}

.center_ba_title_img {
	flex: 0 0 40px;
	margin: 0 10px 0 0;
}

.center_ba_title_img img {
	vertical-align: bottom;
}

.center_ba_title_r {
	font-size: 14px;
}

.center_ba_title_r span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 4px 0;
}

.center_ba_title_r span a {
	color: #fff;
	text-decoration: none;
}

.center_ba_title_r span a:hover {
	color: var(--pt-accent-2);
	text-shadow: none;
}

.center_ba_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 7px 5px;
	margin: 0 0 2px 0;
	background-color: rgb(0 0 0 / 20%);
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
}

.center_ba_list:hover {
	background-color: rgb(0 0 0 / 40%);
}

.center_ba_list_img {
	flex: 0 0 20px;
}

.center_ba_list_text {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

a.center_ba_list_more {
	flex: 0 0 20px;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('images/arrow_right.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 0.7;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

a.center_ba_list_more:hover {
	opacity: 1;
	transform: translateX(2px);
}

.center_ba_list_text a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}

.center_ba_list_text a:hover {
	color: #0095ff;
}

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

.center_ba_b_go a {
	display: block;
	margin: 0 auto;
	max-width: 200px;
	box-sizing: border-box;
	padding: 7px 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #fff;
	border-radius: 9px;
	background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

.center_ba_b_go a:hover {
	background-image: linear-gradient(70deg, #2ba35b -8%, #0a8543 96%);
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.2);
}



.text_block {
	background: linear-gradient(90deg, #1d273e, #11182a);
	border-radius: 12px;
	padding: 20px;
	margin: 0 0 30px 0;
}

a.main_but_a {
	display: block;
	margin: 0 auto;
	max-width: 260px;
	box-sizing: border-box;
	padding: 15px 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border-radius: 9px;
	background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

a.main_but_a:hover {
	background-image: linear-gradient(70deg, #2ba35b -8%, #0a8543 96%);
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.2);
}



.faq_block {
	margin: 0 0 30px 0;
}

.faq_block_t {
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
}

.faq_b {
	padding: 0 20px 0 20px;
	background: linear-gradient(90deg, #1d273e, #11182a);
	border-radius: 6px;
	margin: 0 0 15px 0;
	transition: all 0.3s 0.02s ease;
}

.faq_b.active,
.faq_b:hover {
	background: linear-gradient(90deg, #11182a, #1d273e);
}

.faq_b_title {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding: 10px 30px 10px 0;
	cursor: pointer;
}

.faq_b_title:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 0;
	width: 14px;
	height: 2px;
	background: var(--pt-accent);
	transition: all 0.3s ease;
}

.faq_b_title:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 0;
	width: 14px;
	height: 2px;
	background: var(--pt-accent);
	transform: rotate(90deg);
	transition: all 0.3s ease;
}

.faq_b_title.active:before {
	transform: rotate(60deg);
	width: 8px;
	top: 22px;
	right: 8px;
}

.faq_b_title.active:after {
	transform: rotate(120deg);
}

.faq_b_text {
	display: none;
	padding: 10px 0;
}



/* END HOME */

#content {
	margin: 0 0 30px 0;
	min-height: 600px;
}

.cat_des {
	margin: 0 0 20px 0;
}

.breadcrumbs {
	padding: 0 0 26px 0;
	font-size: 15px;
	font-weight: 500;
	color: #f3f3fb;
}

.breadcrumbs>span {
	margin: 0 5px 0 5px;
}

.breadcrumbs>span:first-child {
	margin: 0 5px 0 0;
}

.breadcrumbs a {
	color: #f3f3fb;
}

.p_nav>div {
	padding: 15px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.p_nav a,
.p_nav span {
	padding: 8px 13px 7px 13px;
	margin: 0 5px 0 5px;
	border-radius: 8px;
	color: #f3f3fb;
	text-decoration: none;
}

.p_nav a:hover,
.p_nav span.current {
	color: #f3f3fb;
	background: #517fa4;
}


.lists_post {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	grid-auto-flow: row dense;
	gap: 20px;
	margin: 0 0 30px 0;
}

.lists_post_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	margin: 0 10px 20px 10px;
	padding: 10px;
	background: linear-gradient(90deg, #1d273e, #11182a);
	border-radius: 10px;
	position: relative;
	transition: all 0.3s 0.02s ease;
}

.lists_post_b:hover {
	transform: scale(1.04);
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
}

.lists_post_b_top {
	width: 100%;
	margin: 0 0 10px 0;
}

.lists_post_b_bot {
	width: 100%;
	align-self: flex-end;
}

.lists_post_img {
	margin: 0 0 10px 0;
}

.lists_post_img img {
	vertical-align: bottom;
	border-radius: 10px;
}

.lists_post_t {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.lists_post_t a {
	color: #fff;
	text-decoration: none;
}

.lists_post_t a:hover {
	color: #0095ff;
	text-shadow: 0 0 10px rgba(0, 183, 255, .7), 0 0 6px rgba(0, 149, 255, .5), 0 0 10px rgba(141, 83, 233, .7);
}

.lists_post_e {
	font-size: 14px;
}

.lists_post_but {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

a.lp_but {
	display: block;
	width: 48%;
	box-sizing: border-box;
	padding: 7px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #fff;
	border-radius: 9px;
	background-color: #31bc69;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

a.lp_but2 {
	background-color: #0095ff;
}

a.lp_but:hover {
	background-color: #089e4e;
}

.poh_posts {
	margin: 0 0 30px 0;
}


.singl_site_top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 20px;
	margin: 0 0 30px 0;
}

.singl_site_top_l {
	box-sizing: border-box;
	flex: 0 0 500px;
	transition: all 0.3s 0.02s ease;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	background: linear-gradient(90deg, #1d273e, #11182a);
	border-radius: 11px;
	box-shadow: 0 5px 15px rgb(9 15 20 / 20%);
}

.singl_site_top_l:hover {
	box-shadow: 0 8px 25px rgb(81 127 164 / 15%);
}

.singl_site_top_l img {
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	border-radius: 10px;
}

.singl_site_top_l:hover img {
	transform: scale(1.04);
}


.singl_site_top_r {
	width: 100%;
}

.singl_site_info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 20px;
	margin: 0 0 20px 0;
}

.singl_site_top_r a.main_but_a {
	margin: 0;
}

.site_url a {
	font-weight: bold;
	padding: 0 0 0 26px;
}

/* FOOTER */

footer {
	margin: 0 0 10px 0;
	padding: 22px 10px;
	background: linear-gradient(90deg, #1d273e, #11182a);
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.f_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.flogo {
	padding: 0 20px 0 0;
	width: 150px;
}

.flogo img {
	vertical-align: bottom;
}

.f_nav {}

.f_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.f_nav li {
	display: block;
	padding: 0 15px;
}

.f_nav li a {
	display: block;
	padding: 5px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

.f_nav li a:hover,
.f_nav li.current-menu-item a {
	color: #0095ff;
	text-shadow: 0 0 10px rgba(0, 183, 255, .7), 0 0 6px rgba(0, 149, 255, .5), 0 0 10px rgba(141, 83, 233, .7);
}

.f_top_right {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 0 20px;
}

.copu {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 15px 0;
}

#back_top {
	display: block;
	width: 44px;
	height: 44px;
	position: fixed;
	z-index: 77;
	bottom: 100px;
	right: 0;
	opacity: 0.8;
	transform: translateX(50px);
	transition: all 0.3s 0.2s ease;
	border-radius: 8px;
	background-color: #517fa4;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSA2TDYgMUwxIDYiIHN0cm9rZT0iI0Y5RkFGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px auto;
	cursor: pointer;
	box-shadow: 0 15px 25px rgb(229 0 55 / 20%);
}

#back_top.show {
	transform: translateX(-10px);
}

#back_top.show:hover {
	transform: translateX(-10px) scale(0.90);
	opacity: 1;
	background-color: #355d7c;
}

/* END FOOTER */


/* MODAL */

.modal_win {
	display: none;
	box-sizing: border-box;
	width: 400px;
	max-width: 90%;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	background: linear-gradient(90deg, #1d273e, #11182a);
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	text-align: left;
}

.modal_close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	opacity: 0.5;
}

.modal_close:before,
.modal_close:after {
	content: " ";
	display: block;
	width: 138%;
	height: 2px;
	background: #000;
	border-radius: 1px;
	position: absolute;
	top: 49%;
	left: -19%;
	transform: rotate(90deg);
	transition: all 0.3s 0.02s ease;
}

.modal_close:before {
	transform: rotate(45deg);
}

.modal_close:after {
	transform: rotate(-45deg);
}

.modal_close:hover {
	opacity: 1;
	transform: rotate(360deg);
}

.modal_mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	background: #000;
	opacity: 0.8;
}

.modal_win p {
	margin: 0;
}


#ageOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}

#ageModal {
	box-sizing: border-box;
	background: #fff;
	width: 400px;
	max-width: 90%;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	text-align: center;
}

.ageModal_go {
	display: flex;
	justify-content: center;
}

.ageModal_go .btn {
	margin: 0 10px;
}

/* END MODAL */



/* 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: 1px 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 */

/* BX OVERRIDES (KEEP AT EOF SO IT WINS OVER LEGACY BLOCKS) */

.bx-body header {
	margin: 12px 0 30px 0;
	padding: 14px 14px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
	border: 1px solid var(--bx-border);
	border-radius: calc(var(--bx-radius) + 2px);
	box-shadow: var(--bx-shadow);
	backdrop-filter: blur(10px);
}

.bx-body footer {
	margin: 0 0 10px 0;
	padding: 22px 14px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
	border: 1px solid var(--bx-border);
	border-radius: calc(var(--bx-radius) + 2px);
	box-shadow: var(--bx-shadow);
	backdrop-filter: blur(10px);
}

.bx-body .text_block,
.bx-body .center_ba_b,
.bx-body .lists_post_b {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
	border: 1px solid var(--bx-border);
	border-radius: var(--bx-radius);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.20);
}

.bx-body .lists_post.bx-grid--cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 30px 0;
}

.bx-body .center_ba.bx-grid--home-cats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.bx-body .top_block_list.bx-grid--tiles {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.bx-body a.top_block.bx-tile,
.bx-body a.top_block {
	border-radius: var(--bx-radius);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	border: 1px solid var(--bx-border);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.bx-body a.top_icon_reg,
.bx-body a.main_but_a,
.bx-body a.lp_but.lp_but2,
.bx-body .bx-btn--primary {
	color: #0b1020;
	background-image: linear-gradient(135deg, var(--bx-accent-2), var(--bx-accent));
	border-color: transparent;
}

.bx-body a.lp_but,
.bx-body .bx-btn--soft {
	color: var(--bx-text);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--bx-border);
}

.bx-body a.lp_but:hover,
.bx-body a.top_icon_reg:hover,
.bx-body a.main_but_a:hover {
	transform: translateY(-1px);
}

@media screen and (max-width: 1020px) {
	.bx-body .lists_post.bx-grid--cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bx-body .top_block_list.bx-grid--tiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 759px) {

	.bx-body .lists_post.bx-grid--cards,
	.bx-body .center_ba.bx-grid--home-cats,
	.bx-body .top_block_list.bx-grid--tiles {
		grid-template-columns: 1fr;
	}
}

/* END BX OVERRIDES */