/*!
Theme Name: svit
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: svit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

svit is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
    font-family: 'a_FuturaRound';
    src: url('/wp-content/themes/svit/fonts/AFuturaRoundBold.eot');
    src: url('/wp-content/themes/svit/fonts/AFuturaRoundBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/svit/fonts/AFuturaRoundBold.woff2') format('woff2'),
        url('/wp-content/themes/svit/fonts/AFuturaRoundBold.woff') format('woff'),
        url('/wp-content/themes/svit/fonts/AFuturaRoundBold.ttf') format('truetype'),
        url('/wp-content/themes/svit/fonts/AFuturaRoundBold.svg#AFuturaRoundBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'a_FuturaRound';
    src: url('/wp-content/themes/svit/fonts/AFuturaRoundBoldItalic.eot');
    src: url('/wp-content/themes/svit/fonts/AFuturaRoundBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/svit/fonts/AFuturaRoundBoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/svit/fonts/AFuturaRoundBoldItalic.woff') format('woff'),
        url('/wp-content/themes/svit/fonts/AFuturaRoundBoldItalic.ttf') format('truetype'),
        url('/wp-content/themes/svit/fonts/AFuturaRoundBoldItalic.svg#AFuturaRoundBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'a_FuturaRound';
    src: url('/wp-content/themes/svit/fonts/AFuturaRoundItalic.eot');
    src: url('/wp-content/themes/svit/fonts/AFuturaRoundItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/svit/fonts/AFuturaRoundItalic.woff2') format('woff2'),
        url('/wp-content/themes/svit/fonts/AFuturaRoundItalic.woff') format('woff'),
        url('/wp-content/themes/svit/fonts/AFuturaRoundItalic.ttf') format('truetype'),
        url('/wp-content/themes/svit/fonts/AFuturaRoundItalic.svg#AFuturaRoundItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Pangolin';
    src: url('/wp-content/themes/svit/fonts/Pangolin-Regular.eot');
    src: url('/wp-content/themes/svit/fonts/Pangolin-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/svit/fonts/Pangolin-Regular.woff2') format('woff2'),
        url('/wp-content/themes/svit/fonts/Pangolin-Regular.woff') format('woff'),
        url('/wp-content/themes/svit/fonts/Pangolin-Regular.ttf') format('truetype'),
        url('/wp-content/themes/svit/fonts/Pangolin-Regular.svg#Pangolin-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* 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%;
	overflow-x: hidden;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font: 400 16px 'a_FuturaRound';
	min-width: 280px;
	color: #74787c;
	overflow-x: hidden;
}

/**
 * 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: 72px;
	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;
	transition: all .3s ease;
}

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

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Pangolin';
	margin-top: 0;
	font-weight: normal;
	color: #cb6be6;
	margin-bottom: 1.2rem;
}

h2{
	font-size: 32px;
}

h3{
	font-size: 28px;
}

h4{
	font-size: 24px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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%;
	width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #fcd401;
	text-decoration: none;
}


a:hover,
a:focus,
a:active {
	color: #cb6be6;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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

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: 3px;
}

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

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;
	padding-left: 0;
}

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	z-index: 0;
    text-align: left;
    left: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    visibility: hidden;
    min-width: 190px;
    width: max-content;
    opacity: 0;
    border-bottom: 3px solid #fcd401;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
    padding: 18px 20px;
    left: -27px;
    display: block;
}
.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 3px 9px;
}
.main-menu ul.sub-menu li a {
    position: relative;
}
.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;
}

@media screen and (min-width: 769px){
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		visibility: visible;
	    opacity: 1;
	    margin-top: 0;
	    z-index: 9;
	}	
}


.main-navigation li {
	position: relative;
}

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

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

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

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


.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;
	width: auto;
}

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* main layout */

.container,
.container-full {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.header{
	background: #fff;
}
.top-header{
	padding: 7px 0;
	background: #cb6be6;
	color: #fff;
}
.top-header__inner{
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
}
.top-header__contacts,
.top-header__socials{
	display: flex;
	align-items: center;
	gap: 15px;
}
.top-header__contacts a,
.top-header__address a{
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 5px;
}
.top-header__contacts a:hover,
.top-header__address a:hover{
	color: #fcd401;
}
.top-header__contacts a::before,
.top-header__address a::before{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: center/contain no-repeat;
	flex-shrink: 0;
}
.top-header__contacts a.tel::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 513.64 513.64' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m499.66 376.96-71.68-71.68c-25.6-25.6-69.12-15.359-79.36 17.92-7.68 23.041-33.28 35.841-56.32 30.72-51.2-12.8-120.32-79.36-133.12-133.12-7.68-23.041 7.68-48.641 30.72-56.32 33.28-10.24 43.52-53.76 17.92-79.36l-71.68-71.68c-20.48-17.92-51.2-17.92-69.12 0L18.38 62.08c-48.64 51.2 5.12 186.88 125.44 307.2s256 176.641 307.2 125.44l48.64-48.64c17.921-20.48 17.921-51.2 0-69.12z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.top-header__contacts a.email::before{
	width: 17px;
	height: 17px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m331.756 277.251-42.881 43.026c-17.389 17.45-47.985 17.826-65.75 0l-42.883-43.026L26.226 431.767C31.959 434.418 38.28 436 45 436h422c6.72 0 13.039-1.58 18.77-4.232L331.756 277.251z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M467 76H45c-6.72 0-13.041 1.582-18.772 4.233l164.577 165.123c.011.011.024.013.035.024a.05.05 0 0 1 .013.026l53.513 53.69c5.684 5.684 17.586 5.684 23.27 0l53.502-53.681s.013-.024.024-.035c0 0 .024-.013.035-.024L485.77 80.232C480.039 77.58 473.72 76 467 76zM4.786 101.212C1.82 107.21 0 113.868 0 121v270c0 7.132 1.818 13.79 4.785 19.788l154.283-154.783L4.786 101.212zM507.214 101.21 352.933 256.005 507.214 410.79C510.18 404.792 512 398.134 512 391V121c0-7.134-1.82-13.792-4.786-19.79z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.top-header__address{
	margin-left: auto;
}
.top-header__address a::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 64 64' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M32 0A24.032 24.032 0 0 0 8 24c0 17.23 22.36 38.81 23.31 39.72a.99.99 0 0 0 1.38 0C33.64 62.81 56 41.23 56 24A24.032 24.032 0 0 0 32 0zm0 35a11 11 0 1 1 11-11 11.007 11.007 0 0 1-11 11z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.top-header__socials a{
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	background: center/contain no-repeat;
}
.top-header__socials a.facebook{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M437 0H75C33.648 0 0 33.648 0 75v362c0 41.352 33.648 75 75 75h151V331h-60v-90h60v-61c0-49.629 40.371-90 90-90h91v90h-91v61h91l-15 90h-76v181h121c41.352 0 75-33.648 75-75V75c0-41.352-33.648-75-75-75zm0 0' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.top-header__socials a.instagram{
	width: 25px;
	height: 25px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M17 2H7C4.24 2 2 4.24 2 7v10c0 2.76 2.24 5 5 5h10c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5zm-5 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm5.35-9.38c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
.top-header__socials a.facebook:hover{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M437 0H75C33.648 0 0 33.648 0 75v362c0 41.352 33.648 75 75 75h151V331h-60v-90h60v-61c0-49.629 40.371-90 90-90h91v90h-91v61h91l-15 90h-76v181h121c41.352 0 75-33.648 75-75V75c0-41.352-33.648-75-75-75zm0 0' fill='%23fde800' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.top-header__socials a.instagram:hover{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M17 2H7C4.24 2 2 4.24 2 7v10c0 2.76 2.24 5 5 5h10c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5zm-5 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm5.35-9.38c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z' fill='%23fde800' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3' fill='%23fde800' opacity='1' data-original='%23000000' class=''%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
.top-header__socials a.tik_tok{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512.6 512.6' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M457.21 0H55.39C24.8 0 0 24.8 0 55.39v401.82c0 30.59 24.8 55.39 55.39 55.39h401.82c30.59 0 55.39-24.8 55.39-55.39V55.39C512.6 24.8 487.8 0 457.21 0zm-42.79 223.3c-32.45 0-62.52-10.38-87.07-28v127.17c0 63.52-51.67 115.19-115.18 115.19-24.54 0-47.3-7.74-66.01-20.88-29.7-20.85-49.17-55.34-49.17-94.31 0-63.51 51.67-115.18 115.18-115.18 5.27 0 10.44.43 15.52 1.12v63.89c-4.91-1.54-10.11-2.43-15.52-2.43-29.01 0-52.6 23.6-52.6 52.6 0 20.2 11.45 37.75 28.2 46.56 7.3 3.85 15.59 6.05 24.4 6.05 28.34 0 51.45-22.54 52.5-50.63l.1-250.79h62.58c0 5.42.53 10.72 1.48 15.87 4.42 23.85 18.57 44.3 38.17 57.09 13.66 8.9 29.94 14.1 47.42 14.1z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");	
}
.top-header__socials a.tik_tok:hover{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512.6 512.6' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M457.21 0H55.39C24.8 0 0 24.8 0 55.39v401.82c0 30.59 24.8 55.39 55.39 55.39h401.82c30.59 0 55.39-24.8 55.39-55.39V55.39C512.6 24.8 487.8 0 457.21 0zm-42.79 223.3c-32.45 0-62.52-10.38-87.07-28v127.17c0 63.52-51.67 115.19-115.18 115.19-24.54 0-47.3-7.74-66.01-20.88-29.7-20.85-49.17-55.34-49.17-94.31 0-63.51 51.67-115.18 115.18-115.18 5.27 0 10.44.43 15.52 1.12v63.89c-4.91-1.54-10.11-2.43-15.52-2.43-29.01 0-52.6 23.6-52.6 52.6 0 20.2 11.45 37.75 28.2 46.56 7.3 3.85 15.59 6.05 24.4 6.05 28.34 0 51.45-22.54 52.5-50.63l.1-250.79h62.58c0 5.42.53 10.72 1.48 15.87 4.42 23.85 18.57 44.3 38.17 57.09 13.66 8.9 29.94 14.1 47.42 14.1z' fill='%23fcd401' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.top-header__socials a.youtube{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 310 310' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M297.917 64.645c-11.19-13.302-31.85-18.728-71.306-18.728H83.386c-40.359 0-61.369 5.776-72.517 19.938C0 79.663 0 100.008 0 128.166v53.669c0 54.551 12.896 82.248 83.386 82.248h143.226c34.216 0 53.176-4.788 65.442-16.527C304.633 235.518 310 215.863 310 181.835v-53.669c0-29.695-.841-50.16-12.083-63.521zm-98.896 97.765-65.038 33.991a9.997 9.997 0 0 1-14.632-8.863v-67.764a10 10 0 0 1 14.609-8.874l65.038 33.772a10 10 0 0 1 .023 17.738z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.top-header__socials a.youtube:hover{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 310 310' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M297.917 64.645c-11.19-13.302-31.85-18.728-71.306-18.728H83.386c-40.359 0-61.369 5.776-72.517 19.938C0 79.663 0 100.008 0 128.166v53.669c0 54.551 12.896 82.248 83.386 82.248h143.226c34.216 0 53.176-4.788 65.442-16.527C304.633 235.518 310 215.863 310 181.835v-53.669c0-29.695-.841-50.16-12.083-63.521zm-98.896 97.765-65.038 33.991a9.997 9.997 0 0 1-14.632-8.863v-67.764a10 10 0 0 1 14.609-8.874l65.038 33.772a10 10 0 0 1 .023 17.738z' fill='%23fcd401' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.header__row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	padding: 15px 0;
}
.header__logo{
	width: 20%;
	max-width: 160px;
}
.logo{
	display: block;
	width: 100%;
}
.logo img{
	display: block;

}
.main-navigation{
	max-width: 70%;
}
.main-navigation > ul{
	gap: 20px;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.main-navigation a{
	color: #242424;
	display: block;
	padding: 5px 13px;
    border-radius: 20px;
    font-size: 18px;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 3px;
    font-family: 'Pangolin';
}
.main-navigation li.menu-item-has-children > a:after {
    content: "";
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    background: center/contain no-repeat;
    transition: all .3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M225.923 354.706c-8.098 0-16.195-3.092-22.369-9.263L9.27 151.157c-12.359-12.359-12.359-32.397 0-44.751 12.354-12.354 32.388-12.354 44.748 0l171.905 171.915 171.906-171.909c12.359-12.354 32.391-12.354 44.744 0 12.365 12.354 12.365 32.392 0 44.751L248.292 345.449c-6.177 6.172-14.274 9.257-22.369 9.257z' fill='%23242424' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.main-navigation > ul > li > a:hover{
	color: #fff;
	background: #fcd401;
}
.main-navigation li.menu-item-has-children > a:hover::after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M225.923 354.706c-8.098 0-16.195-3.092-22.369-9.263L9.27 151.157c-12.359-12.359-12.359-32.397 0-44.751 12.354-12.354 32.388-12.354 44.748 0l171.905 171.915 171.906-171.909c12.359-12.354 32.391-12.354 44.744 0 12.365 12.354 12.365 32.392 0 44.751L248.292 345.449c-6.177 6.172-14.274 9.257-22.369 9.257z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.main-info .splide__slide{
	height: 43vw;
}
.main-info .splide__slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.main-info .splide__slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.splide__pagination{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	gap: 10px;
	z-index: 9;
}
.splide__pagination button{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #cb6be6;
	transition: all .3s ease;
	padding: 0;
}
.splide__pagination button.is-active{
	background: #cb6be6;
}

.blocks{
	padding: 4.5rem 0;
	background: center/cover no-repeat;
}
.blocks__row{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
.blocks__item{
	width: calc(100% / 3 - (30px / 3 * (3 - 1)));
	background: #fff;
	padding: 0px 40px 30px;
	text-align: center;
}
.blocks__number{
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-weight: bold;
	font-size: 32px;
	margin: -20px auto 20px;
	color: #6bdcff;
	background: #f8fc91;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Pangolin';
}
.blocks__item:nth-of-type(even) .blocks__number{
	background: #c091fc;
}
.blocks__item .title{
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 15px;
	font-family: 'Pangolin';
	color: #e56c6c;
}
.blocks__item:nth-of-type(even) .title{
	color: #ffb900;
}
.blocks__item p{
	margin: 0;
}
.programs{
	padding: 4.5rem 0 6rem;
}

.section-title{
	font-size: 36px;
	font-family: 'Pangolin';
	text-align: center;
	margin-bottom: 40px;
	color: #cb6be6;
}
.programs__row{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.programs__item{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% / 4 - (10px / 4 * (4 - 1)));
	padding: 30px 35px;
	min-height: 250px;
	text-align: center;
}
.programs__item p{
	margin: 0;
}

.steps{
	padding: 4rem 0;
	background: center/cover no-repeat;
	position: relative;
}
.shape-after,
.shape-before{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
}
.shape-before{
	bottom: calc(100% - 8px);
}
.shape-after{
	top: calc(100% - 10px);
}
.steps__row{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.steps__item{
	width: calc(100% / 3);
	padding: 0 55px;
}
.steps__inner{
	position: relative;
    background-color: #fff;
    border-radius: 40px;
    padding: 40px 40px 32px;
}
.steps__number {
    width: 60px;
    height: 60px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dbeaf7;
    color: #cb6be6;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 35px;
    right: -30px;
    border-radius: 50px;
}
.steps__head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.steps__icon{
	width: 50px;
    margin-right: 20px;
}
.steps__title {
    max-width: 130px;
    margin-bottom: 0;
    text-align: center;
    color: #cb6be6;
}
.steps__direction{
    position: absolute;
    left: calc(100% + 30px);
    top: 42px;
    width: 80px;
}
@media (max-width: 1399px) {
	.steps__direction{
        left: calc(100% + 20px);
    }
}
.steps__item:last-of-type .steps__direction{
	display: none;
}
.steps__text{
	margin: 0;
	text-align: center;
	font-size: 14px;
}

.variants{
	padding: 4.5rem 0;
}
.variants__row{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.variants__image{
	width: 35%;
}
.variants__items{
	width: 60%;
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
	column-gap: 70px;
	row-gap: 30px;
	flex-wrap: wrap;
}
.variants__item{
	width: calc(100% / 2 - (70px / 2 * (2 - 1)));
	padding: 15px 30px;
	text-align: center;
	font-family: 'Pangolin';
	height: 100%;
}
.variants__item .title{
	font-size: 24px;
	text-transform: uppercase;
}
.variants__item p{
	margin: 0;
}
.variants__price{
	font-size: 32px;
	color:#cb6be6;
	margin-top: 10px;
}

.seo-text__buttons{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
	margin-top: 30px;
}
.seo-text__buttons .btn{
	min-width: 300px;
	font-size: 20px;
	line-height: 1.5;
}
.btn{
	text-decoration: none;
	background: #46b450;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	border: none;
	outline: none!important;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	letter-spacing: 1px;
}
.btn.open-modal{
	background-color: #ff4e1b;
}
.btn:hover{
	color: #fff;
	opacity: 0.8;
}
.input-wrap{
	margin-bottom: 30px;
}
.input-wrap label{
	color: #103741;
	margin-bottom: 11px;
	display: block;
}
.input-wrap span{
	display: block;
	width: 100%;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  width: 100%;
  color: #242424;
  background: #f9f6ef;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 1rem 1.5rem;
  height: 50px;
}
input[type="date"].wpcf7-not-valid, 
input[type="time"].wpcf7-not-valid, 
input[type="datetime-local"].wpcf7-not-valid, 
input[type="week"].wpcf7-not-valid, 
input[type="month"].wpcf7-not-valid, 
input[type="text"].wpcf7-not-valid, 
input[type="email"].wpcf7-not-valid, 
input[type="url"].wpcf7-not-valid, 
input[type="password"].wpcf7-not-valid, 
input[type="search"].wpcf7-not-valid, 
input[type="tel"].wpcf7-not-valid, 
input[type="number"].wpcf7-not-valid, textarea.wpcf7-not-valid{
	border-color: #dc3232;
}
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	outline: none!important;
}
.wpcf7-not-valid-tip{
	display: none!important;
}
input[type="submit"]{
	background-color: #cb6be6;
    color: #fff;
    font-size: 18px;
    padding: 11px 33px 10px;
    line-height: 1.6;
    text-transform: capitalize;
    min-width: 150px;
    text-align: center;
    border-radius: 9999px;
    border: none;
    display: inline-block;
    overflow: hidden;
}
textarea{
	resize: none;
	height: 150px;
}

.modal{
	display: none;
	max-width: 400px;
}

.footer{
	background: #232323;
	padding: 3rem 0 0;
}
.footer--row{
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.footer--column{
	width: calc(100% / 4 - (60px / 4 * (4 - 1)));
}
.footer--column .logo{
	margin-bottom: 20px;
	width: 100%;
}
.footer--column p{
	font-size: 14px;
	color: #888;
	margin-top: 0;
}
.footer__socials{
	display: flex;
	gap: 7px;
	align-items: center;
}
.footer__socials a{
	border-radius: 50%;
	width: 45px;
	height: 45px;
	background: center/18px no-repeat;
	font-size: 0;
}
.footer__socials .facebook{
	background-color: #00a0d2;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 155.139 155.139' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M89.584 155.139V84.378h23.742l3.562-27.585H89.584V39.184c0-7.984 2.208-13.425 13.67-13.425l14.595-.006V1.08C115.325.752 106.661 0 96.577 0 75.52 0 61.104 12.853 61.104 36.452v20.341H37.29v27.585h23.814v70.761h28.48z' style='' fill='%23ffffff' data-original='%23010002' opacity='1' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.footer__socials .instagram{
	background-color: #163f88;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 409.61 409.61' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M307.205 0h-204.8C46.09 0 .005 46.085.005 102.4v204.81c0 56.3 46.085 102.4 102.4 102.4h204.8c56.315 0 102.4-46.1 102.4-102.4V102.4c0-56.315-46.085-102.4-102.4-102.4zm68.265 307.21c0 37.632-30.612 68.265-68.265 68.265h-204.8c-37.637 0-68.265-30.633-68.265-68.265V102.4c0-37.642 30.628-68.265 68.265-68.265h204.8c37.653 0 68.265 30.623 68.265 68.265v204.81z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3Ccircle cx='315.755' cy='93.865' r='25.6' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/circle%3E%3Cpath d='M204.805 102.4c-56.566 0-102.4 45.839-102.4 102.4 0 56.54 45.834 102.41 102.4 102.41 56.55 0 102.4-45.87 102.4-102.41 0-56.561-45.85-102.4-102.4-102.4zm0 170.675c-37.699 0-68.265-30.566-68.265-68.275s30.566-68.265 68.265-68.265 68.265 30.556 68.265 68.265-30.566 68.275-68.265 68.275z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.footer__socials .tik_tok{
	background-color: #cb6be6;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M480.32 128.39c-29.22 0-56.18-9.68-77.83-26.01-24.83-18.72-42.67-46.18-48.97-77.83A129.78 129.78 0 0 1 351.04.39h-83.47v228.08l-.1 124.93c0 33.4-21.75 61.72-51.9 71.68a75.905 75.905 0 0 1-28.04 3.72c-12.56-.69-24.33-4.48-34.56-10.6-21.77-13.02-36.53-36.64-36.93-63.66-.63-42.23 33.51-76.66 75.71-76.66 8.33 0 16.33 1.36 23.82 3.83v-84.75c-7.9-1.17-15.94-1.78-24.07-1.78-46.19 0-89.39 19.2-120.27 53.79-23.34 26.14-37.34 59.49-39.5 94.46-2.83 45.94 13.98 89.61 46.58 121.83 4.79 4.73 9.82 9.12 15.08 13.17 27.95 21.51 62.12 33.17 98.11 33.17 8.13 0 16.17-.6 24.07-1.77 33.62-4.98 64.64-20.37 89.12-44.57 30.08-29.73 46.7-69.2 46.88-111.21l-.43-186.56a210.864 210.864 0 0 0 46.88 27.34c26.19 11.05 53.96 16.65 82.54 16.64v-83.1c.02.02-.22.02-.24.02z' fill='%23ffffff' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.footer__socials a:hover{
	background-color: #103741;
}

.widget-title,
.footer--column .wp-block-heading{
	color: #fff;
	font-family: 'Pangolin';
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 15px;
	position: relative;
}
.widget-title:after,
.footer--column .wp-block-heading:after {
    content: "";
    height: 1px;
    width: 50px;
    background-color: #3b3b3b;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer--column .menu,
.footer--column .wp-block-latest-posts__list{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footer--column .menu a{
	color: #888;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}
.footer--column .menu a::before{
	content: '';
	flex-shrink: 0;
	width: 14px;
	height: 16px;
	background: center/contain no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m506.134 241.843-.018-.019-104.504-104c-7.829-7.791-20.492-7.762-28.285.068-7.792 7.829-7.762 20.492.067 28.284L443.558 236H20c-11.046 0-20 8.954-20 20s8.954 20 20 20h423.557l-70.162 69.824c-7.829 7.792-7.859 20.455-.067 28.284 7.793 7.831 20.457 7.858 28.285.068l104.504-104 .018-.019c7.833-7.818 7.808-20.522-.001-28.314z' fill='%23888888' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.footer--column .menu a:hover{
	color: #cb6be6;
}
.footer--column .menu a:hover::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m506.134 241.843-.018-.019-104.504-104c-7.829-7.791-20.492-7.762-28.285.068-7.792 7.829-7.762 20.492.067 28.284L443.558 236H20c-11.046 0-20 8.954-20 20s8.954 20 20 20h423.557l-70.162 69.824c-7.829 7.792-7.859 20.455-.067 28.284 7.793 7.831 20.457 7.858 28.285.068l104.504-104 .018-.019c7.833-7.818 7.808-20.522-.001-28.314z' fill='%23cb6be6' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.footer--column .wp-block-latest-posts__list li{
	margin-bottom: 15px;
}
.footer--column .wp-block-latest-posts__list a{
	display: block;
	color: #fff;
	font-family: 'Pangolin';
	margin-bottom: 3px;
	text-decoration: none;
}
.footer--column .wp-block-latest-posts__list a:hover{
	color: #cb6be6;
}
.footer--column .wp-block-latest-posts__list time,
.post-date{
	display: flex;
	align-items: center;
	gap:7px;
	font-size: 14px;
	color: #8f959b;
}
.footer--column .wp-block-latest-posts__list time::before,
.post-date::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: center/contain no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M452 40h-24V0h-40v40H124V0H84v40H60C26.916 40 0 66.916 0 100v352c0 33.084 26.916 60 60 60h392c33.084 0 60-26.916 60-60V100c0-33.084-26.916-60-60-60zm20 412c0 11.028-8.972 20-20 20H60c-11.028 0-20-8.972-20-20V188h432v264zm0-304H40v-48c0-11.028 8.972-20 20-20h24v40h40V80h264v40h40V80h24c11.028 0 20 8.972 20 20v48z' fill='%238f959b' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M76 230h40v40H76zM156 230h40v40h-40zM236 230h40v40h-40zM316 230h40v40h-40zM396 230h40v40h-40zM76 310h40v40H76zM156 310h40v40h-40zM236 310h40v40h-40zM316 310h40v40h-40zM76 390h40v40H76zM156 390h40v40h-40zM236 390h40v40h-40zM316 390h40v40h-40zM396 310h40v40h-40z' fill='%238f959b' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.footer--contacts a,
.footer--contacts div.adresa{
	font-family: 'Pangolin';
	color: #888;
	font-size: 14px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}
.footer--contacts a:hover{
	color: #cb6be6;
}
.footer--contacts a::before,
.footer--contacts div::before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: center/contain no-repeat;
	flex-shrink: 0;
}
.footer--contacts div.adresa::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 64 64' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M32 0A24.032 24.032 0 0 0 8 24c0 17.23 22.36 38.81 23.31 39.72a.99.99 0 0 0 1.38 0C33.64 62.81 56 41.23 56 24A24.032 24.032 0 0 0 32 0zm0 35a11 11 0 1 1 11-11 11.007 11.007 0 0 1-11 11z' fill='%23cb6be6' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.footer--contacts a.tel::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 513.64 513.64' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m499.66 376.96-71.68-71.68c-25.6-25.6-69.12-15.359-79.36 17.92-7.68 23.041-33.28 35.841-56.32 30.72-51.2-12.8-120.32-79.36-133.12-133.12-7.68-23.041 7.68-48.641 30.72-56.32 33.28-10.24 43.52-53.76 17.92-79.36l-71.68-71.68c-20.48-17.92-51.2-17.92-69.12 0L18.38 62.08c-48.64 51.2 5.12 186.88 125.44 307.2s256 176.641 307.2 125.44l48.64-48.64c17.921-20.48 17.921-51.2 0-69.12z' fill='%23cb6be6' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.footer--contacts a.email::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m331.756 277.251-42.881 43.026c-17.389 17.45-47.985 17.826-65.75 0l-42.883-43.026L26.226 431.767C31.959 434.418 38.28 436 45 436h422c6.72 0 13.039-1.58 18.77-4.232L331.756 277.251z' fill='%23cb6be6' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M467 76H45c-6.72 0-13.041 1.582-18.772 4.233l164.577 165.123c.011.011.024.013.035.024a.05.05 0 0 1 .013.026l53.513 53.69c5.684 5.684 17.586 5.684 23.27 0l53.502-53.681s.013-.024.024-.035c0 0 .024-.013.035-.024L485.77 80.232C480.039 77.58 473.72 76 467 76zM4.786 101.212C1.82 107.21 0 113.868 0 121v270c0 7.132 1.818 13.79 4.785 19.788l154.283-154.783L4.786 101.212zM507.214 101.21 352.933 256.005 507.214 410.79C510.18 404.792 512 398.134 512 391V121c0-7.134-1.82-13.792-4.786-19.79z' fill='%23cb6be6' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.footer-bottom{
	margin-top: 4rem;
	background: #1a1a1a;
	text-align: center;
	color: #888;
	font-size: 14px;
	padding: 30px 0;
}


.page-top{
	padding: 180px 0;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	background: center/cover no-repeat;
}
.page-top::after{
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(36, 36, 36, .65);
	z-index: -1;
}
.page-title{
	color: #fff;
	margin: 0;
	line-height: 1.3;
}
.page-top__info{    
	font-size: 1.6rem;
    font-family: 'Pangolin';
}
.contact-data{
	padding: 6rem 0;
}
.contact-data__row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.contact-data__form{
	width: 42%;
}
.contact-info-box{
	width: calc(100% - 42% - 30px);
	box-shadow: rgba(105, 116, 119, 0.08) 0px 8px 40px 0px;
    background-color: rgb(253, 253, 253);
    border-width: 2px;
    border-style: dashed;
    border-color: rgb(235, 235, 235);
    border-image: initial;
    border-radius: 30px;
    padding: 35px 40px 40px;
}
.info-media {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.info-media .media-icon {
    width: 75px;
    height: 75px;
    background-color: #fff;
    line-height: 54px;
    border-radius: 50%;
    border: 10px solid #ffe9e4;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-media .media-icon img{
	max-width: 26px;
}
.media-body {
    flex: 1;
}
.info-media .info-title {
    font-weight: 600;
    margin-bottom: 6px;
}
.info-media .info-text {
    margin: 0;
}
.info-media .info-text a {
    color: inherit;
    text-decoration: none;
}
.info-media .info-text a:hover{
	color: #cb6be6;
}
.contact-location {
    line-height: 1px;
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 16 / 7.2;
}
.contact-location iframe {
    height: 100%;
    width: 100%;
}

.secion-content{
	padding: 3rem 0;
}

.team{
	padding: 2rem 0 5rem;
}
.team-item{
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.team-photo{
	width: 33%;
}
.team-photo img{
	display: block;
	border-radius: 30px;
}
.team-name{
	background: #fff;
	max-width: 260px;
    border-radius: 30px;
    box-shadow: 0px 15px 30px 0px rgba(37, 69, 116, 0.045);
    text-align: center;
    margin: 0 auto;
	margin-top: -20px;
    padding: 25px 10px 20px 10px;
    z-index: 2;
    position: relative;
    font-weight: 600;
    color: #cb6be6;
    font-family: 'Pangolin';
    font-size: 24px;
}

.team-data{
	width: calc(66% - 30px);
}
.team-position{
    color: #cb6be6;
    font-family: 'Pangolin';
    font-size: 24px;
    margin-bottom: 15px;
}
.team-socials{
	display: flex;
	align-items: center;
	gap: 15px;
}
.team-socials a{
	width: 30px;
	height: 30px;
}
.team-socials a svg{
	width: 100%;
	height: auto;
	display: block;
}


.partners{
	padding: 4rem 0;
}
.partners-wrap{
	column-count: 6;
	column-gap: 15px;
}
.partners-item {
    width: 100%;
    margin-bottom: 15px;
}
.partners-item img{
    display: block;
}

.blog-section{
	padding: 2rem 0 4rem;
}
.blog-row{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.blog-row .post{
	width: calc(100% / 3 - (30px / 3 * (3 - 1)));
	display: flex;
	flex-direction: column;
}
.thumbnail-link{
	display: block;
	width: 100%;
	height: 255px;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 0px 35px 0px 35px;
}
.thumbnail-link img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article__text{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.article__title{
	font-size: 18px;
    font-family: 'Pangolin';
    margin-bottom: 15px;
}
.article__title a{
    color: #cb6be6;
    text-decoration: none;
}
.article__excerpt {
	margin-bottom: 10px;
	flex-grow: 1;
}
.article__excerpt p{
	margin: 0;
}
.article__read-more{
	text-decoration: none;
    color: #cb6be6;
    font-size: 12px;
    font-weight: 700;
}

.nav-links{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7px;
}
.nav-links .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: transparent;
	transition: all .3s ease;
	color: #cb6be6;
	text-decoration: none;
}
.nav-links a.page-numbers:hover,
.nav-links .page-numbers.current{
	background-color: #cb6be6;
	color: #fff;
}
.nav-links .next.page-numbers,
.nav-links .prev.page-numbers{
	font-size: 0;
	background: center/ 13px no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M382.678 226.804 163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z' fill='%23cb6be6' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.nav-links .next.page-numbers:hover,
.nav-links .prev.page-numbers:hover{
	background-color: #cb6be6;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M382.678 226.804 163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z' fill='%23fff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.nav-links .prev.page-numbers{
	transform: rotate(180deg);
}
.show-mobile,
.close-mobile,
.mobile-logo{
	display: none;
}

.overlay.active{
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #242424;
	opacity: 0.8;
	z-index: 998;
}

html.hidden{
	overflow: hidden;
}

.centr-blocks{
	padding: 5rem 0;
}
.centr-blocks__row{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.centr-blocks__item{
	border-radius: 30px;
	overflow: hidden;
	padding: 20px;
	width: calc(100% / 2 - (30px / 2 * (2 - 1)));
	background: center/cover no-repeat;
}
.centr-blocks__item.full{
	width: 100%;
}
.centr-blocks__item .title{
	font-family: 'Pangolin';
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #cb6be6;
}
.centr-blocks__item ul li{
	list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(79.607844%25,41.960785%25,90.196079%25);fill-opacity:1;' d='M 3.054688 9.261719 C 2.351562 9.261719 1.710938 9.667969 1.40625 10.304688 C 1.105469 10.941406 1.195312 11.695312 1.640625 12.242188 L 6.285156 17.929688 C 6.621094 18.347656 7.136719 18.574219 7.671875 18.546875 C 8.234375 18.515625 8.746094 18.214844 9.070312 17.71875 L 18.714844 2.183594 C 18.714844 2.179688 18.71875 2.179688 18.71875 2.175781 C 18.808594 2.035156 18.78125 1.761719 18.59375 1.589844 C 18.492188 1.492188 18.351562 1.445312 18.210938 1.453125 C 18.070312 1.464844 17.9375 1.53125 17.847656 1.640625 C 17.847656 1.644531 17.84375 1.648438 17.839844 1.652344 L 8.109375 12.644531 C 8.035156 12.726562 7.929688 12.777344 7.816406 12.785156 C 7.707031 12.792969 7.59375 12.753906 7.511719 12.675781 L 4.28125 9.738281 C 3.949219 9.429688 3.507812 9.261719 3.054688 9.261719 Z M 3.054688 9.261719 '/%3E%3C/g%3E%3C/svg%3E%0A");
}
.centr-blocks__item ul li:not(:last-of-type){
	margin-bottom: 5px;
}

.centr-reasons{
	padding: 2.5rem 0;
}
.reasons-row{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.reasons-item{
	width: calc(100% / 3 - (30px / 3 * (3 - 1)));
	background: #fff;
	border-radius: 30px;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.19), 0px 3px 0px 0px rgba(231, 13, 60, 0.04);
	padding: 30px;
	text-align: center;
	font-size: 18px;
}
.benefits-wrap .reasons-item{
	font-size: 16px;
}
.reason-icon{
	width: 64px;
	margin: 0 auto 15px;
}
.reason-seo{
	margin-top: 30px;
}
.reason-title{
	font-family: 'Pangolin';
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #cb6be6;
}
.reason-number{
	border-radius: 50%;
    width: 70px;
    height: 70px;
    font-weight: bold;
    font-size: 32px;
    margin: -58px auto 20px;
    color: #fff;
    background: #fcd401;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Pangolin';
}
.reasons-item:nth-of-type(even) .reason-number {
    background: #cb6be6;
}
.benefits-wrap{
	margin-top: 50px;
	row-gap: 60px;
}

.centr-variants{
	padding: 2.5rem 0;
}
.centr-variants__row{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.centr-variants__item{
	cursor: pointer;
	width: calc(100% / 3 - (30px / 3 * (3 - 1)));
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.centr-variants__image{
	width: 81%;
	margin: 0 auto;
	height: 220px;
	overflow: hidden;
	border-radius: 50px;
	position: relative;
}
.centr-variants__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .3s ease;
}
.centr-variants__item:hover .centr-variants__image img{
	transform: scale(1.1);
}
.centr-variants__inner{
	margin-top: -100px;
    background-color: #f3ecf5;
    border-radius: 50px;
    padding: 134px 40px 36px 40px;
    text-align: center;
    flex-grow: 1;
}
.centr-variants__inner p{
	margin: 0;
}
.centr-variants__item .centr-variants__info{
	display: none;
}
.centr-variants__title{
	font-family: 'Pangolin';
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #cb6be6;
}

#programInfo{
	max-width: 85%;
}
#programInfo ul li{
	list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(79.607844%25,41.960785%25,90.196079%25);fill-opacity:1;' d='M 3.054688 9.261719 C 2.351562 9.261719 1.710938 9.667969 1.40625 10.304688 C 1.105469 10.941406 1.195312 11.695312 1.640625 12.242188 L 6.285156 17.929688 C 6.621094 18.347656 7.136719 18.574219 7.671875 18.546875 C 8.234375 18.515625 8.746094 18.214844 9.070312 17.71875 L 18.714844 2.183594 C 18.714844 2.179688 18.71875 2.179688 18.71875 2.175781 C 18.808594 2.035156 18.78125 1.761719 18.59375 1.589844 C 18.492188 1.492188 18.351562 1.445312 18.210938 1.453125 C 18.070312 1.464844 17.9375 1.53125 17.847656 1.640625 C 17.847656 1.644531 17.84375 1.648438 17.839844 1.652344 L 8.109375 12.644531 C 8.035156 12.726562 7.929688 12.777344 7.816406 12.785156 C 7.707031 12.792969 7.59375 12.753906 7.511719 12.675781 L 4.28125 9.738281 C 3.949219 9.429688 3.507812 9.261719 3.054688 9.261719 Z M 3.054688 9.261719 '/%3E%3C/g%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 1024px){
	.steps__item{
		padding: 0 15px;
	}
	.steps__direction{
		display: none;
	}
}
@media screen and (max-width: 992px){
	.main-navigation {
	    max-width: 67%;
	}
	.programs__item {
	    width: calc(100% / 3 - (10px / 3 * (3 - 1)));
	}
	.variants__items{
		column-gap: 30px;
	}
	.variants__item {
	    width: calc(100% / 2 - (30px / 2 * (2 - 1)));
	}
	.centr-variants__item{
	    width: calc(100% / 2 - (30px / 2 * (2 - 1)));
	}
}
@media screen and (max-width: 768px){
	.menu-toggle{
	    height: 40px;
	    width: 60px;
	    padding: 5px 15px;
	    border-radius: 50px;
	    font-size: 0;
	    background: #cb6be6;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	    gap: 5px;
	}
	.menu-toggle span{
		width: 100%;
		height: 2px;
		border-radius: 2px;
		background: #fff;
		transition: all .3s ease;
	}
	.show-mobile{
		display: flex;
	}
	.top-header__inner .top-header__socials{
		display: none;
	}
	.top-header__socials{
		width: 30%;
		max-width: 130px;
		justify-content: flex-end;
	}
	.main-navigation{
		position: fixed;
		left: -100%;
		top: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		background: #fff;
		z-index: 999;
		max-width: 300px;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		border-right: 1px solid #cb6be6;
		padding: 40px 40px 30px;
		transition: all .3s ease;
	}
	.main-navigation.active{
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.main-navigation ul{
		display: block;
		height: calc(100% - 140px);
		overflow-y: auto;
		overflow-x: hidden;
	}
	.top-header__address,
	.top-header__contacts .email{
		display: none;
	}
	.top-header__inner{
		justify-content: center;
	}
	.top-header__socials a.facebook {
	    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M437 0H75C33.648 0 0 33.648 0 75v362c0 41.352 33.648 75 75 75h151V331h-60v-90h60v-61c0-49.629 40.371-90 90-90h91v90h-91v61h91l-15 90h-76v181h121c41.352 0 75-33.648 75-75V75c0-41.352-33.648-75-75-75zm0 0' fill='%23cb6be6' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	}
	.top-header__socials a.instagram{
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M17 2H7C4.24 2 2 4.24 2 7v10c0 2.76 2.24 5 5 5h10c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5zm-5 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm5.35-9.38c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z' fill='%23cb6be6' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3' fill='%23cb6be6' opacity='1' data-original='%23000000' class=''%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
	}
	.top-header__socials a.tik_tok {
	    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M475.074 0H36.926C16.531 0 0 16.531 0 36.926v438.148C0 495.469 16.531 512 36.926 512h438.148C495.469 512 512 495.469 512 475.074V36.926C512 16.531 495.469 0 475.074 0zm-90.827 195.959v34.613c-16.322.006-32.181-3.192-47.137-9.503a120.436 120.436 0 0 1-26.772-15.613l.246 106.542c-.103 23.991-9.594 46.532-26.772 63.51-13.98 13.82-31.695 22.609-50.895 25.453a93.827 93.827 0 0 1-13.746 1.011c-20.553 0-40.067-6.659-56.029-18.943a93.095 93.095 0 0 1-8.612-7.521c-18.617-18.4-28.217-43.34-26.601-69.575 1.234-19.971 9.229-39.017 22.558-53.945 17.635-19.754 42.306-30.719 68.684-30.719 4.643 0 9.234.348 13.746 1.017v48.399a43.332 43.332 0 0 0-13.603-2.187c-24.1 0-43.597 19.662-43.237 43.779.228 15.431 8.658 28.92 21.09 36.355a42.966 42.966 0 0 0 19.737 6.053 43.363 43.363 0 0 0 16.013-2.124c17.218-5.688 29.639-21.861 29.639-40.935l.057-71.346V110.028h47.668a74.12 74.12 0 0 0 1.416 13.797c3.598 18.075 13.786 33.757 27.966 44.448 12.364 9.326 27.76 14.854 44.448 14.854.011 0 .148 0 .137-.011v12.843z' fill='%23cb6be6' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	}
	.top-header__socials a.youtube{
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 310 310' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M297.917 64.645c-11.19-13.302-31.85-18.728-71.306-18.728H83.386c-40.359 0-61.369 5.776-72.517 19.938C0 79.663 0 100.008 0 128.166v53.669c0 54.551 12.896 82.248 83.386 82.248h143.226c34.216 0 53.176-4.788 65.442-16.527C304.633 235.518 310 215.863 310 181.835v-53.669c0-29.695-.841-50.16-12.083-63.521zm-98.896 97.765-65.038 33.991a9.997 9.997 0 0 1-14.632-8.863v-67.764a10 10 0 0 1 14.609-8.874l65.038 33.772a10 10 0 0 1 .023 17.738z' fill='%23cb6be6' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	}
	.mobile-logo{
		display: block;
		margin-bottom: 30px;
	}
	.close-mobile{
		display: block;
		position: absolute;
		right: -20px;
		top: 20px;
		width: 40px;
		height: 40px;
		padding: 12px;
		border-radius: 50%;
	    background: #cb6be6;
	}
	.close-mobile svg{
		display: block;
		width: 100%;
		height: auto;
	}
	.main-navigation a::after{
		margin-left: auto;
		transform: rotate(-90deg);
	}
	.main-navigation a{
		padding: 7px 7px;
		border-bottom: 1px solid #fdedf1;
		border-radius: 0;
	}
	.main-navigation .sub-menu{
		position: static;
		box-shadow: none;
		border: none;
		display: none;
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 0;
	}
	.main-navigation .sub-menu.active{
		display: block;
		opacity: 1;
		visibility: visible;
	}
	.wpml-ls-menu-item .wpml-ls-flag{
		width: 20px;
	}
	.blocks__item {
	    width: calc(100% / 2 - (30px / 2 * (2 - 1)));
	}
	.steps__item{
		width: calc(100% / 2);
		margin-bottom: 30px;
	}
	.steps__item:last-of-type{
		margin-bottom: 0;
	}
	.steps__inner{
		height: 100%;
	}
	.variants__items,
	.variants__image{
		width: 100%;
	}
	.variants__row{
		flex-direction: column-reverse;
	}
	.footer--row{
		gap: 30px;
	}
	.footer--column {
	    width: calc(100% / 2 - (30px / 2 * (2 - 1)));
	}
	h1{
		font-size: 60px;
	}
	.page-top{
		padding: 100px 0;
	}
	.contact-data__form,
	.contact-info-box{
		width: 100%;
	}
	.partners-wrap {
	    column-count: 4;
	}
	.blog-row .post {
	    width: calc(100% / 2 - (30px / 2 * (2 - 1)));
	}
	.reasons-item{
	    width: calc(100% / 2 - (30px / 2 * (2 - 1)));
	}
}
@media screen and (max-width: 650px){
	.header__logo{
		width: 25%;
	}
	.top-header__socials{
		width: 25%;
	}
	.blocks__row{
		gap: 50px;
	}
	.blocks__item{
		width: 100%;
	}
	.blocks {
	    padding: 3.5rem 0;
	}
	.programs__item {
        width: 100%;
        min-height: 180px;
    }
    .programs {
	    padding: 3.5rem 0 4rem;
	}
	.section-title{
		margin-bottom: 20px;
		font-size: 32px;
	}
	.steps__item,
	.variants__item,
	.footer--column{
		width: 100%;
	}
	.footer--column .logo{
		max-width: 250px;
	}
	.footer-bottom{
		padding: 15px 0;
	}
	.footer--column .menu li:last-of-type a{
		margin-bottom: 0;
	}
	.main-info .splide__slide {
	    height: 300px;
	}
	h1 {
        font-size: 38px;
    }
    .page-top__info{
    	font-size: 20px;
    }
    .page-top {
        padding: 70px 0;
    }
    .contact-data {
	    padding: 3rem 0;
	}
	.info-media{
		flex-direction: column;
		align-items: flex-start;
	}
	.contact-info-box{
		padding: 30px 20px;
	}
	.info-media .media-icon{
		margin-right: 0;
		margin-bottom: 10px;
	}
	h4 {
	    font-size: 21px;
	}
	.secion-content {
	    padding: 3rem 0;
	}
	.team-item{
		flex-direction: column;
	}
	.team-photo,
	.team-data {
	    width: 100%;
	}
	.team-name{
		font-size: 20px;
		padding: 15px 10px 10px 10px;
	}
	.blog-row .post {
	    width: 100%;
	}
	.nav-links .page-numbers{
		width: 40px;
		height: 40px;
	}
	.centr-blocks__item,
	.reasons-item,
	.centr-variants__item{
		width: 100%;
	}
	.centr-blocks__item .title,
	.centr-variants__title{
		font-size: 20px;
	}
	.centr-variants__inner{
		font-size: 14px;
	}
	.centr-variants__image {
	    width: 85%;
	    height: 200px;
	}
	.centr-variants__inner {
	    padding: 120px 30px 30px 30px;
	}
	.modal--inner .section-title{
		font-size: 20px;
	}
	#programInfo{
		padding: 30px;
	}

}
@media screen and (max-width: 375px){
	.partners-wrap {
	    column-count: 3;
	}
	.thumbnail-link{
		height: 200px;
	}
}
@media screen and (max-width: 320px){}