body {
	--bgcolor-color: #00a990;
	--bgcolor-hover-color: #0e8472;
	--link-color: #ed145b
}

.font24 {
	font-size: 24px;
	line-height: 30px;
}
.font36 {
	font-size: 36px;
	line-height: 45px;
}
.font46 {
	font-size: 46px;
}
.title {
	font-weight: 900;
	color: var(--link-color);
}
.site-content ul {
	padding-left: 20px;
	margin: 0;
}
main {
	width: 100%;
}
.container {
	max-width: 1164px;
	margin: 0 auto;
	width: 100%;
}
.short_container {
	max-width: 1044px;
}
img.block {
	display: block;
}
strong {
	font-weight: 700;
}

.flex {
	display: flex;
	gap: 10px;
}
.center {
	text-align: center;
}

.img_respons {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.overflow-hid {
	overflow: hidden;
}
.btn_fill {
	padding: 12px 18px;
	color: #ffffff;
	border-radius: 30px;
	background: var(--bgcolor-color);
	font-size: 16px;
	line-height: 24px;
	font-weight: 800;
}
.btn_fill:hover {
	background: var(--bgcolor-hover-color);
	color: #fff;
}
.butflex {
	display: flex;
}
.butflex .btn_fill {
	text-align: center;
	display: block;
	width: 100%;
}
.relative {
	position: relative;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-volna {
	padding-bottom: 190px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.ico_wa, .ico_tel {
	width: 48px;
}
.back_fiol {
	background-color: #8759a4;
}
.back_blue {
	background-color: #3e61ad;
	color: #fff;
}
.col45 {
	width: 45%;
}
.col55 {
	width: 55%;
}

#masthead.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
#masthead .inside-header {
	padding: 20px 0;
}
#page {
	padding-top: 106px;
}
.main-navigation {
	margin: 0 auto;
}
#site-navigation.main-navigation .main-nav ul li a {
	padding-left: 11px;
	padding-right: 11px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 500;
	color: #3d68b2;
}
.site-logo {
	width: 150px;
}
.header-widget {
	display: flex;
	align-items: center;
	gap: 20px;
}
.header-widget .widget_block > div {
	
}
.header-widget figure {
	margin: 0;
}

/**************************************home************************************/
.shap_block {
	position: relative;
}
.shap_card {
	position: relative;
	height: 610px;
	border-radius: 30px;
	overflow: hidden;
}
.shap_card_img {
	height: 100%;
}
.shap_card_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shap_card_panel {
	position: absolute;
	width: 837px;
	border-radius: 30px;
	background-color: #FFEABFCC;
	display: flex;
	column-gap: 43px;
	align-items: flex-end;
	justify-content: flex-start;
	align-content: flex-start;
	padding: 30px;
	bottom: 30px;
	left: 30px;
}
.shap_card_info {
	width: 576px;
}
.shap_card_title {
	color: var(--link-color);
	font-size: 30px;
	line-height: 1.55;
	font-weight: 800;
	margin-bottom: 8px;
}
.shap_card_text {
	color: #313131;
	font-weight: 400;
}
.shap_card_text p {
	margin: 0;
}
.shap_card_dop {
	position: absolute;
	right: -90px;
	top: -35px;
	width: 273px;
}

.single_shap_card .shap_card_panel {
	width: 640px;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 10px;
}
h2.shap_card_text {
	font-size: 17px;
	line-height: 1.55;
	font-weight: 700;
	margin: 0;
}

.discover {
	padding: 65px 20px 120px;
	width: 934px;
	height: 906px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.discover:after {
	content: "";
	background: #FFF7FA;
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: skewY(-1.2deg);
	z-index: -1;
}
.discover_but .btn_fill {
	background-color: #8759a4;
	font-size: 20px;
	font-weight: 700;
}
.discover_flex {
	display: flex;
	gap: 68px;
}
.discover_title {
	width: 46%;
	padding-left: 30px;
}
.discover_title h1 a {
	color: var(--link-color);
}
.discover_text {
	color: #3e61ad;
	width: 54%;
	font-weight: 600;
}
#block2_1 {
	position: absolute;
	top: -20px;
	right: -40px;
	width: 185px;
}
#block2_2 {
	position: absolute;
	top: 368px;
	left: -60px;
	width: 84px;
}
#block2_3 {
	width: 54px;
	left: calc(50% - 27px);
	bottom: -27px;
	height: 54px;
	position: absolute;
	border-radius: 3000px 3000px 3000px 3000px;
	background-color: #fff7fa;
	transition: all linear 0.25s;
	z-index: -1;
}
#batuta_krug {
	width: 54px;
	left: calc(50% - 27px);
	bottom: calc(50% - 27px);
	height: 54px;
	position: absolute;
	border-radius: 3000px 3000px 3000px 3000px;
	background-color: #e0a2e0;
	transition: all linear 0.25s;
	z-index: -1;
}

.discover_flex_img {
	display: flex;
	align-items: flex-start;
	gap: 50px;
}
.discover_flex_img1 {
	width: 390px;
	border: 10px solid #dfafce;
	transform: rotate(356deg) scale(1);
}
.discover_flex_img2 {
	margin-top: 55px;
	width: 407px;
	border: 10px solid #afdfde;
	transform: rotate(2deg) scale(1);
}
.discover_flex_img > div {
	overflow: hidden;
	border-radius: 30px;
	transition: all linear 0.25s;
}
.discover_flex_img1:hover {
	transform: rotate(356deg) scale(1.04);
}
.discover_flex_img2:hover {
	transform: rotate(2deg) scale(1.04);
}

.blue-grid {
	background: #cde2fa url(/wp-content/uploads/2026/03/line.svg) no-repeat top center;
}
.but_title_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.title_link {
	color: var(--link-color);
	font-size: 36px;
	font-weight: 900;
	line-height: 1.55;
}
.title_link:hover {
	color: var(--link-color);
}

.volna_wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 128px;
}
.volna_zoom {
	position: absolute;
	left: -100px;
	top: 0;
	width: 3612px;
	transition: none;
	zoom: 1.586;
}
.volna {
	animation: volna 3.8s infinite linear;
	backface-visibility: hidden;
}
@keyframes volna {
	0% {transform:translateX(0px)translateY(0px);animation-timing-function:0;}
	28.95% {transform:translateX(0px)translateY(0px);animation-timing-function:0;}
	100% {transform:translateX(-257px)translateY(4px);}
}

.clever_grid {
	display: flex;
	gap: 40px;
}
.clever_item {
	width: 33.3333%;
	padding-bottom: 93px;
	position: relative;
}
.clever_img {
	transform: scale(1);
	transition: all linear 0.25s;
}
.clever_img:hover {
	transform: scale(1.04);
}
.clever_img_wrap {
	height: 320px;
	border: 10px solid;
	overflow: hidden;
	border-radius: 30px;
}
.clever_img1 {
	transform: rotate(358deg);
}
.clever_img1 .clever_img_wrap {
	border-color: #ffc222;
}
.clever_img2 {
	transform: rotate(1deg);
}
.clever_img2 .clever_img_wrap {
	border-color: #ffffff;
}
.clever_img3 {
	transform: rotate(358deg);
}
.clever_img3 .clever_img_wrap {
	border-color: #8f539c;
}
.clever_title {
	margin: 40px 0 35px;
	font-weight: 800;
}
.clever_title a {
	color: #313131;
}
.clever_but {
	position: absolute;
	bottom: 0;
	left: 0;
}
.clever_but a {
	display: block;
	width: 263px;
	text-align: center;
}
.sect_home_contcard {
	background: #ffeabf;
}
.cont_card_inf {
	font-size: 14px;
	line-height: 22px;
	padding: 20px 30px;
}
.sect_location {
	background-color: #e0a2e0;
	padding: 70px 0 80px;
}
.location_grid {
	display: flex;
	gap: 45px;
}
.location_item {
	border-radius: 30px;
	padding: 30px 16px 40px;
	width: 33.3333%;
}
.location_item1 {
	background-color: #4163ab;
}
.location_item2 {
	background-color: #ed145b;
}
.location_item3 {
	background-color: var(--bgcolor-color);
}
.location_title {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 31px;
	font-weight: 900;
	margin-bottom: 20px;
}
.location_frame {
	border: 20px solid #fff;
    position: relative;
    width: 100%;
    height: 535px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  }
.location_frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 5px;
  }
#location_svg1 {
	width: 279px;
	top: 22px;
	left: -250px;
	position: absolute;
}
#location_svg2 {
	width: 169px;
	bottom: -58px;
	right: 300px;
	position: absolute;
}
#location_svg3 {
	width: 104px;
	top: 125px;
	right: -100px;
	position: absolute;
}

.sect_adven {
	background: #ffeabf url(/wp-content/uploads/2026/03/school_foot_fon.png) no-repeat 50% -140px;
}
.sect_adven .title {
	color: var(--bgcolor-color);
}
.sect_adven .subtitle {
	color: var(--bgcolor-color);
	font-weight: 500;
	max-width: 612px;
	margin: 0 auto;
}
.adven_text {
	color: #313131;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	max-width: 612px;
	margin: 45px auto;
}
.adven_but {
	width: 235px;
	margin: 0 auto;
}
.sect_homeslidone {
	padding: 180px 0 90px;
	border-bottom: 15px solid #fff;
	background-color: #fff8eb;
}
.homeslidone_wrap {
	position: relative;
}
.homeslidone {
}
.homeslidone_wrap .slick-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: rgba(0,169,144,1);
	top: -90px;
	border: 0;
}
.h-prev {
	right: 45px;
}
.h-next {
	right: 0;
}
.homeslidone_wrap .h-next {
	transform: rotate(180deg);
}
.homeslidone .slick-list {
	overflow: hidden !important;
	padding-right: 35%;
}
.homeslidone .slick-slide {
	margin-right: 20px;
}
.homeslidone_item img {
	border-radius: 20px;
	display: block;
	height: 500px;
}

.sect_experience {
	background-color: #e0a2e0;
}
.sect_experience .title {
	color: #3e61ad;
}
.sect_experience .subtitle {
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

.sect_ready {
	padding-bottom: 160px;
	overflow: hidden;
}
.sect_ready .title {
	color: #fff;
}
.sect_ready .subtitle {
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}
.build_but {
	width: 235px;
	margin: 0 auto;
}
.build_but .btn_fill {
	font-size: 18px;
	font-weight: 700;
}
.decor_abs {
	position: absolute;
}
#decor_ready_1 {
	top: 0;
	left: 45px;
	width: 206px;
}
#decor_ready_2 {
	top: 290px;
	left: 200px;
	width: 60px;
}
#decor_ready_3 {
	top: 40px;
	right: -30px;
	width: 188px;
}

/***********************Birthday************************/
.hero_birdth .shap_card_panel {
	background-color: var(--link-color);
}
.hero_birdth .shap_card_title {
	color: #fff;
	text-transform: uppercase;
}
.hero_birdth .shap_card_text {
	color: #fff;
}
.hero_birdth .flex {
	margin-top: 10px;
}
.hero_birdth .shap_card_link {
	font-size: 18px;
	font-weight: 900;
	padding: 12px 24px;
}
.sect_included {
	padding: 65px 0;
	margin-top: 45px;
	color: #fff;
}
.sect_included .title {
	text-transform: uppercase;
	color: #fff;
}
.sect_included .subtitle {
	font-weight: 400;
	color: #fbbe24;
}
.included_grid {
	display: flex;
	gap: 55px;
}
.included_item {
	width: 25%;
}
.included_img {
	border: 5px solid;
	overflow: hidden;
	border-radius: 30px;
}
.included_item1 {
	color: #afdfdf;
}
.included_item1 .included_img {
	transform: rotate(2deg);
}
.included_item2 {
	color: #ffffff;
}
.included_item2 .included_img {
	transform: rotate(358deg);
}
.included_item3 {
	color: #e0a2e0;
}
.included_item3 .included_img {
	transform: rotate(357deg);
}
.included_item4 {
	color: #cbffce;
}
.included_item4 .included_img {
	transform: rotate(1deg);
}
.included_title {
	text-align: center;
	margin-top: 30px;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
}
.parents {
	padding: 70px 60px;
	position: relative;
	z-index: 1;
	color: #fff;
}
.parents:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: var(--bgcolor-color);
	transform: skewY(-1.2deg);
	z-index: -1;
}
.parents .flex {
	gap: 30px;
}
.parents_title {
	font-weight: 900;
	font-size: 38px;
	line-height: 48px;
}
.parents_list {
	margin-top: 50px;
}
.parents_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.parents_list li {
	padding-left: 30px;
	position: relative;
	font-weight: 700;
}
.parents_list li + li {
	margin-top: 30px;
}
.parents_list li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	border-radius: 10px;
	background-color: #fbbe24;
	width: 10px;
	height: 10px;
}
.parents_flex_img > div {
	overflow: hidden;
	border-radius: 30px;
	transition: all linear 0.25s;
}
.parents_flex_img1 {
	width: 370px;
	border: 5px solid #dfafce;
	transform: rotate(356deg);
}
.parents_flex_img2 {
	margin: -26px 0 0 78px;
	width: 385px;
	border: 5px solid #afdfde;
	transform: rotate(2deg);
}
.parents_flex_img > .parents_flex_img1:hover {
	transform: scale(1.04) rotate(356deg);
}
.parents_flex_img > .parents_flex_img2:hover {
	transform: scale(1.04) rotate(2deg);
}
#included_svg1 {
	position: absolute;
	top: 5px;
	left: 70px;
	width: 55px;
}
#included_svg2 {
	position: absolute;
	top: -38px;
	right: -100px;
	width: 170px;
}
#parents_svg1 {
	position: absolute;
	top: -3px;
	right: -30px;
	width: 141px;
}
#parents_svg2 {
	position: absolute;
	bottom: 0;
	left: -70px;
	width: 134px;
}
#parents_svg2 img {
	transform: rotate(283deg);
}
.loved {
	padding: 70px 80px;
	position: relative;
	z-index: 1;
}
.loved:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: #F9C6D9;
	transform: rotate(359deg);
	z-index: -1;
}
.loved_grid {
	display: flex;
	gap: 55px;
}
.loved_item {
	width: 33.3333%;
	border: 4px solid #fff;
	border-radius: 20px;
	overflow: hidden;
}
#loved_svg1 {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 189px;
}
#loved_svg2 {
	position: absolute;
	bottom: 230px;
	left: -30px;
	width: 86px;
}
#loved_scale {
	border-radius: 1000px;
	background-color: #e0a2e0;
	width: 54px;
	left: calc(50% - 27px);
	top: calc(50% - 17px);
	height: 24px;
	position: absolute;
	transition: all linear 0.25s;
	z-index: -1;
}

.themavail .font36 {
	font-weight: 900;
}
.themavail_grid {
	display: flex;
	gap: 30px;
}
.themavail_item {
	position: relative;
	width: 20%;
	border-width: 20px;
	height: 267px;
	border-radius: 20px;
}
.themavail_img {
	position: absolute;
}
.themavail_item1 {
	background-color: #6999ff;
}
.themavail_item1 .themavail_img {
	left: -22px;
	top: -42px;
	width: 191px;
}
.themavail_item2 {
	background-color: var(--link-color);
}
.themavail_item2 .themavail_img {
	left: 18px;
	top: -47px;
	width: 167px;
}
.themavail_item3 {
	background-color: #afdfdf;
}
.themavail_item3 .themavail_img {
	left: -26px;
	top: -96px;
	width: 228px;
}
.themavail_item4 {
	background-color: #e0a2e0;
}
.themavail_item4 .themavail_img {
	left: 13px;
	top: -38px;
	width: 148px;
}
.themavail_item5 {
	background-color: #5886ea;
}
.themavail_item5 .themavail_img {
	left: 12px;
	top: -25px;
	width: 173px;
}
.themavail_title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
}
#included_svg4 {
	position: absolute;
	top: 90px;
	left: -210px;
	width: 170px;
}
#included_svg3 {
	position: absolute;
	top: 78px;
	right: 0;
	width: 55px;
}
.scroll_title {
	color: #ffffff;
	font-size: 38px;
	line-height: 59px;
	font-weight: 800;
}
.card_scroll {
	max-width: 860px;
	margin: 0 auto;
}
.card_slid {
	
}
.card_slid .slick-list {
	
}
.card_slid .slick-slide {
	margin-right: 20px;
}
/*
.card_slid:before {
	content: "";
	min-width: calc(50% - 620px);
}
.card_slid:after {
	content: "";
	min-width: calc(50% - 620px);
}*/
.card_item {
	/*width: 860px;
	min-width: 860px;*/
	border-radius: 20px;
	background-color: #ffffff;
	padding: 20px;
	display: flex;
	height: 440px;
}
.card_item_img {
	width: 52.5%;
}
.card_item_img img {
	border-radius: 30px;
}
.card_item_info {
	width: 47.5%;
	padding-left: 50px;
	padding-bottom: 68px;
	line-height: 25px;
	color: #3d68b2;
	font-size: 16px;
	position: relative;
}
.card_item_title {
	color: var(--link-color);
	font-size: 20px;
	line-height: 31px;
	font-weight: 900;
	margin-bottom: 20px;
}
.card_item_title span {
	font-weight: 400;
}
.card_item_ico {
	position: relative;
	padding-left: 35px;
}
.card_item_ico:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: 0;
}
.card_item_location {
	margin-bottom: 8px;
}
.card_item_location:before {
	background: url(/wp-content/uploads/2026/03/geo.svg) no-repeat 0 0;
}
.card_item_location a {
	color: #3d68b2;
}
.card_item_job:before {
	background: url(/wp-content/uploads/2026/03/date.svg) no-repeat 0 0;
}
.card_item_info .flex {
	position: absolute;
	bottom: 0;
	left: 50px;
}

.sect_faq {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: var(--link-color);
	color: #fff;
}
.sect_faq .container {
	max-width: 760px;
}
.e-n-accordion-item {
	border-bottom: 1px solid #fff;
}
.e-n-accordion-item:first-child {
	border-top: 1px solid #fff;
}
.e-n-accordion-item-title {
	padding: 27px 0;
	display: flex;
	gap: 20px;
}
.e-n-accordion-item-title-header {
	flex: 1 1 auto;
}
.e-n-accordion-item-title-icon {
	width: 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #eeeeee00;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s ease;
}
.e-n-accordion-item-title:hover .e-n-accordion-item-title-icon {
	background-color: #eeeeee;
}
.e-n-accordion-item-title:hover .e-n-accordion-item-title-icon .e-opened {
	color: #222222;
}
.e-n-accordion .e-n-accordion-item .e-opened {
	transform: rotate(0deg);
	color: #ffffff;
	transition: all 0.6s ease;
}
.e-n-accordion .e-n-accordion-item .e-opened svg {
	display: block;
}
.e-n-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title .e-opened {
	transform: rotate(45deg);
}
.faq_title {
	font-size: 50px;
	line-height: 60px;
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 80px;
}
.faq_question {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.35;
}
.faq_answer {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.55;
	margin-bottom: 27px;
}

.carous_item {
	padding: 0 20px;
}
.carous_item img {
	border: 4px solid #fff;
	border-radius: 20px;
	display: block;
}

.sect_build {
	background: var(--link-color);
	padding-bottom: 85px;
	z-index: 1;
}
.sect_build .title {
	color: #fff;
}
.sect_build .subtitle {
	font-weight: 700;
	font-size: 20px;
	line-height: 31px;
	color: #f6e3f6;
}
.sect_build .butflex {
	width: 280px;
	margin: 0 auto;
}
.sect_build .btn_fill {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.55;
	font-weight: 900;
	background-color: #3e61ad;
}
#build_scale {
	border-radius: 1000px;
	background-color: #ff3174;
	width: 200px;
	left: calc(50% - 100px);
	bottom: 0;
	height: 200px;
	position: absolute;
	transition: all linear 0.25s;
	z-index: -1;
}
.sect_build_slid {
	padding-top: 20px;
	padding-bottom: 80px;
	background-color: #ff3174;
}
.build_item {
	padding: 0 10px;
}
.build_item a {
	border-radius: 20px;
	height: 400px;
	display: block;
	overflow: hidden;
}
.sect_build_slid .slick-arrow, .slide1_block .slick-arrow {
	display: none !important;
}

/***********************school************************/
.school-sect {
	position: relative;
	z-index: 1;
	padding-bottom: 55px;
	padding-top: 154px;
}
.school {
	padding: 80px 70px 80px;
	width: 965px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.school:after {
	content: "";
	background: #F9C6D9;
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: skewY(-1.2deg);
	z-index: -1;
}
.school_flex {
	display: flex;
	gap: 30px;
}
.school_title {
	color: var(--link-color);
	line-height: 1.35;
	font-weight: 700;
	margin-bottom: 10px;
}
.school_text {
	font-weight: 600;
}
.school_text p + ul {
	margin-top: 40px;
}
.school_flex_img > div {
	overflow: hidden;
	border-radius: 30px;
}
.school_flex_img1 {
	width: 390px;
	border: 5px solid #ffd03f;
	transform: rotate(4deg);
}
.school_flex_img2 {
	margin: 20px 0 0 108px;
	width: 251px;
	border: 5px solid #ffffff;
	transform: rotate(2deg);
}
.school_but {
	margin-top: 85px;
	width: 281px;
}
.school-sect #block2_3 {
	background-color: #afdfdf;
}

.voln_school {
	height: 185px;
	background: #fff;
	position: relative;
}

.school-foot {
	background: #ffeabf url(/wp-content/uploads/2026/03/school_foot_fon.png) no-repeat 100% 0;
	padding-top: 80px;
	margin-bottom: -40px;
}
.school-foot .container {
	position: relative;
	z-index: 1;
	padding-bottom: 175px;
}
.school_foot_title {
	color: var(--link-color);
	line-height: 1.05;
	font-weight: 800;
	max-width: 534px;
}
.school_foot_but {
	margin-top: 55px;
	width: 200px;
}
.school_foot_img {
	width: 638px;
	height: 487px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

/***********************branches************************/
.sect_soon {
	padding-top: 140px;
}
.sect_soon .card_item {
	background-color: #fff2ff;
	width: 100%;
	min-width: 0;
}
.sect_soon .card_item + .card_item {
	margin-top: 20px;
}
.card_item_text {
	margin-bottom: 20px;
}
.sect_soon .card_item_info {
	color: #313131;
}
.sect_soon .card_item_info b {
	color: var(--link-color);
	font-weight: 800;
}
.sect_soon .card_item_location b {
	font-weight: 400;
}
.sect_soon .card_item_job {
	font-weight: 500;
}
.sect_invest {
	padding: 90px 0 210px;
}
.investments {
	padding: 50px 100px 180px;
	position: relative;
	z-index: 1;
}
.investments:before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 420px;
	height: 539px;
	background: url(/wp-content/uploads/2026/03/arrow.svg) no-repeat 0 0 / contain;
	z-index: 0;
}
.investments:after {
	content: "";
	background: #F9C6D9;
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: skewY(-1.2deg);
	z-index: -1;
}
.investments .col55 {
	padding-right: 100px;
}
.investments_sub_title {
	padding: 12px 18px;
	color: var(--bgcolor-color);
	border-radius: 30px;
	background: #fff;
	font-size: 22px;
	font-weight: 800;
	display: inline-block;
}
.investments_but {
	margin-top: 50px;
	width: 260px;
}

/***********************Investing************************/
.sect_makes {
	padding: 40px 0 30px;
}
.sect_makes .parents:after {
	background-color: #8759a4;
}
.sect_makes .parents_title {
	text-transform: uppercase;
}
.parents_list b.font24 {
	display: block;
	margin-bottom: 20px;
}

.gold {
	color: #fbbe24;
}
.red {
	color: var(--link-color);
}
.sect_proven {
	padding: 90px 0 0;
}
.sect_proven .parents:after {
	content: none;
}
#parents_svg1_1 {
	position: absolute;
	top: 0;
	right: 500px;
	width: 110px;
}
#parents_svg2_1 {
	position: absolute;
	bottom: 106px;
	right: 0;
	width: 115px;
}
#parents_svg2_1 img {
	transform: rotate(348deg);
}
.sect_proven .parents_title {
	color: var(--link-color);
	text-transform: uppercase;
}
.sect_proven #block2_3 {
	background-color: #afdfdf;
}
.parents_flex_img3 {
	width: 346px;
	border: 10px solid #ffeabf;
	transform: rotate(356deg);
	margin-left: auto;
}
.parents_flex_img4 {
	width: 417px;
	border: 10px solid #e0a2e0;
	transform: rotate(2deg);
	margin-top: 50px;
}
.parents_flex_img > .parents_flex_img3:hover {
	transform: scale(1.04) rotate(356deg);
}
.parents_flex_img > .parents_flex_img4:hover {
	transform: scale(1.04) rotate(2deg);
}
.sect_proven .parents_list li {
	padding-left: 0;
	color: #3e61ad;
}
.sect_proven .parents_list li:before {
	content: none;
}

.sect_rapid {
	padding: 60px 0 40px;
	background-color: #afdfdf;
}
#parents_svg1_2 {
	position: absolute;
	top: -3px;
	right: -30px;
	width: 141px;
}
#parents_svg2_2 {
	position: absolute;
	bottom: 90px;
	left: 400px;
	width: 134px;
}
#parents_svg2_2 img {
	transform: rotate(283deg);
}
.sect_rapid .parents_title {
	text-transform: uppercase;
}
.sect_rapid .parents_list li:before {
	background-color: var(--link-color);
}
.parents_flex_img5 {
	width: 317px;
	border: 10px solid #ffffff;
	transform: rotate(2deg);
	margin: 0 auto;
}
.parents_flex_img > .parents_flex_img5:hover {
	transform: scale(1.04) rotate(2deg);
}

.sect_opportunity {
	background: var(--link-color);
	padding: 90px 0 85px;
	color: #fff;
}
.opportunity .font36 {
	font-weight: 900;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.opport_grid {
	display: flex;
	justify-content: space-between;
}
.opport_item {
	border-radius: 20px;
	width: 309px;
	padding: 20px;
	border: 2px solid;
	font-weight: 700;
	text-align: left;
}
.opport_item b {
	font-weight: 900;
}
.opport_item1 {
	background-color: #3e61ad;
	border-color: #3e61ad;
}
.opport_item2 {
	background-color: var(--bgcolor-color);
	border-color: #00ffff;
	font-size: 29px;
	line-height: 38px;
}
.opport_item3 {
	background-color: #8759a4;
	border-color: #8759a4;
}
.opportunity_text {
	font-size: 20px;
	line-height: 31px;
}
.opport_but {
	justify-content: center;
	font-size: 15px;
	line-height: 23px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: underline;
	margin-top: 20px;
}
.opport_but a {
	transition: all 0.6s ease;
	transform: scale(1);
}
.opport_but a:hover {
	transform: scale(1.04);
}
#opport_svg1 {
	position: absolute;
	top: -62px;
	left: 20px;
	width: 136px;
}
#opport_svg1 img {
	transform: rotate(313deg);
}
#opport_svg2 {
	position: absolute;
	top: -50px;
	right: 20px;
	width: 170px;
}
#opport_svg3 {
	position: absolute;
	bottom: -50px;
	right: 70px;
	width: 55px;
}

.sect_landmark {
	padding: 20px 0 15px;
}
.sect_landmark .title {
	text-transform: uppercase;
}
.sect_landmark .col55 {
	color: #3e61ad;
	padding-right: 200px;
}
.sect_landmark .parents:after {
	content: none;
}
.landmark_grid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 90px;
}
.landmark_item {
	border-radius: 20px;
	border: 10px solid;
	overflow: hidden;
	transition: all 0.6s ease;
}
.landmark_item1 {
	width: 383px;
	height: 224px;
	border-color: #e0a2e0;
	transform: rotate(2deg);
}
.landmark_item1:hover {
	transform: rotate(4deg);
}
.landmark_item2 {
	width: 318x;
	height: 188px;
	border-color: var(--bgcolor-color);
	transform: rotate(356deg);
}
.landmark_item2:hover {
	transform: rotate(354deg);
}
.landmark_item3 {
	width: 318px;
	height: 191px;
	border-color: #fbbe24;
	transform: rotate(2deg);
}
.landmark_item3:hover {
	transform: rotate(4deg);
}
#landmark_svg1 {
	position: absolute;
	top: 254px;
	right: 20px;
	width: 110px;
}
#landmark_svg1 img {
	transform: rotate(348deg);
}
#landmark_svg2 {
	position: absolute;
	top: 30px;
	right: 60px;
	width: 105px;
}
#landmark_svg3 {
	position: absolute;
	top: 279px;
	left: 350px;
	width: 84px;
}

.sect_invslider {
	padding: 40px 0 50px;
	background-color: #e0a2e0;
}
.invslider_grid {
	display: flex;
	padding: 0 60px 70px;
	align-items: flex-start;
	gap: 20px;
}
.invslider_item {
	border-radius: 20px;
	padding: 20px;
	color: #ffffff;
	width: 25%;
}
.invslider_title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 37px;
	font-weight: 900;
}
.invslider_item1 {
	background-color: #3e61ad;
}
.invslider_item2 {
	background-color: var(--link-color);
}
.invslider_item3 {
	background-color: var(--bgcolor-color);
}
.invslider_item4 {
	background-color: #8759a4;
}
#invslider_svg1 {
	position: absolute;
	top: 74px;
	right: -100px;
	width: 80px;
}
#invslider_svg2 {
	position: absolute;
	top: 235px;
	left: -70px;
	width: 130px;
}



.sect_batuta {
	padding: 80px 0 100px;
}
.batuta {
	padding: 70px 60px;
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}

.batuta:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	z-index: -1;
}
.batuta1:after {
	background-color: #ffeabf;
	transform: rotate(358deg);
}
.batuta2:after {
	background-color: #f6e3f6;
	transform: rotate(1deg);
}

.batuta_info {
	width: 65%;
}
.batuta_title {
	color: #8759a4;
	font-size: 33px;
	line-height: 41px;
	font-weight: 900;
	text-transform: uppercase;
}
.batuta_text {
	color: #3e61ad;
	margin-top: 30px;
}

.batuta_flex_img {
	width: 35%;
}
.batuta_img {
	width: 406px;
	overflow: hidden;
	border-radius: 30px;
	transition: all linear 0.25s;
}
.batuta_img1 {
	margin-top: -50px;
	border: 10px solid #ed145b;
	transform: rotate(7deg) scale(1);
}
.batuta_img1:hover {
	transform: rotate(7deg) scale(1.04);
}
.batuta_img2 {
	border: 10px solid #8759a4;
	transform: rotate(4deg) scale(1);
}
.batuta_img2:hover {
	transform: rotate(4deg) scale(1.04);
}
#batuta_svg1 {
	position: absolute;
	top: 368px;
	right: 187px;
	width: 105px;
}
#batuta_svg2 {
	position: absolute;
	top: 1px;
	left: 460px;
	width: 134px;
}
#batuta_svg2 img {
	transform: rotate(283deg);
}
#batuta_svg3 {
	position: absolute;
	top: 1px;
	left: 460px;
	width: 75px;
}
#batuta_svg4 {
	position: absolute;
	bottom: -40px;
	right: 90px;
	width: 180px;
}

.sect_seize {
	background-color: #3e61ad;
	padding: 45px 0 75px;
}
.sect_seize .title {
	text-transform: uppercase;
}
.sect_seize .parents:after {
	background-color: #8759a4;
}
.sect_seize .col55 {
	padding-left: 100px;
}
.seize_img {
	transform: rotate(6deg);
	width: 434px;
	margin: 21px 0 90px;
}
.seize_info {
	border-radius: 20px;
	padding: 10px 25px 10px 10px;
	background-color: #e0a2e0;
	width: 418px;
	font-size: 16px;
	line-height: 25px;
}

#seize_svg1 {
	position: absolute;
	top: -3px;
	right: -87px;
	width: 105px;
}
#seize_svg2 {
	position: absolute;
	bottom: 91px;
	left: -160px;
	width: 134px;
}
#seize_svg2 img {
	transform: rotate(283deg);
}

/***********************page************************/
#main .rank-math-breadcrumb {
	margin: 0;
}
#main .inside-article {
	padding: 0 0 70px;;
}
.content-area {
  & p, & ol, & ul, & h3, & h4, & h5, & h6 {
    max-width: none !important;
  }
}
.gallery article {
	padding-bottom: 50px;
}
.gallery .entry-header {
	margin-bottom: 20px;
}

/***********************footer************************/
.site-footer {
	margin-top: -50px;
	position: relative;
	z-index: 2;
}
.foot_vector {
	height: 38px;
	background: url(../img/foot_top.svg) no-repeat top center / auto 40px;
}
.site-footer .footer-widgets, .site-footer .site-info {
	background-color: #afdfdf;
}
.fot_head {
	background-color: #afdfdf;
}
.fot_head .container {
	padding-top: 40px;
	position: relative;
}
.fot_decor {
	position: absolute;
	top: -79px;
	right: calc(29% - 52px);
	width: 104px;
	height: 104px;
	background: url(../img/ycub.svg) no-repeat 0 0 / cover;
}


.footer-bar-align-center .inside-site-info {
	flex-direction: row !important;
	padding: 0 240px 40px 0;
	align-items: flex-end;
	justify-content: inherit;
}
.footer-bar {
	width: 240px;
	margin-bottom: 0 !important;
}
.copyright-bar {
	text-align: center;
	color: #396b6b;
	  font-size: 16px;
	  line-height: 25px;
	  font-weight: 400;
	  opacity: 0.4;
	  flex: 1 1 auto;
}
.footer-bar .widget_nav_menu > div > ul {
	gap: 2px 18px;
}
.footer-bar .widget_nav_menu li {
	margin: 0 !important;
}
.footer-bar .widget_nav_menu li a {
	color: #396b6b;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	opacity: 0.4;
	display: block;
}
.footer-widgets {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	color: #757a7a;
}
.f_title {
	color: #396b6b;
	opacity: 0.4;
	margin-bottom: 10px;
}
.bold_title {
	color: #396b6b;
	font-weight: 700;
	margin-top: 10px;
}
.smal_list {
	color: #757a7a;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.smal_list a {
	color: #757a7a;
}

.site-footer .footer-widgets-container {
  padding: 30px 0 0;
}
.site-footer a {
	color: #396b6b;
}
.footer-widgets .widget {
	margin-bottom: 15px !important;
}
.footer-widgets .widget:last-child {
  margin-bottom: 0 !important;
}
.fot_phone {
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	padding-left: 36px;
	background: url(../img/phone.svg) no-repeat 0 0 / 25px 25px;
	color: #396b6b;
}
.fot_phone span {
	margin-top: 2px;
}
.fot_phone > * {
	display: block;
}
.fot_phone a {
	color: #396b6b;
	font-size: 18px;
	line-height: 1.55;
	font-weight: 800;
}
.fot_email {
	background-image: url(../img/mail-with-circle.svg);
}
.fot_email a {
	font-weight: 600;
}
.site-footer .btn_fill {
	color: #fff;
}
.ftmenu {
	padding-top: 30px;
}
.ftmenu a {
	font-size: 18px;
	line-height: 28px;
	color: #757a7a;
}
.footer-widgets a:hover, .footer-bar .widget_nav_menu li a:hover {
	color: #fff;
}
.ftmenu .widget ul li {
	margin-bottom: 0;
}
.f_imgtxt {
	display: flex;
	align-items: flex-start;
	max-width: 200px;
	font-size: 14px;
	gap: 10px;
}
.f_imgtxt img {
	min-width: 55px;
	width: 55px;
}
.soc_item {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
	gap: 10px;
}
.soc_item img {
	min-width: 25px;
	width: 25px;
	display: block;
}
.paygrid {
	max-width: 300px;
	gap: 10px;
}


.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.slick-slider {
  width: 100%;
  background-color: transparent;
  display: table;
  table-layout: fixed;
  overflow: visible !important;
}
.slick-list {
  overflow: visible !important;
}
.slick-track {
  display: flex !important;
  align-items: center;
}
.slick-dots li[role="presentation"] {
  width: max-content !important;
  height: max-content !important;
}
.slick-dots {
  padding: 0 !important;
  bottom: unset !important;
}
.slick-dots li button {
  color: unset;
}
.slick-dots li.slick-active button::before {
  opacity: inherit;
  color: inherit;
}
.slick-slide:focus {
  outline: none !important;
}
.v-next, .v-prev {
  cursor: pointer;
}
.slick-vertical .slick-slide {
  border: 0 !important;
}
.slick-slider .r_hidden {
  opacity: 1 !important;
}
.slick-slide [style="height: 1px;"] {
  height: 100% !important;
}
.slick-arrow {
	border-radius: 100px;
	background-position: center center;
	border: 1px solid #fff;
	width: 60px;
	height: 60px;
	background-color: rgba(255,255,255,0.2);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 30px;
}
.v-prev {
	background-image: url(../img/left.svg);
	right: 100px;
}
.v-next {
	background-image: url(../img/right.svg);
	right: 30px;
}

/* ГЛАВНЫЕ СТИЛИ ДЛЯ БОКОВЫХ СЛАЙДОВ */
.shap_block .slick-slide {
  opacity: 0.5;
  transform: scale(0.85);
  transition: all 0.6s ease;
  pointer-events: none;
}
.shap_block .slick-slide.slick-current {
  opacity: 1 !important;
  transform: scale(1) !important;
  z-index: 10;
  pointer-events: auto;
}
.shap_block .slick-cloned {
  opacity: 0.5;
  transform: scale(0.85);
}

@media (min-width: 961px) {
  .slider[data-show-sides-desktop="true"] .slick-slide:not(.slick-current) {
    display: block !important;
  }
  
  .slider[data-show-sides-desktop="false"] .slick-slide:not(.slick-current) {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .slider[data-show-sides-mobile="true"] .slick-slide:not(.slick-current) {
    display: block !important;
  }
  
  .slider[data-show-sides-mobile="false"] .slick-slide:not(.slick-current) {
    display: none !important;
  }
}


@media (max-width: 1199px) {
	.container, .site-footer .grid-container {
		max-width: 940px;
	}
	.font46 {
		font-size: 40px;
	}
	#masthead .inside-header {
		padding: 10px 10px;
	}
	.head_soc .wp-block-image {
		width: 30px;
		height: 30px;
	}
	.head_soc .wp-block-image a {
		display: block;
	}
	.head_soc .wp-block-image img {
		width: 100% !important;
		height: 100% !important;
		display: block;
	}
	#block-27 .btn_fill {
		padding: 8px 19px;
	}
	#site-navigation.main-navigation .main-nav ul li a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 14px;
	}
	#page {
		padding-top: 86px;
	}
	
	.shap_card_panel {
		width: 760px;
		border-radius: 20px;
		column-gap: 30px;
		padding: 20px;
		bottom: 20px;
		left: 20px;
	}
	.shap_card_info {
		width: 540px;
	}
	.shap_card_dop {
		right: -115px;
	}
	.school_foot_title {
		max-width: 100%;
	}
	.school_foot_but {
		margin-bottom: 150px;
	}
	.school-foot {
		padding-top: 50px;
		background-position: 0 0;
		background-size: 1200px;
	}
	.school_foot_img {
		width: 575px;
		height: 440px;
	}
}

.main-navigation .menu-toggle {
	width: 28px;
	height: 20px;
	position: relative;
	flex-shrink: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: transform .5s ease-in-out;
	cursor: pointer;
	z-index: 999;
}
.menu-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  background-color: #000;
  height:3px;
}
.menu-toggle span:nth-child(1) {
  top:0px;
}
.menu-toggle span:nth-child(2),
.menu-toggle span:nth-child(3) {
  top:8px;
}
.menu-toggle span:nth-child(4) {
  top:16px;
}
.toggled .menu-toggle span:nth-child(1) {
  top:8px;
  width:0%;
  left:50%;
}
.toggled .menu-toggle span:nth-child(2), .toggled .menu-toggle span:nth-child(3) {
  left: 0;
  right: 0;
  width: 100% !important;
}
.toggled .menu-toggle span:nth-child(2) {
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.toggled .menu-toggle span:nth-child(3) {
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.toggled .menu-toggle span:nth-child(4) {
  top:8px;
  width:0%;
  left:50%;
}

@media (max-width: 959px) {
	#masthead .inside-header {
		padding: 10px 20px;
	}
	.main-navigation .menu-toggle {
		padding: 0;
		line-height: 1;
		display: block;
	}
	.font46 {
		font-size: 36px;
	}
	.container, .site-footer .grid-container {
		max-width: 620px;
	}
	.flex {
		flex-direction: column;
	}
	.col45, .col55 {
		width: 100%;
	}
	.investments .col55 {
		padding-right: 0;
	}
	.has-inline-mobile-toggle .mobile-menu-control-wrapper {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 0 auto;
	}
	.main-navigation ul, .gen-sidebar-nav, .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul, .has-inline-mobile-toggle #site-navigation .inside-navigation > :not(.navigation-search):not(.main-nav) {
		display: none;
	}
	.has-inline-mobile-toggle .header-widget, .has-inline-mobile-toggle #site-navigation {
		width: 100%;
		position: absolute;
		left: 0;
		top: 73px;
		background: #fff !important;
		margin: 0 !important;
		z-index: 10;
	}
	#site-navigation.main-navigation .main-nav ul li a {
		font-size: 16px;
		text-align: center;
		line-height: 42px;
	}
	.site-header .header-widget {
		display: none;
		position: absolute;
		top: 325px;
		left: 0;
		padding-bottom: 20px;
	}
	.site-header .toggled + .header-widget {
		display: block;
	}
	.header-widget .head_soc {
		display: flex;
		justify-content: center;
		margin: 30px 0 20px;
	}
	
	.shap_card_dop {
		top: -80px;
		width: 211px;
		right: 0;
	}
	.discover {
		width: 100%;
		padding: 65px 20px 60px;
		height: auto;
		z-index: 1;
	}
	.discover_flex {
		gap: 20px;
	}
	.discover_title {
		width: 43%;
		padding-left: 0;
	}
	.discover_title h1 {
		font-size: 28px;
	}
	.discover_text {
		width: 56%;
		font-size: 16px;
		line-height: 22px;
	}
	#block2_1 {
		right: 40px;
		width: 126px;
	}
	#block2_2 {
		top: 468px;
		left: auto;
		width: 57px;
		right: 60px;
	}
	#block2_3 {
		display: none;
	}
	.discover_flex_img {
		flex-direction: column;
		margin-top: -160px;
		width: 280px;
		gap: 0;
	}
	.discover_flex_img > div {
		border-radius: 20px;
	}
	.discover_flex_img1 {
		width: 217px;
		border: 5px solid #dfafce;
	}
	.discover_flex_img2 {
		margin-top: -10px;
		width: 217px;
		border: 5px solid #afdfde;
		margin-left: 40px;
	}
	.blue-grid {
		background-size: 184px;
	}
	.clever_grid {
		flex-direction: column;
	}
	.clever_item {
		width: 100%;
		padding-bottom: 0;
		padding-left: 50%;
	}
	.clever_img {
		position: absolute;
		width: 48%;
		left: 0;
		top: 0;
	}
	.clever_img_wrap {
		height: 248px;
	}
	.clever_title {
		margin: 0 0 10px;
	}
	.clever_text {
		font-size: 14px;
		line-height: 22px;
	}
	.clever_but {
		position: static;
		margin-top: 20px;
	}
	.sect_location {
		display: none;
	}
	.sect_adven {
		background-position: 50% 0;
		background-size: 1000px;
	}
	#decor_ready_1 {
		left: -140px;
	}
	#decor_ready_2 {
		top: -25px;
		left: 530px;
	}
	#decor_ready_3 {
		top: 340px;
		right: -130px;
	}
	
	.shap_card .flex {
		flex-direction: row;
	}
	.shap_card_panel {
		width: 100%;
		bottom: 0;
		left: 0;
	}
	.sect_included {
		overflow: hidden;
	}
	#included_svg1 {
		left: 0px;
	}
	.included_grid {
		flex-wrap: wrap;
		max-width: 500px;
		margin: 0 auto;
		gap: 60px;
	}
	.included_item {
		width: calc(50% - 30px);
	}
	.loved {
		padding: 40px 40px;
	}
	#loved_scale {
		transform: scale(50);
	}
	#loved_svg1, #loved_svg2 {
		display: none;
	}
	.loved_grid {
		gap: 25px;
	}
	#included_svg3 {
		top: 8px;
	}
	.themavail {
		max-width: 500px;
		margin: 0 auto;
	}
	.themavail .col55 {
		margin-bottom: 30px;
	}
	.themavail_grid {
		flex-direction: column;
	}
	.themavail_item {
		width: 100%;
	}
	.themavail_title {
	  bottom: 50%;
	  left: 50%;
	  font-size: 25px;
	  line-height: 39px;
	  font-weight: 900;
	  transform: translateY(50%);
	}
	.themavail_item1 .themavail_img {
		left: 17px;
		top: -16px;
		width: 212px;
	}
	.themavail_item2 .themavail_img {
		left: 40px;
		top: 0;
		width: 171px;
	}
	.themavail_item3 .themavail_img {
		left: 13px;
		top: -36px;
		width: 226px;
	}
	.themavail_item4 .themavail_img {
		left: 40px;
		top: 0;
		width: 173px;
	}
	.themavail_item5 .themavail_img {
		left: 20px;
		top: -20px;
		width: 211px;
	}
	.card_item {
		width: 100%;
		min-width: 620px;
		flex-direction: column;
	}
	.card_item_img {
		width: 100%;
	}
	.card_item_info {
		width: 100%;
		padding-left: 0;
		padding-top: 40px;
	}
	.card_item_info .flex {
		flex-direction: row;
		left: 20px;
	}
	.sect_faq .container {
		max-width: 620px;
	}
	.faq_title {
		font-size: 38px;
		line-height: 1;
		margin-bottom: 40px;
	}
	#build_scale {
		transform: scale(4.5);
	}
	.parents_flex_img {
		margin-top: 40px;
		display: flex;
		gap: 30px;
	}
	.parents_flex_img > div {
		width: 50%;
	}
	.parents_flex_img2 {
		order: -1;
		margin-left: 0;
	}
	.parents {
			padding: 40px 30px;
	}
	#parents_svg1 {
		top: 30px;
		right: 40px;
		width: 105px;
	}
	#parents_svg2 {
		left: auto;
		top: 380px;
		right: -80px;
	}
	
	.sect_proven {
		padding-top: 0;
		align-items: flex-start;
	}
	.sect_proven .parents_info {
		padding-right: 100px;
	}
	#parents_svg1_1 {
		right: 0;
		width: 105px;
	}
	#parents_svg2_1 {
		bottom: 356px;
		right: 16px;
		width: 70px;
	}
	.parents_title {
		font-size: 36px;
		line-height: 46px;
	}
	.sect_proven .parents_flex_img {
		margin-top: 0;
		align-items: flex-start;
	}
	.parents_flex_img3 {
		order: 1;
	}
	.sect_rapid .parents_title {
		font-size: 32px;
		line-height: 40px;
	}
	.parents_flex_img .parents_flex_img5 {
		position: absolute;
		bottom: 51px;
		right: 20px;
		width: 254px;
	}
	#parents_svg1_2 {
		top: auto;
		right: auto;
		width: 105px;
		bottom: -21px;
		left: -58px;
	}
	#parents_svg2_2 {
		bottom: auto;
		left: auto;
		top: -22px;
		right: -34px;
	}
	.opport_grid {
		align-items: center;
		gap: 30px;
	}
	.opport_item {
		text-align: center;
		height: 196px;
		width: 400px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.opport_item2 {
		order: -1;
	}
	#opport_svg1 {
		top: 362px;
		left: -87px;
	}
	#opport_svg2 {
		top: -21px;
		right: -120px;
	}
	#opport_svg3 {
		bottom: 390px;
		right: 30px;
	}
	.opportunity_text {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.sect_landmark .col45 {
		padding-right: 100px;
		margin-bottom: 300px;
	}
	.sect_landmark .col55 p + p {
		margin-top: 280px;
	}
	.landmark_grid {
		margin-top: 0;
		flex-direction: row;
		position: absolute;
		top: 654px;
	}
	.landmark_item3 {
		position: absolute;
		width: 461px;
		top: -488px;
		left: 0;
		height: 273px;
	}
	
	#landmark_svg1 {
		top: 488px;
		width: 74px;
	}
	#landmark_svg2 {
		top: auto;
		right: 32px;
		width: 105px;
		bottom: 65px;
	}
	#landmark_svg3 {
		top: 53px;
		left: auto;
		width: 54px;
		right: 37px;
	}
	
	.invslider_grid {
		padding: 0 30px 70px;
		gap: 30px;
	}
	.invslider_item {
		width: 100%;
	}
	.invslider_item1 {
		padding-right: 40%;
	}
	#invslider_svg1 {
		right: 100px;
	}
	#invslider_svg2 {
		top: 715px;
		left: 524px;
	}
	#invslider_svg2 img {
		transform: rotate(298deg);
	}
	
	.sect_batuta {
		padding: 40px 0 100px;
	}
	.batuta {
		padding: 40px 30px;
		margin-bottom: 40px;
	}
	.batuta_info {
		width: 100%;
	}
	.batuta_flex_img {
		width: 100%;
	}
	.batuta_img {
		width: 452px;
	}
	.batuta_img1, .batuta_img2 {
		margin: 20px auto;
	}
	#batuta_svg1 {
		top: 538px;
		right: -47px;
	}
	#batuta_svg3 {
		top: 19px;
		left: 521px;
	}
	#batuta_svg4 {
		bottom: 189px;
		right: -38px;
		width: 101px;
	}
	.sect_batuta .volna_wrap {
		background-color: #e0a2e0;
	}
	
	.sect_seize .parents:after {
		transform: none;
	}
	.sect_seize .parents_list {
		margin-top: 20px;
	}
	#seize_svg1 {
		top: 143px;
		right: 47px;
	}
	#seize_svg2 {
		bottom: 45px;
		left: -124px;
	}
	.sect_seize .col55 {
		padding-left: 0;
		display: flex;
		align-items: flex-start;
		gap: 40px;
	}
	.seize_img {
		margin: 0;
	}
	
	
	.volna_wrap {
		height: 81px;
	}
	.volna_zoom {
		zoom: 1;
	}
	.pb-volna {
		padding-bottom: 105px;
	}
	.voln_school {
		height: 105px;
	}
	.school {
		position: static;
		padding: 60px 0 60px;
		width: 100%;
	}
	.school:after {
		border-radius: 0;
		top: 155px;
		height: calc(100% - 210px);
	}
	.school_flex_img1 {
		width: 96%;
		margin-top: 40px;
	}
	.school_flex_img2 {
		margin: 30px 0 0 68px;
		width: 230px;
	}
	.school_text {
		font-size: 16px;
		line-height: 22px;
	}
	.school_but {
		margin-top: 20px;
	}
	.school-sect #block2_3 {
		display: none;
	}
	.school_foot_img {
		width: 415px;
		height: 318px;
	}
	.school_foot_but {
		margin-bottom: 62px;
	}
	.school-foot {
		padding-top: 50px;
		background-position: 85px -35%;
		background-size: 700px;
	}
	
	.shap_card_title {
		font-size: 28px;
		line-height: 1.25;
	}
	.slick-slide .shap_card_info {
		width: 100%;
	}
	.slick-slide .shap_card_panel {
		flex-direction: column;
	}
	.card_slid {
		gap: 10px;
	}
	.back_blue .scroll_title {
		margin-bottom: 20px;
	}
	.sect_soon .card_item_info {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 0;
	}
	.sect_soon .card_item_location, .sect_soon .card_item_job {
		width: calc(50% - 10px);
	}
	
	.sect_invest {
		position: relative;
		z-index: 1;
		overflow: hidden;
	}
	.investments {
		padding: 50px 0 150px;
		position: static;
	}
	.investments:after {
		border-radius: 0;
		top: 90px;
		height: calc(100% - 300px);
	}
	.investments:before {
		bottom: 240px;
	}
	.investments .flex {
		position: relative;
		z-index: 1;
	}
	
	.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets {
		padding-top: 60px;
		position: relative;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.ftmenu {
		padding-top: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	#menu-footmenu {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.inside-footer-widgets .footer-widget-1, .inside-footer-widgets .footer-widget-3 {
		width: calc(50% - 10px);
		flex: inherit;
	}
	.footer-widget-2 {
		order: 1;
		display: flex;
		flex-wrap: wrap;
	}
	.footer-widget-2 > aside {
		width: calc(50% - 10px);
	}
	.paygrid {
		width: 180px;
		grid-template-columns: repeat(3,minmax(0,1fr)) !important;
		gap: 0 10px !important;
	}
	#block-23 {
		order: 1;
		margin-left: 50%;
	}
	.footer-bar-align-center .inside-site-info {
		padding: 0 0px 40px 0;
		position: relative;
	}
	.footer-bar {
		position: absolute;
		top: -122px;
	}
	.footer-bar .widget_nav_menu > div > ul {
		justify-content: flex-start !important;
	}
	.slick-arrow {
		bottom: auto;
		top: 150px;
	}
	.v-prev {
		right: auto;
		left: 20px;
	}
	.v-next {
		right: 20px;
	}
	.card_scroll{
		padding-left: 20px;
	}
	.card_item {
		height: auto;
	}
}
@media (max-width: 639px) {
	.container, .site-footer .grid-container {
		max-width: 320px;
	}
	.pt-60 {
		padding-top: 40px;
	}
	.pb-60 {
		padding-bottom: 40px;
	}
	
	
	.shap_card {
		height: 592px;
		border-radius: 20px;
	}
	.shap_card_img {
		height: 212px;
	}
	.shap_card_panel {
		height: 380px;
		border-radius: 0 0 20px 20px;
	}
	.shap_card_dop {
		width: 172px;
	}
	.shap_card_text {
		font-size: 14px;
		line-height: 22px;
	}
	.shap_card_info + .shap_card_link  {
		position: absolute;
		bottom: 20px;
		left: 20px;
		right: 20px;
		text-align: center;
	}
	.slick-arrow {
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
	}
	
	.discover-sect {
		padding-bottom: 20px;
	}
	.discover {
		padding: 30px 20px 30px;
	}
	.discover_flex {
		flex-direction: column;
		gap: 20px;
	}
	.discover_title {
		width: 100%;
		padding-left: 0;
	}
	.discover_text {
		width: 100%;
		font-size: 16px;
		line-height: 22px;
	}
	.discover_flex_img {
		margin-top: 21px;
	}
	#block2_1 {
		right: -15px;
		width: 111px;
		transform: rotate(26deg);
		top: 84px;
	}
	#block2_2 {
		top: auto;
		left: auto;
		right: -32px;
		bottom: 16px;
	}
	
	.blue-grid {
		background: linear-gradient(0turn,rgba(205,226,250,1) 0%,rgba(136,174,255,1) 100%);
	}
	.blue-grid .but_title_flex {
		background: #ed155b url(/wp-content/uploads/2026/03/line.svg) no-repeat top center / 184px;
		border-radius: 20px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 20px;
		text-align: center;
		gap: 40px;
	}
	.blue-grid .but_title_flex .title_link {
		color: #fff;
		font-size: 26px;
		line-height: 33px;
	}
	.clever_item {
		padding: 0 10px 20px;
		background-color: rgba(255, 255, 255, 0.5);
		border-radius: 20px;
		text-align: center;
	}
	.clever_img {
		position: static;
		width: calc(100% + 20px);
		margin: -10px -10px 20px;
	}
	.clever_title {
		margin: 0 0 20px;
		font-size: 26px;
		line-height: 40px;
	}
	.clever_text {
		font-size: 16px;
		line-height: 25px;
	}
	.clever_but a {
		margin: 0 auto;
	}
	
	.card_slid {
		gap: 30px;
	}
	.card_item {
		min-width: 300px;
		padding: 10px;
		height: 580px;
	}
	.card_item_info {
		padding-top: 20px;
		line-height: 22px;
		font-size: 14px;
		flex: 1 1 auto;
		padding-bottom: 10px;
	}
	.card_item_title {
		margin-bottom: 10px;
		text-align: center;
	}
	.card_item_info .flex {
		left: 0;
		width: 280px;
		bottom: 0;
	}
	.card_item_info .btn_fill {
		width: 148px;
		text-align: center;
	}
	
	.sect_adven  {
		padding-top: 0;
		background-position: 50% 500%;
		background-size: 600px;
	}
	.sect_adven .container {
		max-width: 267px;
	}
	.sect_adven .subtitle {
		margin-top: 20px;
		font-size: 26px;
		line-height: 33px;
	}
	.adven_text {
		font-size: 16px;
		line-height: 24px;
		margin: 20px auto;
	}
	
	.sect_homeslidone {
		padding: 100px 0 40px;
	}
	.homeslidone .slick-list {
		padding-right: 0;
	}
	.homeslidone_wrap .slick-arrow {
		top: -60px;
	}
	.homeslidone_item {
		height: 200px;
	}
	.homeslidone_item img {
		height: 200px;
	}
	
	
	.carous_item {
		height: 250px;
	}
	.carous_item img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	
	.sect_ready .container {
		max-width: 256px;
	}
	.sect_ready .font36, .sect_experience .font36 {
		font-size: 26px;
		line-height: 33px;
	}
	.sect_ready .subtitle br {
		display: none;
	}
	.sect_ready .subtitle b {
		display: block;
	}
	 #decor_ready_1 {
		left: -212px;
		top: 276px;
	}
	#decor_ready_2 {
		top: 0;
		left: 260px;
	}
	#decor_ready_3 {
		top: 323px;
		right: -110px;
		width: 117px;
	}
	
	.single_shap_card .shap_card {
		height: 572px;
	}
	.single_shap_card .shap_card_panel {
		width: 100%;
		height: 360px;
	}
	.shap_card_info {
		width: 100%;
	}
	.hero_birdth .shap_card_title {
		font-size: 24px;
		line-height: 37px;
	}
	.single_shap_card .shap_card_text {
		font-size: 16px;
		line-height: 25px;
	}
	
	.sect_makes .parents_title {
		padding-right: 30px;
	}
	.sect_makes .parents {
		padding: 20px 30px;
	}
	.sect_makes #parents_svg1 {
		top: 14px;
		right: -14px;
		width: 86px;
	}
	.sect_makes #parents_svg2 {
		left: -90px;
		top: 457px;
		right: auto;
	}
	.sect_makes .parents:after {
		transform: none;
	}
	.sect_makes .parents_list {
		margin-top: 20px;
	}
	.sect_makes .parents_list b.font24 {
		margin-bottom: 360px;
	}
	.sect_makes .parents_flex_img {
		position: absolute;
		flex-direction: column;
		top: 270px;
		left: 0;
		padding: 0 10px;
		margin: 0;
	}
	.sect_makes .parents_flex_img > div {
		width: 243px;
	}
	.sect_makes .parents_flex_img2 {
		margin-top: -47px;
		order: 0;
		margin-left: auto;
	}
	.sect_proven .parents {
		padding: 40px 0;
	}
	.sect_proven .parents_info {
		padding-right: 0;
	}
	.sect_proven .parents_list {
		margin-top: 10px;
	}
	.sect_proven .parents_list b.font24 {
		max-width: 220px;
		margin-bottom: 350px;
	}
	#parents_svg1_1, #parents_svg2_1 {
		display: none;
	}
	.sect_proven .parents_list li {
		font-weight: 400;
		line-height: 23px;
	}
	.sect_proven .parents_list li + li {
		margin-top: 23px;
	}
	.sect_proven .parents_flex_img {
		flex-direction: column;
		position: absolute;
		top: 370px;
		gap: 0;
	}
	.parents_flex_img4 {
		margin-top: 0;
		margin-bottom: -24px;
	}
	
	.sect_rapid {
		padding: 40px 0 40px;
	}
	.sect_rapid .parents {
		padding: 20px 20px;
	}
	.sect_rapid .parents:after {
		transform: none;
	}
	.sect_rapid .parents_list b.font24 {
		font-size: 20px;
	}
	.sect_rapid .parents_flex_img {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.parents_flex_img .parents_flex_img5 {
		position: static;
		width: 277px;
		height: 234px;
	}
	#parents_svg2_2 {
		top: 362px;
		right: -74px;
	}
	
	.sect_opportunity {
		padding: 40px 0;
	}
	.opport_item {
		height: 160px;
		width: 289px;
		line-height: 23px;
	}
	.sect_opportunity .subtitle {
		font-weight: 700;
		max-width: 160px;
		margin: 0 auto 30px;
	}
	.opport_grid {
		gap: 20px;
	}
	.opport_item {
	}
	.opport_item2 {
		line-height: 33px;
	}
	
	#opport_svg1 {
		top: 69px;
		left: -87px;
		width: 86px;
	}
	#opport_svg2 {
		top: 336px;
	}
	#opport_svg3 {
		bottom: -30px;
		left: -30px;
		right: auto;
	}
	
	.sect_landmark .parents {
		padding: 0;
	}
	.sect_landmark .col45 {
		padding-right: 25px;
		margin-bottom: 178px;
	}
	.sect_landmark .col55 {
		padding-right: 0;
	}
	.sect_landmark .col55 p + p {
		margin-top: 359px;
	}
	.sect_landmark .landmark_grid {
		top: 575px;
		flex-direction: column;
		width: 100%;
		gap: 0;
	}
	.landmark_item1 {
		width: 255px;
		height: 155px;
		margin-right: auto;
	}
	.landmark_item2 {
		width: 255px;
		height: 155px;
		margin-left: auto;
	}
	.landmark_item3 {
		width: 296px;
		top: -379px;
		height: 176px;
	}
	#landmark_svg1 {
		top: 122px;
		right: -50px;
	}
	#landmark_svg2 {
		right: -57px;
		bottom: 412px;
	}
	#landmark_svg3 {
		top: auto;
		left: -33px;
		right: auto;
		bottom: 203px;
	}
	
	.invslider_item1 {
		padding-right: 20px;
	}
	#invslider_svg1 {
		right: -60px;
		top: 266px;
	}
	#invslider_svg2 {
		top: 772px;
		left: -119px;
	}
	.themavail_item {
  		height: 160px;
	}
	.themavail_title {
		font-size: 20px;
		line-height: 31px;
  	}
	.themavail_item1 .themavail_img {
		left: -17px;
		top: -33px;
		width: 157px;
  	}
	.themavail_item2 .themavail_img {
		left: 0px;
		top: -33px;
		width: 138px;
  	}
	.themavail_item3 .themavail_img {
		left: -5px;
		top: -43px;
		width: 162px;
  	}
	.themavail_item4 .themavail_img {
		left: 20px;
		top: -20px;
		width: 120px;
  	}
	.themavail_item5 .themavail_img {
		left: -2px;
		top: -38px;
		width: 156px;
  	}
	
	.batuta {
		padding: 20px 20px;
	}
	.batuta1:after {
		transform: rotate(359deg);
	}
	.batuta_text {
		margin-top: 240px;
	}
	.batuta_flex_img {
		position: absolute;
		top: 120px;
		left: 0;
	}
	.batuta_img {
		width: 283px;
	}
	#batuta_svg1 {
		top: 330px;
		right: auto;
		left: -94px;
	}
	#batuta_svg2 {
		display: none;
	}
	.batuta_img2 {
		margin-top: 100px;
	}
	.batuta_title {
		font-weight: 400;
	}
	#batuta_svg3 {
		top: 517px;
		left: 296px;
	}
	#batuta_svg4 {
		display: none;
	}
	
	.sect_seize .parents {
		padding: 20px 20px;
	}
	#seize_svg1 {
		top: 208px;
		right: -56px;
	}
	#seize_svg2 {
		bottom: 445px;
	}
	.sect_seize .col55 {
		flex-direction: column;
		gap: 30px;
	}
	.seize_img {
		transform: rotate(1deg);
		width: 277px;
	}
	.seize_info {
		width: 277px;
	}
	
	.sect_included {
		padding: 40px 0;
	}
	.sect_included .included  {
		max-width: 248px;
		margin: 0 auto 60px;
	}
	.sect_included .title {
		font-size: 24px;
		line-height: 30px;
	}
	#included_svg2 {
		top: 22px;
		right: -177px;
	}
	#included_svg1 {
		left: -65px;
		top: 700px;
	}
	.included_grid {
		max-width: 200px;
		gap: 40px;
	}
	.included_item {
		width: 100%;
	}
	
	.school_flex {
		flex-direction: column;
		gap: 0;
	}
	.school_flex_img1 {
		width: 258px;
		margin-bottom: -30px;
	}
	.school_flex_img2 {
		margin: 0 0 0 auto;
		width: 230px;
	}
	.school_foot_title {
		font-size: 26px;
		line-height: 34px;
	}
	.school_foot_but {
		margin-bottom: 91px;
		width: 300px;
		margin-top: 20px;
	}
	.school_foot_img {
		width: 302px;
		height: 230px;
		bottom: 31px;
	}
	.school-foot {
		padding-top: 50px;
		background-position: 33% 232px;
		background-size: 483px;
	}
  
  
	.sect_faq {
		padding: 60px 20px;
	}
	.faq_title {
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 40px;
		text-align: center;
		max-width: 320px;
	}
	.faq_question {
		font-size: 20px;
	}
	.e-n-accordion-item-title-icon {
		width: 26px;
		min-width: 26px;
		height: 26px;
	}
	.e-n-accordion-item-title {
		padding: 15px 0;
	}
	
	.inside-footer-widgets > div:not(:last-child) {
		margin-bottom: 20px;
	}
	.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets {
		padding-top: 0;
		flex-direction: column;
	}
	.inside-footer-widgets .footer-widget-1, .inside-footer-widgets .footer-widget-3 {
		width: 100%;
	}
	.footer-widget-2 > aside#block-26 {
		width: 100%;
		margin-top: 20px;
	}
	.ftmenu {
		position: static;
	}
	#menu-footmenu {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 5px 23px;
	}
	.ftmenu a {
		font-size: 16px;
		line-height: 26px;
	}
	.ftmenu + div {
		position: absolute;
		top: -472px;
		width: 100%;
	}
	.soc_list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 20px;
	}
	.soc_item {
		width: calc(50% - 10px);
	}
	.footer-widget-2 {
		position: relative;
	}
	.footer-widget-3 {
		padding-top: 130px;
	}
	#block-23 {
		order: 0;
		margin-left: 0;
		width: 42%;
	}
	.paygrid {
		width: 114px;
		grid-template-columns: repeat(2,minmax(0,1fr)) !important;
		gap: 0 5px !important;
	}
	.paygrid div {
		height: 40px;
	}
	.paygrid img {
		height: 100%;
		width: 100%;
	}
	#block-25 {
		width: 58%;
	}
	.f_imgtxt {
		margin-left: -5px;
		gap: 0;
	}
	
	.footer-bar-align-center .inside-site-info {
		flex-direction: column !important;
		align-items: center;
		gap: 30px;
	}
	.footer-bar {
		position: static;
	}
	.footer-bar .widget_nav_menu > div > ul {
		justify-content: center !important;
	}

}





















