body {
	font-family: 'Exo 2', sans-serif;
}






.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top:45%;
}
 
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 4;
}








a:link {
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
	}

	a:visited {
		text-decoration: none;
	}


body, div, p, h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo 2', sans-serif;
}


.topmenu {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #2c2e3e;
}

.full .topmenu a:link {
	text-decoration: none;
	color: white;
	transition: 0.3s;
	font-weight: 200;
	margin-right: 10px;
}

	.full .topmenu a:visited {
		text-decoration: none;
		color: white;
		transition: 0.3s;
	}

	.full .topmenu a:hover {
		text-decoration: none;
		color: #ccc;
		transition: 0.3s;
	}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

	.full {
		display: none;
	}

	.mobile {
		display: block;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	.full {
		display: block;
	}

	.mobile {
		display: none;
	}
	
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}












/*

.overlay {
	padding-top: 100px;
	padding-bottom: 100px;
	color: white;
}


.overlay button {
	border: 3px solid #fd0f00;
	background: #fd0f00;
	transition: 0.3s;
	color: white;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 50px;
	z-index: 1000;
	font-weight: bold;
}

	.overlay button:hover {
		border: 3px solid white;
		background: white;
		transition: 0.3s;
		color: white;
		z-index: 1000;
	}

.overlay h1 {
	margin-bottom: 20px;
	color: white;
}

.overlay p {
	margin-bottom: 25px;
	font-size: 18px;
	color: white;
}

.overlay p i{
	color: white;
}

*/





.block1 {
	padding-top: 100px;
	padding-bottom: 100px;
	color: white;
	background: url('assets/video/cover1.jpg');
	background-position: center;
	background-size: cover;
}


.block1 button {
	border: 3px solid #fd0f00;
	background: #fd0f00;
	transition: 0.3s;
	color: white;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 50px;
	z-index: 1000;
	font-weight: bold;
}

	.block1 button:hover {
		border: 3px solid white;
		background: white;
		transition: 0.3s;
		color: white;
		z-index: 1000;
	}

.block1 h1 {
	margin-bottom: 20px;
	color: white;
}

.block1 p {
	margin-bottom: 25px;
	font-size: 18px;
	color: white;
}

.block1 p i{
	color: white;
}





.block2 {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #f6f6f6;
}

.block2 .cardprepod {
	/* border: 3px solid #fe1900; */
	padding: 15px;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 20px;
}

.block2 .cardprepod img {
	border-radius: 15px;
}

.block2 .cardprepod .title {
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 20px;
}

.block2 .cardprepod .desc {
	
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

	.block2 .prep_full {
		display: none;
	}

	.block2 .prep_mobile {
		display: block;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	.block2 .prep_full {
		display: block;
	}

	.block2 .prep_mobile {
		display: none;
	}
	
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}






.block3 {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #fff;
}

.block3 .week {
	margin-top: 60px;
}

.block3 h2 {
	background: #f6f6f6;
	padding: 5px 10px 10px 10px;
	border-radius: 15px;
}

.block3 h4 {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
}

.block3 .infoblock {
	padding: 10px 15px;
	border-radius: 10px;
	background: #f9f9f9;
}

.block3 .infoblock i {
	color: #fe1900;
}


.block3 button {
	border: 3px solid #fe1900;
	background: #fff;
	transition: 0.3s;
	color: #fe1900;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 50px;
}

	.block3 button:hover {
		border: 3px solid #fe1900;
		background: #fe1900;
		transition: 0.3s;
		color: white;
	}

.block3 h5 {

}

.block3 .prog {
	background: #f9f9f9;
	padding: 10px 10px 1px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}




.block4 {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #f6f6f6;
}

.block4 .map {
	border-radius: 10px;
}

.block4 button {
	border: 3px solid #fe1900;
	background: #f6f6f6;
	transition: 0.3s;
	color: #fe1900;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 50px;
}

	.block4 button:hover {
		border: 3px solid #fe1900;
		background: #fe1900;
		transition: 0.3s;
		color: white;
	}





.block5 {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #fff;
}


.block5 button {
	border: 3px solid #fe1900;
	background: #fff;
	transition: 0.3s;
	color: #fe1900;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 50px;
}

	.block5 button:hover {
		border: 3px solid #fe1900;
		background: #fe1900;
		transition: 0.3s;
		color: white;
	}




.block6 {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #f6f6f6;
}

.block6 .accordion .accordion-item {
	background: #f6f6f6;
}

.block6 .accordion .accordion-header {
	padding: 10px;
	font-weight: 600;
}

.block6 .accordion p {
	padding-left: 10px;
	padding-right: 10px;
}























header {
	position: relative;
}
.menu-triger {
	display: block;
	width: 25px;
	height: 17px;	
	background: url(https://snipp.ru/demo/449/menu.png) 0 0 repeat;
	position: absolute;
	left: 15px;
	top: 28px;
}	
.menu-close {
	display: block;
	width: 28px;
	height: 28px;	
	background: url(https://snipp.ru/demo/449/close.png) 0 0 repeat;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	display: none;	
	background: #2c2e3e;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.menu-popup li a {
	font-size: 18px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.4;	
	text-decoration: none;
}
.body_pointer * {
	cursor: pointer;
}




.footer {
	background: #2c2e3e;
	padding-top: 100px;
	padding-bottom: 50px;
}

.footer a:link {
	color: white;
	border-bottom: 1px dashed white;
}

.footer a:visited {
	color: white;
	border-bottom: 1px dashed white;
}

.footer a:hover {
	color: white;
	border-bottom: 1px dashed white;
}

.footer hr {
	border: 1px solid white;
}

.footer .text {
	color: white;
}






.block7 {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #fff;
}

.block7 button {
	border: 3px solid #fe1900;
	background: #fff;
	transition: 0.3s;
	color: #fe1900;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 50px;
	font-weight: bold;
}

	.block7 button:hover {
		border: 3px solid #fe1900;
		background: #fe1900;
		transition: 0.3s;
		color: white;
		font-weight: bold;
	}











/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

	.mobilecont {
		display: block;
		margin-top: -40px;
		margin-bottom: 50px;
	}

	.mobilecont a:link {
		color: white;
		font-size: 18px;
		border-bottom: 1px dashed white;
		}

		.mobilecont a:visited {
			color: white;
			font-size: 18px;
			border-bottom: 1px dashed white;
		}

		.mobilecont a:hover {
			color: white;
			font-size: 18px;
			border-bottom: 1px dashed white;
		}

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	.mobilecont {
		display: none;
	}
	
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
