/****************Base*styles********************/
*{
	box-sizing: border-box;
}


html{
	overflow-x: hidden;
}

body,html{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #000;
}

a{
	color: blue;
	cursor: pointer;
	outline: none;
}

a:hover{
	color: darkblue;
	text-decoration: none;
}

ul{
	padding: 0 0 0 20px;
	margin: 0;
}

body,html,div,section{
	padding: 0;
	margin: 0;
}

button,input{
    outline: none;
}

body, input, button, label{
	font-family: 'Montserrat', sans-serif;
}

section{
    position: relative;
}

.center{
	text-align: center;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: 300;
}

button{
	border:none;
}

h1,h2,h3,h4,h5,h6{
	margin: 0 0 20px 0;
}

.container{
	width: 1100px;
	margin: 0 auto;
}

#main{
	text-align: center;
	padding: 260px 0;
	color: #fff;
	background-image: url(../images/main_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.date_mar{
	font-weight: 600;
	font-size: 31px;
	line-height: 36px;
	padding: 0 20px 5px 20px;
	border-bottom: 4px solid #A5C942;
	margin-bottom: 15px;
	display: inline-block;
	text-transform: uppercase;
}

#main h1{
	font-weight: 600;
	font-size: 108px;
	text-transform: uppercase;
	line-height: 120%;
	margin-bottom: 60px;
}

.under_main_title{
	font-size: 50px;
	line-height: 100%;
	font-weight: 500;
	margin-bottom: 30px;
}

.triple_col{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.triple_col div{
	margin: 0 30px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 31px;
}

.btn{
	background: #A5C942;
	border: 4px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 50px;
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	transition: 0.3s ease;
	padding: 16px 53px;
	display: inline-block;
	font-weight: 400;
	position: relative;
	cursor: pointer;
}

.regul > li{
margin-bottom: 10px;
}

.btn:hover{
	text-decoration: none;
	color: #A5C942;
	background: #fff;
	border: 4px solid #A5C942;
}

#mar_info{
	padding: 80px 0 60px 0;
	background-color: #f3f3f3;
}

#mar_info .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.title{
	font-size: 31px;
	line-height: 120%;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-weight: 600;
	color: #A5C942;
	text-align: center;

}

.text_block_mar_info{
	margin-left: 60px;
}

#mar_info .title{
	color: #A5C942;
	font-weight: 700;
}

.greentext{
	color: #A5C942;
	font-weight: 600;
}

#gray_block{
	background: rgba(196, 196, 196, 0.29);
	padding: 60px 0 80px;
	text-align: center;
}

#what_give{
	background: #eee;
	padding: 70px 0;
}

#what_give .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#what_give img{
	margin-left: 30px;
  max-width: 400px;
}

#what_give .title{
	 font-weight: 600;
	 color: #fff;
	 text-align: left;
	 font-size: 26px;
}

#what_give p{
	margin-bottom: 50px;
	font-weight: 400;
	color: #383838;
}

#spikery{
	padding: 40px 0 50px;
}

#spikery .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#spikery img{
	margin-right: 40px;
}

#spikery .title span{
	font-size: 49px;
	line-height: 120%;
}

#spikery .title{
	margin-top: 40px;
}

#plan{
	background: #A5C942;
	color: #fff;
	padding: 80px 0 50px;
}

#teachers{
	margin: 50px 0;
}

.teachers{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

.teacher img{
	width: 100%;
	margin-bottom: 20px;
}

.teacher{
	width: 30%;
}

.teacher_under_text{
	color: #A5C942;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 100%;
}

.marinfo{
	display: flex;
	justify-content: space-between;
}

.marinfo_img_block{
	position: relative;
	overflow: hidden;
	width: 45%;
}

.marinfo_txt{
	width: 50%;
}

.marinfo_txt .title{
	text-align: left;
	font-size: 24px;
	margin-bottom: 20px;
}

.marinfo_img_block img{
	position: absolute;
	width: 240px;
}

.marinfo_img_block img:nth-child(0){
	left: 0;
	top: 0;
}

.marinfo_img_block img:nth-child(1){
	right: 0;
	top: 40%;
	transform: translateY(-50%);
}

.marinfo_img_block img:nth-child(2){
	left: 42%;
	bottom: 0;
	z-index: 2;
	transform: translateX(-50%);
	width: 200px;
}

.marinfo_txt ul{
	margin-bottom: 30px;
}

.plan_title{
	font-weight: 300;
	font-size: 49px;
	line-height: 120%;
	text-align: center;
	border-bottom: 4px solid #FFFFFF;
	display: inline-block;
	margin: 0 auto 30px;
	text-transform: uppercase;
}

.plan_undertitle{
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 56px;
	text-align: center;
}

.day_plan{
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}

.day{
	font-size: 42px;
	text-transform: uppercase;
	line-height: 120%;
	width: 200px;
}

.border{
	height: 4px;
	width: 80px;
	background: #fff;
    margin-top: 20px;
    margin-left: 101px;
}

.day_plan_text{
	width: 400px;
}

.day_plan_title{
	font-size: 24px;
	font-weight: 300;
	line-height: 120%;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#gifts{
	padding: 50px 0;
	background-color: #A5C942;
	color: #fff;
}

#gifts .title{
	color: #fff;
}

.gift ul{
	text-align: left;
}

.gifts{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.whitetext{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 100%;
}

.specialgifttext{
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 50px;
	line-height: 150%;
}

.gift{
	width: 30%;
}

.gift img{
	width: 100%;
	margin-bottom: 20px;
}

.giftText{
	text-align: center;
}

#reg_form{
	padding: 80px 0 70px;
}

#reg_form .title{
	text-align: center;
}

.center_ul{
	display: inline-block;
	font-weight: 400;
    text-align: left;
    margin-bottom: 60px;
}

.registration_form{
	width: 600px;
	margin:  0 auto;
}

.registration_form input{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	background: #F4F4F4;
	border: 3px solid #A5C942;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 20px;
	height: 50px;
	padding-left: 20px;
}

.politika{
	margin-top: 20px;
	font-weight: 400;
}

.registration_form .btn{
	font-size: 25px;
    padding: 11px 53px;
}

#text_block{
	text-align: center;
	font-size: 50px;
	line-height: 120%;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background: #A5C942;
	padding: 50px;
}

#footer{
	background: rgba(196, 196, 196, 0.29);
	padding: 22px 0;
	font-weight: 500;
}

#text_block p{
	font-size: 20px;
	font-weight: 500;
}

@media (max-width: 1200px){
	.container{
		width: 700px;
	}

	.marinfo_img_block img{
		width: 180px;
	}

	.imgmar{
		width: 290px;
	}

	#main{
		padding: 120px 0;
	}

	#main h1{
		font-size: 66px;
	}	

	.triple_col div{
		font-size: 20px;
		margin: 0px 20px;
	}

	.btn{
		font-size: 25px;
		padding: 12px 53px;
		border-width: 2px;
	}

	.btn:hover{
		border-width: 2px;
	}

	.date_mar{
		font-size: 24px;
	}

	.text_block_mar_info{
		margin-left: 30px;
	}

	.marinfo_img_block img:nth-child(1){
		top: 50%;
	}

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

	p{
		font-size: 14px;
	}

	#gray_block{
		padding-bottom: 60px
	}

	#what_give img{
		margin-left: 20px;
		width: 350px;
	}

	#spikery img{
		margin-right: 20px;
		width: 350px;		
	}

	#spikery .title span{
		font-size: 30px;
	}

	#plan{
		padding: 60px 0 50px;
	}

	.plan_title{
	    font-size: 32px;
	    border-width: 2px;
	    margin-bottom: 20px;
	}

	.day{
		font-size: 30px;
	    width: 150px;
	}

	.border{
		height: 2px;
		margin-left: 0;
		margin-top: 13px;
	}

	#text_block{
		font-size: 40px;
		padding: 40px 10px;
	}

	#footer{
		padding: 10px 0;
	}

	#reg_form{
		padding: 60px 0 50px;
	}
}

@media (max-width: 768px){
	.container{
		width: 100%;
		padding: 0 15px;
	}

	#main{
		padding: 50px 0;
	}

	.date_mar{
		font-size: 16px;
	    line-height: 120%;
	    padding: 0 0 5px 0;
	    display: inline-block;
	    width: 300px;
	}

	#main h1 {
	    font-size: 27px;
	    margin-bottom: 26px;
	}

	.triple_col div {
	    font-size: 14px;
	    line-height: 120%;
	    margin: 0px 5px;
	}

	.btn {
	    font-size: 14px;
	    padding: 5px 30px;
	}

	#mar_info .container{
		flex-wrap: wrap;
	}

	.imgmar{
		width: auto;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.text_block_mar_info{
		margin-left: 0;
	}

	.title{
		font-size: 20px;
	}

	#mar_info{
		padding: 40px 0 40px 0;
	}

	#gray_block{
		padding: 40px 0 40px 0;
	}

	#what_give{
		padding: 40px 0;
	}

	#what_give .container{
		flex-wrap: wrap;
	}

	#what_give img{
		width: auto;
		max-width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	#what_give p{
		margin-bottom: 20px;
	}

	#spikery .container{
		flex-wrap: wrap;
	}

	#spikery img{
		margin-right: 0;
		width: auto;
		max-width: 100%;
	}

	#plan{
		padding: 40px 0;
	}

	.plan_title{
		font-size: 25px;
	}

	.plan_undertitle{
		font-size: 15px;
		margin-bottom: 35px;
	}

	.day{
		font-size: 20px;
		width: 85px;
	}

	.border{
		width: 100%;
   	 	margin: 20px 0;
    	height: 1px;
	}

	.day_plan{
		flex-wrap: wrap;
	}

	.day_plan_text{
		width: 100%;
	}

	.day_plan_title{
		font-size: 20px;
	}

	.center_ul{
		font-size: 14px;
		margin-bottom: 34px;
		line-height: 120%;
	}

	.center_ul li{
		margin-bottom: 5px;
	}

	.registration_form{
		width: 100%;
	}

	.registration_form input{
		font-size: 14px;
    	height: 40px;
    	padding-left: 14px;
    	border-width: 1px;
    	margin-bottom: 10px;
	}

	.registration_form .btn {
	    font-size: 14px;
	    padding: 8px 53px;
	}

	body,html{
		font-size: 14px;
		line-height: 120%;
	}

	.politika{
		font-weight: 300;
		font-size: 13px;
	}

	#reg_form{
		padding: 40px 0;
	}

	#text_block {
	    font-size: 22px;
	    padding: 15px 10px;
	}

	#footer{
		font-size: 12px;
	}

	#text_block p{
		font-size: 12px;
		margin: 0;
	}

	.teacher{
		width: 100%;
		margin-bottom: 20px;
	}

	.teacher img{
		width: 70%;
		display: block;
		margin: 0 auto 20px;
	}

	.describe_teacher{
		text-align: center;
	}

	.teacher_under_text{
		font-size: 20px;
	}

	.marinfo_img_block{
		display: none;
	}
	
	.marinfo_txt{
		width: 100%;
	}

	.specialgifttext{
		font-size: 14px;
	}

	.whitetext{
		font-size: 15px;
		line-height: 120%;
	}
}