

html {
	display: flex;
}

.container{
	width: 100%;
	height: 100%;
}

body {
	background: #0E0E0E;
	padding: 0;
	margin: 0;
}

textarea {
	width: 100%;
	resize: none;
}

/* Ставим кнопку по центру */

.content {
	text-align: center;
}

/* Стили для содержимого popup окна */

input, textarea {
		color: black;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    margin: 0 0 10px;
		padding: 5px;
    width: 100%;
		font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height: 1.5;
}

input:focus {
	border-color: #808080;
	outline: none;
}

textarea:focus {
	border-color: #808080;
	outline: none;
}

/* Окно */
#pop_message{
	height: 11vh;

}
.overlay_popup {
	display:none;
	position:fixed;
	z-index: 999;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#000;
	opacity:0.5;
}

.phone {
	display: flex;
	margin: 0 0 0 auto;
}

.phone a.show_popup {
	color: #EE317D;
	font-size: 1em;
	font-family: Roboto, sans-serif;
	font-weight: 100;
	line-height: 1.3;
	text-decoration: none;
	cursor: pointer;
	margin: 18px 0 0 0;
}

.phone a.show_popup:hover {
	color: #fff;
}

.popup {
	/*display:flex;*/
	justify-content: center;
	display: none;
	position: relative;
	z-index: 1000;
	margin:0 auto 0;
	width:50%;
	height: 70vh;
}

/* Ещё немного стилей для popup окна */

.pop_menu{
	display: flex;
	flex-basis: 100%;
}

.object{
	position: fixed;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: #eee;
	padding: 10px 10px;
	margin: 0 auto 0;
}

.pop_title{
	display:flex;
	justify-content: center;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 35px;
	font-size: 1.5em;
	margin: 15px auto 30px;
	color:#000000;
}

.pop_p{
	font-weight: 600;
	font-size: 1em;
	font-family: Roboto, sans-serif;
	color:#000000;
}

.pop_p_num{
	font-weight: 600;
	font-size: 1em;
	font-family: Roboto, sans-serif;
	color:#000000;
}

.icon_close{
		display:flex;
		flex-direction: row-reverse;
		cursor: pointer;
}

.circle {
  width: 3em; /* поддерживаются любые единицы, в том числе проценты */
  margin: 1em auto;
  background: linear-gradient(270deg, #752663 0%, #EE317D 103.33%);
  border-radius: 50%;
  position:fixed;
	right:30px;
	bottom:30px;
  cursor: pointer;
  display: none;
}

.circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
}

.circle img{
	position: absolute;
	top: 30%;
    left: 30%;
}

.hbutton {
	background: linear-gradient(270deg, #752663 0%, #EE317D 103.33%);
	padding: 5px 13px 5px 15px;
	border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position:fixed;
	right:120px;
	bottom:55px;
  cursor: pointer;
  display: none;
  cursor: pointer;
  text-decoration: none;
  color:#fff;
  color: #fff;
	font-size: 1em;
	font-family: Roboto, sans-serif;
	font-weight: 100;
	line-height: 1.3;
}

a{
	color: #EE317D;
}

h1 {
	color: #fff;
	font-size: 3rem;
	font-family: Roboto, sans-serif;
	font-weight: 600;
}

h2 {
	color: #752663;
	font-size: 3rem;
	font-family: Roboto, sans-serif;
	font-weight: 600;
}

h4 {
	color: #fff;
	font-size: 1.2em;
	font-family: Roboto, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
}

p {
	color: #fff;
	font-size: 1em;
	font-family: Roboto, sans-serif;
	font-weight: 100;
	line-height: 1.3;
	letter-spacing: 1px;
}

input[type=button] {
	font-size: 1em;
	font-family: Roboto, sans-serif;
	font-weight: 100;
	line-height: 1.3;
}

.defult_button {
	display: flex;
	width: 200px;
height: 45px;
background: linear-gradient(270deg, #752663 0%, #EE317D 103.33%);
border: none;
color: #fff;
font-size: 1em;
	font-family: Roboto, sans-serif;
	font-weight: 100;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.hover_button{
	display: flex;
	width: 200px;
	height: 45px;
	background: #EE317D;
	color: #fff;
	font-size: 1em;
	font-family: Roboto, sans-serif;
	font-weight: 100;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.disabled_button {
	width: 35%;
height: 45px;
background: linear-gradient(270deg, rgba(117, 38, 99, 0.3) 0%, rgba(238, 49, 125, 0.3) 103.33%);
border: none;
color: #000;
}

.header {
	padding: 30px 145px 0 145px;
display: flex;
}

.logo {
display: flex;
}

.menu ul {
	color: #fff;
	list-style: none;
	display: flex;
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-weight: 200;
}

.menu ul a{
margin: 0 24px 0 0;
color: #fff;
	list-style: none;
	display: flex;
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-weight: 200;
	text-decoration: none;
}

.menu ul a:hover {
	color: #EE317D;
	cursor: pointer;
	transition: all 0.25s;
}



.main_1_screen {
	padding: 80px 0 0 0;
	display: flex;
	justify-content: center;
}

.text_1_screen {
	display: flex;
	flex-direction: column;
	flex-basis: 35%;
}

.pic_1_screen {
	display: flex;
	flex-direction: column;
	flex-basis: 20%;
}

.pic_1_screen img{
}

.text_1_screen p, h1 {
	margin: 15px 0 0 0;
}

#time_is_over {
	margin: 50px 0 0 0;
}

.counter_1_screen {
padding: 100px 0 0 0;
	display: flex;
	width: 75%;
	justify-content: center;
}

.counter {
	margin: 35px 0 0 0;
	display: flex;
	flex-direction: column;
}

.num {
display: flex;
margin: 15px 0 35px 0;
}

.wrap_counter {
display: flex;
flex-wrap: wrap;
margin: 0 15px 0 0;
width:100px;
}

.block {
	display: flex;
background:#fff;
padding: 12px 12px;
margin: 0 4px 0 4px;
	font-family: Roboto, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
}

.wrap_counter_label {
display: flex;
flex-wrap: wrap;
flex-basis: 100%;
padding: 0;
margin: 0:;
}

.down {
	display: flex;
	justify-content: center;
	margin: 0 0 0 0;
}

.you_want_2_screen {
	display: flex;
	justify-content: center;
	margin: 100px auto 0;
	flex-wrap: wrap;
}

.you_want_3_screen {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.you_want_4_screen {

		display: flex;
		flex-direction: row;
}

#posCent{
text-align: center;
margin:30px 20px;
}

.you_want_pic2{
	display:flex;
	width: 327px;
  height: 192px;
  margin:13% 10% 0 5%;
}

.title {
	display: flex;
	justify-content: center;
	flex-basis: 100%;
	text-align: center;
}

.you_want_text{
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	margin: 10% auto 0 0;
}

.you_want_string {
	display: flex;
	align-items: center;
	width: 100%;
}


.you_want_string h2 {
	margin: 0 15px 0 0;
}

.team_3_screen {
	display: flex;
	width: 65%;
	justify-content: center;
	margin: 100px auto 0;
	flex-wrap: wrap;
}

.team_block {
	margin: 30px 7px 0;
}

.teachers_4_screen {
	display: flex;
	width: 75%;
	justify-content: center;
	margin: 100px auto 0;
	flex-wrap: wrap;
}

.all_teachers{
display: flex;
margin: 30px 0;
}

.all_teachers img {
	margin: 0 5px;
}

.about_teacher {
	display: flex;
	justify-content: center;
	margin: 30px auto 0;
	flex-wrap: wrap;
}

.teacher_descripnion {
	display: flex;
	flex-direction: column;
	margin: 0 20px;
}

.teacher_descripnion h4{
	margin:20px 0 0 0;
}

.teacher_video {
	margin-left:0.9em;
	flex-basis: 50%;
}

.teacher_video video{
	width: 720px;
	height: 400px;
}

.casting_5_screen {
	display: flex;
	width: 75%;
	justify-content: center;
	margin: 100px auto 0;
	flex-wrap: wrap;
}

.casting_5_screen i{
	font-size: 0.85em;
	margin-top: 3px;
}

.casting_5_screen p{
	display: flex;
	flex-basis: 100%;
	justify-content: center;
	text-align: center;
	margin:0;
}

.map iframe{
	width: 720px;
	height: 250px;
	margin-top: 10px;
}

.rules_6_screen {
	display: flex;
	width: 75%;
	justify-content: center;
	margin: 100px auto 0;
	flex-wrap: wrap;
	flex-direction: column;
}

.rules_6_screen h1{
margin: 0 0 20px;
}

.string_wrap {
margin: 0 auto;
}

.sting {
	display: flex;
}

.sting img{
	margin: 0 25px 0 0;
}

.form_7_screen {
	display: flex;
	width: 75%;
	justify-content: center;
	margin: 100px auto 0;
	flex-wrap: wrap;
	flex-direction: column;
}

form {
	width: 470px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	justify-content: center;
}

form input{
	height: 45px;
	margin: 10px 0;
}

.input_num{
	height: 45px;
	margin: 10px 0;
}

form label {
	color: #fff;
	font-size: 1em;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	margin: 10px 0 0 0;
}

.select_style{

    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 482px;
    height: 57px;
    padding: 0 23px 0 11px;
    margin: 10px 0;
    border-radius: 3px;
    font-size: 14px;
    font-family: Roboto ,sans-serif;
    color: #333;
		-moz-border:0px;
    /* Убираем стандартное поведение для браузеров (без него селекты будут системные) */
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: transparent;
    /* Иконка стрелки вниз для селекта  */
    background: url(select.svg) right center no-repeat #fff;

}

form textarea{
	margin: 10px 0;
}

form p {
	text-align: center;
	color: #fff;
	font-size: 0.9em;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	margin: 10px 0 0 0;
}

input[value="+7 "]{
	padding: 0 0 0 10px;
font-size: 1em;
	font-family: Roboto, sans-serif;
	font-weight: 500;
}

form input[type=button] {
	margin: 30px auto 0;
}

.partners_8_screen {
	display: flex;
	width: 75%;
	justify-content: center;
	margin: 100px auto 0;
	flex-wrap: wrap;
	flex-direction: column;
}

.partners {
	margin: 75px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.partners img{
margin: 15px 15px 15px 15px;
}

hr {
	height: 7px;
	background: #fff;
	margin: 0;
}

.footer {
	display: flex;
	width: 94%;
	justify-content: center;
	margin: 30px 3% 0 3%;
	flex-wrap: wrap;
	flex-direction: column;
}

.footer_head{
	margin: 20px 0 20px 0;
}

.footer_cont{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer_author{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-basis:45%;
}

.footer p {
	/*margin: 0 0 30px 50px;*/
	/*display: flex;*/
}

.footer_info{
	flex-basis: 80%;
	font-family: Roboto, sans-serif;
}

.footer_doc{
	margin: 20px 0 30px auto;
	display: flex;
	color: #EE317D;
	font-family: Roboto, sans-serif;
}
.row {
	display: flex;
}

.col {
	flex-basis: 23.5%;
}

.col p{
	flex-basis: 100%;
	flex-wrap: wrap;
}

@media (min-width: 1921px) {
	.teachers_4_screen {
	display: flex;
	width: 75%;
	justify-content: center;
	margin: 100px auto 0;
	flex-wrap: wrap;
	}

	.all_teachers{
	display: flex;
	flex-basis: 100%;
	justify-content: center;
	margin: 30px auto;
	}

	.all_teachers img {
		margin: 0 5px;
	}

	.about_teacher {
		display: flex;
		flex-wrap: wrap;
		flex-basis: 100%;
	}

	.teacher_descripnion {
		display: flex;
		flex-direction: column;
		margin: 0 20px;
	}

	.teacher_video {
		display: flex;
		justify-content: center;
		/*margin: 20px auto 0;*/
		flex-basis: 100%;
		flex-wrap: wrap;
	}

	.teacher_video video{
		width: 720px;
		height: 400px;

	}

	.circle {
	right:75px;
}

}

@media (max-width: 1080px) {
	.text_1_screen{
		margin: 0 0 0 20px;
	}
}

@media (min-width: 1025px) {
	.logo{
		margin:0 auto 0 -110px;
	}
}

@media (min-width: 1024px) {
		.circle {
		right: 90px;
		}
		.hbutton {
		right:132px;
		}
		#aisa {
			height: 243px;
		}
		#linar {
			height: 234px;
		}
		.about_teacher img{
			width: 345px;
		  height: 234px;
			margin: 10px 0 0 0;
		}
		.object{
			margin-top: -70px;
		}

}

@media (max-width: 1024px) {
	#aisa {
		height: 240px;
	}

.col{
	flex-basis: 45%;
}

.header {
	padding: 10px;
}

.footer_author{
		flex-basis: 45%;
}

.row{
	flex-wrap: wrap;
}

.popup {
	margin:0 auto 0;
	width:100%;
}

.pop_p {
	font-size: 1.5em;
	font-weight: 500;
}

.pop_title {
	font-size: 2em;
}

.object{
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: #eee;
	padding: 10px 10px;
	margin-top: -8%;
}

.circle {
	display: none;
}

.phone a.show_popup {
	margin: 18px 15px 0 0;
}

.you_want_string {
	display: flex;
	align-items: center;
	width: 100%;
}

.text_1_screen {
	display: flex;
	margin: 0 5%;
}

.team_3_screen {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 100px auto 0;
	flex-wrap: wrap;
}

.team_block {
	margin: 30px 25px 0;
	width: 25%;
}

.team_block img{
	width: 230px;
}

.pic_1_screen img{
	width: 400px;
}

.about_teacher img{
  width: 345px;
  height: 234px;
	margin: 10px 0 0 0;
}

}

@media (min-width: 993px) {
	.reverse {
		display: flex;
		flex-direction:row;
	}
	.reverse img{
		margin: 0 auto 0 15px;
	}
}

@media (max-width: 993px) {

	.reverse img{
		margin: 0 auto 0 auto;
	}


.reverse .teacher_video{
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
}

}
@media (max-width: 993px) and (min-width: 768px) {
	.reverse {
		display: flex;
    flex-direction: row-reverse;
    width: 100%;
    flex-wrap: wrap;
    height: 33%;
	}
}

@media (max-width: 920px) {
	.footer_doc{
		margin: 0 0 30px 0;
	}
}

@media (max-width: 900px) {
.teacher_descripnion{
	display: flex;
  flex-direction: column;
  margin: 0px auto;
}
.col{
	flex-wrap: wrap;
}

.about_teacher img{
	width: 80%;
	height: 380px;
}

.about_teacher h4{
	margin: 15px 0 0 0;
	font-size: 2em
}

.text_1_screen {
	display: flex;
	text-align: center;
	flex-basis: 50%;
}
.pic_1_screen {
	display: none;
}
.reverse {
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
	flex-wrap: wrap;
	height: 57%;
}

}

@media (max-width: 768px) {
	.reverse{
		display: flex;
    flex-direction: column-reverse;
    width: 100%;
    flex-wrap: wrap;
    height: 72%;
	}
	#btnGo{
		margin: 15px auto 30px auto;
	}
	.num{
		margin: 15px auto 35px auto;
	}

	.footer_doc{
		font-size: 1.7em;
	}

	.about_teacher img{
		width: 550px;
		height: 380px;
	}

	.header {
		padding: 20px;
	}

	.you_want_pic2{
		display:none;
	}

	p {
		font-size: 1.7em;
	}

	.pic_1_screen{
		display: none;
	}

	.text_1_screen {
		text-align: center;
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		justify-content: center;
		margin: 0 auto;
	}

	.text_1_screen p{
		font-size: 1.5em;
	}

	.text_1_screen h4{
		font-size: 1.5em;
	}

	.team_3_screen {
		display: flex;
		width: 100%;
		justify-content: center;
		margin: 100px auto 0;
		flex-wrap: wrap;
	}

	.team_block {
		display: flex;
		justify-content: center;
		margin: 30px auto 0;
		width: 55%;
		flex-wrap: wrap;
	}

	.team_block img{
		width: 75%;
		display: flex;
		flex-basis: 60%;
	}

	.team_block p{
		text-align: center;
		display: flex;
		flex-basis: 70%;
	}

	.teachers_4_screen {
		display: flex;
		width: 75%;
		justify-content: center;
		margin: 100px auto 0;
		flex-wrap: wrap;
	}

	.all_teachers{
		display: flex;
		margin: 30px 0;
	}

	.all_teachers img {
		margin: 0 5px;
	}

	.about_teacher {
		display: flex;
		justify-content: center;
		margin: 30px auto 0;
		flex-wrap: wrap;
	}

	.teacher_descripnion {
		display: flex;
    flex-direction: column;
    margin: 0 12%;
	}

	.teacher_video {
		margin: 20px 0 0 15px;
		flex-basis: 50%;
	}

	.teacher_video iframe{
			width:550px;
			height: 352px;
	}

	.you_want_string {
		display: flex;
		align-items: center;
		margin: 0 auto;
		padding: 0;
		width: 70%;
	}

	.footer {
		width: 95%;
		flex-basis: 100%;
		margin: 30px auto;
		padding: 0 5px;
	}

	.footer p {
		text-align: center;
	}

	.footer .row p {
		text-align: left;
	}

	#popBtn{
		margin: 20px auto 20px;
	}
}
@media (min-width: 548px) {
	.object{
		width: 600px;
	}
}

@media (max-width: 550px) {
	.text_1_screen {
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	justify-content: center;
	margin: 0 auto;
}

.reverse{
	display: flex;
  flex-direction: column-reverse;
  width: 100%;
  flex-wrap: wrap;
  height: 69%;
}

.you_want_string {
	font-size: 1.1em;
}

.text_1_screen p{
	font-size: 2em;
}

#posCent{
text-align: center;
margin:30px auto;
}

.text_1_screen h4{
	font-size: 2em;
}

.down {
	display: none;
}

.menu ul li a {
	font-size: 2em;
}

.header {
	flex-wrap: wrap;
}

.phone {
margin: 0 auto;
}

.phone a.show_popup {
flex-basis: 100%;
font-size: 2em;
}

.logo {
	margin: 0 auto 25px;
}

.pop_menu {
	width: 95%;
}

.pop_menu input{
	height: 70px;
	font-size: 30px;
}

#pop_message{
	height: 120px;
	font-size: 30px;
}

#popBtn{
	margin: 20px auto 20px;
}

.pop_title{
	font-size: 3em;
}

.pop_p{
	font-size: 2em;
}

.icon_close{
		width: 98%;
}

.team_block {
	width: 100%;
	flex-basis: 100%;
	margin: 20px auto;
}

.team_block img{
	margin: 0 12%;
	width: 100%;
	height: 320px;

}

.team_block p {
	width: 100%;
	text-align: center;
	font-size: 2em;
}

.teachers_4_screen {
	margin: 0;
	width: 100%;
}

.about_teacher {
	display: flex;
	flex-wrap: wrap;
}

.about_teacher img{
	margin: 0 12%;
	width: 550px;
	height: 380px;
}

.about_teacher h4{
	margin: 15px 0 0 0;
	font-size: 2em
}

.teacher_video{
}

.all_teachers{
	width: 100%;
	overflow-x: scroll;
	box-sizing: border-box;
	margin: 20px 0 20px 0;
	justify-content: center;
}

.all_teachers img{
}

.map iframe{
	height: 450px;
}

.footer {
	width: 95%;
	flex-basis: 100%;
	margin: 30px auto;
}

.footer p {
	text-align: center;
}

.footer .row p {
	text-align: left;
}

.form_7_screen label{
font-size: 1.5em;
text-align: center;
}

.form_7_screen input, .select_style, textarea{
font-size: 1.5em;
}

.form_7_screen p {
	font-size: 1.2em;
}

.defult_button {
	width: 350px;
height: 75px;
font-size: 25px;
}

.disabled_button {
	width: 350px;
height: 75px;
font-size: 25px;
}

}
