@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*Общие*/
* {
	margin: 0;
	padding: 0;
	border: none;
}

body, html {
	width: 100%;
	height: 100%;
	font-family: "Montserrat", sans-serif;
}

body._lock {
	overflow: hidden;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	max-width: 100%;
	max-height: 100%;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #808080;
	width: 70%;
	margin: 5px auto;
}

h1 {
	font-size: calc(24px + 16 * ((100vw - 320px) / (1400 - 320)));
}
h3 {
	font-size: calc(20px + 20 * ((100vw - 320px) / (1400 - 320)));
	letter-spacing: 5px;
}
ul {
	list-style: none;
}

.page_title {
	text-align: center;
}

.wrapper {
	width: 100%;
}

@media (max-width: 1200px) { 
	section {
	max-width: 970px;}
}
@media (max-width: 992px) {
	section {
 max-width: 750px;}
}
@media (max-width: 767px) { 
	section {
	max-width: none;}
}

.page {
	padding: 90px 0 0 0;
}

.page_section {
	padding: 40px 40px 20px 40px;
	max-width: 1400px;
	margin: 0 auto;
}

.page_section_1 {
	background: url("../img/back/section1.png") repeat-x;
}

.page_section_4_wrapper {
	background-color: #FFA708;
	border-radius: 25px;
}

.page_section_5_wrapper {
	background-color: #dabbff;
	border-radius: 25px;
}


.page_section_7 {
	background: url("../img/back/forma1.png");
}

/*Шапка*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;
}

.header_container {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	padding: 1% 20px;
	align-items: center;
	justify-content: space-between;
	min-height: 70px;
}

.header_logo {
	height: 60px;
	align-self: center;
}

.menu_icon {
	display: none;
}

.menu_list>li {
	margin-left: 20px;
	white-space: nowrap;
}

.menu_link {
	position: relative;
}

.menu_link:hover:before {
	transform: scaleX(1);
	transition: transform 0.35s;
	transform-origin: left;
}

.menu_link:before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #6F2480;
	position: absolute;
	left: 0;
	bottom: -5px;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.35s;
}

@media (min-width: 851px) {
	.menu_list {
		display: flex;
		align-items: center;
	}
	.menu_list>li {
		padding: 10px 0;
	}
}

@media (max-width: 850px) {
	.menu_icon {
		z-index: 5;
		display: block;
		position: relative;
		width: 30px;
		height: 18px;
		cursor: pointer;
	}
	.menu_icon span,
	.menu_icon::before,
	.menu_icon::after {
		left: 0;
		position: absolute;
		height: 10%;
		width: 100%;
		transition: all 0.3s ease 0s;
		background-color: #000;
	}
	
	.menu_icon::before,
	.menu_icon::after {
		content: "";
	}
	
	.menu_icon::before{
		top: 0;
	}
	.menu_icon::after {
		bottom: 0;
	}
	
	.menu_icon span {
		top: 50%;
		transform: scale(1) translate(0px, -50%);
	}
	
	.menu_icon._active span {
		transform: scale(0) translate(0px, -50%);
	}
	.menu_icon._active::before {
		top: 50%;
		transform: rotate(-45deg) translate(0px, -50%);
	}
	.menu_icon._active::after {
		bottom: 50%;
		transform: rotate(45deg) translate(0px, 50%);
	}
	
	.menu_body {
		position: fixed;
		top: 0;
		left: -200%;
		width: 100%;
		height: 100%;
		background-color: #dabbff;
		padding: 100px 30px 30px 30px;
		transition: left 0.3s ease 0s;
		overflow: auto;
	}
	
	.menu_body._active {
		left: 0;
	}
	
	.menu_body::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 70px;
		background-color: #fff;
		z-index: 2;
	}
	
	.menu_list>li {
		margin-bottom: 20px;
	}
	.menu_list>li:last-child {
		margin-bottom: 120px;
	}
	
	.menu_link {
		font-size: 24px;
	}
	
	.header_logo {
	height: 40px;
	z-index: 6;
	}
}

/*1 блок*/

.page_section_1 {
	display: flex;
}

.page_section_1_column_mini {
	flex: 0 0 30%;
	margin-left: -40px;
}

.page_section_1_column1 {
	display: inline-block;
	max-width: 80%;
	height: 90%;
	background-color: #fff;
	border-radius: 0 25px 25px 0;
}

.page_section_1_column1>img {
	max-width: 60%;
	padding-left: 10%;
}

.page_section_1_column1 .img1 {
	max-width: 35%;
	position: relative;
	left: 75%;
}

@media (max-width: 1017px) {
	.page_section_1_column1 .img1 {
		bottom: -7%;
	}
}

.page_section_1_column1>h1 {
	padding: 5%;
}

.page_section_1_column2 {
	margin: 0 5% 0 2%;
	display: inline-block;
	max-width: 85%;
	height: 90%;
	background-color: #fff;
	border-radius: 25px;
	border: 2px solid #000;
}

.page_section_1_column2_title {
	text-align: center;
	border-bottom: 2px solid #000;
	border-radius: 25px;
	padding: 2% 0;
	font-size: calc(13px + 8 * ((100vw - 320px) / (1400 - 320)));
}

.page_section_1_column2_sub-title {
	display: inline-block;
	background-color: #fcc15b;
	border-radius: 25px;
	margin: 3% 5% 3% 5%;
	padding: 5px 20px;
	font-size: calc(14px + 9 * ((100vw - 320px) / (1400 - 320)));
}

.page_section_1_column2_text>span {
	color: #8c3d99;
	font-size: calc(23px + 12 * ((100vw - 320px) / (1400 - 320)));
	font-weight: 700;
}

.page_section_1_column2_text {
	font-size: calc(15px + 14 * ((100vw - 320px) / (1400 - 320)));
	margin-left: 8%;
	margin-right: 15%;
}

@media (max-width: 658px) {
	.page_section_1_column_mini {
	display:none;
	}
	.page_section_1_column2 {
	margin-left: 6%;
	display: inline-block;
	max-width: 90%;
}
	.page_section_1_column2_text {
	margin-right: 8%;
	}
}

/*Popup*/

.popup {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgb(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.8s ease 0s;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 3;
}

.popup.open {
	opacity: 1;
	visibility: visible;
}

.popup_body {
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 10px 30px 10px;
}

.popup_content {
	background-color: #FFA708;
	color: #000;
	max-width: 1000px;
	padding: 30px;
	position: relative;
}

.popup_close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
}

.popup_title {
	font-size: calc(20px + 5 * ((100vw - 320px) / (1400 - 320)));
	margin: 0 1em 1em 0;
	width: 90%;
}

.popup-link {
	color: #fff;
	background-color: #000;
	border-radius: 20px;
	padding: 5px 9px;
	float: right;
	margin: 5% 5% 13% 2%;
	font-size: calc(14px + 6 * ((100vw - 320px) / (1400 - 320)));
	text-align: center;
}

.popup-link:hover {
	background-color: #6F2480;
	cursor: pointer;
}

.block_row {
	display: flex;
	flex-wrap: wrap;
}

/*2 блок*/
.format_body {
	margin-top: 2%;
	display: flex;
}
.format_content {
	flex: 0 1 60%;
}

.format_video {
	position: relative;
	flex: 0 1 40%;
}

.video_item_mobile {
	display: none;
}
@media screen and (max-device-width: 768px) {
	.format_content {
	flex: 0 1 100%;
}
.format_video {
	flex: 0 1 100%;
}
.video_item {
	display: none;
}
.video_item_mobile {
	display: block;
	width: 100%;
	height: 100%;
}
.format_body {
	flex-wrap: wrap;
}
.subject_column_top {
	margin-top: 2%;
}
.subject_column_bottom {
	letter-spacing: 5px;
}
}
.video_item {
	margin-left: -40px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.subject_column_top,
.about_subject_column_top,
.about_subject_column_bottom,
.details_column_bottom {
	display: flex;
	text-align: center;
}

.subject_title,
.liter, .rus, .ang,
.about_subject_column_bottom>i,
.details_column_bottom>i {
	flex: 0 1 33%;
	margin: 2px;
}

.subject_title {
	font-weight: 600;
	font-size: calc(11px + 9 * ((100vw - 320px) / (1400 - 320)));
	border-radius: 25px;
	padding: 2px;
}

.title_liter {
	background-color: #7CC09A;
}

.title_rus {
	background-color: #DABBFF;
}

.title_ang {
	background-color: #FFC05A;
}

.subject_column_bottom {
	text-align: center;
	font-size: calc(15px + 15 * ((100vw - 320px) / (1400 - 320)));
	letter-spacing: 10px;
	font-family: "Caveat", sans-serif;	
	margin: 2% 0;
}

.about_subject_column_top {
	font-size: calc(10px + 4 * ((100vw - 320px) / (1400 - 320)));
}
.about_subject_column_bottom {
	font-size: calc(10px + 5 * ((100vw - 320px) / (1400 - 320)));
	margin: 2% 0;
}

.about_subject_column_top>i, .about_subject_column_bottom>i{
	padding: 1%;
	align-content: center;
}

.liter {
	border: 2px solid #7CC09A;
	border-radius: 15px;
}
.rus {
	border: 2px solid #DABBFF;
	border-radius: 15px;
}
.ang {
	border: 2px solid #FFC05A;
	border-radius: 15px;
}
.details_column_top, .column2 {
	display: flex; 
	justify-content: center;
}
.details_column_top>p {
	font-size: calc(15px + 5 * ((100vw - 320px) / (1400 - 320)));
	font-weight: 600;
	margin: 1% 0;
	background-color: #e8e8e8;
	border-radius: 25px;
	padding: 1% 5%;
}

.details_item {
	text-align: center;
	font-size: calc(13px + 5 * ((100vw - 320px) / (1400 - 320)));
	margin: 2% 3%;
	background-color: #e8e8e8;
	border-radius: 20px;
	padding: 2% 3%;
}

/*3 блок*/
.block_row_teachers {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #884799;
	margin-top: 2%;
	align-items: center;
}
.block_column_teachers {
	flex: 0 0 49%;
	padding: 0 1% 0 0;
	
}
.block_item_teachers {
	font-size: 17px;
	margin-bottom: 2%;

}
.item-teachers_title {
	background-color: #884799;
	color: #fff;
	border-radius: 25px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	padding: 2% 3%;
	margin-bottom: 2%;
}

.item-teachers_text {
	background-color: #000;
	color: #fff;
	border-radius: 15px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 2%;
	margin: 0 0 2% 1%;
}


.video_teachers {
	max-width: 80%;
	margin-left: 10%;
}
@media (max-width: 663px) {
	.block_column_teachers {
	flex: 0 0 100%;
}
	.block_column_teachers_1 {order: 2;}
	.block_column_teachers_2 {order: 1;}
}
/*4 блок*/
.page_section_4_wrapper>.page_title {
	padding-top: 5%;
	
}
.slick-list {
	overflow: hidden;
}

.slick-track {
	display: flex;
	padding-right: -1%;
}

.slider_1 {
	padding-bottom: 2%;
}
.slider_1 .slick-track {
	align-items: center;
}

.slider_1 .slick-slide{
   padding-right: 0.2%;
}

/*5 блок*/
.page_section_5_wrapper>.page_title {
	padding-top: 5%;
	
}
.tabs {
	padding-top: 2%;
	height: 100%;
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.tabs label {
	order: 1;
	display: block;
	padding: 10px 0;
	background: #fdba00;
	border-radius: 25px;
	text-align: center;
	flex: 0 1 32%;
	margin-left: 1%;
	font-weight: 600;
	font-size: calc(12px + 8 * ((100vw - 320px) / (1400 - 320)));
}

.tabs .tab {
	order: 99;
	flex-grow: 1;
	width: 100%;
	display: none;
	background: #dabbff;
	padding-bottom: 10%;
}

.tabs input[type="radio"] {
	display: none;
}

.tabs input[type="radio"]:checked+label {
	background: #fff;
}

.tabs input[type="radio"]:checked+label+.tab {
	display: flex;
}

.tab>article {
	float: left;
	flex: 0 1 25%;
	height: 100%;
	border-radius: 25px;
	background-color: #ffffff;
	margin-top: 20px;
	margin-left: 1%;
	padding-top: 1%;
	position: relative;
}

.tab>article>h2 {
	text-align: center;
	font-size: calc(8px + 12 * ((100vw - 320px) / (1400 - 320)));
	margin-top: 4%;
}

.tab>article>p {
	width: 80%;
	display: inline-block;
	margin-left: 10%;
	margin-top: 5%;
	font-size: 14px;
}

.price {
	display: block;
	text-align: center;
	background-color: #fdba00;
	padding: 5px;
	font-weight: 600;
	margin: 4% auto;
	width: 60%;
	transform:rotate(-3deg);
	font-size: calc(14px + 6 * ((100vw - 320px) / (1400 - 320)));
}

.price_1 {
	margin-top: 12%;
}
@media (max-width: 663px) {
	.tabs input[type="radio"]:checked+label+.tab {
		flex-direction: column;
	}
	.tab>article {
	flex: 0 1 80%;
	}
	.tab>article>p {
		text-align: center;
	}
	.tab>article>h2 {
		font-size: 20px;
	} 
	.price
	{
		font-size: 20px;
	} 
	.price_1 {
	margin-top: 4%;
}
}
/*6 блок*/
.page_section_6 {
	position: relative;
}
.page_section_6>h3 {
	float: right;
	margin-right: 20%;
	font-size: calc(24px + 76 * ((100vw - 320px) / (1400 - 320)));
}

.block_item_6 {
	margin: 0 0 20px 0;
}

.block_title_6 {
	position: relative;
	padding: 5px 15px 5px 30px;
	cursor: pointer;
	background-color: #dabbff;
	border-radius: 25px;
	display: inline-block;
	font-size: calc(17px + 3 * ((100vw - 320px) / (1400 - 320)));
}

.block_title_6:before {
	content: '';
    width: 0;  
	height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #000;	
	position: absolute;
	left: 10px;	top: 10px;
	transition: all 0.3s ease 0s;
}

.block_title_6.active:before {
	transform: rotate(90deg)
}

.block_text_6 {
	padding: 10px 0 0 0;
	display: none;
	width: 60%;
	font-size: calc(14px + 6 * ((100vw - 320px) / (1400 - 320)));
	padding-left: 3%;
}

.page_section_6>img {
	max-height: auto;
	max-width: 30%;
	position: absolute;
	right: 8%;
	top: 33%;
	
	animation: faq 2s infinite;
}

@keyframes faq {
	0%{
		transform: scale(1);
	}
	
	50%{
		transform: scale(1.2);
	}
	
	100%{
		transform: scale(1);
	}
}

@media (max-width: 767px) { 
	.page_section_6>h3 {
		float: unset;
		margin-bottom: 1%;
	}
	.block_text_6 {
	width: 90%;
	}
	.page_section_6>img {
		display: none;
	}
}

/*7 блок*/
.block_column {
	flex: 0 0 50%;
}

.block_item_1>h3 {
	padding-bottom: 37%;
}

.block_item_1>h3>span {
	background-color: #dabbff;
	padding: 4px;
}

.block_item_1 {
	font-size: calc(19px + 6 * ((100vw - 320px) / (1400 - 320)));
}

/*Форма обратной связи*/

.form {
	max-width: 350px;
	background-color: #fff;
	border-radius: 25px;
	padding: 4%;
	margin-left: 10%;
	margin-top: 1%;
}

.form * {
	outline: none;
}

.form_item {
	margin-bottom: 3%;
}

.form_label {
	font-size: calc(14px + 4 * ((100vw - 320px) / (1400 - 320)));
	font-weight: 500;
	display: block;
	margin-left: 3%;
	padding-bottom: 1%;
}

.form_input {
	height: 25px;
	padding: 0 15px;
	font-size: 18px;
	width: 90%;
	border-radius: 15px;
	background-color: #e6e6e6;
}

.form_input._error {
	box-shadow: 0 0 15px #fea805;
}
	
.options_label {
	cursor: pointer;
}

.form_button {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	background-color: #000;
	color: #fff;
	font-size: calc(14px + 4 * ((100vw - 320px) / (1400 - 320)));
	font-weight: 200;
	letter-spacing: 1px;
	cursor: pointer;
	border-radius: 20px;
	margin-left: 25%;
	margin-top: 5%;
}

.form_button:hover {
	background-color: #6F2480;
}

.form_body>p {
	font-size: calc(9px + 4 * ((100vw - 320px) / (1400 - 320)));
	margin-top: 3%;
	text-align: center;
}

.form_body>p>a {
	text-decoration: underline;
}

@media (max-width: 739px) {
	.block_column {
	flex: 0 0 100%;
}
	.block_item_1>h3 {
	padding-bottom: 3%;
}
	.form {
		max-width: 90%;
		margin-top: 3%;
		margin-left: 2%;
	}
}
	
/*Футер*/

.footer_top {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
}

.footer_column {
	flex: 0 0 49%;
}

.footer_title {
	font-weight: 500;
	margin-bottom: 2%;
}
.contact>img {
	width: 70%;
}

.contact {
	background-color: #000;
	border-radius: 25px;
	display: inline-flex;
	justify-content: center;
	padding: 0;
}

.footer_bottom {
	padding: 2% 0 0 8%;
	display: flex;
	flex-wrap: wrap;
}

.footer_bottom>a {
	padding-right: 5%;
	font-weight: 500;
}
@media (max-width: 1012px) {
	.footer_bottom {
	padding: 2% 0 0 0;
	}
	.footer_bottom>a {
	padding-right: 1%;
	}
}

@media (max-width: 663px) {
	.footer_column {
	flex: 0 0 100%;
	margin-bottom: 3%;
	}
	.footer_bottom>a:not(:last-child) {
		padding-right: 2%;
		padding-bottom: 4%;
	}
}