html, body, .fancybox-content {
	font-family: 'Gilroy'!important;
	color: #3E3E3E;
	font-size: 22px;
	line-height: 27px;
}

html {
    overflow-x: hidden;
}

body {
	overflow: hidden;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.container {
	max-width: 1160px!important;
	width: calc(100% - 20px);
	margin: 0 auto;
}

h1, h2 {
	font-weight: 800;
	font-size: 45px;
	line-height: 56px;
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.mobile {
	display: none;
}

.section-title span {
	color: #1573FF;
}

.button {
	background: #1573FF;
	box-shadow: 0px 4px 40px rgba(22, 22, 22, 0.25);
	border-radius: 15px;
	padding: 16px 111px;
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	cursor: pointer;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: none;
}

.button:hover, .button:active {
	background: #065CDD;
}

.features_button:hover, .features_button:active {
	background: #FFFFFF;
}

section.grey {
	background: #F4F5F6;
}

.white {
	color: #FFFFFF;
}

.callback_form {
	max-width: 490px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.callback_form-text {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 36px;
}

.callback_form-input {
	padding: 11px 15px;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #3E3E3E;
	background: #F9F8F8;
	border-radius: 8px;
	margin-bottom: 30px;
	border-width: 2px;
	border-color: transparent;
	outline: none;
	width: 100%;
}

section.grey .callback_form-input {
	background: #FFF;
}

.callback_form-input:focus {
	border: 2px solid #88B8FF;
	box-shadow: 0px 4px 4px rgba(181, 181, 181, 0.25);
}

.button.callback_form-button {
	margin: 5px auto 0;
	max-width: 400px;
}

header {
	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(166, 166, 166, 0.25);
	padding: 15px 0;
}

header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

a.mobile_menu-toggle {
	position: relative;
	width: 35px;
	height: 15px;
	background: url(img/burger.png);
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: contain!important;
	margin-left: 60px;
}

ul.menu {
	display: flex;
	margin: 0;
}

ul.menu li {
	list-style: none;
	margin-right: 30px;
}

ul.menu li:nth-last-child(2) {
	margin: 0;
}

ul.menu li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #3E3E3E;
	text-decoration: none;
}

ul.menu li a:hover {
	text-decoration-line: underline;
	color: #1573FF;
}

body.opened header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: #1573FF;
}

body.opened a.mobile_menu-toggle {
	background: url(img/menu-close.png);
	width: 21px;
	height: 21px;
}

body.opened ul.menu {
	display: flex!important;
	flex-direction: column;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

body.opened header .container {
	flex-wrap: wrap;
}

body.opened ul.menu li {
	margin: 0 0 20px;
}

body.opened ul.menu li a {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #FFF;
	text-transform: uppercase;
}

body.opened ul.menu li:nth-last-child(2) {
	margin-bottom: 40px;
}

body.opened ul.menu li a:hover {
	font-weight: 700;
}

.menu_button {
	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(22, 22, 22, 0.25);
	border-radius: 10px!important;
	;padding: 12px 40px!important;
	;color: #1573FF!important;
	font-weight: 600!important;
	;
font-size: 20px!important;
	line-height: 25px!important;
	text-transform: none!important;
}

section.first {
	background: url(img/first/first.png);
	background-size: cover;
}

section.first .container {
	max-width: 1260px;
	padding: 72px 56px 30px;
	position: relative;
}

.first_main {
	text-align: center;
	max-width: 690px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
}

a.first_logo {
	display: flex;
	text-decoration: none;
}

a.first_logo img {
    max-height: 60px;
    max-width: 130px;
}

span.mobile.lk_btn > a {
	background-color: #1573FF;
    border-radius: 10px 10px 10px 10px;
	font-size: 16px;
    padding: 15px 30px;
	text-decoration: none;
	font-family: "Roboto";
    font-weight: 500;
	color: #fff;
}

.main-title {
	text-transform: uppercase;
	color: #1573FF;
	margin-bottom: 50px;
}

.first_subtitle {
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	display: block;
	max-width: 490px;
	text-transform: uppercase;
	white-space: pre-line;
	margin-bottom: 26px;
}

img.first_img {
	max-width: 645px;
	position: absolute;
	bottom: 0;
	right: -100px;
}

section.features {
	background: #F9FAFB;
	padding: 130px 0;
}

section.features .section-title {
	margin-bottom: 60px;
}

.features_layout {
	position: relative;
}

.features_wrap {
	padding: 50px;
	background: #1573FF;
    /* тень */
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
	border-radius: 25px;
	position: relative;
	z-index: 1;
}

.features_item {
	display: flex;
	align-items: center;
	max-width: 515px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 166.34%;
    /* or 37px */
	text-transform: uppercase;
	color: #FFFFFF;
}

img.features_item-img {
	width: 55px;
	height: 55px;
	margin-right: 30px;
}

.features_button {
	background: #FFFFFF;
	color: #1573FF;
	width: fit-content;
	margin: 10px auto 0;
	text-align: center;
}

img.features_pi {
	width: 153px;
	height: 145.11px;
	transform: rotate(-10.13deg);
	position: absolute;
	top: 226px;
	left: -97px;
	z-index: 1;
}

img.features_note {
	width: 289px;
	height: 253px;
	filter: blur(4px);
	position: absolute;
	top: 30px;
	right: -153px;
}

img.features_pen {
	width: auto;
	height: 145px;
	transform: rotate(6deg);
	position: absolute;
	left: 200px;
	bottom: -74px;
	z-index: 1;
	zoom: 1.3;
}

section.about {
	padding: 105px 0;
}

section.about .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

img.about_img {
	width: 469px;
	height: 527px;
	margin-top: 75px;
}

.about_main {
	max-width: 575px;
}

section.about .section-title {
	max-width: 445px;
	margin-bottom: 20px;
	height: 98px;
}

span.about_subtitle {
	font-weight: 600;
	color: #1573FF;
	margin-bottom: 20px;
}

.about_main .about_subtitle {
	margin-bottom: 40px;
	max-width: 373px;
	display: inline-block;
}

ul.about_list {
	margin-bottom: 40px;
}

ul.about_list li {
	font-weight: 500;
	margin-bottom: 12px;
	list-style: none;
	display: flex;
	align-items: center;
}

ul.about_list li:before {
	min-width: 16px;
	min-height: 16px;
	background: #1573FF;
	content: '';
	display: block;
	border-radius: 16px;
	margin-right: 15px;
}

.about_bottom {
}

.about_bottom .about_subtitle {
	margin-bottom: 15px;
	display: inherit;
}

.about_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.about_item {
	margin: 0 20px;
	width: 360px;
	max-width: 100%;
	flex-grow: 1;
	padding: 30px 32px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #1573FF;
    /* тттень */
	box-shadow: 0px 8px 40px rgba(200, 200, 200, 0.25);
	border-radius: 15px;
	font-weight: 500;
}

section.features2 {
	background: #F9FAFB;
	padding: 100px 0;
}

.features2_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: inherit;
}

.features2_item {
	width: 100%;
	border-radius: 25px;
	margin: 22px 0;
	padding: 30px 0 25px 30px;
	background: #FFFFFF;
    /* тттень */
	box-shadow: 0px 8px 40px rgba(200, 200, 200, 0.25);
	text-transform: uppercase;
	flex-grow: 1;
	font-weight: 700;
	position: relative;
/* height: 100%; *//* min-height: 100%; */;
}

.features2_item span {
	color: #1573FF;
}

.features2_item:nth-child(1) {
	max-width: 560px;
	background: linear-gradient(99.69deg, #1573FF 42.71%, #6FA8FF 92.16%);
    /* тень */
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
	color: #fff;
	padding-right: 210px;
}

.features2_item:nth-child(1) img {
	position: absolute;
	width: 105px;
	height: 127px;
	top: 30px;
	right: 28px;
}

.features2_item:nth-child(2) {
	max-width: 560px;
	padding-right: 210px;
}

.features2_item:nth-child(2) img {
	position: absolute;
	width: 153px;
	height: 145.11px;
	top: 4px;
	right: 24px;
}

.features2_item:nth-child(3) {
	max-width: 660px;
	padding-right: 160px;
}

.features2_item:nth-child(3) img {
	position: absolute;
	width: 164px;
	height: 143.57px;
	top: 25px;
	right: 15px;
}

.features2_item:nth-child(4) {
	max-width: 460px;
	padding-right: 130px;
}

.features2_item:nth-child(4) img {
	position: absolute;
	width: 210px;
	height: 138.37px;
	transform: rotate(17.5deg);
	top: 11px;
	right: -36px;
}

.features2_item:nth-child(5) {
	max-width: 660px;
	padding-right: 160px;
	padding-bottom: 52px;
}

.features2_item:nth-child(5) img {
	position: absolute;
	width: 114px;
	height: 137.63px;
	transform: rotate(8.37deg);
	top: 6px;
	right: 15px;
}

.features2_button {
	width: 100%;
	max-width: 460px;
	flex-grow: 1;
	height: 87px;
	align-self: center;
}

section.programms {
	background: url(img/programms/bg.png), #1573FF;
	padding: 135px 0 70px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.programms .section-title {
	margin-bottom: 50px;
}

.programms_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.programms_item {
	display: flex;
	flex-direction: column;
	padding: 30px 20px 40px;
	width: 100%;
	max-width: 260px;
	background: #FFFFFF;
	box-shadow: 0px 8px 40px rgba(200, 200, 200, 0.25);
	border-radius: 25px;
	min-height: 100%;
}

img.programms_item-img {
	width: 220px;
	height: 122px;
	margin-bottom: 20px;
}

.programms_item-title {
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 38px;
	color: #3E3E3E;
	font-weight: 700;
}

.programms_item-duration {
	margin-top: auto;
	font-size: 20px;
	line-height: 24px;
    /* identical to box height */
	margin-bottom: 10px;
	font-weight: 300;
}

.programms_item-price {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 20px;
}

.button.programms_button {
	padding: 13px 0;
	font-size: 18px;
	line-height: 22px;
}

section.teachers {
	padding: 135px 0 85px;
}

section.teachers .section-title {
	margin-bottom: 80px;
}

.teachers_row {
	display: flex;
	justify-content: space-between;
}

.teachers_item {
	display: flex;
	flex-direction: column;
	max-width: 360px;
	margin: 0 auto;
}

img.teachers_item-img {
	max-width: 360px;
	height: 199px;
	border-radius: 20px;
	margin-bottom: 36px;
}

.teachers_item-title {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
	color: #3E3E3E;
	text-decoration: none;
	margin-bottom: 7px;
}

.teachers_item-exp {
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	color: #3E3E3E;
	margin-bottom: 30px;
}

.teachers_item-description {
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
}

section.diploms {
	padding: 110px 0;
	position: relative;
}

section.diploms .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.diploms_main {
	width: 620px;
	display: flex;
	flex-direction: column;
}

.diploms_main  .section-title {
	margin-bottom: 68px;
	margin-top: 80px;
}

img.diploms_main-img {
	position: absolute;
	width: 350px;
	height: 470px;
	bottom: 0;
	transform: translateX(-90px);
}

.diploms_main-text {
	width: 457px;
	display: block;
	margin-left: auto;
	margin-right: 17px;
}

.diploms_main img.logo {
    width: fit-content;
    position: unset;
    margin: 30px auto;
	max-width: 180px;
}

.diploms_slider {
	width: 360px;
	border-radius: 20px;
}

img.diploms_item {
	width: 360px;
	height: 540px;
	border-radius: 20px;
}

section.reviews {
	padding: 60px 0 85px;
}

section.reviews .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.reviews_slider {
	width: 342px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 65px;
	padding-top: 15px;
}

.reviews_slider:before {
	content: '';
	height: 685px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(img/reviews/iphone.png);
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: calc(100% + 8px) 100%;
}

.reviews_slider .owl-stage-outer {
	overflow: hidden;
	align-self: flex-start;
	width: 100%;
	border-radius: 65px;
}

img.reviews_item {
	width: 312px;
	height: 662px;
}

section.reviews .section-title {
	margin-top: 295px;
	max-width: 656px;
}

section.callback {
	padding: 132px 0 142px;
}

section.callback .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.callback .section-title {
	max-width: 619px;
	margin-bottom: 40px;
}

footer {
	padding: 70px 0;
	background: #3E3E3E;
}

.footer_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer_column {
	flex-grow: 1;
	max-width: 384px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}

.footer_column-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
/* identical to box height */
	margin-bottom: 10px;
}

.footer_column li {
	list-style: none;
}

.footer_column a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer_column.contacts ul li a {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.footer_column.contacts ul li a:before {
	content: '';
	width: 25px;
	margin-right: 10px;
	background-size: contain!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}

.footer_column.contacts ul li a.vk:before {
	background: url(img/vk.png);
	height: 15px;
}

.footer_column.contacts ul li a.tg:before {
	background: url(img/tg.png);
	height: 15px;
}

.footer_column.contacts ul li a.tt:before {
	background: url(img/tt.png);
	height: 19px;
}

.footer_column.contacts ul li a.email:before {
	background: url(img/email.png);
	height: 17px;
}

p.footer_column-text {
	white-space: pre-line;
}

.owl-stage {
	display: flex;
	flex: 1 0 auto;
	height: 100%;
}

.owl-stage-outer {
	overflow: hidden;
}

.programms_row .owl-item {
	display: flex;
	justify-content: center;
}

.reviews_slider .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-loaded.owl-drag {
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.owl-stage-outer {
	overflow: hidden;
	align-self: flex-start;
	width: 100%;
}

.owl-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-nav span {
	background-repeat: no-repeat!important;
	background-size: cover!important;
	display: block;
	cursor: pointer;
}

.owl-nav span.slider_left {
	background: url(img/Arrow%202.png);
	background-position: left center;
}

.owl-nav span.slider_right {
	background: url(img/Arrow%202.png);
	background-position: left center;
	transform: rotate(180deg);
}

.owl-nav span.slider_right:hover {
	background: url(img/Arrow%201.png);
	background-position: right center;
	transform: none;
}

.owl-nav span.slider_left:hover {
	background: url(img/Arrow%201.png);
	background-position: right center;
	transform: rotate(180deg);
}

.teachers_row .owl-nav {
	margin-top: 42px;
}

.teachers_row .owl-nav span {
	width: 260px;
	height: 23px;
	margin: 0 20px;
}

.diploms_slider .owl-nav {
	margin-top: 40px;
}

.diploms_slider .owl-nav span {
	width: 120px;
	height: 23px;
	margin: 0 10px;
}

.reviews_slider .owl-nav {
	margin-top: 40px;
}

.reviews_slider .owl-nav span {
	width: 120px;
	height: 23px;
	margin: 0 10px;
}

.fancybox-active {
	overflow: hidden;
}

.compensate-for-scrollbar {
	margin: 0;
}

.popup {
	padding: 58px 39px 50px;
	background: #FFFFFF;
	box-shadow: 0px 8px 40px rgba(200, 200, 200, 0.25);
	border-radius: 25px;
	max-width: 840px;
	margin: 30px 0;
	width: calc(100% - 20px);
}

.fancybox-is-open .fancybox-bg {
	opacity: .3;
	background: rgb(30, 30, 30);
}

body.compensate-for-scrollbar section, body.compensate-for-scrollbar footer {
	filter: blur(6px);
}

.programm_top {
	display: flex;
	margin-bottom: 24px;
}

img.programm_img {
	width: 390px;
	height: 216px;
	margin-right: 10px;
}

span.programm_title {
	font-weight: 700;
	text-transform: uppercase;
	margin: -4px 0 14px;
	display: block;
}

p.programm_description {
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
}

.programm_features {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 24px;
}

.programm_features-item {
	display: flex;
	align-items: center;
	max-width: 221px;
	flex-grow: 1;
	width: 100%;
	margin-bottom: 26px;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}

img.programm_features-img {
	margin-right: 10px;
}

.programm_features-item:nth-child(1) img {
	width: 28px;
	height: 28px;
}

.programm_features-item:nth-child(2) img {
	width: 30px;
	height: 30px;
}

.programm_features-item:nth-child(3) img {
	width: 30px;
	height: 28px;
}

.programm_features-item:nth-child(4) img {
	width: 28px;
	height: 14px;
}

.programm_features-item:nth-child(5) img {
	width: 30px;
	height: 33px;
}

.programm_features-item:nth-child(6) img {
	width: 30px;
	height: 21px;
}

.programm_features-item:nth-child(4) {
	padding-right: 50px;
}

.popup_main {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.popup_main .left {
	font-size: 18px;
	line-height: 22px;
	max-width: 454px;
}

.popup_main .right {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	max-width: 230px;
}

.popup_main .left p {
	margin-bottom: 30px;
}

.popup_main .right p {
	margin-bottom: 34px;
}

.programm_features2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.programm_features2-item {
	display: flex;
	align-items: center;
	max-width: 381px;
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
	margin-right: auto;
}

img.programm_features2-img {
	width: 18PX;
	height: 18PX;
	margin-right: 10px;
}

#popup1 .programm_features2-item:nth-child(1) p {
	max-width: 247px;
}

#popup1 .programm_features2-item:nth-child(2) p {
	max-width: 322px;
}

#popup1 .programm_features2-item:nth-child(3) p {
	max-width: 240px;
}

#popup1 .programm_features2-item:nth-child(4) p {
	max-width: 240px;
}

#popup1 .programm_features2-item:nth-child(5) p {
	max-width: 333px;
}

#popup1 .programm_features2-item:nth-child(6) p {
	max-width: 312px;
}

.programm_form {
	background: #1573FF;
	border-radius: 20px;
	padding: 30px 30px 68px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.programm_form-system {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom: 10px;
	display: block;
}

.programm_form-price {
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

p.programm_form-price span {
	color: #CEFF15;
	border-bottom: 2px solid;
}

.programm_form-price span {
	color: #CEFF15;
	border-bottom: 2px solid;
}

.programm_form-abonements {
	font-weight: 300;
	font-size: 10px;
	line-height: 12px;
	text-decoration-line: underline;
	color: #D1D1D1;
	margin-bottom: 35px;
}

.programm_form-button {
	font-size: 20px;
	line-height: 25px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #1573FF;
	background: #FFF;
	max-width: 350px;
	padding: 15px 7px;
}

.programm_form-button:hover {
	background: #FFF;
}

.programm_form:after {
	content: '';
	background: url(img/Mask%20group.png);
	width: 439px;
	height: 293px;
	display: block;
	position: absolute;
	background-size: cover;
	top: -18px;
	right: -40px;
}

.programm_form:before {
	content: '';
    background: url(img/logo.png);
    display: block;
    bottom: 0;
    left: 0;
    width: 110px;
    height: 50px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0 0 0 20px;
}

#popup2 .programm_features2-item:nth-child(2) p, #popup3 .programm_features2-item:nth-child(2) p {
	max-width: 216px;
}

#popup2 .programm_features2-item:nth-child(3) p, #popup3 .programm_features2-item:nth-child(3) p {
	max-width: 230px;
}

#popup2 .programm_features2-item:nth-child(4) p, #popup3 .programm_features2-item:nth-child(4) p {
	max-width: 199px;
}

.popup ul.about_list li {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: 400;
}

.popup ul.about_list {
	margin-bottom: 15px;
	display: inline-block;
}

.popup ul.about_list li:before {
	margin-right: 14px;
}

#popup4 .popup_main .left p {
	margin-bottom: 20px;
}

.popup_main ul.about_list li {
	font-weight: 400;
	margin-bottom: 15px;
}

#popup4 .popup_main {
	margin-bottom: 20px;
}

#popup4 .programm_features2 {
	margin-bottom: 42px;
}

.programm_form-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.programm_form-item {
	background: #1573FF;
	border-radius: 15px;
	max-width: 240px;
	height: 100%;
	padding: 20px 10px 35px;
}

span.programm_item-title {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 30px;
	line-height: 36.75px;
	color: #FFF;
	margin-bottom: 30px;
}

span.programm_item-title span {
	display: block;
	font-size: 20px;
	line-height: 25px;
}

.programm_form-item ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	list-style: none;
	color: #FFF;
	display: flex;
}

.programm_form-item ul li:before {
	content: '';
	min-width: 4px;
	max-width: 4px;
	min-height: 4px;
	max-height: 4px;
	display: block;
	background: #FFF;
	border-radius: 5px;
	position: relative;
	top: 8px;
	margin-right: 8px;
}

.programm_form-item ul {
	margin-bottom: 32px;
}

span.programm_item-price {
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 auto 15px;
	display: block;
}

.programm_item-button {
	background: #CEFF15;
	border-radius: 10px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #1C1B1B;
	padding: 11px 0;
}

.programm_item-button:hover {
	background: #CEFF15;
}

@media(max-width:1200px) {
	body {
		zoom: .9;
	}
}

@media(max-width:1070px) {
	body {
		zoom: .8;
	}
}

@media(max-width:950px) {
	body {
		zoom: .7;
	}
}

@media(max-width:768px) {
	body {
		font-size: 14px;
		line-height: 17px;
		zoom: 1.3;
	}

	.pc {
		display: none!important;
	}

	.mobile {
		display: block;
	}

	h1, h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.button {
		font-size: 20px;
		line-height: 25px;
		padding: 13px 83px;
		border-radius: 10px;
	}
	
	span.mobile.lk_btn > a {
		font-size: 12px;
		padding: 12px 18px;
	}
	
	body.opened a.first_logo {
		opacity: 0;
		visibility: hidden;
	}

	body.opened  a.mobile-logo {
		display: block!important;
	}

	body.opened ul.menu {
		margin-top: -30px;
	}

	ul.about_list li:before {
		min-width: 10px;
		min-height: 10px;
	}

	section.first {
		background: url(img/first/СИНИЙ%20БЭК.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: contain;
	}

	section.first .container {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 20px 0 0;
	}

	a.first_logo img {
		max-width: 95px;
	}

	.first_main {
		margin-bottom: 31px;
	}

	.main-title {
		margin-bottom: 30px;
	}

	.first_subtitle {
		font-size: 20px;
		line-height: 25px;
		margin: 0 -15px 20px;
	}

	.callback_form-text {
		margin-bottom: 10px;
	}

	.callback_form-input {
		padding: 17px 15px;
		font-size: 10px;
		line-height: 12px;
		margin-bottom: 15px;
	}

	img.first_img {
		max-width: 324px;
		height: auto;
		position: unset;
	}

	.button.callback_form-button {
		max-width: 100%;
		width: 100%;
	}

	section.features {
		padding: 60px 0 50px;
	}

	section.features .section-title {
		margin-bottom: 50px;
	}

	.features_wrap {
		padding: 40px 13px 30px;
		border-radius: 10px;
	}

	.features_item {
		margin-bottom: 20px;
	}

	img.features_item-img {
		margin-right: 10px;
	}

	.features_button {
		width: 100%;
		margin-top: 13px;
		display: inline-block;
	}

	img.features_pi {
		width: 56.86px;
		height: 53.93px;
		transform: rotate(6deg);
		left: 115px;
		top: -28px;
	}

	img.features_note {
		width: 112px;
		height: 98.05px;
		left: 23px;
		bottom: -44px;
		top: auto;
		right: auto;
	}

	img.features_pen {
		width: auto;
		height: 59.53px;
		top: 176px;
		right: -3px;
		bottom: auto;
		left: auto;
	}

	section.about {
		padding: 60px 0 32px;
	}

	section.about .container {
		flex-direction: column;
	}

	section.about .section-title.mobile {
		text-align: center;
		white-space: pre-line;
		margin: 0 auto;
		height: 54px;
	}

	img.about_img {
		width: auto;
		height: 275.82px;
		margin: 20px auto 16px;
	}

	.about_main {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.about_main .about_subtitle {
		text-align: center;
		max-width: 220px;
		margin-bottom: 21px;
	}

	ul.about_list {
		margin-bottom: 20px;
	}

	ul.about_list li {
		margin-bottom: 20px;
	}

	.about_bottom {
	}

	.about_bottom .about_subtitle {
		text-align: center;
		margin-bottom: 20px;
	}

	.about_row {
		margin: 0;
	}

	.about_item {
		width: 100%;
		padding: 15px 38px;
		margin: 0 0 20px;
		border-radius: 10px;
	}

	section.features2 {
		padding: 60px 0;
	}

	.features2_row {
	}

	.features2_item {
		padding: 15px;
		margin: 0 0 25px;
		text-transform: none;
		border-radius: 10px;
	}

	.features2_item:nth-child(1) {
		max-width: 100%;
		padding-right: 62px;
	}

	.features2_item:nth-child(1) img {
		width: 62.88px;
		height: 76.06px;
		top: 5px;
		right: 7px;
	}

	.features2_item:nth-child(2) {
		max-width: 100%;
		padding-right: 69px;
	}

	.features2_item:nth-child(2) img {
		width: 63px;
		height: 59.75px;
		top: 14px;
		right: 7px;
	}

	.features2_item:nth-child(3) {
		max-width: 100%;
		padding-right: 73px;
	}

	.features2_item:nth-child(3) img {
		width: 78.82px;
		height: 69px;
		bottom: 16px;
		right: 7px;
		top: auto;
	}

	.features2_item:nth-child(4) {
		max-width: 100%;
	}

	.features2_item:nth-child(4) img {
		width: 110.75px;
		height: 72.97px;
		top: -22px;
		right: -8px;
		transform: rotate(-14.11deg);
	}

	.features2_item:nth-child(5) {
		max-width: 100%;
		padding-right: 98px;
		padding-bottom: 15px;
	}

	.features2_item:nth-child(5) img {
		width: 72.76px;
		height: 87.84px;
		right: 6px;
		top: 2px;
		transform: rotate(8.37deg);
	}

	.features2_button {
		margin: 5px auto 0;
		height: 50px;
	}

	section.programms {
		padding: 60px 0 26px;
	}

	section.programms .section-title {
		margin-bottom: 65px;
	}

	.programms_row {
		justify-content: space-around;
	}

	.programms_item {
		border-radius: 10px;
		margin-bottom: 45px;
		padding: 30px 20px;
	}

	.programms_item-duration {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 5px;
	}

	span.programms_item-price {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	section.teachers {
		padding: 60px 0 78px;
	}

	section.teachers .section-title {
		max-width: 220px;
		margin: 0 auto 53px;
	}

	img.teachers_item-img {
		width: 100%;
		height: 50%;
		object-fit: cover;
		margin-bottom: 15px;
	}

	.teachers_item-title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.teachers_item-exp {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 10px;
	}

	.teachers_item-description {
		font-size: 16px;
		line-height: 19px;
	}

	section.diploms {
		padding: 60px 0 156px;
	}

	section.diploms .container {
		flex-direction: column-reverse;
		align-items: center;
	}

	.section-title.mobile {
		margin-bottom: 40px;
		max-width: 100%;
		text-align: center;
	}

	.diploms_slider {
		width: 230px;
		margin-bottom: 87px;
	}

	img.diploms_item {
		width: 230px;
		height: 345px;
	}

	.section-title.mobile span {
		display: block;
	}

	.diploms_main {
		max-width: 100%;
	}

	img.diploms_main-img {
		width: 171px;
		height: 230px;
		transform: none;
		left: -10px;
	}

	.diploms_main-text {
		max-width: 192px;
		font-size: 12px;
		line-height: 14px;
		margin-right: 0;
	}
	
	.diploms_main img.logo {
		position: absolute;
		bottom: 85px;
		right: 50px;
		max-height: 50px!important;
		margin: 0;
		max-width: 120px;
	}

	section.reviews {
		padding-bottom: 69px;
	}

	section.reviews .container {
		flex-direction: column-reverse;
		justify-content: center;
		text-align: center;
	}

	section.reviews .section-title {
		margin: 0;
		margin-bottom: 42px;
	}

	.reviews_slider {
		width: 186px;
		border-radius: 30px;
		margin: 0 auto;
		padding-top: 6px;
	}

	.reviews_slider:before {
		height: 373px;
		background-size: calc(100% + 4px) 100%;
	}

	.reviews_slider .owl-stage-outer {
		border-radius: 30px;
	}

	img.reviews_item {
		width: 164.25px;
		height: 359.43px;
	}

	section.callback {
		padding: 60px 0 65px;
	}

	footer {
		padding: 55px 0 0;
		text-align: center;
	}

	.footer_row {
		justify-content: space-around;
	}

	.footer_column {
		font-size: 14px;
		line-height: 152%;
		margin-bottom: 40px;
	}

	.footer_column.contacts ul li a {
		justify-content: center;
		margin-bottom: 14px;
	}

	.footer_column-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 20px;
	}

	.footer_column.contacts ul li a.email {
		margin-bottom: 0;
	}

	.owl-nav span {
		width: 78px!important;
		margin: 0 5px!important;
	}

	.popup {
		max-width: 450px;
		padding: 35px 15px 30px;
		overflow: hidden;
	}

	.programm_top {
		flex-direction: column;
		margin-bottom: 30px;
	}

	img.programm_img {
		margin: 0 0 15px;
		width: 100%;
		height: auto;
	}

	span.programm_title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	p.programm_description {
		font-size: 14px;
		line-height: 17px;
	}

	.programm_features {
		margin-bottom: 6px;
	}

	.popup_main {
		flex-direction: column-reverse;
	}

	.popup_main .right p {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 20px;
	}

	.popup_main .left p {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 20px;
	}

	.popup_main .right {
		margin-bottom: 10px;
	}

	.programm_features2-item {
		font-size: 14px;
		line-height: 17px;
	}

	.programm_features2 {
	}

	.programm_form {
		padding: 25px 15px 0;
	}

	p.programm_form-price {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
		max-width: 175px;
	}

	span.programm_form-abonements {
		margin-bottom: 20px;
	}

	a.button.programm_form-button {
		padding: 10px 50px;
		font-size: 18px;
		line-height: 22px;
	}

	.programm_form:after {
		position: relative;
		width: 323px;
		height: 222px;
		left: -10px;
		top: 0;
		margin-bottom: -30px;
	}

	span.programm_form-system {
		font-size: 14px;
		line-height: 17px;
	}

	.popup ul.about_list {
		margin-bottom: 14px;
	}

	.popup ul.about_list li {
		margin-bottom: 16px;
	}

	.popup ul.about_list li:before {
	}

	#popup4 .popup_main .left p strong span {
	}

	.popup_main ul.about_list li {
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
	}

	.popup_main .left {
	}

	.popup .popup_main ul.about_list {
		margin-bottom: 0;
	}

	#popup4 .popup_main {
		margin-bottom: 6px;
	}

	.programm_form-item {
		max-width: 270px;
		width: 100%;
		margin: 0 auto 60px;
		padding-bottom: 30px;
	}

	#popup4 .programm_features2 {
		margin-bottom: 6px;
	}

	.programm_form-item:last-child {
		margin-bottom: 0;
	}

	span.programm_item-title {
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 25px;
	}

	span.programm_item-title span {
		font-size: 14px;
		line-height: 17px;
	}

	.programm_form-item ul li {
		font-size: 14px;
		line-height: 129%;
	}

	span.programm_item-price {
		font-size: 24px;
		line-height: 30px;
	}

	.programm_item-button {
		font-size: 20px;
		line-height: 25px;
		padding: 10px;
	}
}

@media(max-width:450px) {
	body {
		zoom: 1;
	}
}