/* ------------ FONTS ----------- */

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
		url('../fonts/Montserrat-Regular.woff') format('woff'),
		url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
		url('../fonts/Montserrat-SemiBold.woff') format('woff'),
		url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
		url('../fonts/Montserrat-Bold.woff') format('woff'),
		url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-ExtraLight.woff2') format('woff2'),
		url('../fonts/Oswald-ExtraLight.woff') format('woff'),
		url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Light.woff2') format('woff2'),
		url('../fonts/Oswald-Light.woff') format('woff'),
		url('../fonts/Oswald-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Regular.woff2') format('woff2'),
		url('../fonts/Oswald-Regular.woff') format('woff'),
		url('../fonts/Oswald-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Medium.woff2') format('woff2'),
		url('../fonts/Oswald-Medium.woff') format('woff'),
		url('../fonts/Oswald-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-SemiBold.woff2') format('woff2'),
		url('../fonts/Oswald-SemiBold.woff') format('woff'),
		url('../fonts/Oswald-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* ------------------------------------- */

/* ------------ SPECEFICATION ----------- */

body {
	font: 400 18px/1.5em 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #132227;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	/* background-color: var(--dark); */
}

body.popup-open {
	overflow: hidden;
	padding-right: 8px;
}

body.popup-open header {
	padding-right: 8px;
}

/* section,
header,
footer,
.cours-main-section,
.article-main-section {
	background-color: #fff;
}

aside section {
	background: transparent;
} */

footer {
	margin-top: auto;
}

body,
p,
div,
ul,
li,
a,
h1,
h2,
h3,
h4,
h5,
span,
button,
input,
textarea,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
li {
	list-style: none;
}

ol {
	padding-left: 0;
}

a,
a:hover,
a:active {
	text-decoration: none;
	color: #31302C;
}

a,
button {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
}

img {
	max-width: 100%;
}

input,
input:hover,
input:focus,
input:active,
select,
select:focus,
select:active,
select:focus-visible,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active {
	outline: none;
	border: none;
	-webkit-appearance: none;
}

input,
button {
	background: none;
}

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Oswald', Arial, sans-serif;
	color: #132227;
	line-height: 1.35;
	font-weight: 500;
}

h1 {
	font-size: 58px;
	line-height: 1.3;

}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

p {
	font-size: 16px;
	min-height: 1.5em;
}

/* -------- Scrollbar --------- */

*::-webkit-scrollbar {
	width: 8px;
	background-color: #000000;
	/* background-color: rgba(255, 255, 255, 0.1);
	background-color: rgba(0, 0, 0, 0.1); */
	/* border-radius: 10px; */
}

*::-webkit-scrollbar-track {
	/* -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset; */
	background-color: #000000;
	/* background-color: transparent;
	background-color: rgba(255, 255, 255, 0.1);
	background-color: rgba(0, 0, 0, 0.1); */
	/* border-radius: 10px; */
}

*::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: linear-gradient(180deg, #0F8A9F, #000000);
	/* background: linear-gradient(180deg, #000000, #0F8A9F); */
}

body *::-webkit-scrollbar {
	width: 8px;
	background-color: rgba(244, 250, 251, 0.05);
	border-radius: 10px;
}

body *::-webkit-scrollbar-track {
	background-color: rgba(244, 250, 251, 0.05);
	border-radius: 10px;
}

body *::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(244, 250, 251, 0.2);
}

/* -------- Scrollbar End --------- */

.button {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 18px;
	display: inline-block;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	font-weight: normal;
	letter-spacing: 0.04em;
	min-height: 60px;
	padding: 15px 24px;
	text-align: center;
	cursor: pointer;
	min-width: 210px;
	color: #ffffff;
	background-color: #0F8A9F;
	border-radius: 30px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button:hover,
.button:focus,
.button:active {
	/* color: #66b945;
	border: 2px solid #66b945;
	background-color: #fff; */
}

.offer__btn.button:hover,
.offer__btn.button:focus,
.offer__btn.button:active {
	/* color: #66b945;
	border: 2px solid #66b945;
	background-color: #fff;
	box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 1); */
}

.container,
.offer__container {
	max-width: 1800px;
	width: 93.75%;
	margin: 0 auto;
}

.container-fluid {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.d-flex {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.justify-content-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justify-content-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-items-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-title {
	color: #1b1b2f;
	font-size: 42px;
	margin-bottom: 65px;
}

#button-up {
	padding: 14px 13px 9px 13px;
	width: 52px;
	height: 52px;
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 52px;
	-webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	-o-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	border-radius: 50%;
	background: rgb(124 124 124 / 62%);
}

#button-up:hover {
	background: #7c7c7c;
}

#button-up.show {
	opacity: 1;
	visibility: visible;
}

#button-up img {
	max-width: 50px;
	width: 100%;
}

#donate-float-btn {
	padding: 0;
	position: fixed;
	right: 38px;
	/* left: 1px; */
	bottom: 100px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}

#donate-float-btn.show {
	opacity: 1;
	visibility: visible;
}

#donate-float-btn a {
	min-width: auto;
	display: block;
	padding: 8px 14px;
	width: 80px;
	height: 80px;
	background-color: #132227;
	border-radius: 50%;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	/* opacity: 0; */
	/* visibility: hidden; */
	border: 1px solid rgb(244 250 251 / 21%);
}

#donate-float-btn a>span {
	width: 0;
	display: block;
	visibility: hidden;
}

#donate-float-close {
	position: relative;
}

#donate-float-close span {
	position: absolute;
	right: -8px;
	top: -99px;
	font-size: 20px;
	color: #132227;
	cursor: pointer;
	padding: 5px;
	line-height: 20px;
	user-select: none;
}









.current-menu-item a {
	color: #10A3BC !important;
}

.section-block-spacing-padding {
	padding: 40px 0;
}

.inside-block-padding {
	padding: 3.56% 1.78%;
	border-radius: 16px;
}

.d-none {
	display: none;
	opacity: 0;
	transition: opacity 2s ease;
}

.d-block {
	display: block;
	opacity: 1;
	transition: opacity 2s ease;
}

.opasity-0 {
	opacity: 0;
}

.opasity-1 {
	opacity: 1;
}

.circle-button {
	width: 30px;
	height: 30px;
	border: 8px solid #0f8a9f;
	box-shadow: 0 0 4px 0 rgba(54, 69, 79, 0.35);
	border-radius: 50%;
	background-color: var(--white);
	transition: 0.3s all;
	margin-top: 1.4%;
}

.mentors-list__item:hover .circle-button {
	border: 8px solid #10a3bc;
}

.scroll-hint {
	display: block;
	max-width: 100px;
	position: absolute;
	top: 85%;
	right: 1%;
	transform: translate(-50%, -50%);
	transition: opacity 0.5s ease-in-out;
	z-index: 1000;
	border-radius: 50%;
	overflow: hidden;
}

.scroll-hint img {
	width: 100%;
	object-fit: cover;
}

/* ---------------------------------- */

/* ------- Content ---------- */

.content p {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 15px;
	min-height: 1px;
}

.content li {
	/* margin-bottom: 8px; */
	font-size: 18px;
	line-height: 1.5em;
	overflow: hidden;
	position: relative;
	padding-left: 27px;
}

.content li::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: #31302C;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 14px;
}

.content li>ul>li::before {
	display: none;
}


img.alignright {
	float: right;
	margin: 0 0 1.5em 1.9em !important;
	height: auto;
}

img.alignleft {
	float: left;
	margin: 0 1.9em 1.5em 0 !important;
	height: auto;
}

img.aligncenter {
	display: block;
	margin: 1.5em auto !important;
	height: auto;
}

.content img {
	height: auto !important;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post-thumbnail img {
	height: auto;
}

.nav-links {
	text-align: center;
}

.pagination {
	padding: 25px 0 0 0;
}

.page-numbers {
	padding: 0 8px;
	border: 1px solid var(--primary);
	border-radius: 25px;
	min-width: 32px;
	height: 32px;
	display: inline-block;
	line-height: 31px;
	margin-right: 4px;
	background-color: rgba(244, 250, 251, 0.05);
}

.page-numbers.current,
.page-numbers:hover {
	background-color: var(--primary);
	color: #fff;
}

/* ------------ VARIABLE ----------- */
:root {
	--primary: #0f8a9f;
	--light: #f4fafb;
	--dark: #132227;
	--white: #fff;
}

:root {
	--font-family: "Montserrat", sans-serif;
	--second-family: "Oswald", sans-serif;
	--third-family: "Roboto", sans-serif;
	--font3: "Comfortaa", sans-serif;
	--font4: "Inter", sans-serif;
	--font5: "Cormorant", sans-serif;
	--font6: "Raleway", sans-serif;
	--font7: "PT Sans", sans-serif;
	--font8: "Nunito Sans", sans-serif;
	--font9: "Old Standard TT", sans-serif;
	--font10: "Mulish", sans-serif;
	--font11: "Kharkiv Tone", sans-serif;
	--font12: "Arsenal", sans-serif;
	--font13: "DM Sans", sans-serif;
	--font14: "Sequel Sans", sans-serif;
}

/* ---------------------------------- */


/* ------------- FORMS ------------ */

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -20px;
	right: 5px;
	font-size: 12px !important;
	font-weight: 600 !important;
}

.wpcf7-response-output {
	color: var(--dark);
}

.wpcf7-spinner {
	background-color: rgb(14 14 14 / 34%) !important;
	margin: 0 !important;
	position: absolute !important;
	left: 50%;
	top: 24px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.wpcf7-response-output {
	margin-bottom: 5px !important;
}

/* ---------------------------------- */

/* ------------- GOOGLE RECAPCHA ------------ */

.grecaptcha-badge {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* ---------------------------------- */


/* --------- POPUPS WINDOWS --------- */

.modal-windows {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity ease-in-out 0.3s;
	-moz-transition: opacity ease-in-out 0.3s;
	-o-transition: opacity ease-in-out 0.3s;
	transition: opacity ease-in-out 0.3s;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0 20px;
	background-color: rgba(0, 0, 0, .6);
	z-index: 9999999;
	outline: 0;
}

.modal-windows.active {
	opacity: 1;
	visibility: visible;
}

.modal-win-body {
	background: #fff;
	margin: 0 auto;
	width: auto;
	position: absolute;
	top: 70px;
	right: 20px;
	left: 20px;
	z-index: 1;
	border-radius: 6px;
	cursor: default;
	-webkit-transition: transform ease-in-out .3s;
	-moz-transition: transform ease-in-out .3s;
	-o-transition: transform ease-in-out .3s;
	transition: transform ease-in-out .3s;
	max-width: 1440px;
	max-width: 86%;
}

.modal-form-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.modal-content {
	padding: 4.5%;
	position: relative;
	z-index: 3;
}

.modal-close {
	position: absolute;
	top: -54px;
	right: -60px;
	z-index: 2;
	padding: 15px;
	cursor: pointer;
}

.swipe-gif {
	max-width: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* ---------------------------------- */

/* ------------- HEADER ------------ */

.header {
	width: 100%;
	position: static;
	color: var(--dark);
	z-index: 990;
	padding-top: 45px;

}

.header._enable_offer {
	position: absolute;
	color: #fff;
	background: transparent;
}

.nav {
	width: 100%;
	margin: 0 auto;
	/* background-color: rgba(27, 27, 47, 0.8);
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear; */
	position: relative;
}

.nav a {
	color: #fff;
	font-size: 20px;
}

.nav a:hover,
.nav a:focus-visible {
	/* color: #66b945; */
}

.nav__logo {
	max-width: 190px;
	max-width: 10.56%;
	width: 100%;
}

.nav__logo a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.nav__logo a {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.nav__sign-in,
.nav__burger {
	margin-left: 30px;
	width: 56px;
	height: 56px;
	top: 0;
	flex: none;
}

.nav__burger._fixed {
	position: fixed;
	top: 30px;
	right: 2.15%;
	left: auto;
	bottom: auto;
	z-index: 999;
}

.nav__burger span,
.nav__sign-in span {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav__burger span:after,
.nav__sign-in span:after {
	content: '';
	display: block;
	background-color: #0F8A9F;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	-webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* .nav__btn {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
} */

.nav__btn:focus-visible span:after,
.nav__btn:hover span:after {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.nav_lang,
.nav_lang a {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.nav_lang a {
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	padding-bottom: 10%;
	text-transform: uppercase;
}

.nav_lang a:hover,
.nav_lang a:focus-visible {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.nav_lang li {
	/* cursor: pointer; */
	position: relative;
}

.nav_lang li:not(:last-child):after {
	content: '/';
	position: absolute;
	top: 1px;
	left: auto;
	right: -15px;
}

.nav_lang li:not(:last-child) {
	margin-right: 11px;
}

.nav_lang li:not(:first-child) {
	margin-left: 11px;
}

.nav_lang a {
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: normal;
	color: var(--dark);
	font-size: 23px;
	display: block;
	font-weight: 300;
	letter-spacing: 0.05em;
}

._enable_offer .nav_lang a {
	color: #fff;
}

.nav_lang a:hover,
.nav_lang a:focus-visible,
.nav_lang .current-lang a {
	color: #0F8A9F;
}

._enable_offer .nav_lang a:hover,
._enable_offer .nav_lang a:focus-visible,
._enable_offer .nav_lang .current-lang a {
	color: #10A3BC;
	color: #01c3e3;
}

.nav__menu {
	max-height: 83%;
	height: 100%;
	max-width: 310px;
	width: 100%;
	background-color: rgb(244 250 251 / 87%);
	backdrop-filter: blur(14px);
	width: 400px;
	color: var(--dark);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 5;
	border-radius: 0 0 0 16px;
	-webkit-box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.4);
	--s: .7s;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-transition: all var(--s) ease;
	-o-transition: all var(--s) ease;
	transition: all var(--s) ease;
	overflow: hidden;
}

.nav__menu:not(.menu-active) {
	opacity: 0;
	-webkit-transform: translate3d(120%, 0, 0);
	transform: translate3d(120%, 0, 0);
	visibility: hidden;
}

.nav__menu a {
	color: var(--dark);
	font-family: var(--font-family);
}

.current-menu-item a {
	color: var(--dark) !important;
}

.footer .current-menu-item a {
	color: var(--light) !important;
}

.nav__menu-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	will-change: transform;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: none;
	padding: 24px;
}

.menu-close {
	position: absolute;
	top: 37px;
	right: 12px;
	z-index: 2;
	width: 45px;
	height: 45px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transform: rotate(45deg);
	border-radius: 9px;
}

.menu-close:hover {
	/* transform: rotate(-100deg); */
	background-color: rgb(244 250 251);
}

.menu-close .nav__close-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.menu-close .nav__close-wrap span {
	display: block;
	position: absolute;
	background-color: #132227;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu-close .nav__close-wrap span:first-child {
	width: 26px;
	height: 2px;
	top: calc(50% - 1px);
	left: 0;
}

.menu-close .nav__close-wrap span:last-child {
	width: 2px;
	height: 26px;
	left: calc(50% - 1px);
	top: 0;
}

.menu-close:hover .nav__close-wrap span:last-child {
	left: calc(100% - 1px);
	top: 0;
}

.menu-close:hover .nav__close-wrap span:first-child {
	top: calc(0% - 1px);
	left: 0;
}

.nav__menu-logo {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: 12px;
	/* margin-bottom: 12px;
	border-bottom: 1px solid rgb(19 34 39 / 10%); */
}

.nav__menu-logo img {
	/* opacity: 0.4; */
	width: 45%;
}

.nav__logo,
.nav__btn,
.nav_lang {
	--s: .3s;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-transition: all var(--s) ease-in-out;
	-o-transition: all var(--s) ease-in-out;
	transition: all var(--s) ease-in-out;
	will-change: transform;
}

body.menu-open .nav__logo,
body.menu-open .nav__btn,
body.menu-open .nav_lang {
	opacity: 0;
	-webkit-transform: translate3d(0, -110%, 0);
	transform: translate3d(0, -110%, 0);
}

.nav__menu-logo {
	--s: 1.0s;
	opacity: 0;
	-webkit-transform: translate3d(0, -110%, 0);
	transform: translate3d(0, -110%, 0);
	-webkit-transition: all var(--s) ease 0.5s;
	-o-transition: all var(--s) ease 0.5s;
	transition: all var(--s) ease 0.5s;
	will-change: transform;
}


.menu-active .nav__menu-logo {
	--opacity: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.nav__menu-list {
	border-top: 1px solid rgb(19 34 39 / 10%);
	margin-top: 12px;
	padding-top: 8px;
}

.nav__menu-list a {
	display: inline-block;
	padding: 10px;
	position: relative;
	font-weight: normal;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav__menu-list a:after {
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	background-color: var(--dark);
	position: absolute;
	bottom: 10px;
	left: 10px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0.6;
}

.nav__menu-list a:hover:after {
	width: calc(100% - 20px);
}

/* .nav__menu-list a:after {
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	background-color: var(--dark);
	opacity: 0.3;
	position: absolute;
	bottom: 50%;
	left: 10px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nav__menu-list a:hover:after {
	width: 15px;
} */

/* .nav__menu-list a:hover {
	padding-left: 25px;
} */

.nav__user-info {
	margin-top: auto;
	padding-top: 24px;
	border-top: 1px solid rgb(19 34 39 / 10%);
}

.nav__user-wrap p {
	user-select: none;
}

.nav__user-avatar {
	display: block;
	flex: none;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px;
	border: 1px solid rgb(197 198 199);
}

a.nav__exit-btn {
	display: flex;
	align-items: center;
	margin-left: auto;
	padding: 10px;
	position: relative;
	right: -10px;
}

a.nav__exit-btn svg {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

a.nav__exit-btn:focus-visible svg,
a.nav__exit-btn:hover svg {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

/* ------------- HEADER END ------------ */

/* ------------- OFFER ------------ */

.offer-section {
	position: relative;
	/* padding-bottom: 40px; */
	height: 100vh;
	height: 100dvh;
	background-color: #132227;
}

.offer {
	position: relative;
	height: calc(100vh - 116px);
	height: calc(100dvh - 116px);
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.offer__gradient {
	background: linear-gradient(90deg, rgba(19, 34, 39, 1) 15%, rgba(19, 34, 39, 0.9) 25%, rgba(19, 34, 39, 0) 58%);
}

.offer__slide-item {
	height: 100%;
}

.offer__body {
	margin: 0 auto;
	position: relative;
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	/* padding: 165px 3.125% 29px 3.125%; */
	padding: 175px 0 29px 0;
	z-index: 3;
}

.offer__container {
	user-select: none;
}

.offer__title {
	letter-spacing: 1px;
	max-width: 860px;
}

.white__fones .offer__title {
	color: #fff;
}

.offer__subtitle {
	font-family: 'Oswald', Arial, sans-serif;
	line-height: 1.5em;
	letter-spacing: 0.04em;
	font-weight: 300;
	font-size: 24px;
	margin-top: 45px;
	max-width: 650px;
}

.offer__post-slide .offer__subtitle {
	max-width: 100%;
}

.white__fones .offer__subtitle {
	color: #fff;
}

.offer__btn {
	margin-top: 45px;
	width: 210px;
	-webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	font-weight: 300;
	letter-spacing: 0.05em;
}

.offer__btn:focus-visible,
.offer__btn:hover {
	color: #fff;
}

.offer__slide-item_main .offer__btn:focus-visible,
.offer__slide-item_main .offer__btn:hover {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
	background-color: #0D798C;
}

.offer__advantages {
	z-index: 3;
}

.offer__slide-item .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.offer__video,
.offer__back-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -3;
}

.offer__video {
	width: 86%;
	left: auto;
}

/* Offer MAP slide */

.offer__map,
.offer__stick-relative-wpar {
	position: relative;
	top: 0;
	left: 0;
}

.offer__map {
	width: 100%;
}

.offer__map-pic {
	object-fit: contain;
}

.offer__stick-relative-wpar,
.offer__stick,
.offer__stick-relative-wpar,
.offer__stick,
.offer__stick-wrap {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.offer__map h2 {
	position: absolute;
	top: 19%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	color: #3d494d;
	font-size: clamp(1.875rem, 1.6453rem + 0.8547vw, 2.5rem);
	width: 80%;
	text-align: center;
}

.offer__stick-wrap {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 6;
	transform: translate(-50%, -50%);
}

.offer__stick-wrap:hover {
	z-index: 1000;
}

.offer__stick {
	border: 3px solid #0F8A9F;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.offer__stick-relative-wpar:hover .offer__stick {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.offer__stick-name {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	background-color: rgb(19 34 39 / 80%);
	backdrop-filter: blur(4px);
	border-radius: 0 15px 15px 15px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	min-width: 0px;
	width: 0px;
	height: 78px;
	overflow: hidden;
	opacity: 0;
}

.offer__stick-relative-wpar:hover .offer__stick-name {
	min-width: 208px;
	width: 100%;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.offer__stick-name a {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.04em;
	display: block;
	padding: 24px;
	padding-left: 40px;
	padding-right: 8px;
	position: relative;
	white-space: nowrap;
}

.offer__stick-name a:after {
	content: url('../img/icons/arrow-right.svg');
	display: block;
	position: absolute;
	top: 50%;
	right: -11px;
	transform: translateY(-50%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.offer__stick-name a:hover:after {
	right: -22px;
}

.offer__stick a {
	width: 100%;
	height: 100%;
	display: block;
}

/* Offer MAP slide End */

/* Offer post slide */

.offer__post-slide .offer__body {
	color: #fff;
}

.offer__post-slide .offer__body-wrap {
	background-color: rgb(19 34 39 / 80%);
	padding: 24px;
	width: 35%;
	border-radius: 30px;
	backdrop-filter: blur(4px);
}

.offer__post-slide .offer__title {
	color: #fff;
	font-size: 40px;
	line-height: 1.3em;
}

.offer__post-slide .offer__subtitle,
.offer__post-slide .offer__btn {
	font-size: 18px;
	line-height: 1.3em;
}

.offer__post-slide .offer__subtitle,
.offer__post-slide .offer__btn {
	margin-top: 36px;
}

.offer__post-slide .offer__btn {
	background: transparent;
	border: 1px solid #0F8A9F;
	/* text-transform: uppercase; */
	position: relative;
	overflow: hidden;
}

.offer__post-slide .offer__btn:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #0F8A9F;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	z-index: -1;
	border-radius: 30px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.offer__post-slide .offer__btn:hover:after {
	transform: translateX(0%);
}

/* offer post slide end */

.offer-advantages-wrap {
	background-color: #132227;
	/* padding: 26px 0 22px 0; */
	color: #fff;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	font-family: 'Oswald', Arial, sans-serif;
	line-height: 1.5;
	font-weight: normal;
	font-size: 19px;
	letter-spacing: 0.03em;
}

.offer-advantages li {
	padding: 26px 12px 22px 0;
}

.offer-advantages p {
	margin-left: 9px;
	font-size: 22px;
	letter-spacing: 0.04em;
	font-weight: 300;
	line-height: 1.3em;
}

.offer-advantages li,
.offer-advantages li a {
	display: flex;
	align-items: center;
	position: relative;
	color: #fff;
}

/* .offer-advantages li a:after {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	background-color: #0F8A9F;
	border-radius: 50%;
	position: absolute;
	left: -1.4%;
	top: -13%;
	z-index: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.offer-advantages li a:hover:after {
	width: 84px;
	height: 84px;
	left: -1.4%;
	background-color: #0D798C;
} */

.offer-advantages__icon {
	width: 74px;
	height: 68px;
	display: block;
	position: relative;
	z-index: 1;
}

.offer-advantages li a .offer-advantages__icon:after {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	background-color: #0F8A9F;
	border-radius: 50%;
	position: absolute;
	left: -7.0%;
	top: -12.0%;
	left: 17%;
	top: 15%;
	transform: translate(-50%, -50%);
	z-index: -1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.offer-advantages li a:hover .offer-advantages__icon:after {
	width: 84px;
	height: 84px;
	left: 50%;
	top: 50%;
}

.offer-advantages li img {
	position: relative;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.offer__pagination {
	width: auto !important;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	padding: 25px;
	position: absolute;
	right: 1.7%;
	left: auto !important;
	top: 41% !important;
	bottom: auto !important;
	z-index: 2;
}

.offer__pagination:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.offer__pagination span {
	display: block;
	width: 10px;
	height: 36px;
	background-color: #fff;
	opacity: 0.5;
	border-radius: 50px;
	margin-bottom: 8px !important;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0 auto;
	outline: none;
	border: none;
	-webkit-appearance: none;
}

.offer__pagination span:hover {
	background-color: #0F8A9F;
	opacity: 1;
}

.offer__pagination span.swiper-pagination-bullet-active {
	background-color: #0F8A9F;
	opacity: 1;
	height: 10px;
	width: 10px;
}

.offer__swiper-btn {
	color: #fff;
	right: var(--swiper-navigation-sides-offset, 61px);
	left: auto;
	top: var(--swiper-navigation-top-offset, 87%);
	text-align: center;
	padding: 20px 0px 20px 20px;
	width: auto;
	height: auto;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	max-width: 215px;
	text-shadow: -1px -1px 7px rgb(0 0 0 / 54%);
	outline: none;
	border: none;
	-webkit-appearance: none;
	user-select: none;
}

.offer__swiper-btn:hover {
	outline: none;
	border: none;
	-webkit-appearance: none;
	opacity: 1;
}

.swiper-button-next svg {
	width: 60px;
	fill: #fff;
}

.offer__arrow-next {
	margin-right: 12px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	position: relative;
	animation-name: arrow;
	animation-duration: 6s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}

@keyframes arrow {

	0% {
		left: 0;
	}

	70% {
		left: 0;
	}

	75% {
		left: 15px;
	}

	80% {
		left: 0px;
	}

	85% {
		left: 15px;
	}

	90% {
		left: 0px;
	}

	95% {
		left: 15px;
	}

	100% {
		left: 0;
	}
}

.offer__btn-next {
	/* -webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	position: relative; */
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


.offer__swiper-btn:hover .offer__arrow-next {
	left: 15px;
}

.offer__swiper-btn:hover .offer__btn-next {
	/* opacity: 0.8; */
}

.offer__btn-next:hover,
.offer__btn-next:focus-visible {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.swiper-button-next:after {
	display: none;
}

.offer__arrow-next svg path:nth-child(3) {
	opacity: 0.25;
}

.offer__arrow-next svg path:nth-child(2) {
	opacity: 0.55;
}

.offer__arrow-next svg path:nth-child(1) {
	opacity: 1;
}

.offer__swiper-btn span:last-child {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	user-select: none;
}

/* ------------- OFFER END ------------ */

/*----------ABOUT US----------*/

.about-us {
	background: var(--light);
	border: 1px solid rgba(19, 34, 39, 0.25);
}

.about-us__video {
	position: relative;
	float: left;
	width: 52%;
	height: 600px;
	overflow: hidden;
	background-color: #132227;
	border-radius: 16px;
	margin: 0 8% 1% 0;
}

.site-main__video.video {
	padding: 0 0 56.3%;
}

.video iframe,
.video img {
	width: 101%;
	height: 101%;
	display: block;
	border: none;
	border-radius: 16px;
	position: absolute;
}

.video img {
	object-fit: cover;
}

.video iframe {
	top: -2px;
	left: -2px;
}

.btn-reset {
	border: none;
	background: transparent;
	cursor: pointer;
}

.video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-play-shape {
	fill: #212121;
	fill-opacity: 0.8;
}

.video-play-icon {
	fill: #ffffff;
}

.video-play path {
	transition: all 0.3s;
}

.video-play:hover path {
	fill: #10a3bc !important;
}

.video-play:focus {
	outline: none;
}

.video:hover .video-play-shape,
.video:focus .video-play-shape {
	fill: #ff0000;
	fill-opacity: 1;
}

/* .about-us__text {
	width: 38.1%;
} */

.about-us__text h2 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 40px;
	line-height: 130%;
	color: var(--dark);
	margin-bottom: 50px;
}

.about-us__text p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	color: var(--dark);
	margin-bottom: 30px;
}

/* .about-us__text p:nth-of-type(2) {
	margin-top: 4.6%;
} */

/* .about-us__text_bottom-block {
	margin-top: 7.7%;
} */

.about-us__text_bottom-block_text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	text-align: right;
	color: var(--dark);
	flex-direction: column;
	gap: 10px;

}

/*.about-us__text_bottom-block img {
	max-width: 55px;

}*/

.about-us__pdf svg {
	/* max-width: 55px; */
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .1s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	position: relative;
}

.about-us__pdf:focus-visible svg,
.about-us__pdf:hover svg {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

/*---------- LECTORS ----------*/

.lectors {
	position: relative;
	border: 1px solid rgba(19, 34, 39, 0.25);
	background: var(--light);
}

.lectors__title a {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: var(--dark);
}

.lectors__title>h2,
.partners h2 {
	line-height: 1em;
}

.lectors__inner {
	position: relative;
	margin-top: 4.1%;
	margin-top: 3.1%;
	overflow: hidden;
}

.lectorsSwiper,
.reviewsSwiper,
.newsSwiper {
	border-radius: 16px;
}

.lectors__list-wrapper {
	width: 100%;
}

.lectors__title a {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 5px 0;
}

.lectors__item {
	width: 22.5% !important;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	height: 600px;
	margin: 0 1.25%;
}

.lectors__mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	backdrop-filter: blur(10px);
	background: rgba(23, 42, 61, 0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	cursor: pointer;
	box-sizing: border-box;
	transition: opacity 0.5s ease, visibility 0.5s ease, bottom 0.5s ease;
}

.lectors__item:hover .lectors__mask {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.lectors__item img {
	width: 100%;
	max-width: 390px;
	height: inherit;
	object-fit: cover;
}

.lectors__content {
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	margin-bottom: 50px;
	transition: bottom 0.5s ease;
}

.lectors__item:hover .lectors__content {
	bottom: 0;
}

.lectors__content span:nth-last-of-type(2) {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	color: #f2f4f3;
}

.lectors__content span:nth-last-of-type(1) {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	color: #f2f4f3;
}

.lectors__content button {
	display: flex;
	gap: 16px;
	padding: 5px 0;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: var(--white);
	margin: 0 auto;
}

/*----------MODAL WINDOW----------*/

.lectors__modal {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 24px;
	backdrop-filter: blur(25px);
	background: rgba(19, 34, 39, 0.8);
	border-radius: 16px;
	z-index: 50;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.lectors__modal.active {
	visibility: visible;
	opacity: 1;
}

.button-close {
	margin-left: auto;
}

.button-close svg {
	float: right;
}

.lectors__modal_info-left-block {
	width: 350px;
	float: left;
	margin: 0 5% 1% 0;
}

.lectors__modal_info-img {
	width: 350px;
	max-height: 350px;
	height: 350px;
	/*max-width: 350px;
	max-height: 350px;*/
	border-radius: 50%;
	overflow: hidden;
	aspect-ratio: 1/1;
}

.lectors__modal_info-img img {
	object-fit: cover;
}

.lectors__modal_info-bio {
	margin-top: 35px;
}

.lectors__modal_info-bio span {
	padding: 3px 0;

}

.lectors-name {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	color: var(--white);
	position: relative;
}

.lectors-name::after {
	content: "";
	display: block;
	width: 64px;
	height: 1px;
	background-color: var(--white);
	margin-top: 8px;
}

.lectors-position,
.lectors-company {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: var(--white);
}

.lectors__modal_info-right-block {
	/* max-width: 75%; */
}

.lectors__modal-close-wrap.d-flex {
	margin-bottom: 7px;
}

.lectors__modal_info-right-block p,
.lectors__modal_info-right-block * {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: var(--white);
}

.lectors__modal_info-right-block p:not(:last-child) {
	margin-bottom: 22px;
}

.lectors-button-next,
.lectors-button-prev {
	display: none;
}

/*---------- TRENINGS ----------*/

.trenings {
	background: var(--dark);
}

.trenings h2 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 40px;
	color: var(--white);
}

.trenings__grid-wrapper {
	display: grid;
	grid-template-columns: repeat(4, minmax(273px, 1fr));
	grid-gap: 36px 32px;
	margin: 35px auto 0;
}

.trenings__item {
	/* max-width: 735px; */
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	background: var(--light);
	padding: 24px;
	position: relative;
	-webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
}

.trenings__item:nth-child(odd) {
	justify-self: end;
}

.trenings__item:nth-child(even) {
	justify-self: start;

}

.trenings__overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(19 34 39 / 73%);
	color: #cbd3d5;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	user-select: none;
}

.trenings__overlay span {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 36px;
}

.trenings__terms span:not(:last-child):after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #0F8A9F;
	border-radius: 50%;
	margin: 0 4px 0 10px;
}

.trenings__entry-header {
	margin-bottom: 20px;
}

.trenings__entry-header span {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	color: var(--dark);
}

/* .trenings__entry-header div span:nth-last-of-type(2) {
	display: inline-block;
	margin-right: 30px;
} */

.trenings__entry-header h3 {
	/* position: relative; */
	/* padding-bottom: 40px; */
}

.trenings__date {
	position: absolute;
	bottom: 24px;
	left: 24px;
	right: auto;
	top: auto;
	line-height: 1.5em;
	width: 41%;
}

.trenings__date>time>span {
	display: block;
}

.trenings__item h3 {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24px;
	color: var(--dark);
	margin-top: 15px;
}

.trenings__icon {
	position: relative;
	width: 35%;
	height: 8rem;
	z-index: 1;
	margin-left: auto;
	flex: none;
	float: right;
}

.trenings__icon img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

/* .trenings__icon:after {
	content: '';
	display: block;
	width: 296%;
	height: 37px;
	position: absolute;
	left: -268px;
	bottom: -28px;
	background: url(../img/icons/dot_line.svg) top left / contain no-repeat;
	z-index: -1;
} */

/* .trenings__description:before {
	content: '';
	display: block;
	width: 148%;
	height: 37px;
	position: absolute;
	left: -31px;
	top: -60px;
	background: url(../img/icons/dot_line.svg) top left / contain no-repeat;
} */

.trenings__description {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	color: var(--dark);
	margin-bottom: 25px;
	margin-top: auto;
	position: relative;
}

.trenings a.button {
	max-width: 200px;
	width: 50%;
	min-width: auto;
	min-height: 48px;
	margin-top: auto;
	margin-left: auto;
	padding: 2px 12px 4px 12px;
	border-radius: 100px;
	font-family: var(--second-family);
	font-size: 16px;
	transition: all 0.3s;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.trenings__item:hover a {
	color: #fff;
}

.trenings a:hover {
	background-color: #0D798C;
}

/*---------- TRENINGS END ----------*/

/*---------- METRICS -----------*/

.metrics {
	background: var(--dark);
}

.metrics__wrapper {
	border: 1px solid var(--light);
	border-radius: 12px;
	padding: 36px;
}

.metrics__item h3 {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 24px;
	color: var(--white);
	margin-bottom: 8px;
	position: relative;
}

.metrics__item h3::after {
	content: "";
	display: block;
	width: 64px;
	height: 1px;
	background-color: var(--white);
	margin-top: 8px;
}

.metrics span {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 40px;
	color: var(--white);
	margin-top: 16px;
}

/*---------- PARTNERS ----------*/

.partners {
	background: var(--light);
	border: 1px solid rgba(19, 34, 39, 0.25);
}

.partners h2 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 40px;
	color: var(--dark);
}

.partnersSwiper {
	margin-top: 35px;
}


.partners-item {
	width: 17.88% !important;
	margin: 0 1.1%;
}

.partners-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*---------- REVIEWS ----------*/
.reviews {
	position: relative;
	background: var(--dark);
}

.reviews h2 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 40px;
	color: #f2f4f3;
}

.reviewsSwiper {
	margin-top: 35px !important;
}

.reviews-item {
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	max-width: 31.45%;
	height: 635px;
	margin: 0 0.95%;
	border-radius: 16px;
	background: #f2f4f3;
	overflow: hidden;
}

/*--COMENT--*/

.reviews__item_descr {
	text-align: center;
	padding: 25px 16px 16px;
	background-color: #f2f4f3;

	line-height: 1.7rem;
	max-height: 19rem;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 9;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

/* .reviews__text {
	line-height: 1.7rem;
	max-height: 10rem;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
} */



.reviews-item:hover .reviews__item_descr {
	max-height: 40rem;
	-webkit-line-clamp: 21;
	position: relative;
	z-index: 50;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.reviews-item span {
	display: block;
}

._coment span:nth-last-of-type(3) {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	color: var(--dark);
}


._coment span:nth-last-of-type(2) {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: var(--dark);
	margin-top: 10px;
}

._coment span:nth-last-of-type(1) {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	color: var(--dark);
	margin-top: 5.6%;
	text-align: start;

}

.reviews__item_img {
	position: absolute;
	bottom: 0;
	display: flex;
	width: 100%;
	max-height: 320px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	border-radius: 0 0 12px 12px;
	box-shadow: 6px 4px 55px inset rgb(19 34 39 / 90%);
}

/*--AUDIO--*/
._audio {
	flex-direction: column;
}

._audio span {
	display: block;
	text-align: center;
}

._audio span:nth-last-of-type(2) {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	color: var(--dark);
}

._audio span:nth-last-of-type(1) {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: var(--dark);
	margin-top: 10px;
}

._audio-img {
	width: 100%;
}

/*--VIDEO--*/
.reviews__video {
	height: 480px;
}

.reviews__video-play {
	left: 50%;
	top: 65%;
	transform: translate(-50%, -50%);
}

.reviews__video-play svg path {
	fill: #0D798C;
}


/*----------- REVIEWS-ARROWS ----------*/
.reviews__title {
	position: relative;
}

.reviews__button-next,
.reviews__button-prev {
	width: 50px;
	left: 91.5%;
}

.reviews__button-next svg,
.reviews__button-prev svg {
	fill: none !important;

}

.reviews__button-next svg circle,
.reviews__button-prev svg circle {
	fill: none;
	transition: fill 0.3s ease;
}


.reviews__button-next:hover svg circle,
.reviews__button-prev:hover svg circle {
	fill: #0D798C;
}


.reviews__button-prev {
	display: block;
}


.reviews__button-next {
	margin-left: 90px;
	transform: rotate(180deg);
}

.swiper-button-prev::after {
	display: none;
}

.swiper-button-lock {
	display: block !important;
}

/*---------- NEWS ----------*/

.news-section {
	position: relative;
}

.news {
	border: 1px solid rgba(19, 34, 39, 0.25);
	background: var(--light);

}

.news__title a {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 5px 0;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	color: var(--dark);
}

.news__article-wrapeer {
	margin-top: 20px;
}

.article__wrapper {
	border: 1px solid var(--primary);
	border-radius: 16px;
	padding: 24px;
	transition: ease 0.3s;
}

.article__wrapper:hover {
	-webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.25);
}

.news-slide {
	max-width: 32.33%;
	margin: 0 0.5%;
}

.entry-meta {
	margin-top: 10px;
}

.post-thumbnail {
	display: block;
	max-width: 520px;
	height: 379px;
	border-radius: 6px;
	overflow: hidden;

}

.post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
	background-position: center center;
	transition: ease 0.4s;
	transform: scale(1);
}

.article__wrapper:hover .post-thumbnail img {
	transform: scale(1.02);
}

.author-post__up-block {
	display: flex;
	align-items: center;
	gap: 16px;
}

.author-post__up-block span {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	color: #3e3232;
}

/* .author-post img {
	width: 45px;
	height: 45px;
	object-fit: cover;
	border-radius: 50%;
	object-position: top;
} */

.entry-meta {
	margin-top: 25px;
}


.entry-meta a {
	display: inline-block;
	margin-top: 20px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	color: var(--dark);
}

.news-title h2 {
	margin-top: 3px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24px;
	color: var(--dark);
}

.news-title h2>a {
	color: var(--dark);
}

.entry-content {
	margin-top: 26px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: var(--dark);
}

body.single .entry-content {
	margin-top: 0;
}

.article-content:first-child img {
	margin-top: 0;
}

.entry-content p {
	line-height: 1.7rem;
	max-height: 6rem;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

/*---------- DONATE ----------*/

.donate {
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 180px;
	background: var(--dark);
}

.donate img {
	max-width: 166px;
	max-height: 210px;
	margin-right: 40px;
}

.donate h2 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 38px;
	text-align: center;
	color: #f2f4f3;
}

.donate a {
	display: inline-block;
	border-radius: 100px;
	padding: 0 24px;
	margin: 0 auto;
	min-width: 200px;
	max-height: 50px;
	background: var(--primary);
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.02em;
	text-align: center;
	color: var(--white);
	line-height: 50px;
}

.donate a:nth-last-of-type(2) {
	margin: 0 30px 0 60px;
	transition: all 0.3s;
}

.donate a:nth-last-of-type(1) {
	background-color: #0f899f00;
	border: 1px solid var(--primary);
	transition: all 0.3s;
}

.donate a:nth-last-of-type(2):hover {
	background: #10a3bc;
}

.donate a:nth-last-of-type(1):hover {
	border: 1px solid #10a3bc;
}

/*---------- QUATION ----------*/
.quation {
	border: 1px solid rgba(19, 34, 39, 0.25);
	background: var(--light);
}

.quation__grid-acardion {
	margin-top: 20px;
}

.quation__grid-acardion_wrapper {
	border-bottom: 1px solid rgba(23, 42, 61, 0.5);
}

.qation__grid_accordion-item {
	cursor: pointer;
	padding: 16px;
	width: 100%;
	border: none;
	outline: none;
	transition: background-color 0.1s ease, color 0.1s ease;
	border-radius: 5px;
	user-select: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.qation__grid_accordion-item p {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 21px !important;
	color: var(--dark);
}

.qation__grid_accordion-item:hover {
	background-color: var(--primary);
}

.qation__grid_accordion-item:hover p {
	color: var(--white);
}

._answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
	opacity: 0;
}

._answer p {
	/* margin-top: 16px; */
	padding: 15px;
	font-family: var(--font-family);
	font-weight: 200 !important;
	font-size: 18px;
	color: var(--dark);
	max-width: 1190px;
}

.acordion-active {
	background-color: var(--primary);
	color: var(--white);
}

.acordion-active p {
	color: var(--white);
}

.acordion-active ._answer {
	padding: 16px 40px;
	max-height: 1000px;
	opacity: 1;
}

.acordion-active .qation__grid_accordion-item p {
	color: var(--white);
}

.arrow-close,
.arrow-open {
	background: none;
	border: none;
	cursor: pointer;
	transition: transform 0.3s ease-in-out;
}

.arrow-open {
	display: block;
	transition: fill 0.3s ease, stroke 0.3s ease;
}

.arrow-close.d-none,
.acordion-active .arrow-open {
	display: none;
}

.acordion-active .arrow-close {
	display: block;
}

.acordion-active .arrow-open {
	display: none;
	display: block;
}

.acordion-active .arrow-close svg {
	transform: rotate(180deg);
}

.acordion-active .arrow-open svg {
	transform: rotate(0deg);
}

.qation__grid_accordion-item:hover .arrow-open path {
	fill: var(--white);
}

.qation__grid_accordion-item:hover .arrow-open circle {
	stroke: var(--white);
}

.qation__grid_accordion-item p {
	width: calc(100% - 50px);
	text-align: left;
}

/*---------- FOOTER ----------*/
.footer-section {
	padding: 30px 30px 20px;
	background: var(--dark);
	position: relative;
}

footer .pic__decor {
	width: 100%;
	opacity: 0.15;
	display: none;
}

.footer {
	z-index: 2;
	position: relative;
}

._left-block {
	width: 65%;
	margin-top: auto;
}

.footer__logo {
	gap: 40px;
}

.footer__logo span {
	font-family: var(--font-family);
	font-weight: 200 !important;
	font-size: 16px;
	color: var(--light);
	padding-right: 30px;
}

.footer__logo img {
	max-width: 160px;
	object-fit: cover;
}

.footer__logo-text {
	border-left: 1px solid white;
	padding-left: 32px;
}

.footer__nav {
	gap: 20px;
	flex-wrap: wrap;
}

.footer__nav a {
	position: relative;
	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 200;
	font-size: 16px;
	color: var(--light);
	display: inline-block;
}

.footer__nav a::after,
.footer__wrapper-policy a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #10a3bc;
	transition: width 0.3s ease;
}

.footer__nav a:hover::after,
.footer__wrapper-policy a:hover::after {
	width: 100%;
}

._right-block {
	max-width: 360px;
}

._right-block img {
	width: 100%;
	object-fit: cover;

}

.footer__wrapper-bottom {
	margin-top: 50px;
	padding: 16px 0;
	border-top: 0.50px solid rgba(255, 255, 255, 0.5);
}

.footer__wrapper-policy {
	gap: 30px;
}

.footer__wrapper-policy span {
	font-family: var(--font-family);
	font-weight: 200;
	font-size: 12px;
	letter-spacing: 0.04em;
	color: var(--light);
}

.footer__wrapper-policy a {
	position: relative;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.04em;
	color: var(--light);
	flex: none;
	height: 26px;
}

.footer__wrapper-network {
	gap: 20px;
	flex-wrap: wrap;
}

.social-link a {
	display: block;
	max-width: 36px;
	max-height: 36px;
	margin-bottom: 7px;
}

.footer__wrapper-network a>img {
	width: 100%;
	object-fit: cover;
	transition: transform 0.3s ease !important;
}


.footer__wrapper-network a:hover img {
	transform: translateY(-5px);
}

/*-------------------------*/

/* ============ HOME PAGE END ============ */

/* ============ NEWS PAGE ============ */

/*---------- NEWS OFFER ----------*/

.news-offer-section {
	position: relative;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
}


.news-container {
	position: relative;
	top: 18%;
	max-width: 1800px;
	width: 93.75%;
	margin: 0 auto;

}

.news-offer {
	justify-content: space-between;
	width: 100%;
}

.news-offer__left-block {
	max-width: 890px;
	margin: 9% 10% 0 0;
}

.news-offer__left-block h2 {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 60px;
	color: var(--white);
}

.news-offer__left-block a {
	display: block;
	border-radius: 100px;
	padding: 19px 24px;
	max-width: 200px;
	height: 60px;
	min-width: 200px;
	text-align: center;
	margin-top: 40px;
	font-weight: 500;
	background: var(--primary);
	color: var(--white);
	transition: ease 0.3s;
}

.news-offer__left-block a:hover {
	transform: scale(1.05);
	background-color: #0d798c;
}

.news-offer__right-block {
	flex-direction: column;
	gap: 40px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.right-block__item {
	border-radius: 16px;
	width: 560px;
	height: 320px;
	overflow: hidden;
	position: relative;
	transition: ease 0.3s;
}

.right-block__item:hover {
	transform: scale(1.01);

}

.item__mask {
	background: linear-gradient(0deg, #f2f2f2 20%, rgba(242, 242, 242, 0) 60%);
	padding: 0 24px 24px;
	height: 100%;
}

.news-item__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}

.right-block__item span {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.04em;
	color: var(--dark);
}

.right-block__item h3 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	color: var(--dark);
}

/*---------- TOP NEWS ----------*/
.top-news-section {
	position: relative;
	padding: 80px 0 40px;
}

.top-news {
	position: relative;
	border-radius: 16px;
	background: var(--dark);
	overflow: hidden !important;
}

.top-news h2 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 38px;
	color: var(--white);
}

.top-news__wrapper {
	gap: 30px;
	margin-top: 20px;
	width: 50%;
}

.top-news__item {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	transition: ease 0.3s;
}

.top-news__item:nth-child(4) a,
.top-news__item:nth-child(3) a,
.top-news__item:nth-child(2) a {
	display: block;
	max-width: 330px;
	max-height: 250px;
	overflow: hidden;
	border-radius: 12px;
	transition: all 0.3s;
}

.top-news__item:nth-child(4) img,
.top-news__item:nth-child(3) img,
.top-news__item:nth-child(2) img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	object-fit: cover !important;
}

.top-news__item:nth-child(4).top-news__item:hover img,
.top-news__item:nth-child(3).top-news__item:hover img,
.top-news__item:nth-child(2).top-news__item:hover img {
	transform: scale(1.05);
}

.top-news__item-descr {
	max-width: 450px;
	margin-left: 30px;
}

.top-news__item:nth-child(1) .top-news__mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #f2f2f2 0, rgba(242, 242, 242, 0) 30%);
	z-index: 3;
}

.top-news__item-descr time {
	font-family: var(--font-family);
	font-weight: 100;
	font-size: 12px;
	line-height: 150%;
	color: #7c7c7c;
}

.top-news__item-descr h3 {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 24px;
	color: var(--white);
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.top-news__item-descr p {
	font-family: var(--font-family);
	font-weight: 100 !important;
	font-size: 14px;
	line-height: 150%;
	color: var(--white);
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

.top-news__item:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 48%;
	height: 100%;
	border-radius: 16px !important;
	overflow: hidden;
}

.top-news__item:nth-child(1) img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: ease 0.3s;
}


.top-news__item:hover:nth-child(1) {
	width: 50%;
}


.top-news__item:nth-child(1) .top-news__item-descr {
	position: absolute;
	bottom: 0;
	padding: 40px;
	max-width: 640px;
	margin: 0 !important;
	z-index: 4;
}

.top-news__item:nth-child(1) .top-news__item-descr p {
	display: none;
}

.top-news__item:nth-child(1) .top-news__item-descr h3 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 40px;
	color: var(--dark);
}

.top-news__item:nth-child(1) .top-news__item-descr time {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: var(--dark);
}

/*---------- NEWS OFFER ----------*/

.all-news {
	border: 1px solid rgba(19, 34, 39, 0.25);
	background: var(--light);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

body.category .all-news {
	position: relative;
}

body.category .inside-block-padding {
	padding: 3.56% 1.78% 3.56% 1.78%;
	border-radius: 16px;
}

body.category .all-news-section .inside-block-padding {
	padding: 3.56% 1.78% 7.3% 1.78%;
}

#loadmore {
	position: absolute;
	top: auto;
	bottom: 2.8%;
	left: 50%;
	transform: translateX(-50%);
	min-height: 48px;
	padding: 2px 12px 4px 12px;
	border-radius: 100px;
	font-family: var(--second-family);
	font-size: 16px;
	transition: all 0.3s;
	font-weight: 300;
	letter-spacing: 0.05em;
}

#loadmore:hover {
	background-color: #0D798C;
}

#loadmore.load .s-more,
#loadmore .s-load,
#loadmore i {
	display: none;
}

#loadmore.load .s-load,
#loadmore.load i {
	display: block;
}

#loadmore .s-load {
	margin-left: 10px;
}

.article__wrapper {
	border: 1px solid var(--primary);
	border-radius: 16px;
	padding: 24px;
}

.entry-meta {
	margin-top: 10px;
}

.post-thumbnail {
	display: block;
	max-width: 520px;
	height: 380px;
	border-radius: 6px;
	overflow: hidden;

}

.post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
	background-position: center center;
	transition: ease-in-out 0.4s;
}

.post-thumbnail img:hover {
	transform: scale(1.02);
}

.author-post__up-block {
	display: flex;
	align-items: center;
	gap: 16px;
}

.author-post__up-block span {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	color: #3e3232;
}

/* .author-post img {
	width: 45px;
	height: 45px;
	object-fit: cover;
	border-radius: 50%;
	object-position: top;
} */

.entry-meta {
	margin-top: 25px;
}


.entry-meta a {
	display: inline-block;
	margin-top: 20px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	color: var(--dark);
}

.news-title h2 {
	margin-top: 3px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24px;
	color: var(--dark);
}

.entry-content {
	margin-top: 26px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: var(--dark);
}

/*---------- FOLLOW ----------*/
.follow-section {
	padding: 40px 0 80px;
}

.follow {
	background: var(--dark);
	max-height: 370px;
	border-radius: 16px;
	overflow: hidden;
}

.follow__left-block h2 {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 40px;
	color: var(--white);
}

.follow__left-block {
	margin: 6% 0 0 11%;
}


.follow form {
	gap: 15px;
	margin-top: 50px;

}

.follow input {
	font-family: var(--font-family);
	border-bottom: 1px solid var(--primary);
	width: 225px;
	caret-color: var(--white);
	color: var(--white);
	outline: none;
	animation: blink-caret 1s step-end infinite;
}

@keyframes blink-caret {
	50% {
		caret-color: transparent;
	}
}

.follow input::placeholder {
	font-family: var(--font-family);
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 0.04em;
	color: var(--white);
	text-align: center;

}

.follow button {
	border: 1px solid var(--primary);
	color: var(--white);
	border-radius: 100px;
	padding: 10px 24px;
	width: 200px;
	height: 48px;
	min-width: 200px;
	transition: all .3s;
}

.follow button:hover {
	border: 1px solid #10a3bc;

}

.follow__right-block {
	width: 45%;
}

.follow__right-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ============ NEWS PAGE END ============ */

/* ============ ARTICLE PAGE ============ */

/*---------- ARTICLE LEFT BLOCK ----------*/
.article-main-section {
	/* margin-top: 5%; */
	position: relative;
}

.article-main {
	float: left;
	width: 64% !important;
	border: 1px solid rgba(19, 34, 39, 0.25);
	border-radius: 16px;
	background: var(--light);
}

.entry-header {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 40px;
	color: #000;
}

.entry-meta {
	margin-top: 35px;
}

._up-block {
	display: flex;
	align-items: center;
	gap: 10px;
}

._up-block span {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	color: #3e3232;
}

.author-post img {
	width: 30px;
	height: 35px;
	padding-bottom: 5px;
	/* object-fit: cover;
	border-radius: 50%;
	object-position: top; */
}

.entry-date {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	color: var(--dark);
	display: flex;
	align-items: center;
	margin-top: 8px;
}

.article-content {
	overflow: hidden;
}

.article-content img {
	width: 100%;
	max-height: 600px;
	margin-top: 35px;
	object-fit: cover;
	border-radius: 16px;
}

.article-content h3 {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 24px;
	margin-top: 40px;
	/* color: #3e3232; */
}

.article-content p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	/* color: #3e3232; */
	margin-top: 30px;
}

.article-content li {
	font-size: 18px;
	/* color: #3e3232; */
}

/*--------------------*/

.share-list li {
	margin: 0 5px 14px;
	height: 32px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.share-list li:hover {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
}

.share-list img {
	width: 80px;
}

/*---------- ARTICLE RIGHT BLOCK ----------*/
.article-aside {
	float: right;
	width: 33%;
	border-radius: 16px;
}

.article-top-news-section {
	background: var(--dark);
	border-radius: 16px;
	padding: 32px;
	flex-direction: column;
}

.article-sitebar section:not(:first-child) {
	margin-top: 20px;
}

.article-top-news-section h2 {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 24px;
	color: var(--white);
}

.article-top-news-section article:first-of-type {
	margin-top: 35px !important;
}

.article-top-news-section article {
	margin-top: 25px;
}

.article-top-news-section article>a {
	gap: 6%;
}

.article-top-news__img {
	max-width: 250px;
	width: 100%;
	height: 150px;
	border-radius: 16px;
	overflow: hidden;
}


.article-top-news__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: ease 0.4s !important;
}

.article-top-news-section article:hover .top-news__img img {
	transform: scale(1.05);
}


.article-top-news__descr time {
	font-family: var(--font-family);
	font-weight: 100 !important;
	font-size: 14px;
	color: var(--white);
}

.article-top-news__descr h3 {
	max-width: 250px;
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	color: var(--white);
	margin-top: 10px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

/*---------- SUB ----------*/
.sub-section {
	margin-top: 35px;
	display: flex;
	justify-content: center;
	border: 1px solid rgba(19, 34, 39, 0.25);
	background-color: var(--light);
	border-radius: 12px;
}

/*---------- LIKE POST ----------*/
.like-post {
	margin-top: 32px;
}

/* ============ ARTICLE PAGE END ============ */

/* ============ COURSE PAGE ============ */

/*---------- COURS OFFER ----------*/

.cours-offer-section {
	position: relative;
	height: 60vh;
	max-height: 577px;
	min-height: 400px;
	overflow: hidden;
	background-repeat: no-repeat;
	object-fit: cover;
}

.cours-offer {
	width: 100%;
	height: 100%;
	background: rgba(19, 34, 39, 0.75);
	display: flex;
	align-items: center;
}

.cours-offer__content {
	width: 100%;
	/* position: absolute;
	top: 57%;
	left: 50%;
	transform: translate(-50%, -50%); */
	padding-top: 20px;
}

.cours-offer__content h1 {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 68px;
	text-align: center;
	color: var(--white);
}

.cours-offer__content p {
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 26px;
	text-align: center;
	color: var(--white);
	margin-top: 40px;
}

/*---------- COURS INFO ----------*/

.cours-main-section {
	position: relative;
	padding: 80px 0 40px;
}

.site-main {
	float: left;
	width: 58%;
	border: 1px solid rgba(19, 34, 39, 0.25);
	border-radius: 16px;
	background: var(--light);
}

.site-main__video {
	position: relative;
	width: 100%;
	max-height: 540px;
	background-color: var(--dark);
	display: inline-block;
	border-radius: 16px;
}

.site-main__video.video {
	overflow: hidden;
	padding: 0 0 56.3%;
}

/* .video iframe,
.video img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border: none;
	border-radius: 16px;

} */

.btn-reset {
	border: none;
	background: transparent;
	cursor: pointer;
}

.video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-play-shape {
	fill: #212121;
	fill-opacity: 0.8;
}

.video-play-icon {
	fill: #ffffff;
}

.video-play path {
	transition: all 0.3s;
}

.video-play:hover path {
	fill: #10a3bc !important;
}

.video-play:focus {
	outline: none;
}

.video:hover .video-play-shape,
.video:focus .video-play-shape {
	fill: #ff0000;
	fill-opacity: 1;
}

.cours-main__lector-list {
	gap: 16px;
	margin-top: 16px;
}

.site-main__title h2 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 40px;
	color: var(--dark);
	margin-top: 50px;
}

.site-main__aftor {
	gap: 16px;
	align-items: center;
	margin-top: 35px;
}

.cours-main__aftor {
	flex-direction: column;
	margin-top: 0px;
	gap: 0px;
	max-width: 125px;
	min-width: 104px;
	width: 12.8%;
	text-align: center;
}

.site-main__aftor img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	object-position: top;
	border: 2px solid #0F8A9F;
}

h5.cours-main__lector-title {
	margin-top: 24px;
}

.single-course .site-main__aftor span {
	font-size: 16px;
	font-family: 'Oswald', Arial, sans-serif;
	color: #132227;
	line-height: 1.35;
	font-weight: 500;
}

.site-main__descr-top {
	position: relative;
	gap: 35px;
	margin-top: 25px;
	border-bottom: 2px solid rgba(23, 42, 61, 0.3);
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 20px;
	color: var(--dark);
}

.site-main__descr-top:nth-last-of-type(2) {
	padding-bottom: 10px;
}

.site-main__descr-top::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 25%;
	height: 2px;
	background-color: var(--primary);
}

.site-main__descr-top span {
	cursor: pointer;
}


.site-main__grid-acardion {
	display: grid;
	margin-top: 20px;
}

.site-main__grid_accordion-item {
	cursor: pointer;
	padding: 16px;
	width: 100%;
	border: none;
	outline: none;
	transition: background-color 0.1s ease, color 0.1s ease;
	border-radius: 5px;
	user-select: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-main__grid_accordion-item h4 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 21px !important;
	color: var(--dark);
	text-align: left;
}

.site-main__grid_accordion-item:hover {
	background-color: var(--primary);
}

.site-main__grid_accordion-item:hover h4 {
	color: var(--white);
}

._answer {
	font-family: var(--font-family);
	font-weight: 200 !important;
	font-size: 16px;
	color: var(--dark);
	list-style-type: disc !important;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
	opacity: 0;
	/*	padding: 10px 40px !important;*/
}

._answer li {
	margin-top: 3px;

}

.acordion-active {
	background-color: var(--primary);
	color: var(--white);
}

.acordion-active h4 {
	color: var(--white);
}

.acordion-active ._answer {
	max-height: 1000px;
	opacity: 1;
	display: block;
}

.acordion-active .site-main__grid_accordion-item {
	color: var(--white);
}

.arrow-close,
.arrow-open {
	background: none;
	border: none;
	cursor: pointer;
	transition: transform 0.3s ease-in-out;
}

.arrow-open {
	display: block;
	transition: fill 0.3s ease, stroke 0.3s ease;
}

.arrow-close.d-none,
.acordion-active .arrow-open {
	display: none;
}

.acordion-active .arrow-close {
	display: block;
}

.acordion-active .arrow-open {
	display: none;
}

.acordion-active .arrow-close svg {
	transform: rotate(180deg);
}

.acordion-active .arrow-open svg {
	transform: rotate(0deg);
}

.site-main__grid_accordion-item:hover .arrow-open path {
	fill: var(--white);
}

.site-main__grid_accordion-item:hover .arrow-open circle {
	stroke: var(--white);
}

.cours-sitebar {
	float: right;
	background: var(--dark);
	width: 40%;
	padding: 64px 32px 40px 32px;
	border-radius: 16px;
}

.cours-sitebar__title-img {
	overflow: hidden;
	max-height: 550px;
	width: 100%
}

.cours-sitebar__title-img img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
}

.cours-sitebar__title-img-btn {
	display: block;
	border-radius: 100px;
	padding: 11px 24px;
	width: 100%;
	height: 48px;
	background: var(--primary);
	text-align: center;
	color: var(--white);
	margin-top: 25px;
	transition: all 0.3s;
}

.cours-sitebar__title-img-btn:hover {
	background-color: #10a3bc;
	color: #fff;
}

.sitebar-padding {
	padding: 30px;
}

.cours-sitebar__first-block {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 15px;
	background: var(--light);
	border-radius: 12px;
	list-style-type: none !important;
	margin-top: 35px;
}

.cours-sitebar__first-block li {
	display: flex;
	gap: 8px;
	align-items: center;
}

.cours-sitebar__first-block img {
	width: 32px;
}

.cours-sitebar__first-block span {
	font-size: 15px;
}

.cours-article-wrapper {
	background: var(--light);
	border-radius: 12px;
	margin-top: 32px;
}

.cours-article-wrapper h3 {
	font-size: 28px;
}

/* .cours-sitebar__second-block li:nth-last-of-type(5),
.cours-sitebar__tree-block li:nth-last-of-type(3) {
	margin-top: 10px;
} */

.cours-sitebar__second-block li,
.cours-sitebar__tree-block li {
	margin-left: 30px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	color: var(--dark);
	margin-top: 10px;
	list-style-type: disc;
}

.cours-sitebar-logo {
	padding-top: 40px;
	width: 234px;
	margin: 0 auto;
}

/*---------- OTHER ----------*/

.other {
	background: var(--dark);
	border-radius: 16px;
}

.other__title h2 {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 38px;
	line-height: 130%;
	color: var(--white);
	padding-left: 0.7%;
}

.otherSwiper {
	margin-top: 35px;
}

.other-item {
	position: relative !important;
	width: 31.5% !important;
	height: 550px !important;
	border: 1px solid var(--primary);
	border-radius: 12px;
	overflow: hidden;
	margin-right: 2.1%;
}

.other-item-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(19, 34, 39, 0.65);
	z-index: 999;
}

.other-item:hover .other-item-img img {
	transform: scale(1.05);
}

.other-item-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}

.other-item h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 450px;
	width: 100%;
	z-index: 1000;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 32px;
	line-height: 130%;
	text-align: center;
	color: var(--white);
}

.cours-answer ul {
	padding: 15px;
}

/*---------- OTHERS ARROWS ----------*/

.other__title {
	position: relative;
}

.other__button-next,
.other__button-prev {
	width: 80px !important;
	left: 90% !important;
}

.other__button-next svg,
.other__button-prev svg {
	fill: none !important;

}

.other__button-next svg circle,
.other__button-prev svg circle {
	fill: none;
	transition: fill 0.3s ease;
}


.other__button-next:hover svg circle,
.other__button-prev:hover svg circle {
	fill: #0D798C;
}


.other__button-prev {
	display: block;
}


.other__button-next {
	margin-left: 90px;
	transform: rotate(180deg);
}

.swiper-button-prev::after {
	display: none;
}

.swiper-button-lock {
	display: block !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'none';
}

/* ============ COURSE PAGE END ============ */
/* ============ FORMS PAGE START ============ */

.forms-section {
	position: relative;
	padding: 100px 0;
}

::placeholder {
	font-family: var(--font-family);
}

.forms {
	gap: 6%;
}

.forms__left {
	width: 47%;
}

.forms__left_form {
	margin-top: 2%;
}

.forms__left_form input {
	border: 1px solid rgba(19, 34, 39, 0.25);
	border-radius: 8px;
	padding: 12px 16px;
	height: 40px;
	margin-top: 3px;
}

.forms__left_form label {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	color: var(--dark);
}

.forms__left_text h1 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 40px;
	color: var(--dark);
}

.modal-form .forms__left_text h1 {
	font-size: 24px;
}

.forms__left_text p {
	margin-top: 15px;
	font-family: var(--font-family);
	font-size: 16px;
	color: var(--dark);
	text-align: start;
}

.forms__left_bio p {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.forms__left_bio p,
.forms__left_contacts p,
.forms__left_loc p,
.forms__left_form p {
	gap: 15px;
}

.forms__left_bio input {
	width: 100%;
}

.forms__left_contacts p {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}

.forms__left_contacts input {
	width: 100%;
}

.forms__left_loc p {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.forms__left_loc input,
.forms__left_loc select {
	width: 100%;
	border: 1px solid rgba(19, 34, 39, 0.25);
	border-radius: 8px;
	padding: 12px 16px;
	height: 40px;
	font-size: 14px;
	box-sizing: border-box;
	color: rgb(118, 118, 118);
}

.form__left_quation textarea {
	width: 100%;
	height: 100px;
	padding: 12px 16px;
	border: 1px solid rgba(19, 34, 39, 0.25);
	border-radius: 8px;
}

.form__left_quation-checkbox {
	margin: 16px 0;
}

.form__left_quation-checkbox span {
	display: block;
}

.form__left_quation-checkbox label {
	display: flex;
	align-items: center;
	gap: 1%;
	width: 100%;
	color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}

.form__left_quation-checkbox input {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	border: 1px solid #8a9193;
	border-radius: 6px;
	cursor: pointer;
}

.form__left_quation-checkbox .wpcf7-list-item {
	margin: 0;
}

.form__left_quation-button input {
	border-radius: 100px;
	border: none;
	padding: 15px 24px;
	width: 240px;
	height: 48px;
	background: var(--primary);
	color: var(--white);
}

.modal-form .form__left_quation-button input {
	width: 100%;
}

.forms__right {
	width: 47%;
	border-radius: 16px;
	overflow: hidden;
}

.forms__right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ============ FORM POPAP START ============ */
.modal-thanks-popap {
	margin: 0 auto;
	border-radius: 12px;
	padding: 30px;
	max-width: 420px;
	height: 390px;
	border: 1px solid rgba(19, 34, 39, 0.25);
	box-shadow: 0 8px 8px -4px rgba(16, 24, 40, 0.03),
		0 20px 24px -4px rgba(16, 24, 40, 0.08);
}

.modal-thanks-popap img {
	max-width: 45px;
}

.modal-thanks-popap h2 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	color: #101828;
	margin-top: 20px;
}

.modal-thanks-popap p,
.modal-thanks-popap a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: #667085;
	text-align: start;
	margin-top: 10px
}

.modal-thanks-popap a {
	display: block;
	color: #667085;
}

.modal-thanks__social-media {
	margin-top: 20px;
	justify-content: space-between;
}

.padding-tops {
	margin-top: 200px;
}















/* ============ LECTORS PAGE START ============ */
.mentors-offer-section {
	position: relative;
	height: 60vh;
	background-repeat: no-repeat;
	background-size: 100%;
	object-fit: cover
}

.mentors-offer-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(19, 34, 39, .7);
	z-index: 1
}

.mentors-offer__content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001
}

.mentors-offer__content h1,
.mentors-offer__content p {
	text-align: center;
	color: var(--white)
}

.mentors-offer__content p {
	margin-top: 40px
}

/*---------- MENTORS SECTION STYLE ----------*/
.mentors-list-section {
	padding: 80px 0 20px 0
}

.mentors-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	border-radius: 12px;
	padding: 15px 0
}

.mentors-list__item {
	position: relative;
	width: 100%;
	max-width: 420px;
	height: 60vh;
	max-height: 600px;
	border-radius: 12px;
	overflow: hidden;
	background-position: top center;
	object-fit: cover;
	background-repeat: no-repeat;
	transition: ease 0.3s
}

.mentors-list__item:hover {
	-webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, .25);
	box-shadow: 1px 2px 10px rgba(0, 0, 0, .25)
}

.mentors-list__item:hover .mentors-list__bio {
	backdrop-filter: blur(20.39px)
}

.mentors-list__item img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.mentors-list__bio {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 35px;
	border-radius: 0 0 12px 12px;
	backdrop-filter: blur(10.39px);
	background: rgba(255, 255, 255, .45);
	transition: 0.3s ease-in-out
}

.mentors-list__bio span {
	display: block;
	text-align: center
}

.mentors-list__name {
	font-weight: 700;
	font-size: 32px;
	color: var(--dark)
}

.mentors-list__job {
	font-size: 24px;
	color: var(--dark);
	margin-top: 15px
}

.mentors-list__btn {
	margin: 15px auto 0;
	gap: 10px;
	font-size: 16px;
	color: var(--dark);
	font-family: var(--second-family)
}

/* ============ LECTORS PAGE END ============ */

/* ============ SINGLE LECTURERS PAGE ============ */

.single-lecturers .lectors__modal {
	visibility: visible !important;
	opacity: 1 !important;
	position: static !important;
}

.single-lecturers .article-top-news-section article:first-child {
	margin-top: 25px !important;
}

.single-lecturers .inside-block-padding {
	padding: 1.8% 1.78%;
}

.article-sitebar .site-main__aftor a {
	color: var(--primary);
	width: 100%;
}

.article-sitebar .site-main__aftor a:hover {
	color: var(--white);
}

.article-sitebar .site-main__aftor a img {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.article-sitebar .site-main__aftor a:hover img {
	border: 2px solid #0a6273;
}

.article-sitebar .site-main__aftor span {
	font-weight: 400;
}

.single-lecturers .article-sitebar .lectors-position,
.single-lecturers .article-sitebar .lectors-company {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35em;
}


.lector-page {
	backdrop-filter: blur(25px);
	padding: 24px;
	background: rgba(19, 34, 39, 0.8);
	border-radius: 16px;
}

.lector-page__photo {
	max-width: 250px;
	max-height: 250px;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 30px;
	position: relative;
}

.lector-page__photo img {
	width: 100%;
	height: 100% !important;
	margin: 0;
	padding: 0;
	object-fit: cover;
	/* position: absolute;
	top: 0;
	left: 0; */
}

.lector-page__profileinfo {}

.lector-page__name.lectors-name {
	font-size: 30px;
	margin-bottom: 8px;
}

.lector-page__profileinfo span {
	display: block;
}

.lectors-page__social {
	margin-top: 15px;
}

.lectors-page__social img {
	margin-top: 0;
}

.lectors-page__social a {
	transition: transform 0.3s ease !important;
}

.lectors-page__social a:hover {
	transform: translateY(-5px);
}

.lectors-page__social a {
	margin-right: 7px;
}

.article-content .lector-page__info * {
	color: var(--white);
}

a.lectors__more-link {
	color: #23b9d3;
}













.trenings {
	background: var(--dark);
	position: relative;
}

.trenings__decor {
	position: absolute;
	right: 0;
	bottom: 0;
	max-height: 645px;
	height: 100%;
	width: 67%;
}

.trenings__grid-wrapper {
	position: relative;
	z-index: 2;
}