@font-face{
	font-family: 'Proxima_Nova_Bold';
	src: url('fonts/Proxima_Nova_Bold.otf');
	font-display : swap;
}
@font-face{
	font-family: 'Proxima_Nova_Semibold';
	src: url('fonts/Proxima_Nova_Semibold.otf');
	font-display : swap;
}
@font-face{
	font-family: 'Proxima_Nova_Regular';
	src: url('fonts/Proxima_Nova_Regular.otf');
	font-display : swap;
}
@font-face{
	font-family: 'Proxima_Nova_Thin';
	src: url('fonts/Proxima_Nova_Thin.otf');
	font-display : swap;
}
@font-face{
	font-family: 'Proxima_Nova_Light';
	src: url('fonts/Proxima_Nova_Light.otf');
	font-display : swap;
}
@font-face{
	font-family: 'MyriadPro_Regular';
	src: url('fonts/MyriadPro_Regular.otf');
	font-display : swap;
}

.header_r1 {
	font-family: MyriadPro_Regular;
}


* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
}
html, body {
	height: 100vh;
	width: 100%;
}
body {
	display: flex;
	flex-direction: column;
	align-content: space-between;
	font-family: Proxima_Nova_Light;
	font-size: 17px;
}
header, main, footer {
	width: 100%;
	background-color: #fff;
}
section {
	width: 100%;
}
p {
	font-size: 17px;
	font-family: Proxima_Nova_Light;
	color: #555555;
}

.flx {
	display: flex;
	justify-content: center;
}

.cont {
	width: 1150px;
	margin: 0 10px 0 10px;
}
.header_r1 {
	font-size: 13px;
	color: #8B8788;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.header_r1 div {
	margin: 10px 5px 7px 5px;
}
.header_r1 a {
	text-decoration: none;
	color: #8B8788;
	vertical-align: middle;
	line-height: 0px;
	display: flex;
	align-items: center;
}
.sv_box_top {
	font-family: Proxima_Nova_Bold;
	color: #9A0105 !important;
	font-size: 13px;
}
.header_r1 img {
	margin-right: 5px;
	height: 13px;
}
.header_l2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo img {
	margin-bottom: 10px;
	height: 100px;
}
.top_nav ul {
	list-style: none;
}
.top_nav li {
	display: inline-block;
}
.top_nav a {
	font-family: Proxima_Nova_Bold;
	text-decoration: none;
	color: #000;
	border-right: 1px solid #ccc;
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0 20px;
	margin: 5px 0;
}
.top_nav li:last-child a {
	color: #9A0105;
	border-right: none;
}

/* Мобильное меню */
.hamburger {
	background: none;
	line-height: 50px;
	padding: 5px 15px 0px 15px;
	color: #999;
	border: 0;
	font-size: 1.4em;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	z-index: 10000000000000;
}
.cross {
	background: none;
	padding: 23px 17px 0px 15px;
	color: #999;
	border: 0;
	font-size: 3em;
	line-height: 50px;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	z-index: 10000000000000;
}
.top_nav_mobil {
	z-index: 1000000;
	font-weight: bold;
	font-size: 0.8em;
	width: 100%;
	background: #f1f1f1;
	position: absolute;
	text-align: center;
	font-size: 12px;
}
.top_nav_mobil ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.top_nav_mobil li {
	display: block;
	padding: 15px 0 15px 0;
	border-bottom: #dddddd 1px solid;
}
.top_nav_mobil li:hover {
	display: block;
	background: #ffffff;
	padding: 15px 0 15px 0;
	border-bottom: #dddddd 1px solid;
}
.top_nav_mobil ul li a {
	font-family: Proxima_Nova_Bold;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none;
	margin: 0px;
	color: #666;
}
.top_nav_mobil li:last-child a {
	color: #9A0105;
}
.top_nav_mobil ul li a:hover {
	color: #666;
	text-decoration: none;
}
.top_nav_mobil a {
	text-decoration: none;
	color: #666;
}
.top_nav_mobil a:hover {
	text-decoration: none;
	color: #666;
}

/* 4 блока под слайдером */
.section_4tbox {
	background-color: #F4F4F4;
	padding: 50px 0;
}
.c4tbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.one_tbox {
	display: flex;
	width: 400px;
	margin: 30px;
}
.one_tbox img {
	margin-right: 20px;
	width: 50px;
}
.one_tbox h4 {
	font-family: 'Proxima_Nova_Bold';
	/*text-transform: uppercase;*/
	font-size: 30px;
}
.one_tbox a {
	font-family: 'Proxima_Nova_Thin';
	color: #9A0105;
	font-size: 17px;
	display: block;
	margin-top: 15px;
}
.index_about {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 600px;
}
.ia_col1 {
	background: url('img/bg_index_about.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.ia_col2 {
	display: flex;
	align-items: center;
}
.ia_content {
	margin: 50px 20px 50px 100px;
}
.ia_content h3 {
	font-family: 'Proxima_Nova_Light';
	font-size: 28px;
	text-transform: uppercase;
}
.ia_content h3 strong {
	color: #9A0105;
}
.ia_content hr {
	width: 100px;
	margin: 35px 0;
	color: #8B8788;
}
.index_about ul {
	text-decoration: none;
	padding: 0;
	list-style: none;
}
.index_about ul li {
	margin-bottom: 15px;
	background: url("img/svg/li.svg") no-repeat left center;
	padding-left: 30px;
	font-family: 'Proxima_Nova_Regular';
	font-size: 17px;
}

.section_4tbox h2 {
	text-align: center;
	margin-bottom: 50px;
	font-family: 'Proxima_Nova_Regular';
	font-size: 28px;
	/*text-transform: uppercase;*/
}
.ind_4cards {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.ind_4card {
	width: 235px;
	background-color: white;
	padding: 15px;
	margin: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow:2px 2px 5px 1px rgba(71,71,71,0.1);
	-webkit-box-shadow:2px 2px 5px 1px rgba(71,71,71,0.1);
	-moz-box-shadow:2px 2px 5px 1px rgba(71,71,71,0.1);
}
.ind_4card h5 {
	font-family: 'Proxima_Nova_Semibold';
	font-size: 17px;
	margin-bottom: 20px;
}
.ind_4card p {
	font-size: 17px;
}
.ind_4card a {
	font-family: 'Proxima_Nova_Thin';
	color: #9A0105;
	font-size: 17px;
	display: block;
	margin-top: 15px;
}

/* Блок новостей */

.newscontainer {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.newscard {
	max-width: 550px;
	margin: 10px;
	background-color: white;
	box-shadow:2px 2px 5px 1px rgba(71,71,71,0.1);
	-webkit-box-shadow:2px 2px 5px 1px rgba(71,71,71,0.1);
	-moz-box-shadow:2px 2px 5px 1px rgba(71,71,71,0.1);

	display: flex;
	flex-direction: column;
	align-content: space-between;
	justify-content: space-between;
}
.newscard h5 {
	font-family: 'Proxima_Nova_Semibold';
	font-size: 17px;
	margin-bottom: 10px;
}
.newscard p {
	font-size: 17px;
	margin: 0;
}
.newsimg {
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.newsdesc {
	padding: 15px;
}
.newsfooter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px 15px 15px;
}
.newscard span {
	font-size: 14px;
	font-family: Proxima_Nova_Regular;
	color: #555555;
}
.newscard a {
	font-family: 'Proxima_Nova_Thin';
	color: #9A0105;
	font-size: 17px;
	display: block;
}

/* Форма отправки заявки на обучение */

.ind_form {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 50px 0 100px 0;
}
.ind_form h2 {
	text-align: center;
	margin: 30px 0 50px 0;
	font-family: 'Proxima_Nova_Regular';
	font-size: 28px;
	/*text-transform: uppercase;*/
}
.ind_form img {
	height: 100px;
}
.ind_form form {
	width: 100%;
}
.ind_form_body {
	width: 500px;
}
.ind_form_body span {
	display: block;
	font-family: 'Proxima_Nova_Light';
	font-size: 18px;
	color: #CDCDCD;
	margin: 20px 0 20px 0;
	text-align: center;
}
.ind_form_body a {
	color: #372C84;
}
.ind_form_body input {
	width: 100%;
	height: 35px;
	margin: 8px 0;
	border: 2px solid #CDCDCD;
	padding: 5px 10px;
	font-family: 'Proxima_Nova_Regular';
	color: #CDCDCD;
	font-size: 18px;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
}
.ind_form_body input:focus, input:hover {
	border: 2px solid #990105;
	color: #990105;
}

:-moz-placeholder {
	color: #CDCDCD;
}
::-webkit-input-placeholder {
	color: #CDCDCD;
}
.ind_form_body button {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 55px;
	border: none;
	background-color: #990105;
	text-transform: uppercase;
	font-size: 19px;
	color: white;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.ind_form_body button:hover {
	cursor: pointer;
	background-color: #372C84;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
footer {
	background-color: #F4F4F4;
}
.footer1r {
	border-bottom: 1px solid rgb(102,102,102,0.2);
}
.flexsb_footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 10px;
}
.f_social ul {
	list-style: none;
	margin: 0;
}
.f_social li {
	display: inline-block;
	margin-left: 20px;
}
.f_social li:first-child {
	margin-left: 0;
}
.f_social img {
	height: 40px;
}
.f_sveden {
	color: #666666;
	font-family: 'Proxima_Nova_Light';
	font-size: 18px;
}
.nav_footer {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.logo_f {
	width: 270px;
}
.box4f {
	margin: 30px 10px;
}
.footer2r {
	padding: 50px 10px;
}
.footer2r span {
	font-size: 15px;
	font-family: Proxima_Nova_Light;
	color: #666666;
}
.footer2r img {
	height: 100px;
	margin-bottom: 15px;
}
.footer2r hr {
	width: 65px;
	color: #990105;
	margin: 10px 0 30px 0;
}
.footer2r ul {
	list-style: none;
}
.footer2r li {
	margin: 10px 0;
}
.footer2r a {
	font-family: Proxima_Nova_Light;
	color: #666666;
	font-size: 15px;
}
.footer_h {
	font-family: 'Proxima_Nova_Bold' !important;
	font-size: 20px !important;
}
.footer_copyright {
	border-top: 1px solid rgb(102,102,102,0.2);
	background-color: #B3B3B3;
}
.footer_copyright span {
	font-family: Proxima_Nova_Light;
	font-size: 17px;
	color: white;
	margin: 12px 10px;
	text-align: center;
}


/* ANIMATIONS */

.invisible {
	transition: all 0.5s ease;
	opacity: 0.0;
	transform: translate(0, 30px);
}

.visible {
	transition: all 0.5s ease;
	opacity: 1.0;
	transform: translate(0, 0px);
}



/* MEDIA */
@media screen and (min-width: 800px) {
	.hamburger {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.top_nav {
		display: none;
	}
	.c4tbox {
		justify-content: center;
		margin: 0;
		padding: 0;
	}
	.index_about {
	    grid-template-columns: 1fr !important;
	    grid-template-rows: 250px auto !important;
	}
	.ia_content {
		margin-left: 20px !important;
	}
}

@media screen and (max-width: 700px) {
	.ind_form_body {
		width: 330px !important;
	}
	.ind_form_body input {
		width: 90% !important;
	}
}

@media screen and (max-width: 500px) {
	.one_tbox {
		display: flex;
		width: 290px;
		margin: 30px 15px;
	}
	.nav_footer {
		flex-direction: column;
		align-items: center;
	}
	.logo_f {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.box4f {
		width: 250px;
	}
	.flexsb_footer {
		flex-direction: column;
		align-items: center;
		padding: 25px 10px;
	}
	.f_sveden {
		display: block;
		text-align: center;
		margin: 20px 0;
	}
	.header_r1 {
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 350px) {
	.ind_form_body {
		width: 300px !important;
	}
	.ind_form_body input {
		width: 90% !important;
	}
	.logo img {
		height: 75px;
	}
}

.form_abitur_row.hb {
	display: none !important;
}