*{
	color: white;
	background-color: #1A1A1A;
	font-family: Myriad;
	padding: 0;
	margin: 0;
	/* overflow-y: hidden; */
}

@font-face{
	font-family: Athelas;
	src: url('../fonts/Athelas-Regular.ttf');
}

@font-face{
	font-family: Myriad;
	src: url('../fonts/Myriad-Pro_31655.ttf');
}

/*Menu*/

.go-up, .phone, .burger, .togis{
	display: none;
}


.menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* margin-left: 1%; */
	text-align: center;
	background-color: rgba(0,0,0,0);
	z-index: 100;
	/*border-bottom: solid 2px gold;*/
}

.main{
	width: 14%;
	float: left;
	padding-left: 5%;
	background-color: inherit;
}

.main-img{
 	width: 100px;
 	height: 70px;
	background-color: rgba(0,0,0,0);
	background-image: url(../Photo0/Logo/Logo_Gold.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.menu ul{
	position: relative;
	top: 30px;
	width: 80%;
	float: right;
	text-align: right;
	list-style-type: none;
	padding: 5px;
	background-color: inherit;
	z-index: 100;
}

.menu li{
	display: inline-block;
	background-color: inherit;

}

.line{
	transition: ease 0.5s;
	padding: 0;
	height: 20px;
	border: none;
	background-color: inherit;
	border-bottom: 1px solid rgba(0,0,0,0);
	box-shadow:  0 10px -8px rgba(0,0,0,0);
	margin-left: 1%;
	width: 98%;
}

.link, .link-choosebar{
	background-color: inherit;
	transition: 0.5s ease;
	font-size: 20px;
	padding: 8px;
	padding-left: 25px;
	padding-right: 25px;
	color: gold;
	text-decoration: none;
	font-family: none;
}

.link:hover, .link-choosebar:hover{
	transition: 0.5s ease;
	background-color: gold;
	color: black;
}

.pro, .mini, .master{
	transition: 0.5s ease;
	display: none;
	width: 100%;
	margin-top: -20px;
	width: 100%;
}



/* Header */

header{
	height: 100vh;
}
.welcome-box{
	width: 100%;
	max-width: 600px;
	min-width: 300px;
	/*height: 240px;*/
	position: absolute;
	left: 75%;
	top: 50%;
	margin-left: -350px;
	margin-top: -150px;
	font-size: 40px;
	text-align: center;
	z-index: 10;
	background-color: rgba(0,0,0,0);
}

.head1, .heading2, .heading-main{
	width: 100%;
	text-align: center;
	color: #F7E509;
	font-family: none;
	margin-top: 10px;
	margin-bottom: 30px;
	font-variant: small-caps;
	font-size: 46px;
	font-weight: lighter;
	text-shadow: 0 0px 3px #fff;
}

.welcome-text{
	background-color: rgba(0,0,0,0);
}

.heading-main{
	background-color: rgba(0,0,0,0);
	font-size: 44px;
}

.welcome-button{
	cursor: pointer;
	margin-top: 40px;
	border: none;
	width: 360px;
	height: 80px;
	font-size: 30px;
	border-radius: 50px;
	background-color: #F15A24;
}

.shadow{
	width: 100%;
	height: 100vh;
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	z-index: 6;
}

#back1{
	width: 100%;
	height: 100%;
	background-image: url(../Photo0/Backs/back1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
#back2{
	width: 100%;
	height: 100%;
	background-image: url(../Photo0/Backs/back2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
#back3{
	width: 100%;
	height: 100%;
	background-image: url(../Photo0/Backs/back3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}


/* Wrapper */

.anchor{
	height: 90px;
}
.wrap{
	height: 100vh;
}



/* About */
.about-us, .youtube{
	width: 90%;
	padding: 5%;
}

.about-us{
		padding-top: 1%;
}
.about-text{
	font-size: 20px;
}

.youtube{
	padding-top: 0;
	padding-bottom: 0;
	height: 35vh;
}
.video{
	width: 100%;
	height: 100%;
}


/* Online-shool */

.online{
	display: inline-block;
	width: 44%;
	min-width: 300px;
	max-height: 450px;
	padding: 3%;
	float: left;
}

.about-online{
	font-size: 20px;
	text-align: left;
}

.online-link-box{
	margin-top: 60px;
	width: 100%;
	text-align: center;
	font-size: 30px;
}

.online-link{
	padding: 5px 20px 5px 20px;
	transition: 0.5s ease;
 	color: gold;
	text-decoration: none;
}

.online-link:hover{
	background: gold;
	color: #1A1A1A;
}

.online-img{
	display: inline-block;
 	width: 50%;
 	/*min-width: 300px;*/
	height: 50vh;
	background-image: url(../Photo0/Online/online_course.jpeg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}


/* Choosebar */

.middle{
	padding-top: 100px;
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	list-style: none;
}
ul.middle li{
		height: 50px;
		text-align: center;
}

.link-choosebar{
	width: 100%;
	font-size: 28px;
}



/*PRO*/


.gallrey{
	min-width: 300px;

}

.inside{
	width: 46%;
	min-width: 300px;
	height: 100%;
	max-height: 400px;
	padding-left: 4%;
	font-size: 20px;
	display: inline-block;
	font-weight: lighter;
	font-stretch: condensed;
}

.head2{
	font-size: 24px;
}


.sec{
	margin-left: 30px;
	margin-top: 6px;
}
.sec2{
	margin-left: 30px;
	margin-top: 3px;
}




/*PRO Arrow*/

	.block{
		transition: ease 0.6s;
		width: 96%;
		height: 4vh;
		padding: 2%;
		padding-top: 0;
		background-color: inherit;
		z-index: 0;
		position: absolute;
		margin-top: 30px;
	}

	.arrow{
		width: 300px;
		position: relative;
		left: 50%;
		padding-top: 10px;
		margin-left: -150px;
		text-align: center;
		cursor: pointer;
		background-color: #1A1A1A;
	}
	.click{
		clear: both;
		margin-top: 15px;
		font-size: 18px;
	}

	.arrImg{

		transform: rotate(180deg);
		position: relative;
		left: 50%;
		margin-left: -40px;
		width: 80px;
		height: 26px;
		background-image: url(../photo/arrow.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-color: inherit;

	}


/*PRO About*/


		.about{
			background-color: inherit;
			font-size: 18px;
			visibility: hidden;
			max-height: 400px;
		}

		.about-head{
			font-size: 36px;
			width: 100%;
			text-align: left;
			margin-bottom: 20px;
			background-color: inherit;
			color: #1A1A1A;
		}

		.arctAbout{
			background-color: inherit;
		}

		.arctAbout ul, .arctAbout li, .arctAbout p, .arctAbout strong{
			background-color: inherit;
			color: #1A1A1A;
			font-size: 20px;
		}
		.arctAbout li{
			margin-left: 40px;
		}


/*Botton*/

.foot{
	text-align: center;
	margin-top: 120px;
}

.formBot{
	cursor: pointer;
	border: none;
	width: 20%;
	min-width: 300px;
	height: 60px;
	font-size: 30px;
	border-radius: 50px;
	background-color: #F15A24;
}

.muteBot{
	border: none;
	width: 20%;
	min-width: 300px;
	height: 60px;
	font-size: 30px;
	border-radius: 50px;
	border: 2px solid #fff;
	background-color: rgba(0,0,0,0);
}





/* Mini-courses */

.about-mini{
	width: 66%;
	min-width: 300px;
	padding: 2%;
	padding-top: 0;
	float: left;
}

.img-mini{
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;s
}

#forme-base-img{
	background-image: url(../Photo0/AmateurCour/@soft_lia-3421.png);
}

#forme-mini-img{
	background-image: url(../Photo0/AmateurCour/@soft_lia-3508.png);
}

.text-mini{
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.text-mini p, .text-mini li{
	font-size: 18px;
	padding: 1%;
	background-color: rgba(0,0,0,0);
}

.sidebar{
	padding: 1%;
}



/* Master-CLasses */

.new{
	font-size: 20px;
	font-weight: bold;
}

.mc-img, .about-mc, .sidebar-mc{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 30%;
	min-width: 300px;
	padding: 1%;
	float: left;
}

#ukladki-img, #fresh-img, #teenage-img, #lifting-img, #party-img, #smoky-img, #strelki-img{
	height: 300px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#ukladki-img{
	background-image: url(../Photo0/MC/mc-ukladki.jpeg);
}

#fresh-img{
	background-image: url(../Photo0/MC/makeup18.png);
}

#teenage-img{
	background-image: url(../Photo0/MC/mc-teenagemakeup.jpeg);
}

#lifting-img{
	background-image: url(../Photo0/MC/mc-lifting.jpeg);
}

#party-img{
	background-image: url(../Photo0/Gallery/g-1.jpeg);
}

#smoky-img{
	background-image: url(../Photo0/Gallery/g-4.jpeg);

}

#strelki-img{
	background-image: url(../Photo0/Gallery/g-3.jpeg);

}

.about-mc{
	font-size: 18px;
}



/* Teachers */

.center{
	text-align: center;
}

.teacher{
	text-align: center;
	/*float: left;*/
	display: inline-block;
	width: 20%;
	width: 260px;
	min-width: 260px;
	padding: 2%;
}

.teacher-img{
	width: 250px;
	height: 250px;
	position: relative;
	left: 50%;
	margin-left: -125px;
	border-radius: 50%;
	margin-bottom: 20px;
	box-shadow: 0 0 15px 1px gold;
}
#inna{
	background-image: url(../Photo0/Teachers/inna.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#tonia{
	background-image: url(../Photo0/Teachers/teacher3.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#maria{
	background-image: url(../Photo0/Teachers/teacher4.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#galina{
	background-image: url(../Photo0/Teachers/tonyaBob_2.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.teacher-name{
	font-size: 24px;
	margin-bottom: 20px;
}

.teacher-title{
	font-size: 18px;
	margin-bottom: 20px;
}

.teacher-insta{
	text-decoration: none;
}




/* Footer */

footer{
	transition: 0.5s ease;
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 98%;
	background-color: rgba(0,0,0,0);
	text-align: right;
	padding: 1%;
}

.leftside{
	text-align: left;
 	width: 50%;
	float: left;
	background-color: inherit;
}

.rightside{
	background-color: inherit;
	text-align: right;
 	width: 50%;
	float: right;
}

.contact, .whatsup, .worktime, .location, .location-link{
	background-color: inherit;
	color: gold;
	font-size: 24px;
}

.worktime{
	transition: ease;
	color: rgba(0,0,0,0);
}

.location-link{
	display: none;
	transition: 0.3s ease;
	text-decoration: none;
	font-size: 20px;
}

.location-link:hover{
	background-color: gold;
	color: #1A1A1A;
}

/*Form*/


.blackbox{
	/*display: none;*/
	position: fixed;
	top: 0;
	left:0;
	z-index: 1000;
	height: 100%;
	width:100%;
	background-color:rgba(0,0,0,0.5);

}

.formList{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 420px;
	height: 100%;
	margin-top: -350px;
	margin-left: -200px;
	background-color: #fff;
	padding: 20px;
	text-align: center;
	border-radius: 20px;
}
.cancel{
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: rgba(0,0,0,0);
	color: #ADADAD;
	cursor: pointer;
	position: absolute;
	right: 5%;
	top: 5%;
}

.formHead, .inputList, .formInput, #select{
	width: 100%;
	background-color: #fff;
	color: #000;
}

.formHead{
	font-size: 30px;
	text-align: center;
	padding-bottom: 5px;
}

.errBox{
	background: inherit;;
	color: red;
	height: 20px;
	text-align:left;
}

.inputs{
	background-color: #fff;
}

.inputList, .formInput{
	font-size: 26px;
	text-align: left;
}

#select{
	font-size: 20px;
}

.formInput{
	border: 3px solid #7F8780;
	margin-bottom: 15px;
}

.submit{
	width: 320px;
	height: 60px;
	border: none;
	font-size: 30px;
	border-radius: 50px;
	background-color: #F15A24;
	position: relative;
	/*left: 50%;*/
	top: 10px;
	/*margin-left: -160px;*/
	cursor: pointer;
}



/*Timer*/

.timer{
	font-size: 24px;
}

.time-in{
	margin-left: 60px;
	margin-top: 5px;
	/*text-align: center;*/
}

.days,.hours,.minutes,.seconds{
	display:inline-block;
	padding:10px;
	width: 55px;
	border-radius:5px;
	font-size: 18px;
	text-align: center;
	background: #A9A9A9;
	color: #1A1A1A;
}

.numbers{
	background: inherit;
	color: #1A1A1A;
}





