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

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


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

/*

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


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

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

html {

	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-kerning: auto !important;
}


* {
	box-sizing: border-box;
}

body {
	font: normal 13px/1.5em 'Roboto-Regular', sans-serif;
	color: #9e9e9e;
	background: #ffffff;
	/*min-height: 2200px;*/
	/*min-width: 1250px;*/
	/*overflow-x: hidden;*/
}

.link-video:hover {
	color: #383838 !important;
}

/* .header-home .link_learn.link-video {
	margin-top: 415px;
} */

.header-menu .sub-menu li,
footer .sub-menu li {
	float: none;
	position: relative;
}

.header-menu .sub-menu,
footer .sub-menu {
	display: none;
	border-bottom: none;
}

footer .sub-menu {
	border-bottom: none;
	width: auto;
}

.home .main-menu-container {
	margin-top: 20px;
}

.header-menu .sub-menu li a,
footer .sub-menu li a {
	border-bottom: none;
}

.home footer .sub-menu, footer .sub-menu  {
	background-color: #f8f8f8;
	z-index: 99;
}
.page-template-page-contacts .header-menu .sub-menu, .current-menu-ancestor .sub-menu {
	background: rgba(0, 0, 0, 0.5);
}

li:hover .sub-menu {
	display: block;
	position: absolute;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	font-family: 'GothamPro-Medium', Arial, sans-serif;
	margin: 20px 0 15px 0;
	font-weight: normal;
	color: #2a2f32;
}

.text h1 {
	font-size: 28px;
}

.text h2 {
	font-size: 24px;
}

.text h3 {
	font-size: 20px;
}

.text h4 {
	font-size: 16px;
}

.text h5 {
	font-size: 14px;
	font-weight: bold;
}

.text h6 {
	font-size: 12px;
	font-weight: bold;
}

.text p {
	margin-bottom: 15px;
	line-height: 1.5em;
}

/*-----------------style-------------*/
.text ul,
.text ol {
	margin: 0 0 1.6em 1.3333em;
}

.text ul {
	list-style: disc;
}

.text ol {
	list-style: decimal;
}

.text li>ul,
.text li>ol {
	margin-bottom: 0;
}

.text table,
.text th,
.text td {
	border: 1px solid #b3b3b6;
}

.text td {
	padding: 5px 8px;
}

.text table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

.text img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.text .wp-video {
	margin: 20px auto;
}

.form-group {
	margin-bottom: 0;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

/**
 * 8.0 Alignments
 */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


::selection {
	background-color: #ee771d;
	color: #fff;
}

img {
	border: 0;
	outline: 0;
}

a {
	color: #f9373c;
	text-decoration: none;
	transition: 150ms ease-in;
}

a:hover {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.normalcase {
	text-transform: none !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-center {
	text-align: center;
}

.edge {
	/*height: 100%;*/
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.edge:after,
.clearfix:after,
.news-list:after,
.home-navigation:after {
	display: table;
	clear: both;
	content: "";
}

.scrollToTop {
	width: 85px;
	height: 65px;
	border: 1px solid #444;
	padding: 11px 10px 0;
	background-color: rgba(255, 255, 255, 0.25);
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4em;
	color: #444;
	opacity: 0.7;
	position: fixed;
	bottom: 124px;
	right: -1px;
	display: none;
	z-index: 9999;
}

.scrollToTop:hover {
	text-decoration: none;
	opacity: 1;
}

.term-10 .wrap-pagination,
.term-11 .wrap-pagination {
	display: none;
}

/*------header-------*/

header {
	height: 900px;
	background: url('../images/bg_body.jpg') center center no-repeat;
	-webkit-background-size: cover, auto;
	background-size: cover, auto;
	box-shadow: inset 30px 30px 150px 150px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 30px 30px 150px 150px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 30px 30px 150px 150px rgba(0, 0, 0, 0.5);
	-o-box-shadow: inset 30px 30px 150px 150px rgba(0, 0, 0, 0.5);
}

header a {
	color: #fff;
}

header h1 {
	text-transform: uppercase;
	font-size: 24px;
	float: left;
	font-weight: 500;
	color: #fff;
	padding: 25px 0 0;
}

.main-menu-container {
	/*background-color: #fff;*/
	margin-top: -150px;
	background-color: transparent;
}

.header-menu {
	padding-top: 50px;
	/*min-height: 200px;*/
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	/*background: url('../imgs/bg_header.png') 0 top repeat-x;*/

}

.main-logo {
	width: 152px;
	float: left;
	margin-right: 40px;
}

.header-menu ul {
	list-style: none;
	/*width: 750px;*/
	width: auto;
	float: left;
	border-bottom: 1px solid #fff;
	/*padding-left: 14px;*/
	padding-left: 0
}

.header-menu li {
	float: left;
	text-transform: uppercase;
}

.main-nav {
	/*display: inline-block;*/
	display: block;
	float: right;
}

.header-menu li a {
	display: block;
	padding: 12px 7px 16px;
	/*font-size: 15px;*/
	color: #fff;
	font: 14px 'GothamPro-Medium', Arial, sans-serif;
	letter-spacing: 3px;
	border-bottom: 1px solid transparent;
	margin-bottom: -1px;
}

.header-menu li a:hover,
.header-menu .current-menu-item a,
.header-menu .current-post-ancestor a {
	text-decoration: none;
	border-color: #f9373c;
	color: #f9373c !important;
}

/*.widget-block #lang_sel_list ul a.lang_sel_other {
	color: #444444!important;
}
.sticky .widget-block #lang_sel_list ul a.lang_sel_other {
	color: #fff!important;
}*/
/*------heade category-----*/
.header-page {
	height: auto;
	background: none;
	box-shadow: none;
	padding-bottom: 25px;
}

.header-page .header-menu {
	min-height: auto;
	background: none;
	position: relative;
	z-index: 2;
}

.header-page .header-menu li a {
	color: #2b3034;
	font: 14px 'GothamPro-Medium', Arial, sans-serif;
}

.header-page .header-menu li a:hover {
	color: #f9373c;
}

.header-page .header-menu ul {
	border-bottom: 1px solid #9e9e9e;
}


/*--------heade contacts---------*/
.header-contacts .header-menu {
	position: relative;
	z-index: 2;
	padding-bottom: 15px;
	background: rgba(0, 0, 0, 0.5);
}

.header-contacts {
	box-shadow: inset 30px 30px 150px 150px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 30px 30px 150px 150px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 30px 30px 150px 150px rgba(0, 0, 0, 0.4);
	-o-box-shadow: inset 30px 30px 150px 150px rgba(0, 0, 0, 0.4);
	position: relative;
}

.header-contacts:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

/*------------------------*/
.home-sign {
	padding: 120px 40% 152px 0;
	position: relative;
	color: #fff;
}

.big-title {
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	padding: 25px 0 0;
	font-size: 38px;
	letter-spacing: 1px;
	line-height: 1.25em;
	font-family: 'GothamPro-Medium', Arial, sans-serif;
}

.small-title {
	display: block;
	text-transform: uppercase;
	letter-spacing: 6px;
}

.download {
	font-size: 12px;
	display: inline-block;
	/* margin-top: 84px; */
	color: #fff;
	padding: 13px 30px 11px;
	border: 2px solid #ffffff;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.download:hover {
	text-decoration: none;
	background-color: #fff;
	color: #383838;
}

.home-navigation {
	position: absolute;
	bottom: 36px;
	width: 100%;
	letter-spacing: 0.5em;
	text-transform: uppercase;
}

.home-defence {
	width: 40%;
	float: left;
	font-size: 16px;
	color: #fff;
	letter-spacing: 3px;
	font-family: 'GothamPro-Medium', Arial, sans-serif;
}

.home-defence a {
	color: #fff;
}

.home-navigation .home-scroll {
	color: #fff;
}

.home-defence:before {
	margin-top: 7px;
	float: right;
	content: "";
	display: block;
	/*width: 64%;*/
	min-width: 100px;
	height: 2px;
	background-color: #fff;
}

.home-scroll {
	padding-top: 3px;
	text-align: center;
	width: 20%;
	margin: 0 auto;
	font-size: 11px;
	font-family: 'GothamPro-Medium', Arial, sans-serif;
}

.home-civil {
	width: 40%;
	color: #fff;
	float: right;
	font-size: 16px;
	text-align: right;
	letter-spacing: 3px;
	font-family: 'GothamPro-Medium', Arial, sans-serif;
}

.home-civil a {
	color: #fff;
}

.home-civil:before {
	margin-top: 7px;
	float: left;
	content: "";
	display: block;
	/*width: 76%;*/
	width: auto;
	min-width: 100px;
	height: 2px;
	background-color: #fff;
}

.home-active {
	color: #f9373c;
}

.home-active:before {
	background-color: #f9373c !important;
}

.home-active a {
	color: #f9373c !important;
}

.main-menu-item {
	width: 50%;
	padding-top: 35%;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50%;
	font-family: 'GothamPro-Medium', Arial, sans-serif;
	border: 1px solid #000;
}

.main-menu-item:first-child {
	background-image: url('../images/bg_defence.jpg');
	width: 48%;
	margin-right: 4%;
}

.main-menu-item:last-child {
	background-image: url('../images/bg_civil.jpg');
	width: 48%;
}

.main-menu-item a {
	position: absolute;
	text-align: center;
	padding-top: 50%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 32px;
	letter-spacing: 11px;
	line-height: 1.2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: 'GothamPro-Medium', Arial, sans-serif;
}

.main-menu-item a span {
	color: #fff;
	padding: 10px;
	border: 1px solid #fff;
	display: inline-block;
	background: rgba(49, 54, 45, .8);
}

.main-menu-item:hover a {
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	padding-top: 60%;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.3);

}

.news {
	padding-top: 50px;
}

.home .news {
	padding-top: 0;
}

.news h2 {
	text-align: center;
	padding: 45px 0 41px;
	color: #f9373c;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'GothamPro-Medium', Arial, sans-serif;
}

.news-list {
	padding: 0 0 21px;
	font-size: 0;
}

.news-item {
	width: 32%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	margin-right: 2%;
	margin-bottom: 35px;
}

.news-item:nth-child(3n) {
	margin-right: 0;
}

.news-pic {
	height: 205px;
	overflow: hidden;
}

.news-pic img {
	max-width: 100%;
	height: auto;
}

.news-text a {
	display: block;
	font-size: 17px;
	color: #2a2f32;
	padding: 22px 0 11px;
	font-family: 'GothamPro', Arial, sans-serif;
}

.news-text a:hover {
	color: #f9373c;
	text-decoration: none;
}

.news-text p {
	color: #8d939b;
	line-height: 1.5em;
	font-size: 13px;
	margin-bottom: 14px;
}

.news-date {
	display: block;
	padding: 1px 0 1px 21px;
	background: url('../images/icon-date.png') 0 center no-repeat;
	font-size: 10px;
	font-weight: 700;
	font-family: 'GothamPro-Medium', Arial, sans-serif;
	text-transform: uppercase;
	color: #f9373c;
	margin-top: auto;
}


/*-----------contacts block---------*/
.header-contacts-block {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	color: #fff;
	padding-top: 150px;
	position: relative;
	z-index: 2;

	font-family: 'GothamPro-Medium', Arial, sans-serif;
	letter-spacing: 3px;
	font-size: 15px;
	line-height: 1.4em;
}

.header-contacts-block h2 {
	text-transform: uppercase;
	font-size: 41px;
	margin: 0 0 20px 0;
	font-weight: normal;

	font-family: 'GothamPro-Medium', Arial, sans-serif;
}

.header-contacts-block .armor-info {
	font-family: 'GothamPro-Medium', Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 1.4em;
}

.header-contacts-block .contacts-address {
	margin: 25px 0 0 0;
}

.header-contacts-block .contact-email,
.social-networks {
	margin: 25px 0 0 0;
}

.social-networks {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-networks p {
	margin: 0 8px;
	transition: 0.5s;
}

.social-networks a:hover {
	color: #f9373c;
}

/*-----------------main container--------------*/
.main-container {
	padding: 140px 0 70px 0;
}

.title-page {
	color: #000;
	font-family: 'GothamPro-Medium', Arial, sans-serif;
	text-align: center;
	font-weight: normal;
	margin: 0 0 27px 0;
	line-height: 1.4em;
	text-transform: uppercase;
	font-size: 38px;
}

.sub-title {
	text-align: center;
	font-size: 14px;
	color: #2b2f32;
	font-family: 'GothamPro', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 20px;
}


/*----------page----------*/
.text-after {
	margin-top: 35px;
	text-align: center;
}

.text-after h3 {
	color: #f9373c;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'GothamPro-Medium', Arial, sans-serif;
}

.text-after .info-text {
	font-family: 'GothamPro-Medium', Arial, sans-serif;
	color: #2b2f32;
}

.btn-style {
	display: inline-block;
	padding: 8px 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-family: 'GothamPro-Medium', Arial, sans-serif;
	margin: 0 15px;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.btn-style:hover {
	opacity: 0.8;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.btn-style:hover {
	text-decoration: none;
}

.btn-style-black {
	background: #0a090f;
	border: 2px solid #fff;
}

.btn-style-red {
	background: #fa373d;
	border: 2px solid #fa373d;
}


/*-------------products--------------*/
.header-product-text {
	padding-top: 130px;
	position: relative;
	z-index: 2;
}

.header-product-text .title-page {
	color: #fff;
	max-width: 700px;
	margin: 40px auto 0;
}

.header-product-text .wrap-btns {
	margin-top: 62px;
	text-align: center;
}

.header-product-text .sub-title {
	color: #fff;
	margin-top: 40px;
}

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

/*-------------single page-----------*/
.single-page .date {
	text-align: center;
	padding-bottom: 25px;
	color: #f9373c;
	font-family: "GothamPro-Medium", Arial, sans-serif;
}

.recommend .news-item {
	margin-bottom: 0;
}
.news-text{
	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;
}
.news-date{
	margin-top: auto;
}
/*----footer-----*/

footer {
	padding: 66px 0 46px;
	background-color: #f8f8f8;
}

footer a {
	/* color: #2b2f32; */
	color: #9e9e9e;
}

footer ul {
	list-style: none;
	width: 750px;
	float: left;
	border-bottom: 1px solid #fff;
}

footer li {
	float: left;
	text-transform: uppercase;
}

footer li:last-child a {
	padding-right: 0;
}

footer li a {
	display: block;
	padding: 16px 12px;
	font-weight: bold;
	letter-spacing: 2px;
	font: 16px 'GothamPro-Medium', Arial, sans-serif;
}

footer li a:hover,
footer .current-menu-item a {
	text-decoration: none;
	color: #f9373c;
}

.copyright {
	margin-top: 30px;
	padding-top: 25px;
	border-top: 2px solid #989a9c;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'GothamPro-Medium', Arial, sans-serif;
}

.copyright-left {
	float: left;
}

.copyright-right {
	float: right;
}

.scroll-bottom {
	color: #fff;
	font-family: 'GothamPro-Medium', Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 40px;
	margin-top: 25px;
	background: url('../images/arrow-bottom.png') no-repeat center bottom;
}

.scroll-bottom:hover {
	text-decoration: none;
}

/*-----------------product-----------------*/
#section2 {
	/*background:url('../images/img-djip.jpg') no-repeat center center;*/
	background: url('../images/img-priroda.jpg') no-repeat center center;
	background-size: cover;
	min-height: 650px;
	position: relative;
}


#section2:after {
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#section2 .edge {
	z-index: 2;
	position: relative;
}

#section2 .sub-title,
#section2 .title-page {
	color: #fff;
}

.wrap-btns .download {
    display: block;
    max-width: 300px;
    margin: 0 auto 15px;
    text-align: center;
}

.main-info {
	text-align: center;
	padding-top: 25px;
}

.main-info .sub-title {
	text-align: center;
	color: #f9373c !important;
}

.section-full {
	color: #fff;
	padding: 60px 0;
}

.tb {
	display: table;
	width: 100%;
}

.tr {
	display: table-row;
}

.td {
	display: table-cell;
}

.head-info {
	vertical-align: middle;
	text-align: right;
	color: #2b2f32;
	;
	font-family: "GothamPro-Medium", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 2em;
	text-align: right;
	text-transform: uppercase;
}

/*------------info product----------*/
.info-product {
	background: #e8e8e8;
	color: #2b2f32;
}

.head-info,
.right-block-info {
	padding: 0 45px;
}

.right-block-info {
	min-height: 240px;
	border-left: 1px solid #2b2f32;
}

.list-specificate {
	font-size: 0;
}

.list-specificate .item-sesificate {
	/*display:inline-block;*/
	font-size: 14px;
	/*padding-right:5%;*/
	/*vertical-align:top;*/
	margin-bottom: 12px;
}

/*
.list-specificate .item-sesificate:nth-child(2n){
	padding-right:0;
}
*/

.grid {
	width: 590px;
}

.grid-item {
	width: 260px;
}

.item-sesificate .title-spec {
	text-transform: uppercase;
	font-family: 'GothamPro-Medium', Arial, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
	color: #f9373c;
}

.item-sesificate .info-spec {
	font-size: 12px;
	line-height: 1.4em;
	font-family: 'GothamPro-Medium', Arial, sans-serif;
}

.full-information-products:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 48, 78, 0.4);
	background: linear-gradient(to bottom, rgba(24, 48, 78, 0.2), rgba(0, 0, 0, 0.8));
}

.full-information-products {
	background: url('../images/img-priroda.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
}

.full-information-products .edge {
	z-index: 10;
	position: relative;
}

.information-product-text .left-coll-info,
.information-product-text .right-coll-info {
	width: 44%;
	float: left;
	padding: 0 3%;
}

/*-----------------------------------*/
.left-coll-info.text h2,
.right-coll-info.text h2,

.left-coll-info.text h3,
.right-coll-info.text h3,

.left-coll-info.text h4,
.right-coll-info.text h4,


.left-coll-info.text h5,
.right-coll-info.text h5,

.left-coll-info.text h6,
.right-coll-info.text h6 {
	text-transform: uppercase;
	font-family: 'GothamPro-Medium', Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	color: #f9373c;
}

.left-coll-info.text,
.right-coll-info.text {
	line-height: 1.2em;
}

.main-right-block-info .wrap-btns .btn-style {
	padding: 8px 12px;
}

.main-right-block-info .title-download {
	font-family: "GothamPro-Medium", Arial, sans-serif !important;
	font-size: 30px !important;
	line-height: 1.25em;
	color: #fff !important;
	text-align: left;
}

.main-right-block-info .wrap-btns {
	padding-top: 32px;
}

.slider-img {
	padding: 0 !important;
}

.bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	padding: 0;
}

.bx-wrapper .bx-controls-direction a {
	display: inline-block;
	margin: 0 5px;
	width: 26px;
	height: 26px;
	background: #000;
	position: static;
	transition: none !important;
}

.bx-wrapper .bx-controls-direction {
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	text-align: center;
}

.bx-wrapper .bx-controls-direction a.bx-next {
	background: url('../images/btns-slider-red.png') no-repeat 0 0;
}

.bx-wrapper .bx-controls-direction a.bx-next:hover {
	background: url('../images/btns-slider-red.png') no-repeat -27px 0;
}


.bx-wrapper .bx-controls-direction a.bx-prev {
	background: url('../images/btns-slider-red.png') no-repeat 0 -26px;
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover {
	background: url('../images/btns-slider-red.png') no-repeat -27px -26px;
}

.recomended-product .title-section-news {
	padding-top: 0;
}

/*-------------------category products-----------------*/
.home-navigation-cat {
	position: relative;
	bottom: none;
	left: none;
	padding-bottom: 40px;
	margin-top: -20px;
}

.menu-conatainer-cat {
	margin: 0 auto !important;

}

.list-products-category {
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin-top: 50px;
}

.item-product {
	display: inline-block;
	width: 50%;
	height: 470px;
	line-height: 0;
	overflow: hidden;
	position: relative;
	background: #000;
	font-size: 14px;
	-webkit-perspective: 500px;
	/* Chrome, Safari, Opera */
	perspective: 500px;
}

.item-product .link-product {
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 1em;
	font-size: 0;
	left: 0;
	top: 0;
}

.home-navigation-cat>div {
	color: #2b3034;
	text-transform: uppercase;
	font: 16px "GothamPro-Medium", Arial, sans-serif;
}

.home-navigation-cat>div a {
	color: #2b3034;
}

.home-navigation-cat .home-civil::before {
	background-color: #2b3034;
}

.home-navigation-cat .home-defence::before {
	background-color: #2b3034;
}

/*---------------------------------*/
.wrap-pagination {
	text-align: center;
	padding: 40px 0;
}

.wrap-pagination .page-numbers {
	font-size: 18px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	border: 1px solid #9e9e9e;
	display: inline-block;
	margin: 0 3px;
}

.wrap-pagination .page-numbers:hover,
.wrap-pagination .page-numbers.current {
	background: #f9373c;
	color: #fff;
	border: 1px solid #f9373c;
}

/*--------------------header home----------------*/

.header-carousel .item-inner {
	min-height: 900px;
	padding-top: 100px;
	overflow: hidden;
	width: 100% !important;
	box-shadow: 30px 30px 150px 150px rgba(0, 0, 0, 0.5) inset;
}

.header-carousel .item-inner:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.header-carousel .item-inner .edge {
	position: relative;
	z-index: 2;
}

.header-home {
	box-shadow: 30px 30px 150px 150px rgba(0, 0, 0, 0.5) inset;
}

.header-home .home-sign {
	overflow: hidden;
	padding-right: 0;
	float: left;
	max-width: 500px;
}

.header-home .header-menu {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
}

.header-home .main-menu-container {
	position: relative;
	z-index: 2;
}

.header-home .btn_play {
	position: absolute;
	bottom: 135px;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	overflow: hidden;
	text-indent: -999px;
	background: url('../images/play_video.png') no-repeat;
}

.header-home .link_learn {
	/* margin-top: 455px; */
	float: right;
	color: #fff;
	text-transform: uppercase;
	font: 15px "GothamPro", Arial, sans-serif;
}

.header-home .link_learn .fa {
	margin-left: 8px;
}

.header-carousel .owl-controls {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	padding: 0 45px;
	text-align: right;
}

.header-carousel .owl-controls .owl-page {
	font-size: 14px;
	display: block;
	color: #fff;
	padding: 10px 0;
	position: relative;
}

.header-carousel .owl-controls .owl-page:after {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.header-carousel .owl-controls .owl-page.active {
	color: #f9373c;
}

.header-carousel .owl-controls .owl-page:first-child:after {
	content: none;
}

.footer .logo-path,
.header-page .logo-path {
	fill: #000;
}

.header-home .logo-path {
	fill: #fff;
}

.slider-img .bx-wrapper {
	text-align: center;
}

.slider-img .bx-wrapper img {
	max-width: none;
	display: inline-block;
}


.main-menu {
	width: 100%;
}

/*-------------------------------scroll top----------------------*/
.scroll_top {
	display: none;
	position: fixed;
	bottom: 32px;
	right: 32px;
	font-size: 62px;
	color: #2b2f32;
	padding: 5px;
	z-index: 9999;
	line-height: 1em;
}


.icon-block {
	text-transform: uppercase;
	font-size: 1.375em;
	display: none;
}

.home .icon-block span, .home .icon-block i{
	color: #fff;
}

.icon-block:hover {
	cursor: pointer;
}

.icon-block span {
	color: #fff;
	font-size: 1.375em;
}

.icon-block i {
	color: #fff;
}

.close-btn {
	display: none;
}

.owl-pagination {
	display: inline-block;
}

.post-template-default .icon-block span,
.post-template-default .icon-block i {
	color: #000;
}

.header-contacts .icon-block {
	margin-bottom: 25px;
}

/* language selector */

.top-lang {
	display: inline-block;
}

.widget-block #lang_sel_list {
	display: inline-block;
	height: auto;
	top: 13px;
}

.widget-block #lang_sel_list ul {
	border: none;
}

.widget-block #lang_sel_list a {
	padding: 0 5px !important;
}


.widget-block #lang_sel_list a.lang_sel_sel,
.widget-block #lang_sel_list a.lang_sel_sel:visited {
	color: #f9373c;
}

.category .icon-block span,
.category .icon-block i,
.page-template-page-about .icon-block span,
.page-template-page-about .icon-block i {
	color: #000;
}

.page .text p {
	padding: 0 15px;
}



.post-type-archive-products .widget-block #lang_sel_list ul a.lang_sel_other,
.post-type-archive-products .widget-block #lang_sel_list ul a.lang_sel_other:visited,
.category .widget-block #lang_sel_list ul a.lang_sel_other,
.category .widget-block #lang_sel_list ul a.lang_sel_other:visited,
.page-template-page-about .widget-block #lang_sel_list ul a.lang_sel_other,
.page-template-page-about .widget-block #lang_sel_list ul a.lang_sel_other:visited,
.tax-typeproducts .widget-block #lang_sel_list ul a.lang_sel_other,
.tax-typeproducts .widget-block #lang_sel_list ul a.lang_sel_other:visited {
	color: #000;
}

.widget-block #lang_sel_list ul a.lang_sel_other,
.widget-block #lang_sel_list ul a.lang_sel_other:visited {
	color: #fff;
}

.widget-block #lang_sel_list a.lang_sel_sel,
.widget-block #lang_sel_list a.lang_sel_sel:visited,
.widget-block #lang_sel_list a.lang_sel_sel:hover,
.widget-block #lang_sel_list ul a.lang_sel_other,
.widget-block #lang_sel li ul a:link,
.widget-block #lang_sel_list ul a.lang_sel_other:visited,
.widget-block #lang_sel_list ul a.lang_sel_other:hover {
	background-color: transparent;
	border: none;
}

/*.sticky {*/
/*background-color: rgba(0, 0, 0, 0.75);*/
/*border-bottom: 3px solid #fbe239;*/
/*}*/

.divider {
	margin: 40px auto 0;
}

.links_container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.vidbg-container {
	background-color: none;
}


/* media queries */


@media screen and (max-width: 1400px) {
	header {
		height: 650px;
	}

}


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

	/* header */

	.main-logo {
		margin-right: 30px;
	}

	.main-logo img {
		max-width: 100%;
		height: auto;
		display: block;
	}

	/* footer */

	.edge {
		max-width: 960px;
		width: 100%;
		padding: 0 5px;
	}


	footer ul {
		width: auto;
		float: right;
	}

	footer li a {
		padding: 16px;
	}

	/* news page */

	.wrap-pagination {
		padding-bottom: 30px;
	}

	/* product single */

	.head-info,
	.right-block-info {
		padding: 0 25px;
	}

}


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

	/* header */
	.home-navigation-cat {
		margin-top: 60px;
	}
	#menu-verhnee-menyu-ukr .sub-menu, 
	#menu-verhnee-menyu-ukr-1 .sub-menu,
	#menu-verhnee-menyu-eng .sub-menu,
	#menu-verhnee-menyu-eng-1 .sub-menu	{
		background: transparent;
		display: none;
		position: unset;
	}

	.sub-menu li a {
		padding: 8px 10px;
		font-size: 12px;
	}

	.top-lang {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}

	header a {
		display: inline-block;
	}

	.main-logo {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 12px;
	}

	.main-logo img {
		margin: 0 auto;
	}

	.header-menu {
		min-height: 100px;
	}

	.header-contacts .header-menu {
		z-index: 1500;
	}

	.header-menu ul {
		border-bottom: none;
		width: 100%;
		float: none;
		padding-left: 0;
	}

	.header-menu li {
		float: none;
		display: block;
		text-align: center;
	}

	.header-menu li a,
	.header-menu li a:hover,
	.header-menu .current-menu-item a,
	.header-menu .current-post-ancestor a {
		display: inline-block;
		border: none;
		padding: 15px 0;
	}

	.main-nav {
		display: block;
		float: none;
		width: 100%;
		left: -100%;
		height: 100%;
		position: fixed;
		z-index: 10000;
		overflow-x: hidden;
		background-color: rgba(85, 107, 47, .95);
		top: 0;
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		padding: 80px 0;
	}

	.main-nav .close-btn {
		display: inline-block;
		position: absolute;
		top: 25px;
		right: 25px;
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.close-btn:hover {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.close-icon {
		background: url(../images/close-big.png) no-repeat;
		width: 40px;
		height: 40px;
		display: block;
	}

	.icon-block {
		display: inline-block;
		margin-left: 20px;
	}

	.header-contacts-block {
		padding-top: 100px;
	}

	.header-page .header-menu ul {
		border-bottom: none;
	}


	/*  footer  */

	footer {
		padding: 30px 15px;
	}

	footer .main-logo {
		margin-bottom: 20px;
	}

	footer ul {
		width: 100%;
		float: none;
		border-bottom: none;
	}

	footer li {
		float: none;
		width: 100%;
		display: block;
		padding: 0;
		text-align: center;
	}

	footer li a {
		display: inline-block;
		padding: 10px 0;
	}

	/* about page */

	.page-id-4 .icon-block i,
	.category-2 .icon-block i,
	.post-type-archive-products .icon-block i {
		color: #000;
	}

	.page-id-4 .icon-block span,
	.category-2 .icon-block span,
	.post-type-archive-products .icon-block span {
		color: #000;
	}

	.main-container {
		padding: 30px 0;
	}


	.page-id-4 .page {
		padding-left: 15px;
		padding-right: 15px;
	}

	.news {
		padding-left: 15px;
		padding-right: 15px;
	}

	.news h2 {
		padding: 30px 0;
	}

	.news-item {
		width: 48%;
	}

	.news-pic img {
		width: 100%;
	}

	.news-item:nth-child(3n) {
		margin-right: 2%;
	}

	/* main page */

	.main-menu-container {
		margin-top: 0;
	}

	.header-carousel .item-inner {
		min-height: 700px;
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 55px;
	}

	.header-menu {
		padding-top: 25px;
	}

	.home-defence:before,
	.home-civil:before,
	.home-scroll {
		display: none;
	}

	.home-defence,
	.home-civil {
		width: 100%;
		float: none;
		text-align: center;
	}

	.home-defence {
		margin-bottom: 20px;
	}

	.header-page .header-menu li a {
		color: #fff;
	}

	#section2 {
		min-height: 470px;
	}

	/* single product */

	.tb {
		display: block;
		width: 100%;
	}

	.head-info,
	.right-block-info {
		width: 100%;
		display: block;
		border: none;
	}

	.inforamtion-product .tr {
		display: block;
	}

	.inforamtion-product .tr h2 {
		text-align: center;
		margin-bottom: 20px;
		display: block;
	}

	.list-specificate {
		width: 100%;
	}

	.right-block-info .grid-item {
		width: 33.33%;
	}

	/* single product */

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


}

@media screen and (min-width: 768px) {

	/*.sticky .widget-block #lang_sel_list ul a.lang_sel_other {
		color: #444!important;
	}*/
	.header-product-text .title-page {
		margin: 0 auto 0;
		/*padding-top: 200px;*/
	}

	.header-contacts-block {
		padding-top: 200px;
	}

	.header-home .header-menu,
	.header-page .header-menu,
	.header-contacts .header-menu {
		position: fixed;
		z-index: 9999;
	}

	.header-page .header-menu,
	.header-contacts .header-menu {
		top: 0;
		left: 0;
		width: 100%;
	}

	.header-home .header-menu.sticky,
	.header-page .header-menu.sticky,
	.header-contacts .header-menu.sticky {
		background: rgba(49, 54, 45, .8);
		padding-top: 10px;
	}

	.header-page .header-menu.sticky li a,
	.header-contacts .header-menu.sticky li a {
		color: #fff;
	}

	.header-page .header-menu.sticky .logo-path,
	.header-contacts .header-menu.sticky .logo-path {
		fill: #fff;
	}

	.post-type-archive-products .header-page .header-menu.sticky .widget-block #lang_sel_list ul a.lang_sel_other,
	.post-type-archive-products .header-contacts .header-menu.sticky .widget-block #lang_sel_list ul a.lang_sel_other,
	.post-type-archive-products .header-contacts .header-menu.sticky .widget-block #lang_sel_list ul a.lang_sel_other:visited,
	.post-type-archive-products .header-page .header-menu.sticky .widget-block #lang_sel_list ul a.lang_sel_other:visited,
	.category .header-page .header-menu.sticky .widget-block #lang_sel_list ul a.lang_sel_other,
	.category .header-contacts .header-menu.sticky .widget-block #lang_sel_list ul a.lang_sel_other,
	.category .header-page .header-menu.sticky .widget-block #lang_sel_list ul a.lang_sel_other:visited,
	.category.header-contacts .header-menu.sticky .widget-block #lang_sel_list ul a.lang_sel_other:visited,
	.page-template-page-about .header-page .header-menu.sticky .widget-block #lang_sel_list ul a.lang_sel_other,
	.page-template-page-about .header-contacts .header-menu.sticky .widget-block #lang_sel_list ul a.lang_sel_other,
	.page-template-page-about .header-page .header-menu.sticky .widget-block #lang_sel_list ul a.lang_sel_other:visited,
	.page-template-page-about .header-contacts .header-menu.sticky .widget-block #lang_sel_list ul a.lang_sel_other:visited,
	.tax-typeproducts .header-contacts .header-menu.sticky .widget-block #lang_sel_list ul a.lang_sel_other,
	.tax-typeproducts .header-page .header-menu.sticky .widget-block #lang_sel_list ul a.lang_sel_other,
	.tax-typeproducts .header-page .header-menu.sticky .widget-block #lang_sel_list ul a.lang_sel_other:visited,
	.tax-typeproducts .header-contacts .header-menu.sticky .widget-block #lang_sel_list ul a.lang_sel_other:visited {
		color: #fff;
	}

	/* product title */

	.link-product .overlay {
		position: absolute;
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;
		height: 60%;
		left: 10%;
		top: 20%;
		transform: scale(0, 1);
		transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
		width: 80%;
		z-index: 2;
	}

	.link-product:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		transition: opacity 0.35s ease 0s, transform 0.35s
	}

	.link-product .title-product {
		color: #fff;
		position: relative;
		z-index: 10;
		font-size: 12px;
		text-transform: uppercase;
		font-family: "GothamPro", Arial, sans-serif;
		width: 100%;
		line-height: 1.3em;
		top: 20%;
		opacity: 0;
		text-align: center;
		transition: all 0.35s ease 0s, transform 0.35s;
	}


	.link-product:hover .overlay {
		opacity: 1;
		transform: scale(1);
	}

	.link-product:hover .title-product {
		font-size: 20px;
		top: 40%;
		opacity: 1;
		transition: all 0.35s ease 0s;
	}

	.link-product:hover:after {
		opacity: 1;
		transition: opacity 0.35s ease 0s, transform 0.35s
	}


}

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

	/* .header-home .link_learn.link-video {
		margin-top: -44px;
	} */

	.news {
		padding-top: 0;
	}


	/* product title */

	.link-product .overlay {
		position: absolute;
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;
		height: 60%;
		left: 10%;
		top: 20%;
		width: 80%;
		z-index: 2;
	}

	.link-product:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		/*opacity:0;*/
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		transition: opacity 0.35s ease 0s, transform 0.35s
	}

	.link-product .title-product {
		color: #fff;
		position: relative;
		z-index: 10;
		font-size: 20px;
		text-transform: uppercase;
		font-family: "GothamPro", Arial, sans-serif;
		width: 100%;
		line-height: 1.3em;
		top: 40%;
		text-align: center;
		transition: all 0.35s ease 0s, transform 0.35s;
	}


	/* header */

	.header-contacts-block {
		padding: 100px 15px 0;
	}

	.title-page {
		font-size: 30px;
	}

	/* footer */

	footer {
		padding-bottom: 10px;
	}

	.copyright {
		margin-top: 10px;
		text-align: center;
		padding-top: 12px;
	}

	.copyright-left,
	.copyright-right {
		width: 100%;
		float: none;
	}

	/* home page */

	.big-title {
		font-size: 30px;
	}

	.header-home .home-sign {
		max-width: 100%;
	}

	.home-sign {
		padding: 140px 40% 0 0;
	}

	/* .header-home .link_learn {
		margin-top: -32px;
	} */

	.header-home .btn_play {
		bottom: -22px;
	}

	.header-carousel .owl-controls {
		margin-top: -10px;
	}

	.header-carousel .item-inner {
		min-height: 600px;
	}

	/* products */

	.item-product {
		width: 100%;
		height: 400px;
	}

	.menu-conatainer-cat {
		margin-top: 40px !important;
	}

	.main-menu-item {
		width: 100% !important;
		padding-top: 100%;
		margin-right: 0;
	}

	.home-navigation-cat {
		margin-top: 0;
	}

	.links_container {
		padding-top: 50px;
	}

}

@media screen and (max-width: 600px) {
	.right-block-info .grid-item {
		width: 100%;
	}
}

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


	.news-item {
		width: 100%;
	}

	.news-item,
	.news-item:nth-child(3n) {
		margin-right: 0;
	}

	.recommend .news-item {
		margin-bottom: 15px;
	}

	.recommend .news-item:last-child {
		margin-bottom: 0;
	}

	/* home page */

	.main-menu-item {
		width: 100%;
		padding-top: 100%;
	}

	.header-carousel .owl-controls {
		margin-top: 40px;
	}

	.header-home .btn_play {
		display: none;
	}

	.header-home .link_learn {
		margin-top: 25px !important;
		width: 100%;
		display: inline-block;
	}

	.main-logo {
		margin-bottom: 10px;
	}

	.download {
		margin-top: 32px;
	}

}

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

	.header-carousel .owl-controls {
		margin-top: 80px;
	}

	.home-navigation {
		bottom: 16px;
	}

	.big-title {
		font-size: 26px;
	}

	.page-template-page-about .main-container {
		padding: 16px 0;
	}

	.main-menu-item:first-child {
		width: 100%;
		margin-right: 0;
	}

	.main-menu-item:last-child {
		width: 100%;
	}

/*	.icon-block i,
	.icon-block span {
		color: #000;
	}*/

	.menu-conatainer-cat {
		margin-top: 0px !important;
	}
}

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


	.title-page {
		font-size: 24px;
	}

}

.header-menu.sticky #menu-verhnee-menyu-ukr .sub-menu, .header-menu.sticky #menu-verhnee-menyu-eng .sub-menu{
	background: rgba(49, 54, 45, .8);
}