@import "reset.css";
@import "colorbox.css";
/*global
-------------------------------------------------*/
html {
    height: 100%;
}
body {
	padding:0;
	margin:0 0 0 0;
	font:0.8125em Arial, Helvetica, sans-serif;
	color: #333;
	background: #f7f7f7;
    min-height: 100%;
    height: 100%;
	} 
a 	{
	color: #000000;
    text-decoration: none;
	}
a:hover {
	color: #01D134;
	text-decoration:none
	}
input,textarea{
	font-family:Arial, Helvetica, sans-serif;
	color:#333
}
sup {
	vertical-align: super;
	font-size: smaller;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
.cl {
	overflow:hidden;
	clear:both;
	height:1px;
	}
.main-block {
    min-height: 100%;
	position:relative;
	overflow:hidden;
	min-width:1000px
}
.b-layout {
	min-width: 1000px;
	max-width: 1090px;
	text-align: left;
	margin: 0 auto;
	width: 100%;
	position:relative;
}
.l-block {
	float:left;
}
.r-block {
	float:right;
}
.g-center {
    text-align: center;
}
.title {
    font-size: 22px;
    margin: 0 0 12px;
    padding: 0;
}
.inline-list .inline-list_item {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    white-space: nowrap;
}
.g-list {
    margin:0;
    padding:0;
}
.g-list li {
	list-style-type:none;
	margin:0;
	padding:0;
    background: none;
}
ul, ol{
	overflow:hidden
}
ul [class], ol[class]{
	overflow:visible
}
.site-header {
    min-height: 139px;
    border-bottom: 1px solid #FFF;
    position: relative;
	/*
	background: #e6e6e6 url(../img/hd.png) repeat;
	*/
    background: #e6e6e6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(65%,#e6e7e7), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(top,  #e6e6e6 0%,#e6e7e7 65%,#ececec 100%);
    background: linear-gradient(to bottom,  #e6e6e6 0%,#e6e7e7 65%,#ececec 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ececec',GradientType=0 ); 

}

.site-header_layout {
    position: relative;
    z-index: 6;
    padding-top: 43px;
}
.main-site-map-list a {
	color: #333333;
	border-bottom: 1px solid #aaaaaa;
}
.main-site-map-list a:hover {
	color: #c00;
	border-bottom-color: #c00;
}
.main-site-map-list li {
	background: none;
	font-size: 22px;
	color: #333333;
	margin-bottom: 14px;
}
.main-site-map-list li ul {
	margin: 5px 0 1.3em -2px;
}
.main-site-map-list li li{
	background: none;
	font-size: 16px;
	font-weight: bold;
	color: #0782cf;
	margin-top: 2px;
}
.main-site-map-list li li a{
	color: #0782cf;
	border-bottom: 1px solid #C3F0C0;
}
.main-site-map-list ul a{
	color: #057ed1;
	border-bottom: 1px solid #C3F0C0;
}
.main-site-map-list li li li{
	background: none;
	font-size: 15px;
	font-weight: normal;
	color: #0782cf;
	margin-top: 4px;
}
.main-site-map-list li li li li{
	margin-top: 6px;
	font-size: 15px;
}
.main-site-map-list li li li li li{
	margin-top: 7px;
	font-size: 13px;
}
.main-site-map-list li li li a{
	color: #037edb;
	border-bottom: 1px solid #C3F0C0;
}
.mnlg {
    float: left;
    margin-right: 23px;
    position: relative;
    z-index: 100;
	width: 218px;
	height: 80px;
	bottom: 26px;
}
.site-header a {
    color: #333;
    border-bottom: 1px solid #aaa;
    text-decoration: none;
}
.site-header a:hover {
    border-bottom: none;
}
/* top navigation */
.top-navigation {
    /*margin: 7px 0 13px;*/
    position: relative;
    /*padding: 5px 0 7px;*/
	margin-bottom:14px
}
.top-navigation-wrap{
	float:left;
	margin-left:35px;
	margin-top:5px;
}
.top-navigation .top-navigation_item {
    float: left;
    margin-right: 20px;
    position: relative;
}
/*.top-navigation .top-navigation_item:first-child {
    width: 220px;
}
.top-navigation .top-navigation_item:last-child {
    float: right;
    margin-right: 0;
    padding-top: 0;
}
.top-navigation .top-navigation_item:last-child a {
    display: block;
}
.top-navigation .top-navigation_item:last-child a:before {
    width: 26px;
    height: 20px;
    background: url('../im/icons.png');
    position: absolute;
    left: -26px;
    top: 0;
    content:'';
}*/

.top-navigation .top-navigation_item-sel {
    font-weight: bold;
}

.top-contacts {
    float: left;
    margin-top: 4px;
    border-left: 1px solid #ccc;
    padding: 8px 0 12px 24px;
}
/* navigation */
.main-navigation {
    background: #01D134; /* Old browsers */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01D134), color-stop(22%,#c02f30), color-stop(78%,#902027), color-stop(100%,#831c24)); 
    background: -webkit-linear-gradient(top,  #01D134 0%,#c02f30 22%,#902027 78%,#831c24 100%); 
    background: -ms-linear-gradient(top,  #01D134 0%,#c02f30 22%,#902027 78%,#831c24 100%); 
    background: linear-gradient(to bottom,  #01D134 0%,#c02f30 22%,#902027 78%,#831c24 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01D134', endColorstr='#831c24',GradientType=0 ); */
    background: -webkit-linear-gradient(#25C84D, #1EC542);
    background: -moz-linear-gradient(#25C84D, #1EC542);
    background: -ms-linear-gradient(#25C84D, #1EC542);
    background: -o-linear-gradient(#25C84D, #1EC542);
    background: linear-gradient(#25C84D, #1EC542);
    float: left;
    width: 100%;
    margin-top: -38px;
    position: relative;
    z-index: 100;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}
.main-navigation .g-list {
    padding: 0 0 0 15px;
}
.main-navigation > .g-list > li {
    float: left;
    line-height: 50px;
    padding: 0 17px 0 17px;
    background: url(../img/stick.png) 100% 50% no-repeat;
    margin-left: -2px;
    position: relative;
}
.main-navigation > .g-list > li:last-child {
    background: none;
}
.main-navigation > .g-list > li a,
.main-navigation > .g-list > li span{
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border-bottom: 0;
}
.main-navigation > .g-list > li a:hover,
.main-navigation > .g-list > li span:hover{
      text-decoration: underline;
}
.main-navigation .main-navigation_item-sel,
.main-navigation > .g-list > li:last-child.main-navigation_item-sel {
    padding: 0 17px 0 17px;
    background: #660000; 
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#660000), color-stop(8%,#6e0a0e), color-stop(18%,#801b23), color-stop(20%,#831c24), color-stop(39%,#8e2129), color-stop(73%,#a92a2e), color-stop(100%,#b82e30)); 
    background: -webkit-linear-gradient(top,  #660000 0%,#6e0a0e 8%,#801b23 18%,#831c24 20%,#8e2129 39%,#a92a2e 73%,#b82e30 100%); 
    background: -ms-linear-gradient(top,  #660000 0%,#6e0a0e 8%,#801b23 18%,#831c24 20%,#8e2129 39%,#a92a2e 73%,#b82e30 100%); 
    background: linear-gradient(to bottom,  #660000 0%,#6e0a0e 8%,#801b23 18%,#831c24 20%,#8e2129 39%,#a92a2e 73%,#b82e30 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#b82e30',GradientType=0 ); */
    background: -webkit-linear-gradient(#1EC542, #25C84D);
    background: -moz-linear-gradient(#1EC542, #25C84D);
    background: -ms-linear-gradient(#1EC542, #25C84D);
    background: -o-linear-gradient(#1EC542, #25C84D);
    background: linear-gradient(#1EC542, #25C84D);
}
.main-navigation .main-navigation_item-dropdown {
    padding-right: 25px;
    background: none;
}
.main-navigation .main-navigation_item-dropdown a {
    position: relative;
    padding-right: 10px;
}
.main-navigation .main-navigation_item-dropdown ins {
    width: 14px;
    height: 8px;
    background: url('icons.png') -100px 0;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -3px;
}
.nav-shadow {
    height: 11px;
    background: #c7c7c7; /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7c7c7), color-stop(70%,#eeeeee), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c7c7c7 0%,#eeeeee 70%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top,  #c7c7c7 0%,#eeeeee 70%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c7c7c7 0%,#eeeeee 70%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
/* search */
.search-form {
    width: 100%;
	position: relative;
	margin-top: 10px;
}

.search-form-wrap{
    overflow: hidden;
    padding-left: 15px;
}

.search-container {
	padding: 3px 0 2px 12px;
	height: 22px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.35);
	-o-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.35);
	-ms-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.35);
	background: #fff;
	border:1px solid #e2e2e2
}
.search-input {
	background: none;
	border: 0;
	height: 19px;
	width: 90%;
	font-size: 13px;
}
.search-button {
	background: transparent url(../img/search-button.png) no-repeat;
	width: 16px;
	height: 17px;
	border: 0;
	position: absolute;
	right: 10px;
	top: 7px;
	cursor: pointer;
}
.site-st {
    height: 358px;
}
.catalog-main_show {
    cursor: pointer;
    position: relative;
    top: 15px;
}
.catalog-main_show ins {
    background: url('icons.png') -175px -51px;
    width: 25px;
    height: 14px;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}
.catalog-main_show span {
    color: #fff;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}
.catalog-main_hide ins {
    background: url('icons.png') -175px 0;
}
.catalog-main {
background: #CAC9C9;
padding-bottom: 15px;
padding-top: 35px;
position: relative;
width: 100%;
    /*overflow: hidden;*/
}
.catalog-main_shadow {
    position: absolute;
    top: 0;
    width: 1165px;
    height: 413px;
    left: 50%;
    margin-left: -582px;
    background: url('catalog.png') no-repeat;
}
.catalog-main_list {
    overflow: hidden;
    transition: height 300ms;
    -webkit-transition: height 300ms;
}
.catalog-main_list-full {
    height: 300px;
}
.catalog-main_list li {
display: inline-block;
margin-bottom: 24px;
margin-left: 3%;
margin-right: -0.3em;
padding-bottom: 3px;
width: 320px;
}
.catalog-main_list img {
    display: block;
    margin-bottom: 5px;
	width:310px;
}
.catalog-main_big-title h1 {
    font-size: 30px;
    font-family: "Conv_Futuris", Arial, Helvetica, sans-serif;
    margin: 0 0 13px;
    padding: 26px 0 0;
    color: #FFF;
    font-weight: normal;
	text-align:center;
}
.catalog-main_title {
    background: #FFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .22);
    padding: 5px 5px 10px;
    margin: 0 auto;
    font-size: 22px;
	text-align: center;
}
.catalog-main_title a {
    text-decoration: none;
    border-bottom: 0;
    display: block;
}
.catalog-main_title span {
    border-bottom: 1px dashed #333;
    margin-left: 7px;
}
.catalog-main_title a:hover span {
    border-bottom-color: #01D134;
}
.catalog-main_inner {
    position: relative;
    z-index: 2;
}
.top-gallery-sh1,
.top-gallery-sh2 {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    width: 45%;
    top: 87%;
    height: 40px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, .24);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    min-height: 1px;
}
.top-gallery-sh2 {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    right: 0;
    left: auto;
}
.top-gallery-over {
    position: relative;
}
.top-gallery-over-2 {
    background: #f7f7f7;
    position: relative;
    z-index: 5;
}

.post-content {
    background: #F1F1F1;
    padding: 33px 20px 50px;
    position: relative;
    z-index: 5;
}

/* serivices */
.services {
    background: #F1F1F1;
    float: left;
    padding: 33px 20px 50px;
    position: relative;
    z-index: 5;
	border-radius:6px 6px 0px 0px;
}
.services-title, h1 {
    font-size: 30px;
    font-family:  Arial, Helvetica, sans-serif;
    color: #3a3a3a;
    margin-bottom: 3px;
}
.services-list {

/*    margin-bottom: 10px;*/
	margin-bottom:0;
	margin-top: 25px
}
.services-list .services-list_item {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-right: -4px;
    margin-left: 5%;
    margin-bottom: 20px;
}
.services-list .services-list_item-2 {
    width: 90%;
   /* margin-bottom: 10px;*/
   margin-bottom:0
}

/* Old style for services-list in Catalog */
.services-list_pic {
    float: left;
}
.services-list_descr {
    margin-left: 145px;
    line-height: 1.4;
    margin-top: 27px;
}
/* /Old style for services-list in Catalog */

/* New style for services-list in Catalog */
.services-list__catalog .services-list_pic-wrap{
	float: left;
	width: 137px;
	margin-right:8px
}
	.services-list__catalog .services-list_pic-wrap	a{
		border:none
	}
	.services-list__catalog .services-list_pic {
		max-width:100%;
		height:auto;
		float:none
	}
	.services-list__catalog .services-list_descr {
		line-height: 1.4;
		margin-top: 27px;
		float:left;
		width:56%;
		margin-left:0
	}
	.services-list__catalog .services-list_item-2 .services-list_descr{
		width:78%
		}
/* / New style for services-list in Catalog */
.services-list_descr h2 {
    font-size: 22px;
    margin: 0 0 5px;
    padding: 0;
}
.services-list_descr .inline-list_item {
    margin-bottom: 5px;
}
.sidebar {
    /*margin-top: -25px;*/
    width: 262px;
    float: right;
    position: relative;
    z-index: 5;
    transition: margin-top 300ms;
    -webkit-transition:  margin-top 300ms;
	margin-right:-282px
}
	.sidebar__main{
		margin-right:0
	}
.sidebar-dir-pos {
    margin-top: -163px;
    margin-right: -284px;
    margin-left: 5px;
}
.sidebar-inner {
    margin-top: 0;
    margin-left: 20px;
}
.bnrs-gallery {
    position: relative;
    padding-bottom: 30px;
}
	.bnrs-gallery__one{
		padding-bottom:0
	}
.bnrs-gallery .title {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
    text-align: center;
}
.bnrs-gallery a {
    display: block;
    color: #333;
    text-decoration: none;
    border: none
}
.top-gallery .ls-wrapper .liquid-slider .panel-wrapper {
	height: 394px;
}
.bnrs-gallery .bnr-slider-descr {
    font-size: 15px;
    text-align: center;
    position: relative;
    line-height: 1.2;
}
.bnrs-gallery .mark-attention {
    width: 90px;
    height: 90px;
    background: url('attentio.png');
    position: absolute;
    right: -1px;
    top: -1px;
	z-index:50
}
.response {
    background: #FFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
    padding: 14px 12px 20px;
	margin-top:35px;
}
.response_title,
.response_title:hover {
    font-family: "Conv_Futuris", Arial, Helvetica, sans-serif;
    font-size: 24px;
    margin: 0 0 10px 10px;
	color:#333;
	border-bottom:none
}

.response_descr {
    margin-top: 8px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 13px;
    padding: 0 10px 16px;
	max-height:133px;
	overflow:hidden
}
	.response_descr a,
	.response_descr a:hover{
		border-bottom:none;
		color:#333
	}
.response_country {
    margin-bottom: 5px;
}
.response_shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.response_all {
    margin-left: 10px;
}
.map-container {
    background: url('map.png') 60% 0 no-repeat;
    min-height: 800px;
    margin-top: -127px;
	padding-top:127px;
    position: relative;
}
.main-gallery{
	position:relative;
	overflow:hidden
}
.main-gallery .main-gallery_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    width: 70%;
    letter-spacing: -1px;
}
.carousel, .zoomcarousel {
	width: 100%;
	height: 600px;
	position: relative;
}
.carousel ul, .zoomcarousel ul {
	list-style: none; position: relative;
	margin: 0; padding: 0; left: 50%;
	font-size: 0; white-space: nowrap;
}
.carousel li, .zoomcarousel li {
	margin: 0 1px 0 0; position: relative; left: 0;
	padding: 0; display: inline-block; vertical-align: top;
	font-size: 16px;
}
.carouselnav {
	position: absolute;/* top: 480px; */
	bottom: 60px;
	right: 50%; margin-right: 100px;
	z-index: 99;
}
.carouselnav .nav {
	background-repeat: no-repeat;
	width: 60px; height: 60px;
	display: block; position: absolute;
	right: 0; bottom: 0; text-indent: -999em;
	outline: none;
}
.carouselnav .toleft, .carouselnav .toleft:link, .carouselnav .toleft:visited {
	background-position: 0 0;
	right: 61px;
}
.carouselnav .toleft:hover, .carouselnav .toleft:active {
	background-position: 0 -61px;
}
.carouselnav .toright, .carouselnav .toright:link, .carouselnav .toright:visited {
	background-position: -61px 0;
}
.carouselnav .toright:hover, .carouselnav .toright:active {
	background-position: -61px -61px;
}

.businesscarusel {
    height: 400px;
    margin: 15px 0 0;
}

.seminarcarousel li {
	width: 400px;
	background: #fff;
}

/* megacarousel */
.zoomcarousel-outer {
    overflow: hidden;
    width: 100%;
}
.zoomcarousel, .mecenter {
	position: relative;
}
.mecenter {
    left: auto;
    right: 50%;
    margin: 0 auto;
    margin-right: -257px;
    padding: 0 0 0 0;
}
.mecenter li.jcarousel-item{
    height: auto;
    margin: 0 1px 0 0;
    opacity: .1;
    filter: alpha(opacity=10);
    background: none;
}
.mecenter li.jcarousel-item.current {
    opacity: 1;
    filter: alpha(opacity=100);
}
.stereobg li .large{
	filter: alpha(opacity=10);
}
	.stereobg li.current .large{
		filter: alpha(opacity=100);
	}
.mecenter li > img,
.meback .large {
    display: none;
}
.mecenter.wrapper {
    position: relative;
    min-height: inherit !important;
    height: auto !important;
    background: none;
}
.jcarousel-prev,
.jcarousel-next {
	background-image: url("icons.png");
	background-repeat: no-repeat;
	display: block;
	height: 51px;
	outline: medium none;
	position: absolute;
	text-indent: -999em;
	width: 51px;
    border: 0;
    bottom: 119px;
}

.jcarousel-prev,
a.jcarousel-prev-disabled {
	background-position: -73px -118px;
    left: -78px;
}
.jcarousel-prev:hover {
	background-position: -73px -50px;
}
.jcarousel-next,
a.jcarousel-next-disabled {
	background-position: 0 -118px;
    right: -78px
}
.jcarousel-next:hover,
.jcarousel-next:active {
	background-position: 0 -50px;
}
.zoomcarousel .large {
	position: relative;
    margin-right: 8px;
	padding-bottom: 5px
}
.zoomcarousel .large .descr {
	position: absolute;
	background: #fff; padding: 16px 20px;
	right: 0; top: 472px;
	font-size: 12px;
	text-align: left;
	opacity: 0; filter: alpha(opacity=0);
}
.zoomcarousel .current .large .descr {
	opacity: 1; filter: alpha(opacity=100);
}
.meback {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    z-index: 2;
}
.zoomcarousel .carouselcontrol {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 103px 0;
    padding: 0;
    list-style: none;
    z-index: 20;
    white-space: nowrap;
}
.zoomcarousel .carouselcontrol li {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    background: none;
}
.zoomcarousel .carouselcontrol .large,
.zoomcarousel .carouselcontrol li.current > img {
    display: none;
}
.zoomcarousel .carouselcontrol li > img {
    margin: 0 2px 0 0;
    display: block;
    cursor: pointer;
	overflow: hidden;
}
.zoomcarousel .carouselcontrol .current .large {
    opacity: 0;
    filter: alpha(opacity=0);
    white-space: normal;
    display: block;
    margin: 0 8px 0 0;
}
.zoomcarousel .carouselcontrol .current .large img {
    margin-right: 8px;
	overflow: hidden;
}
.zoomcarousel .carouselnav {
	left: 100%;
	margin-left: 0;
	position: absolute;
	z-index: 99;
}
.stereobg {
    margin: 40px 0 0 0;
    height: 500px;
}
.stereobg .carouselnav {
	bottom: 103px;
    width: 502px;
    height: 50px;
    left: 50%;
    margin-left: -254px;
}
.stereobg .carouselcontrol {
	margin: 0 0 53px 0;
}
.zoomcarousel_descr {
    background: #FFF;
    width: 462px;
    white-space: normal;
    font-size: 13px;
    padding: 13px 19px 25px;
    margin-top: 2px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .22);
	opacity:0;
	filter:alpha(opacity=0);
}
	.current .zoomcarousel_descr {
		opacity:1
	}
.propose {
    background: #505457 url('propose-.png') 0 0 no-repeat;
    width: 565px;
    margin: 0 auto 27px;
    padding-left: 57px;
	position:relative;	
    margin-top: -51px;
}
.propose_inner {
    background: url('propose-.png') right -103px no-repeat;
    height: 77px;
    padding: 20px 0 0;
    color: #FFF;
}
.propose_title {
    font-size: 26px;
    font-family: "Conv_Futuris", Arial, Helvetica, sans-serif;
    margin-left: -57px;
    margin-bottom: 5px;
    text-align: center;
}
.propose_text {
    margin-left: -57px;
    text-align: center;
    font-size: 14px;
}
.propose_text a {
    color: #FFF;
    border-bottom: 1px solid #999;
}
.propose_text a:hover {
    border-bottom: none
}
.propose_text strong {
    font-size: 16px;
    font-weight: bold;
}
.bottom-line {
    height: 1px;
    overflow: hidden;
    border-bottom:1px solid #ccc;
	padding-top:100px
}
.news-block_title {
    font-size: 30px;
    letter-spacing: -1px;
    font-family: "Conv_Futuris", Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}
.news-block_title a {
    color: #333;
    text-decoration: none;
    border-bottom: 0;
}
.news-block_list .news-block_item {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin-right: 30px;
}
.news-block_date {
    color: #01D134;
    margin-bottom: 10px;
}
.news-block_item .news-block_link a {
    color: #333;
    border: none;
    line-height: 1.5;
    padding: 3px 0 0;
}
.news-block_item .news-block_link  p{
	display: inline;
}
.news-block_item .news-block_link a:hover {
    color: #01D134;
    border-bottom: 1px solid #01D134
}
.site-footer {
    background: #E5E5E5;
    margin-top: -360px;
    overflow: hidden;
    padding: 34px 0;
    height: auto !important;
}
.site-footer_inner {
    padding: 0 30px;
}
.bottom-menu_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.bottom-menu_item {
    margin-bottom: 13px;
}
.bottom-menu_item-sel {
    font-weight: bold;
}
.site-footer a {
    color: #333;
    border-bottom: none;
}
.site-footer a:hover {
	border-bottom:1px solid #aaa;
}
.bottom-menu_section {
    float: left;
    width: 200px;
}
.search-form_container {
    width: 216px;
}
.search-form_container .search-form {
    width: 100%;
    margin-top: -3px;
    margin-bottom: 35px;
}
.search-form_container .bottom-menu_section {
	padding-left:8px;
}
.socials {
    margin-left: 7px;
}
.socials a {
    display: inline-block;
    margin-right: 5px;
    border-bottom: none;
}

.emailicon{
display: inline-block;
height: 26px;
position: relative;
right: 6px;
top: -3px;
vertical-align: top;
width: 26px;
background:url(../img/email.png) no-repeat;
}

.copyrights {
    color: #999;
    border-top: 1px solid #ccc;
    margin: 20px -30px 0;
    padding: 26px 30px 0;
}
.copyrights .fn.org {
    width: 252px;
}
.footer-shadow {
    width: 90%;
    height: 50px;
    margin: 15px auto 30px;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(205,205,205,1)), color-stop(60%,rgba(204,204,204,0))); /* Chrome,Safari4+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(205,205,205,1) 0%,rgba(205,205,205,0) 60%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(205,205,205,1) 0%,rgba(205,205,205,0) 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#00cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.top-gallery {
    position: relative;
}
.main-contants {
    width: 240px;
    padding: 10px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 14px;
	z-index: 10;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
}
.main-contacts_inner {
    background: #ffe196;
    padding: 12px 12px 18px;
    line-height: 1.4;
}
.contacts_phone {
    font-size: 22px;
    display: block;
    margin-top: 4px;
}
.main-contacts_list li {
    padding-bottom: 13px;
    border-bottom: 1px solid #d9dabc;
    margin-bottom: 11px;
}
.main-contacts_list .main-contacts_list-item{
    border-bottom: none;
    padding: 0;
}
.main-contacts_list-item-mb{
    margin: 0 0 5px;
}
.main-contacts_list-item-all-link{
}
.main-contants a {
    color: #333;
    border-bottom: 1px solid #aaa;
}
.main-contants_mod {
    position: static;
    margin-bottom: 30px;
}
	.sidebar-dir-pos .main-contants_mod{
		margin-bottom:20px
	}
.popup {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 100;
    display: none;
}
.popup.start {
    display: block;
}
.popup-tab {
    line-height: 50px;
    display: inline-block;
    background: #FFF;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 37px 0 30px;
    position: relative;
	cursor:pointer
}
.popup-tab ins {
    width: 14px;
    height: 8px;
    background: url('icons000.png') -188px -118px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -3px;
}
.popup-inner {
    background: #FFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 29px 22px 19px;
    width: 960px;
}
.catalog-popup_list .catalog-popup_item {
    display: inline-block;
    width: 235px;
    margin-right: -4px;
    vertical-align: top;
}
	.main-content .catalog-popup_list .catalog-popup_item{
		width:31%;
		padding-right:1.9%
	}
.catalog-popup_list .catalog-popup_item {
    padding: 0;
    margin: 0;
    background: none;
}
.catalog-popup_categories {
    margin: 0 0 26px;
}
.catalog-popup_categories li {
    margin-bottom: 6px;
    line-height: 1.4;
}
.catalog-popup_categories a {
    color: #333;
    border-bottom: 1px solid #aaa;
}
.catalog-popup_categories a:hover {
    border-bottom: none;
}
.catalog-popup_title {
    font-size: 22px;
    margin-bottom: 11px;
    margin-top: 0;
    color: #999;
}
.catalog-popup_title+.catalog-popup_title {
    margin-top: 22px;
}
.catalog-popup_title2 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1285px) {
  /*  .catalog-main_list {
        margin-left: -3.5%;
    }
    .catalog-main_list li {
        margin-left: 3.5%;
    }*/
}
@media only screen and (max-width: 1215px) {
   /* .catalog-main_list {
        margin-left: -3.4%;
    }
    .catalog-main_list li {
        margin-left: 3.4%;
    }*/
}
.b-mnlg {
    position: relative;
    z-index: 5;
}
.layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    display: none;
    top: 0;
    left: 0;
    z-index: 99;
	filter:alpha(opacity=30);
}
.main-title h1 {    
    margin: 15px 0 11px;
    padding: 0;
    font-size: 36px;
    font-family: "Conv_Futuris", Arial, Helvetica, sans-serif;
}
.main-title-bordered h1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.main-title_dir {
    margin-top: 40px;
}
.breadcrumbs {
    overflow: hidden;
    background: url('../img/brcr-left.png') 0 .95em no-repeat;
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
}
.breadcrumbs .breadcrumbs_icon {
    position: absolute;
    width: 6px;
    height: 9px;
    background: url('icons000.png') -194px -164px;
    left: 11px;
    top: 50%;
    margin-top: 4px;
}
.breadcrumbs .breadcrumbs_item {
    float: left;
    padding-top: 15px;
    padding-left: 25px;
    position: relative;
}
.breadcrumbs_item a {
    color: #333;
    border-bottom: 1px solid #aaa;
}
/* main content */
.main-content {
    background: #FFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
    min-height: 400px;
	position:relative;
}
	.two-columns-wrap .main-content{
		float:left;
		width:100%
	}
	.content-wrap .main-content{
		float:none
	}

.main-content-inner {
    padding: 25px;
	position:relative
}
.main-content-mod {
    background: transparent;
    box-shadow: none;
    /*padding-right: 5px;*/
	position:relative;
}
	.main-content-mod  .main-content-inner{
		padding:0
	}
.main-content-blocks {
    min-height: inherit;
    margin-bottom: 23px;
    margin-right: 0;
}
.main-content-blocks-where {
    min-height: inherit;
}
	.main-content__shop{
		margin-top:20px
	}
.sidebar-menu {
    margin-bottom: 20px;
}
	.sidebar-menu>ul{		
		padding-left: 17px;
	}
.sidebar-menu a {
    color: #333;
    border-bottom: 1px solid #aaa;
}
.sidebar-menu .sidebar-menu_item {
    font-size: 14px;
    margin-bottom: 10px;
	position:relative
}
.sidebar-submenu {
    padding-top: 7px;
}
.sidebar-menu_item-sel .sidebar-menu_icon {
    width: 6px;
    height: 11px;
    overflow: hidden;
    position: absolute;
    left: -17px;
    top: .25em;
    background: url('icons000.png') 0 -207px no-repeat;
}

		
	.sidebar-submenu  .sidebar-submenu_item,
	.g-list .sidebar-submenu_item{
		font-size: 13px;
		margin-left: 0px;
		margin-bottom: 5px;
		line-height: 1.4;
		position:relative
	}
		.sidebar-submenu .sidebar-submenu_item{
			margin-left:14px
		}
		
	.sidebar-menu>.sidebar-submenu .sidebar-submenu_item {
		margin-bottom:10px
	}
.sidebar-menu_item-sel {
    color: #c00
}
.sidebar-menu_item-sel>a {
    color: #c00;
    border-color: #c00;
}
.city-phones {
    display: none;
}
/* delete this block */
.city-list_old {
    background: #DBDBC3;
    padding: 7px 7px 10px;
    margin: -12px -12px 10px;
}
.city-list_old a {
    white-space: nowrap;
}
.city-list_old a.selected {
    border-bottom: 0;
    font-weight: bold;
}
.direction {
    background: #FFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
    padding: 23px;
	margin: 0 34px 25px 0;
	z-index: 100;
}
	.direction:first-child{
		margin-top:0
	}
/*	
.direction {
	background: #FFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
	padding: 23px;
	margin: 0 34px 25px 0;
	width: 39%;
	display: inline-block;
	vertical-align: top;
	overflow:hidden;
	z-index: 100;
}
.direction:hover  {
	box-shadow: 0 0 12px 3px rgba(0, 0, 0, .2);
	z-index: 1000;
	margin-bottom: -60px;
	padding: 23px 23px 33px 23px;
	position: relative;
}	
.direction:hover .g-list.direction-sub {
	display: block;
}	
.direction:hover .direction-text-det {
	display: block;
}	
.direction:hover+.group-text {
	margin-top: 82px;
}
.g-list.direction-sub {
	display: none;
}
.direction-sub_item a:hover{
    display: block;
	border-bottom: 1px solid #01D134;
}
*/
.direction-title {
    margin: 0 -5% 10px -5%;
    text-align: center;
}
.col-2-s {
	width: 45%;
	float: left;
}
.col-2-s-l {
	margin: 0 53px 0 13px;
	
}
.direction-sub_item, .g-list .direction-sub_item {
display: inline-block;
width: 190px;
margin-right: 4%;
margin-bottom: 22px;
vertical-align: top;
}
.title-group-text {
	font: bold 16px Arial;
	color: #881e25;
}
.direction__title {
    margin-bottom: 15px;
}
.direction__title h2 {
    font-size: 30px;
    margin-top: 0;
}
.direction__title a {
    color: #333;
    border-bottom: 1px solid #aaa;
}
.direction-sub_pic {
    border: 1px solid #ccc;
    padding: 3px;
    background: #FFF;
    display: block;
    margin-bottom: 12px;
	height:auto;
	width:auto
}
.direction-sub {
    overflow: hidden;
}
.direction-sub_item,
.g-list .direction-sub_item{
    display: inline-block;
    margin-right: 4%;
	vertical-align:top
}
.direction-sub_item-2{
	display:inline-block;
	width: 190px;
	vertical-align:top;
    margin-bottom: 12px;
	margin-right:20px
}
	.direction-sub_item-2__scheme{
		width:auto;
		margin-right: 0px;
		max-width:65%
	}
		.direction-sub_item-2__scheme img{
			max-width:100%
		}
.direction-sub-pic-wrap{
	float:left;
	white-space:nowrap;	
    margin-right: 0px;
	max-width:100%
}

.direction-sub_item a {
    display: block;
	    border-bottom: none;
}

.direction-sub_item a:hover .direction-sub_subtitle {
	color: #01D134;
}
.direction-sub_subtitle {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}
.direction-text {
    max-width: 70%;
    overflow: hidden;
    line-height: 1.4;
}
.direction-text-2 {
    max-width: 100%;
    margin-left: 85px;
	min-width:30%;
}
.direction-text-det {
    margin-top: 5px;
}
.direction-price {
    font-size: 22px;
    color: #333;
    float: right;
    background: url('../img/bgs.png') right -57px;
    padding-right: 23px;
    white-space: nowrap;
	margin: 10px 0 10px 0;
}
.direction-price_inner {
    background: url('../img/bgs.png') 0 0;
    line-height: 50px;
    padding-left: 23px;
}
.group-text {
    margin-bottom: 20px;
    margin-top: 30px;
	position:relative;
}
.group-text h3 {
    padding-top: 0;
}
.group-text-main {
    font-size: 15px;
    line-height: 1.5;
    width: 90%;
    margin-bottom: 15px;
}
.small-popup {
    background: #FFF;
    padding: 15px 18px 16px 17px;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 286px;
    border-radius: 3px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    z-index: 100;
    display: none;
}
.small-popup-2 {
    width: 350px;
}
.small-popup-2__title {
    margin-top: 0;
}
.city-select-popup {
    margin-top: -15px;
    margin-left: -17px;
}
.small-popup .city-select {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 10px;
    float: none;
    display: inline-block;
}
.small-popup .city-select span {
    margin-top: -2px;
}
.small-popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 11px;
    height: 11px;
    background: url('icons000.png') -76px -206px no-repeat;
    cursor: pointer;
}
.city-select__input {
    width: 100%;
    margin-right: 3px;
    border-radius: 3px;
    border: 1px solid #bbb;
    padding: 7px 0 5px;
    font-size: 1em;
    text-indent: 13px;
    box-shadow: inset 0 2px 2px rgba(0,0,0,.1);
    transition: all .3s;
    -webkit-transition: all .3s;
    vertical-align: middle;
}
.city-select__button {
    background: rgb(250,186,0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,186,0,1)), color-stop(24%,rgba(247,177,0,1)), color-stop(100%,rgba(232,134,2,1)));
    background: -ms-linear-gradient(top, rgba(250,186,0,1) 0%,rgba(247,177,0,1) 24%,rgba(232,134,2,1) 100%);
    background: linear-gradient(to bottom, rgba(250,186,0,1) 0%,rgba(247,177,0,1) 24%,rgba(232,134,2,1) 100%);
    color: #FFF;
    border: 0;
    height: 2.2em;
    border-radius: 3px;
    padding: 0 10px;
    vertical-align: middle;
    border-bottom: 1px solid #ce9d85;
    cursor: pointer;
    }
.choosen-ajax {
    position: absolute;
    right: 4.7em;
    top: .7em;
    width: 16px;
    height: 16px;
    background: url('../img/loader.gif');
    display: none;
}
.city-select-outer {
    position: relative;
}
.city-select__list li {
    margin-bottom: 10px;
}
.city-select-popup a {
    color: #333;
    border-bottom: 1px solid #aaa;
}
.city-select__list .city-select_selected a {
    color: #c84041;
    border-bottom: none;
}
.city-select-popup .city-select_fake {
    border-bottom: 1px dashed #999;
}
/* news */
.main-content .all_news_page {
    padding: 0;
}
.all_news_page .one_news{
	color: #433a36;
	margin-bottom: 35px;
	position: relative;
	padding-left: 141px;
	overflow:hidden
}
	.all_news_page .one_news__review{
		padding-left:0
	}
	.one_news__review .rli-title{
		font-size:13px;
		margin-bottom:1em
	}

.all_news_page .one_news a{
	text-decoration: none;
    display: inline;
}

.all_news_page .one_news .date{
	margin-bottom: 6px;
	color: #a1a1a1;
    margin-top: 3px;
	font-size:13px;
}

.all_news_page .one_news a.title{
    display: inline;
	font-size: 13px;
	margin-bottom: 10px;
	font-weight:bold
}

.all_news_page .one_news .text{
	line-height: 1.4;
    margin-top: 5px;
}

.all_news_page .one_news .all_news{
	text-align: right;
	margin-top: 15px;
	font-style: italic;
}

.all_news_page .one_news .tv_show{
	float:left;
	margin-left:-141px
}

.all_news_page .one_news .tv_show img{
	width: 120px;
	height:auto
}

.all_news_page .one_news .tv_show i{
	display: block;
	width: 119px;
	height: 96px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 4;
}
.all_news_link{
	margin-top:20px;
	padding-bottom: 1px;
}
	.all_news_link:before{
		content:"<";
		color:#a1a1a1;
		margin-right:0
	}
.one_main_go {
    width: 31%;
	margin-right: 3.5%; 
	margin-left:-.3em
}
.one_main_go .omo_name {
    padding-left: 0;
    border-bottom: none;
}
.one_main_go span {
    display: block;
    height: 75px;
}
.one_main_go a {
    border-bottom: none;
}
.main_goes {
    background: none;
	margin-left:.3em
}
.one_main_go .hovered_menu {
    background: #FFF;
    width: 260px;
}
.buy-title {
    font-family: "Conv_Futuris", Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-align: center;
    margin-bottom: 23px;
}
.buy-title__mod {
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
.city-list {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-right: -.3em;
}
.city-list li {
    margin-bottom: 7px;
}
.city-list a {
    color: #333;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.city-list a:hover {
    color: #01D134;
    border-bottom: 1px solid #01D134;
}
.city-list .city-list__selected {
    margin-left: 0;
}
.city-list .city-list__selected a {
    border-top: 1px solid #ce9d85;
    padding: 0 10px 2px;
    line-height: 22px;
    background: rgb(250,186,0); /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,186,0,1)), color-stop(24%,rgba(247,177,0,1)), color-stop(100%,rgba(232,134,2,1))); /* Chrome,Safari4+ */
    background: -ms-linear-gradient(top,  rgba(250,186,0,1) 0%,rgba(247,177,0,1) 24%,rgba(232,134,2,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(250,186,0,1) 0%,rgba(247,177,0,1) 24%,rgba(232,134,2,1) 100%); /* W3C */
    color: #FFF;
}
.city-list .city-list__selected a:hover {
    border-bottom: none;
    margin-bottom: 1px;
}
.shops-list-head {
    margin: -20px -25px -33px;
    padding: 25px 40px 43px;
    background: rgb(253,253,253); /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(1%,rgba(255,255,255,1)), color-stop(62%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 62%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 62%,rgba(238,238,238,1) 100%); /* W3C */
}
.shops-table {
    width: 100%;
    margin-bottom: 18px;
}
.shops-list-inner {
    padding: 0 40px;
    margin: 0 -20px 0;
}
.shops-table thead td {
    color: #999;
    padding-bottom: 13px;
}
.shops-table tbody td {
    padding: 23px 10px 16px 0;
    border-bottom: 1px solid #eee;
    vertical-align: top;
	position:relative
}
	.shops-table tbody td:last-child{
		padding-right:0
	}
.shops-table__link,
.shops-table__icons {
    white-space: nowrap;
}
.icon-shop {
    display: inline-block;
    background: url('../img/montash-icons.png');
    border-bottom: 0;
    margin-right: 9px;
    vertical-align: bottom;
    width: 16px;
    height: 14px;
}
.icon-met {
    width: 26px;
    height: 22px;
    background-position: 0 0;
}
.icon-soffit {
    width: 23px;
    height: 22px;
    background-position: -26px -22px;
}
.icon-drain {
    width: 24px;
    height: 22px;
    background-position: -49px -22px;
}
.icon-metalsiding {
    width: 26px;
    height: 22px;
    background-position: -73px -22px;
}
.icon-vinilsiding {
    width: 26px;
    height: 22px;
    background-position: -99px -22px;
}
.icon-fence {
    width: 24px;
    height: 22px;
    background-position: -125px -22px;
}
.icon-decking {
    width: 22px;
    height: 22px;
    background-position: -149px -22px;
}

.shops-table__name-icon {
    width: 20px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin:-5px 4px 0 2px;
    background: url('icons000.png') -240px 0;
	position:absolute;
	left:0;
	top:4px
}

.range-description-icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../img/montash-page-question-icon.png') no-repeat;
    cursor: pointer;
}

.range-description{
    position: relative;
    display: inline-block;   
}

.range-description-block-wrap{    
    overflow: visible;
    display: none;
    position: absolute;
    top: 0;
    right: -275px;
    z-index: 10000;
}

.range-description-block{
    position: relative;
    padding: 18px;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.5);
    width: 216px;
    background: #fff;
}

.range-description-block h3{
    margin: 10px 0 20px;
    padding: 0;
    font: bold 16px/16px arial;
    color: #333;
}

.range-list{
    overflow: visible;
    margin: 0;
    padding: 0;
}

.range-list li{
    display: block;
    background: none;
    padding: 0;
    font: 15px/15px arial;
    color: #666;
    margin: 0 0 15px;
}

.range-list li:last-child{
    margin: 0 0 5px;
}

.range-icon-shop-wrap{
    display: inline-block;
    width: 26px;
    margin: 0 10px 0 0;
    text-align: center;
}

.range-list .icon-shop{
    margin: 0;
    position: relative;
    top: 2px;

}

.range-list-close{
    display: block;
    width: 11px;
    height: 11px;
    background: url('../img/range-list-close.png') no-repeat;
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
}

	.shops-table__name-icon__dealer{
		background: url('icons000.png') -266px 0;
	}
.shop-tabs {
   overflow: hidden;
}
.shop-tabs_item {
    float: left;
    font-size: 14px;
}
.shop-tabs_item a,
.top-inline-menu__item a{
    line-height: 26px;
    display: block;
    border: none;
    padding: 0 11px;
    color: #333;
}
.shop-tabs_item-sel a,
.top-inline-menu__item-sel a {
    border-top: 1px solid #ce9d85;
    background: rgb(250,186,0); /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,186,0,1)), color-stop(24%,rgba(247,177,0,1)), color-stop(100%,rgba(232,134,2,1))); /* Chrome,Safari4+ */
    background: -ms-linear-gradient(top,  rgba(250,186,0,1) 0%,rgba(247,177,0,1) 24%,rgba(232,134,2,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(250,186,0,1) 0%,rgba(247,177,0,1) 24%,rgba(232,134,2,1) 100%); /* W3C */
    color: #FFF;
}
.top-inline-menu {
    overflow: hidden;
    margin-bottom: 13px;
}
.top-inline-menu__item {
    font-size: 14px;
    float: left;
}
.round {
    width: 65px;
    height: 64px;
    background: url('icons000.png') -235px -129px;
    margin: 0 auto;
}
.city-list__container {
    margin: 0 -20px 0 20px;
}

.map{
	width:100%;
	height:175px;
	text-align:center;
	position:relative;
	overflow:hidden;
	margin-bottom:-3.769em
}
	.map iframe{
		display:block;
		min-width: 1000px
	}
	.map-trigger{
		position:absolute;
		text-align:center;
		width:100%;
		left:0;
		top:0
	}
		.map-trigger-inner{
			padding: 7px 0px 8px;
			width:180px;
			background:#f7f7f7;
			display:inline-block;
			cursor:pointer;
			color: #999999;
			position:relative;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
			box-shadow: 0 1px 1px rgba(0,0,0,.45);
			text-align:center;
			vertical-align:top;
			z-index:4
		}
			.map-trigger-inner__hide{
				display:none
			}
		.map-trigger-icon{
			display:inline-block;
			width:25px;
			height:15px;		
			margin-right:7px;
			position:relative;
			top:1px
		}
			.map-trigger-inner__hide .map-trigger-icon{				
				background:url('icons000.png') -339px -286px no-repeat;
			}
			.map-trigger-inner__open .map-trigger-icon{
				background:url('icons000.png') -375px -286px no-repeat;
			}
.main-content__wherebuy{
	position:relative;
}
.citysearch-container{
	width:77.4%;
	margin:0 auto;
	margin-bottom:26px
}
	.citysearch,
	.search-form__results,
	.ya-site-form__form{		
		padding: 14px 20px 13px;
		background: #f6efdf;
		position:relative
	}
	.citysearch-input,
	.search-form__results .search-input,
	#ya-site-form0 .ya-site-form__form .ya-site-form__input-text{
		width:99.7%;
		border-radius:3px;
		border:1px solid #bbb;
		padding:7px 0 5px;
		font-size:1.154em;
		text-indent:13px;
		box-shadow: inset 0 2px 2px rgba(0,0,0,.1);
		transition: all .3s;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
	}
		.citysearch-input:focus,
		#ya-site-form0 .ya-site-form__form .ya-site-form__input-text:focus,		
		.city-select__input:focus{
			border-color: #e6b16a !important;
			outline: 0;
			-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(247,177,0,0.6);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(247,177,0,0.6);
		}
		.search-container__focus{
			border:1px solid #e6b16a;
			outline: 0;
			box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.35), 0 0 8px rgba(247,177,0,0.6);
		}
	.citysearch-btn,
	#ya-site-form0 .ya-site-form__submit_type_image{
		width:29px !important;
		height:30px  !important;
		background:url('icons000.png') 0 -234px no-repeat  !important;
		border:none;
		outline:none;
		float:right;
		margin-right:-38px;
		cursor:pointer;
		position:relative;
		top:0px
	}
	.citysearch-text{
		text-align:center;
		font-size:1.154em;
		margin-bottom:15px
	}
	.citysearch-hint{
		position:absolute;
		background:#fff;
		left:20px;
		top:3.769em;	
		border:1px solid #bbb;
		min-width:55%;
		max-width:100%;
		display:none;
		z-index:100;
		max-height:500px;
		overflow:auto;
	}
	.csh-group{
		position:relative;
		border-top:1px solid #bbb;		
		padding:10px 0px 10px 152px;
		position:relative
	}
		.csh-group:first-child{
			border-top:none
		}
		
		.csh-group-text{
			position:absolute;
			left:38px;
			top:10px;
			color:#999;
			line-height:1.615em;
			transition: all .3s;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;			
		}	
			.csh-group-text ins{
				position:absolute;
				left:-24px;
				top:0;
			}
				.csh-group-text__location ins{
					width:19px;
					height:18px;
					background:url('icons000.png') -350px 0;
					top:-1px
				}
					.csh-group__active .csh-group-text__location ins/*,
					.csh-group:hover .csh-group-name__location ins*/{
						background:url('icons000.png') -381px 0;
					}
				.csh-group-text__name ins{
					width:20px;
					height:19px;
					background:url('icons000.png') -266px 0;
					top:-2px
				}
					.csh-group__active .csh-group-text__name ins/*,
					.csh-group:hover .csh-group-text__name ins*/{
						background:url('icons000.png') -240px 0;
					}
					.csh-group__active .csh-group-text__location,
					.csh-group__active .csh-group-text__name{
						color:#555
					}
		.csh-group-list{
			margin:0;
			padding:0;
			font-size:1.154em;
			margin:-9px 0 -9px
		}
			.csh-group-item{
				margin:0;
				list-style-type:none;
				background:none;
				border-top: 1px solid #eee;
				cursor:pointer
			}
				.csh-group-item a{
					text-decoration:none;
					border:none;
					color:#333;					
					padding:9px 14px;
					display:block;
				}
				.csh-group-item:first-child{
					border-top:none;
				}
			/*	.csh-group-item:hover,*/
				.csh-group-item__hover,
				/*.csh-group-item:hover a,*/
				.csh-group-item__hover a{
					color: #cc0000;
					background:#f6f6f6					
				}
				.csh-no-result{
					padding:10px 20px;
					font-size:1.154em;
					color:#999
				}
.fake-link{
	text-decoration:none;
	border-bottom:none;
	background:url('../img/dash.gif') left bottom repeat-x;
	padding-bottom:1px
}
	.fake-link:hover{	
		background:url('../img/dash-hover.gif') left bottom repeat-x;
	}
.shops-table__name{
	font-weight:bold;
	padding-left:34px;
	position:relative;
    /*margin-left: 8px;*/
}
.shops-table__name a{
	color: #333;
	border-bottom: 1px solid #aaa
}
.more-address-link{
	padding-left:26px;
	margin-top:2px;
    margin-left: 8px;
}
.more-address{
	display:none;
	position:relative
}
	.more-address-item{
		margin-top: .923em
	}
.shops-table-schedule{
	color:#999
}
.shops-table-phone{
	/*white-space:nowrap*/
}
.address-wrapper{
	position:relative;
	padding-left:29px;
    width: 400px;
}
	.address-num{
		width:18px;
		height:18px;
		line-height:18px;
		border-radius:11px;
		background:#fff;
		border: 2px solid #979791;
		display:inline-block;
		margin-right:3px;
		text-align:center;
		position:absolute;
		left:-29px;
		color: #333;
		font-weight:normal;
		font-size:12px;
		margin-top:-2px
	}
		.address-num__gl{
			border-color: #e63c39
		}
.go-map{
	position:relative
}


/*------- Dealer-page ------------------------*/
.dealer-info-head th{
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64\,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(254,254,254,1) 15%, rgba(247,247,247,1) 40%, rgba(246,246,246,1) 53%, rgba(244,244,244,1) 55%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(15%,rgba(254,254,254,1)), color-stop(40%,rgba(247,247,247,1)), color-stop(53%,rgba(246,246,246,1)), color-stop(55%,rgba(244,244,244,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,254,1) 15%,rgba(247,247,247,1) 40%,rgba(246,246,246,1) 53%,rgba(244,244,244,1) 55%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,254,1) 15%,rgba(247,247,247,1) 40%,rgba(246,246,246,1) 53%,rgba(244,244,244,1) 55%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,254,1) 15%,rgba(247,247,247,1) 40%,rgba(246,246,246,1) 53%,rgba(244,244,244,1) 55%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(254,254,254,1) 15%,rgba(247,247,247,1) 40%,rgba(246,246,246,1) 53%,rgba(244,244,244,1) 55%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
	color:#9b9b9b
}
.dealer-info{
	width:100%
}
	.dealer-info td,
	.dealer-info th{
		padding: 1.385em 2.385em 1em 0;
		vertical-align:top
	}
		.dealer-info td{
			padding-bottom:2.923em;
			padding-top: 1.231em
		}
		.dealer-info td:first-child,
		.dealer-info th:first-child{
			padding-right:2.769em;
			padding-left: 2.385em
		}
		.dealer-pic{
			display:block;
			margin: 6px 0 43px -2px;			
		}
		.dealer-contact{			
			margin-bottom:1.769em
		}
			.dealer-contact-site,
			.dealer-contact-mail{
				color: #999;
				white-space:nowrap
			}
			.dealer-contact-site{	
				margin-right:.923em
			}
			.dealer-assortment{
				color: #999;
			}
				.dealer-assortment-icons{
					display:inline-block;
					margin-left: .538em
				}
					.dealer-assortment-icons .icon-shop{
						vertical-align:middle
					}
				.dealer-assortment-links{
					margin:.769em 0 0;
					padding:0
				}
					.dal-item{
						display:inline-block;
						margin:0 1.231em 0 0 ;
						list-style-type:none;
						background:none;
						padding:0
					}
.dealer-info__text {
	margin: 16px 0 0 0;
}
.dealer-info__title {
	font-size: 22px;
	margin: 0 0 4px 0;
}
.dealer-info__block {
	display: block;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.dealer-info__services {
	margin: 20px 0 9px 0;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
	padding: 0 0 29px 0;
    display: none;
}
.dealer-info__services .btn-lg {
	padding: 6px 20px 6px;
	background: #f9b800;
	background: -moz-linear-gradient(top, #f9b800 0%, #f7b200 19%, #ee9601 72%, #ea8c02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b800), color-stop(19%,#f7b200), color-stop(72%,#ee9601), color-stop(100%,#ea8c02));
	background: -webkit-linear-gradient(top, #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%);
	background: -o-linear-gradient(top, #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%);
	background: -ms-linear-gradient(top, #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%);
	background: linear-gradient(to bottom, #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b800', endColorstr='#ea8c02',GradientType=0 );
	border: none;
	color: #fff;
	box-shadow: 0 1px 0 rgba(102,51,0,.7);
	text-shadow: 0 -1px 0 rgb(204,153,51);
	font-size: 1.462em;
	border-radius: 3px;
	font-size: 18px;
	float: left;
	margin-top: -1px;
}
.application-installation-form,  .application-installation-form-count{
	position: fixed;
	z-index: 2000;
	padding: 30px;
	background: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.42);
	width: 40%;
	top: 50%;
    margin-top: -334px;
	left: 50%;
    margin-left: -24%;
}
.application-installation-form select {
	height: 36px;
}
.dealer-info__services .btn-lg:hover {
	color: #fff;
}
.dealer-info__services .btn-lg:active {
	color: #fff;
}
.dealer-info__services .btn-lg:focus {
	background: -moz-linear-gradient(bottom, #f9b800 0%, #f7b200 19%, #ee9601 72%, #ea8c02 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#f9b800), color-stop(19%,#f7b200), color-stop(72%,#ee9601), color-stop(100%,#ea8c02));
	background: -webkit-linear-gradient(bottom, #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%);
	background: -o-linear-gradient(bottom, #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%);
	background: -ms-linear-gradient(bottom, #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%);
	background: linear-gradient(to top, #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%);
	box-shadow: none;
	color: #fff;
}
.dealer-info__services-item{
	display: inline-block;
	width: 45%;
	float: left;
}
.dealer-info__services-item.item-right {
	margin-right: 14px;
}
	.address-wrapper__dealer{
		padding-left:0
	}
		.dealer-address-item{
			padding: .615em 0 .923em;
			border-top: 1px solid #eee;
			line-height:1.615em
		}
			.dealer-address-item:first-child{
				border-top:none;
				padding-top:0
			}

			.location-link{
				margin-left:24px;
				position:relative;
				color:#333;
				border-bottom: 1px solid #aaa
			}
				.location-link-icon{
					position:absolute;
					left:-23px;
					top:0;
					width:17px;
					height:19px;
					background:url('icons000.png') -322px 0 no-repeat;
				}
.dealer-detailed{
	margin-bottom:100px;
	margin-top:3.077em
}
	.dealer-text{
		font-size: 1.154em;
		margin-top: 1.95em
	}
.map__dealer{
	margin-bottom: -4.461em
}
/* gallery */
.b-onePicGallery {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    }
.b-onePicGallery .preloader {
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 50%;
	margin-left: -110px;
	margin-top: -10px;
	background: url('../img/ajax-loader.gif');
	width: 220px;
	height: 19px;
	}
.b-onePicGallery .b-onePicGallery__title {
    font-size:1.615384615em;
    margin-bottom: .7em;
    }
.b-onePicGallery .b-onePicGallery__title span {
    color:#999
    }
.b-onePicGallery  .b-gallery-large-data {
	overflow:hidden;
	width: 100%;
	position:relative;
    z-index: 1;
	transition: height .1s;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-ms-transition: height .3s;
	}
.b-onePicGallery .b-gallery-large-data-outer {
    padding: 0 56px;
    text-align: center;
	position:relative
}
.b-onePicGallery  .b-glrd-content {
	z-index:100;
	position: absolute;
	}
.b-onePicGallery  .b-glrd-content img {
	display:block;
	margin:0 auto
}

.b-onePicGallery .b-gallery-preview {
    text-align: center;
    margin-bottom: 2.077em;	
	padding: 0 30px;
	box-sizing:border-box
}
.b-onePicGallery .b-gpr-item {
    display: inline-block;
    border: 1px solid transparent;
    padding: 3px;
	vertical-align:middle
}
	.b-onePicGallery .b-gpr-item a{	
		display:block;		
		text-decoration:none;
		border:none
	}
.b-onePicGallery .b-gpr-item-sel {
    border:1px solid #ce4e18
}
.b-onePicGallery .b-gpr-item img {
    display: block;
    }
.b-onePicGallery .b-gallery-arr {
    height: 470px;
    position: absolute;
    width: 140px;
    cursor: pointer;
    top: 87px;
    z-index: 100;
}
.b-onePicGallery .b-gallery-leftarrow ,
.b-onePicGallery .b-gallery-rightarrow {
	position:absolute;
	width:56px;
	height:100%;	
	cursor:pointer;
}
.b-onePicGallery .b-gallery-leftarrow ins,
.b-onePicGallery .b-gallery-rightarrow ins{
    height: 56px;
    width: 31px;
    position: absolute;
    top: 50%;
	margin-top: -31px;
	z-index:1000
}
.b-onePicGallery .b-gallery-leftarrow {
    left: 0;
}
.b-onePicGallery .b-gallery-leftarrow  ins{
    background: url('icons000.png') -338px -151px;
	left: 0;
}
.b-onePicGallery .b-gallery-rightarrow {
    right: 0;
}
.b-onePicGallery .b-gallery-rightarrow  ins{
    background: url('icons000.png') -369px -151px;
    right: 0;
}
.b-onePicGallery .b-gallery-leftarrow:hover ins {
	background: url('icons000.png') -338px -207px;
}
.b-onePicGallery .b-gallery-rightarrow:hover ins {
	background: url('icons000.png') -369px -207px;
}
.b-onePicGallery .b-gallery-descr {
	width:100%;
    margin: .923em auto 0;
    font-style: italic;
	overflow:auto;	
	font-size:13px
}
.b-onePicGallery .b-gallery-descr_source {
	display: none
}
.b-onePicGallery .b-gallery-descr div {
	width:50%;
	float:right;
    line-height: 1.4;
	color:#666
}
/*----------- Print dealer map ----------*/
.main-block__print .site-header{
		height:95px;
		min-height:0
	}
	.main-block__print .site-header_layout{
		padding-top:22px
	}
	.main-block__print .site-header_inner{
		background:url('../img/header-bg-print.png') center 0 no-repeat;
		height:101.5%
	}
	.main-block__print .main-content{
		margin-bottom:0
	}
	.main-block__print .dealer-map-title{
		font-size: 24px;
		margin: 10px 0 30px;
	}
	.main-block__print .dealer-contact{
		font-size:13px;
		line-height:1.4;
		width:36%;
		float:right;
		margin-bottom:30px;
		}

	.main-block__print .site-st{
		height:132px;
	}
	.site-footer__print{
		background:none;
		margin-top:-132px
	}
	.main-block__print .dealer-map{
		float:left;
		margin:0 1.9% 30px 0;
		width:62%;
		overflow:hidden
	}
	
.btn {
	float:right;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-family:Arial
}
.btn-default {
	color: #333333;
	background: rgb(250,248,248);
	background: url(data:image/svg+xml;base64\,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(250,248,248,1) 0%, rgba(239,239,239,1) 47%, rgba(235,235,235,1) 51%, rgba(228,228,228,1) 53%, rgba(235,234,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,248,248,1)), color-stop(47%,rgba(239,239,239,1)), color-stop(51%,rgba(235,235,235,1)), color-stop(53%,rgba(228,228,228,1)), color-stop(100%,rgba(235,234,234,1)));
	background: -webkit-linear-gradient(top,  rgba(250,248,248,1) 0%,rgba(239,239,239,1) 47%,rgba(235,235,235,1) 51%,rgba(228,228,228,1) 53%,rgba(235,234,234,1) 100%);
	background: -o-linear-gradient(top,  rgba(250,248,248,1) 0%,rgba(239,239,239,1) 47%,rgba(235,235,235,1) 51%,rgba(228,228,228,1) 53%,rgba(235,234,234,1) 100%);
	background: -ms-linear-gradient(top,  rgba(250,248,248,1) 0%,rgba(239,239,239,1) 47%,rgba(235,235,235,1) 51%,rgba(228,228,228,1) 53%,rgba(235,234,234,1) 100%);
	background: linear-gradient(to bottom,  rgba(250,248,248,1) 0%,rgba(239,239,239,1) 47%,rgba(235,235,235,1) 51%,rgba(228,228,228,1) 53%,rgba(235,234,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf8f8', endColorstr='#ebeaea',GradientType=0 );
	border:none;
	box-shadow: 0 1px 2px rgba(0,0,0,.75);
}


.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.two-columns-wrap{
	padding-right:282px;
}
.content-wrap{	
	float:left;
	width:100%
}
/* переопределение стилей autocomplete */
.ui-autocomplete {
    position: static !important;
    margin-top: 5px;
}
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.ui-widget-content {
    background: none;
    border: none
}
.ui-menu .ui-menu-item {
    background: none;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.ui-menu .ui-menu-item a.ui-state-focus {
    margin: 0;
    border-radius: 0 !important;
}
.city-select-popup .ui-menu a {
    border: none;
}
.ui-menu .ui-menu-item a {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
}
.ui-menu .ui-menu-item:last-child {
    border-bottom: none;
}
.ui-menu .ac-st {
    color: #999;
}
.print-map {
    visibility: hidden;
    height: 1px;
    width: 1px;
}
.real-map {
    height: 450px;
    width: 650px
}
.pac-item {
    cursor: pointer !important;
}
.main-content__product{
	margin-bottom:15px
}
.main-content__product .main-content-inner,
.main-content__covers .main-content-inner{
	padding: 25px 30px
}
.main-content__covers{
	margin-top:30px;
	margin-bottom:15px;
	min-height:0
}
.product-text{
	font-size: 1.154em
}
	.product-text img{
		margin-bottom: 1.133em;		
		max-width:90%
	}
.mceusefull-link{	
	min-height:91px;
	display:table;
	margin-bottom: 2.308em;
	font-size: 13px;	
	background: #f6efdf;
	padding: 0 .615em
}
	.mceusefull-link-col{
		background: #f6efdf;
		display:table-cell;
		position:relative;
		padding:1.538em .923em 1.538em;
		max-width:200px;
		min-width:100px
		/*width:100px*/
	}
		.mceusefull-link-text{
			line-height:1.4;
			position:relative;
			text-align:center
		}
			.mceusefull-link-col__compare .mceusefull-link-text,
			.mceusefull-link-col__scheme .mceusefull-link-text{
				padding-top:44px;
			}
		
	.mceusefull-link-icon{
		display:block;
		margin:0 auto 3px		
	}
		ins.mceusefull-link-icon{
			position:absolute;
			top:0;
			left:50%;
			margin-left:-20px;
		}

	.mceusefull-link-icon__compare{
		width:40px;
		height:41px;
		background: url('icons000.png');
		background-position: -101px -207px;
	}
	.mceusefull-link-icon__scheme{
		width:42px;
		height:41px;
		background: url('icons000.png');
		background-position: -166px -207px;
		
	}
	.product-covers-title{
		font-size:1.692em;
		margin-bottom:.363em;
		margin-top:0
	}
		.pc-title-spacer{
			font-size: .591em;
			color:#999;
			margin: 0 .692em
		}
	.product-covers-item{
		border-top:1px solid #ccc;
		padding-top: 1em;
		padding-bottom: 1.538em
	}
		.pci-title-wrap{
			margin-bottom:10px
		}
		.pci-title{
			display:inline-block;
			font-size:2.308em;
			padding-top:0;
			line-height:1;
			max-width:73%;
			vertical-align:middle;
			margin-bottom:0
		}
		.pci-attention{
			position:relative;
			padding-left: 30px;
			margin-left: 10px;
			font-style:italic;
			vertical-align:middle;
			display:inline-block
		}
			.pci-attention-icon{
				position:absolute;
				width:27px;
				height:26px;
				background:url('icons000.png') -75px -237px no-repeat;
				left:0;
				top:-4px
			}
.no-oferts {
	float: left;
	margin-top: 20px;
	font-size: 10px;
			}
.pci-content{
	display:table-row
}
	.catalog-price, .pci-descr{
		display:table-cell;
		float:none;
		vertical-align:top
	}

	.pci-descr-pic{
		float:left;
		max-width:117px;
		height:auto;
		margin-right:18px
	}
	.pci-descr-text{		
		margin-top: -.231em;
		line-height: 1.4;
		/*padding-right:10px*/
		padding-left:135px
	}
	.pci-colors{
		margin-top:.692em
	}
		.pci-colors-inner{
			display:none
		}
		.open .pci-colors-inner{
			display:block
		}
		.pci-colors-list{
			padding:0;
			margin:1.538em 0 0;			
		}
			.pci-cl-item{
				list-style-type:none;
				padding:0;
				margin:0 1.462em 1.462em 0;
				background:none;
				display:inline-block
			}
				.pci-cl-item img{
					max-width:81px;
					height:auto
				}
				.pci-cl-item-name{
					margin-top:.308em
				}
				.product-covers-item  .direction-price{
					margin-left:0
				}
.product-gallery{
	padding-top:30px;
	width:100%;
}
	.product-gallery-title{
		text-align:center;
		height:1px;
		background:#ccc;
		position:relative;
		margin-bottom: 2.213em
	}
		.product-gallery-title span{
			display:inline-block;
			position:relative;
			top: -.636em;
			padding: 0 8px;
			background:#f7f7f7;			
			font-size: 1.692em;
		}
.product-accessories{
	margin-top: 30px
}
	.product-accessories .main-content-inner{
		padding: 22px 30px 40px 
	}
	.product-accessories-title{
		font-size: 2.308em;
		padding:0
	}
	.product-accessories-list{
		margin:0 -4% -15px 0;
		padding:0
	}
		.pal-item{
			padding: 0;
			margin:0 4% 15px 0;
			list-style-type:none;
			background:none;
			display:inline-block;
			vertical-align:top;
			text-align:center;
			width:20%
		}
			.pal-item-pic{
				height:125px;
				margin-bottom:5px;
				vertical-align:middle;
				display:table-cell;
				text-align:center
			}
				.pal-item-pic img{
					max-width:100%
				}
			.pal-item-pic-wrap{
				display:table;
				width:100%
			}
.document-link{
	border:none
}
.document-icon{
	vertical-align:middle;
	margin-right:5px
}
/*------------------  Forms ----------------------*/
.application-installation_site-form {
	width:100%;
}
.site-form{
	padding: 25px 25px 30px 20px;
	background: #f6efdf;
	position: relative;
	width:80%;
	margin-bottom:2em;
	/*margin-top:2em;*/
	border-radius:3px
    }
.application-installation_site-form {
	width: auto;
	margin-bottom: 0;
}
.application-installation_title {
	font-size: 30px;
	font-family: "Conv_Futuris", Arial, Helvetica, sans-serif;
	margin: 2px 0 8px 2px;
}	
.application-installation_site-form .form-group {
	display:block;
	margin-bottom:14px
}
.application-installation_site-form .form-group label{
	display:inline-block;
	margin-bottom:5px;
	font-size: 15px;
	font-weight: normal;
}
	.site-form-title{
		padding-top:0;
		margin-bottom:15px
}
	.form-group{
		display:block;
		margin-bottom:12px
		}
		.form-group label{
			display:inline-block;
			margin-bottom:5px
		}
		.form-control {
			display: block;
			width: 100%;
			height: 36px;
			padding: 6px 10px;
			font-size: 13px;
			line-height: 1.428571429;
			vertical-align: middle;
			background-color: #ffffff;
			background-image: none;
			border: 1px solid #c5bfb2;
			border-radius: 2px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			-ms-border-radius: 2px;
			-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
			box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
			-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box
		}
			.form-control:focus {
				border-color: #e6b16a;
				outline: 0;
				-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(247,177,0,0.6);
				box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(247,177,0,0.6);
	}
			.form-control[disabled],
			.form-control[readonly],
			fieldset[disabled] .form-control {
			  cursor: not-allowed;
			  background-color: #eeeeee;
	}
			textarea.form-control {
			height: auto;
		}


/*	.required{
		color:#c00
	}*/
	.radio, .checkbox {
	display: block;
	min-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}
		.form-inline .radio, .form-inline .checkbox {
	display: inline-block;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right:10px
}
		.site-form input[type="radio"], input[type="checkbox"] {
	position:relative;
	top:2px;		
	line-height: normal;
}

		.site-form-col{
	width:48.48%;
	float:left;
	margin-left:3%
}
			.site-form-col:first-child{
	margin-left:0
}
            .site-form-claim .site-form-two-columns{
                clear: both;
            }
            
            .site-form-col-length{
                width: 100%;
            }
    .site-form-tabs-wrap{
        overflow: hidden;
    }
    .site-form-tabs-title{
        float: left;
        margin-right: 20px;
        font: 12px/30px arial;
        cursor: pointer;
        background: #f6efdf;
        height: 30px;
        padding: 0 10px;
    }
	.site-form .btn{
	float:none;
	margin-top: 7px;
}
	.site-form .btn-lg{
	padding:5px 30px 7px;		
	background: #f9b800; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9b800 0%, #f7b200 19%, #ee9601 72%, #ea8c02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b800), color-stop(19%,#f7b200), color-stop(72%,#ee9601), color-stop(100%,#ea8c02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b800', endColorstr='#ea8c02',GradientType=0 ); /* IE6-9 */
	border:none;
	color:#fff;
	box-shadow: 0 1px 0 rgba(102,51,0,.7);
	text-shadow:0 -1px 0 rgb(204,153,51);
	font-size: 1.462em;
	border-radius:3px
}
		.site-form .btn-lg:focus{
	background: -moz-linear-gradient(bottom,  #f9b800 0%, #f7b200 19%, #ee9601 72%, #ea8c02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#f9b800), color-stop(19%,#f7b200), color-stop(72%,#ee9601), color-stop(100%,#ea8c02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%); /* IE10+ */
	background: linear-gradient(to top,  #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%); /* W3C */
	box-shadow: none;
}
	.site-form .captcha-hdn{
		position:absolute;
		overflow:hidden
}
		.site-form .captcha-hdn-inner{
			background:#f6efdf;
			width:100px;
			height:100px;
			position:absolute;
			top:0;
			left:0;
			z-index:10
}

.form-control-select{
	display: block;
	width: 100%;
	height: 29px;
	padding: 6px 10px;
	font-size: 13px;
	line-height: 1.428571429;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #c5bfb2;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.site-form-application{
	padding: 22px 34px 20px 34px;
	background: #f6efdf;
	position: relative;
	margin-bottom:11px;
	/*margin-top:2em;*/
	border-radius:3px
    }
	.application-installation_site-form .btn{
	float:none;
	margin-top: 7px;
}
.application-installation_site-form .btn-lg-noactive{
	padding:9px 36px 7px 39px;		
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%,#ededed 19%,#e8e8e8 72%,#e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(19%,#ededed), color-stop(72%,#e8e8e8), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ededed 19%,#e8e8e8 72%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#ededed 19%,#e8e8e8 72%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#ededed 19%,#e8e8e8 72%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f1f1f1 0%,#ededed 19%,#e8e8e8 72%,#e4e4e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b800', endColorstr='#ea8c02',GradientType=0 ); /* IE6-9 */
	border:none;
	color:#333333;
	font-size: 16px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	font-weight: bold;
}
	.application-installation_site-form .btn-lg-active{
	padding:5px 30px 7px;		
	background: #f9b800; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9b800 0%, #f7b200 19%, #ee9601 72%, #ea8c02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b800), color-stop(19%,#f7b200), color-stop(72%,#ee9601), color-stop(100%,#ea8c02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b800', endColorstr='#ea8c02',GradientType=0 ); /* IE6-9 */
	border:none;
	color:#fff;
	box-shadow: 0 1px 0 rgba(102,51,0,.7);
	text-shadow:0 -1px 0 rgb(204,153,51);
	font-size: 1.462em;
	border-radius:3px
}
		.application-installation_site-form .btn-lg:focus{
	background: -moz-linear-gradient(bottom,  #f9b800 0%, #f7b200 19%, #ee9601 72%, #ea8c02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#f9b800), color-stop(19%,#f7b200), color-stop(72%,#ee9601), color-stop(100%,#ea8c02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%); /* IE10+ */
	background: linear-gradient(to top,  #f9b800 0%,#f7b200 19%,#ee9601 72%,#ea8c02 100%); /* W3C */
	box-shadow: none;
}
	.application-installation_site-form .captcha-hdn{
		position:absolute;
		overflow:hidden
}
		.application-installation_site-form .captcha-hdn-inner{
			background:#f6efdf;
			width:100px;
			height:100px;
			position:absolute;
			top:0;
			left:0;
			z-index:10
}
.application-installation-form__adopted {
	width: 405px;
	text-align: center;
	color: #ffffff;
	background: #f8b300;
	background: -moz-linear-gradient(top,  #f8b300 0%,#f2a301 19%,#ec9302 72%,#e98a02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8b300), color-stop(19%,#f2a301), color-stop(72%,#ec9302), color-stop(100%,#e98a02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8b300 0%,#f2a301 19%,#ec9302 72%,#e98a02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8b300 0%,#f2a301 19%,#ec9302 72%,#e98a02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8b300 0%,#f2a301 19%,#ec9302 72%,#e98a02 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8b300 0%,#f2a301 19%,#ec9302 72%,#e98a02 100%); /* W3C */
	padding: 19px 0 23px 19px;
	z-index: 3000;
	font-size: 15px;
	top: 50%;
	left: 50%;
    margin-top: -58px;
    margin-left: -214px;
	position: fixed;
}
.adopted-popup__close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 11px;
	height: 11px;
	background: url('icons000.png') -76px -217px no-repeat;
	cursor: pointer;
}
.application-installation-form__adopted .adopted-title {
	margin-bottom: 9px;
	font-size: 30px;
	font-family: "Conv_Futuris", Arial, Helvetica, sans-serif;
}
		.site-form__callback .captcha-hdn-inner{
			background:#fff
}
		.captcha-hdn input{
			width:50px
}

	.bootstrap-filestyle input{
		border:none;
		background:transparent;
		outline:0;
		float:right;
		margin:.462em 0 0;
		color:#333
}
	.site-form .bootstrap-filestyle label{
		float:left;
		margin:2px 10px 2px 2px
}
	.bootstrap-filestyle{
		display:inline-block !important;
		overflow:auto;
		vertical-align:middle
}

.file-form-error{
    color: #ff0000;
    padding-top: 7px;
    display: block;
    font-size: 12px;
}

div.site-form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.site-form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.site-form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.site-form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

.adresstop{
position: absolute; top: 20px; right: 70px
}
.adresstop b{
font-size:14px;
}

.callback{
	float:left;
	position:relative;
	margin-top: 12px;
	z-index:200
}
	.callback a:before {
		width: 26px;
		height: 20px;
		background: url('../img/sendback.png') no-repeat;
		position: absolute;
		left: 0px;
		top: 0;
		content:'';
	}
	.site-form__callback{
		width:300px;
		position:absolute;
		z-index:200;
		background:#fff;
		top:100%;
		left:0;
		margin-top:8px;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		padding-top: 16px;
		padding-bottom: 18px;
		display:none
	}	
		.callback-form-title{
			font-size:1.231em;
			font-weight:bold;
			margin-bottom: .8em
		}
		.site-form__callback .btn-lg{
			font-size:1.231em;
			font-weight:bold
		}
	#callback-link{
		border-bottom: 1px dashed #999;
        font-size: 14px;
        color: #01D134;
        margin-left: 5px;
	}

    .callback-link-wrap{
        display: inline-block;
        vertical-align: top;
        margin-left:42px;
        min-width: 220px;
		font-size:15px;
    }

    .callback-link-icon{
        width: 24px;
        height: 24px;
        display: inline-block;
        background: url(../img/phone.png) no-repeat;
        vertical-align: top;
        position: relative;
        top: -3px;
		right:6px;
    }
	
.callback-block{
bottom: 6px;
display: inline-block;
position: relative;
left: 5px;
line-height:18px;
}

	#ask-specialist{
		margin-left:26px;
	}
		
@media all and (max-width :1124px) {
    .ls-wrapper .ls-nav-left-arrow,
    .ls-wrapper .ls-nav-right-arrow {
        display: none !important;
    }
}
@media print {
	html {
		font-size:100%;
		}
	body {
		width:100%;
		font-size:80%;
		background:none
		}
	* {
		float:none !important;
		color:#000 !important;
		position:static !important;
		overflow:visible !important;
		min-width:inherit !important;
		max-width:inherit !important;
        width:auto !important;
        clear:none !important;
		}

	.main-block__print .main-content-inner{
		padding:0
	}
	.main-block__print .main-title h1{
		font-family:Arial;
		font-size:20px;
	}
		.main-block__print .dealer-map-title{
			font-size:18px;
			padding:0
		}
	.main-block__print .mnlg{
		float:none;
		position:relative !important;
		width:150px !important;
	}
	.main-block__print .site-header_inner,
	.site-footer__print,
	.main-block__print .print-btn,
	.main-block__print .site-st,
	.b-layout__foter-print,
	.nav-shadow{
		display:none
	}
	.main-content{
		box-shadow:none
	}
	.main-block__print .site-header,
	.main-block__print .site-header-inner{
		background:none
	}
	.main-block__print .site-header{
		height:auto
	}
	.main-block__print .dealer-map-title,
	.main-block__print .dealer-contact,
	.main-block__print .dealer-map{
		margin-bottom: 15px
	}
	.main-block__print .site-header_layout{
		padding-top:0
	}
	.main-block__print .site-header_layout a{
		text-decoration:none;
		border-bottom:none
	}
    .real-map {
        display: none;
    }
    .print-map {
        visibility: visible;
        position: relative !important;
        height: 450px;
        width: 650px;
    }
    .print-map .label {
        position: absolute !important;
    }
}
.search-list{
	padding-right:20px
}
.search-list-item{
	margin-bottom:1em
}
	.sli-title{
		font-size:15px;
		line-height:1.35
	}
	.sli-text{
		margin-top:.3em
	}
.search-form__results{
	float:none;
	width:95%;
	padding: 17px 2.49%;
	margin-top:0
}
	.search-form__results-inner{
		position:relative
	}
		.search-form__results .search-input{
			background:#fff
		}
		.search-form__results .search-button{
			top:9px
		}
		.search-error{
			padding-left:20px;
			color:#c00
		}
    /*.b-pager {
        margin:2em 0 0 20px
        }
    .b-pager,
    .b-pager .b-pager-directions,
    .b-pager .b-pager-list{
        overflow:hidden;
        }
    .b-pager a {
        color:#333;
		border-color:#aaa
        }
		.b-pager a:hover{
			border:none
		}

    .b-pager .b-pager-title,
    .b-pager .b-pager-prev,
    .b-pager .b-pager-next {
        display:inline-block;
        vertical-align:middle;
        }

    .b-pager .b-pager-prev a:before,
    .b-pager .b-pager-next a:after {
        display:inline-block;
        overflow:hidden;
        position:relative;
        cursor:pointer;
		color:#aaa;
		padding:0 5px;
		position:relative;
		top:2px;
        }
    .b-pager .b-pager-prev a:before {
        content:"<"
        }
    .b-pager .b-pager-next a:after  {
		content:">"
        }
		.b-pager .b-pager-prev a:hover,
		.b-pager .b-pager-next a:hover{
			color:#881e25
		}
    .b-pager .b-pager-next{
        margin-left:15px;
        }
    .b-pager .b-pager-prev {
        margin-left:0px;
        }
    .b-pager .b-pager-list li {
        float:left;
        padding:0.19em 0.45em;
        margin-right:2px;
        margin-top:9px;
        }
    .b-pager li:first-child,
    .b-pager li.first-child{
        padding-left:0;
        }
    .b-pager .b-selected {
        background:#ccc;
        color:#FFF;
        padding-left:.45em !important
        }*/

#ya-site-form0 .ya-site-form__search-input{
	padding:0 !important
}
#ya-site-form0 .ya-site-suggest-items li{
	background:none;
	padding-left:7px  !important
}
#ya-site-results .b-head__link{
	border:none
}
.b-head__l, .b-head__specify{
	padding-left:30px !important
}
.b-head__r,
.b-head__l{
	padding-top: 1.5em !important
}
#ya-site-results .b-body-items{
	padding-left:30px
}
#ya-site-results  .b-serp-item__image-snippet{
	left:30px
}
	#ya-site-results  .b-serp-item__image-snippet a{
		border:none
	}
	#ya-site-results .b-serp-item__title-link:hover{
		color: #c00 !important
	}
	.b-head__link .b-head__logo{
		opacity:.7
	}
	.b-head__found{
		color:#999
	}
.b-top-wizard{
	margin-top:1.2em !important
}
#ya-site-results .b-serp-item__links-link,
#ya-site-results .b-serp-item__links-link:hover{
	border-color:#aaa
}
#ya-site-results .b-serp-item__text{
	margin-top:.2em
}
body .g-gap-horizontal{
	margin-left:30px !important
}
#ya-site-results .b-pager{
	font-size:15px !important
}
#ya-site-results .b-pager a:hover{
	color:#c00 !important
}
.b-pager__sorted{
	font-size:13px !important;
	margin-top:1.6em !important
}
	
div.flash-success
{
	/*padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;*/
    font-size: 18px;
}	
/* reviews  */
.review-list{
	margin:0;
	padding:0
}
	.review-list-item{
		padding:1.5em 0 0;
		margin:0 0 1.3em;
		background:0;
		border-top:1px solid #eee
	}
		.review-list-item:first-child{
			border-top:none;
			padding-top:0
		}
		.rli-title{
			margin-bottom:.5em
		}
			.rli-title-name{
				font-weight:bold;
				margin-right:.6em
			}
			.rli-title-location,
			.rli-title-date{
				color:#999;
				margin-right:.6em;
				font-style:italic
			}
		.rli-text{
			line-height:1.4;
			padding-left:15px
		}
			.rli-text p{
				margin-bottom:1em
			}

.more-link{
	position:relative;
	margin-left:.5em
}
	.more-link:after{
		content:'>';
		color:#999;
		display:inline-block;
		margin-left:5px;
		position:absolute;
		left:100%;
		top:0
	}
/* last news */	
.last-news{
	margin-top:2.077em
}
	.response  ~ .last-news{
		margin-top:35px
	}
	.last-news-title{
		font-size: 30px;
		font-family: "Conv_Futuris", Arial, Helvetica, sans-serif;
		margin-bottom:.533em
	}
	.last-news-item{
		background:0;
		padding:0 0 0 5px;
		margin:0 0 1.231em;
	}
		.last-news-date{
			color:#01D134;
			margin-bottom:.2em
		}
		.last-news-link a{
			color:#333;
			border-bottom:none;
			line-height:1.4
		}
			.last-news-link a:hover{
				color:#01D134;
				border-bottom: 1px solid #01D134;
			}
			
/* Style for content */
.big-text{
	font-size:2em;
	font-family: "Conv_Futuris", Arial, Helvetica, sans-serif;
	margin-bottom:.367em;
	margin-top:.467em
}
	.main-content-inner>.big-text:first-child{
		margin-top:-.233em;
	}
	.big-text__nonstretch{
		width:90%;
	}
	.highlight-text{
		color:#01D134;
	}

.medium-text{
	font-size:22px
}
.main-content__text{
	font-size:1.154em
}
.content-line{
	width:100%;
	height:1px;
	background:#ccc;
	margin: 30px 0
}
.main-content__text h2{
	font-family: "Conv_Futuris", Arial, Helvetica, sans-serif;
	font-size:2em;
	margin-bottom: .5em;
	margin-top:.867em
	
}
.number-list{
	margin:1.933em 0 1.4em .308em;
	padding:0;
	list-style-type:none;
}
	.number-list-item{
		display:inline-block;
		margin:0 0 1.8em -.308em;
		width:50%;
		background:none;
		padding:0;		
		position:relative;		
		min-height:53px;
		vertical-align:top
	}
		.number-list-num{
			position:absolute;
			left:0;
			top:0
		}
		.number-list-text{
			padding-left:31px;
			width:65%;
			margin-top:-.466em;
			line-height:1.4
		}
.history-pic{
	margin-top:1.4em;
	margin-bottom;1.333em
}

.inner-bnrs {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.inner-bnrs:hover {
	opacity: 1;
}


.content-table-right{
    float: right;
}

.content-table-right td{
    max-width: 88px;
}



/*
	slider
*/



#slides {
	width:100%;
	margin: 0px auto 14px;
	position:relative;
}

#slides .slidesContainer {
	background:#fff;
	box-shadow: 0 2.5px 5px rgba(0,0,0,.1);
	width:100%!important;
	height:400px!important;
	border-radius: 0px 0px 6px 6px;
}

#slides .slidesControl{
	width:100%!important;
	height:400px!important;
	border-radius: 0px 0px 6px 6px;
}

#slides img{
	width:100%!important;
	height:400px!important;
	border-radius: 0px 0px 6px 6px;
	}


/*
	Next/prev buttons
*/

#slides .slidesNext,#slides .slidesPrevious {
	position:absolute;
	top:134px;
	left:-70px;
	width:50px;
	height:50px;
	padding-top:32px;
	display:block;
	z-index:101;
	overflow:hidden;
	background:url(../img/arrow-slide-left.png) no-repeat 0 0;
	border:0;
	text-indent:-99999999px;
}

	

#slides .slidesNext {
	left: 1110px;
	background:url(../img/arrow-slide-right.png) no-repeat 0 0;
}

/*
	Pagination
*/

.slidesPagination {
margin: 18px auto 0px;
width: 200px;
}

.slidesPagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.slidesPagination li a {
background: #D4DCE2;
border-bottom: 0px none currentColor;
border-radius: 8px;
box-shadow: inset 0px 1px 4px #939DA8;
display: block;
float: left;
height: 14px;
text-decoration: none;
text-indent: -1000px;
width: 14px;
}

.slidesPagination li.slidesCurrent a {
    background: -webkit-linear-gradient(#25C84D, #1EC542);
    background: -moz-linear-gradient(#25C84D, #1EC542);
    background: -ms-linear-gradient(#25C84D, #1EC542);
    background: -o-linear-gradient(#25C84D, #1EC542);
    background: linear-gradient(#25C84D, #1EC542);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
}

.current_slide {
	font:bold 10px/1.33 sans-serif;
	float:left;
	margin-top:12px;
}

.controls {
	display:block;
	margin-top:12px;
	float:left;
	color:#333;
	font:bold 10px/1.33 sans-serif;
	margin-right:10px;
}

/*yamap*/
.ymaps-map{border:1px solid #A6A6A6!important;}
.ymaps-group, .ymaps-b-select, .ymaps-b-zoom, .ymaps-copyrights-legend, .ymaps-copyrights-logo{display:none!important;}

/*wpcf7*/	  
	  .wpcf7-form {
	background:#F8F8F8; 
	border: 2px solid #F1F1F1;
	border-radius:7px; 
	width:320px;
	padding: 10px 20px; 
	margin-bottom:10px; 
}
.wpcf7-form input, .wpcf7-form textarea{ 
	background:F8F8F8; 
	border:3px solid #F1F1F1;
	border-radius:7px;
	width:300px;
    margin: 4px 0 8px 0;
    padding: 5px 7px;
	color: #4f4f4f;
    font-size: 14px;
    vertical-align: middle;
}
 
.wpcf7-form p { 
	color:#4f2a0f; 
	margin-top:10px; 
	margin-bottom:10px; 
}
 
.wpcf7-form .wpcf7-submit { 
	background:#25C84D;
	border-radius:4px;	
	border:0px;
	cursor:pointer; 
	width:100px;
	margin:7px 0;
	padding: 8px 15px;
	color:#fff; 
}
.wpcf7-form .wpcf7-not-valid-tip, .wpcf7-form .wpcf7-validation-errors{
padding:6px;
color:red;
}
.wpcf7-form .wpcf7-mail-sent-ok{
padding:6px;
color:green;
}

.gallery{
margin-top:30px;
}
.gallery .gblock{
margin-right:11px; 
margin-bottom:20px;
display:inline-block; 
box-shadow: 0 2px 2px rgba(0, 0, 0, .22);
padding:5px;
background:#fff;
border-radius:6px;
}
.gallery .gblock img{
box-shadow: none;
padding:0;
background:transparent;
border-radius:0;
margin:0;
}
.gallery .gblock:nth-child(3n+3){
margin-right:0px;
}

.post-content img{
box-shadow: 0 2px 2px rgba(0, 0, 0, .22);
padding:5px;
background:#fff;
border-radius:6px;
margin:4px;
}