/*
Theme Name: Defender
Theme URI: 
Description: Website layout on wp
Version: 1.0.0
Author: People of Ukraine
Text Domain: defend
*/

@font-face {
	font-family: 'MuseoSansCyrl-300';
	src: url('../defender/assets/fonts/museosanscyrl-300.eot'); /* IE 9 Compatibility Mode */
	src: url('../defender/assets/fonts/museosanscyrl-300.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../defender/assets/fonts/museosanscyrl-300.woff2') format('woff2'), /* Super Modern Browsers */
		url('../defender/assets/fonts/museosanscyrl-300.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../defender/assets/fonts/museosanscyrl-300.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../defender/assets/fonts/museosanscyrl-300.svg#museosanscyrl-300') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'MuseoSansCyrl-500';
	src: url('../defender/assets/fonts/museosanscyrl-500.eot'); /* IE 9 Compatibility Mode */
	src: url('../defender/assets/fonts/museosanscyrl-500.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../defender/assets/fonts/museosanscyrl-500.woff2') format('woff2'), /* Super Modern Browsers */
		url('../defender/assets/fonts/museosanscyrl-500.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../defender/assets/fonts/museosanscyrl-500.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../defender/assets/fonts/museosanscyrl-500.svg#museosanscyrl-500') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'MuseoSansCyrl-700';
	src: url('../defender/assets/fonts/museosanscyrl-700.eot'); /* IE 9 Compatibility Mode */
	src: url('../defender/assets/fonts/museosanscyrl-700.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../defender/assets/fonts/museosanscyrl-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('../defender/assets/fonts/museosanscyrl-700.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../defender/assets/fonts/museosanscyrl-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../defender/assets/fonts/museosanscyrl-700.svg#museosanscyrl-700') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Brozas-700';
	src: url('../defender/assets/fonts/Brozas-ExtraBlack.eot'); /* IE 9 Compatibility Mode */
	src: url('../defender/assets/fonts/Brozas-ExtraBlack.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../defender/assets/fonts/Brozas-ExtraBlack.woff2') format('woff2'), /* Super Modern Browsers */
		url('../defender/assets/fonts/Brozas-ExtraBlack.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../defender/assets/fonts/Brozas-ExtraBlack.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Gunplay';
	src: url('../defender/assets/fonts/Gunplay.ttf') format('truetype'); 
}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
.btn,
[type="button"],
[type="reset"],
[type="submit"] {
	display: inline-block;
	background: #ffca3a;
	color: #615147;
	padding: 5px 15px;
	border: 2px outset #fff133;
	border-radius: 50px;
	cursor: pointer;
	transition: 0.5s;
}

button:hover, 
.btn:hover, 
[type="button"]:hover, 
[type="reset"]:hover, 
[type="submit"]:hover {
	color: #fff;
	background: #615147;
	border-color: #998172;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body, input, select, optgroup, textarea {
	color: #404040;
	font-family: nyt-cheltenham,georgia,'times new roman',times,serif;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 1px;
}

h1,h2,h3,h5{
	font-weight: 600;
}

h4, h6, h7{
	font-weight: 600;	
}


h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
	position: relative;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
	line-height: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #237fe1;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
	transition: 0.3s;
}

a:hover,
a:focus,
a:active {
	border-color: inherit;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: #615147;
	border-color: #615147;
	color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: 1px solid #1982c4;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.hidden {
	display:none !important;
	opacity:0;
	visability: hidden;
}
.copy-text{
 position: absolute;
 left: -200%;
 opacity:0;
 visability: hidden;
	
}

.lost-password {
	position: absolute;
	right: 17px;
	bottom: 94px;
	color: #000;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.flex.wrap {
	flex-wrap: wrap;
}

.flex.wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.navbar.navbar-default {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	position: fixed;
	inset: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
	animation: flipInX 0.5s;
}


.sub-menu.open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-navigation ul ul li {
	font-size: 2rem;
	font-family: Gunplay;
	text-transform: uppercase;
	width: 359px;
	text-align: left;
}

header .main-navigation ul ul li a {
	color: #1982c4 !important;
}

.main-navigation ul ul li:first-child::before {
	content: '+';
	position: absolute;
	right: -23px;
	top: -18px;
	font-weight: initial;
	font-size: 2rem;
	transform: rotate(45deg);
	width: 30px;
	height: 30px;
	background: #fff;
	text-align: center;
	line-height: 0.9;
	border-radius: 50%;
	font-family: initial;
	box-shadow: 0px 0px 15px -8px #0e0e0e;
	cursor: pointer;
}

.main-navigation ul ul li:first-child:hover::before {
	color: red;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}


.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	border: none;
	text-decoration: none;
	padding: 10px 10px;
	color: #1982c4;
	font-weight: 600;
}

#menu-item-223 a {
	text-shadow: 2px 0 0px;
	font-size: 2.3rem;
}

.main-navigation > div > ul > li::before {
	content: '';
	height: 20%;
	width: 2px;
	background: #ffca3a;
	display: block;
	position: absolute;
	top: 18px;
	left: 1px;
}

.main-navigation div > ul li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ffca3a;
	width: 100%;
	height: 2px;
	transform: scale(0);
	border-radius: 50px;
	transition: transform 0.5s;
}

.main-navigation div > ul li:hover::after {
	transform: scale(1);
}



/* Small menu
------------------------------- */

.hamburger {
  width: 39px;
  height: 29px;
  position: relative;
  float: right;
  margin-top: 11px;
  margin-left: 22px;
  cursor: pointer;
}

.hamburger::before,
.hamburger::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1982c4;
  position: absolute;
  left: 0;
  transition: top 0.3s,transform 0.3s;
}

.hamburger::before {
  top: 0;
}

.hamburger::after {
  bottom: 0;
}

.hamburger.active::before {
  top: 14px;
  transform: rotate(45deg);
  width: 47px;
  left: -3px;
}

.hamburger.active::after {
  top: 14px;
  transform: rotate(-45deg);
  width: 47px;
  left: -4px;
}

.toggle.hamburger.active span {
  opacity: 0;
}

.hamburger span {
  width: 100%;
  height: 3px;
  background-color: #1982c4;
  display: inline-block;
  position: relative;
  bottom: 2px;
}

.navbar.open {
	display: block !important;
	position: absolute;
	inset: 0;
	height: 100vh;
	height: 100svh;
	height: 100dvh;
	text-align: left;
	top: 63px;
}

.navbar.open #navbar {
	padding-left: 5px;
	display: inline-block;
}

.navbar.open #menu-primary {
	display: block;
}

.navbar.open .main-navigation > div > ul > li::before {
	content: none;
}

.navbar.open .main-navigation a {
	font-size: 1.6rem;
}

.navbar.open .menu-item-has-children > a::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid;
	position: relative;
	left: 14px;
	border-width: 0 0 2px 2px;
	transform: rotate(-43deg);
	bottom: 4px;
}



@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.container {
	max-width: 1320px;
	margin: auto;
	padding: 0 15px;
}

div.overlay {
	position: fixed;
	inset: 0;
	background: #ffffff78;
	backdrop-filter: blur(5px);
	display: none;
}

.home div.overlay {
	z-index: 8;
}

body.overlay .overlay {
	display: block;
}

/* Header
--------------------------------------------- */

header {
	width: 100%;
	padding: 10px 0px;
	border-bottom: 1px solid transparent;
	z-index: 9;
}

.home header {
	position: absolute;
}



header .container {
	position: relative;
	z-index: 1;
	justify-content: space-between;
	text-align: right;
}


header.dark {
	position: fixed;
	top: 0;
}

header .blur {
	position: absolute;
	/*! background: #ffffffd6; */
	left: 0;
	right: 0;
	top: 0;
	/*! filter: blur(20px); */
	transition: background 0.3s;
}

header.dark .blur {
	height: 100%;
	background: #1982c470;
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(5px);
	-webkit-filter: none;
	filter: none;
}

header.dark .logo-text,
header.dark .main-navigation a {
	color: #fff;
}

.logo a {
	text-decoration: none;
	border: none;
}

.logo img {
	vertical-align: middle;
	max-height: 38px;
	-webkit-filter: drop-shadow(-10px -6px 0px#1982c4);
	        filter: drop-shadow(-10px -6px 0px#1982c4);
	margin-left: 10px;
}

.logo {
	float: left;
}

.logo-text {
	margin-left: 5px;
	color: #1982c4;
	font-size: 1.4rem;
	font-weight: 600;
}

.home .logo-text {
	color: #fff;
}

.warior.btn {
	margin-top: 6px;
}

.night {
	font-family: FontAwesome;
	display: inline-block;
}


.night {
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	right: 45px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

header.dark .night {
	display: none;
}

.night div {
	margin: 0 5px;
}

.night .toggle {
	cursor: pointer;
}

.fa-sun::before {
	content: '\f185';
	color: #ffca3a;
}

.night .toggle::before {
	content: '\f204';
	font-size: 1.5rem;
	color: #1982c4;
}

.fa-moon::before {
	content: '\f186';
	color: #797979;
}

.night .toggle.active::before {
	content: '\f205';
}

.background-wrap {
	/* height: 100vh; */
	/* height: 100dvh; */
	/* height: 100svh; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 150px;
}

.background-wrap .container {
	text-align: center;
}

.background-wrap::before {
	content: '';
	position: absolute;
	width: 23%;
	height: 17%;
	background: #1982c4;
	border-bottom-left-radius: 262px;
	border-bottom-right-radius: 250%;
	box-shadow: 45px 0 0px 46px #ffca3a;
}

.background-wrap::after {
	content: '';
	position: absolute;
	top: 127px;
	right: 65px;
	width: 364px;
	height: 360px;
	background: url('./images/ornament.svg') no-repeat;
	transform: rotate(89deg);
}

.background-wrap .container {
	height: 100%;
	position: relative;
}

.text-ukraine {
	overflow: hidden;
	font-size: 19rem;
	font-family: Gunplay;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	background-image: url('./images/Ukraine.jpg');
	background-size: contain;
	filter: drop-shadow(10px 0 0px #f1f0f0);
	position: relative;
	z-index: 1;
}

.text-number {
	font-size: 1.2rem;
	max-width: 730px;
	font-weight: 600;
	margin: -60px auto 0;
	position: relative;
	color: #615147;
}

.text-number::before {
	content: '';
	position: absolute;
	width: 139px;
	height: 139px;
	border: 1px solid #1982c4;
	outline: 1px solid #ffca3a;
	outline-offset: 93px;
	z-index: 0;
	top: -63px;
	left: -60px;
	/* opacity: 0.5; */
	border-radius: 50%;
}

.text-number p {
	position: relative;
}

.text-number .title {
	font-size: 2rem;
	margin-bottom: 10px;
	line-height: 1.2;
}

.war_block svg {
	max-width: 68px;
	height: 100%;
}

.war_block svg path {
	fill:  #615147 !important;
}


.war_block .war_img {
	height: 40px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.war_block {
	display: flex;
	flex-flow: wrap;
	background: #fff;
	border-radius: 8px;
	margin-top: 30px;
	margin-left: -74px;
	padding: 30px;
	padding-left: 8%;
	position: relative;
	z-index: -1;
	box-shadow: 0 0 10px -6px #000, inset 0 0 10px -6px #000;
}
.war_block p {
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	margin-top: 0;
	font-weight: 600;
	margin-bottom: 13px;
	margin-left: -65px;
	color: #615147;
}

.war_block::before {
	content: '';
	position: absolute;
	width: 100%;
	z-index: 0;
	height: 100%;
	background: url(./images/piksel.jpg) no-repeat;
	inset: 0;
	opacity: .09;
	background-size: 100%;
}

.war_block .war_desc {
	max-width: 80%;
}

.war_block  .war_num::before {
	content: '- ';
}

.war_block .war_num {
	font-weight: 600;
}

.war_block .war_num span {
	color: #e12c32;
}

.warior-block {
	position: relative;
	line-height: 0;
	margin-top: -105px;
	border-left: 13px solid #e5e5e5;
	border-radius: 4px;
	min-width: 29.9%;
	overflow: hidden;
	align-self: baseline;
	box-shadow: -6px 8px 10px -9px;
}


.war_item {
	width: 155px;
	padding: 5px;
	height: 150px;
}

.warior-text {
	position: absolute;
	bottom: 6px;
	color: #fff;
	font-size: 2.2rem;
	padding: 0 20px;
	background: #0000005c;
	line-height: initial;
}

/* Footer
--------------------------------------------- */

footer {
	margin-top: 80px;
	position: relative;
}

footer::before {
	content: '';
	position: relative;
	display: block;
	background: url(/wp-content/themes/defender/images/footer-border.png) no-repeat;
	bottom: 33px;
	left: 0;
	max-width: 100%;
	overflow: hidden;
	height: 176px;
}

.container.to-top {
	position: fixed;
	bottom: 575px;
	width: 1290px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

#to-top {
	display:none;
	position: absolute;
	width: 50px;
	height: 50px;
	background: #1982c4;
	right: 0;
	border: 2px outset #48b3f6;
	border-radius: 50%;
	color: #ffcf4f;
	text-align: center;
	line-height: 2.3;
	font-size: 21px;
	transform: rotate(-90deg);
	cursor: pointer;
	transition: 0.5s;
}

#to-top:hover {
	background: #ffca3a;
	border-color: #fff133;
	color: #705d45;
}

.popup {
	display: none;
	position: fixed;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	box-shadow: 0px 0px 15px -8px #0e0e0e;
	border-radius: 8px;
	z-index: 99;
}

.popup.open {
	display: block;
}

.message-account .popup {
	padding: 2rem;
	font-size: 1.5rem;
	text-align: center;
	max-width: 558px;
	font-weight: 600;
}

footer .wp-block-latest-posts__featured-image img {
	max-width: 50px;
}

footer .wp-block-latest-posts__post-excerpt a {
	display: none;
}

footer .wp-block-latest-posts li::before {
	content: '';
}

footer .wp-block-latest-posts, footer .wp-block-latest-posts a {
	font-size: 0.8rem;
	line-height: 1.4;
	padding-bottom: 1px;
}

footer .wp-block-latest-posts__post-date {
	margin-top: 5px;
}

footer .wp-block-latest-posts__post-excerpt {
	clear: unset;
}

footer .logo {
	float: none;
	width: 260px;
	font-style: italic;
}

footer .logo-text {
	color: inherit !important;
}

.logo .textFooter {
	margin-top: 4px;
}

.wp-block-latest-posts li {
	padding-bottom: 9px;
	margin-bottom: 10px;
}

a.tiktok {
	border: none;
	color: #000;
	font-weight: 600;
	text-shadow: -1.7px -0.9px 1.6px #00e9e6ab, 1.8px 0.3px 1.6px #f5284f;
	font-size: 1.3rem;
}


a.tiktok svg {
	height: 19px;
	-webkit-filter: drop-shadow(-1.7px -0.9px 0.6px #00e9e6ab)drop-shadow(1.9px 0.3px 0.6px #f5284f);
	        filter: drop-shadow(-1.7px -0.9px 0.6px #00e9e6ab)drop-shadow(1.9px 0.3px 0.6px #f5284f);
}

#menu-footer {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-footer a {
	position: relative;
	color: inherit;
	border: none;
}

#menu-footer li {
	margin-bottom: 10px;
}

#menu-footer li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ffca3a;
	width: 100%;
	height: 2px;
	transform: scale(0);
	border-radius: 50px;
	transition: transform 0.5s;
}

#menu-footer li a:hover::after {
	transform: scale(1);
}

footer .recent-post {
	max-width: 350px;
}

.copyrite {
	text-align: center;
	color: #615147;
	border-top: 1px solid;
	padding: 12px 0;
	background: #e5e5e5;
}

/* Sidebar
--------------------------------------------- */

.wp-block-latest-posts.wp-block-latest-posts__list {
	margin-left: 0;
}

.wp-block-latest-posts__featured-image img {
	max-width: 90px;
}

.wp-block-latest-posts__featured-image.alignleft {
	margin-bottom: 0;
}

.wp-block-latest-posts__post-excerpt {
	clear: both;
}

.wp-block-latest-posts a {
	color: inherit;
	font-weight: 600;
	font-size: 0.9rem;
}

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
	font-size: 0.8rem;
}

.wp-block-latest-posts li {
	border-bottom: 1px solid #cecece;
	margin-bottom: 30px;
	counter-increment: li;
	position: relative;
}

.wp-block-latest-posts li::before {
	content: counter(li);
	position: absolute;
	inset: 0;
	color: #1982c426;
	font-size: 6rem;
	display: -ms-grid;
	display: grid;
	place-items: center;
	z-index: -1;
	font-family: Gunplay;
}

.wp-block-search__inside-wrapper .wp-block-search__button {
	margin-left: 0px;
	word-break: normal;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-left: none;
}


/* search
--------------------------------------------- */

.search .post {
	width: 100% !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search .post .imgBlock {
	margin: 15px 15px 0;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
	position: sticky;
}



.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}



/* Archive post
--------------------------------------------- */

.category .wrapper {
	margin-top: 40px;
}

.category .wrapper {
	background: url('./images/ornament2.svg');
	background-size: 100%;
	background-position: center;
}

/* Single post
--------------------------------------------- */

.center {
	text-align: center;
}

.single .site-content {
	margin-top: 30px;
}

.entry-header {
	overflow: visible;
}

.post-categories {
	list-style: none;
	padding: 0;
	margin: 0;
}

.single figure {
	position: relative;
}

.single figure::before {
	content: '';
	position: absolute;
	width: 112%;
	left: -92px;
	top: -79px;
	z-index: -1;
	background: url('/wp-content/themes/defender/images/ornament4.svg') no-repeat;
	height: 200%;
	background-size: cover;
}

.single figure img {
	max-width: 650px;
	height: 433px;
}


.single #content {
	width: 65%;
}

#secondary {
	width: 30%;
}

.single .meta-post {
	position: relative;
	background: #1982c4;
	padding: 15px;
	color: #fff;
	border-radius: 50px 8px 8px 50px;
	font-family: Arial;
}

.post-categories li a {
	color: #fff;
}



.post-categories li:last-child {
	display: none;
}

time {
	font-family: Arial;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Navigation
--------------------------------------------- */

.navigation.pagination {
	text-align: center;
}

.nav-links {
	display: inline;
}

.nav-links * {
	font-family: initial;
	font-size: 1.2rem;
	border: 1px solid;
	border-radius: 50%;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 1.8;
	color: #1982c4;
	margin: 0 3px;
}

.nav-links .current, .nav-links a:hover {
	background: #1982c4;
	color: #ffca3a;
	border-color: #1982c4;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*Account
----------------------------------------------*/

.popup-account {
	width: 600px;
	max-width: 90%;
}

.popup-account.open {
	display: block;
}

.tab-account {
	border-bottom: 1px solid #ffca3a;
	padding: 31px 20px 20px;
}

.tab-account .tab {
	display: inline-block;
}

.tab-account span {
	padding: 10px 17px;
	border-top: 2px solid #1982c4;
	margin-right: 19px;
	border-top-left-radius: -1px;
	cursor: pointer;
	transition: 0.3s;
}

.tab-account span:hover, .tab-account span.active {
	box-shadow: inset 0px 0px 8px -6px #000, 0 0 1px;
	border-radius: 8px;
	display: inline-block;
}

.popup-account .login, .popup-account .registr {
	padding: 15px 20px;
	display: none;
}

.popup-account .display-tab.active {
	display: block;
	animation: pulse 0.3s;
}

.login label {
	min-width: 169px;
	display: inline-block;
}

#registerform {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#registerform p {
	max-width: 241px;
	align-self: end;
}

#registerform input {
    min-width: 240px;
}

label input[type="file"] {
	display: none;
}

label.file {
	white-space: nowrap;
	padding: 10px 11px;
	background: #fff;
	position: relative;
	border: outset 1px #48b3f6;
	cursor: pointer;
	display: block;
	font-size: 0.9rem;
	width: 239px;
	border-radius: 50px;
	text-align: center;
	background: #1982c4;
	transition: 0.3s;
	color: #fff;
}

label.file:hover {
	background: #615147;
	border: outset 1px #d2d2d2;
	color: #fff;
}

label.file[for="user_and_ticket"]:hover::before {
	content: '';
	position: absolute;
	background: url(./images/avatar_with_doc.png) no-repeat;
	width: 111px;
	height: 111px;
	background-size: cover;
	top: -111px;
	opacity: 0.7;
	right: 0;
}

label.file[for="user_ticket"]:hover::before {
	content: '';
	position: absolute;
	background: url(./images/ticket.png) no-repeat;
	width: 111px;
	height: 111px;
	background-size: cover;
	top: -111px;
	opacity: 0.7;
	right: 0;
}

/* Front page
--------------------------------------------- */

section {
	margin: 60px 0;
	position: relative;
}

#storys .wrap {
	background: url('/wp-content/themes/defender/images/ornament3.svg');
	background-position: 21%;
}


#storys .story {
	width: 30%;
	min-width: 300px;
	/* border-bottom: 8px solid #fff; */
	box-shadow: 0 0 10px -6px #000;
	border-radius: 8px;
	padding: 0 15px 0;
	background: linear-gradient(135deg, #f1f1f1 0%, #fefefe 34.37%, #FFF 69.79%, #f1f1f1 100%);
	color: #615249;
}

.story .meta-author {
	color: #106296;
	border-bottom: 1px solid;
	padding-bottom: 9px;
}

.meta-author::before {
	content: '\f007';
	font-family: FontAwesome;
	margin-right: 10px;
}


.story .titleArticle {
	font-size: 1.3rem;
	margin: 15px 0 20px;
}

#slogan .container div {
	max-width: 1016px;
	margin: 95px auto 0px;
	background: #fff;
	padding: 60px;
	box-shadow: -6px -7px 0px 4px #fbfbfb, 0px 0px 26px -20px #000;
	border-radius: 8px;
	font-size: 1.3rem;
	position: relative;
	background: linear-gradient(122deg, #1982c41f -19%, #fff 34.37%, #FFF 69.79%, #f9f0da 99%);
}

#slogan .container div::before {
	content: url('./images/circle2.png');
	position: absolute;
	bottom: 199px;
	right: -93px;
	height: 100px;
	z-index: -1;
}

#slogan .container div::after {
	content: '\f132';
	position: absolute;
	bottom: 11px;
	right: 50%;
	font-size: 8rem;
	z-index: 0;
	color: #1982c42b;
	text-shadow: 4px 2px 10px #1982c42b;
	font-family: FontAwesome;
}

#slogan div p:last-child {
	color: #e12c32;
	text-align: center;
	font-size: 1.1rem;
	position: relative;
	z-index: 1;
}


.tittleBlock {
	margin-bottom: 30px;
	font-size: 2rem;
	margin-top: 60px;
	color: #4150A6;
	display: inline-block;
	position: relative;
}

.tittleBlock::after {
	content: '';
	width: 67%;
	height: 4px;
	background: #ffca3a;
	position: absolute;
	left: 0;
	bottom: -7px;
	border-radius: 50px;
}


#slogan .container div::after {
	content: '\f132';
	position: absolute;
	bottom: 11px;
	right: 50%;
	font-size: 8rem;
	z-index: 0;
	color: #75b4dc9c;
	text-shadow: 4px 2px 10px #ffffff2e;
	font-family: FontAwesome;
}

.tittleBlock {
	margin-bottom: 70px;
	font-size: 2rem;
	margin-top: 30px;
	color: #1982c4;
	display: inline-block;
	position: relative;
}

.popup.video {
	border: 9px solid #fff;
	animation: bounceIn 1s;
}

.close {
	position: absolute;
	top: -39px;
	right: -42px;
	font-size: 2rem;
	transform: rotate(45deg);
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 15px -8px #0e0e0e;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 0.88;
	cursor: pointer;
	font-family: initial;
}

.close:hover {
	color: #e12c32;
}

.popup.video.open {
	display: block;
	line-height: 0;
}

.img-video i {
	font-size: 4rem;
	color: #ffca3a;
	outline: 2px solid #ffca3a;
	border-radius: 50%;
	padding: 7px 6px;
	transition: 0.3s;
	outline-offset: 34px;
	position: absolute;
	inset: 50%;
	transform: skewY(-12deg);
	filter: drop-shadow(0 0 3px #686868);
	cursor: pointer;
}

.img-video i:hover {
	transform: scale(0.9) !important;
	outline-color: #615249;
	color: #615249;
}

.img-video i::before {
	top: -25px;
	position: absolute;
	left: -22px;
}

.video-description {
	position: relative;
	max-width: 607px;
	font-size: 1.2rem;
	font-style: italic;
}

.video-description::before {
	content: url('/wp-content/themes/defender/images/ornament2.svg');
	position: absolute;
	width: 75%;
	left: -71%;
	transform: rotate(90deg);
	top: 27%;
	z-index: -1;
}

.video-description::after {
	content: url('/wp-content/themes/defender/images/element_9.png');
	position: absolute;
	right: 0;
}

.video {
	max-width: 52%;
}

.img-video {
	height: 100%;
	width: 155px;
	margin-right: -48px;
	display: inline-block;
	transform: skewY(12deg);
	position: relative;
	box-shadow: 7px 9px 15px -10px;
	overflow: hidden;
	transition: width 0.5s, transform 0.3s;
}

.img-video:hover {
	width: 75%;
	transform: none;
	z-index: 1;
}

.img-video img {
	height: 106%;
	min-width: 655px;
	transform: skewY(-12deg);
	position: relative;
	inset: -43px -119px;
}

.img-video:hover img {
	height: 114%;
	transform: none;
}

.img-video:hover i {
	transform: none;
}

#galery {
	height: 100vh;
	height: 100dvh;
	height: 100svh;
	background: url(./images/galery.jpg) no-repeat;
	background-size: cover;
}

#galery .tittleBlock {
	margin-bottom: 20px;
}

.gerl-toy {
	background: url(./images/gerls3.1.png) no-repeat;
	width: 100%;
	background-position: center;
	width: 50%;
	background-size: contain;
}

.wrap-image {
	width: 50%;
	text-align: center;
	overflow-y: auto;
	max-height: calc(100vh - 115px);
	max-height: calc(100dvh - 115px);
	max-height: calc(100svh - 115px);
	scrollbar-width: thin;
	scrollbar-color: #ffca3a #1982c4;
}

.wrap-image::-webkit-scrollbar {
  width: 5px;        
}

.wrap-image::-webkit-scrollbar-track {
  background: #1982c4;      
}

.wrap-image::-webkit-scrollbar-thumb {
  background-color: #ffca3a;  
  border-radius: 25px;   
}

.wrap-image p {
	line-height: 0;
	margin: 0;
	padding-top: 30px;
}

.wrap-image img {
	display: inline-block;
	line-height: 0;
	margin: 0 0 25px;
	border: 5px solid #fff;
	border-radius: 4px;
	box-shadow: 0 0 15px #000;
}

.wrap-image a.open {
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}

.wrap-image a.open::after {
	content: '+';
	position: absolute;
	top: -39px;
	right: -42px;
	font-family: initial;
	color: initial;
	font-size: 2rem;
	transform: rotate(45deg);
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 15px -8px #0e0e0e;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 0.88;
	cursor: pointer;
}

.wrap-image a.open:hover::after {
	color: red;
}

.wrap-image a.open img {
	width: 100%;
}

#wariors .tittleBlock {
	margin-bottom: 0;
}

.type-needs-warior {
	width: 27%;
	position: relative;
	padding: 6px;
	border-radius: 8px;
	background: #dfd8d8;
	margin-top: 145px;
}

.border {
	overflow: hidden;
	position: absolute;
	inset: 0;
	border-radius: 8px;
}

.border::before {
	content: '';
	position: absolute;
	width: 62%;
	height: 133%;
	background: linear-gradient(90deg, #0b0b0b00, #1982c4,#1982c4, #ffca3a,#ffca3a,transparent);
	border-radius: 50px;
	inset: 50%;
	animation: rotate-border 12s linear infinite paused;
	transform-origin: top left;
}

.type-needs-warior:hover .border:before {
	animation-play-state: running;
}

@keyframes rotate-border{
	from {
		transform: rotate(39deg) translate(-50%,-50%);
	}
	to{
		transform: rotate(399deg) translate(-50%,-50%);
	}
}

.type-needs-warior .wrap {
	border: 1px solid #d9d9d9;
	background: #fff;
	position: relative;
	border-radius: 8px;
	padding: 62% 15px 15px;
	height: 100%;
}

.type-needs-warior img {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.type-needs-warior .img {
	position: absolute;
	width: 200px;
	height: 200px;
	top: -40px;
	left: -40px;
	background: transparent;
	border-radius: 50%;
	overflow: hidden;
	padding: 8px;
}

.type-needs-warior .img::before {
	content: '';
	position: absolute;
	inset: 0;
	background: conic-gradient(#1982c4 var(--nom), #dfd8d8 0%);
}

.type-needs-warior .img span {
	top: 21px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.4rem;
	text-shadow: 0.2px 0.2px 0.2px #d2d2d2;
	font-weight: 600;
	color: #ffca3a;
	white-space: nowrap;
}

.type-needs-warior .img span.percent {
	top: unset;
	bottom: 23px;
}

.type-needs-warior .contentText .flex {
	font-size: 1rem;
	font-weight: 600;
	border-bottom: 1px solid #dfd8d8;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.type-needs-warior .content {
	margin: 10px 0 5px;
}

.fa-arrow-up-right-from-square {
	vertical-align: middle;
}

.type-needs-warior .content a {
	border: none;
}

.fa.fa-arrow-up-right-from-square::before {
	content: '\f08e';
	margin-left: 10px;
	color: #1982c4;
	font-size: 1.2rem;
}

.type-needs-warior .content a:hover i::before {
	color: #ffca3a;
}

.type-needs-warior .social {
	position: absolute;
	top: 10px;
	right: 12px;
	display: -ms-grid;
	display: grid;
	font-size: 1.8rem;
}

.type-needs-warior .social a {
	color: #1982c4;
	text-align: center;
	border: none;
	width: 38px;
	height: 38px;
	margin-bottom: 10px;
}

.type-needs-warior .social a:hover {
	color: #ffca3a;
}

.pay div.fa {
	position: relative;
	width: 100%;
	white-space: nowrap;
	margin-bottom: 10px;
}

.fa.copy {
	margin-left: 13px;
	color: #1982c4;
	cursor: pointer;
}

.fa.copy::before {
	content: '\f24d';
}

.pay div.fa::before {
	content: '\f09d';
	margin-right: 10px;
	color: #1982c4;
}

.pay img {
	max-width: 30px;
	vertical-align: middle;
}

.pay .monobank img {
	max-width: 35px;
}

.pay a {
	border: none;
}

.pay .monobank, .pay .pp {
	display: inline;
}

.pay .monobank {
	margin-right: 10px;
}


.copied {
	position: absolute;
	top: -13px;
	right: -21px;
	color: #303030a1;
	font-size: 0.8rem;
	border: 1px solid;
	padding: 1px 4px;
	border-radius: 4px;
	background: #ffca3a;

}
.type-needs-warior .copied {
	right: 0;
}

.needs-warior .close-need {
	font-size: 5rem;
	line-height: 0;
	padding: 0;
	transform: rotate(-60deg);
	bottom: 62px;
	left: 55px;
	top: unset;
	transform-origin: left;
}

.needs.btn {
	margin: 60px auto -30px;
	max-width: 267px;
	display: block;
	padding-block: 9px;
	font-weight: 600;
}



#wariors .container::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 440px;
	height: 440px;
	border: 2px solid #ffca3a;
	outline: 2px solid #1982c4;
	outline-offset: 13rem;
	inset: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}

#news .paralax {
	background: url('./images/ornament2.svg');
	background-size: cover;
}

.post.news {
	position: relative;
	width: 30%;
	min-width: 300px;
	padding-bottom: 20px;
	background: #fff;
	box-shadow: 0 0 10px -6px #000;
	border-bottom: 6px solid #ffca3a;
	border-radius: 8px;
	margin-bottom: 60px;
}

.post.news .contentText {
	padding: 0 15px 30px;
}

.post.news .titleArticle {
	border-bottom: 2px solid #1982c4;
	padding-bottom: 13px;
	font-size: 1.2rem;
	margin: 5px 0;
}

.post.news .titleArticle a {
	color: inherit;
}

.post.news .imgBlock {
	max-height: 245px;
	overflow: hidden;
	position: relative;
}

#news .post.news .wp-post-image {
	filter: sepia(68%);
	transition: filter 0.5s;
}

#news .post.news:hover .wp-post-image {
	filter: none;
}

.post.news .post-date {
	position: absolute;
	bottom: 12px;
	left: 10px;
	color: #fff;
	font-size: 0.9rem;
}

.post.news .cat {
	position: absolute;
	bottom: 12px;
	right: 15px;
}

.post.news .cat a {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 3px;
}

.post.news .titleArticle a {
	color: inherit;
	letter-spacing: 1px;
}

.post.news .titleArticle a:hover {
	border-color: #404040;
}

.post.news .moreInfo {
	position: absolute;
	bottom: 20px;
}

/* Archive Storys
--------------------------------------------- */

.type-story-war {
	background: #fff;
	margin-bottom: 40px;
}


.site-main.story-war .flex {
	background: url('/wp-content/themes/defender/images/ornament.svg');
	margin-top: 10px;
}

/* Archive Warior
--------------------------------------------- */

.archive-description {
	font-style: italic;
}

.post-type-archive-needs-warior .wrapper {
	position: relative;
}

.post-type-archive-needs-warior .wrapper::before {
	content: '';
	position: absolute;
	width: 440px;
	height: 440px;
	border: 2px solid #ffca3a;
	outline: 2px solid #1982c4;
	outline-offset: 13rem;
	inset: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}

/* Single Warior
--------------------------------------------- */

.sticky {
	position: sticky;
	top: 90px;
}

.single-needs-warior .tabs {
	text-align: center;
	margin-bottom: 30px;
}

.single-needs-warior .tabs span {
	margin: 0 10px;
	border-bottom: 3px solid #ffca3a;
	padding: 5px 23px;
	transition: border 0.3s;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: 600;
}

.tabs span.active, .tabs span:hover {
	border-color: #1982c4;
}

.single-needs-warior #content {
	width: 72%;
}

.single-needs-warior .container.flex.wrap {
	margin-top: 60px;
	margin-bottom: 90px;
	position: relative;
}


.single-needs-warior #content .img {
	position: relative;
	width: 300px;
	height: 300px;
	background: transparent;
	border-radius: 50%;
	overflow: hidden;
	padding: 8px;
	margin-right: 40px;
}

.single-needs-warior #content img {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.single-needs-warior #content .img::before {
	content: '';
	position: absolute;
	inset: 0;
	background: conic-gradient(#1982c4 var(--nom), #dfd8d8 0%);
}

.single-needs-warior #content .img span {
	top: 21px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.4rem;
	text-shadow: 0.2px 0.2px 0.2px #d2d2d2;
	font-weight: 600;
	color: #ffca3a;
}

.single-needs-warior #content .img span.percent {
	top: unset;
	bottom: 23px;
}

.single-needs-warior .contentText {
	width: 59%;
}

.single-needs-warior .wrapper.flex.wrap {
	border: 6px solid #f9f9f9;
	border-radius: 8px;
	border-top-left-radius: 185px;
	padding: 15px;
	background: #fbfbfb;
	justify-content: inherit;
}

.tab {
	display: none;
}


.tab.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	animation: flipInX 0.5s;
}

.close-need {
	position: absolute;
	font-size: 10vw;
	color: #61514729;
	transform: rotate(-9deg);
	pointer-events: none;
	line-height: 0;
	top: 50%;
	white-space: nowrap;
	z-index: 8;
}

.single-needs-warior .contentText .meta {
	justify-content: inherit;
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 5px;
}

.single-needs-warior .contentText .meta div {
	margin-right: 25px;
}

.single-needs-warior #content .social a {
	border: none;
	font-size: 1.5rem;
	margin-right: 15px;
}

.single-needs-warior .social a:hover {
	color: #ffca3a;
}

.single-needs-warior .content {
	margin: 10px 0 20px;
}

.single-needs-warior .good {
	display: inline-block;
	margin-bottom: 10px;
}

.side-data-pay {
	width: 25%;
	margin-top: 58px;
	min-width: 300px;
}

.side-data-pay .sticky {
	background: #fbfbfb;
	padding: 15px;
	border-radius: 8px;
	border: 6px solid #f9f9f9;
}

.side-data-pay .title-pay {
	font-weight: 600;
	background: #1982c499;
	color: #fff;
	margin: 12px -19px 15px;
	padding: 9px;
}

.single-needs-warior #content .report .img, .single-needs-warior #content .report img {
	width: auto;
	height: auto;
	border-radius: 0;
}

/* About
----------------------------------------------*/

#primary.about {
	background: url('/wp-content/uploads/2024/01/map-ukraine.jpeg') no-repeat #fdfdfdbf;
	background-size: cover;
	padding-bottom: 146px;
	background-position: center;
	background-blend-mode: lighten;
}

#primary.about #content {
	font-size: 1.2rem;
}

.about blockquote {
	margin-bottom: 70px;
}

blockquote::before, blockquote::after {
	content: '„';
	font-size: 5rem;
	color: #5f5f5f;
	position: absolute;
	top: -41px;
	left: -38px;
	height: auto;
	line-height: 0;
	display: inline-block;
}

blockquote::after {
	content: '„';
	top: unset;
	left: unset;
	right: -40px;
	bottom: 33px;
}

.page-id-234 footer {
	margin-top: -114px;
}

/* Share
----------------------------------------------*/

.share {
	border-top: 1px solid #cccbca;
	margin-top: 25px;
	padding-top: 9px;
}

.ssbp-wrap {
	margin: 0;
}

.ssbp-wrap .ssbp-list li {
	margin-left: 0px !important;
	margin-right: 12px;
}


/* hidden
--------------------------------------------- */

.visible-mobile {
	display: none;
	opacity:0;
}

/*dark theme
----------------------------------------------*/

body.dark-theme {
	color: #d9d9d9;
	background: #000;
}

body.dark-theme .text-number {
	color: #d9d9d9;
}


body.dark-theme .warior-block img {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

body.dark-theme .war_block::before {
	z-index: -1;
	background: url(./images/piksel.jpg) #000c no-repeat;
	background-size: 100%;
	background-blend-mode: hard-light;
	opacity: 1;
}

body.dark-theme .war_block p {
	color: #d9d9d9;
}

body.dark-theme .warior-text {
	color: #d9d9d9;
}

body.dark-theme .war_block svg path {
	fill: #d9d9d9 !important;
}

body.dark-theme #storys .story {
	background: linear-gradient(135deg, #0b3956 0%, #0d2636 34.37%, #11232d 69.79%, #0d2636 100%);
	color: #d9d9d9;
}

body.dark-theme #slogan .container div {
	background: linear-gradient(122deg, #4545451f -19%, #0f293a 34.37%, #152936 69.79%, #0e2e42 99%);
	box-shadow: -6px -7px 0px 4px #1e1e1e, 0px 0px 26px -20px #fff;
}

body.dark-theme .wrap-image img {
	border: 5px solid #0b3956;
}

body.dark-theme .type-needs-warior .wrap {
	background: #0b3956;
}

body.dark-theme .post.news {
	background: #0b3956;
}

body.dark-theme .copyrite {
	color: #d9d9d9;
	background: #0b3956;
}

body.dark-theme header.dark .logo-text, body.dark-theme header.dark .main-navigation a {
	color: #d9d9d9;
}

body.dark-theme .side-data-pay .sticky,
body.dark-theme.single-needs-warior .wrapper.flex.wrap {
	background: #0b3956;
	border: 6px solid #2d2d2d;
}

body.dark-theme .close-need {
	color: #ffffff29;
}

body.dark-theme .type-story-war {
	background: #000;
}

body.dark-theme #respond, body.dark-theme .comment-body p {
	background: #000;
}

body.dark-theme .container.comment {
	background: #3d3d3d;
}

body.dark-theme #primary.about {
	background-color: #000000c9;
	background-blend-mode: darken;
}


/*comments
----------------------------------------------*/

.commentlist.active {
	overflow: hidden;
	max-height: unset;
}

.commentlist ul.children {
	height: 23px;
	overflow: hidden;
	cursor: pointer;
}

.commentlist ul.children li {
	margin-top: 20px;
}

.commentlist ul.children.open {
	height: auto;
}

.commentlist ul.children.open li {
	animation: fadeInDown 0.3s;
}

.commentlist ul.children::before {
	content: 'Переглянути відповіді ✉';
	font-size: 0.8rem;
	color: #126498;
}

.commentlist ul.children:hover:before {
	color: #615147;
}

.commentlist ul.children.open::before {
	content: 'Зкрити відповіді ✉';
}

.container.comment {
	position: relative;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	padding: 20px 20px 0px;
	border-radius: 50px;
	background: #f9f9f9;
}

.commentlist {
	max-height: 60vh;
	max-height: 60dvh;
	max-height: 60svh;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #ffca3a #1982c4;
	padding-right: 20px;
}

.commentlist::-webkit-scrollbar {
  width: 5px;        
}

.commentlist::-webkit-scrollbar-thumb {
  background-color: #ffca3a;  
  border-radius: 25px;   
}

.commentlist::-webkit-scrollbar-track {
  background: #1982c4;      
}



.commentlist, .commentlist .children {
	list-style: none;
}

.commentlist li.comment {
	margin-bottom: 40px;
}

.comment-body {
	margin-bottom: 5px;
	position: relative;
}

.comment-body div {
	display: inline-block;
}

.comment-body .comment-meta {
	float: right;
	margin-right: 16px;
	font-family: initial;
}

.comment-body .comment-author img {
	border-radius: 50%;
	margin-right: 15px;
	vertical-align: middle;
	margin-left: 22px;
	margin-bottom: 10px;
	border: 2px outset #ffca3a;
}

.comment-body .comment-author .fn {
	vertical-align: super;
}

.comment-body p {
	border: 1px solid #1982c4;
	border-radius: 25px;
	padding: 10px 60px 10px 22px;
	margin: 0;
	background: #fff;
}

.children .comment-body p {
	border-color: #ffca3a;
}

.children .children .comment-body p {
	border-color: #acacac;
}

.children .comment-body .comment-author img {
	border: 2px outset #1982c4;
}

.children .comment-body .reply::before {
	color: #1982c4;
}

.comment-body .reply::before {
	content: '\f122';
	font-family: fontAwesome;
	color: #ffca3a;
	font-size: 1.6rem;
	transition: 0.3s;
}

.comment-body .reply:hover::before {
	color: #615147;
}

.comment-body .reply {
	position: absolute;
	width: 30px;
	bottom: 3px;
	right: 18px;
}

.comment-body .reply a {
	font-size: 0;
	color: transparent;
	position: absolute;
	inset: 0;
	padding: 0;
}


.container.comment #respond.active {
	display: block;
}

#respond.riplied .comment-reply-title::after {
	content: '+';
	display: block;
	color: red;
	font-size: 1.5rem;
	transform: rotate(45deg);
	width: 24px;
	height: 24px;
	line-height: 17px;
	text-align: center;
	position: absolute;
	right: 13px;
	top: 3px;
	border: 1px solid red;
	border-radius: 50%;
	cursor: pointer;
}

#respond.riplied .comment-reply-title::after:hover:sfter {
  color: red;
}

#respond.riplied .comment-reply-title {
	display: block;
	font-size: 0.8rem;
	font-weight: 400;
	position: relative;
	border-top: 8px solid #1982c4;
	border-radius: 9px;
	background: #bed9ea;
	padding: 5px 40px 5px 20px;
}

.comment-form-comment label,
.comment-reply-title, .comment-notes {
	display: none;
}


#respond {
	position: relative;
	background: #fff;
	margin-inline: -20px;
	padding: 20px;
}

.form-submit {
	display: inline-block;
	position: absolute;
	bottom: 59px;
	-moz-transform: translateY(-2px);
	right: 24px;
}

.logged-in .form-submit {
	bottom: 1.4px;
	-moz-transform: translateY(-2px);
}

.form-submit #submit {
	width: 38px;
	background: #1982c4;
	border: 1px solid #1982c4;
	height: 38px;
}

.form-submit #submit:hover {
	background: #615147;
}

.form-submit::before {
	content: '\f1d8';
	font-family: fontAwesome;
	position: absolute;
	inset: 3px 7px;
	font-size: 1.3rem;
	color: #ffca3a;
	pointer-events: none;
}

.comment-form-comment {
	margin: 0;
}

.comment-form-comment textarea {
	max-height: 48px;
	border-radius: 50px;
	-webkit-appearance: none;
	max-width: 100%;
	padding: 10px 50px 10px 22px;
	resize: none;
	scrollbar-width: none;
}

.comment-form-comment textarea::-webkit-scrollbar {
  width: 0px;        
}

.comment-form-author, .comment-form-email, .comment-form-cookies-consent {
	display: inline-block;
	margin: 10px 10px;
	max-width: 30%;
}




/* Media
--------------------------------------------- */
@media screen and (max-width: 1200px) {
	#slogan .container div::before {
	bottom: 117px;
	right: 0;
}
}

@media screen and (max-width: 1024px) {
	.visible-mobile {
		display: block;
		opacity:1;
	}
	
	.mobile-hidden {
		display: none !important;
	}
	
	.sub-menu.open {
		display: block;
		position: relative;
		animation: fadeInDown 0.5s;
	}
	
	.main-navigation ul ul li {
		width: auto;
		font-family: inherit;
		text-transform: none;
	}
	
	header.dark .logo-text, header.dark .main-navigation a {
		color: #1982c4;
	}
	
	.navbar.open .menu-item-has-children {
		overflow: hidden;
	}
	
	.main-navigation ul ul li:first-child::before {
		content: none;
	}
	
	.text-ukraine {
		font-size: 13rem;

	}
	
	.background-wrap::after {
		z-index: -1;
		right: 1px;
	}
	
	.war_block::before {
		background-size: cover;
}
	.war_item {
		width: 160px;
		padding: 5px;
		height: 137px;
	}
	
	.wrap-image a.open {
		top: 40%;
		width: 90%;
	}
	
	.video {
		max-width: none;
	}
	
	#wariors .flex.wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-column-gap: 100px;
		   -moz-column-gap: 100px;
				column-gap: 100px;
	}
	
	footer::before {
		height: 147px;
		background-position: top;
	}
	
	.side-data-pay {
		width: 100%;
	}
	
	.single-needs-warior #content {
		width: 100%;
		order: 2;
		margin-top: 40px;
	}
	
	#main.home .flex.wrap, 
	.archive.category .flex.wrap,
	.post-type-archive-needs-warior .flex.wrap {
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		gap: 40px;
	}

	.type-needs-warior {
		margin-top: 80px;
		width: 37%;
	}
	
	#menu-item-223 a {
		text-shadow: none;
		font-size: 1.6rem;
	}
	.container.comment {
		margin: 0 15px;
	}
	
	.comment-form-author input, .comment-form-email input {
		width: 205px;
	}	
}

@media screen and (max-width: 834px) {
	
	.warior-block {
	display: none;
	}

	.war_block {
		margin-top: -84px;
		margin-left: 0;
		padding-left: 30px;
	}

	.war_block p {
		margin-left: 0;
	}

	.war_item {
		width: 148px;
		padding: 5px;
		height: auto;
	}

	#video .flex {
		display: block;
	}

	.img-video {
		width: 50%;
		margin-right: -14px;
		height: 333px;
	}

	.img-video img {
		inset: -12px 0px;
		min-width: unset;
		transform: none;
	}

	.wrap-image {
		width: 100%;
	}

	.type-needs-warior {
		width: 69%;
	}

	.type-needs-warior .img {
		width: 140px;
		height: 140px;
		top: -68px;
		left: 50%;
		transform: translateX(-50%);
	}

	.type-needs-warior .wrap {
		padding: 170px 15px 15px;
	}

	.type-needs-warior .img span {
		font-size: 1.2rem;
	}

	.post.news {
		width: 42%;
		margin-bottom: -7px;
	}

	.single-needs-warior .wrapper.flex.wrap {
		border-radius: 0;
	}

	.type-needs-warior .close-need {
		color: #615147ed;
	}

	.side-data-pay {
		margin-top: 0;
	}

	.single-needs-warior #content .img {
		width: auto;
		height: auto;
		border-radius: 0;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.single-needs-warior #content img {
		border-radius: 0;
	}

	footer .recent-post {
		order: 4;
		max-width: unset;
		margin-top: 40px;
	}

	.single #content, #secondary {
		width: 100%;
	}

	.popup {
		top: 10%;
	}

	#registerform p {
		margin: 10px 0;
	}
	
	.popup #registerform {
		overflow: auto;
		max-height: 54vh;
		height: 357px;
	}
	
	.single figure img {
		max-width: 100%;
		height: auto;
	}
	
	.single-needs-warior .contentText {
		width: 100%;
	}
	
	.close-need {
		font-size: 12vw;
		color: #e0e0e0bd;
		left:50%;
		transform: rotate(-9deg) translateX(-50%);
		
	}
	
	.report.tab {
		display: block;
	}
	
	.night {
		right: 113px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

}

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

	.text-ukraine {
		font-size: 26vw;
		top: 5vw;
	}

	.text-number {
		margin-top: 10px;
	}

	.background-wrap {
		overflow: hidden;
		position: relative;
	}

	.background-wrap::after {
		right: -123px;
	}

	.popup video {
		max-width: 330px;
		height: auto;
	}
	
	header .logo {
		position: relative;
		top: 5px;
	}
	
	#wariors .container {
		overflow: hidden;
		position: relative;
	}
	
	.needs.btn {
		margin-bottom: 0;
	}
	
	section#news .tittleBlock {
		margin-top: 0;
	}
	
	.close, .wrap-image a.open::after {
		top: -47px;
		right: -8px;
	}

}

@media screen and (max-width: 760px) {
	.comment-form-author, .comment-form-email, .comment-form-cookies-consent {
		max-width: unset;
	}
	
	.form-submit {
		bottom: 104px;
	}
	
	.comment-form-cookies-consent {
		width: 100%;
	}
}

@media screen and (max-width: 526px) {
	
	.comment-form-author input, 
	.comment-form-email input, 
	.comment-form-author, 
	.comment-form-email {
		width: 97%;
	}
	
	.form-submit {
		bottom: 162px;
	}
}

@media screen and (max-width: 450px) {
	
	.text-ukraine {
		font-size: 24vw;
		top: 40px;
	}

	.war_item {
		width: 50%;
		text-align: center;
	}

	.war_block .war_img {
		justify-content: center;
	}

	.war_block .war_desc {
		max-width: unset;
	}

	#slogan .container div {
		padding: 30px;
	}

	.gerl-toy {
		display: none;
	}

	.wrap-image {
		width: 100%;
	}

	.type-needs-warior {
		width: 100%;
	}

	.post.news {
		width: 100%;
		margin-bottom: -7px;
	}
	
	.popup {
		top: 25%;
	}	

	
	.type-needs-warior .wrap {
		padding: 161px 15px 15px;
	}
	
	.text-number .title {
		font-size: 1.7rem;
		margin-bottom: 10px;
		line-height: 1.2;
	}
	
	.needs-warior .close-need {
	font-size: 4.2rem;
	}
	
	#registerform p {
		max-width: unset;
	}
	
	#registerform .clear {
		display: none;
	}
	
	.lost-password {
		position: static;
	}
	
	.night {
		right: 9px;
		top: 75px;
		visibility: hidden;
	}

	body.overlay .night {
		visibility: visible;
	}
	.comment-body .comment-meta {
		float: none;
		display: block;
		margin-left: 22px;
		margin-bottom: 10px;
	}
	.commentlist .children {
		padding-left: 0;
	}
}

@media screen and (max-width: 379px) {
	
	header .logo-text {
	display: none;
}

	.text-number .title {
		font-size: 1.6rem;

	}

	
}