:root {
	--font-main: "Lato", sans-serif;
	--font-title: "Playfair Display", serif;
	--font-logo: "Libertinus Serif", sans-serif;
	--font-buttons: "Montserrat", sans-serif;
}

body {
	background-color: #e7eef0;
	margin: 0;
	font-family: var(--font-main);
}

html {
	scroll-behavior: smooth;
}

.site-container {
	margin: 0 50px;
}

.section-title {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -4%;
	line-height: 90%;
	/*   text-transform: uppercase; */
	font-family: var(--font-title);
	margin-bottom: 35px;
}

.section-title-swiper {
	width: 100%;
}

.section-title-swiper p {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -4%;
	line-height: 90%;
	/*   text-transform: uppercase; */
	font-family: var(--font-title);
	margin: 0;
	color: #108bae;
}

.teachers-cards {
	margin-top: 40px;
}

.swiper {
	max-width: 1320px;
	width: 100%;
}

.swiper-buttons > i {
	color: #108bae;
	font-size: 50px;
	margin-left: 10px;
	cursor: pointer;
}

.buttons-top {
	display: flex;
	align-items: center;
}

.buttons-bottom {
	display: none;
}

.for-mobile{
	display: none;
}
.for-pc{
	display: none;
}
/* HEADER */
.header {
	max-width: 1320px;
	width: 100%;
	background: #fff;
	border-radius: 0 0 28px 28px;
	padding: 20px;
	margin: 0 auto 20px; /* центрируем хедер */
	position: relative;
	z-index: 1002;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: border 0.3s ease;
	box-sizing: border-box;
}
.header__logo img {
	width: 140px;
	height: auto; /* пусть картинка сама сохраняет пропорции */
	padding: 4px;
}
.header__buttons {
	display: flex;
	gap: 16px;
}
.header__btn {
	cursor: pointer;
	border-radius: 70px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 8px;
	border: none;
	background: #074e62;
}
.header__btn:hover {
	background: #096b85;
}
.header__btn a {
	color: #fff;
	text-decoration: none;
}
/* Overlay */
.overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.699);
	backdrop-filter: blur(3px);
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease;
}
body.menu-open .overlay {
	opacity: 1;
	pointer-events: auto;
}
/* MENU DROPDOWN */
.menu {
	position: absolute;
	top: 100%; /* сразу под хедером */
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 0 0 20px 20px;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	z-index: 1001;
	transition: max-height 0.5s ease, opacity 0.5s ease;
}
body.menu-open .menu {
	max-height: 400px;
	opacity: 1;
}
body.menu-open .header {
	border-radius: 0;
}
.menu__content {
	padding: 24px 20px;
}
.menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}
.menu__list a {
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	color: #222;
	transition: color 0.25s ease;
}
.menu__list a:hover {
	color: #074e62;
}
/* PROMO */

.site-promo {
	max-width: 1320px;
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.promo-banner {
	width: 650px;
	height: 650px;
	border-radius: 28px;
	object-fit: cover;
}

.promo-content {
	width: 650px;
	height: 650px;
	border-radius: 30px;
	background-color: #074e62;
}

.promo-main {
	background-color: #ffffff;
	padding: 50px;
	border-radius: 28px;
}

.promo-title {
	font-size: 50px;
	font-weight: 700;
	font-family: var(--font-title);
	line-height: 110%;
	letter-spacing: -4%;
	margin-bottom: 20px;
	/*   text-transform: uppercase; */
	margin-top: 0;

}

.promo-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 40px;
}

.promo-btn {
	width: 440px;
	height: 66px;
	background-color: #108bae;
	border: 0px;
	border-radius: 52px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -4%;
	text-transform: uppercase;
	transition: transform 0.8s ease;
	cursor: pointer;
	font-family: var(--font-buttons);
}

.promo-btn:hover {
	transform: scale(1.05);
}

.promo-footer {
	padding: 30px 50px 30px 50px;
}

.promo-footer p {
	font-size: 20px;
	font-weight: 590;
	color: #ffffff;
}

.promo-circles {
	width: 60%;
	position: relative;
}

.circle {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 4px solid #074e62;
	background-color: #ffffff;
}

.c-1 {
	left: 0px;
}
.c-2 {
	left: 60px;
}
.c-3 {
	left: 120px;
}
.c-4 {
	left: 180px;
}
.c-5 {
	left: 240px;
	color: #108bae;
	font-size: 32px;
	font-weight: 700;
	font-family: var(--font-title);
	line-height: 90%;
	letter-spacing: -4%;
	text-transform: uppercase;
}

/* PROGRAMS */

#programs {
	max-width: 1320px;
	width: 100%;
	margin-bottom: 60px;
}

.title-colored {
	color: #108bae;
}

.programs-cards {
	width: 100%;
}

.programs-card {
	width: 315px;
	height: 600px;
}

.programs-card img {
	width: 315px;
	height: 380px;
	border-radius: 28px;
	object-fit: cover;
	object-position: center;
}

.programs-card > p {
	margin: 10px 0;
}
.programs-general-title {
	margin: 10px 0;
}

.programs-card-title {
	font-weight: 590;
	font-size: 24px;
	line-height: 120%;
	margin-right: 5px;
}

.programs-card-subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	margin: 0;
}

.programs-card-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}

.programs-card-button {
	width: 100%;
	height: 56px;
	background-color: #108bae;
	border: none;
	border-radius: 48px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 510;
	line-height: 100%;
	letter-spacing: -2%;
	text-transform: uppercase;
	transition: transform 0.8s ease;
	cursor: pointer;
	font-family: var(--font-buttons);
}

.programs-card-button:hover {
	transform: scale(1.05);
}

.programs-swiper-buttons {
	display: none;
}

/* BENEFITS */

#benefits {
	max-width: 1320px;
	width: 100%;
	margin-bottom: 100px;
}

.benefits-cards {
	margin-top: 10px;
	gap: 16px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.benefits-card {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	min-height: 306px;
	height: 100%;
	background-size: cover;
	background-position: center;
	padding: 30px;
	border-radius: 16px;
	z-index: 0;
	overflow: hidden;
}

.benefits-card__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.benefits-card[data-bg="1"] {
	background-image: url("../imgs/card-back-1.png");
}
.benefits-card[data-bg="2"] {
	background-image: url("../imgs/card-back-2.png");
}
.benefits-card[data-bg="3"] {
	background-image: url("../imgs/card-back-3.png");
}

.benefits-card-logo {
	width: 100%;
}

.benefits-card-logo img {
	width: 73px;
}

.benefits-card-info {
	width: 332px;
	min-height: 178px;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 20px;
	margin-top: 40px;
}

.benefits-title {
	font-size: 24px;
	font-weight: 590;
	line-height: 100%;
	letter-spacing: -2%;
	margin: 0;
}

.benefits-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.03rem;
}

/* METHOD */

#method {
	max-width: 1320px;
	width: 100%;
	margin-bottom: 116px;
}

.method-cards {
	gap: 16px;
}

.method-card {
	position: relative;
	width: 426px;
	height: 280px;
	border-radius: 16px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	overflow: hidden;
	z-index: 0;
}

.method-card__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.method-content-blue {
	padding: 15px 30px 15px 30px;
	margin: 20px 0 0 20px;
	width: fit-content;
	border-radius: 40px;
	font-size: 24px;
	font-weight: 590;
	background-color: #108bae;
	color: #ffffff;
	transition: width 0.7s ease, height 0.7s ease, background-color 0.7s ease,
		border-radius 0.7s ease, color 0.7s ease, padding 0.7s ease;
}

.method-content-white {
	padding: 15px 30px 15px 30px;
	margin: 20px 0 0 20px;
	width: fit-content;
	border-radius: 40px;
	font-size: 24px;
	font-weight: 590;
	background-color: #ffffff;
	transition: width 0.7s ease, height 0.7s ease, background-color 0.7s ease,
		border-radius 0.7s ease, color 0.7s ease, padding 0.7s ease;
}

.method-title {
	font-size: 24px;
	font-weight: 590;
	line-height: 100%;
	letter-spacing: -2%;
	margin: 0;
	transition: color 0.7s ease;
}

.method-text {
	display: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.03rem;
	margin: 0;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.7s ease, max-height 0.7s ease;
}

.method-card:hover .method-content-blue {
	width: 81%;
	height: 72%;
	background-color: #108bae;
	border-radius: 10px;
	padding: 20px;
	color: #ffffff;
}

.method-card:hover .method-content-white {
	width: 81%;
	height: 72%;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px;
}

.method-card:hover .method-text {
	display: block;
	margin-top: 10px;
	opacity: 1;
	max-height: 300px;
}

.method-card[data-bg="1"] {
	background-image: url("../imgs/method-1.png");
}

.method-card[data-bg="2"] {
	background-image: url("../imgs/method-2.png");
}

.method-card[data-bg="3"] {
	background-image: url("../imgs/method-3.png");
}

.method-card[data-bg="4"] {
	background-image: url("../imgs/method-bg-4.png");
}

.method-card[data-bg="5"] {
	background-image: url("../imgs/method-5.png");
}

.method-card[data-bg="6"] {
	background-image: url("../imgs/method-bg-6.png");
}

.title-blue {
	background-color: #108bae;
	color: #ffffff;
}

.title-white {
	background-color: #ffffff;
	color: #1f1f1f;
}

.method-info {
	background-color: #ffffff;
	border-radius: 10px;
	width: 75%;
	height: 70%;
	padding: 20px;
}

/* TEACHERS */

#teachers {
	max-width: 1320px;
	width: 100%;
	margin-bottom: 116px;
}

.teachers-custom-next {
	transition: transform 0.8s ease;
}

.teachers-custom-prev {
	transition: transform 0.8s ease;
}

.teachers-custom-next:hover {
	transform: scale(1.05);
}

.teachers-custom-prev:hover {
	transform: scale(1.05);
}

.flex-between-center{
	flex-wrap:wrap;
}

.teacher-card {
	padding: 5px;
}

.teacher-card img{
	width: 100%;
	height: auto;
	max-height: 380px;
	border-radius: 16px;
	object-fit: cover;
}

.teacher-modal-content img{
	width: 100%;
	height: auto;
}

.teacher-name {
	font-size: 24px;
	font-weight: 590;
	line-height: 120%;
	letter-spacing: -2%;
	margin: 10px 0 5px 0;
}

.teacher-info {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 15px 0;
	height: 80px
}

.teacher-button {
	color: #ffffff;
	font-size: 18px;
	font-weight: 510;
	letter-spacing: -2%;
	line-height: 100%;
	text-transform: uppercase;
	width: 179px;
	height: 42px;
	border: none;
	border-radius: 48px;
	background-color: #108bae;
	transition: transform 0.8s ease;
	cursor: pointer;
	font-family: var(--font-buttons);
}

.teacher-button:hover {
	transform: scale(1.05);
}
.teacher-certificates ul li a {
	text-decoration: none;
	color: inherit;
	pointer-events: none;
	cursor: default;
}
/* REVIEWS */

#reviews {
	max-width: 1320px;
	width: 100%;
	margin-bottom: 116px;
}

.reviews-cards {
	margin-top: 40px;
}

.review-card {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	background-color: #ffffff;
	border-radius: 16px;
}

.review-card-user {
	width: 100%;
	box-sizing: border-box;
	padding: 27px;
}

.review-card-user > img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 20px;
}

.review-name {
	font-size: 24px;
	font-weight: 590;
	letter-spacing: -2%;
	line-height: 120%;
	margin: 0;
}

.review-level {
	color: #818181;
	font-size: 16px;
	line-height: 140%;
	font-weight: 400;
	margin: 0;
}

.review-bg-blue {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border-radius: 16px;
	background-color: #108bae;
	padding: 28px;
}

.review-comment {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	min-height: 130px;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	margin: 0;
}

.reviews-custom-next {
	transition: transform 0.8s ease;
}

.reviews-custom-prev {
	transition: transform 0.8s ease;
}

.reviews-custom-next:hover {
	transform: scale(1.05);
}

.reviews-custom-prev:hover {
	transform: scale(1.05);
}


#video-review {
	width: 100%;
	max-width: 1320px;
	margin-bottom: 116px;
}

.review-videos {
	width: 100%;
	gap: 20px;
	margin-top: 20px;
}

.video-block {
	height: 300px;
}

.video-block iframe {
	width: 100%;
	height: 300px;
	border-radius: 12px;
	margin-bottom: 50px;
}

/* FAQ */

#faq {
	max-width: 1320px;
	width: 100%;
	margin-bottom: 116px;
}

.faq-button-question {
	width: 216px;
	height: 56px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	background-color: #108bae;
	border: none;
	border-radius: 38px;
	transition: transform 0.8s ease;
	cursor: pointer;
	font-family: var(--font-buttons);
}

.faq-button-question:hover {
	transform: scale(1.05);
}

.faq-question-mbl {
	display: none;
}

.faq-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: flex-start;
}

@media (max-width: 768px) {
	.faq-cards {
		gap: 12px;
		grid-template-columns: 100%;
	}
}


#cards_slide{
	height:auto !important;
}

.faq-card {
	width: 650px;
	height: auto;
	border-radius: 12px;
	background-color: #ffffff;
	cursor: pointer;
}

.faq-left {
	width: 100%;
	max-width: 650px;
	gap: 24px;
}

.faq-right {
	width: 100%;
	max-width: 650px;
	gap: 24px;
}

.faq-question {
	padding: 15px;
}

.faq-question p {
	margin: 0;
	font-weight: 510;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -2%;
}

.faq-toggle {
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 50%;
	background-color: #074e62;
	font-family: var(--font-title);
	font-size: 24px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq-toggle i {
	transition: transform 0.3s ease;
}

.faq-card.open .faq-toggle i {
	transform: rotate(180deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	background-color: #074e62;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border-radius: 0 0 12px 12px;
	padding: 0 20px;
	transition: max-height 0.2s ease, opacity 0.5s ease, padding 0.5s ease;
	margin: 0;
}

.faq-card.open .faq-answer {
	max-height: 500px;
	opacity: 1;
	padding: 20px;
}

/* CONTACTS */

#map {
	width: 630px;
	height: 540px;
	border: 10px solid #108bae;
	border-radius: 28px;
}

#contacts {
	max-width: 1320px;
	width: 100%;
	margin-bottom: 50px;
}

.contact-bg {
	width: 570px;
	height: 480px;
	padding: 40px;
	background-image: url(../imgs/contact-bg.png);
	background-size: cover;
	background-position: center;
	border-radius: 28px;
}

.contact-title {
	text-align: center;
	font-size: 56px;
	font-weight: 700;
	font-family: var(--font-title);
	/*   text-transform: uppercase; */
	color: #ffffff;
	line-height: 90%;
	letter-spacing: -4%;
	margin: 0;
}

.contact-list {
	width: 480px;
	height: 322px;
	padding: 45px;
	background-color: #ffffff;
	border-radius: 8px;
	margin-top: 25px;
}

.contact-list p {
	font-weight: 590;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	margin: 0;
}

.contact-list a {
	font-weight: 510;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	color: #074e62;
	text-decoration: none;
	cursor: pointer;
}

.contact-icons {
	gap: 24px;
}

.contact-icons a {
	color: #074e62;
	font-size: 28px;
}

.contact-value {
	color: #074e62;
	font-size: 28px;
}

/* FOOTER */

.site-footer {
	max-width: 1320px;
	width: 100%;
}

.footer-white {
	background-color: #ffffff;
	border-radius: 16px 16px 0 0;
	padding: 30px;
}

.footer-logo img {
	width: 140px;
	height: 48px;
	padding: 8px;
}

.footer-bottom {
	padding: 20px 40px 20px 40px;
	background-color: #074e62;
	border-radius: 0 0 16px 16px;
	margin-bottom: 10px;
}

.footer-bottom p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
}

.footer-nav {
	gap: 24px;
}

.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 20px;
}

.footer-nav a {
	text-decoration: none;
	color: #333;
	font-weight: 510;
	font-size: 16px;
}

#footer-number {
	width: 186px;
	height: 48px;
	border: none;
	border-radius: 70px;
	background-color: #074e62;
	font-size: 16px;
	font-weight: 510;
	color: #ffffff;
}

.footer-nav a:hover,
.footer-nav a:focus {
	color: #074e62;
	background-color: transparent; /* если не нужен фон */
}

/* MODALS */

.lesson-modal-title {
	font-weight: 700;
	font-size: 38px;
	line-height: 90%;
	letter-spacing: -4%;
	/*   text-transform: uppercase; */
	font-family: var(--font-title);
	color: #1f1f1f;
	margin: 0;
	color: rgb(16, 139, 174);
}

.lesson-modal-subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #31313199;
}

.rounded-modal {
	border-radius: 20px;
	padding-top: 20px;
}

.swal2-title {
	padding-top: 0;
}

.swal2-input {
	font-size: 16px;
	height: 50px;
	width: 410px;
	border-radius: 8px;
	background-color: rgba(211, 211, 211, 0.25);
	border: none;
	margin: 10px 0px;
}

.lesson-modal-subtitle {
	margin: 0;
}

.swal2-input::placeholder {
	color: #31313199;
	opacity: 1;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
}

.swal2-input:focus {
	border: none;
}

.swal2-confirm {
	width: 410px;
	height: 54px;
	background-color: #108bae;
	color: #ffffff;
	font-weight: 590;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	margin-left: 22px;
}

.swal2-confirm:hover {
	background-color: #108bae;
}

.confirm-button {
	font-size: 18px;
	font-weight: 590;
	text-transform: uppercase;
	margin: 0;
}

.custom-close-btn {
	margin-bottom: 1px;
}

.blurred-container {
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px); /* для Safari */
}

.hidden {
	display: none;
}

.swal2-textarea {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	margin-top: 20px;
}

.course-modal-title {
	margin: 0;
}

.teacher-modal-title {
	margin: 0;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	z-index: 1100;
	background: rgba(0, 0, 0, 0.3);
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
	cursor: url("data:image/svg+xml,%3Csvg width='19' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.514.535l-6.42 6.42L2.677.536a1.517 1.517 0 00-2.14 0 1.517 1.517 0 000 2.14l6.42 6.419-6.42 6.419a1.517 1.517 0 000 2.14 1.517 1.517 0 002.14 0l6.419-6.42 6.419 6.42a1.517 1.517 0 002.14 0 1.517 1.517 0 000-2.14l-6.42-6.42 6.42-6.418a1.517 1.517 0 000-2.14 1.516 1.516 0 00-2.14 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"),
		auto;
	visibility: hidden;
}

.modal.is_active {
	display: flex;
	visibility: visible;
}
.modal.is_active .modal-inner {
	animation: scaleModal 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
.modal.is_active .modal-inner__bg {
	animation: scaleModal 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards,
		float2 3s ease-in-out 0.8s infinite;
	animation-delay: 0.3s;
}
.modal.is_active .modal-inner__bg_bottom {
	animation: scaleModal 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards,
		float1 3s ease-in-out 0.8s infinite;
}
.modal__close {
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: scale 0.3s ease;
}
@media (max-width: 768px) {
	.modal__close {
		right: 15px;
		top: 15px;
	}
}
@media (max-width: 768px) {
	.modal__close svg {
		width: 24px;
		height: 24px;
	}
}
.modal__close:hover {
	scale: 1.1;
}
.modal__close:active {
	scale: 0.9;
}
.modal__title {
	font-size: 38px;
	font-weight: 700;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
}

.modal-inner {
	position: relative;
	display: flex;
	background: #fff;
	border-radius: 8px;
	max-width: 520px;
	width: 100%;
	margin: auto;
	cursor: auto;
	overflow: hidden;
	will-change: scale, opacity, transform;
}

@media (max-width: 768px) {
	.modal-inner {
		margin-inline: 16px;
	}
}

.modal-inner__box {
	width: 100%;
	padding: 42px;
	display: flex;
	flex-direction: column;
	gap: 42px;
}
@media (max-width: 768px) {
	.modal-inner__box {
		padding: 20px;
		gap: 20px;
	}
}

@keyframes scaleModal {
	0% {
		opacity: 0;
		transform: scale(0.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.course-modal-content {
	text-align: center;
	font-size: 19px;
}

.progmodal__title {
	font-size: 30px;
	font-weight: 600;
	color: #545454;
	line-height: 1;
	text-align: center;
}

.progmodal .modal-inner__box {
	gap: 12px;
}

.teacher-modal-content {
	text-align: center;
}

.modalform-container form p {
	display: flex;
	flex-direction: column;
}

.modalform-container form input {
	width: 100%;
	margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	margin-inline: 0;
	border-radius: 10px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0px;
}

.modalform-submit {
	width: 100%;
	height: 50px;
	background-color: #108bae;
	border: 0px;
	border-radius: 52px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	transition: transform 0.3s ease;
	cursor: pointer;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-radius: 10px;
}

.modal__head .swal2-title {
	margin: 0;
}


#cards_slide{
	height:600px;
}

.promo-circles img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-size: cover;

}
/* WIDJET WP */
.whatsapp-widjet {
	position: fixed;
	bottom: 25px;
	right: 25px;
	border: 1px solid #074e62;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 140;
	transition: all 0.5s ease;
	background: #074e62;
	cursor: pointer;
}
.whatsapp-widjet-icon {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.whatsapp-widjet-icon svg {
	fill: #fff;
	width: 30px;
	height: 30px;
}
.whatsapp-widjet-circle-left {
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	overflow: hidden;
	left: 0;
}
.whatsapp-widjet-circle-left {
	border: 1px solid #074e62;
	position: absolute;
	top: -7px;
	bottom: 0;
	left: -7px;
	right: 0;
	background-clip: padding-box;
	width: 36px;
	height: 72px;
	border-radius: 76px 0 0 76px;
	border-right: none;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: pie-left 4s both linear infinite;
	-moz-animation: pie-left 4s both linear infinite;
	-ms-animation: pie-left 4s both linear infinite;
	-o-animation: pie-left 4s both linear infinite;
	animation: pie-left 4s both linear infinite;
}

.whatsapp-widjet-circle-right {
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	overflow: hidden;
	right: 0;
}

.whatsapp-widjet-circle-right {
	border: 1px solid transparent;
	position: absolute;
	top: -7px;
	bottom: 0;
	left: 0;
	right: -7px;
	background-clip: padding-box;
	width: 36px;
	height: 72px;
	border-radius: 76px 0 0 76px;
	border-right: none;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: pie-right 4s both linear infinite;
	-moz-animation: pie-right 4s both linear infinite;
	-ms-animation: pie-right 4s both linear infinite;
	-o-animation: pie-right 4s both linear infinite;
	animation: pie-right 4s both linear infinite;
}

@keyframes pie-left {
	0% {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	10% {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	20% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	30% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	40% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}
}
.corp_sect {
	max-width: 1320px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 28px;
	display: flex;
	justify-content: space-between;
	padding: 30px;
	box-sizing: border-box;
}

.corp_sect img {
	width: 50%;
	height: auto;
	border-radius: 12px;
	box-sizing: border-box;
}

.corp_text {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
}

.corp_adv {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 15px;
}

.corp_adv p {
	margin: 0;
	display: inline-block;
	background: #11586c;
	border-radius: 30px;
	text-align: center;
	padding: 8px 20px;
	font-family: var(--font-main);
	font-weight: 590;
	font-size: 20px;
	line-height: 120%;
	color: #ffffff;
}

.corp_who {
	width: 100%;
	height: auto;
	padding: 24px;
	background: #f1f4f5;
	box-sizing: border-box;
	border-radius: 15px;
	margin: 20px 0;
}

.corp_who_title {
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	color: #11586c;
}

.corp_who_text {
	font-family: var(--font-main);
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
}

.corp-card-button {
	width: 75%;
	height: 56px;
	background-color: #108bae;
	border: none;
	border-radius: 48px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 510;
	line-height: 100%;
	letter-spacing: -2%;
	text-transform: uppercase;
	transition: transform 0.8s ease;
	cursor: pointer;
}

.corp-card-button:hover {
	transform: scale(1.05);
}

.brands_sect {
	width: 100%;
	max-width: 1320px;
}

.brands_title {
	width: 100%;
}

.brands_title h2 {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 50px;
	line-height: 90%;
	letter-spacing: -4%;
}

.brands_title h2 span {
	color: #108bae;
}

.brand img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

@media (max-width: 1400px) {
	.brands_block {
		--cols: 6;
	}
}
@media (max-width: 1100px) {
	.brands_block {
		--cols: 4;
	}
}
@media (max-width: 800px) {
	.brands_block {
		--cols: 3;
	}
}
@media (max-width: 480px) {
	.brands_block {
		--cols: 2;
	}
}


.lesson-sect {
	width: 100%;
	max-width: 1320px;
	margin: 115px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.lesson-promo {
	width: 100%;
}

.lesson-promo img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	min-height: 439px;
	border-radius: 28px;
	object-fit: cover;
	border: 10px solid #108bae;
}

.lesson-content {

	max-height: 439px;
	padding: 50px;
	background: #ffffff;
	border-radius: 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
}

.confirm-button {
	background: #108bae;
	width: 100%;
	height: 64px;
	border: none;
	border-radius: 8px;
	font-family: var(--font-buttons);
	text-align: center;
	color: #ffffff;
	font-weight: 590;
	font-size: 18px;
	line-height: 100%;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 1s ease;
}

.confirm_button:hover{
	transform: scale(1.05);
}
.
.lesson-form {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	gap: 5px;
}

.lesson-form input {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 10px 0px;
}

.corp_text h1{
	font-size: 40px;
}

.banner_img{
	background-image: url(../imgs/ban.png);
	width: 100%;
	background-size: cover;
	height: 80vh;
	background-position: center;
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner_sect{
	width: 100%;
	max-width: 1320px;
}
.banner_img h1{
	position: relative;
	color: black;
	padding: 10px;
	border-radius: 25px;
	margin-bottom: 0px !important;
}


.main_banner_text{
	display: flex;
	padding: 0px 30px;
	flex-direction: column;
	background: white;
	width: fit-content;
	border-radius: 25px;
	margin-bottom: 50px;
}

.main_banner_text p {
	position: relative;
	color: black;
	padding: 10px;
	border-radius: 25px;
	margin: 0;
}

.banner_cont{
	margin: 0px 50px;
	position: relative;
	top: 70px;
}

#method .swiper-slide{
	margin: 0px 0px 30px 0px;
}
/* затемнение и размытие фона */
.popup {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
	display: none; /* скрыта изначально */
	justify-content: center;
	align-items: center;
	z-index: 2000;
}

/* сам блок */
.popup__content {
	background: #fff;
	padding: 30px 20px;
	border-radius: 16px;
	text-align: center;
	max-width: 600px;
	width: 100%;
	position: relative;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	animation: fadeInUp 0.4s ease;
}

.popup__content h2 {
	margin-bottom: 12px;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 52px;
	line-height: 90%;
	letter-spacing: -4%;
	color: #222;
	width: 100%;
}

.popup__content p {
	margin-bottom: 20px;
	color: #555;
	font-family: var(--font-main);
	font-weight: 400;
	font-size: 26px;
	line-height: 120%;
}

.popup__btn {
	display: inline-block;
	padding: 12px 24px;
	background: #108bae;
	color: #fff;
	font-family: var(--font-buttons);
	font-weight: 590;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.3s ease;
	width: 100%;
	box-sizing: border-box;
}

.popup__btn:hover {
	background: #053a49;
}

/* кнопка закрытия */
.popup__close {
	position: absolute;
	top: 12px;
	right: 16px;
	font-size: 28px;
	border: none;
	background: transparent;
	color: #333;
	cursor: pointer;
}

/* анимация появления */
@keyframes fadeInUp {
	from {
		transform: translateY(20px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
