@keyframes fade-in {
	100% {
		opacity: 1;
	}
}

main {
	opacity: 0;
	animation-name: fade-in;
	animation-delay: 0.6s;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}

/*
[data-form-hide] {
position: absolute;
top: 0;
background: inherit;
width: 100%;
height: 100%;
left: 0;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
padding: 0 40px;
text-align: center;
}*/

[data-form-hide] div {
	padding: 10px 20px;
	background: #28a745;
	border-radius: 6px;
	color: #fff;
}


*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

*:-moz-placeholder {
	color: #666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.4;
	font-family: "FuturaPT", "Calibri", sans-serif;
	font-weight: 450;
	overflow-x: hidden;
	margin: 0;
	color: #0F0F0F;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
	outline: none;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: bottom;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

ul li,
ol li,
menu li {
	list-style: none;
}

ul,
ol,
menu {
	display: block;
	margin: 0;
	padding-left: 0;
}

button {
	outline: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
}

.ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.ibg img {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.btn1 {
	display: inline-block;
	font-size: 13px;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 15.5px 24px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.btn2 {
	display: inline-block;
	font-size: 13px;
	font-family: "FuturaPT", sans-serif;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #fff;
	text-transform: uppercase;
	background-color: #0392FF;
	border-radius: 5px;
	padding: 16.5px 19px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.btn3 {
	display: inline-block;
	font-size: 18px;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: linear-gradient(86.56deg, #007FDF 8.15%, #11A9FF 106.28%);
	border-radius: 6px;
	padding: 23px 43px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.btn3--center {
	margin: 40px auto 20px;
	display: block;
	max-width: 300px;
	text-align: center;
}

.btn4 {
	display: inline-block;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 700;
	font-family: "FuturaPT", sans-serif;
	color: #17104E;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background-color: #FFD203;
	border-radius: 4px;
	padding: 17px 20px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.btn5 {
	display: inline-block;
	letter-spacing: 0.02em;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "FuturaPT", sans-serif;
	color: #13b4f8;
	border: 1px solid #0392FF;
	border-radius: 6px;
	padding: 22px 52px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.hidden {
	display: none;
}

.site-wrap {
	overflow: hidden;
}

.box {
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
	width: 100%;
	max-width: 1300px;
}

.subtitle-wrap {
	position: relative;
}

.subtitle {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	background-color: #007FDF;
	width: 150px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.subtitle__link {
	display: block;
	padding: 5px 5px;
	padding-left: 15px;
}

.touch .subtitle {
	display: none;
}

.subtitle {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.main-header {
	position: relative;
	z-index: 1001;
}

.main-header-btn3 {
	display: none;
}

.main-header-wrap3 {
	display: none;
}

.main-header-wrap4 {
	display: none;
}

.main-header-wrap1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
}

.main-header-logo {
	max-width: 488px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.main-header-logo:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 2px;
	height: 54px;
	background: url("../img/logo-line.svg") center no-repeat;
}

.main-header-logo-img {
	max-width: 208px;
	width: 100%;
	margin-top: 15px;
}

.main-header-logo-text {
	max-width: 212px;
	width: 100%;
	color: #c8c8c8;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 450;
	letter-spacing: 0.01em;
}

.main-header-logo-text b {
	font-weight: 700;
	color: #fff;
}

.main-header-contact-wrap {
	max-width: 370px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header-tel {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.02em;
	margin-bottom: 2px;
}

.main-header-tel-desc {
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.02em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: right;
}

.main-header-wrap2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 10px;
}

.main-header-nav {
	max-width: 825px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background-color: #5D00F5;
	border-radius: 6px;
	padding: 14px 32px;
	padding-left: 74px;
	position: relative;
	cursor: pointer;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.main-header-btn span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 34px;
	width: 15px;
	height: 2px;
	background-color: #fff;
}

.main-header-btn span:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #fff;
	top: -5px;
}

.main-header-btn span:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #fff;
	bottom: -5px;
}

.main-header-menu {
	max-width: 545px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header-menu li.main-header-menu-hidden {
	display: none;
}

.main-header-menu a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.01em;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.main-header-menu a i {
	display: none;
}

.main-header-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header-btn1 {
	margin-right: 10px;
}

.popupMenu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.popupMenu.active {
	visibility: visible;
	opacity: 1;
}

.popupMenu-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.popupMenu-tab-list {
	max-width: 280px;
	width: 100%;
	position: relative;
	padding-top: 78px;
}

.popupMenu-tab-list:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1000px;
	background-color: #F9F5FF;
}

.popupMenu-tab-list a {
	display: block;
	font-size: 18px;
	font-weight: 450;
	letter-spacing: 0.02em;
	padding: 12px 10px;
	color: #000;
	padding-left: 15px;
	border: 2px solid transparent;
	border-radius: 6px 0 0 6px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.popupMenu-tab-list a.active {
	background-color: #FFD203;
	border: 2px solid #FFD964;
}

.popupMenu-wrap {
	width: calc(100% - 340px);
	padding-top: 40px;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.popupMenu-tabs {
	width: calc(100% - 380px);
}

.popupMenu-tab {
	display: none;
}

.popupMenu-tab:first-child {
	display: block;
}

.popupMenu-nav-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 52px;
}

.popupMenu-nav-wrap:last-child {
	margin-bottom: 0;
}

.popupMenu-nav-title {
	letter-spacing: 0.02em;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 15px;
	color: #220C68;
	width: 100%;
}

.popupMenu-menu li {
	margin-bottom: 14px;
}

.popupMenu-menu li:last-child {
	margin-bottom: 0;
}

.popupMenu-menu a {
	display: inline-block;
	font-size: 16px;
	font-weight: 450;
	letter-spacing: 0.02em;
	color: #000;
}

.popupMenu-banner {
	max-width: 260px;
	width: 100%;
	background-color: #4201AC;
	border-radius: 6px;
	padding: 23px 20px 51px 20px;
	overflow: hidden;
	position: relative;
}

.popupMenu-banner:before {
	content: '';
	position: absolute;
	bottom: -51px;
	right: -166px;
	width: 314px;
	height: 314px;
	border-radius: 50%;
	background-color: #13B4F8;
	opacity: 0.4;
}

.popupMenu-banner .btn4 {
	margin-bottom: 27px;
	position: relative;
	z-index: 1;
}

.popupMenu-banner-logo {
	display: inline-block;
	max-width: 160px;
	width: 100%;
	margin-bottom: 40px;
}

.popupMenu-banner-title {
	position: relative;
	z-index: 1;
	font-size: 18px;
	line-height: 1.28;
	letter-spacing: 0.02em;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.popupMenu-banner-subtitle {
	position: relative;
	z-index: 1;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fff;
	line-height: 1.31;
	margin-bottom: 19px;
}

.popupMenu-banner-text {
	max-width: 120px;
	width: 100%;
	font-size: 16px;
	line-height: 1.31;
	letter-spacing: 0.02em;
	color: #fff;
	position: relative;
	z-index: 1;
}

.popupMenu-banner-text b {
	font-size: 25px;
	font-weight: 700;
}

.popupMenu-banner-img {
	position: absolute;
	width: 275px;
	bottom: -67px;
	right: -98px;
}

.banner {
	overflow: hidden;
}

.banner .box {
	padding-top: 68px;
	padding-bottom: 74px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 1;
}

.banner-container {
	background: url("../img/banner-bg.webp") center/cover no-repeat;
}

.banner .box {
	z-index: 0;
}

.banner-text-wrap {
	max-width: 625px;
	width: 100%;
	margin-top: 58px;
}

.banner-title {
	font-family: "GraphikLCG", sans-serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.1;
	letter-spacing: 0.02em;
	color: #fff;
	margin-bottom: 25px;
}

.banner-title b {
	font-weight: 700;
	color: #ffd230;
}

.banner-text {
	color: #ededed;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 40px;
	font-weight: 450;
	max-width: 430px;
	width: 100%;
}

.banner-list {
	max-width: 205px;
	width: 100%;
	text-align: right;
}

.banner-item {
	margin-bottom: 79px;
}

.banner-item:last-child {
	margin-bottom: 0;
}

.banner-item-val {
	letter-spacing: 0.02em;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	color: #fff;
	margin-bottom: 5px;
}

.banner-item-desc {
	font-size: 18px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.6);
}

.banner-video {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	padding-bottom: 224px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.banner-video-text {
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	width: 100px;
}

.banner-video-icon {
	position: absolute;
	bottom: 79px;
	right: -45px;
	width: 140px;
}

.banner-video-line {
	position: absolute;
	bottom: -37px;
	right: 22px;
	width: 62px;
}

.banner-img-wrap {
	position: absolute;
	z-index: -1;
	bottom: -37px;
	right: 201px;
	width: 479px;
}

.banner-img-bg1 {
	position: absolute;
	top: 33px;
	left: -28px;
	width: 53px;
}

.banner-img-bg2 {
	position: absolute;
	top: 50px;
	left: 57px;
	width: 83px;
}

.banner-img-bg3 {
	position: absolute;
	top: 173px;
	left: 16px;
	width: 83px;
}

.banner-img-bg4 {
	position: absolute;
	top: 93px;
	right: 41px;
	width: 119px;
}

.services {
	position: relative;
	z-index: 2;
	padding-bottom: 92px;
	margin-top: -53px;
}

.services-wrap {
	display: none;
}

.services-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -10px;
	margin-top: -20px;
}

.services-col {
	width: 29.25%;
	padding: 0px 10px;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.services-col--big .services-item {
	padding: 50px 200px 38px 40px;
}

.services-col:nth-child(2) {
	width: 58.5%;
}

.services-col:nth-child(1) {
	width: 41.5%;
}

.services-col:nth-child(3n) {
	width: 41.5%;
}

.services-item {
	width: 100%;
	background-color: #F9F5FF;
	border-radius: 12px;
	padding: 50px 140px 38px 40px;
	position: relative;
	transition: all ease 0.3s;
}

.services-item-title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 55px;
}

.services-item-title1 {
	font-size: 28px;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	color: #0F0F0F;
}

.services-item-title1 b {
	display: block;
	color: #3092ff;
	font-weight: 700;
}

.services-item-info {
	letter-spacing: 0.02em;
	font-size: 16px;
	font-family: "GraphikLCG", sans-serif;
	color: #0F0F0F;
}

.services-item-title2 {
	letter-spacing: 0.02em;
	font-size: 28px;
	line-height: 1.1;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	color: #0F0F0F;
}

.services-item-title2 b {
	display: block;
	font-weight: 700;
	color: #3092ff;
}

.services-item-link1 {
	display: inline-block;
	letter-spacing: 0.06em;
	font-size: 16px;
	color: #7c3aed;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 38px;
	position: relative;
	cursor: pointer;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.services-item-link1:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 29px;
	height: 15px;
	background: url("../img/arrow1.svg") center no-repeat;
}

.services-item-title3 {
	max-width: 225px;
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.1;
	font-family: "GraphikLCG", sans-serif;
	color: #0F0F0F;
}

.services-item-link2 {
	font-size: 18px;
	font-weight: 700;
	color: #7c3aed;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.services-item-img1 {
	position: absolute;
	width: 120px;
	right: 16px;
	bottom: 22px;
}

.services-item-img2 {
	position: absolute;
	width: 163px;
	right: 63px;
	bottom: 29px;
}

.services-item-img3 {
	position: absolute;
	width: 120px;
	right: 13px;
	bottom: 22px;
}

.services-item-img4 {
	position: absolute;
	width: 72px;
	right: 28px;
	bottom: 22px;
}

.services-item-img5 {
	position: absolute;
	width: 72px;
	right: 33px;
	bottom: 22px;
}

.services-item-img6 {
	position: absolute;
	width: 120px;
	right: 16px;
	bottom: 0;
}

.services-item-img7 {
	position: absolute;
	width: 72px;
	right: 30px;
	bottom: 35px;
}

.services-item-img8 {
	position: absolute;
	width: 72px;
	right: 34px;
	bottom: 35px;
}

.callback {
	background-color: #3C03A0;
	position: relative;
}

.callback:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 140px;
	background: url("../img/callback-line.svg") center no-repeat;
	background-size: cover;
}

.callback-container1 {
	position: relative;
	padding: 13px 0;
	display: block;
	color: #190042;
}

.callback-container1--aboutUs {
	display: none;
}

.callback-bg11 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("../img/callback-bg11.svg") center/cover no-repeat;
}

.callback-bg12 {
	display: none;
}

.callback-bg13 {
	display: none;
}

.callback-wrap1 {
	max-width: 701px;
	width: 100%;
	margin-left: 177px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.callback-text1 {
	font-family: "GraphikLCG", sans-serif;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.02em;
	background-color: #D92DD5;
	border-radius: 300px;
	padding: 5px 19px;
}

.callback-text2 {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
}

.callback-text2 b {
	font-weight: 700;
	font-size: 32px;
	margin-right: 18px;
	vertical-align: middle;
}

.callback-container2 {
	position: relative;
	z-index: 1;
}

.callback-container2 .box {
	padding-top: 92px;
	padding-bottom: 164px;
}

.callback-wrap2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.callback-bg1 {
	position: absolute;
	z-index: -1;
	bottom: 135px;
	left: 77px;
	width: 60px;
}

.callback-bg2 {
	position: absolute;
	z-index: -1;
	bottom: 159px;
	left: 241px;
	width: 119px;
}

.callback-bg3 {
	position: absolute;
	z-index: -1;
	bottom: 227px;
	left: 461px;
	width: 60px;
}

.callback-bg4 {
	position: absolute;
	z-index: -1;
	bottom: 145px;
	left: 449px;
	width: 47px;
}

.callback-bg5 {
	position: absolute;
	z-index: -1;
	bottom: 118px;
	left: 623px;
	width: 83px;
}

.callback-bg6 {
	position: absolute;
	z-index: -1;
	bottom: 168px;
	left: -163px;
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
}

.callback-bg7 {
	position: absolute;
	z-index: -1;
	top: 54px;
	left: -240px;
	width: 75px;
	height: 75px;
	background: rgba(255, 255, 255, 0.4);
	-webkit-filter: blur(4px);
	filter: blur(4px);
	border-radius: 50%;
}

.callback-bg8 {
	position: absolute;
	z-index: -1;
	bottom: 213px;
	left: 774px;
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
}

.callback-list-wrap {
	max-width: 745px;
	width: 100%;
	margin-top: 37px;
}

.callback-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -20px;
	margin-top: -40px;
}

.callback-col {
	width: 33.3333%;
	padding: 0px 20px;
	margin-top: 40px;
}

.callback-item-title {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 9px;
}

.callback-item-text {
	font-size: 16px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.6);
}

.callback-form {
	max-width: 402px;
	width: 100%;
	background-color: #1A0F56;
	border-radius: 12px;
	padding: 50px 50px 50px 40px;
}

.callback-form input {
	display: block;
	width: 100%;
	outline: none;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 450;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "FuturaPT", sans-serif;
	padding: 14.5px 10px;
	padding-left: 27px;
	background-color: rgba(241, 241, 241, 0.3);
	border: none;
	border-radius: 6px;
	margin-bottom: 12px;
}

.callback-form input::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 450;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "FuturaPT", sans-serif;
}

.callback-form input::-moz-placeholder {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 450;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "FuturaPT", sans-serif;
}

.callback-form input::-ms-input-placeholder {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 450;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "FuturaPT", sans-serif;
}

.callback-form input::placeholder {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 450;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "FuturaPT", sans-serif;
}

.callback-form .btn3 {
	display: block;
	width: 100%;
	padding: 23px 10px;
}

.callback-form-title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.29;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.callback-form-text {
	font-size: 15px;
	font-weight: 450;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 25px;
}

#popup6 .form__title {
	font-size: 36px;
	max-width: 90%;
}

#popup7 .form__title, #popup7 .form__text {
	max-width: calc(100% - 180px);
}

.callback-wrap3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 300px;
}

.callback-wrap3 .callback-list-wrap {
	margin-top: 0;
}

.callback-title {
	max-width: 415px;
	width: 100%;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
}

.callback-bg20 {
	position: absolute;
	top: 78px;
	left: -90px;
	width: 119px;
}

.callback-bg21 {
	position: absolute;
	top: 36px;
	left: 75px;
	width: 68px;
}

.callback-bg22 {
	position: absolute;
	bottom: 85px;
	left: 30px;
	width: 83px;
}

.callback-bg23 {
	position: absolute;
	bottom: 148px;
	left: 245px;
	width: 47px;
}

.callback-bg24 {
	position: absolute;
	bottom: 85px;
	left: -200px;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
}

.info {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #F9F5FF;
}

#specialButton {
	display: block;
	padding: 32px 32px 16px 15px;
	width: 160px;
	margin-top: -30px;
	background: url(/templates/img/outline2.svg) rgb(25 16 83) no-repeat 105px 20px;
	background-size: 32px;
	color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	cursor: pointer;
	z-index: 1005;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
	transition: background-color 0.3s;
}

#specialButton:hover {
	background-color: #4c3c80;
}

.info-title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 38px;
}

.info-title-text1 {
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	max-width: 310px;
	width: 100%;
}

.info-title-text2-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 600px;
	width: 100%;
}

.info-title-logo {
	max-width: 178px;
	width: 100%;
}

.info-title-text2 {
	width: calc(100% - 200px);
	font-size: 18px;
	font-weight: 450;
	line-height: 1.28;
}

ul+.info1-title2 {
	margin-top: 90px;
}

.info1-title2 b {
	color: #3092ff;
}

.info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -10px;
	margin-top: -20px;
}

.info-col {
	width: 25%;
	padding: 0px 10px;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info-item {
	width: 100%;
	border-radius: 10px;
	background-color: #fff;
	padding: 138px 40px 32px 40px;
	position: relative;
	text-align: center;
}

.info-item-img {
	position: absolute;
	top: 31px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90px;
	height: 90px;
	background-color: #FFDAD4;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
}

.info-item-img2 {
	background-color: #0292FE;
}

.info-item-img3 {
	background-color: #FFD203;
}

.info-item-img4 {
	background-color: #8A68C6;
}

.info-item-text {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 450;
}

.info-title-wrap1 {
	margin-bottom: 40px;
}

.info-title1 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 20px;
}

.info-title-desc1 {
	max-width: 390px;
	width: 100%;
	font-weight: 450;
	font-size: 18px;
	line-height: 1.28;
}

.reviews {
	padding-top: 96px;
	padding-bottom: 99px;
}

.reviews-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 44px;
}

.reviews-wrap1 {
	width: calc(100% - 425px);
}

.reviews-title {
	max-width: 385px;
	width: 100%;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 53px;
}

.reviews__text1 {
	color: #091E3F;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
}

.reviews-wrap2 {
	max-width: 329px;
	width: 100%;
	margin-top: 7px;
}

.reviews-wrap3 {
	margin-top: 15px;
}

.reviews-text1 {
	font-size: 18px;
	font-weight: 450;
	line-height: 1.28;
	margin-bottom: 23px;
}

.reviews-link {
	display: inline-block;
	color: #7c3aed;
	letter-spacing: 0.02em;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 66px;
	position: relative;
	margin-bottom: 53px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.reviews-link:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 29px;
	height: 15px;
	background: url("../img/arrow1.svg") center no-repeat;
}

.reviews-rate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	max-width: 329px;
	width: 100%;
}

.reviews-rate1 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.reviews-rate-star {
	max-width: 18px;
	width: 100%;
	line-height: 0;
	margin-right: 12px;
}

.reviews-rate-text1 {
	letter-spacing: 0.02em;
	color: #320083;
	font-size: 24px;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	margin-right: 16px;
}

.reviews-rate-text1 b {
	font-weight: 700;
	font-size: 36px;
}

.reviews-rate-text2 {
	font-size: 18px;
	font-weight: 450;
}

.reviews-rate-text3 {
	font-size: 18px;
	font-weight: 450;
	color: #aeaeae;
	margin-top: -2px;
}

.reviews-slider .swiper-container {
	padding-top: 60px;
}

.reviews-slider .swiper-container.education__list {
	padding-top: 0;
}

.reviews-slider .swiper-slide {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reviews-item {
	width: 100%;
	position: relative;
	background-color: #F9F5FF;
	border-radius: 17px;
	padding: 41px 29px 67px 29px;
}

.reviews-item-img-wrap {
	position: absolute;
	top: 0;
	left: 32px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px;
	background: rgba(193, 175, 255, 0.21);
	border-radius: 50%;
}

.reviews-item-img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.reviews-item-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 28px;
}

.reviews-item-wrap1 {
	margin-top: 60px;
}

.reviews-item-text1 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
}

.reviews-item-wrap2 {
	position: absolute;
	top: -24px;
	right: 20px;
	width: calc(100% - 170px);
}

.star-list {
	margin-bottom: 35px;
}

.reviews-item-list li span {
	font-size: 11px;
}

.reviews-item-list {
	margin-top: 11px;
}

.reviews-item-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.reviews-item-list li:last-child {
	margin-bottom: 0;
}

.reviews-item-list li span {
	font-size: 11px;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-right: 4px;
}

.reviews-item-list li span:last-child {
	margin-right: 0;
}

.reviews-item-list li b {
	font-style: italic;
	font-weight: 500;
}

.reviews-item-title {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	max-width: 300px;
	width: 100%;
	font-weight: 700;
	margin-bottom: 10px;
}

.reviews-item-text2 p {
	font-size: 14px;
	line-height: 1.6;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 15px;
}

.reviews-item-text2 p:last-child {
	margin-bottom: 0;
}

.feedback {
	padding-top: 78px;
	padding-bottom: 69px;
	background-color: #3C03A0;
}

.feedback-title {
	text-align: center;
	font-size: 36px;
	letter-spacing: 0.02em;
	color: #fff;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 8px;
}

.feedback-subtitle {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	color: #fff;
	margin-bottom: 50px;
}

.feedback-list-wrap {
	max-width: 1067px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.feedback-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -10px;
	margin-top: -20px;
}

.feedback-col {
	width: 50%;
	padding: 0px 10px;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.feedback-col:nth-child(2) .feedback-item-text1 {
	background-color: #5D00F5;
}

.feedback-item {
	width: 100%;
	background-color: #1A0F56;
	border-radius: 12px;
	padding: 54px 40px 43px 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}

.feedback-item-text1 {
	font-size: 14px;
	font-weight: 450;
	color: #fff;
	letter-spacing: 0.03em;
	background-color: #7C3AED;
	border-radius: 3px;
	padding: 1px 14px;
	display: inline-block;
	margin-bottom: 23px;
}

.feedback-item-title {
	width: 100%;
	font-size: 24px;
	letter-spacing: 0.02em;
	line-height: 1.43;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.feedback-item-title i {
	font-style: normal;
	color: #ffd964;
}

.feedback-item-title b {
	font-weight: 700;
	font-size: 32px;
	color: #ffd230;
}

.feedback-item-text2 {
	max-width: 350px;
	width: 100%;
	font-size: 18px;
	font-weight: 450;
	color: #fff;
	line-height: 1.28;
	margin-bottom: 50px;
}

.feedback-item-btn-wrap {
	width: 100%;
	margin-top: auto;
	padding-left: 130px;
}

.feedback-item-btn-wrap .btn3 {
	display: block;
	padding: 23px 10px;
	text-align: center;
}

.feedback-item-img {
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 120px;
}

.main-footer {
	background-color: #091E3F;
}

.main-footer-wrap3 {
	display: none;
}

.main-footer-wrap1 {
	padding-top: 53px;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-footer-logo {
	display: block;
	max-width: 199px;
	width: 100%;
	margin-bottom: 32px;
}

.main-footer-tel-wrap {
	margin-bottom: 16px;
}

.main-footer-tel {
	display: inline-block;
	font-size: 22px;
	letter-spacing: 0.02em;
	font-weight: 700;
	color: #fff;
}

.main-footer-tel-desc {
	font-size: 12px;
	letter-spacing: 0.02em;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
}

.main-footer-nav {
	width: calc(100% - 375px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-footer-menu:nth-child(1) a {
	font-weight: 600;
}

.main-footer-menu li {
	margin-bottom: 18px;
}

.main-footer-menu li:last-child {
	margin-bottom: 0;
}

.main-footer-menu a {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: "GraphikLCG", sans-serif;
}

.main-footer-wrap2 {
	padding-top: 28px;
	padding-bottom: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.main-footer-link1 {
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.67);
	text-decoration: underline;
	margin-bottom: 10px;
}

.main-footer-copy {
	font-size: 14px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.67);
}

.main-footer-link2 {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.67);
}

.main-footer-dev-desc {
	font-size: 15px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.67);
	margin-bottom: 10px;
}

.main-footer-dev-link {
	display: inline-block;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.main-footer-links {
	color: rgba(255, 255, 255, 0.67);
	font-weight: 300;
}


.courses {
	padding-top: 25px;
	padding-bottom: 60px;
}

.courses-img1 {
	margin-bottom: -60px;
}

.courses-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.courses-wrap1 {
	/* max-width: 570px; */
	width: calc(100% - 500px);
}

.courses-title {
	font-size: 42px;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "GraphikLCG", sans-serif;
	margin-top: 26px;
	padding-top: 12px;
	margin-bottom: 24px;
	max-width: 100%;
	width: 100%;
	padding-right: 100px;
	position: relative;
	z-index: 1000;
}

.courses-title i {
	position: absolute;
	top: 0;
	right: 0;
	font-style: normal;
	font-size: 14px;
	font-weight: 450;
	letter-spacing: 0.03em;
	font-family: "FuturaPT", sans-serif;
	background-color: #D92DD5;
	border-radius: 3px;
	padding: 3px 12px;
}

.courses-title b {
	font-weight: 700;
	color: #FFD203;
}

.courses-text1 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	max-width: 520px;
	width: 100%;
	margin-bottom: 60px;
}

.courses-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -10px;
	margin-top: -20px;
}

.courses-col {
	width: 33.3333%;
	padding: 0px 10px;
	margin-top: 20px;
}

.courses-item-title {
	letter-spacing: 0.02em;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 10px;
}

.courses-item-title i {
	font-style: normal;
	font-size: 14px;
}

.courses-item-text {
	font-size: 15px;
	font-weight: 450;
	color: #fff;
}

.courses-wrap2 {
	max-width: 429px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.courses-bg1 {
	position: absolute;
	z-index: -1;
	width: 290px;
	right: 370px;
	top: 9px;
	pointer-events: none;
}

.courses-form {
	border-radius: 10px;
	background-color: #fff;
	padding: 41px 53px 35px 53px;
	position: relative;
}

.courses-form input {
	display: block;
	width: 100%;
	outline: none;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 450;
	letter-spacing: 0.02em;
	font-family: "FuturaPT", sans-serif;
	color: #000;
	background-color: rgba(238, 238, 238, 0.8);
	border: none;
	padding: 14px 10px;
	padding-left: 28px;
	margin-bottom: 11px;
}

.courses-form input::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 450;
	letter-spacing: 0.02em;
	font-family: "FuturaPT", sans-serif;
	color: #8d8d8d;
}

.courses-form input::-moz-placeholder {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 450;
	letter-spacing: 0.02em;
	font-family: "FuturaPT", sans-serif;
	color: #8d8d8d;
}

.courses-form input::-ms-input-placeholder {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 450;
	letter-spacing: 0.02em;
	font-family: "FuturaPT", sans-serif;
	color: #8d8d8d;
}

.courses-form input::placeholder {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 450;
	letter-spacing: 0.02em;
	font-family: "FuturaPT", sans-serif;
	color: #8d8d8d;
}

.courses-form .btn3 {
	display: block;
	width: 100%;
	text-align: center;
	padding: 23px 10px;
	margin-top: 23px;
	margin-bottom: 11px;
}

.courses-form-bg {
	position: absolute;
	top: 0;
	right: 0;
}

.courses-form-title {
	font-size: 22px;
	line-height: 1.6;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	margin-bottom: 6px;
}

.courses-form-title b {
	font-weight: 700;
	display: inline-block;
	position: relative;
}

.courses-form-title b:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: -1px;
	bottom: 2px;
	left: -17px;
	right: -15px;
	background-color: #FFD203;
}

.courses-form-text1 {
	font-size: 16px;
	font-weight: 450;
	letter-spacing: 0.02em;
	line-height: 1.3;
	margin-bottom: 20px;
}

.courses-form-text2 {
	text-align: center;
	max-width: 245px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-weight: 450;
	color: #606060;
}

.aboutCourses {
	padding-top: 60px;
	padding-bottom: 60px;
}

.aboutCourses-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.aboutCourses-wrap1 {
	max-width: 359px;
	width: 100%;
}

.aboutCourses-item {
	background-color: #F9F5FF;
	border-radius: 12px;
	padding: 45px 33px 50px 33px;
	margin-bottom: 25px;
}

.aboutCourses-item:last-child {
	margin-bottom: 0;
}

.aboutCourses-item ul li {
	font-size: 18px;
	font-weight: 450;
	letter-spacing: 0.02em;
	margin-bottom: 14px;
}

.aboutCourses-item ul li:last-child {
	margin-bottom: 0;
}

.aboutCourses-item-title {
	color: #3C03A0;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.aboutCourses-wrap2 {
	width: calc(100% - 420px);
	margin-top: -40px;
	color: #18104F;
}

.aboutCourses-wrap2 h2 {
	margin: 14px 0;
	margin-top: 40px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
}

.aboutCourses-wrap2 p {
	font-size: 16px;
	line-height: 1.6;
	font-family: "GraphikLCG", sans-serif;
	margin: 14px 0;
}

.aboutCourses-wrap2 p b {
	font-weight: 700;
}

.aboutCourses-wrap2 p i {
	font-style: italic;
}

.aboutCourses-wrap2 ul {
	padding-left: 10px;
}

.aboutCourses-wrap2 ul li {
	padding-left: 10px;
	position: relative;
	font-size: 16px;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 3px;
}

.aboutCourses-wrap2 ul li:last-child {
	margin-bottom: 0;
}

.aboutCourses-wrap2 ul li:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #0F0F0F;
	border-radius: 50%;
}

.tariffs {
	padding-top: 79px;
	padding-bottom: 84px;
}

.tariffs-title {
	font-size: 36px;
	letter-spacing: 0.02em;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 35px;
}

.tariffs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border: 1px solid #EBEBEB;
	-webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	border-radius: 12px;
}

.tariffs-col {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tariffs-col:nth-child(3) {
	margin-top: -50px;
	margin-bottom: 50px;
}

.tariffs-col:nth-child(3) .tariffs-item {
	color: #fff;
	background-color: #5243C2;
	border-radius: 12px;
	-webkit-box-shadow: 0px 42px 34px rgba(82, 67, 194, 0.295755);
	box-shadow: 0px 42px 34px rgba(82, 67, 194, 0.295755);
}

.tariffs-col:nth-child(3) .tariffs-item-price i,
.tariffs-col:nth-child(3) .tariffs-item-text,
.tariffs-col:nth-child(3) .tariffs-item-list li {
	color: #fff;
}

.tariffs-col:nth-child(3) .tariffs-item-list li:after {
	background: rgba(255, 255, 255, 0.1) url("../img/check-icon2.svg") center no-repeat;
}

.tariffs-col:nth-child(3) .tariffs-item-link {
	background-color: #fff;
	color: #5243C2;
}

.tariffs-item-bg {
	position: absolute;
	width: 137px;
	top: 0;
	right: 0;
}

.tariffs-item-mes {
	position: absolute;
	top: 20px;
	right: 16px;
	font-size: 10px;
	font-family: "GraphikLCG", sans-serif;
	background-color: #FFD203;
	border-radius: 300px;
	padding: 4px 16.5px;
	color: #000;
}

.tariffs-item {
	padding: 45px 30px 50px 37px;
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tariffs-item-price {
	margin-bottom: 12px;
}

.tariffs-item-price b {
	display: inline-block;
	font-size: 31px;
	font-weight: 500;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-right: 13px;
	vertical-align: middle;
}

.tariffs-item-price i {
	font-style: normal;
	font-size: 17px;
	font-weight: 700;
	color: #848199;
	vertical-align: middle;
}

.tariffs-item-title {
	font-size: 28px;
	font-weight: 500;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 14px;
}

.tariffs-item-text {
	max-width: 200px;
	width: 100%;
	font-size: 15px;
	font-weight: 450;
	color: #848199;
	line-height: 1.27;
	margin-bottom: 20px;
}

.tariffs-item-list {
	margin-bottom: 30px;
}

.tariffs-item-list li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #848199;
}

.tariffs-item-list li:last-child {
	margin-bottom: 0;
}

.tariffs-item-list li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(82, 67, 194, 0.1) url("../img/check-icon1.svg") center no-repeat;
}

.tariffs-item-link {
	display: block;
	max-width: 173px;
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.02em;
	background-color: #0392FF;
	border-radius: 6px;
	text-align: center;
	padding: 16px 10px;
	margin-top: auto;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.banner1 {
	padding: 78px 0;
	color: #fff;
	background: radial-gradient(73.65% 285.34% at 29.66% 6.84%, #3D02A2 0%, #7C3AED 100%), radial-gradient(50% 50% at 50% 50%, #7C3AED 0%, #3B049E 100%);
}

.banner1-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner1-text1 {
	font-size: 39px;
	line-height: 1.28;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	max-width: 555px;
	width: 100%;
}

.banner1-text2 {
	font-size: 16px;
	font-weight: 450;
	letter-spacing: 0.02em;
	max-width: 335px;
	width: 100%;
	margin: 0px 15px;
}

.banner1-link {
	color: #2a0074;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background-color: #FFD203;
	padding: 23px 49px;
	border-radius: 6px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.banner2 {
	background: url("../img/banner-bg.jpg") center/cover no-repeat;
}

.banner2--dark {
	background-image: url("../img/banner-bg1.jpg");
}

.banner2-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 104px;
	padding-bottom: 82px;
	position: relative;
}

.banner2-text-wrap {
	max-width: 360px;
	width: 100%;
	color: #fff;
}

.banner2-title {
	font-size: 50px;
	line-height: 1.3;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	font-weight: 700;
	margin-bottom: 31px;
}

.banner2-text1 {
	font-size: 25px;
	letter-spacing: 0.04em;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 20px;
}

.banner2-link-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner2-link {
	margin-right: 20px;
	max-width: 170px;
	width: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.banner2-link:last-child {
	margin-right: 0;
}

.banner2-img {
	position: absolute;
	top: 73px;
	right: 424px;
	width: 474px;
}

.banner2__courses-form {
	max-width: 455px;
	width: 100%;
}

.features {
	padding-top: 55px;
	padding-bottom: 50px;
}

.features__title {
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #091E3F;
	font-size: 36px;
	line-height: 1.2;
	font-family: "GraphikLCG", sans-serif;
	max-width: 380px;
	width: 100%;
	margin-bottom: 30px;
}

.features-img {
	margin-bottom: 107px;
}

.features-img img {
	width: 100%;
}

.features-item {
	margin-bottom: 112px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.features-item:last-child {
	margin-bottom: 0;
}

.features-item:nth-child(2n) .features-item-img-wrap {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.features-item-img-wrap {
	width: 44%;
}

.features-item-img {
	padding-top: 59%;
	border-radius: 10px;
	background-size: contain;
}

.features-item-text-wrap {
	width: 50%;
}

.features-item-text-wrap p {
	margin-bottom: 30px;
}

.features-item-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 20px;
}

.features-item-title b {
	font-weight: 700;
	color: #3092ff;
}

.features-item-text {
	font-size: 20px;
	font-weight: 500;
}

.features-item-text b {
	font-weight: 700;
	color: #7c3aed;
}

.banner3 {
	padding: 41px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFD203), to(#FFD964));
	background: linear-gradient(180deg, #FFD203 0%, #FFD964 100%);
}

.banner3-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner3-text1 {
	font-size: 39px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	line-height: 1.28;
	max-width: 440px;
	width: 100%;
}

.banner3-text2 {
	max-width: 320px;
	width: 100%;
	padding-left: 24px;
	position: relative;
	color: #000;
	font-size: 20px;
	line-height: 120%;
	font-weight: 450;
	letter-spacing: 0.02em;
}

.banner3-text2 b {
	display: block;
	color: #18104f;
	font-weight: 700;
}

.banner3-text2:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 104px;
	background: url("../img/banner3-text2-line.svg") center no-repeat;
}

.banner3-link {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	background-color: #0392FF;
	border-radius: 6px;
	padding: 23px 70px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.programs {
	padding-top: 79px;
	padding-bottom: 79px;
	background-color: #F9F5FF;
}

.programs-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	font-family: "GraphikLCG", sans-serif;
	max-width: 495px;
	width: 100%;
	margin-bottom: 30px;
}

.programs-list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -11px;
	margin-top: -22px;
	margin-bottom: 30px;
}

.programs-col1 {
	width: 33.3333%;
	padding: 0px 11px;
	margin-top: 22px;
}

.programs-item1 {
	border-radius: 12px;
	background-color: #fff;
	padding: 53px 50px 41px 50px;
	position: relative;
}

.programs-item1-title {
	font-family: "GraphikLCG", sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: 1.1;
	max-width: 190px;
	width: 100%;
	margin-bottom: 81px;
}

.programs-item1-link {
	display: inline-block;
	color: #7c3aed;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.programs-item1-img {
	position: absolute;
	bottom: 22px;
	right: 79px;
	width: 72px;
}

.programs-list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -20px;
}

.programs-list2 li {
	margin-right: 17px;
	margin-top: 20px;
}

.programs-list2 a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	border: 2px solid #EFECF3;
	border-radius: 300px;
	background-color: #fff;
	padding: 10px 10px;
	padding-left: 59px;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.programs-item2-img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
}

.allCourses__text1 {
	display: none;
}

.programs .allCourses__col1 {
	width: 25%;
}

.programs .allCourses-item1 {
	background: #fff;
	padding: 38px 40px 40px 40px;
}

.programs .allCourses-item1__img img {
	width: 45px;
}

.programs .allCourses-item1__img {
	top: 100px;
	right: 40px;
	z-index: 1;
}

.programs .allCourses-item1__title {
	max-width: 245px;
	padding-right: 55px;
	display: block;
	font-size: 18px;
}

.programs .allCourses-item1__text1 {
	display: none;
}

.programs .allCourses-item1__tag:not(:last-child) {
	display: none;
}

.programs .allCourses-item1__icon {
	display: none;
}

.programs .allCourses-item1__list {
	display: none;
}

.programs .allCourses-item1__link {
	margin-top: 20px;
}

.programs~.banner1 {
	display: none;
}

.work {
	padding-top: 99px;
	padding-bottom: 145px;
	background-color: #F9F9F9;
}

.work-title {
	max-width: 425px;
	width: 100%;
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 43px;
}

.work-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -10px;
	margin-top: -20px;
}

.work-col {
	width: 33.3333%;
	padding: 0px 10px;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.work-item {
	width: 100%;
	-webkit-box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
	background-color: #fff;
	position: relative;
	padding: 130px 40px 35px 40px;
}

.work-item-img {
	position: absolute;
	top: 35px;
	left: 40px;
	width: 72px;
}

.work-item-title {
	position: relative;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.31;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.work-item-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background-color: #5D00F5;
}

.work-item-text {
	font-size: 16px;
	font-weight: 700;
	color: #737373;
	letter-spacing: 0.2px;
}

.info1 {
	padding-top: 50px;
	padding-bottom: 69px;
}

.info1-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.info1-wrap1 {
	max-width: 358px;
	width: 100%;
}

.info1 .checklist li {
	background: url(/templates/img/info1-item.png) no-repeat 29px 20px !important;
	background-size: 25px !important;
}

.info1-sticky {
	position: sticky;
	top: 70px;
}

.info1-wrap1 {
	position: relative;
}

.info1-list {
	margin-bottom: 40px;
}

.info1-item {
	background-color: #F9F5FF;
	border-radius: 12px;
	margin-bottom: 25px;
	padding: 54px 33px 50px 33px;
}

.info1-item:last-child {
	margin-bottom: 0;
}

.info1-item ul li {
	letter-spacing: 0.02em;
	font-size: 18px;
	font-weight: 450;
	margin-bottom: 15px;
}

.info1-item ul li:last-child {
	margin-bottom: 0;
}

.info1-item ul+ul {
	margin-top: 14px;
}

.info1-item-title {
	color: #3c30a0;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: 26px;
}

.info1-banner {
	background-color: #1A0F56;
	border-radius: 12px;
	padding: 51px 35px 49px 35px;
	position: relative;
}

.info1-banner .btn3 {
	display: block;
	max-width: 220px;
	padding: 21px 10px;
	text-align: center;
	font-size: 16px;
}

.info1-banner-title {
	font-size: 24px;
	line-height: 1.29;
	letter-spacing: 0.02em;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.info1-banner-title img {
	max-width: 187px;
	vertical-align: baseline;
}

.info1-banner-text {
	font-size: 16px;
	font-weight: 450;
	color: #fff;
	line-height: 1.31;
	margin-bottom: 37px;
}

.info1-banner-img {
	position: absolute;
	right: 12px;
	bottom: 0;
	width: 83px;
	pointer-events: none;
}

.info1-wrap2 {
	width: calc(100% - 535px);
}

.info1 li:not(.info1-item li) {
	font-size: 18px;
	padding: 20px 40px 20px 80px;
	border-radius: 12px;
	border: 1px dashed #ccc;
	background: url(/templates/img/marker-list.png) no-repeat 23px 16px;
	background-size: 40px;
}

.info1 li:last-child, .info1 ul:last-child {
	margin-bottom: 0;
}

.info1-title-container {
	margin-bottom: 47px;
}

.info1-title-wrap {
	max-width: 600px;
	width: 100%;
}

.info1-title1 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 20px;
}

.info1-title1 b {
	font-weight: 700;
	color: #3092ff;
}

.info1-title-desc {
	font-family: "GraphikLCG", sans-serif;
	font-size: 20px;
	line-height: 1.6;
}

.info1-title2 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 15px;
}

.info1-list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -20px;
	margin-top: -40px;
	margin-bottom: 51px;
}

.info1-col1 {
	width: 33.3333%;
	padding: 0px 20px;
	margin-top: 37px;
}

.info1-item1 {
	padding-top: 107px;
	position: relative;
}

.info1-item1-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFD203;
	border-radius: 50%;
}

.info1-item1-text {
	font-size: 16px;
	line-height: 1.6;
	font-family: "GraphikLCG", sans-serif;
}

.info1-title3 {
	max-width: 580px;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 35px;
}

.info1-list2 li {
	font-family: "GraphikLCG", sans-serif;
	font-size: 16px;
	letter-spacing: 0.02em;
	padding-left: 66px;
	position: relative;
	margin-bottom: 25px;
}

.info1-list2 li:last-child {
	margin-bottom: 0;
}

.info1-list2 li:after {
	content: '';
	position: absolute;
	width: 45px;
	height: 24px;
	top: -1px;
	left: 0;
	background: url("../img/arrow2.svg") center no-repeat;
}

.info1-wrap3 {
	margin-bottom: 62px;
}

.info1-item3:first-child .open_toggle {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.info1-item3 .open_toggle {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	padding: 31px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	position: relative;
	cursor: pointer;
}

.info1-item3 .open_toggle i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px;
	width: 30px;
	height: 30px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.info1-item3 .open_toggle i:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	height: 3px;
	background-color: #3C03A0;
}

.info1-item3 .open_toggle i:before {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #3C03A0;
}

.info1-item3 .open_toggle.active i {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.info1-item3 .block_toggle {
	padding: 25px 0;
	font-size: 17px;
	display: none;
}

.news {
	padding-top: 39px;
	padding-bottom: 202px;
}

.news-title {
	font-size: 42px;
	letter-spacing: 0.02em;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	margin-top: 7px;
	margin-bottom: 37px;
}

.news-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -13px;
	margin-top: -26px;
}

.news-col {
	width: 33.3333%;
	padding: 0px 13px;
	margin-top: 26px;
	display: flex;
}

.news-item {
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(22.31%, rgba(249, 245, 255, 0)), color-stop(64.32%, #F9F5FF));
	background: linear-gradient(180deg, rgba(249, 245, 255, 0) 22.31%, #F9F5FF 64.32%);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.news-item-img {
	display: block;
	padding-top: 78%;
	overflow: hidden;
	width: 100%;
}

.news-item-text-wrap {
	padding: 30px 64px 45px 30px;
	width: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.news-item-date {
	font-size: 14px;
	font-weight: 500;
	color: #66626B;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 15px;
	width: 100%;
}

.news-item-title {
	display: block;
	color: inherit;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	font-weight: 600;
	width: 100%;
	margin-bottom: 10px;
}

.news-item-text {
	font-size: 16px;
	line-height: 1.6;
	color: #66626B;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 40px;
	width: 100%;
}

.news-item-link-wrap {
	text-align: right;
	width: 100%;
	margin-top: auto;
}

.news-item-link {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #7C3AED;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding-right: 38px;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.news-item-link:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 29px;
	height: 15px;
	background: url("../img/arrow1.svg") center no-repeat;
}

.news-item-banner1 {
	position: absolute;
	top: 30px;
	left: -65px;
	width: 300px;
	height: 30px;
	background-color: #FFD203;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
}

.news-item-banner1 span {
	color: #110202;
	letter-spacing: 0.02em;
	font-size: 14px;
	font-weight: 500;
	font-family: "GraphikLCG", sans-serif;
}

.news-item-banner2 {
	position: absolute;
	top: 30px;
	left: -65px;
	width: 300px;
	height: 30px;
	background-color: #D92DD5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
}

.news-item-banner2 span {
	color: #fff;
	letter-spacing: 0.02em;
	font-size: 14px;
	font-weight: 500;
	font-family: "GraphikLCG", sans-serif;
}

.news-item-banner3 {
	position: absolute;
	top: 30px;
	left: -65px;
	width: 300px;
	height: 30px;
	background-color: #5D00F5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
}

.news-item-banner3 span {
	color: #fff;
	letter-spacing: 0.02em;
	font-size: 14px;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	color: #ffd230;
	text-transform: uppercase;
}

.news-item-banner3 span i {
	font-style: normal;
	margin-right: 10px;
}

.news-item-banner3 span i:last-child {
	margin-right: 0;
}

.certificate {
	padding-top: 72px;
	padding-bottom: 116px;
}

.certificate-title1 {
	font-size: 42px;
line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 37px;
	margin-top: 9px;
}

.certificate-container1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 52px;
}

.certificate-wrap1 {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.certificate-wrap1-img {
	width: 100%;
	padding-top: 79%;
}

.certificate-wrap2 {
	width: 60%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.68%, #1C0E5B), to(#4101AC));
	background: linear-gradient(180deg, #1C0E5B 0.68%, #4101AC 100%);
	padding: 68px 60px 60px 60px;
	border-radius: 0px 12px 12px 0px;
}

.certificate-wrap2 .btn3 {
	display: block;
	max-width: 308px;
	width: 100%;
	padding: 23px 10px;
	text-align: center;
}

.certificate-title2 {
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "GraphikLCG", sans-serif;
	font-weight: 700;
	max-width: 480px;
	width: 100%;
	margin-bottom: 21px;
}

.certificate-text1 {
	max-width: 410px;
	width: 100%;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	font-weight: 500;
	color: #fff;
	margin-bottom: 34px;
}

.certificate-container2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.certificate-title3 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 20px;
}

.certificate-wrap3 {
	width: 39%;
}

.certificate-wrap3:only-of-type {
	width: 65%;
}

.certificate-text2 {
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 15px;
}

.certificate-text3 {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 14px;
}

.certificate-text4 {
	letter-spacing: 0.02em;
	font-size: 18px;
	line-height: 1.28;
	font-weight: 700;
	text-transform: uppercase;
}

.certificate-wrap4 {
	width: 54%;
}

.certificate-list li {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 27px;
	padding-left: 59px;
	position: relative;
}

.certificate-list li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url("../img/list-icon1.png") center no-repeat;
}

.certificate-list li:last-child {
	margin-bottom: 0;
}

.vacancies {
	padding-top: 38px;
	padding-bottom: 120px;
}

.vacancies-title {
	margin-top: 8px;
	margin-bottom: 23px;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
}

.vacancies-text-wrap1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 45px;
}

.vacancies-text1 {
	width: 49%;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
}

.vacancies-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #F9F5FF;
	border-radius: 12px;
	margin-bottom: 20px;
	padding: 48px 92px 48px 43px;
}

.vacancies-item:last-child {
	margin-bottom: 0;
}

.vacancies-item-text1 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
}

.vacancies-item-text2 {
	color: rgba(0, 0, 0, 0.6);
	letter-spacing: 0.02em;
	font-size: 18px;
	font-family: "GraphikLCG", sans-serif;
}

.vacancies-item-link {
	color: #7c3aed;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding-right: 38px;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.vacancies-item-link:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 29px;
	height: 15px;
	background: url("../img/arrow1.svg") center no-repeat;
}

.vacancies-item-link--left-arrow {
	padding-right: 0;
	padding-left: 38px;
}

.vacancies-item-link--left-arrow:after {
	right: auto;
	left: 0;
	transform: translateY(-50%) rotate(180deg);
}

.allCourses {
	padding-top: 40px;
	padding-bottom: 210px;
	position: relative;
}

.allCourses__title-wrap {
	margin-top: 11px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.allCourses-list {
	position: sticky;
	top: 120px;
}

.allCourses__title {
	color: #16104e;
	font-weight: 700;
	font-size: 42px;
	font-family: "GraphikLCG", sans-serif;
	letter-spacing: 0.02em;
}

.allCourses__text1 {
	color: #737373;
	font-size: 20px;
	font-family: "GraphikLCG", sans-serif;
	letter-spacing: 0.02em;
}

.allCourses__text1-bold {
	font-weight: 500;
}

.allCourses__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.allCourses__wrap1 {
	max-width: 301px;
	width: 100%;
	margin-top: 10px;
}

.allCourses__wrap2 {
	width: calc(100% - 325px);
}

.allCourses__search {
	margin-bottom: 39px;
}

.allCourses__list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -7.5px;
	margin-top: -15px;
}

.allCourses__list1-anchor {
	width: 100%;
}

.allCourses__anchor {
	width: 100%;
}

.allCourses__col1 {
	width: 50%;
	padding: 0px 7.5px;
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.allCourses__btn {
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background-color: #4101AC;
	border-radius: 300px;
	padding: 14.5px 10px;
	text-align: center;
	display: none;
}

.allCourses__btn--active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.allCourses__btn:after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 15px;
	height: 7px;
	background: url("../img/arrow3.svg") center no-repeat;
	vertical-align: middle;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.allCourses__btn5 {
	display: none;
	max-width: 245px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 22px 10px;
	margin-top: 30px;
}

.allCourses-list {
	padding-bottom: 49px;
	margin-bottom: 51px;
	border-bottom: 1px solid #ECEDF4;
}

.allCourses-list:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.allCourses-list__item {
	margin-bottom: 14.5px;
}

.allCourses-list__item:last-child {
	margin-bottom: 0;
}

.allCourses-list__link {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	border: 1px solid #ECEDF4;
	border-radius: 300px;
	padding: 13.5px 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.allCourses-list__link--active {
	background-color: #4101AC;
	border: 1px solid #ECEDF4;
	color: #fff;
}

.allCourses-search__btn {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	background: #ECEDF4 url("../img/search-icon.svg") center no-repeat;
	display: none;
}

.allCourses-search__label {
	position: relative;
	display: block;
}

.allCourses-search__label:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 27px;
	width: 21px;
	height: 22px;
	background: url("../img/search-icon.svg") center/contain no-repeat;
}

.allCourses-search__input {
	display: block;
	width: 100%;
	outline: none;
	font-family: "GraphikLCG", sans-serif;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #000;
	background-color: #ECEDF4;
	border-radius: 12px;
	border: none;
	padding: 16px 10px;
	padding-left: 67px;
}

.allCourses-search__input::-webkit-input-placeholder {
	font-family: "GraphikLCG", sans-serif;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #000;
}

.allCourses-search__input::-moz-placeholder {
	font-family: "GraphikLCG", sans-serif;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #000;
}

.allCourses-search__input::-ms-input-placeholder {
	font-family: "GraphikLCG", sans-serif;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #000;
}

.allCourses-search__input::placeholder {
	font-family: "GraphikLCG", sans-serif;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #000;
}

.allCourses-item1 {
	width: 100%;
	position: relative;
	background-color: #F9F5FF;
	border-radius: 12px;
	padding: 38px 41px 53px 35px;
}

.allCourses-item1__img {
	position: absolute;
top: 125px;
	right: 41px;
	max-width: 90px;
}

.allCourses-item1__wrap1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 38px;
}

.allCourses-item1__tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 50px);
	margin-top: -5px;
}

.allCourses-item1__tag {
	font-family: "GraphikLCG", sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 10px;
	background-color: #0A17A7;
	border-radius: 300px;
	padding: 4px 16.5px;
	margin-right: 10px;
	margin-top: 5px;
}

.allCourses-item1__tag:last-child {
	margin-right: 0;
}

.allCourses-item1__tag--yellow {
	background-color: #FFD203;
	color: #000;
}

.allCourses-item1__tag--blue {
	background-color: #0392FF;
}

.allCourses-item1__tag--pink {
	background-color: #D92DD5;
}

.allCourses-item1__text1 {
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #737373;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 11px;
}

.allCourses-item1__title {
	font-size: 20px;
	font-family: "GraphikLCG", sans-serif;
	line-height: 1.1;
	letter-spacing: 0.02em;
	font-weight: 900;
	color: #1b1919;
	margin-bottom: 29px;
	padding-right: 75px;
	display: inline-block;
	max-width: 380px;
	width: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.allCourses-item1__list {
	margin-bottom: 27px;
	padding-right: 75px;
}

.allCourses-item1__item {
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	color: #1b1919;
	font-size: 14px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
}

.allCourses-item1__item:last-child {
	margin-bottom: 0;
}

.allCourses-item1__item:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 4px;
	width: 3px;
	height: 3px;
	background-color: #1b1919;
	border-radius: 50%;
}

.allCourses-item1__link {
	display: inline-block;
	color: #7c3aed;
	letter-spacing: 0.02em;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 50px;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.allCourses-item1__link:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 29px;
	height: 15px;
	background: url("../img/arrow1.svg") center no-repeat;
}

.callback1 {
	padding-top: 114px;
	padding-bottom: 140px;
	background: url("../img/banner-bg.jpg") center/cover no-repeat;
}

.callback1__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.callback1__wrap1 {
	width: 34%;
	margin-top: 47px;
}

.callback1__title {
	font-size: 50px;
	letter-spacing: 0.02em;
	line-height: 1.3;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	color: #fff;
	margin-bottom: 40px;
}

.callback1__text {
	font-size: 25px;
	letter-spacing: 0.04em;
	color: #fff;
	font-family: "GraphikLCG", sans-serif;
}

.callback1__wrap2 {
	width: 58.3%;
}

.input {
	display: block;
	width: 100%;
	outline: none;
	color: #8d8d8d;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	border-radius: 6px;
	background-color: rgba(238, 238, 238, 0.8);
	border: none;
	padding: 14px 10px;
	padding-left: 28px;
}

.input::-webkit-input-placeholder {
	color: #8d8d8d;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 1.4;
}

.input::-moz-placeholder {
	color: #8d8d8d;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 1.4;
}

.input::-ms-input-placeholder {
	color: #8d8d8d;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 1.4;
}

.input::placeholder {
	color: #8d8d8d;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 1.4;
}

.input1 {
	display: block;
	width: 100%;
	outline: none;
	color: #fff;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	border-radius: 6px;
	background-color: rgba(241, 241, 241, 0.4);
	border: none;
	padding: 14px 10px;
	padding-left: 28px;
	margin-bottom: 10px;
}

.input1::-webkit-input-placeholder {
	color: #fff;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 1.4;
}

.input1::-moz-placeholder {
	color: #fff;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 1.4;
}

.input1::-ms-input-placeholder {
	color: #fff;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 1.4;
}

.input1::placeholder {
	color: #fff;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 1.4;
}

.textarea {
	display: block;
	width: 100%;
	height: 115px;
	outline: none;
	resize: none;
	color: #8d8d8d;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 1.4;
	border-radius: 6px;
	background-color: rgba(238, 238, 238, 0.8);
	border: none;
	padding: 14px 10px;
	padding-left: 28px;
}

.textarea:placeholder {
	color: #8d8d8d;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 1.4;
}

.textarea1 {
	display: block;
	width: 100%;
	height: 100px;
	outline: none;
	resize: none;
	color: #fff;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	border-radius: 6px;
	background-color: rgba(241, 241, 241, 0.4);
	border: none;
	padding: 14px 10px;
	padding-left: 28px;
}

.textarea1::-webkit-input-placeholder {
	color: #fff;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 1.4;
}

.textarea1::-moz-placeholder {
	color: #fff;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 1.4;
}

.textarea1::-ms-input-placeholder {
	color: #fff;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 1.4;
}

.textarea1::placeholder {
	color: #fff;
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 1.4;
}

.form {
	border-radius: 10px;
	background-color: #fff;
	padding: 52px 67px 60px 50px;
	position: relative;
}

.form__img {
	position: absolute;
	top: 37px;
	right: 67px;
}

.form__img--top {
	top: 15px;
}

.form__title {
	max-width: 355px;
	width: 100%;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.form__text {
	max-width: 355px;
	width: 100%;
	letter-spacing: 0.02em;
	font-weight: 450;
	margin-bottom: 22px;
}

.form__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form__input {
	margin-bottom: 20px;
	width: 48%;
}

.form__text1 {
	width: 48%;
	color: #606060;
	font-size: 12px;
	font-weight: 450;
}

.form__btn2 {
	width: 48%;
	font-size: 18px;
	padding: 23px 10px;
}

.form__form-wrap1 {
	width: 48%;
}

.form__textarea {
	width: 48%;
	margin-bottom: 20px;
}

.form-wrap1__input {
	width: 100%;
}

.allReviews {
	padding-top: 50px;
	padding-bottom: 50px;
}

.allReviews__title {
	color: #16104E;
	font-size: 42px;
	letter-spacing: 0.02em;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "GraphikLCG", sans-serif;
}

.allReviews__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.allReviews__wrap1 {
	max-width: 358px;
	width: 100%;
}

.allReviews__reviews-rate {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.allReviews__list {
	margin-bottom: 20px;
}

.allReviews__item {
	margin-bottom: 10px;
}

.allReviews__item:last-child {
	margin-bottom: 0;
}

.allReviews__link {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	padding: 10px 34px;
	border: 1px solid #ECEDF4;
	border-radius: 300px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.allReviews__wrap2 {
	width: calc(100% - 444px);
}

.allReviews__list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -70px;
}

.allReviews__item1 {
	width: 48%;
	margin-top: 100px;
}

.teach {
	padding-top: 50px;
	padding-bottom: 56px;
}

.teach__title {
	font-size: 42px;
	font-weight: 700;
	color: #16104e;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 14px;
	margin-top: 11px;
}

.teach__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -10px;
	margin-bottom: 64px;
}

.teach__item {
	margin-right: 20px;
	margin-top: 10px;
}

.teach__item:last-chil {
	margin-right: 0;
}

.teach__link {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	padding: 13px 34px;
	border-radius: 300px;
	border: 1px solid #ECEDF4;
}

.teach-item1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 100px;
}

.teach-item1:last-child {
	margin-bottom: 0;
}

.teach-item1:nth-child(2n) .teach-item1__img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.teach-item1__img {
	width: 48%;
}

.teach-item1__text-wrap {
	width: 49.5%;
}

.teach-item1__title {
	letter-spacing: 0.02em;
	font-size: 32px;
	font-weight: 700;
	color: #18104f;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 28px;
}

.teach-item1__text {
	font-size: 20px;
	font-weight: 450;
}

.teach-item1__text-bold {
	color: #13b4f8;
}

.benefit {
	padding-top: 95px;
	padding-bottom: 99px;
	background-color: #F9F5FF;
}

.benefit__title {
	color: #091E3F;
	font-size: 36px;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 47px;
}

.benefit__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.benefit__wrap1 {
	width: 49%;
}

.benefit__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -22px;
}

.benefit__wrap2 {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.benefit-item {
	width: 48%;
	padding: 137px 20px 34px 20px;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 22px;
	text-align: center;
}

.benefit-item__img {
	position: absolute;
	top: 33px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90px;
	height: 90px;
	background-color: #FFDAD4;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.benefit-item__img--blue {
	background-color: #0292FE;
}

.benefit-item__img--yellow {
	background-color: #FFD203;
}

.benefit-item__img--lilac {
	background-color: #8A68C6;
}

.benefit-item__text {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 450;
}

.benefit-form {
	background-color: #1A0F56;
	border-radius: 12px;
	padding: 60px;
	width: 100%;
}

.benefit-form__title {
	font-size: 24px;
	letter-spacing: 0.02em;
	color: #fff;
	line-height: 1.29;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 360px;
	width: 100%;
	margin-bottom: 15px;
}

.benefit-form__subtitle {
	font-size: 15px;
	font-weight: 450;
	color: #fff;
	margin-bottom: 25px;
}

.benefit-form__btn3 {
	display: block;
	padding: 23px 10px;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
}

.info2 {
	padding-top: 0;
	padding-bottom: 91px;
}

.info2__container1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-bottom: 78px;
}

.info2__wrap1 {
	max-width: 360px;
	width: 100%;
	margin-top: 80px;
}

.info2__title {
	color: #091E3F;
	letter-spacing: 0.02em;
	font-size: 36px;
	line-height: 1;
	font-family: "GraphikLCG", sans-serif;
	font-weight: 700;
	margin-bottom: 34px;
}

.info2__text {
	color: rgba(22, 22, 22, 0.6);
}

.info2__wrap2 {
	position: relative;
	width: calc(100% - 453px);
	height: 381px;
}

.info2__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 1145px;
}

.info2__text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.info2__text1 {
	width: 48%;
	font-weight: 450;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

.schedule {
	padding-top: 38px;
	padding-bottom: 158px;
}

.schedule__title {
	margin-top: 9px;
	margin-bottom: 33px;
	color: #16104e;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
}

.schedule__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.schedule__wrap1 {
	max-width: 300px;
	width: 100%;
}

.schedule__item {
	margin-bottom: 14px;
}

.schedule__item:last-child {
	margin-bottom: 0;
}

.schedule__link {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	border: 1px solid #ECEDF4;
	border-radius: 300px;
	padding: 13.5px 34.2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.schedule__link--active {
	background-color: #4101AC;
	border: 1px solid #ECEDF4;
	color: #fff;
}

.schedule__wrap2 {
	width: calc(100% - 333px);
	margin-top: 12px;
}

.schedule__btn2 {
	display: block;
	padding: 16.5px 10px;
	text-align: center;
	margin-top: 34px;
}

.schedule-item1 {
	padding: 31px 41px 52px 33px;
	position: relative;
	background-color: #F9F5FF;
	border-radius: 12px;
	margin-bottom: 20px;
}

.schedule-item1:last-child {
	margin-bottom: 0;
}

.schedule-item1__img {
	position: absolute;
	width: 240px;
	top: 0;
	right: 0;
	pointer-events: none;
}

.schedule-item1__list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 47px;
}

.schedule-item1__item1 {
	font-size: 10px;
	font-weight: 600;
	font-family: "GraphikLCG", sans-serif;
	color: #fff;
	background-color: #0392FF;
	border-radius: 300px;
	margin-right: 12px;
	padding: 4px 16.5px;
}

.schedule-item1__item1:last-child {
	margin-right: 0;
}

.schedule-item1__item1--lilac {
	background-color: #D92DD5;
}

.schedule-item1__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -20px;
}

.schedule-item1__wrap1 {
	max-width: 445px;
	width: 100%;
	margin-top: 20px;
}

.schedule-item1__title {
	color: #1b1919;
	letter-spacing: 0.02em;
	font-weight: 900;
	font-size: 20px;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 27px;
}

.schedule-item1__item2 {
	font-size: 14px;
	font-family: "GraphikLCG", sans-serif;
	letter-spacing: 0.02em;
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
}

.schedule-item1__item2:last-child {
	margin-bottom: 0;
}

.schedule-item1__item2:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 4px;
	width: 3px;
	height: 3px;
	background-color: #0F0F0F;
	border-radius: 50%;
}

.schedule-item1__wrap2 {
	max-width: 210px;
	width: 100%;
	margin-top: 20px;
}

.schedule-item1-info {
	max-width: 220px;
	width: 100%;
	margin-left: auto;
	padding-left: 37px;
	position: relative;
}

.schedule-item1-info:after {
	content: '';
	position: absolute;
	top: 0;
	left: 3px;
	width: 20px;
	height: 22px;
	background: url("../img/schedule-icon.svg") center no-repeat;
}

.schedule-item1-info__text1 {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.02em;
	margin-bottom: 6px;
}

.schedule-item1-info__text2 {
	font-size: 13px;
	color: rgba(0, 0, 0, 0.47);
	font-weight: 450;
	text-transform: uppercase;
}

.section {
	padding-top: 40px;
	padding-bottom: 80px;
}

.contacts__title, .h1 {
	font-size: 42px;
	font-weight: 700;
	color: #16104e;
	font-family: "GraphikLCG", sans-serif;
	letter-spacing: 0.02em;
	margin-top: 9px;
	margin-bottom: 33px;
}

.contacts__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contacts__wrap1 {
	width: 49.7%;
}

.contacts__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -20px;
	margin-bottom: 30px;
}

.contacts__link-wrap {
	text-align: right;
}

.contacts__link {
	display: inline-block;
	padding-right: 48px;
	position: relative;
	color: #7C3AED;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.contacts__link:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 29px;
	height: 15px;
	background: url("../img/arrow1.svg") center no-repeat;
}

.contacts__wrap2 {
	width: 39.6%;
}

.contacts-item {
	width: 48%;
	border-radius: 12px;
	background-color: #F9F5FF;
	margin-top: 20px;
	padding: 40px 35px 52px 35px;
}

.contacts-item__title {
	letter-spacing: 0.02em;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 900;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 30px;
}

.contacts-item__tel {
	display: inline-block;
	color: #190F53;
	font-size: 22px;
	letter-spacing: 0.02em;
	font-weight: 700;
	margin-bottom: 3px;
}

.contacts-item__text {
	color: #1B1919;
	letter-spacing: 0.02em;
	font-size: 14px;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 18px;
}

.contacts-item__email {
	color: #190F53;
	letter-spacing: 0.02em;
	font-size: 14px;
	font-weight: 500;
	font-family: "GraphikLCG", sans-serif;
}

.contacts-form {
	background-color: #1A0F56;
	border-radius: 12px;
	padding: 71px 110px 99px 75px;
}

.contacts-form__title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.contacts-form__input1 {
	margin-bottom: 15px;
}

.contacts-form__btn3 {
	display: block;
	width: 100%;
	padding: 23px 10px;
	margin-top: 20px;
}

.addresses {
	padding-top: 38px;
	padding-bottom: 101px;
}

.addresses__title {
	margin-top: 9px;
	margin-bottom: 34px;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	color: #16104E;
}

.addresses__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -10px;
	margin-bottom: 44px;
}

.addresses__item {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin-right: 20px;
	border: 1px solid #ECEDF4;
	padding: 13px 34px;
	border-radius: 300px;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.addresses__item:last-child {
	margin-right: 0;
}

.addresses__item--active {
	color: #7C3AED;
	border: 1px solid #7C3AED;
}

.addresses__map {
	height: 380px;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 50px;
}

.addresses__list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -21px;
}

.addresses-item1 {
	width: 49.2%;
	margin-top: 21px;
	background-color: #F9F5FF;
	border-radius: 12px;
	padding: 39px 41px 58px 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.addresses-item1__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 25px;
}

.addresses-item1__text1 {
	font-size: 18px;
	font-weight: 900;
	color: #1B1919;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	padding-left: 36px;
	position: relative;
}

.addresses-item1__text1:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 20px;
	background: url("../img/map-icon.svg") center no-repeat;
}

.addresses-item1__text2 {
	font-size: 10px;
	font-weight: 600;
	color: #fff;
	font-family: "GraphikLCG", sans-serif;
	background-color: #D92DD5;
	padding: 4px 16px;
	border-radius: 300px;
}

.addresses-item1__text3 {
	color: #1B1919;
	font-size: 14px;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 24px;
	width: 100%;
}

.addresses-item1__text4 {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	min-height: 54px;
	margin-bottom: 12px;
	color: inherit;
}

.addresses-item1__tel {
	color: #190F53;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 18px;
}

.addresses-item1__list {
	margin-bottom: 21px;
}

.addresses-item1__item {
	letter-spacing: 0.02em;
	font-size: 14px;
	line-height: 1.1;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 5px;
}

.addresses-item1__item:last-child {
	margin-bottom: 0;
}

.addresses-item1__link {
	margin-top: auto;
	color: #3C03A0;
	font-size: 14px;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	text-decoration: underline;
}

.addresses-item2 {
	background-color: #F9F5FF;
	border-radius: 12px;
	padding: 41px 41px 41px 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.addresses-item2__wrap1 {
	width: 48%;
}

.addresses-item2__wrap2 {
	width: 48%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.addresses-item2__btn2 {
	margin-top: auto;
}

.addresses-item2__text {
	letter-spacing: 0.02em;
	font-size: 14px;
	color: #1B1919;
	margin-bottom: 20px;
}

.info3 {
	padding-top: 112px;
	padding-bottom: 115px;
	background: url("../img/info3-bg.jpg") center/cover no-repeat;
	color: #fff;
	font-family: "GraphikLCG", sans-serif;
}

.info3__container1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.info3__wrap1 {
	width: 48%;
	margin-top: 65px;
}

.info3__title {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 17px;
}

.info3__text {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.02em;
	font-family: "FuturaPT", sans-serif;
	font-weight: 450;
	max-width: 395px;
	width: 100%;
	margin-bottom: 17px;
}

.info3__text:last-child {
	margin-bottom: 0;
}

.info3__wrap3 {
	margin-bottom: 116px;
}

.info3__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -105px;
}

.info3__wrap2 {
	width: 49%;
}

.info3-item {
	width: 48%;
	margin-top: 105px;
}

.info3-item__value {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}

.info3-item__value:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background-color: #A974FE;
}

.info3-item__text {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 450;
	font-family: "FuturaPT", sans-serif;
	max-width: 200px;
	width: 100%;
}

.allCourses-item1__text1 {
	opacity: 0;
}

.awards {
	padding-top: 101px;
	padding-bottom: 100px;
}

.awards__title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 37px;
}

.awards__title {
	max-width: 395px;
	width: 100%;
	letter-spacing: 0.02em;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
}

.awards__subtitle {
	max-width: 395px;
	width: 100%;
	font-size: 18px;
	line-height: 1.28;
	font-weight: 450;
	color: #4D4162;
}

.awards__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -10px;
	margin-top: -40px;
}

.awards__col {
	width: 25%;
	padding: 0px 10px;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* .awards__col:nth-child(5) {
width: 50%;
}

.awards__col:nth-child(6) {
width: 50%;
} */



.awards-item {
	-webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	border-radius: 8px;
	padding: 207px 26px 30px 26px;
	position: relative;
}

.awards__col:nth-child(3) .awards-item__img {
	width: 220px;
}

.awards__col:nth-child(6) .awards-item__img {
	width: 191px;
}

.awards-item__img {
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	width: 153px;
	text-align: center;
}

.awards-item__text {
	letter-spacing: 0.02em;
	font-weight: 450;
}

.awards-item__text-bold {
	font-weight: 700;
}

.info4 {
	background-color: #F9F5FF;
	padding-top: 76px;
	padding-bottom: 108px;
}

.info4__title {
	font-size: 36px;
	font-weight: 700;
	color: #091E3F;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 40px;
}

.info4__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -10px;
	margin-top: -20px;
}

.info4__col {
	width: 33.3333%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 10px;
	margin-top: 20px;
}

.info4-item {
	width: 100%;
	background-color: #fff;
	border-radius: 12px;
	padding: 55px 40px 40px 40px;
	position: relative;
}

.info4-item__img {
	position: absolute;
	bottom: 41px;
	right: 43px;
	pointer-events: none;
}

.info4-item__text1 {
	font-size: 14px;
	color: #737373;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 11px;
}

.info4-item__text2 {
	font-size: 20px;
	line-height: 1.1;
	letter-spacing: 0.02em;
	color: #1B1919;
	font-weight: 900;
	max-width: 95px;
	width: 100%;
	margin-bottom: 31px;
	font-family: "GraphikLCG", sans-serif;
}

.info4-item__link {
	font-size: 18px;
	font-weight: 700;
	color: #7C3AED;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.flags {
	margin-top: 60px;
	max-width: 640px;
}

.flags img {
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 35px;
}

.aboutUs {
	padding-top: 26px;
	padding-bottom: 72px;
	color: #fff;
}

.aboutUs__slider1 {
	margin-bottom: 76px;
	margin-top: 30px;
}

.aboutUs__date-wrap {
	text-align: center;
	padding-top: 35px;
	position: relative;
	cursor: pointer;
}

.aboutUs__date-icon {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 21px;
	height: 21px;
	background-color: #3C03A0;
	border-radius: 50%;
	border: 1px solid #fff;
}

.aboutUs__date-icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 38px;
	height: 38px;
	background-color: #3C03A0;
	border: 8px solid #FFD964;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.aboutUs__date {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition: color 0.3s;
}

.aboutUs__slider2 {
	position: relative;
	padding-bottom: 78px;
}

.aboutUs__slider2 .swiper-container {
	padding-top: 20px;
}

.aboutUs__slider2:after {
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	height: 1px;
	background: url("../img/line2.svg") center no-repeat;
}

.aboutUs .swiper-slide-thumb-active .aboutUs__date-icon:after {
	opacity: 1;
}

.aboutUs .swiper-slide-thumb-active .aboutUs__date {
	color: #FFD964;
}

.no-touch .aboutUs .swiper-slide:hover .aboutUs__date {
	color: #FFD964;
}

.aboutUs-item {
	text-align: center;
}

.aboutUs-item__text1 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 30px;
}

.aboutUs-item__logo {
	max-width: 499px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 34px;
}

.aboutUs-item__logo img {
	width: 100%;
}

.aboutUs-item__text2 {
	font-size: 52px;
	font-weight: 700;
	color: #FFD203;
	letter-spacing: 0.02em;
	margin-bottom: 35px;
	padding-bottom: 22px;
	position: relative;
}

.aboutUs-item__text2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 371px;
	height: 1px;
	background: url("../img/line1.svg") center no-repeat;
}

.aboutUs-item__text3 {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.02em;
	font-weight: 450;
	font-size: 24px;
	line-height: 1.3;
}

.slider-nav {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 125px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-button-prev-style1,
.swiper-button-next-style1 {
	position: static;
	margin-top: 0;
	outline: none;
	border: 2.7px solid #D3D3D3;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	background: url("../img/arrow4.svg") center no-repeat;
}

.swiper-button-prev-style1,
.swiper-container-rtl .swiper-button-next-style1 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.popup {
	max-width: 746px;
	width: 95%;
	padding: 0;
}

.label-checkbox {
	padding-left: 30px;
	position: relative;
	display: block;
	cursor: pointer;
	width: 100%;
}

.label-checkbox--w50 {
	width: 48%;
}

.label-checkbox--margin {
	margin: 5px 0;
}

.label-checkbox__icon {
	position: absolute;
	top: 2px;
	left: 0;
	width: 17px;
	height: 17px;
	background-color: #fff;
	border-radius: 3px;
}

.label-checkbox__icon:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("../img/check-icon1.svg") center/12px no-repeat;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.label-checkbox__icon--dark {
	background-color: #000;
}

.label-checkbox__icon--dark:after {
	-webkit-filter: invert(1) grayscale(1);
	filter: invert(1) grayscale(1);
}

.label-checkbox__text {
	color: #fff;
	display: block;
	font-size: 14px;
}

.label-checkbox__text--dark {
	color: #000;
}

.label-checkbox__link {
	color: #fff;
	text-decoration: underline;
}

.label-checkbox__link--dark {
	color: #000;
}

.input-checkbox[type="checkbox"] {
	display: none;
}

.input-checkbox[type="checkbox"]:checked~.input-checkbox[type="checkbox"]:checked~.btn-disabled {
	cursor: pointer;
	color: #fff;
}

.input-checkbox[type="checkbox"]:checked~.input-checkbox[type="checkbox"]:checked~.btn-disabled:after {
	opacity: 0;
}

.input-checkbox[type="checkbox"]:checked~.input-checkbox[type="checkbox"]:checked~.btn-disabled:hover {
	opacity: 0.7;
}

.input-checkbox1[type="checkbox"]:checked~.label-checkbox1 .label-checkbox__icon:after {
	opacity: 1;
}

.input-checkbox2[type="checkbox"]:checked~.label-checkbox2 .label-checkbox__icon:after {
	opacity: 1;
}

.btn-disabled {
	cursor: default;
	position: relative;
	z-index: 1;
	color: #000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-disabled:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ccc;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.breadcrumbs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumbs-list li {
	color: rgba(241, 241, 241, 0.4);
	font-weight: 450;
	letter-spacing: 0.02em;
	margin-right: 5px;
}

.breadcrumbs-list li:last-child {
	margin-right: 0;
}

.breadcrumbs-list a {
	display: inline-block;
	color: rgba(241, 241, 241, 0.4);
}

.breadcrumbs-list a:after {
	content: '/';
	display: inline-block;
	margin-left: 5px;
}

.breadcrumbs-list-dark li {
	color: #a29fb8;
}

.breadcrumbs-list-dark a {
	color: #a29fb8;
}

.star-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.star-list li {
	margin-right: 5px;
	line-height: 0;
}

.star-list li:last-child {
	margin-right: 0;
}

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
}

.social li {
	margin-right: 20px;
}

.social li:last-child {
	margin-right: 0;
}

.social a {
	display: block;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.no-touch .main-header-logo:hover,
.no-touch .social a:hover,
.no-touch .btn1:hover,
.no-touch .btn2:hover,
.no-touch .btn3:hover,
.no-touch .main-header-btn:hover,
.no-touch .banner-video:hover,
.no-touch .services-item-link1:hover,
.no-touch .services-item-link2:hover,
.no-touch .reviews-link:hover,
.no-touch .main-footer-dev-link:hover,
.no-touch .btn4:hover,
.no-touch .tariffs-item-link:hover,
.no-touch .banner1-link:hover,
.no-touch .banner2-link:hover,
.no-touch .banner3-link:hover,
.no-touch .programs-item1-link:hover,
.no-touch .programs-list2 a:hover,
.no-touch .news-item-link:hover,
.no-touch .vacancies-item-link:hover,
.no-touch .allCourses-item1__title:hover,
.no-touch .allCourses-item1__link:hover,
.no-touch .btn5:hover,
.no-touch .contacts__link:hover,
.no-touch .info4-item__link:hover {
	opacity: 0.7;
}

.no-touch .main-header-menu a:hover {
	color: #ffeb3b;
}

.no-touch .main-header-menu li a.active {
	color: #ffeb3b;
}

.no-touch .main-header--fixed .main-header-menu>li>a.active,
.no-touch .main-header--fixed .main-header-menu>li>a:hover {
	color: #5D00F5;
}

.no-touch .main-footer-menu a:hover,
.no-touch .main-footer-link2:hover,
.no-touch .popupMenu-menu a:hover,
.no-touch .breadcrumbs-list a:hover {
	text-decoration: underline;
}

.no-touch .main-footer-link1:hover,
.no-touch .addresses-item1__link:hover,
.no-touch .label-checkbox__link:hover {
	text-decoration: none;
}

.no-touch .popupMenu-tab-list a:hover {
	background-color: #FFD203;
	border: 2px solid #FFD964;
}

.no-touch .allCourses-list__link:hover,
.no-touch .allReviews__link:hover,
.no-touch .schedule__link:hover {
	background-color: #4101AC;
	border: 1px solid #ECEDF4;
	color: #fff;
}

.no-touch .addresses__item:hover {
	color: #7C3AED;
	border: 1px solid #7C3AED;
}

.no-touch .services-item:hover {
	box-shadow: 0 0 52px 0 rgb(27 13 92 / 20%);
}

.no-touch .subtitle-wrap:hover .subtitle {
	visibility: visible;
	opacity: 1;
}

.no-touch .btn-disabled:hover {
	opacity: 1;
}


.callback1 .input[name="user_f_1"], .callback1 .input[name="user_f_2"], .popup .form__input[name="user_f_1"] {
	width: 100%;
}

.form__textarea {
	width: 100%;
}

.callback1 .btn2,
.popup .form__btn2 {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 15px;
}

.popup {
	max-width: 675px;
}

.form__choise {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	background: #ffffff;
	border-radius: 6px;
	/* border: 1px solid #f1f1f1; */
	flex-wrap: wrap;
}

.form__choise-label input {
	display: none;
}

.form__choise-label span {
	padding: 6px 15px;
	background: #ffffff;
	border-radius: 6px;
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
	text-align: center;
	transition: all ease 0.3s;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border: 3px solid #f1f1f1;
	color: #2b2b2b;
}


.form__choise-label {
	display: inline-block;
	width: 48%;
}

.form__choise-label input:checked+span {
	background: #fff;
	color: #0392ff;
	border: 3px solid #0392ff;
}

.form__choise-label span:hover {
	background: #f1f1f1;
}

.faq {
	padding: 100px 0;
	background-color: #F9F5FF;
}

.faq__title {
	font-family: "GraphikLCG", sans-serif;
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	font-weight: 700;
	max-width: 490px;
	width: 100%;
	margin-bottom: 35px;
}

.faq-item {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 15px;
}

.faq-item:first-child .faq-item__text {
	display: block;
}

.faq-item:last-child {
	margin-bottom: 0;
}

.faq-item__title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 20px 40px;
	padding-right: 80px;
	cursor: pointer;
	position: relative;
}

.faq-item__wr {
	max-width: 960px;
	font-size: 18px;
	color: #424242;
	margin-bottom: 15px;
}

.faq-item__title--active .faq-item__title-icon {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.faq-item__title--active .faq-item__title-icon:after {
	opacity: 0;
}

.faq-item__title-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	right: 40px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.faq-item__title-icon:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 3px;
	background-color: #3C03A0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.faq-item__title-icon:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 3px;
	background-color: #3C03A0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.faq-item__text {
	padding: 0 40px;
	padding-bottom: 20px;
	display: none;
}

.faq__btn3 {
	display: block;
	max-width: 300px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 23px 10px;
	margin-top: 25px;
}

.faq--page {
	background-color: transparent;
	padding: 0;
}

.faq--page .faq-item {
	background-color: #F9F5FF;
}

.faq--page .faq__title {
	display: none;
}

@media (min-width: 1301px) {

	.to-top {
		width: 60px;
		height: 60px;
		box-shadow: 0 0 52px 0 rgb(27 13 92 / 20%);
		position: fixed;
		right: 20px;
		bottom: 80px;
		background: #fff url(/templates/img/arrow1.svg) center no-repeat;
		transform: rotate(-90deg);
		cursor: pointer;
		filter: saturate(0);
		z-index: 200;
		border-radius: 3px;
		transition: transform 0.3s;
	}

	.no-touch .to-top:hover {
		transform: rotate(-90deg) scale(1.05);
	}

	main {
		position: relative;
		min-height: 1100px;
		z-index: 10;
	}

	.main-header * {
		transition: all ease 0.3s;
	}

	.site-wrap--pd {
		padding-top: 191px;
	}

	.main-header--fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 1px 32px 0 rgba(0, 0, 0, 0.2);
		z-index: 1005;
	}

	.main-header--fixed .main-header-wrap1 {
		display: none;
	}

	.main-header--fixed .main-header-menu>li>a {
		color: #000;
	}

	.main-header--fixed .main-header-btn1 {
		color: #000;
		border-color: #000;
	}
}


@media only screen and (max-width: 1250px) {

	#specialButton {
		display: none;
	}

	.services-wrap {
		display: block;
		margin-top: 40px;
	}

	.services-logo {
		display: block;
		max-width: 207px;
		width: 100%;
	}

	.services-logo-img {
		margin-bottom: 15px;
	}

	.services-logo-text {
		color: #606060;
		font-weight: 450;
		font-size: 15px;
		line-height: 1.3;
	}

	.banner-img-wrap {
		right: -83px;
		width: 415px;
	}

	.banner-img-bg4 {
		top: 12px;
		right: 233px;
	}

	.banner-img-bg2 {
		top: 54px;
		left: 263px;
	}

	.banner-img-bg1 {
		display: none;
	}

	.banner-text-wrap {
		margin-top: 0;
		max-width: 495px;
	}

	.banner .box {
		padding-top: 15px;
		padding-bottom: 190px;
	}

	.banner-title {
		font-size: 34px;
	}

	.banner-text {
		font-size: 17px;
	}

	.btn3 {
		font-size: 14px;
	}

	.services-col:nth-child(1),
	.services-col:nth-child(2),
	.services-col:nth-child(3n),
	.services-col {
		width: 50%;
	}

	.banner-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: none;
		width: auto;
		margin: 0px -10px;
		text-align: left;
	}

	.banner-item {
		margin: 0;
		width: 33.3333%;
		padding: 0px 10px;
		margin-top: 20px;
	}

	.banner-item-val {
		color: #3c30a0;
	}

	.banner-item-desc {
		color: #545454;
		max-width: 200px;
		width: 100%;
	}
}

@media only screen and (max-width: 1250px) {
	.main-header-btn-wrap {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 15px;
	}

	.main-header-nav {
		max-width: none;
	}

	.main-header-menu {
		max-width: none;
		width: calc(100% - 270px);
	}

	.banner1-text1 {
		font-size: 29px;
		max-width: 410px;
	}

	.banner2-img {
		width: 350px;
	}
}

@media only screen and (max-width: 1200px) {
	.callback-list-wrap {
		max-width: none;
		width: calc(100% - 420px);
	}

	.programs-item1-img {
		right: 10px;
	}

	.allCourses__btn {
		display: block;
	}

	.allCourses__wrap1 {
		max-width: none;
		position: relative;
		margin-top: 0;
		margin-bottom: 50px;
	}

	.allCourses__wrap2 {
		width: 100%;
	}

	.allCourses-list {
		display: none;
		text-align: center;
		position: absolute;
		z-index: 50;
		left: 0;
		right: 0;
		top: calc(100% + 20px);
		padding: 20px 20px 80px 20px;
		background-color: #FBF8FF;
		border: 1px solid #F2F1F1;
		-webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
		box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
		border-radius: 12px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.allCourses-list--active {
		visibility: visible;
		opacity: 1;
	}

	.allCourses-list:nth-child(2) {
		display: block;
	}

	.allCourses-list__item--active {
		display: none;
	}

	.allCourses__btn5 {
		display: block;
	}

	.allCourses__search {
		display: none;
	}

	.allCourses__btn {
		display: none;
	}

	.allCourses-list {
		position: static;
		visibility: visible;
		opacity: 1;
		background: none;
		display: flex !important;
		padding: 0;
	}

	.allCourses-list__item--active {
		display: block;
	}

	.allCourses__wrap1 {
		overflow-x: auto;
	}

	.allCourses-list__link {
		display: flex;
		white-space: nowrap;
		font-size: 14px;
		margin-right: 10px;
	}

	.allCourses__col1:nth-child(7),
	.allCourses__col1:nth-child(8),
	.allCourses__col1:nth-child(9),
	.allCourses__col1:nth-child(10) {
		display: none;
	}

	.callback1__wrap2 {
		width: 100%;
	}

	.callback1__wrap1 {
		max-width: 450px;
		width: 100%;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.allReviews__wrap2 {
		width: 100%;
		margin-top: 100px;
	}

	.allReviews__title {
		text-align: center;
	}

	.allReviews__wrap1 {
		margin-left: auto;
		margin-right: auto;
	}

	.contacts__wrap1,
	.contacts__wrap2 {
		width: 48%;
	}

	.programs .allCourses__col1 {
		width: 33.333%;
	}
}

@media only screen and (max-width: 1150px) {
	.popupMenu-tabs {
		max-width: 500px;
		width: 100%;
		margin-bottom: 30px;
	}

	.banner1-wrap {
		max-width: 1000px;
		width: 100%;
	}

	.banner1-link {
		margin-top: 30px;
	}

	.banner2-img {
		width: 290px;
	}

	.banner3-text1,
	.banner3-text2 {
		max-width: none;
		width: 48%;
	}

	.banner3-link {
		width: 48%;
		padding: 23px 10px;
		text-align: center;
		margin-top: 30px;
	}

	.banner3-text1 {
		font-size: 29px;
	}

	.benefit__wrap1,
	.benefit__wrap2 {
		width: 48%;
	}

	.benefit-form {
		padding: 30px 15px;
	}

	.programs .allCourses__col1 {
		width: 50%;
	}
}

@media only screen and (max-width: 1100px) {

	.callback-container1 {
		display: none;
	}

	.info {
		padding-bottom: 50px;
	}

	.info-item {
		padding: 40px 15px;
		padding-top: 138px;
	}

	.info-col {
		width: 50%;
	}

	.vacancies-item {
		padding: 30px 20px;
	}

	.contacts__wrap1,
	.contacts__wrap2 {
		width: 100%;
	}

	.contacts__wrap1 {
		margin-bottom: 30px;
	}

	.awards__col {
		width: 50%;
	}

	/* .awards__col:nth-child(5),
.awards__col:nth-child(6) {
width: 100%;
} */
}

@media only screen and (max-width: 900px) {
	.banner2__courses-form {
		max-width: none;
	}

	.courses-img1 {
		width: 100%;
		position: static !important;
		margin-left: 70px;
		margin-top: 0;
	}

	.services-item-title1,
	.services-item-title2 {
		font-size: 24px;
	}

	.services-item-link1 {
		font-size: 14px;
	}

	.services-item-title3 {
		font-size: 22px;
	}

	.services-item-link2 {
		font-size: 14px;
	}

	.services-item-img2,
	.services-item-img1,
	.services-item-img3,
	.services-item-img6 {
		width: 90px;
	}

	.callback-col {
		width: 50%;
	}

	.callback-bg1 {
		bottom: auto;
		top: 10px;
		left: 400px;
	}

	.callback-bg2 {
		bottom: auto;
		top: 10px;
		left: -20px;
	}

	.callback-bg5 {
		left: -30px;
		bottom: 285px;
	}

	.callback-bg6 {
		bottom: 205px;
		left: -15px;
	}

	.callback-bg4 {
		bottom: 85px;
		left: 30px;
	}

	.callback-wrap2 {
		padding-left: 50px;
	}

	.main-footer-wrap3 {
		display: block;
		width: 100%;
		margin-top: 25px;
	}

	.main-footer-menu2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.main-footer-menu2 li {
		width: 33.333%;
		padding-right: 10px;
	}

	.main-footer-contact {
		width: 33.3333%;
		padding-right: 10px;
	}

	.main-footer-nav {
		width: 66.66666%;
	}

	.main-footer-menu3 {
		display: none;
	}

	.main-footer-menu1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-footer-menu1 li {
		width: 50%;
		padding-right: 10px;
	}


	.courses-wrap1 {
		max-width: none;
		width: 100%;
	}

	.courses-wrap2 {
		max-width: none;
		margin-top: 30px;
	}

	.courses-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.courses-form input {
		width: 48%;
	}

	.courses-form .btn3 {
		width: 48%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.courses-form-text2 {
		margin: 0;
		width: 48%;
		max-width: none;
	}

	.courses-bg1 {
		left: auto;
		right: -75px;
		top: -383px;
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	.courses-title {
		margin-top: 0;
	}

	.tariffs-col {
		width: 50%;
		margin-top: 25px;
	}

	.tariffs-list {
		margin-top: -25px;
	}

	.tariffs-col:nth-child(3) {
		margin: 0;
		margin-top: 25px;
	}

	.tariffs {
		padding: 50px 0;
	}

	.tariffs-item {
		padding: 30px 20px;
	}

	.banner2-img {
		width: 400px;
		right: 0;
		top: 10px;
	}

	.banner2-text-wrap {
		margin-bottom: 30px;
	}

	.banner2-title {
		font-size: 38px;
	}

	.banner2-wrap {
		padding: 50px 0;
	}

	.courses-form-title,
	.courses-form-text1 {
		width: 100%;
	}

	.work-col {
		width: 50%;
	}

	.info1-wrap1 {
		display: none;
	}

	.info1-wrap2 {
		width: 100%;
	}

	.info1-title-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.info1-title-wrap {
		max-width: none;
		width: 48%;
	}

	.info1-item-top {
		width: 48%;
	}

	.info1-item ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.info1-item ul li {
		margin-bottom: 0;
		margin-right: 25px;
	}

	.info1-item ul li:last-child {
		margin-right: 0;
	}

	.info1-item {
		padding: 40px 20px;
	}

	.info1-list1 {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: auto;
		padding-bottom: 20px;
	}

	.info1-col1 {
		width: 240px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.info1-wrap3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.info1-wrap4 {
		width: 48%;
	}

	.info1-wrap5 {
		width: 48%;
	}

	.news-col {
		width: 50%;
	}

	.news .breadcrumbs-list,
	.certificate .breadcrumbs-list,
	.vacancies .breadcrumbs-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.news-item-text-wrap {
		padding: 20px 15px;
	}

	.news {
		padding-top: 40px;
		padding-bottom: 70px;
	}

	.allCourses .breadcrumbs-list,
	.teach .breadcrumbs-list,
	.schedule .breadcrumbs-list,
	.contacts .breadcrumbs-list,
	.addresses .breadcrumbs-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.info2__wrap2 {
		width: 100%;
		height: auto;
	}

	.info2__img {
		position: static;
		width: auto;
	}

	.info2__wrap1 {
		margin-top: 0;
		max-width: none;
		margin-bottom: 30px;
	}

	.info2 {
		padding: 50px 0;
	}

	.info2__container1 {
		margin-bottom: 30px;
	}

	.addresses-item1 {
		padding: 30px 15px;
	}

	.info4__col {
		width: 50%;
	}

	.info4__col:nth-child(3) {
		display: none;
	}

	.main-header-logo-img {
		margin-top: -15px;
	}
}

@media only screen and (max-width: 1000px) {
	.info-title-wrap {
		max-width: 600px;
		width: 100%;
	}

	.info-title-text1 {
		margin-bottom: 15px;
	}

	.callback-bg11 {
		display: none;
	}

	.callback-bg12 {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: url("../img/callback-bg12.svg") center/cover no-repeat;
	}

	.callback-container1 {
		padding: 30px 0;
	}

	.callback-text2 {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		max-width: 325px;
		width: 100%;
		padding-left: 157px;
		position: relative;
	}

	.callback-text2 b {
		margin-right: 0;
		position: absolute;
		z-index: 1;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		color: #D92DD5;
		font-size: 40px;
	}

	.callback-text2 b i {
		position: absolute;
		z-index: -1;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		width: 164px;
		height: 57px;
		background-color: #fff;
		border-radius: 6px;
	}

	.callback-text2 b i:after {
		content: '';
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(50%);
		transform: translateY(-50%) translateX(50%);
		right: 0;
		background-color: #f5cb28;
		width: 19px;
		height: 19px;
		border-radius: 50%;
	}

	.callback-text2 b i:before {
		content: '';
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		left: 0;
		background-color: #f5cb28;
		width: 19px;
		height: 19px;
		border-radius: 50%;
	}

	.callback-wrap1 {
		margin-left: 0;
		max-width: 523px;
		margin-left: 30px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.callback-text1 {
		margin-left: -40px;
		margin-top: 75px;
	}

	.reviews,
	.faq {
		padding: 50px 0;
	}

	.faq--page {
		padding: 0;
	}

	.reviews-wrap1 {
		width: 100%;
		margin-bottom: 25px;
	}

	.reviews-wrap2 {
		margin-top: 0;
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.reviews-wrap3 {
		max-width: 335px;
		width: 100%;
	}

	.reviews-link {
		margin-bottom: 0;
	}

	.reviews-rate {
		max-width: 255px;
		width: 100%;
	}

	.reviews-title,
	.faq__title {
		font-size: 26px;
		margin-bottom: 35px;
	}

	.feedback-item {
		padding: 30px 15px;
		padding-bottom: 50px;
	}

	.feedback-item-btn-wrap {
		padding: 0;
	}

	.feedback-item-img {
		left: auto;
		right: 5px;
		width: 87px;
		pointer-events: none;
	}

	.feedback-title {
		font-size: 30px;
	}

	.feedback-subtitle {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.aboutCourses-wrap1 {
		max-width: none;
		margin-bottom: 30px;
	}

	.aboutCourses-wrap2 {
		width: 100%;
	}

	.benefit__wrap1,
	.benefit__wrap2 {
		width: 100%;
	}

	.benefit__wrap1 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 950px) {

	.programs,
	.work {
		padding: 50px 0;
	}

	.programs-col1 {
		width: 50%;
	}

	.work-title {
		font-size: 30px;
	}

	.addresses-item1__text1 {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (min-width: 901px) and (max-width: 1250px) {
	.main-header-btn-wrap {
		position: absolute;
		display: flex;
		flex-direction: column;
		width: 198px;
		top: 14px;
		right: 11px;
	}

	.courses-bg1 {
		display: none;
	}

	.main-header-btn-wrap a {
		width: 100%;
		margin: 5px 0;
		text-align: center;
	}

	.main-header-container-flex {
		padding-right: 230px;
	}

	.main-header-contact-wrap {
		width: 167px;
		margin-left: auto;
	}

	.banner-img img {
		margin-left: -260px !important;
	}

	.banner-text-wrap {
		margin-top: 40px;
	}


	ul.social.main-header-social {
		display: none;
	}

	.banner-img-bg3 {
		left: -170px;
	}

	.banner-img-bg2 {
		left: -246px !important;
	}
}

@media only screen and (max-width: 900px) {
	.main-header-wrap3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-header-container {
		position: fixed;
		z-index: 1001;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background: -webkit-gradient(linear, left bottom, left top, from(#181052), to(#181052));
		background: linear-gradient(0deg, #181052, #181052);
		padding: 30px 15px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.main-header-container.active {
		visibility: visible;
		opacity: 1;
	}

	.body-overflow {
		overflow: hidden;
		height: 100%;
	}

	.main-header-btn {
		display: none;
	}

	.main-header-toggle {
		width: 30px;
		height: 24px;
		position: relative;
		z-index: 1003;
	}

	.main-header-toggle span {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		height: 3px;
		background-color: #fff;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.main-header-toggle span:after {
		content: '';
		position: absolute;
		top: -10px;
		left: 0;
		right: 0;
		height: 3px;
		background-color: #fff;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.main-header-toggle span:before {
		content: '';
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		height: 3px;
		background-color: #fff;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.main-header-toggle.active span {
		background-color: transparent;
	}

	.main-header-toggle.active span:after {
		top: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.main-header-toggle.active span:before {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.main-header-menu {
		width: 48%;
		display: block;
	}

	.main-header-menu li:last-child a {
		border: none;
	}

	.main-header-menu a {
		display: block;
		font-size: 22px;
		font-weight: 450;
		padding: 13px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.main-header-menu a i {
		display: inline-block;
		font-style: normal;
		background-color: #FFD203;
		border-radius: 300px;
		font-size: 10px;
		font-weight: 600;
		color: #010101;
		font-family: "GraphikLCG", sans-serif;
		padding: 3px 16px;
	}

	.main-header-wrap4 {
		display: block;
		width: 48%;
	}

	.main-header-search {
		position: relative;
		margin-bottom: 20px;
	}

	.main-header-search input {
		display: block;
		width: 100%;
		outline: none;
		color: #000;
		font-size: 14px;
		line-height: 1.4;
		font-weight: 400;
		font-family: "GraphikLCG", sans-serif;
		letter-spacing: 0.02em;
		border: none;
		padding: 20px 30px;
		padding-right: 75px;
		border-radius: 300px;
		background-color: #ECEDF4;
	}

	.main-header-search input::-webkit-input-placeholder {
		color: #858585;
		font-size: 14px;
		line-height: 1.4;
		font-weight: 400;
		font-family: "GraphikLCG", sans-serif;
		letter-spacing: 0.02em;
	}

	.main-header-search input::-moz-placeholder {
		color: #858585;
		font-size: 14px;
		line-height: 1.4;
		font-weight: 400;
		font-family: "GraphikLCG", sans-serif;
		letter-spacing: 0.02em;
	}

	.main-header-search input::-ms-input-placeholder {
		color: #858585;
		font-size: 14px;
		line-height: 1.4;
		font-weight: 400;
		font-family: "GraphikLCG", sans-serif;
		letter-spacing: 0.02em;
	}

	.main-header-search input::placeholder {
		color: #858585;
		font-size: 14px;
		line-height: 1.4;
		font-weight: 400;
		font-family: "GraphikLCG", sans-serif;
		letter-spacing: 0.02em;
	}

	.main-header-search button {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 68px;
		background: url("../img/search-icon.svg") center no-repeat;
	}

	.main-header-directions-title {
		font-size: 21px;
		font-weight: 700;
		letter-spacing: 0.01em;
		color: #fff;
		margin-bottom: 15px;
	}

	.main-header-directions-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: -15px;
	}

	.main-header-directions-list li {
		margin-right: 15px;
		margin-top: 15px;
	}

	.main-header-directions-list li:last-child {
		margin-right: 0;
	}

	.main-header-directions-list a {
		display: inline-block;
		font-size: 13px;
		font-weight: 600;
		color: #fff;
		text-transform: uppercase;
		border: 1px solid #ECEDF4;
		border-radius: 300px;
		padding: 13.5px 23px;
	}

	.main-header-menu li.main-header-menu-hidden {
		display: block;
	}

	.main-header-nav {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.main-header-wrap1,
	.main-header-wrap2 {
		padding: 0;
	}

	.main-header-wrap1 {
		margin-bottom: 40px;
	}

	.main-header-social {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		opacity: 0;
	}

	.main-header-contact-wrap {
		max-width: none;
		width: 48%;
	}

	.main-header-tel-desc {
		text-align: left;
	}

	.main-header-btn1,
	.main-header-btn2 {
		margin-right: 0;
		width: 48%;
		padding: 15.5px 10px;
		text-align: center;
	}

	.main-header-btn-wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-header {
		padding: 40px 0;
	}

	.main-header-btn1 {
		background: #fff;
		color: #181052;
		font-weight: 700;
	}

	.callback-col {
		width: 100%;
		margin-top: 40px;
	}

	.callback-list {
		margin-top: -20px;
	}

	.callback-form {
		max-width: 350px;
		padding: 30px 20px;
	}

	.callback-list-wrap {
		width: calc(100% - 370px);
		margin-top: 0;
	}

	.popupMenu {
		display: none;
	}

	.callback-title {
		margin-bottom: 25px;
	}

	.features-item-title {
		font-size: 26px;
	}

	.features-img,
	.features-item {
		margin-bottom: 30px;
	}

	.certificate {
		padding: 50px 0;
	}

	.certificate-title1 {
		font-size: 30px;
	}

	.certificate-title3,
	.certificate-title2 {
		font-size: 26px;
	}

	.certificate-wrap1 {
		width: 100%;
	}

	.certificate-wrap2 {
		width: 100%;
	}

	.certificate-wrap2 {
		padding: 50px 15px;
		border-radius: 0;
	}

	.certificate-wrap3 {
		width: 100%;
		margin-bottom: 25px;
	}

	.certificate-wrap4 {
		width: 100%;
	}

	.certificate-list li {
		margin-bottom: 18px;
	}

	.vacancies-title {
		font-size: 32px;
	}

	.vacancies {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.vacancies-text1 {
		width: 100%;
		margin-bottom: 25px;
	}

	.vacancies-text1:last-child {
		margin-bottom: 0;
	}

	.vacancies-text-wrap1 {
		margin-bottom: 30px;
	}

	.vacancies-item-text1 {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.allCourses__title {
		font-size: 32px;
	}

	.allCourses {
		padding: 50px 0;
	}

	.allCourses-item1__img {
		width: 50px;
		right: 15px;
	}

	.allCourses-item1 {
		padding: 30px 15px;
	}

	.callback1 {
		padding: 50px 0;
	}

	.callback1__title {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.callback1__text {
		font-size: 18px;
	}

	.form {
		padding: 30px 15px;
	}

	.form__img {
		right: 15px;
	}

	.allReviews__title,
	.teach__title {
		font-size: 30px;
	}

	.teach-item1__title {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.teach-item1 {
		margin-bottom: 40px;
	}

	.benefit {
		padding: 50px 0;
	}

	.benefit__title {
		font-size: 28px;
		margin-bottom: 25px;
	}

	.benefit-item__text {
		font-size: 17px;
	}

	.info2__title,
	.schedule__title,
	.contacts__title,
	.addresses__title, .h1 {
		font-size: 28px;
	}

	.schedule__wrap1 {
		max-width: none;
		margin-bottom: 30px;
	}

	.schedule__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.schedule__item {
		width: 32%;
		margin-bottom: 0;
	}

	.schedule__link {
		display: block;
		padding: 13.5px 10px;
		text-align: center;
	}

	.schedule__wrap2 {
		width: 100%;
	}

	.schedule__list1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: -25px;
	}

	.schedule-item1 {
		width: 48%;
		margin-bottom: 0;
		margin-top: 25px;
	}

	.schedule {
		padding: 50px 0;
	}

	.schedule-item1__img {
		display: none;
	}

	.addresses,
	.info3,
	.awards,
	.info4 {
		padding: 50px 0;
	}

	.info3__wrap1 {
		max-width: 450px;
		width: 100%;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.info3__wrap2 {
		width: 100%;
	}

	.info3-item {
		width: 32%;
		margin-top: 30px;
	}

	.info3__list {
		margin-top: -30px;
	}

	.info3__wrap3 {
		margin-bottom: 0;
	}

	.info3__list--1 {
		display: none;
	}

	.awards__title,
	.info4__title,
	.features__title {
		font-size: 30px;
	}

	.awards__title {
		max-width: none;
		margin-bottom: 30px;
	}

	a.subtitle__link {
		padding: 5px 5px;
		padding-left: 15px;
	}

	.subtitle {
		position: static;
		-webkit-transform: none;
		transform: none;
		width: auto;
	}
}

@media only screen and (max-width: 850px) {

	.banner1-text1 {
		max-width: none;
		margin-bottom: 25px;
	}

	.banner1-text2 {
		margin: 0;
		max-width: none;
	}

	.teach-item1__img {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.teach-item1__text-wrap {
		width: 100%;
	}

	.teach-item1:nth-child(2n) .teach-item1__img {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}

@media only screen and (max-width: 800px) {

	.services-col:nth-child(1),
	.services-col:nth-child(2),
	.services-col:nth-child(3n),
	.services-col {
		width: 100%;
	}

	.services-col:nth-child(2) {
		order: -1;
	}

	.services-item-img2 {
		right: 10px;
	}

	.services-item {
		padding: 30px 120px 30px 20px;
	}

	.reviews-img {
		overflow: auto;
		padding-bottom: 20px;
	}

	.reviews-img img {
		width: 800px;
		max-width: none;
	}

	.allReviews__item1 {
		width: 100%;
	}

	.schedule-item1 {
		width: 100%;
	}

	.contacts-form {
		padding: 30px 15px;
	}

	.addresses-item2 {
		padding: 30px 15px;
	}

	.addresses-item2__wrap1 {
		width: 100%;
		margin-bottom: 20px;
	}

	.addresses-item2__wrap2 {
		width: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media only screen and (max-width: 750px) {
	.banner .box {
		padding-bottom: 350px;
	}

	.banner-img-wrap {
		max-width: 405px;
		width: 100%;
		right: 0;
		bottom: 0;
	}

	.banner-img-bg4 {
		top: 28px;
		right: -16px;
	}

	.banner-img-bg1 {
		display: block;
		top: -114px;
		left: -92px;
	}

	.banner-img-bg2 {
		top: -2px;
		left: -9px;
	}

	.banner-img-bg3 {
		top: -98px;
		left: 209px;
	}

	.banner-video {
		-webkit-transform: none;
		transform: none;
		left: 13px;
	}

	.addresses-item1 {
		width: 100%;
	}

	.addresses-item1__text4 {
		min-height: initial;
	}
}

@media only screen and (max-width: 700px) {
	.banner-container {
		background-image: url("../img/banner-bg-mob.webp");
	}

	.faq-item__title {
		padding: 15px;
		padding-right: 60px;
	}

	.faq-item__text {
		padding: 0px 15px;
		padding-bottom: 15px;
	}

	.faq-item__title-icon:after {
		height: 2px;
	}

	.faq-item__title-icon:before {
		width: 2px;
	}

	.faq-item__title-icon {
		right: 20px;
		width: 25px;
		height: 25px;
	}

	.main-header-contact {
		width: 100%;
		margin-bottom: 15px;
	}

	.main-header-contact-wrap {
		width: calc(100% - 50px);
	}

	.main-header-wrap4,
	.main-header-menu {
		width: 100%;
	}

	.banner-item {
		width: 50%;
	}

	.callback-list-wrap {
		width: 100%;
	}

	.callback-form {
		max-width: none;
		margin-top: 30px;
	}

	.callback-wrap2 {
		padding-left: 0;
	}

	.callback-bg2 {
		left: auto;
		right: -20px;
		top: 30px;
	}

	.callback-bg3 {
		bottom: auto;
		left: auto;
		right: 20px;
		top: 278px;
	}

	.callback-bg1 {
		display: none;
	}

	.callback-bg4 {
		display: none;
	}

	.callback-bg5 {
		bottom: auto;
		left: auto;
		top: 140px;
		right: 100px;
	}

	.callback-bg6 {
		bottom: auto;
		left: auto;
		right: -30px;
		top: 180px;
	}

	.callback-container2 .box {
		padding-top: 60px;
	}

	.feedback-col {
		width: 100%;
	}

	.feedback-item-text2 {
		margin-bottom: 20px;
	}

	.feedback-title {
		font-size: 24px;
	}

	.feedback-subtitle {
		font-size: 15px;
	}

	.main-footer-nav {
		width: 100%;
	}

	.main-footer-menu li {
		width: 100%;
		padding: 0;
		margin-bottom: 7px;
	}

	.main-footer-contact {
		width: auto;
		padding: 0;
		margin-bottom: 20px;
	}

	.main-footer-wrap3 {
		margin-top: 50px;
	}

	.banner2-img {
		width: 100%;
		text-align: center;
		position: static;
		max-width: 280px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.banner2-link-wrap {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
	}

	.callback-wrap3 {
		max-width: 415px;
		width: 100%;
	}

	.work-col {
		width: 100%;
	}

	.info1-title-wrap {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
	}

	.info1-item-top {
		width: 100%;
		margin-bottom: 20px;
	}

	.info1-item:last-child {
		margin-bottom: 20px;
	}

	.info1-list1 {
		overflow: initial;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.info1-col1 {
		width: 100%;
	}

	.info1-item1-img {
		width: 60px;
		height: 60px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.info1-item1-img img {
		max-width: 28px;
	}

	.info1-item1 {
		padding-top: 0;
		padding-left: 80px;
	}

	.info1-wrap4 {
		width: 100%;
	}

	.info1-wrap5 {
		margin-top: 30px;
		width: 100%;
	}

	.news-col {
		width: 100%;
	}

	.info2__text1 {
		width: 100%;
		margin-bottom: 20px;
	}

	.info2__text1:last-child {
		margin-bottom: 0;
	}

	.teach__item {
		margin-right: 0;
		width: 100%;
	}

	.teach__link {
		display: block;
		text-align: center;
		padding: 13px 10px;
	}

	.schedule__item {
		width: 220px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.schedule__list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: auto;
		padding-bottom: 15px;
	}

	.aboutUs-item__text3 {
		font-size: 16px;
	}

	.aboutUs-item__text1 {
		font-size: 32px;
	}

	.aboutUs-item__logo {
		display: none;
	}

	.aboutUs__slider1 {
		margin-bottom: 30px;
	}

	.info4__col {
		width: 100%;
	}

	.info4__col:nth-child(3) {
		display: block;
	}

	.info4-item {
		padding: 30px 15px;
	}
}

@media only screen and (max-width: 650px) {
	.reviews-wrap3 {
		max-width: none;
	}

	.reviews-text1 {
		max-width: 355px;
		width: 100%;
	}

	.reviews-rate {
		margin-left: auto;
	}

	.courses-title {
		font-size: 28px;
		max-width: 405px;
		margin-top: 20px;
		padding: 0;
	}

	.courses-text1 {
		font-size: 16px;
		max-width: 320px;
		margin-bottom: 30px;
	}

	.courses-col {
		width: 100%;
	}

	.courses-item-text {
		max-width: 175px;
		width: 100%;
	}

	.courses-form {
		padding: 40px 15px;
	}

	.courses-form-title b:after {
		left: -15px;
	}

	.courses-title i {
		display: none;
	}

	.breadcrumbs-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.breadcrumbs-list li {
		font-size: 14px;
	}

	.courses {
		padding-top: 10px;
	}

	.tariffs-col {
		width: 100%;
	}

	.tariffs-list {
		max-width: 350px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.tariffs-title {
		text-align: center;
	}

	.reviews-rate1 {
		margin-left: 0;
	}

	.features-img {
		overflow: auto;
		padding-bottom: 20px;
	}

	.features-img img {
		width: 700px;
		max-width: none;
	}

	.features-item-img-wrap {
		width: 100%;
		margin-bottom: 30px;
	}

	.features-item:nth-child(2n) .features-item-img-wrap {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.features-item-text-wrap {
		width: 100%;
	}

	.features-item-title {
		font-size: 22px;
	}

	.features-item-text {
		font-size: 16px;
	}

	.banner3-text1,
	.banner3-text2,
	.banner3-link {
		width: 100%;
	}

	.banner3-text2 {
		margin-top: 20px;
	}

	.allCourses__search {
		display: block;
		margin-bottom: 15px;
	}

	.allCourses__col1 {
		width: 100%;
	}

	.allCourses-list {
		text-align: left;
	}

	.allCourses-search__input {
		font-size: 14px;
	}

	.allCourses-search__input::-webkit-input-placeholder {
		font-size: 14px;
	}

	.allCourses-search__input::-moz-placeholder {
		font-size: 14px;
	}

	.allCourses-search__input::-ms-input-placeholder {
		font-size: 14px;
	}

	.allCourses-search__input::placeholder {
		font-size: 14px;
	}

	.allCourses__wrap1 {
		margin-bottom: 20px;
	}

	.allCourses__wrap3.active {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		background-color: #fff;
		padding: 15px 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.allCourses__wrap3.active .allCourses__wrap1 {
		margin-bottom: 0;
	}

	.allCourses__wrap3.active .allCourses__btn {
		font-size: 12px;
	}

	.allCourses__wrap3.active .allCourses__wrap1 {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		max-width: 200px;
	}

	.allCourses__wrap3.active .allCourses-search__btn {
		display: block;
	}

	.allCourses__wrap3.active .allCourses-search__label {
		position: absolute;
		z-index: 10;
		right: calc(100% + 15px);
		top: 0;
		width: 300px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.allCourses__wrap3.active .allCourses-search__label.active {
		visibility: visible;
		opacity: 1;
	}

	.allCourses__wrap3.active .allCourses__search {
		position: relative;
		margin-bottom: 0;
	}

	.allCourses__wrap3.active .allCourses-search__label:after {
		left: 10px;
	}

	.allCourses__wrap3.active .allCourses-search__input {
		padding: 14px 10px;
		padding-left: 40px;
	}

	.allCourses__wrap3.active .allCourses-list {
		width: 300px;
	}

	.allReviews__reviews-rate {
		margin-left: 0;
	}

	.contacts-item {
		padding: 30px 15px;
		width: 100%;
	}

	.info3-item {
		width: 100%;
	}

	.callback-container1--aboutUs {
		display: block;
	}

	.awards__col {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.info-title-text2 {
		width: 100%;
		margin-top: 20px;
	}

	.callback-item-title {
		font-size: 24px;
	}

	.banner2-link {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.banner2-link-wrap {
		flex-direction: column;
	}

	.banner2-img {
		margin-top: 20px;
	}

	.label-checkbox--margin {
		margin-bottom: 0;
	}

	.courses-list {
		margin-top: 0;
	}

	.courses-col {
		width: 50%;
	}

	.features-item {
		flex-direction: column-reverse;
		margin-bottom: 40px;
	}

	.features-item-img-wrap {
		margin-top: 30px;
		margin-bottom: 0;
	}

	.info1 {
		padding-top: 50px !important;
		padding-bottom: 40px;
	}

	.banner-container {
		overflow: hidden;
	}

	.programs .allCourses__col1 {
		width: 100%;
	}

	.reviews-container {
		margin-bottom: 20px;
	}

	.reviews-wrap3 {
		margin-bottom: 40px;
	}

	.services-logo {
		max-width: none;
		text-align: center;
	}

	.banner-item {
		text-align: center;
	}

	.banner-item-desc {
		/* max-width: 100%; */
		margin: 0 auto 10px;
	}

	.services-logo-text {
		margin-bottom: 20px;
	}

	.services {
		padding-bottom: 50px;
	}

	.form__title {
		line-height: 1.2;
	}

	.form__text {
		padding-right: 0;
	}

	.fancybox-slide--html {
		background: #fff;
	}

	.fancybox-slide--html .fancybox-close-small {
		display: none;
	}

	.main-header-logo-text,
	.main-header-logo:after {
		display: none;
	}

	.main-header-logo {
		max-width: 208px;
	}

	.callback-bg12 {
		display: none;
	}

	.callback-bg13 {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: url("../img/callback-bg13.svg") center/cover no-repeat;
	}

	.callback-text2 {
		max-width: none;
		padding-left: 0;
		padding-top: 75px;
		text-align: center;
	}

	.callback-text1 {
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}

	.callback-wrap1 {
		margin-left: 0;
	}

	.callback-text2 b {
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.callback-container1 {
		padding: 80px 0;
	}

	.info-col {
		width: 100%;
	}

	.programs-col1 {
		width: 100%;
	}

	.form__img {
		width: 85px;
	}

	.form__title,
	.form__text {
		max-width: none;
		padding-right: 95px;
	}

	.form__input,
	.form__text1 {
		width: 100%;
		margin-bottom: 15px;
	}

	.form__btn2 {
		width: 100%;
		margin-top: 15px;
	}

	.label-checkbox--w50 {
		width: 100%;
	}

	.form__form-wrap1,
	.form__textarea {
		width: 100%;
	}

	#popup7 .form__title, #popup7 .form__text {
		max-width: 100%;
	}
}

@media only screen and (max-width: 550px) {
	.main-footer-copy-wrap {
		max-width: 200px;
		width: 100%;
	}

	.main-footer-link1 {
		margin-bottom: 0;
	}

	.main-footer-link2 {
		text-decoration: underline;
	}

	.courses-form input {
		width: 100%;
	}

	.courses-form-text2 {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.courses-form .btn3 {
		width: 100%;
	}

	.work-item {
		padding: 100px 15px 35px 15px;
	}

	.work-item-img {
		top: 10px;
		left: 15px;
	}

	.vacancies-item-text2 {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.vacancies-item-link {
		margin-left: auto;
		margin-right: auto;
	}

	.benefit-item {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.allCourses-item1__title {
		padding-right: 55px;
	}

	.allCourses-item1__list {
		padding-right: 0;
	}

	.programs .allCourses-item1 {
		padding-left: 25px;
	}

	.banner-title {
		font-size: 24px;
	}

	.main-header-btn3 {
		display: block;
		width: 100%;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.08em;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		margin-top: 20px;
		background-color: #5D00F5;
		border-radius: 6px;
		padding: 10px 10px;
	}

	.reviews-link {
		padding-right: 35px;
	}

	.banner2-title {
		font-size: 30px;
	}

	.banner2-text1 {
		font-size: 17px;
	}
}

@media only screen and (max-width: 450px) {
	.main-header-btn-wrap {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	.main-header-btn1,
	.main-header-btn2 {
		width: 100%;
	}

	.main-header-btn1 {
		margin-bottom: 20px;
	}

	.banner-item {
		width: 100%;
	}

	.main-footer-dev-wrap {
		width: 100%;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 400px) {
	.reviews-item {
		padding: 41px 10px 30px 10px;
	}

	.allCourses__wrap3.active .allCourses-search__label {
		width: 200px;
	}

	.form__choise-label {
		width: 100%;
	}
}

@media only screen and (min-width: 600px) {
	.allCourses__wrap4 {
		min-height: initial !important;
	}
}

a[href$=".doc"],
a[href$=".docx"],
a[href$=".pdf"],
a[href$=".jpg"] {
	position: relative;
	padding-left: 30px;
	display: flex;
	margin: 13px 0;
}

a[href$=".doc"]::before,
a[href$=".docx"]::before,
a[href$=".pdf"]::before,
a[href$=".jpg"]::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

a[href$=".doc"]::before,
a[href$=".docx"]::before {
	background: url('/templates/img/icon-docx.png') no-repeat;
}

a[href$=".pdf"]::before {
	background: url('/templates/img/icon-pdf.png') no-repeat;
}

a[href$=".jpg"]::before {
	background: url('/templates/img/icon-jpg.png') no-repeat;
}

.reviews-slider {
	position: relative;
	width: 100%;
}

.education .reviews-slider .swiper-button-next,
.education .reviews-slider .swiper-button-prev {
	top: 50%;
	transform: translateY(-50%);
}

.education .reviews-slider .swiper-button-prev {
	transform: translateY(-50%) rotate(180deg);
}

.reviews-slider .swiper-button-next,
.reviews-slider .swiper-button-prev {
	background-color: #FFFFFF;
	background-image: url('/templates/img/review_arrow.svg');
	background-size: 14px 23px;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
	width: 72px;
	height: 72px;
	border-radius: 50%;
	top: 280px;
}

.reviews-slider .swiper-button-next {
	right: -50px;
}

.reviews-slider .swiper-button-prev {
	left: -50px;
	transform: rotate(180deg);
}

@media (max-width: 1390px) {
	.reviews-slider {
		padding: 0 50px;
	}

	.reviews-slider .swiper-button-next {
		right: 0;
	}

	.reviews-slider .swiper-button-prev {
		left: 0;
	}
}

.reviews-item.allReviews__item1 {
	display: flex;
	flex-direction: column;
}

.reviews-item-text-wrap {
	height: 280px;
	overflow: auto;
	margin-top: auto;
	padding-right: 20px;
}

.reviews-item-text-wrap::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.reviews-item-text-wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #3c03a0;
}

.reviews-item-text-wrap::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #eee;
}

.reviews-item-text-wrap::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(left, #8391A6, #536175);
}

html body .grecaptcha-badge {
	display: none !important;
}

/*Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ SEO Ð±Ð»Ð¾ÐºÐ°*/

.seo {
	font-family: "FuturaPT", sans-serif;
	letter-spacing: 0.02em;
	padding: 40px 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
}

.seo__wrap {
	max-width: 1100px;
	width: 100%;
}

.seo h2,
.seo h3,
.seo h4,
.seo h5 {
	font-size: 29px;
	line-height: 1.2;
	font-weight: 700;
	margin: 30px 0 20px;
	font-family: "Graphik LCG", sans-serif;
}

.seo a {
	color: #7c3aed;
	text-decoration: underline;
}

.seo a:hover {
	text-decoration: none;
}

.seo p {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
	margin: 15px 0;
	font-family: "FuturaPT", sans-serif;
}

.seo b {
	font-weight: 700;
	color: #7C3AED;
}

.seo i {
	font-style: italic;
	color: #7C3AED;
}

.seo span {
	font-weight: 700;
}

.seo ol {
	padding-left: 20px;
	margin: 30px 0;
}

.seo ol li {
	list-style: decimal;
	font-size: 20px;
	line-height: 1.8;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: "FuturaPT", sans-serif;
}

.seo ol li:last-child {
	margin-bottom: 0;
}

.seo ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 30px 0;
}

.seo ul li {
	width: 48%;
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.6;
	padding-left: 20px;
	position: relative;
	font-family: "FuturaPT", sans-serif;
}

.seo ul li:after {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #5D00F5;
}

.seo ul span {
	display: block;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
}

.seo ul b {
	color: #000;
}

.seo ul i {
	color: #000;
}

@media only screen and (max-width: 900px) {
	.seo {
		padding: 30px 0;
	}

	.seo h2,
	.seo h3,
	.seo h4,
	.seo h5 {
		font-size: 22px;
		margin: 20px 0 10px;
	}

	.seo p {
		margin: 10px 0;
		line-height: 1.4;
	}

	.seo ol li {
		line-height: 1.4;
	}

	.seo ul span {
		font-size: 16px;
	}

	.seo ul span:after {
		top: 9px;
	}

	.seo ul li {
		line-height: 1.4;
	}
}

@media only screen and (max-width: 750px) {
	.seo ul li {
		width: 100%;
	}
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÑÐ»Ð°Ð¹Ð´ÐµÑ€Ð° */

.stockSlider .banner-video {
	left: 60px;
	bottom: 14px;
}

.stockSlider {
	margin-top: -200px;
}

.stockSlider__wrap {
	position: relative;
}

.stockSlider__wrap .swiper-slide {
	overflow: hidden;
	height: auto;
	padding-top: 200px;
}

.stockSlider__wrap .swiper-slide .box {
	height: 100%;
}

.stockSlider-item {
	height: 100%;
}

.stockSlider-item-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: url("../img/banner-bg.jpg") center / cover no-repeat;
}

.stockSlider-item__container {
	padding: 50px 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	height: 100%;
}

.stockSlider-item__wrap2 {
	max-width: 205px;
	width: 100%;
}

.stockSlider-item__wrap1 {
	max-width: 625px;
	width: 100%;
	letter-spacing: 0.02em;
	-ms-flex-item-align: center;
	align-self: center;
}

.stockSlider-item__text1 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.stockSlider-item__text2 {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.1;
	font-family: "Graphik LCG", sans-serif;
	margin-bottom: 20px;
}

.stockSlider-item__text2 b {
	font-weight: 700;
	color: #FFD203;
	display: block;
}

.stockSlider-item__text3 {
	color: #EDEDED;
	font-size: 20px;
	max-width: 445px;
	width: 100%;
	margin-bottom: 35px;
}

.stockSlider-item__img {
	position: absolute;
	bottom: 0;
	right: 220px;
	max-width: 618px;
	max-height: 560px;
}

.stockSlider-list1 {
	text-align: right;
	margin-bottom: 30px;
}

.stockSlider-item1 {
	margin-bottom: 79px;
	font-size: 18px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.6);
}

.stockSlider-item1:last-child {
	margin-bottom: 0;
}

.stockSlider-item1 b {
	display: block;
	letter-spacing: 0.02em;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	color: #fff;
	margin-bottom: 5px;
}

.swiper-pagination-style1 {
	top: 50%;
	transform: translateY(-50%) translateX(660px);
	left: 50%;
	display: block;
}

.swiper-pagination-style1 .swiper-pagination-bullet {
	opacity: 1;
	display: block;
	width: 12px;
	height: 12px;
	outline: none;
	background-color: #fff;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	margin-bottom: 11px;
}

.swiper-pagination-style1 .swiper-pagination-bullet:last-child {
	margin-bottom: 0;
}

.swiper-pagination-style1 .swiper-pagination-bullet:only-child {
	display: none;
}

.swiper-pagination-style1 .swiper-pagination-bullet-active {
	background-color: #FFD203;
}

@media only screen and (max-width: 1450px) {
	.swiper-pagination-style1 {
		left: auto;
		right: 5px;
		transform: translateY(-50%);
	}

	.stockSlider-item__container {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media only screen and (max-width: 1250px) {
	.stockSlider-item__wrap1 {
		max-width: 430px;
	}

	.stockSlider-item__img {
		max-width: 420px;
	}
}

@media only screen and (max-width: 1100px) {
	.stockSlider-item__img {
		position: relative;
		right: auto;
		bottom: auto;
		max-width: none;
		width: 52%;
		margin-right: -4%;
	}

	.stockSlider-item__container {
		padding-bottom: 0;
	}

	.stockSlider-item__wrap2 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		max-width: none;
		position: relative;
		z-index: 1;
	}

	.stockSlider-item__wrap2:after {
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: -50px;
		right: -50px;
		background-color: #0a1535;
	}

	.stockSlider-list1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: center;
	}

	.stockSlider-item1 {
		width: 33.3333%;
		margin-bottom: 0;
		padding: 30px 10px;
	}

	.stockSlider-item__container {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.stockSlider-item__wrap1 {
		max-width: none;
		width: 48%;
	}

	.stockSlider-item__wrap1 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 900px) {
	.stockSlider-item__text2 {
		font-size: 30px;
	}

	.stockSlider-item__text1,
	.stockSlider-item__text3 {
		font-size: 16px;
	}

	.stockSlider-item1__val {
		font-size: 28px;
	}
}

@media only screen and (max-width: 700px) {
	.stockSlider-item__wrap1 {
		max-width: none;
		margin-bottom: 30px;
		text-align: center;
		width: 100%;
	}

	.stockSlider-item__wrap2 {
		max-width: none;
	}

	.stockSlider-list1 {
		text-align: center;
	}

	.stockSlider-item1 {
		width: 100%;
	}

	.stockSlider-item__text3 {
		margin-left: auto;
		margin-right: auto;
	}

	.stockSlider__wrap .swiper-pagination-style1 {
		display: none;
	}

	.stockSlider-item__container {
		padding-left: 0;
		padding-right: 0;
	}

	.stockSlider-item__img {
		margin-left: auto;
		width: 90%;
	}
}

.vacancy-wrap {
	padding: 30px;
	color: #1B1919;
	background-color: #F9F5FF;
}

.vacancy-wrap h2 {
	font-family: "GraphikLCG", sans-serif;
	letter-spacing: 0.02em;
	color: #161053;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 15px 0;
}

.vacancy-wrap p {
	font-size: 18px;
	margin-bottom: 5px;
}

.vacancy-wrap p:last-child {
	margin-bottom: 0;
}

.vacancy-wrap ul {
	margin: 20px 0;
}

.vacancy-wrap ul li {
	font-size: 18px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
}

.vacancy-wrap ul li:last-child {
	margin-bottom: 0;
}

.vacancy-wrap ul li:after {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 4px;
	height: 2px;
	background-color: #1B1919;
}

.vacancy-btn3 {
	margin-bottom: 20px;
	display: block;
	max-width: 300px;
	width: 100%;
	padding: 23px 10px;
	text-align: center;
}

@media only screen and (max-width: 500px) {
	.vacancy-wrap {
		padding: 30px 10px;
	}

	.stockSlider {
		margin-top: -225px;
	}
}

.faq-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #F9F5FF;
	border-radius: 10px;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.02em;
	position: relative;
	padding: 20px 40px;
	transition: opacity 0.3s;
}

.faq-link:hover {
	opacity: 0.7;
}

.faq-link__text3 {
	color: #7c3aed;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding-right: 38px;
	position: relative;
}

.faq-link__text3:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 29px;
	height: 15px;
	background: url(../img/arrow1.svg) center no-repeat;
}

.faq-link-wrap {
	margin-bottom: 15px;
}

.faq-link-wrap:last-child {
	margin-bottom: 0;
}

.faq-link__text-wrap {
	width: calc(100% - 165px);
}

.faq-link__text2 {
	font-weight: 400;
	margin-top: 10px;
	font-size: 17px;
	opacity: 0.6;
}

@media only screen and (max-width: 700px) {
	.faq-link:after {
		right: 15px;
	}

	.faq-link {
		padding: 15px 10px;
		font-size: 18px;
	}

	.faq-link__text2 {
		font-size: 15px;
	}

	.faq-link__text3 {
		font-size: 16px;
	}


}

@media only screen and (max-width: 600px) {
	.courses-img1 {
		margin-top: -115px;
	}

	.faq-link__text-wrap {
		width: 100%;
		margin-bottom: 15px;
	}
}

.faq-text {
	font-size: 18px;
	margin-bottom: 30px;
	max-width: 900px;
	width: 100%;
}

@media only screen and (max-width: 500px) {
	.stockSlider .banner-video {
		left: 120px;
		bottom: -60px;
		transform: scale(0.9);
	}
}

























.cookie {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 0;
	background-color: #110a3e;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.cookie__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.cookie__text {
	width: calc(100% - 300px);
	font-size: 18px;
	color: #fff;
}

.cookie__btn3 {
	display: block;
	max-width: 290px;
	width: 100%;
	padding: 15px 10px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
	background: none;
	border: 1px solid #fff;
}

@media only screen and (max-width: 650px) {
	.cookie__text {
		width: 100%;
		margin-bottom: 15px;
	}
}


body .courses-form .btn-disabled {
	margin-top: 45px;
}

.no-touch .btn-disabled:hover:before {
	opacity: 1;
}

.btn-disabled:before {
	content: 'Пожалуйста, подтвердите согласие с условиями';
	position: absolute;
	bottom: 65px;
	left: 0;
	color: white;
	font-size: 14px;
	padding: 2px;
	font-weight: 400;
	width: 100%;
	background: #e6273e;
	line-height: 1.2;
	opacity: 0;
	transition: all 0.3s;
	text-transform: none;
	border-radius: 3px;
}

.input-checkbox:checked~.input-checkbox:checked~.btn-disabled:before {
	visibility: hidden;
}

@media only screen and (max-width: 500px) {
	.reviews-slider {
		padding: 0 15px;
	}

	.reviews-slider .swiper-button-next, .reviews-slider .swiper-button-prev {
		width: 40px;
		height: 40px;
		background-size: 10px;
	}

	.reviews-slider .swiper-button-next {
		right: -20px;
	}

	.reviews-slider .swiper-button-prev {
		left: -20px;
	}

	.reviews-item-img-wrap {
		left: 10px;
	}

	.reviews-item-text1 {
		font-size: 16px;
	}

	.reviews-item-wrap1 {
		margin-top: 75px;
	}

	.reviews-item-wrap2 {
		width: calc(100% - 125px);
	}

	.reviews-item-list li span {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3px;
	}

	.reviews-item-img {
		width: 70px;
		height: 70px;
	}

	.reviews-item-wrap2 .star-list {
		justify-content: flex-start;
	}
}



































.courses-wrap1 .btn2 {
	font-size: 18px;
	display: block;
	max-width: 257px;
	width: 100%;
	text-align: center;
	padding: 16.5px 10px;
	margin-bottom: 55px;
	margin-top: -20px;
}

.corporateInfo__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 66px;
	padding-bottom: 79px;
	position: relative;
}

.corporateInfo__img {
	position: absolute;
	bottom: 0;
	right: 47.5%;
	width: 370px;
}

.corporateInfo__wrap1 {
	width: 48%;
	letter-spacing: 0.02em;
	color: #091E3F;
	margin-top: 31px;
}

.corporateInfo__logo {
	max-width: 476px;
	width: 100%;
	margin-bottom: 30px;
}

.corporateInfo__text1 {
	font-size: 30px;
	line-height: 1.1;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	letter-spacing: 0.02em;
	margin-bottom: 40px;
}

.corporateInfo__list1 {
	max-width: 255px;
	width: 100%;
}

.corporateInfo__wrap2 {
	width: 49%;
}

.corporateInfo__list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -26px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.corporateInfo-item1 {
	margin-bottom: 30px;
}

.corporateInfo-item1:last-child {
	margin-bottom: 0;
}

.corporateInfo-item1 b {
	display: block;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	font-size: 36px;
	margin-bottom: 10px;
}

.corporateInfo-item1 span {
	display: block;
	color: rgba(9, 30, 63, 0.6);
}

.corporateInfo-item2 {
	width: 48%;
	background: radial-gradient(73.65% 285.34% at 29.66% 6.84%, #141148 0%, #3b029f 100%);
	border-radius: 10px;
	margin-top: 26px;
	padding: 150px 20px 49px 30px;
	position: relative;
}

.corporateInfo-item2:nth-child(4) {
	padding: 150px 20px 20px 30px;
}

.corporateInfo-item2__img {
	position: absolute;
	top: 47px;
	left: 30px;
}

.corporateInfo-item2 b {
	display: block;
	font-weight: 600;
	font-size: 22px;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 10px;
}

.corporateInfo-item2 span {
	display: block;
	font-size: 16px;
	line-height: 1.5;
}

.education {
	padding-top: 62px;
	padding-bottom: 114px;
}

.education__title-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 49px;
}

.education__title-wrap1 {
	max-width: 520px;
	width: 100%;
}

.education__title {
	letter-spacing: 0.02em;
	font-size: 36px;
	font-weight: 700;
	color: #091E3F;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 20px;
}

.education__title-text1 {
	color: #091E3F;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	max-width: 435px;
	width: 100%;
}

.education__title-wrap2 {
	max-width: 350px;
	width: 100%;
}

.education__title-text2 {
	font-size: 18px;
	line-height: 1.28;
	color: #4D4162;
	margin-bottom: 23px;
}

.education__title-link {
	color: #7C3AED;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	border-bottom: 1px solid transparent;
	transition: border-bottom 0.3s;
}

.education__title-link:hover {
	border-bottom: 1px solid #7C3AED;
}

.education__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -16px;
	margin-top: -26px;
}

.education__col {
	width: 33.3333%;
	padding: 0px 13px;
	margin-top: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.education-item {
	background-color: #F9F5FF;
	border-radius: 10px;
	padding: 115px 33px 80px 33px;
	position: relative;
	width: 100%;
}

.education-item__img {
	position: absolute;
	top: 40px;
	left: 33px;
	min-height: 57px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.education-item b {
	display: block;
	color: #2b2b2b;
	font-size: 18px;
	margin-bottom: 10px;
}

.education-item p {
	font-size: 18px;
}

.education-item p a {
	color: #7C3AED;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	border-bottom: 1px solid transparent;
	transition: border-bottom 0.3s;
	line-height: 1.6;
	position: absolute;
	display: block;
	bottom: 40px;
}

.education-item p a:hover {
	border-bottom: 1px solid #7C3AED;
}

.jetClass {
	padding-top: 94px;
	padding-bottom: 211px;
	background-color: #3C03A0;
	position: relative;
}

.jetClass:after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 147px;
	background: url("../img/banner-container-line-dark.svg") center repeat;
}

.jetClass__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 47px;
}

.jetClass__wrap1 {
	width: calc(100% - 500px);
	margin-top: 24px;
}

.jetClass__title {
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	color: #fff;
	margin-bottom: 34px;
}

.jetClass__title b {
	font-weight: 700;
	color: #FFD203;
}

.jetClass__btn2 {
	display: block;
	max-width: 328px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding: 23.5px 10px;
}

.jetClass__wrap2 {
	max-width: 480px;
	width: 100%;
	margin-right: -44px;
}

.jetClass__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -12px;
	margin-top: -24px;
}

.jetClass__col {
	width: 25%;
	padding: 0px 12px;
	margin-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.jetClass__col:nth-child(2) .jetClass-item__img {
	background-color: #0292FE;
}

.jetClass__col:nth-child(3) .jetClass-item__img {
	background-color: #FFD203;
}

.jetClass__col:nth-child(4) .jetClass-item__img {
	background-color: #8A68C6;
}

.jetClass-item {
	width: 100%;
	border-radius: 10px;
	background-color: #fff;
	padding: 132px 30px 34px 30px;
	position: relative;
}

.jetClass-item__img {
	position: absolute;
	top: 35px;
	left: 30px;
	width: 84px;
	height: 84px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #FFDAD4;
	border-radius: 50%;
}

.jetClass-item__img img {
    width: auto;
}

.jetClass-item b {
	display: block;
	font-size: 22px;
	font-weight: 600;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 12px;
}

.jetClass-item span {
	display: block;
	font-size: 16px;
	line-height: 1.5;
}

.corporateArticles {
	margin-top: -5px;
	padding-top: 68px;
	padding-bottom: 128px;
	background-color: #F9F5FF;
}

.corporateArticles-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 64px;
}

.corporateArticles-item:nth-child(2n) .corporateArticles-item__img {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	text-align: left;
}

.corporateArticles-item:last-child {
	margin-bottom: 0;
}

.corporateArticles-item__text {
	width: 45%;
}

.corporateArticles-item__text b {
	display: block;
	font-family: "GraphikLCG", sans-serif;
	font-size: 32px;
	line-height: 1.1;
	font-weight: 700;
	color: #091E3F;
	letter-spacing: 0.02em;
	margin-bottom: 32px;
}

.corporateArticles-item__text p {
	font-size: 20px;
	color: #4D4162;
}

.corporateArticles-item__img {
	width: 48%;
	text-align: right;
}

.corporateArticles-item__img img {
	border-radius: 10px;
}

.corporateProgram {
	padding-top: 96px;
	padding-bottom: 94px;
	position: relative;
	overflow: hidden;
}

.corporateProgram__bg1 {
	position: absolute;
	top: 80px;
	left: 0;
	width: 251px;
}

.corporateProgram__bg2 {
	position: absolute;
	top: 80px;
	right: 30px;
	width: 457px;
}

.corporateProgram__title {
	color: #091E3F;
	font-size: 32px;
	line-height: 1.1;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	max-width: 500px;
	width: 100%;
	margin-bottom: 63px;
}

.corporateProgram__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -10px;
	margin-top: -20px;
	margin-bottom: 49px;
}

.corporateProgram__col {
	width: 25%;
	padding: 0px 10px;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.corporateProgram__tabs {
	margin-bottom: 48px;
}

.corporateProgram__tab {
	display: none;
}

.corporateProgram__tab:first-child {
	display: block;
}

.corporateProgram__tab-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	background-color: #1C0E68;
	border-radius: 12px;
	color: #fff;
	padding: 85px 38px 92px 60px;
}

.corporateProgram__tab-bg {
	position: absolute;
	z-index: -1;
	top: 20px;
	right: 45px;
	width: 119px;
}

.corporateProgram__tab-wrap1 {
	width: 48%;
	margin-top: 6px;
}

.corporateProgram__tab-wrap2 {
	width: 48.5%;
}

.corporateProgram__tab-title {
	font-size: 48px;
	line-height: 1;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	font-weight: 700;
	margin-bottom: 62px;
}

.corporateProgram__tab-title b {
	color: #FFD203;
	font-weight: 700;
	display: block;
}

.corporateProgram__list1 {
	max-width: 210px;
	width: 100%;
}

.corporateProgram__tab-title1 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 19px;
}

.corporateProgram__list2 {
	margin-bottom: 53px;
}

.corporateProgram__list2 li {
	font-size: 18px;
	line-height: 1.28;
	position: relative;
	padding-left: 12px;
	margin-bottom: 23px;
}

.corporateProgram__list2 li:last-child {
	margin-bottom: 0;
}

.corporateProgram__list2 li:after {
	content: '';
	position: absolute;
	top: 13px;
	left: 2px;
	width: 4px;
	height: 2px;
	background-color: #fff;
}

.corporateProgram__tab-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 11px;
}

.corporateProgram__tab-btn2 {
	font-size: 14px;
	max-width: 334px;
	width: 100%;
	text-align: center;
	padding: 19px 10px;
}

.corporateProgram__tab-link {
	letter-spacing: 0.02em;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-bottom 0.3s;
	transition: border-bottom 0.3s;
}

.corporateProgram__tab-link:hover {
	border-bottom: 1px solid #fff;
}

.corporateProgram__tab-img {
	width: 361px;
	position: absolute;
	bottom: 0;
	left: 285px;
}

.corporateProgram__list3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -14px;
	margin-top: -28px;
}

.corporateProgram__col3 {
	width: 33.3333%;
	padding: 0px 14px;
	margin-top: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.corporateProgram-item {
	display: block;
	color: #18104F;
	letter-spacing: 0.02em;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #F9F5FF;
	border-radius: 300px;
	text-align: center;
	padding: 11px 10px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.corporateProgram-item.active {
	background-color: #320083;
	color: #fff;
}

.corporateProgram-item:hover {
	background-color: #320083;
	color: #fff;
}

.corporateProgram-item3 {
	background-color: #F9F5FF;
	border-radius: 12px;
	padding: 56px 130px 53px 25px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	letter-spacing: 0.02em;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.corporateProgram-item3__text {
	font-size: 22px;
	color: #091E3F;
	letter-spacing: 0.02em;
	font-weight: 700;
	text-transform: uppercase;
}

.corporateProgram-item3__img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 25px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.corporateProgram-item3:hover {
	background-color: #1A0F56;
}

.corporateProgram-item3:hover .corporateProgram-item3__text {
	color: #fff;
}

.corporateProgram-item1 {
	margin-bottom: 65px;
}

.corporateProgram-item1:last-child {
	margin-bottom: 0;
}

.corporateProgram-item1 b {
	display: block;
	letter-spacing: 0.02em;
	font-size: 36px;
	line-height: 1.1;
	font-weight: 700;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 7px;
}

.corporateProgram-item1 b i {
	font-style: normal;
	font-size: 16px;
}

.corporateProgram-item1 span {
	display: block;
	font-size: 15px;
}

.teachers {
	padding-top: 85px;
	padding-bottom: 79px;
}

.teachers__container1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.teachers__wrap1 {
	max-width: 380px;
	width: 100%;
}

.teachers__title {
	color: #091E3F;
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 39px;
}

.teachers__title b {
	font-weight: 700;
	color: #0392FF;
}

.teachers__text1 {
	font-size: 16px;
	color: rgba(22, 22, 22, 0.6);
	margin-bottom: 67px;
}

.teachers__list1 {
	max-width: 255px;
	width: 100%;
}

.teachers__wrap2 {
	width: calc(100% - 433px);
}

.teachers__slider .swiper-slide {
	height: auto;
	display: flex;
}

.teachers__slider-nav-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 29px;
	padding-right: 5px;
}

.teachers__slider-nav {
	max-width: 88px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}

.swiper-button-prev-style2,
.swiper-button-next-style2 {
	width: 12px;
	height: 20px;
	background: url("../img/arrow-style2.svg") center no-repeat;
	margin-top: 0;
	position: static;
	outline: none;
}

.swiper-button-prev-style2 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-pagination-style2 {
	position: static;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-right: 10px;
}

.swiper-pagination-style2 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 0.3;
	outline: none;
	margin-right: 5px;
	background-color: #5D00F5;
	margin-top: 10px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.swiper-pagination-style2 .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.swiper-pagination-style2 .swiper-pagination-bullet-active {
	opacity: 1;
}

.teachers-item1 b {
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #091E3F;
	font-family: "GraphikLCG", sans-serif;
	display: block;
	margin-bottom: 14px;
}

.teachers-item1 span {
	display: block;
	font-size: 16px;
	color: rgba(9, 30, 63, 0.6);
}

.teachers-item {
	border-radius: 17px;
	overflow: hidden;
	background-color: #1C0E68;
	width: 100%;
	display: flex;
}

.teachers-item__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.teachers-item__wrap1 {
	max-width: 305px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.teachers-item__img {
	width: 100%;
	position: relative;
	text-align: center;
}

.teachers-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

.teachers-item__wrap2 {
	width: calc(100% - 305px);
	padding: 40px 30px 68px 41px;
	color: #fff;
}

.teachers-item__title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 24px;
}

.teachers-item__name {
	max-width: 160px;
	width: 100%;
	font-family: "GraphikLCG", sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.02em;
	margin-bottom: -5px;
}

.teachers-item__info {
	text-align: right;
}

.teachers-item__text1 {
	font-family: "GraphikLCG", sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.1;
	letter-spacing: 0.02em;
	margin-top: -22px;
	margin-bottom: 8px;
}

.teachers-item__text1 i {
	font-size: 24px;
	font-style: normal;
}

.teachers-item__text1 span {
	font-size: 18px;
	letter-spacing: 0;
	font-family: "FuturaPT", sans-serif;
	font-weight: 450;
}

.teachers-item__text2 {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
}

.teachers-item__list1 {
	margin-bottom: 24px;
}

.teachers-item__list1 li {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.02em;
	font-family: "GraphikLCG", sans-serif;
	margin-bottom: 5px;
}

.teachers-item__list1 li:last-child {
	margin-bottom: 0;
}

.teachers-item__text3 {
	font-size: 14px;
	line-height: 1.6;
	font-family: "GraphikLCG", sans-serif;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
	margin-bottom: 32px;
}

.teachers-item__btn2 {
	display: block;
	max-width: 329px;
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: 23px 10px;
}

.workCorporate {
	background-color: #F9F9F9;
}

.workCorporate .box {
	padding-top: 60px;
	padding-bottom: 162px;
}

.workCorporate__bg {
	position: absolute;
	bottom: 0;
	right: -130px;
	width: 711px;
}

.workCorporate__title {
	color: #091E3F;
	font-family: "GraphikLCG", sans-serif;
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 0.02em;
	margin-bottom: 42px;
}

.workCorporate__title.workCorporate__title2 {
	margin: 30px 0 -90px;
	font-size: 30px;
	max-width: 600px;
	position: relative;
	z-index: 1;
}

.workCorporate__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px -10px;
	margin-top: -26px;
	position: relative;
	z-index: 1;
}

.workCorporate__col {
	width: 33.3333%;
	padding: 0px 10px;
	margin-top: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.workCorporate-item {
	padding: 127px 40px 37px 40px;
	background-color: #fff;
	-webkit-box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	width: 100%;
	position: relative;
}

.workCorporate-item__img {
	position: absolute;
	left: 40px;
	top: 35px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #5D00F5;
}

.workCorporate-item__text {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.31;
	text-transform: uppercase;
	padding-bottom: 21px;
	position: relative;
}

.workCorporate-item__text:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background-color: #5D00F5;
}

@media only screen and (max-width: 1400px) {
	.jetClass__wrap2 {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1300px) {
	.corporateProgram__tab-container {
		padding: 50px 30px 50px 30px;
	}

	.corporateProgram__tab-img {
		left: 220px;
	}

	.corporateProgram-item3__text {
		font-size: 18px;
	}

	.corporateProgram-item3__img {
		width: 70px;
	}

	.corporateProgram-item3 {
		padding: 50px 100px 50px 20px;
	}
}

@media only screen and (max-width: 1250px) {
	.teachers__wrap1 {
		max-width: none;
		margin-bottom: 30px;
	}

	.teachers__title {
		max-width: 800px;
		width: 100%;
	}

	.teachers__text1 {
		margin-bottom: 30px;
	}

	.teachers__wrap2 {
		width: 100%;
	}
}

@media only screen and (max-width: 1200px) {
	.corporateProgram__tab-img {
		position: static;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}

	.corporateProgram__tab-container {
		padding: 50px 30px 0 30px;
	}

	.corporateProgram__tab-wrap1 {
		margin-top: 0;
		width: 40%;
	}

	.corporateProgram__tab-wrap2 {
		width: 58%;
	}

	.corporateProgram__tab-title {
		font-size: 42px;
	}
}

@media only screen and (max-width: 1150px) {
	.corporateInfo__img {
		display: none;
	}

	.corporateInfo__wrap1 {
		width: 35%;
	}

	.corporateInfo__wrap2 {
		width: 63%;
	}

	.corporateInfo__text1 {
		margin-bottom: 40px;
	}

	.corporateInfo-item1 {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1100px) {
	.corporateProgram__col3 {
		width: 50%;
	}
}

@media only screen and (max-width: 1050px) {
	.education__title-wrap1 {
		max-width: none;
		margin-bottom: 30px;
	}

	.education__col {
		width: 50%;
	}

	.jetClass__title {
		font-size: 28px;
	}

	.jetClass__col {
		width: 50%;
	}
}

@media only screen and (max-width: 1000px) {
	.corporateProgram__col {
		width: 33.3333%;
	}
}

@media only screen and (max-width: 950px) {

	.corporateInfo__container,
	.education,
	.corporateArticles,
	.corporateProgram,
	.teachers {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.workCorporate__title.workCorporate__title2 {
		margin-top: 30px;
		margin-bottom: 0;
	}

	.jetClass {
		padding-top: 60px;
		padding-bottom: 140px;
	}

	.corporateInfo__wrap1 {
		margin-top: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.corporateInfo__wrap2 {
		width: 100%;
	}

	.corporateInfo__list1 {
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: -25px;
	}

	.corporateInfo-item1 {
		width: 48%;
		margin-bottom: 0;
		margin-top: 25px;
	}

	.corporateInfo__logo {
		max-width: 300px;
		margin-bottom: 20px;
	}

	.corporateInfo__text1 {
		margin-bottom: 30px;
		font-size: 26px;
	}

	.corporateInfo-item1 b,
	.education__title {
		font-size: 30px;
	}

	.education__title-text1 {
		font-size: 20px;
	}

	.corporateInfo-item2__img {
		width: 50px;
		top: 20px;
		left: 20px;
	}

	.corporateInfo-item2:nth-child(n) {
		padding: 90px 20px 49px 20px;
	}

	.education-item__img {
		width: 100px;
		top: 30px;
		left: 20px;
	}

	.education-item {
		padding: 100px 20px 84px 20px;
	}

	.education-item b {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.education-item p {
		font-size: 16px;
	}

	.jetClass__wrap1 {
		margin-top: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.jetClass__btn2,
	.teachers-item__btn2 {
		font-size: 15px;
		padding: 17px 10px;
	}

	.jetClass__btn2,
	.teachers-item__btn2 {
		max-width: 280px;
	}

	.jetClass-item__img {
		top: 20px;
		left: 20px;
		width: 60px;
		height: 60px;
		padding: 15px;
	}

	.jetClass-item {
		padding: 95px 20px 20px 20px;
	}

	.jetClass-item b {
		font-size: 19px;
	}

	.jetClass-item span {
		font-size: 15px;
	}

	.corporateArticles-item__text b {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.corporateArticles-item__text p {
		font-size: 16px;
	}

	.corporateArticles-item {
		margin-bottom: 30px;
	}

	.corporateArticles-item__text {
		width: 100%;
		margin-bottom: 30px;
	}

	.corporateArticles-item__img {
		width: 100%;
		max-width: 555px;
	}

	.corporateArticles-item:nth-child(2n) .corporateArticles-item__img {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.corporateProgram__tab-wrap1 {
		width: 100%;
		margin-bottom: 25px;
	}

	.corporateProgram__tab-wrap2 {
		width: 100%;
	}

	.corporateProgram__tab-bg {
		width: 80px;
	}

	.corporateProgram__tab-title {
		font-size: 35px;
		margin-bottom: 30px;
	}

	.corporateProgram__list1 {
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: -25px;
	}

	.corporateProgram-item1 {
		width: 48%;
		margin-bottom: 0;
		margin-top: 25px;
	}

	.corporateProgram-item1 b {
		font-size: 30px;
	}

	.corporateProgram-item1 b i {
		font-size: 15px;
	}

	.corporateProgram__list {
		margin-bottom: 25px;
	}

	.teachers__title {
		font-size: 30px;
	}

	.teachers-item__name {
		font-size: 20px;
	}

	.teachers-item__text1 {
		font-size: 30px;
	}

	.teachers-item__text1 i {
		font-size: 18px;
	}

	.teachers-item__text1 span {
		font-size: 16px;
	}

	.workCorporate__bg {
		width: 500px;
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.workCorporate .box {
		padding-top: 60px;
		padding-bottom: 280px;
	}

	.workCorporate-item__img {
		top: 20px;
		left: 20px;
	}

	.workCorporate-item {
		padding: 120px 20px 20px 20px;
	}

	.workCorporate__title {
		font-size: 28px;
	}

	.teachers__slider-nav {
		max-width: 60px;
	}

	.swiper-pagination-style2 .swiper-pagination-bullet {
		margin-right: 8px;
	}
}

@media only screen and (max-width: 800px) {
	.teachers-item__wrap2 {
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		padding: 40px 20px;
	}

	.teachers-item {
		background-color: #1C0E68;
	}

	.teachers-item__wrap1 {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}

	.teachers-item__img img {
		position: static;
		width: auto;
	}
}

@media only screen and (max-width: 750px) {
	.workCorporate__col {
		width: 50%;
	}

	.corporateProgram__col {
		width: 50%;
	}
}

@media only screen and (max-width: 700px) {
	.corporateProgram__col3 {
		width: 100%;
	}
}

@media only screen and (max-width: 650px) {
	.corporateProgram__tab-btn2 {
		max-width: none;
		margin-top: 15px;
	}

	.corporateProgram__tab-link {
		margin-left: auto;
		margin-right: auto;
	}

	.corporateProgram__tab-bg {
		display: none;
	}

	.corporateProgram__tab-title {
		font-size: 27px;
	}

	.corporateProgram__tab-container {
		padding: 40px 15px;
		padding-bottom: 0;
	}

	.corporateProgram__tab-img {
		width: 270px;
	}

	.corporateProgram-item3__img {
		width: 50px;
		right: 15px;
	}

	.corporateProgram-item3 {
		padding: 30px 75px 30px 15px;
	}
}

@media only screen and (max-width: 600px) {

	.education__col,
	.jetClass__col {
		width: 100%;
	}
}

@media only screen and (max-width: 550px) {
	.corporateInfo-item2:nth-child(n) {
		width: 100%;
	}

	.teachers-item__name {
		max-width: none;
		margin-bottom: 20px;
	}

	.teachers-item__info {
		text-align: left;
	}

	.teachers-item__info .star-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 500px) {
	.corporateInfo-item1 {
		width: 100%;
	}

	.corporateProgram-item1 {
		width: 100%;
	}

	.workCorporate__col {
		width: 100%;
	}
	.main-header-toggle {
		height: 83px;
		margin-left: auto;
	}

	.main-header-toggle span {
		top: 0;
	}
}

@media only screen and (max-width: 450px) {
	.corporateProgram__col {
		width: 100%;
	}
}




.education-popup {
	display: none;
	max-width: 675px;
	width: 100%;
	padding: 50px;
}

.education-popup__title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.education-popup__text {
	font-weight: 450;
	letter-spacing: 0.02em;
}

.education-popup__text p {
	margin-bottom: 15px;
}

.education-popup__text p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width : 900px) {
	.education-popup {
		padding: 50px 10px;
	}
}

#reviews-popup1 {
	display: none;
}

#reviews-popup1 .form__input,
.form__form-wrap1 {
	width: 100%;
}

html body .bvi-panel.bvi-fixed-top {
	position: static;
}

.bvi-block:nth-child(4) {
	display: none;
}

.courses-wrap1:only-child {
	width: 100%;
}

.courses-title:last-child {
	margin-bottom: 0;
}

/* Стили для страницы брендов start */

.banner3-wrap .flags {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: -10px;
}

.banner3-wrap .flags img {
	max-width: 40px;
	width: 100%;
	margin: 0;
	margin-top: 10px;
	margin-right: 10px;
}

.brandstariffs {
	padding-top: 50px;
	padding-bottom: 50px;
}

.brandstariffs__title {
	text-align: center;
	font-size: 39px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 40px;
}

.brandstariffs__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: -30px;
}

.brandstariffs__col {
	width: 33.3333%;
	padding: 0px 15px;
	margin-top: 30px;
	display: flex;
}

.brandstariffs-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 30px;
	border-radius: 15px;
	background: #f9f5ff;
	align-items: flex-start;
}

.brandstariffs-item__img {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.brandstariffs-item__img img {
	max-height: 100%;
}

.brandstariffs-item__text-wrap {
	margin-bottom: 20px;
}

.brandstariffs-item__title {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.brandstariffs-item__text-wrap ul li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
}

.brandstariffs-item__text-wrap ul li:last-child {
	margin-bottom: 0;
}

.brandstariffs-item__text-wrap ul li:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #5D00F5;
}

.brandstariffs-item .btn2 {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1150px) {
	.banner3-wrap .flags {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1050px) {
	.brandstariffs__col {
		width: 50%;
	}
}

@media screen and (max-width: 750px) {
	.brandstariffs__col {
		width: 100%;
	}

	.brandstariffs__title {
		font-size: 30px;
	}
}

@media screen and (max-width: 550px) {
	.brandstariffs-item {
		padding: 30px 15px;
	}
}

/* Стили для страницы брендов end */