@charset "utf-8";
/* ---------------Style to null--------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,dl, dt, dd, 
ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, 
details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, 
video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%
}
html{
	overflow-y:scroll;
	/*overflow-x:hidden*/
}
html, body{
	height:100%
}
/*------fonts--------*/
@font-face {
	font-family: 'FiraSans';
	src: url('../fonts/FiraSans.woff') format('woff'),
		 url('../fonts/FiraSans.ttf') format('truetype'),
		 url('../fonts/FiraSans.svg#FiraSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FiraSans';
	src: url('../fonts/FiraSans-Bold.woff') format('woff'),
		 url('../fonts/FiraSans-Bold.ttf') format('truetype'),
		 url('../fonts/FiraSans-Bold.svg#FiraSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'FiraSansLight';
	src: url('../fonts/FiraSansLight.woff') format('woff'),
		 url('../fonts/FiraSansLight.ttf') format('truetype'),
		 url('../fonts/FiraSansLight.svg#FiraSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FiraSans-ExtraLight';
	src: url('../fonts/FiraSans-ExtraLight.woff') format('woff'),
		 url('../fonts/FiraSans-ExtraLight.ttf') format('truetype'),
		 url('../fonts/FiraSans-ExtraLight.svg#FiraSans-ExtraLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'FiraSans-Book';
  src: url('../fonts/FiraSans-Book.woff') format('woff'),
       url('../fonts/FiraSans-Book.ttf') format('truetype'),
       url('../fonts/FiraSans-Book.svg#FiraSans-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-SemiBold';
  src: url('../fonts/FiraSans-SemiBold.woff') format('woff'),
       url('../fonts/FiraSans-SemiBold.ttf') format('truetype'),
       url('../fonts/FiraSans-SemiBold.svg#FiraSans-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-SemiBoldItalic';
  src: url('../fonts/FiraSans-SemiBoldItalic.woff') format('woff'),
       url('../fonts/FiraSans-SemiBoldItalic.ttf') format('truetype'),
       url('../fonts/FiraSans-SemiBoldItalic.svg#FiraSans-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-UltraLight';
  src: url('../fonts/FiraSans-UltraLight.woff') format('woff'),
       url('../fonts/FiraSans-UltraLight.ttf') format('truetype'),
       url('../fonts/FiraSans-UltraLight.svg#FiraSans-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-UltraLightItalic';
  src: url('../fonts/FiraSans-UltraLightItalic.woff') format('woff'),
       url('../fonts/FiraSans-UltraLightItalic.ttf') format('truetype'),
       url('../fonts/FiraSans-UltraLightItalic.svg#FiraSans-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-Heavy';
  src: url('../fonts/FiraSans-Heavy.woff') format('woff'),
       url('../fonts/FiraSans-Heavy.ttf') format('truetype'),
       url('../fonts/FiraSans-Heavy.svg#FiraSans-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-Medium';
  src: url('../fonts/FiraSans-Medium.woff') format('woff'),
       url('../fonts/FiraSans-Medium.ttf') format('truetype'),
       url('../fonts/FiraSans-Medium.svg#FiraSans-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-MediumItalic';
  src: url('../fonts/FiraSans-MediumItalic.woff') format('woff'),
       url('../fonts/FiraSans-MediumItalic.ttf') format('truetype'),
       url('../fonts/FiraSans-MediumItalic.svg#FiraSans-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-Thin';
  src: url('../fonts/FiraSans-Thin.woff') format('woff'),
       url('../fonts/FiraSans-Thin.ttf') format('truetype'),
       url('../fonts/FiraSans-Thin.svg#FiraSans-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------/fonts--------*/
body{
	font:22px/26px 'FiraSans-Book', Arial, sans-serif;
	color:#676767;
	text-align:left;
	background:#fff
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display:block
}
sup, sub {
    vertical-align: baseline;
    position: relative;
    font-size: .7em;
    line-height: 1;
    }
sup {
    bottom: 0.6ex;
    }
sub {
    top: .5ex;
    }
ul,ol{
	 list-style:none
}
a, a:visited{
	text-decoration:none
}
a{
	color:#676767;
	cursor:pointer;
	border-bottom:1px solid #e7e7e7;
}
a.line-bold{
	border-bottom:2px solid #8d8d8d;
}
a.gray-link{
	color:#ccc;
}
a.black-link{
	color:#252525
}
a.red-link{
	color:#e92930;
	border-bottom:1px solid #e92930;
}
a:hover{
	text-decoration:none;
	border-bottom:1px solid transparent;
}
a.red-link-line{
	color:#e92930;
	position:relative;
	border-bottom:none;
}
a.red-link-line:after{
	content:"";
	position:absolute;
	bottom:8px;
	left:0;
	right:0;
	height:1px;
	background-color:#e92930;
	z-index:1;
}
a.red-link-line:hover:after{
	display:none;
}
a:focus, a:active{
	text-decoration:none
}
table{						
	border-collapse: collapse; 
	border-spacing:0
}
td, td img{
	vertical-align:top			
} 
input, select, button, textarea{
	margin:0; 		
	outline:none;		
	font-size:100%			
}
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"]{
	-webkit-appearance:none;
	padding:0; 	
	font:14px "Helvetica CY", "Nimbus Sans L", sans-serif
}
input[type="submit"]{
	font-family: 'FiraSans';
	font-size:18px;
	text-align:center;
	height:50px;
	line-height:1;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color:#e92930;
	border:none;
	box-shadow:none;
	margin:0;
	padding:0;
	display:block;
	width:100%;
	text-transform:uppercase;
	-webkit-appearance:none;
}
input[type="checkbox"]{ 		
	vertical-align:bottom
}
input[type="radio"]{
	vertical-align:text-bottom
}
textarea{
	resize:none; 
	overflow:auto
}
label, input[type="button"], input[type="submit"], button{
	cursor:pointer
}
input[type="search"]:focus{ 
	outline:none
}
input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner{ 
	padding:0; 
	border:0 
}
:focus{
	outline: none
}
::-webkit-input-placeholder {color: #676767; opacity:1;}
::-moz-placeholder          {color: #676767; opacity:1;}/* Firefox 19+ */
:-moz-placeholder           {color: #676767; opacity:1;}/* Firefox 18- */
:-ms-input-placeholder      {color: #676767; opacity:1;}
@media screen and (min-width: 1200px) { /* laptop */
	.removed {
		display: none !important;
	}
}
@media screen and (max-width: 1279px) { /* laptop */
	.removed-lg {
		display: none !important;
	}
}
@media screen and (max-width: 979px) {
	.removed-md {
		display: none !important;
	}
}
@media screen and (max-width: 767px) { /* phablet */
	.removed-sm {
		display: none !important;
	}
}
@media screen and (max-width: 480px) { /* phone */
	.removed-xs {
		display: none !important;
	}
}
@media (min-width: 1200px) {
  .visible {
    display: inline-block !important;
	vertical-align:top;
  }
}
@media screen and (max-width: 1279px) {
  .visible-lg-inline-block {
    display: inline-block !important;
	vertical-align:top;
  }
}
@media screen and (max-width: 979px) {
  .visible-md-inline-block {
    display: inline-block !important;
	vertical-align:top;
  }
}
@media screen and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
	vertical-align:top;
  }
}
@media screen and (max-width: 480px)  {
  .visible-xs-inline-block {
    display: inline-block !important;
	vertical-align:top;
  }
}
/*----------------------------------------------*/
/*                    LAYOUT                    */
/*----------------------------------------------*/

/**/
/* grid */
/**/
.grid-row {
	margin:0 -10px;
}
.grid-col {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	box-sizing: border-box;
}
.grid-col-1 {
	width: 8.33%;
}
.grid-col-2 {
	width: 16.66%;
}
.grid-col-3 {
	width: 25%;
}
.grid-col-4 {
	width: 33.333%;
}
.grid-col-5 {
	width: 41.66%;
}
.grid-col-6 {
	width: 49.75%;
}
.grid-col-7 {
	width: 58.333%;
}
.grid-col-8 {
	width: 66.666%;
}
.grid-col-9 {
	width: 75%;
}
.grid-col-10 {
	width: 83.333%;
}
.grid-col-11 {
	width: 91.666%;
}
.grid-col-12 {
	width: 100%;
}
@media screen and (max-width: 1279px) { /* laptop */
	.grid-col-lg-1 {
		width: 8.333%;
	}
	.grid-col-lg-2 {
		width: 16.666%;
	}
	.grid-col-lg-3 {
		width: 25%;
	}
	.grid-col-lg-4 {
		width: 33.333%;
	}
	.grid-col-lg-5 {
		width: 41.666%;
	}
	.grid-col-lg-6 {
		width: 50%;
	}
	.grid-col-lg-7 {
		width: 58.333%;
	}
	.grid-col-lg-8 {
		width: 66.666%;
	}
	.grid-col-lg-9 {
		width: 75%;
	}
	.grid-col-lg-10 {
		width: 83.333%;
	}
	.grid-col-lg-11 {
		width: 91.666%;
	}
	.grid-col-lg-12 {
		width: 100%;
	}
}
@media screen and (max-width: 979px) { /* tablet */
	.grid-col-md-1 {
		width: 8.333%;
	}
	.grid-col-md-2 {
		width: 16.666%;
	}
	.grid-col-md-3 {
		width: 25%;
	}
	.grid-col-md-4 {
		width: 33.333%;
	}
	.grid-col-md-5 {
		width: 41.666%;
	}
	.grid-col-md-6 {
		width: 50%;
	}
	.grid-col-md-7 {
		width: 58.333%;
	}
	.grid-col-md-8 {
		width: 66.666%;
	}
	.grid-col-md-9 {
		width: 75%;
	}
	.grid-col-md-10 {
		width: 83.333%;
	}
	.grid-col-md-11 {
		width: 91.666%;
	}
	.grid-col-md-12 {
		width: 100%;
	}
}
@media screen and (max-width: 767px) { /* phablet */
	.grid-col-sm-1 {
		width: 8.333%;
	}
	.grid-col-sm-2 {
		width: 16.666%;
	}
	.grid-col-sm-3 {
		width: 25%;
	}
	.grid-col-sm-4 {
		width: 33.333%;
	}
	.grid-col-sm-5 {
		width: 41.666%;
	}
	.grid-col-sm-6 {
		width: 50%;
	}
	.grid-col-sm-7 {
		width: 58.333%;
	}
	.grid-col-sm-8 {
		width: 66.666%;
	}
	.grid-col-sm-9 {
		width: 75%;
	}
	.grid-col-sm-10 {
		width: 83.333%;
	}
	.grid-col-sm-11 {
		width: 91.666%;
	}
	.grid-col-sm-12 {
		width: 100%;
	}
}
@media screen and (max-width: 479px) { /* phone */
	.grid-row {margin:0;}
	.grid-col { padding:0;}
	.grid-col-xs-1 {
		width: 8.333%;
	}
	.grid-col-xs-2 {
		width: 16.666%;
	}
	.grid-col-xs-3 {
		width: 25%;
	}
	.grid-col-xs-4 {
		width: 33.333%;
	}
	.grid-col-xs-5 {
		width: 41.666%;
	}
	.grid-col-xs-6 {
		width: 50%;
	}
	.grid-col-xs-7 {
		width: 58.333%;
	}
	.grid-col-xs-8 {
		width: 66.666%;
	}
	.grid-col-xs-9 {
		width: 75%;
	}
	.grid-col-xs-10 {
		width: 83.333%;
	}
	.grid-col-xs-11 {
		width: 91.666%;
	}
	.grid-col-xs-12 {
		width: 100%;
	}
}
/*-----------------Main Wrapper----------------*/
.main_wrapper{
	min-height:100%;
}
.appendix{
	height:220px;
	clear:both
}
*{
	box-sizing:border-box;
}
::after, ::before{
	box-sizing:border-box;
}
p{
	margin:0 0 35px;
}
b, strong, .bold{
	font-family: 'FiraSans';
	font-weight:bold;
}
.red{
	color:#e92930 !important;
}
.shadow{
	box-shadow:0 1px 4px rgba(0,0,0,.1);
}
.normal{
	font-weight:normal !important;
}
.transf-norm{
	text-transform:none !important;
}
/*-----------------Main Wrap----------------*/
.gridWrap{
	width:1180px;
	margin:0 auto
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.clear{
	clear:both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.tab{
	display:table;
	width:100%;
}
.tab-cell{
	display:table-cell;
	vertical-align:middle;
}
.over-link{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:40;
	border:none;
	cursor:pointer;
}
.transf{
	text-transform:uppercase;
}
.white{
	color:#fff !important;
}
.light-gray{
	color:#ccc !important;
}
.btn-red{
	font-family: 'FiraSans';
	display:block;
	border:none;
	text-align:center;
	color:#fff;
	font-size:18px;
	background-color:#e92930;
	height:70px;
	line-height:70px;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.btn-white{
	font-family: 'FiraSans';
	display:inline-block;
	border:none;
	text-align:center;
	color:#ed1c24;
	font-size:18px;
	background-color:#fff;
	height:70px;
	line-height:70px;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:0 45px;
}
.btn-default{
	font-family: 'FiraSans';
	font-size:18px;
	display:block;
	border:3px solid #676767;
	background-color:#fff;
	text-align:center;
	text-transform:uppercase;
	color:#676767;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	height:70px;
	line-height:68px;
	font-weight:bold;
}
.btn-default:hover{
	border:3px solid #676767;
}
.btn-default span, .btn-red span{
	display:inline-block;
	margin:0 10px;
}
.pdf-icon{
	padding:6px 8px 4px;
	color:#fff;
	font-size:18px;
	line-height:20px;
	text-transform:uppercase;
	border-radius:3px;
	background-color:#676767;
}
.img-responsive{
	display:block;
	max-width:100%;
}
.btn-red-middle{
	font-family: 'FiraSans';
	display:inline-block;
	border:none;
	text-align:center;
	color:#fff;
	font-size:18px;
	background-color:#e92930;
	height:50px;
	line-height:50px;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:0 30px;
}
/*-----------------Header-------------------*/
header{
	/*border-top:6px solid #e92930;*/
}
header{
	position:absolute;
	z-index:50;
	left:0;
	right:0;
	top:0;
	height:104px;
}
.header-content{
	position:relative;
	padding:35px 0 0 0;
}
.logo{
	border:none;
	display:block;
	background:url(../img/logo.png) 0 0 no-repeat;
	width:334px;
	height:44px;
}
.header-detail{
	padding:8px 0 0 0;
	font-family: 'FiraSans';
}
.tel-block{
	position:relative;
	top:6px;
	font-family: 'FiraSans';
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
	width:156px;
	padding:0 15px;
}
.tel-block p{
	margin:0;
}
.opacity {
	display:none;
	background:rgba(37,37,37,.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 90;
}
.opacity.active{
	display:block;
}
/*-----------------callback-block-------------------*/
.callback-block{
	position:relative;
}
.callback-btn{
	cursor:pointer;
	font-family: 'FiraSans';
	height:30px;
	line-height:32px;
	display:block;
	width:165px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#252525;
	border:none;
	border-radius:3px;
	text-transform:uppercase;
	background-color:#fff;
}
.callback-btn.open + .callback-dropdown{
	top:42px;
	filter:alpha(opacity=100);
	z-index:92;
	visibility:visible;
}
.callback-dropdown{
	position:absolute;
	top:32px;
	right:0;
	z-index:-1;
	visibility:hidden;
	transition:top ease-in-out .2s;
	min-width:240px;
}
.callback-dropdown ul{
	position:relative;
	background-color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0 5px 25px rgba(0,0,0,.4);
	-webkit-box-shadow:0 5px 25px rgba(0,0,0,.4);
	-moz-box-shadow:0 5px 25px rgba(0,0,0,.4);
}
.callback-dropdown ul:after{
	content:"";
	position:absolute;
	top:-7px;
	right:20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 8px 10px;
	border-color: transparent transparent #ffffff transparent;
	z-index:1;
}
.callback-dropdown ul li:first-child, .callback-dropdown ul li:nth-child(2){
	border-top:none;
}
.callback-dropdown ul li{
	font-weight:bold;
	text-transform:none;
	font-size:14px;
	line-height:18px;
	border-top:1px solid #eee;
}
.callback-dropdown ul li.contact-mobile{
	display:none;
}
.callback-dropdown ul li.tel-mobile{
	display:none;
	font-size:25px;
	line-height:27px;
	color:#252525;
	border-top:none;
}
.callback-dropdown ul li a{
	color:#252525;
	border:none;
    padding:18px 30px 14px 30px;
    display:inline-block;
    width:100%;
}
.tablet-img, .mobile-img{
	display:none;
}
/*-----------------slider-info-------------------*/
.slider-info .flexslider{
	margin:0 0 60px;
	border-radius:0;
	border:none;
	box-shadow:none;
}
.slider-info .flexslider .slides > li{
	position:relative;
	height:540px;
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	overflow:hidden;
}
.slider-info  .flexslider .slides img{
	display:none;
}
.slider-info .flex-control-paging li a{
	position:relative;
	width:14px;
	height:14px;
	border:none;
	border-radius:50%;
	box-shadow:none;
	background:#fff;
}
.slider-info .flex-control-paging li a:after{
	content:"";
	position:absolute;
	top:-2px;
	left:-2px;
	width:18px;
	height:18px;
	border:4px solid transparent;
	border-radius:50%;
	z-index:1;
	background:transparent;
}
.slider-info .flex-control-paging li a.flex-active, .slider-info .flex-control-paging li a:hover{
	background:transparent;
}
.slider-info .flex-control-paging li a.flex-active:after, .slider-info .flex-control-paging li a:hover:after{
	border:4px solid #fff;
}
.slider-info .flex-control-nav{
	bottom:25px;
	z-index:20;
	height:16px;
}
.slider-info .flex-control-nav li{
	margin:0 10px;
}
.marker{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    /* background: url(../img/marker.png) 0 0 no-repeat; */
    width: 80px;
    height: 100px;
}
.marker-first{
	top:20%;
	left:21%;
}
.marker-two{
	top:20%;
	left:50%;
}
.marker-three{
	top:50%;
	left:12%;
}
.marker-thour{
	top:50%;
	left:29%;
}
.marker-five{
	top:50%;
	left:42%;
}
.marker-six{
	top:50%;
	left:81%;
}
.marker-seven{
	top:62%;
	left:63%;
}
.marker a{
    bottom: 28px;
    display: block;
    left: 18px;
    position: relative;
    right: 20px;
    top: 16px;
    z-index: 5;
    border: none !important;
    margin-top: -100%;
    margin-left: -75%;
    width: 80px;
    height: 100px;
    background: url(../img/marker.png) 0 0 no-repeat;
}
.box-modal.modal-info{
	width:560px;
	padding:80px 45px 50px;
	font-size:18px;
	line-height:22px;
	font-family: 'FiraSans-Book';
	color:#676767;
}
.box-modal.modal-info p{
	margin:0 0 20px;
}
.box-modal.modal-info h3{
	font-size:22px;
	line-height:24px;
	font-family: 'FiraSans';
	font-weight:bold;
	color:#252525;
	margin:0 0 20px;
}
.catalog-small{
	display:table;
	font-size:0;
}
.catalog-small li{
	display:inline-block;
	vertical-align:top;
	width:90px;
	margin:0 10px 20px 0;
	font-size:19px;
	line-height:21px;
	color:#e92930;
	text-align:center;
	font-family: 'FiraSans-UltraLight';
}
.catalog-small li a{
	font-size:19px;
	line-height:21px;
	color:#e92930;
	border-bottom:1px solid #e92930;
}
.catalog-small li a:hover{
	border-bottom-color:transparent;
}
.catalog-small li .img{
	width:90px;
	height:90px;
	line-height:90px;
	overflow:hidden;
	margin:0 0 10px;
}
.catalog-small li .img img{
	display:inline-block;
	vertical-align:middle;
	max-width:80px;
    max-height:100%;
}
/*-----------------banner-block-------------------*/
.banner-block, .banner-block .flex-viewport{
	position:absolute !important;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}
.banner-block .flexslider .slides {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.banner-block .flexslider{
	margin:0;
	border-radius:0;
	border:none;
	box-shadow:none;
	left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
	bottom:0;
}
.banner-block .flexslider .slides > li{
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
    z-index: 11;
}
.banner-block .flexslider .slides img{
	display:none;
}
.banner-block .slogan{
	position:absolute;
	top:105px;
	bottom:115px;
	left:0;
	right:0;
	text-align:center;
	z-index:5;
	color:#fff;
	font-family: 'FiraSans';
}
.banner-block .slogan .tab, .banner-block .slogan .tab-cell{
	/*height:580px;*/
	height:100%;
}
.banner-block .slogan h2{
	color:#fff;
	font-size:55px;
	line-height:46px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 15px;
}
.banner-block .flex-control-nav{
	bottom:46px;
	z-index:20;
	height:16px;
}
.banner-block .slogan h3{
	font-size:20px;
	line-height:22px;
	text-transform:uppercase;
	letter-spacing:4px;
}
.banner-block .flex-control-nav li{
	margin:0 14px;
	vertical-align:middle;
}
.banner-block .flex-control-paging li a{
	position:relative;
	width:14px;
	height:14px;
	border:none;
	border-radius:50%;
	box-shadow:none;
	background:#eaeaea;
}
.banner-block .flex-control-paging li a:after{
	content:"";
	position:absolute;
	top:-2px;
	left:-2px;
	width:18px;
	height:18px;
	border:4px solid transparent;
	border-radius:50%;
	z-index:1;
	background:transparent;
}
.banner-block .flex-control-paging li a.flex-active, .banner-block .flex-control-paging li a:hover{
	background:transparent;
}
.banner-block .flex-control-paging li a.flex-active:after, .banner-block .flex-control-paging li a:hover:after{
	border:4px solid #eaeaea;
}
/*---------------Navigation-----------------*/
nav{
	position:relative;
	top:6px;
}
nav > ul{
	display:table;
	font-size:0;
}
nav > ul > li{
	display:inline-block;
	vertical-align:top;
	font-weight:bold;
	position:relative;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	margin:0 15px;	
}
nav > ul > li > a{
	color:#fff;
	border:none;
}
nav > ul > li > a.active{
	color:#e92930;
}
nav > ul > li > a.nav-mobile-link{
	display:none;
}
nav > ul > li.open-drop .dropdown-block{
	opacity:1;
	top:14px;
	z-index:92;
	visibility:visible;
	opacity:1;
}
.dropdown-block{
	position:absolute;
	top:8px;
	padding:22px 0 0 0;
	left:0;
	z-index:-1;
	visibility:hidden;
	transition:top ease-in-out .2s;
	opacity:0;
}
.dropdown-block ul{
	position:relative;
	background-color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0 5px 25px rgba(0,0,0,.4);
	-webkit-box-shadow:0 5px 25px rgba(0,0,0,.4);
	-moz-box-shadow:0 5px 25px rgba(0,0,0,.4);
}
.dropdown-block ul:after{
	content:"";
	position:absolute;
	top:-8px;
	left:20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 8px 10px;
	border-color: transparent transparent #ffffff transparent;
	z-index:1;
}
.dropdown-block ul li:first-child{
	border-top:none;
}
.dropdown-block ul li{
	text-transform:none;
	font-size:14px;
	line-height:18px;
	
	border-top:1px solid #eee;
}
.dropdown-block ul li a{
	color:#252525;
	border:none;
    padding:18px 30px 14px 30px;
    display:inline-block;
    width:100%;
    white-space:nowrap;
}
.btn_navbar{
	display:none;
	font-family: 'FiraSans';
	cursor:pointer;
	height:55px;
	font-size:30px;
	line-height:59px;
	font-weight:bold;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	overflow:hidden;
	color:#fff;
	background-color:#e92930;
}
.btn_navbar span{
	padding:0 0 0 48px;
	position:relative;
	display:inline-block;
}
.btn_navbar span:after{
	content:"";
	position:absolute;
	top:14px;
	left:0;
	background:url(../img/btn-navbar-icon.png) 0 0 no-repeat;
	width:28px;
	height:24px;
	z-index:1;
}
/*--------------search-cell----------------*/
.search-cell{
	position:relative;
	width:50px;
	height:30px;
}
.search-btn{
	display:block;
	position:relative;
	cursor:pointer;
	width:20px;
	height:20px;
	background:url(../img/search-btn.png) 0 0 no-repeat;
	margin:0 auto;
	top:5px;
	z-index:5;
	border:none;
}
.search-btn.open + .search-block{
	top:45px;
	opacity:1;
	filter:alpha(opacity=100);
	z-index:92;
	visibility:visible;
}
.search-block{
	padding:10px 115px 10px 20px;
	height:50px;
	background-color:#fff;
	width:440px;
	position:absolute;
	top:35px;
	right:-5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0 5px 25px rgba(0,0,0,.4);
	-webkit-box-shadow:0 5px 25px rgba(0,0,0,.4);
	-moz-box-shadow:0 5px 25px rgba(0,0,0,.4);
	z-index:-1;
	visibility:hidden;
	transition:all ease-in-out .3s;
	opacity:0;
}
.search-block:after{
	content:"";
	position:absolute;
	top:-8px;
	right:20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 8px 10px;
	border-color: transparent transparent #ffffff transparent;
	z-index:1;
}
.search-block input[type="submit"]{
	text-align:center;
	height:30px;
	width:95px;
	border:none;
	color:#252525;
	border-left:1px solid #dadada;
	background-color:#fff;
	font-family: 'FiraSans';
	font-weight:bold;
	position:absolute;
	top:10px;
	right:0;
	z-index:8;
	cursor:pointer;
	font-size:18px;
	line-height:1;
	border-radius:0;
	text-transform:uppercase;
}
.search-block input[type="text"]{
	width:100%;
	height:30px;
	padding:0;
	font-size:18px;
	color:#676767;
	border:none;
	box-shadow:none;
	border-radius:0;
	background-color:#fff;
	font-family: 'FiraSans-ExtraLight';
}
/*-----------------placeholder-------------------*/
.placeholder{
	position:relative;
}
.hide {left:-9999em !important;}
.placeholder label {
	position:absolute;
	top:5px;
	left:0;
	z-index:8;
	color:#676767;
	font-family: 'FiraSans-ExtraLight';
	font-size:18px;
	line-height:22px;
}
/*--------------Main Contetn----------------*/
.contentWrapper{
	position:absolute;
	top:100%;
	left:0;
	right:0;
}
.inner-page .contentWrapper{
	position:static;
	top:inherit;
	left:inherit;
	right:inherit;
}
.mainContent{
}
.title{
	font-family: 'FiraSans';
	font-weight:bold;
	color:#676767;
	text-transform:uppercase;
	font-size:50px;
	line-height:44px;
}
.title-large{
	font-family: 'FiraSans';
	font-weight:bold;
	color:#676767;
	text-transform:uppercase;
	font-size:70px;
	line-height:58px;
}
.title-king-size{
	font-family: 'FiraSans';
	font-weight:bold;
	color:#676767;
	text-transform:uppercase;
	font-size:80px;
	line-height:66px;
}
.title-small{
	color:#676767;
	font-family: 'FiraSans';
	font-weight:bold;
	font-size:35px;
	line-height:37px;
	margin:0 0 40px;
	text-transform:uppercase;
}
.title-black{
	color:#252525;
}
.company-info{
	background-color:#e92930;
	padding:100px 0 0 0;
}
.list-large-cicle li{
	font-family: 'FiraSans-ExtraLight';
	font-size:22px;
	line-height:24px;
	padding:4px 0 2px 60px;
	position:relative;
	color:#ccc;
	margin:0 0 15px;
}
.list-large-cicle li:after{
	content:"";
	position:absolute;
	height:30px;
	border:3px solid #e32930;
	border-radius:50%;
	overflow:hidden;
	background-color:transparent;
	width:30px;
	top:0;
	left:0;
	z-index:1;
}
.company-text-inner{
	font-size:24px;
	line-height:28px;
	color:#fff;
	font-family: 'FiraSans-Thin';
	padding:60px 0 10px;
}
.company-text-inner p{
	max-width:435px;
}
.company-text-inner .title-king-size{
	margin:0 0 45px;
}
/*-----------------scale-block------------------*/
.scale-block{
	height:205px;
	position:relative;
	margin:90px 0 0 0;
}
.scale-list{
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	right:0;
	width:100%;
}
.scale-list li{
	position:relative;
	float:left;
	width:147px;
	height:200px;
}
.line-large{
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	width:4px;
	height:97px;
	background-color:#252525;
}
.line-large-right{
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	width:4px;
	height:97px;
	background-color:#252525;
}
.line-small{
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	width:4px;
	height:47px;
	background-color:#252525;
}
.line-small + .date-scale-big{
	bottom:67px;
	left:-26px;
}
.date-scale-big{
	font-family: 'FiraSans';
	position:absolute;
	bottom:0;
	left:0;
	width:50px;
	height:100px;
	cursor:pointer;
}
.date-scale-big .date-col{
	display:block;
	position:absolute;
	bottom:27px;
	left:-20px;
	font-size:45px;
	line-height:47px;
	font-weight:bold;
	color:#252525;
	transform:rotate(-90deg);
}
.date-scale-info{
	visibility:hidden;
	position:absolute;
	bottom:115px;
	left:10px;
	padding:30px 35px;
	background-color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0 5px 25px rgba(0,0,0,.4);
	-webkit-box-shadow:0 5px 25px rgba(0,0,0,.4);
	-moz-box-shadow:0 5px 25px rgba(0,0,0,.4);
	color:#252525;
	font-size:18px;
	line-height:22px;
	font-family: 'FiraSans-ExtraLight';
	width:350px;	
}
.width-large{
	width:435px;
}
.date-scale-info p{
	margin:0;
}
.date-scale-big:hover .date-scale-info, .date-scale-default:hover .date-scale-info{
	visibility:visible;
	z-index:8;
	transition:all ease-in-out .2s;
}
.date-scale-default{
	font-family: 'FiraSans';
	position:absolute;
	bottom:0;
	left:0;
	width:40px;
	height:80px;
	cursor:pointer;
}
.date-scale-default .date-col{
	display:block;
	position:absolute;
	bottom:22px;
	left:-16px;
	font-size:35px;
	line-height:37px;
	font-weight:bold;
	color:#252525;
	transform:rotate(-90deg);
	z-index:3;
}
.line-large + .date-scale-default{
	bottom:117px;
	left:-20px;
}
.line-large + .date-scale-default .date-scale-info, .line-small + .date-scale-default .date-scale-info{
	bottom:91px;
	left:6px;
}
.line-large + .date-scale-default .date-scale-info.right, .line-small + .date-scale-default .date-scale-info.right{
	bottom:91px;
	left:-320px;
}
.line-large + .date-scale-default .date-scale-info.width-large.right, .line-small + .date-scale-default .date-scale-info.width-large.right{
	bottom:91px;
	left:-400px;
}
.line-small + .date-scale-default{
	bottom:67px;
	left:-20px;
}
.our-days{
	font-family: 'FiraSans';
	position:absolute;
	bottom:67px;
	left:-28px;
	width:70px;
	height:100px;
}
.our-days .our-days-text{
	font-family: 'FiraSans-Heavy';
	display:block;
	position:absolute;
	bottom:22px;
	left:-11px;
	font-size:30px;
	line-height:22px;
	font-weight:bold;
	color:#252525;
	transform:rotate(-90deg);
	text-transform:uppercase;
}
.our-days .our-days-text .size-large{
	font-size:44px;
	line-height:36px;
	
}
/*-----------------help-block------------------*/
.help-content{
	font-size:40px;
	line-height:42px;
	font-family: 'FiraSans';
	font-weight:bold;
	margin:0 0 30px;
}
.help-content p{
	margin:0;
}
.call-btn{
	font-size:20px;
	line-height:22px;
}
.help-info-block{
	padding:45px 0 0 0;
}
.help-info-block .btn-red{
	width:315px;
}
/*-----------------popular-product-------------------*/
.popular-product{
	padding:100px 0 80px;
}
.popular-product .title-large{
	margin:0 0 70px;
}
/*-----------------popular-list-------------------*/
.popular-list{
	display:table;
	font-size:0;
	margin:0 0 0 -20px;
	padding:0;
}
.popular-list li{
	display:inline-block;
	vertical-align:top;
	width:220px;
	font-size:20px;
	line-height:22px;
	text-align:center;
	color:#252525;
	font-family: 'FiraSans';
	font-weight:bold;
	margin:0 0 60px 20px;
}
.popular-list li a{
	border:none;
}
.popular-list li .img .tab .tab-cell, .popular-list li .img{
	height:220px;
	overflow:hidden;
}
.popular-list li .img .tab .tab-cell img{
	max-height:200px;
}
.popular-list li p{
	margin:0;
}
.btn-inner .btn-red, .btn-inner .btn-default{
	width:315px;
	margin:0 20px 0 0;
}
/*-----------------client-block-------------------*/
.client-block{
	font-size:16px;
	line-height:18px;
	padding:75px 0 45px;
}
.client-block .title-large{
	margin:0 0 70px;
}
.column{
	display:table;
	width:100%;
}
.column .cell:first-child{
	padding:0 50px 0 0;
	border:none;
}
.column .cell{
	width:33%;
	border-left:1px solid #eee;
	padding:0 50px;
	display:table-cell;
	vertical-align:top;
}
.column .title-cell{
	font-family: 'FiraSans';
	text-transform:uppercase;
	font-size:30px;
	line-height:32px;
	font-weight:bold;
	margin:0 0 25px;
}
.info p{
	margin:0;
	padding:20px 0 0 0;
}
.info p:first-child{
	padding:0;
}
/*-----------------news-list-------------------*/
.news-list li:first-child{
	padding:0;
}
.news-list li{
	font-size:16px;
	line-height:18px;
	padding:20px 0 0 0;
}
.news-list .date{
	color:#e92930;
}
.news-list p{
	margin:0;
}
.news-list a{
    border: none !important;
}
/*-----------------company-detail------------------*/
.company-detail{
	padding:140px 0;
	background-color:#252525;
}
.market-info .title{
	margin:0 0 45px;
}
.client-info .title{
	margin:0 0 25px;
}
.client-list{
	display:table;
	font-size:0;
	max-width:480px;
	margin:0 0 0 -15px;
	padding:0;
}
.client-list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 10px 15px;
}
/*-----------------modal-------------------*/
.hidden{
	display:none;
}
.box-modal{
	position:relative;
	background-color:#fff;
	width:440px;
	box-shadow:0 15px 25px rgba(0,0,0,.4);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:0 0 35px;
}
.box-modal_close{
	position:absolute;
	top:30px;
	right:30px;
	background:url(../img/close.png) 0 0 no-repeat;
	width:30px;
	height:30px;
	cursor:pointer;
}
.box-modal-head{
	font-size:35px;
	line-height:37px;
	font-family: 'FiraSans';
	font-weight:bold;
	padding:35px 90px 30px 35px;
	color:#212224;
}
.btn-small{
	display:inline-block;
	height:50px;
	font-family: 'FiraSans';
	font-weight:bold;
	font-size:18px;
	line-height:50px;
	text-transform:uppercase;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:0 30px;
	color:#fff;
	background-color:#e92930;
	border:none;
}
.btn-smaller{
	display:inline-block !important;
	height:30px !important;
	font-family: 'FiraSans';
	font-weight:bold;
	font-size:14px !important;
	line-height:34px !important;
	text-transform:uppercase !important;
	border-radius:5px !important;
	-webkit-border-radius:5px !important;
	-moz-border-radius:5px !important;
	padding:0 20px !important;
	color:#fff !important;
	background-color:#e92930 !important;
	border:none !important;
	text-align:center !important;
    width: auto !important;
}
.box-modal-content{
	padding:0 40px;
}
/*-----------------form-------------------*/
.line-bot{
	border-bottom:1px solid #dadada;
}
.form-cell{
	height:50px;
	border-top:1px solid #dadada;
	position:relative;
	padding:0 40px 0 166px;
}
.form-cell:after{
	content:"";
	position:absolute;
	top:9px;
	left:145px;
	height:30px;
	width:1px;
	background-color:#dadada;
	z-index:1;
}
.form-cell label{
	position:absolute;
	top:11px;
	left:0;
	width:145px;
	color:#252525;
	font-size:16px;
	line-height:18px;
	font-family: 'FiraSans-Book';
	z-index:1;
	padding:0 0 0 40px;
	height:30px;
	line-height:30px;
    cursor: default !important;
}
.field{
	color:#e92930;
	margin:0 0 0 3px;
}
.form-cell input[type="text"], .form-cell input[type="email"], .form-cell input[type="tel"]{
	width:100%;
	font-size:16px;
	line-height:18px;
	font-family: 'FiraSans-ExtraLight';
	color:#252525;
	display:block;
	height:30px;
	padding:0;
	margin:0;
	position:relative;
	top:9px;
	border:none;
	box-shadow:none;
}
.form-cell-text{
	padding:20px 40px;
	margin:50px 0 0 0;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
}
.modal-text{
	color:#252525;
	font-size:16px;
	line-height:20px;
	font-family: 'FiraSans-ExtraLight';
	padding:0 0 25px;
}
.modal-text p{
	margin:0;
}
.form-cell-text textarea{
	font-size:16px;
	line-height:18px;
	font-family: 'FiraSans-ExtraLight';
	width:100%;
	height:110px;
	color:#252525;
	margin:0;
	padding:0;
	border:0;
	display:block;
	box-shadow:none;
}
.form-btn{
	padding:30px 40px 0;
}
.form-btn input[type="submit"]{
	width:240px;
}
.field-info{
	font-size:16px;
	line-height:20px;
	color:#212224;
	font-family: 'FiraSans-Thin';
	padding:20px 0 0 0;
}
.field-info p{
	margin:0;
}
.arcticmodal-overlay{
	opacity:1 !important;
	background-color:rgba(37,37,37,.9) !important;
}
/*-----------------breadcrumb-------------------*/
.breacrumb {
	display:table;
	font-size:0;
	margin:0 0 45px;
}
.breacrumb li:after{
	content:"";
	font-size:12px;
	line-height:14px;
	font-family: 'FiraSans-Book';
	background-color:#9d9d9d;
	width:10px;
	height:1px;
	position:absolute;
	top:7px;
	left:0;
	z-index:2;
}
.breacrumb li:first-child:after{
	display:none;
}
.breacrumb li:first-child{
	padding:0;
}
.breacrumb li{
	position:relative;
	font-size:12px;
	line-height:14px;
	font-family: 'FiraSans-Book';
	display:inline-block;
	vertical-align:top;
	position:relative;
	color:#9d9d9d;
	margin:0 15px 0 0;
	padding:0 0 0 25px;
}
.breacrumb li a{
	color:#9d9d9d;
	border-bottom-color:transparent;
}
.breacrumb li a:hover{
	border-bottom-color:#e7e7e7;
}
/*-----------------card-------------------*/
.card-content .title{
	margin:0 0 15px;
}
/*-----------------inner-page-------------------*/
.inner-page .mainContent{
	padding:0;
}
.inner-page header{
	position:static;
	top:inherit;
	left:inherit;
	right:inherit;
	height:auto;
	margin:0 0 45px;
	border-top:6px solid #e92930;
}
.inner-page .logo{
	background:url(../img/logo-red-gray.png) 0 0 no-repeat;
}
.inner-page nav > ul > li > a{
	color:#676767;
}
.inner-page nav > ul > li > a.active{
	color:#e92930;
}
.inner-page .callback-btn{
	background-color:#252525;
	color:#fff;
}
.inner-page .tel-block{
	color:#252525;
}
.inner-page .search-btn{
	background-position:0 -20px;
}
.gray-color{
	background-color:#f9f9f9;
}
/*-----------------nav-news------------------*/
.nav-news{
	display:inline-block;
	vertical-align:top;
    white-space:nowrap;
	overflow:hidden;
	border-radius:3px;
	border:1px solid #ccc;
}
.nav-news a:first-child{
	border:none;
}
.nav-news a{
	/*float:left;*/
	display:inline-block;
	font-size:16px;
	line-height:50px;
	height:50px;
	text-align:center;
	padding:0 20px;
	color:#676767;
	font-family: 'FiraSans';
	font-weight:bold;
	border:none;
	border-left:1px solid #ccc;
	text-transform:uppercase;
}
.nav-news a.active, .nav-news a:hover{
	background-color:#ccc;
}
.news-list-info li{
	border-bottom:4px solid #ccc;
	padding:0 0 40px;
	margin:0 0 40px;
}
.news-list-info li .img{
	width:264px;
	height:200px;
	overflow:hidden;
	float:left;
}
.news-list-info li .img img{
	width:100%;
	display:block;
}
.news-list-info li .img a{
	border:none;
}
.news-content{
	margin:0 0 0 306px;
}
.news-detail{
	position:relative;
	width:270px;
	float:left;
	padding:0 0 32px;
}
.news-title{
	font-family: 'FiraSans';
	font-size:22px;
	color:#252525;
	line-height:24px;
	margin:0 0 8px;
	font-weight:bold;
}
.news-title a{
	color:#252525;
	border:none;
}
.news-title a:hover{
	color:#e92930;
}
.news-text{
	margin:0 0 0 300px;
	color:#676767;
	font-size:22px;
	line-height:26px;
	font-family: 'FiraSans-Book';
}
.news-text p{
	margin:0 0 30px;
}
.btn-read{
	background-color:#676767;
	display:inline-block;
	padding:0 20px;
	color:#fff;
	font-size:16px;
	line-height:20px;
	font-family: 'FiraSans-Book';
	height:40px;
	line-height:42px;
	border-radius:3px;
	overflow:hidden;
	border:none;
}
.btn-read span{
	padding:0 15px 0 0;
	position:relative;
}
.btn-read span:after{
	content:"";
	position:absolute;
	top:7px;
	right:0;
	background:url(../img/arrow-white.png) 0 0 no-repeat;
	width:6px;
	height:9px;
}
.news-date{
	font-size:22px;
	line-height:24px;
	color:#e92930;
	display:block;
	margin:0 0 20px;
}
.news-detail .news-category{
	position:absolute;
	bottom:0;
	left:0;
	z-index:3;
}
.news-category{
	height:32px;
	font-size:14px;
	line-height:32px;
	text-align:center;
	color:#676767;
	font-family: 'FiraSans';
	text-transform:uppercase;
	font-weight:bold;
	border:1px solid #ccc;
	padding:0 15px;
	display:inline-block;
}
.gray-color .pagination ul li a{
	border:2px solid #f9f9f9;
}
/*-----------------sidebar------------------*/
.sidebar{
	width:220px;
	float:left;
}
.sidebar .title{
	margin:0 0 20px -4px;
}
.sidebar + .content-inner{
	margin:0 0 0 240px;
}
.nav-sidebar{
	padding:0 0 20px;
}
.nav-sidebar li{
	font-family: 'FiraSans';
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	margin:0 0 10px;
}
.nav-sidebar li a{
	color:#676767;
	border:none;
}
.nav-sidebar li a:hover, .nav-sidebar li a.active{
	color:#e92930;
}
.selection{
	padding:0 0 20px;
}
.selection .title-select{
	font-family: 'FiraSans';
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	margin:0 0 25px;
}
.selection .title-select span{
	padding:0 0 0 25px;
	position:relative;
}
.selection .title-select span:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:url(../img/select-icon.png) 0 0 no-repeat;
	width:17px;
	height:16px;
	z-index:1;
}
.selection .title-select-mobile{
	font-family: 'FiraSans';
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	background-color:#f9f9f9;
	height:46px;
	cursor:pointer;
	display:none;
	border-radius:3px;
}
.selection .title-select-mobile span{
	padding:0 0 0 25px;
	position:relative;
	top:12px;
	display:inline-block;
}
.selection .title-select-mobile span:after{
	content:"";
	position:absolute;
	top:2px;
	left:0;
	background:url(../img/select-icon.png) 0 0 no-repeat;
	width:17px;
	height:16px;
	z-index:1;
}
.selection-mobile{
	display:none;
}
.mobile-btn-block{
	display:none;
	margin:0 0 20px;
}
.download-btn{
	display:block;
	font-family: 'FiraSans';
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	color:#252525;
	border:none !important;
	margin:0 0 20px;
	cursor:pointer
}
.download-btn span{
	display:inline-block;
	position:relative;
	padding:8px 0 6px 55px;
	width:120px;
}
.download-btn span:after{
	content:"";
	position:absolute;
	background:url(../img/pdf-icon.png) 0 0 no-repeat;
	width:40px;
	height:46px;
	top:0;
	left:0;
	z-index:1;
}
.calc-but{
	display:block;
	margin:0 0 20px;
	font-family: 'FiraSans-SemiBold';
	font-size:16px;
	line-height:16px;
	border:none !important;
	color:#252525;
	cursor:pointer
}
.calc-but span{
	display:inline-block;
	position:relative;
	padding:4px 0 4px 55px;
	width:180px;
}
.calc-but span i{
	font-family: 'FiraSans-SemiBoldItalic';
	font-style:normal;
}
.calc-but span:after{
	content:"";
	position:absolute;
	background:url(../img/calc-icon.png) 0 0 no-repeat;
	width:40px;
	height:40px;
	top:0;
	left:0;
	z-index:1;
}
/*-----------------calc-inner------------------*/
.calc-inner{
	height:100px;
	background-color:#e5e5e5;
	border-radius:5px;
	margin:0 0 60px;
	text-align:center;
	padding:14px 0 0 0;
}
.calc-inner-mobile {
	position:relative;
    background-color: #e5e5e5;
    border-radius: 5px;
    margin: 0 0 40px;
    padding: 14px 15px;
    text-align: center;
	display:none;
}
.calc-cell-info{
	display:inline-block;
	vertical-align:middle;
	padding:5px 0 4px 110px;
	position:relative;
	font-family: 'FiraSans-MediumItalic';
	font-size:18px;
	line-height:22px;
	color:#676767;
	text-align:left;
	margin:0 35px 0 0;
}
.calc-cell-info:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:url(../img/calc-icon-big.png) 0 0 no-repeat;
	width:70px;
	height:68px;
	z-index:1;
}
.calc-cell-info h3{
	font-weight:normal;
	color:#252525;
	font-size:28px;
	line-height:32px;
	font-family: 'FiraSans-SemiBold';
	margin:0 0 5px;
}
.calc-cell-info h3 i{
	font-family: 'FiraSans-SemiBoldItalic';
	font-style:normal;
}
.calc-cell-info h3 span{
	color:#e92930;
}
.calc-cell-info p{
	margin:0;
}
/*-----------------tips-------------------*/
.tips > li{
	position:relative;
	font-size:16px;
	line-height:20px;
	margin:0 0 10px;
}
.tips > li > a{
	display:inline-block;
	padding:12px 20px 10px;
	background-color:#eee;
	border-radius:5px;
	border:none;
	font-family: 'FiraSans-Book';
}
.tips > li > a > span{
	padding:0 20px 0 0;
	position:relative;
}
.tips > li > a > span:after{
	content:"";
	position:absolute;
	top:8px;
	right:0;
	background:url(../img/arrow-bot.png) 0 0 no-repeat;
	width:9px;
	height:7px;
	z-index:1;
}
.tips > li.active > a > span:after{
	background:url(../img/arrow-top.png) 0 0 no-repeat;
}
.tips > li.active .popup{
	top:51px;
	visibility:visible;
	z-index:92;
	opacity:1;
}
.popup{
	position:absolute;
	top:47px;
	left:0;
	width:240px;
	background-color:#fff;
	z-index:-1;
	box-shadow:0 15px 25px rgba(0,0,0,.4);
	-webkit-box-shadow:0 15px 25px rgba(0,0,0,.4);
	-moz-box-shadow:0 15px 25px rgba(0,0,0,.4);
	padding:30px 0;
	transition:top ease-in-out .2s;
	border-radius:5px;
	visibility:hidden;
	opacity:0;
}
.popup:after{
	content:"";
	position:absolute;
	top:-8px;
	left:20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 8px 11px;
	border-color: transparent transparent #ffffff transparent;
	z-index:1;
}
.popup .check_list{
	padding:0 30px 10px;
}
.check_list{
	padding:0 0 10px;
	margin:0 !important;
}
.check_list > li{
	margin:0 0 8px;
	text-align:left;
}
.check_list.ui-buttonset .ui-button{
	position:relative;
	padding:2px 0 0 30px;
	border:none;
	background:#fff;
	font-family: 'FiraSans';
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	border-radius:0;
	color:#252525;
	margin:0;
	text-align:left;
}
.check_list.ui-buttonset .ui-button.ui-state-active:after{
	background-image:url(../img/check-icon.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.check_list.ui-buttonset .ui-button:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:20px;
	border:1px solid #ccc;
	z-index:1;
	background-color:#fff;
	border-radius:3px;
}
.check_list .ui-button-text-only .ui-button-text{
	padding:0;
}
.check-btn{
	padding:20px 30px 0;
	border-top:1px solid #eee;
}
.reset-btn{
	height:40px;
	width:176px;
	display:inline-block;
	text-align:center !important;
	line-height:40px !important;
	font-family: 'FiraSans' !important;
	font-weight:bold !important;
	font-size:14px !important;
	color:#676767 !important;
	border:1px solid #ccc !important;
	border-radius:5px !important;
	margin:0 0 10px !important;
    text-transform: none !important;
}
.reset-btn span{
	padding:0 0 0 20px;
	position:relative;
}
.reset-btn span:after{
	content:"";
	position:absolute;
	top:1px;
	left:0;
	background:url(../img/reset-icon.png) 0 0 no-repeat;
	width:10px;
	height:10px;
	z-index:1;
}
.selection .tips > li:last-child{
	margin:0 0 20px;
}
/*-----------------content-inner-------------------*/
.tips-sort{
	position:relative;
	display:inline-block;
}
.sort-btn{
	border:1px solid #eee !important;
	border-radius:5px;
	display:inline-block;
	padding:0 20px;
	height:30px;
	line-height:28px;
	font-family: 'FiraSans-Medium';
	color:#676767;
	font-size:14px;
}
.tips-sort > a.active + .popup-sort{
	top:45px;
	visibility:visible;
	z-index:92;
}
.sort-btn.active span::before{
	background:url(../img/arrow-top.png) 0 0 no-repeat;
}
.popup-sort{
	position:absolute;
	top:40px;
	left:0;
	right:0;
	background-color:#fff;
	z-index:-1;
	box-shadow:0 15px 25px rgba(0,0,0,.4);
	-webkit-box-shadow:0 15px 25px rgba(0,0,0,.4);
	-moz-box-shadow:0 15px 25px rgba(0,0,0,.4);
	padding:20px 0;
	transition:top ease-in-out .2s;
	border-radius:5px;
	visibility:hidden;
}
.popup-sort:after{
	content:"";
	position:absolute;
	top:-8px;
	left:16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 8px 11px;
	border-color: transparent transparent #ffffff transparent;
	z-index:1;
}
.popup-sort .check_list {
    padding: 0 20px 10px;
}
.popup-sort .check-btn{
	padding:20px 20px 0;
}
.popup-sort .check-btn .btn-smaller{
	display:block;
	padding:0 5px;
}
.sort-list{
	padding:0 20px;
}
.sort-list li:first-child{
	margin:0;
}
.sort-list li{
    color: #252525;
    font-family: "FiraSans";
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: left;
	margin:10px 0 0 0;
}
.sort-list li a{
	display:block;
	color: #252525;
	text-decoration:none;
	border:none;
}
.sort-list li a.active{
	color:#e92930;
}
.sort-btn span{
	display:inline-block;
	padding:0 18px 0 23px;
	position:relative;
}
.sort-btn span:after{
	content:"";
	position:absolute;
	top:9px;
	left:0;
	z-index:1;
	background:url(../img/sort-icon.png) 0 0 no-repeat;
	width:13px;
	height:10px;
	z-index:1;
}
.sort-btn span:before{
	content:"";
	position:absolute;
	top:11px;
	right:0;
	background:url(../img/arrow-bot.png) 0 0 no-repeat;
	width:9px;
	height:7px;
	z-index:1;
}
.sort-btn.top span:before{
	background:url(../img/arrow-top.png) 0 0 no-repeat;
}
.caption{
	margin:0 0 50px;
}
.caption .tab-cell:first-child{
	padding:0;
	text-align:left;
}
.caption .tab-cell{
	text-align:right;
	padding:0 0 0 10px;
}
/*-----------------catalog-------------------*/
.catalog > ul{
	display:table;
	font-size:0;
	margin:0;
	padding:0;
	width:100%;
}
.catalog > ul > li{
	display:inline-block;
	vertical-align:top;
	width:25%;
}
.catalog-item{
	font-size:20px;
	line-height:22px;
	text-align:center;
	color:#252525;
	font-family: 'FiraSans';
	font-weight:bold;
	margin:0 0 45px;
}
.catalog-item p{
	margin:0 0 8px;
}
.catalog-item .img{
	line-height:150px;
	height:150px;
	overflow:hidden;
	text-align:center;
	margin:0 0 15px;
}
.catalog-item .img a{
	border:none;
}
.catalog-item .img img{
	display:inline-block;
	vertical-align:middle;
	max-width:150px;
    max-height:100%;
}
.new, .archive, .nal{
	display:inline-block;
	color:#fff;
	font-family: 'FiraSans';
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	padding:4px 10px 2px;
	background-color:#e92930;
	letter-spacing:2px;
	text-transform:uppercase;
    letter-spacing: 0px !important;
}
.archive{
	background-color:#676767;
}
.nal{
	background-color:#eee;
    color:#676767;
}
/*-----------------pagination-------------------*/
.pagination{
	padding:30px 0 70px;
	position:relative;
	text-align:center;
}
.pagination ul{
	display:inline-block;
	vertical-align:middle;
}
.pagination ul li{
	display:inline-block;
	vertical-align:middle;
}
.pagination ul li a{
	display:block;
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:20px;
	font-family: 'FiraSans';
	font-weight:bold;
	border:2px solid #fff;
	color:#252525;
	border-radius:50%;
	overflow:hidden;
}
.pagination ul li a.active{
	color:#e92930;
	border:2px solid #282828;
}
.prev-page{
	border:none;
	position:absolute;
	top:50px;
	left:0;
	cursor:pointer;
	background:url(../img/arrow-pagination.png) 0 0 no-repeat;
	width:12px;
	height:18px;
	z-index:5;
}
.next-page{
	border:none;
	position:absolute;
	top:50px;
	right:0;
	cursor:pointer;
	background:url(../img/arrow-pagination.png) -12px 0 no-repeat;
	width:12px;
	height:18px;
	z-index:5;
}
.help-inner{
	background-color:#f9f9f9;
	padding:45px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.help-inner .help-content{
	font-size:30px;
	line-height:32px;
	margin:0 0 25px;
}
.help-inner .call-btn{
	font-size:16px;
	line-height:18px;
}
.help-inner .btn-red{
	height:40px;
	line-height:40px;
	width:230px;
	margin:30px 0 0 0;
}
.menu-inner{
	width:180px;
	float:right;
}
.menu-inner li:first-child{
	margin:0;
}
.menu-inner li{
	font-size:18px;
	line-height:22px;
	text-transform:capitalize;
	margin:12px 0 0 0;
	font-family: 'FiraSans';
	font-weight:bold;
}
.menu-inner li a{
	color:#676767;
}
/*-----------------calc-block-------------------*/
.calc-block{
	font-size:16px;
	line-height:20px;
	color:#252525;
}
.calc-block h4{
	font-family: 'FiraSans-Medium';
	margin:0 0 15px;
	font-weight:normal
}
.select-cell .chosen-container{
	font-family: 'FiraSansLight';
	font-size:18px;
}
.select-cell .chosen-container-single .chosen-default, .select-cell .chosen-container .chosen-results li.active-result{
	color:#212224;
}
.select-cell .chosen-container-single .chosen-single{
	height:50px;
	border:1px solid #dadada;
	padding:0 0 0 20px;
	line-height:50px;
	font-family: 'FiraSansLight';
	color:#212224;
}
.select-cell .chosen-container-single .chosen-single span{
	margin:0 70px 0 0;
}
.select-cell .chosen-container-single .chosen-single div{
	width:50px;
}
.select-cell .chosen-container-single .chosen-single div:after{
	content:"";
	position:absolute;
	top:9px;
	left:0;
	width:1px;
	height:30px;
	background-color:#dadada;
	z-index:3;
}
.select-cell .chosen-container-single .chosen-single div b{
	background:url(../img/arrow-bot.png) 50% 50% no-repeat;
}
.select-cell .chosen-container-active.chosen-with-drop .chosen-single div b{
	background:url(../img/arrow-top.png) 50% 50% no-repeat;
}
.select-cell .chosen-container .chosen-results{
	color:#212224;
	margin:0;
}
.select-cell .chosen-container .chosen-results li{
	padding:15px 20px;
}
.select-cell .chosen-container .chosen-results li.highlighted {
  background-color: #e92930;
  color: #fff !important;
}
.calc-cell{
	margin:20px 0 0 0;
}
.calc-text{
	float:left;
	width:220px;
	position:relative;
	padding:0 65px 0 20px;
	background-color:#fff;
	height:50px;
	border:1px solid #dadada;
}
.calc-text input[type="text"]{
	height:48px;
	border:none;
	font-family: 'FiraSans-UltraLightItalic';
	color:#252525;
	font-size:14px;
}
.info-value{
	position:absolute;
	height:48px;
	top:0;
	right:0;
	width:45px;
	text-align:left;
	line-height:48px;
	z-index:3;
	background-color:#fff;
	color:#252525;
	font-size:14px;
	font-family: 'FiraSans-Book';
}
.calc-btn{
	float:right;
	width:130px;
}
.calc-btn input[type="submit"]{
	background-color:#eee;
	font-size:16px;
	color:#252525;
}
/*-----------------card-info-------------------*/
.are-available{
	margin:0 0 25px;
}
.avail-info{
	font-size:16px;
	line-height:18px;
	font-family: 'FiraSans';
	font-weight:bold;
	color:#e92930;
	padding:0 0 0 25px;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	top:3px;
	margin:0 0 0 4px;
}
.avail-info:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:url(../img/check-red.png) 0 0 no-repeat;
	width:17px;
	height:12px;
	z-index:1;
}
.tab-bord{
	border-top:3px solid #eeeeee;
	width:100%;
	margin:0 0 35px;
}
.tab-bord tr td:first-child{
	font-family: 'FiraSans';
	font-weight:bold;
	padding:16px 0;
    white-space:nowrap;
}
.tab-bord tr td{
	color:#676767;
	font-size:16px;
	line-height:22px;
	border-bottom:3px solid #eeeeee;
	padding:16px 0 16px 40px;
}
.booklet{
	font-size:18px;
	line-height:22px;
}
.card-head{
	margin:0 0 45px;
}
.haract{
	/*font-size:24px;
	line-height:30px;
	font-family: 'FiraSans-Thin';
	color:#252525;*/
}
.list-small-circle{
	margin:0 0 35px;
}
.list-small-circle li{
	padding:0 0 0 35px;
	position:relative;
	font-size:24px;
	line-height:30px;
}
.list-small-circle li:after{
	content:"";
	position:absolute;
	top:7px;
	left:0;
	width:16px;
	height:16px;
	border:3px solid #676767;
	border-radius:50%;
	z-index:1;
}
.haract table, .news-one table{
	margin:0 0 35px;
}
.haract table tr td, .news-one table tr td{
	padding:16px;
	border:2px solid #eee;
	font-size:16px;
	line-height:20px;
	color:#252525;
	font-family: 'FiraSans-ExtraLight';
}
.haract table tr td p, .news-one table tr td p{
	margin:0;
}
.card-block{
	padding:0 0 15px;
}
hr{
	border-bottom:4px solid #eee;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:0;
	padding:0;
}
.catalog-detail{
	padding:45px 0 0 0;
}
.mobile-card-img{
	display:none;
}
/*-----------------red-color------------------*/
.company-color{
	background-color:#e92930;
}
.inner-page.company-color .logo, .inner-page.contact-color .logo{
	background:url(../img/logo-white.png) 0 0 no-repeat;
}
.inner-page.company-color .callback-btn, .inner-page.contact-color .callback-btn{
    background-color: #fff;
    color: #252525;
}
.inner-page.company-color .search-btn, .inner-page.contact-color .search-btn{
	background-position:0 0;
}
.inner-page.company-color .breacrumb li::after, .inner-page.contact-color .breacrumb li::after{
	background-color:#fff;
}
.inner-page.company-color .tel-block, .inner-page.company-color .breacrumb li a, .inner-page.company-color .breacrumb li, .inner-page.contact-color .tel-block, .inner-page.contact-color .breacrumb li a, .inner-page.contact-color .breacrumb li{
	color:#fff;
}
.inner-page.company-color nav > ul > li > a, .inner-page.company-color nav > ul > li > a.active, .inner-page.contact-color nav > ul > li > a, .inner-page.contact-color nav > ul > li > a.active{
	color:#fff;
}
.contact-color{
	background-color:#252525;
}
.inner-page.contact-color header{
	border-top:6px solid #252525;
}
.company-block{
	position:relative;
	text-align:justify;
	color:#fff;
	font-family: 'FiraSans-ExtraLight';
}
.company-block:after{
	content:"";
	position:absolute;
	bottom:-70px;
	left:0;
	z-index:2;
	width:265px;
	height:4px;
	background-color:#fff;
}
.company-block p{
	margin:0 0 70px;
}
.company-block .title-large{
	margin:0 0 70px;
}
.company-logo{
	margin:0 0 40px 40px;
}
.advantages{
	margin:0 0 70px;
	background-color:#fff;
	padding:75px 75px 65px;
	text-align:left;
}
.advantages .list-large-cicle li{
	margin:0 0 10px;
	color:#252525;
	font-family: 'FiraSans-Book';
}
.advantages h3{
	font-family: 'FiraSans';
	font-weight:bold;
	font-size:40px;
	line-height:42px;
	color:#252525;
	margin:0 0 30px;
}
/*-----------------feedback------------------*/
.feedback{
	color:#fff;
	font-size:22px;
	line-height:26px;
	padding:80px 0;
	font-family: 'FiraSansLight';
}
.feedback p{
	margin:0 0 25px;
}
.feedback .title{
	margin:0 0 25px;
}
.feedback .form-cell{
	background-color:#fff;
	border:none;
	border-radius:5px;
	margin:0 0 20px;
}
.feedback .form-cell label{
	font-size:18px;
	padding:0 0 0 20px;
}
.feedback .form-cell input[type="text"], .feedback .form-cell input[type="email"], .feedback .form-cell input[type="tel"]{
	font-size:18px;
}
.form-tab{
	margin:0 0 0 -20px;
}
.form-tab .form-item{
	width:50%;
	float:left;
	padding:0 0 0 20px;
}
.feedback .form-cell-text{
	margin:0 0 20px;
	padding:20px;
	background-color:#fff;
	border-radius:5px;
	border:none;
}
.feedback .form-cell-text textarea{
	font-size:18px;
	line-height:20px;
}
.feedback .form-btn{
	padding:0;	
}
.feedback .form-btn input[type="submit"]{
	width:auto;
	display:inline-block;
	padding:0 30px;
	margin:0 25px 0 0;
}
.feedback .field-info{
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	padding:0;
}
.feedback .field-info p{
	margin:0;
}
.contact-detail{
	color:#ccc;
	font-size:22px;
	line-height:26px;
	font-family: 'FiraSans-Book';
}
.contact-detail .title-large{
	color:#ccc;
	margin:0 0 25px;
}
.contact-detail p{
	margin:0;
}
.contact-detail .title{
	font-size:40px;
	line-height:42px;
	color:#ccc;
	margin:0 0 45px;
}
.company-text{
	max-width:520px;
}
.contact-detail .list-large-cicle li{
	padding:4px 0 2px 50px;
	font-family: 'FiraSans-Book';
}
.contact-detail .list-large-cicle li::after{
	border:3px solid #ccc;
}
/*-----------------news-one------------------*/
.news-one{
	padding:0 0 35px;
	font-family: 'FiraSans-Book';
}
.news-one .name{
	font-family: 'FiraSans';
	font-weight:bold;
	font-size:50px;
	line-height:52px;
	color:#252525;
	margin:0 0 20px;
}
.news-one .title-large{
	margin:0 0 25px;
}
.news-img{
	margin:0 0 30px 30px;
	max-width:570px;
	width:100%;
}
.news-detail-info{
	font-family: 'FiraSans-ExtraLight';
	margin:0 0 20px;
}
.name-category a{
	color:#e92930;
	border-bottom:1px solid #e92930;
}
.name-category a:hover{
	border-bottom-color:transparent;
}
.line{
	margin:0 5px;
}
.doc-img{
	margin:0 0 30px 30px;
}
.news-more{
	padding:70px 0 0 0;
}
.news-more-list{
	display:table;
	font-size:0;
	margin:0 0 0 -40px;
}
.news-more-list li{
	width:264px;
	display:inline-block;
	font-size:18px;
	line-height:22px;
	color:#676767;
	vertical-align:top;
	margin:0 0 0 40px;
}
.news-more-list li .img{
	width:264px;
	height:200px;
	margin:0 0 30px;	
}
.news-more-list li p{
	margin:0 0 25px;
}
.news-more-list li .img a{
	border:none;
}
.news-more-list li .img img{
	width:100%;
}
.news-more-list li .news-more-date{
	color:#e92930;
	display:block;
	margin:0 0 15px;
}
.news-more-list li .news-more-date-mobile{
	color:#e92930;
	display:none;
	margin:0 0 15px;
}
.news-more-list li .news-name{
	font-family: 'FiraSans';
	font-weight:bold;
	font-size:20px;
	line-height:22px;
	margin:0 0 20px;
	color:#252525;
}
.news-more-list li .news-name a{
	color:#252525;
	border:none;
}
.news-more-list li .news-name a:hover{
	color:#e92930;
}
/*-----------------contact-------------------*/
.contact-info{
	color:#fff;
	font-size:30px;
	line-height:34px;
	font-family: 'FiraSans-ExtraLight';
}
.contact-info .title-large{
	margin:0 0 70px;
}
.contact-info p{
	margin:0 0 8px;
}
.map{
	width:100%;
	height:550px;
}
.social{
	padding:15px 0;
}
.social a{
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	margin:0 10px 0 0;
	border:none;
}
/*-----------------Footer-------------------*/
footer{
	height:220px;
	border-bottom:6px solid #e92930;
	color:#ccc;
}
.site-info{
	font-family: 'FiraSans';
	font-weight:bold;
	padding:95px 0 0 0;
}
.site-info p, .producer p{
	margin:0;
}
.producer{
	padding:95px 0 0 0;
}
.showbig{
    display:block !important;
}
.search-item a{
    font-weight:bold;
    color:#e92930;
    border:none;
}