@font-face {
	font-family: "Atyp Display";
	src: url("/wp-content/themes/talentsy/fonts/AtypDisplay-Semibold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Atyp Display";
	src: url("/wp-content/themes/talentsy/fonts/AtypDisplay-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Atyp Display";
	src: url("/wp-content/themes/talentsy/fonts/AtypDisplay-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* === MANROPE === */
@font-face {
	font-family: "Manrope";
	src: url("/wp-content/themes/talentsy/fonts/Manrope-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

body {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

.nowrap {
	white-space: nowrap;
}

.banner_hg8ap7v1d {
	font-family: "Atyp Display", 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_hg8ap7v1d:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 165px;
	height: 84px;
	background: url(images/banner-left_hg8ap7v1d.png);
	z-index: 0;
}

.banner_hg8ap7v1d:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 165px;
	height: 84px;
	background: url(images/banner-right_hg8ap7v1d.png);
	z-index: 0;
}

.banner-container_hg8ap7v1d {
	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_hg8ap7v1d {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	max-width: 50%;
}

.banner-left-text_hg8ap7v1d {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #8d8d8d;
}

.banner-left__wrapper_hg8ap7v1d {
	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_hg8ap7v1d {
	font-family: "Atyp Display", sans-serif;
	margin: 0;
	font-weight: 500;
	font-size: 34px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	position: relative;
}

.banner-left__title_hg8ap7v1d:before {
	content: "";
	position: absolute;
	top: -70px;
	right: -88px;
	width: 109px;
	height: 84px;
	background: url(images/banner-img_hg8ap7v1d.png) no-repeat;
}

.banner-left__wrapper_hg8ap7v1d span {
	color: #0c9f6a;
}

.banner-left__inner_hg8ap7v1d p {
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	color: rgba(255, 255, 255, 0.9);
	text-transform: lowercase;
}

.banner-right_hg8ap7v1d {
	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_hg8ap7v1d.png) no-repeat;
	background-size: 100% 100%;
	min-width: 372px;
}

.banner-right-wrap_hg8ap7v1d {
	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_hg8ap7v1d {
	width: 88px;
	margin-left: 15px;
	margin-right: 10px;
}

.banner-right-price_hg8ap7v1d {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #fff;
	background: #865ad0;
	border-radius: 90px;
	padding: 3px 10px;
}

.banner-right-text_hg8ap7v1d {
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	color: #fff;
}

.banner-btn_hg8ap7v1d {
	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_hg8ap7v1d:hover {
	background: #156d4d;
}

.m-only {
	display: none;
}

.banner_hg8ap7v1d+header {
	top: 84px;
}

.header-hg8ap7v1d.header {
	position: static;
}

@media screen and (max-width: 1300px) {
	.banner-container_hg8ap7v1d {
		max-width: 1000px;
	}

	.banner-left_hg8ap7v1d {
		max-width: 60%;
	}

	.banner-left__title_hg8ap7v1d {
		font-size: 20px;
	}

	.banner-left-text_hg8ap7v1d {
		font-size: 14px;
	}

	.banner-left__inner_hg8ap7v1d p {
		font-size: 12px;
	}

	.banner-btn_hg8ap7v1d {
		padding: 12px 20px;
		font-size: 14px;
	}

	.banner-right_hg8ap7v1d {
		min-width: 300px;
	}

	.banner-right__img_hg8ap7v1d {
		margin-right: 5px;
	}
}

@media screen and (max-width: 1060px) {
	.banner-container_hg8ap7v1d {
		max-width: 600px;
	}

	.m-only {
		display: block;
		font-weight: 500;
		font-size: 12px;
		line-height: 100%;
		color: #fff;
	}

	.banner-left_hg8ap7v1d {
		display: none;
	}

	.banner-left__inner_hg8ap7v1d {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.banner-left__inner_hg8ap7v1d p {
		font-size: 15px;
		text-transform: lowercase;
		font-weight: 500;
	}

	.banner-left__inner_hg8ap7v1d img {
		width: 40px;
	}

	
}

@media screen and (max-width: 991px) {
	.header-hg8ap7v1d.header {
		background: #F6F6F6 !important;
	}
}

@media screen and (max-width: 980px) {
	.banner-container_hg8ap7v1d {
		max-width: 600px;
		padding: 0 10px;
	}

	.banner-btn_hg8ap7v1d {
		font-weight: 600;
		font-size: 14px;
		line-height: 120%;
		padding: 14px;
	}

	.banner_hg8ap7v1d:before {
		top: 0;
		left: auto;
		right: 0;
		width: 177px;
		height: 75px;
		background: url(images/banner-right-mob_hg8ap7v1d.png);
		z-index: 1;
	}

	.banner_hg8ap7v1d::after {
		display: none;
	}

	.banner-left__wrapper_hg8ap7v1d {
		flex-direction: column;
		gap: 5px;
	}
}

@media screen and (max-width: 768px) {
	.banner_hg8ap7v1d {
		/* position: relative; */
	}

	.banner_hg8ap7v1d+header {
		/* top: 0; */
	}

	.banner-btn_hg8ap7v1d {
		text-align: center;
	}

	.banner-left__inner_hg8ap7v1d {
		display: none;
	}

	.banner-btn_hg8ap7v1d {
		position: absolute;
		top: 20px;
		right: 5px;
	}

	.banner-right__img_hg8ap7v1d {
		width: 70px;
		margin-right: -17px;
	}

	.banner-right_hg8ap7v1d {
		min-width: 250px;
		padding: 9px 0;
	}

	.banner-container_hg8ap7v1d {
		padding: 0;
	}
}

@media screen and (max-width: 550px) {
	.banner-btn_hg8ap7v1d {
	}

	.banner-left_hg8ap7v1d {
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		align-self: auto;
	}

	.banner-left__wrapper_hg8ap7v1d {
		gap: 0;
	}

	.banner-left__wrapper_hg8ap7v1d p {
		font-size: 18px;
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		align-self: auto;
	}

	.banner-left__inner_hg8ap7v1d {
		gap: 3px;
	}

	.banner-left__inner_hg8ap7v1d p {
		font-size: 14px;
	}

	.banner-left__inner_hg8ap7v1d img {
		width: 22px;
		margin-top: 3px;
	}
}

.program-for .wrapper_hg8ap7v1d {
	padding: 0;
}

.header-text-hg8ap7v1d {
	color: rgba(0, 0, 0, 0.5);
	display: flex;
}

.clue-message_hg8ap7v1d {
	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%);
}

.clue-message_hg8ap7v1d:before {
	background: #7835ff;
}

.clue-message_hg8ap7v1d:before {
	left: calc(50% - 8px);
}

.clue-icon_hg8ap7v1d:before {
	background: #7835FF;
	width: 28px;
	height: 28px;
}

@media screen and (max-width: 1540px) {
	.clue-message_hg8ap7v1d:before {
		left: calc(93% - 8px);
	}

	.clue-message-2_hg8ap7v1d::before {
		left: calc(50% - 8px);
	}

	.clue-message_hg8ap7v1d {
		transform: translateX(-92%);
	}

	.clue-message-2_hg8ap7v1d {
		transform: translateX(-50%)
	}
}

@media screen and (max-width: 991px) {
	.clue-message-2_hg8ap7v1d::before {
		left: calc(93% - 8px);
	}

	.clue-message-2_hg8ap7v1d {
		transform: translateX(-92%);
	}
}

@media screen and (max-width: 890px) {
	.clue-message-2_hg8ap7v1d::before {
		left: calc(50% - 8px);
	}

	.clue-message-2_hg8ap7v1d {
		transform: translateX(-50%)
	}
}

@media screen and (max-width: 768px) {
	.clue-message-2_hg8ap7v1d {
		position: static;
		color: #7F7F7F;
		transform: translateX(0);
		margin-top: 10px;
		font-size: 14px;
		background: transparent;
		width: 100%;
		max-width: 100%;
	}
}

.s4-grid-hg8ap7v1d {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(12, 1fr);
	-ms-grid-rows: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
	grid-template-rows: repeat(9, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.s4-grid-hg8ap7v1d>*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.s4-grid-hg8ap7v1d>*:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.s4-grid-hg8ap7v1d>*:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.s4-grid-hg8ap7v1d>*:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
}

.s4-grid-hg8ap7v1d>*:nth-child(5) {
	-ms-grid-row: 1;
	-ms-grid-column: 9;
}

.s4-grid-hg8ap7v1d>*:nth-child(6) {
	-ms-grid-row: 1;
	-ms-grid-column: 11;
}

.s4-grid-hg8ap7v1d>*:nth-child(7) {
	-ms-grid-row: 1;
	-ms-grid-column: 13;
}

.s4-grid-hg8ap7v1d>*:nth-child(8) {
	-ms-grid-row: 1;
	-ms-grid-column: 15;
}

.s4-grid-hg8ap7v1d>*:nth-child(9) {
	-ms-grid-row: 1;
	-ms-grid-column: 17;
}

.s4-grid-hg8ap7v1d>*:nth-child(10) {
	-ms-grid-row: 1;
	-ms-grid-column: 19;
}

.s4-grid-hg8ap7v1d>*:nth-child(11) {
	-ms-grid-row: 1;
	-ms-grid-column: 21;
}

.s4-grid-hg8ap7v1d>*:nth-child(12) {
	-ms-grid-row: 1;
	-ms-grid-column: 23;
}

.s4-grid-hg8ap7v1d>*:nth-child(13) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.s4-grid-hg8ap7v1d>*:nth-child(14) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.s4-grid-hg8ap7v1d>*:nth-child(15) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

.s4-grid-hg8ap7v1d>*:nth-child(16) {
	-ms-grid-row: 3;
	-ms-grid-column: 7;
}

.s4-grid-hg8ap7v1d>*:nth-child(17) {
	-ms-grid-row: 3;
	-ms-grid-column: 9;
}

.s4-grid-hg8ap7v1d>*:nth-child(18) {
	-ms-grid-row: 3;
	-ms-grid-column: 11;
}

.s4-grid-hg8ap7v1d>*:nth-child(19) {
	-ms-grid-row: 3;
	-ms-grid-column: 13;
}

.s4-grid-hg8ap7v1d>*:nth-child(20) {
	-ms-grid-row: 3;
	-ms-grid-column: 15;
}

.s4-grid-hg8ap7v1d>*:nth-child(21) {
	-ms-grid-row: 3;
	-ms-grid-column: 17;
}

.s4-grid-hg8ap7v1d>*:nth-child(22) {
	-ms-grid-row: 3;
	-ms-grid-column: 19;
}

.s4-grid-hg8ap7v1d>*:nth-child(23) {
	-ms-grid-row: 3;
	-ms-grid-column: 21;
}

.s4-grid-hg8ap7v1d>*:nth-child(24) {
	-ms-grid-row: 3;
	-ms-grid-column: 23;
}

.s4-grid-hg8ap7v1d>*:nth-child(25) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}

.s4-grid-hg8ap7v1d>*:nth-child(26) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}

.s4-grid-hg8ap7v1d>*:nth-child(27) {
	-ms-grid-row: 5;
	-ms-grid-column: 5;
}

.s4-grid-hg8ap7v1d>*:nth-child(28) {
	-ms-grid-row: 5;
	-ms-grid-column: 7;
}

.s4-grid-hg8ap7v1d>*:nth-child(29) {
	-ms-grid-row: 5;
	-ms-grid-column: 9;
}

.s4-grid-hg8ap7v1d>*:nth-child(30) {
	-ms-grid-row: 5;
	-ms-grid-column: 11;
}

.s4-grid-hg8ap7v1d>*:nth-child(31) {
	-ms-grid-row: 5;
	-ms-grid-column: 13;
}

.s4-grid-hg8ap7v1d>*:nth-child(32) {
	-ms-grid-row: 5;
	-ms-grid-column: 15;
}

.s4-grid-hg8ap7v1d>*:nth-child(33) {
	-ms-grid-row: 5;
	-ms-grid-column: 17;
}

.s4-grid-hg8ap7v1d>*:nth-child(34) {
	-ms-grid-row: 5;
	-ms-grid-column: 19;
}

.s4-grid-hg8ap7v1d>*:nth-child(35) {
	-ms-grid-row: 5;
	-ms-grid-column: 21;
}

.s4-grid-hg8ap7v1d>*:nth-child(36) {
	-ms-grid-row: 5;
	-ms-grid-column: 23;
}

.s4-grid-hg8ap7v1d>*:nth-child(37) {
	-ms-grid-row: 7;
	-ms-grid-column: 1;
}

.s4-grid-hg8ap7v1d>*:nth-child(38) {
	-ms-grid-row: 7;
	-ms-grid-column: 3;
}

.s4-grid-hg8ap7v1d>*:nth-child(39) {
	-ms-grid-row: 7;
	-ms-grid-column: 5;
}

.s4-grid-hg8ap7v1d>*:nth-child(40) {
	-ms-grid-row: 7;
	-ms-grid-column: 7;
}

.s4-grid-hg8ap7v1d>*:nth-child(41) {
	-ms-grid-row: 7;
	-ms-grid-column: 9;
}

.s4-grid-hg8ap7v1d>*:nth-child(42) {
	-ms-grid-row: 7;
	-ms-grid-column: 11;
}

.s4-grid-hg8ap7v1d>*:nth-child(43) {
	-ms-grid-row: 7;
	-ms-grid-column: 13;
}

.s4-grid-hg8ap7v1d>*:nth-child(44) {
	-ms-grid-row: 7;
	-ms-grid-column: 15;
}

.s4-grid-hg8ap7v1d>*:nth-child(45) {
	-ms-grid-row: 7;
	-ms-grid-column: 17;
}

.s4-grid-hg8ap7v1d>*:nth-child(46) {
	-ms-grid-row: 7;
	-ms-grid-column: 19;
}

.s4-grid-hg8ap7v1d>*:nth-child(47) {
	-ms-grid-row: 7;
	-ms-grid-column: 21;
}

.s4-grid-hg8ap7v1d>*:nth-child(48) {
	-ms-grid-row: 7;
	-ms-grid-column: 23;
}

.s4-grid-hg8ap7v1d>*:nth-child(49) {
	-ms-grid-row: 9;
	-ms-grid-column: 1;
}

.s4-grid-hg8ap7v1d>*:nth-child(50) {
	-ms-grid-row: 9;
	-ms-grid-column: 3;
}

.s4-grid-hg8ap7v1d>*:nth-child(51) {
	-ms-grid-row: 9;
	-ms-grid-column: 5;
}

.s4-grid-hg8ap7v1d>*:nth-child(52) {
	-ms-grid-row: 9;
	-ms-grid-column: 7;
}

.s4-grid-hg8ap7v1d>*:nth-child(53) {
	-ms-grid-row: 9;
	-ms-grid-column: 9;
}

.s4-grid-hg8ap7v1d>*:nth-child(54) {
	-ms-grid-row: 9;
	-ms-grid-column: 11;
}

.s4-grid-hg8ap7v1d>*:nth-child(55) {
	-ms-grid-row: 9;
	-ms-grid-column: 13;
}

.s4-grid-hg8ap7v1d>*:nth-child(56) {
	-ms-grid-row: 9;
	-ms-grid-column: 15;
}

.s4-grid-hg8ap7v1d>*:nth-child(57) {
	-ms-grid-row: 9;
	-ms-grid-column: 17;
}

.s4-grid-hg8ap7v1d>*:nth-child(58) {
	-ms-grid-row: 9;
	-ms-grid-column: 19;
}

.s4-grid-hg8ap7v1d>*:nth-child(59) {
	-ms-grid-row: 9;
	-ms-grid-column: 21;
}

.s4-grid-hg8ap7v1d>*:nth-child(60) {
	-ms-grid-row: 9;
	-ms-grid-column: 23;
}

.s4-grid-hg8ap7v1d>*:nth-child(61) {
	-ms-grid-row: 11;
	-ms-grid-column: 1;
}

.s4-grid-hg8ap7v1d>*:nth-child(62) {
	-ms-grid-row: 11;
	-ms-grid-column: 3;
}

.s4-grid-hg8ap7v1d>*:nth-child(63) {
	-ms-grid-row: 11;
	-ms-grid-column: 5;
}

.s4-grid-hg8ap7v1d>*:nth-child(64) {
	-ms-grid-row: 11;
	-ms-grid-column: 7;
}

.s4-grid-hg8ap7v1d>*:nth-child(65) {
	-ms-grid-row: 11;
	-ms-grid-column: 9;
}

.s4-grid-hg8ap7v1d>*:nth-child(66) {
	-ms-grid-row: 11;
	-ms-grid-column: 11;
}

.s4-grid-hg8ap7v1d>*:nth-child(67) {
	-ms-grid-row: 11;
	-ms-grid-column: 13;
}

.s4-grid-hg8ap7v1d>*:nth-child(68) {
	-ms-grid-row: 11;
	-ms-grid-column: 15;
}

.s4-grid-hg8ap7v1d>*:nth-child(69) {
	-ms-grid-row: 11;
	-ms-grid-column: 17;
}

.s4-grid-hg8ap7v1d>*:nth-child(70) {
	-ms-grid-row: 11;
	-ms-grid-column: 19;
}

.s4-grid-hg8ap7v1d>*:nth-child(71) {
	-ms-grid-row: 11;
	-ms-grid-column: 21;
}

.s4-grid-hg8ap7v1d>*:nth-child(72) {
	-ms-grid-row: 11;
	-ms-grid-column: 23;
}

.s4-grid-hg8ap7v1d>*:nth-child(73) {
	-ms-grid-row: 13;
	-ms-grid-column: 1;
}

.s4-grid-hg8ap7v1d>*:nth-child(74) {
	-ms-grid-row: 13;
	-ms-grid-column: 3;
}

.s4-grid-hg8ap7v1d>*:nth-child(75) {
	-ms-grid-row: 13;
	-ms-grid-column: 5;
}

.s4-grid-hg8ap7v1d>*:nth-child(76) {
	-ms-grid-row: 13;
	-ms-grid-column: 7;
}

.s4-grid-hg8ap7v1d>*:nth-child(77) {
	-ms-grid-row: 13;
	-ms-grid-column: 9;
}

.s4-grid-hg8ap7v1d>*:nth-child(78) {
	-ms-grid-row: 13;
	-ms-grid-column: 11;
}

.s4-grid-hg8ap7v1d>*:nth-child(79) {
	-ms-grid-row: 13;
	-ms-grid-column: 13;
}

.s4-grid-hg8ap7v1d>*:nth-child(80) {
	-ms-grid-row: 13;
	-ms-grid-column: 15;
}

.s4-grid-hg8ap7v1d>*:nth-child(81) {
	-ms-grid-row: 13;
	-ms-grid-column: 17;
}

.s4-grid-hg8ap7v1d>*:nth-child(82) {
	-ms-grid-row: 13;
	-ms-grid-column: 19;
}

.s4-grid-hg8ap7v1d>*:nth-child(83) {
	-ms-grid-row: 13;
	-ms-grid-column: 21;
}

.s4-grid-hg8ap7v1d>*:nth-child(84) {
	-ms-grid-row: 13;
	-ms-grid-column: 23;
}

.s4-grid-hg8ap7v1d>*:nth-child(85) {
	-ms-grid-row: 15;
	-ms-grid-column: 1;
}

.s4-grid-hg8ap7v1d>*:nth-child(86) {
	-ms-grid-row: 15;
	-ms-grid-column: 3;
}

.s4-grid-hg8ap7v1d>*:nth-child(87) {
	-ms-grid-row: 15;
	-ms-grid-column: 5;
}

.s4-grid-hg8ap7v1d>*:nth-child(88) {
	-ms-grid-row: 15;
	-ms-grid-column: 7;
}

.s4-grid-hg8ap7v1d>*:nth-child(89) {
	-ms-grid-row: 15;
	-ms-grid-column: 9;
}

.s4-grid-hg8ap7v1d>*:nth-child(90) {
	-ms-grid-row: 15;
	-ms-grid-column: 11;
}

.s4-grid-hg8ap7v1d>*:nth-child(91) {
	-ms-grid-row: 15;
	-ms-grid-column: 13;
}

.s4-grid-hg8ap7v1d>*:nth-child(92) {
	-ms-grid-row: 15;
	-ms-grid-column: 15;
}

.s4-grid-hg8ap7v1d>*:nth-child(93) {
	-ms-grid-row: 15;
	-ms-grid-column: 17;
}

.s4-grid-hg8ap7v1d>*:nth-child(94) {
	-ms-grid-row: 15;
	-ms-grid-column: 19;
}

.s4-grid-hg8ap7v1d>*:nth-child(95) {
	-ms-grid-row: 15;
	-ms-grid-column: 21;
}

.s4-grid-hg8ap7v1d>*:nth-child(96) {
	-ms-grid-row: 15;
	-ms-grid-column: 23;
}

.s4-grid-hg8ap7v1d>*:nth-child(97) {
	-ms-grid-row: 17;
	-ms-grid-column: 1;
}

.s4-grid-hg8ap7v1d>*:nth-child(98) {
	-ms-grid-row: 17;
	-ms-grid-column: 3;
}

.s4-grid-hg8ap7v1d>*:nth-child(99) {
	-ms-grid-row: 17;
	-ms-grid-column: 5;
}

.s4-grid-hg8ap7v1d>*:nth-child(100) {
	-ms-grid-row: 17;
	-ms-grid-column: 7;
}

.s4-grid-hg8ap7v1d>*:nth-child(101) {
	-ms-grid-row: 17;
	-ms-grid-column: 9;
}

.s4-grid-hg8ap7v1d>*:nth-child(102) {
	-ms-grid-row: 17;
	-ms-grid-column: 11;
}

.s4-grid-hg8ap7v1d>*:nth-child(103) {
	-ms-grid-row: 17;
	-ms-grid-column: 13;
}

.s4-grid-hg8ap7v1d>*:nth-child(104) {
	-ms-grid-row: 17;
	-ms-grid-column: 15;
}

.s4-grid-hg8ap7v1d>*:nth-child(105) {
	-ms-grid-row: 17;
	-ms-grid-column: 17;
}

.s4-grid-hg8ap7v1d>*:nth-child(106) {
	-ms-grid-row: 17;
	-ms-grid-column: 19;
}

.s4-grid-hg8ap7v1d>*:nth-child(107) {
	-ms-grid-row: 17;
	-ms-grid-column: 21;
}

.s4-grid-hg8ap7v1d>*:nth-child(108) {
	-ms-grid-row: 17;
	-ms-grid-column: 23;
}

.s4-card-hg8ap7v1d {
	padding: 20px;
	border-radius: 16px;
	background: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.s4-card-1-hg8ap7v1d {
	-ms-grid-row: 1;
	-ms-grid-row-span: 6;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: 1 / 1 / 7 / 4;
	background: #000;
}

.s4-card-2-hg8ap7v1d {
	-ms-grid-row: 7;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: 7 / 1 / 10 / 4;
}

.s4-card-3-hg8ap7v1d {
	-ms-grid-row: 5;
	-ms-grid-row-span: 5;
	-ms-grid-column: 4;
	-ms-grid-column-span: 4;
	grid-area: 5 / 4 / 10 / 8;
	background: url(images/s4-card-3-bg-hg8ap7v1d.png) no-repeat;
	background-size: 100% 101%;
	position: relative;
}

.s4-card-3-hg8ap7v1d::before {
	position: absolute;
	content: '';
	top: -8px;
	right: 0;
	width: 200px;
	height: 180px;
	background: url(images/s4-card-3-img1-hg8ap7v1d.png) no-repeat;
	background-size: contain;
}

.s4-card-4-hg8ap7v1d {
	-ms-grid-row: 5;
	-ms-grid-row-span: 5;
	-ms-grid-column: 8;
	-ms-grid-column-span: 5;
	grid-area: 5 / 8 / 10 / 13;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.s4-card-5-hg8ap7v1d {
	-ms-grid-row: 1;
	-ms-grid-row-span: 4;
	-ms-grid-column: 4;
	-ms-grid-column-span: 2;
	grid-area: 1 / 4 / 5 / 6;
}

.s4-card-6-hg8ap7v1d {
	-ms-grid-row: 1;
	-ms-grid-row-span: 4;
	-ms-grid-column: 6;
	-ms-grid-column-span: 3;
	grid-area: 1 / 6 / 5 / 9;
}

.s4-card-7-hg8ap7v1d {
	-ms-grid-row: 1;
	-ms-grid-row-span: 4;
	-ms-grid-column: 9;
	-ms-grid-column-span: 4;
	grid-area: 1 / 9 / 5 / 13;
}

.s4-card-hg8ap7v1d .s4-card__text-hg8ap7v1d {
	font-family: Manrope;
	font-weight: 400;
	font-size: 16px;
	line-height: 115%;
}

.s4-card-1-hg8ap7v1d .s4-card__title-hg8ap7v1d {
	font-family: AtypDisplay;
	font-weight: 500;
	font-size: 70px;
	line-height: 100%;
	color: #fff;
	margin-bottom: 10px;
	margin-top: -15px;
}

.s4-card-6-hg8ap7v1d .s4-card__title-hg8ap7v1d,
.s4-card-7-hg8ap7v1d .s4-card__title-hg8ap7v1d {
	font-family: AtypDisplay;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 5px;
}

.s4-card-2-hg8ap7v1d .s4-card__title-hg8ap7v1d,
.s4-card-3-hg8ap7v1d .s4-card__title-hg8ap7v1d,
.s4-card-4-hg8ap7v1d .s4-card__title-hg8ap7v1d,
.s4-card-5-hg8ap7v1d .s4-card__title-hg8ap7v1d {
	font-family: AtypDisplay;
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
	margin-bottom: 5px;
}

.s4-card-3-hg8ap7v1d .s4-card__title-hg8ap7v1d {
	color: #F95F29;
}

.s4-card-4-hg8ap7v1d .s4-card__title-hg8ap7v1d {
	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;
}

.s4-card-1-hg8ap7v1d .s4-card__text-hg8ap7v1d {
	color: #fff;
}

.s4-card-3-hg8ap7v1d {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.s4-card-2-hg8ap7v1d .s4-card__title-hg8ap7v1d,
.s4-card-6-hg8ap7v1d .s4-card__title-hg8ap7v1d,
.s4-card-7-hg8ap7v1d .s4-card__title-hg8ap7v1d {
	padding-right: 30px;
}

.s4-card-2-hg8ap7v1d .s4-card__title-hg8ap7v1d,
.s4-card-6-hg8ap7v1d .s4-card__title-hg8ap7v1d,
.s4-card-7-hg8ap7v1d .s4-card__title-hg8ap7v1d {
	position: relative;
}

.s4-card-2-hg8ap7v1d .s4-card__title-hg8ap7v1d::before,
.s4-card-6-hg8ap7v1d .s4-card__title-hg8ap7v1d::before,
.s4-card-7-hg8ap7v1d .s4-card__title-hg8ap7v1d::before {
	position: absolute;
	content: '';
	top: calc(50% - 13px);
	right: 0;
	width: 26px;
	height: 26px;
	background: url(images/img-check-hg8ap7v1d.svg) no-repeat;
}

.s4_hg8ap7v1d .button {
	width: 100%;
	max-width: 490px;
}

.s4_hg8ap7v1d .program-top__pic {
	margin-right: 0;
	margin-left: -100px;
}

.s4_hg8ap7v1d .program-top {
	margin: 0;
	padding: 0;
}

.s4-grid-hg8ap7v1d {
	/* margin: 0 -100px;
	padding: 0 100px; */
	margin-top: -65px;
	position: relative;
	padding-bottom: 50px;
}

.s4-wrapper_hg8ap7v1d {
	background: #F6F6F6;
	margin: 0 -100px;
	padding: 0 100px;
	border-radius: 32px;
}

.s4-card-5-hg8ap7v1d .s4-card__title-hg8ap7v1d {
	display: flex;
	align-items: center;
	gap: 5px;
}

.s4-card-3-hg8ap7v1d .s4-card__text-hg8ap7v1d {
	max-width: 200px;
}

.s4_be3op1m9z .program-top_psychologist-consultant-new .program-top__pic {
	justify-content: center;
	margin-left: 0;
}

.s4_btns-be3op1m9z {
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.s4_btns-be3op1m9z button {
	border: 1px solid #767676;
	border-radius: 100px;
	padding: 10px 30px;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	text-align: right;
	color: #767676;
}

.s4_btns-be3op1m9z button.active {
	border: 1px solid #7835ff;
	color: #7835ff;
}

.s4_be3op1m9z .s4-grid-hg8ap7v1d {
	margin-top: 0;
}

@media (max-width: 1420px) {
	.s4-wrapper_hg8ap7v1d {
		margin: 0;
		padding: 0 20px;
		padding-top: 20px;
	}
}

@media (max-width: 1200px) {
	.s4-grid-hg8ap7v1d {
		grid-template-rows: repeat(11, 1fr);
	}

	.s4-card-1-hg8ap7v1d {
		-ms-grid-row: 1;
		-ms-grid-row-span: 6;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		grid-area: 1 / 1 / 7 / 4;
	}

	.s4-card-2-hg8ap7v1d {
		-ms-grid-row: 4;
		-ms-grid-row-span: 3;
		-ms-grid-column: 4;
		-ms-grid-column-span: 4;
		grid-area: 4 / 4 / 7 / 8;
	}

	.s4-card-3-hg8ap7v1d {
		-ms-grid-row: 7;
		-ms-grid-row-span: 5;
		-ms-grid-column: 1;
		-ms-grid-column-span: 5;
		grid-area: 7 / 1 / 12 / 6;
	}

	.s4-card-4-hg8ap7v1d {
		-ms-grid-row: 7;
		-ms-grid-row-span: 5;
		-ms-grid-column: 6;
		-ms-grid-column-span: 7;
		grid-area: 7 / 6 / 12 / 13;
	}

	.s4-card-5-hg8ap7v1d {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 4;
		-ms-grid-column-span: 4;
		grid-area: 1 / 4 / 4 / 8;
	}

	.s4-card-6-hg8ap7v1d {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 8;
		-ms-grid-column-span: 5;
		grid-area: 1 / 8 / 4 / 13;
	}

	.s4-card-7-hg8ap7v1d {
		-ms-grid-row: 4;
		-ms-grid-row-span: 3;
		-ms-grid-column: 8;
		-ms-grid-column-span: 5;
		grid-area: 4 / 8 / 7 / 13;
	}

	.s4_hg8ap7v1d .program-top__pic {
		justify-content: center;
		margin-left: 0;
	}

	.s4_hg8ap7v1d .button {
		max-width: 100%;
	}

	.s4_hg8ap7v1d .s4-card-3-hg8ap7v1d {
		gap: 5px;
	}

	.s4-card-3-hg8ap7v1d .s4-card__text-hg8ap7v1d {
		max-width: 250px;
	}

	.s4-grid-hg8ap7v1d {
		margin-top: -35px;
	}
}

@media (max-width: 1100px) {
	.program-top__flex-pic-hg8ap7v1d {
		-ms-flex-preferred-size: 540px;
		flex-basis: 540px;
	}
}

@media (max-width: 991px) {
	.program-top__flex-pic-hg8ap7v1d {
		-ms-flex-preferred-size: 610px;
		flex-basis: 610px;
		max-width: 100%;
		-ms-flex-item-align: auto;
		-ms-grid-row-align: auto;
		align-self: auto;
	}

	.s4_hg8ap7v1d .program-top__pic {
		display: flex;
	}

	.s4_hg8ap7v1d.section-page {
		margin-bottom: 50px;
	}
}

@media (max-width: 919px) {
	.s4-grid-hg8ap7v1d {
		grid-template-rows: repeat(17, 1fr);
	}

	.s4-card-1-hg8ap7v1d {
		-ms-grid-row: 1;
		-ms-grid-row-span: 6;
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
		grid-area: 1 / 1 / 7 / 5;
	}

	.s4-card-2-hg8ap7v1d {
		-ms-grid-row: 7;
		-ms-grid-row-span: 3;
		-ms-grid-column: 7;
		-ms-grid-column-span: 6;
		grid-area: 7 / 7 / 10 / 13;
	}

	.s4-card-3-hg8ap7v1d {
		-ms-grid-row: 10;
		-ms-grid-row-span: 4;
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-area: 10 / 1 / 14 / 13;
	}

	.s4-card-4-hg8ap7v1d {
		-ms-grid-row: 14;
		-ms-grid-row-span: 4;
		-ms-grid-column: 1;
		-ms-grid-column-span: 12;
		grid-area: 14 / 1 / 18 / 13;
	}

	.s4-card-5-hg8ap7v1d {
		-ms-grid-row: 7;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 6;
		grid-area: 7 / 1 / 10 / 7;
	}

	.s4-card-6-hg8ap7v1d {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 5;
		-ms-grid-column-span: 8;
		grid-area: 1 / 5 / 4 / 13;
	}

	.s4-card-7-hg8ap7v1d {
		-ms-grid-row: 4;
		-ms-grid-row-span: 3;
		-ms-grid-column: 5;
		-ms-grid-column-span: 8;
		grid-area: 4 / 5 / 7 / 13;
	}

	.s4-card-3-hg8ap7v1d::before {
		width: 177px;
	}

	.s4-card-3-hg8ap7v1d .s4-card__text-hg8ap7v1d {
		max-width: 370px;
	}
}

@media (max-width: 768px) {
	.program-top__exclusive-hg8ap7v1d {
		padding-right: 85px;
	}

	.program-top__exclusive-hg8ap7v1d::after {
		width: 72px;
		height: 18px;
		background: url(images/exclusive-mobile-hg8ap7v1d.png) no-repeat;
	}

	.s4-grid-hg8ap7v1d {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.s4-card-1-hg8ap7v1d {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.s4-card-1-hg8ap7v1d .s4-card__title-hg8ap7v1d {
		margin-top: -3px;
	}

	.s4-card-2-hg8ap7v1d {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.s4-card-3-hg8ap7v1d {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.s4-card-4-hg8ap7v1d {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.s4-card-5-hg8ap7v1d {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.s4-card-6-hg8ap7v1d {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.s4-card-7-hg8ap7v1d {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.s4-card-3-hg8ap7v1d::before {
		width: 130px;
		height: 120px;
		top: -15px;
	}

	.s4-card-1-hg8ap7v1d .s4-card__title-hg8ap7v1d {
		font-size: 36px;
	}

	.s4-card-4-hg8ap7v1d .s4-card__title-hg8ap7v1d img {
		width: 130px;
	}

	.s4-card-3-hg8ap7v1d .s4-card__text-hg8ap7v1d {
		max-width: 70%;
	}

	.s4-grid-hg8ap7v1d {
		margin-top: 0;
	}

	.s4-wrapper_hg8ap7v1d {
		padding: 0;
	}

	.s4_btns-be3op1m9z button {
        padding: 5px 10px;
        font-size: 12px;
	}
}

@media (max-width: 540px) {
	.s4-card__title-hg8ap7v1d {
		font-size: 24px !important;
	}

	.s4-card__text-hg8ap7v1d {
		font-size: 14px !important;
	}

	.s4-card-4-hg8ap7v1d .s4-card__title-hg8ap7v1d {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.s4-card-4-hg8ap7v1d .s4-card__title-hg8ap7v1d img {
		width: 107px;
	}
}

/* s1 */

.color-purple-hg8ap7v1d {
	color: #865ad0;
}

.s1-left-hg8ap7v1d img {
	margin-left: 5px;
	margin-bottom: -5px;
}

.s1-left-hg8ap7v1d h3 {
	margin: 0;
}

.s1-right-hg8ap7v1d {
	display: flex;
	gap: 10px;
}

.s1-right-hg8ap7v1d img {
	width: 48px;
	height: 48px;
}

.s1-right-text-hg8ap7v1d {
	flex-grow: 1;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #000;
}

.s1-right-icons-hg8ap7v1d {
	display: flex;
	flex-shrink: 0;
	gap: 20px;
}

.s1-content__img-hg8ap7v1d {
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 24px;
}

.s1-content-hg8ap7v1d {
	margin: 0 auto 60px;
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.s1-content-center-hg8ap7v1d {
	align-items: center;
}

.s1-flex-list-hg8ap7v1d {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.s1-flex-item-hg8ap7v1d {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 40%;
	flex: 1 1 40%;
	border-radius: 24px;
	background: #f6f6f6;
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	gap: 20px;
}

.s1-flex-item-hg8ap7v1d p {
	font-family: Manrope;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #000;
}

.s1-subtitle-hg8ap7v1d {
	font-family: AtypDisplay;
	font-weight: 500;
	font-size: 28px;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #000;
	margin-bottom: 20px;
}

.s1-left__desc_hg8ap7v1d {
	font-size: 20px;
}

@media (max-width: 1024px) {
	.s1-right-hg8ap7v1d {
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 768px) {
	.s1-content-hg8ap7v1d {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 20px;
	}

	.s1-content__img-hg8ap7v1d {
		margin: 0 auto;
	}

	.s1-flex-list-hg8ap7v1d {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: 15px;
		gap: 0;
	}

	.s1-flex-item-hg8ap7v1d {
		-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;
		gap: 10px;
		padding: 20px;
	}

	.s1-flex-item-hg8ap7v1d img {
		width: 40px;
		height: 40px;
	}

	.s1-subtitle-hg8ap7v1d {
		font-size: 20px;
	}

	.s1-flex-item-hg8ap7v1d p {
		font-size: 16px;
	}

	.s1-flex-list-hg8ap7v1d::-webkit-scrollbar {
		display: none;
	}

	.s1-left-hg8ap7v1d .size-48 {
		letter-spacing: -0.6px;
	}

	.s1-left__desc_hg8ap7v1d {
		font-size: 16px;
	}

	.s1-left-hg8ap7v1d h3 {
		font-size: 20px;
	}

	.s1-content-hg8ap7v1d {
		margin-bottom: 30px;
	}

	.s1-swiper-hg8ap7v1d .swiper-pagination {
		display: flex;
		justify-content: center;
        position: relative;
	}

	.s1-swiper-hg8ap7v1d {
		margin: 0 -20px;
		padding: 0 20px;
	}
}

@media (min-width: 769px) {
	.s1-swiper-hg8ap7v1d {
		overflow: visible;
	}

	.s1-swiper-hg8ap7v1d .swiper-pagination {
		display: none;
	}
}

.s2-wrapper-hg8ap7v1d {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url(images/s2-bg-hg8ap7v1d.jpg) no-repeat;
	background-size: 100% 100%;
	border-radius: 25px;
	padding: 50px;
}

.s2-text-hg8ap7v1d {
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 100%;
}

.s2-tittle-hg8ap7v1d {
	margin: 20px 0;
	color: #fff;
}

.s2-be3op1m9z {
	background: #EAEAEA;
}

@media (max-width: 991px) {
	.s2-text-hg8ap7v1d {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.s2-text-hg8ap7v1d {
		font-size: 16px;
	}

	.s2-tittle-hg8ap7v1d {
		margin: 10px 0;
	}

	.s2-wrapper-hg8ap7v1d {
		padding: 20px;
		background: url(images/s2-bg-mob-hg8ap7v1d.jpg) no-repeat;
		background-size: 100% 100%;
	}
}

.s9-img-hg8ap7v1d {
	margin-right: 15px;
}

.s9-left-text-hg8ap7v1d .color-red {
	color: #fc5f27;
}

.s9-left-text-hg8ap7v1d {
	margin-top: 20px;
	color: #fff;
}

.s9-left-wrapper-hg8ap7v1d {
	padding: 30px;
	background: #7835ff;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.s9-right-list-hg8ap7v1d {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.s9-right-item-hg8ap7v1d {
	padding: 30px;
	background: #f6f6f6;
	border-radius: 24px;
}

.s9-hg8ap7v1d .flex-block {
	align-items: stretch;
}

.s9-right-item-title-hg8ap7v1d {
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.s9-left-wrapper-hg8ap7v1d {
		gap: 10px;
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	.s9-left-wrapper-hg8ap7v1d {
		padding: 10px;
		border-radius: 16px;
	}

	.s9-right-item-hg8ap7v1d {
		border-radius: 16px;
		padding: 10px;
	}

	.s9-hg8ap7v1d .size-28 {
		font-size: 18px;
	}
}

.s8-title-hg8ap7v1d {
	color: #7835ff;
	padding-right: 10px;
}

.s8-title-hg8ap7v1d span {
	color: #000;
}

.s8-text-nowrap-hg8ap7v1d {
	white-space: nowrap;
}

.s8-list-hg8ap7v1d {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.s8-item-hg8ap7v1d {
	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-hg8ap7v1d:first-child {
	background: #7835ff;
	color: #fff;
}

.s8-item-hg8ap7v1d:last-child {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1100px) {
	.s8-list-hg8ap7v1d {
		grid-template-columns: repeat(2, 1fr);
	}

	.s8-title-hg8ap7v1d {
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	.s8-list-hg8ap7v1d {
		grid-template-columns: repeat(1, 1fr);
	}

	.s8-item-hg8ap7v1d {
		padding: 20px;
	}
}

@media (max-width: 991px) {
	.s3-title-hg8ap7v1d {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	.s3-title-hg8ap7v1d {
		font-size: 30px;
	}
}

.s24-wrapper-hg8ap7v1d {
	padding: 30px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #865AD0;
	background-image: url(images/s24-bg-left-hg8ap7v1d.png), url(images/s24-bg-right-hg8ap7v1d.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top right;
	border-radius: 24px 24px 0 0;
	position: relative;
}

.s24-title-hg8ap7v1d,
.s24-text-hg8ap7v1d {
	color: #fff;
}

@media (max-width: 991px) {
	.s24-wrapper-hg8ap7v1d img {
		display: none;
	}
}

@media (max-width: 768px) {
	.s24-wrapper-hg8ap7v1d {
		background: #865AD0;
		padding: 20px;
	}

	.s24-hg8ap7v1d .container-main {
		padding: 0;
	}

	.s24-title-hg8ap7v1d {
		font-size: 30px;
	}
}

.s24-inner-hg8ap7v1d {
	padding: 50px;
	background: #efefef;
	border-radius: 0 0 24px 24px;
}

.s24-list-hg8ap7v1d {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.s24-item-hg8ap7v1d {
	padding-left: 40px;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.s24-item-hg8ap7v1d::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	background: url(images/img-check-hg8ap7v1d.png) no-repeat;
}

@media (max-width: 768px) {
	.s24-inner-hg8ap7v1d {
		padding: 20px;
	}

	.s24-list-hg8ap7v1d {
		gap: 20px;
		grid-template-columns: repeat(1, 1fr);
	}

	.s24-item-hg8ap7v1d {
		padding-left: 37px;
	}
}

.s25-grid-wrap-1-hg8ap7v1d {
	display: grid;
	grid-template-columns: repeat(11, 1fr);
	grid-template-rows: repeat(8, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	gap: 20px;
	margin-bottom: 20px;
}

.s25-card-hg8ap7v1d {
	border-radius: 16px;
	padding: 20px;
	background: #f6f6f6;
}

.s25-card-title-hg8ap7v1d {
	font-family: "Atyp Display", sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 100%;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}

.s25-card-text-hg8ap7v1d {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #000;
	margin-bottom: 25px;
}

.s25-card-bottom-hg8ap7v1d {
	border-radius: 16px;
	padding: 20px;
	background: #fff;
}

.s25-card-bottom-hg8ap7v1d .title {
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
    text-transform: none;
    text-align: left;
}

.s25-card-bottom-hg8ap7v1d .text {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #000;
}

.s25-card-hg8ap7v1d img {
	border-radius: 16px;
	margin: 0 auto;
	margin-bottom: 25px;
	display: block;
}

.s25-card-4-hg8ap7v1d {
	display: flex;
	gap: 25px;
	background: #393939;
}

.s25-card-4-hg8ap7v1d .s25-card-title-hg8ap7v1d {
	text-align: left;
	color: #7835ff;
}

.s25-card-4-hg8ap7v1d .s25-card-text-hg8ap7v1d {
	text-align: left;
	color: #fff;
}

.s25-card-4-hg8ap7v1d .s25-card-text-hg8ap7v1d {
	margin-bottom: 0;
}

.s25-card-4-hg8ap7v1d .s25-card-bottom-hg8ap7v1d {
	flex: 1 1 50%;
}

.s25-card-4-hg8ap7v1d .s25-card-wrap-hg8ap7v1d {
	flex: 1 1 50%;
}

.s25-card-1-hg8ap7v1d {
	grid-area: 1 / 1 / 6 / 5;
}

.s25-card-2-hg8ap7v1d {
	grid-area: 1 / 5 / 6 / 9;
}

.s25-card-3-hg8ap7v1d {
	grid-area: 1 / 9 / 9 / 12;
}

.s25-card-4-hg8ap7v1d {
	grid-area: 6 / 1 / 9 / 9;
}



.s25-grid-wrap-2-hg8ap7v1d {
	display: grid;
	grid-template-columns: repeat(11, 1fr);
	grid-template-rows: repeat(8, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	gap: 20px;
	margin-bottom: 20px;
}

.s25-card-5-hg8ap7v1d {
	grid-area: 1 / 1 / 9 / 4;
}

.s25-card-6-hg8ap7v1d {
	grid-area: 1 / 4 / 6 / 8;
}

.s25-card-7-hg8ap7v1d {
	grid-area: 1 / 8 / 6 / 12;
}

.s25-card-8-hg8ap7v1d {
	grid-area: 6 / 4 / 9 / 12;
}

.s25-card-8-hg8ap7v1d {
	display: flex;
	gap: 25px;
	background: #fc5f27;
}

.s25-card-8-hg8ap7v1d .s25-card-title-hg8ap7v1d {
	text-align: left;
	color: #fff;
}

.s25-card-8-hg8ap7v1d .s25-card-text-hg8ap7v1d {
	text-align: left;
	color: #fff;
}

.s25-card-8-hg8ap7v1d .s25-card-text-hg8ap7v1d {
	margin-bottom: 0;
}

.s25-card-8-hg8ap7v1d .s25-card-bottom-hg8ap7v1d {
	flex: 1 1 50%;
}

.s25-card-8-hg8ap7v1d .s25-card-wrap-hg8ap7v1d {
	flex: 1 1 50%;
}


.s25-grid-wrap-3-hg8ap7v1d {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

@media (max-width: 991px) {
	.s25-grid-wrap-1-hg8ap7v1d {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
	}

	.s25-grid-wrap-2-hg8ap7v1d {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
	}

	.s25-card-hg8ap7v1d {
		grid-area: auto;
	}

	.s25-card-4-hg8ap7v1d {
		flex-direction: column;
	}

	.s25-card-8-hg8ap7v1d {
		flex-direction: column;
	}

	.s25-card-8-hg8ap7v1d .s25-card-wrap-hg8ap7v1d {
		flex: none;
	}

	.s25-card-8-hg8ap7v1d .s25-card-bottom-hg8ap7v1d {
		flex: none;
	}

	.s25-card-4-hg8ap7v1d .s25-card-wrap-hg8ap7v1d {
		flex: none;
	}

	.s25-card-4-hg8ap7v1d .s25-card-bottom-hg8ap7v1d {
		flex: none;
	}
}

.m-only-hg8ap7v1d {
	display: none !important;
}

.m-only-flex-hg8ap7v1d {
	display: none !important;
}

.d-only-hg8ap7v1d {
	display: block !important;
}

.d-only-grid-hg8ap7v1d {
	display: grid !important;
}

.d-only-flex-hg8ap7v1d {
	display: flex !important;
}

.d-only-inline-flex-hg8ap7v1d {
	display: inline-flex !important;
}

@media (max-width: 768px) {
	.m-only-hg8ap7v1d {
		display: block !important;
	}

	.m-only-flex-hg8ap7v1d {
		display: flex !important;
	}

	.d-only-hg8ap7v1d {
		display: none !important;
	}

	.d-only-grid-hg8ap7v1d {
		display: none !important;
	}

	.d-only-flex-hg8ap7v1d {
		display: none !important;
	}

	.d-only-inline-flex-hg8ap7v1d {
		display: none !important;
	}

	.s25-grid-wrap-1-hg8ap7v1d {
		display: block;
	}

	.s25-swiper-hg8ap7v1d .swiper-pagination {
		display: flex;
		justify-content: center;
	}

	.s25-swiper-hg8ap7v1d .swiper-wrapper {
		margin-bottom: 15px;
	}

	.s25-swiper-hg8ap7v1d {
		margin: 0 -20px;
		padding: 0 20px;
	}
}

.form-button-hg8ap7v1d {
	width: 100%;
}

.s26-block-hg8ap7v1d {
	background: #fff;
	border-radius: 24px;
	padding: 40px;
	align-items: center;
}

.s26-get-client__item-hg8ap7v1d {
	padding: 20px;
	background: #dcd7e5;
	border-radius: 24px;
	margin-bottom: 30px;
	display: flex;
	gap: 10px;
}

.s26-get-client__text-hg8ap7v1d {
	margin-bottom: 30px;
}

.s26-get-client__text-hg8ap7v1d img {
	margin-bottom: -5px;
}

.s26-get-client__item-hg8ap7v1d svg {
	width: 23px;
	height: 23px;
	flex-grow: 1;
	flex-shrink: 0;
}

.s26-pinned-hg8ap7v1d {
	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;
}

.s26-hg8ap7v1d {
	padding-bottom: 0;
}

@media (max-width: 991px) {
	.s26-block-hg8ap7v1d .flex-column br {
		display: block;
	}

	.s26-block-hg8ap7v1d .nowrap {
		display: block;
	}
}

@media (max-width: 768px) {
	.s26-hg8ap7v1d {
		background: #fff;
		padding-top: 0;
	}

	.s26-block-hg8ap7v1d {
		padding: 0;
	}

	.s26-img-hg8ap7v1d {
		margin: 10px 0;
		display: block;
	}
}

.s2-top__img-hg8ap7v1d {
	border-radius: 24px;
}

.s2-card__list-hg8ap7v1d {
	row-gap: 17px;
}

.s2-card__list-hg8ap7v1d li {
	line-height: 120%;
}

.form-get-hg8ap7v1d .button-main{
    margin-top: 25px;
}

.form-img-hg8ap7v1d {
	margin-bottom: -40px;
}

@media (max-width: 991px) {
	.form-get-hg8ap7v1d {
		padding-bottom: 30px;
	}

	.form-img-hg8ap7v1d {
		margin-bottom: 0;
	}
}

.s27-bottom-hg8ap7v1d {
	border-radius: 24px;
	padding: 30px;
	background: rgba(252, 95, 39, 0.2);
}

.s27-bottom-title-hg8ap7v1d {
	font-family: AtypDisplay;
	font-weight: 400;
	font-size: 36px;
	line-height: 150%;
	color: #000;
	margin-bottom: 10px;
}

.s27-bottom-text-hg8ap7v1d {
	font-family: Manrope;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #000;
	margin-bottom: 10px;
}

.s27-bottom-text-hg8ap7v1d span {
	font-weight: 700;
}

.s27-block-hg8ap7v1d {
	margin-top: 80px;
	padding: 0;
	background: #fff;
	row-gap: 20px;
	justify-content: space-between;
}

.s27-block-hg8ap7v1d .landing-element {
	background: #f6f6f6;
}

.s27-block-hg8ap7v1d .landing-element svg {
	width: auto;
	margin: 0;
}

.s27-block-hg8ap7v1d .flex-column {
	margin: 0;
	flex-basis: calc(33% - 13px);
}

.s27-block-gray-hg8ap7v1d .landing-element {
	background: #262626;
}

.s27-block-gray-hg8ap7v1d .landing-element p {
	color: #fff;
}

@media (max-width: 991px) {
	.s27-block-hg8ap7v1d .flex-column {
		flex-basis: calc(50% - 13px);
	}

	.s27-block-hg8ap7v1d {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {

	.s27-bottom-hg8ap7v1d {
		border-radius: 16px;
		padding: 20px;
	}

	.s27-bottom-title-hg8ap7v1d {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.s27-bottom-text-hg8ap7v1d {
		font-size: 16px;
	}

	.s27-block-hg8ap7v1d .flex-column {
		flex-basis: 100%;
	}

	.s27-block-hg8ap7v1d {
		margin-top: 20px;
	}

	.s27-block-hg8ap7v1d svg.s27-icon-1-hg8ap7v1d {
		width: 29px;
	}

	.s27-block-hg8ap7v1d svg.s27-icon-2-hg8ap7v1d {
		width: 94px;
	}
}

.price-guide__pic-hg8ap7v1d {
	width: 64px;
}

.price-guide-hg8ap7v1d {
	border-radius: 16px;
	padding: 20px;
	background: #fff;
	display: inline-flex;
	align-self: flex-start;
	position: relative;
	width: 100%;
	max-width: 417px;
}

.price-guide-hg8ap7v1d::before {
	content: "";
	position: absolute;
	top: -20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url(images/gift-hg8ap7v1d.png) no-repeat;
}

.s1-card-wrapper-hg8ap7v1d,
.s1-card-wrapper-2-hg8ap7v1d {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.s1-card-wrapper-hg8ap7v1d .s1-card__title,
.s1-card-wrapper-2-hg8ap7v1d .s1-card__title {
	font-family: "Atyp Display", sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 100%;
	color: #000;
	margin-bottom: 0;
}

.s1-card-wrapper-2-hg8ap7v1d {
	justify-content: start;
}

.s1-card-wrapper-2-hg8ap7v1d .s1-card__img {
	margin-right: 10px;
	margin-bottom: 0;
}

.s1-card-wrapper-hg8ap7v1d .s1-card__img {
	margin-bottom: 0;
}

.s1-last-card-hg8ap7v1d {
	grid-column: span 2;
}

.s1-last-card-hg8ap7v1d {
	display: flex;
	align-items: center;
	gap: 10px;
}

.s1-last-card-hg8ap7v1d .s1-card__list,
.s1-card-wrapper-2-hg8ap7v1d {
	flex-basis: calc(50% - 5px);
}

.s1-2-hg8ap7v1d {
	padding-bottom: 0;
}

.s1-2-grid-hg8ap7v1d {
	margin: 0 auto 40px;
}

@media (max-width: 991px) {

	.s1-card-wrapper-hg8ap7v1d,
	.s1-card-wrapper-2-hg8ap7v1d {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
}

@media (max-width: 768px) {
	.s1-last-card-hg8ap7v1d {
		grid-column: auto;
	}

	.s1-2-grid-hg8ap7v1d {
		display: flex;
		margin-bottom: 10px;
		gap: 0;
	}

	.s1-2-swiper-hg8ap7v1d .swiper-pagination {
		display: flex;
		justify-content: center;
	}

	.s1-2-swiper-hg8ap7v1d {
		margin: 0 -20px;
		padding: 0 20px;
	}

	.s1-last-card-hg8ap7v1d {
		flex-direction: column;
		align-items: flex-start;
		justify-content: start;
	}

	.s1-card-wrapper-hg8ap7v1d .s1-card__title,
	.s1-card-wrapper-2-hg8ap7v1d .s1-card__title {
		font-size: 20px;
	}

	.s1-last-card-hg8ap7v1d .s1-card__list,
	.s1-card-wrapper-2-hg8ap7v1d {
		flex-basis: auto;
	}

	.s1-2-hg8ap7v1d {
		padding-bottom: 40px;
	}

	.s1-last-card-hg8ap7v1d .s1-card__img {
		width: 70px;
	}
}

.s2-2-img-hg8ap7v1d {
	border-radius: 24px;
}

.get-client-grid-hg8ap7v1d {
	grid-template-rows: auto;
}

.s16-title-hg8ap7v1d .span-1,
.s16-title-hg8ap7v1d .span-2 {
	position: relative;
	padding-left: 36px;
}

.s16-title-hg8ap7v1d .span-1::before,
.s16-title-hg8ap7v1d .span-2::before {
	position: absolute;
	content: '';
	top: 18px;
	left: 0;
	width: 36px;
	height: 36px;
}

.s16-nowrap-hg8ap7v1d {
	white-space: nowrap;
}

.s16-title-hg8ap7v1d .span-1::before {
	background: url(images/s16-icon2-hg8ap7v1d.png) no-repeat;
	background-size: contain;
}

.s16-title-hg8ap7v1d .span-2::before {
	background: url(images/s16-icon1-hg8ap7v1d.png) no-repeat;
	background-size: contain;
}

.s16-diploma-block-hg8ap7v1d {
	background: #fff;
	border-radius: 36px;
	border: none;
}

.s16-diploma-block-black-hg8ap7v1d {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #262626;
}

@media (max-width: 991px) {

	.s16-title-hg8ap7v1d .span-1,
	.s16-title-hg8ap7v1d .span-2 {
		padding-left: 30px;
	}

	.s16-title-hg8ap7v1d .span-1::before,
	.s16-title-hg8ap7v1d .span-2::before {
		width: 30px;
		height: 30px;
		top: 16px;
	}

	.s16-title-hg8ap7v1d br {
		display: none;
	}

	.s16-diploma-block-hg8ap7v1d {
		border-radius: 24px;
		padding: 20px 15px;
	}

	.s16-diploma-block-black-hg8ap7v1d {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.s16-diploma-block-black-hg8ap7v1d br {
		display: none;
	}

	.s16-diploma-block-hg8ap7v1d .diploma-pic img {
		width: auto;
		max-width: 228px;
	}
}

@media (max-width: 767px) {

	.s16-title-hg8ap7v1d .span-1,
	.s16-title-hg8ap7v1d .span-2 {
		padding-left: 25px;
	}

	.s16-title-hg8ap7v1d .span-1::before,
	.s16-title-hg8ap7v1d .span-2::before {
		width: 25px;
		height: 25px;
		top: 13px;
	}
}

.s28-title-hg8ap7v1d {
	display: flex;
	align-items: center;
	gap: 20px;
}

.s28-title-hg8ap7v1d h2,
.s28-title-hg8ap7v1d p {
	flex-basis: calc(50% - 5px);
}

.s28-title-hg8ap7v1d p {
	font-size: 30px;
	font-weight: 400;
}

.s28-swiper-container-hg8ap7v1d {
	position: relative;
}

.s28-swiper-container-hg8ap7v1d .swiper-arrow {
	top: 50%;
}

.s28-swiper-container-hg8ap7v1d .swiper-pagination {
	display: none;
}

.s28-slide-hg8ap7v1d {
	border-radius: 24px;
	padding: 30px;
	background: #f6f6f6;
}

.s28-slide-hg8ap7v1d img {
	margin-bottom: 40px;
}

.s28-slide-title-hg8ap7v1d {
	font-family: "Atyp Display", sans-serif;
	;
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	color: #000;
	margin-bottom: 40px;
}

.s28-slide-text-hg8ap7v1d {
	display: flex;
	gap: 10px;
}

.s28-slide-text-hg8ap7v1d:not(:last-child) {
	margin-bottom: 20px;
}

.s28-slide-text-hg8ap7v1d svg {
	flex-basis: 26px;
	flex-shrink: 0;
}

.s28-list-hg8ap7v1d {
	margin-bottom: 15px;
}

.s28-content-hg8ap7v1d {
	background: #7835ff;
	border-radius: 24px;
	padding: 30px;
	display: flex;
	gap: 40px;
}

.s28-left-hg8ap7v1d,
.s28-right-hg8ap7v1d {
	flex-basis: calc(50% - 20px);
}

.s28-left-hg8ap7v1d img {
	border-radius: 24px;
}

.s28-text-hg8ap7v1d {
	display: flex;
	gap: 10px;
	font-size: 16px;
}

.s28-text-hg8ap7v1d svg {
	flex-shrink: 0;
}

@media (max-width: 991px) {
	.s28-swiper-container-hg8ap7v1d .swiper-pagination {
		display: flex;
		justify-content: center;
	}

	.s28-swiper-hg8ap7v1d {
		margin: 0 -20px;
		padding: 0 20px;
	}

	.s28-title-hg8ap7v1d p {
		font-size: 22px;
	}
}

@media (max-width: 768px) {
	.s28-slide-hg8ap7v1d {
		padding: 19px;
	}

	.s28-slide-hg8ap7v1d img {
		margin-bottom: 20px;
	}

	.s28-slide-title-hg8ap7v1d {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.s28-slide-text-hg8ap7v1d p {
		font-size: 14px;
	}

	.s28-slide-text-hg8ap7v1d {
		gap: 5px;
	}

	.s28-title-hg8ap7v1d {
		flex-direction: column;
	}

	.s28-title-hg8ap7v1d p {
		font-size: 16px;
	}

	.s28-content-hg8ap7v1d {
		flex-direction: column;
		gap: 0;
	}

	.s28-left-hg8ap7v1d img {
		margin: 0 auto;
		display: block;
		margin-bottom: 40px;
	}
}

.s17-top-list-hg8ap7v1d,
.s17-bottom-list-hg8ap7v1d {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-top: 0;
}

.s17-top-list-hg8ap7v1d {
	margin-bottom: 20px;
}

.s17-top-item-hg8ap7v1d,
.s17-bottom-item-hg8ap7v1d {
	-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-hg8ap7v1d {
	gap: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.s17-bottom-item-hg8ap7v1d .accordion-content__block {
	padding: 0;
}

.s17-top-item-text-hg8ap7v1d {
	font-family: Manrope;
	font-weight: 600;
	font-size: 24px;
	line-height: 125%;
	letter-spacing: -0.02em;
	color: #000;
}

.s17-bottom-img-hg8ap7v1d {
	margin-bottom: 50px;
}

.s17-bottom-title-hg8ap7v1d {
	margin-bottom: 20px;
	font-family: Manrope;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	color: #000;
	padding: 0;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.s17-bottom-title-hg8ap7v1d .accordion-icon {
	border: 1px solid #000;
	background: transparent;
	width: 30px;
	height: 30px;
	padding: 6px;
}

.s17-bottom-text-hg8ap7v1d,
.s17-bottom-text-check-hg8ap7v1d {
	margin-bottom: 20px;
	font-family: Manrope;
	font-weight: 400;
	font-size: 17px;
	line-height: 150%;
	color: #000;
}

.s17-bottom-text-check-hg8ap7v1d {
	line-height: 140%;
	font-size: 16px;
	position: relative;
	padding-left: 32px;
}

.s17-bottom-text-check-hg8ap7v1d::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(images/check-hg8ap7v1d.png) no-repeat;
}

@media (max-width: 991px) {

	.s17-top-list-hg8ap7v1d,
	.s17-bottom-list-hg8ap7v1d {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.s17-top-item-hg8ap7v1d,
	.s17-bottom-item-hg8ap7v1d {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.s17-bottom-list-hg8ap7v1d {
		/* margin-right: -20px;
		margin-left: -20px;
		padding: 0 20px; */
		gap: 10px;
	}

	.s17-bottom-list-hg8ap7v1d::-webkit-scrollbar {
		display: none;
	}

	.s17-bottom-item-hg8ap7v1d {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

@media (max-width: 768px) {
	.s17-top-item-hg8ap7v1d {
		border-radius: 24px;
		padding: 24px;
	}

	.s17-top-item-text-hg8ap7v1d {
		font-size: 20px;
	}

	.s17-bottom-title-hg8ap7v1d {
		flex-direction: column;
		gap: 10px;
		margin-top: 20px;
	}

	.s17-bottom-title-hg8ap7v1d .accordion-icon {
		margin-left: 0;
	}

	.s17-top-item-hg8ap7v1d,
	.s17-bottom-item-hg8ap7v1d {
		padding: 20px;
		flex-basis: auto;
		justify-content: space-between;
	}

	.s17-bottom-list-hg8ap7v1d {
		flex-wrap: nowrap;
		gap: 0;
		margin-bottom: 15px;
	}

	.s17-swiper-hg8ap7v1d {
		margin: 0 -20px;
		padding: 0 20px;
	}

	.s17-swiper-hg8ap7v1d .swiper-pagination {
		display: flex;
		justify-content: center;
	}

	.s17-top-item-img-hg8ap7v1d {
		margin-bottom: auto;
	}
}

.s29-general-block-hg8ap7v1d {
	background-color: white;
	padding: 30px;
	border-radius: 30px;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.s29-general-blocks-hg8ap7v1d {
	margin-top: 0;
	gap: 20px;
}

.s29-general-block-hg8ap7v1d:nth-child(1) {
	flex-direction: row;
}

.s29-general-block-hg8ap7v1d:nth-child(2) {
	flex-basis: calc(55% - 10px);
}

.s29-general-block-hg8ap7v1d:nth-child(3) {
	flex-basis: calc(45% - 10px);
}

.s29-general-block-wrap-hg8ap7v1d .s29-general-block-hg8ap7v1d p {
	margin-top: 25px;
	margin-right: -25px;
}
.s29-general-block-wrap-hg8ap7v1d .s29-general-block-hg8ap7v1d.shorttop p {
	margin-top: 45px;
}

.s29-general-block-wrap-hg8ap7v1d .s29-general-block-hg8ap7v1d:nth-child(1) {
	flex-basis: calc(29% - 13px);
}

.s29-general-block-wrap-hg8ap7v1d .s29-general-block-hg8ap7v1d:nth-child(2) {
	flex-basis: calc(31% - 13px);
}

.s29-general-block-wrap-hg8ap7v1d .s29-general-block-hg8ap7v1d:nth-child(3) {
	flex-basis: calc(40% - 13px);
}

.s29-general-block-wrap-hg8ap7v1d {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 1024px) {
	.s29-general-block-wrap-hg8ap7v1d .s29-general-block-hg8ap7v1d.shorttop{
		padding-right: 0;
	}
	.s29-general-block-wrap-hg8ap7v1d .s29-general-block-hg8ap7v1d:nth-child(1) {
		flex-basis: calc(50% - 10px);
	}

	.s29-general-block-wrap-hg8ap7v1d .s29-general-block-hg8ap7v1d:nth-child(2) {
		flex-basis: calc(50% - 10px);
	}

	.s29-general-block-wrap-hg8ap7v1d .s29-general-block-hg8ap7v1d:nth-child(3) {
		flex-basis: 100%;
	}

	.s29-general-block-wrap-hg8ap7v1d {
		row-gap: 20px;
	}
}

@media (max-width: 991px) {
	.s29-general-block-hg8ap7v1d {
		padding: 20px;
		border-radius: 16px;
	}
}

@media (max-width: 768px) {
	.s29-hg8ap7v1d {
		background: #F6F6F6;
	}

	.s29-general-blocks-hg8ap7v1d {
		flex-flow: row;
		margin-bottom: 15px;
	}

	.s29-general-block-hg8ap7v1d:nth-child(1) {
		flex-basis: auto !important;
		flex-direction: column;
		align-items: flex-start;
		justify-content: start;
		background: transparent;
	}

	.s29-general-block-hg8ap7v1d:nth-child(2) {
		flex-basis: auto !important;
	}

	.s29-general-block-hg8ap7v1d:nth-child(3) {
		flex-basis: auto !important;
	}

	.s29-general-block-wrap-hg8ap7v1d .s29-general-block-hg8ap7v1d:nth-child(1) {
		flex-basis: 100% !important;
		background: #fff;
	}

	.s29-general-block-wrap-hg8ap7v1d .s29-general-block-hg8ap7v1d:nth-child(2) {
		flex-basis: 100% !important;
	}

	.s29-general-block-wrap-hg8ap7v1d .s29-general-block-hg8ap7v1d:nth-child(3) {
		flex-basis: 100% !important;
	}

	.s29-general-blocks-hg8ap7v1d {
		gap: 0;
	}

	.s29-swiper-hg8ap7v1d .swiper-pagination {
		display: flex;
		justify-content: center;
	}

	.s29-swiper-hg8ap7v1d {
		margin: 0 -20px;
		padding: 0 20px;
	}

	.s29-general-block-hg8ap7v1d .general-block__title {
		justify-content: space-between;
		font-size: 20px;
	}

	.s29-general-block-hg8ap7v1d:nth-child(2) .general-block__title {
		flex-basis: auto !important;
		align-items: center;
	}

	.s29-general-block-hg8ap7v1d:nth-child(3) .general-block__title {
		flex-basis: auto !important;
		align-items: center;
	}
}

.s30-container-block-hg8ap7v1d {
	flex-direction: column;
}

.s30-container-content-hg8ap7v1d {
	flex-basis: 100%;
	display: flex;
	flex-wrap: wrap;
}

.s30-content-why-hg8ap7v1d {
	display: flex;
	flex-basis: 50%;
	align-items: center;
}

.s30-content-why-hg8ap7v1d:first-child {
	padding: 40px 0;
}

.s30-content-why-hg8ap7v1d:last-child {
	flex-basis: 100%;
}

.s30-content-why-hg8ap7v1d:nth-child(even) {
	padding-left: 10px;
}

.s30-content-why-hg8ap7v1d:nth-child(odd) {
	padding-right: 10px;
}

.s30-content-why-hg8ap7v1d br {
	display: none;
}

@media (max-width: 991px) {
	.s30-content-why-hg8ap7v1d {
		flex-basis: 100%;
		align-items: flex-start;
	}

	.s30-content-why-hg8ap7v1d:nth-child(even) {
		padding-left: 0;
	}

	.s30-content-why-hg8ap7v1d:nth-child(odd) {
		padding-right: 0;
	}
}

@media (max-width: 890px) {
	.s30-content-why-hg8ap7v1d br {
		display: block;
	}
}

@media (max-width: 768px) {
	.s30-hg8ap7v1d {
		background: #F6F6F6;
	}
}

@media (max-width: 700px) {
	.s30-content-why-hg8ap7v1d br {
		display: none;
	}
}

@media (max-width: 510px) {
	.s30-content-why-hg8ap7v1d br {
		display: block;
	}
}

.s31-video-button-hg8ap7v1d {
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #000;
	border-radius: 12px;
	padding: 10px 20px;
	background: #fff;
	margin-top: 20px;
}

@media (max-width: 991px) {
	.s31-hg8ap7v1d .swiper-professional__pic img {
		width: auto;
		height: auto;
	}

	.s31-hg8ap7v1d .swiper-professional__pic {
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.s31-hg8ap7v1d .swiper-professional__name {
		position: absolute;
		z-index: 1;
		padding: 30px;
		bottom: 0;
		color: white;
		left: 0;
	}

	.s31-hg8ap7v1d .swiper-professional__item {
		background: transparent;
		padding: 0;
	}

	.s31-hg8ap7v1d .swiper-professional__content {
		border-radius: 16px;
		padding: 20px;
	}
}

.s18-smile-hg8ap7v1d {
	margin: 0 3px;
}

.s18-top-hg8ap7v1d {
	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;
}

.s18-btns-hg8ap7v1d {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}

.s18-btn-hg8ap7v1d {
	font-family: Manrope;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	color: rgba(0, 0, 0, 0.5);
	border-radius: 12px;
	padding: 12px;
	background: rgba(0, 0, 0, 0.02);
}

.s18-btn-hg8ap7v1d.active {
	color: #000;
	border: 1px solid #000;
}

.s18-slide-text-hg8ap7v1d {
	font-family: Manrope;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	color: rgba(0, 0, 0, 0.5);
}

.s18-slide-text-hg8ap7v1d span {
	color: #262626;
}

@media (max-width: 991px) {
	.s18-smile-hg8ap7v1d {
		margin: 0 2px;
		width: 20px;
		height: 20px;
	}

	.s18-top-hg8ap7v1d {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.s18-btn-hg8ap7v1d {
		padding: 12px 8px;
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.s18-smile-hg8ap7v1d {
		margin: 0 1px;
		width: 17px;
		height: 17px;
	}
}

.s32-wrapper-hg8ap7v1d .percent {
	border-radius: 8px;
	padding: 5px;
	font-size: 12px;
	background: #fc5f27;
	color: #fff;
}

.s32-wrapper-hg8ap7v1d {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.s32-wrapper-hg8ap7v1d .percent:nth-child(2) {
	background: #000;
	;
}

.s32-hg8ap7v1d .callback-condition .price-old span:before {
	border-bottom: 1px solid #b9b9b9;
	;
}

.s32-hg8ap7v1d .callback-condition .price-current {
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.s32-wrapper-hg8ap7v1d {
		flex-direction: column;
		align-items: flex-start;
	}
}

.s11-hg8ap7v1d {
	background: #1A1A1A;
}

.s11-wrapper-hg8ap7v1d {
	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-hg8ap7v1d {
	border-radius: 24px;
	z-index: 1;
	width: 100%;
}

.s11-pic-hg8ap7v1d {
	position: relative;
}

.s11-pic-hg8ap7v1d::before {
	content: '';
	position: absolute;
	top: -130px;
	right: -200px;
	width: 100%;
	height: 362px;
	background: url(images/s11-img-hg8ap7v1d.png) no-repeat;
	background-size: contain;
}

.s11-icon-hg8ap7v1d {
	margin-bottom: 24px;
}

.s11-title-hg8ap7v1d {
	font-family: AtypDisplay;
	font-weight: 500;
	font-size: 48px;
	line-height: 100%;
	color: #fff;
	margin-bottom: 30px;
}

.s11-title-hg8ap7v1d span {
	font-weight: 500;
	color: #7835ff;
}

.s11-text-hg8ap7v1d {
	font-family: Manrope;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #fff;
}

@media (max-width: 768px) {
	.s11-wrapper-hg8ap7v1d {
		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-hg8ap7v1d {
		margin-bottom: 20px;
	}

	.s11-img-hg8ap7v1d {
		margin: 0 auto;
	}

	.s11-title-hg8ap7v1d {
		font-size: 30px;
	}

	.s11-text-hg8ap7v1d {
		font-size: 16px;
	}

	.s11-icon-hg8ap7v1d {
		width: 100px;
		height: 100px;
	}

	.s11-pic-hg8ap7v1d::before {
		display: none;
	}
}

.s12-hg8ap7v1d {
	background: #1A1A1A;
	margin-top: -1px;
}

.s12-title-hg8ap7v1d {
	color: #fff;
}

.s12-list-hg8ap7v1d {
	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-hg8ap7v1d {
	-ms-flex-preferred-size: calc(33% - 10px);
	flex-basis: calc(33% - 10px);
	background: #f6f6f6;
	border-radius: 24px;
	padding: 40px;
}

.s12-item-hg8ap7v1d:nth-child(2) .s12-item-text-hg8ap7v1d {
	margin-bottom: 0;
}

.s12-item-hg8ap7v1d:nth-child(2) .s12-item-img-hg8ap7v1d {
	margin-bottom: 25px;
}

.s12-item-title-hg8ap7v1d {
	font-family: AtypDisplay;
	font-weight: 500;
	font-size: 26px;
	line-height: 100%;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}

.s12-item-text-hg8ap7v1d {
	font-family: Manrope;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	color: #000;
	margin-bottom: 25px;
}

.s12-form-hg8ap7v1d {
	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-hg8ap7v1d .button {
	width: 100%;
}

.s12-input-hg8ap7v1d {
	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-hg8ap7v1d {
	font-family: Manrope;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #fff;
}

.s12-agreed-text-hg8ap7v1d a {
	color: #7835ff !important;
	text-decoration: none;
}

.s12-checkbox-off-hg8ap7v1d {
	background-size: cover;
}

.s12-check-wrapper-hg8ap7v1d {
	grid-column: span 4;
}

@media (max-width: 991px) {
	.s12-list-hg8ap7v1d::-webkit-scrollbar {
		display: none;
	}

	.s12-list-hg8ap7v1d {
		overflow: auto;
		gap: 20px;
		padding: 0 20px;
		margin: 0 -20px;
		margin-bottom: 60px;
	}

	.s12-item-hg8ap7v1d {
		-ms-flex-preferred-size: 280px;
		flex-basis: 280px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding: 20px;
	}

	.s12-item-title-hg8ap7v1d {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.s12-item-text-hg8ap7v1d {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.s12-item-hg8ap7v1d:nth-child(2) .s12-item-img-hg8ap7v1d {
		margin-bottom: 10px;
	}

	.s12-form-hg8ap7v1d {
		grid-template-columns: repeat(2, 1fr);
	}

	.s12-check-wrapper-hg8ap7v1d {
		grid-column: span 2;
	}
}

@media (max-width: 768px) {
	.s12-form-hg8ap7v1d {
		grid-template-columns: repeat(1, 1fr);
	}

	.s12-check-wrapper-hg8ap7v1d {
		grid-column: span 1;
	}

	.s12-list-hg8ap7v1d {
		margin-bottom: 20px;
	}
}

.s13-hg8ap7v1d {
	margin-top: -1px;
}

.s13-head-hg8ap7v1d {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.s13-text-hg8ap7v1d {
	font-family: AtypDisplay;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color: #fff;
}

.s13-text-hg8ap7v1d span {
	color: #fc5f27;
}

.s13-list-hg8ap7v1d {
	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-hg8ap7v1d {
	font-family: Manrope;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.s13-specialist-container-hg8ap7v1d::before {
	top: -145px;
	left: -75px;
}

.s13-teachers-block-hg8ap7v1d .size-48 {
	max-width: 1100px;
}

.s13-hg8ap7v1d .pagination {
	display: none;
}

@media (max-width: 991px) {
	.s13-hg8ap7v1d .pagination {
		display: flex;
	}

	.s13-hg8ap7v1d .button {
		font-size: 14px;
	}

	.s13-hg8ap7v1d .swiper-slide .text-white-70 {
		overflow: hidden;
		max-height: 76px;
	}
}

@media (max-width: 768px) {
	.s13-teachers-block-hg8ap7v1d .size-48 {
		font-size: 20px;
	}
}

.s21-wrapper-hg8ap7v1d {
	padding: 60px 100px;
	margin: 0 -100px;
}

.s21-be3op1m9z .s21-wrapper-hg8ap7v1d {
	padding: 60px;
	margin: 0;
}

@media (max-width: 767px) {

	.s21-hg8ap7v1d .accordion-head h6,
	.s22-hg8ap7v1d .accordion-head h6 {
		font-size: 16px;
	}
}

.s22-btn-bottom-wrap-hg8ap7v1d {
	display: flex;
	justify-content: center;
}

.s22-hg8ap7v1d {
	padding-bottom: 60px;
}

@media (max-width: 767px) {
	.s22-btn-bottom-hg8ap7v1d {
		display: none;
	}

	.s22-hg8ap7v1d {
		padding-bottom: 20px;
	}
}

.s33-hg8ap7v1d {
	background: #EAEAEA;
}

.s33-content-hg8ap7v1d {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.s33-card-hg8ap7v1d {
	flex-basis: calc(20% - 10px);
	background: #f6f6f6;
	border-radius: 16px;
	padding: 20px;
}

.s33-card-hg8ap7v1d:nth-child(1) {
	margin-top: 200px;
}

.s33-card-hg8ap7v1d:nth-child(2) {
	margin-top: 150px;
}

.s33-card-hg8ap7v1d:nth-child(3) {
	margin-top: 100px;
}

.s33-card-hg8ap7v1d:nth-child(4) {
	margin-top: 50px;
}

.s33-card-num-hg8ap7v1d {
	border-radius: 5px;
	padding: 1px 10px;
	background: #000;
	width: 30px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.s33-card-text-hg8ap7v1d {
	margin-bottom: 25px;
}

.s33-card-list-hg8ap7v1d {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.s33-card-list-hg8ap7v1d p {
	display: flex;
	flex-direction: column;
	font-size: 14px;
}

.s33-swiper-hg8ap7v1d .swiper-pagination {
	display: none;
}

@media (max-width: 991px) {
	.s33-content-hg8ap7v1d {
		flex-direction: column;
		gap: 20px;
	}

	.s33-card-hg8ap7v1d:nth-child(1),
	.s33-card-hg8ap7v1d:nth-child(2),
	.s33-card-hg8ap7v1d:nth-child(3),
	.s33-card-hg8ap7v1d:nth-child(4) {
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.s33-content-hg8ap7v1d {
		flex-direction: row;
		gap: 0;
	}

	.s33-card-hg8ap7v1d {
		flex-basis: auto;
	}

	.s33-swiper-hg8ap7v1d .swiper-pagination {
		display: flex;
		justify-content: center;
	}

	.s33-swiper-hg8ap7v1d .swiper-pagination-bullet {
		background: #fff;
		opacity: 1;
	}

	.s33-swiper-hg8ap7v1d .swiper-pagination-bullet-active {
		background: #000;
	}

	.s33-swiper-hg8ap7v1d {
		margin: 0 -20px;
		padding: 0 20px;
	}

	.s33-content-hg8ap7v1d  {
		margin-bottom: 15px;
	}

	.s33-card-list-hg8ap7v1d p {
		flex-direction: row;
		gap: 5px;
		align-items: center;
	}

	.s33-card-list-hg8ap7v1d p svg {
		flex-shrink: 0;
	}
}

.back-gray-be3op1m9z {
	background: #EAEAEA;
}

.s34-hg8ap7v1d .case-item__pic img {
	object-position: top;
}

.s34-hg8ap7v1d .swiper-slide:nth-child(3) .case-item__pic img {
	object-position: center;
}
.font-bold{
	font-weight: 600;
}
.s28-list-hg8ap7v1d {
   align-items: stretch;
    margin-bottom: 30px;
  }

  .s28-slide-hg8ap7v1d {
    height: auto;
  }
.s28-list-hg8ap7v1d {
  align-items: stretch;

}

.s1-flex-item-hg8ap7v1d {
  height: auto;
}

.s25-card-4-hg8ap7v1d {
  background: #262626;
}

@media (max-width: 768px) {
  .s1-flex-list-hg8ap7v1d {
      margin-bottom: 20px;
  }

  .s25-card-hg8ap7v1d {
    height: auto;
  }

  .s25-swiper-hg8ap7v1d .swiper-wrapper {
    margin-bottom: 30px;
  }

  .s1-2-swiper-hg8ap7v1d .swiper-slide {
    height: auto;
  }
  .s1-2-grid-hg8ap7v1d {
    margin-bottom: 30px;
  }

  .s28-list-hg8ap7v1d {
    margin-bottom: 30px;
  }

  .s28-slide-hg8ap7v1d {
    height: auto;
  }

  .s17-top-item-hg8ap7v1d {
    height: auto;
  }

  .s17-bottom-list-hg8ap7v1d {
    margin-bottom: 30px;
  }

  .s29-general-blocks-hg8ap7v1d {
    margin-bottom: 30px;
}

  .s29-general-block-hg8ap7v1d {
    height: auto;
  }
}
.s25-card-bottom-hg8ap7v1d .title {
  font-family: Manrope;
}
@media (max-width: 768px) {
  .s26-img-hg8ap7v1d {
      display: inline-block;
  }
}
.program-for .wrapper {
    padding-top: 0;
}
.accordion-content__block ol{
	margin-left: 20px;
}

@media (max-width: 768px) {
	.s33-content-hg8ap7v1d {
	  margin-bottom: 30px;
	}

	.s33-card-hg8ap7v1d {
	  height: auto;
	}
}