@font-face {
	font-family: 'Raleway-Bold';
	src: url('../fonts/Raleway-Bold.eot');
	src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Bold.woff2') format('woff2'), url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'RalewayMedium';
	src: url('../fonts/raleway-medium.eot');
	src: url('../fonts/raleway-medium.eot') format('embedded-opentype'), url('../fonts/raleway-medium.woff2') format('woff2'), url('../fonts/raleway-medium.woff') format('woff'), url('../fonts/raleway-medium.ttf') format('truetype'), url('../fonts/raleway-medium.svg#RalewayMedium') format('svg');
}
@font-face {
	font-family: 'Raleway-SemiBold';
	src: url('../fonts/Raleway-SemiBold.eot');
	src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-SemiBold.woff2') format('woff2'), url('../fonts/Raleway-SemiBold.woff') format('woff'), url('../fonts/Raleway-SemiBold.ttf') format('truetype'), url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Light';
	src: url('../fonts/Raleway-Light.eot');
	src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Light.woff2') format('woff2'), url('../fonts/Raleway-Light.woff') format('woff'), url('../fonts/Raleway-Light.ttf') format('truetype'), url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Regular';
	src: url('../fonts/Raleway.eot');
	src: url('../fonts/Raleway.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway.woff2') format('woff2'),  url('../fonts/Raleway.woff') format('woff'),  url('../fonts/Raleway.ttf') format('truetype'),  url('../fonts/Raleway.svg#Raleway') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*=====================================================================*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 16px;
	font-family: 'Raleway-Light';
	color: #000000;
}
#main {
	min-height: 100%;
}
.red {
	outline: 1px solid red;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.img_cont {
	display: block;
	text-align: center;
}
.img_cont img {
	width: 100%;
	height: auto;
}
.align_center {
	display: block;
	text-align: center;
}
a {
	text-decoration: none;
	outline: none;
}
textarea:focus, input:focus, select:focus {
	outline: none
}
input[type="search"] {
	-webkit-appearance: none;
}
.inner_left {
	padding-right: 15px;
}
.inner_right {
	padding-left: 15px;
}
.slick-slide:focus {
	outline: none;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	line-height: 1;
	font-weight: normal;
	font-family: 'Raleway-Bold';
}
p {
	line-height: 1.8;
}
strong {
	font-weight: normal;
	font-family: 'RalewayMedium';
}
b {
	font-weight: normal;
	font-family: 'Raleway-Bold';
}
/*==========================*/
.menu_button {
	height: 50px;
	width: 60px;
	right: -10px;
	top: -5px;
	text-align: center;
	position: absolute;
	background: transparent;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 999;
	margin-top: 0;
}
.menu_button.active span i:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
	top: 16%;
	left: 27px;
}
.menu_button.active span i:nth-child(2) {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}
.menu_button.active span i:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	top: 57%;
	left: 23px;
}
.menu_button span {
	width: 60px;
	height: 70px;
	position: absolute;
	right: 0;
	cursor: pointer;
	background: transparent;
	z-index: 1;
}
.menu_button span i {
	position: absolute;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 68%;
	height: 6px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #B20101;
	-webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
	transition: opacity .1s ease .1s, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .1s ease .1s;
	transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.menu_button span i:nth-child(1) {
	top: 15%;
}
.menu_button span i:nth-child(2) {
	top: 31%;
}
.menu_button span i:nth-child(3) {
	top: 47%;
}
.navbar-header {
	position: relative;
}
/*=====================*/
@media (max-width: 992px) {
.navbar-nav {
	margin-top: 54px;
}
}
/*--------------*/
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	padding: 4px 10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0;
	box-shadow: none;
}
/*==================*/
@media (max-width: 992px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	margin-top: 53px;
	background: rgba(0,0,0,0.8);
	margin-left: -15px;
	margin-right: -15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
}
/*=====================*/
.navbar-default {
	background-color: transparent;
	border: 0;
	margin: 0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
@media (min-width: 992px) {
.navbar-nav>li {
	/*float: right;*/
}
.navbar-nav {
	float: right;
	margin-right: -30px;
}
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Raleway-Bold';
}
.navbar-default .navbar-nav>li>a span {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a span, .navbar-default .navbar-nav>.active>a:focus span, .navbar-default .navbar-nav>.active>a:hover span {
	border-bottom: 1px solid #EA0000;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #EA0000;
}
/*.navbar-default .navbar-nav>li>a:focus span, 
.navbar-default .navbar-nav>li>a:hover span{
    border-bottom: 1px solid #B20101;
}*/
/*=====================*/

.slick-list, .slick-track {
	height: 100%;
}
.main_slider_item {
	height: 100%;
	min-height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.main_slider_item>.inner {
	height: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*background: url(../img/dark_greed.png);*/
	background-position: 0 top;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	-webkit-box-shadow: inset 0px 60px 65px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 60px 65px rgba(0,0,0,0.5);
	box-shadow: inset 0px 60px 65px rgba(0,0,0,0.5);
}
.main_slider_item.bg_1 {
	background-image: url(../img/main_slider/1.jpg);
}
.main_slider_item.bg_2 {
	background-image: url(../img/main_slider/2.jpg);
}
.main_slider_item.bg_3 {
	background-image: url(../img/main_slider/3.jpg);
}
.main_slider_item.bg_4 {
	background-image: url(../img/main_slider/4.jpg);
}
.main_slider_item.bg_5 {
	background-image: url(../img/main_slider/5.jpg);
}
/*----------------------*/
.main_slider .prev, .main_slider .next {
	display: inline-block;
	top: 50%;
	width: 50px;
	height: 30px;
	position: absolute;
	color: #fff;
	font-size: 35px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	margin-top: -15px;
	text-shadow: 2px 2px 5px #000;
}
.main_slider .prev:hover, .main_slider .next:hover, .main_slider .prev:focus, .main_slider .next:focus {
	color: #ccc;
}
.main_slider .next {
	right: 5px;
}
.main_slider .prev {
	left: 5px;
}
/*-------------*/
.main_slider_caption {
	padding-top: 120px;
	padding-left: 0px;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	position: relative;
	z-index: 2;
	padding-right: 0px;
}
.main_slider_caption h2 {
	font-size: 40px;
	margin-bottom: 20px;
}
.main_slider_caption p {
	font-size: 22px;
	font-family: 'RalewayMedium';
	max-width: 770px;
}
.main_slider_caption_text {
}
/*=======================*/
/*body.active {
   overflow: auto;
}*/
.top_panel {
	position: relative;
	display: table;
	width: 100%;
}
.top_panel>div {
	display: table-cell;
	vertical-align: top;
}
.logo {
	width: 230px;
	margin-top: 10px;
}
.logo a {
	display: block;
}
.logo a:hover {
	opacity: 0.8;
}
.logo a img {
	width: 100%;
	height: auto;
}
/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header.black_bg {
	background-color: rgba(0,0,0,1);
}
.black_bg {
	background-color: rgba(0,0,0,1);
}
/*======================================*/

.sub_menu .slash {
	color: #EA0000;
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
}
.has_child {
	position: relative;
}
.sub_menu li {
	display: block;
	white-space: nowrap;
}
@media all and (min-width: 992px) {
.sub_menu {
	min-width: 120px;
	padding: 5px;
	background: rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2000000;
	margin-top: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
	-moz-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
	-o-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
	transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
	pointer-events: none;
}
.has_child:hover .sub_menu {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	pointer-events: auto;
}
}
.sub_menu a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	padding: 5px;
}
.sub_menu a:hover, .sub_menu a:focus {
	text-decoration: none;
	color: #EA0000 !important;
}
@media only screen and (min-width : 992px) {
.sub_menu {
	display: block !important;
}
}
@media only screen and (max-width : 992px) {
.sub_menu, .sub_menu2 {
	width: auto;
	max-width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: static;
	margin-top: 0px;
	opacity: 1;
	visibility: visible;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	background: #000;
}
.has_child:hover .sub_menu {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}
.sub_menu {
	display: none;
}
.sub_menu ul {
	width: 100%;
}
.has_child a:hover {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
}
/*==========================*/
.navbar-default .navbar-nav>li>a .caret {
	font-size: 16px;
	position: relative;
	left: 5px;
	top: 0px;
	font-style: normal;
	display: inline-block;
}
/*===========================*/
.search_m {
	display: table;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../img/form_bg.jpg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.search_m>div {
	display: table-cell;
	vertical-align: top;
	padding-right: 30px;
}
.search_m>div:first-child {
	overflow: hidden;
}
.search_m>div:last-child {
	padding-right: 0px;
}
.red_title {
	background: #740000;
	padding-right: 10px;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	font-family: 'Raleway-SemiBold';
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
	position: relative;
	left: 6px;
	-webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.7);
	-moz-box-shadow: 3px 3px 7px rgba(0,0,0,0.7);
	box-shadow: 3px 3px 7px rgba(0,0,0,0.7);
}
.red_title>div {
	background: #B20101;
	padding-right: 10px;
}
.red_title>div >span {
	background: #EA0000;
	padding-right: 10px;
	display: block;
}
.red_title>div >span>span {
	display: block;
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	transform: skewX(20deg);
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 9px;
	line-height: 1;
	position: relative;
	left: -6px;
	background: #EA0000;
	white-space: nowrap;
}
/*---------------*/
.search_form {
	display: table;
	width: 100%;
}
.search_form>div {
	display: table-cell;
	vertical-align: top;
	padding-right: 30px;
}
.search_form>div:last-child {
	padding-right: 0px;
}
/*-----------*/
.input_item {
	background: #fff;
	display: table;
	padding: 0 5px;
	width: 100%;
}
.input_item>div {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
.input_item>div:last-child {
	width: 100px;
	padding-right: 15px;
}
.input_item>div input[type=text] {
	width: 100%;
	border: 0;
	padding: 0 10px;
}
.input_item>div label {
	font-weight: normal;
	font-size: 13px;
	margin: 0;
	padding: 0;
	font-family: 'Raleway-SemiBold';
}
.input_table {
	display: table;
}
.input_table>div {
	display: table-cell;
	vertical-align: middle;
}
.search_form input[type=submit] {
	background: #B20101;
	color: #fff;
	font-size: 18px;
	border: 1px solid #B20101;
	padding: 1px 25px;
	font-family: 'Raleway-SemiBold';
	float: right;
}
.search_form input[type=submit]:hover, .search_form input[type=submit]:focus {
	background: #fff;
	color: #B20101;
}
.search_m .note {
	font-size: 14px;
	margin-top: 10px;
	white-space: normal;
	font-family: 'Raleway-SemiBold';
	color: #fff;
}
.search_m .note a {
	color: #fff;
}
.search_m .note a:hover, .search_m .note a:focus {
	color: #fff;
}
/*================================*/
.img_nav {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
	border-bottom: 2px solid #F15050;
}
.img_nav li {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	margin-bottom: 30px;
}
.img_nav li >a {
	display: block;
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
.img_nav li >a:hover, .img_nav li >a:focus {
	opacity: 0.9;
	color: #B20101;
	text-decoration: none;
}
.img_nav_title {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Raleway-SemiBold';
	display: block;
	margin-top: 30px;
}
/*========================*/
.description {
}
.description_body {
}
.description h2 {
	font-family: 'RalewayMedium';
	margin-bottom: 15px;
	font-size: 34px;
}
.description p {
	font-family: 'RalewayMedium';
	margin-bottom: 0px;
}
.mid_banner {
	background-color: #A4A7A9;
	position: relative;
}
.mid_banner>.inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/dark_greed_2.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 50% 100%;
	background-size: 50% 100%;
}
.mid_banner_body {
	display: table;
	width: 100%;
	height: 320px;
	background: url(../img/mid_banner_1.png) right top no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.mid_banner_body_text {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	max-width: 250px;
	position: relative;
	z-index: 1;
}
.mid_banner_body_text>div {
	max-width: 250px;
}
.mid_banner_body_text h2 {
	font-size: 30px;
	font-family: 'Raleway-Bold';
	margin-bottom: 20px;
}
.mid_banner_body_text p {
	font-size: 12px;
	font-family: 'Raleway-SemiBold';
	margin-bottom: 0px;
}
/*======================*/
.block {
	padding-top: 80px;
	padding-bottom: 80px;
}
.advantages_header {
	margin-bottom: 40px;
	max-width: 550px;
}
.advantages_header h2 {
	font-size: 30px;
	font-family: 'Raleway-Light';
	line-height: 1.3;
}
.advantages_body {
	padding-left: 40px;
}
.advantages_box {
	margin-bottom: 40px;
}
.advantages_box h3 {
	font-family: 'RalewayMedium';
	margin-bottom: 15px;
	font-size: 16px;
}
.advantages_box p {
	margin-bottom: 0px;
}
/*=======================*/

.bottom_info {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.bottom_info_1_body {
	background: url(../img/bottom_info_bg_1.jpg), url(../img/bigr.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left top;
	-webkit-background-size: auto 100%, auto 100%;
	background-size: auto 100%, auto 100%;
	overflow: hidden;
}
.bottom_info_1_body .red_title {
	padding-right: 0px;
	font-size: 20px;
	display: block;
	max-width: 800px;
	z-index: 10;
}
.bottom_info_1_body .red_title>div {
	padding-right: 0px;
}
.bottom_info_1_body .red_title>div >span>span {
	left: -8px;
	white-space: normal;
}
.bottom_info_text {
	background: url(../img/bigr.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	max-width: 680px;
	margin-left: -80px;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
	color: #fff;
	font-family: 'RalewayMedium';
	padding-right: 180px;
	padding-left: 120px;
	padding-top: 30px;
	padding-bottom: 35px;
	-webkit-box-shadow: inset 4px -77px 132px 11px rgba(0,0,0,0.46);
	-moz-box-shadow: inset 4px -77px 132px 11px rgba(0,0,0,0.46);
	box-shadow: inset 4px -77px 132px 11px rgba(0,0,0,0.46);
}
.bottom_info_text>* {
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	transform: skewX(20deg);
}
.bottom_info_text >.inner {
	max-width: 300px;
}
.bottom_info_text p {
	font-size: 14px;
	margin-bottom: 30px;
}
.bottom_info_text a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}
.bottom_info_text a:hover, .bottom_info_text a:focus {
	color: #EA0000;
	text-decoration: none;
}
.shield {
	width: 125px;
	height: 142px;
	background: url(../img/shield.png);
	position: absolute;
	top: 50%;
	margin-top: -71px;
	right: -40px;
}
/*==============================*/
.bottom_info_2_body {
	position: relative;
}
.bottom_info_2_body .red_title {
	display: block;
	z-index: 10;
}
.bottom_info_1_body .red_title>div >span>span {
	white-space: normal;
}
.bottom_panel {
	display: table;
	width: 100%;
	height: 350px;
}
.bottom_panel>div {
	display: table-cell;
	vertical-align: top;
	height: 100%;
}
.bottom_panel>div:first-child {
	width: 75%;
	padding-right: 4px;
}
.bottom_panel>div:last-child {
	width: 25%;
	padding-left: 4px;
}
.home_news {
	display: table;
	width: 100%;
	height: 100%;
}
.home_news >div {
	display: table-cell;
	width: 33.3333%;
	vertical-align: top;
	height: 100%;
}
.home_news >div:last-child {
}
.home_news_wrapper, .home_feedback {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.home_news_body {
	margin-left: -4px;
	margin-right: -4px;
	height: 100%;
}
.home_news_wrapper .red_title, .home_feedback .red_title {
	position: absolute;
	top: 0;
	left: -8px;
	width: 100%;
	padding-left: 15px;
}
.home_feedback {
	background: url(../img/feedback.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	height: 100%;
	position: relative;
}
/*-------------------*/
.home_news {
	height: 100%;
}
.home_news_box {
	position: relative;
	height: 100%;
}
.home_news_box a {
	display: block;
	position: relative;
	color: #fff;
	margin-left: 4px;
	margin-right: 4px;
	height: 100%;
}
.home_news_box a>.inner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1;
}
.home_news_box a:hover>.inner {
	opacity: 0;
}
.home_news_text {
	display: block;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 70px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	line-height: 1.6;
	z-index: 2;
	font-family: 'Raleway-SemiBold';
}
.home_news_box_cit {
	display: block;
	height: 195px;
	text-transform: uppercase;
	overflow: hidden;
	font-size: 18px;
}
.more_info {
	font-size: 18px;
	position: absolute;
	bottom: 25px;
	left: 30px;
}
.home_news_box .bg_1 {
	background: url(../img/hn1.jpg);
}
.home_news_box .bg_2 {
	background: url(../img/hn2.jpg);
}
.home_news_box .bg_3 {
	background: url(../img/hn3.jpg);
}
.home_news_box .img_cont {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 0;
}
/*--------------------*/
.home_feedback_form {
	padding-top: 73px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	height: 100%;
}
.home_feedback_form>.inner {
	position: relative;
	height: 100%;
	padding-bottom: 85px;
}
.home_feedback_form label {
	font-family: 'Raleway-SemiBold';
	font-weight: normal;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.home_feedback_form input[type=text], .home_feedback_form input[type=email], .home_feedback_form input[type=tel] {
	border: 1px solid #fff;
	outline: none;
	margin-bottom: 20px;
	color: #000;
	background: rgba(255,255,255,1);
	height: 37px;
	line-height: 37px;
	width: 100%;
	padding: 0px 15px;
}
.home_feedback_form input[type=submit] {
	background-color: transparent;
	color: #fff;
	text-align: center;
	height: 37px;
	line-height: 37px;
	border: 1px solid #fff;
	transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	outline: none;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Raleway-SemiBold';
	position: absolute;
	bottom: 35px;
	left: 0;
}
.home_feedback_form input[type=submit]:hover, .home_feedback_form input[type=submit]:focus {
	background-color: #fff;
	color: #000;
	text-decoration: none;
	outline: none;
}
/*=====================*/
footer {
	background-color: #050505;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer_body {
}
.footer_header {
	text-align: center;
}
.f_logo {
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.footer_header p {
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Raleway-SemiBold';
}
/*================*/
.footer_links {
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 30px;
}
.footer_links ul {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #fff;
	margin-left: 50px;
	margin-right: 50px;
}
.footer_links ul li {
	margin-bottom: 5px;
}
.footer_links ul li a {
	display: block;
	color: #fff;
}
.footer_links ul li a:hover, .footer_links ul li a:focus {
	text-decoration: none;
	color: #EA0000;
}
.footer_links ul li a:before {
	content: '\003E';
	padding-right: 5px;
	color: #EA0000;
}
/*========================*/
#toTop {
	width: 47px;
	height: 47px;
	background: #EA0000;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	display: none;
	z-index: 100;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
}
#toTop span {
	display: block;
	margin: 6px 0 0 0;
	font-size: 24px;
}
#toTop:hover {
	color: #EA0000;
	text-decoration: none;
	background-color: #fff;
}
/*---------------------*/
.phone_mobile {
	display: block;
	position: fixed;
	left: 15px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	background-color: #EA0000;
	color: #fff;
	font-size: 32px;
	line-height: 56px;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	cursor: pointer;
	text-decoration: none;
	outline: none;
	text-align: center;
	transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	z-index: 10;
}
.phone_mobile:hover, .phone_mobile:focus {
	color: #EA0000;
	text-decoration: none;
	background-color: #fff;
}
/*=================*/
.banner {
	height: 500px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.banner_1 {
	background-image: url(../img/banner/b1.jpg);
}
.page_wrapper {
	padding-top: 55px;
}
/*------------------*/
.about_descr {
	padding-bottom: 80px;
}
.about_descr_body {
	display: table;
	width: 100%;
}
.about_descr_body>div {
	display: table-cell;
	vertical-align: top;
}
.about_descr_body>div:last-child {
	width: 360px;
	padding-top: 8px;
}
.about_descr_text {
	padding-right: 50px;
	line-height: 1.2;
}
.about_descr_header h2 {
	font-size: 34px;
	font-family: 'RalewayMedium';
	margin-bottom: 20px;
}
.about_descr_text h3 {
	font-size: 30px;
	font-family: 'Raleway-Light';
	margin-bottom: 5px;
	margin-top: 5px;
	color: #FF0009;
}
.about_descr {
	padding-top: 50px;
}
.about_descr_text p {
	margin-bottom: 10px;
}
.about_descr_text_inner {
	padding-top: 30px;
}
.about_descr_text_inner p {
	margin-bottom: 0;
}
/*=====================================*/
.share_div {
	text-align: center;
	padding-bottom: 50px;
}
.share_div li {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
}
.share_div li a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 32px;
}
.share_div li a:hover, .share_div li a:focus {
	text-decoration: none;
	color: #FF0009;
}
.black_header {
	background-color: rgba(0,0,0,1);
}
.banner_2 {
	background-image: url(../img/banner/b2.jpg);
}
/*=======================*/
.banner_caption {
	display: table;
	height: 100%;
	position: relative;
	z-index: 1;
}
.banner .container, .banner .row {
	height: 100%;
}
.banner_caption_body {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 35px;
	max-width: 420px;
}
.banner_caption_body h2 {
	text-transform: uppercase;
	font-size: 53px;
	margin-bottom: 30px;
	font-family: 'Raleway-Bold';
}
.banner_caption_body h2 .slash {
	color: #E40012;
}
.banner_caption_body p {
	font-size: 18px;
	color: #fff;
	font-family: 'RalewayMedium';
}
.banner {
	position: relative;
}
.banner>.inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: none;
}
/*------------------*/
.product_descr {
	overflow: hidden;
}
.product_descr_body {
	display: table;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 70px;
}
.product_descr_body >div {
	display: table-cell;
	vertical-align: top;
}
.product_descr_body >div:first-child {
	padding-top: 50px;
	padding-right: 50px;
}
.range_l {
	background: #4C4C4C;
	padding: 15px;
	max-width: 130px;
	position: relative;
}
.range_l a {
	color: #fff;
	white-space: nowrap;
}
.range_l a:hover, .range_l a:focus {
	color: #E40012;
	text-decoration: none;
}
.range_l li {
	margin-bottom: 6px;
}
.product_descr_body h2 {
	font-size: 20px;
	color: #E40012;
	margin-bottom: 20px;
	font-family: 'Raleway-Bold';
	text-transform: uppercase;
}
.range_r {
	max-width: 700px;
}
.range_r p {
	font-size: 18px;
}
.range_r strong {
	font-size: 14px;
	display: block;
	line-height: 2;
}
.red_line {
	position: absolute;
	background: #E40012;
	height: 2px;
	width: 5000px;
	right: 0;
	top: -2px;
}
/*----------------------*/
.products {
	padding-top: 15px;
	padding-bottom: 70px;
	background: url(../img/product/product_bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.products_body {
	display: table;
	width: 100%;
}
.products_body >div {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.products_body >div:first-child {
	padding-right: 4px;
}
.products_body >div:last-child {
	padding-left: 4px;
}
.products_box_body {
	background-color: rgba(255,255,255,.8);
	position: relative;
}
.products_box h2 {
	color: #fff;
	font-size: 38px;
	margin-bottom: 15px;
	text-align: center;
}
.products_box .img_cont {
	display: table;
	width: 100%;
	height: 270px;
}
.products_box .img_cont>div {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	height: 100%;
}
.products_box .img_cont img {
	width: auto;
	height: 100%;
}
.products_box .img_cont>div:first-child {
	position: relative;
}
.products_box .img_cont>div:first-child img {
	height: 80%;
	vertical-align: middle;
}
.products_box .img_cont>div:first-child >a {
	position: absolute;
	bottom: 0px;
	right: 15px;
	color: #E40012;
	font-size: 35px;
	width: 35px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	line-height: 1;
}
.products_box .img_cont>div:last-child {
	background-color: #000000;
	text-align: right;
	overflow: hidden;
}
.products_box_text p {
	font-size: 14px;
	color: #000;
	padding: 30px 25px;
	font-family: 'RalewayMedium';
	line-height: 2;
}
.products_box_text {
}
.more_i {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	text-align: right;
	font-size: 17px;
	color: #E40012;
	text-transform: uppercase;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 1;
}
.more_i:hover, .more_i:focus, .products_box .img_cont>div:first-child >a:hover, .products_box .img_cont>div:first-child >a:focus {
	color: #000;
	text-decoration: none;
}
/*======================*/
.type_l {
	background: url(../img/product/t_bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.type_l_header {
}
.type_l_header h2 {
	font-size: 38px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-family: 'Raleway-Bold';
}
.type_l_body {
	margin-left: -4px;
	margin-right: -4px;
}
.type_l_body_list {
	display: table;
	width: 100%;
	border-spacing: 8px 0px;
}
.type_l_body_list>div {
	vertical-align: top;
	display: table-cell;
	width: 25%;
	background: #A1D1E6;
}
.type_l_body_list>div:last-child {
	vertical-align: middle;
	text-align: center;
}
.type_l_body_list>div:last-child img {
	max-width: 100%;
}
.type_l_box {
	padding: 20px;
}
.type_l_box h3 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-family: 'Raleway-Bold';
}
.type_l_box .img_cont img {
	width: auto;
	max-width: 132px;
}
.type_l_box p {
	margin-top: 20px;
	font-size: 14px;
	font-family: 'RalewayMedium';
	line-height: 2;
}
.of_in {
	text-align: center;
	text-transform: uppercase;
	font-family: 'RalewayMedium';
	padding-top: 15px;
	padding-bottom: 15px;
	color: #E40012;
}
.of_in a {
	display: block;
	color: #E40012;
}
.of_in a:hover, .of_in a:focus {
	text-decoration: none;
	color: #000;
}
.news_top_block {
	background: url(../img/news/header_bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 55px;
}
.banner_3 {
	background-image: url(../img/banner/b3.png);
	background-position: right top;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.news_top_block .banner {
	height: 400px;
}
/*----------------*/
.news_top_block .banner_caption_body {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 0px;
	max-width: 100%;
	padding-top: 65px;
}
.news_top_block .banner_caption_body h2 {
	text-transform: none;
	color: #fff;
	text-shadow: 2px 2px 5px #000;
	margin-bottom: 15px;
	font-size: 53px;
}
.news_top_block .banner_caption_body p {
	text-transform: uppercase;
	font-size: 20px;
	max-width: 360px;
	padding-left: 30px;
}
/*----------------------*/
.news_top_block .prev_button, .news_top_block .next_button {
	display: inline-block;
	bottom: 15px;
	width: 30px;
	height: 50px;
	position: absolute;
	color: #fff;
	font-size: 35px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	margin-top: -15px;
	text-shadow: 2px 2px 5px #000;
}
.news_top_block .prev_button:hover, .news_top_block .next_button:hover, .news_top_block .prev_button:focus, .news_top_block .next_button:focus {
	color: #ccc;
}
.news_top_block .next_button {
	right: 6px;
}
.news_top_block .prev_button {
	left: 1px;
}
/*-------------*/
.new_header {
	text-align: center;
	margin-bottom: 30px;
}
.new_header h2 {
	font-size: 36px;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #000;
	font-family: 'Raleway-Bold';
}
.sub_title {
	color: #B11F24;
	text-transform: uppercase;
}
.new_nt {
}
.new_nt>ul {
	display: table;
	width: 100%;
	border-spacing: 25px;
}
.new_nt>ul>li {
	display: table-row;
}
.new_nt>ul>li>div {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.new_nt>ul>li>div ul li{
	padding-left: 30px;
	position: relative;
	font-family: 'RalewayMedium';
}
.new_nt>ul>li>div li:before {
	content: '\00BB';
	position: absolute;
	left: 0;
	top: 0;
	color: #E40012;
	font-size: 20px;
	line-height: 1;
}
.new_body_text {
	display: table;
	width: 100%;
	border-spacing: 25px;
	font-size: 14px;
	font-family: 'RalewayMedium';
}
.new_body_text>div {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.botton_new {
	padding-top: 15px;
}
.botton_new b {
	display: block;
}
.botton_new a {
	display: block;
	color: #E40012;
}
.botton_new a:hover, .botton_new a:focus {
	text-decoration: none;
	color: #000;
}
.new_body_text {
	margin-bottom: 30px;
}
.new .share_div li a {
	color: #000;
}
.new .share_div li a:hover, .new .share_div li a:focus {
	text-decoration: none;
	color: #FF0009;
}
/*----------------------*/
.latest_news {
	background: url(../img/news/latest.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 70px;
	color: #fff;
}
.latest_news a {
	color: #fff;
}
.latest_news a:hover, .latest_news a:focus {
	color: #E40012;
	text-decoration: none;
}
.latest_news h2 {
	font-family: 'Raleway-Regular';
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
}
.latest_news h2 span {
	font-size: 45px;
}
/*-------------*/
.latest_news_list {
	width: 50%;
	float: left;
}
.latest_news_list li {
	margin-bottom: 15px;
}
.latest_news_list li a {
	display: table;
	font-size: 18px;
	padding-right: 20px;
	font-family: 'RalewayMedium';
	text-transform: uppercase;
}
.latest_news_list li a>span {
	display: table-cell;
	vertical-align: top;
}
.latest_news_list li a>span:first-child {
	padding-right: 15px;
	white-space: nowrap;
}
.color_red {
	color: #E40012;
}
.suscribe .input_item>div:first-child {
	width: 65px;
}
.suscribe .input_item>div label {
	display: table;
}
.suscribe .input_item>div label>span {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
.suscribe .input_item {
	padding: 0px;
}
.suscribe .input_item>div label>span:first-child i {
	display: inline-block;
	vertical-align: middle;
	padding-right: 0px;
	color: #E40012;
	font-size: 20px;
	line-height: 1;
	position: relative;
	top: 5px;
	font-style: normal;
}
.search_m>div {
	padding-right: 0px;
}
.search_form>div {
	padding-right: 15px;
}
.suscribe .search_m {
	margin-top: 0px;
	margin-bottom: 0px;
}
.input_item>div label {
	cursor: pointer;
}
.suscribe .input_item>div input[type=text] {
	padding: 0px;
}
.suscribe .input_item>div:last-child {
	width: auto;
}
/*======================*/
.banner_4 {
	background-image: url(../img/banner/b4.jpg);
	border-bottom: 2px solid #E40012;
}
.banner_caption_4 {
	height: 100%;
	width: 100%;
	display: table;
}
.banner_caption_4>div {
	display: table-cell;
	vertical-align: top;
	padding-top: 60px;
}
.banner_caption_4>div h2 {
	font-size: 53px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Raleway-Bold';
	text-shadow: 2px 2px 5px #000;
	margin-bottom: 30px;
}
.banner_caption_4>div ul {
	padding-left: 30px;
	text-transform: uppercase;
	color: #E40012;
	font-size: 20px;
	font-family: 'RalewayMedium';
}
.banner_caption_4>div ul li {
	margin-bottom: 20px;
}
/*-------------------*/
.warranty_description li {
	margin-bottom: 15px;
}
.war_adv {
	padding-left: 70px;
	max-width: 880px;
	padding-bottom: 70px;
}
.war_adv li {
	position: relative;
	padding-left: 55px;
	font-size: 20px;
	margin-bottom: 15px;
}
.war_adv li:before {
	content: '\00BB';
	color: #EA0000;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 26px;
	line-height: 1;
}
.warranty_description {
	font-family: 'RalewayMedium';
	font-size: 14px;
}
.warranty_description p {
	margin-bottom: 20px;
	line-height: 1.3;
}
.red_note {
	color: #E40012;
	font-size: 20px;
	padding-left: 70px;
	padding-top: 30px;
	padding-bottom: 40px;
}
/*===================*/
.map {
	width: 100%;
	height: 100%;
}
.bbred {
	border-bottom: 2px solid #E40012;
}
.contact_info_header h2 {
	text-align: center;
	font-size: 53px;
	margin-bottom: 50px;
	font-family: 'Raleway-Bold';
}
.contact_info_body {
	text-align: center;
}
.contact_info_box {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-family: 'RalewayMedium';
	margin-left: 15px;
	margin-right: 15px;
}
.contact_info_box a {
	color: #000;
}
.contact_info_box a:hover, .contact_info_box a:focus {
	color: #000;
}
.contact_info_box > ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	text-align: left;
}
.contact_info_box >ul li:first-child:before {
	content: '\00BB';
	color: #EA0000;
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 26px;
	line-height: 1;
}
.contact_info_box .share_div {
	text-align: left;
	padding-bottom: 0px;
	padding-top: 30px;
}
.contact_info_box .share_div li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 40px;
}
.contact_info_box .share_div li a:hover, .contact_info_box .share_div li a:focus {
	text-decoration: none;
	color: #FF0009;
}
/*=======================*/
.contact_form {
	background-color: #EFEFF0;
	font-family: 'RalewayMedium';
}
.contact_form_body {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.contact_form_body {
}
.contact_form_body label {
	font-weight: normal;
	color: #E40012;
	font-size: 18px;
	display: block;
}
.contact_form_body label >span {
	color: #777;
	font-size: 14px;
}
.contact_form_body input[type=text], .contact_form_body input[type=email], .contact_form_body input[type=tel] {
	border: 1px solid #DCDCDD;
	outline: none;
	margin-bottom: 10px;
	color: #000;
	background: rgba(255,255,255,1);
	height: 40px;
	line-height: 40px;
	width: 100%;
	padding: 0px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 100%;
	display: block;
	color: #777;
}
.contact_form_body textarea {
	border: 1px solid #DCDCDD;
	outline: none;
	background: rgba(255,255,255,1);
	height: 95px;
	width: 100%;
	padding: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #777;
	margin-bottom: 100px;
}
.contact_form_body input[type=submit] {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 0 20px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 45px;
	border: 2px solid #666;
	transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	outline: none;
	display: inline-block;
	background: -moz-linear-gradient(91deg, rgba(31,32,33,1) 0%, rgba(119,120,122,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(119,120,122,1)), color-stop(100%, rgba(31,32,33,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(91deg, rgba(31,32,33,1) 0%, rgba(119,120,122,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(91deg, rgba(31,32,33,1) 0%, rgba(119,120,122,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(91deg, rgba(31,32,33,1) 0%, rgba(119,120,122,1) 100%); /* ie10+ */
	background: linear-gradient(359deg, rgba(31,32,33,1) 0%, rgba(119,120,122,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77787A', endColorstr='#1F2021', GradientType=0 ); /* ie6-9 */
}
.contact_form_body input[type=submit]:hover, .contact_form_body input[type=submit]:focus {
	background: transparent;
	background-color: transparent;
	color: #333;
	text-decoration: none;
	outline: none;
}
.contact_form_body select {
	border: 1px solid #DCDCDD;
	outline: none;
	margin-bottom: 30px;
	color: #000;
	background: rgba(255,255,255,1);
	height: 40px;
	line-height: 40px;
	width: 100%;
	padding: 0px;
	text-indent: 15px;
	padding-left: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 100%;
	display: block;
	position: relative;
	color: #777;
}
/*-------------*/
.form_footer {
	display: table;
	width: 100%;
}
.form_footer>div {
	display: table-cell;
	vertical-align: middle;
}
.form_footer>div .note {
	color: #E40012;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.form_footer>div .note ul {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
.form_footer>div .note ul li:first-child {
	margin-bottom: 20px;
}
.red_circle {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	height: 20px;
	border: 2px solid #E40012;
	margin-top: 10px;
}
.captcha_wrap img {
	width: 300px;
	height: auto;
}
/*======================*/
.details {
	overflow: hidden;
	margin-bottom: 100px;
}
.details_header {
	padding-top: 30px;
}
.details_header h1 {
	text-transform: uppercase;
	font-family: 'Raleway-Light';
	font-size: 53px;
	margin-bottom: 20px;
}
.details_header h1 b {
	display: block;
}
.details_body {
	display: table;
	width: 100%;
}
.details_body>div {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.details_body>div:first-child {
	position: relative;
	padding-bottom: 50px;
}
.details_body>div:last-child .img_cont {
	padding-left: 15px;
	padding-right: 15px;
}
.details_body_text_header {
	display: table;
	padding-right: 220px;
	float: right;
	margin-bottom: 50px;
}
.details_body_text_header>span {
	display: table-cell;
	vertical-align: top;
	line-height: 1;
}
.details_body_text_header>span:first-child {
	position: relative;
}
.details_body_text_header>span:first-child>i {
	position: absolute;
	top: 3px;
	right: 5px;
	height: 1px;
	background: #E40012;
	width: 5000px;
}
.details_body_text_header>span:last-child {
	font-size: 20px;
	color: #E40012;
}
.details_body_text {
	font-size: 14px;
	font-family: 'RalewayMedium';
}
.details_body_text p {
	/*margin-bottom: 40px;*/
}
.top_d {
	font-size: 18px;
	font-family: 'Raleway-Regular';
	margin-bottom: 40px;
}
.details_body_text_images {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.details_body_text_images ul {
	text-align: center;
	margin-bottom: 20px;
}
.details_body_text_images ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-right: 15px;
}
.details_body_text_images ul li img {
	max-width: 100%;
	height: auto;
}
.logo_detail {
	background: #4C4C4C;
	text-align: center;
	width: 100%;
	padding: 10px;
	margin-top: 20px;
}
.logo_detail img {
	max-width: 250px;
}
/*===================*/
.item_title_r {
	background-color: #4C4C4C;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.details_table_panel {
	display: table;
	padding-top: 20px;
	padding-bottom: 20px;
}
.details_table_panel >div {
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px;
}
.details_table_panel >div:last-child {
	padding-right: 0px;
}
.pagin {
	display: inline-block;
	color: #444;
}
.pagin a {
	display: block;
	color: #444;
	text-decoration: none;
	font-family: 'Raleway-Bold';
	width: 36px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.pagin a:hover, .pagin a:focus {
	color: #E40012;
	text-decoration: none;
}
.pagin ul {
	text-align: center;
	white-space: nowrap;
}
.pagin ul li {
	display: inline-block;
	font-size: 24px;
	vertical-align: middle;
}
.pagin ul li:first-child a, .pagin ul li:last-child a {
	color: #E40012;
	text-decoration: none;
}
.pagin ul li:first-child a:hover, .pagin ul li:first-child a:focus, .pagin ul li:last-child a:hover, .pagin ul li:last-child a:focus {
	color: #444;
	text-decoration: none;
}
.page_counter {
	padding: 5px 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.details_table_panel .dt_search {
	border: 1px solid #ccc;
	outline: none;
	background: rgba(255,255,255,1);
	height: 32px;
	/*line-height: 32px;*/
	width: 230px;
	padding: 0px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #444;
}
.details_table_panel select {
	border: 1px solid #ccc;
	outline: none;
	background: rgba(255,255,255,1);
	height: 32px;
	line-height: 32px;
	width: 230px;
	text-indent: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 16px;
	color: #444;
}
/*====================*/
.details_table_body {
	font-size: 14px;
	font-family: 'Raleway-Regular';
	line-height: 1;
	margin-bottom: 50px;
}
.details_table_body ul {
	display: table;
	width: 100%;
}
.details_table_body ul li {
	display: table-row;
	background: #F0EFEF;
}
.details_table_body ul li:nth-child(2n) {
	background: #fff;
}
.details_table_body ul li:first-child>div , .details_table_body ul li.footer>div {
	font-size: 16px;
	color: #E40012;
	font-family: 'Raleway-Bold';
	padding-top: 11px;
	padding-bottom: 8px;
	vertical-align: middle;
}
.details_table_body ul li >div {
	display: table-cell;
	vertical-align: top;
	padding: 6px;
	text-align: center;
	text-transform: uppercase;
}
.details_table_body ul li >div:first-child  {
	text-align: left;
}
.back_link {
	margin-bottom: 40px;
}
.back_link>a {
	display: table;
	color: #000;
	font-size: 14px;
	font-family: 'Raleway-Regular';
	line-height: 1;
}
.back_link>a:hover, .back_link>a:focus {
	color: #E40012;
	text-decoration: none;
}
.back_link>a >span {
	display: table-cell;
	vertical-align: middle;
}
.back_link>a >span:first-child>span {
	position: relative;
	color: #E40012;
	font-size: 26px;
	top: -2px;
	padding-right: 10px;
}
