

/* Start:/local/templates/africa/components/bitrix/news.detail/main_screen/style.css?17345223323885*/
.s_main_screen {
	height: calc(100vh - 97px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	mix-blend-mode: darken;
	background-color: #d0fcff;
	position: relative;
}

/* .s_main_screen:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(169, 249, 255, 0.4);
	content: '';
} */

.main_screen {
	display: flex;
	justify-content: end;
}

.main_screen__title {
	margin-bottom: 60px;
}

.main_screen_box {
	display: flex;
	flex-direction: column;
	/* background: rgba(0, 141, 255, 0.6); */
	background: rgba(110, 233, 253, 0.6);
	border-radius: 15px;
	backdrop-filter: blur(15px);
	padding: 32px;
	/* color: white; */
	width: 40%;
	margin-top: 10%;
}

.main_screen__text {
	font-size: clamp(14px, 3vw, 18px);
	margin-bottom: 32px;
}

.main_screen_btn {
	display: flex;
	justify-content: center;
}

.main_screen_btn_up_down {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cpath d='m16 1.5a14.5 14.5 0 1 0 14.5 14.5 14.51 14.51 0 0 0 -14.5-14.5zm0 28a13.5 13.5 0 1 1 13.5-13.5 13.52 13.52 0 0 1 -13.5 13.5z' fill='%23335cc1' style='fill: %23335cc1;'%3E%3C/path%3E%3Cpath d='m19.65 19.65-3.15 3.14v-14.79a.5.5 0 0 0 -1 0v14.79l-3.15-3.14a.49.49 0 0 0 -.7.7l4 4a.36.36 0 0 0 .16.11.47.47 0 0 0 .38 0 .36.36 0 0 0 .16-.11l4-4a.49.49 0 0 0 -.7-.7z' fill='%23335cc1' style='fill: %23335cc1;'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	width: 52px;
	height: 52px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
	transition: background .4s ease;
	position: relative;
	bottom: -10px;
	animation: jump_btn 2s infinite;
}

.main_screen_btn_up_down:hover {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cpath d='m16 1.5a14.5 14.5 0 1 0 14.5 14.5 14.51 14.51 0 0 0 -14.5-14.5zm0 28a13.5 13.5 0 1 1 13.5-13.5 13.52 13.52 0 0 1 -13.5 13.5z' fill='%23fec20b' style='fill: %23fec20b;'%3E%3C/path%3E%3Cpath d='m19.65 19.65-3.15 3.14v-14.79a.5.5 0 0 0 -1 0v14.79l-3.15-3.14a.49.49 0 0 0 -.7.7l4 4a.36.36 0 0 0 .16.11.47.47 0 0 0 .38 0 .36.36 0 0 0 .16-.11l4-4a.49.49 0 0 0 -.7-.7z' fill='%23fec20b' style='fill: %23fec20b;'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

@keyframes jump_btn {
	0% {
		bottom: 0;
	}

	50% {
		bottom: -10px;
	}

	100% {
		bottom: 0;
	}
}

@media (max-width: 1550px) {
	.s_main_screen {
		height: calc(100vh - 85px);
	}
}

@media (max-width: 992px) {
	.main_screen_box {
		width: 100%;
		position: inherit;
		z-index: 2;
	}

	.main_screen {
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.s_main_screen:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.6);
		content: '';
	}
}

@media (max-width: 768px) {
	.s_main_screen .container {
		background-color: rgba(255, 255, 255, 0.6);
	}

	.main_screen_box {
		width: 100%;
		align-items: center;
		padding: 10%;
	}

	.main_screen .main_screen__text {
		text-align: center;
		font-weight: 500;
		margin-bottom: 24px;
		color: var(--color-col-four);
	}

	.main_screen .main_screen_box {
		margin-top: unset;
	}

	.main_screen .main_screen__title {
		margin-bottom: 26px;
		text-align: center;
	}
}

@media (max-width: 450px) {
	.main_screen_box {
		padding: 5%;
	}
}

@media (max-width: 375px) {
	.s_main_screen {
		height: calc(100vh - 77px);
	}
}

@media (max-height: 680px) {
	.main_screen_box {
		margin-top: 5%;
	}

	.main_screen__title {
		margin-bottom: 24px;
	}

	.main_screen__text {
		margin-bottom: 12px;
	}
}

@media (max-height: 680px) {
	.main_screen_box {
		margin-top: 2%;
	}

	.main_screen__title {
		margin-bottom: 12px;
	}

	.main_screen__text {
		margin-bottom: 8px;
	}
}
/* End */


/* Start:/local/templates/africa/components/bitrix/news.detail/about_the_center/style.css?17507655632729*/
.s_about_the_center {
	position: relative;
	background: var(--color-fill-one);
}

.s_about_the_center h2 {
	color: var(--color-col-three);
	margin-bottom: 24px;
}

.s_about_the_center h2 b {
	color: var(--color-col-two);
	font-weight: 700;
}

.about_the_center {
	width: 45%;
}

.about_the_center_text {
	font-size: clamp(13px, 3vw, 16px);
	color: var(--color-col-five);
}

.about_the_center_text p {
	margin-bottom: 12px;
}

.about_the_center_text span {
	color: var(--color-col-three);
}
.about_the_center_text span b {
	color: var(--color-col-one);
}
.about_the_center_text b {
	color: var(--color-col-two);
}

.about_the_center_text p:last-child {
	margin-bottom: 0;
}

.about_the_center_img {
	position: absolute;
	height: 100%;
	width: 50%;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.about_the_center_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.about_the_center__video {

}

@media (max-width: 992px) {
	.about_the_center {
		width: 100%;
	}

	.about_the_center_img {
		margin-top: 40px;
		position: unset;
		display: flex;
		height: 450px;
		width: 100%;
		top: unset;
		right: unset;
		transform: unset;
	}
}

@media (max-width: 568px) {
	.about_the_center_img {
		margin-top: 20px;
		height: 250px;
	}
}

.s_about_media {
	padding: 80px 0;
	background: var(--color-fill-one);
}
.s_about_media .about_media__title {
	color: var(--color-col-three);
	margin-bottom: 24px;
	width: 100%;
	text-align: center;
}

.s_about_media .about_media__title b {
	color: var(--color-col-one);
	font-weight: 700;
}

.about_the_center__video {
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 24px;
	background: rgba(3, 3, 3, 0.4);
	z-index: 2;
}
.about_the_center__video:hover:before {
	background: var(--color-col-three);
}
.about_the_center__video:hover:after {
	border-bottom: 30px solid white;
}
.about_the_center__video:before {
	position: absolute;
	content: '';
	/* background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; */

	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: white;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	z-index: 2;
	transition: .4s;
}
.about_the_center__video:after {
	position: absolute;
	content: '';
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 30px solid var(--color-col-two);
	left: 50%;
	top: 50%;
	transform: translate(calc(-50% + 4px), -50%) rotate(90deg);
	z-index: 3;
	transition: .4s;
}
.about_the_center__video img {
	position: inherit;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	z-index: 1;
}

@media (max-width: 768px) {
	.s_about_media {
		padding: 60px 0;
	}
}
/* End */


/* Start:/local/templates/africa/components/bitrix/news.list/why_us/style.css?17345223321034*/
.s_why_us h2 {
	color: var(--color-col-two);
}

.s_why_us h2 span b {
	color: var(--color-col-one);
	font-weight: 700;
}

.why_us {
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.why_us__container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 32px 24px;
}

.why_us__item {
	display: flex;
	gap: 12px;
}

.why_us__item_left img {
	object-fit: contain;
	min-width: 45px;
	max-width: 45px;
	min-height: 45px;
	max-height: 45px;
}

.why_us__item_right {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.why_us__item_title {
	font-family: var(--font-family-MFont);
	font-size: clamp(16px, 3vw, 18px);
	color: var(--color-col-one);
	font-weight: 700;
	display: flex;
	align-items: center;
}

.why_us__item_text {
	color: var(--color-SBlack);
	font-size: clamp(13px, 3vw, 14px);
	font-weight: 500;
}

@media (max-width: 768px) {
	.why_us {
		gap: 32px;
	}

	.why_us__container {
		grid-gap: 24px 12px;
	}

	.why_us__item {
		gap: 8px;
	}

	.why_us__item_right {
		gap: 4px;
	}
}
/* End */


/* Start:/local/templates/africa/components/bitrix/news.list/our_classes/style.css?17345223325122*/
.s_our_classes {
	background: var(--color-col-three);
}

.our_classes_swiper {
	position: relative;
}

.our_classes__sub_title {
	font-size: clamp(24px, 3vw, 32px);
	font-family: var(--font-family-MFont);
	font-weight: 700;
	color: white;
	margin-bottom: 32px;
}

.our_classes_card__btn_cont {
	display: flex;
	margin-top: auto;
	justify-content: space-between;
	align-items: center;
}

.our_classes {
	position: relative;
}

.s_our_classes h2 {
	color: white;
	text-align: center;
	margin-bottom: 64px;
}

.swiper-slide.our_classes_slide {
	display: flex;
	height: auto;
}

.swiper-button-prev.our_classes_but_prev {
	left: -22px;
}
.swiper-button-next.our_classes_but_next {
	right: -22px;
}

.s_our_classes .swiper-pagination.our_classes_pagination {
	bottom: -40px;
	width: auto;
}

.our_classes_card {
	background: white;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.our_classes_card__top {
	display: flex;
	width: 100%;
	height: 250px;
	max-height: 250px;
	min-height: 250px;
}

.our_classes_card__img {
	object-fit: cover;
	width: 100%;
}

.our_classes_card__bot {
	display: flex;
	flex-direction: column;
	padding: 20px 28px;
	height: 100%;
}

.our_classes_card__title_box {
	height: 50px;
	margin-bottom: 12px;
}

.our_classes_card__title {
	font-size: 18px;
	font-family: var(--font-family-MFont);
	color: var(--color-col-one);
	transition: .3s;
	font-weight: 700;
	cursor: pointer;
}

.our_classes__detail_img {
	object-fit: contain;
	max-height: 450px;
	width: 100%;
}

.our_classes_card__title:hover {
	color: var(--color-col-two);
}

.our_classes_card__age {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.our_classes_card__sub_title {
	font-size: clamp(14px, 3vw, 16px);
	font-family: var(--font-family-MFont);
	font-weight: 500;
	color: var(--color-col-four);
}

.our_classes_card__info, .our_classes_card__sub_title {
	position: relative;
	padding-left: 32px;
}

.our_classes_card__info {
	margin-bottom: 12px;
}

.our_classes_card__info:before {
	content: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 491.276 491.276' style='enable-background:new 0 0 491.276 491.276;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M443.436,218.278c-6.241-6.204-16.319-6.204-22.56,0l-48,48l22.56,22.56l19.04-19.04 c-13.343,105.196-109.438,179.657-214.634,166.314S20.185,326.674,33.528,221.478C45.7,125.521,127.351,53.601,224.076,53.638 v-32C100.364,21.596,0.042,121.85,0,245.562s100.212,224.034,223.924,224.076c115.375,0.039,211.907-87.563,223.032-202.4 l21.76,21.76l22.56-22.56L443.436,218.278z' fill='%233eb2cf' style='fill: %233eb2cf;'%3E%3C/path%3E%3Cpath d='M224.076,165.638v80c-0.025,4.253,1.645,8.34,4.64,11.36l48,48l22.56-22.56l-43.2-43.36v-73.44H224.076z' fill='%233eb2cf' style='fill: %233eb2cf;'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
}

.our_classes_card__sub_title:before {
	content: url("data:image/svg+xml,%3Csvg id='Layer_1' enable-background='new 0 0 512 512' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m391 120c-33.084 0-60-26.916-60-60s26.916-60 60-60 60 26.916 60 60-26.916 60-60 60zm0-80c-11.028 0-20 8.972-20 20s8.972 20 20 20 20-8.972 20-20-8.972-20-20-20zm-20 306h-40v166h40zm-258-127c-33.084 0-60-26.916-60-60s26.916-60 60-60 60 26.916 60 60-26.916 60-60 60zm0-80c-11.028 0-20 8.972-20 20s8.972 20 20 20 20-8.972 20-20-8.972-20-20-20zm60 234h-40v139h40zm278-7h38v-167c0-33.084-26.916-60-60-60h-77.612c-31.643 0-59.451 21.35-67.625 51.918l-32.353 120.998-73.221-58.577c-12.364-9.892-27.894-15.339-43.728-15.339h-51.461c-33.084 0-60 26.916-60 60v115h30v99h40v-139h-30v-75c0-11.028 8.972-20 20-20h51.461c6.786 0 13.442 2.335 18.741 6.574l101.782 81.426h23.371l44.051-164.75c3.503-13.101 15.421-22.25 28.982-22.25h77.612c11.028 0 20 8.972 20 20v127h-38v186h40z' fill='%233eb2cf' style='fill: %233eb2cf;'%3E%3C/path%3E%3C/svg%3E");
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.our_classes_card__age_title {
	font-size: clamp(15px, 3vw, 18px);
	font-family: var(--font-family-MFont);
	color: var(--color-col-two);
	font-weight: 700;
}

.our_classes_card__info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.our_classes_card__time {
	font-size: clamp(14px, 3vw, 15px);
	color: var(--color-col-four);
	align-items: center;
}

.our_classes_card__time span {
	font-size: clamp(14px, 3vw, 16px);
	color: var(--color-col-one);
	font-weight: 500;
	margin-left: 4px;
}

.our_classes_modal p, .our_classes_modal a {
	word-break: break-word;
}

@media (max-width: 1350px) {
	.swiper-button-prev.our_classes_but_prev {
		left: -10px;
	}
	.swiper-button-next.our_classes_but_next {
		right: -10px;
	}

	.s_our_classes .swiper-pagination.our_classes_pagination {
		bottom: -32px;
	}

	.our_classes_card__top {
		height: 180px;
		max-height: 275px;
		min-height: 275px;
	}
}

@media (max-width: 768px) {
	.our_classes_card__bot {
		padding: 16px;
	}
}
/* End */


/* Start:/local/templates/africa/components/bitrix/news.list/our_classes_two/style.css?17345223322786*/
.s_our_classes.s_our_classes_two {
	background: var(--color-fill-one);
}

.our_classes_swiper {
	position: relative;
}

.our_classes__sub_title {
	font-size: clamp(24px, 3vw, 32px);
	font-family: var(--font-family-MFont);
	font-weight: 700;
	margin-bottom: 32px;
}

.s_our_classes_two .our_classes__sub_title {
	color: var(--color-col-two);
}

.our_classes__sub_title_mod {
	color: var(--color-col-two);
	font-size: clamp(24px, 3vw, 32px);
	font-family: var(--font-family-MFont);
	font-weight: 700;
	margin-bottom: 32px;
}

.our_classes {
	position: relative;
}

.swiper-slide.our_classes_two_slide {
	display: flex;
	height: auto;
}

.swiper-button-prev.our_classes_but_prev {
	left: -22px;
}
.swiper-button-next.our_classes_but_next {
	right: -22px;
}

.s_our_classes .swiper-pagination.our_classes_pagination {
	bottom: -40px;
	width: auto;
}



.our_classes_two_card {
	display: flex;
	flex-direction: column;
	background: white;
	width: 100%;
	height: 100%;
}

.our_classes_two_card__top {
	display: flex;
	width: 100%;
	height: 250px;
	max-height: 250px;
	min-height: 250px;
	position: relative;
}

.our_classes_two_card__top:hover .our_classes_two__info {
	opacity: 1;
}
.our_classes_two__info {
	position: absolute;
	opacity: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(62, 178, 207, 0.8);
	transition: .4s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.our_classes_card__img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.our_classes_two__btn_cont {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
}

.our_classes_card_two__bot {
	display: flex;
	height: 100%;
}

.our_classes_card_two__bot_left {
	width: 40%;
	padding: 10px;
	height: 100%;
	background: var(--color-col-three);
	display: flex;
	justify-content: center;
	align-items: center;
}

.our_classes_card_two__bot_right {
	width: 60%;
	display: flex;
	padding: 20px;
	align-items: center;
}

.our_classes__detail_img {
	object-fit: contain;
	max-height: 450px;
	width: 100%;
}

.our_classes_two_card_age {
	font-size: clamp(14px, 3vw, 16px);
	font-family: var(--font-family-MFont);
	font-weight: 700;
	color: white;
}

.our_classes_card_two__title {
	font-size: clamp(14px, 3vw, 16px);
	font-family: var(--font-family-MFont);
	cursor: pointer;
	font-weight: 700;
	color: var(--color-col-one);
	transition: .4s;
}

.our_classes_card_two__title:hover {
	color: var(--color-col-two);
}




@media (max-width: 1350px) {
	.swiper-button-prev.our_classes_but_prev {
		left: -10px;
	}
	.swiper-button-next.our_classes_but_next {
		right: -10px;
	}

	.s_our_classes .swiper-pagination.our_classes_pagination {
		bottom: -32px;
	}
}

@media (max-width: 768px) {

}

@media (max-width: 450px) {
	.our_classes_card_two__bot_right {
		padding: 12px;
	}
}
/* End */


/* Start:/local/templates/africa/components/bitrix/news.detail/stock/style.css?17345223321983*/
.stock {
	display: flex;
	justify-content: start;
	gap: 32px;
	padding: 64px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}

.stock:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	background: rgba(209, 250, 255, 0.4);
	z-index: 1;
}

.stock_box {
	position: inherit;
	color: var(--color-col-four);
	width: 60%;
	display: flex;
	flex-direction: column;
	gap: 32px;
	z-index: 2;
}

.stock_sub_title {
	font-size: clamp(14px, 3vw, 16px);
}
.stock_sub_title:first-child {
	font-weight: 700;
	text-align: center;
	color: #5488ff;
	font-size: clamp(15px, 3vw, 24px);
}

.stock_btn_cont {
	display: flex;
}

.stock_btn_cont .btn1 {
	padding: 16px 24px;
	font-size: clamp(14px, 3vw, 18px);
}

.stock_list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.stock_list li {
	font-size: clamp(14px, 3vw, 16px);
	position: relative;
	padding-left: 40px;
	font-weight: 600;
}

.stock_list li:before {
	position: absolute;
	width: 24px;
	height: 24px;
	content: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 196.407 196.407' style='enable-background:new 0 0 196.407 196.407;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill: rgb(255, 77, 77);' d='M56.084,189.137c-1.735,0.897-3.807,1.012-5.891-1.071L2.651,139.517 c-4.204-4.291-3.225-9.943,1.648-13.462c6.228-4.498,14.555-11.83,21.582-22.55c3.291-5.026,7.995-5.363,11.248-0.315 l11.727,18.205c3.258,5.053,7.006,11.389,9.018,10.677c0.816-0.288,1.806-0.995,2.986-2.393L156.169,9.877 c3.742-4.699,9.023-4.194,11.803,1.131l27.054,51.894c2.779,5.325,1.235,12.695-3.448,16.459L69.1,177.786 C64.422,181.55,59.272,187.5,56.084,189.137z' fill='%23010002'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	left: 0;
	top: 0;
}

@media (max-width: 992px) {
	.stock_box {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.stock_box {
		gap: 24px;
	}

	.stock {
		padding: 24px;
	}
}
/* End */


/* Start:/local/templates/africa/components/bitrix/news.detail/words_director/style.css?17345223321303*/
.s_words_director {
	background: var(--color-fill-one);
}

.words_director {
	display: flex;
	gap: 32px;
}

.words_director__left {
	display: flex;
	flex-direction: column;
}

.words_director__left span {
	font-size: clamp(12px, 3vw, 13px);
	color: var(--color-col-five);
	font-style: italic;
	padding-top: 12px;
}

.words_director__left span.author_name {
	padding-top: 16px;
	font-size: clamp(15px, 3vw, 16px);
	color: var(--color-col-one);
	font-weight: 700;
}

.words_director__img {
	min-width: 280px;
	max-width: 280px;
	max-height: 400px;
	min-height: 400px;
	border-radius: 10px;
	object-fit: cover;
	height: 100%;
}

.words_director__right h2 {
	margin-bottom: 32px;
	color: var(--color-col-three);
}

.words_director__right h2 b {
	color: var(--color-col-two);
	font-weight: 700;
}

.words_director__text {
	font-size: clamp(13px, 3vw, 16px);
	color: var(--color-col-five);
	font-style: italic;
}

.words_director__text p {
	margin-bottom: 12px;
}

@media (max-width: 768px) {
	.words_director {
		flex-direction: column;
	}

	.words_director__left {
		order: 2;
		display: flex;
		justify-content: center;
	}

	.words_director__right {
		order: 1;
	}
}

@media (max-width: 375px) {
	.words_director__img {
		min-width: 280px;
		max-width: 280px;
		max-height: 400px;
		min-height: 400px;
	}
}
/* End */


/* Start:/local/templates/africa/components/bitrix/news.list/feedback/style.css?17345223323261*/
.feedback_swiper {
	position: relative;
}

.s_feedback h2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.s_feedback.s_line {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.s_feedback .container {
	/* position: absolute;
	height: auto;
	width: 100%;
	top: 0;
	left: 0; */
	position: inherit;
	z-index: 1;
}



.s_feedback h2 {
	color: white;
	margin-bottom: 64px;
}

.s_feedback_bg_cont {
	position: absolute;
	display: flex;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.s_feedback_bg {
	max-width: unset;
}

.simpleParallax {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 0;
}


.feedback__card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px 32px;
}
.feedback__card:before {
	content: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 191.029 191.029' style='enable-background:new 0 0 191.029 191.029;' xml:space='preserve'%3E%3Cpath style='fill: %23FFFFFF4C' d='M44.33,88.474v15.377h38.417v82.745H0v-82.745h0.002V88.474c0-31.225,8.984-54.411,26.704-68.918 C38.964,9.521,54.48,4.433,72.824,4.433v44.326C62.866,48.759,44.33,48.759,44.33,88.474z M181.107,48.759V4.433 c-18.343,0-33.859,5.088-46.117,15.123c-17.72,14.507-26.705,37.694-26.705,68.918v15.377h0v82.745h82.744v-82.745h-38.417V88.474 C152.613,48.759,171.149,48.759,181.107,48.759z' fill='%23FFFFFF4C'%3E%3C/path%3E%3C/svg%3E");
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 42px;
	z-index: -1;
}
.feedback__text {
	color: white;
	font-size: clamp(14px, 3vw, 20px);
	font-family: var(--font-family-MFont);
}
.feedback__author {
	color: white;
	font-size: clamp(15px, 3vw, 18px);
	font-family: var(--font-family-MFont);
	font-weight: 700;
}





.swiper-slide.feedback_slide {
	display: flex;
}

.feedback_slide img {
	object-fit: contain;
}

.feedback_swiper .swiper-button-prev.feedback_but_prev {
	left: -64px;
}
.feedback_swiper .swiper-button-next.feedback_but_next {
	right: -64px;
}



.swiper-button-prev.main_custom_prev.feedback_but_prev, .swiper-button-next.main_custom_next.feedback_but_next {
	border: unset;
	background: unset;
	transition: unset;
}
.swiper-button-prev.main_custom_prev.feedback_but_prev:hover, .swiper-button-next.main_custom_next.feedback_but_next:hover {
	background: unset;
}
.swiper-button-prev.main_custom_prev.feedback_but_prev:after, .swiper-button-next.main_custom_next.feedback_but_next:after {
	font-size: 26px;
	color: white;
}



@media (max-width: 1350px) {
	.feedback_swiper .swiper-button-prev.feedback_but_prev {
		right: 52px;
		left: unset;
		top: unset;
		bottom: -60px;
	}
	.feedback_swiper .swiper-button-next.feedback_but_next {
		right: 0;
		top: unset;
		bottom: -60px;
	}
}

@media (max-width: 768px) {
	.s_feedback h2 {
		margin-bottom: 32px;
	}

	.s_feedback.s_line {
		padding-bottom: 100px;
	}

	.feedback__card {
		padding: 24px 16px;
	}
}

@media (max-width: 568px) {
	.feedback_swiper {
		display: flex;
		justify-content: center;
	}

	.feedback_swiper .swiperFeedback {
		max-width: 350px;
	}
}
/* End */


/* Start:/local/templates/africa/components/bitrix/news.list/mentors_list/style.css?17345223326305*/
.s_mentors_list {
	background: var(--color-fill-one);
}

.mentors_list_swiper {
	position: relative;
}


	/* font-size: clamp(24px, 3vw, 32px);
	font-family: var(--font-family-MFont);
	font-weight: 700;
	color: white;
	margin-bottom: 32px; */

.mentors_list_card__top {
	display: flex;
	justify-content: center;
	padding: 20px;
}

.mentors_list_card__img {
	min-height: 350px;
	max-height: 350px;
	min-width: 350px;
	max-width: 350px;
	object-fit: cover;
	border-radius: 50%;
}

.mentors_list_card__bot {
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
	padding: 18px 16px;
}

.mentors_list_card__title {
	font-size: clamp(15px, 3vw, 18px);
	font-family: var(--font-family-MFont);
	font-weight: 700;
	color: var(--color-col-two);
}

.mentors_list_card__job_title {
	font-size: clamp(14px, 3vw, 16px);
	font-family: var(--font-family-MFont);
	font-weight: 500;
	color: var(--color-col-four);
}

.mentors_list_card__btn_cont {
	margin-top: auto;
}

.mentors_list_card__info {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mentors_list_card__title, .mentors_list_card__job_title {
	position: relative;
	padding-left: 32px;
}

.mentors_list_card__title:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M293.5,130c35.841,0,65-29.159,65-65s-29.159-65-65-65s-65,29.159-65,65S257.659,130,293.5,130z M293.5,30 c19.299,0,35,15.701,35,35s-15.701,35-35,35s-35-15.701-35-35S274.201,30,293.5,30z' fill='%23000000' style='fill: rgb(62, 178, 207);'%3E%3C/path%3E%3Cpath d='M353.5,160h-210V0h-30v162.58c-17.459,6.192-30,22.865-30,42.42c0,24.813,20.187,45,45,45h90v262h150V367.43 c4.693,1.664,9.743,2.57,15,2.57c24.813,0,45-20.187,45-45v-90C428.5,193.645,394.855,160,353.5,160z M398.5,325 c0,8.271-6.729,15-15,15s-15-6.729-15-15V220h-30v262h-30V325h-30v157h-30V220h-120c-8.271,0-15-6.729-15-15s6.729-15,15-15h150v90 h30v-90h45c24.813,0,45,20.187,45,45V325z' fill='%23000000' style='fill: rgb(62, 178, 207);'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
}

.mentors_list_card__job_title:before {
	content: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M466.75,242.763V86.25c0-2.346-0.643-4.493-1.6-6.469c0.577-1.599,1.6-3.01,1.6-4.781c0-6.694-4.438-12.583-10.884-14.429 l-210-60c-2.695-0.762-5.537-0.762-8.232,0l-210,60C21.188,62.417,16.75,68.306,16.75,75c0,6.694,4.438,12.583,10.884,14.429 l79.116,22.604v17.752c0,17.065,9.478,32.754,24.141,39.961c67.236,33.047,154.453,33.032,221.719,0.015 c14.663-7.207,24.141-22.896,24.141-39.976v-17.752l60-17.142v147.872c-17.422,6.213-30,22.707-30,42.237v30 c0,8.291,6.709,15,15,15h60c8.291,0,15-6.709,15-15v-30C496.75,265.47,484.172,248.977,466.75,242.763z' fill='%23000000' style='fill: rgb(62, 178, 207);'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M364.322,198.685C326.617,217.215,283.712,227,240.25,227c-43.462,0-86.382-9.8-124.102-28.33 c-3.684-1.811-6.735-4.495-10.009-6.887c3.204,53.99,32.252,99.803,73.304,123.274c0,0,21.057,9.949,27.636,11.818l0.026-0.049 c10.655,3.038,21.625,5.175,33.144,5.175c10.547,0,25.57-2.105,40.582-7.648c6.915-2.462,20.176-9.265,20.176-9.265 c41.077-23.463,70.145-69.29,73.353-123.299C371.077,194.185,368.017,196.87,364.322,198.685z' fill='%23000000' style='fill: rgb(62, 178, 207);'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M240.25,362c-12.092,0-23.729-1.866-35.068-4.603L240.25,410l34.871-52.553C263.841,360.152,252.273,362,240.25,362z' fill='%23000000' style='fill: rgb(62, 178, 207);'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M326.595,335.096c-0.266,0.179-0.564,0.302-0.829,0.48L313.15,354.5c0,0.698-57.513,86.718-57.9,87.299V512h195 c8.291,0,15-6.709,15-15C465.25,415.086,404.961,347.846,326.595,335.096z M360.25,452h-30c-8.291,0-15-6.709-15-15 c0-8.291,6.709-15,15-15h30c8.291,0,15,6.709,15,15C375.25,445.291,368.541,452,360.25,452z' fill='%23000000' style='fill: rgb(62, 178, 207);'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M154.461,335.402c-0.244-0.163-0.516-0.276-0.76-0.441C75.418,347.798,15.25,415.137,15.25,497c0,8.291,6.709,15,15,15 h195v-70.201C157.271,339.655,171.143,360.508,154.461,335.402z' fill='%23000000' style='fill: rgb(62, 178, 207);'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
}

.mentors_list_card {
	background: rgba(62, 178, 207, 0.1);
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.swiper-slide.mentors_list_slide {
	display: flex;
	height: auto;
}

.mentors_list {
	position: relative;
}

.mentors_list h2 {
	text-align: center;
	margin-bottom: 32px;
	color: var(--color-col-two);
}

.mentors_list__sub_title {
	font-size: clamp(14px, 3vw, 18px);
	text-align: center;
	font-family: var(--font-family-MFont);
	font-weight: 500;
	color: var(--color-col-four);
	margin-bottom: 64px;
}

.mentors_list h2 b {
	color: var(--color-col-one);
}

.swiper-button-prev.mentors_list_but_prev {
	left: -22px;
}
.swiper-button-next.mentors_list_but_next {
	right: -22px;
}

.s_mentors_list .swiper-pagination.mentors_list_pagination {
	bottom: -40px;
	width: 100%;
}

.mentors_list__detail_img {
	object-fit: contain;
	max-height: 450px;
	width: 100%;
}

.mentors_list_modal p, .mentors_list_modal a {
	word-break: break-word;
}

@media (max-width: 1350px) {
	.swiper-button-prev.mentors_list_but_prev {
		left: -10px;
	}
	.swiper-button-next.mentors_list_but_next {
		right: -10px;
	}

	.s_mentors_list .swiper-pagination.mentors_list_pagination {
		bottom: -32px;
	}
}

@media (max-width: 1200px) {
	.mentors_list_card__img {
		min-height: 250px;
		max-height: 250px;
		min-width: 250px;
		max-width: 250px;
	}
}

@media (max-width: 768px) {
	.mentors_list_swiper {
		margin: 0 auto;
		max-width: 380px;
	}

	.mentors_list h2 {
		margin-bottom: 16px;
	}

	.mentors_list__sub_title {
		margin-bottom: 32px;
	}
}
/* End */


/* Start:/local/templates/africa/components/bitrix/news.list/our_environment/style.css?17345223321622*/
.our_environment {
	position: relative;
}

.s_our_environment.s_line {
	padding: 50px 0;
}

.our_environment_swiper {
	position: relative;
}

.s_our_environment h2 {
	color: var(--color-col-one);
	text-align: center;
	margin-bottom: 32px;
}

.s_our_environment h2 span {
	color: var(--color-col-three);
}

.s_our_environment .swiper-pagination.our_environment_pagination {
	bottom: -40px;
	width: auto;
}

.swiper-slide.our_environment_slide {
	display: flex;
	height: auto;
	background: white;
	padding: 10px;
}

.swiper-slide.our_environment_slide a, .our_environment_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.our_environment_slide img {
	object-fit: contain;
	width: auto;
	height: auto;
}

.our_environment_swiper .swiper-button-prev.our_environment_but_prev {
	left: -22px;
}
.our_environment_swiper .swiper-button-next.our_environment_but_next {
	right: -22px;
}

@media (max-width: 1350px) {
	.our_environment_swiper .swiper-button-prev.our_environment_but_prev {
		right: 52px;
		left: unset;
		top: unset;
		bottom: -60px;
	}
	.our_environment_swiper .swiper-button-next.our_environment_but_next {
		right: 0;
		top: unset;
		bottom: -60px;
	}

	.s_our_environment .swiper-pagination.our_environment_pagination {
		bottom: -52px;
	}
}

@media (max-width: 768px) {
	.s_our_environment h2 {
		margin-bottom: 24px;
	}

	.s_our_environment.s_line {
		padding-bottom: 100px;
	}
}

@media (max-width: 568px) {
	.our_environment_swiper {
		display: flex;
		justify-content: center;
	}

	.our_environment_swiper .swiperOurEnvironment {
		max-width: 350px;
	}
}
/* End */


/* Start:/local/templates/africa/components/bitrix/news.list/gallery/style.css?17345223321593*/
.s_gallery .swiper-slide.gallery_slide {
	display: flex;
}

.s_gallery.s_line {
	padding-top: 0;
}

.s_gallery .swiper-slide.gallery_slide:hover .gallery_slide_img_bg:before {
	opacity: 1;
	padding: 0;
	background: rgba(45, 46, 46, .7);
}

.s_gallery .swiper-slide.gallery_slide img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
}

.gallery_slide_img_bg {
	position: relative;
	background: transparent;
	width: 100%;
	height: 100%;
}

.gallery_slide_img_bg:before {
	position: absolute;
	content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;%7D.cls-2%7Bstroke:white;stroke-linecap:round;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cg data-name='Layer 2' id='Layer_2'%3E%3Cg id='Workspace'%3E%3Crect class='cls-1' height='24' width='24'/%3E%3Ccircle class='cls-2' cx='11.5' cy='11.5' r='4.5'/%3E%3Cline class='cls-2' x1='18' x2='14.68' y1='18' y2='14.68'/%3E%3Cline class='cls-2' x1='11.5' x2='11.5' y1='13.5' y2='9.5'/%3E%3Cline class='cls-2' x1='9.5' x2='13.5' y1='11.5' y2='11.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 64px;
	height: 64px;
	padding: 20px;
	top: 50%;
	border-radius: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .3s;
}

@media (max-width: 768px) {
	.s_gallery.s_line {
	}

	.s_gallery .swiper-slide.gallery_slide img {
		height: 200px;
		width: 100%;
		object-fit: cover;
		overflow: hidden;
	}
}

@media (max-width: 375px) {
	.s_gallery.s_line {
	}

	.s_gallery .swiper-slide.gallery_slide img {
		height: 150px;
	}
}
/* End */


/* Start:/local/components/ext/main.feedback_contacts/templates/feedback_main/style.css?17345223322336*/
.feedback_form_container h2 {
	color: var(--color-col-two);
	font-size: clamp(26px, 3vw, 36px);
	margin-bottom: 32px;
}

.feedback_form {
	background: rgba(45, 46, 46, 0.4);
	padding: 42px 0;
}

.feedback_form_container {
	position: absolute;
	display: flex;
	flex-direction: column;
	padding: 42px 64px;
	box-shadow: 0 0 15px rgba(45, 46, 46, 0.2);
	height: auto;
	width: 50%;
	background: white;
	z-index: 2;
	bottom: -540px;
}

.feedback_form_container form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.mfeedback {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	border: 1px solid #ff5353;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 24px;
	margin-bottom: 24px;
	background: rgb(255, 91, 91);
}

.mfeedback_close_box {
	display: flex;
	justify-content: center;
}

.mfeedback_close {
	padding: 4px 18px;
	background: white;
	transition: .3s;
	cursor: pointer;
}

.mfeedback:has(.mf-ok-text) {
	border: 1px solid #49ff67;
	font-size: 16px;
	text-align: center;
	background: rgb(123, 255, 141);
}

.mf-ok-text {
	color: white;
	font-size: 16px;
}

.mfeedback p font {
	color: white!important;
	font-size: 16px;
}

.col_form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.btn_form {
	margin-top: 24px;
}

.mf-captcha {
	display: flex;
	align-items: center;
	gap: 12px;
}

.form_text {
	color: var(--color-SBlack);
	font-size: 12px;
	padding-left: 20px;
	margin-bottom: 4px;
}

.checkbox_container {
	font-size: clamp(13px, 3vw, 15px);
	color: var(--color-SBlack);
}

.form_input {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 12px 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #212121;
	background-color: #ffffff;
	background-image: none;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #b1b1b1;
}

.form_input.form_input_text {
	height: 150px;
	min-height: 54px;
	max-height: 370px;
	resize: vertical;
}

@media (max-width: 992px) {
	.feedback_form_container {
		position: unset;
		bottom: unset;
		width: 100%;
		box-shadow: unset;
	}
}

@media (max-width: 568px) {
	.feedback_form_container {
		width: 100%;
		padding: 40px 12px;
	}

	.btn_form_cont {
		display: flex;
		justify-content: center;
	}

	.mf-captcha {
		flex-direction: column;
		align-items: unset;
	}
}
/* End */
/* /local/templates/africa/components/bitrix/news.detail/main_screen/style.css?17345223323885 */
/* /local/templates/africa/components/bitrix/news.detail/about_the_center/style.css?17507655632729 */
/* /local/templates/africa/components/bitrix/news.list/why_us/style.css?17345223321034 */
/* /local/templates/africa/components/bitrix/news.list/our_classes/style.css?17345223325122 */
/* /local/templates/africa/components/bitrix/news.list/our_classes_two/style.css?17345223322786 */
/* /local/templates/africa/components/bitrix/news.detail/stock/style.css?17345223321983 */
/* /local/templates/africa/components/bitrix/news.detail/words_director/style.css?17345223321303 */
/* /local/templates/africa/components/bitrix/news.list/feedback/style.css?17345223323261 */
/* /local/templates/africa/components/bitrix/news.list/mentors_list/style.css?17345223326305 */
/* /local/templates/africa/components/bitrix/news.list/our_environment/style.css?17345223321622 */
/* /local/templates/africa/components/bitrix/news.list/gallery/style.css?17345223321593 */
/* /local/components/ext/main.feedback_contacts/templates/feedback_main/style.css?17345223322336 */
