/*!
Theme Name: theme
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: theme
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.

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

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

	 @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
	 html {
	 	line-height: 1.15;
	 	-webkit-text-size-adjust: 100%;
	 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	 sub {
	 	bottom: -0.25em;
	 }

	 sup {
	 	top: -0.5em;
	 }

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

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

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
	 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 {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* 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 {
	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 {
	display: block;
	text-decoration: none;
}

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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














body, body * {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 21.86px;
	color: #000;

}
body {
	background-image: url(/wp-content/themes/theme/img/bg-site-jpg.jpg);
	background-position: center top;
	background-size: cover;
}
a, a:hover, a *, a:hover * {
	text-decoration: none;
	transition: 0.4s;
}
p {
	margin: 0;
	padding-bottom: 20px;
}
.container {
	width: 100%;
	max-width: 1256px;
	margin: 0 auto;
}
main.site-main {
	padding-top: 90px;
}
.breadcrumb * {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.12px;
	color: #424242;
	text-decoration: none;
}
.breadcrumb .current-item, .breadcrumb .current-item span {
	color: #E86233;
}
.breadcrumb {
	padding-bottom: 40px;
}
.title_page h1, .title_page h1 * {
	font-size: 40px;
	font-weight: 700;
	line-height: 54.64px;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}
.title_page h1 span {
	color: #495C9A;
}

.title_page {
	padding-bottom: 50px;
}

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

.courses_top > * {
	width: 100%;
}

.courses_top_text_before {
	display: flex;
	column-gap: 7px;
	padding-bottom: 40px;
}

.item_courses_top_text_before {
	font-size: 12px;
	font-weight: 500;
	line-height: 16.39px;
	text-align: center;
	color: #495C9A;
	border: 1px solid #495C9A;
	border-radius: 70px;
	padding: 5px 10px;
}

.courses_top_text_text {
	font-size: 16px;
	font-weight: 500;
	line-height: 21.86px;
	text-align: left;
	padding-bottom: 40px;
}

a.btn {
	background: #E86233;
	text-align: center;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	column-gap: 10px;
	border-radius: 14px;
	border: 2px solid #e86233;
}

a.btn span {
	font-size: 16px;
	font-weight: 600;
	line-height: 21.86px;
	color: #fff;
}

.courses_top_text_button {
	display: flex;
	gap: 24px;
}

a.btn span.icon_button {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

a.btn_grey {
	background: rgb(0 0 0 / 5%);
	text-align: center;
	color: #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	column-gap: 10px;
	border-radius: 14px;
	border: 2px solid #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 21.86px;
}
a.btn:hover {
	background: #d94a18;
}
a.btn_grey:hover {
	background: #fff;
}
a.btn:hover span.icon_button {
	transform: rotate(45deg);
}
.courses_top {
	padding-bottom: 80px;
}
.item_box_courses_content {
	border: 1px solid #fff;
	border-image-source: linear-gradient(125.14deg, #000000 -2.05%, #FFFFFF -2.04%, rgba(255, 255, 255, 0) 103.1%);
	margin-bottom: 40px;
	border-radius: 30px;
	padding: 60px 0;
	position: relative;
	z-index: 2;
	background: #FFFFFF4D;
}

.title_item_box_courses_content, .title_item_box_courses_content * {
	max-width: 725px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	font-size: 30px;
	font-weight: 700;
	line-height: 40.98px;
	text-align: left;
	text-transform: uppercase;
}
.img_item_box_courses_content.icon_position_right {
	position: absolute;
	top: 40%;
	right: -85px;
	z-index: 2;
}

.item_box_courses_content:before {
	content: "";
	background: #FFFFFF4D;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 30px;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.title_item_box_courses_content {
	padding-bottom: 40px;
}

.text_item_box_courses_content, .text_item_box_courses_content * {
	max-width: 725px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	font-size: 24px;
	font-weight: 500;
	line-height: 32.78px;
	text-align: left;
}
.img_item_box_courses_content.mouse-parallax-bg.icon_position_left {
	position: absolute;
	left: -90px;
	bottom: -110px;
	z-index: 2;
}
.button_item_box_courses_content {
	position: relative;
	z-index: 2;
	padding-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box_reivews {
	padding-top: 80px;
	overflow: hidden;
}
.title_site, .title_site * {
	font-size: 40px;
	font-weight: 700;
	line-height: 54.64px;
	text-align: center;
	text-transform: uppercase;
}
.title_site strong {
	color: #495C9A;
}
.title_site {
	padding-bottom: 60px;
}
main.site-main {
	overflow: hidden;
}
main.site-main {
	padding-bottom: 60px;
}

sl_reivews .slick-track {
	display: flex;
	column-gap: 16px;
}

.sl_reivews .slick-track {
	display: flex;
	column-gap: 16px;
}

.item_sl_reivews {
	background: #fff;
	border-radius: 20px;
	padding: 14px 15px 30px;
}

.top_item_sl_reivews {
	display: flex;
	align-items: center;
	column-gap: 15px;
	padding-bottom: 12px;
}

.photo_item_sl_reivews {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.photo_item_sl_reivews img {
	width: 100%;
	height: 100%;
}

.name_item_sl_reivews {
	color: #575757;
	font-size: 14px;
	font-weight: 600;
	line-height: 19.12px;
}

.text_item_sl_reivews {
	font-size: 12px;
	font-weight: 500;
	line-height: 16.39px;
	text-align: left;
}
.item_sl_reivews_after.slick-slide {
	max-width: 180px;
}
.sl_reivews .slick-list {
	display: flex ;
}
.sl_reivews button.slick-arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100px;
	margin: 0 auto;
	background-color: #495C9A;
	height: 35px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 0;
	width: 54px;
}
.sl_reivews {
	padding-bottom: 100px;
}
.sl_reivews button.slick-prev.slick-arrow {
	background-image: url(/wp-content/themes/theme/img/arrow-left.svg);
	background-size: 13px;
	background-position: 15px center;
	left: -55px;
	background-repeat: no-repeat;
	border-top-left-radius: 120px;
	border-bottom-left-radius: 120px;
	padding-left: 15px;
}
.sl_reivews  button.slick-next.slick-arrow {
	right: -50px;
	background-image: url(/wp-content/themes/theme/img/arrow-right.svg);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: 25px center;
	border-top-right-radius: 120px;
	border-bottom-right-radius: 120px;
}
.sl_reivews button.slick-arrow {
	border: none;
	cursor: pointer;
}
.sl_reivews .slick-list {
	padding-left: 85px !important;
}
.sl_reivews .item_sl_reivews_after {
	display: flex !important;
	align-items: center;
	font-size: 100%;
}
.sl_reivews .item_sl_reivews_after {
	width: 100%;
	height: 100%;
}
.box_courses_content .item_box_courses_content:nth-child(1) .img_item_box_courses_content {
	z-index: -2;
	bottom: -90px;
	width: 180px;
	height: 180px;
}
.box_courses_content .item_box_courses_content:nth-child(2) .img_item_box_courses_content {
	bottom: 40%;
}
.box_courses_content .item_box_courses_content:nth-child(2) .img_item_box_courses_content.mouse-parallax-bg.icon_position_left {
	left: -100px;
}
.box_courses_content .item_box_courses_content:nth-child(1) .img_item_box_courses_content.mouse-parallax-bg.icon_position_right {
	top: 20%;
	right: -120px;
}
.title_item_box_courses_content strong {
	color: #495C9A;
}
.box_courses_content .item_box_courses_content:nth-child(1) .img_item_box_courses_content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.left_about_top .title_page {
	padding-bottom: 40px;
}

.about_top {
	display: flex;
	column-gap: 70px;
}

.left_about_top {
	width: 50%;
}

.left_about_top .title_page h1 {
	text-align: left;
}
.button_left_about_top {
	padding-top: 25px;
}

.after_photo_left_about_top {
	display: flex;
	column-gap: 15px;
	padding-top: 15px;
}

.item_after_photo_left_about_top {
	width: 100%;
	border: 1px solid #fff;
	background: #FFFFFF4D;
	padding: 16px 18px;
	border-radius: 14px;
	text-align: center;
}

.photo_left_about_top img {
	width: 100%;
	border-radius: 30px;
	max-height: 400px;
	object-fit: cover;
	object-position: top center;
}

.text_left_about_top * {
	font-size: 18px;
	font-weight: 500;
	line-height: 24.59px;
	text-align: left;
}

.about_lesson {
	padding-top: 80px;
	margin: 0 auto;
	position: relative;
}

.text_about_lesson {
	background: #fff;
	padding: 36px 70px 16px;
	border-radius: 14px;
	margin-bottom: 16px;
}

.text_about_lesson * {
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
}

.text_about_lesson strong {
	color: #495C9A;
}

.lesson_about_lesson {
	display: flex;
	column-gap: 16px;
}

.about_methodology {
	margin-top: 80px;
	padding: 80px 0;
	background-color: #fff;
	border-radius: 40px;
	position: relative;
}

.item_lesson_about_lesson {
	width: 100%;
	background: #FFFFFF4D;
	border-radius: 14px;
	padding: 30px 60px 50px;
}

.title_lesson_about_lesson {
	font-size: 30px;
	font-weight: 700;
	line-height: 46px;
	text-align: left;
	color: #E86233;
	padding-bottom: 30px;
}

.text_lesson_about ul {
	margin: 0;
	padding: 0  0px 0 30px;
}

.text_lesson_about * {
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	text-align: left;
}

.text_lesson_about ul li::marker {
	font-size: 18px;
}

/*.about_lesson:before {
	content: "";
	background-image: url(/wp-content/uploads/2024/05/zyro-image-28-1.png);
	width: 260px;
	height: 260px;
	position: absolute;
	background-size: contain;
	right: -160px;
	top: 23%;
	z-index: -1;
}*/

.about_methodology > div {
	max-width: 940px;
	margin: 0 auto;
}
.content_about_methodology {
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
	justify-content: space-between;
}

.item_content_about_methodology {
	width: calc(33.3% - 12px);
}

.item_content_about_methodology {
	background-color: #faedea;
	padding: 24px;
	border-radius: 30px;
}

.number_item_content_about_methodology, .number_item_content_about_methodology * {
	font-size: 18px;
	font-weight: 700;
	line-height: 24.59px;
	text-align: left;
}

.number_item_content_about_methodology span {
	color: #E86233;
}

.number_item_content_about_methodology {
	padding-bottom: 37px;
}
.title_item_content_about_methodology {
	font-family: Manrope;
	font-size: 18px;
	font-weight: 600;
	line-height: 24.59px;
	text-align: left;
	padding-bottom: 10px;
}

.text_item_content_about_methodology {
	font-family: Manrope;
	font-size: 12px;
	font-weight: 400;
	line-height: 16.39px;
	text-align: left;
}

.about_methodology .item_content_about_methodology:nth-child(4) {
	background-image: url(/wp-content/themes/theme/img/about-bg-box.png);
	background-color: transparent;
	width: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	margin-top: 40px;
}

.about_methodology .item_content_about_methodology:nth-child(4) .text_item_content_about_methodology {
	max-width: 55%;
	margin-right: 15%;
}

.about_methodology .item_content_about_methodology:nth-child(4) .title_item_content_about_methodology {
	width: 90%;
	padding-bottom: 60px;
}

.about_after_languages {
	width: calc(25% - -18px);
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 7px;
}

.item_about_after_languages {
	text-transform: lowercase;
	font-size: 12px;
	font-weight: 500;
	line-height: 16.39px;
	text-align: center;
	color: #E86233;
	border-radius: 70px;
	border: 1px solid;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
}
.about_promo {
	margin-top: 80px;
	background-image: url(/wp-content/themes/theme/img/about-bg-002.svg);
	background-size: cover;
	background-position: center;
	border-radius: 30px;
	padding: 30px 30px;
	position: relative;
}
.title_about_promo {
	max-width: 820px;
	margin: 0 auto;
}
.title_about_promo *, .title_about_promo {
	font-size: 34px;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.title_about_promo strong {
	color: #76499A;
}
.icon_left_promo_about {
	position: absolute;
	left: 30px;
	top: 30px;
	transform: rotate(250deg);
	max-width: 120px;
}
.icon_right_promo_about {
	position: absolute;
	width: 180px;
	right: 0;
	bottom: 25px;
	transform: rotate(180deg);
}
.button_about_promo {
	display: flex;
	justify-content: center;
	padding-top: 10px;
}
.button_about_promo a.btn {
	background: #495C9A;
	border: 2px solid #495C9A;
}
.button_about_promo a.btn:hover {
	background: #2a3f81;
}
.title_about_promo strong:before {
	content: "";
	background-image: url(/wp-content/themes/theme/img/text-border.svg);
	position: absolute;
	width: 100%;
	height: calc(100% - -9px);
	background-size: cover;
	background-position: center;
	z-index: 1;
	left: 0;
	top: -2px;
}

.title_about_promo strong {
	position: relative;
	padding: 0 10px;
}
.top_home {
	display: flex;
	justify-content: space-between;
}

.left_top_home {
	width: 50%;
}

.left_top_home .title_page h1, .left_top_home .title_page h1 * {
	text-align: left;
	font-family: Manrope;
	font-size: 50px;
	font-weight: 700;
	line-height: 58px;
	text-align: left;
}

.left_top_home .title_page h1 strong {
	display: inline-flex;
	color: #495C9A;
	position: relative;
	padding: 0 10px;
}

.left_top_home .title_page {
	padding-right: 15%;
	padding-bottom: 0;
}

.left_top_home .title_page h1 strong:before {
	content: "";
	background-image: url(/wp-content/themes/theme/img/text-border.svg);
	position: absolute;
	width: 100%;
	height: calc(100% - -11px);
	background-size: cover;
	background-position: center;
	z-index: 1;
	left: 0;
	top: -6px;
}

.text_top_home {
	font-family: Manrope;
	font-size: 18px;
	font-weight: 400;
	line-height: 24.59px;
	padding-bottom: 45px;
}

.rigt_top_home {
	display: flex;
}

.photo_one_rigt_top_home {
	margin-top: 100px;
	margin-right: 50px;
	position: relative;
}

/*.photo_one_rigt_top_home:before {
	content: "";
	background-image: url(/wp-content/themes/theme/img/home-img-top_001-after.png);
	position: absolute;
	width: 190px;
	height: 110px;
	bottom: -25px;
	right: -80px;
}*/

.photo_two_rigt_top_home {
	position: relative;
}

/*.photo_two_rigt_top_home:before {
	content: "";
	background-image: url(/wp-content/themes/theme/img/home-img-top_002-after.png);
	position: absolute;
	width: 190px;
	height: 110px;
	bottom: 90px;
	left: -75px;
}*/

.box_avant {
	padding-top: 140px;
}

.box_avant .title_site {
	position: relative;
}

.box_avant .title_site strong:before {
	content: "";
	background-image: url(/wp-content/themes/theme/img/arrow-title.svg);
	position: absolute;
	width: 50px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	right: -50%;
	top: -110%;
}

.box_avant .title_site strong {
	position: relative;
}

.items_box_avant {
	display: flex;
	column-gap: 16px;
}

.items_box_avant .item_box_avant {
	width: 100%;
}

.top_item_box_avant {
	margin-bottom: 10px;
	background: #fff;
	padding: 30px 60px 40px;
	border-radius: 24px;
}

.title_top_item_box_avant {
	display: inline-flex;
	background: linear-gradient(90deg, rgba(232, 98, 51, 0.2) 0%, rgba(118, 73, 154, 0.2) 100%);
	padding: 7px 15px;
	border-radius: 70px;
	font-size: 30px;
	font-weight: 700;
	line-height: 40.98px;
	text-align: center;
	margin-bottom: 24px;
}

.text_top_item_box_avant {
	font-family: Manrope;
	font-size: 18px;
	font-weight: 500;
	line-height: 24.59px;
	text-align: left;
}

.list_item_box_avant {
	background: #FFFFFF4D;
	border: 1px solid #fff;
	border-radius: 16px;
	padding: 30px 20px 35px;
}

.list_item_box_avant ul {
	margin: 0;
	padding-left: 20px;
}

.list_item_box_avant strong {
	color: #495C9A;
}
.list_item_box_avant ul li {
	padding-bottom: 10px;
}
.box_certificates {
	margin-top: 40px;
	background: #495C9A;
	padding: 30px 40px;
	display: flex;
	justify-content: space-between;
	border-radius: 16px;
}

.photo_box_certificates {
	display: flex;
	column-gap: 35px;
}

.box_certificates .title_site {
	color: #fff;
}
.box_for_whom {
	padding-top: 100px;
}

.items_for_whom {
	display: flex;
	column-gap: 15px;
}

.item_for_whom {
	width: 100%;
}

.photo_item_for_whom img {
	width: 100%;
}

.text_item_for_whom {
	box-shadow: 0px 4px 8px 0px #00000008;
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 21.86px;
	text-align: center;
	color: #E86233;
	width: 90%;
	align-items: center;
	justify-content: center;
	padding: 14px;
	border-radius: 14px;
	margin: 0 auto;
	display: flex;
	margin-top: -10px;
}

.box_courses {
	padding-top: 100px;
}

.big_text_box_courses {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 30px;
	padding: 50px;
	margin-bottom: 16px;
}

.big_text_courses_home, .big_text_courses_home * {
	font-family: Manrope;
	font-size: 46px;
	font-weight: 700;
	line-height: 56px;
	text-align: left;
	padding-bottom: 0;
}

.big_text_courses_home strong {
	display: flex;
	color: #495C9A;
}

.button_big_text_box_courses {
	margin-top: 20px;
}

.items_page_courses {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.item_page_courses {
	width: calc(33.3% - 12px);
	background: #fff;
	padding: 32px 18px 18px;
	border-radius: 30px;
}

.title_item_page_courses {
	font-size: 20px;
	font-weight: 700;
	line-height: 27.32px;
	text-align: left;
	padding-bottom: 38px;
}

.text_item_page_courses {
	font-size: 12px;
	font-weight: 400;
	line-height: 16.39px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-clamp: 4;
	box-orient: vertical;
	height: 65px;
	margin-bottom: 40px;
}
.item_page_courses {
	position: relative;
}

.item_page_courses:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	width: calc(100% - 10px);
	height: 230px;
	background-position: center 40px;
	background-repeat: no-repeat;
	border-radius: 30px;
	margin: 0 5px;
}

.item_page_courses:nth-child(1):before {
	background-image: url(/wp-content/themes/theme/img/bg-Courses-001.svg);
}
.item_page_courses:nth-child(2):before {
	background-image: url(/wp-content/themes/theme/img/bg-Courses-002.svg);
	height: 110%;
	opacity: 0.5;
}
.item_page_courses:nth-child(3):before {
	background-image: url(/wp-content/themes/theme/img/bg-Courses-003.svg);
}
.item_page_courses:nth-child(4):before {
	background-image: url(/wp-content/themes/theme/img/bg-Courses-004.svg);
	height: 110%;
}
.item_page_courses:nth-child(5):before {
	background-image: url(/wp-content/themes/theme/img/bg-Courses-005.svg);
}
.item_page_courses:nth-child(6):before {
	background-image: url(/wp-content/themes/theme/img/bg-Courses-006.svg);
}
.item_page_courses > div {
	z-index: 2;
	position: relative;
}

.buton_item_page_courses a {
	display: flex;
	background: #fff;
	border-radius: 84px;
	padding: 15px;
	align-items: center;
	justify-content: center;
}

.buton_item_page_courses a:hover {
	background: #e86233;
	color: #fff;
}
.box_about_home {
	padding-top: 100px;
}
.content_box_about_home {
	display: flex;
	justify-content: space-between;
	column-gap: 55px;
	align-items: center;
}
.content_box_about_home > div {
	width: 100%;
}
.item_about_list_after_text {
	font-size: 12px;
	font-weight: 500;
	line-height: 16.39px;
	color: #495C9A;
	border: 1px solid #495C9A;
	padding: 7px 15px;
	border-radius: 70px;
}
.about_list_after_text {
	display: flex;
	column-gap: 6px;
	padding-bottom: 40px;
}
.button_text_content_box_about_home {
	padding-top: 60px;
}
.button_text_content_box_about_home a {
	width: 250px;
	background: transparent;
}
header.site-header {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
	border: 1px solid #fff;
	box-shadow: 0px 4px 8.4px 0px #37406B0F;
	border-radius: 20px;
	align-items: center;
	position: relative;
	z-index: 999;
	padding: 0 20px;
}
ul.menu {
	column-gap: 24px;
}

ul.menu li ul {
	display: flex;
	flex-direction: column;
	width: 250px;
}

ul.menu li ul li {
	padding: 5px 16px;
	border-bottom: 1px solid #fff;
}
ul.menu li ul li::nth-last-child(1) {
	padding: 5px 16px;
	border-bottom: none;
}
.main-navigation ul ul {
	box-shadow: none;
	z-index: -1;
}
ul.menu li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 21.86px;
}

ul.menu li a:hover {
	color: #e86233;
}
footer.site-footer {
	display: flex;
	align-items: center;
}

footer.site-footer > div {
	width: 100%;
}

.item_footer_menu ul.menu li ul {
	display: none;
}

.logo_footer {
	width: 220px;
}

.logo_footer a {
	display: flex;
}

.logo_footer a img {
	width: 100%;
}
.logo_header {
	width: 170px;
}

.logo_header a {
	display: flex;
}

.logo_footer {
	padding-bottom: 40px;
}

.email_site a {
	text-decoration: underline;
}

.email_site {
	padding-bottom: 12px;
}

footer.site-footer {
	padding: 55px 0;
	border-top: 1px solid #fff;
}

.address_site {
	padding-bottom: 40px;
}

.copyright_site {
	font-size: 12px;
	font-weight: 400;
	line-height: 16.39px;
	padding-bottom: 40px;
}

.author a {display: flex;flex-direction: column;gap: 5px;}

.author a span.text_author {
	text-decoration: underline;
}

.author a:hover span.text_author {
	text-decoration: none;
	color: #e86233;
}

.email_site a:hover {
	text-decoration: none;
	color: #e86233;
}

.item_footer_menu ul.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

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

.item_footer_menu ul.menu li a {
	padding: 10px 0;
	display: flex;
}

.title_footer, .title_footer * {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	line-height: 32.78px;
	text-align: left;
}

.title_footer {
	padding-bottom: 24px;
}

.title_footer strong {
	color: #E86233;
}

.input input, .input textarea {
	background: #FFFFFF80;
	font-family: Manrope;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.12px;
	text-align: left;
	padding: 10px 20px;
	border: 1px solid #fff;
	border-radius: 12px;
	width: 300px;
}

.input p {
	padding-bottom: 7px;
}

.input_send p {
	padding-top: 15px;
	padding-bottom: 0;
}

.input_send input, .form_book .input_send input {
	font-size: 16px;
	font-weight: 600;
	line-height: 21.86px;
	text-align: center;
	display: flex;
	width: 300px;
	align-items: center;
	justify-content: center;
	background: #E86233;
	color: #fff;
	cursor: pointer;
	padding: 15px;
	border-radius: 14px;
}
.item_footer_form {
	padding-left: 10%;
}
.box_instructors {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

a.btn span.icon_button svg {
	width: 100%;
	height: 100%;
}

.item_teacher {
	width: calc(33.3% - 13px);
	background-color: #fff;
	padding: 12px;
	border-radius: 14px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.photo_teacher {
	position: relative;
}

.photo_teacher:before {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 0px);
	background-image: url(/wp-content/themes/theme/img/bg-teacher.svg);
	border-radius: 20px;
	left: 0;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.photo_teacher img {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 380px;
	object-fit: contain;
	object-position: center;
}

.name_teacher {
	font-size: 18px;
	font-weight: 600;
	line-height: 24.59px;
	text-align: center;
	padding-top: 30px;
}

.text_teacher {
	font-family: Manrope;
	font-size: 14px;
	font-weight: 500;
	line-height: 19.12px;
	text-align: center;
	padding: 16px 0 30px;
}

.button_teacher {
	display: flex;
	height: 55px;
}

.button_teacher a {
	width: calc(100% - 24px);
	position: absolute;
	bottom: 12px;
	left: 0;
	margin: 0 auto;
	right: 0;
}


.box_instructors {
	display: none;
}
.box_instructors_mobile {
	display: none;
}
@media (min-width: 960px) {
	.box_instructors {
		display: flex;
	}
	.box_instructors_mobile {
		display: none;
	}
}
.item_list_teacher {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 16.39px;
	text-align: center;
	background-color: #495C9A;
	border-radius: 70px;
	padding: 5px 10px;
}

.list_teacher {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	margin-top: -16px;
	position: relative;
}
.item.post_category_blog .content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	box-orient: vertical;
}
.box_dop_title_blog {
	font-size: 30px;
	font-weight: 700;
	line-height: 40.98px;
	text-align: left;
	padding-bottom: 10px;
}

ul#filter {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	column-gap: 10px;
	padding-bottom: 40px;
}

ul#filter li {
	font-size: 12px;
	font-weight: 500;
	line-height: 16.39px;
	text-align: center;
	color: #E86233;
	padding: 5px 10px;
	border: 1px solid #E86233;
	border-radius: 70px;
	cursor: pointer;
}
ul#filter li.active {
	background: #e86233;
	color: #fff;
}
ul#filter li.active {
	background: #e86233;
	color: #fff;
}

div#response {
	display: flex !important;
	flex-wrap: wrap;
	column-gap: 16px;
	justify-content: flex-start;
}

.item.post_category_blog {
	margin-bottom: 40px;
	width: calc(33.3% - 12px);
}

.img_post_category_blog img {
	height: 160px;
	object-fit: cover;
	object-position: center;
	border-radius: 14px;
}

.img_post_category_blog {
	padding-bottom: 12px;
}

.date {
	font-size: 12px;
	font-weight: 400;
	line-height: 16.39px;
	text-align: left;
	color: #424242;
}

.title_post_category_blog {
	font-family: Manrope;
	font-size: 18px;
	font-weight: 600;
	line-height: 24.59px;
	text-align: left;
	padding-top: 12px;
}
.single_post_p {
	display: flex;
	column-gap: 100px;
	align-items: flex-start;
}
.single_post_p .box_single_blog {
	width: 70%;
}
.box_other_blog {
	width: 30%;
	padding: 16px 22px;
	background: #FFFFFF4D;
	border-radius: 14px;
}
.box_other_blog .item.post_category_blog {
	width: 100%;
	margin-bottom: 25px;
}
.box_other_blog .item.post_category_blog .img_post_category_blog img {
	height: 120px;
}
.box_other_blog .item.post_category_blog .title_post_category_blog {
	font-size: 16px;
	font-weight: 600;
	line-height: 21.86px;
	text-align: left;
	padding-top: 0;
}
.item.post_category_blog:hover .title_post_category_blog {
	color: #e86233;
}

header.entry-header h1 {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 40.98px;
	text-align: left;
	color: #495C9A;
	padding-bottom: 30px;
}

.post-thumbnail img {
	width: 100%;
}

.box_single_blog {}

.box_single_blog .entry-content {
	margin-top: 24px;
}

.box_single_blog .entry-content * {
	font-size: 16px;
	font-weight: 400;
	line-height: 21.86px;
	text-align: left;
}

.box_single_blog .entry-content h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32.78px;
	text-align: left;
	margin: 0;
	padding: 40px 0 16px;
}

.box_single_blog .entry-content h2::first-letter {
	color: #495C9A;
}
.title_box_credit_info_programs {}

.title_box_credit_info_programs strong {
	color: #E86233;
}

.box_credit_info_programs {
	background: #fff;
	padding: 60px 0;
}

.box_credit_info_programs > div {
	max-width: 940px;
	margin: 0 auto;
}

.title_box_credit_info_programs, .title_box_credit_info_programs * {
	font-size: 30px;
	font-weight: 700;
	line-height: 40.98px;
	text-align: center;
}

.title_box_credit_info_programs {
	padding-bottom: 40px;
}

.items_box_credit_info_programs {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.items_box_credit_info_programs .item_box_credit_info_programs {
	background: #efd9d8;
	padding: 24px;
	border-radius: 20px;
	width: calc(33.3% - 14px);
}

.items_box_credit_info_programs .item_box_credit_info_programs:nth-last-child(1) {
	width: 100%;
}

.text_item_box_credit_info_programs {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.12px;
	text-align: left;
}
.box_credit_info_programs {
	border-radius: 30px;
	margin-bottom: 80px;
}

.box_title_bg_blu_info_programs {
	background: #495C9A;
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
	color: #fff;
	padding: 24px;
	border-radius: 14px;
	max-width: 1070px;
	margin: 0 auto;
	margin-bottom: 16px;
}

.box_list_price_info_programs {
	max-width: 1070px;
	margin: 0 auto;
	background: #fff;
	border-radius: 24px;
	padding: 16px;
	display: flex;
	column-gap: 20px;
}

.item_box_list_price_info_programs {
	width: 100%;
	background: #efe8ec;
	padding: 30px 40px 20px;
	border-radius: 14px;
	display: flex;
	flex-wrap: wrap;
}

.title_list_price_info_programs {
	font-size: 32px;
	font-weight: 800;
	line-height: 46px;
	text-align: left;
	color: #495C9A;
	padding-bottom: 30px;
}

.text_list_price_info_programs ul {
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-bottom: 40px;
}

.text_list_price_info_programs * {
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	text-align: left;
}

.text_list_price_info_programs ul li::marker {
	font-size: 18px;
}

.price_list_price_info_programs {
	width: 50%;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	display: flex;
	align-items: center;
}

.button_list_price_info_programs a.btn {
	display: flex;
	width: 100%;
	padding: 10px;
}

.button_list_price_info_programs {
	width: 50%;
}
.box_courses_content img {
	position: absolute;
	left: 65px;
	top: 90px;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.img_item_box_courses_content.mouse-parallax-bg {
	width: 200px;
	height: 200px;
	object-fit: contain;
	object-position: center;
}
.box_title_bg_blu_info_programs {
	position: relative;
}

.img_pall_.mouse-parallax-bg {
	position: absolute;
	right: -300px;
	top: 100px;
}
.title_page strong {
	color: #495C9A;
}
.title_page + .box_after_text_title {
	margin-top: -30px;
}
.after_text_title_info_programs {
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 60px;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.86px;
	text-align: center;
}

.box_list_price_info_programs {
	box-shadow: 0px 10px 24px 0px #0000001A;
}
.box_text_after_list_price_info_programs {
	max-width: 820px;
	margin: 0 auto;
	padding-top: 30px;
}

.box_text_after_list_price_info_programs, .box_text_after_list_price_info_programs * {
	font-size: 16px;
	font-weight: 400;
	line-height: 21.86px;
	text-align: center;
}

.box_text_after_list_price_info_programs strong {
	color: #E86233;
}
.main-navigation ul ul {
	border: 1px solid  #fff;
	background: #fff;
	z-index: 999;
	padding-top: 10px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}

.menu_header {
	position: relative;
	z-index: 9999;
	height: 100%;
}

ul.menu > li > a {
	padding: 30px 0;
}
.main-navigation ul ul li:nth-last-child(1) {
	border: none;
}
ul.menu li a:hover, ul.menu li a:hover span {
	color: #e86233 !important;
}
.box_contant_page {
	background-color: #fff;
	border-radius: 30px;
	padding: 40px;
}

.box_contant_page h1 {
	text-align: left;
}

.title_item_box_contant_page {
	font-size: 20px;
	font-weight: 700;
	line-height: 27.32px;
	text-align: left;
	color: #495C9A;
	padding-bottom: 24px;
}

.items_box_contant_page {
	display: flex;
}

.item_box_contant_page {
	width: 100%;
}

.small_text_item_box_contant_page {
	font-size: 12px;
	font-weight: 400;
	line-height: 16.39px;
	text-align: left;
	color: #424242;
	padding-bottom: 12px;
}

.items_phone_number_contact {
	display: flex;
	flex-direction: column;
}

.items_phone_number_contact a {
	font-weight: 600;
	padding-bottom: 7px;
}

.items_phone_number_contact a:hover {
	color: #e86233;
}

.items_phone_number_contact {
	padding-bottom: 24px;
}

.email_box_ a {
	font-weight: 600;
}

.email_box_ a:hover {
	color: #e86233;
}

.box_social_contact {
	display: flex;
	column-gap: 15px;
}

.box_contant_page {
	position: relative;
}
.box_top_programs {
	display: flex;
	column-gap: 16px;
}

.content_box_top_programs {
	background: linear-gradient(296.35deg, rgba(232, 98, 51, 0.1) 9.84%, rgba(118, 73, 154, 0.1) 100%);
	border: 10px solid #fff;
	border-radius: 30px;
	padding: 28px;
	width: 65%;
}

.text_content_box_top_programs *, .text_content_box_top_programs {
	font-weight: 400;
}

.text_content_box_top_programs {
	padding-bottom: 45px;
}

.list_content_box_top_programs {
	display: flex;
	column-gap: 8px;
}

.item_list_content_box_top_programs {
	padding: 15px 17px;
	background: #FFFFFF4D;
	border: 1px solid #fff;
	border-radius: 14px;
	font-size: 14px;
	font-weight: 500;
	line-height: 19.12px;
	text-align: center;
}

.content_box_top_programs .title_page {
	padding-bottom: 25px;
}

.photo_box_top_programs {
	width: calc(35% - 16px);
	max-height: 350px;
}

.photo_box_top_programs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 30px;
}

.content_box_top_programs .title_page h1, .content_box_top_programs .title_page h1 * {
	text-align: left;
	font-size: 30px;
	font-weight: 700;
	line-height: 40.98px;
}

.content_box_top_programs .title_page h1 p {
	padding: 0;
}
.content_box_top_programs .title_page {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.text_content_box_top_programs {
	max-width: 65%;
}
.video-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.video-item {
	width: calc(33.333% - 20px);
	box-sizing: border-box;
}

.video-thumbnail img {
	width: 100%;
	height: auto;
}
ul#video-category {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	column-gap: 10px;
	padding-bottom: 40px;
}

ul#video-category li {
	font-size: 12px;
	font-weight: 500;
	line-height: 16.39px;
	text-align: center;
	color: #E86233;
	padding: 5px 10px;
	border: 1px solid #E86233;
	border-radius: 70px;
	cursor: pointer;
}

ul#video-category li.activiti {
	background: #e86233;
	color: #fff;
}
.left_box_list_video {
	background: #FFFFFF4D;
	width: 35%;
	padding-top: 20px;
}

.box_list_video {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	align-items: flex-start;
	border-radius: 14px;
}

.right_box_list_video {
	width: 100%;
}

.left_box_list_video .video-item {
	width: 100%;
	padding: 0px 20px 10px 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

.left_box_list_video .video-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.12px;
	text-align: left;
}

.left_box_list_video .video-item:nth-last-child(1) {
	border-bottom: none;
}
div#video-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
}

.video-item {
	margin-bottom: 24px;
}

.video-title {
	font-size: 12px;
	font-weight: 600;
	line-height: 16.39px;
	text-align: left;
}

.video-thumbnail img {
	border-radius: 14px;
}
.video-thumbnail {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding-bottom: 5px;
}

.video-thumbnail:before {
	content: "";
	position: absolute;
	background-image: url(/wp-content/themes/theme/img/play-video.svg);
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
}
.about_methodology .title_site strong {
	color: #495C9A;
}
.photo_two_rigt_top_home .paralaxll {
	position: absolute;
	top: 150px;
	left: -65px;
}
.photo_one_rigt_top_home .paralaxll {
	position: absolute;
	bottom: -50px;
	right: -65px;
}
.items_box_avant {
	position: relative;
}

.items_box_avant .paralaxll {
	position: absolute;
	width: 80px;
	left: -75px;
	top: 25%;
}

.item_box_courses_content + .item_box_courses_content .paralaxll, .item_box_courses_content .paralaxll {
	max-width: 170px;
}

.box_courses_content .item_box_courses_content:nth-child(1) .img_item_box_courses_content.mouse-parallax-bg.icon_position_right {
	right: -20px;
	top: 45%;
}
.box_courses_content .item_box_courses_content:nth-child(1) .img_item_box_courses_content.icon_position_left {
	bottom: 0;
	left: -140px;
}
.box_courses_content .item_box_courses_content:nth-child(2) .img_item_box_courses_content.mouse-parallax-bg.paralaxll.icon_position_right {
	right: 0px;
}
.box_instructors {
	position: relative;
}

.box_instructors .paralaxll {
	position: absolute;
	top: 60%;
	z-index: 1;
	width: 100px;
	left: -110px;
}

.box_instructors .paralaxll + .paralaxll {
	top: 25%;
	left: auto;
	right: -70px;
}
.lesson_about_lesson .paralaxll {
	position: absolute;
	right: -160px;
	top: 110px;
	z-index: 1;
}
.img_pall_.mouse-parallax-bg.paralaxll {
	right: -125px;
	max-width: 220px;
	top: 0;
}
.items_box_contant_page .paralaxll {
	right: -25px;
	position: absolute;
	max-width: 130px;
	bottom: -55px;
}
.container.header-container {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 99999;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 20px;
}
.main-navigation ul ul {
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(50px);
}
main.site-main {
	padding-top: 180px;
}
.item_lesson_about_lesson {
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
.box_instructors_home .box_instructors {
	display: block;
}
.box_button_instructors_home {
	display: flex;
	justify-content: center;
	padding-top: 30px;
}
.box_button_instructors_home a {
	padding: 15px 55px;
}
.slick-slider_home .slick-list.draggable {
	margin: 0 -20px;
	display: flex;
}
.slick-slider_home .slick-track {
	display: flex;
	column-gap: 20px;
}
.box_instructors_home {
	position: relative;
	padding-top: 100px;
}

.box_instructors_home .paralaxll {
	position: absolute;
	right: 0;
	top: 150px;
	z-index: 1;
}
.box_html_code_book_an_appointment {
	border-radius: 30px;
}

.box_html_code_book_an_appointment iframe {
	border-radius: 30px;
}
.paralaxll img {
	transition: transform 0.1s ease;
}
.photo_one_right_top_home img,
.photo_one_right_top_home:before {
	transition: transform 0.3s ease;
}
.left_box_list_video {
	border-radius: 14px;
	border: 1px solid #fff;
	padding-top: 0;
}
.left_box_list_video .video-item {
	padding: 0;
	margin-bottom: 0;
}
.left_box_list_video .video-item .video-title {
	padding: 10px 20px;
	transition: 0.3s;
	cursor: pointer;
}
.left_box_list_video .video-item .video-title:hover {
	background: #fff;
}
.left_box_list_video .video-item:nth-child(1) .video-title {
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}
.left_box_list_video .video-item:nth-last-child(1) .video-title {
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}
.left_box_list_video .video-item .video-title {
	padding-bottom: 0;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	box-orient: vertical;
}
.left_box_list_video .video-item:before {
	content: "";
	transition: 0.3s;
	background: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
}
.left_box_list_video .video-item .video-title {
	position: relative;
}
.left_box_list_video .video-item {
	position: relative;
}
.left_box_list_video .video-item:hover:before {
	opacity: 1;
}
.left_box_list_video .video-item:nth-child(1):before {
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}
.left_box_list_video .video-item:nth-last-child(1):before {
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	height: calc(100% - -10px);
}

/* Снизу вверх */
.appear-bottom {
	opacity: 0;
	transform: translateY(100%);
	transition: opacity 1s ease-out, transform 1s ease-out;
}
.appear-bottom1 {
	opacity: 0;
	transform: translateY(100%);
	transition: opacity 1s ease-out, transform 1s ease-out;
}
.appear-bottom2 {
	opacity: 0;
	transform: translateY(100%);
	transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.appear-bottom3 {
	opacity: 0;
	transform: translateY(100%);
	transition: opacity 1.4s ease-out, transform 1.4s ease-out;
}
.appear-bottom.visible, .appear-bottom1.visible, .appear-bottom2.visible, .appear-bottom3.visible {
	opacity: 1;
	transform: translateY(0);
}

/* Слева направо */
.appear-left {
	opacity: 0;
	transform: translateX(-100%);
	transition: opacity 1s ease-out, transform 1s ease-out;
}
.appear-left.visible {
	opacity: 1;
	transform: translateX(0);
}

/* Справа налево */
.appear-right {
	opacity: 0;
	transform: translateX(100%);
	transition: opacity 1s ease-out, transform 1s ease-out;
}
.appear-right.visible {
	opacity: 1;
	transform: translateX(0);
}
/* Плавное появление */
.fade-in {
	opacity: 0;
	transition: opacity 1.3s ease-out;
}
.fade-in1 {
	opacity: 0;
	transition: opacity 1.3s ease-out;
}
.fade-in2 {
	opacity: 0;
	transition: opacity 1.4s ease-out;
}
.fade-in3 {
	opacity: 0;
	transition: opacity 1.5s ease-out;
}
.fade-in4 {
	opacity: 0;
	transition: opacity 1.6s ease-out;
}
.fade-in5 {
	opacity: 0;
	transition: opacity 1.7s ease-out;
}
.fade-in6 {
	opacity: 0;
	transition: opacity 1.8s ease-out;
}
.fade-in7 {
	opacity: 0;
	transition: opacity 1.9s ease-out;
}

.fade-in.visible, .fade-in1.visible, .fade-in2.visible, .fade-in3.visible, .fade-in4.visible, .fade-in5.visible, .fade-in6.visible, .fade-in7.visible {
	opacity: 1;
}

.content_box_top_programs {}

.content_box_top_programs .text_content_box_top_programs {
	width: 100%;
	max-width: 100%;
}
.box_course_objectives {
	margin-top: 100px;
	background: linear-gradient(90.51deg, rgba(73, 92, 154, 0.4) 0.43%, rgba(118, 73, 154, 0.3) 99.57%);
	border-radius: 30px;
	padding: 60px 90px 90px;
}

.box_course_objectives .title_site {
	color: #fff;
}

.text_img_course_objectives {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}

.text_img_course_objectives .item_text_course_objectives {
	width: calc(66.6% - 10px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.item_text_course_objectives {
	background-image: url(/wp-content/themes/theme/img/bg-box.jpg);
	border-radius: 24px;
	background-size: cover;
	padding: 30px;
}

.big_item_text_course_objectives * {
	font-size: 20px;
	font-weight: 700;
	line-height: 27.32px;
}

.big_item_text_course_objectives {}

.big_item_text_course_objectives strong {
	color: #E86233;
}

.smal_item_text_course_objectives {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.12px;
	color: #828282;
	max-width: 50%;
}

.item_img_course_objectives {
	width: calc(33.3% - 10px);
}

.item_img_course_objectives img {
	width: 100%;
	height: 100%;
	border-radius: 24px;
}

.list_course_objectives {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}

.item_list_course_objectives {
	width: calc(33.3% - 13px);
	background-color: #fff;
	border-radius: 24px;
	padding: 30px;
}

.list_course_objectives {}

.list_course_objectives .item_page_courses:before {
	display: none;
}

.item_list_course_objectives {}

.item_list_course_objectives .item_page_courses {
	padding: 0;
	margin-bottom: 24px;
}

.item_list_course_objectives .item_page_courses:first-letter {
	color: #E86233;
}

.box__course_methodology {
	padding-top: 100px;
}

.items__course_methodology {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	max-width: 1200px;
	padding: 20px;
	box-sizing: border-box;
}

.item__course_methodology {
	background-color: #FFFFFF;
	border-radius: 16px;
	display: flex;
	padding: 24px;
	column-gap: 15px;
}

.icon_item__course_methodology {
	width: 50px;
}

.text_item__course_methodology {
	width: calc(100% - 50px);
}

.des_item__course_methodology {
	font-family: Manrope;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.12px;
	text-align: left;
}

.title_item__course_methodology {
	:;
	font-weight: 700;
	padding-bottom: 15px;
	max-width: 70%;
}

.box_course_topics {
	margin-top: 100px;
	background-color: #fff;
	border-radius: 30px;
	padding: 40px 80px 60px;
	text-align: center;
}

.box_course_topics .title_site {
	padding-bottom: 20px;
}

.after_title_course_topics {
	background: #ccc;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	margin: 0 auto;
	text-align: center;
	background: linear-gradient(90deg, rgba(232, 98, 51, 0.2) 0%, rgba(118, 73, 154, 0.2) 100%);
	border-radius: 80px;
	padding: 10px 25px;
	margin-bottom: 40px;
}

.text_course_topics {
	text-align: left;
}

.text_course_topics, .text_course_topics * {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	color: #424242;
}

.text_course_topics ul {
	margin: 0;
	column-count: 2;
	column-gap: 60px;
}

.text_course_topics ul li {
	padding-bottom: 10px;
}

.box_expected {
	margin-top: 12px;
	background-color: #fff;
	border-radius: 30px;
	padding: 40px 80px 60px;
	text-align: center;
}

.items_box_expected {
	display: flex;
	text-align: left;
	align-items: center;
}

.items_box_expected > div {
	width: 100%;
}

.item_text_box_expected ul {
	margin: 0;
	list-style-type: none;
}

.item_text_box_expected * {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	color: #424242;
}

.item_text_box_expected ul li:before {
	content: "";
	background-image: url(/wp-content/themes/theme/img/Polygon8.svg);
	width: 13px;
	height: 10px;
	background-size: contain;
	position: absolute;
	left: -25px;
	margin-top: 11px;
}

.item_text_box_expected li {
	position: relative;
}
.box_course_participation_objectives {
	margin-top: 100px;
}

.items_course_participation_objectives {
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
}

.items_course_participation_objectives > div {
	width: 100%;
}

.items_course_participation_objectives .title_item_course_participation_objectives .title_site, .items_course_participation_objectives .title_item_course_participation_objectives .title_site * {
	text-align: left;
}

.items_course_participation_objectives .title_item_course_participation_objectives .title_site {
	max-width: 50%;
	padding-bottom: 40px;
}

span.title_list_participation_objectives {
	font-family: Manrope;
	font-size: 18px;
	font-weight: 700;
	line-height: 24.59px;
	text-align: left;
}

span.number_list_participation_objectives {
	margin-right: 10px;
	display: inline-block;
}

span.number_list_participation_objectives::first-letter {
	color: #E86233;
}

.list_participation_objectives {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.items_list_participation_objectives {
	background: #fff;
	padding: 30px;
	border-radius: 30px;
	position: relative;
}

.text_items_list_participation_objectives {
	position: relative;
	padding-top: 50px;
}

.items_list_participation_objectives:before {
	content: "";
	position: absolute;
	background: linear-gradient(90.51deg, rgba(73, 92, 154, 0.4) 0.43%, rgba(118, 73, 154, 0.3) 99.57%);
	border-radius: 30px;
	width: calc(100% - 10px);
	height: 68%;
	left: 5px;
	right: 5px;
	opacity: 0.5;
	bottom: 5px;
}
.box_course_topics .paralaxll:nth-child(1) {
	width: 100px;
	position: absolute;
	top: 5%;
	left: -40px;
}

.box_course_topics {
	position: relative;
}

.box_course_topics .paralaxll:nth-child(2) {
	width: 110px;
	position: absolute;
	bottom: 0%;
	right: -50px;
}

.list_course_objectives {
	position: relative;
}
.list_course_objectives .paralaxll {
	position: absolute;
	z-index: 1;
	right: -30px;
	top: -10px;
	width: 90px;
}


























@media (max-width: 959px) {
	.container {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.box_instructors_mobile {
		display: block;
	}
}






































#video-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

#video-iframe {
	width: 560px; /* Ширина вашего видео */
	height: 315px; /* Высота вашего видео */
	margin: 0 auto;
}

#video-modal-content {
	position: relative;
	width: 80%;
	max-width: 800px;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

#video-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 24px;
}
div#video-modal:before {
	content: "";
	position: fixed;
	width: 250vh;
	height: 120vh;
	left: -150%;
	top: -100%;
	background-color: hsl(0deg 0% 0% / 70%);
	z-index: -1;
}

button#video-modal-close {
	right: -50px;
	top: -50px;
}
button#video-modal-close {
	background: transparent;
	border: none;
}

button#video-modal-close svg {
	width: 25px;
}
ul.menu li a span {
	font-weight: 400;
}

.video-thumbnail {
	height: 180px;
}

.video-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.video-thumbnail {
	overflow: hidden;
	cursor: pointer;
}

.video-thumbnail:before {
	background-image: url(/wp-content/themes/theme/img/video-play-site.svg);
	width: 270px;
	height: 270px;
}







.toggle-button {
	display: none; /* По умолчанию скрываем кнопки */
}
.box__partners_schools {
	background: #FFFFFF;
	border-radius: 30px;
	padding: 40px;
}

.box__partners_schools .title_page h1 {
	text-align: left;
}

.box__partners_schools .title_page {
	padding-bottom: 20px;
}

.box_content__partners_schools {
	display: flex;
	justify-content: space-between;
	column-gap: 100px;
}

.form__partners_schools {
	background: #e6e6ef;
	padding: 12px;
	width: 40%;
	border-radius: 14px;
}

.item_list__partners_schools {
	background: rgb(230,230,239);
	background: linear-gradient(149deg, rgba(230,230,239,1) 60%, rgba(241,229,228,1) 100%);
}

.form__partners_schools .input.input-50w {
	width: calc(50% - 6px);
}

.form__partners_schools .form_partners {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
}

.form__partners_schools .form_partners input, .form__partners_schools .form_partners textarea {
	width: 100%;
}

.form__partners_schools .input p {
	padding: 0;
}

.form__partners_schools .input {
	width: 100%;
}

.form__partners_schools .input_send p {
	padding: 0;
	height: auto;
	width: 100%;
	display: flex;
	align-items: center;
}

.form__partners_schools .input_send p span.wpcf7-spinner {
	position: absolute;
}

.form__partners_schools .input_send input {
	width: 100%;
	display: flex;
}

.form__partners_schools .input_send {
	width: 100%;
}
.list__partners_schools {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	width: 55%;
}

.list__partners_schools .item_list__partners_schools {
	width: calc(50% - 7px);
	padding: 25px 30px;
	border-radius: 14px;
}

.list__partners_schools .item_list__partners_schools:nth-child(1) {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.item_list__partners_schools {
	display: flex;
	justify-content: flex-start;
	column-gap: 15px;
}

.text_item_list__partners_schools {
	font-size: 14px;
	font-weight: 500;
	line-height: 19.12px;
	text-align: left;
}

.list__partners_schools .item_list__partners_schools:nth-child(1) .text_item_list__partners_schools {padding-right: 67px;}

.img_item_list__partners_schools {
	width: 120px;
}

.number_item_list__partners_schools::first-letter {
	color: rgba(73, 92, 154, 1);
}

.number_item_list__partners_schools {
	font-weight: 700;
}
.form_box_form_page_programs input::placeholder {
	color: #fff;
}
.box_form_page_programs {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.right_box_form_page_programs {
	width: calc(33.3% - 12px);
	background: rgba(73, 92, 154, 1);
	border-radius: 30px;
	padding: 40px;
}

.left_box_form_page_programs {
	width: calc(66.6% - 12px);
	background: rgba(255, 255, 255, 0.3);
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
	text-align: center;
	position: relative;
}

.title_form_box_form_page_programs {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.12px;
	text-align: center;
	color: #fff;
	padding-bottom: 24px;
}

.form_box_form_page_programs {}

.form_box_form_page_programs .input_send input {
	background-color: #fff;
	color: #E86233;
}

.form_box_form_page_programs .input_send input {
	width: 100%;
}

.form_box_form_page_programs input {
	width: 100%;
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
}

.title_box_form_page_programs * {
	font-family: Manrope;
	font-size: 40px;
	font-weight: 700;
	line-height: 54.64px;
	text-align: center;
	text-transform: uppercase;
}

.title_box_form_page_programs strong {
	color: rgba(232, 98, 51, 1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 7px;
}

.title_box_form_page_programs strong:before {
	content: "";
	background-image: url(/wp-content/themes/theme/img/obv-page-program.svg);
	position: absolute;
	width: 100%;
	height: calc(100% - -7px);
	background-size: cover;
	background-position: center;
	z-index: 1;
	left: 0;
	top: -5px;
}

.des_box_form_page_programs {
	font-family: Manrope;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.86px;
	text-align: center;
	max-width: 80%;
}
.icon__form_page_programs {
	position: absolute;
	width: 150px;
	left: -50px;
}
.box_teacher_page_programs {
	margin-top: 80px;
}

.box_teacher_page_programs .title_site {
	padding-bottom: 40px;
}
.box_teacher_page_programs .box_instructors {
	display: flex;
	justify-content: center;
}
.box_teacher_page_programs .slick-list {
	margin: 0 -15px;
	display: flex;
}
.box_teacher_page_programs .slick-list .slick-track {
	display: flex;
	column-gap: 15px;
}
.box_teacher_page_programs button.slick-prev.slick-arrow {
	background-image: url(/wp-content/themes/theme/img/arrow-left.svg);
	background-size: 13px;
	background-position: 15px center;
	left: auto;
	background-repeat: no-repeat;
	border-top-left-radius: 120px;
	border-bottom-left-radius: 120px;
	padding-left: 15px;
	right: 50px;
}

.box_teacher_page_programs {
	position: relative;
}

.box_teacher_page_programs button.slick-next.slick-arrow {
	right: 0;
	background-image: url(/wp-content/themes/theme/img/arrow-right.svg);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: 25px center;
	border-top-right-radius: 120px;
	border-bottom-right-radius: 120px;
}

.box_teacher_page_programs button.slick-arrow {
	position: absolute;
	top: -105px;
	left: auto;
	right: 0;
	max-width: 100px;
	margin: 0 auto;
	background-color: #495C9A;
	height: 35px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 0;
	width: 54px;
}

.box_teacher_page_programs .box_instructors {
	position: relative;
}
.top_after_languages {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.item_top_after_languages {
	text-transform: lowercase;
	font-size: 12px;
	font-weight: 500;
	line-height: 16.39px;
	text-align: center;
	color: #E86233;
	border-radius: 70px;
	border: 1px solid;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
}
.box_for_whom .title_site {
	padding-bottom: 15px;
}
.box_certificates {
	display: flex;
	align-items: center;
}
.box_certificates .title_site {
	font-size: 48px;
	text-align: left;
	padding-bottom: 0;
}
.photo_box_certificates img {
	width: 100%;
	max-width: 160px;
	object-fit: contain;
	object-position: center;
}
.box_certificates > div {
	width: 50%;
}
.about_list_after_text {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.item_about_list_after_text {
	font-size: 14px;
	font-weight: 600;
}
.after_photo_left_about_top .item_after_photo_left_about_top {
	max-width: 240px;
}
.item_after_photo_left_about_top {
	display: flex;
	align-items: center;
	justify-content: center;
}
.after_photo_left_about_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
.text_left_about_top ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
.text_left_about_top ul li {
	margin-bottom: 20px;
}







@media screen and (min-width: 1000px) {
	.main-navigation li.menu-item-has-children > a:after {
		content: "";
		background-image: url(/wp-content/themes/theme/img/arrow-menu-tog.svg);
		width: 15px;
		background-position: center;
		background-repeat: no-repeat;
		margin-left: 10px;
		transform: rotate(180deg);
		-webkit-filter: brightness(0%);
		background-size: contain;
		height: 5px;
		position: absolute;
		right: -4px;
	}

	.main-navigation li.menu-item-has-children.focus > a:after {
		transform: rotate(0deg);
		-webkit-filter: brightness(100%);
	}
	.main-navigation li.menu-item-has-children a {
		padding-right: 15px;
		display: flex;
		align-items: center;
	}

	.main-navigation li.menu-item-has-children:hover > a:hover:after {
		transform: rotate(0deg);
		-webkit-filter: brightness(100%);
	}
}























@media screen and (min-width: 960px) {
	.menu_menu_box_header .logo_header {
		display: none;
	}
}




@media screen and (max-width: 960px) {
	.left_top_home .title_page h1, .left_top_home .title_page h1 * {
		font-size: 30px;
		font-weight: 700;
		line-height: 40px;
		text-align: left;
	}

	.top_home {
		display: flex;
		flex-direction: column;
		padding-bottom: 100px;
	}

	.left_top_home {
		width: 100%;
	}

	.left_top_home .title_page h1 strong:before {
		height: calc(100% - -3px);
		top: -2px;
	}

	.left_top_home .title_page h1 p {
		padding-bottom: 12px;
	}

	.text_top_home {
		font-size: 14px;
		line-height: 19.12px;
		padding-bottom: 35px;
	}

	a.btn span {
		font-size: 14px;
		font-weight: 600;
		line-height: 19.12px;
		text-align: center;
	}

	a.btn {
		padding: 10px 10px;
	}

	.courses_top_text_button {
		position: absolute;
		bottom: -20px;
	}

	main.site-main {
		padding-top: 50px;
	}

	.title_about_promo *, .title_about_promo {
		font-size: 28px;
		line-height: 40.98px;
	}

	.icon_left_promo_about {
		top: -40px;
		max-width: 70px;
		left: 0px;
	}

	.about_promo {
		padding: 40px 13px;
	}

	.title_about_promo strong {
		display: inline-flex;
	}

	.title_about_promo strong:before {
		height: calc(100% - -4px);
	}

	.icon_right_promo_about {
		width: 100px;
		bottom: -40px;
		right: -40px;
	}

	.box_avant {
		padding-top: 50px;
	}

	.title_site, .title_site * {
		font-family: Manrope;
		font-size: 30px;
		font-weight: 700;
		line-height: 40.98px;
		text-align: center;
	}

	.box_avant .title_site strong {
		display: flex;
		justify-content: center;
	}

	.box_avant .title_site strong:before {
		top: -75px;
		right: auto;
		left: 0;
		transform: scaleX(-1);
		height: 60px;
	}

	.title_site {
		padding-bottom: 30px;
	}

	.title_site p {
		padding-bottom: 0;
	}

	.items_box_avant {
		display: flex;
		flex-direction: column;
	}

	.title_top_item_box_avant {
		font-size: 18px;
		line-height: 24.59px;
		margin-bottom: 18px;
	}

	.top_item_box_avant {
		padding: 14px;
	}

	.text_top_item_box_avant {
		font-size: 14px;
		line-height: 19.12px;
	}

	.list_item_box_avant > ul > li:nth-child(n+3),
	.list_item_box_another > ul > li:nth-child(n+3) {
		display: none;
	}
	.list_item_box_avant.collapsed .toggle-button,
	.list_item_box_another.collapsed .toggle-button {
		display: block;
	}
	.list_item_box_avant .toggle-button {
		display:block ;
	}
	.list_item_box_avant.collapsed > ul > li {
		display: block;
	}
	button.toggle-button {
		font-size: 12px;
		font-weight: 700;
		line-height: 14px;
		text-align: left;
		background: transparent;
		border: none;
		color: #E86233;
		text-align: right;
		width: 100%;
		position: relative;
		padding-right: 20px;
	}

	button.toggle-button:before {
		content: "";
		background-image: url(/wp-content/themes/theme/img/arrow-right-down-svgrepo-com.svg);
		width: 15px;
		height: 15px;
		position: absolute;
		right: 0;
		background-size: contain;
	}

	.list_item_box_avant.collapsed {}

	.list_item_box_avant.collapsed button.toggle-button:before {
		transform: rotate(225deg);
	}
	.item_box_avant {
		margin-bottom: 24px;
	}

	.box_certificates {
		padding: 20px 26px;
		display: flex;
		flex-direction: column;
	}

	.box_certificates .title_site {text-align: left;padding-bottom: 16px;}

	.photo_box_certificates {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.box_for_whom {
		padding-top: 60px;
	}

	.box_for_whom .title_site strong {
		display: flex;
		justify-content: center;
	}

	.items_for_whom {
		display: flex;
		flex-direction: column;
	}

	.text_item_for_whom {position: absolute;bottom: 30px;background: #495C9A;border: none;color: #fff;width: auto;padding: 10px 30px;left: 20px;}

	.item_for_whom {
		position: relative;
	}
	.item_box_avant {
		margin-bottom: 24px;
	}

	.box_certificates {
		padding: 20px 26px;
		display: flex;
		flex-direction: column;
	}

	.box_certificates .title_site {text-align: left;padding-bottom: 16px;}

	.photo_box_certificates {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.box_for_whom {
		padding-top: 60px;
	}

	.box_for_whom .title_site strong {
		display: flex;
		justify-content: center;
	}

	.items_for_whom {
		display: flex;
		flex-direction: column;
	}

	.text_item_for_whom {position: absolute;bottom: 30px;background: #495C9A;border: none;color: #fff;width: auto;padding: 10px 30px;left: 20px;}

	.item_for_whom {
		position: relative;
	}

	.about_methodology {
		margin-top: 60px;
	}

	.about_methodology {
		padding: 50px 15px 35px;
	}

	.content_about_methodology {
		display: flex;
		flex-direction: column;
	}

	.item_content_about_methodology {
		width: 100%;
		margin-bottom: 24px;
		background: linear-gradient(180deg, rgba(73, 92, 154, 0.1) 0%, rgba(118, 73, 154, 0.1) 100%);
	}

	.number_item_content_about_methodology {
		padding-bottom: 30px;
	}

	.about_methodology .text_item_content_about_methodology {
		font-size: 14px;
		line-height: 19.12px;
	}

	.about_methodology {}

	.about_methodology .item_content_about_methodology:nth-child(4) .title_item_content_about_methodology {
		padding-bottom: 34px;
	}

	.about_methodology .item_content_about_methodology:nth-child(4) .text_item_content_about_methodology {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding-bottom: 30px;
	}

	.about_after_languages {
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}

	.about_methodology .item_content_about_methodology:nth-child(4) {
		margin: 0;
		padding-bottom: 0;
	}
	.box_courses {
		padding-top: 50px;
	}

	.box_courses {}

	.box_courses .title_site {
		font-size: 40px;
		line-height: 54.64px;
	}

	.big_text_box_courses {
		padding: 18px;
		display: flex;
		flex-direction: column;
	}

	.big_text_courses_home, .big_text_courses_home * {
		font-size: 18px;
		line-height: 22px;
	}

	.button_big_text_box_courses a.btn {
		width: 100%;
	}

	.items_page_courses {
		display: flex;
		flex-direction: column;
	}

	.item_page_courses {
		width: 100%;
	}

	.box_about_home {
		padding-top: 60px;
	}

	.content_box_about_home {
		display: flex;
		flex-direction: column;
	}

	.des_text_content_box_about_home {
		font-family: Manrope;
		font-size: 14px;
		font-weight: 500;
		line-height: 19.12px;
		text-align: left;
	}

	.about_list_after_text {
		padding: 18px 0 20px;
	}

	.button_text_content_box_about_home {
		padding-top: 28px;
	}

	.button_text_content_box_about_home a {
		padding: 10px 30px;
		width: 170px;
		border-radius: 16px;
	}

	.box_reivews {
		padding-top: 60px;
	}

	.box_reivews .title_site {}

	.box_reivews .title_site strong {
		display: flex;
		justify-content: center;
	}

	.sl_reivews .slick-list {
		margin: 0;
		padding-left: 45px !important;
	}
	.sl_reivews {
		padding-bottom: 0;
	}

	footer.site-footer {
		display: flex;
		flex-direction: column;
	}

	footer.site-footer {
		padding-top: 150px;
		position: relative;
		margin-bottom: 40px;
		padding-bottom: 0;
	}

	footer.site-footer .item_footer_menu {
		-webkit-order: 1;
		-ms-flex-order:1;
		order:1;
		display: flex;
		justify-content: flex-start;
		padding-bottom: 40px;
	}

	.item_footer_form {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.item_footer_content {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.item_footer_content .logo_footer {
		position: absolute;
		top: 25px;
		max-width: 170px;
	}

	.item_footer_form {
		background: #FFFFFF80;
		padding: 20px 8px 8px;
		border-radius: 20px;
		margin-bottom: 40px;
	}

	.title_footer strong {
		color: #495C9A;
	}

	.title_footer {
		text-align: center;
	}
	.sl_reivews button.slick-arrow {
		height: 30px;
	}

	.sl_reivews {
		padding-bottom: 50px;
	}
	.main-navigation .menu_box_header {
		position: fixed;
		background: #FFFFFF;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		height: 100vh;
		top: 0;
		left: 20%;
		width: 100vh;
		z-index: 9999;
		transform: translateX(800px);
		transition: 0.3s;
	}

	.main-navigation.toggled:before {
		content: "";
		position: fixed;
		width: 100%;
		left: -10%;
		height: 100vh;
		top: 0;
		background: rgb(0 0 0 / 40%);
		z-index: -1;
	}

	.menu_menu_box_header {
		position: relative;
		z-index: 99999;
	}

	.main-navigation.toggled .menu_box_header {
		transform: translateX(0px);
		transition: 0.3s;
	}
	header.site-header {
		padding: 10px 20px;
	}

	header.site-header > .button_header {
		display: none;
	}

	.logo_header {
		max-width: 110px;
	}

	button.menu-toggle {
		background: #E86233;
		border: none;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		position: relative;
		z-index: 99999999;
	}

	button.menu-toggle span {
		background-image: url(/wp-content/themes/theme/img/menu-fries-svgrepo-com.svg);
		width: 30px;
		height: 30px;
		display: flex;
		background-size: 25px;
		background-repeat: no-repeat;
		align-items: center;
		justify-content: center;
		background-position: center;
	}

	.menu_menu_box_header {
		padding: 12px 24px 40px;
		display: flex;
		flex-direction: column;
	}

	.info_menu_box_header {
		display: block !important;
	}
	.menu_menu_box_header .logo_header {
		margin-bottom: 30px;
	}

	.menu_menu_box_header ul.menu > li > a {
		padding: 0;
		padding-bottom: 8px;
	}

	.menu_menu_box_header {
		display: flex;
		height: 100%;
	}
	.menu_menu_box_header {}

	.menu_menu_box_header .items_phone_number_contact {
		display: flex;
		flex-direction: row;
		column-gap: 20px;
	}

	.info_menu_box_header {}

	.info_menu_box_header .items_phone_number_contact {
		padding-bottom: 8px;
	}

	.info_menu_box_header .email_box_ {
		padding-bottom: 8px;
	}

	.info_menu_box_header .item_box_contant_page {
		padding-bottom: 20px;
	}

	.info_menu_box_header .button_header a span {
		font-size: 14px;
		line-height: 21.86px;
	}

	.info_menu_box_header .button_header a {
		padding: 7px 25px;
	}

	.info_menu_box_header .items_phone_number_contact a {
		padding-bottom: 0;
	}

	.info_menu_box_header div, .info_menu_box_header div a, .info_menu_box_header div * {
		font-size: 12px;
		line-height: 16.39px;
	}

	.info_menu_box_header .item_box_contant_page {}

	.info_menu_box_header .item_box_contant_page .text_adress_contact {
		color: #495C9A;
	}

	.menu_menu_box_header .menu-menu-container {
		height: 70%;
	}

	.menu_menu_box_header ul.menu > li > a {
		font-size: 14px;
		font-weight: 600;
		line-height: 19.12px;
	}

/*	.main-navigation li.focus {
		display: inline-flex;
		flex-direction: column;
	}*/

/*	.main-navigation li.focus ul.sub-menu {
		position: relative;
		display: block;
		padding: 0px 0 5px;
	}*/

/*	.main-navigation li.focus ul.sub-menu li a {
		font-size: 12px;
		line-height: 16.39px;
		color: #424242;
		padding-bottom: 8px;
		font-weight: 500;
	}
	.main-navigation li.focus ul.sub-menu li a span {
		font-size: 12px;
		line-height: 16.39px;
		font-weight: 500;
	}

	.main-navigation li.focus ul.sub-menu li {
		padding: 0;
	}*/

	ul.menu li ul li a, .main-navigation ul.sub-menu li a span {
		font-size: 12px;
		line-height: 16.39px;
		color: #424242;
		padding-bottom: 8px;
		font-weight: 500;
	}
	.menu_menu_box_header ul.menu > li > a {
		display: inline-flex;
	}

	.main-navigation li.menu-item-has-children a:after {
		content: "";
		background-image: url(/wp-content/themes/theme/img/arrow-menu-tog.svg);
		width: 15px;
		background-position: center;
		background-repeat: no-repeat;
		margin-left: 10px;
		transform: rotate(180deg);
		-webkit-filter: brightness(0%);
	}

	.main-navigation li.menu-item-has-children.focus a:after {
		transform: rotate(0deg);
		-webkit-filter: brightness(100%);
	}

	.main-navigation li.focus > a {
		color: #E86233;
	}
	.main-navigation.toggled button.menu-toggle span {
		background-image: url(/wp-content/themes/theme/img/close-menu.svg);
	}
	.title_page h1, .title_page h1 * {
		font-family: Manrope;
		font-size: 30px;
		font-weight: 700;
		line-height: 40.98px;
		text-align: center;
	}

	main.site-main {
		padding-top: 24px;
	}

	.breadcrumb * {
		font-size: 12px;
		line-height: 16.39px;
	}

	.title_page {
		padding-bottom: 24px;
	}

	.courses_top {
		display: flex;
		flex-direction: column;
	}

	.courses_top_text_before {
		padding: 15px 0 17px;
	}

	.courses_top_text_text {
		font-size: 14px;
		line-height: 19.12px;
	}

	.courses_top {
		padding-bottom: 60px;
	}

	.courses_top .courses_top_text_button {
		position: relative;
		bottom: 0;
	}

	a.btn_grey {
		font-size: 14px;
		line-height: 19.12px;
	}

	.title_item_box_courses_content, .title_item_box_courses_content * {
		font-size: 20px;
		font-weight: 700;
		line-height: 27.32px;
	}

	.item_box_courses_content {
		padding: 20px 18px 24px;
	}

	.text_item_box_courses_content, .text_item_box_courses_content * {
		font-size: 14px;
		font-weight: 500;
		line-height: 19.12px;
	}

	.box_courses_content .item_box_courses_content .img_item_box_courses_content {
		width: 80px !important;
		height: 80px !important;
	}

	.title_item_box_courses_content {
		padding-bottom: 0;
	}

	.button_item_box_courses_content {
		padding-top: 30px;
		width: 100%;
	}

	.button_item_box_courses_content a.btn {
		width: 100%;
	}

	.box_courses_content .item_box_courses_content:nth-child(1) .img_item_box_courses_content {
		bottom: 0;
	}
	.img_item_box_courses_content {
		z-index: -1 !important;
	}
	.main-navigation ul ul li > ul {
		display: none;

	}
	.about_top {
		display: flex;
		flex-direction: column;
		position: relative;
	}

	.left_about_top {
		width: 100%;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.right_about_top {
		-webkit-order: 1;
		-ms-flex-order:1;
		order:1;
		padding-top: 55px;
	}

	.item_after_photo_left_about_top {
		font-size: 10px;
		line-height: 13.66px;
		padding: 8px;
		display: flex;
		align-items: center;
	}

	.left_about_top .title_page {
		position: absolute;
		top: 0;
		text-align: center;
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}

	.after_photo_left_about_top {
		padding-top: 10px;
		margin-bottom: 20px;
	}

	.text_left_about_top * {
		font-size: 14px;
		line-height: 19.12px;
	}

	.about_lesson {
		padding-top: 45px;
	}

	.text_about_lesson {
		padding: 14px;
	}

	.text_about_lesson * {
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 0;
	}

	.lesson_about_lesson {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.item_lesson_about_lesson {}

/*	.about_lesson:before {
		width: 150px;
		height: 150px;
		right: -75px;
		top: 50%;
	}*/

	.title_lesson_about_lesson {
		font-size: 24px;
		line-height: 46px;
		padding-bottom: 10px;
	}

	.text_lesson_about * {
		font-size: 18px;
		line-height: 24px;
	}
	ul#video-category {
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
		padding-bottom: 20px;
	}

	.left_box_list_video {
		width: 100%;
		margin-bottom: 16px;
	}

	.box_list_video {
		display: flex;
		flex-direction: column;
	}

	div#video-list {
		display: flex;
		flex-direction: column;
	}

	.video-item {
		width: 100%;
	}

	.video-title {
		padding-top: 10px;
	}
	ul#filter {
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
	}

	ul#filter li {
		padding: 5px 6px;
	}

	div#response {
		display: flex;
		flex-direction: column;
	}

	.item.post_category_blog {
		width: 100%;
	}
	.single_post_p {
		display: flex;
		flex-direction: column;
	}

	.single_post_p .box_single_blog {
		width: 100%;
	}

	.single_post_p .post-thumbnail img {
		height: 160px;
		object-fit: cover;
		object-position: center;
		border-radius: 14px;
	}

	.box_single_blog .entry-content * {
		font-size: 14px;
		line-height: 19.12px;
	}

	.box_single_blog .entry-content h2 {
		font-family: Manrope;
		font-size: 16px;
		font-weight: 700;
		line-height: 21.86px;
		text-align: left;
		padding: 16px 0 16px;
	}

	.box_other_blog {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.other_post_single {
		font-size: 24px;
		font-weight: 700;
		line-height: 32.78px;
		padding-bottom: 32px;
	}
	.box_contant_page {
		padding: 40px 20px;
	}

	.items_box_contant_page {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.title_item_box_contant_page {
		padding-bottom: 15px;
	}
	.box_top_programs {
		display: flex;
		flex-direction: column-reverse;
		position: relative;
	}

	.content_box_top_programs {
		width: 100%;
		padding: 0;
	}

	.photo_box_top_programs {
		width: 100%;
		padding-top: 70px;
	}

	.content_box_top_programs .title_page h1 {
		position: absolute;
		top: 0;
		width: 100%;
		margin: 0 auto;
		left: 0;
	}

	.content_box_top_programs .title_page h1, .content_box_top_programs .title_page h1 * {
		font-size: 20px;
		font-weight: 700;
		line-height: 27.32px;
		width: 100%;
		text-align: center;
	}

	.list_content_box_top_programs {
		position: absolute;
		top: 50px;
	}

	.item_list_content_box_top_programs {
		font-size: 10px;
		font-weight: 500;
		line-height: 13.66px;
		text-align: center;
		padding: 10px;
	}

	.text_content_box_top_programs {
		width: 100%;
		max-width: 100%;
		padding: 10px 20px;
	}

	.content_box_top_programs {
		border: 5px solid #fff;
	}
	.main-navigation li ul.sub-menu {
		width: 100%;
		position: absolute;
		display: block;
		opacity: 0;
	}
	.main-navigation li.focus ul.sub-menu {
		width: 100%;
		position: relative;
		opacity: 1;
	}
	.top_home {
		position: relative;
	}
	ul.menu li ul li {
		padding: 0;
	}

	ul.menu li ul li a {
		padding-bottom: 7px;
	}

	ul.menu li ul {
		padding: 5px 0 15px;
	}
	.list_item_box_avant.collapsed ul {
		list-style-type: circle;
	}
	.category_name_instructors {
		font-size: 12px;
		font-weight: 500;
		line-height: 16.39px;
		color: #495C9A;
		display: inline-flex;
		align-items: center;
		column-gap: 10px;
		border: 1px solid #495C9A;
		border-radius: 70px;
		padding: 4px 15px;
	}
	.box_instructors_mobile .list_teacher {
		display: none;
	}
	.box_instructors_mobile .name_teacher {
		text-align: left;
		padding-top: 16px;
	}
	.box_instructors_mobile .text_teacher {
		text-align: left;
		padding-bottom: 20px;
	}

	.box_instructors_mobile button.slick-prev.slick-arrow {
		position: absolute;
	}
	.items_box_instructors_mobile {
		margin-bottom: 40px;
		position: relative;
	}
	.items_box_instructors_mobile .category_name_instructors {
		margin-bottom: 20px;
	}
	.box_instructors_mobile button.slick-prev.slick-arrow {
		display: none !important;
	}
	.box_instructors_mobile button.slick-next.slick-arrow:before {
		content: "Swallow aside →";
		font-size: 14px;
		font-weight: 600;
		line-height: 19.12px;
		color: #495C9A;
	}
	.box_instructors_mobile button.slick-next.slick-arrow {
		right: 0;
		top: -45px;
		font-size: 0;
		background: transparent;
		border: none;
		position: absolute;
	}
	.items_box_instructors_mobile .slick-track {
		display: flex;
		column-gap: 20px;
	}
	.items_box_instructors_mobile .slick-list {
		margin: 0 -20px;
	}
	main.site-main {
		padding-top: 105px;
	}
	.photo_one_rigt_top_home {
		margin-right: 0;
	}

	.photo_one_rigt_top_home .paralaxll {
		bottom: -15px;
		width: 120px;
		right: -35px;
	}

	.photo_two_rigt_top_home .paralaxll {
		left: -45px;
		width: 120px;
		bottom: 0;
	}

	.paralaxll img {
		transform: none !important;
	}
	.box_instructors_home .paralaxll {
		display: none;
	}

	.box_instructors_home {
		padding-top: 80px;
	}
	.title_page._info_programs h1, .title_page._info_programs h1 * {
		font-size: 20px;
		font-weight: 700;
		line-height: 27.32px;
		text-align: center;
		text-transform: none;
	}
	.box_title_bg_blu_info_programs {
		font-size: 16px;
		font-weight: 700;
		line-height: 34px;
		text-align: center;
		padding: 8px;
	}
	.title_page._info_programs h1 p {
		padding-bottom: 0;
	}
	.box_list_price_info_programs {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.item_box_list_price_info_programs {
		padding: 18px 16px;
	}
	.title_list_price_info_programs {
		font-size: 22px;
		font-weight: 800;
		line-height: 26px;
		text-align: left;
		width: 90%;
	}
	.text_list_price_info_programs * {
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		text-align: left;
		color: #424242;
	}
	.price_list_price_info_programs {
		font-size: 20px;
		line-height: 30px;
	}
	.title_box_credit_info_programs, .title_box_credit_info_programs * {
		font-size: 20px;
		line-height: 27.32px;
		text-align: center;
	}

	.items_box_credit_info_programs {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.items_box_credit_info_programs .item_box_credit_info_programs {
		width: 100%;
	}

	.box_credit_info_programs {
		padding: 18px 6px;
	}
	.box_text_after_list_price_info_programs, .box_text_after_list_price_info_programs * {
		font-size: 12px;
		line-height: 16.39px;
		text-align: left;
	}

	.after_text_title_info_programs {
		padding: 20px 0 30px;
		font-size: 12px;
		font-weight: 400;
		line-height: 16.39px;
		text-align: center;
	}
	.input input {
		width: 100%;
	}

	.input_send input {
		width: 100%;
	}
	.box_course_objectives {
		margin-top: 70px;
		padding: 40px 15px 15px;
	}

	.text_img_course_objectives {
		display: flex;
		flex-direction: column;
	}

	.text_img_course_objectives .item_text_course_objectives {
		width: 100%;
		padding: 30px 12px;
	}

	.item_img_course_objectives {
		width: 100%;
	}

	.big_item_text_course_objectives * {
		font-size: 16px;
		line-height: 21.86px;
	}

	.smal_item_text_course_objectives {
		max-width: 100%;
		padding-top: 55px;
	}

	.item_img_course_objectives {
		margin-top: 10px;
	}

	.list_course_objectives {
		display: flex;
		flex-direction: column;
	}

	.item_list_course_objectives {
		width: 100%;
		margin-bottom: 10px;
		padding: 20px 20px 30px;
	}

	.text_item_list_course_objectives, .text_item_list_course_objectives * {
		font-size: 14px;
		font-weight: 400;
		line-height: 19.12px;
		text-align: left;
	}

	.box__course_methodology {
		padding-top: 60px;
	}

	.items__course_methodology {
		display: flex;
		flex-direction: column;
		padding: 0;
		gap: 15px;
	}

	.item__course_methodology {
		position: relative;
		padding: 10px 25px;
	}

	.icon_item__course_methodology {
		position: absolute;
		top: -20px;
		left: -14px;
	}

	.text_item__course_methodology {
		width: 100%;
	}

	.des_item__course_methodology {
		font-size: 12px;
		line-height: 13.66px;
	}

	.title_item__course_methodology {
		max-width: 100%;
		font-size: 14px;
		line-height: 19.12px;
	}

	.box_course_topics {
		margin-top: 60px;
		padding: 40px 15px;
	}

	.box_course_topics .paralaxll:nth-child(1) {
		display: none;
	}

	.text_course_topics ul {
		column-count: 1;
	}

	.text_course_topics, .text_course_topics * {
		font-size: 14px;
		line-height: 20px;
	}

	.text_course_topics ul li {
		padding-bottom: 0;
	}

	.box_expected {
		padding: 40px 15px 10px;
	}

	.items_box_expected {
		display: flex;
		flex-direction: column-reverse;
	}

	.item_img_box_expected {
		margin-top: 20px;
	}

	.item_text_box_expected * {
		font-size: 14px;
		line-height: 30px;
	}

	.items_course_participation_objectives {
		display: flex;
		flex-direction: column;
	}

	.text_item_course_participation_objectives {
		font-size: 12px;
		line-height: 16.39px;
		padding-bottom: 30px;
	}

	.items_course_participation_objectives .title_item_course_participation_objectives .title_site {
		width: 75%;
		padding-bottom: 24px;
	}

	.box_course_participation_objectives {
		margin-top: 60px;
	}

	.list_participation_objectives {
		display: flex;
		flex-direction: column;
	}

	.items_list_participation_objectives {
		padding: 18px;
	}

	.text_items_list_participation_objectives {
		font-size: 12px;
		line-height: 16.39px;
		padding-bottom: 10px;
	}
	.container.header-container {
		overflow: inherit;
	}
	.box__partners_schools {
		padding: 30px 15px;
		margin: 0 -15px;
	}

	.box_content__partners_schools {
		display: flex;
		flex-direction: column;
		column-gap: 0;
	}

	.form__partners_schools {
		width: 100%;
		margin-bottom: 25px;
	}

	.list__partners_schools {
		width: 100%;
	}

	.list__partners_schools .item_list__partners_schools {
		padding: 12px;
	}

	.list__partners_schools .item_list__partners_schools:nth-child(1) .text_item_list__partners_schools {
		padding-right: 0;
	}

	.text_item_list__partners_schools {
		font-size: 12px;
		font-weight: 400;
		line-height: 16.39px;
	}
	.button_top_programs {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.button_top_programs a {
		width: 100%;
	}

	.box_top_programs {
		padding-bottom: 60px;
	}

	.box_form_page_programs {
		margin-top: 40px;
		display: flex;
		flex-direction: column;
	}

	.left_box_form_page_programs {
		width: 100%;
		padding: 40px 10px;
		position: relative;
	}

	.title_box_form_page_programs * {font-size: 20px;line-height: 27.32px;}

	.icon__form_page_programs {
		top: -25px;
		width: 100px;
		left: -30px;
	}

	.title_box_form_page_programs strong:before {
		height: calc(100% - -4px);
		top: -2px;
	}

	.des_box_form_page_programs {
		font-size: 14px;
	}

	.right_box_form_page_programs {
		width: 100%;
	}
	.box_courses .title_site {
		font-size: 30px;
		padding-bottom: 15px;
	}
}







































.header-top a {
	display: flex;
	align-items: center;
	column-gap: 5px;
}

.header-top {
	display: flex;
	column-gap: 30px;
	padding-top: 10px;
}

.header-top a span.header-top_icon {
	display: flex;
	width: 22px;
	height: 22px;
}

span.header-top_text {
	display: flex;
}
main.site-main.page-hame {
	padding-top: 0;
}
header.site-header {
	background-color: #fff;
}
.top_home {
	width: 100%;
	height: 100vh;
}
.top_home .slick-gallery img {
	width: 100%;
	height: 100%;
}
.box_gallery_home, .slick-gallery {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
}
.slide_gallery_home {
	position: relative;
	width: 100%;
	display: flex;
}

body .top_home .slide_gallery_home {
	height: 100vh;
}

.top_home .slick-gallery img {
	object-fit: cover;
	object-position: center;
}

.box_gallery_home {
	position: absolute;
}

.top_home .container {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-top {
	justify-content: flex-end;
}

.box_gallery_home:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 40%);
	z-index: 1;
}

.title_page * {
	max-width: 860px;
	color: #fff;
}

.top_after_languages {
	display: flex;
	align-items: center;
	justify-content: center;
}

.title_page {
	padding-bottom: 0;
}

.top_home .item_top_after_languages {
	background-color: #ffffffeb;
}
.button_top_home a {
	background: #E86233;
	text-align: center;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	column-gap: 10px;
	border-radius: 14px;
	border: 2px solid #e86233;
}
.button_top_home {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
}
.button_top_home a:hover {
	background-color: #d94a18;
}
ul.menu li ul span {
	display: inline-flex;
}
.main-navigation li.menu-item-has-children a {
	flex-wrap: wrap;
}
.accreditation_box .title_page h1 {
	color: #000000;
}
.accreditation_box .box_content__partners_schools b {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 0;
}
.accreditation_box .box_content__partners_schools a {
	color: #e86233;
}
.accreditation_box .box_content__partners_schools a:hover {
	text-decoration: underline;
}
.accreditation_box .box_content__partners_schools {
	display: flex;
	flex-direction: column;
}
.top_home .item_top_after_languages:hover {
	background-color: #E86233;
	color: #fff;
}
.title_page._info_programs * {
	color: #000;
	width: 100%;
}

.title_page._info_programs {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: center;
}
.title_page._info_programs + .box_avant {
	margin-bottom: 80px;
	padding-top: 80px;
}
.box_tuition .title_page {display: flex;padding-bottom: 35px;color: #000;}

.box_tuition .title_page h1 {
	color: #000;
}

.box_tuition_list .text_item_page_courses {
	font-size: 18px;
	line-height: 30px;
}

.box_tuition_list  .item_page_courses {
	width: calc(25% - 15px);
	overflow: hidden;
}

.item_page_courses:before {
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.title_page h1 {
	color: #000;
	padding-bottom: 40px;
}
page-book .title_page h1 {text-align: center;}
.form_book {
	max-width: 580px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.form_book .box_form_ {
	width: calc(50% - 10px);
}
.form_book .box_form_full, .form_book  .box_form_submit {
	width: 100%;
}
.form_book  label {
	font-size: 16px;
	display: flex;
	padding-bottom: 10px;
	font-weight: 600;
}
.form_book  br {
	display: none;
}
.form_book input, .form_book select, .form_book textarea {
	width: 100%;
	display: flex;
	background-color: #f5f5f5;
	font-family: Manrope;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.12px;
	text-align: left;
	padding: 10px 20px;
	border: 1px solid #e1e1e1;
	border-radius: 12px;
	max-height: 100px;
}
.page-book .title_page h1 {
	display: flex;
	max-width: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.box_form_lang .wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-direction: row;
	gap: 20px;
	flex-wrap: wrap;
}

.box_form_lang .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	display: flex;
	flex-direction: row;
	column-gap: 5px;
	align-items: center;
	margin: 0;
}

.box_form_lang .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
	width: 15px;
	height: 15px;
}

.box_form_lang .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
	display: flex;
	font-size: 16px;
	line-height: 16px;
}
.input textarea {
    max-height: 100px;
}
.title_page h1 p {
    padding: 0;
}

.title_page h1 {
    padding-bottom: 20px;
}

.top_home .item_top_after_languages {
    font-size: 16px;
    padding: 10px 16px;
    display: flex;
    line-height: 1;
    text-transform: uppercase;
}
.box_content__partners_schools p {
    display: flex;
    column-gap: 10px;
}
.input span {
    width: 100%;
}
.list_item_box_avant ul + p {
    margin-top: 25px;
}

.list_item_box_avant ol {
    margin: 0;
    padding-left: 20px;
}
.list_item_box_avant h3, .list_item_box_avant strong {
    font-size: 20px;
    font-weight: 600;
}
.form_box_form_page_programs input, .form_box_form_page_programs .input textarea {
    width: 100%;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.right_box_form_page_programs .input.textarea {
    display: none;
}
.box_teacher_page_programs + .box_form_page_programs {
    margin-top: 0;
}
.box_content__partners_schools p {
    display: flex;
    align-items: center;
}

.box_content__partners_schools p b {
    min-width: 60%;
}
@media screen and (max-width: 860px) {
	.box_tuition_list  .item_page_courses {
		width: 100%;
		overflow: hidden;
	}
	.header-top * {
		font-size: 12px;
	}
	.box_content__partners_schools p {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.box_content__partners_schools p b {
    min-width: 100%;
}
	.top_home {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_top_home {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.top_after_languages {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
	.breadcrumb {
    padding-bottom: 20px;
}

.right_about_top {
    padding-top: 100px;
}
	.container.header-container {
    top: 0;
}
	.box_certificates > div {
    width: 100%;
}

.box_certificates .title_site {
    font-size: 30px;
    text-align: center;
}

.box_certificates {
    display: flex;
    align-items: center;
}

.box_certificates > div {
    display: flex;
    align-items: center;
}
	.lesson_about_lesson .paralaxll {
    width: 80px;
    top: -18px;
    right: -18px;
}

.lesson_about_lesson {
    position: relative;
}
}





