/*!
Theme Name: edvista
Theme URI: http://underscores.me/
Author: SELECTOR.SPACE
Author URI: https://selector.space/
Description: Сучасна тема WordPress, створена веб-студією SELECTOR.SPACE, яка підходить для різноманітних типів сайтів — від невеликих лендінгів та каталогів до масштабних інтернет-магазинів. Гнучкий дизайн, чистий код і оптимізація для SEO забезпечують максимальну продуктивність і зручність у використанні.
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: edvista
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.

edvista 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.
 */
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;
}
/* Apply only to focus-visible to avoid unnecessary styling on mouse clicks */
:focus-visible {
  outline: 3px solid #1976d2;  /* high contrast blue */
  outline-offset: 2px;
}
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%;
}

/* Links
--------------------------------------------- */


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

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

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

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


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


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

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

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

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

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



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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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


/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
/* General reset: Don't remove focus outline unless replacing it! */
:focus {
  outline: 2px solid #005fcc; /* or any high-contrast color */
  outline-offset: 2px;
}

/* Optional: more specific rules for certain elements */
a:focus,
button:focus,
input:focus,
textarea:focus, #sb_instagram a:focus{
  outline: 2px solid #005fcc !important;
  outline-offset: 2px !important;
}
/* 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;
}
/**EdVista styles**/
.proposal_card:hover{
	border-color: #083DB7;
    transition: .35s ease-out;
}
.proposal_card .details_link:hover{
	background-color: #083DB7;
    color: #FFF;
    cursor: pointer;
    transition: .35s ease-out;
}
.details_link:hover svg path{
	stroke: #FFF;
    transition: .35s ease-out;
}
.audience_card:hover{
	border-color: #083DB7;
    box-shadow: none;
    transition: .35s ease-out;
}
#desktop-packs-container td.pack_price a:hover, #desktop-packs-container td.pack_price button:hover{
	background-color: #083DB7;
    color: #FFF;
    cursor: pointer;
    transition: .35s ease-out;
}
#desktop-packs-container td.pack_price.extra a:hover, #desktop-packs-container td.pack_price.extra button:hover{
	cursor: pointer;
	background-color: #00AA3C;
    transition: .35s ease-out;
}
.instagram_section #sbi_load .sbi_load_btn:hover{
	background-color: #083DB7 !important;
    transition: .35s ease-out;
}
.instagram_section #sbi_load .sbi_load_btn .sbi_btn_text:hover{
    cursor: pointer;
    color: #FFF !important;
    transition: .35s ease-out;
}
.cards_proposal{
    margin: 50px 0;
}
.section_heading{
    margin-bottom: 20px;
}
.section_title{
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 110%;
    margin: 0;
    margin-bottom: 5px;
    color: #0A2351;
}
.section_title span{
    color: #083DB7;
}
.section_heading p{
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #083DB7;
    margin: 0;
}
.proposals_flow{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.proposal_card{
	width: 100%;
	padding: 15px;
	padding-bottom: calc(68.75vw - 40px);
	background-color: #FFFFFF;
	border-radius: 10px;
	position: relative;
	box-shadow: 1.53px 1.53px 0px 0px #E3E5E9;
	border: 0.77px solid #E3E5E9;
    overflow: hidden;
}
.proposal_card h3{
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	letter-spacing: 0%;
	color: #0A2351;
	margin: 0;
	margin-bottom: 10px;
}
.proposal_stats{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.proposal_stats span{
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 10px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #0A2351;
	padding: 3px 9px;
	border-radius: 5px;
}
.prop_time{
	border: 0.53px solid #F19A36;
}
.prop_price{
	border: 0.53px solid #03BF61;
}
.proposal_card .details_link{
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0%;
	text-decoration: none;
	color: #083DB7;
	display: flex;
	align-items: center;
	gap: 3px;
	padding: 12px 18px;
	border-radius: 9px;
	border: 0.53px solid #083DB7;
	width: fit-content;
	margin-top: 15px;
}
.proposal_card p{
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #0A2351;
	margin-bottom: 7px;
}
.proposal_card p:last-of-type{
	margin-bottom: 0;
}
.prop_card_img{
	position: absolute;
	object-fit: cover;
	width: 70.68%;
	height: 68.75vw;
	bottom: 0;
	right: 0;
}
.our_principles{
	padding-top: 50px;
	padding-bottom: 60px;
	background-color: #FFF;
}
.principles_flow{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.principle_item{
	width: 100%;
}
.principle_icon{
	width: 17.18vw;
	height: 19.06vw;
	background-size: contain;
	background-repeat: no-repeat;
}
.principle_item h3{
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	letter-spacing: 0%;
	color: #0A2351;
	margin: 8px 0;
}
.principle_item p{
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #0A2351;
	margin: 0;
}
.audience{
	padding-top: 50px;
	padding-bottom: 30px;
	background: linear-gradient(275.77deg, #03BF61 -16.05%, #083DB7 108.51%);
}
.section_heading.invert .section_title{
	color: #FFF;
}
.section_heading.invert .section_title span{
	color: #03BF61;
}
.section_heading.invert p{
	color: #FFF;
}
.audience_cards_flow{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.audience_card{
	width: 100%;
	border: 0.8px solid #E3E5E9;
	padding: 15px;
	padding-top: 5px;
	border-radius: 10px;
	box-shadow: 1.6px 1.6px 0px 0px #E3E5E9;
	background-color: #FFF;
}
.audience_img{
	display: block;
	width: 62.3%;
	height: auto;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;
}
.audience_content{
	width: 100%;
	margin-top: 10px;
}
.audience_card h3{
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #0A2351;
	margin: 0;
	margin-bottom: 8px;
}
.audience_card p{
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #0A2351;
	margin: 0;
}
.packs{
	padding: 50px 0;
	background-color: #FFF;
}
.mob_packs{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.pack_item{
	border: 0.6px solid #E3E5E9;
	border-radius: 8px;
}
.pack_item.fl{
	border: 0.6px solid #083DB7;
	box-shadow: 0px 1.6px 8px 0px #0A235126;
}
.pack_item_heading{
	background-color: #3066E3;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	letter-spacing: 0%;
	text-align: center;
	color: #FFF;
	margin: 0;
	border: 0.45px solid #E3E5E9;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.pack_item.sm .pack_item_heading{
	background-color: #164DCA;
}
.pack_item.md .pack_item_heading{
	background-color: #164DCA;
}
.pack_item.fl .pack_item_heading{
	background: linear-gradient(275.54deg, #03BF61 -6.51%, #083DB7 115.42%);
}
.pack_item_heading span{
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 10px;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}
.pack_item_desc{
	padding: 15px;
	border-bottom: 0.6px solid #E3E5E9;
	position: relative;
}
.pack_item_desc::before{
	content: '';
	display: block;
	background-image: url('https://edvista.selector.space/wp-content/uploads/2025/05/check.svg');
	width: 15px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.pack_item_desc p{
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: center;
	margin: 0;
	color: #0A2351;
}
.pack_item_desc p em{
	display: block;
	margin-bottom: 5px;
	font-style: normal;
}
.pack_item_desc p strong{
	font-size: 10px;
	font-weight: 500;
}
.pack_item_price{
	padding: 20px;
	padding-top: 15px;
	text-align: center;
}
.pack_item_price p{
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	letter-spacing: 0%;
	text-align: center;
	color: #083DB7;
	margin: 0;
}
.pack_item.fl .pack_item_price p{
	color: #03BF61;
}
.pack_item.fl .pack_item_price p:last-of-type{
	font-size: 14px;
}
.pack_item_price span{
	display: block;
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
	color: #0A2351;
	margin-top: 2px;
}
.pack_item_price a, .pack_item_price button{
	display: block;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	border: 0.4px solid #083DB7;
	border-radius: 7px;
	padding: 12px;
	width: 100%;
	text-align: center;
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0%;
	color: #083DB7;
	text-decoration: none;
	margin-top: 15px;
	cursor: pointer;
}
.pack_item.fl .pack_item_price a, .pack_item.fl .pack_item_price button{
	background-color: #03BF61;
	border-color: #03BF61;
	color: #FFF;
}
.description_hero{
	padding: 40px 0;
	position: relative;
}
.description_hero_background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1;
}
.desc_hero_heading{
	margin-bottom: 10px;
}
.desc_hero_heading h2{
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 110%;
	letter-spacing: 0%;
	color: #FFF;
	margin: 0;
	margin-bottom: 10px;
}
.desc_hero_heading h2 span{
	/*color: #03BF61;*/
    color: #0A2351;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	display: none !important;
}
.desc_hero_content p{
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #FFF;
	margin: 0;
	margin-bottom: 7px;
}
.desc_hero_heading p{
	margin: 0;
	font-weight: 500;
}
.desc_hero_content .read_more_link{
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0%;
	color: #FFF;
	text-decoration: none;
	padding: 7px 14px;
	display: flex;
	gap: 7px;
	align-items: center;
	justify-content: center;
	border: 0.4px solid #FFFFFF;
	border-radius: 8px;
	width: fit-content;
}
.description_hero .wrapper{
	position: relative;
}
.description_hero blockquote{
	width: 100%;
	background-color: #083DB7;
	padding: 12px;
	margin: 0;
	position: absolute;
	border-radius: 8px;
	top: 99%;
}
.description_hero blockquote p{
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #FFF;
	margin: 0;
}
.description_hero blockquote svg{
	position: absolute;
	right: 10px;
	top: -10px;
}
.description_hero blockquote span{
	display: block;
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: right;
	color: #FFF;
	margin-top: 4px;
}
.site-footer{
	background-color: #0A2351;
}
.f_logo{
	display: block;
	width: 80px;
	height: 37px;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.footer_services_menu, .footer_info_menu{
	width: 100%;
	padding-top: 17px;
	border-top: 0.53px solid #FFFFFF1A;
	margin-bottom: 20px;
}
.footer_menu_title{
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	letter-spacing: 0%;
	color: #A6A6B4;
	margin: 0;
	margin-bottom: 10px;
}
.footer_services_menu ul, .footer_info_menu ul{
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0;
	margin: 0;
}
.footer_services_menu ul li a, .footer_info_menu ul li a{
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0%;
	text-decoration: none;
	color: #FFFFFF;
}
.footer_services_menu ul li span, .footer_info_menu ul li span{
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 12px;
}
.footer_subtitle{
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #A6A6B4;
	margin: 0;
	margin-bottom: 7.5px;
}
.f_phones{
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-bottom: 11px;
}
.f_phones a{
	display: flex;
	gap: 5px;
	align-items: center;
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #FFF;
	text-decoration: none;
}
.f_socials{
	display: flex;
	align-items: center;
	gap: 8px;
}
.f_socials a{
	text-decoration: none;
}
.f_socials a svg{
	width: 35px;
	height: 35px;
}
.f_address{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 0.53px solid #FFFFFF1A;
}
.f_address a{
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #FFF;
	text-decoration: none;
}
.f_socials{
	padding-top: 15px;
	border-top: 0.53px solid #FFFFFF1A;
}
.f_about{
	padding-bottom: 30px;
}
.f_about p{
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #A6A6B4;
	margin: 0;
	margin-bottom: 7px;
}
.f_soc{
	padding-top: 15px;
	border-top: 0.53px solid #FFFFFF1A;
}
.f_soc div{
	width: 100%;
	display: flex;
	gap: 7px;
	align-items: center;
}
.f_soc div a{
	text-decoration: none;
}
.f_soc div a svg{
	width: 36px;
    height: 36px;
}
.f_copy{
	padding: 16px 0px;
	background-color: #FFF;
}
.f_copy .wrapper{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	width: calc(100% - 13px);
}
.f_copy p, .f_copy a{
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #0A2351;
	text-decoration: none;
	width: 100%;
	text-align: center;
	margin: 0;
}
.f_copy span{
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 12px;
    color: #0A2351;
}
.reviews{
	padding: 50px 0;
	background-color: #FFF;
}
.reviews_toggler{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.reviews_btn{
	border: 1px solid #03BF61;
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0%;
	color: #0A2351;
	cursor: pointer;
	border-radius: 11px;
	padding: 9.5px 25px;
	background-color: transparent;
	outline: none;
	transition: .35s ease-out;
}
.reviews_btn.active, .reviews_btn:hover{
	background-color: #03BF61;
	color: #FFF;
	transition: .35s ease-out;
}
.review_block{
	display: none;
}
.review_block.active{
	display: block;
    margin-top: 15px;
}
.review_block .ti-controls-line{
	background-color: #E3E5E9 !important;
	margin-top: 15px !important;
	margin-bottom: 0 !important;
}
.review_block .ti-controls-line .dot{
	background-color: #083DB7 !important;
}
.review_block .ti-widget.ti-goog .ti-review-content{
	font-size: 12px;
}
.text_reviews_slider{
    position: relative !important;
    padding-bottom: 35px !important;
}
.text_reviews_slider .swiper-pagination{
    top: initial !important;
    bottom: 0 !important;
}
.text_reviews_slider .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 17px;
    height: 4px;
    background-color: #E3E5E9;
    border-radius: 1.14px;
    opacity: 1;
}
.text_reviews_slider .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: #083DB7;
}
.text_reviews_slider .swiper-slide{
    height: auto;
    padding: 15px;
    border-radius: 8px;
    border: 0.6px solid #E3E5E9;
    box-shadow: 1.2px 1.2px 0px 0px #E3E5E9;
    background-color: #FFF;
    box-sizing: border-box;
}
.text_reviews_slider .swiper-button-next, .text_reviews_slider .swiper-button-prev{
    display: none;
}
.ti-widget.ti-goog .ti-controls .ti-next:hover{
	background-image: url('/wp-content/uploads/2025/06/Frame-126.svg');
    transform: none !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev:hover{
	background-image: url('/wp-content/uploads/2025/06/Frame-126.svg');
    transform: rotate(180deg) !important;
}
.review_txt_heading{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
.review_txt_heading .review_txt_img{
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.review_txt_title{
    width: calc(100% - 38px);
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #0A2351;
    margin: 0;
}
.review_txt_tags{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    padding-bottom: 8px;
    border-bottom: 0.6px solid #E3E5E9;
}
.review_txt_tags span{
    display: block;
    width: fit-content;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #0A2351;
    padding: 3px 6px;
    border-radius: 4.4px;
}
.review_txt_tags span:first-of-type{
    border: 0.4px solid #F19A36;
}
.review_txt_tags span:last-of-type{
    border: 0.4px solid #03BF61;
}
.review_txt_content{
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #0A2351;
    margin: 0;
    margin-top: 8px;
}
.instagram_section{
	padding: 50px 0;
}
.instagram_section .section_title{
	text-align: center;
}
.posts_flow .sb_instagram_header{
	display: none;
}
.instagram_section .section_title .sbi_follow_btn a{
	background: radial-gradient(230.93% 230.93% at 102.01% 2.03%, #F9ED32 0%, #EE2A7B 36%, #D22A8A 44%, #8B2AB2 60%, #1B2AF0 83%, #002AFF 88%) !important;
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 4px;
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0%;
	color: #FFF;
	text-decoration: none;
	padding: 13px 15px;
	border-radius: 7px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.instagram_section .section_title .sbi_follow_btn a svg{
	width: 14px;
	height: 14px;
}
.instagram_section .section_title .sbi_follow_btn a span{
	color: #FFF;
}
.instagram_section #sbi_images .sbi_item{
	border-radius: 8px;
}
.instagram_section #sbi_load .sbi_load_btn{
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0%;
	color: #083DB7;
	background: none !important;
	border: 0.4px solid #083DB7 !important;
	border-radius: 8px !important;
	padding: 12px 14px;
}
.instagram_section #sbi_load .sbi_load_btn .sbi_btn_text{
	color: #083DB7 !important;
}
.content_block{
    background-color: #FFF;
    padding-top: 42vw;
    padding-bottom: 40px;
}
.content_block_text p{
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #0A2351;
    margin-top: 0;
}
.show_more{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #083DB7;
    padding: 14.5px 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    background-color: transparent;
    border: 0.53px solid #083DB7;
    border-radius: 9px;
}
.content_block_context {
  max-height: 100px;
  overflow: hidden;
  margin-bottom: 25px;
  transition: max-height 0.35s ease;
}
.content_block_context.expanded {
  max-height: 100%;
}
.about_initial{
	position: relative;
    background: linear-gradient(291.62deg, #03BF61 9.84%, #083DB7 91.09%);
    padding-top: 16px;
}
.about_initial #breadcrumbs, .service_initial #breadcrumbs, .prices_initial #breadcrumbs, .page_post_single #breadcrumbs, .page_blog #breadcrumbs, .page_reviews #breadcrumbs, .page_contacts #breadcrumbs, .privacy_policy_page #breadcrumbs, .page_sitemap #breadcrumbs, .error-404 #breadcrumbs, .page_quiz_init #breadcrumbs{
	width: 100%;
	padding: 8px 11px;
    border: 0.6px solid #E3E5E9;
    box-shadow: 1.2px 1.2px 0px 0px #E3E5E9;
    background-color: #FFF;
    border-radius: 7px;
    margin: 0;
}
.about_initial #breadcrumbs span, .service_initial #breadcrumbs span, .prices_initial #breadcrumbs span, .page_post_single #breadcrumbs span, .page_blog #breadcrumbs span, .page_reviews #breadcrumbs span, .page_contacts #breadcrumbs span, .privacy_policy_page #breadcrumbs span, .page_sitemap #breadcrumbs span, .error-404 #breadcrumbs span, .page_quiz_init #breadcrumbs span{
    font-family: 'Manrope', sans-serif; 
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
	color: #0A2351;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.about_initial .wrapper{
	position: relative;
}
.about_initial{
	position: relative;
    padding-bottom: 55vw;
}
.about_initial #breadcrumbs a, .service_initial #breadcrumbs a, .prices_initial #breadcrumbs a, .page_post_single #breadcrumbs a, .page_blog #breadcrumbs a, .page_reviews #breadcrumbs a, .page_contacts #breadcrumbs a, .privacy_policy_page #breadcrumbs a, .page_sitemap #breadcrumbs a, .error-404 #breadcrumbs a, .page_quiz_init #breadcrumbs a{
	text-decoration: none;
    color: #A6A6B4;
}
.about_initial_content h2, .about_initial_content h1{
	font-family: 'Manrope', sans-serif;   
	font-weight: 600;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFF;
    margin-bottom: 13px;
    margin-top: 0;
}
.about_initial_content p{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFF;
    margin: 0;
}
.btn_consult{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	padding: 11px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFF;
    border-radius: 7px;
    background-color: #03BF61;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 15px;
    transition: .35s ease-out;
}
.about_initial_content{
	margin-top: 30px;
}
.about_initial_images{
	position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 3vw;
    margin-top: 30px;
    height: 82vw;
}
.about_img_one{ grid-area: 1 / 1 / 4 / 2; }
.about_img_two{ grid-area: 1 / 2 / 2 / 3; }
.about_img_three{ grid-area: 3 / 1 / 4 / 2; }
.about_img_four{ grid-area: 2 / 2 / 4 / 3; }
.about_page .our_principles, .page_admission .packs{
	padding-top: 55vw;
}
.service_initial{
	padding-top: 16px;
}
.service_initial_content{
	width: calc(100% - 30px);
    margin: 0 auto;
}
.service_initial_content h1, .service_initial_content h2{
	font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #FFF;
    margin-bottom: 12px;
}
.service_initial_content p{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFF;
}
.service_initial{
	padding-bottom: 72.81vw;
    position: relative;
}
.service_initial img{
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}
.services_principles{
	margin: 40px 0;
}
.services_principles_flow{
	margin-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.services_principle_item{
	border: 0.6px solid #E3E5E9;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 1.2px 1.2px 0px 0px #E3E5E9;
    background-color: #FFF;
}
.services_principle_item h3{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #FFF;
    margin: 0;
    margin-bottom: 5.5px;
    padding: 6.5px;
    border-radius: 9px;
    background-color: #083DB7;
    text-align: center;
}
.services_principle_item img{
	border-radius: 9px;
    margin-bottom: 10px;
}
.services_principle_item p{
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    color: #0A2351;
}
.services_content_txt{
	border-radius: 10px;
    background-color: #FFF;
    border: 0.8px solid #E3E5E9;
    box-shadow: 1.6px 1.6px 0px 0px #E3E5E9;
    padding: 21px 15px;
}
.services_content_txt h1, .content_block_context h2{
	font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #0A2351;
    margin: 0;
    margin-bottom: 12px;
}
.content_block_context h2{
	font-size: 22px;
}
.services_content_txt h1 span{
	color: #083DB7;
}
.services_content_txt p{
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #0A2351;
    margin: 0;
    margin-bottom: 12px;
}
.services_content_txt a, .content_block_context a{
	color: #03BF61;
    transition: .35s ease-out;
}
.services_content_txt a:hover, .content_block_context a:hover{
	color: #02944b;
    transition: .35s ease-out;
}
.services_content_txt p strong{
	margin-top: 20px;
    font-size: 14px;
}
.services_content_txt ul, .content_block_context ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}
.services_content_txt ul li::before, .content_block_context ul li::before{
	content: '';
    display: block;
    background-image: url('/wp-content/uploads/2025/06/Vector.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    position: absolute;
    left: 0;
}
.services_content_txt ul li, .content_block_context ul li{
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #0A2351;
    margin: 0;
    position: relative;
    padding-left: 18px;
}
.services_content_txt h3, .content_block_context h3{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #0A2351;
    margin-top: 20px;
    margin-bottom: 12px;
}
.services_content_txt blockquote{
	padding: 13px 10px;
    border-radius: 10px;
    border: 0.53px solid #083DB7;
    box-shadow: 1.6px 1.6px 0px 0px #083DB7;
    margin: 0;
}
.services_content_txt blockquote p{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 0;
    padding-left: 37px;
    position: relative;
}
.services_content_txt blockquote p::before{
	content: '';
    display: block;
    position: absolute;
    width: 27px;
    height: 23px;
    background-image: url('/wp-content/uploads/2025/06/1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}
.services_content_txt h4, .content_block_context h4{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #0A2351;
    margin: 12px 0;
}
.services_content_txt ol, .content_block_context ol{
	margin: 0;
    padding: 0;
	margin-bottom: 12px;
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.services_content_txt ol li, .content_block_context ol li{
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
}
.services_content_txt ol li::marker, .content_block_context ol li::marker{
	color: #03BF61;
    fill: #03BF61;
    stroke: #03BF61;
}
.services_subcontent_hero h4, .services_subcontent_form h4{
	font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #FFF;
    margin: 0;
    margin-bottom: 5px;
}
.services_subcontent_hero h4 svg, .services_subcontent_form h4 svg{
	display: block;
	width: 29px;
    height: 26px;
    margin-bottom: 5px;
}
.services_subcontent_hero p, .services_subcontent_form p{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFF;
    margin: 0;
}
.services_subcontent_hero{
	padding: 16px;
    border-radius: 10px;
    background-color: #083DB7;
    border: 0.53px solid #0A2351;
    box-shadow: 1.6px 1.6px 0px 0px #0A2351;
}
.services_subcontent_form{
	padding: 16px;
    border-radius: 10px;
    background: linear-gradient(275.41deg, #03BF61 -17.73%, #083DB7 159.6%);
    border: 0.53px solid #083DB7;
    box-shadow: 1.6px 1.6px 0px 0px #083DB7;
    margin-top: 17px;
}
.services_subcontent_form form{
	margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.services_subcontent_form form input, .post_form_block form input, .contacts_form_block form input, .quiz_block form input[type="tel"], .quiz_block form input[type="email"]{
	width: 100%;
    padding: 11px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #272727;
    padding-left: 30px;
    border-radius: 9px;
    border: none;
    outline: none;
}
.services_subcontent_form form input[type="submit"], .post_form_block form input[type="submit"], .contacts_form_block form input[type="submit"]{
	text-align: center;
    color: #FFF;
    background-color: #083DB7;
    cursor: pointer;
    padding-left: 0;
}
.services_subcontent_form form p span::before, .post_form_block form p span::before, .post_single_newsletter form .tnp-field::before, .contacts_form_block form p span::before, .quiz_contacts span::before{
    position: absolute;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-size: contain;
    left: 11px;
    top: 1.5px;
}
.services_subcontent_form form p:nth-of-type(1) span::before, .post_form_block form p:nth-of-type(1) span::before, .post_single_newsletter form .tnp-field:nth-of-type(1)::before, .contacts_form_block form p:nth-of-type(1) span::before{
    background-image: url(/wp-content/uploads/2025/05/avatar-default-svgrepo-com.svg);
    background-repeat: no-repeat;
}
.services_subcontent_form form p:nth-of-type(2) span::before, .post_form_block form p:nth-of-type(2) span::before, .contacts_form_block form p:nth-of-type(2) span::before{
    background-image: url(/wp-content/uploads/2025/05/phone.svg);
    background-repeat: no-repeat;
}
.services_subcontent_form form p:nth-of-type(3) span::before, .post_form_block form p:nth-of-type(3) span::before, .post_single_newsletter form .tnp-field:nth-of-type(2)::before, .contacts_form_block form p:nth-of-type(3) span::before{
    background-image: url(/wp-content/uploads/2025/06/Group.svg);
    background-repeat: no-repeat;
}
.services_subcontent_form form input::placeholder, .post_form_block form input::placeholder{
	color: #272727;
}
.services_subcontent_hero div{
	display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 16px;
}
.services_subcontent_hero div span{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #FFF;
}
.services_subcontent_hero div span.price{
	color: #03BF61;
}
.services_subcontent{
	margin-top: 22px;
}
.see_also{
	background-color: #FFF;
    padding: 50px 0;
    margin-top: 50px;
}
.see_also_slider .swiper-button-next, .see_also_slider .swiper-button-prev{
	display: none;
}
.see_also_slider{
	overflow: visible !important;
    padding-bottom: 20px !important;
}
.see_also_slider .swiper-pagination{
	top: initial;
    bottom: -20px !important;
}
.see_also .wrapper{
	padding-bottom: 20px;
    overflow: hidden;
}
.see_also_slider .proposal_card{
	padding: 0;
    padding-bottom: calc(68.75vw - 40px);
}
.see_also_slider .proposal_card .prop_card_content{
	padding: 15px;
}
.see_also_slider .swiper-pagination .swiper-pagination-bullet{
	width: 17px;
    height: 4px;
    border-radius: 1.2px;
}
.prices_initial{
	padding-top: 16px;
}
.prices_initial #breadcrumbs a{
	padding: 0;
    border: none;
    margin-top: 0;
}
.prices_initial .section_heading{
	margin-top: 20px;
}
.prices_initial .section_heading a{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    padding: 8.5px 12px;
    color: #083DB7;
    border-radius: 9px;
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    border: 0.56px solid #083DB7;
    margin-top: 5px;
    width: fit-content;
}
.prices_flow{
	padding: 15px;
    background-color: #FFF;
    border: 0.8px solid #E3E5E9;
    border-radius: 11px;
    box-shadow: 1.6px 1.6px 0px 0px #E3E5E9;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.prices_item h3{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #0A2351;
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.prices_item h3 svg{
	min-width: 23px;
    min-height: 25px;
	width: 23px;
    height: 25px;
}
.prices_sub_item{
	background-color: #F3F5F9;
    padding: 5px 8px;
    border-radius: 9px;
    margin-bottom: 2.5px;
}
.prices_sub_item p{
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #0A2351;
    margin: 0;
}
.prices_sub_item p.title{
    font-weight: 500;
    margin-bottom: 5px;
}
.prices_sub_item div{
	display: flex;
    alig-items: center;
    margin-top: 5px;
}
.prices_sub_item div span{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #0A2351;
}
.prices_sub_item div span.price{
	color: #03BF61;
}
.prices_form{
	margin-top: 36px;
}
.prices_page .content_block{
	padding: 40px 0;
    background-color: #F3F5F9;
}
.admission_course{
	margin-top: 30px;
    margin-bottom: 50px;
}
.admission_course_content{
	padding: 15px;
    border-radius: 10px;
    border: 0.77px solid #E3E5E9;
    background-color: #FFF;
    box-shadow: 1.53px 1.53px 0px 0px #E3E5E9;
    padding-bottom: 68.43vw;
    position: relative;
}
.admission_course_content h2{
	font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #0A2351;
    margin-top: 0;
    margin-bottom: 8px;
}
.admission_course_content span{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #0A2351;
    padding: 6px 10px;
    border-radius: 11px;
    display: block;
    margin-bottom: 8px;
}
.admission_course_content span.duration{
	border: 0.75px solid #F19A36;
}
.admission_course_content span.price{
	border: 0.75px solid #03BF61;
}
.admission_course_content .btn_quote{
	margin-top: 15px;
}
.admission_course_content img{
	position: absolute;
    right: 0;
    bottom: 0;
    width: 70.68%;
}
.page_admission .content_block{
	padding-top: 50px;
}
.services_subcontent_form form input[type="submit"], .post_form_block form input[type="submit"]{
	padding-left: 0;
}
.page_post_single{
	padding-top: 16px;
}
.post_single_content{
	padding: 21px 15px;
    border: 0.8px solid #E3E5E9;
    box-shadow: 1.6px 1.6px 0px 0px #E3E5E9;
    margin-top: 10px;
    border-radius: 11px;
    background-color: #FFF;
}
.post_single_content h1{
	font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #0A2351;
    margin: 0;
    margin-bottom: 10px;
}
.post_meta{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.post_meta span{
	display: block;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #0A2351;
    padding: 6px 12px;
    border-radius: 6px;
}
.post_meta span.post_date{
	border: 0.53px solid #03BF61;
}
.post_meta span.post_author{
	border: 0.53px solid #FF7738;
}
.post_single_content .post-thumbnail{
	margin: 12px 0;
}
.post_single_content .post-thumbnail img{
	border-radius: 7px;
}
.post_single_content .content-list{
	padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 11px;
    border-radius: 11px;
    border: 0.53px solid #E3E5E9;
    box-shadow: 1.6px 1.6px 0px 0px #E3E5E9;
    margin-bottom: 20px;
    list-style-type: none;
    gap: 7px;
    background: #F3F5F9;
}
.post_single_content ul.content-list li::before{
	display: block;
    content: '';
    width: 7px;
    height: 8px;
    background-image: url('/wp-content/uploads/2025/06/1-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}
.post_single_content ul.content-list li{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
    position: relative;
}
.post_single_content ul.content-list li a{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #0A2351;
    text-decoration: none;
}
.post_single_content p{
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #0A2351;
    margin: 0;
    margin-bottom: 12px;
}
.post_single_content p strong{
	margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
}
.post_single_content ul{
	list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}
.post_single_content ul li{
	position: relative;
    padding-left: 18px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #0A2351;
}
.post_single_content ul li::before{
	content: '';
    display: block;
    background-image: url('/wp-content/uploads/2025/06/Vector.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 3px;
}
.post_single_content h2{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #0A2351;
    margin-top: 20px;
    margin-bottom: 12px;
}
.post_single_content blockquote{
	padding: 13px 10px;
    border: 0.53px solid #083DB7;
    box-shadow: 1.6px 1.6px 0px 0px #083DB7;
    border-radius: 11px;
    margin: 0;
    margin-bottom: 12px;
}
.post_single_content blockquote p{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #0A2351;
    margin: 0;
    padding-left: 37px;
    position: relative;
}
.post_single_content blockquote p::before{
	display: block;
    content: '';
    width: 27px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2025/06/1.svg');
    position: absolute;
    left: 0;
}
.post_single_content h3{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #0A2351;
    margin: 0;
    margin-bottom: 12px;
}
.post_single_content ol{
	margin: 0;
    padding: 0;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-left: 17px;
}
.post_single_content ol li{
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #0A2351;
}
.post_single_content ol li::marker{
	fill: #03BF61;
    color: #03BF61;
    stroke: #03BF61;
}
.post_form{
	padding: 15px;
    border-radius: 11px;
    background: linear-gradient(275.41deg, #03BF61 -17.73%, #083DB7 159.6%);
    border: 0.53px solid #083DB7;
    box-shadow: 1.6px 1.6px 0px 0px #083DB7;
}
.post_form_heading h2 svg{
	width: 30px;
    height: 26px;
    margin-bottom: 3px;
    display: block;
}
.post_form_heading h2{
	font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #FFF;
    margin: 0;
    margin-bottom: 5px;
}
.post_form_heading p{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFF;
    margin: 0;
}
.post_form_block{
	margin-top: 16px;
}
.post_form_block form{
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.post_form_block .wpcf7-spinner{
	display: none;
}
.post_share{
	padding: 8px 13px;
    background: #F3F5F9;
    border: 0.8px solid #E3E5E9;
    border-radius: 9px;
    box-shadow: 1.6px 1.6px 0px 0px #E3E5E9;
    margin-top: 20px;
}
.post_share div{
	display: flex;
    align-items: center;
    gap: 7.5px;
}
.post_share p{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16.49px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #202957;
    margin: 0;
    margin-bottom: 14px;
}
.post_share div a{
	text-decoration: none;
    display: block;
    font-size: 0;
}
.post_share div a svg{
	width: 35px;
    height: 35px;
}
.post_single_newsletter{
	border: 0.8px solid #E3E5E9;
    padding: 16px;
    border-radius: 11px;
    background-color: #FFF;
    box-shadow: 1.6px 1.6px 0px 0px #E3E5E9;
    margin-top: 35px;
}
.post_single_newsletter h3{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    color: #0A2351;
    margin: 0;
    margin-bottom: 3px;
}
.post_single_newsletter h3 span{
	color: #083DB7;
}
.post_single_newsletter p{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    color: #083DB7;
}
.post_single_newsletter form{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
}
.post_single_newsletter .tnp-field{
	margin-bottom: 0 !important;
    position: relative;
}
.post_single_newsletter .tnp-field label{
	display: none;
}
.post_single_newsletter .tnp-field input{
	padding: 14px 10px !important;
    border: 0.53px solid #E3E5E9 !important;
    background: none !important;
    outline: none;
    font-size: 12px !important;
    backdrop-filter: blur(10.666706085205078px);
    border-radius: 9px;
    color: #272727 !important;
    padding-left: 30px !important;
}
.post_single_newsletter form .tnp-field::before{
	top: calc(50% - 5.5px);
    z-index: 1;
}
.post_single_newsletter .tnp-field input::placeholder{
	color: #272727;
}
.post_single_newsletter .tnp-field input[type="submit"]{
	padding-left: 0 !important;
    background-color: #083DB7 !important;
    cursor: pointer;
    color: #FFF !important;
    width: 100%;
}
.post_single_socials{
	background-color: #FFF;
    padding: 16px;
    border-radius: 11px;
    border: 0.8px solid #E3E5E9;
    box-shadow: 1.6px 1.6px 0px 0px #E3E5E9;
    margin-top: 12px;
}
.post_single_socials h3{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    color: #0A2351;
    margin: 0;
    margin-bottom: 5px;
}
.post_single_socials h3 span{
	color: #083DB7;
}
.post_single_socials p{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #083DB7;
    margin: 0;
}
.post_single_socials div{
	display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 11px;
}
.post_single_socials div a{
	text-decoration: none;
    display: block;
}
.post_single_socials div a svg{
	width: 35px;
    height: 35px;
}
.page_blog{
	margin-top: 16px;
}
.page_blog_posts{
	margin-top: 20px;
}
.blog_posts_flow{
	display: flex;
    flex-direction: column;
    gap: 12px;
}
.blog_posts_flow article{
	padding: 4px;
    background-color: #FFF;
    border: 0.6px solid #E3E5E9;
    border-radius: 8px;
    box-shadow: 1.2px 1.2px 0px 0px #E3E5E9;
}
.blog_posts_flow article img{
	border-radius: 7px;
    display: block;
    height: 41.25vw;
    object-fit: cover;
}
.blog_posts_flow article a{
	text-decoration: none;
}
.blog_single_post_content{
	padding: 11px;
}
.blog_single_post_content h2{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #0A2351;
    margin: 0;
    margin-bottom: 7.5px;
}
.blog_single_post_content .post_meta{
	justify-content: flex-start;
    gap: 4px;
    margin-bottom: 7.5px;
}
.blog_single_post_content p{
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #0A2351;
    margin: 0;
}
.blog_single_post_content .details_link{
	background-color: transparent;
    outline: none;
    border: 0.4px solid #083DB7;
    padding: 12px 17px;
    border-radius: 7px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #083DB7;
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 38px;
}
.blog_posts_pagination{
	margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.blog_posts_pagination span, .blog_posts_pagination a{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFF;
    background-color: #083DB7;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}
.blog_posts_pagination a{
	color: #083DB7;
    text-decoration: none;
    background-color: #FFF;
    border: 0.4px solid #083DB7;
}
.blog_posts_pagination a.next{
	font-size: 0;
    background-image: url('/wp-content/uploads/2025/05/Frame-64-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}
.blog_posts_pagination a.prev{
	font-size: 0;
    background-image: url('/wp-content/uploads/2025/05/Frame-48.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}
.page_blog .content_block{
	padding-top: 50px;
    margin-top: 50px;
}
.page_reviews{
	margin-top: 16px;
}
.page_reviews .section_heading{
	margin-top: 20px;
}
.page_reviews_toggler{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.page_reviews_toggler button{
	width: calc(50% - 5px); 
	border: 1px solid #03BF61;
    border-radius: 11px;
    padding: 9px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #0A2351;
    cursor: pointer;
    outline: none;
    background-color: transparent;
}
.page_reviews_toggler button.active{
	background-color: #03BF61;
    color: #FFF;
}
.page_reviews_blocks_flow{
	margin-top: 15px;
}
.page_review_block .grw-review-inner{
	padding: 15px !important;
    border-radius: 8px !important;
}
.page_review_block .wp-gr.wpac .wp-google-left img{
	width: 30px !important;
    height: 30px !important;
}
.page_review_block .wp-gr .wp-star svg{
	width: 15px !important;
    height: 15px !important;
}
.page_review_block .wp-gr .wp-google-text{
	font-size: 12px !important;
    line-height: 100% !important;
    font-family: 'Manrope', sans-serif;
    font-weight: 400 !important;
}
.page_review_block .wp-gr .grw-review .wp-google-stars{
	margin-top: 0 !important;
}
.page_review_block{
	display: none;
}
.page_review_block.active{
	display: flex;
}
.page_review_block.for_txt{
	flex-direction: column;
    gap: 15px;
}
.page_review_block.for_txt .swiper-slide{
	padding: 15px;
    border-radius: 8px;
    border: 0.6px solid #E3E5E9;
    background-color: #FFF;
    box-shadow: 1.2px 1.2px 0px 0px #E3E5E9;
}
.page_reviews .content_block{
	padding-top: 50px;
    margin-top: 50px;
}
.page_reviews .content_block .section_heading{
	margin-top: 0;
}
.audience_students{
	padding-top: 47vw;
    margin-bottom: 40px;
}
.audience_students_flow{
	margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.audience_student_item{
	width: 100%;
    padding: 4px;
    border-radius: 11px;
    background-color: #FFF;
    border: 0.8px solid #E3E5E9;
}
.audience_student_item img{
	display: block;
    width: 55.86%;
    margin-left: auto;
    margin-right: auto;
}
.audience_student_item div{
	padding: 11px;
}
.audience_student_item h3{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #0A2351;
    margin: 0;
    margin-bottom: 8px;
}
.audience_student_item p{
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #0A2351;
    margin: 0;
}
.audience_form{
	background-color: #FFF;
}
.audience_form form p{
	margin: 0;
}
.page_contacts{
	padding-top: 16px;
}
.page_contacts .section_heading{
	margin-top: 20px;
}
.contacts_cards_flow{
	margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.contact_card{
	width: 100%;
    padding: 18px 14px;
    background-color: #FFF;
    border: 0.6px solid #E3E5E9;
    border-radius: 8px;
    box-shadow: 1.2px 1.2px 0px 0px #E3E5E9;
    display: flex;
    flex-direction: column;
}
.card_icon{
	width: 32px;
    height: 32px;
    border-radius: 8px;
    background-size: contain;
    background-repeat: no-repeat;
}
.contact_card p{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #A1A5B6;
    margin: 0;
    margin-top: 6px;
}
.card_subcontent{
	margin-top: 12px;
}
.card_subcontent a{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #0A2351;
    text-decoration: none;
    margin-bottom: 6px;
    display: block;
}
.card_socials{
	display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 6px;
}
.card_socials a{
	text-decoration: none;
}
.card_socials svg{
	width: 35px;
    height: 35px;
}
.contacts_aside{
	margin-top: 20px;
}
.contacts_map_block{
	width: 100%;
    height: 68.75vw;
}
.contacts_map_block iframe{
	width: 100%;
    height: 100%;
    border-radius: 8px;
}
.contacts_form_block{
	padding: 16px;
    border-radius: 8px;
    background: linear-gradient(275.41deg, #03BF61 -17.73%, #083DB7 159.6%);
    border: 0.4px solid #083DB7;
    box-shadow: 1.2px 1.2px 0px 0px #083DB7;
}
.form_heading h2{
	font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #FFF;
    margin: 0;
    margin-bottom: 4px;
}
.form_heading h2 svg{
	width: 28px;
    height: 30px;
}
.form_heading p{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFF;
    margin: 0;
}
.contacts_form_block{
	margin-top: 12px;
}
.contacts_form_block form{
	margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contacts_form_block form p{
	margin: 0;
}
.page_contacts{
	margin-bottom: 56px;
}
.contacts_form_block form p span::before{
	top: 7px;
}
.contacts_form_block form textarea{
	width: 100%;
    padding: 11px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #272727;
    padding-left: 30px;
    border-radius: 9px;
    border: none;
    outline: none;
    height: 70px;
}
.contacts_form_block form p:nth-of-type(4) span::before {
    background-image: url(/wp-content/uploads/2025/06/Edit-2.svg);
    background-repeat: no-repeat;
    top: -42px;
}
.contacts_form_block form .wpcf7-spinner{
	display: none;
}
.post_see_also{
	padding: 50px 0;
    margin-top: 50px;
    background-color: #FFF;
    overflow: hidden;
}
.see_also_slider .blog_posts_flow{
	flex-direction: row;
    gap: unset;
}
.post_form{
	margin-bottom: 12px;
}
.post_form p{
	margin: 0;
}
.language_switcher a {
    padding: 5.5px;
    left: 9px;
    background-color: #FFF;
}
#sb_instagram a:focus, .sbi_lightbox a:focus{
	outline: 2px solid #005fcc;
	outline-offset: 2px;
}
.language_switcher a:focus{
	outline: 2px solid #005fcc !important;
	outline-offset: 2px !important;
}
.sbi_photo_wrap a:focus{
	outline: 2px solid #005fcc;
  outline-offset: 2px;
}
.close_popup{
	border-radius: 50%;
}
.close_popup:hover{
	background-color: #FFF;
	transition: .35s ease-out;
}
.close_popup:hover path{
	stroke: #083DB7;
	transition: .35s ease-out;
}
form input:focus{
	border: 1px solid #083DB7;
}
form input[type="submit"]:hover{
	background-color: #0636a4;
    transition: .35s ease-out;
}
.audience .details_link{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFF;
    text-decoration: none;
    padding: 11px;
    background-color: #03BF61;
    border-radius: 9px;
    margin-top: 20px;
}
.audience .details_link svg path{
	stroke: #FFF;
}
.audience .details_link:hover{
	background-color: #00AA3C;
    cursor: pointer;
    transition: .35s ease-out;
}
.pack_item_price .btn_quote:hover{
	background-color: #164DCA;
    color: #FFF;
}
.pack_item.fl .pack_item_price .btn_quote:hover{
	background-color: #00AA3C;
}
.desc_hero_content .read_more_link:hover{
	background-color: #083DB7;
    color: #FFF;
    cursor: pointer;
    border-color: transparent;
    transition: .35s ease-out;
}
.f_copy a:hover{
	font-weight: 500;
}
.footer_services_menu ul li a:hover, .footer_info_menu ul li a:hover, .f_phones a:hover, .f_address a:hover, .footer_services_menu ul li a[aria-current="page"], .footer_info_menu ul li a[aria-current="page"], .prices_initial #breadcrumbs a:hover, .privacy_policy_page #breadcrumbs a:hover, .page_quiz_init #breadcrumbs a:hover{
	color: #083DB7;
    transition: .35s ease-out;
}
.show_more:hover{
	background-color: #083DB7;
    color: #FFF;
    cursor: pointer;
    transition: .35s ease-out;
}
.show_more:hover svg path{
	stroke: #FFF;
    transition: .35s ease-out;
}
.prices_initial .section_heading a:hover{
	background-color: #083DB7;
    color: #FFF;
    transition: .35s ease-out;
}
.prices_initial .section_heading a:hover svg path{
	stroke: #FFF;
    transition: .35s ease-out;
}
.about_initial #breadcrumbs a:hover, .service_initial #breadcrumbs a:hover, .prices_initial #breadcrumbs a:hover, .page_post_single #breadcrumbs a:hover, .page_blog #breadcrumbs a:hover, .page_reviews #breadcrumbs a:hover, .page_contacts #breadcrumbs a:hover, .page_sitemap #breadcrumbs a:hover, .error-404 #breadcrumbs a:hover{
	color: #083DB7;
    transition: .35s ease-out;
}
.btn_consult:hover{
	background-color: #00AA3C;
    transition: .35s ease-out;
}
.f_socials a:hover{
	opacity: .75;
    transition: .35s ease-out;
}
.f_soc div a:hover{
	opacity: .75;
    transition: .35s ease-out;
}
.see_also_slider .swiper-button-next:hover{
	background-image: url('/wp-content/uploads/2025/06/Frame-126.svg');
}
.see_also_slider .swiper-button-prev:hover{
	background-image: url('/wp-content/uploads/2025/06/Frame-126.svg');
    transform: rotate(180deg);
}
.page_reviews_toggler button:hover{
	color: #FFF;
    background-color: #03BF61;
    transition: .35s ease-out;
}
.page_review_block.for_txt .swiper-slide:hover, .text_reviews_slider .swiper-slide:hover{
	border-color: #083DB7;
    transition: .35s ease-out;
}
.blog_posts_flow article:hover{
	border-color: #083DB7;
    transition: .35s ease-out;
}
.blog_single_post_content .details_link:hover{
	background-color: #083DB7;
    color: #FFF;
    cursor: pointer;
    transition: .35s ease-out;
}
.blog_posts_pagination a:hover{
	background-color: #083DB7;
    color: #FFF;
    cursor: pointer;
    transition: .35s ease-out;
}
.blog_posts_pagination a.next:hover{
	background-image: url('/wp-content/uploads/2025/06/Frame-126.svg');
}
.blog_posts_pagination a.prev:hover{
	background-image: url('/wp-content/uploads/2025/06/Frame-126.svg');
    transform: rotate(180deg);
}
.contact_card:hover{
	border-color: #083DB7;
    transition: .35s ease-out;
}
.contact_card a:hover{
	color: #083DB7;
    transition: .35s ease-out;
}
.contact_card a:hover svg{
	opacity: .75;
    transition: .35s ease-out;
}
form input:focus{
	border-color: #083DB7;
    transition: .35s ease-out;
}
form textarea:focus{
	border-color: #083DB7;
    transition: .35s ease-out;
}
.audience_student_item:hover{
	border-color: #083DB7;
    transition: .35s ease-out;
}
.page_review_block.for_vids{
	flex-direction: column;
    gap: 15px;
}
.review_vid_item{
	border-radius: 9px;
    width: 100%;
}
.review_vid_item video {
    width: 100%;
    height: 109vw;
    object-fit: cover;
    border-radius: 9px;
}
.review_block.video.page_review_block.for_vids.active{
	display: block;
}
.vids_reviews_slider {
    position: relative !important;
    padding-bottom: 35px !important;
}
.vids_reviews_slider .swiper-button-next, .vids_reviews_slider .swiper-button-prev {
    display: none;
}
.vids_reviews_slider .swiper-pagination {
    top: initial !important;
    bottom: 0 !important;
}
.vids_reviews_slider .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 17px;
    height: 4px;
    background-color: #E3E5E9;
    border-radius: 1.14px;
    opacity: 1;
}
.vids_reviews_slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #083DB7;
}
.vids_reviews_slider .review_vid_item{
	width: 100%;
}
.video-placeholder{
	position: relative;
}
.video-poster{
	width: 100%;
    height: 109vw;
    object-fit: cover;
    border-radius: 9px;
}
.instagram_section .section_title div{
	display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
}
.video-play-btn{
	position: absolute;
    width: 40px;
    height: 40px;
    padding: 0;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 50%;
    cursor: pointer;
    color: #FFF;
    background: linear-gradient(275.54deg, #03BF61 -6.51%, #083DB7 115.42%);
    transition: .35s ease-out;
}
.video-play-btn:hover{
	opacity: .75;
    transition: .35s ease-out;
}
.instagram_section .section_title div a:hover{
	opacity: .75;
    transition: .35s ease-out;
}
.subscribe_fb, .subscribe_tiktok{
	background-color: #0B84EE;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 4px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFF;
    text-decoration: none;
    padding: 13px 15px;
    border-radius: 7px;
    cursor: pointer;
    margin-top: 10px;
    transition: .35s ease-out;
}
.subscribe_fb svg, .subscribe_tiktok svg {
    width: 14px;
    height: 14px;
}
.subscribe_tiktok{
	background-color: #111111;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: #FFF;
}
.privacy_policy_page{
	margin-top: 16px;
    margin-bottom: 50px;
}
.privacy_policy_content{
	margin-top: 20px;
}
.privacy_policy_content p{
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #0A2351;
    margin: 0;
    margin-bottom: 12px;
}
.privacy_policy_content h2{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #0A2351;
    margin-bottom: 12px;
    margin-top: 20px;
}
.privacy_policy_content a{
	color: #03BF61;
    transition: .35s ease-out;
}
.privacy_policy_content a:hover{
	color: #018543;
    transition: .35s ease-out;
}
.intent{
	font-size: 12px;
	gap: 7px;
	padding: 9px 18px;
	border-radius: 8.5px;
	line-height: 130%;
	text-decoration: none;
	color: #083DB7;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 0.53px solid #083DB7;
    width: 100%;
}

a.details_link.intent:hover {
  background-color: #083DB7; /* синій фон */
  color: #ffffff; /* білий текст */
  border-color: #083DB7; /* синя рамка (якщо потрібно) */
}
.wpcf7-not-valid-tip::before{
	display: none !important;
}
.wpcf7-response-output{
	color: #FFF;
}
.page_sitemap{
	margin-top: 16px;
}
.page_sitemap h1{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #0A2351;
    margin-bottom: 20px;
    margin-top: 20px;
}
.wsp-container h2{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #0A2351;
    margin-bottom: 12px;
    margin-top: 12px;
}
.wsp-container ul{
	margin-bottom: 12px;
    margin-left: 0;
    padding: 0;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.wsp-container ul li{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #0A2351;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.wsp-container ul li a{
	color: #0A2351;
    text-decoration: none;
}
.wsp-container ul li a:hover{
	color: #083DB7;
    transition: .35s ease-out;
}
.post_meta{
	margin-bottom: 15px;
}
.error-404{
	padding-top: 16px;
    padding-bottom: 40px;
    background: linear-gradient(270.53deg, #03BF61 -11.42%, #083DB7 116.35%);
}
.content-404 h1{
	font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 15px;
}
.return-404{
	display: block;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 15px;
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFF;
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 8.43px;
    background-color: #03BF61;
    transition: .35s ease-out;
}
.return-404:hover{
	background-color: #00AA3C;
    transition: .35s ease-out;
}
.content-404 img{
	width: 100%;
    margin-bottom: 15px;
}
.content-404 p{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    margin: 0;
}
.content-404 .search-form{
	margin-bottom: 15px;
    margin-top: 20px;
}
.content-404 .search-form input{
	width: 100%;
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #272727;
    padding: 11px;
    padding-left: 38px;
    background-color: #FFF;
    border-radius: 8.43px;
    outline: none;
    border: none;
}
.content-404 .search-form input[type="submit"]{
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFF;
    border-radius: 8.43px;
    background-color: #083DB7;
    padding: 12px 20px;
    width: 29.31%;
    transition: .35s ease-out;
}
.content-404 .search-form input[type="submit"]:hover{
	opacity: .75;
    cursor: pointer;
    transition: .35s ease-out;
}
.content-404 .search-form input::placeholder{
	color: #272727;
}
.content-404 .search-form label{
	position: relative;
    display: block;
    width: 69.31%;
}
.content-404 .search-form{
	display: flex;
    justify-content: space-between;
}
.content-404 .search-form label::before{
	position: absolute;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('/en/wp-content/uploads/sites/3/2025/06/avatar-default-svgrepo-com.svg');
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(50% - 8px);
    left: 12px;
}
.sublinks-404{
	display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.sublinks-404 a{
	display: block;
    width: calc(50% - 3.5px);
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFF;
    padding: 12px;
    border-radius: 8.43px;
    border: 1px solid #03BF61;
    text-align: center;
    transition: .35s ease-out;
}
.sublinks-404 a:hover{
	background-color: #00AA3C;
    border-color: #00AA3C;
    transition: .35s ease-out;
}
#desktop-packs-container thead tr th:nth-of-type(5){
	overflow: hidden;
}
.pack_item.fl .pack_item_heading{
	overflow: hidden;
}
.current-menu-item span[aria-current="page"] {
    color: #083DB7 !important;
}
.main-navigation ul li.menu-dropdown span[aria-current="page"]::after{
	display: none !important;
}
.page_quiz_init{
	margin-top: 15px;
    margin-bottom: 50px;
}
.quiz_container{
	display: flex;
    flex-direction: column;
    gap: 17px;
}
.quiz_block{
	padding: 21px 15px;
    border-radius: 20px;
    border: 1.5px solid #E3E5E9;
    background-color: #FFF;
    box-shadow: 3px 3px 0px 0px #E3E5E9;
    margin-top: 20px;
}
.quiz_block .section_heading{
	margin-bottom: 34px;
}
.quiz_item_title{
	font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: 0%;
    margin: 0;
    margin-bottom: 32px !important;
}
.quiz_variants .wpcf7-form-control{
	display: flex;
    flex-wrap: wrap;
    gap: 21px;
}
.quiz_variants .wpcf7-list-item{
	margin: 0;
    width: 100%;
}
.quiz_variants .wpcf7-list-item label{
	display: flex;
	padding: 12px 16px;
    border: 1px solid #C5C6CC;
    background-color: #F8F9FE;
    border-radius: 12px;
    cursor: pointer;
}
.quiz_variants .wpcf7-list-item label input{
	display: none;
}
.quiz_variants .wpcf7-list-item label span{
	display: flex;
    align-items: center;
    position: relative;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.quiz_variants .wpcf7-list-item label span::before{
	display: inline-block;
    content: '';
    min-width: 20px;
    min-height: 20px;
	border: 2px solid #03BF61;
    border-radius: 50%;
    margin-right: 12px;
}
.quiz_variants .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after{
	position: absolute;
	display: inline-block;
    content: '';
    min-width: 9px;
    min-height: 9px;
	background-color: #083DB7;
    border-radius: 50%;
    left: 6px;
    margin-bottom: 1px;
}
.quiz_block_item{
	display: none;
    margin-bottom: 21px;
}
.quiz_block_item.active{
	display: block;
}
.quiz_block form input[type="submit"], .quiz_next{
	width: 100%;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFF;
    background-color: #083DB7;
    outline: none;
    border: none;
    border-radius: 10px;
    padding: 11px;
    cursor: pointer;
    display: none;
}
.quiz_next{
	display: block;
}
.quiz_block form p:last-of-type{
	margin: 0;
}
.quiz_block form .wpcf7-spinner{
	display: none;
}
.show_mssg{
	display: none;
    padding: 10px;
    border: 1px solid red;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px;
}
.quiz_contacts span{
	display: block;
}
.quiz_block form input[type="email"], .quiz_block form input[type="tel"]{
	width: 100%;
    padding: 11px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #272727;
    padding-left: 30px;
    border-radius: 9px;
    border: none;
    outline: none;
    border: 1px solid #C5C6CC;
}
.quiz_contacts span:first-of-type::before{
	background-image: url(/wp-content/uploads/2025/05/phone.svg);
    background-repeat: no-repeat;
    top: 12px;
}
.quiz_contacts span:last-of-type::before{
	background-image: url(/wp-content/uploads/2025/06/Group.svg);
    background-repeat: no-repeat;
    top: 14px;
}
.quiz_block .wpcf7 form.invalid .wpcf7-response-output{
	color: #000;
}
.quiz_block .wpcf7 form.sent .wpcf7-response-output{
	color: #000;
}
button:focus, a:focus, input:focus, textarea:focus, select:focus {
    outline: 3px solid #06c !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 3px rgb(0 102 204 / .5) !important;
}
.checkout_btn{
	display: block;
    width: 100%;
	font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #FFF;
    border-radius: 8.5px;
    background-color: #03BF61;
    border: none;
    outline: none;
    padding: 9px 18px;
    margin: 10px 0;
    margin-left: auto;
    transition: .35s ease-out;
}
.checkout_btn:hover {
    background-color: #00AA3C;
    cursor: pointer;
    transition: .35s ease-out;
}
.price_desc_btns{
	display: flex;
    flex-direction: column;
}
@media screen and (min-width: 425px){
    .initial_section{
        height: 135vw;
    }
    .initial_img {
        height: calc(100% + 25vw);
        top: -25vw;
    }
    .about_initial_images {
        grid-column-gap: 3vw;
        grid-row-gap: 3vw;
        margin-top: 30px;
        height: 85vw;
    }
    .content_block {
        padding-top: 25vw;
        padding-bottom: 40px;
    }
    .price_desc_btns{
    	flex-direction: row;
        gap: 10px;
        margin: 10px 0;
    }
    .checkout_btn{
    	width: calc(50% - 10px);
    }
    .price_desc_btns .checkout_btn{
    	margin: 0;
        width: 100%;
    }
}
@media screen and (min-width: 500px){
	.initial_section {
        height: 77.06vw;
    }
	.initial_section .wrapper{
		width: 44.27%;
		margin-left: 15px;
		margin-right: 0;
	}
	.initial_img{
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.principle_icon {
    	width: 55px;
    	height: 55px;
	}
	.principle_item {
		width: calc(50% - 8px);
	}
	.principles_flow{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.audience_img {
		display: block;
		width: 16.76%;
	}
	.audience_content {
		width: calc(100% - (16.76% - 15px));
		margin-top: 0;
	}
    .services_principle_item {
    	width: calc(33.333% - 8px);
    }
    .services_principle_item img{
    	height: 15vw;
        width: 100%;
        object-fit: cover;
    }
	.audience_card{
		display: flex;
		gap: 15px;
		padding: 5px;
	}
	.description_hero_background{
		display: none;
	}
	.description_hero .wrapper{
		position: initial;
	}
	.description_hero img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
	}
	.desc_hero_content {
		z-index: 2;
		position: relative;
		width: 46.22vw;
	}
	.description_hero blockquote {
		width: 44.27vw;
		top: initial;
		bottom: 30px;
		right: 15px;
	}
	.site-footer{
		padding-top: 32px;
	}
	.site-footer .wrapper{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.f_logo{
		margin-left: 0;
	}
	.footer_services_menu, .footer_info_menu{
		width: 49%;
		border: none;
	}
	.f_logo_block{
		width: 100%;
		border-bottom: 0.53px solid #FFFFFF1A;
	}
	.footer_contacts{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.f_phones{
		width: 32%;
		order: 1;
	}
	.f_address{
		width: 67%;
		order: 2;
		flex-direction: row;
		margin: 0;
		padding: 0;
		border: none;
	}
	.f_address a{
		font-size: 12px;
	}
	.f_add_item{
		width: 49%;
	}
	.f_socials{
		order: 3;
		width: 100%;
		border-top: none;
		border-bottom: 0.53px solid #FFFFFF1A;
		padding-top: 0;
		padding-bottom: 14px;
		margin-bottom: 15px;
	}
	.f_about{
		order: 4;
		width: 100%;
	}
	.f_soc{
		margin-top: 15px;
	}
    .content_block {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .service_initial {
        padding-bottom: 6.51vw;
        padding-top: 21px;
        position: relative;
    }
    .service_initial_content{
    	margin-top: 34px;
    }
    .service_initial_content h2, .service_initial_content h1{
    	margin-top: 0;
    }
    .services_principles_flow{
    	flex-direction: row;
    }
    .services_content_txt{
    	padding: 21px 21px;
    }
    .services_subcontent_form form{
    	flex-direction: row;
        flex-wrap: wrap;
    }
    .services_subcontent_form form p{
    	width: calc(33.333% - 10px);
    }
    .services_subcontent_form form p:last-of-type{
    	width: 100%;
    }
    .admission_course_content{
    	padding-bottom: 0;
        padding: 15px;
    }
    .admission_course_content div {
        width: 58%;
    }
    .admission_course_content h2{
    	margin-bottom: 12px;
    }
    .admission_course_content span{
    	padding: 11px 15px;
    }
    .admission_course_content .btn_quote {
        margin-top: 28px;
    }
    .admission_course_content img {
        width: 40.54%;
        height: 100%;
        object-fit: cover;
    }
    .page_review_block.for_vids{
    	flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }
    .review_vid_item{
    	width: calc(50% - 8px);
    }
    .review_vid_item video, .video-poster{
    	height: 59vw;
    }
    .video-play-btn {
        width: 50px;
        height: 50px;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        font-size: 18px;
    }
    .quiz_variants .wpcf7-list-item {
        width: calc(50% - 10px);
    }
    .quiz_variants .wpcf7-form-control{
    	gap: 20px;
    }
    .quiz_block{
    	display: flex;
        flex-wrap: wrap;
    }
    .quiz_block form input[type="submit"], .quiz_next{
    	width: 228px;
        border-radius: 17px;
        font-size: 14px;
        margin-left: auto;
    }
    .checkout_btn, .price_desc_btns .checkout_btn, .intent{
    	width: fit-content;
    }
    .checkout_btn{
    	margin: 15px 0;
        margin-left: auto;
    }
    .price_desc_btns{
    	justify-content: flex-end;
        gap: 15px;
        margin: 15px 0;
    }
    .checkout_btn, .price_desc_btns .checkout_btn, .intent {
        width: fit-content;
        font-size: 14px;
        padding: 10px 20px;
    }
}
@media screen and (min-width: 630px){
	.wrapper {
    	width: 85.41%;
	}
	.initial_section {
        height: 56.06vw;
    }
	.btn_menu {
		font-family: 'Manrope', sans-serif;
		font-size: 12px;
		color: #03BF61;
		font-weight: 500;
		width: auto;
		height: auto;
		padding: 11px 12px;
		gap: 7px;
		flex-direction: row-reverse;
	}
	.site-header .btn_call{
		font-family: 'Manrope', sans-serif;
		font-size: 12px;
		color: #083DB7;
		border: .53px solid #083DB7;
		border-radius: 8px;
		font-weight: 500;
		width: auto;
		height: auto;
		padding-right: 12px;
		display: flex;
		align-items: center;
		flex-direction: row;
	}
	.site-header .btn_call svg rect{
		stroke: transparent;
	}
	.site-header .btn_call svg{
		height: 35px;
	}
	.initial_section .wrapper {
        margin-left: calc((100% - 85.41%) / 2);
    }
	.proposal_card {
		width: 100%;
		padding: 0;
		padding-bottom: 0;
		display: flex;
		justify-content: space-between;
	}
	.prop_card_content {
        width: 59.9%;
        padding: 15px 0px 15px 15px;
    }
	.prop_card_img {
		position: initial;
		object-fit: contain;
		width: 31.25%;
		height: auto;
		bottom: 0;
		right: 0;
	}
    .popup .wrapper{
    	width: 85.41%;
        padding: 0;
        flex-direction: row;
        justify-content: space-between;
        height: auto;
        border-radius: 14px;
        padding: 45px;
    }
    .call_popup_content{
    	width: 100%;
    }
    .call_popup_content h2{
    	font-size: 28px;
    }
    .call_popup_content form input[type="submit"]{
    	font-size: 14px;
    }
    .about_initial_images {
        grid-column-gap: 0;
        grid-row-gap: 0;
        margin-top: 30px;
        height: auto;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .about_img_one {
        width: calc(24% - 7.5px);
        order: 1;
    }
    .about_img_two {
        width: calc(26% - 7.5px);
        order: 2;
    }
    .about_img_three {
        width: calc(26%  - 7.5px);
        order: 4;
    }
    .about_img_four {
        width: calc(24% - 7.5px);
        order: 3;
    }
    .about_initial {
        padding-bottom: 15vw;
        padding-top: 21px;
    }
    .about_page .our_principles, .page_admission .packs{
        padding-top: 20vw;
    }
    .see_also_slider .proposal_card{
    	padding-bottom: 0;
    }
    .service_initial_content {
        width: 85.41%;
    }
    .service_initial_content h2, .service_initial_content h1, .service_initial_content p {
        width: 42%;
    }
    .prices_initial {
    	padding-top: 21px;
	}
    .prices_initial .section_heading{
    	display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .prices_initial .section_heading div{
    	width: 61%;
    }
    .prices_flow{
    	padding: 21px;
    }
    .prices_sub_item div{
    	flex-wrap: wrap;
    }
    .prices_sub_item{
    	display: flex;
        gap: 11px;
        align-items: baseline;
    }
    .page_review_block.for_txt {
        gap: 11px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .page_review_block.for_txt .swiper-slide{
    	width: calc(33.333% - 7.333px);
    }
    .page_reviews_blocks_flow {
        margin-top: 20px;
    }
    .page_reviews_toggler button {
        width: fit-content;
        padding: 12px 20px;
    }
    .page_reviews {
        margin-top: 20px;
    }
    .page_blog {
        margin-top: 20px;
    }
    .section_heading {
        margin-bottom: 25px;
    }
    .blog_posts_flow{
    	flex-direction: row;
        flex-wrap: wrap;
    }
    .blog_posts_flow article{
    	width: calc(50% - 6px);
        box-sizing: border-box;
    }
    .blog_posts_flow article img{
    	height: 19.27vw;
    }
    .blog_single_post_content {
        display: flex;
        flex-direction: column;
        height: calc(100% - 19.27vw);
    }
    .blog_single_post_content .details_link{
    	margin-top: auto;
        width: fit-content;
    }
    .blog_single_post_content p{
    	margin-bottom: 12px;
    }
    .page_blog .content_block {
        padding-top: 60px;
        margin-top: 60px;
    }
    .blog_posts_pagination span, .blog_posts_pagination a{
    	width: 40px;
        height: 40px;
    }
    .page_post_single {
        padding-top: 20px;
    }
    .post_single_content {
        padding: 21px;
        margin-top: 14px;
    }
    .post_form_heading{
    	width: 36%;
        align-self: center;
    }
    .post_form_block{
    	width: 39%;
        margin-top: 0;
    }
    .post_form {
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
    }
    .post_single_newsletter form{
    	flex-direction: row;
        flex-wrap: wrap;
    }
    .post_single_newsletter .tnp-field {
        width: calc(50% - 5px);
    }
    .post_single_newsletter .tnp-field:last-of-type{
    	width: 100%;
    }
    .see_also_slider .blog_posts_flow{
    	flex-wrap: nowrap;
        overflow: hidden;
    }
    .post_single_newsletter div.tnp-subscription{
    	max-width: 100% !important;
    }
    .page_contacts {
        padding-top: 20px;
        margin-bottom: 63px;
    }
    .contact_card {
        width: calc(50% - 6px);
        padding: 18px;
        border-radius: 8px;
    }
    .contacts_aside {
        margin-top: 30px;
    }
    .contacts_map_block {
        width: 100%;
        height: 36.45vw;
    }
    .contacts_form_block {
        margin-top: 20px;
    }
    .contacts_form_block form{
    	flex-direction: row;
        flex-wrap: wrap;
    }
    .contacts_form_block form p {
        width: calc(33.333% - 5.333px);
    }
    .contacts_form_block form p:nth-of-type(4), .contacts_form_block form p:nth-of-type(5){
    	width: 100%;
    }
    .card_subcontent {
        margin-top: auto;
    }
    .contact_card p{
    	margin-bottom: 12px;
    }
    .audience_students {
        padding-top: 23vw;
        margin-bottom: 60px;
    }
    .audience_student_item{
    	display: flex;
        justify-content: space-between;
    }
    .audience_student_item img{
    	width: 16.76%;
        margin: 0;
    }
    .audience_student_item div{
    	width: 82%;
    }
    .audience .wrapper{
    	display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .audience .section_heading{
    	width: 70%;
        order: 1;
    }
    .audience .details_link{
    	width: fit-content;
        height: fit-content;
        margin: 0;
        order: 2;
    }
    .audience_cards_flow{
    	width: 100%;
        order: 3;
    }
    .error-404{
    	padding-top: 20px;
        padding-bottom: 50px;
    }
    .content-404 img{
    	display: block;
    	width: 48%;
        margin-left: auto;
        margin-right: auto;
    }
    .content-404 .search-form{
    	width: 66.76%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .sublinks-404{
    	width: 56.55%;
        margin-left: auto;
        margin-right: auto;
    }
    .sublinks-404 a{
    	width: calc(25% - 5.25px);
    }    
    .page_quiz_init {
        margin-top: 20px;
        margin-bottom: 63px;
    }
    .quiz_block{
    	padding: 21px;
    }
    .quiz_block .section_heading {
        margin-bottom: 20px;
    }
    .quiz_block .wpcf7{
    	width: 100%;
    }
    .quiz_contacts span {
        display: block;
        width: calc(50% - 10px);
    }
    .quiz_contacts p{
    	display: flex;
        gap: 20px;
    }
}
@media screen and (min-width: 700px){
	.initial_section {
        padding: 0;
        height: 39.06vw;
        min-height: 300px;
        display: flex;
        align-items: center;
    }
	.initial_section .wrapper {
        width: 46.875%;
        min-width: 360px;
	}
    #desktop-packs-container table{
        display: block;
        border: 0.6px solid #E3E5E9;
        border-radius: 8px;
    }
    #desktop-packs-container thead{
        display: block;
    }
    #desktop-packs-container thead tr{
        display: flex;
    }
    #desktop-packs-container thead tr th{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        font-size: 10px;
        line-height: 140%;
        letter-spacing: 0%;
        color: #FFF;
        padding: 30px 16px;
    }
    #desktop-packs-container thead tr th strong{
        font-size: 18px;
        line-height: 110%;
        font-weight: 500;
        margin: 0 6px;
    }
    #desktop-packs-container thead tr th:first-of-type{
        color: #0A2351;
        width: 25.5%;
        border-bottom: 0.6px solid #E3E5E9;
    }
    #desktop-packs-container thead tr th:nth-of-type(2) strong{
        margin: 0 16%;
    }
    #desktop-packs-container thead tr th:nth-of-type(2){
        background-color: #3066E3;
        border-top-left-radius: 8px;
        width: 20.5%;
        padding: 24px 11px;
		flex-direction: column;
    }
    #desktop-packs-container thead tr th:nth-of-type(3){
        background-color: #164DCA;
        border: 0.45px solid #E3E5E9;
        width: 20.5%;
        padding: 24px 11px;
		flex-direction: column;
    }
    #desktop-packs-container thead tr th:nth-of-type(4){
        background-color: #083DB7;
        width: 20.5%;
        padding: 24px 11px;
		flex-direction: column;
    }
    #desktop-packs-container thead tr th:nth-of-type(5){
        background: linear-gradient(275.54deg, #03BF61 -6.51%, #083DB7 115.42%);
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        width: 21.5%;
        padding: 24px 11px;
        margin-top: -1%;
		flex-direction: column;
        overflow: hidden;
    }
    #desktop-packs-container tbody{
        display: block;
    }
    #desktop-packs-container tbody tr{
        display: flex;
    }
    #desktop-packs-container tbody tr td:first-of-type{
        width: 25.5%;
        padding: 10px 16px;
		display: flex;
		align-items: flex-start;
    }
    #desktop-packs-container tbody tr td:nth-of-type(2){
        width: 20.5%;
        padding: 10px 12px;
		display: flex;
    }
    #desktop-packs-container tbody tr td:nth-of-type(3){
        width: 20.5%;
        padding: 10px 12px;
		display: flex;
    }
    #desktop-packs-container tbody tr td:nth-of-type(4){
        width: 20.5%;
        padding: 10px 12px;
		display: flex;
    }
    #desktop-packs-container tbody tr td:nth-of-type(5){
        width: 21.5%;
        padding: 10px 12px;
        border-left: 0.6px solid #083DB7;
        border-right: 0.6px solid #083DB7;
        box-shadow: 0px 0px 4px 0px #0A235126;
    }
    #desktop-packs-container tbody td{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
        letter-spacing: 0%;
        color: #0A2351;
        border-right: 0.6px solid #E3E5E9;
        border-bottom: 0.6px solid #E3E5E9;
    }
	#desktop-packs-container td.pack_price strong{
		font-family: 'Manrope', sans-serif;
		font-weight: 500;
		font-size: 18px;
		line-height: 110%;
		letter-spacing: 0%;
		text-align: center;
		color: #083DB7;
		margin: 2px 0;
	}
	#desktop-packs-container td.pack_price p strong{
		font-size: 14px;
	}
	#desktop-packs-container td.pack_price{
		display: block;
		text-align: center;
	}
	#desktop-packs-container td.pack_price br{
		display: none;
	}
	#desktop-packs-container td.pack_price em{
		font-family: 'Manrope', sans-serif;
		font-weight: 500;
		font-size: 14px;
		line-height: 120%;
		letter-spacing: 0%;
		text-align: center;
		color: #0A2351;
		display: block;
		font-style: normal;
	}
	#desktop-packs-container td.pack_price p{
		margin: 0;
	}
	#desktop-packs-container td.pack_price a, 	#desktop-packs-container td.pack_price button{
		font-family: 'Manrope', sans-serif;
		font-weight: 500;
		font-size: 12px;
		line-height: 130%;
		letter-spacing: 0%;
		text-decoration: none;
		outline: none;
		color: #083DB7;
		padding: 10% 5%;
		border: 0.4px solid #083DB7;
		border-radius: 6.8px;
		display: block;
		margin-top: 12px;
        background-color: transparent;
	}
	.pack_price.extra{
		border-bottom: 0.6px solid #083DB7 !important;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	#desktop-packs-container td.pack_price.extra a, #desktop-packs-container td.pack_price.extra button{
		background-color: #03BF61;
		color: #FFF;
		border: none;
        margin-left: auto;
        margin-right: auto;
	}
	#desktop-packs-container td.pack_price.extra strong{
		color: #03BF61;
	}
	.instagram_section .section_title span{
		display: contents;
	}
	.instagram_section .section_title{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.instagram_section .section_title .sbi_follow_btn a{
		margin-right: 0;
		margin-top: 0;
	}
	.desc_hero_content p{
		width: 90%;
	}
	.description_hero {
		padding: 5.2vw 0;
	}
	.f_copy p, .f_copy a, .f_copy span{
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
	.f_copy .wrapper {
		width: 85.41%;
	}
    .review_vid_item {
        width: calc(33.333% - 11px);
    }
    .review_vid_item video, .video-poster{
        height: 41vw;
    }
    .subscribe_fb, .subscribe_tiktok{
    	margin-top: 0;
    }
    .page_sitemap{
        margin-top: 20px;
    }
    .page_sitemap h1{
        font-size: 24px;
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .wsp-container h2{
        font-size: 20px;
        margin-bottom: 14px;
        margin-top: 14px;
    }
    .wsp-container ul{
        margin-bottom: 14px;
        padding-left: 15px;
        gap: 14px;
    }
    .wsp-container ul li{
        font-size: 14px;
        gap: 14px;
    }
}
@media screen and (min-width: 820px){
	.call_popup_content {
        width: 45%;
    }
    .popup img {
        display: block;
        width: 55%;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        object-fit: contain;
        object-position: bottom;
    }
    .admission_course_content {
        padding: 20px;
        width: 66%;
    }
    .admission_course_content img {
        width: 66%;
        height: 100%;
    }
    .admission_course_content div {
        width: 64%;
        z-index: 1;
        position: relative;
    }
    .admission_course_content h2 {
        margin-bottom: 16px;
        font-size: 28px;
    }
    .admission_course_content span {
        padding: 16px 22px;
        border-radius: 12px;
        backdrop-filter: blur(10px);
    }
    .admission_course_content .btn_quote {
        margin-top: 101px;
    }
    .admission_course_form{
    	width: 32.11%;
    }
    .admission_course .wrapper{
    	display: flex;
        justify-content: space-between;
    }
    .admission_course .services_subcontent_form{
    	margin-top: 0;
        height: 100%;
    }
    .admission_course .services_subcontent_form p{
    	width: 100%;
    }
    .admission_course .services_subcontent_form input[type="submit"]{
    	padding-left: 0;
    }
}
@media screen and (min-width: 991px){
	.btn_menu{
		display: none;
	}
	#site-navigation{
		position: initial;
		display: flex;
		height: auto;
		width: auto;
		transform: none;
        padding-left: 0;
        padding-right: 0;
	}
	.menu_block{
		order: 2;
	}
	.menu-main-menu-container{
		width: 100%;
	}
	#primary-menu{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.language_switcher{
		order: 3;
	}
	.site-header .btn_call{
		order: 4;
		margin-left: 0;
		font-size: 14px;
		padding-right: 18px;
	}
	.site-header .btn_call svg{
        height: 40px;
        width: 40px;
    }
	.menu_block {
        order: 2;
        width: 57%;
        margin: 0;
    }
	.main-navigation ul li a, .main-navigation ul li.menu-dropdown span, .main-navigation ul li span{
		font-size: 14px;
		padding: 0;
		border-bottom: none;
        font-weight: 500;
	}
	#masthead .wrapper{
		justify-content: space-between;
	}
	#masthead .wrapper .logo {
		margin-right: initial;
		width: 100px;
		height: 46px;
	}
	.language_switcher span, .language_switcher a{
		font-size: 14px;
	}
	.language_switcher:hover a{
		display: block;
	}
	.language_switcher:hover .lang_caret {
    	transform: rotate(180deg);
    	transition: .35s ease-out;
	}
	.language_switcher:hover a:first-of-type {
    	top: 20px;
	}
	.language_switcher:hover a:last-of-type {
		top: 45px;
        z-index: 1;
        left: 9.5px;
        padding: 5px;
        border-top: none;
        padding-right: 5.5px;
	}
	.main-navigation ul li.menu-dropdown:hover ul{
		left: 0;
		display: flex;
		flex-direction: column;
		gap: 15px;
		box-shadow: 3px 3px 0px 0px #E3E5E9;
		padding: 20px;
		border-radius: 12px;
		background-color: #FFF;
		width: 350px;
	}
	.main-navigation ul li.menu-dropdown:hover ul li a{
		font-size: 14px;
	}
	.main-navigation ul li.menu-dropdown ul.active{
		position: absolute;
	}
	.initial_section .init_title{
		font-size: 32px;
		margin-bottom: 15px;
	}
	.initial_section p{
		font-size: 14px;
	}
	.initial_section blockquote {
		gap: 10px;
		margin-top: 15px;
		margin-bottom: 20px;
		padding: 15px;
	}
	.btn_quote{
		font-size: 14px;
		border: none;
	}
	.initial_section .wrapper {
        width: 37.9%;
        min-width: 389px;
    }
	.cards_proposal {
		margin: 80px 0;
	}
	.section_title{
		font-size: 28px;
	}
	.section_heading p{
		font-size: 14px;
	}
	.proposals_flow {
		flex-direction: row;
		gap: 16px;
		flex-wrap: wrap;
	}
	.proposal_card {
        width: calc(50% - 8px);
		position: relative;
    }
    .prop_card_img {
		position: absolute;
        width: 52.21%;
        height: 100%;
		right: 0;
		bottom: 0;
		object-fit: cover;
    }
	.prop_card_content {
        width: 68.9%;
        padding: 21px 0px 21px 21px;
        z-index: 1;
    }
	.proposal_card .details_link{
		font-size: 14px;
		gap: 5px;
	}
	.our_principles {
    	padding-top: 80px;
    	padding-bottom: 80px;
	}
	.principle_item {
        width: calc(25% - 12px);
    }
	.principle_icon {
        width: 55px;
        height: 61px;
    }
	.audience {
    	padding-top: 80px;
    	padding-bottom: 80px;
	}
	.audience_cards_flow {
		gap: 16px;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.audience_card {
        gap: 15px;
        padding: 5px;
        width: calc(50% - 8px);
    }
	.audience_img {
        display: block;
        width: 34.54%;
		object-fit: cover;
		border-radius: 8px;
    }
	.audience_content {
        width: calc(100% - (16.76% - 15px));
        margin-top: 0;
        padding: 11px 0;
        padding-right: 10px;
    }
	.packs {
		padding: 80px 0;
	}
	.instagram_section {
		padding: 80px 0;
	}
	.instagram_section .section_title .sbi_follow_btn a{
		font-size: 14px;
		gap: 6px;
	}
	.instagram_section .section_title .sbi_follow_btn a svg {
		width: 16px;
		height: 16px;
	}
	.instagram_section #sbi_load .sbi_load_btn .sbi_btn_text {
		font-size: 14px;
	}
	.ti-widget.ti-goog .ti-controls{
		display: block;
	}
	.ti-widget.ti-goog .ti-controls .ti-next{
		width: 40px !important;
		height: 40px !important;
		padding: 0 !important;
		background-image: url('/wp-content/uploads/2025/05/Frame-64-1.svg');
		background-color: #083DB7;
		background-size: contain;
		background-repeat: no-repeat;
		display: flex;
		border: none;
		border-radius: 12px;
		right: -30px !important;
	}
	.ti-widget.ti-goog .ti-controls .ti-next::before, .ti-widget.ti-goog .ti-controls .ti-next::after{
		display: none !important;
	}
	.ti-widget.ti-goog .ti-controls .ti-prev{
		width: 40px !important;
		height: 40px !important;
		padding: 0 !important;
		background-image: url('/wp-content/uploads/2025/05/Frame-48.svg');
		background-color: #083DB7;
		background-size: contain;
		background-repeat: no-repeat;
		display: flex;
		border: none;
		border-radius: 12px;
		left: -30px !important;
	}
	.ti-widget.ti-goog .ti-controls .ti-prev::before, .ti-widget.ti-goog .ti-controls .ti-prev::after{
		display: none !important;
	}
	.description_hero {
        padding: 7.32vw 0;
    }
	.description_hero blockquote {
        width: 251px;
        top: initial;
        bottom: 7.32vw;
        right: calc((100% - 85.41%) / 2);
    }
	.desc_hero_heading h2{
		font-size: 28px;
		margin-bottom: 5px;
	}
	.desc_hero_heading p{
		font-size: 14px;
	}
	.desc_hero_heading{
		margin-bottom: 16px;
	}
	.desc_hero_content .read_more_link {
        font-size: 14px;
        padding: 11px 18px;
        margin-top: 50px;
    }
	.f_logo_block {
        width: 23%;
        border-bottom: none;
    }
	.footer_services_menu, .footer_info_menu {
        width: 23%;
        border: none;
		padding-top: 0;
    }
	.footer_contacts{
		width: 23%;
		flex-direction: column;
		justify-content: normal;
	}
	.f_logo {
        margin-left: 0;
        width: 100px;
        height: 46px;
    }
	.footer_services_menu ul li a, .footer_info_menu ul li a, .footer_services_menu ul li span, .footer_info_menu ul li span{
		font-size: 14px;
	}
	.f_phones {
        width: 100%;
        order: 1;
    }
	.f_address{
		flex-direction: column;
	}
	.f_add_item {
        width: 100%;
    }
	.f_address a {
        font-size: 14px;
    }
	.f_socials{
		padding: 0;
		margin: 0;
		border: none;
		order: 2;
		margin-bottom: 21px;
	}
    #masthead .wrapper .logo, .logo_link {
        margin-right: 0;
    }
    .about_initial {
        padding-bottom: 15vw;
        padding-top: 26px;
    }
    .about_initial #breadcrumbs span, .page_contacts #breadcrumbs span, .privacy_policy_page #breadcrumbs span, .error-404 #breadcrumbs span, .page_quiz_init #breadcrumbs span{
    	font-size: 14px;
        gap: 15px;
    }
    .about_initial_content h2, .about_initial_content h1{
    	font-size: 28px;
        margin-bottom: 14px;
    }
    .about_initial_content p{
    	font-size: 14px;
    }
    .about_initial_content {
        margin-top: 40px;
    }    
    .btn_consult {
    	width: fit-content;
        padding: 16px 20px;
        font-size: 14px;
        border-radius: 7px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 9px;
    }
    .about_initial_images{
    	margin-top: 40px;
        gap: 13px;
    }
    .about_img_one {
        width: calc(24% - 9.75px);
    }
    .about_img_two {
        width: calc(26% - 9.75px);
    }
    .about_img_three {
        width: calc(26%  - 9.75px);
    }
    .about_img_four {
        width: calc(24% - 9.75px);
    }
    .about_page .our_principles, .page_admission .packs{
        padding-top: 18vw;
    }
    .content_block .wrapper{
    	display: flex;
        justify-content: space-between;
    }
    .content_block_text{
    	width: 46%;
    }
    .content_block .section_heading{
    	width: 46%;
    }
    .service_initial {
        padding-top: 26px;
        padding-bottom: 8.49vw;
    }
    .service_initial #breadcrumbs span, .prices_initial #breadcrumbs span, .page_reviews #breadcrumbs span, .page_blog #breadcrumbs span, .page_post_single #breadcrumbs span, .page_sitemap #breadcrumbs span{
    	font-size: 14px;
        gap: 15px;
    }
    .service_initial #breadcrumbs, .prices_initial #breadcrumbs, .page_reviews #breadcrumbs, .page_blog #breadcrumbs, .page_post_single #breadcrumbs, .page_contacts #breadcrumbs, .privacy_policy_page #breadcrumbs, .page_sitemap #breadcrumbs, .page_quiz_init #breadcrumbs{
        padding: 10px 15px;
        border-radius: 10px;
    }
    .service_initial_content {
        margin-top: 54px;
    }
    .service_initial_content h2, .service_initial_content h1{
    	font-size: 32px;
        margin-bottom: 16px;
    }
    .service_initial_content p{
    	font-size: 14px;
    }
    .btn_quote{
    	font-size: 14px;
        padding: 16px 20px;
        border-radius: 12px;
        margin-top: 21px;
    }
    .services_principle_item h3{
    	padding: 8px;
    }
    .services_principle_item{
    	padding: 6px;
        border-radisu: 10px;
    }
    .services_principle_item p{
    	width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 18px;
    }
    .services_principles {
        margin: 50px 0;
    }
    .services_content .wrapper{
    	display: flex;
        justify-content: space-between;
    }
    .services_content_txt {
        padding: 21px 21px;
        width: 66%;
        border-radius: 10px;
    }
    .services_subcontent {
        margin-top: 0;
        width: 32.15%;
    }
    .services_content_txt h1, .content_block_context h1{
    	font-size: 32px;
        margin-bottom: 20px;
    }
    .services_subcontent_hero h4, .services_subcontent_form h4{
    	font-size: 28px;
    }
    .services_subcontent_hero, .services_subcontent_form{
    	padding: 21px;
        border-radius: 11px; 
    }
    .services_subcontent_hero p, .services_subcontent_form p{
    	font-size: 14px;
    }
    .services_subcontent_form form p {
        width: 100%;
    }
    .services_subcontent_form form input[type="submit"]{
    	padding-left: 0;
    }
    .services_subcontent_form .wpcf7-spinner{
    	display: none;
    }
    .see_also{
    	padding: 80px 0;
        margin-top: 80px;
    }
    .see_also_slider .proposal_card{
    	width: 100%;
    }
    .see_also_slider .swiper-button-next, .see_also_slider .swiper-button-prev{
        display: block;
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 9;
    }
    .see_also_slider .swiper-button-prev{
    	background-image: url('/wp-content/uploads/2025/05/Frame-48.svg');
    }
    .see_also_slider .swiper-button-next{
    	background-image: url('/wp-content/uploads/2025/05/Frame-64-1.svg');
    }
    .see_also_slider .swiper-button-next::after, .see_also_slider .swiper-button-prev::after{
    	display: none;
    }
        .prices_initial {
        padding-top: 26px;
    }
    .prices_initial .section_heading {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .prices_initial .section_heading a {
        font-size: 14px;
        padding: 9px 18px;
        border-radius: 11px;
        gap: 7px;
        margin-top: 0;
    }
    .prices_sub_item p.title{
    	margin-bottom: 0;
        font-size: 14px;
    }
    .prices_sub_item div span{
    	font-size: 14px;
    }
    .prices_initial .wrapper{
    	display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .prices_initial #breadcrumbs{
    	width: 100%;
    }
    .prices_initial .section_heading{
    	width: 100%;
    }
    .prices_flow{
    	width: 66%;
    }
    .prices_initial .services_subcontent_form{
    	width: 32.15%;
        margin-top: 0;
        height: fit-content;
        position: sticky;
        top: 35px;
    }
    .page_reviews {
        margin-top: 26px;
    }
    .page_reviews .section_heading {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .page_reviews_toggler button {
        padding: 13.5px 20px;
        font-size: 14px;
    }
    .page_review_block .grw-review-inner {
        padding: 21px !important;
        border-radius: 11px !important;
    }
    .page_review_block .wp-gr.wpac .wp-google-left img {
        width: 34px !important;
        height: 34px !important;
    }
    .page_review_block.for_txt .swiper-slide {
        padding: 21px;
        border-radius: 11px;
    }
    .page_reviews_blocks_flow {
        margin-top: 30px;
    }
    .page_blog {
        margin-top: 26px;
    }
    .page_blog_posts {
        margin-top: 25px;
    }
    .section_heading {
        margin-bottom: 28px;
    }
    .blog_single_post_content h2{
    	margin-bottom: 10px;
    }
    .post_meta span{
    	padding: 3px 9px;
    }
    .blog_single_post_content .details_link {
        margin-top: auto;
        width: fit-content;
        font-size: 14px;
        padding: 13.5px 20px;
        gap: 7px;
    }
    .blog_posts_flow{
    	gap: 16px;
    }
    .blog_posts_flow article {
        width: calc(50% - 8px);
    }
    .blog_posts_pagination {
        margin-top: 46px;
        gap: 8px;
    }
    .blog_posts_pagination span, .blog_posts_pagination a {
        width: 45px;
        height: 45px;
        border-radius: 9px;
    }
    .page_blog .content_block {
        padding-top: 80px;
        margin-top: 80px;
    }
    .page_post_single {
        padding-top: 26px;
    }
    .post_single_content {
        padding: 21px;
        margin-top: 16px;
        border-radius: 11px;
        width: 66%;
    }
    .post_single_aside{
    	width: 32.15%;
        margin-top: 16px;
    }
    .post_single_newsletter{
    	margin-top: 0;
        padding: 21px;
    }
    .page_post_single .wrapper{
    	display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_post_single .wrapper #breadcrumbs{
    	width: 100%;
    }
    .post_single_newsletter .tnp-field {
        width: 100%;
    }
    .post_single_newsletter .tnp-field input[type="submit"]{
    	font-size: 14px !important;
        font-weight: 500 !important;
    }
    .post_single_newsletter div.tnp-subscription{
    	margin-top: 12px;
        margin-bottom: 0;
    }
    .post_single_socials{
    	padding: 21px;
    }
    .post_single_socials div{
    	gap: 10px;
    }
    .post_single_content h1{
    	font-size: 28px;
        margin-bottom: 12px;
    }
    .post_meta span {
        padding: 8px 12px;
    }
    .post_single_content ul.content-list li a{
    	font-size: 14px;
    }
    .post_single_content ul.content-list li{
    	padding-left: 17px;
    }
    .post_form_block {
        width: 46%;
    }
    .post_form_heading{
    	width: 46%;
    }
    .post_see_also .wrapper{
    	display: block;
    }
    .post_single_content .post_share p{
    	font-size: 22px;
    }
    .post_share div{
    	flex-wrap: wrap;
    }
    .post_share div a svg {
        width: 40px;
        height: 40px;
    }
    .post_share div a{
    	font-size: 18px;
        text-transform: uppercase;
        color: #FFF;
        text-decoration: none;
        display: flex;
        align-items: center;
        font-weight: 500;
        padding-right: 14px;
        border-radius: 6px;
    }
    .post_share div a:nth-of-type(1){
    	background-color: #0B84EE;
    }
    .post_share div a:nth-of-type(2){
    	background-color: #292929;
    }
    .post_share div a:nth-of-type(3){
    	background-color: #27A6E5;
    }
    .post_share div a:nth-of-type(4){
    	background-color: #7C509A;
    }
    .post_share div a:nth-of-type(5){
    	background-color: #48C95F;
    }
    .post_single_newsletter {
        margin-top: 0;
        padding: 28px;
        border-radius: 14px;
    }
    .post_single_aside{
    	margin-top: 21px;
    }
    .page_contacts .section_heading {
        margin-top: 25px;
        margin-bottom: 33px;
    }
    .contact_card {
        width: calc(25% - 12px);
        padding: 22px;
        border-radius: 11px;
    }
    .card_icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }
    .contact_card p {
        margin-bottom: 30px;
    }
    .contacts_cards_flow{
    	gap: 16px;
    }
    .card_subcontent a{
    	margin-bottom: 8px;
    }
    .contacts_form_block {
        margin-top: 0;
        width: 49%;
    }
    .contacts_map_block {
        width: 49%;
        height: auto;
    }
    .contacts_aside{
    	display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .form_heading h2 svg {
        width: 37px;
        height: 40px;
        display: block;
        margin-bottom: 5px;
    }
    .form_heading h2{
    	font-size: 28px;
        margin-bottom: 5px;
    }
    .form_heading p{
    	font-size: 14px;
    }
    .contacts_form_block form{
    	margin-top: 16px;
        gap: 10px;
    }
    .contacts_form_block form p {
        width: calc(50% - 5px);
    }
    .contacts_form_block form p:nth-of-type(1){
    	width: 100%;
    }
    .card_socials a {
        text-decoration: none;
        margin-bottom: 0 !important;
    }
    .page_contacts .section_heading {
        margin-top: 30px;
        margin-bottom: 39px;
    }
    .audience_students {
        padding-top: 20vw;
        margin-bottom: 80px;
    }
    .audience_students_flow{
    	gap: 16px;
    }
    .audience_student_item {
        width: calc(50% - 8px);
        padding: 5px;
        border-radius: 11px;
    }
    .audience_student_item img {
        width: 38.29%;
        margin: 0;
        border-radius: 11px;
    }
    .audience_student_item div {
        width: 100%;
        padding: 16px;
    }
    .audience .details_link{
    	padding: 11px 18px;
    }
    .see_also_slider .swiper-slide{
    	display: flex;
        height: auto;
        min-height: 20vw;
        box-sizing: border-box;
    }
    .subscribe_fb, .subscribe_tiktok{
    	font-size: 14px;
        gap: 6px;
    }
    .subscribe_fb svg, .subscribe_tiktok svg{
    	width: 16px;
        height: 16px;
    }
    .privacy_policy_content h2{
    	font-size: 22px;
    	margin-top: 25px;
    	margin-bottom: 16px;
    }
    .privacy_policy_content p{
    	font-size: 14px;
        margin-bottom: 16px;
    }
    .privacy_policy_content{
    	margin-top: 25px;
    }
    .privacy_policy_page{
    	margin-top: 20px;
    }
    .prices_page .see_also_slider .swiper-wrapper{
    	height: auto;
    }
    .error-404{
    	padding-top: 26px;
        padding-bottom: 70px;
    }
    .content-404 h1{
    	font-size: 32px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .return-404{
    	font-size: 14px;
        padding: 13.8px 19px;
        margin-bottom: 25px;
    }
    .content-404 img{
    	margin-bottom: 25px;
    }
    .content-404 p{
    	font-size: 14px;
    }
    .content-404 .search-form{
    	margin-top: 25px;
    }
    .sublinks-404{
    	gap: 10px;
    }
    .sublinks-404 a {
    	padding: 13.5px 20px;
        font-size: 14px;
        width: calc(25% - 7.5px);
    }
    .content-404 .search-form input{
    	padding: 14px;
        padding-left: 37px;
    }
    .content-404 .search-form input[type="submit"]{
    	padding: 14px;
    }
    .quiz_block{
    	height: 100%;
    }
    .page_quiz_init {
        margin-top: 26px;
        margin-bottom: 80px;
    }
    .quiz_contacts br{
    	display: none;
    }
    .page_quiz_init .wrapper #breadcrumbs{
    	width: 100%;
    }
    .quiz_container{
    	width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0;
        flex-direction: row;
    }
    .quiz_block{
    	width: 66.13%;
        height: auto;
    }
    .quiz_form{
    	width: 32.15%;
    }
    .quiz_block form input[type="submit"], .quiz_next{
    	padding: 0;
        height: 45px;
    }
    .quiz_variants .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after{
    	left: 5px;
    }
}
@media screen and (min-width: 1240px){
	#masthead .wrapper .logo {
        margin-right: initial;
        width: 120px;
        height: 55px;
    }
    .menu_block{
    	width: 51%;
    }
    .video-play-btn {
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        font-size: 20px;
    }
	#masthead {
		padding: 12px 0;
	}
	.main-navigation ul li a, .main-navigation ul li.menu-dropdown span, .main-navigation ul li span{
        font-size: 16px;
    }
	.main-navigation ul li.menu-dropdown:hover ul li a {
        font-size: 16px;
    }
	.main-navigation ul li.menu-dropdown:hover ul{
		width: 370px;
	}
	.language_switcher span, .language_switcher a {
        font-size: 16px;
		gap: 5px;
    }
	.language_switcher span svg{
		width: 15px;
		height: 16px;
	}
	.site-header .btn_call {
        font-size: 16px;
        padding-right: 20px;
		border-radius: 15px;
    }
	.site-header .btn_call svg {
        height: 45px;
        width: 45px;
    }
	.initial_section .init_title {
        font-size: 42px;
        margin-bottom: 21px;
    }
	.initial_section p {
        font-size: 16px;
    }
	.initial_section blockquote {
        gap: 15px;
        margin-top: 21px;
        margin-bottom: 28px;
        padding: 20px;
		border-radius: 15px;
    }
	.initial_section blockquote svg{
		width: 36px;
		height: 31px;
	}
	.initial_section .wrapper{
		width: 38%;
	}
	.btn_quote {
        font-size: 16px;
        border: none;
        padding: 17px 28px;
        border-radius: 15px;
    }
	.cards_proposal {
        margin: 100px 0;
    }
	.prop_card_content {
        padding: 28px 0px 28px 28px;
    }
	.proposal_card{
		border-radius: 15px;
	}
	.proposals_flow{
		gap: 21px;
	}
	.proposal_card {
        width: calc(50% - 10.5px);
        position: relative;
    }
	.section_title {
        font-size: 36px;
        margin-bottom: 7px;
    }
	.section_heading p {
        font-size: 16px;
    }
	.proposal_card h3{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.proposal_stats span {
		font-size: 12px;
		padding: 4.5px 12px;
		border-radius: 5px;
	}
	.proposal_card p{
		font-size: 16px;
		margin-top: 10px;
	}
	.proposal_card .details_link {
        font-size: 16px;
        gap: 7px;
        padding: 14.5px 25px;
		border-radius: 12px;
    }
	.proposal_card .details_link svg{
		width: 12px;
		height: 10px;
	}
	.prop_card_content{
		width: 64%;
	}
	.prop_card_content p{
		width: 75%;
	}
	.our_principles {
        padding-top: 100px;
        padding-bottom: 100px;
    }
	.section_heading {
    	margin-bottom: 30px;
	}
	.principle_icon {
        width: 74px;
        height: 82px;
    }
	.principle_item h3 {
		font-size: 22px;
		margin: 0;
		margin-top: 14px;
		margin-bottom: 10px;
	}
	.principle_item p{
		font-size: 16px;
	}
	.principles_flow{
		gap: 21px;
	}
	.principle_item {
        width: calc(25% - 15.75px);
    }
	.audience {
        padding-top: 100px;
        padding-bottom: 100px;
    }
	.audience_card {
        gap: 21px;
        padding: 7px;
        width: calc(50% - 10.5px);
        border-radius: 14px;
    }
	.audience_cards_flow{
		gap: 21px;
	}
	.audience_content {
        width: 52%;
        padding: 20px 0;
        padding-right: 20px;
    }
	.audience_img {
        width: 37.76%;
        border-radius: 12px;
    }
	.audience_card h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.audience_card p{
		font-size: 16px;
	}
	.packs {
        padding: 100px 0;
    }
	#desktop-packs-container thead tr th{
		font-size: 12px;
	}
	#desktop-packs-container thead tr th strong{
		font-size: 22px;
	}
	#desktop-packs-container table{
		border-radius: 14px;
	}
	#desktop-packs-container tbody td{
		font-size: 16px;
	}
	#desktop-packs-container td.pack_price strong{
		font-size: 22px;
	}
	#desktop-packs-container td.pack_price em{
		font-size: 18px;
	}
	#desktop-packs-container td.pack_price p strong {
        font-size: 18px;
    }
	#desktop-packs-container td.pack_price a, #desktop-packs-container td.pack_price button{
		font-size: 16px;
		padding: 17px 34px;
		border-radius: 12px;
	}
	#desktop-packs-container tbody td svg{
		width: 16px;
		height: 11px;
	}
	.instagram_section {
        padding: 100px 0;
    }
	.instagram_section .posts_flow{
		margin-top: 15px;
	}
	.instagram_section .section_title .sbi_follow_btn a {
        font-size: 16px;
        gap: 6px;
        padding: 14.5px 20px;
		border-radius: 12px;
    }
	.instagram_section .section_title .sbi_follow_btn a svg {
        width: 18px;
        height: 18px;
    }
	.instagram_section #sbi_load .sbi_load_btn .sbi_btn_text {
        font-size: 16px;
        padding: 14.5px 25px;
    }
	#sb_instagram #sbi_load .sbi_load_btn{
		padding: 0 !important;
		border-radius: 12px !important;
	}
	.instagram_section #sbi_load .sbi_load_btn .sbi_btn_text {
        font-size: 16px;
        padding: 14.5px 25px;
        display: block;
    }
	.reviews {
		padding: 100px 0;
	}
	.reviews_btn{
		font-size: 16px;
		border-radius: 12px;
		padding: 14.5px 20px;
	}
	.reviews .ti-widget.ti-goog .ti-widget-container .ti-name{
		font-size: 18px !important;
	}
	.review_block .ti-widget.ti-goog .ti-review-content {
		font-size: 16px;
	}
	.reviews .ti-widget.ti-goog .ti-profile-img img{
		width: 50px !important;
		height: 50px !important;
	}
	.ti-widget.ti-goog .ti-controls .ti-prev {
        width: 50px !important;
        height: 50px !important;
		border-radius: 16px;
		left: -40px !important;
    }
	.ti-widget.ti-goog .ti-controls .ti-next {
        width: 50px !important;
        height: 50px !important;
		border-radius: 16px;
		right: -40px !important;
    }
	.text_reviews_slider .swiper-slide {
		padding: 30px;
		border-radius: 15px;
	}
	.review_txt_heading .review_txt_img {
		width: 50px;
		height: 50px;
	}
	.review_txt_title {
    	width: calc(100% - 70px);
		font-size: 18px;
	}
	.review_txt_tags span {
		font-size: 14px;
		padding: 5px 8px;
		border-radius: 6px;
	}
	.review_txt_heading{
		gap: 10px;
	}
	.review_txt_content{
		font-size: 16px;
		margin-top: 14px;
	}
	.review_txt_tags{
		gap: 10px;
		padding-bottom: 14px;
	}
	.desc_hero_heading h2 {
        font-size: 36px;
        margin-bottom: 7px;
    }
	.desc_hero_heading p {
        font-size: 16px;
    }
	.desc_hero_content p{
		font-size: 16px;
	}
	.desc_hero_content .read_more_link {
        font-size: 16px;
        padding: 14px 25px;
        margin-top: 80px;
        border-radius: 12px;
    }
	.desc_hero_content .read_more_link svg{
		width: 12px;
		height: 10px;
	}
	.description_hero blockquote p{
		font-size: 16px;
	}
	.description_hero blockquote span{
		font-size: 16px;
		margin-top: 7px;
	}
	.description_hero blockquote {
        width: 328px;
		padding: 21px 17px;
		border-radius: 15px;
    }
	.f_logo {
        margin-left: 0;
        width: 120px;
        height: 55px;
    }
	.f_about p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.f_soc {
        margin-top: 21px;
        padding-top: 21px;
    }
	.f_soc div a svg{
		width: 40px;
		height: 40px;
	}
	.f_soc div{
		gap: 10px;
	}
	.footer_menu_title{
		font-size: 22px;
		margin-bottom: 14px;
	}
	.footer_services_menu ul li a, .footer_info_menu ul li a, .footer_services_menu ul li span, .footer_info_menu ul li span{
        font-size: 16px;
    }
	.footer_services_menu ul, .footer_info_menu ul{
		gap: 14px;
	}
	.footer_services_menu{
		width: 27%;
		margin-bottom: 63px;
	} 
	.footer_info_menu{
		width: 13%;
	}
	.site-footer {
        padding-top: 43px;
    }
	.footer_subtitle{
		font-size: 16px;
	}
	.f_phones a{
		font-size: 18px;
		gap: 7px;
	}
	.f_phones{
		gap: 10px;
		margin-bottom: 15px;
	}
	.f_phones a svg{
		width: 14px;
		height: 14px;
	}
	.f_socials{
		margin-bottom: 28px;
		gap: 10px;
	}
	.f_socials a svg {
    	width: 40px;
		height: 40px;
	}
	.f_address a {
        font-size: 18px;
    }
	.f_address {
        width: 100%;
	}
	.f_copy p, .f_copy a, .f_copy span{
		font-size: 16px;
	}
	.f_copy {
		padding: 21px 0px;
		background-color: #FFF;
	}
	.description_hero blockquote svg {
		right: 8px;
		top: -8px;
		width: 36px;
		height: 31px;
	}
    .audience_img{
    	margin-left: 0;
        margin-right: 0;
    }
    .call_popup_content h2 {
        font-size: 36px;
        margin-bottom: 7px;
        width: 80%;
    }
    .call_popup_content p{
    	font-size: 16px;
    }
    .call_popup_content form {
        margin-top: 21px;
        gap: 14px;
    }
    .call_popup_content input {
        font-size: 16px;
        padding: 14px 37px;
        border-radius: 12px;
    }
    .call_popup_content form p span::before {
        width: 16px;
        height: 16px;
        left: 15px;
        top: 2px;
    }
    .call_popup_content form input[type="submit"] {
        font-size: 16px;
        padding: 14.5px;
        border-radius: 12px;
    }
    .popup .wrapper{
    	padding: 60px;
    }
    .about_initial {
        padding-bottom: 15vw;
        padding-top: 30px;
    }
    .about_initial #breadcrumbs span, .page_reviews #breadcrumbs span, .page_contacts #breadcrumbs span, .privacy_policy_page #breadcrumbs span, .page_sitemap #breadcrumbs span, .error-404 #breadcrumbs span, .page_quiz_init #breadcrumbs span{
        font-size: 16px;
        gap: 21px;
    }
    .about_initial #breadcrumbs, .page_reviews #breadcrumbs, .page_contacts #breadcrumbs, .privacy_policy_page #breadcrumbs, .page_sitemap #breadcrumbs, .error-404 #breadcrumbs, .page_quiz_init #breadcrumbs{
        padding: 10px 14px;
        border-radius: 12px;
    }
    .about_initial_content{
        margin-top: 50px;
    }
    .about_initial_content p {
        font-size: 16px;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        font-weight: 400;
    }
    .btn_consult {
        padding: 17px 25px;
        font-size: 16px;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 12px;
    }
    .about_initial_images {
        margin-top: 50px;
        gap: 18px;
    }
    .about_img_one {
        width: calc(24% - 13.5px);
    }
    .about_img_two {
        width: calc(26% - 13.5px);
    }
    .about_img_three {
        width: calc(26% - 13.5px);
    }
    .about_img_four {
        width: calc(24% - 13.5px);
    }
    .content_block_text p{
    	font-size: 16px;
    }
    .content_block_context {
        max-height: 140px;
        margin-bottom: 28px;
    }
    .show_more {
        font-size: 16px;
        padding: 14.5px 20px;
        gap: 6px;
        border-radius: 12px;
    }
    .show_more svg{
    	width: 18px;
        height: 18px;
    }
    .service_initial {
        padding-top: 30px;
        padding-bottom: 9.66vw;
    }
    .service_initial #breadcrumbs span, .prices_initial #breadcrumbs span, .page_blog #breadcrumbs span, .page_post_single #breadcrumbs span{
        font-size: 16px;
        gap: 20px;
    }
    .service_initial #breadcrumbs, .prices_initial #breadcrumbs, .page_blog #breadcrumbs, .page_post_single #breadcrumbs{
    	border-radius: 12px;
    }
    .service_initial_content h2, .service_initial_content h1 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .service_initial_content p {
        font-size: 16px;
    }
    .services_principles{
        margin-top: 100px;
        margin-bottom: 60px;
    }
    .services_principle_item h3 {
        padding: 8px;
        font-size: 22px;
        border-radius: 12px;
    }
    .services_principle_item {
        padding: 7px;
        border-radius: 14px;
    }
    .services_principle_item p {
        margin-bottom: 27px;
        font-size: 16px;
    }
    .services_content_txt {
        padding: 28px;
        border-radius: 14px;
    }
    .services_content_txt h1{
        font-size: 42px;
        margin-bottom: 20px;
    }
    .services_content_txt p{
    	font-size: 16px;
        margin-bottom: 16px;
    }
    .services_content_txt p strong {
        margin-top: 25px;
        font-size: 18px;
    }
    .services_content_txt ul li, .content_block_context ul li{
    	font-size: 16px;
    }
    .services_content_txt ul, .content_block_context ul{
    	gap: 10px;
    }
    .services_content_txt h3, .content_block_context h3{
        font-size: 22px;
        margin-top: 25px;
        margin-bottom: 16px;
    }
    .services_content_txt blockquote p{
    	padding-left: 57px;
        font-size: 18px;
    }
    .services_content_txt blockquote p::before{
    	width: 36px;
        height: 31px;
    }
    .services_content_txt blockquote {
        padding: 17px 14px;
        border-radius: 14px;
    }
    .services_content_txt h4, .content_block_context h4{
    	font-size: 20px;
        margin: 16px 0;
    }
    .services_content_txt ol, .content_block_context ol{
    	gap: 10px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .services_subcontent_hero, .services_subcontent_form {
        padding: 28px;
        border-radius: 14px;
    }
    .services_subcontent_hero h4 svg, .services_subcontent_form h4 svg {
        width: 36px;
        height: 33px;
        margin-bottom: 7px;
    }
    .services_subcontent_hero h4, .services_subcontent_form h4 {
        font-size: 36px;
        margin-bottom: 7px;
    }
    .services_subcontent_hero p, .services_subcontent_form p {
        font-size: 16px;
    }
    .services_subcontent_hero div{
    	margin-top: 21px;
    }
    .services_subcontent_hero div span{
    	font-size: 22px;
    }
    .services_subcontent_form form {
        gap: 14px;
        margin-top: 21px;
    }
    .services_subcontent_form form input {
        padding: 14px;
        font-size: 16px;
        padding-left: 39px;
        border-radius: 12px;
    }
    .services_subcontent_form form p span::before {
        width: 17px;
        height: 17px;
        left: 15px;
        top: 2.5px;
    }
    .see_also_slider .swiper-button-next, .see_also_slider .swiper-button-prev{
    	width: 50px;
        height: 50px;
    }
    .admission_course_content {
        padding: 28px;
        border-radius: 14px;
    }
    .admission_course_content h2 {
        margin-bottom: 21px;
        font-size: 36px;
    }
    .admission_course_content div {
        width: 56%;
    }
    .admission_course_content span {
        padding: 17px 25px;
        border-radius: 14px;
        font-size: 16px;
    }
    .admission_course_content .btn_quote {
        margin-top: 123px;
    }
    .admission_course_content img {
        width: 54%;
    }
    .prices_initial .section_heading {
        margin-top: 32px;
        margin-bottom: 35px;
    }
    .prices_initial .section_heading a {
        font-size: 16px;
        padding: 14px 20px;
        border-radius: 15px;
    }
    .prices_initial .section_heading a svg{
    	width: 22px;
        height: 22px;
    }
    .prices_flow {
        padding: 28px;
        border-radius: 14px;
        gap: 28px;
    }
    .prices_item h3{
    	font-size: 22px;
        margin-bottom: 15px;
        gap: 8px;
    }
    .prices_item h3 svg {
        min-width: 26px;
        min-height: 26px;
        width: 26px;
        height: 26px;
    }
    .prices_sub_item p.title {
        font-size: 16px;
    }
    .prices_sub_item {
        padding: 7px 10px;
        border-radius: 12px;
        margin-bottom: 3.5px;
    }
    .prices_sub_item p{
    	font-size: 16px;
    }
    .page_reviews {
        margin-top: 30px;
    }
    .page_reviews .section_heading {
        margin-top: 32px;
        margin-bottom: 30px;
    }
    .page_reviews_blocks_flow {
        margin-top: 35px;
    }
    .page_review_block .grw-review-inner {
        padding: 28px !important;
        border-radius: 14px !important;
    }
    .page_review_block .wp-gr.wpac .wp-google-left img {
        width: 45px !important;
        height: 45px !important;
    }
    .page_review_block .wp-gr.wpac a.wp-google-name{
    	font-size: 18px !important;
    }
    .page_review_block .wp-gr .wp-star svg {
        width: 19px !important;
        height: 19px !important;
    }
    .page_review_block .wp-gr .wp-google-text {
        font-size: 16px !important;
        line-height: 140% !important;
    }
    .page_reviews_toggler button {
        padding: 14.5px 20px;
        font-size: 16px;
    }
    .page_review_block.for_txt .swiper-slide {
        padding: 28px;
        border-radius: 14px;
    }
    .page_review_block.for_txt{
    	gap: 20px;
    }
    .page_review_block.for_txt .swiper-slide {
        width: calc(33.333% - 13.333px);
    }
    .page_reviews .content_block {
        padding-top: 100px;
        margin-top: 100px;
        padding-bottom: 100px;
    }
    .page_blog {
        margin-top: 30px;
    }
    .page_blog_posts {
        margin-top: 32px;
    }
    .section_heading {
        margin-bottom: 39px;
    }
    .blog_posts_flow article {
        width: calc(50% - 10.5px);
        padding: 7px;
        border-radius: 14px;
    }
    .blog_single_post_content {
        padding: 15px;
    }
    .blog_single_post_content h2 {
        font-size: 22px;
    }
    .blog_single_post_content .post_meta {
        gap: 7px;
        margin-bottom: 10px;
    }
    .post_meta span {
        padding: 4px 10px;
        font-size: 12px;
        border-radius: 8px;
    }
    .blog_single_post_content p{
    	font-size: 16px;
        margin-bottom: 22px;
    }
    .blog_posts_flow {
        gap: 21px;
    }
    .blog_single_post_content .details_link {
        font-size: 16px;
        padding: 14.5px 25px;
        gap: 9px;
        border-radius: 12px;
    }
    .blog_single_post_content .details_link svg{
    	width: 12px;
        height: 11px;
    }
    .blog_posts_pagination{
    	gap: 10px;
    }
    .blog_posts_pagination span, .blog_posts_pagination a {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        font-size: 16px;
    }
    .page_blog .content_block {
        padding-top: 100px;
        margin-top: 100px;
    }
    .page_post_single {
        padding-top: 30px;
    }
    .post_single_content {
        padding: 28px;
        margin-top: 21px;
        border-radius: 14px;
        width: 66%;
    }
    .post_single_content h1 {
        font-size: 34px;
        margin-bottom: 14px;
    }
    .post_single_content .content-list{
    	padding: 14px;
        border-radius: 14px;
        gap: 10px;
        margin-bottom: 25px;
    }
    .post_single_content ul.content-list li a {
        font-size: 16px;
    }
    .post_single_content ul.content-list li::before{
    	width: 9px;
        height: 10px;
        top: 6px;
    }
    .post_single_content p{
    	font-size: 16px;
        margin-bottom: 16px;
    }
    .post_single_content p strong {
        margin-top: 25px;
        font-size: 18px;
        font-weight: 500;
    }
    .post_single_content ul{
    	gap: 10px;
        margin-bottom: 16px;
    }
    .post_single_content ul li{
    	font-size: 16px;
        padding-left: 22px;
    }
    .post_single_content ul li::before{
    	width: 16px;
        height: 14px;
    }
    .post_single_content h2{
    	font-size: 22px;
        margin-top: 25px;
        margin-bottom: 16px;
    }
    .post_single_content blockquote {
        padding: 17px 14px;
        border-radius: 14px;
        margin-bottom: 16px;
    }
    .post_single_content blockquote p::before{
    	width: 36px;
        heihgt: 31px;
    }
    .post_single_content blockquote p{
    	font-size: 18px;
        padding-left: 47px;
    }
    .post_single_content h3{
    	font-size: 20px;
        margin-bottom: 16px;
    }
    .post_single_content ol{
    	gap: 10px;
        margin-bottom: 16px;
    }
    .post_single_content ol li{
    	font-size: 16px;
    }
    .post_form {
        padding: 28px;
        border-radius: 14px;
    }
    .post_single_content .post_form h2{
    	font-size: 36px;
    	margin-bottom: 7px;
    }
    .post_single_content .post_form form p{
    	margin-bottom: 0 !important;
    }
    .post_form_block form{
    	gap: 14px;
    }
    .post_form_block form input{
    	font-size: 16px;
        padding: 14px;
        padding-left: 42px;
    }
    .post_form_block form p span::before{
    	width: 17px;
        height: 17px;
    }
    .post_share {
        padding: 10px 17px;
        border-radius: 12px;
        margin-top: 25px;
    }
    .post_single_newsletter h3, .post_single_socials h3{
    	font-size: 22px;
        margin-bottom: 4px;
    }
    .post_single_newsletter p, .post_single_socials p{
    	font-size: 16px;
    }
    .post_single_socials p{
    	margin-bottom: 14px;
    }
    .post_single_newsletter div.tnp-subscription {
        margin-top: 14px;
    }
    .post_single_newsletter .tnp-field input{
    	font-size: 16px !important;
        padding: 14px !important;
        padding-left: 37px !important;
        border-radius: 12px;
    }
    .post_single_newsletter form .tnp-field::before {
        top: calc(50% - 7.5px);
        width: 16px;
        height: 16px;
    }
    .post_single_socials div a svg {
        width: 40px;
        height: 40px;
    }
    .contact_card {
        padding: 28px;
        border-radius: 14px;
    }
    .contact_card p {
        margin-bottom: 40px;
        font-size: 18px;
    }
    .card_icon {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }
    .card_subcontent a svg{
    	width: 12px;
        height: 12px;
    }
    .card_subcontent a {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .card_subcontent .card_socials svg{
    	width: 40px;
        height: 40px;
    }
    .card_socials{
    	margin-top: 10px;
        gap: 15px;
    }
    .contacts_form_block{
    	padding: 28px;
        border-radius: 14px;
    }
    .form_heading h2 svg {
        width: 42px;
        height: 45px;
        margin-bottom: 7px;
    }
    .form_heading h2 {
        font-size: 36px;
        margin-bottom: 7px;
    }
    .form_heading p {
        font-size: 16px;
    }
    .contacts_form_block form {
        margin-top: 21px;
        gap: 14px;
    }
    .contacts_form_block form p {
        width: calc(50% - 7px);
    }
    .contacts_form_block form input, .contacts_form_block form textarea{
    	font-size: 16px;
        padding-left: 37px;
    }
    .contacts_form_block form p span::before{
    	width: 16px;
        height: 16px;
        left: 14px;
        top: 4px;
    }
    .audience_students_flow {
        gap: 21px;
        margin-top: 30px;
    }
    .audience_student_item {
        width: calc(50% - 10.5px);
        padding: 7px;
        border-radius: 14px;
    }
    .audience_student_item h3{
    	font-size: 20px;
        margin-bottom: 10px;
    }
    .audience_student_item p{
    	font-size: 16px;
    }
    .audience_student_item div {
        padding: 21px;
    }
    .audience_students{
    	margin-bottom: 100px;
    }
    .language_switcher{
    	padding-bottom: 6px;
        margin-top: 6px;
    }
    .language_switcher:hover a:last-of-type {
        top: 48px;
        z-index: 1;
        left: 15px;
        padding: 5.5px;
        border-top: none;
        padding-right: 6px;
    }
    .language_switcher:hover a:first-of-type {
        top: 23px;
        left: 15px;
    }
    .language_switcher.active a:first-of-type {
        top: 23px;
        left: 15px;
    }
    .language_switcher.active a:last-of-type{
    	top: 48px;
        left: 15px;
        padding: 5.5px;
        border-top: none;
        padding-right: 6px;
    }
    .audience .details_link{
    	padding: 14px 30px;
        font-size: 16px;
        border-radius: 17px;
    }
    .audience .details_link svg{
    	width: 13px;
        height: 12px;
    }
    .review_vid_item video, .video-poster{
    	border-raidus: 12px;
    }
    .subscribe_fb, .subscribe_tiktok{
        font-size: 16px;
        gap: 6px;
        padding: 14.5px 20px;
        border-radius: 12px;
    }
    .subscribe_fb svg, .subscribe_tiktok svg{
    	width: 18px;
        height: 18px;
    }
    .privacy_policy_content h2{
    	font-size: 24px;
    	margin-top: 25px;
    	margin-bottom: 16px;
    }
    .privacy_policy_content p{
    	font-size: 16px;
        margin-bottom: 16px;
    }
    .privacy_policy_content{
    	margin-top: 25px;
    }
    .privacy_policy_page{
    	margin-top: 25px;
    }
    .content_block_context h2{
    	font-size: 28px;
    }
    .page_sitemap{
        margin-top: 30px;
    }
    .page_sitemap h1{
        font-size: 34px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .wsp-container h2{
        font-size: 24px;
        margin-bottom: 16px;
        margin-top: 16px;
    }
    .wsp-container ul{
        margin-bottom: 16px;
        padding-left: 16px;
        gap: 16px;
    }
    .wsp-container ul li{
        font-size: 16px;
        gap: 16px;
    }
    .error-404 {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .content-404 h1 {
        font-size: 42px;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .return-404 {
        font-size: 16px;
        padding: 17px 25px;
        margin-bottom: 30px;
        border-radius: 12px;
    }
    .content-404 img {
        margin-bottom: 30px;
    }
    .content-404 p {
        font-size: 18px;
    }
    .content-404 .search-form {
        margin-top: 25px;
        width: 493px;
    }
    .content-404 .search-form input{
    	font-size: 16px;
    }
    .content-404 .search-form input[type="submit"]{
    	font-size: 16px;
    }
    .content-404 .search-form label::before{
    	width: 18px;
        height: 18px;
        top: cal(50% - 9px);
    }
    .sublinks-404 {
        width: 460px;
    }
    .sublinks-404 a {
        padding: 14.5px 20px;
        font-size: 16px;
        width: calc(25% - 7.5px);
        border-radius: 11px;
    }
    .page_quiz_init {
        margin-top: 30px;
        margin-bottom: 100px;
    }
    .page_quiz_init .wrapper #breadcrumbs {
        margin-bottom: 20px;
    }
    .quiz_block {
        padding: 32px;
    }
    .quiz_item_title{
    	font-size: 36px;
    }
    .quiz_variants .wpcf7-list-item label span{
    	font-size: 16px;
    }
    .quiz_variants .wpcf7-list-item label{
    	padding: 14px 18px;
    }
    .quiz_block form input[type="submit"], .quiz_next {
        padding: 0;
        height: 60px;
        font-size: 16px;
        width: 267px;
        border-radius: 17px;
    }
    .show_mssg {
        padding: 12px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .quiz_block form input[type="email"], .quiz_block form input[type="tel"] {
        padding: 15px;
        font-size: 14px;
        padding-left: 37px;
        border-radius: 11px;
    }
    .quiz_contacts span:first-of-type::before, .quiz_contacts span:last-of-type::before{
        top: 17px;
        width: 17px;
        height: 17px;
        left: 14px;
    }
    .quiz_contacts span:last-of-type::before{
    	top: 19px;
    }
    .checkout_btn, .price_desc_btns .checkout_btn, .intent {
        width: fit-content;
        font-size: 16px;
        padding: 12px 25px;
        border-radius: 12px;
    }
}
@media screen and (min-width: 1500px){
	.initial_section .init_title {
        font-size: 55px;
        margin-bottom: 30px;
    }
    .initial_section p {
        font-size: 18px;
    }
    .initial_section blockquote {
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 40px;
        padding: 25px 20px;
        border-radius: 20px;
    }
    .initial_section blockquote svg {
        width: 51px;
        height: 44px;
    }
    .btn_quote {
        font-size: 18px;
        border: none;
        padding: 18px 35px;
        border-radius: 17px;
    }
    .cards_proposal {
        margin: 120px 0;
    }
    .section_title {
        font-size: 45px;
        margin-bottom: 10px;
    }
    .section_heading p {
        font-size: 18px;
    }
    .section_heading {
        margin-bottom: 40px;
    }
    .proposal_card h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .proposal_stats span {
        font-size: 14px;
        padding: 7.5px 15px;
        border-radius: 9px;
    }
    .proposals_flow {
        gap: 30px;
    }
    .proposal_card {
        height: 450px;
        width: calc(50% - 15px);
        border-radius: 20px;
    }
    .proposal_card p {
        font-size: 18px;
        margin-top: 15px;
    }
    .proposal_card .details_link {
        font-size: 18px;
        gap: 10px;
        padding: 16px 30px;
        border-radius: 15px;
    }
    .proposal_card .details_link svg {
        width: 14px;
        height: 12px;
    }
    .our_principles {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .principles_flow {
        gap: 30px;
    }
    .principle_item {
        width: calc(25% - 22.7px);
    }
    .principle_icon {
        width: 100px;
        height: 110px;
    }
    .principle_item h3 {
        font-size: 30px;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .principle_item p {
        font-size: 18px;
    }
    .audience {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .audience_img {
        width: 37.76%;
        border-radius: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .audience_card {
        gap: 21px;
        padding: 10px;
        width: calc(50% - 15px);
        border-radius: 20px;
    }
    .audience_cards_flow {
        gap: 30px;
    }
    .audience_card h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .audience_card p {
        font-size: 18px;
    }
    #desktop-packs-container thead tr th strong {
        font-size: 30px;
    }
    #desktop-packs-container tbody td {
        font-size: 18px;
    }
    #desktop-packs-container thead tr th {
        font-size: 14px;
    }
    #desktop-packs-container tbody td svg {
        width: 20px;
        height: 13px;
    }
    #desktop-packs-container td.pack_price strong {
        font-size: 30px;
        margin: 10px 0;
    }
    #desktop-packs-container td.pack_price em {
        font-size: 22px;
    }
    #desktop-packs-container td.pack_price a, #desktop-packs-container td.pack_price button {
        font-size: 18px;
        padding: 19px 57px;
        border-radius: 15px;
    }
    #desktop-packs-container td.pack_price p strong {
        font-size: 22px;
    }
    .instagram_section {
        padding: 120px 0;
    }
    .instagram_section .section_title .sbi_follow_btn a {
        font-size: 18px;
        gap: 10px;
        padding: 17px 25px;
        border-radius: 15px;
    }
    .instagram_section .section_title .sbi_follow_btn a svg {
        width: 22px;
        height: 22px;
    }
    .instagram_section #sbi_images .sbi_item {
        border-radius: 15px;
    }
    .instagram_section #sbi_load .sbi_load_btn .sbi_btn_text {
        font-size: 18px;
        padding: 17px 30px;
        display: block;
        border-radius: 15px;
    }
    .reviews {
        padding: 120px 0;
    }
    .reviews_btn {
        font-size: 18px;
        border-radius: 15px;
        padding: 17px 25px;
    }
    /*.ti-widget.ti-goog .ti-col-5 .ti-review-item {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
        padding: 0 15px !important;
    }*/
    .review_block .ti-widget.ti-goog .ti-review-item>.ti-inner{
    	border-radius: 20px !important;
        padding: 40px !important;
    }
    .reviews .ti-widget.ti-goog .ti-widget-container .ti-name {
        font-size: 22px !important;
    }
    .review_block .ti-widget.ti-goog .ti-review-content {
        font-size: 18px;
    }
    .reviews .ti-widget.ti-goog .ti-profile-img img {
        width: 60px !important;
        height: 60px !important;
    }
    .text_reviews_slider .swiper-slide {
        padding: 40px;
        border-radius: 20px;
    }
    .review_txt_heading .review_txt_img {
        width: 60px;
        height: 60px;
    }
    .content_block_context h2{
    	font-size: 32px;
    }
    .review_txt_title {
        width: calc(100% - 80px);
        font-size: 22px;
    }
    .review_txt_tags span {
        font-size: 16px;
        padding: 7px 10px;
        border-radius: 8px;
    }
    .review_txt_content {
        font-size: 18px;
        margin-top: 20px;
    }
    .review_txt_tags {
        gap: 15px;
        padding-bottom: 20px;
    }
    .desc_hero_heading h2 {
        font-size: 45px;
        margin-bottom: 10px;
    }
    .desc_hero_content p {
        font-size: 18px;
    }
    .desc_hero_heading {
        margin-bottom: 30px;
    }
    .desc_hero_content .read_more_link {
        font-size: 18px;
        padding: 17px 30px;
        margin-top: 100px;
        border-radius: 17px;
    }
    .description_hero blockquote p {
        font-size: 18px;
    }
    .description_hero blockquote {
        width: 398px;
        padding: 30px 25px;
        border-radius: 20px;
    }
    .description_hero blockquote span {
        font-size: 18px;
        margin-top: 10px;
    }
    .description_hero blockquote svg {
        right: 8px;
        top: -20px;
        width: 51px;
        height: 44px;
    }
    .f_logo {
        width: 151px;
        height: 70px;
    }
    .f_about{
    	margin-top: 30px;
    }
    .f_about p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer_menu_title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .footer_services_menu ul li a, .footer_info_menu ul li a, .footer_services_menu ul li span, .footer_info_menu ul li span{
        font-size: 18px;
    }
    .footer_services_menu ul, .footer_info_menu ul {
        gap: 20px;
    }
    .footer_subtitle {
        font-size: 18px;
    }
    .f_phones a {
        font-size: 22px;
        gap: 10px;
    }
    .f_phones a svg {
        width: 20px;
        height: 20px;
    }
    .f_address a {
        font-size: 22px;
    }
    .f_copy p, .f_copy a, .f_copy span{
        font-size: 18px;
    }
    .f_copy {
        padding: 30px 0px;
        background-color: #FFF;
    }
    #masthead .wrapper .logo {
        margin-right: initial;
        width: 151px;
        height: 70px;
    }
    .main-navigation ul li a, .main-navigation ul li.menu-dropdown span, .main-navigation ul li span{
        font-size: 18px;
    }
    .menu_block{
    	width: 50%;
    }
    .language_switcher span, .language_switcher a {
        font-size: 18px;
        gap: 10px;
    }
    .language_switcher span svg {
        width: 18px;
        height: 19px;
    }
    .language_switcher.active a:first-of-type {
        top: 25px;
    }
    .language_switcher.active a:last-of-type {
        top: 50px;
    }
    .language_switcher a{
    	left: 30px;
    }
    .site-header .btn_call {
        font-size: 18px;
        padding-right: 20px;
        border-radius: 17px;
    }
    .main-navigation ul li.menu-dropdown:hover ul {
        width: 392px;
    }
    .main-navigation ul li.menu-dropdown:hover ul li a {
        font-size: 18px;
    }
    .popup .wrapper{
    	padding: 80px;
    }
    .call_popup_content h2 {
        font-size: 45px;
        margin-bottom: 10px;
        width: 80%;
    }
    .call_popup_content p {
        font-size: 18px;
    }
    .call_popup_content form {
        margin-top: 30px;
        gap: 20px;
    }
    .call_popup_content input {
        font-size: 18px;
        padding: 14px 50px;
        border-radius: 14px;
    }
    .call_popup_content form p span::before {
        width: 20px;
        height: 20px;
        left: 18px;
        top: 2px;
    }
    .call_popup_content form input[type="submit"] {
        font-size: 18px;
        padding: 18.5px;
        border-radius: 14px;
    }
    .close_popup {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
    .about_initial {
        padding-top: 40px;
    }
    .about_initial #breadcrumbs, .page_reviews #breadcrumbs, .page_blog #breadcrumbs, .page_post_single #breadcrumbs, .page_contacts #breadcrumbs, .privacy_policy_page #breadcrumbs, .error-404 #breadcrumbs, .page_quiz_init #breadcrumbs{
        padding: 15px 25px;
        border-radius: 14px;
    }
    .about_initial #breadcrumbs span, .page_reviews #breadcrumbs span, .page_blog #breadcrumbs span, .page_post_single #breadcrumbs span, .page_contacts #breadcrumbs span, .privacy_policy_page #breadcrumbs span, .error-404 #breadcrumbs span, .page_quiz_init #breadcrumbs span{
        font-size: 18px;
        gap: 25px;
    }
    .about_initial_content {
        margin-top: 80px;
    }
    .about_initial_content h2, .about_initial_content h1 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .about_initial_content p{
    	font-size: 18px;
    }
    .btn_consult {
        padding: 18.5px 35px;
        font-size: 18px;
        margin-top: 30px;
        border-radius: 14px;
    }
    .about_initial_images {
        margin-top: 80px;
        gap: 25px;
    }
    .about_img_one {
        width: calc(24% - 18.75px);
    }
    .about_img_two {
        width: calc(26% - 18.75px);
    }
    .about_img_three {
        width: calc(26% - 18.75px);
    }
    .about_img_four {
        width: calc(24% - 18.75px);
    }
    .content_block_text p {
        font-size: 18px;
    }
    .content_block_context {
        max-height: 240px;
        margin-bottom: 40px;
    }
    .service_initial {
        padding-top: 40px;
        padding-bottom: 11.6vw;
    }
    .service_initial #breadcrumbs span, .prices_initial #breadcrumbs span, .page_sitemap #breadcrumbs span, .page_quiz_init #breadcrumbs span{
        font-size: 18px;
        gap: 25px;
    }
    .service_initial #breadcrumbs, .prices_initial #breadcrumbs, .page_sitemap #breadcrumbs, .page_quiz_init #breadcrumbs{
        border-radius: 14px;
        padding: 15px 25px;
    }
    .service_initial_content {
        margin-top: 130px;
    }
    .service_initial_content h2, .service_initial_content h1 {
        font-size: 55px;
        margin-bottom: 30px;
    }
    .service_initial_content p {
        font-size: 18px;
    }
    .services_principles {
        margin-top: 120px;
        margin-bottom: 100px;
    }
    .services_principle_item h3 {
        padding: 12px;
        font-size: 30px;
        border-radius: 17px;
    }
    .services_principle_item {
        padding: 10px;
        border-radius: 20px;
    }
    .services_principle_item p {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .services_principle_item img {
        border-radius: 17px;
        margin-bottom: 30px;
    }
    .services_content_txt {
        padding: 40px;
        border-radius: 20px;
    }
    .services_content_txt h1 {
        font-size: 55px;
        margin-bottom: 20px;
    }
    .services_content_txt p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .services_content_txt p strong {
        margin-top: 30px;
        font-size: 22px;
    }
    .services_content_txt ul li {
        font-size: 18px;
        padding-left: 26px;
    }
    .services_content_txt ul {
        gap: 15px;
        margin-bottom: 20px;
    }
    .services_content_txt ul li::before{
    	width: 17px;
        height: 15px;
    }
    .services_content_txt h3 {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .services_content_txt blockquote {
        padding: 25px 20px;
        border-radius: 20px;
    }
    .services_content_txt blockquote p::before {
        width: 51px;
        height: 44px;
    }
    .services_content_txt blockquote p {
        padding-left: 70px;
        font-size: 22px;
    }
    .services_content_txt h4 {
        font-size: 28px;
        margin: 20px 0;
    }
    .services_content_txt ol {
        gap: 12px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .services_content_txt ol li{
    	font-size: 18px;
    }
    .services_subcontent_hero, .services_subcontent_form {
        padding: 40px;
        border-radius: 20px;
    }
    .services_subcontent_hero h4 svg, .services_subcontent_form h4 svg {
        width: 55px;
        height: 45px;
        margin-bottom: 10px;
    }    
    .services_subcontent_hero h4, .services_subcontent_form h4 {
        font-size: 45px;
        margin-bottom: 10px;
    }
    .services_subcontent_hero p, .services_subcontent_form p {
        font-size: 18px;
    }
    .services_subcontent_hero div {
        margin-top: 30px;
    }
    .services_subcontent_hero div span {
        font-size: 30px;
    }
    .services_subcontent_form form input {
        padding: 13px;
        font-size: 18px;
        padding-left: 50px;
        border-radius: 14px;
    }
    .services_subcontent_form form p span::before {
        width: 20px;
        height: 20px;
        left: 20px;
        top: 2.5px;
    }
    .services_subcontent_form form {
        gap: 20px;
        margin-top: 30px;
    }
    .see_also_slider .proposal_card .prop_card_content {
        padding: 40px;
    }
    .see_also_slider .proposal_card h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .see_also_slider .proposal_stats span {
        font-size: 14px;
        padding: 7.5px 15px;
        border-radius: 9px;
    }
    .see_also_slider .proposal_card p {
        font-size: 18px;
        margin-top: 15px;
    }
    .see_also_slider .proposal_card .details_link {
        font-size: 18px;
        gap: 7px;
        padding: 14.5px 25px;
        border-radius: 14px;
    }
    .admission_course_content {
        padding: 40px;
        border-radius: 20px;
    }
    .admission_course_content h2 {
        margin-bottom: 30px;
        font-size: 45px;
    }
    .admission_course_content span {
        padding: 20px 30px;
        border-radius: 17px;
        font-size: 18px;
    }
    .admission_course_content .btn_quote {
        margin-top: 143px;
    }
    .page_reviews {
        margin-top: 40px;
    }
    .page_reviews .section_heading {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .page_reviews_toggler button {
        padding: 16px 20px;
        font-size: 18px;
    }
    .page_review_block .grw-review-inner {
        padding: 40px !important;
        border-radius: 20px !important;
    }
    .page_review_block .wp-gr.wpac .wp-google-left img {
        width: 60px !important;
        height: 60px !important;
    }
    .page_review_block .wp-gr.wpac a.wp-google-name {
        font-size: 22px !important;
    }
    .page_review_block .wp-gr .wp-google-text {
        font-size: 18px !important;
        line-height: 140% !important;
    }
    .page_review_block .wp-gr .wp-star svg {
        width: 22px !important;
        height: 22px !important;
    }
    .page_review_block .wp-gr .grw-review .wp-google-stars {
        margin-top: 10px !important;
    }
    .page_review_block.for_txt .swiper-slide {
        padding: 40px;
        border-radius: 20px;
    }
    .page_reviews .content_block {
        padding-top: 120px;
        margin-top: 120px;
        padding-bottom: 120px;
    }
    .page_blog {
        margin-top: 40px;
    }
    .page_blog_posts {
        margin-top: 40px;
    }
    .section_heading {
        margin-bottom: 45px;
    }
    .blog_posts_flow {
        gap: 30px;
    }
    .blog_posts_flow article {
        width: calc(50% - 15px);
        padding: 10px;
        border-radius: 20px;
    }
    .blog_single_post_content {
        padding: 20px;
    }
    .blog_single_post_content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .post_meta span {
        padding: 7.5px 15px;
        font-size: 14px;
        border-radius: 11px;
    }
    .blog_single_post_content .post_meta {
        gap: 10px;
        margin-bottom: 15px;
    }
    .blog_single_post_content p {
        font-size: 18px;
        margin-bottom: 31px;
    }
    .blog_single_post_content .details_link {
        font-size: 18px;
        padding: 16px 30px;
        gap: 12px;
        border-radius: 17px;
    }
    .blog_single_post_content .details_link svg {
        width: 14px;
        height: 13px;
    }
    .blog_posts_pagination span, .blog_posts_pagination a {
        width: 55px;
        height: 55px;
        border-radius: 17px;
        font-size: 18px;
    }
    .blog_posts_pagination {
        margin-top: 40px;
        gap: 15px;
    }
    .page_blog .content_block {
        padding-top: 120px;
        margin-top: 120px;
    }
    .page_post_single {
        padding-top: 40px;
    }
    .post_single_content {
        padding: 40px;
        margin-top: 30px;
    }
    .post_single_content h1 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .post_single_content .content-list {
        padding: 20px;
        border-radius: 20px;
        gap: 14px;
        margin-bottom: 30px;
    }
    .post_single_content ul.content-list li a {
        font-size: 18px;
    }
    .post_single_content p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .post_single_content p strong {
        margin-top: 30px;
        font-size: 20px;
    }
    .post_single_content ul{
    	gap: 14px;
        margin-bottom: 20px;
    }
    .post_single_content ul li {
        font-size: 18px;
        padding-left: 26px;
    }
    .post_single_content ul li::before {
        width: 18px;
        height: 16px;
    }
    .post_single_content h2 {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .post_single_content blockquote {
        padding: 25px 20px;
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .post_single_content blockquote p::before {
        width: 51px;
        height: 44px;
    }
    .post_single_content blockquote p {
        font-size: 22px;
        padding-left: 64px;
    }
    .post_single_content h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .post_single_content ol{
    	gap: 14px;
        margin-bottom: 20px;
    }
    .post_form {
        padding: 40px;
        border-radius: 20px;
    }
    .post_single_content ol li {
        font-size: 18px;
    }
    .post_single_content .post_form h2 {
        font-size: 45px;
        margin-bottom: 10px;
    }
    .post_form_heading h2 svg {
        width: 38px;
        height: 34px;
        margin-bottom: 10px;
    }
    .post_form p {
        margin: 0 !important;
    }
    .post_form_block form input {
        font-size: 18px;
        padding: 14px;
        padding-left: 50px;
        border-radius: 17px;
    }
    .post_form_block form p span::before {
        width: 20px;
        height: 20px;
        left: 20px;
    }
    .post_share {
        padding: 15px 25px;
        border-radius: 17px;
        margin-top: 30px;
    }
    .post_single_content .post_share p {
        font-size: 30px;
    }
    .post_single_aside {
        margin-top: 30px;
    }
    .post_single_newsletter {
        margin-top: 0;
        padding: 40px;
        border-radius: 20px;
    }
    .post_single_newsletter h3, .post_single_socials h3 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .post_single_newsletter p, .post_single_socials p {
        font-size: 18px;
    }
    .post_single_newsletter div.tnp-subscription {
        margin-top: 20px;
    }
    .post_single_newsletter .tnp-field input {
        font-size: 18px !important;
        padding: 14px !important;
        padding-left: 50px !important;
        border-radius: 17px;
    }
    .post_single_newsletter form .tnp-field::before {
        top: calc(50% - 9px);
        width: 20px;
        height: 20px;
        left: 20px;
    }
    .post_single_newsletter .tnp-field input[type="submit"] {
        font-size: 18px !important;
        padding: 20px !important;
    }
    .post_single_socials {
        padding: 40px;
        border-radius: 20px;
    }
    .page_contacts .section_heading {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .contacts_cards_flow {
        gap: 30px;
    }    .contact_card {
        padding: 40px;
        border-radius: 20px;
        width: calc(25% - 22.5px);
    }
    .card_icon {
        width: 70px;
        height: 70px;
        border-radius: 17px;
    }
    .contact_card p {
        margin-bottom: 57px;
        font-size: 22px;
        margin-top: 15px;
    }
    .card_subcontent a {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .card_subcontent a svg {
        width: 15px;
        height: 15px;
    }
    .contacts_form_block {
        padding: 40px;
        border-radius: 20px;
    }
    .form_heading h2 svg {
        width: 45px;
        height: 50px;
        margin-bottom: 10px;
    }
    .form_heading h2 {
        font-size: 45px;
        margin-bottom: 10px;
    }
    .form_heading p {
        font-size: 18px;
    }
    .contacts_form_block form {
        margin-top: 30px;
        gap: 20px;
    }
    .contacts_form_block form p {
        width: calc(50% - 15px);
    }
    .contacts_form_block form input, .contacts_form_block form textarea {
        font-size: 18px;
        padding-left: 40px;
    }
    .contacts_form_block form p span::before {
        width: 18px;
        height: 18px;
        left: 14px;
        top: 3px;
    }
    .contacts_form_block form textarea{
    	height: 120px;
    }
    .contacts_form_block form input[type="submit"]{
    	padding: 20px;
    }
    .contacts_form_block form p:nth-of-type(4) span::before {
        top: -89px;
    }
    .contacts_map_block iframe{
    	border-radius: 20px;
    }
    .audience_students{
    	margin-bottom: 120px;
    }
    .audience_students_flow {
        gap: 30px;
        margin-top: 40px;
    }
    .audience_student_item {
        width: calc(50% - 15px);
        padding: 10px;
        border-radius: 20px;
    }
    .audience_student_item h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .audience_student_item p {
        font-size: 18px;
    }
    .audience_student_item div {
        padding: 30px;
    }
    .audience_student_item img{
    	object-fit: cover;
        border-radius: 14px;
    }
    .audience .details_link{
    	padding: 16px 30px;
        font-size: 18px;
        gap: 10px;
    }
    .review_vid_item video{
    	border-radius: 17px;
    }
    .subscribe_fb, .subscribe_tiktok{
        font-size: 18px;
        gap: 10px;
        padding: 17px 25px;
        border-radius: 15px;
    }
    .subscribe_fb svg, .subscribe_tiktok svg{
    	width: 20px;
        height: 20px;
    }
    .privacy_policy_content h2{
    	font-size: 28px;
    	margin-top: 30px;
    	margin-bottom: 18px;
    }
    .privacy_policy_content p{
    	font-size: 18px;
        margin-bottom: 18px;
    }
    .privacy_policy_content{
    	margin-top: 30px;
    }
    .privacy_policy_page{
    	margin-top: 30px;
    }
    .page_sitemap{
        margin-top: 40px;
    }
    .page_sitemap h1{
        font-size: 48px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .wsp-container h2{
        font-size: 28px;
        margin-bottom: 18px;
        margin-top: 18px;
    }
    .wsp-container ul{
        margin-bottom: 18px;
        padding-left: 16px;
        gap: 18px;
    }
    .wsp-container ul li{
        font-size: 18px;
        gap: 18px;
    }
    .error-404 {
        padding-top: 40px;
        padding-bottom: 120px;
    }
    .content-404 h1 {
        font-size: 55px;
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .return-404 {
        font-size: 18px;
        padding: 18.5px 35px;
        margin-bottom: 40px;
        border-radius: 17px;
    }
    .content-404 img {
        margin-bottom: 40px;
    }
    .content-404 p {
        font-size: 22px;
    }
    .content-404 .search-form {
        margin-top: 30px;
        margin-bottom: 40px;
        width: 500px;
    }
    .content-404 .search-form input {
        font-size: 18px;
        padding: 18px;
        padding-left: 50px;
        border-radius: 11px;
    }
    .content-404 .search-form label::before {
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
        left: 18px;
    }
    .content-404 .search-form input[type="submit"] {
        font-size: 18px;
        padding: 18px;
        border-radius: 11px;
    }
    .sublinks-404{
    	gap: 15px;
        width: 510px;
    }
    .sublinks-404 a {
        padding: 16px 20px;
        font-size: 18px;
        width: calc(25% - 11.25px);
        border-radius: 11px;
    }
    .page_quiz_init {
        margin-top: 40px;
        margin-bottom: 120px;
    }
    .quiz_block {
        padding: 40px;
    }
    .quiz_item_title {
        font-size: 45px;
        margin-bottom: 40px !important;
    }
    .quiz_block .wpcf7 {
        width: 790px;
    }
    .quiz_variants .wpcf7-list-item label span {
        font-size: 18px;
    }
    .quiz_block form input[type="submit"], .quiz_next {
        padding: 0;
        height: 60px;
        font-size: 18px;
        width: 430px;
        border-radius: 20px;
    }
    .show_mssg {
        padding: 12px 20px;
        font-size: 16px;
        margin-bottom: 25px;
    }
    .quiz_block form input[type="email"], .quiz_block form input[type="tel"] {
        padding: 17px;
        font-size: 18px;
        padding-left: 49px;
        border-radius: 14px;
    }
    .quiz_contacts span:first-of-type::before, .quiz_contacts span:last-of-type::before {
        top: 20px;
        width: 20px;
        height: 20px;
        left: 20px;
    }
    .quiz_contacts span:last-of-type::before {
        top: 23px;
    }
    .checkout_btn{
    	margin: 20px 0;
        margin-left: auto;
    }
    .price_desc_btns{
    	gap: 20px;
        margin: 20px 0;
    }
    .checkout_btn, .price_desc_btns .checkout_btn, .intent {
        width: fit-content;
        font-size: 18px;
        padding: 14px 29px;
        border-radius: 14px;
    }
}