html, body {
    height: 100%;
    font-family: 'Firasans', arial;
    font-size: 18px;
	line-height: 25px;
}

body {
	background: #fff;
}

footer {
	width: 100%;
}

h1, h2 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	font-weight: 700;
}

h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

.container,
.content-container {
	max-width: 1170px;
	padding: 0px 15px;
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
}

.content-container {
	padding-top: 50px;
	padding-bottom: 60px;
}

.page-heading .content-container {
	padding-top: 0px;
	padding-bottom: 0px;
}

.content-container {
	max-width: 1037px;
}

@font-face {
    font-family: 'Firasans';
    src: url('../fonts/8170.eot');
    src: url('../fonts/8170.eot') format('embedded-opentype'),
         url('../fonts/8170.woff2') format('woff2'),
         url('../fonts/8170.woff') format('woff'),
         url('../fonts/8170.ttf') format('truetype'),
         url('../fonts/8170.svg#8170') format('svg');
	font-weight: normal;
	font-style: normal;		 
}

@font-face {
    font-family: 'Firasans';
    src: url('../fonts/Firasansmedium.eot');
    src: url('../fonts/Firasansmedium.eot') format('embedded-opentype'),
         url('../fonts/Firasansmedium.woff2') format('woff2'),
         url('../fonts/Firasansmedium.woff') format('woff'),
         url('../fonts/Firasansmedium.ttf') format('truetype'),
         url('../fonts/Firasansmedium.svg#Firasansmedium') format('svg');
	font-weight: 300;
	font-style: normal;	 
}

/*Tables*/
/*1*/
table.classic_table,
.classic_table td,
.classic_table th, 
table.table-min,
.table-min td,
.table-min th {
	border-spacing: 0;
}

table.classic_table {
	border: none;
	overflow-x: auto;
	display: block;
	font-size: 15px;
}

table.classic_table th {
 	color: #575757;
	padding: 20px 20px 20px 0px;
	vertical-align: middle;
	text-align: left;
}

table.classic_table::-webkit-scrollbar,
table.table-min::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

table.classic_table::-webkit-scrollbar-thumb, 
table.table-min::-webkit-scrollbar-thumb {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0,0,0,.3);
}

table.classic_table tr:hover td {
	background: #f6f8fd;
}

table.classic_table tr td:first-child {
	border-left: 2px #c6d3d7 solid; 
}

table.classic_table > tbody > tr > td:nth-child(2) {
	position: relative;
}

table.classic_table > tbody > tr > td:nth-child(2)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 5px;
	background-color: #7fc700;
	transform: skew(-30deg);
}


table.classic_table tr td:last-child {
	border-right: 2px #c6d3d7 solid;
}

table.classic_table td {
	padding: 27px 20px 27px 0px;
	vertical-align: top;
	border-top: 2px #c6d3d7 solid;
}

table.classic_table tr:last-child td {
	border-bottom: 2px #c6d3d7 solid;
}

/*2*/
.table-min {
	width: 100%;
	margin-top: 23px;
	margin-bottom: 90px;
	font-size: 14px;
	overflow-x: auto;
	display: block;
}

.table-min td,
.table-min th {
	min-width: 200px;
	width: 100%;
}

.table-min th {
	padding: 20px 0;
	vertical-align: middle;
	font-weight: 300;
	text-align: left;
	border-bottom: 1px solid #e1e4eb;
}

.table-min td {
	padding: 20px 25px 15px 25px;
	vertical-align: top;
	border-bottom: 1px solid #e1e4eb;
}

.table-min > tbody > tr > td:first-child {
	position: relative;
}

.table-min > tbody > tr > td:first-child::before {
	content: '';
	position: absolute;
	top: 0;
	left: 16px;
	width: 180px;
	height: 5px;
	background-color: #7fc700;
	transform: skew(-30deg);
}

.table-min > tbody > tr:nth-child(even) {
	background: #f3f7f8;
}

.table-min tr:hover td {
	background: #e8f0f2;
}

.table-min tr:first-child td {
	border-top: 1px solid #e1e4eb;
}

.table-min tr td:last-child {
	border-right: none;
}

.table-min tr th:last-child {
	border-right: none;
}

.table-min tr:last-child td {
	padding-bottom: 15px;
}

/* Удаляем все отступы и границы для случаев, 
когда таблица вставляется в таблицу */
.table-min table {
	margin: -20px -25px -15px -25px;
	border: none;
}

.table-min table td,
.table-min table th,
.table-min table tr,
.table-min table tr:first-child td, 
.table-min table tr:last-child td,
.table-min table tr:first-child td {
	border: none;
}
/* --- */

.classic_text ul {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}



@media screen and (min-width: 601px) {
	.classic_text ul.two-columns {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.classic_text ul.two-columns li {
		width: 48%;
	}
}

.classic_text ul li {
	padding-left: 32px;
	background: url(/img/ul-li.png) 0px 0px no-repeat;
	font-size: 16px;
	margin-bottom: 50px;
}


.classic_text a {
	color: #0070d6;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.blue-button {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    margin: 0 auto;
    padding: 12px 27px 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
	display: inline-block;
    background-color: #003760;
    position: relative;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
}

.blue-button:hover {
	background-color: #00396e;
}

.blue-button:active {
	background-color: #012c53;
}

.button {
    font-size: 12px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 12px 25px 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    position: relative;

	background: #0975be; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0975be 0%,#0c5ca7 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(#0975be),to(#0c5ca7));
	background: -o-linear-gradient(top, #0975be 0%,#0c5ca7 100%);
	background: linear-gradient(to bottom, #0975be 0%,#0c5ca7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0975be', endColorstr='#0c5ca7',GradientType=0 ); /* IE6-9 */
}

.button:hover {
	background: #096cb7; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #096cb7 0%,#0c4ca0 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(#096cb7),to(#0c4ca0));
	background: -o-linear-gradient(top, #096cb7 0%,#0c4ca0 100%);
	background: linear-gradient(to bottom, #096cb7 0%,#0c4ca0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#096cb7', endColorstr='#0c4ca0',GradientType=0 ); /* IE6-9 */
}

.button:active {
	background: #0864aa; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0864aa 0%,#0c4896 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(#0864aa),to(#0c4896));
	background: -o-linear-gradient(top, #0864aa 0%,#0c4896 100%);
	background: linear-gradient(to bottom, #0864aa 0%,#0c4896 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0864aa', endColorstr='#0c4896',GradientType=0 ); /* IE6-9 */
}

.button img,
.button span {
	vertical-align: middle;
}

.button img {
	margin: -1px 18px 0 0;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
input,
select,
textarea {
	font-family: 'Firasans', arial;
    margin: 0 auto;
    padding: 12px 27px 10px;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    display: block;
    background-color: #ffffff;
    position: relative;
    margin: 0;
    vertical-align: top;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

textarea:focus, 
input:focus {
    outline: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	font-size: 14px;
	color: #a3a3a3;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
	font-size: 14px;
	color: #a3a3a3;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	font-size: 14px;
	color: #a3a3a3;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	font-size: 14px;
	color: #a3a3a3;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
	font-size: 14px;
	color: #a3a3a3;
}

textarea::placeholder,
input::placeholder {
	font-size: 14px;
	color: #a3a3a3;
}

/* All of the flexboxes */

.mainpage-slider, 
.mainpage-products, 
.advantages-block .content-container, 
.iconblocks, 
#feedback-form, 
.contacts-block, 
.search_pannel, 
.product-main .content-container, 
.product-slider .swiper-slide, 
.doc-block .doc-name, 
.vacancy__heading,
.persons,
.person {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mainpage-products, 
.iconblocks, 
#feedback-form,
.persons {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mainpage-products, 
.iconblocks, 
#feedback-form,
.persons {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* Header - Start */

header {
	width: 100%;
	background-color: #ffffff;
	height: 118px;
}

header .container {
	position: relative;
	height: 118px;
}

.header__logo-container {
	display: block;
	float: left;
	height: 63px;
	width: 171px;
	margin-top: 30px;
	margin-bottom: 25px;
}

header a.header__logo-container {
	text-decoration:none;
}

header .menu {
	float: right;
	margin-right: 80px;
	display: block;
}

header .menu > div {
	padding: 0 16px;
	cursor: pointer;
	line-height: 27px;
	float: left;
	position: relative;
	font-size: 12px;
	font-weight: 300;
	margin: 0px 8px;
	height: 128px;
	margin-bottom: -10px;
	z-index: 15;
}

header .menu > div::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #7ac500;
	opacity: 0;
}

header .menu > div:hover {
	color: #ffffff;
	background-color: #003362 !important;
}

header .menu > div:hover::before {
	opacity: 1;
}

header .menu > div:hover > a {
	color: #ffffff;
}

header .menu > div.more {
	position: relative;
	background: url(../img/md.png) 90% 49% no-repeat;
	padding-right: 20px;
}

header .menu a {
	color: #0f2d40;
	text-decoration: none;
	height: 100%;
	width: 100%;
}

header .menu a.active {
	/*color: #2869a2;*/
}

header .menu a span {
	display: inline-block;
	margin-top: 50px;
	text-transform: uppercase;
}

header .menu > div.more > div {
	z-index: 10;
	display: none;
	background: #003362;
	position: absolute;
	top: 106px;
	width: 473px;
	left: 0;
	padding: 37px 30px;
}

header .menu > div.more > div a {
	font-weight: normal;
	width: 50%;
	float: left;
	padding-right: 2%;
	color: white;
	font-size: 14px;
	margin-bottom: 13px;
}

header .menu > div.more > div a:hover {
	position: relative;
	color: #7fb7dd;
}

header .menu > div.more > div a.active {
	/*color: #7fb7dd;*/
}

header .menu > div.more > div a:before {
	display: none;
	position: absolute;
	content:'';
	background: url(../img/ml.png) 0 0 no-repeat;
	width: 5px;
	height: 8px;
	left: -10px;
	top: 8px;
}

header .menu > div.more .show-more-btn {
	z-index: 0;
	width: 0px;
	height: 0px;
	display: none;
}

#header__search-form {
	height: 30px;
	width: 30px;
	margin: 47px 0px 40px;
	position: relative;
	float: right;
}

#header__search-icon-wrapper {
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../img/search-ico.png) 0 0 no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

#header__search-icon-wrapper:hover {
	opacity: 0.5;
}

.header__search-inpt-block {
	z-index: 16;
	display: none;
	background: #0c5ba6;
	position: absolute;
	top: 30px;
	width: 359px;
	right: 0;
	padding: 37px 30px;
}

#header__search-input {
	height: 47px;
	width: 194px;
}

#header__search-input,
.header__search-inpt-block .blue-button {
	float: left;
}

.header__search-block_active {
	background-position: -30px 0px !important;
}

.header__search-block_active + .header__search-inpt-block {
	display: block;
}

/* --mobile menu-- */

.mobile-menu-toggler {
	background: #0b5596 url(../img/toggle-open-b.png) 0 0 no-repeat;
	background-position: 4px 4px;
	width: 33px;
	height: 33px;
	margin: 50px 15px 35px;
	display: block;
	float: right;
	display: none;
	cursor: pointer;
}

.mobile-menu-toggler:hover {
	background-color: #0d60a9;
}

.mobile-menu-toggler:active {
	background-color: #0b4b82;
}

.mobile-menu_open {
	background-position: -23px 4px;
	background-color: #ed0002;
}

.mobile-menu_open:hover {
	background-color: #f80002;
}

.mobile-menu_open:active {
	background-position: -23px 4px;
	background-color: #ee0002;
}

/* Header - End */



/* Footer- Start */

footer {
	width: 100%;
	background-color: #003760;
}

/* --footer-top-- */

.footer-top {
	background: url('/img/footer/bg-left.jpg') right 100% bottom no-repeat, url('/img/footer/bg-right.jpg') left 100% bottom no-repeat;
	width: 100%;
	padding-top: 51px;
	padding-bottom: 40px;
}

.footer-top__linkblock {
	float: left;
	width: 23%;
	margin-right: 2%;
}

.footer-top__linkblock .footer-top__linkblock__heading a {
	margin-left: 24px;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-top__linkblock .footer-top__linkblock__heading {
	padding-bottom: 21px;
	border-bottom: 1px solid #002643;
	margin-bottom: 25px;
}

.footer-top__linkblock > a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	margin: 15px 5px 0px 25px;
}

.footer-top__linkblock > a:before {
	content:"\2014 ";
	position: absolute;
	margin-left: -22px;
}

.footer-top__linkblock > a:hover {
	color: #7fb7dd;
}

/* --footer-bottom-- */

.footer-bottom {
    position: relative;
    background-color: #151515;
}

.footer-bottom::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 74px;
	background: url(/img/footer/shadow.png) center 0 repeat-x;
}

.footer-bottom .container {
	background: url(/img/footer/bg-bottom.jpg) left top no-repeat;
	padding-top: 34px;
	padding-bottom: 32px;
}

.footer-bottom__contacts {
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(143,143,143, 0.45);
	width: 100%;
	font-size: 14px;
	color: #fff;
}

.footer-bottom__contacts .address {
	position: relative;
	float: left;
	padding: 13px 34px;
}

.footer-bottom__contacts .address:before {
	background: url(/img/footer/geopoint-ico.png) 0 2px/16px 20px no-repeat;
	margin-left: -30px;
	content:'';
	position: absolute;
	width: 16px;
	height: 22px;
}

.footer-bottom__contacts .phone {
	font-size: 14px;
	color: #fff;
	position: relative;
	float: left;
	padding: 13px 0;
	margin-left: 52px;
}

.footer-bottom__contacts .phone:before {
	background: url(/img/footer/phone-ico.png) 0 2px/18px 19px no-repeat;
	margin-left: -30px;
	content:'';
	position: absolute;
	width: 18px;
	height: 21px;
}

.footer-bottom__contacts .email {
	font-size: 14px;
	color: #247fc3;
	position: relative;
	text-decoration: underline;
	float: left;
	padding: 13px 0;
	margin-left: 52px;
}

.footer-bottom__contacts .email:hover {
	text-decoration: none;
}

.footer-bottom__contacts .email:before {
	background: url(/img/footer/email-ico.png) 0 2px/19px 17px no-repeat;
	margin-left: -30px;
	content:'';
	position: absolute;
	width: 19px;
	height: 19px;
}

.footer-bottom__contacts .button,
.footer-bottom__copyright .empire {
	float: right;
}

.footer-bottom__copyright {
	width: 100%;
	padding: 27px 0px 0px;
	color: #0975be;
	font-size: 14px;
}

.footer-bottom__copyright .copyright {
	float: left;
}

.footer-bottom .empire a {
	color: rgba(255,255,255, 0.6);
	text-decoration: none;
}

.footer-bottom .empire a:hover {
	color:#7fb7dd;
}

.footer-bottom__contacts .button {
	background: url('/img/bg/bg-button.jpg');
	margin-left: 35px;
	float: right;
}

/* Footer - End */


/* Page heading - Start */

.page-heading {
	background: #003760 url('/img/bg/bg-header.jpg') left top no-repeat;
	padding: 21px 0px;
	line-height: 38px;
}

.page-heading h1 {
	color: #ffffff;
}

/* Page heading - End*/



/* Breadcrump - Start */
.breadcrump {
  position: relative;
}
@media screen and (max-width:1024px) {
  .breadcrump {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrump::-webkit-scrollbar {
    height: 0;
    background: 0 0;
  }
}
.breadcrump__link {
  position: relative;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  color: #7fc700;
  text-transform: none;
  margin-right: 10px;
}
.breadcrump__link:not(:first-child) {
  margin-left: 28px;
}
.breadcrump__link:not(:last-child)::before {
  content: '';
  position: absolute;
  right: -31px;
  top: 1px;
  width: 21px;
  height: 8px;
  background: url(/img/arrow.png);
  pointer-events: none;
}

/* Breadcrump - End */



/* Mainpage slider - Start */

.mainpage-slider {
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	overflow: hidden;

	width: 100%;
	min-height: 509px;
	background: #e8f0f2;
}

.mainpage-slider__textpart {
	position: relative;
	padding-left: 15px;
	width: 44%;
	height: 509px;
	background: #003760 url(../img/main-slider-bg.jpg) right 295px bottom no-repeat;
}

.mainpage-slider__textpart::before {
	content: '';
	position: absolute;
	top: 137px;
	right: 177px;
	height: 56px;
	width: 465px;
	background-color: #7fc700;
	transform: skew(50deg) rotate(140deg);
	z-index: 1;
}


.mainpage-slider .swiper-container {
    width: 56%;
    height: 509px;
}

.mainpage-textpart__slider-container {
	position: relative;
	width: 460px;
	min-height: 380px;
	background: #141515;
	background: linear-gradient(-27deg, transparent 80px, #141515 0);
	margin: 64px -42px 0px auto;
	position: relative;
	z-index: 2;
	padding: 50px 90px 55px 31px;
}


.slider-button-prev,
.slider-button-next {
	width: 47px;
	height: 47px;
	cursor: pointer;
}

.slider-button-prev {
	background: #00305d url(../img/slider-left.png) 13px 20px no-repeat;
}

.slider-button-next {
	background: url(../img/slider-right.png) 13px 20px no-repeat;
}

.slider-button-prev:hover,
.slider-button-next:hover {
	background-color: #0d64b2;
}

.slider-button-prev:active,
.slider-button-next:active {
	background-color: #002c56;
}

.mainslider-naviblock {
	position: absolute;
	top: 42%;
	right: 0px;
	-webkit-transform: translateY(-42%);
	-ms-transform: translateY(-42%);
	transform: translateY(-42%);
	z-index: 3;
}

.mainpage-textpart__slider-container .swiper-slide {
 	padding: 5px;
 	overflow: hidden;
}

.mainpage-textpart__slider-container {
	color: #ffffff;
}

.mainpage-textpart__slider-container h3 {
	line-height: 38px;
}

.mainpage-textpart__slider-container h2 {
	margin-bottom: 20px;
}

.mainpage-textpart__slider-container p {
	font-size: 14px;
	line-height: 24px;
}

.mainpage-textpart__slider-container p + p {
	margin-top: 24px;
}

.mainslider-text__more {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	background-color: #003760;
	padding: 9px 21px 7px 21px;
}

.mainslider-text__more:hover {
	color: #7fb7dd;
}

/* Mainpage slider - End */


/* Index - Start */

.mainpage-text-container {
	margin-top: 50px;
	padding-top: 45px;
	padding-bottom: 40px;
	background: url(../img/products/product4.jpg) top right repeat-y;
}

.mainpage-text-container .classic_text {
	max-width: 460px;
}

.mainpage-products {
	padding-top: 0px;
}

.product-block {
	display: block;
	margin-top: 90px;
	width: 350px;
	height: 430px;
	background: #e8f0f2;
	position: relative;
}

@media (min-width:1015px) {
	.product-block:hover .product-name {
		height: 200px;
		justify-content: space-between;
		background: linear-gradient(-152deg, transparent 63px, #141515 0);
		padding-top: 40px;
	}
	.product-block:hover .product-name p {
		color: #fff;
	}
	.product-block:hover .product-name span {
		color: #7fc700;
	}
	.product-block:hover .product-bottom::before {
		right: 0;
	}

	.product-block:hover .product-bottom::after {
		right: 22px;
	}

	.product-block:nth-child(even)::before {
		content: '';
		position: absolute;
		top: 100px;
		left: -185px;
		height: 65px;
		width: 310px;
		background-color: #7fc700;
		transform: skew(50deg) rotate(140deg);
		z-index: -1;
	}
}

.product-block:nth-child(odd) {
	margin-right: 15px;
}

.img-wrappeer {
	width: 100%;
}

.product-block img {
	display: block;
	position: absolute;
}


.product-bottom {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	max-width: 290px;
	z-index: 3;
}

.product-name {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	height: 144px;
	padding: 25px 70px 20px 30px;
	position: relative;
	background: #fff;
	background: linear-gradient(-152deg, transparent 63px, #fff 0);
}

.product-bottom::before {
	content: '';
	position: absolute;
	top: 0;
	right: 10px;
	width: 0;
	height: 0;
	border-top: 72px solid #7fc700;
	border-left: 137px solid transparent;
	z-index: -1;
}

.product-block .product-bottom::after {
	content: url('/img/slider-right.png');
	position: absolute;
	top: 10px;
	right: 32px;
}

.product-name p {
	color: #070707;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.product-name span {
	color: #0070d6;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.wide {
	width: 600px;
}

.wide .product-bottom {
	max-width: 475px;
}

@media (min-width:601px) {
	.wide .product-name {
		padding-left: 50px;
	}

	.three-main-blocks-wrap {
		margin-bottom: 180px;
	}
}

.three-main-blocks-wrap {
	width: 100%;
	margin-top: -150px;
}

.three-main-blocks {
	padding-bottom: 0px;
}

.service-blocks .partner-block {
	z-index: 2;
	position: relative;
	background: #ffffff;
	color: #070707;
}

.service-blocks .partner-block:hover {
	color: #fff;
	background: #141515 url('/img/bg/bg-services.jpg') bottom left no-repeat !important;
}

.service-blocks .partner-block:hover::before,
.service-blocks .partner-block:hover::after {
	display: block;
}

.service-blocks .partner-block::before {
	content: '';
	position: absolute;
	width: 21px;
	height: 8px;
	bottom: 20px;
	right: 24px;
	transform: none;
	background: url(/img/slider-right.png);
	z-index: 2;
	display: none;
}

.service-blocks .partner-block::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 74px solid #7fc702; 
	border-left: 130px solid transparent;
	display: none;
}

.three-main-blocks .partner-block h2 {
	margin-bottom: 55px;
}

.gray-bg {
	background: #e8f0f2;
	height: 220px;
}

.gray-bg .container {
	height: 100%;
	background: url(../img/advantages/gray.png) right bottom no-repeat;
	opacity: 0.5;
}

.advantages-block {
	background: #003760 url(../img/advantages/bg.jpg) left bottom no-repeat;
	color: #ffffff;
	position: relative;
}

.advantages-block .content-container {
	padding-top: 95px;
	padding-bottom: 60px;
}

.advantage-textpart {
	max-width: 365px;
	width: 100%;
	padding-right: 48px;
}

.advantages-block p {
	font-size: 15px;
	line-height: 24px;
}

.advantages-block .transparent-button {
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 17px 27px 17px;
	display: block;
	height: 48px;
	line-height: 12px;
	max-width: 140px;
	text-align: center;
}

.advantages-block .transparent-button:hover {
	background: rgba(255,255,255,0.1);
}

.advantages-block .transparent-button:active {
	background: rgba(255,255,255,0.05);
}

.advantage-iconspart {
	position: relative;
	margin-top: -115px;
}

.advantage-iconspart::before {
	content: '';
	position: absolute;
	top: 163px;
	left: -230px;
	height: 56px;
	width: 465px;
	background-color: #7fc700;
	transform: skew(50deg) rotate(140deg);
}

.advantage-iconspart::after {
	content: '';
	position: absolute;
	bottom: -79px;
	right: 5px;
	height: 450px;
	width: 160px;
	background-color: #055faa;
	transform: skew(-50deg) rotate(130deg);
}


.iconblocks {
	position: relative;
	max-width: 645px;
	width: 100%;
	min-height: 578px;
	background: #151515;
	padding: 100px 35px 10px 45px;
	z-index: 1;
}

.iconblocks p {
	color: #7fc700;
	margin-top: 20px;
	line-height: 18px;
	font-size: 13px;
}

.iconblock {
	margin-bottom: 25px;
	max-width: 280px;
	width: 100%;
}

.iconblock:nth-child(even) {
	max-width: 255px;
}

.iconblock:nth-child(even) .iconblock__text {
	max-width: 200px;
}

.iconblock img, 
.iconblock__text {
	float: left;
}

.iconblock__text {
	margin-top: 10px;
	max-width: 236px;
}

.iconblock:nth-child(4) img {
	margin-left: -10px;
}

.mainpage-newsblock {
	padding: 85px 15px 80px;
}

.mainpage-newsblock .newspage__newsblock {
	float: left;
}

.mainpage-newsblock .blue-button {
	margin: 60px auto 0px;
	display: block;
	width: 140px;
	height: 48px;
}

.mainpage-newsblock .mainpage-news-heading {
	text-align: center;
	margin-bottom: 50px;
}

.newspage-newsblock_big {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	width: 585px;
	height: 520px;
	position: relative;
	float: left;
}

.newspage-newsblock_big > img {
	position: relative;
	z-index: 1;
}

.newspage-newsblock_big .newspage__newsblock {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(21,21,21,0.9) url('/img/bg/bg-news.png') no-repeat left bottom;
	border: none;
	color: #ffffff;
	z-index: 2;
}

.newspage-newsblock_big .newspage__newsblock span:first-child {
	color: #ffffff;
}

.newspage-newsblock_big .newspage__newsblock span:nth-child(2) {
	color: #86b7e4;
}

.feedback {
	background: #e8f0f2 url('/img/bg/bg-feedback.jpg');
}

#feedback-form {
	max-width: 632px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#feedback-form input {
	max-width: 310px;
	width: 100%;
	margin-top: 12px;
}

#feedback-form textarea {
	width: 100%;
	min-height: 162px;
	resize: none;
	margin-top: 12px;
}

#feedback-form button {
	margin: 40px auto 0px;
}

.feedback-container {
	text-align: center;
	max-width: 662px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 15px;
}

.feedback-container p {
	font-size: 15px;
	line-height: 30px;
	margin: 15px 0px 15px;
}

/* Index - End */


/* Partners - Start*/
.partners {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
}

.partners .partner-block {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	margin-right: -2px;
	padding: 60px 25px 50px 35px;
}

.partners::before {
	content: '';
	position: absolute;
	top: 20px;
	left: -10px;
	width: 10px;
	height: 210px;
	background-color: #7fc700;
	transform: skew(20deg) rotate(200deg);
}

.partner-block,
.history-blocks td {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 455px;
	height: 262px;
	margin-bottom: -2px;
	margin-right: -6px;
	padding: 80px 25px 30px 35px;
	border: #c6d3d7 solid 2px;
	background: url('/img/bg/bg-partners.png') no-repeat left bottom;
}

a.partner-block .partner-info, 
a.partner-block .partner-info p, 
a.partner-block .partner-logo-container img {
	text-decoration: none;
	color: #000000;
}


a.partner-block:hover .partner-info p strong {
	color: #003362;
}

.partner-logo-container {
	width: 184px;
}

.partner-logo-container img {
	max-width: 100%;
	max-height: 148px;
	height: auto;
}

.partner-info {
	width: 200px;
	padding-left: 56px;
}

/* Partners - End*/


/* Certificates - Start*/

.certificate-block {
	padding: 17px 22px;
}

.vert-certificate {
	display: inline-block;
	vertical-align: top;
	width: 164px;
	height: 226px;
}
.vert-certificate img {
	max-height: 226px;
}

.hor-certificate {
	height: 150px;
	width: 207px;
	display: block;
}

.certificate-info {
	display: inline-block;
	vertical-align: top;
	width: 236px;
	padding-top: 50px;
	padding-left: 32px;
}

.certificate-info p {
	margin-bottom: 7px;
}

.hor-certificate + .certificate-info {
	width: 100%;
	padding-left: 0px;
	padding-top: 15px;
}

/* Certificates - End*/


/* News - start */

.newspage__year-selectors {
	display: block;
	margin-bottom: 26px;
}

.newspage__year-selectors a {
	position: relative;
	display: inline-block;
	margin-right: 35px;
	margin-bottom: 32px;
	padding: 16px 16px 13px 16px;
	background: transparent;
	border: 1px solid #c6d3d7;
	color: #575757;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}

.newspage__year-selectors a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 8px solid #7fc702; 
	border-right: 13px solid transparent;
}

.newspage__year-selectors a.active {
	border-color: transparent;
	color: #7fc702;
}

.newspage__year-selectors a.active::before {
	display: none;
}

.newspage__year-selectors a:hover {
	color: #fff;
	background-color: #003760;
	border-color: #003760;
}

.newspage__year-selectors a:hover::before {
	opacity: 0;
}

.newspage__newsblock {
	padding: 70px 62px 30px 62px;
	color: #000000;
	position: relative;
	width: 417px;
}

.newspage__newsblock::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 270px;
	height: 11px;
	transform: translateX(-50%);
	background: url('/img/news-top.png') no-repeat;
}

.newspage__newsblock::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 74px solid #7fc702; 
	border-left: 130px solid transparent;
	display: none;
}

.newspage__newsdate {
	position: absolute;
	bottom: 30px;
	left: 62px;
}

.newspage__newsdate span {
	display: block;
	font-size: 12px;
	line-height: 18px;
}

.newspage__newsdate span:first-child {
	color: #575757;
}

.newspage__newsdate span:nth-child(2) {
	color: #aab1b8;
}

.newspage__newsblock:hover {
	color: #fff;
	background: #151515 url('/img/bg/bg-services.jpg') left bottom/75px 255px no-repeat;
}

.newspage__newsblock:hover::before {
	width: 21px;
	height: 8px;
	top: auto;
	left: auto;
	bottom: 20px;
	right: 24px;
	transform: none;
	background: url('/img/slider-right.png');
	z-index: 2;
}

.newspage__newsblock:hover::after {
	display: block;
}

.newspage__newsblock:hover span {
	color: #838383;
}

/* News - End*/


/* About - Start */

.textpage-slider {
	margin-top: 100px;
	margin-bottom: 100px;
	max-width: 916px;
	position: relative;
}

.textpage-slider .swiper-slide::before {
	content: '';
	position: absolute;
	bottom: 55px;
	left: -22px;
	width: 0;
	height: 0;
	border-left: 250px solid #7fc700;
	border-top: 145px solid transparent;
}

.textpage-slider .mainslider-naviblock {
	position: absolute;
	top: auto;
	bottom: 70px;
	left: 0px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 3;
}
 
.product-main-slider .slider-button-prev,
.career-naviblock .slider-button-prev {
    background: #ffffff url(../img/slider-left-blue.png) 13px 20px no-repeat;
}

.textpage-slider .slider-button-prev {
	background-color: transparent;
}

.textpage-slider .slider-button-next, 
.product-main-slider .slider-button-next,
.career-naviblock .slider-button-next {
    background: #00305d url(../img/slider-right.png) 13px 20px no-repeat;
}
 
.product-main-slider .slider-button-prev:hover,
.career-naviblock .slider-button-prev:hover {
	background-color: #e8f0f2;
}

.textpage-slider .slider-button-prev:hover,
.textpage-slider .slider-button-next:hover {
	background-color: #023f78;
}
 
.product-main-slider .slider-button-prev:active,
.career-naviblock .slider-button-prev:active {
	background-color: #dde7e9;
}

.textpage-slider .slider-button-prev:active,
.textpage-slider .slider-button-next:active, 
.product-main-slider .slider-button-next:active,
.career-naviblock .slider-button-next:active {
	background-color: #002c56;
}

.textpage-slider img {
	display: inline-block;
	vertical-align: top;
}

.slide-description {
	color: #fff;
	font-size: 13px;
	line-height: 23px;
	font-style: italic;
	display: block;
	width: 100%;
	max-width: 458px;
	min-height: 180px;
	margin-top: -125px;
	position: relative;
	background: #151515;
	background: linear-gradient(-160deg, transparent 25px, #151515 0);
	padding: 30px 50px 30px 80px;
}

.history-blocks,
.history-blocks tr {
	display: block;
}

.history-blocks td, 
.three-main-blocks .partner-block {
	width: 50%;
	height: 350px;
	padding: 72px 54px 30px 54px;
}

.history-blocks h2, 
.three-main-blocks h2 {
	margin-bottom: 64px;
}

.history-blocks td:hover {
	background: #151515 url('/img/bg/bg-services.jpg') bottom left no-repeat;
	color: #ffffff;
}

/* About - End*/


/* Geography - Start */

.map-container {
	position: relative;
	max-width: 799px;
	margin: 0 auto 50px 50px;
}

.map-container img {
	max-width: 100%;
	height: auto;
}

.map-container > .map__geopoint-descr img {
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.map-container > .map__geopoint-descr {
	position: absolute;
}

.map-container > .map__geopoint-descr div {
	display: none;
	position: absolute;
	z-index: 2;
	left: -110px;
	width: 240px;
	bottom: 34px;
	background: rgba(11,85,152, 0.94);
	padding: 13px 18px 14px;
}

.map-container > .map__geopoint-descr p {
	font-size: 13px;
	color: white;
	line-height: 26px;
}

.map-container > .map__geopoint-descr a {
	color: white;
	margin: 11px auto;
	display: table;
	padding: 5px 0 3px;
	font-size: 12px;
	text-decoration: none;
	width: 75%;
	text-align: center;
	border: 1px solid #91b2d2;
}

.map-container > .map__geopoint-descr a b {
	font-size: 18px;
	padding-right:5px;
}

.map-container > .map__geopoint-descr div:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 8px;
	background: url(../img/pip.png) center 0 no-repeat;
	opacity: 0.94;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -8px;
}

.map-container > .map__geopoint-descr:hover div {
	display: table;
}

.classic_text table .first {
	min-width: 70px;
	text-align: center;
}

.classic_text table td.first {
	font-size: 18px;
	font-weight: 600;
	width: 70px;
	text-align: center;
}

.classic_text table td.two + td {
	min-width: 200px;
}

.classic_text table .two {
	width: 280px;
	padding-left: 20px;
}

.classic_text table td.two {
	text-transform: uppercase;
	font-weight: 600;
}

/* Geographhy - End */



/* Mission-company - Start */
.mission-company {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	color: #fff;
	background: #003760 url('/img/about/bg.png') bottom right no-repeat;
	margin-top: 80px;
	margin-bottom: 120px;
}
.mission-company:first-child {
	margin-top: 0;
}
.mission-company:last-child {
	margin-bottom: 0;
}
.mission-company::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -18px;
	width: 18px;
	height: 100%;
	background-color: #7fc700;
	transform: skew(20deg) rotate(200deg);
	z-index: -1;
}

.mission-company__img {
	position: relative;
	width: 505px;
	flex-shrink: 0;
	margin-right: 60px;
}

.mission-company__img img {
	width: 100%;
	position: relative;
	display: block;
}

.mission-company__img::before {
	content: '';
	position: absolute;
	top: -31px;
	right: -24px;
	height: 455px;
	width: 130px;
	background-color: #055faa;
	transform: skew(-50deg) rotate(130deg);
}

.mission-company__desc {
	text-align: center;
	padding: 50px;
}
.mission-company__desc h2 {
	margin-bottom: 40px;
}

/* Mission-company - End */



/* Career - Start */
.career {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-right: 95px;
	margin-top: 50px;
	margin-bottom: 70px;
}

.career:first-child {
	margin-top: 0;
}
.career:last-child {
	margin-bottom: 0;
}

.career-slider {
	position: relative;
	width: 100%;
	max-width: 350px;
	flex-shrink: 0;
}
.career-slider::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -10px;
	width: 10px;
	height: 140px;
	background-color: #7fc700;
}
.career-slider::after {
	content: '';
	position: absolute;
	bottom: 134px;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 6px solid #fff;
	border-left: 10px solid transparent;
}
.career-slider img {
	display: block;
	width: 100%;
}

.career-naviblock {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.career__desc {
	max-width: 515px;
	font-size: 15px;
	line-height: 25px;
	margin-left: 20px;
}

.career__desc p {
	margin-top: 20px;
}

.career__desc p:first-child {
	margin-top: 0;
}




/* Career - End */





/* Contacts - Start */

.contacts-block {
	position: relative;
	color: #ffffff;
	background: #003760;
}

.contacts__map-container {
	vertical-align: top;
	width: 54%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.contacts__map-container img {
	display: block;
    max-width: 100%;
    height: auto;
}

.contacts__textpart {
	position: relative;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	width: 46%;
	padding: 32px 36px 44px 42px;
	background: url('/img/bg/bg-contacts.jpg') right bottom no-repeat;
}

.contacts__textpart::before {
	content: '';
	position: absolute;
	top: 65px;
	left: -15px;
	width: 15px;
	height: 325px;
	background-color: #7fc700;
	transform: skew(20deg) rotate(200deg);
}

.contacts__textpart::after {
	content: '';
	position: absolute;
	bottom: -7px;
	right: -15px;
	width: 15px;
	height: 325px;
	background-color: #055faa;
	transform: skew(-20deg) rotate(-200deg);
}

.contacts__textpart h3 {
	font-size: 22px;
	margin-top: 25px;
	line-height: 39px;
	margin-bottom: 22px;
}

.contacts__textpart p {
	font-size: 15px;
	line-height: 23px;
}

table.half-float-table {
	float: left;
	width: 50%;
	margin-top: 42px;
	font-size: 16px;
}

.green-small-heading {
	color: #7fc700;
	font-size: 13px !important;
	margin-bottom: 10px;
	display: block;
}

.cl-green {
	color: #7fc700;
}

.blue-small-heading {
	color: #9fd1ff;
	font-size: 13px !important;
	margin-bottom: 12px;
	display: block;
}

table.half-float-table a {
	font-size: 13px;
	color: #9fd1ff;
	text-decoration: underline;
}

table.half-float-table a:hover {
	text-decoration: none;
}

.contacts__textpart .blue-button {
	background-color: #151515;
	margin: 50px 0px;
	display: inline-block;
}
.contacts__textpart .blue-button:hover {
	background-color: #1E1E1E;
}

/* Contacts - End */


/* Searching results - Start */

.search_pannel {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 42px;
	max-width: 745px;
}

#p_search_input {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
    height: 47px;

	vertical-align: top;
	margin-top: 8px;

    background-color: #fff;

    font-size: 13px;
    line-height: 14px;

    -webkit-border-radius: 0;

    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

	border: 2px #c6d3d7 solid;
	-webkit-border-image: none;
	-o-border-image: none;
	border-image: none;

    margin-bottom: 0px;
}

.search_pannel .blue-button {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;

	width: 140px;
	height: 47px;

	margin-top: 8px;

	vertical-align: middle;

	-ms-touch-action: manipulation;
	touch-action: manipulation;

	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.search_result {
	display: block;
	margin-top: 55px;
	padding-left: 22px;
	position: relative;
	font-size: 15px;
}

.search_result > a::before {
    content: "\2014 ";
    top: 3px;
    position: absolute;
    margin-left: -22px;
}

.found_href {
	font-size: 16px;
	text-decoration: none;
    color: #0070d6;
    line-height: 18px;	
}

.search_result a:hover {
	text-decoration: underline;
}

.found_text {
	margin-top: 10px;
}

.found_section {
	margin-top: 6px;
}

p.found_section {
	font-size: 13px;
	line-height: 30px;
}

.found_section_href {
	color: #575757;
	text-decoration: none;
	font-size: 13px;
	margin-left: 10px;
}

.found_section_href:hover {
	text-decoration: underline;
}

.root_section {
	color: #575757;
	position: relative;
	margin-right: 13px;
}

.root_section + .root_section {
	margin-left: 10px;
}

.root_section:after {
    position: absolute;
    width: 6px;
    height: 12px;
    content: "/";
    top: -7px;
    right: -14px;
}

/* Searching results - End */


/* CMI - Start */
.cmi-blocks {
	position: relative;
	margin-bottom: 100px;
}

.cmi-blocks::before {
	content: '';
	position: absolute;
	background-color: #055faa;
	top: 0px;
	left: -12px;
	width: 11px;
	height: 170px;
	background-color: #055faa;
	transform: skew(20deg) rotate(200deg);
}

.cmi-blocks:last-child {
	margin-bottom: 0;
}

.cmi-blocks .partner-block {
	position: relative;
	width: 310px;
	height: 458px;
	padding: 0px;
}

.cmi-blocks .gallery-block.partner-block {
	height: 368px;
}

.cmi-blocks .album-block.partner-block {
	height: 208px;
}

.cmi-blocks a {
	display: block;
	background: #ffffff;
}

.cmi-blocks a:hover {
	background: #141515;
}

.cmi__img-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 238px;
	background: #e8f0f2;
}

.cmi__img-wrapper img {
	/*display: block;*/
	max-width: 100%;
	max-height: 238px;
}

.cmi__text-wrapper {
	display: block;
	padding: 17px;
	position: relative;
	width: 100%;
	height: 216px;
}

.cmi__text-wrapper::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 64px solid #7fc700;
	border-left: 109px solid transparent;
}

.cmi__text-wrapper::after {
	content: url('/img/slider-right.png');
	position: absolute;
	bottom: 11px;
	right: 24px;
}

.gallery-block .cmi__text-wrapper {
	height: 126px;
}

.cmi__text-wrapper p {
	color: #575757;
	height: 72px;
}

.cmi__text-wrapper p.cmi__cost {
	position: relative;
	bottom: 0px;
	left: 0px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	height: auto;
}

.cmi__text-wrapper h4 {
	color: #000000;
	height: 80px;
	text-transform: uppercase;
}

.cmi-blocks a:hover .cmi__text-wrapper::before {
	display: none;
}

.cmi-blocks a:hover .cmi__text-wrapper::after {
	content: url('/img/arrow.png');
}

.cmi-blocks a:hover p {
	color: #838383;
}

.cmi-blocks a:hover h4 {
	color: #ffffff;
}

.cmi-blocks a:hover p.cmi__cost {
	color: #7fc700;
}

.cmi-row {
	position: relative;
	display: block;
	width: 100%;
	border: #c6d3d7 solid 2px;
	margin-bottom: -2px;
	background: #ffffff url('/img/slider-right.png') bottom 14px right 16px no-repeat;
	color: inherit;
}

.cmi-row::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 54px solid #7fc700;
	border-left: 92px solid transparent;
}

.cmi-row::after {
	content: url('/img/slider-right.png');
	position: absolute;
	bottom: 6px;
	right: 16px;
}

.cmi-row:hover {
	background: #141515;
}
.cmi-row:hover::before {
	display: none;
}
.cmi-row:hover::after {
	content: url('/img/arrow.png');
}

.cmi-row div {
	/* padding: 24px 24px 24px 0px; */
	padding: 50px 24px 24px 0px;
	display: inline-block;
	vertical-align: top;
	line-height: 18px;
}

.cmi-row__img {
	width: 128px;
	padding: 20px !important;
}

.cmi-row__img img {
	display: block;
	max-width: 88px;
	height: auto;
	margin: 0 auto;
}

div.cmi-row__name {
	width: 264px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 50px 24px 24px 0px;
	line-height: 22px;
}

.cmi-row__type {
	/* width: 187px; */
}

.cmi-row p:first-child {
	color: #575757;
}

.cmi-row__workspace {
	width: 158px;
}

.cmi-row__group {
	width: 134px;
}

.cmi-row__cost {
	width: 102px;
}

.cmi-row__cost > p + p {
	font-weight: bold;
}

.cmi-row__type > p, 
.cmi-row__workspace > p, 
.cmi-row__group > p, 
.cmi-row__cost > p {
	padding-bottom: 20px;
}

.cmi-row:hover {
	color: #ffffff;
}

.cmi-row:hover .cmi-row__type > p, 
.cmi-row:hover .cmi-row__workspace > p, 
.cmi-row:hover .cmi-row__group > p, 
.cmi-row:hover .cmi-row__cost > p {
	color: #838383;
}

.cmi-row:hover .cmi-row__type > p + p, 
.cmi-row:hover .cmi-row__workspace > p + p, 
.cmi-row:hover .cmi-row__group > p + p {
	color: #ffffff;
}

.cmi-row:hover .cmi-row__cost > p + p {
	color: #7fc700;
}

/* CMI - End */


/* Product - Start */

.product-main {
	width: 100%;
	background: #e8f0f2 url(/img/bg/bg-one-product.jpg) bottom right repeat-x;
	position: relative;
}

.product-main .content-container {
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	padding: 25px 15px 60px 15px;
}

.product-main-text {
	position: relative;
	max-width: 612px;
	width: 100%;
	padding-right: 100px;
	z-index: 1;
}

.page-path a {
	display: inline-block;
	position: relative;
	font-size: 12px;
	text-decoration: none;
	color: #575757;
	text-transform: uppercase;
	margin-right: 15px;
}

.page-path a:hover {
	text-decoration: none;
	color: #7fb7dd;
}

.page-path > a + a {
	margin-left: 25px;
}

.page-path > a + a:before {
	display: block;
	position: absolute;
	content:'';
	background: url(../img/breadcrumb-gr.png) 0 0 no-repeat;
	width: 4px;
	height: 6px;
	left: -25px;
	top: 8px;
}

.product-main h1 {
	color: #070707;
	margin-top: 35px;
}

.product-main small {
	font-size: 12px;
	line-height: 22px;
	color: #000;
}

.product-main p {
	line-height: 24px;
}

.product-main-slider,
.product-main-slider1 {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 303px;
	height: 379px;
	margin-top: 35px;
	position: relative;
}

.product-main-slider::before {
	content: '';
	position: absolute;
	bottom: 56px;
	left: -88px;
	width: 390px;
	height: 190px;
	background: #7fc700;
	transform: skew(40deg) rotate(130deg);
}

.product-main-slider .mainslider-naviblock {
	position: absolute;
	top: 0px;
	left: 0px;
	right: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.transparent-button {
	font-size: 12px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #8eaabd;
	margin: 0 auto;
	padding: 10px 27px 10px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	margin: 0;
	vertical-align: top;
	cursor: pointer;
}

.transparent-button:hover {
	background: rgba(255,255,255, 0.5);
}

.transparent-button:active {
	background: rgba(255,255,255, 0.2);
}

.product-main-text .blue-button,
.product-main-text .transparent-button {
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
}

.product-main-slider .slider-button-next:hover {
	background-color: #00376b;
}

.product-main .background-wrapper {
	max-width: 1904px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px; 
	right: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	height: 100%;
}

.product-main-slider__right {
	width: 33%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #003760 url(/img/bg/bg-one-product.png) bottom left no-repeat;
}

.product-slider {
	margin-top: 100px;
	margin-bottom: 100px;
	height: 438px;
	width: 100%;
	position: relative;
	background: #003760 url(/img/bg/bg-slider.png) bottom right no-repeat;
}

.product-slider::before {
	content: '';
	position: absolute;
	top: 42px;
	left: -11px;
	width: 11px;
	height: 320px;
	background-color: #7fc700;
	transform: skew(20deg) rotate(200deg);
}

.product-slider .swiper-slide {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-slider img {
	position: relative;
	width: 374px;
	height: 438px;
	display: block;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 2;
}

.product-slide-description {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;

	color: #ffffff;
	display: block;
	padding: 100px 100px 30px 100px;
	min-height: 100%;
}

.product-slide-description::before {
	content: '';
	position: absolute;
	bottom: 49px;
	left: -235px;
	width: 370px;
	height: 160px;
	transform: skew(-40deg) rotate(50deg);
	background: #055faa;
}

.product-slide-description * {
	position: relative;
}

.product-slider h2 {
	margin-bottom: 60px;
}

.product-slider .mainslider-naviblock {
	position: absolute;
	top: auto;
	bottom: 0px;
	right: 0px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 100;
}

.product-slider .slider-button-prev {
	background: #141515 url(../img/slider-left.png) 13px 20px no-repeat;
}

.product-slider .slider-button-next {
	background: url(../img/slider-right.png) 13px 20px no-repeat;
}

.product-slider .slider-button-prev:hover, 
.product-slider .slider-button-next:hover {
	background-color: #023f78;
}

.product-slider .slider-button-prev:active, 
.product-slider .slider-button-next:active {
	background-color: #002c56;
}

.doc-block {
	position: relative;
	display: block;
	float: left;
	margin-right: 54px;
	margin-bottom: 40px;
	width: 306px;
	height: 160px;
	border: 2px #c6d3d7 solid;
	padding: 0px 20px;
}

.doc-block::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 8px solid #7fc700;
	border-right: 13px solid transparent;
}

.doc-block .doc-name {
	height: 80px;
	width: 196px;
	border-bottom: 1px #c6d3d7 solid;
	margin-bottom: 30px;
}

.doc-block .doc-name p {
	color: #000000;
}

.doc-block .doc-name p {
	font-weight: bold;
	margin-top: auto;
	margin-bottom: auto;
}

.doctype {
	float: left;
}

.doctype p {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 12px;
	color: #000000;
}

.doctype-img {
	width: 23px;
	height: 28px;
	background: url(../img/doc-white-ico.png) top left no-repeat;
	background-position: -23px 0px;
	display: inline-block;
	vertical-align: middle;
}

.doc-block .doc-name + div > p {
	float: right;
	padding-right: 4px;
	padding-top: 1px;
	text-transform: uppercase;
	color: #0070d6;
	font-size: 12px;
}

.doc-block:hover {
	background: #151515;
}

.doc-block:hover::before {
	display: none;
}

.doc-block:hover p {
	color: #ffffff;
}

.doc-block:hover .doc-name + div > p {
	color: #7fc700;
}

.doc-block:hover .doctype-img {
	background-position: 0px 0px;
}

/* Product - End */


/* Vacancies - start */

#gb_loader {
    display: none;
    text-align: center;
    outline: none;
	width: 100%;
	margin-top: 35px;
}

input.bad,
textarea.bad {
	background: #fff2f2!important;
}

.vacancies-container {
	padding-bottom: 50px;
}

.vacancies {
	margin-top: 60px;
	margin-bottom: 50px;
}

.vacancy {
	border-top: 1px solid #e1e4eb;
	border-bottom: 1px solid #e1e4eb;
	margin-bottom: -1px;
	padding-right: 15px;
}

.vacancy h5 {
	font-size: 15px;
	line-height: 25px;
	font-weight: 700;
}

.vacancy__heading {
	padding-bottom: 23px;
	cursor: pointer;
}

.vacancy__open-btn-wrap {
	width: 54px;
	padding-top: 32px;
}

.vacancy__open-btn {
	width: 18px;
	height: 18px;
	background: #0b5598 url(../img/vacancy-arrows.png) 6px 7px no-repeat;
	margin: 0px auto;
}

.vacancy__heading-text {
	padding-top: 26px;
	padding-left: 7px;
}

.vacancy__heading-text h5 {
	color: #0c5ba6;
}

small {
	color: #aab1b8;
}

.vacancy__description {
	padding-top: 20px;
	padding-left: 61px;
	padding-bottom: 35px;
}

.vacancy__description p {
	font-size: 13px;
	line-height: 24px;
}

.vacancy__description {
	color: #ffffff;
}

.vacancy:hover {
	background: #003362;
}

.vacancy:hover .vacancy__heading-text h5 {
	color: #0070d6;
}

.active-vacancy {
	background: #003362;
}

.active-vacancy .vacancy__heading-text h5 {
	color: #0070d6;
}

.active-vacancy .vacancy__open-btn {
	background-color: #ffffff;
	background-position: -7px 7px;
}

.resume-container {
	padding-bottom: 100px;
}

.resume-container #feedback-form textarea {
	min-height: 47px;
	margin-top: 20px;
}

.file-label-wrapper {
	margin-top: 30px;
}

/* Прячем стандартный Input */

.resume-container #feedback-form input[type=file],
#file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

/* Стилизуем... */

.file-label-wrapper {
	width: 100%;
}

.filelabel {
	display: block;
	width: 100%;
    height: 30px;
    margin: 0 auto;
    background-color: transparent;
	border: none;
    color: #0c5ba6;
    font-size: 12px;
    line-height: 19px;
    cursor: pointer;
	text-align: center;
}

.file-text {
	display: inline-block;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 19px;
	text-transform: uppercase;
}

.file-ico {
	width: 10px;
    height: 19px;

	display: inline-block;
	position: absolute;
	margin-top: 8px;
	margin-left: -10px;

	background: url("../img/file-sprite.png") no-repeat;
	background-position: 0 0px;

	-webkit-transition: margin-top 0.2s;
    -o-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}

.filelabel:hover .file-ico {
	margin-top: 6px;
}

.filelabel:hover .file-text {
	border-bottom: none;
}

.file-yes .file-text {
	color: #66bd58;
}

.file-yes .file-ico {
	background-position: -10px 0;
}

.resume-container #feedback-form button {
	margin: 35px auto 0px;
}

/* Vacancies - End */


/* Administration - Start */

.persons {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -10px 70px -10px;
}

.person {
	position: relative;
	max-width: 440px;
	padding-bottom: 26px;
	margin: 0 10px;
}

.person::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -8px;
	width: 8px;
	height: 150px;
	background-color: #7fc700;
	transform: skew(20deg) rotate(200deg);
}

.person > a {
	display: block;
}

.person > a > img {
	padding: 7px;
	border: 2px solid #c6d3d7;
	display: block;
}

.person__description {
	padding: 50px 15px 0px 50px;
}

.person__description h5 {
	font-weight: 700;
}

.person__description small {
	color: #aab1b8;
}

.person__description a {
	font-size: 12px;
	color: #0070d6;
}

/* Administration - End */


/* Clearfix - Start */

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix_l:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix_l:after {
  clear: left;
}

.clearfix_l {
  zoom: 1;
}

/* Clearfix - End */


@media (max-width:1050px) {

	header .menu {
	    margin-right: 20px;
	}
}

@media (max-width:1050px) {

	.cmi-row div {
		padding: 24px 24px 5px 24px;
		width: 33.3333%;
	}
}

@media (max-width:1044px) {

	.mainpage-newsblock .newspage__newsblock {
		padding: 30px 42px 30px 42px;
		width: 300px;
		height: 262px;
	}

	.mainpage-newsblock .newspage__newsdate {
		left: 42px;
	}
}

@media (max-width:1044px) and (min-width: 930px) {
	.mainpage-newsblock .clearfix {
		margin: 0px auto;
		max-width: 888px;
		width: 100%;
	}
}

@media (max-width:900px) {
	.mainpage-newsblock .clearfix {
		margin: 0px auto;
		max-width: 586px;
		width: 100%;
	}
}

@media (max-width:1030px) {

	.history-blocks td {
		width: 290px;
		height: 370px;
		padding: 35px 30px;
	}

	.three-main.blocks {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.three-main-blocks .partner-block {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 290px;
		width: 50%;
		height: 370px;
		padding: 35px 30px;
	}

	.history-blocks h2, 
	.three-main-blocks h2 {
		margin-bottom: 35px;
	}
}

@media (max-width:1020px) {

	.product-slide-description {
		padding: 50px 100px 30px 50px;
	}
}

@media (max-width:1014px) and (min-width: 640px) {
	.product-block {
		width: 34.76%;
		margin-top: 50px;
		height: auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width:1014px) {

	.product-block img {
		position: static;
		max-width: 100%;
		height: auto;
	}

	.mainpage-products {
		margin-top: 10px;
	}

	.product-block:first-child,
	.product-block:nth-child(2) {
		margin-top: 0px;
	}

	.wide {
		width: 59.59%;
	}

	.product-bottom {
		position: relative;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.product-bottom::before {
		right: 0;
	}

	.product-bottom::after {
		right: 22px;
	}

	.product-name {
		height: auto;
	}


	.product-name a {
		display: block;
		position: relative;
		margin-top: 20px;
		left: auto;
		right: auto;
		bottom: auto;
	}

	.wide .product-name a {
		left: auto;
		right: auto;
		bottom: auto;
	}

	.mainpage-text-container {
		background: url(../img/products/product4.jpg) top right repeat;
	}

}

@media (min-width:981px) {

	header .menu > div.more > div a:hover:before {
		display: table;
	}

	header .menu > div.more:hover > div {
		display: table;
	}

	.footer-top__linkblock:nth-child(3) {
		margin-bottom: 50px;
	}
}

@media (max-width:980px) {

	/* Header - Start */

	.mobile-menu-toggler {
		display: block;
	}

	header .menu {
		display: none;
		position: absolute;
		top: 118px;
		z-index: 10;
		margin-right: 0px;
		width: 100%;
		left: 0px;
	}

	header .menu > div {
		border: 1px solid #e8f0f2;
		display: block;
		float: none;
		padding: 0px;
		height: auto;
		margin: 0px;
		margin-bottom: -1px;
		background-color: #ffffff;
	}

	header .menu > div > a {
		display: block;
		padding: 10px 60px 10px 20px;
	}

	header .menu a span {
		margin: 0px;
	}

	header .menu > div.more {
		position: relative;
		padding-right: 0px;
		background: #ffffff;
		z-index: 1;
	}

	header .menu > div.more .show-more-btn {
		position: absolute;
		display: block;
		top: 0px;
		right: 0px;
		left: auto;
		background: #0c5ba6 url(../img/submenu-open.png) no-repeat;
		background-position: 1px 50%;
		width: 47px;
		height: 47px;
		z-index: 2;
	}

	header .menu > div.more .show-more-btn:hover {
		background-color: #0c5ba6;
	}

	header .menu > div.more .show-more-btn:active {
		background-color: #0b4b82;
	}

	header .menu > div.more.im-active .show-more-btn {
		background-position: -48px 11px;
	}

	header .menu > div.more > div {
		display: none;
		background: #0c5ba6;
		position: static;
		width: 100%;
		padding: 7px 20px 6px 20px;
	}

	header .menu > div.more > div a {
		float: none;
		display: block;
		margin-bottom: 0px;
		padding: 7px 0px;
		width: 100%;
	}

	header .menu > div.more > div a:nth-child(2n) {
		width: 100%;
		padding-right: 0%;
	}

	header .menu > div:hover {
		background-color: #003760 !important;
	}

	header .menu > div:hover > a {
		color: #0f2d40;
	}

	/* Header - End */

	.career {
		padding-right: 0;
	}

	.mission-company__img {
		margin-right: 0
	}

	.mission-company__img::before {
		display: none;
	}

	.mission-company__desc {
		padding: 40px 20px;
	}

	.footer-top {
		padding-bottom: 15px;
	}

	.footer-top .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-top__linkblock {
		float: none;
		width: 48%;
		margin-bottom: 25px;
	}
}

@media (max-width:965px) {

	.textpage-slider {
		height: auto;
		max-width: 600px;
	}

	.textpage-slider .swiper-slide {
		max-width: 600px;
	}

	.textpage-slider img {
		display: block;
	}

	.product-main-text {
		padding-right: 5%;
	}
}

@media (max-width:952px) {

	.partner-block,
	.history-blocks td	{
		width: 290px;
		height: 270px;
		padding: 25px 0px;
	}

	.partners .partner-block {
		display: block;
		height: auto;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.partner-logo-container {
		display: block;
		margin: 0 auto 15px auto;
		height: auto;
	}

	.partner-logo-container img {
		max-width: 100%;
		height: auto;
	}

	.partner-info {
		display: block;
		width: 184px;
		height: auto;
		margin: 0px auto;
		padding-left: 0px;
	}

	.certificate-block {
		width: 290px;
		height: 420px;
		padding: 12px 0px;
	}

	.certificate-info {
		width: 200px;
		padding-top: 0px;
	}

	.hor-certificate + .certificate-info {
		width: 200px;
		margin: 0px auto;
	}

	.newspage__newsblock {
	    width: 290px;
	    height: 250px;
	    padding: 30px;
	}

	.newspage__newsdate {
		left: 30px;
	}

	.product-slider h2 {
		margin-bottom: 20px;
	}
}

@media (max-width:930px) {

	.mainpage-newsblock .newspage__newsblock {
		padding: 30px 32px 30px 32px;
		width: 270px;
	}
}

@media (max-width:900px) {

	.mainpage-newsblock .newspage__newsblock {
		width: 294px;
		margin-left: 0px;
		margin-right: -2px;
	}
}

@media (max-width:885px) {
	.product-slide-description {
		padding: 30px 65px 30px 25px;
	}

	.product-slider {
		height: auto;
		width: 100%;
	}
}

@media (max-width:850px) {

	.mission-company {
		display: block;
		max-width: 500px;
		margin: 50px auto 70px auto;
	}

	.mission-company__img {
		width: 100%;
	}

	.contacts__textpart,
	.contacts__map-container {
		width: 100%;
	}

	table.half-float-table {
		width: auto;
		margin-top: 30px;
		margin-right: 50px;
		margin-bottom: 0px;
	}

	.contacts__map-container img {
		width: 100%;
		height: 300px;
	}
}

@media (max-width:768px) {

	.mainpage-slider__textpart {
		width: 56%;
	}

	.mainpage-slider .swiper-container {
		width: 44%;
	}

	.doc-block {
		display: block;
		float: none;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 40px;
		width: 290px;
		height: 165px;
	}
}

@media (max-width:760px) {

	.product-main .content-container {
		display: inline-block;
	}

	.product-main-slider::before {
		display: none;
	}

	.product-main-text {
		max-width: none;
		padding-right: 0px;
	}

	.product-main-slider {
		margin-top: 50px;
	}

	.product-main-slider__right {
		display: none;
	}
}

@media (max-width: 752px) {

	.career {
		display: block;
		margin-top: 40px;
		margin-bottom: 60px;
	}

	.career__desc {
		max-width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}

	.advantages-block .content-container {
		display: block;
	}

	.advantage-iconspart {
		margin-top: 60px;
	}

	.advantage-textpart {
		max-width: none;
		width: 100%;
		padding-right: 0px;
	}
}

@media (max-width: 685px) {

	.product-slide-description::before {
		display: none;
	}

	.product-slider img {
		width: 100%;
		height: auto;
	}

	.product-slider .swiper-slide {
		display: block;
	}
}

@media (max-width:680px) {

	.contacts-block {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		box-direction: reverse;
		-webkit-box-orient: vertical;
	}

	.contacts__map-container {
		height: 300px;
	}

	#feedback-form input {
		max-width: none;
		margin-bottom: 0px;
		margin-top: 17px;
	}

	#feedback-form textarea {
		margin-top: 17px;
	}
}

@media (max-width:650px) {

	.textpage-slider {
		margin-top: 70px;
		margin-bottom: 70px;
	}

	.textpage-slider img {
		max-width: 100%;
		height: auto;
	}

	.textpage-slider .slider-button-prev, 
	.textpage-slider .slider-button-next {
		width: 40px;
		height: 40px;
	}

	.textpage-slider .slider-button-prev {
		background: #ffffff url(../img/slider-left-blue.png) 10px 17px no-repeat;
	}

	.textpage-slider .slider-button-next {
		background: #00305d url(../img/slider-right.png) 10px 17px no-repeat;
	}

	.map-container {
		margin: 0 auto 50px auto;
	}
}

@media (max-width:640px) {
	.product-block {
		margin-top: 20px;
		width: 100%;
		height: auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}

	.product-block:nth-child(2) {
		margin-top: 20px;
	}

	.product-block:nth-child(odd) {
		margin-right: 0px;
	}

	.wide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.mainpage-products {
		padding-top: 30px;
	}
}

@media (max-width:627px) {

	.newspage-newsblock_big {
		width: 100%;
		height: auto;
	}

	.newspage-newsblock_big > img {
		max-width: 100%;
		height: auto;
		display: block;
	}

	.mainpage-newsblock .newspage__newsblock {
		padding: 20px 22px 20px 22px;
		width: 100%;
		height: 200px;
	}

	.mainpage-newsblock .newspage__newsdate {
		left: 22px;
	}

	.newspage-newsblock_big .newspage__newsblock {
		width: 290px;
	}

	.three-main-blocks .partner-block {
		width: 100%;
	}
}

@media (max-width: 610px) {

	.cmi-row div {
		width: 50%;
	}

	.person {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding-bottom: 46px;
	}

	.person__description {
		padding: 30px 15px 15px 15px;
	}

	.persons {
		margin-bottom: 30px;
	}
}

@media (max-width:600px) {

	.footer-bottom__contacts .phone {
		margin-left: 0px;
		padding: 13px 34px;
	}

	.footer-bottom__contacts .email {
		margin-left: 0px;
		padding: 13px 34px;
	}

	.content-container {
		padding-bottom: 120px;
	}

	.mainpage-text-container {
		padding-bottom: 0;
	}

	.three-main-blocks-wrap {
		margin-top: -90px;
	}

	.mission-company__desc {
		padding: 30px 15px;
	}

	.mission-company__desc h2 {
		margin-bottom: 20px;
	}
}

@media (max-width:500px) {

	.mainpage-slider__textpart {
		width: 100%;
		padding-left: 0;
	}

	.mainpage-slider .swiper-container {
		width: 0%;
	}

	.mainpage-textpart__slider-container {
		width: 100%;
		min-height: 380px;
		margin: 64px 0px 55px 0px;
		padding: 20px 40px 15px 15px;
	}
}

@media (max-width:466px) {

	table.half-float-table {
		margin-top: 20px;
	}

	.contacts__textpart .blue-button {
	    margin: 30px 0px;
	}
}

@media (max-width:460px) {

	.footer-top__linkblock {
		width: 100%;
	}

	.footer-top .container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.address,
	.phone {
		display: block;
		float: none;
		width: 100%;
	}

	.footer-bottom__contacts .button {
		display: block;
		float: left;
		margin-top: 15px;
		margin-left: 0px;
	}

	.footer-bottom__copyright .copyright,
	.footer-bottom__copyright .empire {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.footer-bottom .container {
		padding-bottom: 15px;
	}

	.partner-block,
	.history-blocks td {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 420px) {

	.search_pannel {
		display: block;
		margin-bottom: 0px;
	}

	.search_pannel input {
		width: 100%;
	}

	.search_pannel .blue-button {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.iconblock, 
	.iconblock:nth-child(even) {
		max-width: none;
	}

	.iconblocks {
		padding: 50px 15px 10px 24px;
	}

	.iconblock__text {
		max-width: 206px;
	}

	.resume-container #feedback-form textarea {
		min-height: 74px;
	}

}

@media screen and (max-width: 406px) {

	.header__search-inpt-block {
		width: 290px;
		padding: 15px 15px;
	}

	#header__search-input {
		width: 164px;
		padding: 16px;
	}
}

@media (max-width:380px) {
	.product-block {
		display: block;
	}
}

@media (max-width:360px) {

	.cmi-row div {
		width: 100%;
		padding: 24px 24px 0px 24px;
	}

	.cmi-row__type > p, 
	.cmi-row__workspace > p, 
	.cmi-row__group > p, 
	.cmi-row__cost > p {
		padding-bottom: 10px;
	}

	.cmi-row {
		padding-top: 10px;
		padding-bottom: 15px;
	}
}

@media (max-width:350px) {

	.mainpage-textpart__slider-container h3 {
		line-height: 32px;
	}
	.mainpage-textpart__slider-container p {
		margin: 0px;
	}

	.contacts__textpart {
		padding: 32px;
	}
}

@media (max-width:350px) {

	.cmi-blocks .partner-block {
	    width: 100%;
	    height: auto;
	}

	.cmi__text-wrapper {
		height: auto;
	}

	.cmi__text-wrapper h4, 
	.cmi__text-wrapper p  {
		height: auto;
		margin-bottom: 20px;
	}
}

@media (max-width:333px) {

	.product-main-slider {
		width: 290px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}

	.product-main-slider img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
}
.docs-section 
{
	margin-top: 60px;
}
.team .table-min a
{
	font-size: 12px;
}
.team .table-min p
{
	font-size: 12px;
}
.hidden
{
	display: none;
}
.img-indent
{
	margin: 0 20px 15px 0;
}