/*!
Theme Name: Anaferon
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: anaferon
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
:root{
	--job-color: #3497F2;
	--relations-color: #FF59B3;
	--green-font-color: #99FF88;
	--health-color: #87FF73;
	--time-color: #FFB74C;
	--bright-color: #E3E800;
	--main-font-color: #494949;
	--root-font-size: 16px;
}

.second-fc{
	color: var(--relations-color);
}

.main-fc{
	color: var(--job-color);
}

.job-font{
	color: var(--job-color)!important;
}

.job-bg{
	background-color: var(--job-color)!important;
}

.relations-font{
	color: var(--relations-color) !important;
}

.relations-bg{
	background-color: var(--relations-color) !important;
}

.health-font{
	color: var(--health-color)!important;
}

.health-bg{
	background-color: var(--health-color)!important;
}

.time-font{
	color: var(--time-color) !important;
}

.time-bg{
	background-color: var(--time-color) !important;
}

.bright-font{
	color: var(--bright-color) !important;
}

.bright-bg{
	background-color: var(--bright-color) !important;
}

@-webkit-keyframes spining_lable {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes spining_lable {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	25% {
		-webkit-transform: translateY(-4%);
		transform: translateY(-4%);
	}

	75% {
		-webkit-transform: translateY(4%);
		transform: translateY(4%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes floating {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	25% {
		-webkit-transform: translateY(-4%);
		transform: translateY(-4%);
	}

	75% {
		-webkit-transform: translateY(4%);
		transform: translateY(4%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes heartbeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartbeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes border-show {
	0% {
		width: calc(0% + 3px);
		height: calc(0% - 3px);
	}

	50% {
		width: calc(0% + 3px);
		height: calc(100% - 3px);
	}

	100% {
		width: calc(100% + 3px);
		height: calc(100% - 3px);
	}
}

@keyframes border-marafon-head-show-left{
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}

@keyframes border-marafon-head-show-bottom{
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	/*scroll-behavior: smooth;*/
}

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

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

/**
 * 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.
 */
button,
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;
}

input[type=submit][disabled]:hover,
input[type=button][disabled]:hover{
	cursor: not-allowed;
}

/**
 * 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,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * 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
--------------------------------------------------------------*/

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	padding: 0;
}

body.home li{
	list-style: none;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
	font-family: 'Mont';
	src: url('/wp-content/themes/anaferon/assets/fonts//wp-content/themes/anaferon/assets/fonts/Mont-Black.eot');
	src: local('Mont Black'), local('Mont-Black'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Black.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Black.woff2') format('woff2'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Black.woff') format('woff'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Black.ttf') format('truetype');
	font-weight: 900;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Mont';
	src: url('/wp-content/themes/anaferon/assets/fonts/Mont-ThinItalic.eot');
	src: local('Mont Thin Italic'), local('Mont-ThinItalic'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-ThinItalic.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-ThinItalic.woff2') format('woff2'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-ThinItalic.woff') format('woff'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: 'Mont';
	src: url('/wp-content/themes/anaferon/assets/fonts/Mont-ExtraLight.eot');
	src: local('Mont ExtraLight'), local('Mont-ExtraLight'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-ExtraLight.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-ExtraLight.woff2') format('woff2'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-ExtraLight.woff') format('woff'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Mont';
	src: url('/wp-content/themes/anaferon/assets/fonts/Mont-Bold.eot');
	src: local('Mont Bold'), local('Mont-Bold'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Bold.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Bold.woff2') format('woff2'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Bold.woff') format('woff'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Bold.ttf') format('truetype');
	font-weight: bold;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Mont';
	src: url('/wp-content/themes/anaferon/assets/fonts/Mont-HeavyItalic.eot');
	src: local('Mont Heavy Italic'), local('Mont-HeavyItalic'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-HeavyItalic.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-HeavyItalic.woff2') format('woff2'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-HeavyItalic.woff') format('woff'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-HeavyItalic.ttf') format('truetype');
	font-weight: 800;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: 'Mont';
	src: url('/wp-content/themes/anaferon/assets/fonts/Mont-BlackItalic.eot');
	src: local('Mont Black Italic'), local('Mont-BlackItalic'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-BlackItalic.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-BlackItalic.woff2') format('woff2'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-BlackItalic.woff') format('woff'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: 'Mont';
	src: url('/wp-content/themes/anaferon/assets/fonts/Mont-ExtraLightItalic.eot');
	src: local('Mont ExtraLight Italic'), local('Mont-ExtraLightItalic'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-ExtraLightItalic.woff2') format('woff2'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-ExtraLightItalic.woff') format('woff'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-ExtraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: 'Mont';
	src: url('/wp-content/themes/anaferon/assets/fonts/Mont-Heavy.eot');
	src: local('Mont Heavy'), local('Mont-Heavy'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Heavy.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Heavy.woff2') format('woff2'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Heavy.woff') format('woff'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Heavy.ttf') format('truetype');
	font-weight: 800;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Mont';
	src: url('/wp-content/themes/anaferon/assets/fonts/Mont-SemiBold.eot');
	src: local('Mont SemiBold'), local('Mont-SemiBold'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-SemiBold.woff2') format('woff2'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-SemiBold.woff') format('woff'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-SemiBold.ttf') format('truetype');
	font-weight: 500;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Mont';
	src: url('/wp-content/themes/anaferon/assets/fonts/Mont-RegularItalic.eot');
	src: local('Mont Regular Italic'), local('Mont-RegularItalic'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-RegularItalic.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-RegularItalic.woff2') format('woff2'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-RegularItalic.woff') format('woff'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-RegularItalic.ttf') format('truetype');
	font-weight: normal;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: 'Mont';
	src: url('/wp-content/themes/anaferon/assets/fonts/Mont-BoldItalic.eot');
	src: local('Mont Bold Italic'), local('Mont-BoldItalic'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-BoldItalic.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-BoldItalic.woff2') format('woff2'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-BoldItalic.woff') format('woff'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: 'Mont';
	src: url('/wp-content/themes/anaferon/assets/fonts/Mont-SemiBoldItalic.eot');
	src: local('Mont SemiBold Italic'), local('Mont-SemiBoldItalic'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-SemiBoldItalic.woff2') format('woff2'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-SemiBoldItalic.woff') format('woff'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-SemiBoldItalic.ttf') format('truetype');
	font-weight: 500;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: 'Mont';
	src: url('/wp-content/themes/anaferon/assets/fonts/Mont-LightItalic.eot');
	src: local('Mont Light Italic'), local('Mont-LightItalic'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-LightItalic.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-LightItalic.woff2') format('woff2'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-LightItalic.woff') format('woff'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: 'Mont';
	src: url('/wp-content/themes/anaferon/assets/fonts/Mont-Thin.eot');
	src: local('Mont Thin'), local('Mont-Thin'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Thin.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Thin.woff2') format('woff2'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Thin.woff') format('woff'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Thin.ttf') format('truetype');
	font-weight: 100;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Mont';
	src: url('/wp-content/themes/anaferon/assets/fonts/Mont-Regular.eot');
	src: local('Mont Regular'), local('Mont-Regular'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Regular.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Regular.woff2') format('woff2'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Regular.woff') format('woff'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Regular.ttf') format('truetype');
	font-weight: normal;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Mont';
	src: url('/wp-content/themes/anaferon/assets/fonts/Mont-Light.eot');
	src: local('Mont Light'), local('Mont-Light'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Light.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Light.woff2') format('woff2'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Light.woff') format('woff'),
	url('/wp-content/themes/anaferon/assets/fonts/Mont-Light.ttf') format('truetype');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	overflow-x: hidden;
	font-family: 'Mont', sans-serif;
	font-size: var(--root-font-size);
	color: var(--main-font-color);
}

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;
}

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

/* Links
--------------------------------------------- */
a{
	color: var(--main-font-color);
}

a:visited{
	color: initial;
}

a:focus,
a:hover,
a:active {
	outline: 0;
	color: var(--main-font-color);
}

/* Forms
--------------------------------------------- */
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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: .375rem .75rem;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 993px) {

	.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%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

.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;
}

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

.bypostauthor {
	display: block;
}

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

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* 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;
}

/* --------------------------------------------- */
/* Modules  									 */
/* --------------------------------------------- */

.blue-btn{
	display: inline-block;
	color: #ffffff!important;
	background-color: var(--job-color);
	font-weight: 500;
	font-size: 48px;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 20px;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.blue-btn:hover{
	color: #ffffff;
	text-decoration: none;
}

.blue-btn:active{
	-webkit-transform: translate(4px, 4px);
	-ms-transform: translate(4px, 4px);
	transform: translate(4px, 4px);
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Media Modules  								 */
/* --------------------------------------------- */

@media screen and (max-width: 1440px){
	.blue-btn{
		font-size: 36px;
	}
}

@media screen and (max-width: 1200px) {
	.blue-btn{
		font-size: 28px;
	}
}

@media screen and (max-width: 991px){
	.blue-btn{
		font-size: 22px;
	}
}

@media screen and (max-width: 767px){
	.blue-btn{
		font-size: 16px;
	}
}

@media screen and (max-width: 440px){
	.blue-btn{
		padding: 5px 10px;
	}
}

/* --------------------------------------------- */
/* Main styles 											 */
/* --------------------------------------------- */


.site{
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.content {
	margin-top: 68px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.admin-bar .content{
	margin-top: 36px;
}

footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.fancybox-slide--iframe .fancybox-content{
	min-height: 80vh;
}

#masthead{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-filter: drop-shadow(0px 3px 11px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0px 3px 11px rgba(0, 0, 0, 0.15));
	background-color: var(--job-color);
}

#site-navigation{
	height: 68px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#site-navigation ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#site-navigation li:not(:last-of-type){
	margin-right: 3.2vw;
}

#site-navigation a{
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	position: relative;
}

#primary-menu a::after{
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: auto;
	background: #FFFFFF;
	height: 6px;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

#primary-menu a:hover::after{
	opacity: 1;
}

.login-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 20px;
	user-select: none;
}

.login-wrapper a,
.login-wrapper .user-menu-btn{
	margin: auto 0;
}

.user-menu-btn{
	color: #ffffff;
	text-transform: uppercase;
}

.login-wrapper:hover::after{
	content: '';
	display: block;
	position: absolute;
	height: 27px;
	width: 100%;
	left: 0;
	bottom: -27px;
}

.user_avatar,
#site-navigation .avatar{
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	margin-left: 1.5rem;
	min-height: 47px;
	min-width: 47px;
	max-height: 47px;
	object-fit: cover;
}

.login-wrapper .user-menu{
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	top: 54px;
	background: -webkit-gradient(linear, left bottom, left top, from(var(--job-color)), to(var(--job-color))), #C4C4C4;
	background: -o-linear-gradient(bottom, var(--job-color), var(--job-color)), #C4C4C4;
	background: linear-gradient(0deg, var(--job-color), var(--job-color)), #C4C4C4;
	padding-left: 20px;
	z-index: -1;
	opacity: 0;
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.login-wrapper:hover .user-menu{
	opacity: 1;
	top: 58px;
	min-height: 42px;
	height: auto;
	flex-direction: column;
	padding-left: 0;
}

.login-wrapper:hover .user-menu .user-link{
	width: 100%;
	padding: 20px;
}

.login-wrapper:hover .user-menu .user-link:not(:last-of-type){
	border-bottom: 1px solid #2d83d2;
}

#passwordModal .form-group{
	position: relative;
}

#passwordModal .wp-hide-pw{
	position: absolute;
	right: 10px;
	top: 40px;
}

#passwordModal .wp-hide-pw:hover{
	cursor: pointer;
}

#passwordModal .validate-message{
	color: #e56314;
	font-size: 0.8em;
	margin-right: 1em;
	float: right;
}

#passwordModal label{
	width: 100%;
}

#passwordModal .success-text,
#avatarModal .success-text{
	padding: 15px;
	border: 2px solid #72a869;
	width: 100%;
}

#passwordModal .success-text.invalid,
#avatarModal .success-text.invalid{
	border: 2px solid #e56314;
}

#passwordModal .success-text:empty,
#avatarModal .success-text:empty{
	display: none;
}

#passwordModal .pass-hint{
	font-size: 0.8em;
	margin-top: 0.75em;
}

.login-wrapper:hover .user-menu::before{
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	left: 0;
	top: -1px;
	background-color: #2d83d2;
}

.user-menu a{
	display: block;
	overflow: hidden;
	height: inherit;
}

.login-wrapper:hover .user-menu a{
	height: auto;
}

#registerForm label span{
	font-size: 0.7em;
	position: absolute;
	right: 15px;
	top: 20px;
}

@media screen and (max-width: 440px){
	#registerForm label span{
		font-size: 0.6em;
	}


	.login-wrapper:hover .user-menu{
		opacity: 1;
		top: 54px;
		min-height: 42px;
		height: auto;
		flex-direction: column;
		padding-left: 0;
	}
}

/* Hero
--------------------------------------------- */

#hero{
	padding: 7vw 0 36px 0;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: var(--job-color);
}

#hero::after{
	position: absolute;
	content: '';
	display: block;
	width: 60vw;
	height: 60vw;
	left: -3.4vw;
	top: -18.6vw;
}

.hero-wrapper{
	width: 100%;
	padding-bottom: 11vw;
}

.hero-text-wrapper{
	z-index: 1;
}

.hero-upper-text,
.hero-description{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: 1px;
}

.hero-upper-text{
	display: inline-flex;
	align-items: flex-end;
	margin-bottom: 0;
	line-height: 1;
	padding-bottom: 1rem;
}

.hero-upper-text-icon{
	margin-left: 1rem;
}

.hero-description-span{
	white-space: nowrap;
	display: block;
}

.hero-main-text{
	font-style: normal;
	font-weight: 800;
	font-size: 8.75vw;
	line-height: 99.5%;
}

#page[data-lang=kz] .hero-main-text,
#page[data-lang=uz] .hero-main-text{
	font-size: 6.5vw;
}

.hero-main-text span{
	color: var(--health-color);
}

.hero-grid-section{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-left: 2.5rem;
}

.hero-grid-section .grid-items{
	position: relative;
	border: 3px solid transparent;
	list-style: none;
	max-width: 450px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 3rem;
}

.hero-grid-section .grid-items::after{
	content: '';
	display: block;
	position: absolute;
	width: calc(0% + 3px);
	height: calc(0% - 3px);
	top: 2px;
	left: -3px;
	background: #ffffff;
}

.hero-grid-section.animate .grid-items::after{
	animation: 3s linear border-show;
}

.hero-grid-section.animated .grid-items::after{
	width: calc(100% + 3px);
	height: calc(100% - 3px);
}

.hero-grid-section .grid-items::before{
	content: '';
	width: 50px;
	height: 41px;
	display: block;
	position: absolute;
	background: no-repeat center / contain url(/wp-content/themes/anaferon/assets/images/grid_flover.svg);
	top: -50px;
	left: -26px;
}

.hero-grid-section .grid-items p{
	height: calc(100% - 4px);
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 134%;
	text-transform: initial;
	margin-bottom: 0.25rem;
	padding: 10px;
	background: var(--job-color);
	position: relative;
	z-index: 1;
}

.circe-wrapper{
	--circle-width: 480px;
	--circle-textbox-size: calc(var(--circle-width) * 0.75);
	width: var(--circle-width);
	max-width: var(--circle-width);
	min-width: var(--circle-width);
	height: 519px;
	position: relative;
}

#page[data-lang=uz] .circe-wrapper,
#page[data-lang=kz] .circe-wrapper{
	--circle-textbox-size: calc(var(--circle-width) * 0.62);
}

#hero .circe-wrapper{
	--circle-textbox-size: calc(var(--circle-width) * 0.7);
}

#page[data-lang=uz] #hero .circe-wrapper,
#page[data-lang=kz] #hero .circe-wrapper{
	--circle-textbox-size: calc(var(--circle-width) * 0.6);
}

.circle{
	width: var(--circle-width);
	min-width: var(--circle-width);
	height: 519px;
	position: absolute;
	top: 0;
	right: 1px;
	-webkit-animation: 60s linear infinite spining_lable;
	animation: 60s linear infinite spining_lable;
}

.circle_link{
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
}

.circle_link:hover{
	text-decoration: none;
}

.circle-text-box{
	width: var(--circle-textbox-size);
	height: var(--circle-textbox-size);
	border-radius: 50%;
	background: var(--relations-color);
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	transition: 0.4s all;
}

.circle-text-box:hover{
	text-decoration: none;
	outline: none;
}

#hero .circle-text-box:hover{
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.circle-text-box:focus,
.circle-text-box:active{
	outline: none;
}

.circle-text{
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 0;
}

#page[data-lang=uz] .circle-text,
#page[data-lang=kz] .circle-text{
	font-size: 28px;
}

#page[data-lang=uz] #test .circle-text,
#page[data-lang=kz] #test .circle-text{
	font-size: 24px;
}

/* ДетЯм забота - Маме баланс (смотри не перепутай)
--------------------------------------------- */

#mom-balance{
	padding-top: 50px;
}

.mom-balance-grid-section{
	margin: 0;
	padding: 0;
}

.section-title{
	font-style: normal;
	font-weight: 700;
	font-size: 3.3vw;
	padding-bottom: 60px;
	line-height: 1.25;
	text-transform: uppercase;
}

.mom-balance-grid-items{
	list-style: none;
}

.mom-balance-grid-items:not(:last-child){
	padding-right: 2rem;
	padding-bottom: 4rem;
}

svg.grid-items-icon{
	max-width: 125px;
	min-width: 125px;
	min-height: 160px;
}

svg.grid-items-icon.gift-icon{
	max-width: initial;
}

.grid-items-icon{
	margin-right: 1.5rem;
	max-height: 70%;
}

.mom-grid-text{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
}

.mom-balance-gift .mom-grid-text {
	font-weight: 600;
	font-size: 3.3vw;
	line-height: 1;
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}

.mom-balance-gift{
	position: relative;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mom-balance-gift .grid-items-icon{
	position: absolute;
	top: -50%;
	right: 0;
	max-height: none;
	z-index: 1;
}

.gift-text-wrapper{
	position: relative;
}

.gift-text-wrapper::before{
	content: '';
	display: block;
	position: absolute;
	background: #ffffff;
	width: calc(50% + 3px);
	height: calc(50% + 3px);
	bottom: -3px;
	left: -3px;
}

.gift-text-wrapper::after{
	content: '';
	display: block;
	position: absolute;
	background: #ffffff;
	width: calc(50% + 3px);
	height: calc(50% + 3px);
	top: -3px;
	right: -3px;
}

.gift-text-wrapper:hover + a .grid-items-icon.animated,
.gift-text-wrapper + a:hover .grid-items-icon.animated{
	-webkit-animation: 1s linear infinite floating;
	animation: 1s linear infinite floating;
}

.mom-grid-gift-uppertext{
	color: deeppink;
	max-width: 56%;
	font-size: 20px;
	margin-bottom: 1.3em;
	z-index: 1;
	position: relative;
}

.mom-balance-gift .mom-grid-text{
	max-width: initial;
	padding: 2rem;
	position: relative;
	z-index: 1;
}

.mom-balance-gift .border-animation{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.mom-balance-gift .gift-text-border-top{
	top: 0;
	left: 0;
}

.mom-balance-gift .gift-text-border-top::before,
.mom-balance-gift .gift-text-border-top::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--relations-color);
	transition: 3s all;
}

.mom-balance-gift .gift-text-border-top::before{
	height: 0;
	width: 3px;
}

.mom-balance-gift .gift-text-border-top.animated::before{
	height: 50%;
}

.mom-balance-gift .gift-text-border-top::after{
	height: 3px;
	width: 0;
}

.mom-balance-gift .gift-text-border-top.animated::after{
	width: 50%;
}

.mom-balance-gift .gift-text-border-bottom{
	bottom: 0;
	right: 0;
}

.mom-balance-gift .gift-text-border-bottom::before,
.mom-balance-gift .gift-text-border-bottom::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: var(--relations-color);
	transition: 3s all;
}

.mom-balance-gift .gift-text-border-bottom::before{
	width: 0;
	height: 3px;
}

.mom-balance-gift .gift-text-border-bottom.animated::before{
	width: 50%;
}

.mom-balance-gift .gift-text-border-bottom::after{
	width: 3px;
	height: 0;
}

.mom-balance-gift .gift-text-border-bottom.animated::after{
	height: 50%;
}

.mom-balance-gift .mom-grid-text p{
	margin-bottom: 0;
}

.mom-grid-text span{
	text-transform: uppercase;
}

.mom-balance-gift .mom-grid-text a{
	color: var(--relations-color);
}

.mom-balance-gift .mom-grid-text a:hover{
	text-decoration: none;
}

.mom-balance-gift .mom-grid-text a span{
	transition: 0.6s all;
	display: inline-block;
}

.mom-balance-gift:hover .mom-grid-text a span{
	transform: translateX(0.35em);
}

/* 3 шага
--------------------------------------------- */
#steps p{
	margin: 0;
}

#steps .step-title{
	padding-bottom: 30px;
	text-transform: capitalize;
}

.step-list-wrapper{
	background: linear-gradient(90deg, rgba(255, 89, 179, 0.18) 0%, rgba(255, 89, 179, 0.18) 34%, rgba(255, 89, 179, 0.28) 34%, rgba(255, 89, 179, 0.28) 62%, rgba(255, 89, 179, 0.4) 62%, rgba(255, 89, 179, 0.4) 100%);
}

.steps-list{
	margin: 0 auto;
}

.step{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 60px 0 30px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.step:nth-child(2){
	padding-left: 2vw;
}

#steps .step-number{
	font-style: normal;
	font-weight: 700;
	font-size: 174px;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--relations-color);
	margin-right: 1.5rem;
	transition: 0.4s all;
}

.step:hover .step-number{
	transform: scale(1.2);
}

.step-link{
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 31px;
	text-transform: uppercase;
}

.step-link .step-arrow{
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}

.step-link:hover{
	text-decoration: none;
}

.step-link:hover .step-arrow{
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

/* Test
--------------------------------------------- */

#test{
	margin-top: 40px;
	background: rgba(135, 255, 115, 0.6);
	padding: 70px 15px 50px 15px;
}

.test_title{
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 61px;
	text-transform: uppercase;
	margin-bottom: 70px;
}

.test-wrapper{
	text-align: center;
	overflow: hidden;
}

.test-wrapper .steps-wrapper{
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}

.test-step {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 15px;
	min-width: 100%;
	position: relative;
}

.test-step .test-number{
	position: absolute;
	top: 0;
	left: 15px;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 61px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.test-step .btn-wrapper{
	margin-bottom: 40px;
}

.test-step .test-number .test-current-num{
	font-weight: 700;
}

.test-step .test-step-title{
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 61px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 3rem;
}

.test-step .question{
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 61px;
	letter-spacing: 0.04em;
	margin-bottom: 2rem;
}

.test-step .answers-wrapper{
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	margin-bottom: 65px;
	margin-top: 80px;
}

.test-step .answer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.test-step .answer label{
	margin-top: 1.5rem;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 1px;
	position: relative;
	transition: 0.4s all;
}

.test-step .answer label:hover,
.test-step .answer label:hover::after,
.test-step .answer label:hover::before{
	cursor: pointer;
}

.test-step .answer label::before{
	content: '';
	display: block;
	position: absolute;
	width: 42px;
	height: 42px;
	top: -66px;
	left: calc( 50% - 21px );
	background: #FFFFFF;
	border-radius: 50%;
	box-shadow: inset 2px 4px 4px rgba(0, 0, 0, 0.25);
}

.test-step .answer label::after{
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: -48px;
	left: calc( 50% - 5px );
	background: var(--main-font-color);
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}

.test-step .question-variant{
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.test-step .question-variant:checked + label{
	font-weight: 700;
}

.test-step .question-variant:checked + label::after{
	opacity: 1;
}

.test-step .test-btn{
	background: #FFFFFF;
	padding: 20px 90px;
	border: none;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}

.test-step .test-btn:hover{
	cursor: pointer;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.test-step .test-btn:active{
	outline: transparent;
	transform: translate(4px, 4px);
	box-shadow: none;
}

.test-step .test-btn:focus{
	outline: transparent;
}

.test-step .test-prev-btn{
	margin-right: 4rem;
}

.test-step .bg-text-wrapper{
	position: relative;
	right: 15px;
	padding: 0 15px 0 20%;
	text-align: right;
	-webkit-transform: rotate(-6.5deg);
	-ms-transform: rotate(-6.5deg);
	transform: rotate(-6.5deg);
	z-index: -1;
}

.test-step .bg-text-title{
	font-style: italic;
	font-weight: 800;
	font-size: 72px;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #62F571;
}

.test-step .bg-text{
	font-style: italic;
	font-weight: 800;
	font-size: 36px;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #62F571;
}

.test-step .step-done-text{
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.25;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.stars-wrapper{
	position: relative;
}

.stars{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.stars > div{
	background: center / contain no-repeat url(/wp-content/themes/anaferon/assets/images/star.svg);
	position: absolute;
}

.star1{
	width: 35px;
	height: 35px;
	bottom: 15%;
	left: 1%;
	animation: 18s linear infinite spining_lable;
}

.star2{
	width: 27px;
	height: 27px;
	top: 41%;
	left: 9%;
	animation: 14s linear infinite spining_lable;
}

.star3{
	width: 33px;
	height: 33px;
	top: 34%;
	left: 15%;
	animation: 16s linear infinite spining_lable;
}

.star4{
	width: 60px;
	height: 60px;
	top: 36%;
	left: 26%;
	transform: rotate(22deg);
	animation: 30s linear infinite spining_lable;
}

.star5{
	width: 44px;
	height: 44px;
	bottom: 37%;
	left: 19%;
	animation: 22s linear infinite spining_lable;
}

.star6{
	width: 33px;
	height: 33px;
	bottom: 16%;
	left: 17%;
	animation: 16s linear infinite spining_lable;
}

.star7{
	width: 53px;
	height: 53px;
	bottom: 19%;
	left: 26%;
	transform: rotate(22deg);
	animation: 27s linear infinite spining_lable;
}

.star8{
	width: 95px;
	height: 95px;
	right: 22%;
	top: 41%;
	transform: rotate(22deg);
	animation: 58s linear infinite spining_lable;
}

.star9{
	width: 44px;
	height: 44px;
	right: 25%;
	top: 27%;
	animation: 22s linear infinite spining_lable;
}

.star10{
	width: 37px;
	height: 37px;
	right: 19%;
	top: 20%;
	animation: 19s linear infinite spining_lable;
}

.star11{
	width: 20px;
	height: 20px;
	top: 14%;
	right: 10%;
	animation: 10s linear infinite spining_lable;
}

.star12{
	width: 20px;
	height: 20px;
	top: 25%;
	right: 0;
	animation: 10s linear infinite spining_lable;
}

.star13{
	width: 34px;
	height: 34px;
	right: 5%;
	top: 33%;
	animation: 17s linear infinite spining_lable;
}

.star14{
	width: 46px;
	height: 46px;
	right: 14%;
	top: 40%;
	animation: 23s linear infinite spining_lable;
}

.star15{
	width: 65px;
	height: 65px;
	right: 16%;
	bottom: 24%;
	animation: 33s linear infinite spining_lable;
}

#test .circe-wrapper{
	margin: 0 auto;
}

#test .circle{
	right: 1px;
	-webkit-animation: 60s linear infinite spining_lable;
	animation: 60s linear infinite spining_lable;
}

#test .circle-text{
	color: #fff;
}

#test .circle-text-box{
	width: calc(var(--circle-textbox-size) - 12px);
	height: calc(var(--circle-textbox-size) - 12px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--relations-color);
	z-index: 1;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

#test .circle-text-box:hover{
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

/* Вебинары
--------------------------------------------- */

#webinars{
	padding-top: 50px;
}

#webinars p{
	margin: 0;
}

#webinars .webinars-title{
	padding-bottom: 20px;
	color: var(--job-color);
}

.webinars-wrapper{
	background: linear-gradient(90deg, rgba(52, 151, 242, 0.15) 0%, rgba(52, 151, 242, 0.15) 37%, rgba(52, 151, 242, 0.25) 37%, rgba(52, 151, 242, 0.25) 62%, rgba(52, 151, 242, 0.35) 62%, rgba(52, 151, 242, 0.35) 100%);
}

.webinars-list{
	margin: 0 auto;
	padding: 0;
}

.webinar{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 50px 60px 40px 80px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.webinar-textbox-wrapper{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.webinar_link:hover{
	text-decoration: none;
}

.webinar-time{
	font-weight: 700;
}

.webinar-day{
	font-style: normal;
	font-weight: 400;
	font-size: 44px;
	line-height: 56px;
}

.webinar-duration{
	text-transform: none;
	color: var(--job-color)!important;
	font-weight: bold;
}

.slick-arrow{
	z-index: 1;
}

.slick-next{
	right: 2%;
}

.slick-prev{
	left: 2%;
}

.slick-next::before{
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: center no-repeat url(/wp-content/themes/anaferon/assets/images/next.svg);
}

.slick-prev::before{
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: center no-repeat url(/wp-content/themes/anaferon/assets/images/prev.svg);
}

/* Experts
--------------------------------------------- */

#experts{
	padding-top: 50px;
}

.experts-title{
	padding-bottom: 1.5rem;
	color: var(--job-color);
}

.experts-wrapper{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #ffffff), color-stop(40%, rgba(52, 151, 242, 0.35)));
	background: -o-linear-gradient(top, #ffffff 40%, rgba(52, 151, 242, 0.35) 40%);
	background: linear-gradient(180deg, #ffffff 40%, rgba(52, 151, 242, 0.35) 40%);
	padding-bottom: 40px;
}

.experts-list{
	margin-bottom: 0;
	padding-bottom: 0;
}

.experts-list p{
	margin-bottom: 0;
}

.expert{
	list-style: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.expert:not(:last-of-type){
	margin-right: 1rem;
}

.expert:hover{
	cursor: pointer;
}

.expert a:focus,
.expert a:active{
	-webkit-filter: none;
	filter: none;
}

.expert a:hover{
	text-decoration: none;
	-webkit-filter: none;
	filter: none;
	color: var(--main-font-color);
}

.expert-photo{
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
	height: 18vw;
	object-fit: cover;
	min-width: 100%;
}

.expert:not(.active):not(:hover) .expert-photo{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.expert-text{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: var(--main-font-color);
}

.expert-text .expert-name{
	font-weight: 700;
}

.persons-wrapper{
	margin-bottom: 40px;
	padding-top: 40px;
}

.person{
	display: none;
}

.person.active{
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}

.person-icon-wrapper{
	min-width: 135px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.person-textbox{
	padding-left: 1rem;;
	padding-right: 4rem;
}

.person-name,
.person-specialty{
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.25;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.person-name{
	color: var(--job-color);
}

.person-specialty{
	font-weight: 600;
}

.person-description{
	margin-top: 1rem;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
}

.person-description a{
	color: var(--job-color)!important;
	font-weight: bold;
}

.person-phote-wrapper{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

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

#colophon{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 40px;
	background: var(--job-color);
}

.social-register{
	text-align: center;
	padding-bottom: 7.5vw;
}

.social-register-title{
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.25;
	text-transform: uppercase;
	color: #ffffff;
}

.social-list{
	margin: 0;
	padding: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-list li {
	list-style: none;
}

.social-list li:not(:last-child){
	margin-right: 3.5rem;
}

.social-list li img:hover{
	cursor: pointer;
}

.anaferon-brand{
	text-align: center;
}

.anaferon-brand p{
	padding-top: 50px;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 1px;
	color: #FFFFFF;
}

._20years{
	text-align: center;
}

._20years p{
	font-style: italic;
	font-weight: 800;
	font-size: 3.8vw;
	margin-bottom: 40px;
	margin-top: 50px;
	line-height: 1.28;
	letter-spacing: 0.04em;
	color: #FFFFFF;
}

.disclaimer{
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 1.25;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.disclaimer p{
	margin-bottom: 0;
}

.footer-policy-links{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}

.footer-policy-links a{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	color: #FFFFFF;
	text-decoration: underline;
	max-width: 900px;
}

.footer-policy-links a:hover{
	text-decoration: none;
}

@media screen and (max-width: 768px){
	.footer-policy-links a{
		font-size: 14px;
	}
}

#loginModal .modal-footer,
#registerModal .modal-footer{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#loginModal .modal-footer .the_champ_social_login_title{
	margin: auto 0;
}

#registerModal .modal-footer .the_champ_outer_login_container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

#registerModal .modal-footer .the_champ_outer_login_container .the_champ_social_login_title{
	margin: auto 0;
}

.reg-form-description{
	margin-top: 0.5rem;
	margin-bottom: 0;
}

.login-from-reg-link:hover,
.reg-from-login-link:hover,
.reg-link:hover{
	text-decoration: none;
}

#registerForm .form-group:last-of-type,
#loginform .form-group:last-of-type{
	margin-bottom: 0;
}

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

@media (min-width: 1200px){
	.container {
		max-width: 1430px;
	}

	/*.container {*/
	/*	max-width: 1690px;*/
	/*}*/
}

@media screen and (max-width: 992px){
	.content{
		margin-top: 60px;
	}
}

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

@media screen and (max-width: 1440px){
	#site-navigation a{
		font-size: 16px;
		display: block;
	}

	.main-navigation li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.login-wrapper{
		padding-right: 1vw;
	}
}

@media screen and (max-width: 1200px){
	#site-navigation li:not(:last-of-type){
		margin-right: 1vw;
	}
}

@media screen and (max-width: 992px){
	#site-navigation{
		height: 60px;
	}

	.menu-toggle{
		font-size: 0;
		width: 36px;
		min-width: 36px;
		height: 4px;
		border: none;
		background: #ffffff;
		border-radius: 0;
		position: relative;
		-webkit-transition: 0.4s all;
		-o-transition: 0.4s all;
		transition: 0.4s all;
	}

	html.mm-wrapper_opening .menu-toggle{
		background-color: transparent;
	}

	.menu-toggle:focus,
	.menu-toggle:active,
	.menu-toggle:hover{
		outline: none;
		border: none;
	}

	.menu-toggle::before,
	.menu-toggle::after{
		content: '';
		display: block;
		top: 12px;
		left: 0;
		width: 36px;
		height: 4px;
		border-color: transparent;
		background: #ffffff;
		position: absolute;
		-webkit-transition: 0.4s all;
		-o-transition: 0.4s all;
		transition: 0.4s all;
	}

	html.mm-wrapper_opening .menu-toggle::before{
		-webkit-transform: rotate(-45deg)  translate(7px, -7px);
		-ms-transform: rotate(-45deg)  translate(7px, -7px);
		transform: rotate(-45deg)  translate(7px, -7px);
	}

	html.mm-wrapper_opening .menu-toggle::after{
		-webkit-transform: rotate(45deg) translate(10px, 10px);
		-ms-transform: rotate(45deg) translate(10px, 10px);
		transform: rotate(45deg) translate(10px, 10px);
	}

	.menu-toggle::after{
		top: -12px;
	}

	#site-navigation #primary-menu{
		display: none;
	}

	.mm-navbar__title{
		color: transparent!important;
	}
}

/* Hero
--------------------------------------------- */

@media screen and (min-width: 440px){
	#hero::after{
		background: no-repeat url(/wp-content/themes/anaferon/assets/images/smiling-woman-raising2.png);
		background-size: cover;
		mix-blend-mode: overlay;
	}
}

@media screen and (max-width: 1440px){
	.hero-wrapper{
		padding-bottom: 4vw;
	}

	.hero-upper-text,
	.hero-description{
		font-size: 20px;
	}

	#hero .circe-wrapper{
		--circle-width: 390px;
		margin-top: -70px;
	}

	.hero-grid-section .grid-items{
		margin-right: 4rem;
	}

	.hero-grid-section .grid-items p{
		font-size: 18px;
	}

	#hero::after{
		left: -6.4vw;
	}

	#page[data-lang=kz] #hero .circle-text,
	#page[data-lang=uz] #hero .circle-text{
		font-size: 24px;
	}
}

@media (max-width: 1200px){
	.hero-upper-text,
	.hero-description{
		font-size: 18px;
	}

	.hero-wrapper{
		padding-bottom: 11vw;
	}

	#hero .circe-wrapper,
	#hero .circle{
		height: 400px;
	}

	.circle-text{
		font-size: 28px;
	}

	#page[data-lang=kz] #hero .circle-text,
	#page[data-lang=uz] #hero .circle-text{
		font-size: 20px;
	}

	#hero .circe-wrapper{
		--circle-width: 330px;
	}

	#hero::after{
		left: -3.4vw;
	}
}

@media screen and (max-width: 992px){
	.hero-upper-text-icon{
		width: 36px;
	}

	.hero-upper-text,
	.hero-description{
		font-size: 16px;
	}

	#hero .circe-wrapper,
	#hero .circle{
		height: 300px;
	}

	#hero .circe-wrapper{
		margin-top: -20px;
		--circle-width: 240px;
	}

	#hero .circle-text{
		font-size: 24px;
		line-height: 1.2;
	}

	#page[data-lang=kz] #hero .circle-text,
	#page[data-lang=uz] #hero .circle-text{
		font-size: 14px;
	}

	.hero-grid-section .grid-items{
		margin-right: 1rem;
	}
}

@media screen and (max-width: 768px){
	#hero .circle-text{
		font-size: 18px;
	}

	#page[data-lang=kz] #hero .circle-text,
	#page[data-lang=uz] #hero .circle-text{
		font-size: 10px;
	}

	#page[data-lang=uz] #test .circle-text,
	#page[data-lang=kz] #test .circle-text{
		font-size: 20px;
	}

	#hero::after{
		left: -5%;
		width: 70vw;
		height: 70vw;
	}

	.hero-wrapper{
		padding-bottom: 0;
	}

	#hero{
		padding-top: 40px;
		padding-bottom: 30px;
	}

	#hero .circe-wrapper,
	#hero .circle{
		height: 240px;
	}

	#hero .circe-wrapper {
		--circle-width: 180px;
	}

	.hero-main-text{
		font-size: 10vw;
	}

	.hero-grid-section{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.hero-grid-section .grid-items {
		margin-right: 0;
		margin-top: 5rem;
		min-height: auto;
	}
}

@media screen and (max-width: 576px){
	#page[data-lang=uz] #test .circle-text,
	#page[data-lang=kz] #test .circle-text{
		font-size: 16px;
	}

	#hero::after{
		left: -7%;
		top: -12%;
		width: 400px;
		height: 400px;
	}

	.hero-wrapper{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#hero .circe-wrapper{
		margin: 40px auto -40px;
	}

	#hero .circe-wrapper,
	#hero .circle {
		height: 180px;
	}

	.hero-grid-section .grid-items::before{
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		width: 50px;
		height: 50px;
		top: -48px;
		left: -25px;
	}

}

@media screen and (max-width: 439px){
	#hero::after{
		background: no-repeat url(/wp-content/themes/anaferon/assets/images/smiling-woman-raising_400.png);
		background-size: cover;
		mix-blend-mode: overlay;
	}
}

/* Забота детям
--------------------------------------------- */

@media screen and (max-width: 1440px){
	.grid-items-icon{
		width: 100px;
	}

	.mom-grid-text{
		font-size: 16px;
	}

	.mom-balance-gift .grid-items-icon{
		width: 150px;
		top: -70%;
	}

	.mom-grid-gift-uppertext{
		font-size: 16px;
		line-height: 1.25;
	}

	.mom-balance-gift .mom-grid-text{
		margin-right: 3rem;
	}

	.mom-balance-gift{
		align-self: initial;
	}

	.gift-text-wrapper{
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 1350px){
	.mom-balance-gift .grid-items-icon{
		top: -60%;
	}
}

@media screen and (max-width: 1200px){
	.mom-balance-gift .mom-grid-text{
		margin-right: 1rem;
	}

	#mom-balance{
		padding-top: 60px;
	}

	#mom-balance .section-title{
		padding-bottom: 20px;
	}

	.mom-balance-grid-items{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.grid-items-icon{
		min-height: 100px;
	}

	.mom-balance-gift .grid-items-icon{
		top: -12%;
		right: -10%;
	}
}

@media screen and (max-width: 992px){
	.mom-balance-grid-items:not(:last-child){
		padding-right: 1rem;
		padding-bottom: 0;
	}

	.mom-grid-text{
		font-size: 16px;
	}

	.mom-balance-grid-items > a{
		order: -1;
	}

	.mom-balance-gift .mom-grid-text{
		padding: 1rem;
		margin-right: 0;
	}

	.mom-balance-gift .grid-items-icon{
		position: relative;
		margin-top: -100px;
		margin-bottom: -20px;
		top: 0;
		right: 0;
	}

	.mom-grid-gift-uppertext{
		max-width: 100%;
	}

}

@media screen and (max-width: 768px){
	.mom-balance-grid-section{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.mom-balance-grid-items:not(:first-child) {
		margin-top: 1rem;
	}

	.mom-balance-grid-items:not(:last-child) {
		padding-right: 0;
	}

	.mom-balance-gift a{
		order: -1;
	}

	.mom-balance-gift .grid-items-icon{
		margin-top: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
	}

	.mom-balance-gift .mom-grid-text{
		max-width: 200px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 576px){
	.section-title,
	.mom-balance-gift .mom-grid-text a{
		font-size: 22px;
	}
}

/* Шаги
--------------------------------------------- */

@media screen and (max-width: 1440px){
	.step-link{
		font-size: 20px;
		line-height: 1.25;
	}

	#steps .step-number{
		font-size: 14vw;
		line-height: 1.25;
	}

	.step{
		padding: 20px 0 20px 0;
	}
}

@media screen and (max-width: 1200px){
	.step-link{
		font-size: 16px;
	}

	.step-arrow{
		max-width: 60px;
	}
}

@media screen and (max-width: 992px){
	#steps{
		margin-top: 40px;
	}

	#steps .step-number{
		font-size: 11vw;
		margin-right: 1rem;
	}

	.step-list-wrapper{
		background: none;
	}

	.steps-list{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-width: 100%;
		padding: 0;
	}

	.step-link{
		min-width: 40vw;
		max-width: 80vw;
	}

	.step{
		justify-content: center;
	}

	.step:first-child{
		background: rgba(255, 89, 179, 0.18);
	}

	.step:nth-child(2){
		background: rgba(255, 89, 179, 0.28);
		padding-left: 0;
	}

	.step:last-child{
		background: rgba(255, 89, 179, 0.4);
	}
}

@media screen and (max-width: 576px){
	.step-link{
		min-width: 70vw;
		max-width: 70vw;
	}
}

/* Тест
--------------------------------------------- */

@media screen and (max-width: 1440px){
	.test-step .bg-text-title{
		font-size: 48px;
	}

	.test-step .bg-text{
		font-size: 28px;
	}

	.test-step .question{
		font-size: 36px;
		line-height: 1.25;
	}

	.test-step .step-done-text{
		margin-bottom: 30px;
	}

	.test-step .test-btn{
		padding: 8px 40px;
	}

	#test .circe-wrapper{
		--circle-width: 360px;
		height: 360px;
	}

	#test .circle-text-box{
		margin-bottom: auto;
	}

	#test .circle{
		height: 360px;
	}
}

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

	.star8{
		display: none;
	}

	.test-step .test-number,
	.test-step .question,
	.test-step .step-done-text,
	.test-step .test-btn,
	.test-step .test-step-title{
		font-size: 3vw;
		line-height: 1.25;
	}

	.test-step .answers-wrapper{
		margin-bottom: 40px;
		margin-top: 60px;
	}

	.test-step .answer label{
		font-size: 1.5vw;
		line-height: 1.25;
	}

	.test-step .answer label::before{
		width: 28px;
		height: 28px;
		top: -38px;
		left: calc( 50% - 14px );
	}

	.test-step .answer label::after{
		width: 8px;
		height: 8px;
		top: -27px;
		left: calc( 50% - 4px )
	}

	.test-step .bg-text-wrapper{
		padding-right: 0;
	}

	.test-step .bg-text-title{
		font-size: 36px;
	}

	.test-step .bg-text{
		font-size: 20px;
	}

}

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

	.star9,
	.star7{
		display: none;
	}

	.test-step .answer label{
		font-size: 14px;
	}

	.test-step .test-number,
	.test-step .question,
	.test-step .step-done-text,
	.test-step .test-btn,
	.test-step .test-step-title{
		font-size: 18px;
	}

	#test .circe-wrapper{
		--circle-width: 290px;
		height: 340px;
	}

	#test .circle{
		height: 340px;
	}
}

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

	.star15,
	.star3{
		display: none;
	}

	#test{
		padding: 40px 15px 30px 15px;
	}

	.test_title{
		margin-bottom: 20px;
	}

	.test-step .bg-text-title{
		font-size: 28px;
	}

	.test-step .bg-text{
		font-size: 16px;
	}

	#test .circle-text{
		font-size: 24px;
	}

	#test .circe-wrapper{
		--circle-width: 260px;
		height: 260px;
	}

	#test .circle{
		height: 260px;
	}

	.test-step .test-step-title{
		margin-bottom: 1rem;
	}

	.test-step .answers-wrapper{
		margin-bottom: 20px;
		margin-top: 40px;
	}

	.test_title{
		font-size: 30px;
		line-height: 1.25;
	}
}

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


	#test .circle-text{
		font-size: 20px;
	}

	.test-step .test-number,
	.test-step .question,
	.test-step .step-done-text,
	.test-step .test-btn,
	.test-step .test-step-title{
		font-size: 16px;
	}

	.test-step .test-prev-btn{
		margin-right: 2rem;
	}

	.test-step .bg-text-title{
		font-size: 30px;
	}

	#test .circe-wrapper{
		--circle-width: 230px;
		height: 230px;
	}

	#test .circle{
		height: 230px;
	}
}

@media screen and (max-width: 440px){
	.test-step .bg-text-title{
		font-size: 26px;
	}

	.test-step .answer label{
		font-size: 12px;
	}

	.test-step .answers-wrapper{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}

	.test-step .answer{
		min-width: 76px;
		max-width: 76px;
		margin-bottom: 1.5rem;
	}

	.test-step .bg-text-wrapper{
		display: none;
	}

	.test-step .test-btn{
		padding-right: 16px;
		padding-left: 16px;
	}
}

@media screen and (max-width: 390px){
	.test-step .bg-text-title{
		font-size: 20px;
	}

	.test-step .bg-text{
		font-size: 12px;
	}
}

/* Вебинары
--------------------------------------------- */

@media screen and (max-width: 1440px){
	.webinar{
		padding-left: 60px;
	}

	.webinar-day{
		font-size: 36px;
	}

	.webinar-textbox-wrapper{
		font-size: 20px;
	}

	.slick-prev {
		left: 2%;
	}
}

@media screen and (max-width: 1200px){
	#webinars{
		padding-top: 60px;
	}

	.webinar{
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 40px;
	}

	.webinar-day{
		font-size: 32px;
	}

	.webinar-textbox-wrapper{
		font-size: 16px;
	}

	.slick-prev {
		left: 0;
	}
}

@media screen and (max-width: 992px){
	.slick-prev{
		left: -5px;
	}

	.webinar {
		padding: 15px 30px 15px 40px;
	}

	.webinar-day {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px){
	.webinars-wrapper{
		background: linear-gradient(90deg, rgba(52, 151, 242, 0.15) 0%, rgba(52, 151, 242, 0.15) 50%, rgba(52, 151, 242, 0.25) 50%, rgba(52, 151, 242, 0.25) 100%);
	}
}

@media screen and (max-width: 479px){
	.webinars-wrapper{
		background: rgba(52, 151, 242, 0.15);
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* Эксперты
--------------------------------------------- */

@media screen and (max-width: 1440px){
	.person-description{
		font-size: 18px;
	}

	.expert-photo{
		height: 30vw;
	}

	.person-name, .person-specialty{
		font-size: 28px;
	}
}

@media screen and (max-width: 1200px){
	.person-description{
		font-size: 16px;
	}

	.person-name,
	.person-specialty{
		font-size: 24px;
	}

	.persons-wrapper{
		margin-bottom: 60px;
		padding-top: 60px;
	}

	.person-textbox{
		padding-right: 2rem;
	}

	.person-icon{
		max-width: 90px;
		max-height: 90px;
	}

	.person-icon-wrapper{
		min-width: 90px;
	}

}

@media screen and (max-width: 992px){
	.expert{
		text-align: center;
	}

	.expert-photo{
		max-height: 300px;
		height: auto;
		margin: 0 auto;
	}

	.person-icon-wrapper{
		display: none!important;
	}

	.person-textbox{
		padding-left: 0;
	}

	.expert-text{
		font-size: 20px;
	}
}

@media screen and (max-width: 768px){
	#experts .slick-next{
		right: 0;
	}

	#experts .slick-prev{
		left: -2%;
	}

	.person.active{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.person-phote-wrapper{
		text-align: center;
	}
}

@media screen and (max-width: 576px){
	#experts .slick-next{
		right: 2%;
	}

	#experts .slick-prev{
		left: 2%;
	}

	.person.active .person-phote-wrapper{
		max-width: 60vw;
		margin: 0 auto;
	}

	.person-textbox{
		padding-right: 0;
	}

}

/* Подвал
--------------------------------------------- */

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

	.social-register-title,
	.disclaimer{
		font-size: 36px;
	}

	._20years{
		max-width: 95vw;
	}

}

@media screen and (max-width: 1200px) {
	#colophon{
		padding-bottom: 15px;
	}

	.social-register-title {
		font-size: 28px;
	}

	#colophon .social-icon{
		width: 48px;
		height: 48px;
	}

	.disclaimer{
		font-size: 28px;
	}

	.anaferon-brand img{
		max-width: 40vw;
	}
}

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

	.social-register-title{
		font-size: 24px;
	}

	#colophon .social-icon{
		width: 32px;
		height: 32px;
	}

	.social-list li:not(:last-child){
		margin-right: 1.5rem;
	}

	.disclaimer{
		font-size: 22px;
	}
}

@media screen and (max-width: 768px){
	.anaferon-brand p,
	.social-register-title{
		font-size: 18px;
	}

	.disclaimer{
		font-size: 16px;
	}
}

@media screen and (max-width: 576px){
	#colophon{
		padding-top: 15px;
	}

	.anaferon-brand p,
	.social-register-title{
		font-size: 16px;
		padding-top: 20px;
		margin-bottom: 20px;
	}

	#colophon .social-icon{
		width: 24px;
		height: 24px;
	}

	.social-list li:not(:last-child){
		margin-right: 0.5rem;
	}

	._20years{
		margin-top: 0;
	}

	._20years p{
		font-size: 22px;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.disclaimer{
		font-size: 14px;
		line-height: 1;
	}
}

/*---------------------------------------------
 # Result Page
--------------------------------------------- */

.result_title{
	margin-top: 50px;
	margin-bottom: 60px;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 88px;
	line-height: 1.25;
	text-transform: uppercase;
	color: var(--job-color);
}

/* Diagram
--------------------------------------------- */

#result_circle{
	text-align: center;
	margin-bottom: 60px;
}

#result_image{
	max-width: 500px;
	max-height: 500px;
}

.result-test-page #test{
	background: #ffffff;
	margin-top: 1rem;
	padding-top: 0;
}

/* Result description
--------------------------------------------- */

#result-description .health .result-text-title,
#result-description .health p a{
	color: var(--health-color);
}

#result-description .job .result-text-title,
#result-description .job p a{
	color: var(--job-color);
}

#result-description .time .result-text-title,
#result-description .time p a{
	color: var(--time-color);
}

#result-description .bright .result-text-title,
#result-description .bright p a{
	color: var(--bright-color);
}

#result-description .relations .result-text-title,
#result-description .relations p a{
	color: var(--relations-color);
}

#result-description p a:hover{
	text-decoration: underline;
}

#result-description .result-textbox{
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.25;
	letter-spacing: 1px;
}

#result-description .result-textbox:not(:last-of-type){
	margin-bottom: 3rem;
}

#result-description .result-text-title{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 30px;
	display: flex;
	align-items: center;
	margin-bottom: 0.25rem;
}

#result-description .result-text-title *{
	margin-left: 0.75rem;
}

#result-description .result-text-title .result-text-icon{
	min-height: 25px;
	min-width: 25px;
}

#result-description .result-text-title span{
	text-transform: lowercase;
	font-size: 22px;
}

.result-text-icon-wrapper{
	display: flex;
	align-items: center;
}

#result-description .result-textbox a{
	font-weight: 700;
}

#result-description a:hover{
	text-decoration: none;
}

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

#share-result{
	text-align: center;
	margin-top: 100px;
}

#share-result .share-title{
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--job-color);
}

#share-result .the_champ_sharing_container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#share-result .the_champ_sharing_container .theChampSharingRound:not(:last-of-type){
	margin-right: 2rem!important;
}

#share-result .the_champ_sharing_container .theChampSharingRound i{
	min-width: 64px;
	min-height: 64px;
}

/* Recommendations
--------------------------------------------- */

#recommendations{
	--grid-horizontal-gap: 50px;
	margin: 140px 0 0 0;
}

#recommendations .recommendation{
	width: calc(33.33% - var(--grid-horizontal-gap)*2/3);
	max-width: 475px;
	min-height: 300px;
	margin-bottom: 80px;
	padding: 30px;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 0.04em;
}

#recommendations .recommendation:not(:nth-child(3n)){
	margin-right: var(--grid-horizontal-gap);
}

#recommendations p{
	margin-bottom: 0;
}

#recommendations .recommendation.relations{
	background-color: var(--relations-color);
}

#recommendations .recommendation.job{
	background-color: var(--job-color);
}

#recommendations .recommendation.bright{
	background-color: var(--bright-color);
}

#recommendations .recommendation.time{
	background-color: var(--time-color);
}

#recommendations .recommendation.health{
	background-color: var(--health-color);
}

#recommendations .recommendation-link:hover{
	text-decoration: none;
	color: inherit;
}

#recommendations .recommendation-title{
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

#recommendations .recommendation-uppertext{
	text-transform: uppercase;
	font-weight: 700;
}

/* Content
--------------------------------------------- */

#page_content{
	margin-top: 60px;
	margin-bottom: 120px;
	padding: 0 100px;
	font-weight: 400;
	font-size: 24px;
	line-height: 153%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

#page_content.centred{
	text-align: center;
}

/*--------------------------------------------
 # Media Result Page
--------------------------------------------- */

@media screen and (max-width: 1200px){
	.result_title{
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 4.5vw;
		line-height: 1.25;
	}
}

@media screen and (max-width: 991px){
	#result-description .result-text-title{
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px){
	.result_title{
		margin-top: 30px;
	}
}

@media screen and (max-width: 575px){
	.result_title{
		font-size: 28px;
	}
}

/* Diagram
--------------------------------------------- */


@media screen and (max-width: 1200px){
	#result_image{
		width: 50%;
		height: 50%;
		min-width: 280px;
		min-height: 280px;
		max-width: 450px;
		max-height: 450px;
	}
}

/* Result description
--------------------------------------------- */

@media screen and (max-width: 600px){
	#result-description .result-text-title{
		font-size: 24px;
	}

	#result-description .result-textbox{
		font-size: 18px;
		line-height: 1.25;
	}
}

@media screen and (max-width: 440px){
	#result-description .result-textbox{
		font-size: 16px;
	}

	#result-description .result-textbox:not(:last-of-type) {
		margin-bottom: 2rem;
	}
}

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

@media screen and (max-width: 768px){
	#share-result .the_champ_sharing_container .theChampSharingRound:not(:last-of-type){
		margin-right: 1rem!important;
	}

	#share-result .the_champ_sharing_container .theChampSharingRound i{
		min-width: 48px;
		min-height: 48px;
	}
}

@media screen and (max-width: 768px){
	#share-result .share-title{
		font-size: 18px;
		line-height: 1.25;
	}
}

@media screen and (max-width: 600px){
	#share-result{
		margin-top: 60px;
	}
}

@media screen and (max-width: 440px){
	#share-result{
		margin-top: 40px;
	}

	#share-result .share-title{
		font-size: 16px;
	}

	#share-result .the_champ_sharing_container .theChampSharingRound:not(:last-of-type){
		margin-right: 0.5rem!important;
	}

	#share-result .the_champ_sharing_container .theChampSharingRound i{
		min-width: 32px;
		min-height: 32px;
	}
}

/* Recommendations
--------------------------------------------- */

@media screen and (max-width: 1440px){
	#recommendations .recommendation{
		width: calc(50% - var(--grid-horizontal-gap)/2);
		max-width: calc(50% - var(--grid-horizontal-gap)/2);
	}

	#recommendations .recommendation:not(:nth-child(2n)){
		margin-right: var(--grid-horizontal-gap);
	}

	#recommendations .recommendation:nth-child(2n){
		margin-right: 0;
	}
}

@media screen and (max-width: 992px){
	#recommendations{
		margin-top: 80px;
	}

	#recommendations .recommendation{
		width: 100%;
		max-width: 100%;
		min-height: auto;
		margin-right: 0!important;
		margin-bottom: 3rem;
	}
}

@media screen and (max-width: 600px){
	#recommendations{
		margin-top: 60px;
	}

	#recommendations .recommendation{
		font-size: 20px;
		padding-bottom: 2.5rem;
		padding-top: 2.5rem;
	}

	#recommendations .recommendation-title{
		font-size: 28px;
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 440px){
	#recommendations{
		margin-top: 40px;
	}

	#recommendations .recommendation{
		font-size: 16px;
		padding: 1.3rem;
		margin-bottom: 2rem;
	}

	#recommendations .recommendation-title{
		font-size: 24px;
	}
}

/* Content
--------------------------------------------- */

@media screen and (max-width: 992px){
	#page_content{
		font-size: 22px;
		margin-bottom: 80px;
		padding: 0 50px;
	}
}

@media screen and (max-width: 440px){
	#page_content{
		font-size: 16px;
		margin-bottom: 40px;
	}
}


/*--------------------------------------------
 # Marafon page
--------------------------------------------- */
/* Main section
--------------------------------------------- */
.marafon #main-banner{
	margin-top: 100px;
}

.marafon #main-banner .main-photo-wrapper{
	margin-right: -60px;
	margin-top: 2rem;
	z-index: -1;
	background: var(--relations-color) no-repeat center url(/wp-content/themes/anaferon/assets/images/marafon-page/marafon-main.png);
	background-size: cover;
	height: 566px;
	width: 562px;
	border-radius: 50%;
	background-blend-mode: screen;
}

.marafon #main-banner .main-banner__top-description{
	font-size: 20px;
	padding-right: 50px;
}

.marafon #main-banner .main-banner__top-description p{
	margin-bottom: 0.5rem;
	padding-left: 0.5rem;
}

.marafon #main-banner .main-banner__main-text{
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.25;
	color: var(--relations-color);
	font-weight: 700;
}

.marafon #main-banner .main-banner__main-text p:not(.main-text_flower){
	padding-right: 2rem;
}

.marafon #main-banner .main-banner__main-text a,
.marafon #main-banner .main-banner__main-text a:hover{
	color: inherit;
}

.marafon #main-banner .main-text_flower{
	border: 3px solid transparent;
	border-left: none;
	border-top: none;
	padding-left: 0.5rem;
	padding-right: 1rem;
	padding-bottom: 2rem;
	margin-top: 45px;
	margin-right: 1rem;
	margin-bottom: 2rem;
	position: relative;
	z-index: 1;
}

.marafon #main-banner .main-text_flower::before{
	content: '';
	display: block;
	position: absolute;
	background: no-repeat center / contain url(/wp-content/themes/anaferon/assets/images/marafon-page/flower_pink.svg);
	width: 73px;
	height: 58px;
	right: -37px;
	top: -67px;
}

.marafon #main-banner .main-text_flower .liner-box{
	display: block;
	position: absolute;
	width: calc(100% + 3px);
	height: calc(100% + 3px);
	top: 0;
	left: 0;
}

.marafon #main-banner .main-text_flower .liner-box::before{
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 0;
	top: 0;
	right: 0;
	background: var(--relations-color);
}

.marafon #main-banner .main-text_flower .liner-box::after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 3px;
	bottom: 0;
	right: 0;
	background: var(--relations-color);
}

.marafon #main-banner .main-text_flower.animate-right .liner-box::before{
	animation: 1s linear border-marafon-head-show-left;
}

.marafon #main-banner .main-text_flower.animate-bottom .liner-box::after{
	animation: 1s linear border-marafon-head-show-bottom;
}

.marafon #main-banner .main-text_flower.animated-right .liner-box::before{
	height: 100%;
}

.marafon #main-banner .main-text_flower.animated-bottom .liner-box::after{
	width: 100%;
}

.marafon #main-banner p:not(.main-text_flower){
	padding-left: 0.5rem;
}

/* Prizes section
--------------------------------------------- */
.marafon #prizes{
	margin-top: 40px;
}

.marafon #prizes .section-title{
	color: var(--job-color);
	padding-bottom: 40px;
}

.marafon #prizes .prizes__certificate{
}

.marafon #prizes .prizes__certificate .section-title {
	text-align: right;
}

.marafon #prizes .certificate__grid{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 0;
	padding-left: 0;
}

.marafon #prizes .certificate__grid .certificate__item{
	list-style: none;
}

.marafon #prizes .certificate__grid .certificate__item-icon-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 150px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 1.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.marafon #prizes .certificate__grid .certificate__item-textbox{
	font-size: 26px;
	letter-spacing: 1px;
	text-align: center;
	padding: 20px 35px;
	background-color: var(--job-color);
	color: #ffffff;
}

.marafon #prizes .certificate__grid .certificate__item-textbox *:last-child{
	margin-bottom: 0;
}

.marafon #prizes .certificate__grid .certificate__item-price{
	font-size: 88px;
	line-height: 0.8;
	color: var(--health-color);
	font-weight: 600;
}

.marafon #prizes .certificate__grid .certificate__item-icon{
	-webkit-animation: 1.5s infinite ease-in-out heartbeat;
	animation: 1.5s infinite ease-in-out heartbeat;
}

.marafon #prizes .prizes__consultation{
	margin-top: 140px;
}

.marafon #prizes .consultation__icon{
	margin-right: 3.5rem;
}

.marafon #prizes .prizes__consultation .section-title{
	padding-bottom: 0;
}

/* Scores section
--------------------------------------------- */

#scores{
	margin-top: 200px;
}

#scores ul{
	margin-left: 0;
	padding-left: 0;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

#scores .section-title{
	color: var(--relations-color);
	padding-bottom: 100px;
	padding-right: 3rem;
}

#scores .scores-grid .grid-items{
	border: 3px solid transparent;
	max-width: initial;
}

#scores .scores-grid .grid-items:not(:last-of-type){
	margin-right: 4rem;
}

#scores .scores-grid .grid-items:last-of-type{
	margin-right: 0;
}

#scores .scores-grid .grid-items:first-of-type,
#scores .scores-grid .grid-items:last-of-type{
	max-width: 430px;
}

#scores .hero-grid-section .grid-items::before{
	background-image: url(/wp-content/themes/anaferon/assets/images/marafon-page/flower_pink.svg);
}

#scores .hero-grid-section .grid-items p{
	line-height: 1.7;
	font-weight: 600;
	text-transform: uppercase;
	background: #ffffff;
	padding-left: 2rem;
}

#scores .hero-grid-section .grid-items::after{
	top: 2px;
	left: -3px;
	background: var(--relations-color);
}

#scores .hero-grid-section .grid-items p span{
	color: var(--relations-color);
	white-space: nowrap;
}

#scores .scores-description{
	color: var(--relations-color);
	font-size: 20px;
	line-height: 1.25;
	padding-left: 33%;
	padding-right: 3rem;
	margin-top: 60px;
}

/* Winners section
--------------------------------------------- */

#winners{
	margin-top: 160px;
	text-align: center;
}

#winners .section-title span{
	color: #ffffff;
	background-color: var(--relations-color);
	display: inline-block;
	margin-bottom: 6px;
	white-space: nowrap;
}

#winners .join-btn{
	margin-top: 160px;
	margin-bottom: 300px;
}

#winners .winners_link{
	font-size: 18px;
	padding: 10px 15px;
	line-height: 1;
	margin-bottom: 4rem;
}

/*--------------------------------------------
 #  Media Marafon page
--------------------------------------------- */
@media screen and (min-width: 1200px){
	.marafon .container{
		max-width: 1540px;
	}
}

@media screen and (max-width: 440px){
	.marafon .section-title{
		font-size: 26px!important;
	}
}

/* Main section
--------------------------------------------- */

@media screen and (max-width: 1440px){
	.marafon #main-banner .main-photo-wrapper{
		height: 450px;
		width: 445px;
	}

	.marafon #main-banner .main-banner__top-description{
		font-size: 20px;
	}

	.marafon #main-banner .main-banner__main-text{
		font-size: 36px;
	}
}

@media screen and (max-width: 1200px){
	.marafon #main-banner{
		margin-top: 50px;
	}

	.marafon #main-banner .main-banner__top-description{
		font-size: 18px;
	}

	.marafon #main-banner .main-photo-wrapper {
		height: 400px;
		width: 395px;
		margin-top: 3rem;
	}

	.marafon #main-banner .main-banner__main-text{
		font-size: 32px;
	}

	.marafon #main-banner .main-text_flower{
		padding-bottom: 1rem;
		margin-top: 32px;
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 991px){
	.marafon #main-banner{
		margin-top: 0;
	}

	.marafon #main-banner .main-photo-wrapper{
		position: absolute;
		left: -10vw;
		top: -10vw;
		margin-top: 1rem;
	}

	.marafon #main-banner .main-banner__top-description{
		padding-left: 37%;
		padding-right: 0;
	}

	.marafon #main-banner .main-banner__main-text{
		font-size: 28px;
	}

	.marafon #main-banner .main-text_flower{
		margin-top: 4rem;
	}
}

@media screen and (max-width: 767px){
	.marafon #main-banner .main-photo-wrapper{
		left: -25vw;
		top: -120px;
	}

	.marafon #main-banner .main-banner__top-description{
		padding-left: 20%;
		margin-top: 60px;
		font-size: 16px;
	}

	.marafon #main-banner .main-banner__main-text{
		font-size: 22px;
	}

	.marafon #main-banner .main-text_flower{
		margin-top: 2rem;
	}

	.marafon #main-banner .main-text_flower::before{
		width: 50px;
		height: 40px;
		right: -26px;
		top: -46px;
	}
}

@media screen and (max-width: 440px){
	.marafon #main-banner .main-photo-wrapper{
		left: -18vw;
		top: -80px;
		height: 250px;
		width: 245px;
	}

	.marafon #main-banner .main-banner__top-description{
		margin-top: 90px;
		font-size: 16px;
		padding-left: 0;
	}

	.marafon #main-banner .main-banner__main-text{
		font-size: 18px;
	}
}

/* Prizes section
--------------------------------------------- */

@media screen and (max-width: 1440px){
	.marafon #prizes .certificate__grid .certificate__item-textbox{
		font-size: 22px;
	}

	.marafon #prizes .certificate__grid .certificate__item-price{
		font-size: 6vw;
	}
}

@media screen and (max-width: 1200px){
	.marafon #prizes{
		margin-top: 60px;
	}

	.marafon #prizes .section-title{
		padding-bottom: 20px;
	}

	.marafon #prizes .certificate__grid .certificate__item-textbox{
		font-size: 18px
	}

	.marafon #prizes .consultation__icon{
		margin-right: 2rem;
	}
}

@media screen and (max-width: 991px){
	.marafon #prizes .certificate__grid{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.marafon #prizes .certificate__grid .certificate__item{
		max-width: 290px;
	}

	.marafon #prizes .certificate__grid .certificate__item:not(:last-of-type){
		margin-bottom: 2rem;
	}

	.marafon #prizes h3.section-title{
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.marafon #prizes .prizes__consultation{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-top: 80px;
		padding-bottom: 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.marafon #prizes .consultation__icon{
		margin-right: 0;
		width: 250px;
	}
}

@media screen and (max-width: 767px){
	.marafon #prizes{
		margin-top: 30px;
	}
}

@media screen and (max-width: 440px){
	.marafon #prizes .certificate__grid .certificate__item-icon-wrapper{
		min-height: 85px;
	}

	.marafon #prizes .certificate__item:nth-child(1) .certificate__item-icon{
		width: 38px;
		height: 34px;
	}

	.marafon #prizes .certificate__item:nth-child(2) .certificate__item-icon{
		width: 55px;
		height: 49px;
	}

	.marafon #prizes .certificate__item:nth-child(3) .certificate__item-icon{
		width: 67px;
		height: 60px;
	}

	.marafon #prizes .certificate__grid .certificate__item-textbox{
		font-size: 16px;
	}

	.marafon #prizes .certificate__grid .certificate__item-price{
		font-size: 26px;
	}

	.marafon #prizes .certificate__grid .certificate__item-textbox{
		padding: 10px 15px;
	}

	.marafon #prizes .consultation__icon{
		width: 150px;
		margin-top: 0;
	}
}

/* Scores section
--------------------------------------------- */

@media screen and (max-width: 1560px){
	#scores ul{
		padding-left: 1rem;
	}
}

@media screen and (max-width: 1440px){
	#scores .scores-description{
		padding-left: 36%;
	}
}

@media screen and (max-width: 1200px){
	#scores .scores-grid .grid-items{
		min-height: 150px;
	}

	#scores .hero-grid-section .grid-items p{
		font-size: 18px;
		padding-left: 1rem;
	}

	#scores .scores-description{
		padding-right: 0;
		padding-left: 37%;
		font-size: 18px;
	}
}

@media screen and (max-width: 991px){
	#scores{
		margin-top: 60px;
	}

	#scores ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#scores .scores-grid .grid-items{
		margin-right: 0!important;
		max-width: 390px!important;
		min-height: initial;
	}

	#scores .scores-grid .grid-items:not(:first-of-type){
		margin-top: 6rem;
	}
}

@media screen and (max-width: 767px){
	#scores .section-title{
		padding-bottom: 0;
	}

	#scores .scores-description{
		padding-left: 3rem;
		margin-top: 1rem;
	}
}

@media screen and (max-width: 440px){
	#scores .section-title{
		padding-right: 0;
	}

	#scores .hero-grid-section .grid-items p{
		font-size: 16px;
		line-height: 1.5;
	}

	#scores .scores-grid .grid-items:not(:first-of-type){
		margin-top: 5rem;
	}

	#scores .scores-description{
		font-size: 16px;
		padding-left: 0;
	}
}

/* Winners section
--------------------------------------------- */

@media screen and (max-width: 1440px){
	#winners .join-btn{
		margin-top: 100px;
		margin-bottom: 200px;
	}
}

@media screen and (max-width: 1200px) {
	#winners .join-btn{
		margin-top: 60px;
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 991px){
	#winners{
		margin-top: 60px;
	}

	#winners .section-title{
		font-size: 5vw;
	}

	#winners .join-btn{
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px){
	#winners .join-btn{
		margin-top: 0;
		margin-bottom: 60px;
	}

	#winners .winners_link{
		font-size: 14px;
	}
}

@media screen and (max-width: 440px){
	#winners .section-title span{
		font-size: 22px;
	}

	#winners .section-title{
		padding-bottom: 30px;
	}

	#winners .join-btn{
		margin-bottom: 40px;
	}

	#winners .winners_link{
		font-size: 12px;
		padding: 8px 10px;
		margin-bottom: 3rem;
	}
}

/*--------------------------------------------
 #  Single post
--------------------------------------------- */
body.single-post #primary{
	margin-bottom: 200px;
}

body.single-post .footer-navigate-post-arrow-wrapper{
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

body.single-post .footer-navigate-post-arrow-wrapper a {
	color: var(--job-color);
	font-weight: 500;
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: 1px;
}

body.single-post .footer-navigate-post-arrow-wrapper a:not(:last-of-type){
	margin-right: 2rem;
}

body.single-post .footer-navigate-post-arrow-wrapper a:hover{
	font-weight: 700;
	text-decoration: none;
}

#module-done{
	margin-top: 2em;
	text-align: center;
	font-weight: 500;
	font-size: 1.3em;
}

.post-nav-test-return-btn{
	position: relative;
}

.post-nav-test-return-btn span{
	position: absolute;
	top: calc( 100% + 0.5em);
	left: 50%;
	transform: rotate(90deg);
}

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

body.single-post #post-header{
	margin-top: 80px;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}

body.single-post.post-template-vebinar-video #post-header{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

body.single-post #post-header .navigate-post-arrow-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

body.single-post #post-header .navigate-post-arrow-wrapper .post-arrow{
	transition: 0.4s all;
}

body.single-post #post-header .navigate-post-arrow-wrapper a:hover .next-post-arrow{
	transform: translateX(10px);
}

body.single-post #post-header .navigate-post-arrow-wrapper a:hover .prev-post-arrow{
	transform: translateX(-10px);
}

body.single-post #post-header .thumbnail-wrapper{
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

body.single-post #post-header .thumbnail-bg{
	width: 100%;
	height: 100%;
	opacity: 0.4;
	position: absolute;
	border-radius: 50%;
	background-color: #ffffff;
}

body.single-post .single-anaferon #post-header .thumbnail-bg{
	background: transparent;
}

body.single-post #post-header .thumbnail-wrapper img{
	min-height: inherit;
	object-fit: cover;
	width: 100%;
}

body.single-post #post-header .btn-wrapper{
	text-align: center;
	margin-bottom: 40px;
	margin-top: -40px;
}

body.single-post #post-header .anaferon_link{
	font-size: 18px;
	padding: 10px 15px;
	line-height: 1;
}

body.single-post #post-header .thumbnail-wrapper.border-none,
body.single-post #post-header .thumbnail-bg.border-none{
	border-radius: initial;
	overflow: auto;
}

body.single-post #post-header .title-wrapper{
	padding-left: 5.5vw;
}

body.single-post #post-header .category-title,
body.single-post #post-header .category-description{
	display: inline-block;
	position: relative;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 3rem;
}

body.single-post.post-template-vebinar-video #post-header .category-title{
	margin-bottom: 1rem;
}

body.single-post #post-header .category-title{
	z-index: 3;
}

body.single-post #post-header .category-title .color-line{
	position: absolute;
	display: block;
	width: 70%;
	height: 50%;
	z-index: -1;
}

body.single-post #post-header .title-wrapper .post-title{
	font-weight: 700;
	font-size: 64px;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 1rem;
	margin-top: 0;
}

body.single-post.post-template-vebinar-video #post-header .title-wrapper{
	padding-left: 0;
}

/* Content section
--------------------------------------------- */
#post-content{
	margin-top: 3rem;
}

#post-content .post-video-wrapper{
	text-align: center;
}

#post-content .post-video{
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 600px;
}

.post-template-vebinar-video #post-content .post-video{
	max-width: 800px;
	border-radius: 20px;
	overflow: hidden;
}

#post-content .post-video::after{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center / contain url('/wp-content/themes/anaferon/assets/images/youtube_play.png');
}


#post-content h2,
#post-content h3,
#post-content h4,
#post-content h5,
#post-content h6{
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 1px;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

#post-content h2{
	font-size: 24px;
}

#post-content h2 a,
#post-content h3 a{
	color: var(--job-color);
}

#post-content h3{
	margin-top: 1.5em;
	font-size: 20px;
}

#post-content li::marker {
	color: inherit;
}

#post-content li{
	margin-bottom: 0.75em;
}

#post-content p,
#post-content ul li,
#post-content ol li{
	font-size: 20px;
	line-height: 1.25;
}

#post-content li ul{
	margin-top: 0.5em;
}

#post-content li ul li{
	list-style: none;
}

#post-content:not(:first-child){
	margin-top: 0;
}

/* Related section
--------------------------------------------- */

body.single-post .related-materials{
	text-align: left;
	margin-top: 1rem;
	margin-bottom: 60px;
	color: var(--job-color);
}

body.single-post .related-materials ul{
	margin-right: 3em;
	padding-right: 40px;
}

body.single-post .related-materials li{
	list-style: none;
}

body.single-post .related-materials li.list-item_title{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 1px;
	font-size: 48px;
	margin-bottom: 2rem;
}

body.single-post .related-materials li p{
	list-style: none;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 1px;
}

body.single-post .related-materials li p a{
	color: #007bff;
}

body.single-post .related-materials li p a:hover{
	text-decoration: none;
}

body.single-post .related-materials li:not(:last-of-type) p{
	margin-bottom: 1.5rem;
}

body.single-post .related-materials .related-icon{
	max-height: 150px;
	margin: 2rem auto 3rem;
	display: block;
}

body.single-post .single-anaferon #post-header .thumbnail-wrapper{
	border-radius: 0;
}

/*--------------------------------------------
 # Media Single post
--------------------------------------------- */

@media screen and (max-width: 1200px){
	body.single-post #primary{
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 575px){
	body.single-post .footer-navigate-post-arrow-wrapper a{
		font-size: 12px;
		letter-spacing: 0;
	}
}

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

@media screen and (min-width: 992px){
	body.single-post #post-header .thumbnail-wrapper,
	body.single-post #post-header .thumbnail-wrapper img{
		max-height: 400px;
	}
}

@media screen and (min-width: 1440px){
	body.single-post #post-header{
		margin-right: 50px;
	}
}

@media screen and (min-width: 1201px){
	body.single-post #post-header .thumbnail-wrapper{
		min-height: 500px;
		min-width: 500px;
		max-height: 500px;
		margin-top: 40px;
		margin-bottom: 3rem;
	}

	body.single-post #post-header .thumbnail-wrapper img{
		max-height: 500px;
	}

	body.single-post .single-anaferon #post-header .thumbnail-wrapper{
		min-height: initial;
		min-width: initial;
		margin-top: 0;
	}
}

@media screen and (max-width: 1200px){
	body.single-post #post-header{
		margin-top: 60px;
	}

	body.single-post #post-header .thumbnail-wrapper{
		min-width: 400px;
		max-width: 400px;
		min-height: 400px;
	}

	body.single-post .single-anaferon #post-header .thumbnail-wrapper{
		min-height: initial;
		min-width: initial;
		max-width: initial;
	}

	body.single-post #post-header .title-wrapper .post-title{
		font-size: 4.5vw;
	}

	body.single-post #post-header .category-title,
	body.single-post #post-header .category-description{
		font-size: 28px;
	}

	body.single-post #post-header .anaferon_link{
		font-size: 16px;
		margin-bottom: 2rem;
		line-height: 1;
	}
}

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

	body.single-post #post-header .thumbnail-wrapper{
		position: absolute;
		z-index: -1;
		opacity: 0.7;
		top: -200px;
		left: -250px;
	}

	body.single-post .single-anaferon #post-header{
		flex-wrap: nowrap;
	}

	body.single-post .single-anaferon #post-header .thumbnail-wrapper{
		position: static;
		z-index: initial;
		opacity: 1;
	}

	body.single-post #post-header .title-wrapper{
		padding-left: 20vw;
	}

	body.single-post .single-anaferon #post-header .title-wrapper{
		padding-left: 0;
	}
}

@media screen and (max-width: 767px){
	body.single-post #post-header .title-wrapper .post-title{
		font-size: 36px;
	}

	body.single-post #post-header .category-title,
	body.single-post #post-header .category-description{
		font-size: 22px;
		margin-bottom: 1rem;
	}

	body.single-post #post-header .thumbnail-wrapper {
		max-width: 500px;
		min-height: 500px;
	}

	body.single-post #post-header .anaferon_link{
		padding: 5px 10px;
		font-size: 14px;
	}
}

@media screen and (max-width: 575px){
	body.single-post #post-header .thumbnail-wrapper{
		max-width: 400px;
		min-height: 400px;
		left: -100px;
	}

	body.single-post #post-header .title-wrapper{
		padding-left: 10vw;
	}

	body.single-post #post-header .category-title,
	body.single-post #post-header .category-description{
		font-size: 20px;
		margin-bottom: 1rem;
	}

	body.single-post #post-header .navigate-post-arrow-wrapper{
		position: static;
	}
}

@media screen and (max-width: 440px){
	body.single-post #post-header .title-wrapper .post-title{
		font-size: 32px;
	}

	body.single-post #post-header .title-wrapper{
		padding-left: 5vw;
	}

	body.single-post .single-anaferon #post-header{
		flex-direction: column-reverse;
	}
}

/* Content section
--------------------------------------------- */

@media screen and (max-width: 1200px){
	#post-content p,
	#post-content ul li,
	#post-content ol li{
		font-size: 20px;
	}
}

@media screen and (max-width: 991px){
	#post-content p,
	#post-content ul li,
	#post-content ol li {
		font-size: 20px;
	}
}

@media screen and (max-width: 575px){
	#post-content{
		margin-top: 2rem;
	}

	#post-content p,
	#post-content ul li,
	#post-content ol li{
		font-size: 16px;
		margin-bottom: 0.5em;
	}

	#post-content h2{
		font-size: 20px;
	}

	#post-content ul,
	#post-content ol{
		margin-left: 1rem;
		padding-left: 1rem;
	}
}

/* Related section
--------------------------------------------- */

@media screen and (max-width: 1200px){
	body.single-post .related-materials ul{
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 2rem;
	}

}

@media screen and (max-width: 991px){
	body.single-post .related-materials{
		margin-bottom: 0;
	}

	body.single-post .related-materials .related-icon{
		width: 150px;
	}

	body.single-post .related-materials li.list-item_title{
		font-size: 28px;
	}

	body.single-post .related-materials li p{
		font-size: 20px;
	}
}

@media screen and (max-width: 575px){
	body.single-post .related-materials .related-icon{
		width: 100px;
	}

	body.single-post .related-materials ul{
		padding-right: 1rem;
		padding-left: 1rem;
	}

	body.single-post .related-materials li.list-item_title{
		font-size: 20px;
		margin-bottom: 1rem;
	}

	body.single-post .related-materials li p{
		font-size: 16px;
	}
}

/*--------------------------------------------
 # Module page
--------------------------------------------- */
#module{
	margin-bottom: 100px;
}

#module .module-title{
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-size: 88px;
	line-height: 1.25;
	text-transform: uppercase;
	margin-top: 1.25em;
	margin-bottom: 0.25em;
}

#module .module-title .color-line{
	height: 0.5em;
	margin-bottom: 0.5em;
	display: inline-block;
}

.content-inner{
	font-weight: 400;
	font-size: 20px;
	line-height: 1.35;
}

.advice-grid{
	justify-content: space-between;
	margin-top: 100px;
}

.advice-grid a{
	color: #494949!important;
}

.advice-grid a:hover{
	text-decoration: none!important;
}

.advice-thumnail-wrapper{
	min-height: 208px;
	position: relative;
}

.advice.video .advice-thumnail-wrapper::after{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 208px;
	background: no-repeat center / contain url('/wp-content/themes/anaferon/assets/images/youtube_play.png');
}

.advice > a{
	height: 100%;
	display: flex;
	flex-direction: column;
}

.advice .advice-thumnail{
	width: 208px;
	height: 208px;
	background-blend-mode: overlay;
	transition: 0.4s all;
}

.advice:not(.video) .advice-thumnail{
	border-radius: 50%;
}

.advice.video .advice-thumnail{
	width: 100%;
	height: 208px;
}

.advice:hover .advice-thumnail{
	background-color: transparent!important;
}

.advice-arrow{
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}

.advice:hover .advice-arrow{
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.advice-textbox{
	margin-top: 1.5rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.advice-title{
	font-weight: 500;
	font-size: 36px;
	line-height: 1.25;
	padding-right: 60px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.advice-text-wrapper{
	justify-content: space-between;
	align-items: flex-end;
}

.advice-description{
	font-weight: 400;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 1px;
	padding-right: 2em;
}

.advice-number{
	font-weight: 700;
	font-size: 174px;
	line-height: 0.9;
	margin-bottom: 0;
	letter-spacing: 1px;
}

#module .btn-wrapper{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 60px;
}

/*--------------------------------------------
 # Media Module
--------------------------------------------- */

@media screen and (max-width: 1440px){
	#module .module-title{
		font-size: 4.5vw;
	}

	.advice-number{
		font-size: 11vw;
	}

	.advice-description{
		font-size: 18px;
	}

	.advice-arrow{
		max-width: 76px;
	}
}

@media screen and (max-width: 1200px){
	.advice:not(:last-of-type){
		margin-right: 3rem;
	}

	.advice-title{
		font-size: 28px;
	}

	.advice-description{
		padding-right: 1em;
	}

	.advice-arrow{
		max-width: 60px;
	}
}

@media screen and (max-width: 991px){
	.advice:not(:last-of-type) {
		margin-right: 2rem;
	}

	.advice .advice-thumnail{
		width: 104px;
		height: 104px;
	}

	.advice.video .advice-thumnail{
		height: 104px;
	}

	.advice-thumnail-wrapper,
	.advice.video .advice-thumnail-wrapper::after{
		min-height: 104px;
	}

	#module .module-title{
		font-size: 5vw;
	}

	.content-inner{
		font-size: 18px;
	}

	.advice-title{
		font-size: 22px;
		padding-right: 0;
	}

	.advice-text-wrapper{
		margin-top: 1rem;
	}

	.advice-description{
		font-size: 16px;
	}

	.advice-arrow{
		max-width: 60px;
	}
}

@media screen and (max-width: 767px){
	#module .module-title{
		font-size: 32px;
	}

	.advice-text-wrapper{
		justify-content: space-evenly;
	}

	.advice-grid{
		flex-direction: column;
		margin-top: 40px;
	}

	.advice {
		flex: 0 1 100%;
		margin-bottom: 50px;
		text-align: center;
	}

	.advice:not(.video) .advice-thumnail{
		margin: 0 auto;
	}

	.advice.video .advice-thumnail{
		height: 208px;
		max-width: 75%;
		margin: 0 auto;
	}

	.advice .advice-thumnail{
		max-width: 208px;
		max-height: 208px;
		width: calc(50vw - 30px);
		height: calc(50vw - 30px);
	}

	.advice-number {
		font-size: 80px;
	}

	.content-inner{
		font-size: 16px;
	}

	.advice-arrow{
		position: relative;
		top: 4px;
	}

	#module .btn-wrapper{
		margin-top: 30px;
	}
}

/*--------------------------------------------
 # Table result page
--------------------------------------------- */

.page-template-table-result .page_title{
	margin-top: 60px;
	font-size: 40px;
	line-height: 1.25;
}

.competition__rating .container{
	overflow-x: auto;
	padding-top: 40px;
}

.competition__rating {
	background: #F9F8FC;
	counter-reset: item 0;
	margin: 40px 0;
	overflow: visible;
}

.сompetitor__item {
	display: flex;
	position: relative;
	min-height: 75px;
	align-items: stretch;
}

.сompetitor__item:not(:last-child){
	border-bottom: 1px solid rgba(141, 118, 190, 0.1);
}

.сompetitor__item::before,
.сompetitor__name,
.сompetitor__points {
	font-size: 22px;
}

.сompetitor__name {
	color: #363636;
	background: #F9F8FB;
	z-index: 1;
	padding: 18px 25px;
	display: flex;
	flex-grow: 10;
	min-width: 200px;
}

.сompetitor__points {
	position: relative;
	text-align: right;
	min-width: 80px;
	color: #ccc;
	padding: 20px 10px;
}

.сompetitor__item::before {
	content: counter(item, decimal) '.';
	counter-increment: item 1;
	color: #ccc;
	min-width: 30px;
	display: flex;
	z-index: 1;
	background: #F9F8FB;
	padding: 18px 0;
}

.сompetitor__item:first-child .сompetitor__points::before {
	content: attr(data-weak);
	position: absolute;
	right: 6px;
	bottom: calc(100% + -16px);
	width: 100%;
	text-align: right;
	font-size: 10px;
	color: #ccc;
	line-height: 1;
}

.сompetitor__points.current {
	color: #3497F2;
}

.сompetitor__points.manual-sort::after {
	content: '';
	position: absolute;
	bottom: calc(100% + 8px);
	right: 7px;
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/themes/anaferon/assets/images/sort.svg);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.сompetitor__avatar{
	display: flex;
	padding: 16px 0;
	min-width: 40px;
	z-index: 1;
	background: #F9F8FB;
}

.сompetitor__avatar img {
	display: inline-block;
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
}

/*--------------------------------------------
 # Media Table result page
--------------------------------------------- */

@media screen and (max-width: 991px){
	.сompetitor__points{
		min-width: 70px;
	}
}

@media (max-width: 768px){
	.page-template-table-result .page_title{
		font-size: 25px;
	}

	.сompetitor__item::before,
	.сompetitor__name,
	.сompetitor__points {
		font-size: 15px;
	}

	.сompetitor__name {
		margin: 0 10px;
	}

	.сompetitor__avatar {
		min-width: 30px;
	}

	.сompetitor__avatar img{
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width: 440px){
	.сompetitor__item::before{
		min-width: 20px;
	}

	.сompetitor__name{
		padding: 15px 10px;
		min-width: 125px;
	}

	.сompetitor__item{
		min-height: 65px;
	}
}


.languages {
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 10;
}

.languages .switch-language {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #e7eaf1;
	padding: 2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.languages .switch-language .language-1,
.languages .switch-language .language-2,
.switch-language-mob .language-1,
.switch-language-mob .language-2{
	width: 56px;
	height: 56px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 10px;
	background-color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.languages .switch-language .language-1.active,
.switch-language-mob .language-2.active,
.switch-language-mob .language-1.active,
.languages .switch-language .language-2.active{
	background-color: #fff;
}

.languages .switch-language .language-1 img,
.languages .switch-language .language-2 img,
.switch-language-mob .language-1 img,
.switch-language-mob .language-2 img{
	width: 30px;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

.switch-language-mob .language-1 img,
.switch-language-mob .language-2 img{
	margin: 0;
}

.switch-language-mob {
	display: none;
}

@media screen and (max-width: 991px){
	.languages {
		display: none;
	}

	.switch-language-mob {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background: #e7eaf1;
		padding: 2px;
		-webkit-border-radius: 50px;
		border-radius: 50px;
		width: 120px;
		margin-bottom: 20px;
	}

}

.circle-result-link{
	transition: 0.4s all;
}

.circle-result-link:hover,
.circle-result-link.active{
	filter: brightness(1.05);
	cursor: pointer;
}

.circle-result-link.bright:hover,
.circle-result-link.bright.active{
	transform: translate(-31px, -25px) scale(1.1);
}

.circle-kz .circle-result-link.bright:hover,
.circle-kz .circle-result-link.bright.active{
	transform: translate(-43px, -26px) scale(1.1);
}

.circle-result-link.relations:hover,
.circle-result-link.relations.active{
	transform: translate(-41px, -28px) scale(1.1);
}

.circle-kz .circle-result-link.relations:hover,
.circle-kz .circle-result-link.relations.active{
	transform: translate(-45px, -41px) scale(1.1);
}

.circle-result-link.relations.active{
	transition-delay: 0.4s;
}

.circle-result-link.health:hover,
.circle-result-link.health.active{
	transform: translate(-45px, -38px) scale(1.1);
}

.circle-kz .circle-result-link.health:hover,
.circle-kz .circle-result-link.health.active{
	transform: translate(-34px, -48px) scale(1.1);
}

.circle-result-link.health.active{
	transition-delay: 0.8s;
}

.circle-result-link.job:hover,
.circle-result-link.job.active{
	transform: translate(-33px, -44px) scale(1.1);
}

.circle-kz .circle-result-link.job:hover,
.circle-kz .circle-result-link.job.active{
	transform: translate(-25px, -35px) scale(1.1);
}

.circle-result-link.job.active{
	transition-delay: 1.2s;
}

.circle-result-link.time:hover,
.circle-result-link.time.active{
	transform: translate(-23px, -33px) scale(1.1);
}

.circle-kz .circle-result-link.time:hover,
.circle-kz .circle-result-link.time.active{
	transform: translate(-29px, -25px) scale(1.1);
}

.circle-result-link.time.active{
	transition-delay: 1.6s;
}

/* single page */

.entry-title{
	text-transform: uppercase;
	text-align: center;
	font-size: 2.5em;
}

#promoPopup .modal-dialog{
	max-width: 80vw;
	max-height: 80vh;
}

#promoPopup .modal-content img{
	width: 100%;
	object-fit: contain;
	max-height: 80vh;
}

#promoPopup .modal-content{
	background: transparent;
	border: none;
	width: auto;
	margin: 0 auto;
}

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

	body.single-post .footer-navigate-post-arrow-wrapper a{
		font-size: 16px;
	}

}

@media screen and (max-width: 767px){
	.footer-navigate-post-arrow-wrapper{
		flex-wrap: wrap;
	}

	.post-nav-test-return-btn{
		order: 10;
		min-width: 100%;
		text-align: center;
		margin-top: 1.2em;
	}
}

@media screen and (max-width: 575px){
	#promoPopup .modal-dialog{
		max-width: 100vw;
		max-height: 100vh;
	}

	#module-done{
		font-size: 1em;
	}

	.post-nav-test-return-btn span{
		top: calc( 100% + 0.25em);
	}
}

a.webinar-textbox-wrapper:hover{
	text-decoration: none;
	color: initial;
}

a.webinar-textbox-wrapper:hover .webinar-time{
	text-decoration: underline;
}

.hero-main-text span{
	position: relative;
}

/*.hero-main-text span::after{*/
/*	content: '';*/
/*	display: block;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: -10%;*/
/*	font-size: inherit;*/
/*	width: 0.75em;*/
/*	height: 0.6em;*/
/*	background: no-repeat center / contain url('/wp-content/themes/anaferon/assets/images/20_yeas_1.png');*/
/*}*/

/* section marafon-winners */

#marafon-winners{
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #FF59B328;
	text-align: center;
}

#marafon-winners .section-title{
	padding-bottom: 1rem;
	margin-bottom: 0;
	font-size: 3.2vw;
	text-align: left;
}

.marafon-winners-textbox{
	width: 75%;
	margin: 0 auto 1rem;
	text-align: left;
	position: relative;
	font-size: 24px;
	line-height: 1.25;
}

.marafon-winners-textbox::before{
	content: '';
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	left: -65px;
	top: calc( 50% - 25px );
	background: no-repeat center / contain url('/wp-content/themes/anaferon/assets/images/mini_gift.svg');
}

.marafon-winners-link,
.marafon-winners-text{
	margin-bottom: 0.25rem;
	line-height: 1.1;
}

.marafon-winners-link{
	font-weight: 500;
	color: var(--relations-color)!important;
}

#marafon-winners .pink-btn{
	background-color: var(--relations-color);
	font-size: 36px;
	margin: 0 auto calc(-2em - 10px);
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

@media screen and (max-width: 1440px){
	.marafon-winners-textbox{
		width: 61%;
		font-size: 20px;
	}

	#marafon-winners .pink-btn{
		font-size: 28px;
	}
}

@media screen and (max-width: 1200px){
	#marafon-winners{
		margin-bottom: 0;
		margin-top: 40px;
	}

	#marafon-winners .pink-btn{
		font-size: 20px;
		margin-bottom: calc(-3em - 10px);
	}
}

@media screen and (max-width: 992px){
	.marafon-winners-textbox{
		width: calc(100% - 65px);
		margin-left: 65px;
	}
}

@media screen and (max-width: 768px){
	.marafon-winners-textbox{
		font-size: 16px;
	}

	#marafon-winners .pink-btn{
		font-size: 16px;
		margin-bottom: calc(-3.5em - 10px);
	}
}

@media screen and (max-width: 575px){
	#marafon-winners .section-title{
		font-size: 22px;
	}
}
