body {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

.nowrap {
	white-space: nowrap;
}

.program-for .wrapper_pf0nm5h1e {
	padding: 0;
}

.page_pf0nm5h1e {
	margin-top: 10px;
}

.page_pf0nm5h1e .size-48 {
	letter-spacing: 0;
}

@media (max-width: 1200px) {
	.page_pf0nm5h1e {
		margin-top: 0px;
	}
}

.m-only-pf0nm5h1e {
	display: none !important;
}

.m-only-flex-pf0nm5h1e {
	display: none !important;
}

.d-only-pf0nm5h1e {
	display: block !important;
}

.d-only-grid-pf0nm5h1e {
	display: grid !important;
}

.d-only-flex-pf0nm5h1e {
	display: flex !important;
}

.d-only-inline-flex-pf0nm5h1e {
	display: inline-flex !important;
}

@media (max-width: 767px) {
	.m-only-pf0nm5h1e {
		display: block !important;
	}

	.m-only-flex-pf0nm5h1e {
		display: flex !important;
	}

	.d-only-pf0nm5h1e {
		display: none !important;
	}

	.d-only-grid-pf0nm5h1e {
		display: none !important;
	}

	.d-only-flex-pf0nm5h1e {
		display: none !important;
	}

	.d-only-inline-flex-pf0nm5h1e {
		display: none !important;
	}
}

/* .banner */

.banner_pf0nm5h1e {
	font-family: "AtypDisplay", sans-serif;
	width: 100%;
	background: #000;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
	min-height: 84px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: sticky;
	top: 0;
	z-index: 91;
}

.banner_pf0nm5h1e:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 165px;
	height: 84px;
	background: url(../images/banner-left_pf0nm5h1e.png);
	z-index: 0;
}

.banner_pf0nm5h1e:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 165px;
	height: 84px;
	background: url(../images/banner-right_pf0nm5h1e.png);
	z-index: 0;
}

.banner-container_pf0nm5h1e {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	height: 100%;
	min-height: 84px;
}

.banner-left_pf0nm5h1e {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	max-width: 50%;
}

.banner-left-text_pf0nm5h1e {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #8d8d8d;
}

.banner-left__wrapper_pf0nm5h1e {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 25px;
	margin-right: 10px;
	margin-top: 4px;
}

.banner-left__title_pf0nm5h1e {
	font-family: "AtypDisplay", sans-serif;
	margin: 0;
	font-weight: 500;
	font-size: 34px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	position: relative;
}

.banner-left__title_pf0nm5h1e:before {
	content: "";
	position: absolute;
	top: -70px;
	right: -88px;
	width: 109px;
	height: 84px;
	background: url(../images/banner-img_pf0nm5h1e.png) no-repeat;
}

.banner-left__wrapper_pf0nm5h1e span {
	color: #0c9f6a;
}

.banner-left__inner_pf0nm5h1e p {
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	color: rgba(255, 255, 255, 0.9);
	text-transform: lowercase;
}

.banner-right_pf0nm5h1e {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: start;
	gap: 5px;
	background: url(../images/banner-star_pf0nm5h1e.png) no-repeat;
	background-size: 100% 100%;
	min-width: 372px;
}

.banner-right-wrap_pf0nm5h1e {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	transform: rotate(-3deg);
}


.banner-right__img_pf0nm5h1e {
	width: 88px;
	margin-left: 15px;
	margin-right: 10px;
}

.banner-right-price_pf0nm5h1e {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #fff;
	background: #865ad0;
	border-radius: 90px;
	padding: 3px 10px;
}

.banner-right-text_pf0nm5h1e {
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	color: #fff;
}

.banner-btn_pf0nm5h1e {
	font-family: "Manrope", sans-serif;
	border-radius: 12px;
	padding: 15px 23px;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #fff;
	background: #0c9f6a;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.banner-btn_pf0nm5h1e:hover {
	background: #156d4d;
}

.banner_pf0nm5h1e+header {
	top: 84px;
}

@media screen and (max-width: 1300px) {
	.banner-container_pf0nm5h1e {
		max-width: 1000px;
	}

	.banner-left_pf0nm5h1e {
		max-width: 60%;
	}

	.banner-left__title_pf0nm5h1e {
		font-size: 20px;
	}

	.banner-left-text_pf0nm5h1e {
		font-size: 14px;
	}

	.banner-left__inner_pf0nm5h1e p {
		font-size: 12px;
	}

	.banner-btn_pf0nm5h1e {
		padding: 12px 20px;
		font-size: 14px;
	}

	.banner-right_pf0nm5h1e {
		min-width: 300px;
	}

	.banner-right__img_pf0nm5h1e {
		margin-right: 5px;
	}
}

@media screen and (max-width: 1060px) {
	.banner-container_pf0nm5h1e {
		max-width: 600px;
	}

	.banner-left_pf0nm5h1e {
		display: none;
	}

	.banner-left__inner_pf0nm5h1e {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.banner-left__inner_pf0nm5h1e p {
		font-size: 15px;
		text-transform: lowercase;
		font-weight: 500;
	}

	.banner-left__inner_pf0nm5h1e img {
		width: 40px;
	}
}

@media screen and (max-width: 980px) {
	.banner-container_pf0nm5h1e {
		max-width: 600px;
		padding: 0 10px;
	}

	.banner-btn_pf0nm5h1e {
		font-weight: 600;
		font-size: 14px;
		line-height: 120%;
		padding: 14px;
	}

	.banner_pf0nm5h1e::after {
		display: none;
	}

	.banner_pf0nm5h1e::before {
		display: none;
	}

	.banner-left__wrapper_pf0nm5h1e {
		flex-direction: column;
		gap: 5px;
	}
}

@media screen and (max-width: 767px) {
	.banner-btn_pf0nm5h1e {
		text-align: center;
	}

	.banner-left__inner_pf0nm5h1e {
		display: none;
	}

	.banner-btn_pf0nm5h1e {
		position: absolute;
		top: 20px;
		right: 5px;
	}

	.banner-right__img_pf0nm5h1e {
		width: 70px;
		margin-right: -17px;
	}

	.banner-right_pf0nm5h1e {
		min-width: 250px;
		padding: 9px 0;
	}

	.banner-container_pf0nm5h1e {
		padding: 0;
	}
}

@media screen and (max-width: 550px) {
	.banner-btn_pf0nm5h1e {}

	.banner-left_pf0nm5h1e {
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		align-self: auto;
	}

	.banner-left__wrapper_pf0nm5h1e {
		gap: 0;
	}

	.banner-left__wrapper_pf0nm5h1e p {
		font-size: 18px;
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		align-self: auto;
	}

	.banner-left__inner_pf0nm5h1e {
		gap: 3px;
	}

	.banner-left__inner_pf0nm5h1e p {
		font-size: 14px;
	}

	.banner-left__inner_pf0nm5h1e img {
		width: 22px;
		margin-top: 3px;
	}
}

/* .header */

.header-pf0nm5h1e.header {
	position: static;
}

.header-text-pf0nm5h1e {
	color: rgba(0, 0, 0, 0.5);
	display: flex;
}

@media screen and (max-width: 991px) {
	.header-pf0nm5h1e.header {
		background: #F6F6F6 !important;
	}

	.header-pf0nm5h1e .header-logo {
		width: 85px !important;
	}
}

@media screen and (max-width: 767px) {
	.header-pf0nm5h1e .header-logo {
		width: 85px !important;
	}
}

/* .clue-message */

.clue-message_pf0nm5h1e {
	text-align: left;
	max-width: 330px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	letter-spacing: 0.02em;
	color: #f6f6f6;
	background: #7835ff;
	transform: translateX(-50%);
	z-index: 100;
}

.clue-message_pf0nm5h1e:before {
	background: #7835ff;
}

.clue-message_pf0nm5h1e:before {
	left: calc(50% - 8px);
}

.s30-pf0nm5h1e .clue-icon_pf0nm5h1e:before {
	margin-bottom: -7px;
}

.clue-icon_pf0nm5h1e:before {
	background: #7835FF;
	width: 28px;
	height: 28px;
}

@media screen and (max-width: 1540px) {
	.clue-message_pf0nm5h1e:before {
		left: calc(93% - 8px);
	}

	.s30-pf0nm5h1e .clue-message::before {
		left: calc(50% - 8px);
	}

	.clue-message_pf0nm5h1e {
		transform: translateX(-92%);
	}

	.s30-pf0nm5h1e .clue-message {
		transform: translateX(-50%)
	}
}

@media screen and (max-width: 991px) {
	.s30-pf0nm5h1e .clue-message::before {
		left: calc(93% - 8px);
	}

	.s30-pf0nm5h1e .clue-message {
		transform: translateX(-92%);
	}

	.clue-icon_pf0nm5h1e:before {
		width: 22px;
		height: 22px;
		margin-top: -2px;
	}

	.s30-pf0nm5h1e .clue-icon_pf0nm5h1e:before {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 890px) {
	.s30-pf0nm5h1e .clue-message::before {
		left: calc(50% - 8px);
	}

	.s30-pf0nm5h1e .clue-message {
		transform: translateX(-50%)
	}
}

@media screen and (max-width: 767px) {
	.s30-pf0nm5h1e .clue-message_pf0nm5h1e {
		position: static;
		color: #7F7F7F;
		transform: translateX(0);
		margin-top: 10px;
		font-size: 14px;
		background: transparent;
		width: 100%;
		max-width: 100%;
		letter-spacing: 0;
	}

	.clue-icon_pf0nm5h1e:before {
		width: 20px;
		height: 20px;
		margin-top: -2px;
	}
}

/* .s4 */

.s4_list-pf0nm5h1e p {
	display: flex;
	align-items: center;
	gap: 10px;
}

.s4_list-pf0nm5h1e {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.s4-grid-pf0nm5h1e {
	display: grid;
	grid-template-columns: repeat(48, 1fr);
	grid-template-rows: repeat(11, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.s4-card-pf0nm5h1e {
	padding: 10px;
	border-radius: 16px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
}

.s4-card-1-pf0nm5h1e {
	grid-area: 1 / 1 / 12 / 13;
	background: #7835ff;
	margin-right: 10px;
	justify-content: flex-end;
	padding: 20px;
}

.s4-card-2-pf0nm5h1e {
	grid-area: 1 / 13 / 4 / 22;
}

.s4-card-3-pf0nm5h1e {
	grid-area: 1 / 22 / 4 / 31;

}

.s4-card-4-pf0nm5h1e {
	grid-area: 1 / 31 / 7 / 49;
}

.s4-card-5-pf0nm5h1e,
.s4-card-7-pf0nm5h1e,
.s4-card-8-pf0nm5h1e {
	grid-area: 7 / 13 / 12 / 25;
	background: #fff url(../images/s4-card-3-bg-pf0nm5h1e.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.s4-card-5-pf0nm5h1e img {
	margin-top: -8px;
	margin-bottom: -7px;
}

.s4-card-7-pf0nm5h1e img {
	margin-left: -5px;
	margin-right: -5px;
}

.s4-card-6-pf0nm5h1e {
	grid-area: 4 / 13 / 7 / 31;

}

.s4-card-7-pf0nm5h1e {
	grid-area: 7 / 25 / 12 / 37;
}

.s4-card-8-pf0nm5h1e {
	grid-area: 7 / 37 / 12 / 49;
}

.s4-card-pf0nm5h1e .s4-card__text-pf0nm5h1e {
	font-family: Manrope;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
}

.s4-card-5-pf0nm5h1e .s4-card__text-pf0nm5h1e {
	margin-bottom: 20px;
}

.s4-card__title-pf0nm5h1e {
	font-family: AtypDisplay;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	color: #000;
	margin-bottom: 10px;
}

.s4-card-1-pf0nm5h1e .s4-card__title-pf0nm5h1e {
	font-family: AtypDisplay;
	font-weight: 600;
	font-size: 70px;
	line-height: 100%;
	color: #fff;
	margin-bottom: 15px;
	margin-top: -5px;
}

.s4-card-6-pf0nm5h1e .s4-card__title-pf0nm5h1e,
.s4-card-7-pf0nm5h1e .s4-card__title-pf0nm5h1e {
	font-family: AtypDisplay;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 5px;
}

.s4-card-2-pf0nm5h1e .s4-card__title-pf0nm5h1e,
.s4-card-3-pf0nm5h1e .s4-card__title-pf0nm5h1e,
.s4-card-4-pf0nm5h1e .s4-card__title-pf0nm5h1e,
.s4-card-5-pf0nm5h1e .s4-card__title-pf0nm5h1e {
	font-family: AtypDisplay;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 5px;
}

.s4-card-4-pf0nm5h1e .s4-card__title-pf0nm5h1e {
	font-size: 24px;
	margin-bottom: 10px;
}

.s4-card-5-pf0nm5h1e .s4-card__title-pf0nm5h1e,
.s4-card-7-pf0nm5h1e .s4-card__title-pf0nm5h1e,
.s4-card-8-pf0nm5h1e .s4-card__title-pf0nm5h1e {
	color: #F95F29;
}

.s4-card-4-pf0nm5h1e .s4-card__title-pf0nm5h1e {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.s4-card-1-pf0nm5h1e .s4-card__text-pf0nm5h1e {
	color: #fff;
}

.s4-card-3-pf0nm5h1e,
.s4-card-2-pf0nm5h1e,
.s4-card-6-pf0nm5h1e {
	justify-content: space-between;
}

.s4-card-2-pf0nm5h1e .s4-card__title-pf0nm5h1e,
.s4-card-6-pf0nm5h1e .s4-card__title-pf0nm5h1e,
.s4-card-7-pf0nm5h1e .s4-card__title-pf0nm5h1e {
	padding-right: 30px;
}

.s4-card-2-pf0nm5h1e .s4-card__title-pf0nm5h1e,
.s4-card-3-pf0nm5h1e .s4-card__title-pf0nm5h1e,
.s4-card-6-pf0nm5h1e .s4-card__title-pf0nm5h1e,
.s4-card-7-pf0nm5h1e .s4-card__title-pf0nm5h1e,
.s4-card-8-pf0nm5h1e .s4-card__title-pf0nm5h1e {
	position: relative;
}

.s4-card-7-pf0nm5h1e .s4-card__title-pf0nm5h1e {
	margin-bottom: 8px;
}

.s4-card-2-pf0nm5h1e .s4-card__title-pf0nm5h1e::before,
.s4-card-3-pf0nm5h1e .s4-card__title-pf0nm5h1e::before,
.s4-card-6-pf0nm5h1e .s4-card__title-pf0nm5h1e::before {
	position: absolute;
	content: '';
	top: calc(50% - 13px);
	right: 0;
	width: 26px;
	height: 26px;
	background: url(../images/img-check-pf0nm5h1e.svg) no-repeat;
}

.s4_pf0nm5h1e .button {
	width: 100%;
	max-width: 490px;
	font-weight: 700;
}

.s4_pf0nm5h1e .program-top__pic {
	margin-right: 0;
	width: 50%;
	flex-basis: 50%;
	z-index: 0;
	max-width: 560px;
}

.s4_pf0nm5h1e .program-top {
	margin: 0;
	padding: 0;
	background: #000000;
	margin-bottom: 50px;
}

.s4_pf0nm5h1e .program-top__content {
	padding: 54px 0;
}

.s4_pf0nm5h1e h1 {
	color: #fff;
}

.s4_pf0nm5h1e h1 span {
	display: block;
}

.s4_pf0nm5h1e .button {
	background: #F95F29;
}

.s4_pf0nm5h1e .button:hover {
	background: #7c2607;
}

.s4-grid-pf0nm5h1e {
	margin-top: -65px;
	position: relative;
	padding-bottom: 60px;
}

.s4-wrapper_pf0nm5h1e {
	background: #000000;
	margin: 0 -100px;
	padding: 0 100px;
	border-radius: 32px;
	padding-top: 60px;
}

.s4-card-5-pf0nm5h1e .s4-card__title-pf0nm5h1e {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 7px;
}

.s4-card-3-pf0nm5h1e .s4-card__text-pf0nm5h1e {
	max-width: 200px;
}

.s4_pf0nm5h1e .program-top .program-top__pic {
	justify-content: center;
	margin-left: 0;
}

.s4_btns-pf0nm5h1e {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.s4_btns-pf0nm5h1e button {
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 100px;
	padding: 10px 29px;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	text-align: right;
	color: rgba(255, 255, 255, 0.7);
}

.s4_btns-pf0nm5h1e button.active {
	border: 1px solid #7835ff;
	color: #7835ff;
}

.s4_pf0nm5h1e .s4-grid-pf0nm5h1e {
	margin-top: 0;
}

@media (max-width: 1420px) {
	.s4-wrapper_pf0nm5h1e {
		margin: 0;
		padding: 0 20px;
		padding-top: 20px;
	}

	.s4_pf0nm5h1e .program-top__content {
		padding-top: 0px;
	}
}

@media (max-width: 1200px) {
	.s4-grid-pf0nm5h1e {
		grid-template-columns: repeat(48, 1fr);
		grid-template-rows: repeat(11, 1fr);
	}

	.s4-card-1-pf0nm5h1e {
		grid-area: 1 / 1 / 12 / 13;
	}

	.s4-card-2-pf0nm5h1e {
		grid-area: 1 / 13 / 4 / 31;
	}

	.s4-card-3-pf0nm5h1e {
		grid-area: 1 / 31 / 4 / 49;
	}

	.s4-card-4-pf0nm5h1e {
		grid-area: 7 / 13 / 12 / 49;
	}

	.s4-card-5-pf0nm5h1e {
		grid-area: 12 / 1 / 17 / 17;
	}

	.s4-card-6-pf0nm5h1e {
		grid-area: 4 / 13 / 7 / 49;
	}

	.s4-card-7-pf0nm5h1e {
		grid-area: 12 / 17 / 17 / 33;
	}

	.s4-card-8-pf0nm5h1e {
		grid-area: 12 / 33 / 17 / 49;
	}

	.s4_pf0nm5h1e .program-top__pic {
		justify-content: center;
		margin-left: 0;
		margin-top: 20px;
		flex-basis: auto;
	}

	.s4_pf0nm5h1e .button {
		max-width: 100%;
	}

	.s4_pf0nm5h1e .s4-card-3-pf0nm5h1e {
		gap: 5px;
	}

	.s4-card-3-pf0nm5h1e .s4-card__text-pf0nm5h1e {
		max-width: 250px;
	}

	.s4-grid-pf0nm5h1e {
		margin-top: -35px;
	}
}

@media (max-width: 1100px) {
	.program-top__flex-pic-pf0nm5h1e {
		flex-basis: 540px;
	}
}

@media (max-width: 991px) {
	.program-top__flex-pic-pf0nm5h1e {
		flex-basis: 610px;
		max-width: 100%;
		align-self: auto;
	}

	.s4_pf0nm5h1e .program-top__pic {
		display: flex;
		width: 100%;
		margin-bottom: 19px;
	}

	.s4_pf0nm5h1e.section-page {
		margin-bottom: 46px;
	}
}

@media (max-width: 919px) {
	.s4-grid-pf0nm5h1e {
		grid-template-rows: repeat(17, 1fr);
		grid-template-columns: repeat(12, 1fr);
	}

	.s4-card-1-pf0nm5h1e {
		grid-area: 1 / 1 / 7 / 5;
	}

	.s4-card-2-pf0nm5h1e {
		grid-area: 1 / 5 / 4 / 9;
	}

	.s4-card-3-pf0nm5h1e {
		grid-area: 1 / 9 / 4 / 13;
	}

	.s4-card-4-pf0nm5h1e {
		grid-area: 7 / 1 / 11 / 13;
	}

	.s4-card-5-pf0nm5h1e {
		grid-area: 14 / 1 / 18 / 7;
	}

	.s4-card-6-pf0nm5h1e {
		grid-area: 4 / 5 / 7 / 13;
	}

	.s4-card-7-pf0nm5h1e {
		grid-area: 11 / 1 / 14 / 13;
	}

	.s4-card-8-pf0nm5h1e {
		grid-area: 14 / 7 / 18 / 13;
	}

	.s4-card-3-pf0nm5h1e::before {
		width: 177px;
	}

	.s4-card-3-pf0nm5h1e .s4-card__text-pf0nm5h1e {
		max-width: 370px;
	}
}

@media (max-width: 767px) {
	.s4-grid-pf0nm5h1e {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.s4-card-2-pf0nm5h1e .s4-card__title-pf0nm5h1e,
	.s4-card-3-pf0nm5h1e .s4-card__title-pf0nm5h1e,
	.s4-card-6-pf0nm5h1e .s4-card__title-pf0nm5h1e,
	.s4-card-7-pf0nm5h1e .s4-card__title-pf0nm5h1e,
	.s4-card-8-pf0nm5h1e .s4-card__title-pf0nm5h1e {
		margin-bottom: 7px;
	}

	.s4-card-8-pf0nm5h1e .s4-card__title-pf0nm5h1e {
		padding-right: 40px;
	}

	.s4-card-pf0nm5h1e {
		padding: 10px;
		border-radius: 8px;
	}

	.s4-card-pf0nm5h1e .s4-card__text-pf0nm5h1e {
		font-size: 14px;
	}

	.s4-card-1-pf0nm5h1e .s4-card__title-pf0nm5h1e {
		margin-top: -3px;
	}

	.s4-card-1-pf0nm5h1e {
		order: 1;
	}

	.s4-card-2-pf0nm5h1e {
		order: 2;
	}

	.s4-card-3-pf0nm5h1e {
		order: 3;
	}

	.s4-card-4-pf0nm5h1e {
		order: 5;
	}

	.s4-card-5-pf0nm5h1e {
		order: 6;
	}

	.s4-card-6-pf0nm5h1e {
		order: 4;
	}

	.s4-card-7-pf0nm5h1e {
		order: 7;
	}

	.s4-card-8-pf0nm5h1e {
		order: 8;
	}

	.s4-card-3-pf0nm5h1e::before {
		width: 130px;
		height: 120px;
		top: -15px;
	}

	.s4-card-1-pf0nm5h1e .s4-card__title-pf0nm5h1e {
		font-size: 40px;
	}

	.s4-card-4-pf0nm5h1e .s4-card__title-pf0nm5h1e img {
		width: 130px;
	}

	.s4-card-3-pf0nm5h1e .s4-card__text-pf0nm5h1e {
		max-width: 70%;
	}

	.s4-grid-pf0nm5h1e {
		margin-top: 0;
		padding-bottom: 50px;
		overflow: hidden;
	}

	.s4-wrapper_pf0nm5h1e {
		padding: 0;
	}

	.s4-wrapper_pf0nm5h1e h1 br {
		display: block;
	}

	.s4_btns-pf0nm5h1e {
		margin-bottom: 24px;
		margin-top: 19px;
	}

	.s4_pf0nm5h1e .size-48 {
		font-size: 32px;
		margin-top: 15px;
		margin-bottom: 26px;
		letter-spacing: 0px;
	}

	.s4_pf0nm5h1e .program-top__content p {
		line-height: 120%;
	}

	.s4_pf0nm5h1e .program-top__content a.button {
		border-radius: 12px;
		font-size: 18px;
		width: 100%;
		max-width: 100%;
	}

	.s4_list-pf0nm5h1e p {
		font-size: 14px;
	}

	.s4_list-pf0nm5h1e {
		gap: 10px;
	}

	.s4_pf0nm5h1e .program-top__content {
		padding-bottom: 0;
	}

	.s4-card-1-pf0nm5h1e .s4-card__title-pf0nm5h1e {
		margin-bottom: 8px;
	}

	.s4-card-1-pf0nm5h1e {
		margin-right: 0;
	}

	.s4-card-5-pf0nm5h1e,
	.s4-card-7-pf0nm5h1e,
	.s4-card-8-pf0nm5h1e {
		background: #fff url(../images/s4-card-3-bg-mob-pf0nm5h1e.png) no-repeat;
		background-size: 100% 100%;
	}

	.s4-card-5-pf0nm5h1e img {
		margin-bottom: -15px;
		margin-top: -15px;
	}

	.s4-card-7-pf0nm5h1e img {
		margin-top: -10px;
		margin-bottom: -10px;
	}

	.s4-card-8-pf0nm5h1e img {
		margin-bottom: -14px;
		margin-top: -15px;
	}

	.s4-card-4-pf0nm5h1e .s4-card__title-pf0nm5h1e {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.s4-card-5-pf0nm5h1e .s4-card__title-pf0nm5h1e {
		margin-bottom: 5px;
	}

	.s4-card-4-pf0nm5h1e .s4-card__title-pf0nm5h1e {
		margin-top: -5px;
	}

	.s4_pf0nm5h1e h1 {
		margin-bottom: 36px;
	}

	.s4_pf0nm5h1e .program-top__content {
		align-self: flex-start;
		flex-basis: 100%;
    width: 100%;
	}

	.s4_pf0nm5h1e .container-main {
		padding: 0;
	}

	.s4-wrapper_pf0nm5h1e {
		border-radius: 0;
		padding: 0 20px;
	}

	.s4-card-5-pf0nm5h1e .s4-card__text-pf0nm5h1e {
		margin-bottom: 0;
	}

	.s4-card-4-pf0nm5h1e .s4-card__title-pf0nm5h1e {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
		font-size: 24px;
	}

	.s4-card-5-pf0nm5h1e,
	.s4-card-7-pf0nm5h1e,
	.s4-card-8-pf0nm5h1e {
		justify-content: space-between;
	}

	.s4_pf0nm5h1e .program-top {
		margin-bottom: 0;
	}
}


/* s1 */

.color-purple-pf0nm5h1e {
	color: #865ad0;
}

.s1-wrapper-pf0nm5h1e {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	align-items: flex-end;
}

.s1-swiper-container-pf0nm5h1e,
.s1-content-pf0nm5h1e {
	width: calc(50% - 25px);
	flex-basis: calc(50% - 25px);
}

.s1-swiper-container-pf0nm5h1e {
	padding: 20px;
	background: #f6f6f6;
	border-radius: 16px;
	position: relative;
}

.s1-flex-list-pf0nm5h1e {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}

.s1-flex-item-pf0nm5h1e {
	flex: 1 1 auto;
	border-radius: 16px;
	background: #fff;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	height: 100%;
}

.s1-flex-item-pf0nm5h1e:nth-child(1) {
	flex-basis: auto;
}

.s1-flex-item-pf0nm5h1e:nth-child(2) {
	flex-basis: auto;
}

.s1-flex-item-pf0nm5h1e:nth-child(3) {
	flex-basis: auto;
}

.s1-flex-item-pf0nm5h1e h4 {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	align-items: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	width: 100%;
}

.s1-flex-item-pf0nm5h1e p {
	font-family: Manrope;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #000;
}

.s1-subtitle-pf0nm5h1e {
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #000;
}

.s1-left__desc_pf0nm5h1e {
	font-size: 20px;
}

.s1-swiper-pf0nm5h1e .swiper-pagination {
	display: flex;
	justify-content: center;
	position: relative;
}

.s1-swiper-pf0nm5h1e {
	margin-right: -500px;
	padding-right: 500px;
	margin-left: -15px;
	padding-left: 15px;
}

.s1-text-pf0nm5h1e {
	background: #7835ff;
	border-radius: 16px;
	padding: 20px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	padding-right: 50px;
	position: relative;
}

.s1-text-pf0nm5h1e:before {
	position: absolute;
	content: "";
	top: 20px;
	right: 20px;
	width: 26px;
	height: 26px;
	background: url(../images/s1-img-check-pf0nm5h1e.png) no-repeat;
}

.s1-swiper-container-pf0nm5h1e .swiper-arrow {
	top: 50%;
	box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
	.s1-right-pf0nm5h1e {
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 991px) {
	.s1-flex-item-pf0nm5h1e {
		padding: 20px;
	}

	.s1-flex-item-pf0nm5h1e h4 {
		gap: 10px;
	}

	.s1-wrapper-pf0nm5h1e {
		gap: 10px;
	}

	.s1-swiper-container-pf0nm5h1e,
	.s1-content-pf0nm5h1e {
		width: calc(50% - 5px);
		flex-basis: calc(50% - 5px);
	}
}

@media (max-width: 767px) {
	.s1-content-pf0nm5h1e {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 20px;
	}

	.s1-content__img-pf0nm5h1e {
		margin: 0 auto;
	}

	.s1-flex-list-pf0nm5h1e {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: 31px;
		gap: 0;
	}

	.s1-flex-item-pf0nm5h1e {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		flex-basis: auto;
		flex-direction: column;
		align-items: start;
		min-height: auto;
		height: auto;
		gap: 10px;
		padding: 20px;
	}

	.s1-flex-item-pf0nm5h1e img {
		width: 50px;
		height: 50px;
		margin-bottom: 16px;
	}

	.s1-subtitle-pf0nm5h1e {
		font-size: 16px;
		margin-bottom: 50px;
	}

	.s1-title-pf0nm5h1e {
		letter-spacing: 0;
		margin-bottom: 27px;
	}

	.s1-flex-item-pf0nm5h1e p {
		font-size: 14px;
	}

	.s1-flex-list-pf0nm5h1e::-webkit-scrollbar {
		display: none;
	}

	.s1-swiper-pf0nm5h1e .swiper-pagination {
		display: flex;
		justify-content: center;
	}

	.s1-swiper-pf0nm5h1e {
		margin: 0 -20px;
		padding: 0 20px;
	}

	.s1-flex-item-pf0nm5h1e:nth-child(1),
	.s1-flex-item-pf0nm5h1e:nth-child(2),
	.s1-flex-item-pf0nm5h1e:nth-child(3) {
		flex-basis: auto;
	}

	.s1-pf0nm5h1e {
		padding-bottom: 50px;
	}

	.s1-wrapper-pf0nm5h1e {
		flex-direction: column;
		gap: 50px;
	}

	.s1-swiper-container-pf0nm5h1e,
	.s1-content-pf0nm5h1e {
		width: 100%;
		flex-basis: 100%;
	}

	.s1-swiper-container-pf0nm5h1e {
		padding-top: 16px;
	}

	.s1-text-pf0nm5h1e {
		font-size: 16px;
		padding: 10px;
		border-radius: 8px;
	}

	.s1-text-pf0nm5h1e::before {
		top: 10px;
		right: 10px;
	}

	.s1-flex-item-pf0nm5h1e h4 {
		font-size: 16px;
		flex-direction: column;
		align-items: flex-start;
	}
}

.form-button-pf0nm5h1e {
	width: 100%;
}

.s9-img-pf0nm5h1e {
	margin-right: 15px;
}

.s9-left-text-pf0nm5h1e .color-red {
	color: #fc5f27;
}

.s9-left-text-pf0nm5h1e {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	padding-right: 20px;
	padding-left: 13px;
}

.s9-left-wrapper-pf0nm5h1e {
	padding: 20px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.s9-center-wrapper-pf0nm5h1e {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.s9-right-item-pf0nm5h1e {
	padding: 20px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	min-height: 173px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.s9-pf0nm5h1e {
	background-color: #000;
}

.s9-pf0nm5h1e .flex-block {
	align-items: stretch;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.s9-pf0nm5h1e .flex-column {
	flex-basis: 32%;
	max-width: 400px;
	min-width: 350px;
	flex-grow: 1;
}

.s9-title-pf0nm5h1e {
	color: #fff;
}

.s9-right-item-title-pf0nm5h1e {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	color: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.s9-right-item-text-pf0nm5h1e {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #fff;
}

.s9-right-wrapper-pf0nm5h1e {
	border-radius: 1000px 1000px 16px 16px;
	padding: 20px;
	padding-top: 50px;
	background-color: #7835ff;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.s9-right-wrapper-pf0nm5h1e img {
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.s9-left-wrapper-pf0nm5h1e {
		gap: 10px;
		margin-bottom: 30px;
	}

	.s9-pf0nm5h1e .flex-block {
		align-items: center;
	}

	.s9-pf0nm5h1e .flex-column {
		max-width: 500px;
		min-width: auto;
		width: 100%;
	}

	.s9-left-wrapper-pf0nm5h1e {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.s9-left-wrapper-pf0nm5h1e {
		padding: 10px;
		border-radius: 16px;
	}

	.s9-right-item-pf0nm5h1e {
		border-radius: 16px;
		padding: 20px;
	}

	.s9-pf0nm5h1e .size-28 {
		font-size: 18px;
	}

	.s9-left-text-pf0nm5h1e {
		line-height: 120%;
		margin-top: 2px;
		padding: 0;
		margin-bottom: -3px;
		padding-right: 10px;
	}

	.s9-right-item-title-pf0nm5h1e {
		line-height: 100%;
		margin-top: -3px;
		margin-bottom: 14px;
	}

	.s9-right-item-text-pf0nm5h1e {
		font-size: 14px;
	}

	.s9-pf0nm5h1e {
		padding: 46px 0;
		padding-bottom: 23px;
	}

	.s9-title-pf0nm5h1e {
		margin-bottom: 53px;
		letter-spacing: 0;
	}

	.s9-right-item-pf0nm5h1e {
		flex-basis: 100%;
		min-height: auto;
		padding: 10px;
		border-radius: 8px;
	}

	.s9-right-item-title-pf0nm5h1e {
		font-size: 16px;
	}

	.s9-right-wrapper-pf0nm5h1e p:nth-child(2) br {
		display: block;
	}

	.s9-right-wrapper-pf0nm5h1e {
		padding-top: 27px;
	}

	.s9-right-wrapper-pf0nm5h1e img {
		margin-bottom: 15px;
	}
}

.s3-grid-pf0nm5h1e {
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.s3-item-pf0nm5h1e p.size-20 {
	margin: 0 -3px;
}

.s3-item-pf0nm5h1e {
	height: auto;
}

.s3-item-pf0nm5h1e img {
	margin-top: auto;
}

.s3-item-pf0nm5h1e {
	padding: 50px;
}

@media (max-width: 991px) {
	.s3-title-pf0nm5h1e {
		font-size: 26px;
	}

	.s3-item-pf0nm5h1e {
		padding: 20px;
	}

	.s3-item-pf0nm5h1e p {
		font-size: 16px;
		line-height: 150%;
	}
}

@media (max-width: 767px) {
	.s3-title-pf0nm5h1e {
		font-size: 20px;
		line-height: 100%;
		margin-bottom: 4px;
	}

	.s3-flex-list-pf0nm5h1e {
		margin-bottom: 30px;
	}

	.s3-swiper-pf0nm5h1e {
		margin: 0 -20px;
		padding: 0 20px;
	}

	.s3-swiper-pf0nm5h1e .swiper-pagination {
		display: flex;
		justify-content: center;
	}

	.s3-pf0nm5h1e {
		padding-top: 45px;
		padding-bottom: 95px;
	}

	.s3-item-pf0nm5h1e {
		border-radius: 8px;
		flex-direction: row;
		justify-content: space-between;
		padding: 10px;
	}

	.s3-item-pf0nm5h1e p.size-20 {
		margin: 0;
	}

	.s3-grid-pf0nm5h1e {
		grid-template-columns: repeat(1, 1fr);
	}

	.s3-item-pf0nm5h1e img {
		width: 50px;
	}
}

.s8-title-pf0nm5h1e {
	color: #7835ff;
	padding-right: 10px;
}

.s8-title-pf0nm5h1e span {
	color: #000;
}

.s8-text-pf0nm5h1e {
	font-size: 16px;
}

.s8-item-pf0nm5h1e:first-child .s8-text-pf0nm5h1e {
	font-size: 20px;
}

.s8-text-nowrap-pf0nm5h1e {
	white-space: nowrap;
}

.s8-list-pf0nm5h1e {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.s8-item-pf0nm5h1e {
	padding: 30px;
	border-radius: 24px;
	background: #f6f6f6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
}

.s8-item-pf0nm5h1e:first-child {
	background: #7835ff;
	color: #fff;
}

.s8-item-pf0nm5h1e:last-child {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1100px) {
	.s8-list-pf0nm5h1e {
		grid-template-columns: repeat(2, 1fr);
	}

	.s8-title-pf0nm5h1e {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.s8-list-pf0nm5h1e {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.s8-item-pf0nm5h1e {
		padding: 10px;
		border-radius: 8px;
	}

	.s8-item-pf0nm5h1e:first-child .s8-text-pf0nm5h1e {
		font-size: 16px;
		line-height: 100%;
	}

	.s8-item-pf0nm5h1e:nth-child(2) {
		padding: 10px;
	}

	.s8-pf0nm5h1e {
		padding-top: 46px;
		padding-bottom: 94px;
	}

	.s8-title-pf0nm5h1e {
		letter-spacing: 0;
		margin-bottom: 34px;
	}

	.s8-pf0nm5h1e p.size-20 {
		line-height: 150%;
	}

	.s8-pf0nm5h1e .flex-block {
		margin-bottom: 20px;
		align-items: baseline;
	}

	.s8-text-pf0nm5h1e {
		line-height: 150%;
	}
}

@media (max-width: 767px) {
	.s37-pf0nm5h1e h2 {
		margin-bottom: 25px;
	}

	.s37-pf0nm5h1e .flex-column {
		width: 100%;
	}

	.s37-pf0nm5h1e p:not(:last-child) {
		margin-bottom: 11px;
	}

	.s37-pf0nm5h1e.section {
		padding-bottom: 50px;
	}
}

.s7-grid-pf0nm5h1e {
	gap: 20px;
	grid-template-columns: repeat(6, 1fr);
}

.s7-item-pf0nm5h1e p.size-20 {
	margin: 0 -3px;
	margin-bottom: 30px;
}

.s7-item-pf0nm5h1e {
	height: auto;
	row-gap: 27px;
}

.s7-item-pf0nm5h1e img {
	margin-top: auto;
}

.s7-item-pf0nm5h1e:nth-child(1),
.s7-item-pf0nm5h1e:nth-child(2) {
	grid-column: span 3;
}

.s7-item-pf0nm5h1e:nth-child(3),
.s7-item-pf0nm5h1e:nth-child(4),
.s7-item-pf0nm5h1e:nth-child(5) {
	grid-column: span 2;
}

@media (max-width: 991px) {
	.s7-title-pf0nm5h1e {
		font-size: 30px;
	}

	.s7-item-pf0nm5h1e {
		padding: 20px;
	}

	.s7-item-pf0nm5h1e p {
		font-size: 16px;
		line-height: 150%;
	}
}

@media (max-width: 767px) {
	.s7-title-pf0nm5h1e {
		font-size: 30px;
		line-height: 100%;
		margin-top: -5px;
		margin-bottom: 4px;
	}

	.s7-flex-list-pf0nm5h1e {
		margin-bottom: 30px;
	}

	.s7-swiper-pf0nm5h1e {
		margin: 0 -20px;
		padding: 0 20px;
	}

	.s7-swiper-pf0nm5h1e .swiper-pagination {
		display: flex;
		justify-content: center;
	}

	.s7-pf0nm5h1e {
		padding-bottom: 30px;
	}

	.s7-item-pf0nm5h1e {
		border-radius: 10px;
		padding: 10px;
		row-gap: 10px;
	}

	.s7-item-pf0nm5h1e p.size-20 {
		margin: 0;
	}
}

.s25-grid-wrap-pf0nm5h1e {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.s25-grid-wrap-1-pf0nm5h1e {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: calc(72.5% - 10px);
}

.s25-grid-wrap-2-pf0nm5h1e {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.s25-card-6-pf0nm5h1e,
.s25-card-7-pf0nm5h1e {
	flex-basis: calc(50% - 10px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.s25-card-6-pf0nm5h1e .s25-card-title-pf0nm5h1e,
.s25-card-7-pf0nm5h1e .s25-card-title-pf0nm5h1e {
	margin-bottom: 0;
}

.s25-card-pf0nm5h1e {
	border-radius: 16px;
	padding: 20px;
	background: #f6f6f6;
}

.s25-card-title-pf0nm5h1e {
	font-family: "AtypDisplay", sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 100%;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}

.s25-card-text-pf0nm5h1e {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #000;
}

.s25-card-pf0nm5h1e img {
	border-radius: 16px;
	margin: 0 auto;
	margin-bottom: 25px;
	display: block;
}

.s25-card-4-pf0nm5h1e {
	display: flex;
	gap: 25px;
	background: #262626;
	grid-column: span 3;
}

.s25-card-4-pf0nm5h1e .s25-card-title-pf0nm5h1e {
	text-align: left;
	color: #fff;
	margin-bottom: 0;
}

.s25-card-5-pf0nm5h1e {
	width: calc(27.5% - 10px);
	background: #7835ff;
}

.s25-card-5-pf0nm5h1e .s25-card-title-pf0nm5h1e {
	color: #fff;
	margin-bottom: 0;
}

.s25-card-3-pf0nm5h1e .s25-card-title-pf0nm5h1e {
	margin-bottom: 0;
}

.s25-card-3-pf0nm5h1e {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.s25-grid-wrap-1-pf0nm5h1e {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
	}

	.s25-card-pf0nm5h1e {
		grid-area: auto;
	}

	.s25-grid-wrap-1-pf0nm5h1e,
	.s25-card-5-pf0nm5h1e {
		width: 100%;
	}

	.s25-grid-wrap-pf0nm5h1e {
		flex-direction: column;
	}

	.s25-card-3-pf0nm5h1e,
	.s25-card-4-pf0nm5h1e {
		grid-column: span 2;
	}

	.s25-card-4-pf0nm5h1e {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.s25-pf0nm5h1e {
		padding-bottom: 50px;
	}

	.s25-card-pf0nm5h1e {
		height: auto;
		border-radius: 8px;
		padding: 10px;
	}

	.s25-grid-wrap-1-pf0nm5h1e {
		margin-bottom: 0;
	}

	.s25-pf0nm5h1e h2 {
		margin-bottom: 25px;
	}

	.s25-wrapper-pf0nm5h1e p.mb-30 {
		margin-bottom: 19px;
	}

	.s25-card-4-pf0nm5h1e .s25-card-title-pf0nm5h1e {
		text-align: center;
	}

	.s25-card-title-pf0nm5h1e {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.s25-grid-wrap-1-pf0nm5h1e {
		gap: 10px;
	}

	.s25-grid-wrap-pf0nm5h1e {
		gap: 10px;
		margin-bottom: 10px;
	}

	.s25-grid-wrap-2-pf0nm5h1e {
		gap: 10px;
	}

	.s25-card-6-pf0nm5h1e,
	.s25-card-7-pf0nm5h1e {
		flex-basis: calc(50% - 5px);
	}

	.s25-card-text-pf0nm5h1e {
		font-size: 14px;
		line-height: 120%;
	}

	.s25-card-pf0nm5h1e img {
		border-radius: 8px;
		margin-bottom: 10px;
	}
}

.s33-pf0nm5h1e {
	background: #EAEAEA;
}

.s33-content-pf0nm5h1e {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.s33-card-pf0nm5h1e {
	flex-basis: calc(20% - 16px);
	background: #f6f6f6;
	border-radius: 16px;
	padding: 20px;
}

.s33-card-pf0nm5h1e:nth-child(1) {
	margin-top: 200px;
}

.s33-card-pf0nm5h1e:nth-child(2) {
	margin-top: 150px;
}

.s33-card-pf0nm5h1e:nth-child(3) {
	margin-top: 100px;
}

.s33-card-pf0nm5h1e:nth-child(4) {
	margin-top: 50px;
}

.s33-card-num-pf0nm5h1e {
	border-radius: 5px;
	padding: 6px 10px;
	background: #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.s33-card-list-pf0nm5h1e {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.s33-card-list-pf0nm5h1e p {
	display: flex;
	flex-direction: column;
	font-size: 14px;
}

.s33-swiper-pf0nm5h1e .swiper-pagination {
	display: none;
}

.s33-card-text-pf0nm5h1e {
	font-size: 14px;
	line-height: 120%;
}

.s33-card-title-pf0nm5h1e {
	line-height: 100%;
}

@media (max-width: 991px) {
	.s33-content-pf0nm5h1e {
		flex-direction: column;
		gap: 20px;
	}

	.s33-card-pf0nm5h1e:nth-child(1),
	.s33-card-pf0nm5h1e:nth-child(2),
	.s33-card-pf0nm5h1e:nth-child(3),
	.s33-card-pf0nm5h1e:nth-child(4) {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.s33-pf0nm5h1e {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.s33-content-pf0nm5h1e {
		gap: 10px;
	}

	.s33-card-pf0nm5h1e {
		flex-basis: auto;
		border-radius: 8px;
		padding: 10px;
	}

	.s33-swiper-pf0nm5h1e .swiper-pagination {
		display: flex;
		justify-content: center;
	}

	.s33-swiper-pf0nm5h1e .swiper-pagination-bullet {
		background: #fff;
		opacity: 1;
	}

	.s33-swiper-pf0nm5h1e .swiper-pagination-bullet-active {
		background: #000;
	}

	.s33-swiper-pf0nm5h1e {
		margin: 0 -20px;
		padding: 0 20px;
	}

	.s33-content-pf0nm5h1e {
		margin-bottom: 15px;
	}

	.s33-card-list-pf0nm5h1e p {
		flex-direction: row;
		gap: 5px;
		align-items: center;
	}

	.s33-card-list-pf0nm5h1e p svg {
		flex-shrink: 0;
	}
}

.s26-block-pf0nm5h1e {
	background: #fff;
	border-radius: 24px;
	padding: 40px;
	align-items: center;
}

.s26-get-client__item-pf0nm5h1e {
	padding: 20px;
	background: #dcd7e5;
	border-radius: 24px;
	margin-bottom: 30px;
	display: flex;
	gap: 10px;
}

.s26-get-client__text-pf0nm5h1e {
	margin-bottom: 20px;
}

.s26-get-client__text-pf0nm5h1e img {
	margin-bottom: -5px;
}

.s26-get-client__item-pf0nm5h1e svg {
	width: 23px;
	height: 23px;
	flex-grow: 1;
	flex-shrink: 0;
}

.s26-pinned-pf0nm5h1e {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-transform: uppercase;
	color: #fff;
	background: #7835ff;
	border-radius: 100px;
	padding: 0px 10px;
	display: inline-block;
	margin-bottom: 23px;
}

@media (max-width: 991px) {
	.s26-block-pf0nm5h1e .flex-column br {
		display: block;
	}

	.s26-block-pf0nm5h1e .nowrap {
		display: block;
	}
}

@media (max-width: 767px) {
	.s26-pf0nm5h1e {
		padding: 20px 0;
	}

	.s26-block-pf0nm5h1e {
		padding: 20px;
		padding-bottom: 0;
		border-radius: 16px;
	}

	.s26-img-pf0nm5h1e {
		margin: 10px 0;
		display: block;
		font-size: 13px;
	}

	.s26-get-client__item-pf0nm5h1e {
		font-size: 16px !important;
		max-width: 320px;
	}

	.s26-block-pf0nm5h1e .get-client__item {
		font-size: 16px !important;
		margin-top: 0;
		padding-right: 35px;
		max-width: 320px;
		line-height: 120%;
		margin-bottom: 29px;
	}

	.s26-pinned-pf0nm5h1e {
		width: 100%;
		/* max-width: 280px; */
		text-align: center;
		margin-bottom: 25px;
	}

	.s26-block-pf0nm5h1e .nowrap {
		display: inline;
	}

	.s26-get-client__text-pf0nm5h1e {
		line-height: 120%;
	}

	.s26-img-pf0nm5h1e img {
		width: 20px;
	}

	.s26-get-client__text-pf0nm5h1e {
    margin-bottom: 30px;
}
}

/* s1 */

.s14-wrapper-pf0nm5h1e {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	align-items: stretch;
}

.s14-pf0nm5h1e h3 {
	margin-bottom: 67px;
}

.s14-content-pf0nm5h1e {
	width: calc(49% - 20px);
	flex-basis: calc(49% - 20px);
	align-self: flex-end;
	padding-bottom: 25px;
}

.s14-swiper-container-pf0nm5h1e {
	width: calc(51% - 20px);
	flex-basis: calc(51% - 20px);
}

.s14-swiper-container-pf0nm5h1e {
	background: #f6f6f6;
	border-radius: 16px;
	position: relative;
	height: 100%;
}

.s14-content-pf0nm5h1e h3 {
	font-size: 38px;
	margin-bottom: 40px;
}

.s14-flex-list-pf0nm5h1e {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}

.s14-flex-item-pf0nm5h1e {
	flex: 1 1 auto;
	border-radius: 24px;
	background: #fff;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: auto;
}

.s14-flex-item-pf0nm5h1e .pagination {
	margin: 0 auto;

}

.s14-flex-item-pf0nm5h1e .swiper-pagination-bullet {
	cursor: pointer;
}

.s14-slide-img-pf0nm5h1e {
	border-radius: 24px;
	margin: 0 auto;
	margin-bottom: 23px;
}

.s14-flex-item-pf0nm5h1e:nth-child(1) {
	flex-basis: auto;
	height: auto;
}

.s14-flex-item-pf0nm5h1e:nth-child(2) {
	flex-basis: auto;
	height: auto;
}

.s14-flex-item-pf0nm5h1e:nth-child(3) {
	flex-basis: auto;
	height: auto;
}

.s14-flex-item-pf0nm5h1e h4 {
	text-align: center;
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	width: 100%;
	margin-bottom: 13px;
}

.s14-flex-item-pf0nm5h1e p {
	font-family: Manrope;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #000;
	text-align: center;
	margin-bottom: 23px;
}

.s14-subtitle-pf0nm5h1e {
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #000;
}

.s14-left__desc_pf0nm5h1e {
	font-size: 20px;
}

.s14-img-pf0nm5h1e {
	margin-bottom: 31px;
}

.s14-swiper-pf0nm5h1e .swiper-pagination {
	display: flex;
	justify-content: center;
}

.s14-swiper-pf0nm5h1e {
	margin-right: -500px;
	padding-right: 500px;
	margin-left: -15px;
	padding-left: 15px;
	height: 100%;
}

.s14-swiper-container-pf0nm5h1e .swiper-arrow {
	top: 50%;
	box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}

.s14-text-pf0nm5h1e {
	display: flex;
	align-items: center;
}

.s14-text-pf0nm5h1e:not(:last-child) {
	margin-bottom: 15px;
}

.s14-text-pf0nm5h1e svg {
	margin-right: 10px;
}

@media (max-width: 1024px) {
	.s14-right-pf0nm5h1e {
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 991px) {
	.s14-flex-item-pf0nm5h1e {
		padding: 20px;
	}

	.s14-flex-item-pf0nm5h1e h4 {
		gap: 10px;
	}

	.s14-wrapper-pf0nm5h1e {
		gap: 10px;
	}

	.s14-swiper-container-pf0nm5h1e,
	.s14-content-pf0nm5h1e {
		width: calc(50% - 5px);
		flex-basis: calc(50% - 5px);
	}
}

@media (max-width: 767px) {
	.s14-content-pf0nm5h1e {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 20px;
	}

	.s14-content__img-pf0nm5h1e {
		margin: 0 auto;
	}

	.s14-flex-list-pf0nm5h1e {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: 31px;
		gap: 0;
	}

	.s14-flex-item-pf0nm5h1e {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		flex-basis: auto;
		flex-direction: column;
		align-items: center;
		min-height: auto;
		height: auto;
		padding: 10px;
		padding-bottom: 25px;
		border-radius: 8px;
	}

	.s14-slide-img-pf0nm5h1e {
		margin-bottom: 18px;
		border-radius: 8px;
	}

	.s14-subtitle-pf0nm5h1e {
		font-size: 16px;
		margin-bottom: 50px;
	}

	.s14-title-pf0nm5h1e {
		letter-spacing: 0;
		margin-bottom: 27px;
	}

	.s14-flex-item-pf0nm5h1e p {
		font-size: 16px;
	}

	.s14-flex-list-pf0nm5h1e::-webkit-scrollbar {
		display: none;
	}

	.s14-swiper-pf0nm5h1e .swiper-pagination {
		display: flex;
		justify-content: center;
	}

	.s14-swiper-pf0nm5h1e {
		margin: 0 -20px;
		padding: 0 20px;
	}

	.s14-flex-item-pf0nm5h1e:nth-child(1),
	.s14-flex-item-pf0nm5h1e:nth-child(2),
	.s14-flex-item-pf0nm5h1e:nth-child(3) {
		flex-basis: auto;
	}

	.s14-pf0nm5h1e {
		padding-bottom: 50px;
		padding-top: 60px;
	}

	.s14-wrapper-pf0nm5h1e {
		flex-direction: column;
		gap: 23px;
	}

	.s14-swiper-container-pf0nm5h1e,
	.s14-content-pf0nm5h1e {
		width: 100%;
		flex-basis: 100%;
	}

	.s14-content-pf0nm5h1e {
		order: 1;
	}

	.s14-swiper-container-pf0nm5h1e {
		padding-top: 16px;
	}

	.s14-flex-item-pf0nm5h1e h4 {
		font-size: 20px;
	}

	.s14-pf0nm5h1e h3 {
		margin-bottom: 40px;
	}

	.s14-content-pf0nm5h1e h3 {
		margin-bottom: 45px;
		font-size: 25px;
	}

	.s14-img-pf0nm5h1e {
		margin-bottom: 37px;
	}

	.s14-text-pf0nm5h1e {
		align-items: flex-start;
	}

	.s14-text-pf0nm5h1e span {
		font-size: 20px;
		line-height: 100%;
	}

	.s14-text-pf0nm5h1e svg {
		flex: 0 0 22px;
	}

	.s14-text-pf0nm5h1e:not(:last-child) {
		margin-bottom: 20px;
	}

	.s14-flex-item-pf0nm5h1e h4 {
		margin-bottom: 10px;
	}

	.s14-flex-item-pf0nm5h1e p {
		margin-bottom: 18px;
	}
}

.s11-pf0nm5h1e {
	background: #1A1A1A;
}

.s11-wrapper-pf0nm5h1e {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: repeat(2, 1fr);
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.s11-img-pf0nm5h1e {
	border-radius: 24px;
	z-index: 1;
	width: 100%;
}

.s11-pic-pf0nm5h1e {
	position: relative;
}

.s11-pic-pf0nm5h1e::before {
	content: '';
	position: absolute;
	top: -130px;
	right: -200px;
	width: 100%;
	height: 362px;
	background: url(../images/s11-img-pf0nm5h1e.png) no-repeat;
	background-size: contain;
}

.s11-icon-pf0nm5h1e {
	margin-bottom: 12px;
}

.s11-title-pf0nm5h1e {
	font-family: AtypDisplay;
	font-weight: 500;
	font-size: 48px;
	line-height: 100%;
	color: #fff;
	margin-bottom: 38px;
}

.s11-title-pf0nm5h1e span {
	font-weight: 500;
	color: #7835ff;
}

.s11-text-pf0nm5h1e {
	font-family: Manrope;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #fff;
}

@media (max-width: 768px) {
	.s11-wrapper-pf0nm5h1e {
		grid-template-columns: repeat(1, 1fr);
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.s11-text-pf0nm5h1e {
		margin-bottom: 20px;
	}

	.s11-img-pf0nm5h1e {
		margin: 0 auto;
	}

	.s11-title-pf0nm5h1e {
		font-size: 30px;
		margin-bottom: 24px;
	}

	.s11-text-pf0nm5h1e {
		font-size: 16px;
	}

	.s11-icon-pf0nm5h1e {
		width: 100px;
		height: 100px;
		margin-bottom: 10px;
	}

	.s11-pic-pf0nm5h1e::before {
		display: none;
	}

	.s11-pf0nm5h1e {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.s12-pf0nm5h1e {
	background: #1A1A1A;
	margin-top: -1px;
}

.s12-title-pf0nm5h1e {
	color: #fff;
}

.s12-list-pf0nm5h1e {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}

.s12-item-pf0nm5h1e {
	-ms-flex-preferred-size: calc(33% - 10px);
	flex-basis: calc(33% - 10px);
	background: #f6f6f6;
	border-radius: 24px;
	padding: 40px;
}

.s12-item-pf0nm5h1e:nth-child(2) .s12-item-text-pf0nm5h1e {
	margin-bottom: 0;
}

.s12-item-pf0nm5h1e:nth-child(2) .s12-item-img-pf0nm5h1e {
	margin-bottom: 25px;
}

.s12-item-title-pf0nm5h1e {
	font-family: AtypDisplay;
	font-weight: 500;
	font-size: 26px;
	line-height: 100%;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}

.s12-item-text-pf0nm5h1e {
	font-family: Manrope;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	color: #000;
	margin-bottom: 25px;
}

.s12-form-pf0nm5h1e {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}

.s12-form-pf0nm5h1e .button {
	width: 100%;
}

.s12-input-pf0nm5h1e {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	height: 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	color: white;
	background: #262626;
	outline: none;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	font-size: 18px;
	font-family: inherit;
	background: white;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: black;
}

.s12-agreed-text-pf0nm5h1e {
	font-family: Manrope;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #fff;
}

.s12-agreed-text-pf0nm5h1e a {
	color: #7835ff !important;
	text-decoration: none;
}

.s12-checkbox-off-pf0nm5h1e {
	background-size: cover;
}

.s12-check-wrapper-pf0nm5h1e {
	grid-column: span 4;
}

.s12-form-pf0nm5h1e .agreed__text {
	font-family: Manrope;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #fff;
}

.s12-form-pf0nm5h1e .agreed__text a {
	color: #7835ff !important;
	text-decoration: none;
}

.s12-form-pf0nm5h1e .checkbox-off {
	background-size: cover;
}

.s12-form-pf0nm5h1e .check-wrapper {
	grid-column: span 4;
}

.s12-check-wrapper-pf0nm5h1e .agreed__text {
	color: #fff;
}

.s12-check-wrapper-pf0nm5h1e .agreed__block a {
	color: #7835ff !important;
	text-decoration: none;
}

@media (max-width: 991px) {
	/* .s12-list-pf0nm5h1e::-webkit-scrollbar {
		display: none;
	} */

	/* .s12-list-pf0nm5h1e {
		overflow: auto;
		gap: 20px;
		padding: 0 20px;
		margin: 0 -20px;
		margin-bottom: 60px;
	} */

	.s12-item-pf0nm5h1e {
		/* -ms-flex-preferred-size: 280px;
		flex-basis: 280px; */
		/* -ms-flex-negative: 0;
		flex-shrink: 0; */
		padding: 20px;
	}

	.s12-item-title-pf0nm5h1e {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.s12-item-text-pf0nm5h1e {
		font-size: 16px;
		margin-bottom: 3px;
	}

	.s12-item-pf0nm5h1e:nth-child(2) .s12-item-img-pf0nm5h1e {
		margin-bottom: 10px;
	}

	.s12-form-pf0nm5h1e {
		grid-template-columns: repeat(2, 1fr);
	}

	.s12-form-pf0nm5h1e .check-wrapper {
		grid-column: span 2;
	}

	.s12-item-pf0nm5h1e {
		width: 33%;
	}
}

@media (max-width: 768px) {
	.s12-form-pf0nm5h1e {
		grid-template-columns: repeat(1, 1fr);
	}

	.s12-form-pf0nm5h1e .check-wrapper {
		grid-column: span 1;
	}

	.s12-list-pf0nm5h1e {
		margin-bottom: 30px;
	}

	.s12-swiper-pf0nm5h1e .swiper-pagination {
		display: flex;
		justify-content: center;
	}

	.s12-swiper-pf0nm5h1e .swiper-pagination-bullet-active {
		background: #313131;
	}

	.s12-swiper-pf0nm5h1e .swiper-pagination-bullet {
		background: #fff;
	}

	.s12-item-pf0nm5h1e {
		flex-basis: auto;
		height: auto;
		border-radius: 16px;
	}

	.s12-swiper-pf0nm5h1e {
		margin: 0 -20px;
		padding: 0 20px;
	}

	.s12-item-img-pf0nm5h1e {
		margin: 0 auto;
		display: block;
	}

	.s12-content-pf0nm5h1e {
		margin-bottom: 20px;
	}
}

.s13-pf0nm5h1e {
	margin-top: -1px;
}

.s13-pf0nm5h1e .swiper-slide__content p {
	max-width: 290px;
}

.s13-head-pf0nm5h1e {
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding-bottom: 25px;
	background: url(../images/s13-bg.png) no-repeat;
	background-size: cover;
	margin-bottom: 60px;
}

.s13-head-pf0nm5h1e p {
	line-height: 150%;
}

.s13-head-pf0nm5h1e h2 {
	line-height: 110%;
	margin-bottom: 20px;
}

.s13-text-pf0nm5h1e {
	font-family: AtypDisplay;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color: #fff;
}

.s13-text-pf0nm5h1e span {
	color: #fc5f27;
}

.s13-list-pf0nm5h1e {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.s13-item-pf0nm5h1e {
	font-family: Manrope;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.s13-specialist-container-pf0nm5h1e {
	margin-bottom: 60px;
}

.s13-specialist-container-pf0nm5h1e::before {
	top: -145px;
	left: -75px;
	display: none;
}

.s13-advantages-pf0nm5h1e {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.s13-advantage-pf0nm5h1e {
	display: flex;
	align-items: center;
	gap: 15px;
	border-radius: 24px;
	padding: 20px;
	background: #313131;
	justify-content: space-between;
}

.s13-swiper-pf0nm5h1e {
	margin: 0 -410px;
	padding: 0 410px;
}

.s13-teachers-block-pf0nm5h1e .size-48 {
	max-width: 1100px;
}

.s13-pf0nm5h1e .pagination {
	display: flex;
}

.s13-teachers-block-pf0nm5h1e {
	padding: 0;
	background: transparent;
}

.s13-swiper-pf0nm5h1e .swiper-pagination {
	display: none;
}

@media (max-width: 991px) {
	.s13-pf0nm5h1e .pagination {
		display: flex;
	}

	.s13-pf0nm5h1e .button {
		font-size: 14px;
	}

	.s13-pf0nm5h1e .swiper-slide .text-white-70 {
		overflow: hidden;
		max-height: 76px;
	}

	.s13-swiper-pf0nm5h1e .swiper-slide__pic {
		height: 347px;
	}

	.s13-swiper-pf0nm5h1e .swiper-pagination {
		display: flex;
		justify-content: center;
		margin-top: 30px;
		position: relative;
	}

	.s13-swiper-pf0nm5h1e .swiper-pagination-bullet {
		background: #313131;
		opacity: 1;
	}

	.s13-swiper-pf0nm5h1e .swiper-pagination-bullet-active {
		background: #fff;
	}

	.s13-swiper-pf0nm5h1e .swiper-slide__content {
		bottom: 20px;
		left: 16px;
	}

	.s13-swiper-pf0nm5h1e .swiper-slide__content p {
		font-size: 16px;
	}

	.s13-swiper-pf0nm5h1e .swiper-slide__content h6 {
		font-size: 22px;
	}

	.s13-pf0nm5h1e .swiper-slide .text-white-70 {
		max-height: 66px;
	}
}

@media (max-width: 768px) {

	.s13-teachers-block-pf0nm5h1e .size-48 {
		font-size: 20px;
	}

	.s13-pf0nm5h1e {
		padding: 47px 0;
	}

	.s13-text-pf0nm5h1e {
		font-size: 16px;
	}

	.s13-teachers-block-pf0nm5h1e {
		background: rgba(0, 0, 0, 0.2);
		padding: 30px;
		padding-bottom: 20px;
	}

	.s13-item-pf0nm5h1e {
		font-size: 14px;
	}

	.s13-text-pf0nm5h1e {
		margin-bottom: 25px;
	}

	.s13-head-pf0nm5h1e {
		margin-bottom: 17px;
		background: none;
		align-items: flex-start;
		text-align: left;
		padding-bottom: 0;
	}

	.s13-advantages-pf0nm5h1e {
		grid-template-columns: repeat(1, 1fr);
	}

	.s13-specialist-container-pf0nm5h1e {
		margin-bottom: 30px;
	}

	.s13-head-pf0nm5h1e p {
    line-height: 100%;
}
}


.s27-video-wrapper-pf0nm5h1e {
	position: relative;
}

.s27-video-wrapper-pf0nm5h1e::before {
	position: absolute;
	top: 20px;
	left: 25px;
	content: 'лекция 1';
	font-family: AtypDisplay;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
	border-radius: 60px;
	padding: 10px;
	padding-top: 5px;
	background: rgba(0, 0, 0, 0.5);
}

.s27-video-wrapper-pf0nm5h1e::after {
	position: absolute;
	bottom: 7%;
	left: 5%;
	content: '';
	width: 90%;
	height: 20%;
	background: url(../images/s27-player-pf0nm5h1e.png) no-repeat;
	background-size: 100% auto;
}

@media (max-width: 768px) {
	.s27-video-wrapper-pf0nm5h1e::before {
		font-size: 8px;
	}

	.s27-pf0nm5h1e {
		padding-top: 46px;
		padding-bottom: 50px;
	}

	.s27-pf0nm5h1e h2 {
		margin-bottom: 26px;
	}

	.s27-pf0nm5h1e .flex-block {
		align-items: baseline;
	}
}

.s27-bottom-pf0nm5h1e {
	border-radius: 24px;
	padding: 30px;
	background: rgba(252, 95, 39, 0.2);
}

.s27-bottom-title-pf0nm5h1e {
	font-family: AtypDisplay;
	font-weight: 400;
	font-size: 36px;
	line-height: 150%;
	color: #000;
	margin-bottom: 10px;
}

.s27-bottom-text-pf0nm5h1e {
	font-family: Manrope;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #000;
	margin-bottom: 10px;
}

.s27-bottom-text-pf0nm5h1e span {
	font-weight: 700;
}

.s27-block-pf0nm5h1e {
	margin-top: 80px;
	padding: 0;
	background: #fff;
	row-gap: 20px;
	justify-content: space-between;
}

.s27-block-pf0nm5h1e .landing-element {
	background: #f6f6f6;
}

.s27-block-pf0nm5h1e .landing-element svg {
	width: auto;
	margin: 0;
}

.s27-block-pf0nm5h1e .flex-column {
	margin: 0;
	flex-basis: calc(33% - 13px);
}

.s27-block-pf0nm5h1e .landing-element {
	padding: 30px;
	padding-right: 25px;
	padding-top: 18px;
}

.s27-block-pf0nm5h1e .landing-element .size-64 {
	margin-bottom: 30px;
}

.s27-block-gray-pf0nm5h1e .landing-element {
	background: #262626;
}

.s27-block-gray-pf0nm5h1e .landing-element p {
	color: #fff;
}

@media (max-width: 991px) {
	.s27-block-pf0nm5h1e .flex-column {
		flex-basis: calc(50% - 13px);
	}

	.s27-block-pf0nm5h1e {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {

	.s27-bottom-pf0nm5h1e {
		border-radius: 16px;
		padding: 20px;
	}

	.s27-bottom-title-pf0nm5h1e {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.s27-bottom-text-pf0nm5h1e {
		font-size: 16px;
	}

	.s27-block-pf0nm5h1e .flex-column {
		flex-basis: 100%;
	}

	.s27-block-pf0nm5h1e {
		margin-top: 20px;
	}

	.s27-block-pf0nm5h1e svg.s27-icon-1-pf0nm5h1e {
		width: 29px;
	}

	.s27-block-pf0nm5h1e svg.s27-icon-2-pf0nm5h1e {
		width: 94px;
	}

	.s27-block-pf0nm5h1e .landing-element {
		padding: 10px;
		padding-top: 5px;
		margin-top: 0;
	}

	.s27-block-pf0nm5h1e .size-64 {
		font-size: 40px;
		margin-bottom: 14px;
	}

	.s27-block-gray-pf0nm5h1e .landing-element {
		padding-top: 20px;
	}

	.s27-block-pf0nm5h1e .landing-element .size-16 {
		line-height: 150%;
	}

	.s27-block-pf0nm5h1e .landing-element .size-64 {
		margin-bottom: 13px;
	}

	.s27-block-pf0nm5h1e {
		row-gap: 10px;
	}
}

.s6-pf0nm5h1e .accordion-program .accordion-content__block {
	padding-left: 20px !important;
}

.s6-pf0nm5h1e .accordion-program .accordion-content__block ul {
	padding-left: 40px;
}

.s6-pf0nm5h1e .accordion-program .accordion-content__block ul.p-25 {
	padding-left: 25px;
}

@media (max-width: 768px) {
	.s6-pf0nm5h1e .block-gray_main {
		border-radius: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.s6-pf0nm5h1e {
		padding-bottom: 0;
	}

	.s6-pf0nm5h1e h2 {
		margin-bottom: 34px;
	}

	.s6-pf0nm5h1e .accordion-head__module {
		margin-bottom: 20px;
	}

	.s6-pf0nm5h1e .accordion-program .accordion-head {
		padding: 10px;
	}

	.s6-pf0nm5h1e .accordion-head .size-20 {
		font-size: 18px;
	}
}


.s2-top__img-pf0nm5h1e {
	border-radius: 24px;
}

.s2-card__list-pf0nm5h1e {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-right: 10px;
}

.s2-card__list-pf0nm5h1e li {
	line-height: 120%;
}

.s2-card__list-pf0nm5h1e .s1-card__item {
	display: flex;
	align-items: start;
}

.s2-card__list-pf0nm5h1e .s1-card__item p {
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	color: #000;
	margin-bottom: 9px;
}

.s2-card__list-pf0nm5h1e .s1-card__item span {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #000;
}

.s2-pf0nm5h1e .s2-top {
	margin-bottom: 60px;
	padding-top: 10px;
}

.s2-pf0nm5h1e .s2-left {
	order: 1;
}

.s2-pf0nm5h1e .s2-top picture {
	order: 2;
}

.s2-pf0nm5h1e .s1-card__item svg {
	flex-basis: 22px;
	flex-shrink: 0;
}

.s2-bottom-pf0nm5h1e {
	padding: 5px;
	background: #262626;
	border-radius: 24px;
	display: flex;
	align-items: center;
}

.s2-bottom-pf0nm5h1e img {
	border-radius: 20px;
	margin-right: 5px;
	width: 184px;
	height: 184px;
}

.s2-bottom-text-pf0nm5h1e {
	padding: 25px;
}

.s2-bottom-text-pf0nm5h1e p {
	font-weight: 500;
	font-size: 24px;
	line-height: 125%;
	letter-spacing: -0.02em;
	color: #fff;
	margin-bottom: 20px;
}

.s2-bottom-text-pf0nm5h1e span {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #bdbdbd;
}

@media (max-width: 991px) {
	.s2-pf0nm5h1e .s2-top {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.s2-pf0nm5h1e h2 {
		text-align: center !important;
	}

	.s2-pf0nm5h1e {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.s2-pf0nm5h1e h2 {
		margin-bottom: 34px;
	}

	.s2-card__list-pf0nm5h1e .s1-card__item {
		gap: 5px;
	}

	.s2-bottom-pf0nm5h1e img {
		margin-right: 0;
		width: 280px;
		height: 280px;
		margin-bottom: 20px;
	}

	.s2-bottom-pf0nm5h1e {
		flex-direction: column;
		border-radius: 16px;
		padding: 20px;
	}

	.s2-bottom-text-pf0nm5h1e {
		padding: 0;
	}

	.s2-bottom-text-pf0nm5h1e p {
		font-weight: 500;
		font-size: 16px;
		line-height: 125%;
		letter-spacing: -0.02em;
		color: #fff;
		margin-bottom: 20px;
	}

	.s2-bottom-text-pf0nm5h1e span {
		font-weight: 500;
		font-size: 14px;
		line-height: 150%;
		color: #bdbdbd;
	}

	.s2-pf0nm5h1e .s2-top {
		padding-top: 1px;
		row-gap: 40px;
		margin-bottom: 32px;
	}

	.s2-pf0nm5h1e .s1-card__text-wrap {
		margin-right: -10px;
	}

	.s2-top__img-pf0nm5h1e {
		border-radius: 16px;
		width: 100%;
	}
}

.s16-title-pf0nm5h1e .span-1,
.s16-title-pf0nm5h1e .span-2 {
	position: relative;
	padding-left: 36px;
}

.s16-title-pf0nm5h1e .span-1::before,
.s16-title-pf0nm5h1e .span-2::before {
	position: absolute;
	content: '';
	top: 18px;
	left: 0;
	width: 36px;
	height: 36px;
}

.s16-nowrap-pf0nm5h1e {
	white-space: nowrap;
}

.s16-title-pf0nm5h1e .span-1::before {
	background: url(../images/s16-icon2-pf0nm5h1e.png) no-repeat;
	background-size: contain;
}

.s16-title-pf0nm5h1e .span-2::before {
	background: url(../images/s16-icon1-pf0nm5h1e.png) no-repeat;
	background-size: contain;
}

.s16-diploma-block-pf0nm5h1e {
	border-radius: 24px;
	padding: 40px;
	border: none;
	margin-bottom: 20px;
}

.s16-diploma-block-black-pf0nm5h1e {
	background: #262626;
}

.s16-diploma-text-pf0nm5h1e {
	display: flex;
	gap: 8px;
	margin-bottom: 12px;
}

.s16-diploma-text-pf0nm5h1e svg {
	flex: 0 0 auto;
	margin-top: 5px;
}

.s16-diploma-text-pf0nm5h1e p {
	color: #393939;
	font-size: 16px;
	line-height: 150%;
}

.s16-diploma-block-black-pf0nm5h1e .s16-diploma-text-pf0nm5h1e p {
	color: #bdbdbd;
}

.s16-pf0nm5h1e h2 {
	margin-bottom: 70px;
}

.s16-pf0nm5h1e .diploma-pic img {
	width: 351px;
	margin: -4px 0;
}

.s16-diploma-block-black-pf0nm5h1e .diploma-pic {
	align-items: flex-end;
	margin: 12px 0;
	margin-left: auto;
}

.s16-diploma-p-pf0nm5h1e {
	margin-bottom: 16px;
	color: #393939;
}

.s16-diploma-block-pf0nm5h1e:last-child .diploma-pic {
	margin: 10px 0;
}

.s16-pf0nm5h1e .diploma-content__top .size-32 {
	font-family: "Manrope";
}

@media (max-width: 991px) {

	.s16-title-pf0nm5h1e .span-1,
	.s16-title-pf0nm5h1e .span-2 {
		padding-left: 30px;
	}

	.s16-title-pf0nm5h1e .span-1::before,
	.s16-title-pf0nm5h1e .span-2::before {
		width: 30px;
		height: 30px;
		top: 16px;
	}

	.s16-title-pf0nm5h1e br {
		display: none;
	}

	.s16-diploma-block-pf0nm5h1e {
		border-radius: 16px;
		padding: 20px;
	}

	.s16-diploma-block-black-pf0nm5h1e {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.s16-diploma-block-black-pf0nm5h1e br {
		display: none;
	}

	.s16-diploma-block-pf0nm5h1e .diploma-pic img {
		width: auto;
		max-width: 280px;
	}

	.s16-pf0nm5h1e .diploma-logo {
		order: 3;
		position: static;
	}

	.s16-pf0nm5h1e .diploma-content {
		order: 2;
	}

	.s16-pf0nm5h1e .diploma-pic {
		order: 1;
	}
}

@media (max-width: 767px) {

	.s16-title-pf0nm5h1e .span-1,
	.s16-title-pf0nm5h1e .span-2 {
		padding-left: 25px;
	}

	.s16-title-pf0nm5h1e .span-1::before,
	.s16-title-pf0nm5h1e .span-2::before {
		width: 25px;
		height: 25px;
		top: 13px;
	}

	.s16-pf0nm5h1e {
		padding-top: 50px;
	}

	.s16-pf0nm5h1e .diploma-logo {
		margin-bottom: 34px;
	}

	.s16-diploma-text-pf0nm5h1e:not(:last-child) {
		margin-bottom: 10px;
	}

	.s16-diploma-text-pf0nm5h1e:last-child {
		margin-bottom: 40px;
	}

	.s16-pf0nm5h1e h2 {
		margin-bottom: 40px;
	}

	.s16-pf0nm5h1e .diploma-content__top .size-32 {
		font-size: 25px;
		letter-spacing: -0.02em;
	}
}

.s10-list-pf0nm5h1e {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.s10-item-pf0nm5h1e {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	padding: 20px;
	border-radius: 16px;
	background: #f6f6f6;
}

.s10-item-pf0nm5h1e img {
	width: 200px;
}

.s10-item-pf0nm5h1e p {
	font-family: "AtypDisplay";
	font-weight: 400;
	font-size: 28px;
	line-height: 100%;
	color: #000;
}

.s10-item-pf0nm5h1e p .color-gray {
	color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1100px) {
	.s10-item-pf0nm5h1e img {
		width: 150px;
	}

	.s10-item-pf0nm5h1e p {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.s10-item-pf0nm5h1e {
		flex-direction: column;
	}

	.s10-item-pf0nm5h1e p {
		font-size: 20px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.s10-list-pf0nm5h1e {
		gap: 10px;
	}

	.s10-item-pf0nm5h1e {
		border-radius: 8px;
		padding: 10px;
		gap: 10px;
	}

	.s10-item-pf0nm5h1e img {
		width: 70px;
	}

	.s10-item-pf0nm5h1e p {
		font-size: 14px;
	}
}

.s28-title-pf0nm5h1e {
	display: flex;
	align-items: center;
	gap: 20px;
}

.s28-title-pf0nm5h1e h2,
.s28-title-pf0nm5h1e p {
	flex-basis: calc(50% - 5px);
}

.s28-title-pf0nm5h1e p {
	font-size: 30px;
	font-weight: 400;
	padding-right: 20px;
}

.s28-title-pf0nm5h1e p {
	line-height: 150%;
}

.s28-swiper-pf0nm5h1e {
	margin: 0 -620px;
	padding: 0 620px;
}

.s28-swiper-container-pf0nm5h1e {
	position: relative;
}

.s28-swiper-container-pf0nm5h1e .swiper-arrow {
	top: 50%;
}

.s28-swiper-container-pf0nm5h1e .swiper-pagination {
	display: none;
}

.s28-slide-pf0nm5h1e {
	border-radius: 24px;
	padding: 30px;
	background: #f6f6f6;
	height: auto;
}

.s28-slide-pf0nm5h1e img {
	margin-bottom: 20px;
}

.s28-slide-title-pf0nm5h1e {
	font-family: AtypDisplay;
	font-weight: 500;
	font-size: 26px;
	line-height: 100%;
	color: #000;
	margin-bottom: 40px;
	min-height: 52px;
}

.s28-slide-text-pf0nm5h1e {
	display: flex;
	gap: 15px;
	margin-right: -5px;
}

.s28-slide-text-pf0nm5h1e p {
	font-size: 16px;
	line-height: 150%;
}

.s28-slide-text-pf0nm5h1e:not(:last-child) {
	margin-bottom: 20px;
}

.s28-slide-text-pf0nm5h1e svg {
	flex-basis: 26px;
	flex-shrink: 0;
}

.s28-list-pf0nm5h1e {
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.s28-content-pf0nm5h1e {
	background: #7835ff;
	border-radius: 24px;
	padding: 30px;
	display: flex;
	gap: 40px;
}

.s28-left-pf0nm5h1e,
.s28-right-pf0nm5h1e {
	flex-basis: calc(50% - 20px);
}

.s28-left-pf0nm5h1e img {
	border-radius: 24px;
	margin-bottom: 20px;
}

.s28-text-pf0nm5h1e {
	display: flex;
	gap: 10px;
	font-size: 16px;
}

.s28-text-pf0nm5h1e svg {
	flex-shrink: 0;
}

@media (max-width: 1100px) {
	.s28-list-pf0nm5h1e {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 991px) {
	.s28-swiper-container-pf0nm5h1e .swiper-pagination {
		display: flex;
		justify-content: center;
	}

	.s28-swiper-pf0nm5h1e {
		margin: 0 -20px;
		padding: 0 20px;
	}

	.s28-title-pf0nm5h1e p {
		font-size: 22px;
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	.s28-list-pf0nm5h1e {
		grid-template-columns: repeat(1, 1fr);
	}
	.s28-slide-pf0nm5h1e {
		padding: 19px 22px;
		border-radius: 16px;
	}

	.s28-slide-pf0nm5h1e img {
		margin-bottom: 4px;
		width: 70px;
	}

	.s28-slide-title-pf0nm5h1e {
		font-size: 20px;
		margin-bottom: 13px;
		min-height: auto;
	}

	.s28-slide-text-pf0nm5h1e p {
		font-size: 14px;
		line-height: 120%;
	}

	.s28-slide-text-pf0nm5h1e {
		gap: 15px;
		font-size: 14px;
		line-height: 120%;
	}

	.s28-title-pf0nm5h1e {
		flex-direction: column;
		align-items: flex-start;
		gap: 26px;
		margin-bottom: 28px;
	}

	.s28-title-pf0nm5h1e p {
		font-size: 20px;
		line-height: 150%;
	}

	.s28-content-pf0nm5h1e {
		flex-direction: column;
		gap: 0;
	}

	.s28-left-pf0nm5h1e img {
		margin: 0 auto;
		display: block;
		margin-bottom: 36px;
	}

	.s28-pf0nm5h1e {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.s28-content-pf0nm5h1e h2 {
		margin-bottom: 23px;
	}

	.s28-content-pf0nm5h1e p {
		margin-bottom: 16px;
	}

	.s28-text-pf0nm5h1e {
		font-size: 16px;
		line-height: 150%;
		gap: 15px;
	}
	.s28-slide-text-pf0nm5h1e:not(:last-child) {
		margin-bottom: 10px;
	}
}


.s30-pf0nm5h1e h2 {
	padding-bottom: 10px;
}

.s30-container-block-pf0nm5h1e {
	flex-direction: column;
}

.s30-container-content-pf0nm5h1e {
	flex-basis: 100%;
	display: flex;
	flex-wrap: wrap;
}

.s30-content-why-pf0nm5h1e {
	display: flex;
	flex-basis: 50%;
	align-items: center;
}

.s30-content-why-pf0nm5h1e .content-why__head {
	margin-right: 0;
}

.s30-content-why-pf0nm5h1e:nth-child(2) .content-why__head {
	align-self: flex-start;
}

.s30-content-why-pf0nm5h1e:first-child {
	padding: 40px 0;
}

.s30-content-why-pf0nm5h1e:nth-child(even) {
	padding-left: 10px;
}

.s30-content-why-pf0nm5h1e:nth-child(odd) {
	padding-right: 10px;
}

.s30-content-why-pf0nm5h1e br {
	display: none;
}

@media (max-width: 991px) {
	.s30-content-why-pf0nm5h1e {
		flex-basis: 100%;
		align-items: flex-start;
	}

	.s30-content-why-pf0nm5h1e:nth-child(even) {
		padding-left: 0;
	}

	.s30-content-why-pf0nm5h1e:nth-child(odd) {
		padding-right: 0;
	}
}

@media (max-width: 890px) {
	.s30-content-why-pf0nm5h1e br {
		display: block;
	}
}

@media (max-width: 768px) {
	.s30-pf0nm5h1e {
		background: #F6F6F6;
		padding-bottom: 50px;
		padding-top: 50px !important;
	}

	.s30-pf0nm5h1e h2 {
		margin-bottom: 14px;
	}

	.s30-content-why-pf0nm5h1e {
		padding: 28px 0 16px;
	}

	.s30-content-why-pf0nm5h1e:first-child {
		padding: 16px 0;
	}

	.s30-pf0nm5h1e .content-why__description {
		letter-spacing: 0;
	}

	.s30-content-why-pf0nm5h1e .content-why__head {
		font-size: 30px;
		margin-bottom: 12px;
	}
}

@media (max-width: 700px) {
	.s30-content-why-pf0nm5h1e br {
		display: none;
	}
}

.s31-video-button-pf0nm5h1e {
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #000;
	border-radius: 12px;
	padding: 10px 20px;
	background: #fff;
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}

@media (max-width: 991px) {
	.s31-pf0nm5h1e .swiper-professional__pic img {
		width: auto;
		height: auto;
	}

	.s31-pf0nm5h1e .swiper-professional__pic {
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.s31-pf0nm5h1e .swiper-professional__name {
		position: absolute;
		z-index: 1;
		padding: 30px;
		bottom: 0;
		color: white;
		left: 0;
	}

	.s31-pf0nm5h1e .swiper-professional__item {
		background: transparent;
		padding: 0;
	}

	.s31-pf0nm5h1e .swiper-professional__content {
		border-radius: 16px;
		padding: 20px;
	}
}

@media (max-width: 991px) {
	.s31-pf0nm5h1e {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width: 768px) {
	.s31-pf0nm5h1e .swiper-professional__line-content {
		max-width: 280px;
	}

	.s31-pf0nm5h1e h2 {
		margin-bottom: 35px;
	}

	.s31-pf0nm5h1e .swiper-professional__name {
		font-size: 36px;
	}

	.s31-pf0nm5h1e .swiper-professional__line:first-child {
		padding-top: 0;
	}

	.s31-pf0nm5h1e .swiper-professional__line:last-child {
		padding-bottom: 0;
	}

	.s31-pf0nm5h1e .swiper-professional__line {
		padding: 18px 0;
	}

	.s31-pf0nm5h1e .swiper-container .pagination {
		margin-top: 30px;
	}
}


.s17-top-list-pf0nm5h1e,
.s17-bottom-list-pf0nm5h1e {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-top: 0;
}

.s17-top-list-pf0nm5h1e {
	margin-bottom: 20px;
}

.s17-top-item-pf0nm5h1e,
.s17-bottom-item-pf0nm5h1e {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	border-radius: 24px;
	padding: 24px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 60px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	box-sizing: border-box;
	margin-bottom: 0;
}

.s17-bottom-item-pf0nm5h1e {
	gap: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.s17-bottom-item-pf0nm5h1e .accordion-content__block {
	padding: 0;
}

.s17-top-item-text-pf0nm5h1e {
	font-family: Manrope;
	font-weight: 600;
	font-size: 24px;
	line-height: 125%;
	letter-spacing: -0.02em;
	color: #000;
}

.s17-bottom-img-pf0nm5h1e {
	margin-bottom: 50px;
}

.s17-bottom-title-pf0nm5h1e {
	margin-bottom: 20px;
	font-family: Manrope;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #000;
	padding: 0;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.s17-bottom-title-pf0nm5h1e .accordion-icon {
	border: 1px solid #000;
	background: transparent;
	width: 30px;
	height: 30px;
	padding: 6px;
}

.s17-bottom-text-pf0nm5h1e,
.s17-bottom-text-check-pf0nm5h1e {
	margin-bottom: 20px;
	font-family: Manrope;
	font-weight: 400;
	font-size: 17px;
	line-height: 150%;
	color: #000;
}

.s17-bottom-text-check-pf0nm5h1e {
	line-height: 140%;
	font-size: 16px;
	position: relative;
	padding-left: 32px;
}

.s17-bottom-text-check-pf0nm5h1e::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../images/check-pf0nm5h1e.png) no-repeat;
}

@media (max-width: 991px) {

	.s17-top-list-pf0nm5h1e,
	.s17-bottom-list-pf0nm5h1e {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.s17-top-item-pf0nm5h1e,
	.s17-bottom-item-pf0nm5h1e {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.s17-bottom-list-pf0nm5h1e {
		/* margin-right: -20px;
		margin-left: -20px;
		padding: 0 20px; */
		gap: 10px;
	}

	.s17-bottom-list-pf0nm5h1e::-webkit-scrollbar {
		display: none;
	}

	.s17-bottom-item-pf0nm5h1e {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.s17-title-pf0nm5h1e {
		margin-bottom: 35px;
	}

	.s17-text-pf0nm5h1e {
		line-height: 125%;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.s17-top-item-pf0nm5h1e {
		border-radius: 24px;
		padding: 24px;
	}

	.s17-top-item-text-pf0nm5h1e {
		font-size: 18px;
	}

	.s17-bottom-title-pf0nm5h1e {
		font-size: 18px;
	}

	.s17-bottom-title-pf0nm5h1e {
		flex-direction: column;
		gap: 20px;
		margin: 0;
	}

	.s17-bottom-title-pf0nm5h1e .accordion-icon {
		margin-left: 0;
	}

	.s17-top-item-pf0nm5h1e,
	.s17-bottom-item-pf0nm5h1e {
		padding: 20px;
		flex-basis: auto;
		/* justify-content: space-between; */
		height: auto;
	}

	.s17-bottom-list-pf0nm5h1e {
		flex-wrap: nowrap;
		gap: 0;
		margin-bottom: 30px;
	}

	.s17-swiper-pf0nm5h1e {
		margin: 0 -20px;
		padding: 0 20px;
	}

	.s17-swiper-pf0nm5h1e .swiper-pagination {
		display: flex;
		justify-content: center;
	}

	.s17-swiper-pf0nm5h1e .swiper-pagination-bullet {
		background: #fff;
		opacity: 1;
	}

	.s17-swiper-pf0nm5h1e .swiper-pagination-bullet-active {
		background: #000;
	}

	.s17-pf0nm5h1e {
		padding-top: 50px;
		padding-bottom: 77px;
	}

	.s17-top-item-img-pf0nm5h1e {
		margin-bottom: auto;
	}
}

@media (max-width: 768px) {

	.s19-pf0nm5h1e h2 {
		margin-bottom: 43px;
	}
}

.s32-wrapper-pf0nm5h1e .percent {
	border-radius: 8px;
	padding: 5px;
	font-size: 12px;
	background: #fc5f27;
	color: #fff;
}

.s32-wrapper-pf0nm5h1e {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.s32-wrapper-pf0nm5h1e .percent:nth-child(2) {
	background: rgba(120, 53, 255, 0.2);
	color: #0e1221;
	;
}

.s32-pf0nm5h1e .callback-condition .price-old span:before {
	border-bottom: 1px solid #b9b9b9;
	;
}

.s32-pf0nm5h1e .callback-condition .price-current {
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.s32-wrapper-pf0nm5h1e {
		flex-direction: column;
		align-items: flex-start;
	}
}