/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600&subset=latin,cyrillic); */
html{
	background-color: #fff;
}	
body{
	font-family: 'Open Sans', sans-serif;
}
b, strong{
	font-weight: 700;
}
a{
	color: #f36f2b;;
}
a.bl {
    color: #438db3 !important;
	font-weight:bold !important;
}
.b_inner{
	padding: 0 20px;
	width: 960px;
	margin: auto;
}
.b_outer{
	min-width: 1002px;
}
.wrapper{
min-height: 100%;
}
.wrapper:after{ /* hole */
	content: '';
	clear: both;
	display: block;
	height: 400px;
	width: 100%;
}

/* header_b */

.header_b {
	height: 200px;
}
.header_b .top_panel{
	background: #000;
	font-size: 11px;
	font-weight: 800;
	line-height: 50px;
	position: relative;
	width: 420px;
	z-index: 1;
}
.header_b .top_panel a{
	color: #fff;
	text-decoration: none;
}
.header_b .top_panel  a.active,
.header_b .top_panel a:hover{
	color: #f36f2b;
}
.header_b:before{
	background: #000;
	content: '';
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	z-index: -1;
}
.header_b .top_panel:after{
	position: absolute;
    content: "";
    top: 0;
    right: -100px;
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-right: 50px solid transparent;
    border-left: 50px solid black;
}
.header_b .top_panel li{
	display: inline-block;
	position: relative;
}
.header_b .top_panel li.parent:before{
    background: #fff;
    border-width: 4px;
    display: block;
    border-style: solid;
    border-top-color: #fff;
    content: '';
    height: 0px;
    position: absolute;
    top: 33px;
    margin-right: 5px;
    left: 60%;
    width: 0px;
}
.header_b .top_panel li+li{
	padding-left: 20px;
}
.header_b .top_panel ul li > ul{
	display: none;
	position: absolute;
    top: 45px;
    left: 0;
    z-index: 999;
}
.header_b .top_panel ul li:hover > ul{
	display: block;
}
.header_b .top_panel ul li > ul li{
    background: #000;
	display: block;
    border: 1px solid #fff;
    margin-top: -1px;
	padding: 0;
    width: 195px;
    text-align: left;
}
.header_b .top_panel ul li > ul li a{
	line-height: 27px;
	display: block;
	padding: 0 15px;
}
.header_b .top_panel .lng{
	padding-left: 10px;
	float: left;
	width: 80px;
}
.header_b .top_panel .menu{
	float: right;
	text-align: right;
	padding-right: 15px;
	width: 305px;
}
.header_b .logo-en,
.header_b .logo-ru{
	background: url('imgs/logo.png');
	display: block;
	float: left;
	height: 80px;
	position:relative;
	top: 30px;
	width: 250px;
}
.header_b .logo-en{
	background: url('imgs/logo-en.png') no-repeat;
}
.header_b .phone{
	font-size: 24px;
	float: left;
	padding-left: 275px;
	position: relative;
	top: -37px;
	text-align: right;
	width: 470px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.header_b .phone span{
	display: block;
	font-size: 14px;
	padding-top: 12px;
}
.header_b .phone span a{ 
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.header_b .provider{
	/* background: url('imgs/provider.png') 56px 29px no-repeat;
	border: 1px solid #e1e1e1; */
	/* background: url('imgs/tel.jpg') no-repeat; */
	font-size: 12px;
	float: right;
	height: 73px;
	padding: 8px 26px 0;
	position: relative;
	top: -51px;
	width: 170px;
}
.header_b .search{
	position: relative;
	top: -26px;
	text-align: right;
	height: 25px;
    width: 426px;
    margin-left: 534px;
}
.header_b .search input[type=text]{
	background: #fff;
	border: 1px solid #bcbcbc;
	border-radius: 50px;
	display: inline-block;
	line-height: 23px;
	padding: 0 10px;
	width: 426px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.header_b .search input[type=submit]{
	background: url('imgs/sprites.png') -61px 0;
	border: none;
	cursor: pointer;
	position: absolute;
    top: 6px;
    right: 9px;
	height: 13px;
	padding: 5px;
	width: 11px;
}
.header_b .main_b{
	text-align: right;
	margin-top: 4px;
}
.header_b .main_b ul{
	display: inline-block;
}
.header_b .main_b ul li{
	display: inline-block;
	margin-left: -5px;
}
.header_b .main_b ul li a{
	color: #000;
	border-bottom: 1px solid #000;
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	padding: 0 12px 9px;
}
.header_b .main_b ul li.first a{
	padding-left: 0;
}
.header_b .main_b ul li.last a{
	padding-right: 0;
}
.header_b .main_b ul li a:hover{
	color: #f36f2b;
	border-color: #f36f2b;
}
.header_b .main_b ul li.active a{
	color: #f36f2b;
	font-weight: 700;
	border-color: #f36f2b;
}

/* slider_b */

.slider_b {
	background: url('imgs/slider_bg.jpg') 0 7px no-repeat;
	margin-top: 15px;
	margin-bottom: 21px;
}
.slider_b .b_inner{
	background: rgba(255,255,255,.25);
	border: 1px solid #e4e6e7;
	padding-top: 7px;
}
.slider_b .slider {
	border-bottom: 1px solid #929b9f;
	width: 960px;
	height: 290px;
	position:relative;
}
.slider_b .sliderContent {
	width: 960px;
	height: 290px;
	/*clear:both;*/
	position:relative;
	overflow:hidden;
}
.slider_b .sliderArrows a {
	display: block;
	text-indent: -9999px;
	outline: none;
	z-index: 50;
	background-image:url('imgs/prev_next.png');
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	margin-top: -34px;
}
.slider_b .prev {
	background-position:0 0;
	left: 15px;
}
.slider_b .next {
	right: 15px;
	background-position: -44px 0;
}
.slider_b .sliderContent a.item {
	text-decoration: none;
}
.slider_b .sliderContent .item {
	display: block;
	position:absolute;
	width: 960px;
	height: 435px;
	background:#fff;
}
.slider_b .sliderContent .item .dsc span{
	display: none;
}
.slider_b .sliderBullets {
	position: absolute;
	bottom: -14px;
	left: 0;
	z-index: 50;
	text-align: center;
	width: 100%;
}
.slider_b .sliderBullets a {
	display: inline-block;
	border-radius: 5px;
	text-indent:-9999px;
	outline:none;
	margin-left:5px;
	width: 5px;
	height: 5px;
	background: #000;
}
.slider_b .sliderBullets a+a {
	/*margin-left: 120px;*/
	margin-left: 110px;
}
.slider_b .sliderBullets .active {
	height: 12px;
	position: relative;
    left: -3px;
    top: -3px;
	width: 12px;
}
.slider_b .sliderContent a {
	outline:none;
}
.slider_b .title_b{
	font-size: 36px;
	font-family: 'light';
	color: #000;
	padding: 36px 0 30px;
	text-align: center;
	text-transform: uppercase;
}
.slider_b .enum .item{
	font-size: 13px;
	float: left;
	height: 105px;
	line-height: 20px;
	margin-left: 39px;
	margin-bottom: 20px;
	padding-top: 27px;
	padding-left: 61px;
	position: relative;
	width: 260px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.slider_b .enum .item span{
	font-weight: 700;
}
.slider_b .enum .item:before{
	background: url('imgs/services_icon.png');
	content: '';
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	z-index: -1;
}
.slider_b .enum .item.img2:before{
	background-position: 0 -70px;
}
.slider_b .enum .item.img3:before{
	background-position: 0 -140px;
}
.slider_b .enum .item.img4:before{
	background-position: 0 -210px;
}
.slider_b .enum .item.img5:before{
	background-position: 0 -280px;
}
.slider_b .enum .item.img6:before{
	background-position: 0 -350px;
}

/* info_b */

.info_b {
	background: url('imgs/info_bg.jpg') center center no-repeat;
	height: 659px;
	background-size: cover;
}
.info_b .title{
	font-size: 36px;
	font-family: 'light';
	text-align: center;
	text-transform: uppercase;
	line-height: 90px;
	height: 90px;
}
.info_b .info{
	height: 194px;
	font-size: 14px;
	line-height: 20px;
	padding: 30px 30px 5px 30px;
	margin-top: -10px;
}
.info_b .info span{
	font-weight: 700;
	color: #f36f2b;
	text-decoration: none;
}
.info_b .info a{
	color: #000;
	text-decoration: none;
	font-weight: 400;
}	
.info_b .btn_box {
	height: 74px;
	text-align: center;
}
.info_b .btn_box a.catalog{
	background: #f36f2b;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	line-height: 50px;
	padding: 0 38px;
	text-decoration: none;
	text-transform: uppercase;
}
.info_b .ttl{
	background: #f36f2b;
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-family: 'light';
	line-height: 36px;
	padding: 0 70px;
	text-transform: uppercase;
    position: relative;
    z-index: 6;
}
.info_b .ttl_c{
	background: #f36f2b;
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-family: 'light';
	line-height: 36px;
	padding: 0 38px;
	text-transform: uppercase;
    position: relative;
    z-index: 6;
}
.info_b .ttl_c  a,
.info_b .ttl_c a:hover{
	color: #fff;
	text-decoration: none;
}	
.info_b .jcarousel .box_1 {
	height: 200px;
	overflow: hidden;
	position: relative
}
.info_b .jcarousel .box_2 {
	width: 30000px;
	position: relative
}
.info_b .jcarousel {
	position: relative;
	margin-top: -10px;
}
.info_b .jcarousel:before,
.info_b .jcarousel:after {
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	content: '';
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	z-index: 5;
}
.info_b .jcarousel .carousel_item{
	position: relative;
}
.info_b .jcarousel .carousel_item .item{
	background: #fff;
	border-radius: 10px;
    color: #000;
    text-decoration: none;
	float: left;
	font-size: 13px;
	line-height: 16px;
	margin-left: 5px;
	width: 315px;
	padding: 10px 20px;
	height: 200px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.info_b .jcarousel .carousel_item .item img{ 
	display: block;
	margin-bottom: 15px;
}
.info_b .jcarousel .arrow{
	background: url('imgs/sprites.png') 0 -50px;
	cursor: pointer;
	display: block;
	height: 32px;
	left: -21px;
	position: absolute;
	top: 89px;
	width: 33px;
	z-index: 6;
}
.info_b .jcarousel .arrow:active{
	margin-top: 1px;
}
.info_b .jcarousel .arrow.next{
	background-position: 0 -82px;
	left: auto;
	right: -21px;
}
.info_b .c_fix.box{
	margin-top: 36px;
}
.info_b .download{
	float: left;
	width: 266px;
}
.info_b .download .item{
	float: left;
	text-align: center;
	width: 120px;
}
.info_b .download .item .img{
	margin-bottom: 12px;
}
.info_b .download .item a{
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}
.info_b .cert{
	float: left;
	width: 400px;
}
.info_b .cert .item{
	float: left;
	font-size: 11px;
	height: 80px;
	padding: 0 29px 0 68px;
	position: relative;
	width: 190px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.info_b .cert .item a{
	color: #000;
	padding-left: 20px;
	position: absolute;
	bottom: 2px;
	left: 68px;
}
.info_b .cert .item a:before{
	background: url('imgs/sprites.png') -72px 0;
	content: '';
	height: 13px;
	position: absolute;
	top: 1px;
	left: 0;
	width: 13px;
}
.info_b .cert .item img{
	position: absolute;
	top: 0;
	left: 0;
}
.info_b .phone{
	float: right;
	font-size: 28px;
	line-height: 30px;
	font-family: 'light';
	color: #fff;
	margin-top: -8px;
	padding-right: 17px;
	width: 266px;
}
.info_b .phone span{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding-top: 11px;
}
.info_b .phone .phone_box{
	text-align: right;
}
.info_b .phone .phone_box .number{
	display: inline-block;
	position: relative;
}
.info_b .phone .phone_box .number:before{
	background: url('imgs/sprites.png') 0 -114px;
	content: '';
	height: 38px;
	position: absolute;
	top: -3px;
	left: -44px;
	width: 38px;
}

/* news_b */

.news_b {
	border: 1px solid #e4e6e7;
	margin: 28px auto;
	padding: 20px;
	overflow: hidden;
	position: relative;
}
.news_b:before{
	background: #adb4b7;
	content: '';
	height: 100%;
	height: calc(100% - 44px);
	position: absolute;
	top: 22px;
	left: 50%;
	width: 1px;
}
.news_b .title_b{
	font-size: 36px;
	font-family: 'light';
	text-transform: uppercase;
	padding: 0 0 24px;
}
.news_b .item{
	font-size: 13px;
	line-height: 21px;
   /* min-height: 150px; */
    height: 180px;
	overflow: hidden;
}
.news_b .left{
	float: left;
	width: 406px;
}
.news_b .right{
	float: right;
	width: 406px;
}
.news_b .item .date{
	color: #adb1b2;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 8px;
}
.news_b .item .title{
	line-height: 20px;
	padding-bottom: 8px;
}
.news_b .item .title a{
    text-decoration: none;
    font-weight: 600;
}
.news_b .item .title a:hover{
    text-decoration: underline;
}
.news_b .item img{
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
.news_b .item+.item{
	margin-top: 8px;
}
.news_b .button_box{
	text-align: center;
    padding-top: 23px;
}
.news_b .button_box a.more{
	background: #dce4e6;
	border-radius: 50px;
	display: inline-block;
	color: #6c7681;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	line-height: 36px;
	padding: 0 36px;
}


/* about_b */

.about_b {
	background: url('imgs/about_bg.jpg') center center no-repeat;
	height: 491px;
}
.about_b .title_b{
	font-family: 'light';
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	padding: 43px 0 20px;
}
.about_b .content{
	background: rgba(255,255,255,.8);
	height: 320px;
	position: relative;
	left: -1px;
	width: 100%;
}
.about_b .tabs__content {
  display: block; 
}
.about_b .tabs__content.active {
  display: block; 
}
.about_b .tabs ul{
	float: left;
	width: 170px;
	margin-top: 22px;
}
.about_b .tabs li{
	background: #ced6e1;
	color: #616364;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 14px;
	margin-bottom: 6px;
	width: 170px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.about_b .tabs li.active{/*
	background: #f06e2b;
	color: #fff;*/
}
.about_b .tabs .tabs__content{
	float: right;
	font-size: 14px;
	line-height: 20px;
	margin-right: 20px;
	margin-top: 36px;
	width: 735px;
}
.about_b .tabs .tabs__content p+p{
	padding-top: 23px;
}

/* partner_b */

.partner_b {
	border: 1px solid #e4e6e7;
	margin-top: 58px;
}
.partner_b .title_b{
	font-family: 'light';
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-top: -25px;
}
.partner_b .title_b span{
	display: inline-block;
	position: relative;
	z-index: 2;
}
.partner_b .title_b span:before{
    background: #fff;
    content: '';
    height: 100%;
    padding: 5px;
    position: absolute;
    top: 0;
    left: -4px;
    z-index: -1;
    width: 100%;
}
.partner_b .jcarousel .box_1 {
	height: 100px;
	overflow: hidden;
	position: relative
}
.partner_b .jcarousel .box_2 {
	width: 30000px;
	position: relative
}
.partner_b .jcarousel {
	position: relative;
	margin-top: 24px;
}
.partner_b .jcarousel .carousel_item{
	position: relative;
    margin: 0 auto;
    width: 890px;
}
.partner_b .jcarousel .carousel_item .item{
	background: #fff;
	display: inline-block;
	line-height: 90px;
	padding: 0 25px;
	height: 90px;
}
.partner_b .jcarousel .carousel_item .item img{
	vertical-align: middle;
}
.partner_b .jcarousel .arrow{
	background: url('imgs/sprites.png') 0 -50px;
	cursor: pointer;
	display: block;
	height: 32px;
	left: -21px;
	position: absolute;
	top: 30px;
	width: 33px;
}
.partner_b .jcarousel .arrow:active{
	margin-top: 1px;
}
.partner_b .jcarousel .arrow.next{
	background-position: 0 -82px;
	left: auto;
	right: -21px;
}
.partner_b .button_box{
	text-align: center;
}
.partner_b .button_box .more{
    background: #dce4e6;
    border-radius: 50px;
    display: inline-block;
	margin-bottom: 12px;
    color: #6c7681;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    line-height: 36px;
    padding: 0 36px;
}

/* content_b */

.content_b {
	padding: 20px 0 0;
	position: relative;
}
.content_b p {
	font-size: 13px;
	line-height: 20px;
}
.content_b .textPage{
	padding-top: 25px;
}
.content_b .b_inner{
	border-bottom: 1px solid #959595;
	padding-bottom: 28px;
	padding: 0 0 28px 0;
}
.content_b .b_inner.noborder{
	border: none;
}
.content_b:before {
	background: url('imgs/main_before.jpg') center center;
	background-size: cover;
	display: block;
	content: '';
	height: 90px;	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.content_b .title_b{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 50px;
}
.content_b .title_b span{
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 4px;
	position: relative;
}
.content_b .title_b span:before{
	background: #f36f2b;
	content: '';
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 306px;
}
.content_b .title_b li{
	font-size: 14px;
	display: inline-block;
}
.content_b .title_b li a{
	color: #000;
	font-weight: 400;
	text-decoration: none;
}
.content_b .title_b li.active a{
	color: #f36f2b;
	font-weight: 700;
}
.content_b .title_b li+li a:before{
	content: '|';
	display: inline-block;
	margin: 0 5px 0 1px;
}
.content_b .ttl{
	font-size: 36px;
	font-family: 'light';
	padding-bottom: 19px;
	text-transform: uppercase;
	position: relative;
}
.content_b .ttl:after{
	background: #e4e6e7;
	content: '';
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 400px;
}
.content_b .ttl.noborder:after{
	display: none;
}
.content_b .ttl.center{
	text-align: center;
	padding: 32px 0; 
}
.content_b .ttl.center:after{
	display: none;
}
.content_b .library {
	padding: 25px 0;
}
.content_b .enum.event .item{
	padding: 8px 0 8px;
}
.content_b .enum.event .item+.item{
	border-top: 1px solid #e4e6e7;
}
.content_b .enum.event .item .title{
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 7px;
}
.content_b .enum.event .item .dsc{
	color: #f36f2b;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 26px;
}
.content_b .enum.event .item .text{
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 6px;
}
.content_b .enum.event .item .btn_box{
	text-align: right;
}
.content_b .enum.event .item .btn_box a{
	background: #f36f2b;
	border-radius: 50px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	line-height: 25px;
	padding: 0 15px 0 15px;
	text-decoration: none;
}
.content_b .enum.event .item .btn_box a:after {
    content: '>>';
    font-size: 12px;
    margin-left: 6px;
}
.content_b .more_btn{
	text-align: center;
}
.content_b .more_btn a{
    background: #dce4e6;
    border-radius: 50px;
    display: inline-block;
    color: #6c7681;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    line-height: 40px;
    padding: 0 36px;
}
.content_b .enum.about {
	width: 1100px;
}
.content_b .enum.about .item{
	font-size: 13px;
	float: left;
	margin-right: 104px;
	line-height: 20px;
	height: 335px;
	width: 428px;
}
.content_b .enum.about .item span{
	font-weight: 700;
	text-transform: uppercase;
}
.content_b .enum.about .item img{
	border-top: 2px solid #000;
	display: block;
	margin-bottom:  38px;
}
.content_b .enum.about .item .link_box{
	/*text-align: right;*/
	padding-top: 14px;
	box-shadow: none;
}
.content_b .enum.about .item .link_box a{
	color: #f36f2b;
	font-size: 16px;
	position: relative;
}
.content_b .enum.about .item .link_box a:before{
    background: url('imgs/sprites.png') -61px -22px;
    content: '';
    height: 15px;
    position: absolute;
    left: -26px;
    top: 4px;
    width: 15px;
}
.content_b .main_side {
	float: left;
	width: 620px;
}
.content_b .right_side {
	float: right;
	width: 300px;
}
.content_b .main_side .catalogObject{
	width: 680px;
}
.content_b .main_side .catalogObject .item{
	display: block;
	border: 1px solid #cfd3d4;
	float: left;
	height: 118px;
	margin-bottom: 19px;
	margin-right: 19px;
	line-height: 118px;
	text-decoration: none;
	width: 298px;
}
.content_b .main_side .catalogObject .item .image{
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	margin-right: 9px;
	height: 110px;
	width: 110px;
}
.content_b .main_side .catalogObject .item .title{
	color: #000;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	max-width: 155px;
}
.content_b .main_side .search{
	background: #f3f6fb;
	padding: 17px 19px 10px;
}
.content_b .main_side .search label{
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
}
.content_b .main_side .search input[type=text]{
	background: #fff;
	border: 1px solid #bcbcbc;
	line-height: 28px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content_b .main_side .search .input{
	position: relative;
}
.content_b .main_side .search input[type=submit] {
    background: url('imgs/sprites.png') -61px 0;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 9px;
    height: 13px;
    padding: 5px;
    width: 11px;
}
.content_b .main_side .accordion.catalog  {
	margin-top: 39px;
}
.content_b .main_side .accordion.catalog  .accordion-item {
    border: 1px solid #e4e6e7;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
}
.content_b .main_side .accordion.catalog  .accordion-item .icon{
	display: inline-block;
	text-align: center;
	width: 72px;
}
.content_b .main_side .accordion.catalog  .accordion-item .icon img{
	vertical-align: middle;
	max-width: 45px;
	max-height: 35px;
}
.content_b .main_side .accordion.catalog  .accordion-item .text{
	display: inline-block;
	padding-right: 43px;
	vertical-align: middle;
	max-width: 490px;
}
.content_b .main_side .accordion.catalog  .accordion-item .text span{
	display: block;
	line-height: 1.2;
}
.content_b .main_side .accordion.catalog  .accordion-item:after {
	border-style: solid;
	border-color: transparent;
	border-width: 7px;
	border-top-color: #000;
	content: '';
	height: 0;
	position: absolute;
    top: 22px;
    right: 17px;
	width: 0;
}
.content_b .main_side .accordion.catalog  .accordion-item.open:after {
	border-top-color: transparent;
	border-bottom-color: #000;
	top: 15px;
}
.content_b .main_side .accordion.catalog .accordion-item.open{
	border-color: #c8cccf;
}
.content_b .main_side .accordion.catalog .data {
	display:none;
}
.content_b .main_side .accordion.catalog .data ul{
	padding-left: 93px;
	padding-bottom: 24px;
}
.content_b .main_side .accordion.catalog .data a{
	color: #000;
	font-size: 13px;
	line-height: 20px;
}
.content_b .main_side .breadcrumb{
	background: #f3f6fb;
	line-height: 1.2;
	padding: 4px 5px 6px 18px;
	margin-bottom: 30px;
}
.content_b .main_side .breadcrumb li{
	display: inline;
	color: #f36f2b;
	font-size: 12px;
	text-decoration: none;
}
.content_b .main_side .breadcrumb li:after{
	content:  '<<';
	color: #000000;
	display: inline-block;
	font-size: 8px;
	margin:   0 5px;
}
.content_b .main_side .breadcrumb li a{
	color: #f36f2b;
	font-size: 12px;
	text-decoration: none;
}
.content_b .main_side .breadcrumb li a:hover{
	text-decoration: underline;
}
.content_b .main_side .description .title{
	float: left;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 20px;
	width: 430px;
}
.content_b .searchform{
	background: #f3f6fb;
	padding: 17px 19px 10px;
	margin-bottom: 25px;
}
.content_b .searchform label{
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
}
.content_b .searchform input[type=text]{
	background: #fff;
	border: 1px solid #bcbcbc;
	line-height: 28px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content_b .searchform .input{
	position: relative;
}
.content_b .searchform input[type=submit] {
    background: url('imgs/sprites.png') -61px 0;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 9px;
    height: 13px;
    padding: 5px;
    width: 11px;
}
.content_b .main_side .description .doc{
	float: right;
	width: 155px;
}
.content_b .main_side .description .doc div,
.content_b .main_side .description .doc a{
	background: #dce4e6;
	color: #f36f2b;
	border-radius: 35px;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	line-height: 30px;
	padding: 0 15px 0 29px;
	position: relative;
}
.content_b .main_side .description .doc div:before,
.content_b .main_side .description .doc a:before{
	background: url('imgs/sprites.png') -61px -79px;
	content: '';
	height: 9px;
	position: absolute;
	top: 11px;
    left: 13px;
	width: 9px;
}
.content_b .main_side .description .doc div ul{
	background: #dce4e6;
	display: none;
    position: absolute;
    top: 42px;
    right: 0;
    z-index: 99;
}
.content_b .main_side .description .doc div:hover ul{
	display: block;
}
.content_b .main_side .description .doc div ul:before {
    background: transparent;
    content: '';
    border-width: 10px;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #dce4e6;
    height: 0;
    position: absolute;
    right: 61px;
    top: -19px;
    width: 0;
}
.content_b .main_side .description .doc div ul:after {
    background: rgba(91, 87, 87, 0);
    content: '';
	height: 19px;
    position: absolute;
    right: 0;
    top: -19px;
    width: 100%;
}
.content_b .main_side .description .doc div ul a{
	width: 170px;
}
.content_b .main_side .description .doc div ul a:hover{
	text-decoration: underline;
}
.content_b .main_side .description .img{
	float: left;
	text-align: center;
	width: 335px;
	margin-bottom: 10px;
}
.content_b .main_side .description .img img{
	max-width: 100%;
    max-height: 215px;
}
.content_b .main_side .description .tabs__content{
	padding-top: 38px;
	display: none;
}
.content_b .main_side .description .tabs__content.active{
	display: block;
}
.content_b .main_side .description .tabs__caption{
	float: right;
	width: 270px;
}
.content_b .main_side .description .tabs__caption li{
	color: #f36f2b;
	cursor: pointer;
	font-size: 14px;
	line-height: 25px;
	padding-left: 40px;
	position: relative;
}
.content_b .main_side .description .tabs__caption li:before{
	border-style: solid;
    border-color: transparent;
    border-width: 5px;
    border-left-color: #f36f2b;
    content: '';
    height: 0;
    position: absolute;
    top: 8px;
    left: 21px;
    width: 0;
}
.content_b .main_side .description .tabs__caption li.active{
	font-weight: 700;
	padding-left: 18px;
}
.content_b .main_side .description .tabs__caption li.active:before{
	border-left-color: transparent;
	border-top-color: #f36f2b;
	left: 0;
	top: 10px;
}
.content_b .main_side .description .tabs__content .dsc{
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 30px;
	text-transform: uppercase;
}
.content_b .main_side .description .tabs__content .tech table{
	border: 3px solid #c8cdcf;
	font-size: 13px;
	line-height: 20px;
}
.content_b .main_side .description .tabs__content .tech table tr{
	/*display: block;*/
}
.content_b .main_side .description .tabs__content .tech table tr+tr{
	border-top: 1px solid #c8cdcf;
}
.content_b .main_side .description .tabs__content .tech table th,
.content_b .main_side .description .tabs__content .tech table td{
	padding: 10px 5px;
}
.content_b .main_side .description .tabs__content .tech table th{
	border-right: 1px solid #c8cdcf;
}
.content_b .main_side .description .tabs__content .tech table td+td{
	border-left: 1px solid #c8cdcf;
}
.content_b .main_side .description .tabs__content .tech table td:nth-child(1){
	font-weight: 600;
	width: 193px;
}
.content_b .main_side .description .tabs__content  .accordion-item{
	border: 1px solid #e4e6e7;
	cursor: pointer;
	color: #000;
    text-decoration: none;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 15px 40px 19px 126px;
	position: relative;
}
.content_b .main_side .description .tabs__content  .data{ 
	display: none;
	padding: 10px 10px 20px;
}
.content_b .main_side .description .tabs__content  .data .content_{ 
	padding-top: 30px;
}
.content_b .main_side .description .tabs__content  .data img{ 
	float: left;
	padding: 0 15px 15px 0;
	width: 239px;
}
/*
.content_b .main_side .description .tabs__content  .accordion-item:after {
    border-style: solid;
    border-color: transparent;
    border-width: 7px;
    border-top-color: #000;
    content: '';
    height: 0;
    position: absolute;
    top: 50%;
    right: 17px;
    width: 0;
}*/
.content_b .main_side .description .tabs__content  .accordion-item a{
	font-weight: 700;
	display: block;
}
.content_b .main_side .description .tabs__content .accordion-item img{
	position: absolute;
	top: 0;
	left: 0;
	max-height: 87px;
	max-width: 106px;
}
.content_b .main_side .enumCategory .column {
	float: left;
	width: 300px;
}
.content_b .main_side .enumCategory .column.last {
	float: right;
}
.content_b .main_side .enumCategory .item{
	border: 1px solid #e4e6e7;
	float: left;
	padding: 17px;
	margin-top: 20px;
	height: 493px;
	width: 300px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content_b .main_side .enumCategory .item:nth-child(even) {
    margin-left: 20px;
}
.content_b .main_side .categoryTitle {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 18px;
}
.content_b .main_side .enumCategory .item .btn_box{
	text-align: center;
}
.content_b .main_side .enumCategory .item .btn_box a{
	background: #dce4e6;
    border-radius: 50px;
    display: inline-block;
    color: #6c7681;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    line-height: 24px;
    padding: 0 20px;
}
.content_b .main_side .enumCategory .item .title{
	color: #000;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	text-decoration: none;
}
.content_b .main_side .enumCategory .item a.title:hover{
	text-decoration: underline;
}
.content_b .main_side .enumCategory .item .dsc{
	font-size: 13px;
	line-height: 20px;
	padding-top: 22px;
	height: 195px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content_b .main_side .enumCategory .item .image {
	text-align: center;
	line-height: 170px;
	height: 170px;
}
.content_b .main_side .enumCategory .item .image img{
	display: inline-block;
	max-width: 100%;
	max-height: 170px;
	vertical-align: middle;
}
.content_b .right_side .box{
	border: 1px solid #c8cdcf;
	padding: 5px 7px 13px;
}
.content_b .right_side .box+.box{
	margin-top: 10px;
}
.content_b .right_side .box .title{
    background: #f36f2b;
    color: #fff;
    font-size: 24px;
    font-family: 'light';
    line-height: 30px;
    padding-left: 20px;
    position: relative;
    left: -16px;
    width: 287px;
}
.content_b .right_side .box .jcarousel .box_1 {
	overflow: hidden;
	position: relative
}
.content_b .right_side .box .jcarousel .box_2 {
	width: 30000px;
	position: relative
}
.content_b .right_side .box .jcarousel {
	position: relative;
}
.content_b .right_side .box .jcarousel .carousel_item{
	margin-top: 3px;
	position: relative;
}
.content_b .right_side .box .jcarousel .carousel_item a.item{
/*	color: #000; */
	float: left;
	font-size: 12px;
	line-height: 15px;
    width: 284px;
/* 	text-decoration: none; */
    height: 150px;
	text-align: center;
}
.content_b .right_side .box .jcarousel .carousel_item .item .img{
	text-align: center;
/*	line-height: 92px;
	height: 92px; */
}
.content_b .right_side .box .jcarousel .carousel_item .item .img img{
	vertical-align: middle;
/*	max-width: 170px;
	max-height: 70px; */
}
.content_b .right_side .box .jcarousel .arrow{
	background: url('imgs/sprites.png') -61px -37px;
	cursor: pointer;
	display: block;
	height: 20px;
	left: -18px;
	position: absolute;
	top: 60px;
	width: 20px;
}
.content_b .right_side .box .jcarousel .arrow:active{
	margin-top: 1px;
}
.content_b .right_side .box .jcarousel .arrow.next{
	background-position: -61px -57px;
	left: auto;
	right: -18px;
}
.content_b .right_side .box .phone{
    font-size: 28px;
    line-height: 30px;
    font-family: 'light';
    color: #000;
	padding: 5px 0;
}
.content_b .right_side .box .phone span {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding-top: 11px;
}
.content_b .right_side .box .phone .phone_box {
    text-align: right;
}
.content_b .right_side .box .phone .number {
    display: inline-block;
    position: relative;
}
.content_b .right_side .box .phone .number:before {
    background: url('imgs/sprites.png') 0 -114px;
    content: '';
    height: 38px;
    position: absolute;
    top: -3px;
    left: -44px;
    width: 38px;
}
.content_b .right_side .box .event {
    font-size: 13px;
    line-height: 20px;
	padding: 5px 0;
}
.content_b .right_side .box .event p+p {
    padding-top: 15px;
}
.content_b .right_side .box .btn_box{
	padding-top: 20px;
	text-align: right;
}
.content_b .right_side .box .btn_box a{
    background: #dce4e6;
    border-radius: 50px;
    display: inline-block;
    color: #6c7681;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    line-height: 24px;
    padding: 0 20px;
}
.content_b .right_side .box .news {
	padding: 16px 10px;
}
.content_b .right_side .box .news .item{
	font-size: 13px !important;
	line-height: 15px;
	float: left;
	height: 120px !important;
	width: 264px !important;
}
.content_b .enum.contacts {
	border-bottom: 1px solid #808080;
	padding-top: 35px;
    margin-left: -50px;
    width: 1010px;
}
.content_b .enum.contacts .item{
	float: left;
	padding-left: 50px;
	/*margin-bottom: 70px;*/
	width: 454px;
}
.content_b .enum.contacts.other .item{
	margin-bottom: 0;
}
.content_b .enum.contacts .item .title{
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
.content_b .enum.contacts .item .address{
	font-size: 14px;
	line-height: 24px;
	min-height: 76px;
	padding-bottom: 10px;
}
.content_b .enum.contacts .item .map{
	height: 272px;
	padding-bottom: 50px;
	text-align: center;
}
.content_b .enum.contacts .item .left{
	float: left;
	width: 212px;
}
.content_b .enum.contacts .item .right{
	float: right;
	width: 212px;
}
.content_b .enum.contacts .item .contact{
	font-size: 14px;
	height: 130px;
	line-height: 20px;
}
.content_b .enum.contacts .item  a{
	color: #f36f2b;
}
.content_b .feedback {
	padding-top: 60px;
}
.content_b .feedback .title{
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 17px;
	text-transform: uppercase;
}
.content_b .feedback .dsc{
	font-size: 13px;
	line-height: 20px;
}
.content_b .feedback .left{
	float: left;
	width: 454px;
}
.content_b .feedback .right{
	float: right;
	width: 454px;
}
.content_b .feedback textarea{
	background: #fff;
	border: 1px solid #959595;
	line-height: 20px;
	padding: 10px;
	height: 230px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content_b .feedback label{
	font-size: 13px;
	display: block;
	padding-bottom: 8px;
	padding-top: 21px;
}
.content_b .feedback label.required:after{
	content: '*';
	color: red;
	display: inline-block;
}
.content_b .feedback input[type=text],
.content_b .feedback input[type=email],
.content_b .feedback input[type=tel]{
	background: #fff;
	border: 1px solid #959595;
	line-height: 49px;
	height: 50px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content_b .feedback .btn_box{
	text-align: right;
	padding-top: 30px;
	padding-bottom: 35px;
	position: relative;
}
.content_b .feedback .btn_box span{
	position: absolute;
    font-size: 14px;
    top: 45px;
    left: 0;
}
.content_b .feedback .btn_box input[type=submit]{
	background: #f36f2b;
	border: none;
	border-radius: 35px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	padding: 0 50px;
}
.content_b .news.item{
	border-bottom: 1px solid #adb1b2;
	padding-top: 31px;
	padding-bottom: 34px;
}
.content_b .news.item .title{
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 18px;
}
.content_b .news.item .date{
	color: #adb1b2;
	font-size: 12px;
	padding-bottom: 15px;
}
.content_b .partners  {
	width: 1080px;
}
.content_b .partners .item {
	border: 1px solid #a1a1a1;
	float: left;
	line-height: 188px;
	height: 188px;
	margin-bottom: 18px;
	margin-right: 66px;
	width: 445px;
}
.content_b .partners .item .image{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	text-align: center;
	width: 190px;
}
.content_b .partners .item .image img{
	max-width: 154px;
}
.content_b .partners .item .dsc{
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	vertical-align: middle;
	width: 235px;
}
.content_b .library.accordion .data{
	display: none;
	padding-left: 64px;
	padding-top: 10px;
}
.content_b .library.accordion .data p{
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 17px;
}
.content_b .library.accordion .accordion-item{
	border: 1px solid #e4e6e7;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	padding: 17px 43px;
	position: relative;
	margin-bottom: 10px;
	margin-top: -1px;
}
.content_b .library.accordion .accordion-item:after{
    border-style: solid;
    border-color: transparent;
    border-width: 7px;
    border-top-color: #000;
    content: '';
    height: 0;
    position: absolute;
    top: 22px;
    right: 17px;
    width: 0;
}
.content_b .library.accordion .accordion-item.open:after {
    border-top-color: transparent;
    border-bottom-color: #000;
    top: 15px;
}
.content_b .link_box {
/*	border: 1px solid #c8cdcf;*/
	margin-top: 16px;
	padding: 34px 18px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.content_b .link_box li{
	color: #000;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	padding-left: 10px;
	position: relative;
}
.content_b .link_box li:before{
    background: #000;
    border-radius: 50%;
    content: '';
    height: 4px;
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
}
.content_b .link_box li+li{
	margin-top: 11px;
}

/* lab_b */

.lab_b .ttl{
	font-size: 36px;
	font-family: 'light';
	padding-bottom: 19px;
	text-transform: uppercase;
}
.lab_b .head .left{
	float: left;
	width: 550px;
}
.lab_b .head .left ul{
	padding-top: 25px;
}
.lab_b .head .left li{
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 33px;
	padding-left: 30px;
	position: relative;
}
.lab_b .head .left li:before{
	background: url('imgs/sprites.png') -60px -90px;
	content: '';
	height: 26px;
	position: absolute;
	top: -3px;
	left: 0;
	width: 26px;
}
.lab_b .head .right{
	border: 1px solid #ced2d4;
	float: right;
	font-size: 13px;
	line-height: 20px;
	height: 340px;
	padding: 30px 20px 20px;
	width: 355px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.lab_b .head .right img{
	margin-top: 18px;
	width: 313px;
}
.lab_b .head .left_s{
	float: left;
	line-height: 20px;
	width: 550px;
}
.lab_b .head .right_s{
	float: right;
	font-size: 13px;
	line-height: 20px;
	height: 340px;
	padding: 30px 20px 20px;
	width: 355px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.lab_b .head .right_s img{
	margin-top: 18px;
	padding: 5px 85px 85px;
	width: 135px;
	height: 185px;
}
.lab_b .address .left{
	float: left;
	font-size: 13px;
	line-height: 20px;
	padding-left: 32px;
	width: 625px;
}
.lab_b .address .left a {
	color: #f36f2b;
	text-decoration: none;
}
.lab_b .address .left .title{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.lab_b .address .right{
	float: right;
	width: 239px;
}
.lab_b .address .right .map{
    color: #000;
	cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    padding-left: 35px;
    position: relative;
    text-decoration: underline;
}
.lab_b .address .right .map:before {
    background: url('imgs/sprites.png') -85px 0;
    content: '';
    height: 22px;
    position: absolute;
    top: -3px;
    left: 0;
    width: 21px;
}
.lab_b .tech{
	background: url('imgs/tech_bg.jpg') top center;
	background-size: cover;
	margin-top: 58px;
	margin-bottom: 58px;
}
.lab_b .tech .b_inner{
	background: #fff;
	padding-top: 47px;
}
.lab_b .tech ul{
	padding-top: 36px;
	padding-bottom: 62px;
}
.lab_b .tech li{
	font-size: 13px;
	font-weight: 700;
	line-height: 25px;
	padding-left: 9px;
	position: relative;
}
.lab_b .tech li:before{
	background: #000;
	border-radius: 50%;
	content: '';
	height: 5px;
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
}
.lab_b  .jcarousel {
	position: relative;
	margin-top: -10px;
	padding-bottom: 50px;
}
.lab_b .jcarousel .box_1 {
	height: 210px;
	overflow: hidden;
	position: relative
}
.lab_b .jcarousel .box_2 {
	width: 30000px;
	position: relative
}
.lab_b .jcarousel:before,
.lab_b .jcarousel:after {
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	content: '';
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	z-index: 5;
}
.lab_b .jcarousel:before{
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	right: 0;
	left: auto;
}
.lab_b .jcarousel .carousel_item{
	position: relative;
}
.lab_b .jcarousel .carousel_item .item{
	background: #fff;
	border: 1px solid #d7dadc;
	border-radius: 20px;
	float: left;
	font-size: 13px;
	line-height: 16px;
	margin-left: 1px;
	text-align: center;
	width: 239px;
	padding: 10px 20px;
	height: 210px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.lab_b .jcarousel .carousel_item .item img{ 
	display: inline-block;
}
.lab_b .jcarousel .arrow{
	background: url('imgs/sprites.png') 0 -50px;
	cursor: pointer;
	display: block;
	height: 32px;
	left: -21px;
	position: absolute;
	top: 89px;
	width: 33px;
	z-index: 6;
}
.lab_b .jcarousel .arrow:active{
	margin-top: 1px;
}
.lab_b .jcarousel .arrow.next{
	background-position: 0 -82px;
	left: auto;
	right: -21px;
}
.lab_b .jcarousel .carousel_item .item .dsc{
	line-height: 58px;
	height: 58px;
}
.lab_b .jcarousel .carousel_item .item .dsc span{
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	vertical-align: middle;
}
.lab_b .jcarousel .carousel_item .item .image{
	height: 125px;
	line-height: 125px;
}
.lab_b .jcarousel .carousel_item .item .image img{
	vertical-align: middle;
	max-height: 120px;
}
.lab_b .smalltitle{
	font-size: 30px;
	font-family: 'light';
	padding-bottom: 22px;
	text-transform: uppercase;
}
.lab_b .doc .right{
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 387px;
}
.lab_b .doc .right .title{
	font-size: 16px;
	font-weight: 700;
	padding: 15px 0;
}
.lab_b .doc .right .item{
	padding-bottom: 18px;
}
.lab_b .doc .right .item .author{
	color: #898989;
	font-size: 11px;
}
.lab_b .doc .right .item .name{
	font-weight: 700;
}
.lab_b .doc .right .item .download a{
	color: #f36f2b;
	font-weight: 700;
}
.lab_b .doc .left .btn_box{
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 530px;
}
.lab_b .doc .btn_box a{
	background: #dce4e6;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 24px;
    color: #6c7681;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    line-height: 40px;
    padding: 0 36px;
}
.lab_b .doc .c_fix{
	position: relative;
}
.lab_b .doc .left{
	border-right: 1px solid #ced2d4;
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding-right: 15px;
    margin-bottom: 95px;
    width: 530px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.lab_b .doc .left .title{
	font-size: 16px;
	font-weight: 700;
	padding-top: 24px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.lab_b .doc .left li{
	font-size: 13px;
	font-weight: 700;
	line-height: 25px;
}
.lab_b .doc .left ul{
	padding-bottom: 0px;
}
.lab_b .dev {
	background: url('imgs/tech_bg.jpg') top center;
	background-size: cover;
	padding: 25px 0 20px;
}
.lab_b .dev .left{
	background: #fff;
	border: 1px solid rgba(0,0,0,.25);
	height: 193px;
	line-height: 193px;
	width: 300px;
	text-align: center;
	float: left;
}
.lab_b .dev .left img{
	max-width: 250px;
	vertical-align: middle;
}
.lab_b .dev .right{
	float: right;
	font-size: 13px;
	line-height: 22px;
    padding-top: 14px;
	width: 620px;
}
.lab_b .doc .right .btn_box{
	text-align: center;
}
.lab_b .dev .right p+p{
	padding-top: 10px;
}
.lab_b .training{
	font-size: 13px;
	line-height: 20px;
	padding-top: 60px;
	padding-bottom: 75px;
}
.lab_b .training .title{
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 16px;
	padding-top: 20px;
}
.lab_b .training p+p{
	padding-bottom: 16px;
}
.lab_b .training .adr{
	border-left: 2px solid #000;
	padding: 13px 0 13px 18px;
}
.lab_b .training .adr span{
	font-weight: 700;
}
.lab_b .training a{
	color: #f36f2b;
	font-weight: 700;
	text-decoration: none;
}
.lab_b .demonstration{
	/*background: url('imgs/tech_bg.jpg') top center;
	background-size: cover;*/
	padding: 47px 0 40px;
}
.lab_b .demonstration .dsc{
	font-size: 13px;
	line-height: 20px;
	padding: 35px 0 29px;
}
.lab_b .demonstration .item{
	background-size: cover;
	padding: 0 !important;
	overflow: hidden;
	height: 200px !important;
	width: 319px !important;
}

/* gallery_b */

.gallery_b {
	overflow: hidden;
	padding-top: 13px;
}
.gallery_b .enum{
	width: 1050px;
}
.gallery_b .enum .item{
	display: block;
	border: 1px solid #a1a1a1;
	float: left;
	text-align: center;
	height: 357px;
	text-decoration: none;
	margin-right: 48px;
	margin-bottom: 19px;
	width: 286px;
}
.gallery_b .enum .item .image{
	margin: 20px auto 34px;
	height: 234px;
	width: 260px;
}
.gallery_b .enum .item .image img{
	border: 1px solid #a1a1a1;
	max-height: 234px;
	max-width: 260px;
}
.gallery_b .enum .item .title{
	color: #000;
	font-size: 13px;
	line-height: 20px;
	height: 60px;
	padding: 0 21px;
}

/* footer */

.footer{
	overflow: hidden;
	margin-top: -400px;
	height: 400px
}
.footer .b_inner{
	padding-top: 60px;
	height: 340px;
	position: relative;
}
.footer .menu  {
	float: left;
	width: 448px;
}
.footer .menu .left {
	float: left;
	padding-left: 18px;
	width: 180px;
}
.footer .menu .right {
	float: left;
	padding-left: 18px;
	width: 180px;
}
.footer .menu li {
	margin-bottom: 12px;
}
.footer .menu li > ul li {
	margin: 0;
}
.footer .menu li > ul{
	margin-top: 5px;
}
.footer .menu li a{
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}
.footer .menu li a:hover{
	text-decoration: underline;
}
.footer .menu li > ul li a{
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	margin-left: 11px;
}
.footer .contacts{
	float: left;
	width: 261px;
}
.footer .contacts .title{
	font-weight: 700;
	font-size: 16px;
}
.footer .contacts p{
	margin-top: 19px;
	font-size: 12px;
	line-height: 20px;
}
.footer .contacts .map{
	cursor: pointer;
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}
.footer .email{
	float: left;
	font-size: 11px !important;
	line-height: 30px;
	padding-top: 28px;
	width: 229px;
}
.footer .email a{
	color: #438db3;
	font-weight: 700;
	text-decoration: none;
}
.footer .agency{
    cursor: pointer;
    display: inline-block;
    color: #000 !important;
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    padding-left: 35px;
    position: relative;
    text-decoration: underline;
}
.footer .agency:before{
	background: url('imgs/sprites.png') -85px 0;
	content: '';
	height: 22px;
	position: absolute;
	top: 4px;
	left: 0;
	width: 21px;
}
.footer .bottom_panel{
	background: #000;
    font-size: 11px;
	color: #fff;
    line-height: 80px;
	margin-left: 470px;
    position: absolute;
	bottom: 0;
	left: 0;
    width: 9999px;
    z-index: 1;
}
.footer .bottom_panel:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: -160px;
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    border-right: 80px solid black;	
}
.footer .bottom_panel:after{
	background: url('imgs/sprites.png') -406px 0;
	content: '';
	height: 75px;
	position: absolute;
	top: 0;
	left: -227px;
	width: 82px;
}

/**/

/* feild wrapper */

.feild_wrapper{
	position: relative;
}
.feild_wrapper input,
.feild_wrapper textarea{
		-webkit-transition: ease-in 1000ms;
		-moz-transition: ease-in 1000ms;
		-ms-transition: ease-in 1000ms;
		-o-transition: ease-in 1000ms;
		transition: ease-in 1000ms;
}
.feild_wrapper.wrong input,
.feild_wrapper.wrong textarea{
	border-color: red;
	box-shadow: 0 0 5px red;
		-webkit-transition: ease-in 1000ms;
		-moz-transition: ease-in 1000ms;
		-ms-transition: ease-in 1000ms;
		-o-transition: ease-in 1000ms;
		transition: ease-in 1000ms;
}
.feild_wrapper .error_label{
		background: rgb(255,48,25); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
	bottom: 100%;
	box-shadow: 1px 1px 3px #c9c9c9;
	color: #fff;
	font-size: 14px;
	left: 50%;
	margin-left: -140px;
	margin-bottom: 10px;
	padding: 6px;
	position: absolute;
	text-align: center;
	visibility: hidden;
	width: 270px;
}

.feild_wrapper .error_label:after{
	content: '';
	display: block;
	 width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid rgba(207,4,4,1);
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -2px;
}
.v_form .feild_wrapper .error_label{
	bottom: 50%;
	margin-bottom: -12px;
	left: 100%;
	margin-left: 10px;
}
.v_form .feild_wrapper .error_label:after{
    border-left: none;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
	top: 50%;
	left: -4px;
	margin-left: 0;
	margin-top: -4px;
    border-right: 4px solid #e90404;
}
.feild_wrapper.wrong .error_label{
	visibility: visible;
		-webkit-animation: 400ms bounceIn;
		animation: 400ms bounceIn;
}

/* sisea-results-list */

.sisea-results-list {
	margin-top: 25px;
}
.sisea-results-list a{
	color: #FF701F;
    font-size: 16px;
    font-weight: 700;
}
.sisea-results-list h3{
    padding-bottom: 10px;
}
.sisea-results-list .extract{
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 15px;
}

/* pageNav */

.pageNav {
	padding-top: 26px;
	text-align: center;
}
.pageNav li:before{
	display: none;
}
.pageNav li{
	display: inline-block;
	padding: 0 5px;
}
.pageNav li a{
    background: #dce4e6;
    border-radius: 50px;
    display: block;
    color: #6c7681;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
	text-align: center;
    height: 40px;
	line-height: 40px;
    width: 40px;
}
.pageNav li a.active{
	background: #f36f2b;
	color: #fff;
}
.pageNav li.control a:hover{
	background: #f36f2b;
	color: #fff;
}
.pageNav li.disabled span{
	display:none;
}

/* success */

.success {
	text-align: center;
	width: 350px;
}
.success .title{
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 30px;
}
.success .dsc{
	font-size: 16px;
	font-weight: 400;
    line-height: 1.5;
}
.hud {
	display:none;
}
.serv_b{
  font-size: 13px;
  line-height: 20px;
}  
.serv_b ul {
  list-style: disc outside;
  margin-top:0;
  padding-top:16px;
  padding-left:16px;
  margin-bottom: 16px;
}
.serv_b ol {
  list-style: decimal outside;
  margin-top:0;
  padding-top:16px;
  padding-left:16px;
  margin-bottom: 16px;
}
.serv_b h3{
  background: #f3f6fb;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 16px;
}
.serv_b td{
  vertical-align: middle;
}
.serv_b .adr{
	border-left: 2px solid #000;
	padding: 13px 0 13px 18px;
}
.serv_b .adr span{
	font-weight: 700;
}

.serv_b .left{
	float: left;
	width: 550px;
	padding-top: 20px;
}

.serv_b .right{
	float: right;
	width: 355px;
}
.serv_b .right p{
    font-size: 11px;
    line-height: 16px;
    text-align: center;
}
.serv_b .right img{
    border-style: none;
    padding: 20px 50px 0 50px;
	padding-left: 102px;
}
.serv_b .right .box img{
    border-style: none;
    /*padding: 0 50px 0 50px;*/
	padding-left: 102px;
}
.content_b .b_inner .lab {
    border-bottom: none;
    padding-bottom: 0;
    padding: 0 0 0 0;
}

.tabs_m section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.tabs_m input {
  display: none;
}

.tabs_m label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.tabs_m label:hover {
  color: #888;
  cursor: pointer;
}

.tabs_m input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8 {
  display: block;
}

.tabs_m table{
	border: 3px solid #c8cdcf;
	font-size: 13px;
	line-height: 20px;
}
.tabs_m table caption{
    font-weight: 600;
    text-align: center;
}    
.tabs_m table tr{
	/*display: block;*/
}
.tabs_m table tr+tr{
	border-top: 1px solid #c8cdcf;
}
.tabs_m table th,
 table td{
	padding: 10px 5px;
}
.tabs_m table th{
	border-right: 1px solid #c8cdcf;
}
.tabs_m table td+td{
	border-left: 1px solid #c8cdcf;
}
.tabs_m table th:nth-child(1){
	font-weight: 600;
	width: 35%;
}
.tabs_m {
  font-size: 13px;
  line-height: 20px;
}  
.tabs_m .tech ul {
  list-style: disc outside;
  margin-top:0;
  padding-top:16px;
  padding-left:16px;
  margin-bottom: 16px;
}
.content_{
  font-size: 13px;
  line-height: 20px;
}  
.content_ ul {
  margin-top:0;
  padding-top:16px;
  padding-left:16px;
  margin-bottom: 16px;
}
.content_ ol li:before{
  display: none;
}
.content_ ol {
  list-style: decimal outside;
  margin-top:0;
  padding-top:16px;
  padding-left:16px;
  margin-bottom: 16px;
}
h3{
  background: #f3f6fb;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 16px;
}
.event-header {
	min-height: 200px;
}
.callout {
    border: 1px solid #bbb;
    margin: 0 0 16px 0;
    padding: 16px;
    text-align: center;
    font-weight: 600;
}
.callout_btn {
	text-align: center;
	margin: 36px auto;
}
.callout_btn .callout_btn-orange {
	background-color: transparent;
    margin: 16px 48px 16px 0;
    border: 1px solid #EB6421;
    border-radius: 3px;
    padding: 8px 16px;
	font-size: 16px;
    font-weight: 700;
	text-decoration: none;
}
.content_ .docs {
    margin: 13px;
}
.content_ .docs a {
    text-decoration: none;
    color: #000;
}
.content_ .docs a:hover {
    text-decoration: underline;
    color: #f36f2b;
}
.content_ .docs h2 {
    line-height: 28px;
    font-weight: 600;
}
.content_ .docs p span a {
    text-decoration: underline;
    color: #f36f2b;
}
.custom_h {
	display: none;
}
.intro_h {
    margin: auto;
    padding: 16px;
    text-align: center;
}
.intro_h h1 {
    font-size: 36px;
    font-family: "light";
    color: #000;
    padding: 36px 0 30px;
    text-align: center;
    text-transform: uppercase;
}
.intro_h p {
    line-height: 20px;
}
ul.breadcrumbs {
    padding: 8px 0 8px 0;
    list-style: none;
   /* background-color: #f3f6fb;*/
}
ul.breadcrumbs li {display: inline;
    font-size: 12px;
}
ul.breadcrumbs li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumbs li a {
    color: #f36f2b;
}
.neighbors {
	padding-top: 36px;
}
.neighbors span a {
    font-size: 13px;
    text-decoration: none;
}
.neighbors span a:hover{
    text-decoration: underline;
}
.neighbors span i {
    vertical-align: middle;
    color: #555;
}
.neighbors .link-next {
    text-align: right;
    float: right !important;
}
.ribbonbox {
  width: 265px; height: 165px;
  position: relative;
  float: left;
  margin: 0 16px 16px 0;
  border: 1px solid #e1e1e1;
}
.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: linear-gradient(#F36F2B 0%, #F24C22 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #F24C22;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #F24C22;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #F24C22;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #F24C22;
}
.articles a {
  float: right;
  text-decoration: none;
  font-weight: 600;
  line-height: 30px;
}
.articles a:hover {
 text-decoration: underline;
}
.articles h4 {
 padding: 20px 10px 10px 10px;
}
.articles p {
 margin-bottom: 60px;
}
.summary {
	margin: 20px 10px 60px;
}
.summary .button_box {
	float: left;
}

.button-orange {
    float: right;
    background-color: transparent;
    margin: 16px 48px 16px 0;
    border: 1px solid #EB6421;
    border-radius: 3px;
    padding: 8px 16px;
    font-weight: 700;
}

.button-orange:hover {
    transition-duration: .1s;
    transform: scaleX(1.1) scaleY(1.1);
}

.button-orange a {
    text-decoration: none;
}

.ribbonbox-green {
    width: 265px;
    height: 165px;
    position: relative;
    float: left;

}

.ribbon-green {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon-green span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: linear-gradient(#007E33 0%, #00C851 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon-green span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #00C851;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #00C851;
}

.ribbon-green span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #00C851;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #00C851;
}
.ev-content-header {
    box-sizing: border-box;
    min-height: 200px;
    margin-bottom: 16px;
}
.ev-content-header::before, .ev-content-header::after {
    box-sizing: inherit;
}
.ev-content-header-img {
    float: left;
    margin: 0  15px 15px 0;
}
.ev-content-header-text {
    position: relative;
    height: 200px;
}
.ev-btn {
    position: absolute;
    left: 60%;
    bottom: 36px;
    border: 1px solid #EB6421;
    border-radius: 3px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    background: #EB6421;
}
a.ev-btn {
    text-decoration: none;
    color: #fff !important;
}

/*ÐœÐ¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ðµ Ð¾ÐºÐ½Ð¾*/
#modal_form{width:480px;padding:20px 10px;border:5px solid #f36f2b;background-color:#FFF;height:auto;background:#fff;position:fixed;top:35%;left:50%;margin-top:-350px;margin-left:-225px;display:none;opacity:0;z-index:5;}
#overlay{z-index:3;position:fixed;background-color:#000;opacity:0.8;-moz-opacity:0.8;filter:alpha(opacity=80);width:100%;height:100%;top:0;left:0;cursor:pointer;display:none;}
#modal_form .inpt {height: 60px;}
#modal_form input[type="text"]{background-color:#fff;border:1px solid #959595;border-radius:6px;color:#555;display:block;font-size:13px;height:35px;padding:5px;margin-bottom:17px;width:95%;float:left;}
#modal_form input[type="tel"]{background-color:#fff;border:1px solid #959595;border-radius:6px;color:#555;display:block;font-size:13px;height:35px;padding:5px;margin-bottom:17px;width:95%;float:left;}
#modal_form input[type="email"]{background-color:#fff;border:1px solid #959595;border-radius:6px;color:#555;display:block;font-size:13px;height:35px;padding:5px;margin-bottom:17px;width:95%;float:left;}
#modal_form select {background-color:#fff;border:1px solid #959595;border-radius:6px;color:#555;display:block;font-size:13px;height:35px;padding:5px;margin-bottom:17px;width:95%;float:left;}
#modal_form textarea{background-color:#fff;border:1px solid #959595;border-radius:6px;color:#555;display:block;font-size:13px;height:90px;padding:5px;margin-bottom:17px;width:95%;float:left;}
#modal_form input[type="text"].error{border:1px solid red;}
#modal_form input[type="email"].error{border:1px solid red;}
#modal_form input[type="tel"].error{border:1px solid red;}
#modal_form input[type="text"].hud{display:none;}
#modal_form select.error{border:1px solid red;}
#modal_form textarea.error{border:1px solid red;}
#modal_form h3{text-align:center;font-size:16px;text-transform:uppercase;color:#000; margin:0;}
#modal_form .comment{padding-bottom:15px;font-size:13px;text-align:center;padding-top:10px;}
.exit{background:#d0d0d0;display:block !important;border-radius:50%;right:-30px;top:-20px;position:absolute;opacity:1;WIDTH:33PX;HEIGHT:33px;line-height:30px;font-size:36px;border:2px solid #3e5368;-webkit-transition:background 0.2s linear;-moz-transition:background 0.2s linear;-o-transition:background 0.2s linear;transition:background 0.2s linear;}
.exit:after{display:block;font-size:23px;content:"x";padding-left:9px;line-height:24px;cursor:pointer;text-decoration:none;font-weight:bold;color:#000000;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}
.exit:hover{background:#EAEAEA;text-decoration:none;}
#modal_form .button{display:block;background-color:#f36f2b;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;height:40px;margin:10px 0;padding:2px 16px;width:210px;margin:0 auto;-webkit-transition:all 0.12s ease-in;-o-transition:all 0.12s ease-in;-moz-transition:all 0.12s ease-in;transition:all 0.12s ease-in;}
/*#modal_form .button:hover{background-color:#44C8F5;border:1px solid #44C8F5;color:#fff;}*/
#modal_form .error{display:inline-block;color:red;font-size:10px;padding-left:5px;}
#modal_form .required{color:red;}

/*ÐºÐ½Ð¾Ð¿ÐºÐ°?*/
#abtn{text-decoration:none;float:right;display:block;background-color:#f36f2b;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;text-align:center;vertical-align:bottom;height:30px;line-height:30px;margin:10px 0;padding:16px;width:230px;-webkit-transition:all 0.12s ease-in;-o-transition:all 0.12s ease-in;-moz-transition:all 0.12s ease-in;transition:all 0.12s ease-in;}