* {
	font: 14px Arial;
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

.logo,
.h_menu ul li a,
.footer_left,
.img,
.news_info,
.news_info p,
.news_info a,
.news_info span,
.tich_1 div,
.tich_2 div {
	float: left;
}

.footer_right,
.h_info_contact,
.h_menu {
	float: right;
}

.fixed {
	max-width: 1100px;
	margin: 0 auto;
}

.header {
	width: 100%;
	/* height: 95px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}

.logo {
	width: 185px;
	height: 60px;
	background: url(../images/logo.webp) no-repeat;
	background-size: 100% 100%;
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 10px;
	position: absolute;
	left: 0;
}

.h_menu {
	width: 410px;
	padding-top: 30px;
	padding-left: 130px;
	display: flex;
	flex-wrap: wrap;
}

.h_menu a {
	font-size: 12px;
	width: 91px;
	height: 45px;
	margin-right: 1px;
	line-height: 45px;
	border-top: 1px solid #2b6ca3;
	border-bottom: 1px solid #2b6ca3;
	display: block;
	color: #2b6ca3;
	text-align: center;
}

.h_menu a:hover {
	background: #2b6ca3;
	color: #fff;
}

.h_info_contact {
	color: #333;
	padding-top: 39px;
	margin-right: 15px;
}

.h_info_contact a {
	font-weight: bold;
	font-size: 1.5em;
}

h1 {
	font-size: 25px;
	color: #2b6ca3;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

h1 strong {
    font-size: 25px;
    font-weight: bold;
}

.slaider_bar {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sb_block1,
.sb_block2 {
	max-width: 539px;
	min-height: 447px;
	padding: 20px 82px 0 82px;
}

.sb_block1,
.sb_block2 {
	margin-right: 5px;
	margin-bottom: 10px;
}

.sb_block1 {
	background: url(../images/sgm4.webp) no-repeat;
	background-size: 100% 100%;
}

.sb_block2 {
	background: url(../images/sgm2.webp) no-repeat;
	background-size: 100% 100%;
}

.sb_block_link {
	width: 374px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.sb_block_link h2 {
	width: 100%;
	margin-bottom: 15px;
}

.sb_block_link a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 15px;
	width: 100%;
}

.sb_block_link strong {
    font-size: 20px;
    font-weight: bold;
}

.sb_block_link a::before {
	content: url(../images/plus.webp);
	margin-right: 5px;
}

.sb_block_link a:hover {
	text-decoration: underline;
}

.news {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.news h2 {
	font-size: 35px;
	text-align: center;
	color: #2378b5;
	width: 100%;
}

.news_block {
	width: 100%;
	height: 170px;
	margin-top: 40px;
	margin-left: 25px;
	display: flex;
	justify-content: flex-start;
}

.news-img {
	height: 100%;
}

.news_info {
	max-width: 800px;
	height: 100%;
	margin-left: 15px;
}

.news_info span {
	width: 100%;
	height: 15px;
	color: #555;
	margin-top: 5px;
	margin-bottom: 15px;
}

.news_info div {
	max-width: 100%;
	height: 90px;
	color: #555;
	line-height: 18px;
}

.news_info a {
	font-size: 20px;
	margin-top: 50px;
	font-weight: 300;
	color: #3c83e5;
}

.about {
	width: 100%;
	height: 500px;
	background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/co-workers.webp);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../images/co-workers.webp);
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/co-workers.webp);
	background-repeat: no-repeat;
	background-position: 100% 44%;
	background-size: cover;
	padding-top: 20px;
}

.about h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	color: #fff;
}

.about p {
	font-size: 16px;
	margin: 0 auto;
	font-weight: bold;
	color: #fff;
	padding: 40px 20px 0 20px;
}

.about p strong {
	font-size: 17px;
	font-weight: bold;
}

.sertificat {
	width: 100%;
	/* height: 950px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sertificat h2 {
	font-size: 35px;
	color: #3283d8;
	margin-top: 35px;
	margin-bottom: 55px;
	text-align: center;
	width: 100%;
}

.tich_1,
.tich_2,
.tich_3 {
	width: 100%;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tich_1 a,
.tich_2 a,
.tich_3 a {
	width: 30%;
	margin-right: 10px;
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}

.tich_1 a img,
.tich_2 a img,
.tich_3 a img {
	width: 100%;
}

.partners {
	width: 100%;
	background-size: 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.partners h2 {
	font-size: 35px;
	text-align: center;
	padding-top: 20px;
	color: #3283d8;
	width: 100%;
}

.co-workers {
	width: 100%;
	background-size: 100% 100%;
	margin-top: 10px;
	background-image: -o-linear-gradient(45deg, rgb(30, 139, 195) 30%, rgb(37, 116, 169) 50%, rgb(89, 171, 227) 20%);
	background-image: linear-gradient(45deg, rgb(30, 139, 195) 30%, rgb(37, 116, 169) 50%, rgb(89, 171, 227) 20%);
}

.co-workers h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	color: #fff;
}

.footer {
	width: 100%;
	margin-top: 10px;
}

.footerUP {
	width: 100%;
	background: url(../images/kont.webp) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.map {
	max-width: 550px;
	margin: 0 auto;
}

.fUP_block {
	width: 370px;
	margin: 0 auto;
	padding-top: 50px;
	color: #fff;
	margin-bottom: 10px;
}

.fUP_block p {
	margin-bottom: 10px;
}

.fUP_block h2 {
	font-size: 25px;
}

.fUP_block p span {
	font-weight: bold;
}

.footerDOWN {
	width: 100%;
	background: #013356;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer_left {
	padding-left: 25px;
	color: #0576c5;
}

.footer_left p {
	font-weight: bold;
	margin-bottom: 3px;
}

.footer_left p strong {
	font-weight: bold;
}

.footer_left h2 {
	font-size: 25px;
	padding-top: 20px;
	padding-bottom: 5px;
}

.footer_left p:nth-child(2) {
	font-size: 20px;
	padding-bottom: 25px;
	color: #111;
}

.footer_right {
	padding-right: 25px;
	padding-top: 20px;
	color: #0576c5;
}

.s_teg span {
	font-size: 25px;
	font-weight: bold;
}

.s_teg:first-child {
	padding-bottom: 10px;
}

.s_teg {
	margin-bottom: 3px;
}

.s_teg a {
	color: #0576c5;
	font-weight: bold;
	padding-left: 8px;
	margin-bottom: 5px;
}

.s_teg a:hover {
	color: #fff;
}

/* Изменение стилей заголовков */

h2 {
	color: rgb(255, 255, 255);
	font-size: 25pt;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
}


/* Конец изменения */

/* Изменение стилей ссылок телефонов и почты */

a[href^="tel"] {
	color: rgb(255, 255, 255);
	display: block;
}

a[href^="mailto"] {
	color: rgb(255, 255, 255);
	display: block;
}

.h_info_contact a {
	color: #2b6ca3;
}

.footer_left a {
	color: #0576c5;
}


/* Конец изменения */


/* Стили для партнеров */

.partner-list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.partner-list a {
	width: 30%;
	margin-bottom: 10px;
	margin: 20px 5px 15px 15px;
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}

.partner-list a:last-child {
	margin-right: 0;
}

.partner-list a img {
	width: 100%;
	height: 100%;
}

/* Конец стилей */

/* Стили для сотрудников */

.employees {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

.employees div {
	margin: 20px 10px 15px 10px;
}

.employees div:nth-child(2) figure img {
	height: 100%;
}

.employees figure img {
	width: 100%;
	height: 410px;
}

.employees figcaption {
	font-weight: bold;
	color: rgb(255, 255, 255);
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.employees address a {
	display: block;
	color: rgb(255, 255, 255);
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: lowercase;
}

.Yablokov {
	height: 410px;
}

iframe {
	width: 510px;
	height: 363px;
}

/* Конец стилей */

/* Стили для фиксированного меню */

.f-nav {
	z-index: 9999;
	position: fixed;
	top: 0;
	max-width: 1100px;
	margin: 0 auto;
	background-color: #fff;
}

/* Конец стилей */

/* Расширения экранов */
@media (min-width: 481px) and (max-width: 768px) {
	.fixed {
		margin: 0 auto;
	}

	.logo {
		width: 86px;
		height: 37px;
	}

	.slaider_bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.sb_block1 {
		margin-bottom: 10px;
	}

	.tich_1,
	.tich_2,
	.tich_3 {
		margin-bottom: 47px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-height: 300px;
		margin-bottom: -19px;
	}

	.fUP_block {
		max-width: 291px;
	}

	iframe {
		width: 328px;
		height: 279px;
	}
}

@media (max-width: 480px) {
	.logo {
		position: static;
	}

	.h_menu {
		padding-left: 0;
		width: 60%;
	}
	
	.h_menu a {
	height: 33px;
	}

	.sb_block1,
	.sb_block2 {

		padding: 20px 0;
	}

	.sb_block1 {
		margin-bottom: 10px;
	}

	.img {
		width: 20%;
		height: 40%;
	}

	.partner-list a {
		width: 40%;
	}

	.news_info a {
		margin-top: 0;
	}

	.about {
		background-position: 9% 44%;
	}

	.about p {
		padding-bottom: 20px;
	}

	.tich_1,
	.tich_2,
	.tich_3 {
		max-width: 100%;
		margin-bottom: 47px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-height: 300px;
		margin-bottom: -75px;
	}

	.fUP_block {
		width: 196px
	}

	iframe {
		width: 363px;
		height: 257px;
	}
}

.example {
	display: -ms-grid;
	display: grid;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
	background: -o-linear-gradient(top, white, black);
	background: linear-gradient(to bottom, white, black);
}