@charset "UTF-8";
/* CSS Document */
.menu-top a:after, .menu-top > li.deeper.parent .a-third  li > span:after, .pagination ul li:after, .main.content .breadcrumb li:after, .icon-menu li a:after {
	font-family: 'FontAwesome';
}
* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
html, body {
	min-height: 100% !important;
	height: 100%;
}
body {
    margin: 0;
    background: #ffffff;
    color: #2d3e4a;
    font-family: 'ClearSansThin', Tahoma, Verdans, sans-serif;
	font-size: 110%;
	min-height:100%;
}
.clearing {
	height: 1px;
	line-height: 1px;
	clear: both;
	font-size: 1px;
}
a {
    color: #525252;
}
a:hover {
    color: #b40a22;
}
.page-info a {
	color: #b40a22;
}
.page-info a:hover {
	color: #2d3e4a;
}
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
   * Consistent box sizing and appearance
   */

  input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
  input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/* 
   * Remove inner padding and border in FF3/4: h5bp.com/l 
   */

  button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/* 
   * 1. Remove default vertical scrollbar in IE6/7/8/9 
   * 2. Allow only vertical resizing
   */

  textarea { overflow: auto; vertical-align: top; resize: vertical; }
/* Colors for form validity */
  input:valid, textarea:valid {  }
  input:invalid, textarea:invalid { background-color: #f0dddd; }
  
/* PINK */
#wrap-contact-form98 button.sscf-popup,
#wrap-contact-form98 button.sscf-popup:hover,
#wrap-contact-form98 button.sscf-popup:visited,
#wrap-contact-form99 button.sscf-popup,
#wrap-contact-form99 button.sscf-popup:hover,
#wrap-contact-form99 button.sscf-popup:visited,
#wrap-contact-form100 button.sscf-popup,
#wrap-contact-form100 button.sscf-popup:hover,
#wrap-contact-form100 button.sscf-popup:visited,
#wrap-contact-form110 button.sscf-popup,
#wrap-contact-form110 button.sscf-popup:hover,
#wrap-contact-form110 button.sscf-popup:visited,
.btn.button,
#wrap-contact-form100 a.btn,
.moduletablepopup-form input[type="submit"]{
   padding: 10px 30px;
	background: #da0000;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
  }
.moduletablepopup-form input[type="submit"]{
	border: none;
}
#wrap-contact-form100 {
	margin-top: 60px;	
}
#wrap-contact-form110 button.sscf-popup {
	width: 100%;
	height: 55px;
}
#wrap-contact-form98 button.sscf-popup:hover,
#wrap-contact-form99 button.sscf-popup:hover,
#wrap-contact-form100 button.sscf-popup:hover,
#wrap-contact-form110 button.sscf-popup:hover,
.btn.button:hover {
    background: #405a62;
  }
  
img {
    border: 0;
}
h1 {
	font-weight: normal;
}
p, .main.content li, .content .item li {
    margin: 20px 0;
}
ol {
	counter-reset:li; /* Инициализируем счетчик */
    padding:0 0 0 35px; /* Удаляем  установленное по умолчанию левое поле*/
    list-style-type:none; /* Отменяем нумерацию установленную по умолчанию */
	list-style-position: outside;
}
ol li {
	position: relative; 
}
ol li:before {
	content: counter(li);
	counter-increment: li;
	background: #2d3e4a;
	color: #fff;
	font-size: 90%;
	height: 24px;
	lene-height: 24px;
	text-align: center;
	width: 24px;
	position: absolute;
	left: -35px;
	top: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'ClearSansMedium', Tahoma, Verdans, sans-serif;
}
/* Lists */
* + HTML .main.content UL LI {
	behavior:expression(
		function(t){
			t.runtimeStyle.behavior = 'none';
			t.insertAdjacentHTML(
				'afterBegin',
				'<span class="content-article-ul-dash">—</span>'
			);
		}(this)
	);
	}
	* + HTML .content-article-ul-dash {
		position:absolute;
		margin:-4px 0 0 -1.5em;
		}
* + HTML .main.content OL LI {
	behavior:expression(
		function(t){
			t.runtimeStyle.behavior = 'none';
			if ( t.className != 'comments-item' ) {
				t.insertAdjacentHTML(
					'afterBegin',
					'<span class="content-article-li-number">' +
						( ++t.parentNode.IEcounter || ( t.parentNode.IEcounter = 1 )) +
					'.</span>'
				);
			}
		}(this)
	);
	}
	* + HTML .content-article-li-number {
		position:absolute;
		margin:-3px 0 0 -1.5em;
		}
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

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

.inputbox {
    padding: 0 10px;
    height: 30px;
    border: 1px solid #e7e7e7;
    background-color: #f3f3f3;
    color: #b2b2b2;
    vertical-align: top;
}

.button {
    height: 32px;
    border: none;
    background-color: #29c5e6;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.image {
    outline: 1px solid #c9c9c9;
    border: 1px solid #fff;
}

figure img {
    display: block;
}

.wrapper {
    /*margin: auto;*/
    /*max-width: 960px;*/
	position: relative;
	height: auto !important;
    height: 100%;
    min-height: 100%;
}
.content {
	width: 960px;
	margin: 0 auto;
}
.content.main, .items-row .content{ 
	padding: 0 10px;
}
.content.main {
	margin-top: 40px;
}
.page-special .content.main, .page-info .content.main {
	margin-top: 10px;
}
header .content {
	line-height: 100%;
}
header {
    padding: 0;
	background: #fafafa;
	border-bottom: solid 1px #e4e4e4;
}
.logo {
	display: block;
	height: 80px;
	float: left;
}
aside {
    float: left;
    width: 250px;
}

aside + .item-page {
    margin-left: 280px;
    padding-bottom: 50px;
}
.empty {
	height: 62px;
}
footer {
    clear: both;
    font-size: 90%;
	border-top: solid 1px #e4e4e4;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
    line-height: 0;
}
.clearing {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
/* LAYOUT */
.a-third {
	width: 33.3333333%;
	float: left;
	/*border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;*/
}
.a-third:nth-child(3n) {
	border-right: none;
}
/* MENU */

.main-navigation {
	width: 100%;
	position: relative;
}

.menu-top {
    margin: 0;
    padding: 0;
}

.menu-top li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 45px;
    list-style-position: inside;
    text-transform: uppercase;
    font: 14px 'Oswald', sans-serif;
}
.menu-top li.item-160 {
	display: none;
}
.menu-top .a-third li {
	padding: 0;
	font-size: 12px;
}
.menu-top a {
    color: #353535;
    text-decoration: none;
	line-height: 80px;
	height: 80px;
	padding: 0 5px;
	font-size: 80%;
}
.menu-top > li.deeper.parent a:after {
	content: '\f107';
	display: inline-block;
	padding-left: 5px;
}
.menu-top > li.current > a, .menu-top > li:hover > a {
    color: #b40a22;
}
.menu-top .nav-child {
	width: 960px;
	display: none;
	position: absolute;
	left: 0;
	margin-left: 0;
	top: auto;
	z-index: 200;
	background: #fff;
	text-transform: none;
	border-top: solid 1px #fafafa;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 5px 20px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.4);
}
/*.menu-top .item-104 .nav-child, .menu-top .item-106 .nav-child {
	display: none;
}*/
.menu-top li:hover .nav-child {
	display: block;
}
.menu-top li .a-third {
	padding: 20px;
	height: 420px;
}
.menu-top li .a-third.dark-menu {
	width: 265px;
	background: url('/templates/autoportal/images/a-zh-menu1.jpg') center center no-repeat;
	position: relative;
	color: #fff;
}
.menu-top li .a-third.dark-menu:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.60);
	z-index: 300;
}
.menu-top li .a-third .data {
	position: relative;
	z-index: 400;
}
.menu-top li .a-third.dark-menu h4 {
	font-family: 'ClearSansRegular', Tahoma, Verdans, sans-serif;
	font-size: 18px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.menu-top li .a-third p {
	font-family: 'ClearSansThin';
	font-size: 16px;
}
.menu-top li .a-third a.button {
	margin-top: 10px;
}
.menu-top li .a-third:nth-child(2) {
	width: 345px;
	float: left;
	padding: 20px 0;
	position:relative;
    background:#fafafa;
	/*z-index: 200;*/
}
.menu-top li .a-third:nth-child(2):before, .menu-top li .a-third:nth-child(2):after {
	content:"";
    position:absolute;
    z-index:-2;
}

.menu-top li .a-third:nth-child(2):before {
	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius:10px / 100px;
         border-radius:10px / 100px;
}
.menu-top li .a-third.wide:nth-child(2) {
	width: 695px;
	padding: 20px;
	position:relative;
    background:#fafafa;
}
.menu-top li .a-third.wide:nth-child(2):before {
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    -moz-border-radius: none;
         border-radius: none;
}
.menu-top li .a-third li {
	padding: 0 0 20px 0;
	width: 100%;
	position: relative;
}
.menu-top li.item-106 .a-third li {
	width: 33.33333333%;
	float: left;
	text-align: center;
}
.menu-top li.item-106 .a-third li:after {
	content: '';
}
.menu-top li .a-third a {
	width: 100%;
	display: inline-block;
	position: relative;
	line-height: 20px;
	font-size: 100%;
	display: inline-block;
	height: auto;
	padding: 0 20px;	
}
.menu-top > li.item-106.deeper.parent .a-third a {
	display: block;
	width: 100%;
	padding: 100px 0 0 0;
	position: relative;
}
.menu-top > li.item-106.deeper.parent .a-third a.button.view-all {
	position: absolute;
	bottom: 40px;
	left: 150px;
	right: 150px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	width: auto;
}
.menu-top > li.item-106.deeper.parent .a-third a.button.view-all:before {
	background: none;
	width: auto;
	height: auto;
	margin: auto;
}
.menu-top > li.item-106.deeper.parent .a-third a:before {
	width: 160px;
	height: 100px;
	display: block;
	position: absolute; 
	top: 0;
	left: 50%;
	margin-left: -80px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	content: '';
}
.menu-top > li.item-106.deeper.parent .a-third a:hover:before {
	background-position:  center -160px;
}
.menu-top > li.item-106.deeper.parent .a-third li.item-153 a:before {
	background-image: url('/components/com_jshopping/files/img_categories/econ.png');
}
.menu-top > li.item-106.deeper.parent .a-third li.item-154 a:before {
	background-image: url('/components/com_jshopping/files/img_categories/comf.png');
}
.menu-top > li.item-106.deeper.parent .a-third li.item-155 a:before {
	background-image: url('/components/com_jshopping/files/img_categories/bus.png');
}
.menu-top > li.item-106.deeper.parent .a-third li.item-156 a:before {
	background-image: url('/components/com_jshopping/files/img_categories/cross.png');
}
.menu-top > li.item-106.deeper.parent .a-third li.item-157 a:before {
	background-image: url('/components/com_jshopping/files/img_categories/out.png');
}
.menu-top > li.item-106.deeper.parent .a-third li.item-158 a:before {
	background-image: url('/components/com_jshopping/files/img_categories/comm.png');
}
.menu-top li .a-third a:hover {
	color:  #da0000;	
}
.menu-top > li.deeper.parent .a-third  li > a:after {
	content: '\f105';
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	right: 20px;
}
.menu-top > li.item-106.deeper.parent .a-third  li > a:after {
	content: '';
}
.menu-top > li.deeper.parent .a-third  li  > div {
	padding: 20px 20px 20px 30px;
	display: none;
	position: absolute;
	top: -20px;
	left: 335px;
	height: 420px;
	width: 360px;
	text-transform: none;
}
.menu-top > li.deeper.parent .a-third  li:nth-child(2)  > div {
	top: -60px;
}
.menu-top > li.deeper.parent .a-third  li:nth-child(3)  > div {
	top: -100px;
}
.menu-top > li.deeper.parent .a-third  li  > div p {
	margin: 0 0 10px 0;
}
.menu-top > li.deeper.parent .a-third  li:hover  > div {
	display: block;
}
.menu-top > li.deeper.parent .a-third  li  div#item-116,
.menu-top > li.deeper.parent .a-third  li  div#item-117,
.menu-top > li.deeper.parent .a-third  li  div#item-118 {
	background: url('/templates/autoportal/images/a-zh-menu2.jpg') bottom right no-repeat;
	z-index: -3;
}
.menu-top > li.deeper.parent .a-third  li  div#item-161,
.menu-top > li.deeper.parent .a-third  li  div#item-162,
.menu-top > li.deeper.parent .a-third  li  div#item-163 {
	background: url('/templates/autoportal/images/a-biz-menu2.jpg') bottom right no-repeat;
	z-index: -3;
}

/* icon-menu */
.icon-menu {
	position: fixed;
	top: 350px;
	left: -100px;
	z-index: 1000;
	-webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  
}
.icon-menu:hover {
	position: fixed;
	left: 0px;
}
.icon-menu li {
	padding: 5px;
	background: #394751;
	border-radius: 0 5px 5px 0;
	color: #ffffff;
	cursor: pointer;
	border: solid 2px #fff;
	border-left: none;
}
.icon-menu li a {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}
.icon-menu li a:after { 
	content: ' \f1ec';
}
/* icon-menu */

/* HEADING */

.main-heading {
	position: relative;
	height: 255px;
	line-height: 255px;
    background-color: #2d3e4a;
	text-align:center;
	background-position: center center;
	background-repeat: no-repeat;
}
.page-azh .main-heading, .page-abiz .main-heading, .main-heading.product, .page-calc .main-heading  {
	height: 190px;
	line-height: 190px;
}
.main-heading h1 {
    display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
	font-family: 'ClearSansThin';
	font-size: 310%;
	letter-spacing: 20px;
	background: rgba(45,62,74,0.52);
}
.page-calc .main-heading h1 {
	background: none;
}
/* JOOMSHOPPING*/

.category_name .product_link {
	display: block;
	background: #2d3e4a;
	border-radius: 3px;
	text-align: center;
	padding: 15px 0;
	color: #ffffff;
	font-family: 'ClearSansBold', Tahoma, Verdans, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.category_name .product_link:hover {
	background-color: #b40a22;
}

/* TABS */

/* Базовый контейнер табов */
.tabs {
  padding: 0px;
  margin: 30px auto; 
}
/* стили секций с содержанием */
section {
  display: none;
  background: #eff0f1;
  padding: 20px;
}
section.product-sec {
	padding: 20px 0 0 0;
}
.tabs input#tab1, .tabs input#tab2, .tabs input#tab3, .tabs input#tab4 {
  display: none;
}
/* стили вкладок (табов) */
.tabs label {
  display: inline-block;
  margin: 0;
  padding: 15px 25px;
  text-align: center;
  border-right: 2px solid #fff;
  border-bottom: 3px solid #fff;
  background: #f5f6f6;
  color: #71828f;
  text-transform: uppercase;
  font-size: 0;
  float: none;
}
.tabs label span {
  font-size: 14px;  
}
/* изменения стиля заголовков вкладок при наведении */
.tabs label:hover {
  color: #b40a22;
  cursor: pointer;
}
/* стили для активной вкладки */
.tabs input:checked + label {
  background: #eff0f1;
  color: #b40a22;
}
/* активация секций с помощью переключателя :checked */
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
}
/* медиа запросы для различных типов носителей */  
@media screen and (max-width: 680px) {
  .tabs label {
    font-size: 0;
  }
 
  .tabs label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .tabs label {
    padding: 15px;
  }
}

/* PRODUCT */
#mxcpr {
	display: none;
}
.jshop_prod_description ul {
	list-style-position: inside;
}

/* PAGES */

.category-desc {
	background: #eff0f1;
	font-size: 120%;
}
.bloghome .category-desc .content {
	width: 100%;
	position: relative;
	background: #eff0f1 url('/images/headers/header-home.jpg') center top no-repeat;
	padding-top: 1px;
	height: 540px;
}
.bloghome .category-desc .content h1 {
	color: #281711;
	font-size: 40px;
	margin-top: 70px;
}
.bloghome .category-desc .content h1 span{
	color: #684a42;
}
.bloghome .category-desc .content .center {
	width: 960px;
    margin: 0 auto;
}
.category-desc .content { 
	padding: 0 10px 20px 10px;
}
.content.main h2, .content .item h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 200%;
}
.content.main h4, .content .item h4 {
	text-transform: uppercase;
	font-size: 150%;
	font-family: 'ClearSansBold', Tahoma, Verdans, sans-serif;
	margin-top: 20px;
}
.content.main h3, .content .item h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 110%;
	font-family: 'ClearSansBold', Tahoma, Verdans, sans-serif;
}
.item h2, .item h3 {
	margin-top: 40px;
}
.blogcontact .item h2, .blogcontact .item h3 {
	margin-top: 0;
}
.mod-articles-category-group2, .mod-articles-category-group1 {
	cursor: pointer;	
}
.mod-articles-category-group2 span, .mod-articles-category-group1 span {
	border-bottom: dashed 1px #ffffff;
}
.mod-articles-category-group2:hover, .mod-articles-category-group1:hover {
	background: #405a62;
}
.content.main ul, .content .item ul {
	list-style-type: disc;
	padding-left:35px;
}
.content.main .category-module ul.num2, .content.main .category-module ul.num1 {
	padding-top: 1px;
	display: none;
}
.content.main .category-module ul.num2.open, .content.main .category-module ul.num1.open {
	display: block;	
}
.content.main ul li, .content .item ul li {
	list-style-position: inside;
}
.items-leading .content.main ul{
	padding: 0;
	margin: 0;
}
.items-leading ul {
	list-style-type: none;
	float: left;
	width: 100%;
	clear: both;
}
.items-leading li {
	list-style-type: none;
	display: block;
	float: left;
	width: 33.3333333%;
	font-family: 'ClearSansMedium', Tahoma, Verdans, sans-serif;
}
.items-leading .content.main li {
	text-align: center;
}
.items-leading .content.main li span {
	border-top: solid 2px #cd5c6c;
}
.a-half {
	width: 56%;
	padding-left: 6%;
	float: left;
}
.a-half:first-child {
	width: 44%;
	padding-left: 0;
}
.block_efg.a-half, .manufacturer_name.a-half, .block_efg.a-half:first-child {
	width: 50%;
	padding: 0 1px;
	float: left;
}
.block_efg.a-half:last-child .manufacturer_name {
	display: none;
}
.page-azh .items-row, .page-abiz .items-row {
	padding-bottom: 20px;
}
.page-azh .row-2, .page-abiz .row-2 {
	background: #f3f3f3;	
}
.page-azh .row-1, .page-azh .row-4, .page-abiz .row-1, .page-abiz .row-4, .bloghome .row-0 {
	background: url('/templates/autoportal/images/form-bg.jpg') center center no-repeat;
	height: 385px;
}
.page-azh .row-1 .content, .page-azh .row-4 .content, .page-abiz .row-1 .content, .page-abiz .row-4 .content,
.bloghome .row-0 .content {
	width: 820px;
	padding: 0 40px;
	text-align: center;
}
.content .item .moduletable h3, .content .moduletable h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 200%;
	font-family: 'ClearSansThin', Tahoma, Verdans, sans-serif;
}
.pre-button {
	padding: 20px 0;
}
.moduletable button {
	margin: 0 auto;
}
.numbers > div {
	float: left;
	position: relative;
	padding-top: 20px;
	border-top: solid 10px #d8221d;
}
.numbers > div p {
	padding-bottom: 0;
	margin-bottom: 0;
}
.numbers > div:last-child {
	border-top: solid 10px #fff;
}
.numbers > div:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #d8221d;
	position: absolute;
	top: -25px;
	left: -3px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-family: 'ClearSansMedium', Tahoma, Verdans, sans-serif;
}
.numbers > div.one:before {
	content: '01';
}
.numbers > div.two:before {
	content: '02';
}
.numbers > div.three:before {
	content: '03';
}
.numbers > div.four:before {
	content: '04';
}
.numbers > div.five:before {
	content: '05';
}
.numbers > div.six:before {
	content: '06';
}
.numbers > div.one {
	width: 150px;
}
.numbers > div.two {
	width: 185px;
}
.numbers > div.three {
	width: 180px;
}
.numbers > div.four {
	width: 135px;
}
.numbers > div.five {
	width: 190px;
}
.bonuses {
	padding-left: 335px;
}
.content.main .bonuses ul, .content.main .bonuses ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.content.main .bonuses ul li {
	position: relative;
	padding-left: 30px;
}
.content.main .bonuses ul li:before {
	font-family: 'FontAwesome';
	content: '\f111';
	color: #d8221d;
	font-size: 10px;
	line-height: 24px;
	position: absolute;
	left: 0;
}
.quarter {
	width: 25%;
	float: left;
}
.youcan {
	padding-top: 60px;
}
.youcan > div {
	position: relative;
}
.youcan > div:before {
	position: absolute;
	top: -20px;
	left: 15px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	color: #d8221d;
	font-size: 22px;
	font-family: 'ClearSansBold', Tahoma, Verdans, sans-serif;
}
.youcan div:first-child {
	font-size: 30px;
	text-transform: uppercase;
	width: 14%;
}
.youcan div:nth-child(2) {
	width: 26%;
	margin-right: 3%
}
.youcan div:nth-child(2):before {
	content: 'А';
}
.youcan div:nth-child(3) {
	width: 24%;
	margin-right: 3%
}
.youcan div:nth-child(3):before {
	content: 'Б';
}
.youcan div:nth-child(4) {
	width: 30%;
}
.youcan div:nth-child(4):before {
	content: 'В';
}
.youcan div:nth-child(2), .youcan div:nth-child(3), .youcan div:nth-child(4) {
	border: solid 1px #d8221d;
	border-radius: 5px;
	padding: 20px 20px;
}
/* ИНФОРМАЦИЯ */
.category-module li {
	list-style-type: none;
}
.category-module > li > div {
	background: #2d3e4a;
	color: #fff;
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.content.main .category-module, 
.content.main .category-module > li > ul {
	padding-left: 0px;
}
.content.main .category-module > li > ul li {
	padding: 10px 20px;
}
.content.main .category-module > li > ul.num2 li {
	background: #eff0f1;
	padding-bottom: 15px;
}
.category-module > li > ul li.type1 .item-title {
	width: 20%;
	font-family: 'ClearSansMedium', Tahoma, Verdans, sans-serif;
	float: left;
	padding-right: 10px;
}
.category-module > li > ul li.type1 .mod-articles-category-introtext {
	float: left;
	width: 80%;
}
.category-module > li > ul li.type2 .item-title span, .category-module > li > ul li.type2.highlight:hover .item-title span {
	color: #b40a22;
	border-bottom: 1px dotted;
	cursor: pointer;
}
.category-module > li > ul li.type2 .item-title span:hover, .category-module > li > ul li.type2.highlight:hover .item-title span:hover {
	color: #405a62;
}
.category-module > li > ul li.type2.highlight .item-title span {
	color: #354046;
	font-family: 'ClearSansMedium', Tahoma, Verdans, sans-serif;
}
.category-module > li > ul li.type2 .mod-articles-category-introtext {
	display: none;
	padding-top: 20px;
}
.content.main .category-module ul li .mod-articles-category-introtext p, .content.main .category-module ul li  .mod-articles-category-introtext li {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
}
.category-module > li > ul li.type2.highlight .mod-articles-category-introtext {
	display: block;
}
.content.main .category-module > li > ul li.type3 {
	padding: 0px 20px;
	margin: 10px 0;
}
/* БАННЕРЫ НА ГЛАВНОЙ */

.bloghome .items-leading {
	position: relative;
	text-align: center;
	display: none;
}
.bloghome .items-leading h2 {
	font-size: 70px;
	line-height: 90px;
	letter-spacing: 20px;
}
.bloghome .items-leading:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 90px;
	background: #FDFAF0;
	z-index: 10;
}
.bloghome .items-leading .content.main {
	margin-top: 0;
	position: relative;
	z-index: 100;
}
.bloghome .leading-0 {
	height: 760px;
	height: 0px !important;
}
.bloghome .leading-0 > p, .slick-h3 {
	display: none;
}

/* Категории на главной*/
.bloghome .items-row h2 {
	text-align: center;
}

.bloghome .row-1 {
	text-align: center;
	position: relative;
	background: #F3F3F3 url('/images/home-special.jpg') top center no-repeat;
	padding-bottom: 30px;
}
.bloghome .row-1 .column-1 > p {
	margin-top: 70px;
	margin-bottom: 70px;
}
.bloghome .row-1 .column-1 > p:nth-child(2) {
	display: none;
}
.bloghome .row-1 .main-category a {
	display: inline-block;
	padding: 20px 40px;
	background: #405a62;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	letter-spacing: 3px;
}
.bloghome .row-1 .main-category a:hover {
	background-color: #b40a22;
}
.bloghome .row-1 .main-category .categories.sub7 .category a:hover {
	background-color: transparent;
}
.bloghome .row-1 .main-category, .bloghome .row-1 .categories.sub7 {
	padding: 30px 0 0 0;
}
.bloghome .row-1 .column-1 .moduletable .category, .categories.sub7 .category {
	width: 33.3333333%;	
	float: left;
	height: 313px;
	background: #F3F3F3;
}
.bloghome .row-1 .column-1 .moduletable .category a, .categories.sub7 .category a {
	width: 100%;
	padding: 250px 20px 20px 20px;
	color: #2d3e4a;
	height: 100%;
	border-radius: 0px;
	letter-spacing: normal;
	font-size: 16px;
	font-family: 'ClearSansBold', Tahoma, Verdans, sans-serif;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.bloghome .row-1 .column-1 .moduletable .category a:hover, .categories.sub7 .category a:hover {
	background-position: bottom center;
	color: #b40a22;
}
.bloghome .row-1 .column-1 .moduletable .category:nth-child(2n+1), .categories.sub7 .category:nth-child(2n+1) {
	background: #FFFFFF;
}


/* ТОВАРЫ НА ГЛАВНОЙ */

.bloghome .row-2 .content.main {
	margin: 20px auto 30px auto;
}


.bloghome .row-3 {
	height: 1230px;
	background: #f3f3f3 url('/images/what.jpg') bottom center no-repeat;
}
.bloghome .row-3 .page-header {
	height: 135px;
}
.bloghome .row-3 h3 {
	margin: 0 0 20px 0;
}
.bloghome .row-3 .inner, .bloghome .row-3 .inner2 {
	height: 100%;
	padding: 30px;
}
.bloghome .row-3 .block1 {
	height: 382px;
}
.bloghome .row-3 .block1 .inner {
	background: #2d3e4a;
	color: #FFFFFF;
	width: 350px;
}
.bloghome .row-3 .block2 {
	height: 249px;
}
.bloghome .row-3 .block2 .inner {
	color: #2d3e4a;
	background: #FFFFFF;
	width: 575px;
	margin-left: 370px;
}
.bloghome .row-3 .block3 {
	height: 424px;
	
}
.bloghome .row-3 .block3 .inner, .bloghome .row-3 .block3 .inner2  {
	background: #2d3e4a;
	color: #FFFFFF;
	width: 620px;
	margin-left: 200px;
	height: 274px;
}
.bloghome .row-3 .block3 .inner2 {
	color: #2d3e4a;
	background: #FFFFFF;
	height: 150px;
}
.bloghome .row-3 .block3 .inner2 a, a.product-button, .menu-top li .a-third a.button {
	display: inline-block;
	padding: 10px 30px;
	background: #da0000;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
}
.menu-top li .a-third a.button {
	text-transform: none;
	height: 40px;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
	font-family: 'ClearSansThin', Tahoma, Verdans, sans-serif;
}
.menu-top li .a-third a.button:after {
	content:'';
}
a.product-button {
	margin-bottom: 18px;
	width: 100%;
	height: 50px;
	padding: 0;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-family: 'ClearSansRegular', Tahoma, Verdans, sans-serif;
}
.bloghome .row-3 .block3 .inner2 a:hover, a.product-button:hover, .menu-top li .a-third a.button:hover {
	background: #405a62;
}





.bloghome .row-4 {
	padding-bottom: 40px;
}
.bloghome .row-4 h2 {
	margin-bottom: 50px;
}
.bloghome .row-5 {
	background: #f3f3f3 url('/images/why-we.jpg') top center no-repeat;
}
.bloghome .row-5 .content.main {
	margin-top: 10px;
	padding-top: 0;
}
.bloghome .row-5  h3 {
	margin: 0;
	font-size: 30px;
	font-family: 'ClearSansThin', Tahoma, Verdans, sans-serif;
}
.bloghome .row-5 .block1 {
	height: 405px;
	margin-bottom: 10px;
}
.bloghome .row-5 .block1 .inner {
	color: #2d3e4a;
	background: #FFFFFF;
	width: 400px;
	height: 100%;
	margin-left: 540px;
	padding: 30px;
}
.bloghome .row-5 .block2 {
	padding: 30px 50px;
	color: #FFFFFF;
	background: #6a7883;
	font-size: 24px;
}
.bloghome .row-5 .block2 strong {
	font-family: 'ClearSansBold', Tahoma, Verdans, sans-serif;
}
/* КОНТАКТЫ */
.blogcontact .content.main {
	margin-top: 0px;
}
.blogcontact .items-row .content {
	position: relative;
	padding: 0;
}

.blogcontact .span6 {
	height: 450px;
}
.blogcontact .row-0 .span6:first-child, .blogcontact  .row-1 .span6:last-child { 
	width: 33%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: right;
	padding: 30px 40px;
	background: #708594;
	color: #fff;
}
.blogcontact .row-0 .span6:first-child { 
	right: 0;
	left: auto;
	text-align: left;
}
.blogcontact .row-1 .span6:first-child, .blogcontact .row-0 .span6:last-child { 
	width: 67%;
	z-index: 50;
}
.blogcontact .row-1 .span6:first-child {
	margin-left: 33%;
}
.blogcontact .span6:after {
	display: block;
	content: ' ';
	height: 0;
	line-height: 0;
	border-bottom: solid 4px #2d3e4a;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.blogcontact .row-2 .span6 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 20px;
}
.blogcontact .row-2 .span6:after {
	border: none;
}
/*.span6 .item, .span6 .item .moduletable {
	height: 450px;
}*/
/* JOOMSHOPPING */
.page-special .jshop_list_category, .page-econom .jshop_list_category, .page-comfort .jshop_list_category,
.page-business .jshop_list_category, .page-crossover .jshop_list_category, .page-offroad .jshop_list_category,
.page-commerce .jshop_list_category {
	padding-top: 20px;
	margin-bottom: 40px;
}
.page- .wrapper .main-heading:first-child {
	display: none;
}
.jshop_list_category {
	position: relative;
}
.jshop_list_category .jshop_menu_level_1, .jshop_list_category .jshop_menu_level_0_a,
.jshop_list_category .jshop_menu_level_1_a, .jshop_list_category .jshop_menu_level_0 {
	display: block;
	float: left;
	width: 33.33333%;
	font-size: 16px;
	height: 52px;
	line-height: 50px;
	padding: 1px;
	text-align: center;
	font-family: 'ClearSansBold', Tahoma, Verdans, sans-serif;
	text-transform: uppercase;
	margin: 0 !important;
}
.jshop_list_category .jshop_menu_level_1 a, .jshop_list_category .jshop_menu_level_0_a a,
.jshop_list_category .jshop_menu_level_1_a a, .jshop_list_category .jshop_menu_level_0 a {
	background: #2d3e4a;
	color: #ffffff;
	display: block;
	text-decoration: none;
	border-radius: 3px;
}
.jshop_list_category .jshop_menu_level_1_a a:hover, .jshop_list_category .jshop_menu_level_0 a:hover,
.jshop_list_category .jshop_menu_level_1 a:hover, .jshop_list_category .jshop_menu_level_0_a a:hover {
	background: #b40a22;
}
.jshop_list_category .jshop_menu_level_1_a a, .jshop_list_category .jshop_menu_level_0_a a {
	background: #405a62;
}
.jshop_list_category .jshop_menu_level_0_a {
	/*position: absolute;
	bottom: 0;
	right: 0;*/
	display: none;
}
.block_sorting_count_to_page {
	display: none;
}
.jshop_list_category .filter {
	width: 66.6666666%;
	float: left;
	padding: 20px 1px 1px 1px;
}
.jshop_list_category .filter .filter-lable {
	text-transform: uppercase;
	padding: 0 20px;
	font-family: 'ClearSansBold', Tahoma, Verdans, sans-serif;
}
/*.jshop_list_category .filter .filter-lable, .jshop_list_category .filter .box_manufacrurer {
	width: 50%;
	float: left;
}*/
.jshop_list_category .filter .box_manufacrurer {
	border: solid 1px #ccc;
    padding: 0;
    line-height: 50px;
    cursor: pointer;
	height: 50px;
	background: #d9e9f4;
	position: relative;
}
.jshop_list_category .filter .filter-lable {
	width: 100%;
	position: relative;
}
.jshop_list_category .filter .filter-lable:before {
	font-family: 'FontAwesome';
	content: '\f107';
	position: absolute;
	right: 20px;
}
.jshop_list_category .filter .filter-select {
	background: #FFFFFF;
	border-radius: 0 0 3px;
	border: solid 1px #ccc;
	border-top: none;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
}
.jshop_list_category .filter-select .select-row {
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
}
.jshop_list_category .filter-select .select-row:hover {
	background: #d9e9f4;
}
.jshop_list_category .filter-select .select-row span.check {
	float: right;
}
/* пагинация */
.content.main .pagination ul {
	list-style-type: none;
	padding: 0;
}
.pagination ul.pagination-list li {
	display: inline-block;
	padding: 0 10px;
}
.pagination ul.pagination-list li.text span {
	display: none;
}
.pagination ul li i {
	cursor: pointer;
}
.pagination ul li:hover i, .pagination ul li a:hover {
	color: #b40a22;
}
/* крошки*/
.content.main .breadcrumb {
	list-style-type: none;
	padding: 0;
	font-size: 80%;
}
.main.content .breadcrumb li {
	display: inline-block;
	margin: 0;
}
.main.content .breadcrumb li:after {
	content: ' \f105 ';
	color: #999;
}
.main.content .breadcrumb li:last-child:after {
	content: '';
}
.main.content .breadcrumb li a {
	text-decoration: none;
	color: #405a62;
}
.main.content .breadcrumb li > span {
	color: #999;
}
.main.content .breadcrumb li a:hover, .main.content .breadcrumb li a:hover span {
	color: #b40a22;
}
/* калькулятор */
.calculation {
	position: relative;
}
.admin-par {
	display: none;
}
.calculation .a-half:first-child {
	width: 509px;
	background: #eff0f2;
}
.content.main .calculation h2 {
	text-transform: none;
	font-size: 24px;
	padding: 10px 20px;
}
.calc-summary {
	position: absolute;
	top: 0;
	right: 0;
}
.top-tables {
	position: relative;
}
.calc-button {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.user-par, .results {
	width: 100%;
}
.payments { 
	width: 940px !important;
	font-size: 80%;
}
#calcRes {
	margin-bottom: 40px;
}
.total {
	text-align: right;
}
.payments b, .total b {
	font-family: 'ClearSansRegular';
}
.user-par tr td, .calc-summary tr td, .payments tr td  {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	text-align: left;
	padding: 0;
}
.payments tr:nth-child(2n) {
	background: #eff0f2;
}
.user-par tr:nth-child(2n+1), .calc-summary tr:nth-child(2n+1), .payments tr:nth-child(2n+1) {
	background: #f6f6f6;
}
.user-par tr td p, .calc-summary tr td p, .payments tr td p {
	padding: 5px 20px;
	margin: 0;
}
 .payments tr td p {
	 padding: 5px 10px;
 }
.user-par tr td:first-child, .calc-summary tr td:first-child, .payments tr td {
	border-right: solid 2px #fff;
}
.payments tr td:last-child {
	border-right: none;
}
.calc-summary {
	width: 429px;
	background: #eff0f2;
}
.product-sec .main.content {
	padding: 0;
	margin: 0;
	width: 100%;
}
#content3.product-sec {
	background: #fff;
}
section#content3 {
	padding-top: 0;
}
.bottom-comment {
	text-align: right;
	font-size: 75%;
}
.jshop .product_label {
	display: none;
}
/* Стили модального окна
----------------------------------------------------------------------------------------------------*/
.modalDialog {
	position: fixed;
	font-family: 'ClearSansThin', Tahoma, Verdans, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.47);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog p {margin: 5px 0;}
.modalDialog > div a.right-position {
	position: absolute;
	top: 25px;
	right: 25px;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 500px;
	position: relative;
	margin: 2% auto;
	padding: 25px 50px 25px 50px;
	border-radius: 3px;
	background: #fff;
}

.close-dailog {
	padding-left: 50%;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
}

.close-dialog-button {
	margin-left: 175px;
	color: #fff;
	background-color: #016da9;
	border: 1px solid #016da9;
	font-size: 16px;
	padding: 8px 40px;
	cursor: pointer;
}

.open-dialog-button {
vertical-align: 0;
color: #0070FF;
font-size: 13px;
display: inline-block;
}

.open-dialog-botton-blue {
	margin-top: 6px;
	color: #fff;
	background-color: #008CDA;
	border: 1px solid #008CDA;
	padding: 3px 9px;
	cursor: pointer;
}

.open-dialog-text-botton {
	color: #797979;
}
.modalDialog input[type="text"], .modalDialog textarea {
	background: none;
    border: 1px solid lightgrey;
    outline: none;
    border-radius: 5px;
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    height: 30px;
	width: 100% !important;
    line-height: 22px;
    padding: 5px 0 5px 14px;
    -webkit-appearance: none;
    box-shadow: none;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modalDialog input[type="text"]#sf2_117_proverochnyjj_kod,
.modalDialog input[type="text"]#sf2_118_proverochnyjj_kod,
.modalDialog input[type="text"]#sf2_119_proverochnyjj_kod {
	width: 215px !important;
}
.moduletablepopup-form {
	text-align: left;
}
.moduletablepopup-form > div, .moduletable > div {display: none;}
.moduletable > div.ymaps {display: block;}
    /* Конец стилей модального окна
----------------------------------------------------------------------------------------------------*/
.k-content{
        max-width: 1040px;
        margin: 0 auto;
        margin-top: -38px;
    }
    .k-footer{
        background: #70878f;
        padding: 25px 40px;
        color:#Fff;
    }
    .k-img{
        margin-top: 2px;
        height: 250px;
        width: 100%;
        background-image: url('/images/k03.jpg');
        background-position: center 0%;
        background-size: cover;
    }
    .kright{
        width: 100%;
    }
    .kflex{
        display: flex;
    }
    .kleft{
        width: 240px;
        padding: 40px 0 25px 25px;
        color:#fff;
        background: #70878f;
    }
    .kleft p{
        font-size: 11px;
        margin-bottom: 30px;
    }
    .kleft p:last-of-type {
        margin-top:64px;
    }
    .kleft p a{
        color: inherit;
        text-decoration: none;
    }
    .kright-line{
        height: 340px;
        padding: 0px 2px;
        display: flex;
    }
    .kmap-head{
        height: 88px;
        color:#fff;
        background: #70878f;
        padding: 12px 0 0 13px;
        font-size: 13px;
    }
    .img50{
        width: 50%
    }
    .map50{

        width: 50%;
    }
    .img50:nth-of-type(1){
        background-image: url('/images/k02.jpg');
        background-size: cover;
        background-position: center;
    }
    .img50:nth-of-type(2){
        background-image: url('/images/k01.jpg');
        background-size: cover;
            background-position: center;
    }
    .kmap {
        height: 251px;
    }

    .kmap-head-fl{
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        line-height: 28px;

    }
    .kright-line:nth-of-type(2) .kmap-head-fl{
        max-width: 250px;
    }
    .kright-line:nth-of-type(1) .kmap-head-fl{
        max-width: 340px;
    }
    .kmap-head-fl span{
        font-size: 26px;
    }
    .kmap-head-fl a{
        line-height: 34px;
        color:#fff;
    }
