:root{
	--main-green: #3aa66f;
}
html,body{
	margin: 0;
	height: 100%;
	font-family: Segoe UI;
}
body{

}
main{
	
}
header{
	position: fixed;
	width: 100%;
	min-height: 60px;
	top: 0;
	left: 0;
	z-index: 50;
}
header:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--main-green);
	z-index: 2;
}

.container{
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 10px;
}
.header_list{
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 3;
	font-family: Segoe UI, sans-serif;
	font-weight: 600;
}

.header_list li{
	list-style: none;
	margin-right: 20px;
	text-align: center;
	color: white;
}
.header_list a{
	text-decoration: none;
	color: white;
}
.header_list a:hover{
	 text-shadow: 1px 1px 2px black, 0 0 1em black;
}


.bg1{
	background: url(resourse/bg/1.jpg);
	background-size: 100% 100%;
	background-position: 0 0 ;
	background-repeat: no-repeat;
}
.bg2{
	background: url(resourse/bg/1.jpg);
	background-size: 100% 100%;
	background-position: 0 0 ;
	background-repeat: no-repeat;
}
.bg3{
	background: url(resourse/bg/3.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.title_block{
	padding-top: 40px;
	display: flex;
	justify-content: center;
}
.title_logo img{
	height: 120px;
	width: auto;
	margin-top: 20px;
}
.title_text{
	margin-left: 30px;
}
.main_title{
	text-align: left;
	margin-bottom: 0px;
	color:  var(--main-green);
	cursor: pointer;
	margin-top: 40px;
}
.main_subtitle{
	text-align: left;
	font-weight: 500;
	font-size: 24px;
	margin: 0;

	color: #858585;;
}
.cards_container{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;

}
.card{
	width: 320px;
	height: 250px;
	text-decoration: none;
	margin-top: 45px;
	border-radius: 15px;
	color: white;
}
.card:hover{
	cursor:pointer;
}

.card_header{
	height: 30%;
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: left;
	background-color: var(--main-green);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	display: flex;
	align-items: center;
}

.card_main{
	height: 60%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 0;
}
.card_main img{
	width: 100%;
	height: 100%;
	margin: 0;
}
.rotate{
	transform: rotate(90deg);
 	height: 145% !important;
 	width: auto !important;
 	margin-top: -10% !important;
 	margin-left: 25% !important;
}
.card_footer{
	width: 100%;
	height: 10%;
	background-color: var(--main-green);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.card_footer h2{
	font-size: 14px;
	margin:0;
	padding: 2px;
	padding-left: 15px;

}
.card_title{
	height: auto;
	width: 100%;
}
.card_header h2{
	font-size: 18px;
	line-height: 90%;
	font-weight: 100;
	text-align: left;
	padding: 0px 20px 5px 20px;
	color: white;
	margin-top: 8px;
	margin-bottom:0;
}
.card_title h3{
	margin: 0;
	color: white;
	padding: 0px 5px 5px 30px;
	font-size: 16px;
	font-weight: 100;
}
.card_face{

	height: 100%;
	width: 75px;
}
.card_face img{
	height: 100%;
	width: auto;
}
.course_group1{
	box-shadow: 0px 0px 15px 15px rgba(54,163,103,0.5);
}
.course_group2{
	box-shadow: 0px 0px 15px 15px rgba(102,165,248,0.5);
}
.course_group3{
	box-shadow: 0px 0px 15px 15px rgba(224,164,231,0.5);
}
.course_group1:hover{
	box-shadow: 0px 0px 15px 15px rgba(54,163,103,0.8);
}
.course_group2:hover{
	box-shadow: 0px 0px 15px 15px rgba(102,165,248,0.8);
}
.course_group3:hover{
	box-shadow: 0px 0px 15px 15px rgba(224,164,231,0.8);
}


.mt-8{
	margin-top: 80px;
}
.face_container{
	margin: auto;
	width: 90%;
	display: flex;
	justify-content: space-around;
}

.subscribe_box{
	padding: 0px 15px 0px 25px;
	font-size: 16px;
	margin-top: 20px;
	font-weight: 500;
}
.autor_container{
	width: 25%;
	margin-bottom: 25px;
}
.face_card{
	border-radius: 15px;
	background-color: var(--main-green);
	width: 100%;
	padding-bottom: 5px;
}
.face_card:hover{
	box-shadow: 1px 1px 1px 1px #338c5e;
	cursor: pointer;
}
.face_card h2{
	text-align: center;
	font-size: 16px;
	color: white;
	font-weight: 100;
	margin-top: 2px;
	line-height: 90%;
	margin-bottom: 5px;
}
.author_title{
	text-align: center;
	color: #666666;
}

.face img{
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	width: 100%;
	height: auto;
}
.faces_{
	background-color: rgba(200,200,200,0.2);
	box-shadow: 3px 3px 6px 3px rgba(0,0,0,0.3);
	border-radius: 15px;
	padding-top: 20px;
	padding-bottom:  20px;
}
.partners{
	margin: 0;
	margin-top: 80px;
	background-color: white;
	height: 130px;
}



.form_title_container{
	text-align: center;
	color: var(--main-green);
}
.form_title{
	font-weight: 600;
	font-size: 2rem;
}
.form_container{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	background-color: rgba(200,200,200,0.2);
	width: 600px;
	margin: auto;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 3px 0px 6px 0px rgba(0,0,0,0.3);
}
.form_input_container{
	width: 500px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.form_input_container input, select, textarea{
	color: #858585;
	height: 50px;
	width: 500px;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 1.1rem;
	border: 1px solid grey;

}
.form_input_container textarea{
	font-size: 1.25rem;
	font-family: Segoe UI;
}

.form_soglasie{
	text-align: right;
	width: 499px;
	font-size: 18px;
	line-height: 90%;
}
.form_soglasie a{
	color: var(--main-green);
}
.form_input_submit_container{
	margin-top: 10px;
	display: flex;
	justify-content: center;

}
.form_input_submit_container input{
	width: 300px;
	height: 40px;
	background-color: var(--main-green);
	font-size: 1.2rem;
	color: white;
	font-weight: 100;
	border: none;
}
.form_input_submit_container input:hover{
	background-color: #379b68;
	box-shadow: 1px 1px 1px 1px #338c5e;
}
.credits_container{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 30%;
	margin-top: 20px;
}
.credits_container p{
	width: 100%;
	text-align: left;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
}
.credits_href{
	width: 100%;
	text-align: left;
	text-decoration: underline;
	color: black;
	font-size: 20px;
}
.credits_href:hover{
	text-decoration: underline;
}
.credits{
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
}
.logo_container{
	display: flex;
	justify-content: space-around;
}
.logo img{
	height: 120px;
	width: auto;
}

.info{
	background-color: white;
	display: none;
	position: fixed;
	min-height:  80%;
	width: 80%;
	top: 15%;
	left:10%;
	box-shadow: -1px 1px 10px 2px #338c5e;
}
.info button{
	position: absolute;
	top: 10px;
	right: 10px;
}
.modal_content{
	width: 80%;
	margin: auto;
	height: 90%;
	margin-top: 5%;
	margin-bottom: 5%;
	font-size: 20px;
}
.contacts{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}
.contacts_container{
	
}
.contacts_container p{
	text-align: center;
	font-size: 24px;
	line-height: 100%;
}
.rko-logo-img{
	height: 80px; 
	margin-top: 20px
}
@media(max-width: 600px){
	.form_container{
		width: 100%;
		padding: 0px;
	}
	.form_input_container{
		width:100%;
	}
	.logo_container .logo{
		width: 100%;

	}
	.logo img{
		height: 50px;
	}
	.form_input_container input, select, textarea {
		width: 300px; 
	}
	.form_soglasie{
		width: 300px;
	}
	.credits {
    	display: inline-block;
    }
    .credits_container {
	    width: 100%; 
    	margin-top: 20px;
    	margin-bottom: 30px;
    }
    .rko-logo-img{
		height: 40px !important; 
		margin-top: 5px;
	}
	.main_title{
		font-size: 22px;
	}
	.main_subtitle {

	    font-size: 19px;
	}
}