/*!
Theme Name: Shitkroit
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shitkroit
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.

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

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
	--container: 1316px;

	--text-size: 16px;
	--text-size-esm: 12px;
	--text-size-sm: 14px;
	--text-size-lg: 18px;
	--h1-size: 36px;
	--h2-size: 32px;
	--h3-size: 28px;
	--h4-size: 24px;
	--h5-size: 22px;
	--h6-size: 20px;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 500;
	font-family: 'Inter', serif;
	line-height: 1.25;
	color: #271206;
	background: #FFFFFF;
}
a {
	text-decoration: underline;
	color: #0A5862;
	transition: .5s;
}
a:hover {
	text-decoration: none;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover > span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	margin: 0 0 24px;
	line-height: 1.1;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 24px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
blockquote {
	background: #FFFFFF;
	box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.13);
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.styleContent ul {
	padding-left: 20px;
}
.styleContent ul li {
	margin-bottom: 12px;
}
.styleContent ul li:last-child {
	margin-bottom: 0;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
.form-field.center {
	text-align: center;
}
.form-field > label {
	margin-bottom: 12px;
	display: block;
	width: 100%;
	line-height: 1.25;
}
::-webkit-input-placeholder {
	color: #8C8B8B;
}
::-moz-placeholder {
	color: #8C8B8B;
}
:-ms-input-placeholder {
	color: #8C8B8B;
}
:-moz-placeholder {
	color: #8C8B8B;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea,
input.form-control {
	font-size: var(--text-size);
	font-weight: 500;
	font-family: 'Inter', serif;
	line-height: 1.5;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #271206;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 23px 25px;
	min-height: 73px;
	outline: none;
	transition: .25s;
}
textarea {
	height: 145px;
	resize: vertical;
}
select {
	cursor: pointer;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 2px;
	font-size: var(--text-size-sm);
}
.wpcf7 form .wpcf7-response-output {
	margin: 24px 0 0;
	padding: 12px 16px;
	text-align: center;
}
.form-field-policy {
	color: #8C8B8B;
	margin-top: 10px;
}
.form-field-policy a {
	text-decoration: underline;
	color: #077C77;
}
.form-field-policy a:hover {
	color: #000000;
	text-decoration: none;
}
.form-field-checkboxes {
	margin-bottom: 34px;
}
.wpcf7-acceptance {
	display: block;
    cursor: pointer;
    max-width: 450px;
    margin: 0 auto;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
	margin-left: 0;
	display: block;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
	margin-bottom: 12px;
}
.wpcf7-checkbox .wpcf7-list-item:last-child,
.wpcf7-radio .wpcf7-list-item:last-child {
	margin-bottom: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
	display: block;
	padding-left: 32px;
	cursor: pointer;
}
.wpcf7-acceptance label,
.wpcf7-checkbox label,
.wpcf7-radio label {
	position: relative;
	display: inline-block;
}
.wpcf7-acceptance input[type="checkbox"],
.wpcf7-checkbox input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	background: #FFFFFF;
	border: 1px solid #8C8B8B;
	width: 20px;
	height: 20px;
	outline: 0;
	padding: 0px;
	margin: 0;
	margin-right: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	position: absolute;
	left: 0;
	top: -1px;
	cursor: pointer;
	transition: .25s;
}
.wpcf7-acceptance input[type="checkbox"]:checked:after,
.wpcf7-checkbox input[type="checkbox"]:checked:after {
	content: '';
    width: 7px;
    height: 12px;
    border-bottom: 1px solid #8C8B8B;
    border-right: 1px solid #8C8B8B;
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    transform: rotate(45deg);
}
.wpcf7-radio input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	background: #FFFFFF;
	border: 1px solid #8C8B8B;
	width: 20px;
	height: 20px;
	outline: 0;
	padding: 0px;
	margin: 0;
	margin-right: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -1px;
	cursor: pointer;
	transition: .25s;
}
.wpcf7-radio input[type="radio"]:checked:after {
	content: '';
    width: 7px;
    height: 12px;
    border-bottom: 1px solid #8C8B8B;
    border-right: 1px solid #8C8B8B;
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    transform: rotate(45deg);
}

.form-field-rating {
	position: relative;
	z-index: 1;
}
.form-field-rating .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.form-field-rating .wpcf7-form-control.wpcf7-radio {
	display: flex;
	align-items: center;
}
.form-field-rating .wpcf7-list-item {
	display: flex;
	margin: 0 4px 0 0;
}
.form-field-rating .wpcf7-list-item:last-child {
	margin-right: 0;
}
.form-field-rating .wpcf7-list-item label {
	margin: 0;
}
.form-field-rating .wpcf7-list-item span.wpcf7-list-item-label {
	position: relative;
	cursor: pointer;
	font-size: 0;
	padding: 0;
	width: 24px;
	height: 24px;
	display: block;
}
.form-field-rating .wpcf7-list-item span.wpcf7-list-item-label::before {
  content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/star.svg);
	mask-image: url(images/star.svg);
	background-color: #222222;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.form-field-rating .wpcf7-list-item input[type="radio"] {
  	display: none;
}
.form-field-rating .wpcf7-list-item span.wpcf7-list-item-label.active:before,
.form-field-rating .wpcf7-list-item input[type="radio"]:checked + span.active::before,
.form-field-rating .wpcf7-list-item input[type="radio"]:checked ~ span.active::before {
	-webkit-mask-image: url(images/star-active.svg);
	mask-image: url(images/star-active.svg);
	background-color: #077C77;
}









.screen-reader-text {
	display: none;
}
.my-container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}
.bg-green-1 {
	background: linear-gradient(89.2deg, #019A93 2.43%, #D3D5D5 124.47%);
}
.bg-green-2 {
	background: linear-gradient(83.2deg, #019A93 0%, rgba(3, 76, 88, 0.97) 56.98%, #02948F 104.51%);
}


.heading {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 34px;
	color: #07132B;
	z-index: 1;
}
.heading-simple {
	padding-bottom: 0;
}
.heading:after {
	content: '';
	position: absolute;
	width: 100vw;
	border-bottom: 1px solid #077C77;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.heading-simple:after {
	display: none;
}
.heading.center {
	text-align: center;
}
.heading.white {
	color: #FFFFFF;
}
.heading.white:after {
	border-block-color: #FFFFFF;
}
.heading h1,
.heading h2 {
	font-size: var(--h1-size);
}
.heading h3 {
	font-size: var(--h4-size);
	font-weight: 500;
}
.heading p {
	color: #077C77;
}
.heading.white p {
	color: #FFFFFF;
}


.my-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--text-size-lg);
	font-family: 'Inter', serif;
	font-weight: 600;
	line-height: 1.5;
	border: none;
	padding: 20px 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	outline: none;
	min-width: 310px;
	min-height: 68px;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	transition: .5s;
	z-index: 1;
}
.my-btn:before,
.my-btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .5s;
	z-index: -2;
}
.my-btn:hover:before {
	opacity: 0;
}
.my-btn span {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 100%);
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	right: 18%;
	transform: skewX(-45deg);
	transition: all .5s;
	z-index: -1;
}
.my-btn:hover span {
	right: calc(100% + 50px);
}
.my-btn-sm {
	padding: 11px 26px;
	min-width: 220px;
	min-height: 50px;
}
.my-btn-sm span {
	width: 35px;
}
.my-btn-sm:hover span {
	right: calc(100% + 35px);
}
.my-btn-primary {
	color: #FFFFFF;
	box-shadow: 0px 5px 0px 0px #071930;
}
.my-btn-primary:hover {
	color: #FFFFFF;
}
.my-btn-primary:before {
	background: linear-gradient(87.4deg, #07132B 2.6%, #053B4A 99.47%, #03656A 99.48%);
}
.my-btn-primary:after {
	background: linear-gradient(87.4deg, #0A5862 2.6%, #053B4A 99.47%, #03656A 99.48%);
	z-index: -3;
}
.my-btn-secondary {
	color: #FFFFFF;
	box-shadow: 0px 5px 0px 0px #071930;
}
.my-btn-secondary:hover {
	color: #FFFFFF;
}
.my-btn-secondary:before {
	background: linear-gradient(87.47deg, #07132B 2.61%, #7B2F6F 99.32%, #7B2F6F 99.33%);
}
.my-btn-secondary:after {
	background: linear-gradient(87.47deg, #a53d94 2.61%, #7B2F6F 99.32%, #7B2F6F 99.33%);
	z-index: -3;
}


/*
.owl-dots {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	z-index: 9;
}
.owl-dots button {
	flex: 0 0 6px;
	max-width: 6px;
	width: 6px;
	height: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 8px;
	transition: .25s;
}
.owl-carousel.white .owl-dots button {
	background: #FFFFFF !important;
}
.owl-dots button:last-child {
	margin-right: 0;
}
.owl-dots button:hover {
	opacity: .8;
}
.owl-dots button.active {
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
}
*/

.owl-nav {
	position: absolute;
	width: 100%;
	top: calc(50% - 20px);
	z-index: 9;
}
.owl-nav button {
	position: absolute;
	width: 40px;
	height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #FFFFFF !important;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.owl-nav button.owl-prev {
	left: -20px;
}
.owl-carousel-nav-2 .owl-nav button.owl-prev {
	left: -44px;
}
.owl-nav button.owl-next {
	right: -20px;
}
.owl-carousel-nav-2 .owl-nav button.owl-next {
	right: -44px;
}
.owl-nav button:before {
	content: '';
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #132E2E;
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	transition: .5s;
}
.owl-nav button:hover:before {
	background: #0A5862;
}
.owl-nav button:after {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-down.svg);
    mask-image: url(images/arrow-down.svg);
    background-color: #FFFFFF;
    flex: 0 0 28px;
    max-width: 28px;
    width: 28px;
    height: 28px;
    transition: .55s;
    z-index: 1;
}
.owl-nav button.owl-prev:after {
	transform: rotate(90deg);
}
.owl-nav button.owl-next:after {
	transform: rotate(-90deg);
}


.owl-counter {
	position: relative;
	margin-top: 34px;
	text-align: center;
	z-index: 1;
}
.owl-counter span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
	font-weight: 400;
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 5px 24px;
	min-width: 100px;
	min-height: 30px;
}



.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	margin-right: 14px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.soc-links li a:hover {
	transform: scale(1.1);
}
.soc-links li a svg {
	height: 40px;
	width: 40px;
}


.fixed-panel {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: flex;
	flex-direction: column;
	z-index: 93;
}
.fixed-panel a {
	width: 70px;
	height: 70px;
	margin-bottom: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fixed-panel a:last-child {
	margin-bottom: 0;
}
.fixed-panel a:hover {
	transform: scale(1.1);
}
.fixed-panel a svg {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	height: 100%;
}
.fixed-panel a.to-up {
	position: relative;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
.fixed-panel a.to-up.show {
	opacity: 1;
	visibility: inherit;
}
.fixed-panel a.to-up:before {
	content: '';
	background: linear-gradient(87.4deg, #07132B 2.6%, #053B4A 99.47%, #03656A 99.48%);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	width: 56px;
	height: 56px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}



.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
	position: relative;
	background: #EDEDED;
	height: 100%;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	transform: translateX(100%);
	padding: 60px 20px 20px;
	-moz-border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	transition: .25s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 15px;
	right: 15px;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #0A5862;
	width: 34px;
	height: 34px;
	border: none;
	padding: 0;
	outline: none !important;
	cursor: pointer;
	transition: .25s;
}
.modal-mobile-close:hover {
	background-color: #271206;
}
.mobile-menu {
	margin: 0 0 15px;
	padding: 0px;
	list-style: none;
}
.mobile-menu > li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.mobile-menu > li:last-child {
	margin-bottom: 0;
}
.mobile-menu > li > a {
	flex: 0 0 100%;
	max-width: 100%;
	order: 2;
	display: block;
	color: #271206;
	padding: 5px 0;
	text-decoration: none;
}
.mobile-menu > li > a:hover {
	color: #07132B;
}
.mobile-menu > li.menu-item-has-children > a {
	flex: 0 0 calc(100% - 25px - 10px);
	max-width: calc(100% - 25px - 10px);
}
.mobile-menu li.none {
	display: none !Important;
}
.mobile-menu-toggle {
	order: 3;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down.svg);
	mask-image: url(images/arrow-down.svg);
	background-color: #222222;
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	cursor: pointer;
	transition: .25s;
}
.mobile-menu li.active > .mobile-menu-toggle {
	transform: rotate(180deg);
}
.mobile-menu ul {
	order: 4;
	display: none;
	padding: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	flex: 0 0 100%;
	max-width: 100%;
	border: 1px solid #142F2F;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.mobile-menu ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 5px;
}
.mobile-menu ul li:last-child {
	margin-bottom: 0;
}
.mobile-menu ul li a {
	flex: 0 0 100%;
	max-width: 100%;
	order: 2;
	display: block;
	color: #8C8B8B;
	padding: 5px 0;
	text-decoration: none;
}
.mobile-menu ul li.menu-item-has-children a {
	flex: 0 0 calc(100% - 25px - 10px);
	max-width: calc(100% - 25px - 10px);
}
.mobile-menu ul li a:hover {
	color: #07132B;
}




.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 720px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #FFFFFF;
	background-clip: padding-box;
	outline: 0;
	padding: 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .5;
	z-index: 1049;
}
.modal-title {
	font-size: var(--h4-size);
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 34px;
	text-align: center;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: #0A5862;
	width: 34px;
	height: 34px;
	top: 12px;
	right: 12px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .25s;
	z-index: 9;
}
.modal-close:hover {
	background-color: #271206;
}


.wp-caption {
	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;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 26px -12px 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: -24px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.gallery-item * {
	height: 100%;
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid var(--grey-light);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 50px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}



.wrapper {
	position: relative;
	z-index: 1;
}


.header {
	position: sticky;
	top: 0;
	background: #EDEDED;
	padding: 15px 0;
	box-shadow: 0 0 5px rgba(0,0,0,.25);
	z-index: 92;
}
.header-wrap {
	display: flex;
	align-items: center;
	height: 60px;
}
.header-logo img {
	max-height: 60px;
}
.main-menu {
	flex: auto;
	margin: 0 0 0 34px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.main-menu > li {
	position: relative;
	margin-right: 24px;
	z-index: 1;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	display: flex;
	align-items: center;
	color: #271206;
	text-decoration: none;
}
.main-menu > li:hover > a {
	color: #0A5862;
}
.main-menu > li.menu-item-has-children > a:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down.svg);
	mask-image: url(images/arrow-down.svg);
	background-color: #271206;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-left: 3px;
	transition: .25s;
}
.main-menu > li.menu-item-has-children:hover > a:after {
	background-color: #0A5862;
	transform: rotate(180deg);
}
.main-menu > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -20px;
	margin: 0;
	padding: 44px 0px 10px;
	width: 280px;
	list-style: none;
	z-index: 1;
}
.main-menu > li > ul:before {
	content: '';
	background: #EDEDED;
	border: 1px solid #271206;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	width: 100%;
	height: calc(100% - 34px);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main-menu > li > ul > li {
	padding: 0 20px;
}
.main-menu li.none {
	display: none !important;
}
.main-menu > li > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #8C8B8B;
	padding: 8px 0;
	text-decoration: none;
}
.main-menu > li > ul > li:hover > a {
	color: #0A5862;
}
.main-menu > li > ul > li.menu-item-has-children > a:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down.svg);
	mask-image: url(images/arrow-down.svg);
	background-color: #271206;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-left: 3px;
	transform: rotate(-90deg);
	transition: .25s;
}
.main-menu > li > ul > li.menu-item-has-children:hover > a:after {
	background-color: #0A5862;
}
.main-menu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	padding: 44px 0 20px;
	list-style: none;
	width: 280px;
	z-index: 1;
}
.main-menu ul ul:before {
	content: '';
	background: #EDEDED;
	border: 1px solid #271206;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	width: 100%;
	height: calc(100% - 34px);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main-menu ul ul li a {
	display: flex;
	align-items: center;
	padding: 8px 20px;
	color: #8C8B8B;
	text-decoration: none;
}
.main-menu ul ul li a:hover {
	color: #0A5862;
}
.main-menu li:hover > ul {
	display: block;
}


.lang-menu {
	flex: 0 0 auto;
	margin: 0 0 0 54px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.lang-menu > li {
	position: relative;
	z-index: 1;
}
.lang-menu > li > a {
	display: flex;
	align-items: center;
	color: #271206;
	text-decoration: none;
	text-transform: uppercase;
}
.lang-menu > li:hover > a,
.lang-menu > li.current-menu-item > a {
	color: #0A5862;
}
.lang-menu > li.menu-item-has-children > a:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down.svg);
	mask-image: url(images/arrow-down.svg);
	background-color: #271206;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-left: 3px;
	transition: .25s;
}
.lang-menu > li.menu-item-has-children:hover > a:after,
.lang-menu > li.current-menu-item > a:after {
	background-color: #0A5862;
}
.lang-menu > li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.lang-menu > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -20px;
	margin: 0;
	padding: 44px 0px 10px;
	width: 60px;
	list-style: none;
	z-index: 1;
}
.lang-menu > li > ul:before {
	content: '';
	background: #EDEDED;
	border: 1px solid #271206;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	width: 100%;
	height: calc(100% - 34px);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.lang-menu > li > ul > li {
	padding: 0 20px;
}
.lang-menu > li > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #8C8B8B;
	padding: 8px 0;
	text-decoration: none;
	text-transform: uppercase;
}
.lang-menu > li > ul > li:hover > a {
	color: #0A5862;
}
.lang-menu li:hover > ul {
	display: block;
}

.header-button {
	margin-left: 34px;
}
.header-toggle {
	display: none;
	align-items: center;
	margin-left: 34px;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/menu.svg);
    mask-image: url(images/menu.svg);
    background-color: #000000;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    transition: .5s;
}
.header-toggle button:hover {
	background-color: #077C77;
}




.main {
	overflow: hidden;
}




.hero-section {
	position: relative;
	border-top: 13px solid #07132B;
	background: linear-gradient(80.02deg, #019A93 0%, #034C58 59.42%);
	color: #FFFFFF;
	z-index: 1;
}
.hero-wrap {
	display: flex;
	justify-content: space-between;
	min-height: 724px;
}
.hero-left {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero-heading {
	font-size: calc(var(--h1-size) * 1.7777);
	font-weight: 600;
	line-height: 1.0625;
}
.hero-subheading {
	font-size: calc(var(--h1-size) * 1.222);
	line-height: 1.099;
	font-weight: 600;
	color: #07182F;
}
.hero-text {
	font-family: 'Playfair Display', serif;
	font-size: var(--h1-size);
}
.hero-button {
	margin-top: 40px;
}
.hero-right {
	flex: 0 0 calc(50% - 128px);
	max-width: calc(50% - 128px);
}
.hero-image {
	position: relative;
	width: calc((100vw - var(--container)) / 2 + 100%);
	height: 100%;
	z-index: 1;
}
.hero-image:before {
	content: '';
	background: url(images/hero-image-border.svg) no-repeat left center;
	background-size: contain;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -50px;
    z-index: 2;
}
.hero-image-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-image-inner img {
	-moz-border-radius: 320px 0 0 120px;
	-webkit-border-radius: 320px 0 0 120px;
	border-radius: 320px 0 0 120px;
}


.video-block {
	position: relative;
	overflow: hidden;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	min-height: 645px;
	height: calc(100vw / 2.95);
	z-index: 1;
}
.video-preview {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.video-title {
	font-size: var(--h2-size);
	font-weight: 600;
	color: #FFFFFF;
}
.video-play {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 104px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	animation: pulse 2s infinite;
	z-index: 1;
}
.video-play:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFFFFF;
	opacity: .3;
	z-index: -2;
}
.video-play:after {
	content: '';
	position: absolute;
	width: calc(100% - 36px);
	height: calc(100% - 36px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
	transition: .5s;
	z-index: -1;
}
.video-play:hover:after {
	background: #0A5862;
}
.video-play span {
	flex: 0 0 28px;
	max-width: 28px;
	height: 28px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/play.svg);
    mask-image: url(images/play.svg);
    background-color: #07132B;
    transition: .5s;
}
.video-play:hover span {
	background-color: #FFFFFF;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}



.courses-button {
	position: relative;
	margin-top: 44px;
	text-align: center;
	z-index: 2;
}


.courses-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -34px;
}
.courses-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 34px;
	padding: 0 12px;
}
.courses-item__wrap {
	position: relative;
	height: 100%;
	background: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.13);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 24px 16px;
	z-index: 1;
}
.courses-item__left {
	flex: 0 0 calc(50% - 8px);
	max-width: calc(50% - 8px);
}
.courses-item__image {
	position: relative;
	min-height: 480px;
	height: 100%;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 1;
}
.courses-item__image span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.courses-item__right {
	flex: 0 0 calc(50% - 8px);
	max-width: calc(50% - 8px);
	display: flex;
	flex-direction: column;
}
.courses-item__title {
	font-size: var(--h4-size);
	font-weight: 500;
	margin-bottom: 16px;
}
.courses-item__title a {
	color: #07132B;
	text-decoration: none;
}
.courses-item__title a:hover {
	color: #0A5862;
}
.courses-item__excerpt {
	margin-bottom: 24px;
}
.courses-item__excerpt > * {
	margin-bottom: 16px;
}
.courses-item__excerpt > *:last-child {
	margin-bottom: 0;
}
.courses-item__advantages {
	margin-bottom: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.courses-item__advantage {
	flex: 0 0 calc(50% - 6px);
	max-width: calc(50% - 6px);
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.courses-item__advantage span {
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	margin-right: 4px;
}
.courses-item__advantage p {
	flex: auto;
	font-size: var(--text-size-esm);
}
.courses-item__buttons {
	flex: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding-bottom: 5px;
}
.courses-item__buttons .my-btn {
	margin-bottom: 16px;
	width: 100%;
	min-width: auto !important;
}
.courses-item__buttons .my-btn:last-child {
	margin-bottom: 0;
}





.advantages-wrap {
	position: relative;
	background: #FFFFFF;
	box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.13);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 28px 0;
	z-index: 1;
}
.advantages-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.advantages-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	border-right: 1px solid #ECECEC;
	padding: 0 24px;
}
.advantages-item:nth-child(3n),
.advantages-item:last-child {
	border-right: none;
}
.advantages-item__wrap {
	position: relative;
	border-top: 1px solid #ECECEC;
	padding: 34px 12px;
	z-index: 1;
}
.advantages-item:nth-child(1) .advantages-item__wrap,
.advantages-item:nth-child(2) .advantages-item__wrap,
.advantages-item:nth-child(3) .advantages-item__wrap {
	border-top: none;
}
.advantages-item__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin-bottom: 24px;
}
.advantages-item__image img {
	max-height: 50px;
}
.advantages-item__title {
	font-size: var(--h4-size);
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	color: #0A5862;
	text-align: center;
	line-height: 1.1;
}




.photogallery-text {
	position: relative;
	text-align: center;
	max-width: 700px;
	margin: 34px auto 0;
	font-size: var(--h4-size);
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	line-height: 1.1;
	color: #FFFFFF;
	z-index: 2;
}
.photogallery-button {
	position: relative;
	margin-top: 34px;
	text-align: center;
	z-index: 2;
}

.owl-photogallery {
	height: calc((var(--container) - 2 * 24px) / 3 / .635 + 34px);
}
.photogallery-item {
	padding-top: 34px;
	height: calc((var(--container) - 2 * 24px) / 3 / .635);
	transition: .5s;
}
.owl-item.center .photogallery-item {
	padding-top: 0;
	height: calc((var(--container) - 2 * 24px) / 3 / .635 + 34px);
}
.photogallery-item img {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}




.pageReviewsHero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: blur(4px);
	z-index: -1;
}
.pageReviewsHero-bg img {
	opacity: .17;
}
.pageReviewsHero-wrap {
	position: relative;
    background: #FFFFFF;
    box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.13);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 60px;
    z-index: 1;
}
.pageReviewsHero-text {
	max-width: 940px;
	font-size: var(--h1-size);
	margin: 0 auto 34px;
	color: #077C77;
	text-align: center;
}
.pageReviewsHero-button {
	text-align: center;
}



.pageAddReviewsHero-wrap {
	position: relative;
    background: #FFFFFF;
    box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.13);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 60px;
    z-index: 1;
}
.pageAddReviewsHero-text {
	max-width: 1100px;
	font-size: var(--h1-size);
	margin: 0 auto 34px;
	color: #077C77;
	text-align: center;
}
.pageAddReviewsHero-form {
	max-width: 1100px;
	margin: 0 auto;
}





.reviews-button {
	position: relative;
	text-align: center;
	z-index: 2;
}
.reviews-block-heading {
	margin-bottom: 24px;
}
.reviews-block-heading h2 {
	max-width: 900px;
	display: inline-block;
}
.reviews-block-inner {
	position: relative;
	background: #FFFFFF;
	box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.13);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 40px 24px;
	z-index: 1;
}

.reviewsText-items {
	margin: -5px -15px -25px;
}
.reviewsText-item {
	position: relative;
	padding: 5px 15px 25px;
}
.reviewsText-item__wrap {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	padding: 24px;
	z-index: 1;
}
.reviewsText-item__content {
	position: relative;
	color: #8C8B8B;
	z-index: 1;
}
.reviewsText-item__content:after {
	content: '';
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.reviewsText-item__content-inner {
	height: 320px;
	overflow: auto;
	padding-bottom: 20px;
}
.reviewsText-item__meta {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 24px;
	z-index: 1;
}
.reviewsText-item__image {
	flex: 0 0 84px;
	max-width: 84px;
	height: 84px;
	-moz-border-radius: 50%;
	-webtik-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 8px;
}
.reviewsText-item__info {
	flex: auto;
}
.reviewsText-item__name {
	color: #0E0E0E;
	margin-bottom: 2px;
}
.reviewsText-item__profession {
	color: #8C8B8B;
	margin-bottom: 4px;
	font-weight: 400;
}
.reviewsText-item__link {
	margin-bottom: 4px;
	font-weight: 400;
}
.reviewsText-item__link a {
	color: #8C8B8B;
}
.reviewsText-item__link a:hover {
	color: #0A5862;
}
.reviewsText-item__rating {
	display: flex;
	align-items: center;
}
.reviewsText-item__rating span {
	flex: 0 0 17px;
	max-width: 17px;
	height: 16px;
	background: url(images/star.svg) no-repeat center;
	background-size: contain;
}
.reviewsText-item__rating span:last-child {
	margin-right: 0;
}
.reviewsText-item__rating span.active {
	background-image: url(images/star-active.svg);
}

.owl-text-reviews .owl-nav button.owl-prev,
.owl-video-reviews .owl-nav button.owl-prev {
	left: -30px;
}
.owl-text-reviews .owl-nav button.owl-next,
.owl-video-reviews .owl-nav button.owl-next {
	right: -30px;
}



.reviewsPhoto-item__image {
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}


.reviewsVideo-items {
	margin: -5px -15px -25px;
}
.reviewsVideo-item {
	position: relative;
	padding: 5px 15px 25px;
}
.reviewsVideo-item__wrap {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
}
.reviewsVideo-item__image {
	position: relative;
	height: calc(((var(--container) - 48px) - 2 * 40px) / 3 / 1.238);
	z-index: 1;
}
.reviewsText-item__play {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 104px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	animation: pulse 2s infinite;
	top: calc(50% - 52px);
	left: calc(50% - 52px);
	z-index: 1;
}
.reviewsText-item__play:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFFFFF;
	opacity: .3;
	z-index: -2;
}
.reviewsText-item__play:after {
	content: '';
	position: absolute;
	width: calc(100% - 36px);
	height: calc(100% - 36px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
	transition: .5s;
	z-index: -1;
}
.reviewsText-item__play:hover:after {
	background: #0A5862;
}
.reviewsText-item__play span {
	flex: 0 0 28px;
	max-width: 28px;
	height: 28px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/play.svg);
    mask-image: url(images/play.svg);
    background-color: #07132B;
    transition: .5s;
}
.reviewsText-item__play:hover span {
	background-color: #FFFFFF;
}
.reviewsVideo-item__info {
	position: relative;
	padding: 24px;
	text-align: center;
	z-index: 1;
}
.reviewsVideo-item__name {
	margin-bottom: 8px;
	color: #0E0E0E;
}
.reviewsVideo-item__name:last-child {
	margin-bottom: 0;
}
.reviewsVideo-item__profession {
	color: #8C8B8B;
	font-weight: 400;
}






.about-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: blur(4px);
	z-index: -1;
}
.about-bg img {
	opacity: .17;
}
.about-wrap {
	display: flex;
	flex-wrap: wrap;
}
.about-left {
	flex: 0 0 calc(41.5% - 13px);
	max-width: calc(41.5% - 13px);
	margin-right: 26px;
}
.about-image img {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.about-right {
	flex: 0 0 calc(41.5% - 13px);
	max-width: calc(41.5% - 13px);
	display: flex;
	flex-direction: column;
}
.about-heading {
	font-size: var(--h4-size);
	color: #07132B;
	font-weight: 600;
	margin-bottom: 34px;
}
.about-content {
	margin-bottom: 34px;
	flex: auto;
}
.about-buttons {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 5px;
}
.about-buttons .my-btn {
	margin-bottom: 24px;
	width: 100%;
	max-width: 350px;
}
.about-buttons .my-btn:last-child {
	margin-bottom: 0;
}



.footer {
	position: relative;
	color: #FFFFFF;
	background: linear-gradient(80.02deg, #019A93 0%, #034C58 59.42%);
	z-index: 1;
}

.footer-main {
	position: relative;
	padding: 45px 0;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}
.footer-widget {
	position: relative;
	padding: 0 15px;
	z-index: 1;
}
.footer-widget-title {
	font-size: var(--text-size-lg);
	font-weight: 600;
	margin-bottom: 24px;
}
.footer-widget-wrap {
	margin-bottom: 16px;
}
.footer-widget-wrap:last-child {
	margin-bottom: 0;
}
.footer-logo {
	text-align: center;
	max-width: 180px;
}
.footer-logo span {
	width: 110px;
	height: 110px;
	background: #FFFFFF;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}
.footer-logo img {
	height: 82px;
}
.footer-logo p {
	font-size: var(--h6-size);
	font-weight: 400;
}
.footer-menu {
	margin: 0 0 -12px;
	padding: 0;
	list-style: none;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.footer-menu li {
	page-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 12px;
}
.footer-menu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
}
.footer-menu li a:hover {
	opacity: .8;
}

.footer-contacts {
	position: relative;
	margin-bottom: 40px;
}
.footer-contacts:last-child {
	margin-bottom: 0;
}
.footer-contacts p {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	color: #FFFFFF;
	font-weight: 400;
}
.footer-contacts p:last-child {
	margin-bottom: 0;
}
.footer-contacts p:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #FFFFFF;
}
.footer-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
    mask-image: url(images/phone.svg);
}
.footer-contacts p.e-mail:before {
	-webkit-mask-image: url(images/message.svg);
    mask-image: url(images/message.svg);
}
.footer-contacts p a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-contacts p a:hover {
	opacity: .8;
}


.footer-bottom {
	position: relative;
	border-top: 1px solid rgba(255,255,255,.5);
	padding: 24px 0;
	z-index: 1;
}
.footer-bottom-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-bottom p {
	margin-bottom: 0;
	font-size: var(--text-size-sm);
	font-weight: 400;
	color: #FFFFFF;
}
.footer-bottom p a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-bottom p a:hover {
	opacity: .8;
}



.page-wrapper {
	position: relative;
	z-index: 1;
}
.page-wrapper-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: blur(4px);
	z-index: -1;
}
.page-wrapper-bg img {
	opacity: .17;
}
.page-header {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 1;
}
.page-header-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-header-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0E0E0E;
	opacity: .73;
	z-index: 2;
}
.page-breadcrumbs {
	position: relative;
	padding: 12px 0;
	border-bottom: 1px solid #000000;
	font-size: var(--text-size-esm);
	font-weight: 400;
	color: #0A5862;
	z-index: 1;
}
.page-header.white .page-breadcrumbs {
	border-bottom-color: rgba(255,255,255,.5);
	color: #FFFFFF;
}
.page-breadcrumbs a {
	color: #271206;
	text-decoration: none;
}
.page-header.white .page-breadcrumbs a {
	color: #FFFFFF;
}
.page-breadcrumbs a:hover {
	color: #0A5862;
}
.page-header.white .page-breadcrumbs a:hover {
	color: #FFFFFF;
	opacity: .8;
}
.page-header-main {
	position: relative;
	padding: 36px 0 44px;
	z-index: 1;
}
.page-title {
	font-size: var(--h1-size);
	font-weight: 600;
	color: #07132B;
	text-align: center;
}
.page-sub-title {
	font-size: var(--h4-size);
	font-weight: 500;
	text-align: center;
}
.page-header.white .page-title,
.page-header.white .page-sub-title {
	color: #FFFFFF;
}

.page-content-wrap {
	position: relative;
	background: #FFFFFF;
	box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.13);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 50px 60px;
	z-index: 1;
}

.error-404-number {
	color: #0A5862;
	font-size: calc(var(--h1-size) * 6.5);
	font-weight: 700;
	text-align: center;
	line-height: 1;
	margin-bottom: 24px;
}
.error-404-button {
	text-align: center;
}





.heroCourse-section {
	position: relative;
	padding: 80px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	max-height: 710px;
	min-height: 590px;
	height: calc(100vw / 2.7);
	z-index: 1;
}
.heroCourse-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-breadcrumbs.absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #FFFFFF;
	border-block-color: rgba(255,255,255,.5);
	z-index: 2;
}
.page-breadcrumbs.absolute a {
	color: #FFFFFF;
}
.heroCourse-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.heroCourse-before-heading {
	background: #151734;
	color: #FFFFFF;
	font-family: 'Playfair Display', serif;
	font-size: var(--h4-size);
	font-weight: 500;
	line-height: 1.1;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	padding: 15px 64px;
	margin-bottom: 0;
}
.heroCourse-heading {
	background: linear-gradient(80.02deg, #019A93 0%, #034C58 59.42%);
	color: #FFFFFF;
	font-size: var(--h1-size);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	padding: 15px 32px;
}
.heroCourse-heading span {
	display: block;
	font-weight: 500;
	font-size: var(--h4-size);
	margin-top: 6px;
}


.heroCourseAlert-wrap {
	position: relative;
	background: #FFFFFF;
	box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.13);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 36px;
	z-index: 1;
}
.heroCourseAlert-heading {
	font-size: var(--h4-size);
	font-weight: 500;
	text-align: center;
}
.heroCourseAlert-description {
	color: #077C77;
	text-align: center;
}
.heroCourseAlert-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.heroCourseAlert-buttons .my-btn {
	margin-right: 24px;
}
.heroCourseAlert-buttons .my-btn:last-child {
	margin-right: 0;
}





.result-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -34px;
}
.result-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 34px;
	padding: 0 12px;
}
.result-item__wrap {
	position: relative;
}
.result-item__image {
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	height: calc((var(--container) - 2 * 24px) / 3 / 0.635);
}
.result-item__text {
	margin-top: 24px;
	text-align: center;
	color: #FFFFFF;
}

.result-button {
	position: relative;
	margin-top: 44px;
	text-align: center;
	z-index: 2;
}





.programm-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: blur(4px);
	z-index: -1;
}
.programm-bg img {
	opacity: .17;
}
.owl-programm-tabs {
	position: relative;
	margin-bottom: 60px;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	box-shadow: 2px 6px 4px 0px rgba(0, 0, 0, 0.13);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: auto;
	display: flex;
}
.owl-programm-tabs button {
	flex: auto;
	min-width: 180px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: none;
	color: #271206;
	font-family: 'Inter', serif;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	outline: none;
	padding: 4px 10px;
	cursor: pointer;
	transition: .5s;
}
.owl-programm-tabs button:hover,
.owl-programm-tabs button.active {
	color: #FFFFFF;
	background: #079C95;
}


.programm-item {
	padding: 4px 8px 12px;
}
.programm-item__wrap {
	position: relative;
	height: 500px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
	border: 1px solid #ECECEC;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
}
.programm-item__front,
.programm-item__back {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: .5s;
	z-index: 1;
}
.programm-item__back {
	position: absolute;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: -1;
}
.programm-item.active .programm-item__front {
	opacity: 0;
	z-index: 1;
}
.programm-item.active .programm-item__back {
	opacity: 1;
	z-index: 2;
}
.programm-item__image {
	flex: 0 0 240px;
	max-height: 240px;
	overflow: hidden;
}
.programm-item__info {
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px 34px 34px;
}
.programm-item__back .programm-item__info {
	padding: 44px 34px 34px;
}
.programm-item__title {
	font-size: var(--h4-size);
	font-weight: 500;
	color: #07132B;
	text-align: center;
	margin-bottom: 16px;
}
.programm-item__description {
	flex: auto;
}
.programm-item__button {
	text-align: center;
}
.programm-item__wrap.space-between .programm-item__button {
	flex: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
.programm-item__content {
	position: relative;
	font-weight: 400;
	z-index: 1;
}
.programm-item__content:after {
	content: '';
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.programm-item__content-inner {
	height: 340px;
	overflow: auto;
	padding-bottom: 24px;
	padding-right: 10px;
}
.programm-item__close {
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/close.svg);
    mask-image: url(images/close.svg);
    background-color: #222222;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 14px;
    right: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .5s;
}
.programm-item__close:hover {
	background-color: #079C95;
}


.infoBlocks-block {
	border-bottom: 1px solid #077C77;
}
.infoBlocks-block:last-child {
	border-bottom: none;
}
.infoBlocks-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -34px;
}
.infoBlocks-item {
	margin: 0 0 34px;
	padding: 0 12px;
}
.infoBlocks-items.columns-4 .infoBlocks-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.infoBlocks-items.columns-3 .infoBlocks-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.infoBlocks-item__wrap {
	position: relative;
	height: 100%;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	box-shadow: 2px 6px 4px 0px rgba(0, 0, 0, 0.13);
	display: flex;
	flex-direction: column;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
}
.infoBlocks-items.columns-4 .infoBlocks-item__image {
	flex: 0 0 calc((var(--container) - 24px * 3) / 4 / 1.285);
	max-height: calc((var(--container) - 24px * 3) / 4 / 1.285);
}
.infoBlocks-items.columns-3 .infoBlocks-item__image {
	flex: 0 0 calc((var(--container) - 24px * 2) / 3 / 1.355);
	max-height: calc((var(--container) - 24px * 2) / 3 / 1.355);
}
.infoBlocks-item__info {
	flex: auto;
	padding: 18px 34px 28px;
}
.infoBlocks-item__title {
	font-family: 'Playfair Display', serif;
	font-size: var(--h4-size);
	line-height: 1.1;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
}
.infoBlocks-item__title:last-child {
	margin-bottom: 0;
}




.packages-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -12px -34px;
}
.packages-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 34px;
	padding: 0 12px;
}
.packages-item__wrap {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	box-shadow: 2px 6px 4px 0px rgba(0, 0, 0, 0.13);
	display: flex;
	flex-direction: column;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	padding: 44px 56px;
	z-index: 1;
}
.packages-item__title {
	font-size: var(--h4-size);
	font-weight: 500;
	text-align: center;
	color: #271206;
	margin-bottom: 0;
}
.packages-item__subtitle {
	margin-top: 10px;
	text-align: center;
	color: #271206;
	margin-bottom: 0;
}
.packages-item__price {
	font-size: var(--h1-size);
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	line-height: 1.1;
	color: #077C77;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.packages-item__price:after {
	content: '';
	width: 158px;
	height: 1px;
	background: #077C77;
	margin: 12px auto 0;
	display: block;
}
.packages-item__price span {
	font-weight: 400;
	color: #999;
	text-decoration: line-through;
	font-size: 75%;
}
.packages-item__price strong {
	font-weight: 500;
}
.packages-item__content {
	margin-bottom: 24px;
}
.packages-item__content p {
	margin-bottom: 10px;
}
.packages-item__content p:last-child {
	margin-bottom: 0;
}
.packages-item__button .my-btn {
	min-width: auto;
	width: 100%;
}



.imagesText-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -34px;
}
.imagesText-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 34px;
	padding: 0 12px;
}
.imagesText-item__wrap {
	position: relative;
}
.imagesText-item__image {
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	height: calc((var(--container) - 2 * 24px) / 3 / 1.236);
}
.imagesText-item__text {
	margin-top: 24px;
}
.imagesText-button {
	position: relative;
	margin-top: 44px;
	text-align: center;
	z-index: 2;
}



.faq-wrap {
	position: relative;
	background: #FFFFFF;
	box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.13);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 56px 32px;
	z-index: 1;
}
.faq-items {
	position: relative;
	z-index: 1;
}
.faq-item {
	position: relative;
	margin-bottom: 16px;
	z-index: 1;
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-item.active {
	background: var(--green);
	color: var(--white);
}
.faq-item__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ECECEC;
	font-size: var(--h4-size);
	font-family: 'Playfair Display', serif;
	line-height: 1.1;
	font-weight: 500;
	color: #271206;
	cursor: pointer;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 22px 34px;
	transition: .25s;
}
.faq-item__head:hover {
	color: #079C95;
}
.faq-item__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: 20px;
	background: var(--green);
	transition: .25s;
}
.active .faq-item__toggle {
	background: var(--white);
}
.faq-item__toggle:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/plus.svg);
    mask-image: url(images/plus.svg);
    background-color: #222222;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    transition: .5s;
}
.faq-item__head:hover .faq-item__toggle:before {
	background-color: #079C95;
}
.active .faq-item__toggle:before {
	background-color: #079C95;
    -webkit-mask-image: url(images/minus.svg);
    mask-image: url(images/minus.svg);
}
.faq-item__body {
	padding: 27px 34px;
	margin-top: 8px;
	background: #079C95;
	color: #FFFFFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.faq-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 34px;
}
.faq-buttons .my-btn {
	margin-bottom: 24px;
}
.faq-buttons .my-btn:last-child {
	margin-bottom: 0;
}





.pageCheckout-reviewOrder {
	position: relative;
	text-align: center;
	margin-bottom: 24px;
}
.pageCheckout-reviewOrder-title {
	font-size: var(--h1-size);
	font-weight: 700;
	font-family: 'Playfair Display', serif;
	line-height: 1.1;
	margin-bottom: 18px;
}
.pageCheckout-reviewOrder-package {
	font-family: 'Playfair Display', serif;
	font-size: var(--h4-size);
	font-weight: 500;
	margin-bottom: 18px;
}
.pageCheckout-reviewOrder-price {
	font-size: var(--h1-size);
	font-weight: 700;
	font-family: 'Playfair Display', serif;
	line-height: 1.1;
	margin-bottom: 18px;
}
.pageCheckout-reviewOrder-price:last-child {
	margin-bottom: 0;
}
.pageCheckout-reviewOrder-additional-info {
	text-align: center;
	color: #8C8B8B;
}
.pageCheckout-reviewOrder-additional-info > * {
	margin-bottom: 4px;
}
.pageCheckout-reviewOrder-additional-info > *:last-child {
	margin-bottom: 0;
}

.woocommerce-billing-fields {
	position: relative;
}
.woocommerce-billing-fields__field-wrapper {
	position: relative;
	z-index: 1;
}
.form-row {
	position: relative;
	margin-bottom: 20px;
}
.form-row:last-child {
	margin-bottom: 0;
}
.form-row > label {
	margin-bottom: 12px;
	display: block;
	width: 100%;
	line-height: 1.25;
}
#billing_country_field {
	display: none;
}


.woocommerce-checkout-review-order {
	margin-top: 34px;
}
.woocommerce-checkout-payment-title {
	display: none;
}
.payment_methods {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
.payment_methods {
	margin-bottom: 24px;
}
.payment_methods li {
	position: relative;
	margin-bottom: 16px;
	display: flex;
	flex-wrap: wrap;
}
.payment_methods li:last-child {
	margin-bottom: 0;
}
.payment_methods li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	background: none;
	border: 1px solid #8C8B8B;
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	outline: 0;
	padding: 0px;
	margin: -1px 10px 0 0;
	margin-right: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	transition: .5s;
}
.payment_methods li input:checked:after {
	content: "";
	flex: 0 0 10px;
	max-width: 10px;
	height: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #8C8B8B;
	transition: .5s;
}
.payment_methods li label {
	flex: auto;
	max-width: calc(100% - 30px);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.payment_methods li .payment_box {
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 5px;
	background: #F1F1F1;
	padding: 16px 24px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.woocommerce-terms-and-conditions-wrapper {
	text-align: center;
	color: #8C8B8B;
	max-width: 420px;
	margin: 0 auto 24px;
}
.woocommerce-terms-and-conditions-wrapper a {
	color: #077C77;
	text-decoration: underline;
}
.woocommerce-terms-and-conditions-wrapper a:hover {
	color: #000000;
	text-decoration: none;
}
.place-order {
	text-align: center;
}

.ppc-button-wrapper {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}



.wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 20px 24px;
	background: #F9F9F9;
	display: flex;
	align-items: center;
	margin-bottom: 24px !important;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	outline: none !important;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	display: block;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
	color: #077C77;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover {
	color: #000000;
}
ul.woocommerce-error {
	list-style: none;
}
.wc-block-components-notice-banner svg {
	flex: 0 0 36px;
	max-width: 36px;
	margin-right: 20px;
}
.wc-block-components-notice-banner__content {
	position: relative;
	overflow: hidden;
	flex: auto;
	max-width: 100%;
}
.wc-block-components-notice-banner__content .button,
.woocommerce-message .button {
	float: right;
	text-decoration: underline;
	margin-left: 30px;
	margin-bottom: 0px;
}
.checkout-inline-error-message {
	color: red;
	margin-top: 5px;
}




body.woocommerce-order-received .page-header-main {
	display: none;
}
.woocommerce-thankyou-order-received {
	color: #077C77;
	font-weight: 500;
	font-family: 'Playfair Display', serif;
	line-height: 1.1;
	font-size: var(--h2-size);
	text-align: center;
	margin-bottom: 34px;
}
.woocommerce-thankyou-order-details {
	margin: 0 0 34px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.woocommerce-thankyou-order-details li {
	margin-bottom: 12px;
	font-size: var(--text-size-lg);
	color: #8C8B8B;
	text-align: center;
}
.woocommerce-thankyou-order-details li:last-child {
	margin-bottom: 0;
}
.woocommerce-thankyou-order-details li strong {
	color: #271206;
}
.woocommerce-order-return-button {
	text-align: center;
}







.about2-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: blur(4px);
	z-index: -1;
}
.about2-bg img {
	opacity: .17;
}
.about2-wrap {
	display: flex;
	flex-wrap: wrap;
}
.about2-left {
	flex: 0 0 calc(41.5% - 13px);
	max-width: calc(41.5% - 13px);
	margin-right: 26px;
}
.about2-image img {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.about2-right {
	flex: 0 0 calc(58.5% - 13px);
	max-width: calc(58.5% - 13px);
	display: flex;
	flex-direction: column;
}
.about2-heading {
	font-size: var(--h1-size);
	color: #07132B;
	font-weight: 600;
	margin-bottom: 34px;
}
.about2-content {
	margin-bottom: 34px;
	flex: auto;
}
.about2-buttons {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 5px;
}
.about2-buttons .my-btn {
	margin-bottom: 24px;
	min-width: 352px;
}
.about2-buttons .my-btn:last-child {
	margin-bottom: 0;
}





.pageConsultation-image {
	text-align: center;
	margin-bottom: 24px;
}
.pageConsultation-image img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.pageConsultation-heading {
	margin-bottom: 16px;
	text-align: center;
}
.pageConsultation-subheading {
	font-size: var(--h4-size);
	font-weight: 500;
	text-align: center;
	margin-bottom: 34px;
}






.vacancies-section {
	border-top: 1px solid #077C77;
}
.vacancies-wrap {
	position: relative;
	background: #FFFFFF;
	box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.13);
	padding: 36px 44px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	z-index: 1;
}
.vacancies-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -12px -34px;
}
.vacancies-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 34px;
	padding: 0 12px;
}
.vacancies-item__wrap {
	position: relative;
	height: 100%;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	box-shadow: 2px 6px 15px 0px rgba(0, 0, 0, 0.13);
	display: flex;
	flex-direction: column;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
}
.vacancies-item__image {
	flex: 0 0 calc((var(--container) - 88px - 2 * 24px) / 3 / 1.598);
	max-height: calc((var(--container) - 88px - 2 * 24px) / 3 / 1.598);
}
.vacancies-item__info {
	flex: auto;
	padding: 18px 28px 36px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.vacancies-item__title {
	font-size: var(--h4-size);
	font-weight: 500;
	text-align: center;
	color: #0A5862;
}
.vacancies-item__content {
	margin-bottom: 32px;
	line-height: 1.4;
}
.vacancies-item__button .my-btn {
	width: 100%;
}
.vacanciesForm-wrap {
	position: relative;
	background: #FFFFFF;
	box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.13);
	padding: 36px 44px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	z-index: 1;
}







.galleryGrid-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -34px;
}
.galleryGrid-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 34px;
	padding: 0 12px;
}
.galleryGrid-item__wrap {
	position: relative;
}
.galleryGrid-item__image {
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	height: calc((var(--container) - 2 * 24px) / 3 / .635);
}
.galleryGrid-item__wrap img {
	transition: .5s;
}
.galleryGrid-item__wrap a:hover img {
	transform: scale(1.1);
}
.galleryGrid-item__wrap p {
	text-align: center;
	margin-top: 12px;
}




.videogallery-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -12px -34px;
}
.videogallery-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 34px;
	padding: 0 12px;
}
.videogallery-item__wrap {
	position: relative;
}
.videogallery-item__video {
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	height: calc((var(--container) - 24px) / 2 / 1.66);
}
.videogallery-item__video iframe,
.videogallery-item__video video {
	width: 100%;
	height: 100%;
}
.videogallery-item__text {
	text-align: center;
	margin-top: 12px;
}





.about3-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: blur(4px);
	z-index: -1;
}
.about3-bg img {
	opacity: .17;
}
.about3-wrap {
	display: flex;
	flex-wrap: wrap;
}
.about3-left {
	flex: 0 0 calc(41.5% - 13px);
	max-width: calc(41.5% - 13px);
	margin-right: 26px;
}
.about3-image img {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.about3-right {
	flex: 0 0 calc(50% - 13px);
	max-width: calc(50% - 13px);
	display: flex;
	flex-direction: column;
}
.about3-heading {
	font-size: var(--h1-size);
	color: #07132B;
	font-weight: 600;
	margin-bottom: 18px;
}
.about3-subheading {
	font-size: var(--h4-size);
	font-weight: 500;
	margin-bottom: 34px;
}
.about3-content {
	margin-bottom: 34px;
	flex: auto;
}
.about3-buttons {
	padding-bottom: 5px;
}




.owl-photogallery2 {
	height: calc((var(--container) - 2 * 24px) / 3 / 1.236);
}
.photogallery2-item {
	height: calc((var(--container) - 2 * 24px) / 3 / 1.236);
}
.photogallery2-item img {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}



.certificates-content {
	position: relative;
	margin-bottom: 34px;
	margin-top: -25px;
}
.certificates-content.white {
	color: #FFFFFF;
}
.certificates-wrap {
	margin: -8px -12px -16px;
}
.certificates-item {
	padding: 8px 12px 16px;
}
.certificates-item__wrap {
	position: relative;
	height: calc((var(--container) - 2 * 24px) / 3 / 1.4);
	background: #FFFFFF;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.13);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.certificates-item__wrap img {
	max-height: calc((var(--container) - 2 * 24px) / 3 / 1.4 - 20px);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	width: auto !important;
}
.owl-certificates .owl-nav button.owl-prev {
	left: -8px;
}
.owl-certificates .owl-nav button.owl-next {
	right: -8px;
}



.info-wrap {
	position: relative;
	background: #FFFFFF;
	box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.13);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 44px 54px;
	z-index: 1;
}
.info-heading {
	margin-bottom: 34px;
}
.info-content.white {
	color: #FFFFFF;
}


.infoImageRight-wrap,
.infoImageLeft-wrap {
	display: flex;
	flex-wrap: wrap;
}
.infoImageRight-wrap {
	justify-content: space-between;
}
.infoImageRight-left,
.infoImageLeft-right {
	position: relative;
	flex: 0 0 calc(50% - 12px);
	max-width: calc(50% - 12px);
	z-index: 1;
}
.infoImageRight-right,
.infoImageLeft-left {
	flex: 0 0 calc(41.5% - 12px);
	max-width: calc(41.5% - 12px);
}
.infoImageLeft-left {
	margin-right: 24px;
}
.infoImageRight-image,
.infoImageLeft-image {
	height: 100%;
}
.infoImageRight-image img,
.infoImageLeft-image img {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}


.certificates2-buttons {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.certificates2-buttons .my-btn {
	margin-bottom: 24px;
	min-width: 352px;
}
.certificates2-buttons .my-btn:last-child {
	margin-bottom: 0;
}


.masterstudy-single-course {
	max-width: 100% !important;
}
.masterstudy__login-page-form {
	max-width: 640px !important;
}
.ms-lms-authorization-icon {
	background: #ffffff !important;
}
.masterstudy-authorization__form-show-pass {
	top: 15px !important;
}
.stm_lms_account_dropdown .dropdown button {
	background: #ffffff;
}
.stm_lms_account_dropdown .dropdown .masterstudy-dropdown-menu__main-column,
.stm_lms_acc_tabs__main,
.stm_lms_acc_tabs i.stm_lms_acc_tabs__toggle {
	background: #0A5862 !important;
}
.stm_lms_account_dropdown .dropdown .masterstudy-dropdown-menu__learning-column .masterstudy-dropdown-menu__list li a:hover 
.dropdown_menu_item__title, .stm_lms_account_dropdown .dropdown .masterstudy-dropdown-menu__learning-column a:hover,
.stm_lms_account_dropdown .dropdown .masterstudy-dropdown-menu__logout a:hover, 
.stm_lms_account_dropdown .dropdown .masterstudy-dropdown-menu__logout a:hover span,
.stm_lms_acc_tabs .float_menu_item__inline.float_menu_item_active i, 
.stm_lms_acc_tabs .float_menu_item__inline.float_menu_item_active span, 
.stm_lms_acc_tabs .float_menu_item__inline:hover i, 
.stm_lms_acc_tabs .float_menu_item__inline:hover span, {
	color: #0A5862 !important;
}
.stm_lms_acc_tabs__main {
	border-color: #0A5862 !important;
}
.stm_lms_account_dropdown .dropdown .masterstudy-dropdown-menu__main-column .masterstudy-dropdown-menu__list li a .dropdown_menu_item__title, .stm_lms_account_dropdown .dropdown .masterstudy-dropdown-menu__main-column .masterstudy-dropdown-menu__list li a:hover .dropdown_menu_item__title, .stm_lms_account_dropdown .dropdown .masterstudy-dropdown-menu__main-column h3 {
	color: #fff !important;
}


h1.masterstudy-single-course-title {
	font-size: var(--h1-size) !important;
	line-height: 1.2 !important;
	width: 100%;
	display: block !important;
}



@media (max-width: 1399px) {
	:root {
		--container: 1116px;

		--text-size: 16px;
		--text-size-esm: 12px;
		--text-size-sm: 14px;
		--text-size-lg: 18px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea, input.form-control {
		padding: 16px 25px;
		min-height: 59px;
	}
	.my-btn {
		padding: 15px 32px;
		min-width: 280px;
		min-height: 54px;
		font-size: var(--text-size);
	}
	.my-btn-sm {
		padding: 12px 20px;
		min-width: 168px;
		min-height: 48px;
		font-size: var(--text-size);
	}
	.heading {
		margin-bottom: 44px;
		padding-bottom: 24px;
	}
	.heading-simple {
		padding-bottom: 0;
	}
	.main-menu {
		margin-left: 24px;
	}
	.main-menu > li {
		margin-right: 16px;
	}
	.main-menu > li.menu-item-has-children > a:after {
		flex: 0 0 20px;
		max-width: 20px;
		width: 20px;
		height: 20px;
	}
	.lang-menu {
		margin-left: 34px;
	}
	.header-button {
		margin-left: 24px;
	}
	.hero-wrap {
		min-height: 650px;
	}
	.hero-right {
		flex: 0 0 calc(50% - 90px);
		max-width: calc(50% - 90px);
	}
	.hero-heading {
		font-size: calc(var(--h1-size) * 1.65);
	}
	.hero-subheading {
		font-size: var(--h1-size);
	}
	.hero-button {
		margin-top: 30px;
	}
	.hero-image:before {
		left: -40px;
	}
	.hero-image-inner img {
		-moz-border-radius: 280px 0 0 100px;
		-webkit-border-radius: 280px 0 0 100px;
		border-radius: 280px 0 0 100px;
	}
	.video-block {
		min-height: 360px;
	}
	.courses-item__excerpt {
		margin-bottom: 16px;
	}
	.courses-item__excerpt > * {
		margin-bottom: 12px;
	}
	.courses-item__advantage {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.courses-item__advantage:last-child {
		margin-bottom: 0;
	}
	.reviewsText-item__image {
		flex: 0 0 60px;
		max-width: 60px;
		height: 60px;
	}
	.reviewsText-item__profession,
	.reviewsText-item__link {
		font-size: var(--text-size-sm);
	}
	.about-right {
		flex: 0 0 calc(48.5% - 13px);
		max-width: calc(48.5% - 13px);
	}
	.about-buttons .my-btn {
		max-width: 310px;
	}
	.footer-widget-title {
		margin-bottom: 20px;
	}
	.footer-menu li {
		margin-bottom: 10px;
	}
	.footer-contacts {
		margin-bottom: 30px;
	}
	.footer-contacts p {
		margin-bottom: 10px;
	}
	.footer-bottom {
		padding: 18px 0;
	}
	.infoBlocks-item__info {
		padding: 18px 24px 24px;
	}
	.packages-item__wrap {
		padding: 34px 44px;
	}
	.faq-item__head {
		padding: 18px 30px;
	}
	.faq-item__body {
		padding: 21px 30px;
	}
	.page-content-wrap,
	.info-wrap,
	.pageReviewsHero-wrap,
	.pageAddReviewsHero-wrap {
		padding: 40px 50px;
	}
	.about3-right {
		flex: 0 0 calc(58.5% - 13px);
		max-width: calc(58.5% - 13px);
	}
	.about3-subheading {
		margin-bottom: 24px;
	}
	.infoImageRight-left, .infoImageLeft-right {
    	flex: 0 0 calc(58.5% - 12px);
    	max-width: calc(58.5% - 12px);
	}
	.info-heading {
		margin-bottom: 30px;
	}
	.certificates2-buttons .my-btn {
		min-width: 320px;
	}
	.vacancies-item__info {
		padding: 18px 24px 28px;
	}
}




@media (max-width: 1199px) {
	:root {
		--container: 916px;

		--text-size: 16px;
		--text-size-esm: 12px;
		--text-size-sm: 14px;
		--text-size-lg: 18px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.header {
		padding: 10px 0;
	}
	.header-wrap {
		justify-content: space-between;
	}
	.header-toggle {
		display: flex;
	}
	.main-menu,
	.header .lang-menu,
	.header .header-button {
		display: none;
	}
	.hero-wrap {
        min-height: 560px;
    }
	.hero-heading {
		font-size: calc(var(--h1-size)* 1.4);
	}
	.hero-subheading {
		font-size: var(--h2-size);
	}
	.hero-text {
		font-size: var(--h2-size);
	}
	.hero-image-inner img {
		-moz-border-radius: 240px 0 0 70px;
		-webkit-border-radius: 240px 0 0 70px;
		border-radius: 240px 0 0 70px;
	}
	.courses-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.courses-item__advantage p {
		font-size: var(--text-size-sm);
	}
	.advantages-item__wrap {
		padding: 24px 0;
	}
	.advantages-item__image {
		margin-bottom: 16px;
	}
	.advantages-item__title {
		font-size: var(--h5-size);
	}
	.reviewsText-item__content-inner {
		height: 240px;
	}
	.reviewsVideo-item__image {
		height: calc(((var(--container) - 48px) - 40px) / 2 / 1.238);
	}
	.about-right {
        flex: 0 0 calc(58.5% - 13px);
        max-width: calc(58.5% - 13px);
    }
    .footer-menu {
    	max-width: 380px;
    }

    .fixed-panel {
    	right: 20px;
    	bottom: 20px;
    }
    .fixed-panel a {
    	width: 60px;
    	height: 60px;
    	margin-bottom: 0;
    }
    .fixed-panel a.to-up:before {
    	width: 48px;
    	height: 48px;
    }
    .fixed-panel a.to-up svg {
    	flex: 0 0 90%;
    	max-width: 90%;
    	width: 90%;
    	height: 90%;
    }

    .result-item__text {
    	margin-top: 16px;
    }
    .programm-item__wrap {
    	height: 460px;
    }
    .programm-item__title {
    	font-size: var(--h5-size);
    }
    .programm-item__info {
    	padding: 18px 20px 28px;
    }
    .programm-item__back .programm-item__info {
    	padding: 44px 20px 28px;
    }
    .programm-item__image {
    	flex: 0 0 200px;
    	max-height: 200px;
    }
    .programm-item__content-inner {
    	height: 320px;
    }
    .owl-programm-tabs {
    	margin-bottom: 40px;
    }
    .infoBlocks-item__title {
    	font-size: var(--h5-size);
    }
    .packages-item__wrap {
    	padding: 28px 30px;
    }
    .imagesText-item__text {
    	margin-top: 16px;
    }
    .faq-item__head {
    	font-size: var(--h5-size);
    }
    .soc-links li {
    	margin-right: 8px;
	}
	.vacancies-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.vacancies-item__image {
		flex: 0 0 calc((var(--container) - 88px - 24px) / 2 / 1.598);
		max-height: calc((var(--container) - 88px - 24px) / 2 / 1.598);
	}
	.lang-menu {
		margin: 0 0 24px;
		display: block;
	}
	.lang-menu > li > a {
		justify-content: space-between;
	}
	.lang-menu > li > ul {
		display: none;
		position: relative;
		top: 0;
		left: 0;
		padding: 16px;
		border: 1px solid #142F2F;
	    -moz-border-radius: 20px;
	    -webkit-border-radius: 20px;
	    border-radius: 20px;
	    margin: 10px 0 0;
	    width: 100%;
	}
	.lang-menu li:hover > ul {
		display: none;
	}
	.lang-menu > li > ul:before {
		display: none;
	}
	.lang-menu > li > ul > li {
		padding: 0;
	}
	.lang-menu > li > ul > li > a {
		padding: 5px 0;
	}
	.lang-menu > li.menu-item-has-children:hover > a:after {
		transform: rotate(0deg);
	}
	.lang-menu > li.menu-item-has-children.active > a:after {
		transform: rotate(180deg);
	}
	.header-button {
		margin-left: 0;
		text-align: center;
	}
	.header-button .my-btn {
		min-width: 220px;
	}
}




@media (max-width: 991px) {
	:root {
		--container: 696px;

		--text-size: 14px;
		--text-size-esm: 12px;
		--text-size-sm: 13px;
		--text-size-lg: 16px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 18px;
	}
	h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
		margin-bottom: 16px;
	}    
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea, input.form-control {
        padding: 12px 18px;
        min-height: 51px;
    }
	.my-btn {
		min-width: 250px;
	}
	.section {
		padding-top: 44px;
		padding-bottom: 44px;
	}
	.heading {
		margin-bottom: 34px;
	}
	.heading h1, .heading h2 {
		font-size: var(--h2-size);
	}
	.heading h3 {
		font-size: var(--h5-size);
	}
	.heading-simple {
		margin-bottom: 24px;
	}
	.owl-counter {
		margin-top: 24px;
	}
	.hero-wrap {
		flex-wrap: wrap;
		min-height: auto;
	}
	.hero-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.hero-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.hero-heading {
		font-size: calc(var(--h1-size)* 1.142);
		line-height: 1.125;
	}
	.hero-subheading {
		font-size: var(--text-size-lg);
	}
	.hero-button {
        margin-top: 8px;
    }
    .hero-image {
		width: calc((100vw - var(--container)) + 100%);
		margin-left: calc((100vw - var(--container)) / -2 + 40px);
		height: 580px;
    }
	.hero-image:before {
		left: -30px;
	}
	.video-block .my-container {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	.video-title {
		margin: 16px 0 0;
	}
	.courses-items {
		margin-bottom: -24px;
	}
	.courses-item {
		margin-bottom: 24px;
	}
	.courses-item__wrap {
		padding: 12px;
	}
	.courses-item__title {
		font-size: var(--h5-size);
		margin-bottom: 12px;
	}
	.courses-item__excerpt {
        margin-bottom: 12px;
    }
    .courses-item__advantages {
    	margin-bottom: 12px;
    }
    .courses-item__advantage {
    	margin-bottom: 4px;
    }
    .courses-button {
    	margin-top: 24px;
    }
    .advantages-item {
    	flex: 0 0 50%;
    	max-width: 50%;
    	padding: 0 12px;
    }
	.advantages-item:nth-child(3n) {
		border-right: 1px solid #ECECEC;
	}
	.advantages-item:nth-child(2n),
	.advantages-item:last-child {
		border-right: none;
	}
	.advantages-item:nth-child(1) .advantages-item__wrap,
	.advantages-item:nth-child(2) .advantages-item__wrap,
	.advantages-item:nth-child(3) .advantages-item__wrap {
		border-top: 1px solid #ECECEC;
	}
	.advantages-item:nth-child(1) .advantages-item__wrap,
	.advantages-item:nth-child(2) .advantages-item__wrap {
		border-top: none;
	}
	.advantages-item__wrap {
		padding: 24px 12px;
	}
	.owl-photogallery {
		height: calc((var(--container) - 24px) / 2 / .635);
	}
	.photogallery-item {
		height: calc((var(--container) - 24px) / 2 / .635);
		padding-top: 0;
	}
	.photogallery-button {
		margin-top: 24px;
	}
	.reviews-block-inner {
		padding: 24px 12px;
	}
	.reviews-button {
		margin-top: -10px;
	}
	.about-left,
	.about2-left,
	.about3-left {
    	flex: 0 0 100%;
    	max-width: 100%;
    	margin-right: 0;
    	margin-bottom: 24px;
	}
	.about-image img,
	.about2-image img,
	.about3-image img {
		max-height: 480px;
	}
	.about-right,
	.about2-right,
	.about3-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-heading {
		margin-bottom: 16px;
		font-size: var(--h5-size);
	}
	.about-heading br {
		display: none;
	}
	.about2-heading,
	.about3-heading {
		margin-bottom: 16px;
		font-size: var(--h2-size);
	}
	.about3-subheading {
		margin-bottom: 16px;
		font-size: var(--h5-size);
	}
	.about-content,
	.about2-content,
	.about3-content {
		margin-bottom: 16px;
	}
	.about-buttons .my-btn,
	.about2-buttons .my-btn {
		max-height: 16px;
		max-width: 280px;
		min-width: auto;
		width: 100%;
	}
	.footer-wrap {
		flex-wrap: wrap;
		margin: 0;
	}
	.footer-widget {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
	.footer-widget:first-child {
		margin-bottom: 34px;
	}
	.footer-widget-wrap {
		position: relative;
		background: #FFFFFF;
		box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.06);
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		margin-bottom: 16px;
		padding: 30px 70px;
		z-index: 1;
	}
	.footer-widget:last-child .footer-widget-wrap:last-child {
		margin-bottom: 0;
	}
	.footer-widget-title {
		color: #07132B;
		font-size: var(--text-size-lg);
		margin-bottom: 16px;
	}
	.footer-menu {
		max-width: 100%;
		margin: 0;
		-moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
	}
	.footer-menu li a {
		color: #07132B;
	}
	.footer-contacts p {
		color: #07132B;
	}
	.footer-contacts p:before {
		background-color: #07132B;
		margin-right: 6px;
	}
	.footer-contacts p a {
		color: #07132B;
	}
	.footer-bottom-wrap {
		flex-direction: column;
		align-items: center;
	}
	.footer-bottom-wrap p:first-child {
		margin-bottom: 8px;
	}
	.fixed-panel a {
		width: 50px;
		height: 50px;
	}
	.fixed-panel a.to-up:before {
		width: 40px;
		height: 40px;
	}
	.owl-carousel-nav-2 .owl-nav button.owl-prev {
		left: -30px;
	}
	.owl-carousel-nav-2 .owl-nav button.owl-next {
		right: -30px;
	}
	.owl-text-reviews .owl-nav button.owl-prev, .owl-video-reviews .owl-nav button.owl-prev {
		left: -18px;
	}
	.owl-text-reviews .owl-nav button.owl-next, .owl-video-reviews .owl-nav button.owl-next {
		right: -18px;
	}
	.header-toggle button {
		-webkit-mask-size: 32px;
	}
	.page-header-main {
		padding: 28px 0 36px;
	}
	.heroCourse-before-heading {
		font-size: var(--h5-size);
		padding: 15px 25px;
	}
	.heroCourse-heading {
		font-size: var(--h2-size);
		padding: 15px 25px;
	}
	.heroCourse-heading span {
		font-size: var(--h5-size);
	}
	.heroCourse-section {
		padding: 60px 0 40px;
	}
	.heroCourseAlert-wrap {
		padding: 34px 16px;
	}
	.heroCourseAlert-heading {
		font-size: var(--h5-size);
	}
	.heroCourseAlert-description {
		margin-bottom: 24px;
	}
	.heroCourseAlert-buttons {
		padding-bottom: 5px;
		flex-direction: column;
	}
	.heroCourseAlert-buttons .my-btn {
		min-width: 240px;
		margin: 0 0 16px;
	}
	.heroCourseAlert-buttons .my-btn:last-child {
		margin-bottom: 0;
	}
	.result-items {
		margin-bottom: -24px;
	}
	.result-item {
		margin-bottom: 24px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.result-item__image {
		height: calc((var(--container) - 24px) / 2 / 0.635);
	}
	.result-button {
		margin-top: 34px;
	}
	.owl-programm-tabs {
		display: none;
	}
	.programm-item__info {
        padding: 16px 16px 24px;
    }
    .photogallery-text {
    	font-size: var(--h5-size);
    	margin-top: 24px;
    }
    .infoBlocks-items {
    	margin-bottom: -24px;
    	justify-content: center;
    }
    .infoBlocks-item {
    	margin-bottom: 24px;
    }
    .infoBlocks-items.columns-3 .infoBlocks-item,
    .infoBlocks-items.columns-4 .infoBlocks-item {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .infoBlocks-items.columns-3 .infoBlocks-item__image,
	.infoBlocks-items.columns-4 .infoBlocks-item__image {
		flex: 0 0 calc((var(--container) - 24px) / 2 / 1.285);
		max-height: calc((var(--container) - 24px) / 2 / 1.285);
	}
	.infoBlocks-item__info {
		padding: 18px;
	}
	.packages-items {
		margin-bottom: -24px;
	}
	.packages-item {
		margin-bottom: 24px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.packages-item__wrap {
		padding: 24px 24px 34px;
	}
	.imagesText-items {
		margin-bottom: -24px;
	}
	.imagesText-item {
		margin-bottom: 24px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.imagesText-item__image {
		height: calc((var(--container) - 24px) / 2 / 1.236);
	}
	.imagesText-button {
		margin-top: 34px;
	}
	.faq-wrap {
		padding: 24px 16px;
	}
	.faq-item {
		margin-bottom: 12px;
	}
	.faq-item__head {
		padding: 12px 18px;
	}
	.faq-item__body {
		padding: 16px 18px;
	}
	.faq-item__toggle {
		flex: 0 0 24px;
		max-width: 24px;
		width: 24px;
		height: 24px;
	}
	.faq-item__toggle:before {
		flex: 0 0 36px;
		max-width: 36px;
		width: 36px;
		height: 36px;
	}
	.faq-buttons .my-btn {
		margin-bottom: 16px;
	}
	.page-content-wrap, .info-wrap, .pageReviewsHero-wrap,
	.pageAddReviewsHero-wrap {
		padding: 24px;
	}
	.page-title {
		font-size: var(--h2-size);
	}
	.page-content.section {
		padding-top: 34px;
	}
	.pageCheckout-reviewOrder-title {
		font-size: var(--h2-size);
		margin-bottom: 16px;
	}
	.pageCheckout-reviewOrder-package {
		font-size: var(--h5-size);
		margin-bottom: 16px;
	}
	.pageCheckout-reviewOrder-price {
		font-size: var(--h2-size);
		margin-bottom: 16px;
	}
	.form-row > label {
		margin-bottom: 8px;
	}
	.woocommerce-checkout-review-order {
		margin-top: 16px;
	}
	.woocommerce-thankyou-order-details {
		margin-bottom: 24px;
	}
	.woocommerce-thankyou-order-details li {
		margin-bottom: 10px;
		font-size: var(--text-size);
	}
	.woocommerce-thankyou-order-received {
		margin-bottom: 24px;
	}
	.owl-photogallery2,
	.photogallery2-item {
	    height: calc((var(--container) - 24px) / 2 / 1.236);
	}
	.certificates-content {
		margin: -8px 0 24px;
	}
	.certificates-item__wrap {
		height: calc((var(--container) - 24px) / 2 / 1.4);
	}
	.certificates-item__wrap img {
		max-height: calc((var(--container) - 24px) / 2 / 1.4 - 20px);
	}

	.infoImageRight-left, .infoImageLeft-right,
	.infoImageRight-right, .infoImageLeft-left {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .infoImageRight-left,
    .infoImageLeft-right {
    	margin-bottom: 24px;
    }
    .infoImageLeft-left {
    	margin-right: 0;
    }
	.infoImageRight-image span,
	.infoImageLeft-image span {
		position: relative;
	}
    .infoImageRight-image img,
    .infoImageLeft-image img {
    	max-height: 320px;
    }
    .infoImageLeft-wrap {
    	flex-direction: column-reverse;
    }
    .certificates2-buttons .my-btn {
    	margin-bottom: 16px;
    }
    .galleryGrid-items {
    	margin-bottom: -24px;
    }
    .galleryGrid-item {
    	margin-bottom: 24px;
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .galleryGrid-item__image {
    	height: calc((var(--container) - 24px) / 2 / .635);
    }
    .videogallery-items {
    	margin-bottom: -24px;
    }
    .videogallery-item {
    	margin-bottom: 24px;
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .videogallery-item__video {
    	height: calc(var(--container) / 1.66);
    }
    .vacancies-wrap {
    	padding: 24px 16px;
    }
    .vacancies-item__image {
        flex: 0 0 calc((var(--container) - 32px - 24px) / 2 / 1.598);
        max-height: calc((var(--container) - 32px - 24px) / 2 / 1.598);
    }
    .vacancies-item__title {
    	font-size: var(--h5-size);
    }
    .vacancies-item__content {
    	margin-bottom: 24px;
    }
    .form-fields {
    	margin-bottom: -16px;
    }
    .form-field {
    	margin-bottom: 16px;
    }
    .form-field-policy {
    	margin-top: 4px;
    }
    .pageConsultation-heading,
    .pageReviewsHero-text,
    .pageAddReviewsHero-text {
    	font-size: var(--h2-size);
    }
    .pageConsultation-subheading {
    	font-size: var(--h5-size);
    }
    .modal-dialog {
    	max-width: 520px;
    }
}



@media (max-width: 767px) {
	:root {
		--container: 516px;

		--text-size: 14px;
		--text-size-esm: 12px;
		--text-size-sm: 13px;
		--text-size-lg: 16px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 18px;
	}
	.heading br,
	.heroCourseAlert-heading br {
		display: none;
	}
	.hero-image {
		height: 500px;
	}
	.hero-image-inner img {
		-moz-border-radius: 200px 0 0 70px;
		-webkit-border-radius: 200px 0 0 70px;
		border-radius: 200px 0 0 70px;
	}
	.reviewsPhoto-item__image {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 420px;
	}
	.reviewsPhoto-item__image img {
		max-height: 420px;
		width: auto !important;
	}
	.programm-item__button .my-btn,
	.vacancies-item__button .my-btn {
		min-width: auto !important;
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
	}
	.courses-item__image {
		min-height: 400px;
	}
}





@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 50px);

		--text-size: 14px;
		--text-size-esm: 12px;
		--text-size-sm: 13px;
		--text-size-lg: 16px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 18px;
	}
	.hero-image {
        height: 415px;
    }
	.hero-image-inner img {
		-moz-border-radius: 150px 0 0 70px;
		-webkit-border-radius: 150px 0 0 70px;
		border-radius: 150px 0 0 70px;
	}
	.courses-item__left {
    	flex: 0 0 100%;
    	max-width: 100%;
    	margin-bottom: 12px;
	}
	.courses-item__right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.courses-item__image {
		height: calc((var(--container) - 24px) / .62);
	}
	.advantages-item {
		flex: 0 0 100%;
		max-width: 100%;
		border-right: none;
	}
	.advantages-item:nth-child(2n) .advantages-item__wrap {
		border-top: 1px solid #ECECEC;
	}
	.owl-photogallery,
	.photogallery-item {
        height: calc(var(--container) / .635);
    }
    .reviewsVideo-item__image {
        height: calc((var(--container) - 24px) / 1.238);
    }
    .footer-widget-wrap {
    	padding: 30px 40px;
    }
    .modal-mobile-wrap {
    	max-width: 320px;
    }
    .result-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .result-item__image {
        height: calc(var(--container) / 0.635);
    }
    .infoBlocks-items.columns-3 .infoBlocks-item, 
    .infoBlocks-items.columns-4 .infoBlocks-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .infoBlocks-items.columns-3 .infoBlocks-item__image, 
    .infoBlocks-items.columns-4 .infoBlocks-item__image {
    	flex: 0 0 calc(var(--container) / 1.285);
        max-height: calc(var(--container) / 1.285);
    }
    .packages-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .imagesText-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .imagesText-item__image {
        height: calc(var(--container) / 1.236);
    }
    .owl-photogallery2, .photogallery2-item {
        height: calc(var(--container) / 1.236);
    }
    .certificates-item__wrap {
        height: calc(var(--container) / 1.4);
    }
    .certificates-item__wrap img {
        max-height: calc(var(--container) / 1.4 - 20px);
    }
    .galleryGrid-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .galleryGrid-item__image {
        height: calc(var(--container) / .635);
    }
    .vacancies-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .vacancies-item__image {
        flex: 0 0 calc(var(--container) - 32px) / 1.598;
        max-height: calc((var(--container) - 32px) / 1.598);
    }
    .modal-dialog {
    	margin-left: 15px;
    	margin-right: 15px;
    	max-width: 100%;
    }
    .modal-content {
    	padding: 40px 16px 24px;
    }
    .modal-title {
    	font-size: var(--h5-size);
    	margin-bottom: 24px;
    }
    .error-404-number {
    	font-size: calc(var(--h1-size) * 5);
    }
	
	.masterstudy-authorization_style-modal .masterstudy-authorization__switch {
		margin-top: 0 !Important;
	}
}