/*
	Alexander nasa Kirillov
	http://www.axdr.ru
	15:00 22.01.2013
*/

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    background: #fff;
    text-align: center;
    color: #333;
}

img {
    border: 0;
}

:focus {
    outline: none;
}

@font-face {
    font-family: 'Square';
    src: url('pfsquaresanspro-regular-webfont.eot');
    src: url('pfsquaresanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('pfsquaresanspro-regular-webfont.woff') format('woff'), url('pfsquaresanspro-regular-webfont.ttf') format('truetype'), url('pfsquaresanspro-regular-webfont.svg#pf_square_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Square';
    src: url('pfsquaresanspro-medium-webfont.eot');
    src: url('pfsquaresanspro-medium-webfont.eot?#iefix') format('embedded-opentype'), url('pfsquaresanspro-medium-webfont.woff') format('woff'), url('pfsquaresanspro-medium-webfont.ttf') format('truetype'), url('pfsquaresanspro-medium-webfont.svg#pf_square_sans_pro_mediumRg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Din';
    src: url('pfdindisplaypro-med-webfont.eot');
    src: url('pfdindisplaypro-med-webfont.eot?#iefix') format('embedded-opentype'), url('pfdindisplaypro-med-webfont.woff') format('woff'), url('pfdindisplaypro-med-webfont.ttf') format('truetype'), url('pfdindisplaypro-med-webfont.svg#pf_dindisplay_pro_mediumRg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ����� */

#top {
    width: 100%;
    min-width: 1150px;
    height: 80px;
	padding-top:20px;
	box-sizing:content-box;
    background:#fff;
}
#top .mec-header {
	color:#b3b3b3;
	clear:both;
	font-family: arial;
    font-size: 15px;
}
#top .mec-header img {
	vertical-align:middle;
	margin-right:10px;
}
#header {
    clear: left;
    width: 1150px;
    margin: 0 auto;

    text-align: left;
    line-height: 1px;
}
#header .tel-top {}
#overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    background: url('/i/px.png');
    z-index: 999998;
}

#window {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    width: 600px;
    font: normal 16px 'Square', Arial;
    padding: 25px 30px;
    margin: -258px 0 0 -330px;
    background: #fff;
    text-align: left;
    z-index: 999999;
}

#window span {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: 30px;
    top: 30px;
    background: url('/i/close.png') no-repeat;
    cursor: pointer;
}

#window strong {
    display: block;
    font: bold 21px 'Square', Arial;
    color: #0053A5;
}

#window p {
    margin-top: 10px;
}

#window .note {
    background: #f3f3f3;
    color: #666;
    padding: 15px 20px;
    margin-top: 20px;
}

#window .note b {
    display: block;
    color: #333;
    font-size: 18px;
    margin-top: 5px;
}

#window .note img {
    float: right;
}

#window .note p {
    margin-top: 4px;
}

#free {
    float: left;
    width: 820px;
    padding: 12px 0;
    font: normal 16px 'Square', Arial;
    /*background: url('/i/ico-delivery.png') 572px 8px no-repeat;*/
    text-align: left;
}
#free .city-selector {
	display:inline-block;
	position:relative;
	text-align:center;
	cursor:pointer;
	border-bottom:1px solid #ccc;
}
#free .city-selector:hover .city-selector-wrapper {
	display:block;
}
#free .city-selector .city-selector-wrapper {
	display:none;
	position:absolute;
	min-width:150px;
	top:100%;
	left:-1px;
	right:-1px;
	background:#fff;
	border:1px solid #ccc;
	font-size:14px;
}
#free .city-selector .city-selector-wrapper div {
	border-top:1px solid #cccc;
	padding: 3px 0;
}
#free .city-selector .city-selector-wrapper div:first-child {
	border-top:none;
}
#free .city-selector .city-selector-wrapper div a {
	text-decoration:none;
	color:inherit;
	margin:0;
	font-weight:normal;
}
#free .city-selector .city-selector-wrapper div:hover {
	background: url(/i/menu-active.png) repeat-x;
	color:#fff;
}

#free b {
    font: bold 16px Arial;
}

#free a {
    font: bold 15px 'Square', Arial;
    color: #333;
    margin: 0 0 0 16px;
}

#free a:hover {
    color: #ed1040;
}

#basket {
    float: right;
    padding: 13px 0 13px 40px;
    font: bold 15px 'Square', Arial;
    background: url('/i/ico-basket.png') 0 8px no-repeat;
    text-align: right;
	margin-left:60px;
}

#basket a {
    font: bold 15px 'Square', Arial;
    color: #333;
    text-decoration: underline;
}

#basket a:hover {
    color: #ed1040;
}

#flying {
	top:0;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99999;
}

#fly {
    width: 1150px;
    margin: 0 auto;
}

#header #logo {
    display: inline-block;
    float: left;
    width: 242px;
    height: 62px;

    background: url('/i/logo.gif') no-repeat;
}

#header .header-desc {
    display: inline-block;
    float: left;
    margin: 28px 0 0 25px;
    font: normal 15px 'Square', Arial;
    color: #494949;
    line-height: 20px;
}
#header .telnums {
	text-align:right;
}

#header .number span {
	color:#0052a4;
	font-size:24px;
	line-height:24px;
	display:inline-block;
	padding-bottom:5px;
	font-family:arial;
	
}

#header .slogan {
    display: inline-block;
    color: #5f5f5f;
    margin-right: 19px;
    font-size: 16px;
    top: -12px;
    position: relative;
    line-height: normal;
}

#header .number {
	background: url('/bitrix/templates/abat/images/telephone.png') no-repeat left 4px;
	padding-left:26px;
	font-size:15px;
	line-height:15px;
	color:#5f5f5f;
	display:inline-block;
	margin-left:22px;
	font-family:arial;
}


#header span img {

}


#header #phones {
    display: inline-block;
    float: right;
	margin-top:10px;
    height: 70px;

   /* background: url('/i/phones.png') no-repeat;*/
}

#header #phones-inner {
    display: inline-block;
    float: right;
    height: 61px;
    margin: 9px 0 0;
    /*background: url('/i/phones-inner.png') no-repeat;*/
}

#menu {
    min-width: 1150px;
}

#menu .menu>ul {
    list-style: none;
    margin: 0;
	float:left;
	height:45px;
}

#menu .menu>ul li {
    display: inline-block;
	line-height:45px;
	margin-left:-5px;
}

#menu .menu>ul li a {
    display: block;
    font: normal 14px 'Din', Arial;
	line-height:45px;
	height:45px;
	padding:0 20px;
    color: #333;
    text-decoration: none;
    /*background: url('/i/menu-sep.png') no-repeat;*/
    text-transform: uppercase;
    overflow: hidden;
}
#menu .menu>ul ul li a {
	height:auto;
	line-height:normal;
	
}
#menu .menu>ul li:first-child a {
    background: none;
}

#menu .menu>ul li:hover,
#menu ul li.active {
    /*background: url('/i/menu-active.png') repeat-x;*/
	background:#dedede;
}

#menu .menu>ul li ul {
    display: none;
}

#menu .menu>ul li:hover ul {
    position: absolute;
    margin: 0 0 0 2px;
    padding: 10px;
    display: block;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 6px 10px #7a7e85;
    -moz-box-shadow: 0px 6px 10px #7a7e85;
    box-shadow: 0px 6px 10px #7a7e85;
}

#menu .menu>ul li:hover ul li {
    display: block;
    float: none;
    padding: 5px 10px;
    background: #f3f3f3;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#menu .menu>ul li:hover ul li:hover {
    background: #333;
}

#menu .menu>ul li:hover ul li a {
    font: bold 14px 'Square', Arial;
    color: #004485;
    padding: 0;
    text-transform: uppercase;
    background: none;
}

#menu .menu>ul li:hover ul li a:hover,
#menu .menu>ul li:hover ul li:hover a {
    color: #fff;
}

#menu .menu>form {
    float: right;
    width: 238px;
    margin-top: 10px;
}

#menu .menu>form input {
    width: 200px;
    padding: 4px 0 6px 8px;
    font: normal 11px Tahoma;
    border: 0;
    background: #fff;
}
.nivoSlider img {
	max-width:100% !important;
}
#menu .menu>form .find {
    width: 19px;
    height: 20px;
    padding: 0;
    margin-left: 10px;
    background: url('/i/ico-search.png') no-repeat;
    cursor: pointer;
}

#menu {
    width: 100%;
    height: 45px;
    /*background: url('/i/header.png') 0 -110px repeat-x;*/
	background: #efefef;
	clear:both;
}

#menu .menu {
    position: relative;
    width: 1150px;
    margin: 0 auto;
    text-align: left;
	height:45px;
}

.fly {
    position: fixed;
    top: 44px;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 3px #7a7e85;
    -moz-box-shadow: 0px 1px 3px #7a7e85;
    box-shadow: 0px 1px 3px #7a7e85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=160, Color='#7a7e85')";
}


/* ������� */

h1,
h2 {
    font: normal 21px 'Square', Arial;
}

h3 {
    font: bold 22px 'Square', Arial;
}

.title {
    font: normal 21px 'Square', Arial;
    color: #0052a5;
}

a {
    color: #0053a9;
}

a:hover {
    color: #ed1040;
}

#container {
    width: 1150px;
    margin: 10px auto;
    text-align: left;
}

#left {
    float: left;
    width: 280px;
    margin: 30px 15px 0 0;
}

#content {
    float: left;
    width: 855px;
    font: normal 13px Arial;
    margin: 30px 0 20px 0;
    overflow: hidden;
}

#content h1 {
    margin-bottom: 4px;
    color: #0052a5;
}

#content h2 {
    margin-top: 10px;
}

#content h3 {
    font: normal 21px 'Square', Arial;
    margin-bottom: 10px;
}

#content .top h1 {
    margin-bottom: 4px;
    color: #333;
}

#content>p {
    padding: 7px 0 10px 0;
}

ul {
    list-style: disc;
    margin: 10px 25px;
}


/* ������� */

#content table.contacts {
    border-collapse: collapse;
}

#content table.contacts td {
    border: 1px solid #fff;
    padding: 8px 10px;
    vertical-align: middle;
}

#content table.contacts tr.even {
    background: #f3f3f3;
}

#content table.contacts tr.odd {
    background: #eaeaea;
}


/* ����� ���� */

#left ul {
    list-style: none;
    margin: 0;
}

#left ul li {
    margin-bottom: 10px;
    line-height: 1px;
}

#left ul li i {
    display: block;
    padding: 20px 0 19px 22px;
    font: bold 17px 'Square', Arial;
    text-transform: uppercase;
    line-height: 1px;
    cursor: pointer;
}

#left ul li.catalog {
    color: #fff;
    /*background: url('/i/menu-active.png') repeat-x;*/
	background:#333;
}

#left ul li.catalog i {
    background: url('/i/arrow-white-close.png') 95% 50% no-repeat;
}

#left ul li.catalog ul {
    display: none;
    background: #f2f2f2;
}

#left ul li.catalog ul li {
    padding: 7px 10px;
    margin: 0;
    border-top: 1px solid #fff;
    line-height: 1px;
	clear:both;
}
#left ul li.catalog ul li.current>ul {
	display:block !important;
}
#left ul li.catalog ul li.active {
    background: url('/i/leftmenu-active.png') no-repeat;
}

#left ul li.catalog ul li.active a {
    color: #004485;
}

#left ul li.catalog ul li:first-child {
    border: 0;
}

#left ul li.catalog ul li a {
    font: normal 14px 'Square', Arial;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
	display:inline-block;
	width:210px;
	margin-left:14px;
	vertical-align:middle;
}
#left ul li.catalog ul li ul li {
	padding:10px;
}
#left ul li.catalog ul li ul li a {
	margin-left:0;
	font-size:12px;
}
#left ul li.catalog ul li a:hover {
    color: #ed1040;
}

#left ul li.catalog ul li img {
	display:inline-block;
	vertical-align:middle;
	width:32px;
}
#left ul li.catalog>ul>li:last-child {
	display:none;
}


/* II-level */

#left ul li.catalog ul li ul {
    display: none;
}

#left ul li.catalog ul li.active ul {
    display: block;
    margin: 14px 0 0 30px;
}

#left ul li.catalog ul li.active ul li {
    padding: 3px 0 4px 15px;
    margin: 2px 0;
    border: 0;
    line-height: 1px;
}

#left ul li.catalog ul li.active ul li a {
    font: normal 13px 'Square', Arial;
    text-transform: none;
    line-height: 13px;
}

#left ul li.catalog ul li.active ul li.active {
    background: url('/i/leftmenu-active2.png') 0 50% no-repeat;
}

#left ul li.catalog ul li.active ul li.active a {
    color: #fff;
}


/* III-level */

#left ul li.catalog ul li.active ul li ul {
    display: none;
}


/* ������ */

#left ul li.filter {
    color: #333;
    background: url('/i/filter-bg.png') repeat-x;
}

#left ul li.filter i {
    background: url('/i/arrow-black-close.png') 95% 50% no-repeat;
    cursor: pointer;
}

#left ul li.filter form {
    display: none;
    padding: 18px 0 18px 22px;
    background: #f2f2f2;
}

#left ul li.filter.active form {
    display: block;
}

#left ul li.filter form strong {
    display: block;
    margin-bottom: 8px;
    font: bold 14px 'Square', Arial;
    text-transform: uppercase;
}

#left ul li.filter form .cb {
    width: 120px;
    height: 13px;
    display: inline-block;
    margin-bottom: 7px;
    background: url('/i/checkbox.png') no-repeat;
    line-height: 1px;
    overflow: hidden;
    cursor: pointer;
}

#left ul li.filter form .cb.hd {
    display: none;
}

#left ul li.filter form .cb input {
    display: none;
}

#left ul li.filter form .cb b {
    display: block;
    margin: 0 0 0 17px;
    font: normal 13px 'Square', Arial;
    color: #333;
    line-height: 13px;
}

#left ul li.filter form hr {
    width: 235px;
    height: 1px;
    border: 0;
    margin: 10px 0 12px 0;
    background: #d2d2d2;
    color: #d2d2d2;
}

#left ul li.filter #range {
    width: 228px;
    background: url('/i/filter-range.png') no-repeat;
    margin: 15px 0 0 0;
    padding: 0;
    font: normal 13px 'Square', Arial;
}

#left ul li.filter #range p {
    height: 8px;
    width: 220px;
    margin-bottom: 20px;
}

#left ul li.filter #range input {
    width: 60px;
    border: 0;
    padding: 3px 0;
    margin: 0 5px;
    border: 1px solid #bfbfbf;
    text-align: center;
}

#left ul li.filter form input {
    display: inline-block;
    padding: 4px 10px 5px 10px;
    border: 0;
    cursor: pointer;
}

#left ul li.filter form .go {
    font: normal 15px 'Square', Arial;
    color: #fff;
    background: url('/i/button-bg.png') repeat-x;
}

#left ul li.filter form .clear {
    font: normal 13px 'Square', Arial;
    color: #333;
    background: url('/i/button-bg2.png') repeat-x;
}
	.clear {
		clear:both;
	}
#left ul li.filter form a {
    font: normal 13px 'Square', Arial;
    color: #0053a5;
}

#left ul li.filter form a:hover {
    color: #ed1040;
}


/* ������� ��� */

#left ul li.filter form .ui-slider {
    position: relative;
    text-align: left;
    border: 0;
}

#left ul li.filter form .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 999;
    width: 17px;
    height: 17px;
    cursor: pointer;
    border: 0;
    background: url('/i/filter-p.png') no-repeat;
}

#left ul li.filter form .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    background: url('/i/filter-range-sel.png') repeat-x;
}

#left ul li.filter form .ui-slider-horizontal {
    height: 8px;
}

#left ul li.filter form .ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-right: -17px;
}

#left ul li.filter form .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 8px;
}


/* ������ */

#left ul li.brands {
    color: #fff;
    background: url('/i/brands-bg.png') repeat-x;
}

#left ul li.brands i {
    background: url('/i/arrow-white-brands.png') 94% 50% no-repeat;
}

#left ul li.brands i a {
    font: bold 17px 'Square', Arial;
    color: #fff;
    text-decoration: none;
    line-height: 1px;
}


/* ������ */

#ab1,
#ab2 {
    float: left;
    width: 427px;
    height: 180px;
    overflow: hidden;
}

#ab2 {
    margin-top: 5px;
    height: 165px;
}

#teaser {

    width: 100%;
    height: 350px;
    overflow: hidden;
}

#left .adv {
    float: left;
    width: 280px;
    height: 118px;
    padding: 0;
    margin: 12px 0 10px 0;
    line-height: 1px;
    overflow: hidden;
}

#left .adv a {
    line-height: 1px;
}

#left .adv p {
    margin: 0;
    padding: 0;
    line-height: 1px;
}


/* ������� */

#new {
    position: relative;
    clear: both;
    width: 1150px;
    padding: 15px 0;
    overflow: hidden;
}

#new #slider {
    position: relative;
}

#new h3 {
    margin-bottom: 8px;
}

#new .items {
    margin: 0 -2px 0 0;
}

#new .items li {
    margin: 0 27px 0 0;
}


/* ��������� */

.next,
.prev {
    position: absolute;
    width: 15px;
    height: 53px;
    margin-top: 532px;
    z-index: 99px;
    cursor: pointer;
}

.next:hover,
.prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.next {
    margin-left: 1160px;
    background: url('/i/arrows.png') 100% 0 no-repeat;
}

.prev {
    margin-left: -24px;
    background: url('/i/arrows.png') no-repeat;
}


/* ������� ������������ */

.items {
    list-style: none;
    margin: 0 -2px 0 -7px;
	clear:both;
}
.clear {
	clear:both;
}
.items li {
    position: relative;
    display: inline-block;
    float: left;
    width: 192px;
    height: 330px;
    padding: 7px;
    margin: 10px 0 10px 7.5px;
    border: 1px solid #ebebeb;
    line-height: 1px;
}

.items li div {
    display: table-cell;
    padding: 5px 0 7px;
    height: 45px;
    vertical-align: middle;
}

.items li div a {
    font: normal 14px 'Square', Arial;
    color: #004485;
    line-height: 15px;
    text-decoration: underline;
}

.items li div a:hover {
    color: #ed1040;
}

.items li img {
	max-width:100%;
	max-height:100%;
	vertical-align:middle
}
.items li>a{
	display: block;
    height: 204px;
    line-height: 204px;
	text-align:center;
}

.items li b {
    display: inline-block;
    width: 122px;
    height: 15px;
    overflow: hidden;
}

.items li b a {
    font: bold 13px 'Square', Arial;
    color: #004485;
    text-decoration: none;
}

.items li i {
    display: inline-block;
    width: 13px;
    height: 12px;
    margin-left: 1px;
    vertical-align: 2px;
    background: url('/i/star.png') no-repeat;
}

.items li i.off {
    background: url('/i/star-off.png') no-repeat;
}

.items li p {
    display: block;
    margin-top: 3px;
    height: 26px;
    font: normal 17px 'Square', Arial;
    color: #333;
}

.items li p s {
    color: #333;
    margin-left: 10px;
}

.items li p.sale {
    color: #ed1040;
}

.items li em {
    display: block;
    width: 103px;
    font: bold 12px 'Square', Arial;
    color: #63a21c;
    line-height: 16px;
}

.items li span {
    position: absolute;
    width: 85px;
    height: 25px;
    background: url('/i/button-a2b.png') no-repeat;
    bottom: 4px;
    right: 4px;
    cursor: pointer;
}

.items li span:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.items li strong {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #63a21c;
    bottom: 0;
    left: 0;
}


/* ����� */

.video {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.video li {
    margin: -16px 0 15px 0;
    padding: 0 0 28px 0;
    height: 90px;
    text-align: justify;
}

.video li img {
    float: left;
    border: 1px solid #E8E8E8;
    padding: 3px;
    margin-right: 12px;
}

.video li a {
    line-height: 25px;
}

.video li div {
    text-align: right;
    color: #1961b0;
    margin-bottom: -5px;
}


/* ������ -> ������ */

#content ul.brands {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#content ul.brands li {
    display: inline;
    margin: 10px 0 23px 0;
    padding: 0;
    float: left;
    width: 212px;
}

#content ul.brands hr {
    clear: both;
    border: 0;
    height: 1px;
    margin: 10px 0;
    color: #dcdcdc;
    background-color: #dcdcdc;
}

#content ul.brands li h1 {
    margin: 0;
    padding: 0;
}

#content ul.brands li ul {
    margin: 0;
    padding: 0;
}

#content ul.brands li ul li {
    margin: 0 0 0 20px;
    padding: 0 0 0 0;
    height: auto !important;
}

#content ul.brands li a:hover {
    color: #bf0000;
}

#content ul.brands li ul li a span {
    display: none;
}

#content ul.brands li ul li a:hover span {
    position: absolute;
    display: block;
    background: #fcfcfc;
    border: 1px solid #dcdcdc;
    padding: 6px;
    color: #333;
    margin: 10px 0 0 70px;
    text-decoration: none;
}

ul.logos {
    list-style: none;
    margin: 0 0 0 -1px;
    padding: 0;
    overflow: hidden;
}

ul.logos li {
    display: inline;
    float: left;
    margin: 10px 8px;
    padding: 0;
    text-align: center;
}

ul.logos li img {
    border: 1px solid #E8E8E8;
    width: 140px;
    height: 90px;
    padding: 3px;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

ul.logos li img:hover,
ul.logos li:hover img {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

ul.logos li a {
    text-decoration: underline;
}

ul.logos li a:hover {
    color: #bf0000;
    text-decoration: underline;
}


/* ���������� */

#sort {
    font-size: 11px;
    padding: 15px 0 4px 2px;
    height: 22px;
    font: normal 13px 'Square', Arial;
}

#sort a {
    font: normal 13px 'Square', Arial;
    color: #0052a5;
    text-decoration: none;
}

#sort a:hover {
    color: #ed1040;
    text-decoration: underline;
}

#sort a.sel {
    color: #ed1040;
    text-decoration: none;
}

.sort {
    float: left;
}

.sort img {
    vertical-align: 2px;
    margin: 0 20px 0 0;
}

.show {
    float: right;
    margin: 1px -9px 0 0;
}

.show a {
    margin: 0;
}

.show select {
    border: 1px solid #bebebe;
    font: normal 13px 'Square', Arial;
    padding: 0;
    margin: 0 9px 0 0;
    cursor: pointer;
}


/* �������� ������ */

#detail {
    position: relative;
    padding: 15px 20px;
    border: 1px solid #ebebeb;
}

#detail h1 {
    font: bold 19px 'Square', Arial;
    color: #0053a5;
}

#detail #props {
    display: block;
    width: 300px;
    line-height: 21px;
}

#detail #props a {
    color: #333;
    text-decoration: none;
}

#detail #props a:hover {
    text-decoration: underline;
}

#detail .pdf {
    width: 200px;
    height: 32px;
    padding-left: 35px;
    background: url('/i/ico-pdf.png') no-repeat;
    line-height: 15px;
}

#detail .pdf a {
    font: normal 13px 'Square', Arial;
    color: #0052a5;
}

#detail .pdf a:hover {
    color: #ed1040;
}

#detail .pdf i {
    font-style: normal;
    color: #bfbfbf;
}

#detail #image {
    float: left;
    width: 480px;
    margin: 10px 0 15px 0;
}

#detail #image img {
    float: left;
}

#detail #image ul {
    /* float:left; */
    list-style: none;
    margin: 0 0 0 10px;
}

#detail #image ul li img {
    border: 1px solid #ebebeb;
    margin-bottom: 5px;
}

#detail p {
    font: normal 16px 'Square', Arial;
}

#detail #right {
    float: right;
    width: 236px;
    margin: -38px 50px 0 0;
}
#detail #right .number {
	font-size:14px;
	margin:5px 0;
}
#detail #right .num {
	font-size:16px;
}
#detail #right #price {
    position: relative;
    padding: 15px;
    margin-top: 16px;
    background: #f2f2f2;
}

#detail #right #price div {
    position: absolute;
    padding: 4px 10px;
    margin: -5px 0 0 145px;
    font: bold 17px 'Square', Arial;
    color: #fff;
    background: url('/i/menu-active.png') repeat-x;
}

#detail #right #price b,
#detail #right #price s {
    font: normal 18px 'Square', Arial;
}

#detail #right #price b.sale {
    color: #d8131e;
}

#detail #right #price b.eco {
    color: #6ba723;
}

#detail #right #price b.avail {
    display: block;
    margin-top: 14px;
    font: normal 16px 'Square', Arial;
    color: #6ba723;
}

#detail #right #price hr {
    height: 1px;
    border: 0;
    margin: 10px 0;
    background: #fff;
    color: #fff;
}

#detail #right #price input {
    display: inline-block;
    width: 47px;
    height: 20px;
    padding: 3px 2px 2px 6px;
    border: 1px solid #bebebe;
    font: normal 15px Arial;
    color: #333;
}

#detail #right #price span {
    display: inline-block;
    width: 135px;
    height: 35px;
    margin: 5px 0 0 10px;
    vertical-align: -12px;
    background: url('/i/button-a2bb.png') no-repeat;
    cursor: pointer;
}

#detail #right #price span:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

#detail #right ul {
    list-style: none;
    margin: 6px 0 0 0;
}

#detail #right ul li {
    list-style: none;
    padding: 13px 6px;
    line-height: 1px;
    border-bottom: 1px solid #ebebeb;
    font: normal 17px 'Square', Arial;
}
#detail #right ul li:last-child {
    border: 0;
}

#detail #right ul li img {
    vertical-align: -4px;
    margin: 0 5px 0 10px;
}

#detail #right ul li strong {
    display: block;
    margin-left: 10px;
    font-weight: normal;
    color: #0053a5;
}

#detail #right ul li a {
    text-decoration: none;
}

#detail #right ul li a:hover {
    color: #333;
    text-decoration: underline;
}

#detail table {
    border-collapse: collapse;
    width: 100%;
    font: normal 13px 'Square', Arial;
}

#detail table td {
    border: 1px solid #fff;
    padding: 8px 10px;
    vertical-align: middle;
}

#detail table tr.even {
    background: #f3f3f3;
}

#detail table tr.odd {
    background: #eaeaea;
}


/* + - */

#detail #plus {
    position: absolute;
    width: 18px;
    height: 10px;
    margin: 11px 0 0 37px;
    background: url('/i/ico-q.png') 0 0 no-repeat;
}

#detail #minus {
    position: absolute;
    width: 18px;
    height: 10px;
    margin: 24px 0 0 37px;
    background: url('/i/ico-q.png') 0 -10px no-repeat;
}

#dot {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #63a21c;
    top: 0;
    left: 0;
}

.product {
    padding: 5px 0 10px;
    color: #9c9c9c;
    font: normal 13px 'Square', Arial;
}

.product p {
    margin: 0 !important;
}

.product .nexxt {
    float: right;
    text-align: right;
}


/* ���� */

#tabs {
    width: 100%;
    margin-top: 20px;
}

#tabs ul {
    list-style: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
}

#tabs ul li {
    position: relative;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font: bold 14px 'Square', Arial;
    text-transform: uppercase;
    background: url('/i/tab.png') repeat-x;
    cursor: pointer;
}

#tabs ul li.current {
    background: url('/i/tab-active.png') repeat-x;
}

#tabs .box {
    display: none;
    padding: 20px 0 10px 0;
    min-height: 215px;
    font: normal 14px 'Square', Arial;
    overflow: hidden;
}

#tabs .box.visible {
    display: block;
}

#tabs .box p {
    font: normal 14px 'Square', Arial;
}

#market {
    clear: right;
    width: 130px;
    height: 217px;
    display: block;
    float: right;
    margin: 40px 90px 0 0;
}


/* ������� */

#sections {
    list-style: none;
    margin: 10px 0 0 -8px;
}

#sections li {
    display: inline-block;
    float: left;
    width: 164px;
    height: 220px;
    margin-left: 8px;
    line-height: 1px;
    text-align: center;
}

#sections li img {
    border: 1px solid #ebebeb;
    padding: 4px;
    width: 156px;
    height: 156px;
}

#sections li a {
    font: normal 14px 'Square', Arial;
    color: #004485;
    text-decoration: none;
    line-height: 14px;
}

#sections li a:hover {
    color: #ed1040;
}

#sections li p {
    display: table-cell;
    width: 164px;
	line-height:normal;
    vertical-align: middle;
    zoom: 1;
}


/* ��� ��������� */

#section {
    list-style: none;
    margin: 12px 0 0 -5px;
}

#section li {
    display: inline-block;
    float: left;
    width: 160px;
    height: 196px;
    padding: 4px 2px;
    margin: 0 0 20px 6px;
    line-height: 1px;
    text-align: center;
    border: 1px solid #ebebeb;
}

#section li a {
    font: normal 14px 'Square', Arial;
    color: #004485;
    text-decoration: underline;
    line-height: 14px;
}

#section li a:hover {
    color: #ed1040;
}

#section li p {
    display: table-cell;
    width: 164px;
    height: 40px;
    vertical-align: middle;
    zoom: 1;
}


/* ��������� ���� �� ������� */

#news {
    float: left;
    width: 430px;
    padding: 23px 15px;
    /*background: url('/i/gray-bg.png') repeat-x;*/
	background:#eee;
}

#news h3 {
    font-size: 20px;
}

#news ul {
    list-style: none;
    margin: 0;
}

#news ul li {
    height: 110px;
    line-height: 14px;
    padding-top: 14px;
    border-top: 1px solid #c4ccce;
    font: normal 14px 'Square', Arial;
    color: #0053a9;
}

#news ul li:first-child {
    border: 0;
    padding-top: 10px;
}

#news ul li img {
    float: left;
    width: 95px;
    height: 95px;
    margin-right: 13px;
}

#news ul li p {
    color: #333;
}

#news ul li p a {
    display: block;
    font: normal 14px 'Square', Arial;
    color: #0053a9;
    text-decoration: underline;
}

#news ul li p a:hover {
    color: #ed1040;
}


/* Галерея */

#gallery {
    list-style: none;
    margin: 10px 0 10px -8px;
    padding: 0;
}

#gallery li {
    display: inline-block;
    margin: 1px 0 8px 8px;
    padding: 0;
    float: left;
    width: 164px;
    height: 120px;
}

#gallery li div {
    display: none;
    position: absolute;
    width: 164px;
    height: 120px;
    background: url('/i/gallery.png') no-repeat;
    cursor: pointer;
}

#gallery li:hover div {
    display: block;
}


/* ����� � �������� �� ������� */

#about {
    float: right;
    width: 641px;

    padding: 12px 20px;
    margin-bottom: 30px;
    font: normal 14px 'Square', Arial;
    /*background: url('/i/blue-bg.png') repeat-x;*/
	background:#eee;
    text-align: justify;
}

#about h1 {
    line-height: 22px;
}

#about p {
    padding: 5px 0;
    line-height: 120%;
}

#about img {
    float: left;
    margin: 2px 15px 0 0;
}


/* ������� ������ */

#breadcrumbs {
    font: normal 13px 'Square', Arial;
    color: #333;
    margin-bottom: 10px;
}

#breadcrumbs i {
    font: normal 13px 'Square', Arial;
    margin: 0 3px;
}

#breadcrumbs a {
    font: normal 13px 'Square', Arial;
    color: #333;
    text-decoration: underline;
}

#breadcrumbs a:hover {
    color: #ed1040;
}


/* ������ ������� */

#also {
    clear: left;
    height: 140px;
    margin: 20px 0 0 -9px;
    overflow: hidden;
}

#also img {
    float: left;
    margin-left: 9px;
}


/* ���� �������� */

#catalog {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px 10px 5px 10px;
    z-index: 9999;
    -webkit-box-shadow: 0px 6px 10px #7a7e85;
    -moz-box-shadow: 0px 6px 10px #7a7e85;
    box-shadow: 0px 6px 10px #7a7e85;
}

#catalog ul {
    display: inline-block;
    position: relative;
    float: left;
    max-width: 270px;
    background: #f2f1f1;
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
}

#catalog ul li {
    display: block;
    padding: 7px 5px 7px 10px;
    margin: 0;

    line-height: 1px;
    background: none;
}
#catalog>ul>li {
	max-height:25px;
	overflow:hidden;
}
#catalog>ul>li:last-child {
	display:none;
}

#catalog ul li a {
    display: block;
    font: bold 14px 'Square', Arial;
    color: #004485;
    margin-left: 1px;
    text-transform: uppercase;
    background: url('/i/menu-arrows.png') 102% -65px no-repeat;
    text-decoration: none;
    line-height: 15px;
}

#catalog ul li:last-child a {
    background-image: none;
}

#catalog ul li a:hover {
    color: #ed1040;
}

#catalog ul li:hover {
    background: url('/i/menu-hover.png') repeat-x;
	background-size:contain;
}

#catalog ul li:hover a,
#catalog ul li:hover a:hover {
    background-position: 102% 1px;
    color: #fff;
}

#catalog ul li ul {
    display: none;
}

#catalog ul li:hover ul {
    display: block;
    width: 289px;
    list-style: none;
    position: absolute;
    background: none;
    left: 270px;
    top: 0;
}

#catalog ul li:hover ul li {
    display: block;
    float: none;
    width: auto;
    padding: 6px 0 6px 60px;
    margin: 0;
    background: none;
    line-height: 1px;
}

#catalog ul li:hover ul li:first-child,
#catalog ul li:hover ul li:first-child:hover {
    padding: 6px 0 6px 15px;
    border-bottom: 1px solid #fff;
    font: bold 14px 'Square', Arial;
    color: #666;
    text-transform: uppercase;
    line-height: 32px;
    background: url('/i/menu-arrows.png') 97% -43px no-repeat;
}

#catalog ul li:hover ul li:first-child img {
    float: left;
    width: 35px;
    height: 33px;
    margin-right: 10px;
    overflow: hidden;
}

#catalog ul li:hover ul li:hover {
    background: url('/i/menu-hover2.png') no-repeat;
}

#catalog ul li:hover ul li a {
    font: normal 14px 'Square', Arial;
    color: #004485;
    background: none;
    text-transform: none;
    line-height: 13px;
}

#catalog ul li:hover ul li a:hover,
#catalog ul li:hover ul li:hover a {
    color: #fff;
    background: none;
}

#catalog div {
    display: none;
    float: left;
    width: 285px;
    height: 100%;
    background: #f2f1f1;
    margin-left: 5px;
}


/*.s1, .s2 {height:325px;}
.s3 {height:246px;}
.s4 {height:165px;}
.s5 {height:135px;}

.s11 {height:51px;}
#catalog ul li.s6 {position:relative; float:right; margin:-79px 285px 0 0;}
*/

.s1,
.s2 {
    height: 416px;
}

.s3 {
    height: 121px;
}

.s4 {
    position: absolute;
    right: 11px;
    top: 156px;
    height: 270px;
}

.s6 {
    height: 270px;
}

.s7,
.s8 {
    height: 331px;
}

.s10 {
    float: right;
}

.s7 {
    clear: left;
}

.s13,
.s14,
.s15,
.s16 {
    height: 214px;
}

.s13 {
    clear: left;
}

.s12 {
    position: absolute;
    top: 451px;
    right: 295px;
    height: 331px;
}


/* ����������� */

.s9 {
    position: absolute;
    top: 687px;
    right: 11px;
}


/* ��������� */

.s10 {
    position: absolute;
    top: 451px;
    right: 11px;
    height: 211px;
}


/* ��������� ��������� */

.s11 {
    position: absolute;
    top: 747px;
    right: 11px;
}


/* ����� ������� */


/* iefix */

@media \0screen {
    #catalog ul li b,
    #basket,
    #basket a,
    h3,
    #tabs ul li,
    #detail #right #price div,
    #detail h1,
    .items li em,
    #left ul li.filter form strong,
    #left ul li i,
    .items li b a {
        font-weight: normal;
    }
    #menu ul li {
        margin-top: 1px;
    }
}


/* ������� */

#cart {
    padding: 15px;
    border: 1px solid #e5e5e5;
    line-height: 1px;
    overflow: hidden;
}

#cart h1 {
    color: #333;
    font-size: 21px;
}

#cart h3 {
    color: #0053a5;
    margin-top: 10px;
}

table.basketitems {
    width: 100%;
    border-collapse: collapse;
    font: normal 15px 'Square', Arial;
    color: #333;
    margin-top: 15px;
}

table.basketitems td {
    padding: 4px 10px 6px 0;
}

table.basketitems tr {
    border-bottom: 1px solid #ebebeb;
}

table.basketitems thead {
    border-bottom: 1px solid #ebebeb;
}

table.basketitems thead td {
    font: bold 15px 'Square', Arial;
    color: #333;
    padding-bottom: 10px;
    text-align: center;
}

table.basketitems td input {
    width: 27px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #e5e5e5;
    font: normal 15px Arial;
    color: #333;
}

table.basketitems td input:focus {
    border-color: #9ecaed;
    box-shadow: 0 0 5px #9ecaed;
    background: #ffffef;
}

table.basketitems td a {
    font: normal 15px 'Square', Arial;
    color: #333;
    text-decoration: none;
}

table.basketitems td a:hover {
    color: #dd0333;
}

table.basketitems td.quant {
    text-align: center;
}

table.basketitems td .pl {
    position: absolute;
    width: 18px;
    height: 10px;
    margin: 3px 0 0 33px;
    background: url('/i/ico-q.png') 0 0 no-repeat;
}

table.basketitems td .min {
    position: absolute;
    width: 18px;
    height: 10px;
    margin: 14px 0 0 33px;
    background: url('/i/ico-q.png') 0 -10px no-repeat;
}

#total {
    float: right;
    position: relative;
    margin-top: 20px;
    font: bold 20px 'Square', Arial;
    color: #333;
    text-align: right;
}

#total a {
    display: block;
    font: normal 16px 'Square', Arial;
}

#back {
    float: left;
    margin-top: 30px;
}

#back a {
    font: normal 16px 'Square', Arial;
}

#order_form_id {
    background: #f7f7f7;
    padding: 20px;
    line-height: 20px;
    overflow: hidden;
}

#order_form_id .button {
    width: 165px;
    height: 32px;
    border: 0;
    background: url('/i/button-order.png') no-repeat;
    cursor: pointer;
}

#order_form_id input {
    width: 332px;
    padding: 6px 4px;
    margin-top: 3px;
    border: 1px solid #e1e1e1;
    font: normal 12px Arial;
    color: #333;
}

#order_form_id textarea {
    width: 334px;
    height: 76px;
    padding: 6px 4px;
    margin-top: 3px;
    border: 1px solid #e1e1e1;
    font: normal 12px Arial;
    color: #333;
    resize: none;
}

#order_form_id table td {
    padding: 3px 0;
}

.starrequired {
    color: #ff0000;
}

.errortext {
    line-height: 30px;
}

#order_form_id b {
    font: bold 15px 'Square', Arial;
}

#order_form_id input:focus,
#order_form_id textarea:focus {
    border-color: #9ecaed;
    box-shadow: 0 0 5px #9ecaed;
    background: #ffffef;
}

#order_form_id label {
    cursor: pointer;
}

#order_form_id label p {
    margin: -5px 0 -22px 19px;
}

#ORDER_PROP_9 {
    width: 200px !important;
}

#ORDER_PROP_12,
#ORDER_PROP_11 {
    width: 157px !important;
}


/* ����������� ������� */

#bs {
    display: none;
    position: absolute;
    width: 535px;
    background: #fff;
    margin: 5px 0 0 -280px;
    padding: 10px 10px 5px 10px;
    z-index: 999999;
    text-align: left;
    -webkit-box-shadow: 0px 0px 7px #7a7e85;
    -moz-box-shadow: 0px 0px 7px #7a7e85;
    box-shadow: 0px 0px 7px #7a7e85;
}

#bs table.basketitems {
    font: normal 13px 'Square', Arial;
    margin-top: 0;
}

#bs table.basketitems td a {
    font: normal 13px 'Square', Arial;
}

#bs table.basketitems td input {
    width: 27px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #e5e5e5;
    font: normal 15px Arial;
    color: #333;
}


/* Radio */

.radio {
    width: 13px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
    margin-right: 2px;
    background: url('/i/radio.png') no-repeat;
    overflow: hidden;
    vertical-align: -2px;
}

.radioChecked {
    background-position: -13px 0;
}

.radio input {
    margin-left: -14px;
}


/* ������� */

.news-list {
    margin-top: -10px;
    text-align: justify;
}
.news-list>div {
	margin:10px 0;
}
.news-list>div>a {
	display:none;
}
img.preview_picture {
    float: left;
    border: 1px solid #E8E8E8;
    width: 80px;
    height: 80px;
    padding: 3px;
}

img.preview_picture:hover {
    float: left;
    border: 1px solid #dcdcdc;
}


/* ����������� */

.show-room {
    position: relative;
    overflow: hidden;
    margin: 20px 0 50px 0;
    padding: 14px 0 0 15px;
    border: 4px solid #7b858d;
}

.show-room li {
    float: left;
    border: 1px solid #E8E8E8;
    padding: 4px;
    margin: 0 13px 13px 0;
    list-style: none;
}

.show-room li img {
    float: left;
    border: 0 none;
}


/* ��������� */

#bottomnav {
    padding: 17px 0 20px 0;
    font: normal 12px Arial;
}

#bottomnav .current {
    background: #0055a5;
    color: #fff;
    padding: 2px 6px 3px 6px;
    margin: 0 8px;
}

#bottomnav a {
    margin: 0 6px;
    text-decoration: none;
    font: normal 12px Arial;
}

#bottomnav a:hover {
    color: #d71921;
    text-decoration: underline;
}

#bottomnav div {
    float: right;
    text-align: right;
    margin-top: -2px;
}


/* ����� */

#form {
    width: 400px;
}

#form input,
#form textarea {
    width: 390px;
    padding: 5px 3px 5px 5px;
    margin: 3px 0;
    font: normal 12px Arial;
    color: #4a4a4a;
    background: #fff;
    border: 1px solid #dbdbdb;
}

#form textarea {
    overflow: auto;
}

#form input:focus,
#form textarea:focus {
    border-color: #9ecaed;
    box-shadow: 0 0 5px #9ecaed;
    background: #ffffef;
}

#form input.button {
    float: right;
    width: auto;
    height: 29px;
    padding: 1px 10px 5px 10px;
    background: url('/i/brands-bg.png') repeat-x;
    border: 0;
    color: #fff;
    font: normal 14px 'Square', Arial;
    cursor: pointer;
}

#form input.button:hover,
#form input.button:focus {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

#form>span {
    display: block;
    font: normal 11px Tahoma;
    color: #bf0000;
    padding-bottom: 5px;
}


/* ����� */

#search {
    position: relative;
}

#search form {
    width: 482px;
    margin-top: 10px;
}

#search input {
    display: inline-block;
    float: left;
}

#search input.button {
    margin-top: 2px;
}

.title-search-result {
    position: absolute;
    padding: 5px;
    width: 198px !important;
    margin-left: 1px;
    display: none;
    background: #fff;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 3px #7a7e85;
    -moz-box-shadow: 0px 0px 3px #7a7e85;
    box-shadow: 0px 0px 3px #7a7e85;
    text-align: left;
    line-height: 12px;
}

.title-search-result a {
    font: normal 12px Arial;
    line-height: 13px;
}

.title-search-result td {
    padding: 0 0 5px 0;
}

.news-detail p {
    padding: 10px 0 0 0;
}

.news-detail img {
    margin: 0 0 0 0;
}


/* Вверх */

#back-top {
    position: fixed;
    display: none;
    bottom: 40px;
    left: 30px;
    background: #b9b9b9 url('/i/arrow-up.png') no-repeat 50% 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    behavior: url(/pie.htc);
}

#feedback {

}


/* ������ */

#footer {
    height: 60px;
    clear: both;
    font: normal 12px 'Square', Arial;
    padding: 25px 0;
    border-top: 3px solid #d6d6d6;
}

#footer p {
    float: left;
    width: 640px;
}

#footer p a {
    font: normal 12px 'Square', Arial;
    text-decoration: none;
}

#footer div {
    float: right;
    width: 400px;
    text-align: right;
    line-height: 24px;
}

#footer div img {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

#footer div img:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#footer a {
    font: normal 12px 'Square', Arial;
    color: #333;
}

#footer a:hover {
    color: #ed1040;
}

.mfp-title {
    padding-right: 0 !important;
}

.mfp-title .print {
    color: #fff;
    font: 14px Arial;
}

.mfp-title .origin {
    color: #fff;
    font: 14px Arial;
    float: right;
}

.leasing-calculator {
    display: block;
    background-color: #03a9f4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: -42px;
    min-height: 85px;
    padding: 40px 10px 10px 10px;
    position: fixed;
    left: 10px;
    right: auto;
    text-align: center;
    top: 63%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    width: 90px;
    z-index: 9996;
    text-decoration: none;
}

.leasing-calculator:hover {
    left: 0;
    opacity: 1;
    color: #fff;
}

.leasing-calculator:after {
    content: "";
    background-image: url('/i/leasing.png');
    background-position: center 10px;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.leasing-detail {
    font-size: 15px;
}

.asgr-map {
    height: 235px;
    padding: 12px 15px;
    margin-bottom: 10px;
    background: url('/i/asgr-map.png') no-repeat;
}
.asgr-map__title {
    font: bold 22px 'Square', Arial;
}
.asgr-map__items {
    width: 405px;
    padding-left: 50px;
    margin-top: 20px;
}
.asgr-map__items b {
    font: bold 18px 'Square', Arial;
}
.asgr-map__items ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.asgr-map__items ul li {
    display: inline-block;
    width: 200px;
    margin: 2px 0;
}
.asgr-map__items ul li a {
    font-family: 'Square', Arial;
}
.asgr-map__line {
    height: 1px;
    margin: 15px 0;
    background-color: #c1cbcd;
}

.footer {
    width: 100%;
    min-width: 1150px;
    max-height: 1000000px;
    padding: 30px 0;
    background: #efefef;
    font-family: 'Square', Arial;
}
.footer__wrapper {
    display: flex;
    width: 1120px;
    margin: 0 auto;
    text-align: left;
    justify-content: space-between;
}
.footer__logo {
    display: block;
    width: 190px;
    height: 39px;
    margin-bottom: 20px;
    background-image: url(/i/logo.gif);
    background-repeat: no-repeat;
    background-size: contain;
}
.footer__contacts {
    width: 305px;
    font-size: 14px;
    line-height: 16px;
}
.footer__contact {
    margin-top: 15px;
    padding-left: 56px;
    background: url('/i/footer-sprite.png') no-repeat;
}
.footer__contact--phone {
    background-position: 0 5px;
	padding: 10px 0 0 56px;
}
.footer__contact--worktime {
    background-position: 0 -58px;
}
.footer__contact--address {
    background-position: 0 -124px;
	padding: 10px 0 10px 56px;
}
.footer__column {
    margin-left: 55px;
}
.footer__column--brands {
    min-width: 310px;
}
.footer__title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #004d9a;
    line-height: 17px;
    text-transform: uppercase;
}
.footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.footer__links li {
    margin: 0;
    line-height: 18px;
}
.footer__links li a {
    font-size: 14px;
    color: #363636;
}
.footer__links li a:hover {
    text-decoration: none;
}
.footer__line {
    width: 124px;
    height: 1px;
    margin: 20px 0 16px;
    background-color: #c1cbcd;
}
.footer__group {
    display: flex;
    justify-content: space-between;
}
.footer-dark {
    width: 100%;
    min-width: 1150px;
    padding: 15px 0 20px;
    background: #333;
    font-family: 'Square', Arial;
    font-size: 14px;
    color: #bababa;
}
.footer-dark__wrapper {
    display: flex;
    width: 1150px;
    margin: 0 auto;
    text-align: left;
    justify-content: space-between;
}
.footer-dark__column {
    width: 60%;
}
.footer-dark__column--right {
    width: 40%;
    text-align: right;
}
.footer-dark__copyright {
    margin-top: 5px;
}
.footer-dark__trademark {
    display: block;
    margin: 15px 0;
    font-size: 12px;
    color: #727272;
}
.footer-dark__trademark:hover {
    color: #727272;
    text-decoration: none;
}
.footer-dark__actual, .footer-dark__actual a {
    font-size: 12px;
    color: #727272;
}
.footer-dark__actual a:hover {
    text-decoration: none;
}
.footer-dark__column form {
    display: flex;
    justify-content: flex-end;
}
.footer-dark__column .subscribe-form-item__control {
    width: 278px;
    padding: 0 10px;
    margin-right: 5px;
    height: 32px;
    border: 0;
    font-size: 14px;
    line-height: 32px;
}
.footer-dark__column .subscribe-form-item__btn {
    width: 131px;
    height: 32px;
    border: 0;
    background: linear-gradient(to bottom, #005fbf, #004589);
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.footer-dark__subscribe {
    margin: 10px 0 5px;
}
.footer-dark__logic {
    font-size: 12px;
    color: #727272;
}
.footer-dark__logic:hover {
    color: #727272;
    text-decoration: none;
}

.product-icons {
    display: flex;
    width: 100%;
    list-style: none;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin: 20px 0;
    padding: 10px 0;
    justify-content: space-between;
}

.product-icons li {
    width: 33%;
    background: none;
    border-left: 1px solid #ebebeb;
    padding: 8px 0 8px 45px;
    text-transform: none;
}

.product-icons li:first-child {
    border: 0;
    padding-left: 0;
}

.product-icons li img {
    display: block;
    float: left;
    margin: 0 12px 0 0;
}

.product-icons li a {
    color: #0053A5;
    text-decoration: none;
}

.product-icons li a b {
    display: table-cell;
    height: 56px;
    font: normal 18px/18px 'Square', Arial;
    vertical-align: middle;
}

.product-icons li a:hover b {
    color: #0053A5;
    text-decoration: underline;
}

.product-slider {
    position: relative;
    clear: both;
    width: 1150px;
}
.product-slider .items {
    margin: 0 -2px 0 0;
}
.product-slider .items li {
    margin: 0 27px 0 0;
}
.product-slider .items li:last-child {
    margin-right: 0;
}
.product-slider .prev,
.product-slider .next {
    top: 50%;
    margin-top: -26px;
    z-index: 99999;
}
.product-slider h3 {
    margin-bottom: 20px;
    color: #f30052;
}
.product-slider__wrapper {
    position: relative;
    width: 1150px;
    overflow: hidden;
}
.mfp-figure figure {
	position:relative;
}
.mfp-figure figure .mfp-img:before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
}
.contacts-info ul {
	list-style-type:none;
	margin:10px 0;
}

@media screen and (max-width: 1024px) {
    #panel {
		display:none !important;
	}
	#top, #menu, .footer, .footer-dark {
		min-width:auto;
	}
	#menu {
		padding-right:0;
	}
	#fly, #free, #header, #menu .menu, #container, #new, #slider, .footer__wrapper, .footer-dark__wrapper, .product-slider__wrapper, .product-slider {
		width:auto;
	}
	#free, #basket {
		float:none;
		display:inline-block;
	}
	#free {
		margin-right:10px;
	}
	#header, #new h3 {
		padding:0 10px;
	}
	#header #logo {
		background-size:contain;
		width:25%;
	}
	#header .number span {
		font-size:18px;
	}
	#header .number {
		font-size:12px;
	}
	#menu .menu>ul li a {
		padding:22px 12px;
	}
	#menu .menu>form {
		margin-right:10px;
	}
	#news {
		width:40%;
		box-sizing:border-box;
	}
	#about {
		width:58%;
		box-sizing:border-box;
		height:auto;
		background-size:contain;
	}
	.footer__column {
		margin-left:20px;
	}
	.footer-dark {
	    padding: 15px 10px 20px;
		box-sizing:border-box;
	}
	#left {
		width:30%;
		overflow:hidden;
	}
	#content {
		width:68%;
	}
	.contacts-info table {
		width:100%;
	}
}
@media screen and (max-width: 800px) {
	#free, #free b, #basket, #basket a, #header .header-desc {
		font-size:14px;
	}
	#header #logo {
		width:16%;
		margin-top:37px;
	}
	#header .header-desc {
		font-size:12px;
	}
	#header .number {
		font-size:10px;
	}
	#header .number span {
		font-size:12px;
		padding-bottom:0;
	}
	#top .mec-header {
		display:none;
	}
	#top {
		height:100px;
	}
	#menu .menu>ul li a {
		font-size:10px;
	}
	#menu .menu>form {
		width:200px;
	}
	#menu .menu>form input {
		width:150px;
	}
	/*
	.footer__wrapper {
		display:block;
	}
	.footer__contacts {
		float:left;
		width:48%;
	}
	.footer__column {
		float:left;
		margin-left:2%;
		width:48%;
	}
	.footer-dark {
		clear:both;
	}
	*/
	.clear {
		clear:both;
	}
	.footer__column--brands {
		display:none;
	}
	.footer-dark__column .subscribe-form-item__control {
		width:150px;
	}
}
@media screen and (max-width: 640px) {
	.ec-calc--call, .leasing-calculator, .lt-label.lt-label-event {
		display:none !important;
	}
	#flying {
		padding:0 10px;
		box-sizing:border-box;
	}
	#free {
		padding-bottom:0px;
		display:none;
	}
	#menu {
		position:relative;
		height:auto;
		background:none;
		margin-bottom:80px;
		margin-top:45px;
	}
	#left ul li.filter form {
		
	}
	#header #logo {
		width:100%;
		margin-top:0;
		margin-bottom:20px;
		background-position:center center;
	}
	.nivoSlider img {
		width:100% !important;
		height:auto !important;
	}
	#header .header-desc {
		font-size:16px;
		width:100%;
		margin:20px 0;
		text-align:center;
		float:none;
		display:block;
	}
	#header #phones, #header #phones-inner {
		float:none;
		height:auto;
		width:100%;
		display:block;
		margin:20px 0;
	}
	#header .number {
		display:block;
		width:100%;
		margin:0 0 15px;
		font-size:14px;
		padding:0;
		text-align:center;
		background:none;
	}
	#header .number span {
		font-size:18px;
	}
	#top {
		padding-top:60px;
		height:auto;
	}
	#menu .menu>ul li {
		float:none;
		display:block;
	}
	#menu .menu>ul li {
		float:none;
		display:block;
		/*background: url(/i/header.png) 0 -110px;*/
	}
	#header #phones, #header #phones-inner {
		text-align:center;
	}
	#menu .menu {
		height:auto;
		background:#eee;
	}
	#menu .menu>ul li a {
		padding:0 10px;
	}
	#menu .menu>ul {
		height:auto;
		float:none;
	}
	#menu.fly {
		position:relative;
	}
	#catalog, #teaser {
		display:none !important;
	}
	#title-search {
		width:100% !important;
		height:35px !important;
		position:absolute !important;
		bottom:100%;
		left:0;
		right:0;
		margin:0 !important;
	}
	#title-search input[type="text"]{
		border:1px solid #ccc !important;
		border-top:none !important;
		padding:10px 5px !important;
		position:absolute;
		width:100% !important;
		left:0;
		top:0;
		right:0;
		bottom:0;
		box-sizing:border-box;
	}
	#title-search input[type="submit"]{
		position:absolute;
		right:11px;
		top:8px;
	}
	#teaser {
		width:100% !important;
		height:200px !important;
	}
	.asgr-map__items {
		padding-left:0;
	}
	#news {
		width:100%;
		background-size:contain;
		margin-bottom:20px;
	}
	#about {
		width:100%;
	}
	.asgr-map {
		height:auto;
	}
	.asgr-map__items {
		width:100%;
	}
	#about img {
		display:block;
		margin:5px 0 10px;
		float:none;
	}
	.footer__column, .footer-dark__column--right  {
		display:none !important;
	}
	.footer__contacts {
		width:100%;
		padding:0 10px;
	}
	.footer-dark__column {
		width:100%;
	}
	#left, #detail #props {
		width:100%;
	}
	#content {
		width:100%;
	}
	#breadcrumbs {
		padding:0 10px;
	}
	#detail {
		padding:15px 10px;
	}
	#detail #right {
		float:none;
		width:100%; margin:20px 0;
	}
	#detail #image {
		width:100%;
		float:none;
	}
	#detail #image img {
		float:none;
		max-width:100%;
	}
	.product-icons {
		display:block;
	}
	.product-icons li {
		width:100%;
		padding:8px 0;
	}
	#tabs ul li {
		width:100%;
		text-align:center;
	}
	#content .product {
		display:none !important;
	}
	.product-slider h3 {
		padding:0 10px;
	}
	.product-slider .items li {
		width:100%;
		float:none;
		box-sizing: border-box;
	}
	.title {
		padding:0 10px;
	}
	#sections li {
		width:46%;
	}
	#section li {
		width:46%;
	}
	#section li img {
		max-width:100%;
	}
	.items {
		clear:both;
	}
	.sort {
		float:none;
	}
	.show {
		display:none;
	}
	.items li {
		width:100%;
		float:none;
		box-sizing:border-box;
	}
	#content h1 {
		padding:0 10px;
	}
	#content img {
		max-width:100%;
		height:auto;
	}
	#content ul.brands {
		padding:0 10px;
		box-sizing:border-box;
	}
	#content ul.brands>li {
		width:100%;
	}
	#content ul.brands>li li {
		width:auto !important;
	}
	#left ul+img, .product-icons, #bs, table.basketitems tr.head {
		display:none !important;
	}
	#left #ad1 {
		display:none;
	}
	#menu .menu>ul>li:first-child {
		
	}
	#content h2, #content p {
		padding:0 10px;
	}
	.product-slider .items li {
		
	}
	.contacts-info table, .contacts-info table tr, .contacts-info table th, .contacts-info table tbody, .contacts-info table td {
		display:block;
	}
	.contacts-info table {
		padding:0 10px;
		box-sizing:border-box;
	}
	.contacts-info table td {
		width:100%;
	}
	#content h3 {
		padding:0 10px;
	}
	table.basketitems tr.head + tr td:first-child, table.basketitems .quant, table.basketitems .price {
		display:none;
	}
	#new .items li {
		margin:0;
		width:320px !important;
		box-sizing:border-box;
		
	}
	#new #slider {
		width:100% !important;
	}
	#content table img {
		width:auto !important;
		height:auto !important;
		max-width:auto !important;
	}
	#content table.manage {
		display:block;
	}
	#content table.manage td {
		display:block;
		width:100%;
		text-align:center;
	}
}
