

/* Start:/local/templates/main/../.default/css/jquery.bxslider.css?16899347227453*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

/*.bx-controls{
	z-index: 100;
	position: relative;
}*/

/** THEME
===================================*/

#slider {
	display:block;
	width:100%;
	height:350px;
	overflow: hidden;

}

#slider .bx-wrapper {
	text-align: center;
	height:350px;
}

#slider .slide {
	display:block;
	width:100%;
	height:350px !important;
}

#slider .bx-controls-direction {
	display:none;
}

#slider .bx-controls {
	display: inline-block;
	position: relative;
	bottom: 25px;
}

#slider .bx-pager {
       	position: relative;
	bottom:0px;
	right:0px;
	padding-top: 0px;
}

#slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	text-indent: -9999px;
	display: block;
	width: 11px;
	height: 11px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #fff;
	box-sizing: border-box;
}

#slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #d92819;
}

/*------------------------------------------------------------------------------*/

/* developers */


.sliderDevelopers {
	position: relative;
	width: 1170px;
	margin: 0 auto;
/*	padding: 70px 10px;*/
	box-sizing: border-box;
}

#developers {
	display:block;
	width:100%;
	overflow: hidden;
	background:#fff;
	border-top: 1px solid #e2e2e2;
	height:230px;

}

#developers .bx-wrapper {
	text-align: center;
	height:80px;
}

#developers .slide {
	display:block;
	width:100%;
	height:80px !important;
}

#developers .bx-controls {
	display: inline-block;
	position: relative;
	width:100%;
	top: 25px;
}

 #newgoods .bx-controls {
	display: inline-block;
	position: relative;
	width:100%;
	top: -435px;
}


#developers .bx-wrapper .bx-controls-direction a, #newgoods .bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
	width: 37px;
	height: 37px;
	border: 1px solid #b9b9b9;
	border-radius: 50px;
	text-align: center;
	line-height: 26px;
	text-decoration: none;
	font-size: 18px;
}

#developers .bx-wrapper .bx-prev, #newgoods .bx-wrapper .bx-prev {
	right: 50px;
	top: -180px;
	background: url('/local/templates/main/../.default/css/../img/arr-l1.png') no-repeat center center transparent;
}

#developers .bx-wrapper .bx-prev:hover, #newgoods .bx-wrapper .bx-prev:hover {

	border: 1px solid #008c3d;
	background: url('/local/templates/main/../.default/css/../img/arr-l2.png') no-repeat center center transparent;

}

#developers .bx-wrapper .bx-next, #newgoods .bx-wrapper .bx-next {
	right: 0px;
	top: -180px;
	background: url('/local/templates/main/../.default/css/../img/arr-r1.png') no-repeat center center transparent;
}

#developers .bx-wrapper .bx-next:hover, #newgoods .bx-wrapper .bx-next:hover {
	border: 1px solid #008c3d;
	background: url('/local/templates/main/../.default/css/../img/arr-r2.png') no-repeat center center transparent;
}

#developers .bx-pager {
       	position: relative;
	bottom:0px;
	right:0px;
	padding-top: 0px;
	width:100%;
}

#developers .bx-wrapper .bx-pager.bx-default-pager a, #newgoods  .bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	text-indent: -9999px;
	display: block;
	width: 11px;
	height: 11px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #fff;
	box-sizing: border-box;
}

#developers .bx-wrapper .bx-pager.bx-default-pager a:hover,
#developers .bx-wrapper .bx-pager.bx-default-pager a.active, #newgoods .bx-wrapper  .bx-pager.bx-default-pager a.active {
	background: #d92819;
}



.bx-wrapper .bx-viewport {
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d81220;
	box-sizing: border-box;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #d81220;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	right: 150px;
	top: -55px;
	background: url('/local/templates/main/../.default/css/../img/arr2.png') no-repeat 7px center transparent;
}

.bx-wrapper .bx-next {
	right: 115px;
	top: -55px;
	background: url('/local/templates/main/../.default/css/../img/arr3.png') no-repeat 9px center transparent;
}

.bx-wrapper .bx-next:before{
}

.bx-wrapper .bx-prev:hover {
	background: url('/local/templates/main/../.default/css/../img/arr4.png') no-repeat 7px center #4f4f4f;
}

.bx-wrapper .bx-next:hover {
	background: url('/local/templates/main/../.default/css/../img/arr5.png') no-repeat 9px center #4f4f4f;
}

.catalog-full-slider .bx-wrapper .bx-prev{
	top: 50%;
	margin-top: -13px;
	left: 0;
}

.catalog-full-slider .bx-wrapper .bx-next{
	top: 50%;
	margin-top: -13px;
	right: 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
	width: 26px;
	height: 26px;
	border: 2px solid #4f4f4f;
	border-radius: 2px;
	text-align: center;
	line-height: 26px;
	text-decoration: none;
	font-size: 18px;
}

.lider-slider .bx-wrapper .bx-controls-direction a {
	top: -61px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/local/templates/main/../.default/css/jquery.arcticmodal-0.3.css?168993472211082*/
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 10px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(/local/templates/main/../.default/css/../img/loading.gif) no-repeat 50% 50%; }

.box-modal {
	font-family: 'Fira Sans', sans-serif;
	position: relative;
	min-width: 330px;
    max-width: 1240px;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	color: #3c3c3c;
}
.box-modal_close { 
	position: absolute; 
	background-image: url('/local/templates/main/../.default/css/../img/close-form.png');
	width: 18px;
	height: 18px;
	right: 15px;
	top: 15px;
	font-size: 11px; 
	line-height: 15px; 
	color: #999; 
	cursor: pointer; 
}
.box-modal_close:hover { color: #666; }
.arcticmodal-container_i {
	border: none;
	width:auto;
}
.box-modal form {

/*	padding: 30px 50px;*/
	text-align:center;
}
.box-modal .recallHead {
	font-weight: bold;
	color: #3a3838;
	font-size: 26px;
	text-align: center;
	margin: 20px 0;
}

#recallForm .button{
	margin-bottom: 30px;
}

.box-modal h6 {
	
	font-weight: bold;
	color: #008c3d;
	font-size: 26px;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
}


.sended {
	display:block;
	width:330px;
	
	font-weight: bold;
    font-size: 14px;
	color: #008c3d;
    line-height: 20px;
    margin: 0px 0px 20px; 
}

.box-modal p {
	
	font-weight: lighter;
    font-size: 14px;
    color:#989898;
    line-height: 20px;
    margin: 0px 0px 10px; 
}

.box-modal strong,.box-modal b {
	
	font-weight: bold;
}

.box-modal input[type="text"] {
 /*   width: 100%;
    border: medium none;
    background: #ecf3f7;
    padding: 18px 30px;
    box-sizing: border-box;
	color:#395da8;
	margin: 9px 0px;*/
}

.box-modal input[type="submit"] {
	/*font-family: 'pt_sansregular';
	font-size: 25px;
	color: #fff;
	padding:12px 60px;
	border: none;
	background: #395da8;
	margin-top:60px;
	float:right;
	cursor: pointer;*/
}

.box-modal input[type="text"],.box-modal input[type="password"],.box-modal input[type="tel"] {
    font-weight: lighter;
    width: 100%;
    color: #2d2d2d;
    background: #fff;
    border-color: #fff;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    padding: 8px 20px 8px;
    height: 36px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 15px;
    border-radius: 22px;
}
/*
.box-modal input[type="submit"] {
	color: #2d2d2d;
    width: 100%;
	border:none;
    font-family: 'Roboto_condensedBold';
	font-size: 20px;
	background: #fff440;
	padding: 16px 20px;
    box-sizing:border-box;
    text-transform: uppercase;
    cursor: pointer;
    float:right;
}

.box-modal input[type="submit"]:hover{
		background: #f0f0f0;
}
*/

.box-modal form .key {
    display: inline-block;
/*        margin-left:40px;*/
	margin-top: 5px;
    position: relative;
    min-width: 60%;
}

.box-modal form span {
    display: inline-block;
    cursor: pointer;
    width: 100%;
}
.box-modal input[type='button'],.box-modal input[type='submit'] {
	font-weight:bold;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	background: #008c3d;
	border: 1px solid #008c3d;
	cursor: pointer;
	border-right: 0;
	border-left: 0;
	min-width: 100%;
	border-radius: 22px;
	margin: 20px auto;
}
.box-modal input[type='button']:hover,.box-modal input[type='submit']:hover {
    color:#fff;
    background: #d92618;
	border: 1px solid #d92618;
}

.box-modal .err {
	display:block;
    width:330px;
	color:#d92618;
	text-align:center;
	margin-bottom: 20px;
}

.box-modal form .bl:after {
        content: '';
        position: absolute;   
        right: 100%;
        height: 50%;
        width: 0;
        margin-right: -12px;
        border-right: 12px solid #edd779;
    }
.box-modal form .bl:before {
        content: '';
        position: absolute;   
        right: 100%;
        height: 50%;
        width: 0;
        margin-right: -12px;
        border-left: 12px solid #edd779;
    }

.box-modal form .br:before {
        content: '';
        position: absolute;   
        right: 0%;
        height: 50%;
        width: 0;
        margin-right: -1px;
        border-right: 12px solid #edd779;
} 

.box-modal form .br:after {
        content: '';
        position: absolute;   
        right: 0%;
        height: 50%;
        width: 0;
        margin-right: -1px;
        border-left: 12px solid #edd779;
} 

.box-modal form .key:hover .bl:after {
        margin-right: -2px;
        border-right: 2px solid #edd779;
    }
.box-modal form .key:hover .bl:before {
        margin-right: -2px;
        border-left: 2px solid #edd779;
    }

.box-modal form .key:hover .br:before {
        margin-right: -1px;
        border-right: 2px solid #edd779;
} 

.box-modal form .key:hover .br:after {
        margin-right: -1px;
        border-left: 2px solid #edd779;
} 

.box-modal form .br:before {
        top: 0;
        -webkit-transform: skew(25deg, 0deg);
        -moz-transform: skew(25deg, 0deg);
        -ms-transform: skew(25deg, 0deg);
        -o-transform: skew(25deg, 0deg);
        transform: skew(25deg, 0deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;

}

.box-modal form .br:after {
        bottom: 0;
        -webkit-transform: skew(-25deg, 0deg);
        -moz-transform: skew(-25deg, 0deg);
        -ms-transform: skew(-25deg, 0deg);
        -o-transform: skew(-25deg, 0deg);
        transform: skew(-25deg, 0deg);
        -webkit-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        transform-origin: 0 100%;
}


.box-modal form .bl:before {        
        top: 0;
        -webkit-transform: skew(-25deg, 0deg);
        -moz-transform: skew(-25deg, 0deg);
        -ms-transform: skew(-25deg, 0deg);
        -o-transform: skew(-25deg, 0deg);
        transform: skew(-25deg, 0deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
.box-modal form .bl:after {
        bottom: 0;
        -webkit-transform: skew(25deg, 0deg);
        -moz-transform: skew(25deg, 0deg);
        -ms-transform: skew(25deg, 0deg);
        -o-transform: skew(25deg, 0deg);
        transform: skew(25deg, 0deg);
        -webkit-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }







.box-modal input.dis {
	cursor: default !important;
	background:#c3c3c3 !important;
	color:#a6a6a6 !important;

}

.box-modal input.dis:hover {
	cursor: default !important;
	background:#c3c3c3 !important;
	color:#a6a6a6 !important;

}

.feedForm textarea {
	width:100%;
	color: #919191;
	border: 2px solid #e6e7e8;
	background-color: transparent;
    
	font-weight: lighter;
    font-size: 14px;
    padding:20px;
    box-sizing:border-box;
    display: block;
    margin-bottom:30px;
    height: 140px;
	resize:none;
	overflow: auto;
}

.boxLeft {
	width:35%;
	float:left;
	box-sizing:border-box;
	height: 100%;
	border-right: 2px solid #e6e7e8;
	padding-right: 65px;
}

.boxRight {
	width:65%;
	float:left;
	box-sizing:border-box;
	padding-left: 100px;
}

.box-modal .check.light {
    font-size: 14px !important;
    color: #989898 !important;
    }
.box-modal .check {
    display: inline-block;
    width:100%;
    padding: 0px 0px 20px ;
    
	font-weight: lighter;
    font-size: 18px;
    color: #2d2d2d;
}


.box-modal .checkbox,.feedForm .checkbox {
    vertical-align: top;
    margin: -1px 10px 0 0;
    width: 17px;
    height: 17px;
}


.box-modal .checkbox + label,.feedForm  .checkbox + label {
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.box-modal .checkbox:not(checked),.feedForm .checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}
.box-modal .checkbox:not(checked) + label,.feedForm .checkbox:not(checked) + label{
    display: block;
    position: relative; 
    padding: 10px 20px 0 30px;
    margin:0px 0px;
    float: left;
    text-align: left;
    line-height: 20px;
}

.box-modal .light .checkbox:not(checked) + label {
  /*  padding: 10px 0 0 30px !important;*/
  padding: 7px 0 0 30px !important;
}
.box-modal .check a {
    color: #2d2d2d;
    float: right;
	font-weight: lighter;
    padding-top: 10px;
}

.box-modal .check a:hover {
    text-decoration: none;
}

.box-modal .checkbox:not(checked) + label:before,.feedForm  .checkbox:not(checked) + label:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 2px;
    width: 19px;
    height: 19px;
    background: url('/local/templates/main/../.default/css/../img/check.png') no-repeat center center;
}

.box-modal .checkbox:checked + label:before,.feedForm  .checkbox:checked + label:before{
  background: url('/local/templates/main/../.default/css/../img/checkc.png') no-repeat center center;
}

.box-modal .radio + label,.feedForm .radio + label {
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.box-modal .radio:not(checked),.feedForm .radio:not(checked) {
    position: absolute;
    opacity: 0;
}
.box-modal .radio:not(checked) + label,.feedForm  .radio:not(checked) + label {
	display: inline-block;
	position: relative;
	padding: 12px 20px 0 30px;
	margin: 15px 0px;
	font-size: 18px;
    
	font-weight: lighter;
}

.box-modal .radio:not(checked) + label:before,.feedForm .radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 2px;
    width: 21px;
    height: 21px;
    background: url('/local/templates/main/../.default/css/../img/radio.png') no-repeat center center;
}

.box-modal .radio:checked + label:before,.feedForm  .radio:checked + label:before{
  background: url('/local/templates/main/../.default/css/../img/radio_checked.png') no-repeat center center;
}

.spacer {

    padding-bottom: 10px;
    display: block;
    width: 100%;
}


.box-modal  .error {
    
	font-size: 12px;
	color: #eb302b;
	line-height: 15px;
	padding-top: 1px;
	text-align: left;
	display: block;
	width: 60%;
	margin: -18px auto 8px auto;
}
/* End */


/* Start:/local/templates/main/../.default/css/jquery.fancybox.css?16899347225341*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/main/../.default/css/../img/fancybox_sprite.png');
}

.fancybox-close{
	background-image: url('/local/templates/main/../.default/css/../img/fancybox_close.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/main/../.default/css/../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 38px;
	height: 37px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/main/../.default/css/../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: -95px;
}

.fancybox-next {
	right: -95px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 56px;
	height: 56px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 0px;
	background-position: -3px -25px;
}

.fancybox-next span {
	right: 0px;
	background-position: -3px -80px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/main/../.default/css/../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
/*
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/main/../.default/css/../img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
/*	}

	#fancybox-loading div {
		background-image: url('/local/templates/main/../.default/css/../img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*//*
	}
}          */
/* End */


/* Start:/local/templates/main/../.default/css/jquery-ui.css?168993472223144*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/local/templates/main/../.default/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/local/templates/main/../.default/css/images/ui-icons_444444_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/local/templates/main/../.default/css/images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/local/templates/main/../.default/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/local/templates/main/../.default/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/local/templates/main/../.default/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/local/templates/main/../.default/css/images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: 0px 0 0 0px;
	padding: 5px;
	background: #666666;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

/* End */


/* Start:/local/templates/main/../.default/css/style.css?16899347224175*/
/* Reset CSS */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

body
{
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

nav ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

a
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    background: transparent;
}

a:hover, a:active, a:focus {
	outline: 0;
}

ins
{
    text-decoration: none;
}

del
{
    text-decoration: line-through;
}

abbr[title],
dfn[title]
{
    cursor: help;
    border-bottom: 1px dotted;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid;
}

input,
select
{
    vertical-align: middle;
}


*
{
  /*  z-index: 1;*/
}

html,
body
{
    position: relative;
    height: 100%;
}

.clear
{
    clear: both;
}

.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;

    height: 0;

    content: ' ';
}

.clearfix
{
    display: block;
}

.hide
{
    display: none;
}

a:hover
{
    text-decoration: none;
}

ul,
ol
{
  /*  list-style: none;*/
}

p
{
 /*   margin: 0 0 20px 0;*/
}

/* Rouble font */

@font-face
{
    font-family: 'Rouble';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/main/../.default/css/../fonts/Rouble/rouble-webfont.eot');
    src: url('/local/templates/main/../.default/css/../fonts/Rouble/rouble-webfont.eot?#iefix')format('embedded-opentype'),
    url('/local/templates/main/../.default/css/../fonts/Rouble/rouble-webfont.woff') format('woff'),
    url('/local/templates/main/../.default/css/../fonts/Rouble/rouble-webfont.ttf') format('truetype');
}

.rub
{
    font-family: 'Rouble';
	position:relative;
}

.rub .text, .dollar .text, .euro .text{
	text-indent: -9999px;	
	position:absolute;
	overflow: hidden;
}

.rub:after
{
    content: 'o';
}

.dollar, .euro{
	position: relative;
}

.dollar:after{
	content: '$';
}

.euro:after{
	content: '€';
}

.main-cart tbody td .rub:after
{
    content: 'a';
}

/* Required styles */

body
{
	
}

a
{
	
}

b,
h1,
h2,
h3,
h4,
h5,
strong
{

}

h1{

}

h1,
h2,
h3,
h4
{

}

h2
{

}

h3
{

}

h4
{

}

input[type='text'],
input[type='password'],
input[type='email'],
textarea
{

}

.button
{

}

.button:hover
{

}

.button[disabled]{

}

.button[disabled]:hover{

}

img.grayscale {
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /*     Firefox 10+, Firefox on Android */
	filter:gray; /* IE6-9 */
	-webkit-filter:grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

#wrapper
{

}

#wrapper_inner
{

}

.container
{

}

#header
{

}

#header .container
{

}

#left-column
{
    position: relative;
    z-index: 2;

    float: left;

    width: 250px;
}

#right-column
{
    position: relative;

    overflow: hidden;
}

.breadcrumb
{

}

.breadcrumb li
{

}

.breadcrumb li a
{

}

#content
{

}


/* End */


/* Start:/local/templates/main/../.default/css/demo.css?168993472225713*/
@font-face
{
    font-family: 'RobotoRegular';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/main/../.default/css/../fonts/RobotoRegular/RobotoRegular.eot');
    src: url('/local/templates/main/../.default/css/../fonts/RobotoRegular/RobotoRegular.eot?#iefix')format('embedded-opentype'),
    url('/local/templates/main/../.default/css/../fonts/RobotoRegular/RobotoRegular.woff') format('woff'),
    url('/local/templates/main/../.default/css/../fonts/RobotoRegular/RobotoRegular.ttf') format('truetype');
}

@font-face
{
    font-family: 'RobotoBold';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/main/../.default/css/../fonts/RobotoBold/RobotoBold.eot');
    src: url('/local/templates/main/../.default/css/../fonts/RobotoBold/RobotoBold.eot?#iefix')format('embedded-opentype'),
    url('/local/templates/main/../.default/css/../fonts/RobotoBold/RobotoBold.woff') format('woff'),
    url('/local/templates/main/../.default/css/../fonts/RobotoBold/RobotoBold.ttf') format('truetype');
}


/* left-column */

#left-column
{
    position: relative;
    z-index: 2;

    float: left;

    width: 250px;
    margin-left: 10px;
}

#left-column .catalog_menu
{
    padding: 20px 0;

    list-style: none;

    border: 2px solid #ebebeb;
    background: #fff;

}

#left-column .catalog_menu li
{

    position: relative;
    display: block;
}

#left-column .catalog_menu > li
{
    line-height: 22px;
    padding: 7px 20px;

    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

#left-column .catalog_menu > li > a
{
    font-family: 'RobotoBold';

    font-size: 16px;

    text-decoration: none;


    color: #2f2f2f;
}

#left-column .catalog_menu > li:hover > a
{
    color: #d81220;
}

#left-column .catalog_menu .sub
{
    position: absolute;
    top: -2px;
    left: 246px;

    display: none;

    width: 270px;
    padding: 23px 20px 8px 0;

    border: 2px solid #ebebeb;
}

#left-column .catalog_menu .sub.two-col
{
    width: 540px;
}

#left-column .catalog_menu .sub.three-col
{
    width: 810px;
}

#left-column .catalog_menu > li:hover
{
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    background: url('/local/templates/main/../.default/css/../img/arr.png') no-repeat 230px center transparent;
}

#left-column .catalog_menu > li:hover:after
{
    position: absolute;
    z-index: 3;
    top: 0;
    right: -2px;

    display: block;

    width: 4px;
    height: 100%;

    content: '';

    background: #fff none repeat scroll 0 0;
}

#left-column .catalog_menu > li:hover .sub
{
    display: block;

    background: #fff;
}

#left-column .catalog_menu .sub > li
{
    float: left;

    width: 250px;
    margin-bottom: 15px;
    margin-left: 20px;

    font-family: 'RobotoBold';
    font-size: 15px;
    line-height: 17px;

    white-space: normal;
}

#left-column .catalog_menu .sub > li.parent a{
    position:relative;
}

#left-column .catalog_menu .sub > li.parent a:after
{
    content: "";
    background: url('/local/templates/main/../.default/css/../img/arr7.png') no-repeat center transparent;
    width: 7px;
    height: 9px;
    display:block;
    position:absolute;
    right: -14px;
    top: 5px;
}

#left-column .catalog_menu .sub > li.parent:hover a:after
{
    background: url('/local/templates/main/../.default/css/../img/arr6.png') no-repeat center transparent;
}

#left-column .catalog_menu .sub a
{
    text-decoration: none;
    color: #2f2f2f;
}

#left-column .catalog_menu .sub a:hover
{
    color: #6aa82d;
}

#left-column .catalog_menu .ico
{
    position: absolute;
    top: 1px;
    left: 0;

    width: 50px;
}

#left-column .catalog_menu .ico img
{
    display: table;

    margin: 0 auto;
}

#left-column .catalog_menu .active img.grayscale, #left-column .catalog_menu li:hover img.grayscale{
    filter: none;
    -webkit-filter: none; /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: none;
    -o-filter: none;
}

#left-column .additional-left-menu{
    background: #ebebeb;
    margin-bottom: 20px;
}

#left-column .additional-left-menu a{
    height: 40px;
    line-height: 40px;
    display:block;
    color: #2f2f2f;

    font-size: 16px;

    font-family: "RobotoBold";
    text-decoration: none;
    padding: 0 20px;
    white-space: nowrap;
}

/* / left-column */

#right-column
{
    position: relative;

    overflow: hidden;
}

.breadcrumb
{
    font-family: 'RobotoRegular';

    margin: 20px 0;
}

.breadcrumb li
{
    display: inline-block;
    margin: 0 1px;
}

.breadcrumb li a
{
    text-decoration: none;

    color: #9c9c9c;
}

/* top-filter */


#top-filter
{
    margin: 20px 10px 7px;
}

#top-filter .it
{
    font-family: 'RobotoBold';
    font-size: 12px;
    line-height: 30px;

    display: block;
    float: left;

    height: 30px;
    margin-left: 25px;
    padding: 5px 5px 5px 40px;

    text-decoration: none;
    text-transform: uppercase;

    color: #000;
    border: 3px solid transparent;
}

#top-filter .it.active,
#top-filter .it:hover
{
    border: 3px solid #4f4f4f;
    border-radius: 3px;
}

#top-filter .it.hit
{
    height: 40px;

    background: url('/local/templates/main/../.default/css/../img/lider.png') no-repeat 5px center transparent;
}

#top-filter .it.new
{
    background: url('/local/templates/main/../.default/css/../img/new.png') no-repeat 5px center transparent;
}

#top-filter .it.sale
{
    background: url('/local/templates/main/../.default/css/../img/sale.png') no-repeat 5px center transparent;
}

#top-filter .it.gift
{
    background: url('/local/templates/main/../.default/css/../img/gift.png') no-repeat 5px center transparent;
}

#top-filter .filter
{
    line-height: 30px;

    overflow:hidden;
    height: 30px;
    padding: 15px 30px;
}

#top-filter .filter .count-in-page
{
    float: right;
}

#top-filter .filter .count-in-page a
{
    margin: 0 5px;

    text-decoration: none;
    text-transform: uppercase;

    color: #4f4f4f;
}

#top-filter .filter .count-in-page a.active
{
    font-family: 'RobotoBold';

    color: #6aa82d;
}

#top-filter .filter .view
{
    float: right;

    margin-left: 70px;
    padding-top: 4px;
}

#top-filter .filter .view .block
{
    display: inline-block;

    width: 18px;
    height: 18px;

    background: url('/local/templates/main/../.default/css/../img/view-block.png') no-repeat 0 0 transparent;
}

#top-filter .filter .view .line
{
    display: inline-block;

    width: 18px;
    height: 18px;
    margin-left: 10px;

    background: url('/local/templates/main/../.default/css/../img/view-line.png') no-repeat 0 0 transparent;
}

/* / top-filter */

/* content */

#content
{
    line-height: 20px;

    margin-right: 10px;
    margin-left: 10px;
    padding: 20px 30px;

    border: 1px solid #eee;
    background: #fff;
}

#content table
{
    width: 100%;

    text-align: left;
}

#content table thead
{
    font-family: 'RobotoBold';
    font-size: 16px;

    color: #6aa82d;
}

#content table tbody tr
{
    border-top: 1px solid #e0e0e0;
}

#content table td,
#content table th
{
    padding: 10px 15px;
    vertical-align:middle;
}

#content ul,
#content ol
{
    margin: 20px 0;
}

#content ul li,
#content ol li
{
    position: relative;

    margin-bottom: 5px;
    padding-left: 30px;
}

#content ul li:before
{
    position: absolute;
    top: 7px;
    left: 12px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 3px;
    background: #6aa82d;
}

#content ol
{
    counter-reset: myCounter;
}

#content ol li:before
{
    position: absolute;
    left: 10px;

    display: block;

    content: counter(myCounter)'.';
    counter-increment: myCounter;

    color: #3b2a4e;
}

/* / content */


#left-menu
{
    padding: 12px 0;
    margin-bottom: 20px;
}

#left-menu a
{
    font-family: 'RobotoBold';
    font-size: 12px;
    line-height: 14px;

    display: block;

    padding: 12px 40px;

    text-decoration: none;
    text-transform: uppercase;

    color: #2f2f2f;
}

#left-menu a:hover, #left-menu a.active
{
    color: #d81220;
}

/* animated checkbox, radio, slectbox */

.animated-checkbox
{
    line-height: 18px;

    display: inline-block;

    margin-right: 10px;
}

.animated-radio
{
    line-height: 20px;

    display: inline-block;

    margin-right: 10px;
}

.animated-checkbox input[type='checkbox'],
.animated-radio input[type='radio']
{
    position: absolute;

    clip: rect(0px, 0px, 0px, 0px);
}

.animated-checkbox label,
.animated-radio label
{
    cursor: pointer;
}

.animated-checkbox label:after,
.animated-radio label:after
{
    position: relative;
    top: 3px;

    display: inline-block;

    margin-right: 4px;
    margin-left: 2px;

    content: ' ';
}

.animated-checkbox label:after
{
    width: 19px;
    height: 19px;

    background: rgba(0, 0, 0, 0) url('/local/templates/main/../.default/css/../img/checkbox.png') repeat scroll 0 0;
}

.animated-radio label:after
{
    width: 20px;
    height: 20px;

    background: rgba(0, 0, 0, 0) url('/local/templates/main/../.default/css/../img/radio.png') repeat scroll 0 0;
}

.animated-checkbox input[type='checkbox']:checked + label:after, .animated-checkbox label.checked-label:after
{
    background-position: 18px 0;
}

.animated-radio input[type='radio']:checked + label:after
{
    background-position: 20px 0;
}

.animated-select
{
    overflow: hidden;

    width: 200px;
    height: 30px;

    border: 2px solid #dedede;
    background: rgba(0, 0, 0, 0) url('/local/templates/main/../.default/css/../img/selectbox.jpg') no-repeat scroll right center;
}
.animated-select select
{
    font-family: 'RobotoRegular';
    font-size: 13px;

    width: 110%;
    height: 30px;
    padding: 5px;

    cursor: pointer;

    color: #4f4f4f;
    border: medium none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}


/* cart-right-block */

.cart-right-block
{
    float: right;

    width: 380px;
    margin-left: 10px;
    padding: 20px;
}

.cart-right-block .count
{
    font-family: 'RobotoRegular';
    font-size: 16px;
    line-height: 38px;

    float: left;
}

.cart-right-block .price
{
    font-family: 'RobotoBold';
    font-size: 36px;
    line-height: 38px;

    float: right;

    color: #000;
}

.cart-right-block .separ
{
    margin-top: 15px;
    margin-bottom: 30px;

    border-bottom: 2px solid #dedede;
}

.cart-right-block .order-button
{
    display: block;

    margin-bottom: 10px;

    background: #d81220;
}

.cart-right-block .oneclick-button
{
    display: block;

    background: #6aa82d;
}

.cart-right-block .prop
{
    margin-bottom: 10px;
}

.cart-right-block .prop::after
{
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;

    height: 0;

    content: ' ';
}

.cart-right-block .prop .prop-title
{
    float: left;
}

.cart-right-block .prop.self
{
    line-height: 23px;
}

.cart-right-block .prop.self .prop-title
{

}

.cart-right-block .prop.delivery
{
    line-height: 23px;
}

.cart-right-block .prop.delivery .prop-title
{

}

.cart-right-block .prop .prop-value
{
    float: right;
}

.cart-right-block .clear-cart
{
    display: block;

    margin: 40px 0;
}

/* / cart-right-block */

.cart-left-block
{
    overflow: hidden;

    padding: 20px;
}

.cart-left-block p{
    margin: 0;
}

/* quick-order */

.quick-order{
    font-size: 12px;
    font-family: "RobotoRegular";
    text-transform: uppercase;
    position: relative;
}

.quick-order .contact{
    position: absolute;
    right: 5px;
    top: 1px;
    line-height: 22px;
}

.quick-order .contact .phone{
    font-size: 19px;
}

.quick-order .order-result{
    line-height: 22px;
    text-transform:none;
    margin-bottom: 25px;
    font-size: 14px;
}

.quick-order .contact .red{
    color: #d81220;
}

.quick-order .left-cnt{
    float: left;
    width: 300px;
    margin-right: 10px;
}

.quick-order .right-cnt{
    overflow: hidden;
}

.quick-order .form-block .it{
    margin-bottom: 12px;
}

.quick-order .form-block input[type="text"], .quick-order .form-block textarea{
    float: left;
    width: 300px;
}

.quick-order .cart-list{
    border: 2px solid #ebebeb;
    border-radius: 5px;
    padding: 10px;
    height: 327px;
    overflow-y: auto;
}

.quick-order .cart-list li{
    margin: 10px 0;
    text-align: center;
}

.quick-order .cart-list li a{
    color: #6b6b6b;
}

.quick-order .form-block .button{
    margin: 0;
}

/* / quick-order */

/* compare */


.compare-block-outer{
    overflow:auto;
    width: 100%;
    position:relative;
    padding-top: 25px;
}

.compare-block{
    padding: 40px 30px;
    position:relative;
}

.compare-block-outer .delete-all{
    position:absolute;
    right: 30px;
    line-height: 30px;
    top: -5px;
    font-size: 18px;
    font-family: "RobotoBold";
    color:#000;
}

.compare-block .catalog .product{
    margin-bottom: 0;
    width: 250px !important;
    margin-right: 50px !important;
}

.compare-table{

}

.compare-table .compare-cell{
    position:relative;
    width: 300px;
    float: left;
    box-sizing: border-box;
}

.compare-table .compare-cell:after{
    background: #dedede none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.compare-table .compare-row .compare-cell:first-child:before {
    background: #dedede none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
}

.compare-table .compare-row{
    border-bottom: 1px solid #dedede;
    /* 	border-right: 1px solid #dedede;
        border-left: 1px solid #dedede; */
}

.compare-table .compare-row:first-child{
    border-top: 1px solid #dedede;
}


.compare-table .compare-cell .cnt{
    padding: 15px;
}

/* / compare */


.onecolumn
{
    width: 800px;
    margin: 0 auto;
    padding: 50px 80px;
}


.no-photo{
    background: url('/local/templates/main/../.default/css/../img/no-photo.png') no-repeat center transparent;
    width: 100px;
    height: 100px;
}


.filter_block{
    background: #fff;
    border: 2px solid #4f4f4f;
    padding: 35px 30px;
    margin-bottom: 20px;
}

.filter_block .filter_it{
    margin-bottom: 12px;
}


/* brand */

.brand-list{
    padding: 30px;
}

.brand-list .it{
    float:left;
    font-family: "RobotoRegular";
    width: 30%;
    margin-right: 5%;
    line-height: 20px;
    margin-bottom: 70px;
    height: 350px;
}

.brand-list .it .pic{
    display:table;
    margin-bottom: 30px;
    height: 90px;
    width: 100%;
}

.brand-list .it .pic .cnt{
    display:table-cell;
    vertical-align:middle;
}

.brand-list .it .pic img{
    max-height: 90px;
}

.brand-list .it .ttl{
    font-family: 'RobotoBold';
    font-size: 18px;
    text-decoration:none;
    color:#1f1f1f;
    display:block;
    margin-bottom: 15px;
}

.brand-list .it .text{
    line-height: 20px;
    max-height: 160px;
    overflow:hidden;
}

.brand-list .it:nth-of-type(3n){
    margin-right: 0%;
}

/* / brand */


#catalog-section-menu{}

#catalog-section-menu ul{
    list-style:none;
    padding: 40px 40px 30px 40px;
}

#catalog-section-menu ul li{
    float:left;
    width: 23%;
    display:block;
    margin-right: 2%;
    margin-bottom: 10px;
}

#catalog-section-menu a{
    color: #4f4f4f;
    font-size: 14px;
    text-decoration:none;
}

.simple-ui-dialog{
    font-size: 15px;
    font-family: "RobotoRegular";
    text-align:center;
    padding: 0 10px 30px !important;
}

.order-price-table{
    margin: 33px 0 20px;
}

.order-price-table td{
    padding: 5px 10px 5px 0;
    font-family: "RobotoBold";
}

.order-history .repeat-button{
    background: url('/local/templates/main/../.default/css/../img/order-repeat.png') no-repeat 0 0 transparent;
    width: 17px;
    height: 15px;
    display:block;
    margin: 0 auto;
}

.order-history .delete-button{
    background: url('/local/templates/main/../.default/css/../img/order-delete.png') no-repeat 0 0 transparent;
    width: 16px;
    height: 13px;
    display:block;
    margin: 0 auto;
}

.order-history .price{
    font-family: "RobotoBold";
    font-size: 24px;
    white-space: nowrap;
}

#content .order-history table{
    font-family: "RobotoRegular";
    margin-top: 20px;
}

#content .order-history .animated-radio{
    margin-right: 100px;
}

#content .order-history table thead {
    color:#4f4f4f;
}

#content .order-history table .basket_item{
    color:#2d2d2d;
}

#content .order-history table .basket_item:hover{
    color:#6aa82d;
}

#content .order-history table tbody tr:first-child{
    border-top: none;
}

#content .order-history table tr td:first-child{
    padding-left: 0;
}

#content .order-history table tr td:last-child{
    padding-right: 0;
}

#content table.detail_order_info tbody tr td{
    padding-top: 40px
}

.detail_order_info .repeat{
    background: url('/local/templates/main/../.default/css/../img/order-repeat.png') no-repeat 0 0 transparent;
    height: 15px;
    line-height: 15px;
}

.detail_order_info a{
    display:inline-block;
    color:#585858;
    text-decoration:none;
    padding-left: 30px;
}

.detail_order_info .delete{
    background: url('/local/templates/main/../.default/css/../img/order-delete.png') no-repeat 0 0 transparent;
    height: 13px;
    line-height: 13px;

}

.detail_order_info .total_sum{
    width: 80%;
    text-align:right;

}

.detail_order_info .total_sum .price{
    font-family:"RobotoBold";
    font-size: 36px;
    margin-left: 40px;
}

.detail_order_info .total_sum .text{
    font-size: 16px;
}

.catalog-brands{
    margin: 30px 10px 10px;
    padding: 50px 40px;
}

.catalog-brands .title{
    float:left;
    font-size: 18px;
    line-height: 26px;
    margin-right: 15px;
}

.catalog-brands .list{
    overflow:hidden;
}

.catalog-brands .list li{
    display:inline-block;
    margin: 0 15px;
}

.catalog-brands .list a{
    font-size: 14px;
    color:#4f4f4f;

    font-family:"RobotoRegular";
    line-height: 26px;
}

.catalog-tag-block{
    padding-top: 30px;
    padding-bottom: 30px;
}


.green_key {
    background-color: #53A91D;
    color: #FFF;
    display: inline-block;
    line-height: 17px;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    padding: 13px 80px;
    border-radius: 4px;
}

.green_key:hover {
    text-decoration: underline;
}

.main-banners .bx-wrapper{
    margin-right: 10px;
    margin-left: 10px;
}

.contact_map{
    display:inline-block;
    position:relative;
}

.contact_map img{
    display:block;
}

.contact_map a{
    position:absolute;
    width: 50px;
    height: 50px;
    display:block;
    right: 5px;
    bottom: 10px;
}

#content ul.price-list li:before{
    display:none;
}

.price-list a{
    position:relative;
    color:#000;
    font-size: 13px;
}

.price-list a:hover, .price-list .price-list-control:hover{
    color:#6aa82d;
}

.price-list .price-list-control{
    position:relative;
    color:#000;
    cursor:pointer;
    padding-left: 30px;
    margin-bottom: 5px;
}

.price-list .price-list-control:before{
    content: "+";
    position: absolute;
    display: block;
    background: #6aa82d;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    color:#fff;
    text-align:center;
    border-radius: 2px;
}

.price-list .price-list-control.opened:before{
    content: "-";
}

.price-list a.zip:before{
    content: "";
    position: absolute;
    display: block;
    background: url('/local/templates/main/../.default/css/../img/zip-ico.png') no-repeat 0 0 transparent;
    width: 17px;
    height: 15px;
    right: -20px;
    top: 0;
}

.price-list a.xls:before{
    content: "";
    position: absolute;
    display: block;
    background: url('/local/templates/main/../.default/css/../img/excel-ico.png') no-repeat 0 0 transparent;
    width: 16px;
    height: 19px;
    right: -20px;
    top: 0;
}

#content ul.price-list > li{
    float:left;
    width: 33%;
    padding: 0;
    min-height: 60px;
}

#content ul.price-list ul{
    margin: 0;
    display:none;
}

.static-content{
    overflow:hidden;
}

.static-content img{
    max-width: 100%;
}

.success-message{
    color: green;
}

.order-detail-info{
    color:#757575;
    font-size: 14px;
    float:right;
    text-align:right;
}

/* media */
/*
@media screen and (max-width: 1280px){
    #top-filter .filter .view{
        display:none;
    }
}

@media screen and (max-width: 1280px)
{
    #header .slogan
    {
        width: 319px;
        height: 72px;

        background: url('/local/templates/main/../.default/css/../img/slogan-new-mini.jpg') no-repeat 0 0 transparent;
        background-size: cover;
    }

    #header .personal{
        margin-right: 10px;
        margin-left: 30px;
    }

    .catalog .product{
        width: 30%;
        margin-right: 4%;
    }

    .catalog .product:nth-of-type(4n){
        margin-right: 4%;
    }

    .catalog .product:nth-of-type(3n){
        margin-right: 0;
    }


    .catalog.five_col .product{
        width: 22%;
        margin-right: 3%;
    }

    .catalog.five_col .product:nth-of-type(5n){
        margin-right: 3%;
    }

    .catalog.five_col .product:nth-of-type(4n){
        margin-right: 0;
    }

    .compare-block .catalog .product{
        margin-right: 4%;
        width: 22%;
    }

    .compare-block .catalog .product:nth-of-type(4n){
        margin-right: 0;
    }

    .compare-block .catalog .product:nth-of-type(3n){
        margin-right: 4%;
    }

    .catalog.list .product .title-cnt{
        max-width: 200px;
        width: auto;
    }

    .catalog.list .product .button{
        margin-top: 10px;
    }

    .catalog .section{
        width: 22%;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .catalog .section:nth-of-type(4n){
        margin-right: 0;
    }

    .catalog .section:nth-of-type(5n){
        margin-right: 4%;
    }


    #footer .contacts
    {
        margin-left: 40px;
    }


    #top-filter .filter .view {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1200px){
    #header .cart{
        position:absolute;
        right: 5px;
        top: 65px;
        margin-top: 0;
        width: auto;
        margin-right: 7px;
    }

    #header .feedback-link{
        right: 200px;
    }
}

@media screen and (max-width: 1120px){

    #footer .menu
    {
        width: 440px;
        margin-left: 70px;
    }

    #top-filter .filter .view {
        display:block;
    }

    #top-filter .filter .count-in-page{
        display:none;
    }
    .catalog.list .product .buy-cnt{
        float:right;
        margin-right: 0;
    }
}

@media screen and (max-width: 979px){


    #header .contacts{
        margin-left: 20px;
    }

    #header .personal{
        margin-left: 10px;
        margin-right: 10px;
    }

    #header .slogan{
        width: 200px;
        height: 45px;
    }

    #top-filter .filter{
        padding: 4px 10px 6px;
    }

    .bx_filter .bx_filter_parameters_box_container_block .add_text .black{
        display:none;
    }

    .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container{
        width: 45px;
    }

    .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input{
        min-width: 45px;
    }

    .catalog .product .button {
        min-width: auto;
    }

    .catalog .product .quantity{
        float:left;
        margin-bottom: 5px;
    }

    .catalog .product .pic img{
        width: 100%;
    }

    .catalog .product .pic-wrap{
        height: 150px;
    }

    .catalog .product .discount-price-value{
        margin-top: 10px;
    }

    .catalog .product .old-price-value{
        top: 0;
    }

    .catalog.list .product .title-cnt{
        max-width: 170px;
        margin-right: 0px;
    }

    .catalog.list .product .measure{
        margin: 0;
    }

    .catalog.list .product .price{
        clear:both;
    }

    .catalog.list .product .button{
        clear:both;
    }

    .catalog .last-update{
        font-size: 11px;
    }

    .catalog-detail .pic img{
        max-width: 100%;
    }

    .catalog .section .cnt .title{
        font-size: 11px;
    }

    #catalog-section-menu a{
        font-size: 12px;
    }

    #footer .menu{
        width: 300px;
        margin-left: 20px;
    }

    #footer .menu li{
        margin-right: 10px;
    }

    #footer .contacts{
        margin-left: 20px;
    }

    .main-cart td{
        padding: 10px 5px !important;
        font-size: 12px;
    }

    .main-cart .title{
        font-size: 12px;
    }

    .main-cart .price{
        font-size: 18px;
    }

    .cart-right-block{
        width: 200px;
    }

    .cart-right-block .price{
        float:left;
    }

    .cart-right-block .prop{
        font-size: 9px;
    }

    #content{
        padding: 10px 15px;
    }

    #content .order-history table td, #content table th{
        padding: 5px;
        font-size: 10px;
    }

    .order-history .price{
        font-size: 18px;
    }

    .detail_order_info a{
        font-size: 12px;
    }

    .detail_order_info .total_sum .text{
        font-size: 12px;
    }

    .detail_order_info .total_sum .price{
        font-size: 20px;
    }
}

/* / media */

/* End */


/* Start:/local/templates/main/../.default/css/mezin.css?168993472278094*/
@font-face {
  font-family: 'Material-Design-Iconic-Font';
  src: url('/local/templates/main/../.default/css/../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), url('/local/templates/main/../.default/css/../fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), url('/local/templates/main/../.default/css/../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* 
@font-face {
    font-family: 'fira_sansregular';
    src: url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-regular-webfont.eot');
    src: url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-regular-webfont.woff2') format('woff2'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-regular-webfont.woff') format('woff'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-regular-webfont.ttf') format('truetype'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-regular-webfont.svg#fira_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
	
}

@font-face {
    font-family: 'fira_sansbold';
    src: url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-bold-webfont.eot');
    src: url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-bold-webfont.woff2') format('woff2'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-bold-webfont.woff') format('woff'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-bold-webfont.ttf') format('truetype'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-bold-webfont.svg#fira_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
	
}

@font-face {
    font-family: 'fira_sanslight';
    src: url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-light-webfont.eot');
    src: url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-light-webfont.woff2') format('woff2'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-light-webfont.woff') format('woff'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-light-webfont.ttf') format('truetype'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-light-webfont.svg#fira_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
	
}

@font-face {
    font-family: 'fira_sansbold_italic';
    src: url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-bolditalic-webfont.eot');
    src: url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-bolditalic-webfont.woff2') format('woff2'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-bolditalic-webfont.woff') format('woff'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-bolditalic-webfont.ttf') format('truetype'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-bolditalic-webfont.svg#fira_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
	
}

@font-face {
    font-family: 'fira_sansitalic';
    src: url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-italic-webfont.eot');
    src: url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-italic-webfont.woff2') format('woff2'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-italic-webfont.woff') format('woff'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-italic-webfont.ttf') format('truetype'),
	url('/local/templates/main/../.default/css/../fonts/FiraSans/firasans-italic-webfont.svg#fira_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
	
}
 */

body
{
    background: #ededed;
	font-family: 'Fira Sans', sans-serif;
}
.white {
    background: #fff;
}
a
{
    color: #000;
}

b,
h1,
h2,
h3,
h4,
h5,
strong
{
    font-family: 'Fira Sans', sans-serif;
	font-weight:bold;
}

h1,
h2,
h3,
h4
{
    margin: 35px 0 15px;
}

h1{
    font-family: 'Fira Sans', sans-serif;
	/*  font-weight: bold;
	letter-spacing:5px;*/
    font-size: 26px;
    line-height: 33px;
    margin-top: 25px;
    color: #3a3838;
}

h2
{
    font-size: 20px;
    line-height: 26px;
    color: #3a3838;
}

h3
{
    font-size: 18px;
    color: #3a3838;
}

h4
{
    font-size: 16px;
    color: #3a3838;
}

p {
    font-weight: lighter;
    font-size: 16px;
    line-height:25px;
    color:#3a3838;
    margin: 0 0 17px 0;
}

.container li {
	font-weight: lighter;
	font-size: 16px;
	line-height: 25px;
	color: #3a3838;
}


.container ul {
	list-style:none;
	
}

.contentArea ul li {
    background: url(/local/templates/main/../.default/css/../img/bull.png) 23px 9px no-repeat;
    list-style-position: outside; /* ������ ���������� ������� */
    padding-left: 40px;
    margin-bottom: 5px;
    box-sizing:border-box;
    display: inline-block;
    width: 100%;
}

.bx-wrapper ul li {
    background: none;
    padding-left: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
    display: inline-block;
}

ol {
    list-style: none;
    margin-left: 40px;
}


.contentArea ol {
	counter-reset:li; /* �������������� ������� */
	list-style:none; /* �������� ��������� ������������� �� ��������� */
	color: #464646;
}


.contentArea ol li {
	position:relative; /* ������� �������� ��� ���������������� ��������� */
	margin-bottom: 5px;
	line-height: 22px;
	/*	padding-left: 18px;*/
	
}

.contentArea ol li:before {
	content:counter(li) "."; /* � �������� ������ ���������� ������� */
	counter-increment:li; /* ����������� �������� �������� �� 1 */
	/* ������������� � ��������� ����� */
	position:absolute;
	top:0px;
	left:-30px;
	width:2em;
    /*  padding:4px 0;*/
	
	color:#3a3838;
    font-family: 'Fira Sans', sans-serif;
	
	
	text-align:center;
}


.container table {
	
	width:100%;
	font-weight: lighter;
	color:#3a3838;
	
	
}
.container table th {
    font-family: 'Fira Sans', sans-serif;
    color:#3a3838;
    font-size:18px;
    text-align:center;
	padding: 20px 10px;
	box-sizing: border-box;
}

.container table td {
	font-family: 'Fira Sans', sans-serif;
	padding: 20px 10px;
	box-sizing: border-box;
	text-align:center;
	font-size: 16px;
}

input[type='text'],
input[type='password'],
input[type='email'],
textarea
{
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
	
    box-sizing: border-box;
    padding: 0 10px;
	
    color: #000;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    vertical-align: middle;
}
tr.gray {
	
	background:#ededed;
}

/* Required styles */


.button
{
    font-weight: bold;
    line-height: 35px;
	/*    min-width: 200px;
	height: 45px;      */
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 40px;
    background: #008c3d;
    display: inline-block;
    padding: 0px 40px;
	float: right;
	margin-right: 33px;
}

.button.green {
	
	background: #d81220!important;
	
}

.button:hover
{
    background: #d81220;
}

.button[disabled]{
    background: #d0d0d0;
}

.button[disabled]:hover{
    background: #d0d0d0;
}

#wrapper_inner
{
    position: relative;
    z-index: 2;
	
    width: 100%;
    min-height: 100%;
	
    color: #4f4f4f;
}

#wrapper
{
    font-size: 15px;
    min-width: 1190px;
    position: relative;
    width: 100%;
    height: 100%;
	font-family: 'Fira Sans', sans-serif;
}

.container
{
    position: relative;
	margin: 0 auto;
    width: 1190px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
}

/* header */

#header
{
    width: 100%;
    min-width:1190px;
    height: 130px;
	/*    overflow:hidden;*/
    background: #fff;
    z-index: 2;
    position:relative;
}

#header .container
{
	/* height: 155px;*/
}

#header .logo
{
    float: left;
    background: url('/local/templates/main/../.default/css/../img/logo.png') no-repeat 0 0 transparent;
    height: 90px;
    width: 175px;
}


#header .topMenu {
	display:block;
	width:100%;
	background:#ededed;
}

#header .menu
{
    font-family: 'Fira Sans', sans-serif;
	/*    max-width:1190px;
	margin:0 auto;     */
    padding: 13px 0px;
    float:left;
}

#header .menu .it
{
    float: left;
	
	/*   padding: 0 12px;*/
    position:relative;
}

#header .menu .it:last-child
{
    padding-right: 0;
}

#header .menu .it a
{
/*    margin-right:55px;*/
    margin-right:40px;
    font-size: 15px;
    color: #252525;
    text-decoration:none;
}

#header .menu .it:last-child a {
	
    margin-right:0px;
}

#header .menu .it a:hover
{
    text-decoration:underline;
}


#header .menu .it:hover .sub{
    display:block;
}

#header .menu .sub
{
    position:absolute;
    background: #fff;
    box-shadow: 0 2px 1px 0 #d3d3d3;
    left: -15px;
    padding: 5px 0;
    display:none;
    width: 200px;
}

#header .menu .sub .it
{
    padding: 0;
    display:block;
    width: 100%;
}

#header .menu .sub .it:hover{
    background: #f5f5f5;
}

#header .menu .sub .it a{
    font-size: 15px;
    padding: 7px 30px;
    display:block;
}
#header .personal
{
	font-family: 'Fira Sans', sans-serif;
	padding: 13px 13px 13px 30px;
	float: right;
	background: url('/local/templates/main/../.default/css/../img/login.png') no-repeat 3px center transparent;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	max-width: 165px;
	cursor:pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
#header .personal span
{
	display:block;
	width:100%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#header .personal.logged {
	min-width: 140px;
}

#header .personal:hover 
{
	background-color:#d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	
}	

#header .personal a
{
    text-decoration: none;
    font-size: 15px;
    color: #252525;
}

#header .personal a:hover
{
    color: #d81220;
}

#header .contacts
{
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	line-height: 24px;
	float: right;
	margin-top: 35px;
	margin-right: 80px;
	margin-left: 0px;
	text-decoration:none;
}


#small_cart {
	float:right;	
	
}

#header .cart
{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color:#fff;
    text-decoration:none;
    position: relative;
    float: right;
	/*  width: 150px;*/
    height: 35px;
    margin-top: 20px;
    padding-left: 60px;
    text-align: center;
    background: url('/local/templates/main/../.default/css/../img/bag.png') no-repeat 20px center rgb(217, 40, 25);
	min-width: 50px;
	padding-right: 20px;
	height: 51px;
	border-radius: 50px;
}

#header .cart .empty-cart{
	line-height: 51px;
}

#header .cart .price{
	margin-top: 6px;
}

#header .cart .rub{
	font-weight:normal;
}

#header .cart .rub:after{
	content: "c";
}

#header .cart .quantity
{
	font-weight:normal;
}

#header .whiteKey {
	font-weight: bold;
	display:block;
	float:left;
	color:#008c3d;
	border: 1px solid #008c3d;
	border-radius: 50px;
	text-decoration:none;
	padding: 10px 25px;
	margin-top: 25px;
	margin-left: 100px;
}

.whiteKey:hover {
	
	color:#fff !important;
	background:#008c3d;
	
}

.contentArea  .whiteKey {
	font-weight: bold;
	display: block;
	color: #008c3d;
	border: 1px solid #008c3d;
	border-radius: 50px;
	text-decoration: none;
	padding: 10px 50px;
	margin: 40px auto;
	max-width: 170px;
	text-align: center;
}



#header .feedback-link{
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    line-height: 27px;
    color: #2f2f2f;
    text-decoration: none;
    margin-right: 30px;
    position: absolute;
    right: 5px;
    top: 65px;
    margin-top: 0;
    width: auto;
    margin-right: 7px;
	
}

/* / header */

/* top-search */

#top-search
{
    width: 100%;
    min-width: 1190px;
	/*    height: 60px;*/
	
    background: #008c3d;
}

#top-search .catalog-menu-title
{
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    line-height: 60px;
	
    position: relative;
	
    display: block;
    float: left;
	
    width: 190px;
    height: 60px;
    margin-left: 10px;
    padding: 0 30px;
	
    text-decoration: none;
	
    color: #fff;
    background: #6aa82d;
}

#top-search .catalog-menu-title .navicon
{
    position: absolute;
    top: 22px;
    right: 28px;
}

#top-search .catalog-menu-title .navicon .cnt
{
    position: relative;
	
    width: 24px;
    height: 2px;
	
    background: #fff;
}

#top-search .catalog-menu-title .navicon .cnt:after
{
    position: absolute;
    top: 7px;
    left: 0;
	
    display: block;
	
    width: 24px;
    height: 2px;
	
    content: '';
	
    background: #fff;
}

#top-search .catalog-menu-title .navicon .cnt:before
{
	position: absolute;
	top: 14px;
	left: 0;
	
	display: block;
	
	width: 24px;
	height: 2px;
	
	content: '';
	
	background: #fff;
}

#top-search .search
{
	font-size: 13px;
	/*    line-height: 59px;*/
	padding: 10px 0px;
	width: 78%;
	float: right;
	color: #fff;
}

#top-search .search .search_button
{
	float: right;
	
	width: 110px;
	margin-right: 10px;
	margin-left: 7px;
}

#top-search .search .search_label
{
	font-family: 'Fira Sans', sans-serif;
	
	float: left;
	
	width: 115px;
	
	text-align: center;
}

#top-search .search .search_area
{
	overflow: hidden;
	padding-right: 25px;
}

#top-search .search input[type='text']
{
	line-height: 36px;
	width: 100%;
	height: 36px;
	border: none;
	border-radius: 30px;
	font-size: 13px;
	background-image: url('/local/templates/main/../.default/css/../img/lupa.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0px 20px;
	box-sizing: border-box;
}

#top-search .search input[type='submit']
{
	font-weight: bold;
	font-size: 14px;
	line-height: 32px;
	text-transform:uppercase;	
	width: 120px;
	height: 36px;
	padding: 0px 10px;
	
	cursor: pointer;
	text-align: center;
	
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	background: transparent;
}

#top-search .search input[type='submit']:hover
{
	background:#d92819;
	border: 1px solid #d92819;	
}


/* / top-search */

/* content---------------------------------------------------------------------------------*/
.contentArea {
	display: block;
	width: 100%;
	background: #fff;
	padding: 20px 0px 75px;
	min-width: 1190px;
}

.CILeft {
	display: block;
	width:670px;
	float:left;
	padding-right:15px;
	box-sizing:border-box;
	
}



.CIRight {
	display: block;
	width:480px;
	float:right;
	padding-left:15px;
	box-sizing:border-box;
}


.CILeft h2 {
	font-weight: bold;
	color:#3a3838;
	font-size:26px;
	margin-top:15px;
	
}

.CILeft p {
	font-weight: lighter;
	color:#3a3838;
	font-size:16px;
	line-height:26px;
	
}

.CIRight h3 {
	font-weight:bold;
	font-style:italic;
	color:#d92618;
	font-size:18px;
	padding: 25px 0px 25px 25px;
	background: url('/local/templates/main/../.default/css/../img/hdoc.png') no-repeat center left transparent;
}

.CIRight ul {
	display: block;
	width: 100%;
	padding-left: 25px;
	font-weight: bold;
	font-style: italic;
	color:#808080;
	font-size:14px;
	line-height: 24px;
	box-sizing: border-box;
}

.CIRight li { 
	
	display: block;
	width: 95%;
	padding-left: 25px;
	padding-bottom:3px;
	background: url('/local/templates/main/../.default/css/../img/libull.png') no-repeat left 10px transparent;
	box-sizing: border-box;
	
	
	
	
}


/* catalog */

.catalogMenu > a {
	position:absolute;
	text-decoration:none;
	padding: 21px 50px 18px;
	top:0px;
	left:0px;
	text-decoration:none;
	color: #fff;
	white-space:nowrap;
}

.catalogMenu {
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 21px 50px 18px;
	background: url('/local/templates/main/../.default/css/../img/mnu1.png'),url('/local/templates/main/../.default/css/../img/mnu2.png');
	background-repeat: no-repeat, no-repeat;
	background-position:left center, right center;
	cursor:pointer;
	position:relative;
	text-decoration:none;
	height: 55px;
	box-sizing: border-box;
	width: 240px;
}

.catalogMenuInner > a {
	position:absolute;
	text-decoration:none;
	padding: 21px 50px 18px;
	top:0px;
	left:0px;
	text-decoration:none;
	color: #fff;
	white-space:nowrap;
}

.catalogMenuInner {
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 21px 50px 18px;
	background: url('/local/templates/main/../.default/css/../img/mnu1.png');
	background-repeat: no-repeat;
	background-position:left center;
	cursor:pointer;
	position:relative;
	text-decoration:none;
	height: 55px;
	box-sizing: border-box;
	width: 240px;
}


.catalogMenu:hover > .catmenuOpen {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.catmenuOpen {
	position: absolute;
	top: 56px;
	left: -30px;
	background: #fff;
	display: block;
	z-index: 9999;
	border: 1px solid #e2e2e2;
	font-family: 'Fira Sans', sans-serif;
	font-size:15px;
	text-transform:none;
	visibility: hidden;
	opacity: 0;
	display:none;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	transition: .3s ease-in-out;
}


.catmenuOpenInner {
	
	background: #fff;
	display: block;
	border: 1px solid #e2e2e2;
	font-family: 'Fira Sans', sans-serif;
	font-size:15px;
	text-transform:none;
	transition: .3s ease-in-out;
	position:relative;
	left:-30px;
	width: 287px;
}

.catmenuOpenInner li {
	list-style:none;	
}

.catmenuOpenInner .submenu {
	
	width: 100%;
	left: 100%;
	z-index: 10;
	background: #fff;
	/*	padding-left:15px;*/
	/*	visibility: hidden;*/
	display:none;
	/*	opacity: 0;*/
	transition: .3s ease-in-out;
	
}
.catmenuOpenInner .submenu > li > a {
	
	/*	padding: 2px 30px 2px 45px;*/
	padding-left:45px;
	
}

.catmenuOpenInner .submenu .submenu > li > a {
	
	padding-left:60px;
	/*	padding: 2px 30px 2px 60px;*/
	
}


/*
	.catmenuOpenInner .submenuOpen {
	display:block !important;
	opacity: 1 !important;
	transition: .3s ease-in-out;
	}
*/
.catmenuOpenInner  li  a:hover {
	/*	background: url('/local/templates/main/../.default/css/../img/mnu4.png') right center no-repeat;*/
	/*	background-color:#008c3d;*/
	background-color:#ededed;
	color:#252525;
	
}


.catmenuOpenInner > li > a.act,.catmenuOpenInner > li > a.nov,.catmenuOpenInner > li > a.ski {
	padding-left:80px;
	background-color: #ededed;
}


.catmenuOpenInner > li > a.act:hover,.catmenuOpenInner > li > a.nov:hover,.catmenuOpenInner > li > a.ski:hover {
	background-color: #dbdbdb;
}

.catmenuOpenInner > li > a.act {
	color:#0ebfdf;
	background: url('/local/templates/main/../.default/css/../img/mic1.png') left center no-repeat;
	background-color: #ededed;
}

.catmenuOpenInner > li > a.act:hover {
	color:#0ebfdf;
	background: url('/local/templates/main/../.default/css/../img/mic1.png') left center no-repeat;
	background-color: #dbdbdb;
}

.catmenuOpenInner > li > a.nov {
	color:#ed9b26;
	border-top:1px solid #e2e2e2;
	background: url('/local/templates/main/../.default/css/../img/mic2.png') left center no-repeat;
	background-color: #ededed;
}

.catmenuOpenInner > li > a.nov:hover {
	color:#ed9b26;
	border-top:1px solid #e2e2e2;
	background: url('/local/templates/main/../.default/css/../img/mic2.png') left center no-repeat;
	background-color: #dbdbdb;
}


.catmenuOpenInner > li > a.ski {
	color:#fb5b36;
	border-top:1px solid #e2e2e2;
	background: url('/local/templates/main/../.default/css/../img/mic3.png') left center no-repeat;
	background-color: #ededed;
}

.catmenuOpenInner > li > a.ski:hover {
	color:#fb5b36;
	border-top:1px solid #e2e2e2;
	background: url('/local/templates/main/../.default/css/../img/mic3.png') left center no-repeat;
	background-color: #dbdbdb;
}

.catmenuOpenInner  li {
	
	background: none !important;
	list-style: none !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
	box-sizing: border-box !important;
	display: block !important;
	width: 100% !important;
}
.catmenuOpenInner li a {
	/*   background: rgba(0, 0, 0, 0) url("/local/templates/main/../.default/css/../img/mnu3.png") no-repeat scroll right center;*/
	position:relative;
	color: #252525;
	display: block;
	padding: 10px 45px 10px 30px;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	/* white-space: nowrap; */
}
.catmenuOpenInner a.active .submenu-link, .catmenuOpenInner a:hover .submenu-link {
	background: url("/local/templates/main/../.default/css/../img/mnu6.png") no-repeat center center;
}
.catmenuOpenInner a.active .submenu-link-opened, .catmenuOpenInner a:hover .submenu-link-opened {
	background: url("/local/templates/main/../.default/css/../img/mnu6r.png") no-repeat center center !important;
}


.catmenuOpenInner .submenu-link {
	background: url("/local/templates/main/../.default/css/../img/mnu6.png") no-repeat center center;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 33px;
}
.catmenuOpenInner .submenu-link-opened {
	background: url("/local/templates/main/../.default/css/../img/mnu6r.png") no-repeat center center !important;
	
}

.catmenuOpenInner .active {
	/*	background-color:#008c3d;*/
	background-color:#ededed;
	color:#252525;
	
}

.catmenuOpen  .submenu {
	width: 100%;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 100%;
	z-index: 10;
	transform: translateY(10px);
	transition: .3s ease-in-out;
	top: 0px;
	bottom: -1px;
	background: #fff;
	border: 1px solid #e2e2e2;
}


.catmenuOpen .submenu .submenu {
	position: absolute;
	top: 0;
	left: calc(100% - 1px);
	left: -webkit-calc(100% - 1px);
}

.catmenuOpen li:hover > .submenu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.catmenuOpen  li  a {
	position:relative;
	display:block;
	padding: 10px 95px 10px 30px;
	text-decoration:none;
	/*	background: url('/local/templates/main/../.default/css/../img/mnu3.png') right center no-repeat;*/
	color:#252525;
	white-space: nowrap;
	transition: .2s ease-in-out;
	
}

.catmenuOpen .submenu-link {
	background: url("/local/templates/main/../.default/css/../img/mnu3.png") no-repeat center center;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 33px;
}
.catmenuOpen .submenu-link-opened {
	background: url("/local/templates/main/../.default/css/../img/mnu3.png") no-repeat center center !important;
	
}

.catmenuOpen a:hover .submenu-link {
	background: url("/local/templates/main/../.default/css/../img/mnu4.png") no-repeat center center;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 33px;
}
.catmenuOpen a:hover .submenu-link-opened {
	background: url("/local/templates/main/../.default/css/../img/mnu4.png") no-repeat center center !important;
	
}



.catmenuOpen .submenu .submenu a, .catmenuOpen .submenu .submenu a:hover {
	background-image:none;
	
}

.catmenuOpen .submenu {
	top: -1px;
	padding-bottom:1px;
	
}

.catmenuOpen .submenu .submenu {
	padding-bottom:1px;
}

.catmenuOpen  li  a:hover {
	/*	background: url('/local/templates/main/../.default/css/../img/mnu4.png') right center no-repeat;*/
	background-color:#008c3d;
	color:#fff;
	
}


.catmenuOpen > li > a.act,.catmenuOpen > li > a.nov,.catmenuOpen > li > a.ski {
	padding-left:80px;
	background-color: #ededed;
}


.catmenuOpen > li > a.act:hover,.catmenuOpen > li > a.nov:hover,.catmenuOpen > li > a.ski:hover {
	background-color: #dbdbdb;
}

.catmenuOpen > li > a.act {
	color:#0ebfdf;
	background: url('/local/templates/main/../.default/css/../img/mic1.png') left center no-repeat;
	background-color: #ededed;
}

.catmenuOpen > li > a.act:hover {
	color:#0ebfdf;
	background: url('/local/templates/main/../.default/css/../img/mic1.png') left center no-repeat;
	background-color: #dbdbdb;
}

.catmenuOpen > li > a.nov {
	color:#ed9b26;
	border-top:1px solid #e2e2e2;
	background: url('/local/templates/main/../.default/css/../img/mic2.png') left center no-repeat;
	background-color: #ededed;
}

.catmenuOpen > li > a.nov:hover {
	color:#ed9b26;
	border-top:1px solid #e2e2e2;
	background: url('/local/templates/main/../.default/css/../img/mic2.png') left center no-repeat;
	background-color: #dbdbdb;
}


.catmenuOpen > li > a.ski {
	color:#fb5b36;
	border-top:1px solid #e2e2e2;
	background: url('/local/templates/main/../.default/css/../img/mic3.png') left center no-repeat;
	background-color: #ededed;
}

.catmenuOpen > li > a.ski:hover {
	color:#fb5b36;
	border-top:1px solid #e2e2e2;
	background: url('/local/templates/main/../.default/css/../img/mic3.png') left center no-repeat;
	background-color: #dbdbdb;
}




.catmenuOpen li {
	
	posution:relative;
	
}
.catmenuOpen .submenu
{
	
	/*display:none;*/
}

.catalog.inner.line .product,
.catalog.inner.tiny .product {
	float: left;
	height: 265px;
	width:100%;
	margin-right: 0px;
	margin-bottom:30px;
	position:relative;
	background:#fff;
	border: 1px solid #e2e2e2;
}

.catalog.inner.line .product:nth-of-type(3n),
.catalog.inner.tiny .product:nth-of-type(3n)
{
	margin-right: 0;
}

.catalog.inner.line .product:nth-of-type(4n),
.catalog.inner.tiny .product:nth-of-type(4n)
{
/* 	margin-right: 0px; */
}


.catalog.inner .product {
	float: left;
	height: 570px;
	width:270px;
	margin-right: 30px;
	margin-bottom:30px;
	position:relative;
	background:#fff;
	border: 1px solid #e2e2e2;
}

.catalog.inner .product:nth-of-type(3n)
{
	margin-right: 0;
}

.catalog.inner .product:nth-of-type(4n)
{
/* 	margin-right: 30px; */
}



.catalog .last-update
{
	line-height: 26px;
	
	float: right;
}

.catalog .product
{
	float: left;
	width:22%;
	margin-right:4%;
	/*    margin-right: 30px;
	margin-bottom:30px;*/
}

.catalog .product
{
	height: 550px;
	/*    width:270px;*/
	margin-bottom: 60px;
	position:relative;
	background:#fff;
	/*    border: 1px solid #e2e2e2;*/
}

.catalog .product:nth-of-type(4n)
{
/* 	margin-right: 0; */
}

.catalog_inner{
	margin: 0 30px;
}

.catalog.five_col .product
{
	width: 18%;
	margin-right: 2.5%;
}

.catalog.five_col .product:nth-of-type(4n){
/* 	margin-right: 2.5%; */
}

.catalog.five_col .product:nth-of-type(5n)
{
	margin-right: 0;
}

.catalog .product .title
{
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	color:#3a3838;
	display: block;
	padding:0px 33px;
	margin-bottom: 10px;
	max-width: 400px;
	box-sizing:border-box;
	max-height: 45px;
	overflow:hidden;
}

.catalog.inner .product .title
{
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color:#3a3838;
	display: block;
	padding:0px 20px;
	margin-bottom: 10px;
	box-sizing:border-box;
	max-height: 66px;
	height: 66px;
	overflow:hidden;
}

.catalog.inner.line .product .title,
.catalog.inner.tiny .product .title
{
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #3a3838;
	display: block;
	margin: 10px 20px 23px 0px;
	box-sizing: border-box;
	max-height: 72px;
	height: auto;
	overflow: hidden;
	padding: 0;
	line-height: 24px;
}



.catalog.inner .product .warehouse
{
	font-weight: lighter;
	color:#808080;
	font-size:12px;
	padding: 0px 0px 0px 20px;
	box-sizing:border-box;	
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.catalog-detail .warehouse
{
	font-weight: lighter;
	color:#808080;
	font-size:14px;
	box-sizing:border-box;	
	margin-bottom: 10px;
}


.catalog.inner .product .article
{
	font-weight: lighter;
    color: #808080;
    font-size: 12px;
    box-sizing: border-box;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 20px;
    text-overflow: ellipsis;
}

.catalog-detail .article
{
	font-weight: lighter;
	color:#808080;
	font-size:14px;
	box-sizing:border-box;	
	margin-top: 10px;
	margin-bottom: 10px;
}


.catalog.inner.line .product .article,
.catalog.inner.tiny .product .article
{
	display:none;
}

.catalog.inner .product .articleLine
{
	display:none;
}


.catalog.inner.line .product .articleLine,
.catalog.inner.tiny .product .articleLine
{
	display:block;
	font-weight: lighter;
	color:#808080;
	font-size:12px;
	padding: 0px 0px 0px 0px;
	box-sizing:border-box;	
	float:none;
	margin-top: 13px;
	margin-bottom: 10px;
}


.catalog.inner .product .vendor
{
	font-weight: lighter;
	color:#808080;
	font-size:12px;
	padding: 0px 0px 0px 20px;
	box-sizing:border-box;	
	float:left;
	margin-top: 7px;
	margin-bottom: 15px;
}

.catalog-detail .vendor
{
	
	font-weight: lighter;
	color: #808080;
	font-size: 14px;
	float:right;
	box-sizing: border-box;
	margin-right: 25px;
}

.catalog.inner.line .product .art-cnt, 
.catalog.inner.tiny .product .art-cnt 
{
	
	position: absolute;
	right: 65px;
	top: 70px;
	
}

.catalog.inner.line .product .add2basket-form,
.catalog.inner.tiny .product .add2basket-form
{
	
	position: absolute;
	right: 0;
	width: 215px;
	height: 100%;
	
}

.catalog.inner.line .product .vendor,
.catalog.inner.tiny .product .vendor
{
	font-weight: lighter;
	color:#808080;
	font-size:12px;
	padding: 0px 0px 0px 0px;
	box-sizing:border-box;	
	float:none;
	margin-top: 15px;
	margin-bottom: 7px;
}


.catalog.inner .product .title-cnt {
	min-height:94px;
	border-bottom: 1px solid #e2e2e2;
	
}

.catalog.inner.line .product .title-cnt,
.catalog.inner.tiny .product .title-cnt
{
	width: 400px;
	min-height: 94px;
	border-bottom: none;
	padding: 35px 0px;
	box-sizing: border-box;
	height: 100%;
	float: left;
	border-right: 1px solid #e2e2e2;
}


.catalog.inner.line .product .cnt,
.catalog.inner.tiny .product .cnt 
{
	float: left;
	width: 614px;
	height:265px;
}

.catalog.inner .product .moreinfo
{
	font-weight: lighter;
	color:#008c3d;
	font-size:12px;
	padding: 0px 20px 0px 0px;
	box-sizing:border-box;	
	float:right;
	margin-top: 7px;
	margin-bottom: 15px;
}

.catalog.inner.line .product .moreinfo,
.catalog.inner.tiny .product .moreinfo
{
	font-weight: lighter;
	color:#008c3d;
	font-size:12px;
	padding: 0px 0px 0px 0px;
	box-sizing:border-box;	
	float:none;
	margin-top: 12px;
	margin-bottom: 0px;
}


.catalog.inner .product .descr
{
	display:none;
}

.catalog.inner.line .product .descr,
.catalog.inner.tiny .product .descr
{
	display: block;
	font-weight: lighter;
	line-height: 21px;
	font-size: 15px;
	padding-right: 20px;
	box-sizing: border-box;
	max-height: 65px;
	overflow: hidden;
}


.catalog .product .vendor
{
	font-weight: lighter;
	color:#808080;
	font-size:14px;
	padding:0px 33px;
	box-sizing:border-box;	
	float:left;
	margin-bottom: 23px;
}

.catalog .product .lb {
	float:left;
	
	
}

.catalog .product .lb .article
{
	font-weight: lighter;
	color:#808080;
	font-size:14px;
	padding:0px 33px;
	box-sizing:border-box;	
	margin-bottom: 10px;
	
}

.catalog .product .lb .inactive_message{
	font-weight: lighter;
	color:#808080;
	font-size:14px;
	padding:0px 33px;
	box-sizing:border-box;	
	margin-bottom: 10px;
	
}


.catalog .product .readmore {
	font-weight: lighter;
	color:#008c3d;
	font-size:14px;
	padding:0px 33px;
	box-sizing:border-box;	
	float:right;
	text-decoration:underline;
	margin-bottom: 23px;
}



.catalog .product .readmore:hover {
	text-decoration:none;
	
}

.catalog .product .separ {
	display:block;
	width:100%;
	height:1px;
	background:#e2e2e2;
	margin: 20px 0px;
	clear: both;
	
	
}


.catalog .product .article.discount-active
{
	margin-bottom: 25px;
}

.catalog.inner .product .price
{
	/*    font-weight: bold;
		font-size: 18px;
		line-height: 26px;
		
		float: left;
	position:relative;*/
	
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	float: right;
	position: relative;
	color: #d92618;
	padding-right: 20px;
}

.catalog.inner.line .product .price,
.catalog.inner.tiny .product .price
{
	position: absolute;
	font-weight: bold;
	font-size: 25px;
	line-height: 20px;
	float: none;
	color: #d92618;
	padding: 0px 20px;
	text-align: center;
	top: 40px;
	width: 100%;
	box-sizing: border-box;
}



.catalog .product .price
{
	/*    font-weight: bold;
		font-size: 18px;
		line-height: 26px;
		
		float: left;
	position:relative;*/
	
	font-weight: bold;
	font-size: 32px;
	line-height: 26px;
	float: right;
	position: relative;
	color: #d92618;
	padding-right: 15px;
}

.catalog .product .old-price-value
{
	position: absolute;
	color: #7f7f7f;
	font-size: 14px;
	top: -14px;
	line-height: 14px;
	height: 14px;
	overflow: hidden;
}

.catalog.inner.line .product .old-price-value,
.catalog.inner.tiny .product .old-price-value
{
	left: 0;
	width:100%;
}

.catalog .product .discount-price-value{
	display:inline-block;
	color:#d81220;
}

.catalog.inner .product .measure
{
	font-family: 'Fira Sans', sans-serif;
	font-size: 10px;
}


.catalog .product .measure
{
	font-family: 'Fira Sans', sans-serif;
	font-size: 13px;
}

.catalog .product .pic-wrap
{
	position: relative;
	display: table;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 320px;
	/*    margin-bottom: 15px;*/
	background: #fff;
}

.catalog.inner.line .product .pic-wrap,
.catalog.inner.tiny .product .pic-wrap
{
	position: relative;
	display: table;
	overflow: hidden;
	box-sizing: border-box;
	width: 265px;
	height: 265px;
	/*    margin-bottom: 15px;*/
	background: #fff;
	float:left;
}


.catalog.inner .product .pic-wrap
{
	height: 265px;
}


.catalog .product .ico
{
	position: absolute;
	/*   top: 10px;
	right: 10px;*/
}

.catalog .product .ico:nth-of-type(2){
	top: 50px;
}

.catalog .product .ico:nth-of-type(3){
	top: 80px;
}

.catalog .product .ico-new
{
	/*    width: 32px;
		height: 30px;
	*/
	left:0px;
	top:0px;
	padding: 10px 15px 10px 37px;
	background: transparent url('/local/templates/main/../.default/css/../img/stick.png') no-repeat left center;
	background-color:#ed9b26;
	color:#fff;
	fobt-size:15px;
}


.catalog .product .ico-gift
{
	left:0px;
	top:0px;
	padding: 10px 15px 10px 37px;
	background: transparent url('/local/templates/main/../.default/css/../img/stick.png') no-repeat left center;
	background-color:#0ebfdf;
	color:#fff;
	fobt-size:15px;
}

.catalog .product .ico-lider
{
	right: 11px;
	
	width: 30px;
	height: 30px;
	
	background: transparent url('/local/templates/main/../.default/css/../img/lider.png') no-repeat scroll center;
}

.catalog .product .ico-sale
{
	font-weight: bold;
	font-size: 16px;
	
	right: -15px;
	
	width: 50px;
	height: 23px;
	padding-left: 3px;
	
	color: #fff;
	background: transparent url('/local/templates/main/../.default/css/../img/flag.png') no-repeat scroll center;
}

.catalog .product .pic
{
	display: table-cell;
	vertical-align: middle;
	height: 290px;
}

.catalog.inner .product .pic
{
	padding: 20px;
	box-sizing: border-box;
}

.catalog.inner.line .product .pic,
.catalog.inner.tiny .product .pic
{
	padding: 20px;
	box-sizing: border-box;
	height:265px;
}

.catalog.inner .product .inactive_message {
	position:absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #d4d4d4;
	background: #fff;
	padding: 3px 0;
}

.catalog .product .pic img
{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.catalog.inner.line .product .pic img,
.catalog.inner.tiny .product .pic img 
{
	max-width: 225px;
}

.catalog .product .pic .no-photo
{
	margin: 0 auto;
}

.catalog .product .quantity
{
	float: left;
	margin-left: 33px;
	margin-top:8px;
	border: 1px solid #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
}

.catalog.inner .product .quantity
{
	float: left;
	margin-left: 20px;
	margin-top:0px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
}

.catalog.inner.line .product .quantity,
.catalog.inner.tiny .product .quantity
{
	float: none;
	position: absolute;
	right: 60px;
	margin-left: 0px;
	margin-top: 0px;
	bottom: 10px;
}

.catalog .product .buy-cnt {
	margin-top: 5px;
}
.catalog.inner .product .buy-cnt {
	margin-top: 0px;
}

.catalog.inner.line .product .buy-cnt,
.catalog.inner.tiny .product .buy-cnt 
{
	position:relative;
	margin-top: 0px;
	height: 175px;
}


.catalog .product .quantity input
{
	display: inline-block;
	
	width: 42px;
	padding: 0 2px;
	
	text-align: center;
	color: #afaeae;
	border: none;
	background: transparent;
}

.catalog.inner .product .quantity input
{
	display: inline-block;
	
	width: 42px;
	padding: 0 2px;
	
	text-align: center;
	color: #afaeae;
	border: none;
	background: transparent;
}



.catalog.inner .product .minus,
.catalog.inner .product .plus
{
	display: inline-block;
	width: 23px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #e5e5e5;
	border-radius: 0;
	background: #e5e5e5;
	font-size: 25px;
	color: #afaeae;
	padding: 2px 0px 1px;
	vertical-align: middle;
}

.catalog .product .minus:hover,
.catalog .product .plus:hover
{
	border: 2px solid #d9d9d9;
	background: #d9d9d9;
}


.catalog .product .minus,
.catalog .product .plus
{
	display: inline-block;
	width: 30px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #e5e5e5;
	background: #e5e5e5;
	font-size: 23px;
	color: #afaeae;
	padding: 4px 0px 1px;
	vertical-align: middle;
	line-height: 24px;
}

.catalog .product .minus.disabled:hover,
.catalog .product .plus.disabled:hover
{
	border: 2px solid #f0f0f0;
	background: #f0f0f0;
	cursor:default;
}

.catalog .product .button
{
	/*  width: 100%;*/
	margin-top: 7px;
}

.catalog.inner .product .button
{
	margin: 12px 20px 12px 20px;
	width: 230px;
}

.catalog.inner.line .product .button,
.catalog.inner.tiny .product .button
{
	margin: 12px 20px 12px 20px;
	width: 175px;
}



.catalog .product .oneclick-button{
	background: #6aa82d;
	display:block;
	margin-top: 7px;
	
	border: medium none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.catalog-detail .oneclick-button{
	background: #6aa82d;
	display:block;
	margin-top: 32px;
	
	border: medium none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	
	float:right;
	width: 185px;
}

.catalog .product .compare{
	margin-top: 7px;
	font-weight: bold;
	font-size: 18px;
}

.catalog .product .delete-from-compare-list{
	background:transparent url("/local/templates/main/../.default/css/../img/close.png") no-repeat scroll center center;
	width: 42px;
	height: 42px;
	display:block;
	position:absolute;
	top: -21px;
	right: -21px;
	z-index: 2;
}

.catalog .product.inactive .pic-wrap img{
	opacity: 0.4;
}


.catalog.list .product .inactive_message{
	font-size: 10px;
	line-height: 30px;
}

.catalog.list .product
{
	float: none !important;
	
	width: 100% !important;
	height: auto !important;
	margin: 0 0 20px 0!important;
	padding-bottom: 20px;
	
	border-bottom: 2px solid #dedede;
}

.catalog.list .product .pic-wrap
{
	float: left;
	overflow: hidden;
	
	width: 90px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 0;
}

.catalog.list .product .pic-wrap img
{
	width: 100%;
}

.catalog.list .product .pic_outer{
	position:relative;
	float:left;
	z-index: 2;
}

.catalog.list .product .pic_outer .large{
	position:absolute;
	left: 110px;
	bottom: 0;
	border: 2px solid #DEDEDE;
	background: #fff;
}

.catalog.list .product:nth-of-type(1) .pic_outer .large, .catalog.list .product:nth-of-type(2) .pic_outer .large{
	top: 0;
	bottom: auto;
}

.catalog.list .product .ico
{
	display: none;
}

.catalog.list .product .cnt
{
	overflow: hidden;
	
	padding-top: 20px;
}

.catalog.list .product .title-cnt
{
	float: left;
	
	margin-top: 10px;
	margin-right: 40px;
	width: 400px;
}

.catalog.list .product .buy-cnt
{
	float: left;
	
	margin-top: 10px;
	margin-right: 15px;
}

.catalog.list .product .measure
{
	display: inline-block;
	
	margin: 0 10px;
}

.catalog.list .product .button
{
	float: right;
	
	width: 200px;
	margin-top: 0;
}

.catalog.list .product .oneclick-button{
	float: right;
	
	width: 200px;
	margin-top: 0;
	clear:both;
}


.catalog.list .product .compare{
	float:right;
	clear:both;
}


.catalog .section
{
	position: relative;
	display: table;
	float: left;
	width: 270px;
	height: 290px;
	/*	margin-right: 2.5%;
	margin-bottom: 2.5%;*/
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #e2e2e2;
	background: url('/local/templates/main/../.default/css/../img/no-newspic.png') center top no-repeat;
	/*   position: relative;
		
		display: table;
		float: left;
		
		width: 18%;
		height: 200px;
		margin-right: 2.5%;
	margin-bottom: 2.5%;*/
}

.catalog .section:nth-of-type(3n)
{
	margin-right: 0;
}

.catalog .section .cnt
{
	display: table-cell;
	
	text-align: left;
	vertical-align: top;
}

.catalog .section .cnt .title
{
	/*  font-weight: bold;
		padding-top:210px;	
		
		text-decoration: none;
		text-transform: uppercase;
		display: inline-block;
	color: #3a3838;*/
	
	font-weight: bold;
	font-size:18px;
	padding: 210px 20px 0px;
	text-decoration: none;
	text-transform: none;
	display: inline-block;
	color: #3a3838;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
	line-height: 24px;
}

.catalog .section .pic
{
	display: block;
	
	margin: 0 auto 10px;
}

.catalog .section img
{
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /*     Firefox 10+, Firefox on Android */
	filter:gray; /* IE6-9 */
	-webkit-filter:grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.catalog .section:hover img
{
	filter: none;
	-webkit-filter: none;
}



.catalog-section
{
	/*   margin: 0 10px;*/
}

.catalog-section h1
{
	margin-top: 20px;
	margin-left: 30px;
}

.catalog-section .description
{
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
}

.catalog-slider
{
	/*   padding: 30px;*/
}

.catalog-slider .cnt-slider
{
	position: relative;
	
	display: table;
	padding-bottom: 80px;
	margin: 0 auto;
}

.catalog-slider .all-link
{
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	
	position: absolute;
	top: 0;
	right: 0;
	
	color: #a3a3a3;
}

.catalog-slider-border
{
	border: 5px solid #4f4f4f;
	border-radius: 4px;
	background: #fff;
	margin-top: 15px;
}

.catalog-slider .bx-wrapper .bx-viewport
{
	background: none;
}

.catalog-detail
{
	margin: 0;
}

.catalog-detail .main-info
{
	float: right;
	width: 520px;
	height: 470px;
	margin-left: 10px;
	padding: 30px 0px 30px 30px;
}

.catalog-detail .main-info .measure
{
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	line-height: 38px;
	
	float: left;
}

.catalog-detail .main-info .price
{
	font-weight: bold;
	font-size: 36px;
	line-height: 38px;
	float: left;
	color: #d92618;
	position: relative;
	padding-left: 25px;
}

.catalog-detail .main-info .codeBox
{
	float: right;
	position: relative;
	padding-right: 25px;
}


.catalog-detail .main-info .old-price-value
{
	position: absolute;
	color: #7f7f7f;
	font-size: 20px;
	top: -20px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

.catalog-detail .main-info .discount-price-value
{
	display:inline-block;
	color:#d81220;
}


.catalog-detail .main-info .quantity
{
	float: left;
	margin-left: 25px;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	overflow:hidden;
}

.catalog-detail .main-info .minus,
.catalog-detail .main-info .plus
{
	display: inline-block;
	width: 37px;
	text-align: center;
	text-decoration: none;
	background: #e5e5e5;
	font-size: 25px;
	color: #afaeae;
	vertical-align: middle;
	line-height: 37px;
}

.catalog-detail .main-info .minus:hover,
.catalog-detail .main-info .plus:hover
{
	background: #d9d9d9 none repeat scroll 0 0;
}

.catalog-detail .main-info .availability
{
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	
	margin: 35px 0;
	
	color: #6aa82d;
	float:left;
}


.catalog-detail .main-info .availability.gray
{
	color: #999;
}

.catalog-detail .main-info .availability:before
{
	display: inline-block;
	
	width: 10px;
	height: 10px;
	margin-right: 5px;
	
	content: '';
	
	border-radius: 5px;
	background: #6aa82d;
}

.catalog-detail .main-info .availability.gray:before
{
	background: #999;
}

.catalog-detail .add2basket-form {
	margin-bottom: 30px;
}

.catalog-detail .main-info .separ
{
	margin-top: 15px;
	margin-bottom: 30px;
	
	border-bottom: 1px solid #d2d2d2;
}

.catalog-detail .main-info .button
{
	/*    line-height: 53px;
		float: right;
		min-width: 185px;
	height: 53px;*/
	
	line-height: 30px;
	float: right;
	min-width: 135px;
	height: 39px;
	margin-right: 25px;
	font-size: 14px;
}

.catalog-detail .main-info .quantity input
{
	display: inline-block;
	width: 50px;
	padding: 0 2px;
	text-align: center;
	color: #afaeae;
	border: none;
	background: transparent;
}


.catalog-detail .prop
{
	margin-bottom: 10px;
}

.catalog-detail .prop:after
{
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	
	height: 0;
	
	content: ' ';
}

.catalog-detail .prop.prop-brand{
	padding: 7px 0 10px;
}

.catalog-detail .prop .prop-title
{
	float: left;
}

.catalog-detail .prop.self
{
	line-height: 23px;
}

.catalog-detail .prop.self .prop-title
{
	
}

.catalog-detail .prop.delivery
{
	line-height: 23px;
}

.catalog-detail .prop.delivery .prop-title
{
	
}

.catalog-detail .prop .prop-value
{
	float: right;
}

.catalog-detail .description
{
	line-height: 20px;
	
	margin-top: 10px;
	padding: 30px 0px;
}

.catalog-detail .description .cnt
{
	float: left;
	
	width: 46%;
}

.catalog-detail .description .cnt:nth-of-type(1)
{
	margin-right: 4%;
}

.catalog-detail .description .cnt:nth-of-type(2)
{
	margin-left: 4%;
}

.catalog-detail .description .prop
{
	margin-top: -7px;
	
	border-bottom: 2px solid #f3f3f3;
}

.catalog-detail .description .prop .prop-title
{
	position: relative;
	top: 7px;
	
	overflow: hidden;
	
	box-sizing: border-box;
	max-width: 50%;
	padding-right: 5px;
	
	white-space: nowrap;
	text-overflow: ellipsis;
	
	background: #fff none repeat scroll 0 0;
}

.catalog-detail .description .prop .prop-value
{
	position: relative;
	top: 7px;
	
	overflow: hidden;
	
	box-sizing: border-box;
	width: 50%;
	padding-left: 5px;
	
	white-space: nowrap;
	text-overflow: ellipsis;
	
	background: #fff none repeat scroll 0 0;
}

.catalog-detail .review-list
{
	margin-top: 10px;
	padding: 20px 40px;
}

.catalog-detail .pic
{
	position: relative;
	display:table;
	overflow: hidden;
	width: 560px;
	height: 570px;
	/*    padding: 40px;*/
	border: 1px solid #e2e2e2;
}

.catalog-detail .pic .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	
}

.catalog-detail .pic img{
	max-height: 470px;
	margin: 0 auto;
	display:block;
	max-width: 100%;
}

.catalog-detail .pic .no-photo{
	/*    width: 100%;
	height: 100%;*/
	
	width: 600px;
	height: 560px;
	display: inline-block;
}

.catalog-detail .pic-wrap, .catalog .pic-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.catalog-detail .pic-wrap .ico {
	
	display: block;
	width: 140px;
	padding: 10px 10px 10px 40px;
	box-sizing: border-box;
	color:#fff;
	
}

.catalog .ico-wrap {
	
	position:absolute;
	z-index: 1;
	
}

.catalog .ico-wrap .ico {
	position:relative !important;
	display: block;
	width: 30px;
	padding: 10px 10px 26px 30px;
	box-sizing: border-box;
	color:#fff;
	left: 0px;
	top: 0px !important;
}


.catalog-detail .pic-wrap .ico-new, .catalog .pic-wrap .ico-new {
	background: url('/local/templates/main/../.default/css/../img/novw.png') 10px 8px no-repeat;
	background-color: #ed9b26;
	
}
.catalog-detail .pic-wrap .ico-gift,.catalog .pic-wrap .ico-gift {
	
	background: url('/local/templates/main/../.default/css/../img/actw.png') 10px 8px no-repeat;
	background-color: #0ebfdf;
}

.catalog-detail .pic-wrap .ico-lider,.catalog .pic-wrap .ico-lider {
	background: url('/local/templates/main/../.default/css/../img/skiw.png') 10px 8px no-repeat;
	background-color: #fb5b36;
	
}


#catalog-detail-pager
{
	position: absolute;
	bottom: 20px;
	left: 35px;
	max-height: 524px;
	overflow: hidden;
}

#catalog-detail-pager a
{
	display: block;
	float:left;
	
	margin-right: 15px;
	
	border: 1px solid #d4d4d4;
}

#catalog-detail-pager a img
{
	display: block;
}

#catalog-detail-pager a.active
{
	border: 1px solid #008c3d;
}

/* / catalog */


/* footer */

#hFooter
{
	height: 320px;
	
}

#footer .whiteKey {
	font-weight: bold;
	display:block;
	float:left;
	color:#787777;
	border: 1px solid #787777;
	border-radius: 50px;
	text-decoration:none;
	padding: 5px 40px;
}

#footer .whiteKey:hover {
	
	color:#fff;
	background:#008c3d;
	border: 1px solid #008c3d;
	
}



#footer
{
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	line-height: 25px;
	
	position: relative;
	z-index: 3;
	
	overflow: hidden;
	
	height: 320px;
	margin-top: -320px;
	padding-top: 60px;
	background:#3a3838;
	color: #fff;
	/*    border-top: 2px solid #ddd;*/
}

#footer .copy
{
	float: left;
	margin-top: 130px;
	color:#787777;
}

#footer .menu
{
	float: left;
	
	width: 400px;
	margin-left: 150px;
}

#footer .menu li
{
	font-size: 14px;
	display: block;
	width:200px;
	float:left;
	
}

#footer .menu li a
{
	color: #fff;
	text-decoration:none;
}
#footer .menu li a:hover
{
	color: #fff;
	text-decoration:underline;
}



#footer .contacts
{
	float:right;
	margin-left: 70px;
	padding-right: 10px;
}

#footer .siteMaker {
	margin-top: 153px;
	font-weight: lighter;
	display:block;
	float: right;
	color:#787777;
	font-size:12px;
}

#footer .tega
{
	display: inline-block;
	vertical-align:middle;
	width: 90px;
	height: 20px;
	margin-right: 10px;
	background: url('/local/templates/main/../.default/css/../img/tega.png') no-repeat 0 0 transparent;
	background-size: contain;
	margin-left: 5px;
}


#footer .recallContainer {
	display: block;
	float: left;
	margin-top: 95px;
	margin-left: 150px;
	color: #787777;
	width:405px;
}

#footer .recallContainer  .recallKey {
	font-weight: bold;
	display: inline-block;
	margin-top: 15px;
	line-height: 23px;
	
	border-radius: 50px;
	text-decoration: none;
	padding: 8px 40px 5px;
	color:#fff;
	background:#008c3d;
	border: 1px solid #008c3d;
	text-transform:uppercase;
	cursor:pointer;
}

#footer .recallContainer  .recallKey:hover {
	background:#d92618;
	border: 1px solid #d92618;
}

/* / footer */

.mainHeader {
	font-weight: bold;
	font-size: 26px;
	line-height: 28px;
	color: #1f1f1f;
	padding: 50px 0px 30px;
}

/* news */


.newsContainer {
	display: block;
	width: 100%;
	background: #fff;
}

.news-detail{
	padding: 20px 0px;
}

.news-list-inner .it {
	display:block;
	width: 100%;
	float: left;
	padding-right: 0px;
	padding-bottom:20px;
}

.news-list-inner .it img {
	
	float:left;
	margin-right:30px;
	
}

.news-list .it {
	display:block;
	width: 270px;
	float: left;
	padding-right: 30px;
	padding-bottom:80px;
	
	/*    border-bottom: 1px solid #dedede;
	padding: 30px 30px 45px;*/
}

.news-list .it:last-child {
	padding-right: 0px;
	
}

.news-list .it a {
	display:block;
	text-decoration:none;
	
	
	
}

.news-list .it .ttl{
	font-weight: bold;
	font-size: 18px;
	color:#1f1f1f;
	text-decoration:none;
	display:block;
	margin-bottom: 10px;
	line-height: 24px;
}

/*.news-list .it .pic,*/ .news-detail .pic{
	float:left;
	margin-right: 40px;
	border: 2px solid #dedede;
}

.news-list .it .pic{
	width: 268px;
	background: url('/local/templates/main/../.default/css/../img/no-newspic.png') no-repeat 0 0 transparent;
	height: 198px;
	display: block;
	margin-bottom: 25px;
	border: 1px solid #dedede;
	overflow:hidden;
}

.news-list .it .pic img{
	margin: 0 auto;
	display:block;
}

.news-list .it .text/*, .news-detail .text*/{
	font-weight: lighter;
	overflow:hidden;
	color:#4f4f4f;
	font-size: 15px;
	line-height: 24px;
	height: 120px;
}

.news-list .navigation{
	margin: 0 30px;
}

/* / news */
/* / animated checkbox, radio, slectbox */

.inner-page
{
	margin: 0px;
}


.white-block
{
	border-radius: 0 0 5px 5px;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 1px 0 #d3d3d3;
}

#newgoods {
	padding-top: 65px;
}

#newgoods h2 {
	color: #3a3838;
	font-size: 26px;
}

.bx-breadcrumb-item  {
	display: inline-block;
	font-size: 13px;
	color:#9d9d9d;
	
	
}

.bx-breadcrumb {
	display:block;
	padding-bottom: 10px;
	
}

.bx-breadcrumb-item  a {
	
	color:#9d9d9d;
}
.news-list-inner a.pic {
	text-decoration:none;
	
}
.news-date-time {
	font-weight: lighter;
	display: block;
	text-decoration: none;
	color: #9d9d9d;
	padding-bottom: 20px;
}

.news-head {
	display: block;
	padding-bottom: 13px;
	color:#3a3838;
	font-size:18px;
	font-weight: bold;
	
}


.news-text {
	font-weight: lighter;
	font-size:16px;
	color:#3a3838;
	line-height:26px;
}

.navigation{
	position:relative;
	text-align:center;
	font-weight: lighter;
	font-size:16px;
	padding: 40px 0;
}

.navigation .current{
	color:#f5495b !important;
}

.navigation a:hover{
	background: #d92618;
	border-radius: 20px;
	color:#fff;
}

.navigation a{
	text-decoration:none;
	color:#3a3838;
}

.navigation .current, .navigation a{
	font-size: 16px;
	line-height: 25px;
	width: 25px;
	height: 25px;
	display:inline-block;
	padding: 2px 2px 0px 2px;
	color:#3a3838;
}


.navigation .next{
	margin-left: 40px;
}

.navigation .previous{
	margin-right: 40px;
}

.navigation .previous, .navigation .next{
	/*  position:absolute;*/
	
	border-radius: 20px;
	color:#3a3838;
	font-size: 16px;
	text-decoration:none;
	line-height: 32px;
	width: auto;
	height: 32px;
	display:inline-block;
	padding: 2px 15px 0px 15px;
	
}

.navigation .previous:hover, .navigation .next:hover{
	color:#fff;
	background: #d92618;
}

.detail-text {
	padding-top:20px;
	font-weight: lighter;
	font-size:16px;
	line-height: 27px;
	width: 75%;
	
}

.detail-text ol,.detail-text ul{
	/*	padding-top:10px;*/
	
}
.detail-img {
	padding-bottom:40px;
	
}

.contacts-area {
	font-weight: lighter;
	font-size:16px;
	color:#3a3838;
	line-height:26px;
	float: left;
	padding-right: 260px;
	
}

.contacts-area:nth-child(3){
	padding-right: 0px;
}

.mapContainer {
	display:block;
	width:100%;
	height:320px;
	margin-top:30px;
	
	
}

.map {
	margin: 70px 0px;
	
}

.cat {
	padding-left: 284px;
	
}

.s404 {
	
	display: block;
	margin: 0 auto;
	width: 660px;
	height:380px;
	background: url('/local/templates/main/../.default/css/../img/404.png') no-repeat center center;
	margin-top: 50px;
	
}

.center {
	text-align:center;
	
}

.mnuCat { 
	display:block;
	float:left;
	/*	width: 250px;*/
	width: 260px;
}

.contentCat {
	display:block;
	float:right;
	width:880px;
	padding-top:20px;
	position:relative;
}

.noTop {
	
	padding-top: 0px !important;
	
}

.breadMnu {
	display: block;
	padding-bottom: 30px;
	height: 37px;
	padding-top: 15px;
}

.breadMnu a {
	display:block;
	float:left;
	width:270px;
	text-align:center;
	padding: 0px 10px;
	box-sizing: border-box;
	text-decoration:none;
	border: 1px solid #e2e2e2;
	margin-right: 33px;
	padding-top: 2px;
}

.breadMnu a:last-child {
	margin-right: 0px;
	
}

.breadMnu .nov {
	color:#0ebfdf;
	border: 1px solid #0ebfdf;	
}

.breadMnu .nov:hover {
	background: #0ebfdf;
	color:#fff;
}

.breadMnu .nov:hover span {
	background: url('/local/templates/main/../.default/css/../img/mic1_active.png') -22px center no-repeat;
}

.breadMnu .ski {
	color:#ed9b26;
	border: 1px solid #ed9b26;	
}

.breadMnu .ski:hover {
	background: #ed9b26;
	color:#fff;
}

.breadMnu .ski:hover span {
	background: url('/local/templates/main/../.default/css/../img/mic2_active.png') -22px -6px no-repeat;
}

.breadMnu .act {
	color:#fb5b36;
	border: 1px solid #fb5b36;	
}

.breadMnu .act:hover {
	background: #fb5b36;
	color:#fff;
}

.breadMnu .act:hover span {
	background: url('/local/templates/main/../.default/css/../img/mic3_active.png') -22px center no-repeat;
}

.breadMnu .nov span {
	display:inline-block;
	width:37px;
	height:35px;
	vertical-align:middle;
	background: url('/local/templates/main/../.default/css/../img/mic1.png') -22px center no-repeat;
}
.breadMnu .ski span {
	display:inline-block;
	width:37px;
	height:35px;
	vertical-align:middle;
	background: url('/local/templates/main/../.default/css/../img/mic2.png') -22px -6px no-repeat;
}
.breadMnu .act span {
	display:inline-block;
	width:37px;
	height:35px;
	vertical-align:middle;
	background: url('/local/templates/main/../.default/css/../img/mic3.png') -22px center no-repeat;
}

.catalogTitle h1 {
	float:left;
}

.catalogTitle {
	display: block;
	padding-bottom: 35px;
	position: relative;
	z-index: 1000;
}
.catalogSelector {
	display:block;
	float: right;
	margin-top: 25px;
	margin-right: 5px;
	display:none;
}

.catalogSelector .sBlock {
	display:inline-block;
	width:27px;
	height:27px;
	background: url('/local/templates/main/../.default/css/../img/ss1.png') center center no-repeat;
	cursor:pointer;
	margin-right:17px;
}

.catalogSelector .sTiny {
	display:inline-block;
	width:27px;
	height:27px;
	background: url('/local/templates/main/../.default/css/../img/sl1.png') center center no-repeat;
	cursor:pointer;
}

.catalogSelector .sLine {
	display:inline-block;
	width:28px;
	height:27px;
	background: url('/local/templates/main/../.default/css/../img/st1.png') center center no-repeat;
	cursor:pointer;
	margin-right:17px;
}

.catalogSelector .sBlock:hover,.catalogSelector .sBlock.act {
	background: url('/local/templates/main/../.default/css/../img/ss2.png') center center no-repeat;
}

.catalogSelector .sTiny:hover,.catalogSelector .sTiny.act {
	background: url('/local/templates/main/../.default/css/../img/sl2.png') center center no-repeat;
}

.catalogSelector .showCount .text{
    float: left;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
	margin-right: 10px;
}

.catalogSelector .showCount{
    display: inline-block;
    top: -10px;
    position: relative;
	margin-right: 36px;
}

.form-block.showCount select{
	width: 100px;
}

.main-info dl {
	padding-top: 50px;
	display: block;
	font-size: 16px;
	color: #3a3838;
	font-weight: lighter;
}

.main-info dt {
	display: inline-block;
	padding-bottom: 25px;
	text-align: left;
	width: 70%;
	margin: 0;
}

.main-info dd {
	display: inline-block;
	padding-bottom: 25px;
	text-align: right;
	width: 30%;
	padding-top: 0px;
}

#authForm, #popupRegisterLink {
	display:block;
	width:270px;
	
}

#popupRegisterLink {
	
	font-size: 16px;	
	font-weight: lighter;
	text-align:center;
	padding-top: 20px;
}
#popupRegister {
	display:none;
	width:270px;
	font-size: 16px;
	line-height:30px;	
	font-weight: lighter;
	text-align:center;
	padding-top: 20px;
	
}
.regLink {
	padding-top: 10px;
	display:block;
	color:#008c3d;
	text-decoration:underline;
	cursor:pointer;
	padding-bottom: 25px;
	
}

.regLink:hover {
	text-decoration:none;
	
}

.box-modal .head {
	font-weight: bold;
	font-size:26px;
	color:#3a3838;
	text-align:left;
	margin-bottom: 20px;
	margin-top: 20px;
}

.box-modal #auth-error {
	margin-bottom: 20px;
	font-size: 14px;	
	font-family: 'Fira Sans', sans-serif;
	color:#d92819;
}
.personal.logged {
	position:relative;
}

.personal.logged:hover > #personal-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	
}

#personal-menu {
	display:block;
	visibility: hidden;
	opacity: 0;
	position:absolute;
	left:-1px;
	top:41px;
	width:100%;
	background:#fff;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	transition: .3s ease-in-out;
	
}

#personal-menu a {
	width:100%;
	display:block;
	padding: 10px 30px;
	box-sizing:border-box;
	font-size: 14px;	
	font-family: 'Fira Sans', sans-serif;
	
	
}
#personal-menu a:hover,#personal-menu .act {
	color:#008c3d !important;
}

#popupRegister input {
	
	height:auto;
	float: none;
	box-sizing: border-box;
	width: 100%;
}


/* form-block */

.form-block .it
{
	width: 400px;
	margin-bottom: 10px;
	display:table;
}


.form-block .it:after
{
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	
	height: 0;
	
	content: ' ';
}

.form-block select:{
	
}

.form-block input[type='text'],
.form-block input[type='password'],
.form-block input[type='email'],
.form-block select
{
	font-weight: lighter;
	width: 100%;
	color: #2d2d2d;
	background: #fff;
	border-color: #fff;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	padding: 8px 20px 8px;
	height: 36px;
	box-sizing: border-box;
	display: block;
	margin: 5px auto;
	border-radius: 22px;
	
}

.form-block textarea
{
	width:100%;
	box-sizing:border-box;
	display: block;
	
	height: 142px;
	resize:none;
	overflow: auto;
	
	font-weight: lighter;
	color: #2d2d2d;
	background: #fff;
	border-color: #fff;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	padding: 8px 20px 5px;
	margin: 5px auto;
	border-radius: 22px;
	
}

.form-block .it .star:after
{
	display: inline-block;
	
	content: '*';
	
	color: #d81220;
}

.form-block .it .info
{
	line-height: 14px;
	
	position: relative;
	
	display:table-cell;
	vertical-align:middle;
	overflow: hidden;
	
	width: 112px;
	height: 30px;
	padding-right: 5px;
	
	color: #585858;
}

.form-block .it .button
{
	/*    margin-top: 15px;
	margin-left: 110px;*/
	margin: 0;
	width: 282px;
	margin-top: 5px;
}

.form-block .title
{
	
	font-size: 20px;
	
	margin-bottom: 20px;
	
	color: #6aa82d;
}

.form-block .error{
	color:#d81220;
	text-transform:none;
	margin-bottom: 5px;
}

/* / form-block */

.contentArea .leftMenu {
	width: 270px;
	padding-right: 30px;
	padding-top: 8px;
	float: left;
	margin-top:10px;
}

.contentArea .rightContent {
	float: left;
	margin-top:10px;
	/*    max-width: 870px;*/
	width: 870px;
}

.left-menu {
	
	display: block;
	list-style: none;
	border: 1px solid #d2d2d2;
	
}

ul.left-menu li {
	background:none;
	padding-left:0px;
	margin-bottom:0px;
	display:block;
	width:100%;
	border-bottom: 1px solid #d2d2d2;
	
}

.left-menu li:last-child {
	border-bottom: none;
	
}

.left-menu a {
	display:block;
	width:100%;
	padding:25px;
	box-sizing:border-box;
	font-size: 16px;	
	font-family: 'Fira Sans', sans-serif;
	color:#3a3838;
	text-decoration:none;
}

.left-menu a:hover, .left-menu a.selected {
	color:#fff;
	background:#008c3d;
	
}

/* main-cart */

.main-cart{
	width: 100%;
}

.main-cart thead{
	/*  display:none;*/
}

.main-cart thead td{
	/*  display:none;*/
	font-weight: bold;
	font-size: 18px;
	color:#3a3838;
	
}

.main-cart tbody td{
	/*  display:none;*/
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	color:#3a3838;
	
}

.main-cart tbody td a {
	text-decoration:none;
}


.main-cart tbody tr:nth-child(2n){
	background-color:#ededed;
	
}

.main-cart thead td{
	vertical-align:middle;
	padding: 20px 15px;
}

.main-cart tbody td{
	vertical-align:middle;
	padding: 15px 15px;
}


.main-cart tbody tr{
	/*  border-top: 2px solid #dedede;*/
}

.main-cart tbody tr:first-child{
	border-top: 2px solid transparent;
}

.main-cart .pic{
	/* border: 2px solid #dedede;*/
	display:table;
}

.main-cart .title{
	font-weight: bold;
	font-size: 16px;
}

.main-cart .article{
	color: #585858;
	line-height: 15px;
	margin-top: 5px;
}

.main-cart .price{
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	white-space: nowrap;
}

.main-cart .delete{
	/*    font-weight: bold;
		font-size: 12px;
	line-height: 24px;*/
	height: 16px;
	width: 16px;
	display:block;
	color:#4f4f4f;
	background: url('/local/templates/main/../.default/css/../img/cartclose.png') no-repeat center center;
	/*    border: 2px solid #4f4f4f;
		text-decoration:none;
		text-align:center;
	border-radius: 2px;*/
	float: left;
	margin: 2px;
}

.main-cart .delete:hover{
	background: url('/local/templates/main/../.default/css/../img/cartclose_active.png') no-repeat center center;
}

.refresh {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url('/local/templates/main/../.default/css/../img/refresh.png') no-repeat center center;
	margin-right: 18px;
}

.pay {
    display: block;
    float: left;
    width: 26px;
    height: 20px;
    background: url('/local/templates/main/../.default/css/../img/pay.png') no-repeat center center;
    margin-right: 18px;
}
.pay:hover{
    background: url('/local/templates/main/../.default/css/../img/pay_active.png') no-repeat center center;
}

.refresh:hover{
	background: url('/local/templates/main/../.default/css/../img/refresh_active.png') no-repeat center center;
}

.main-cart .see{
	height: 15px;
	width: 27px;
	background: url('/local/templates/main/../.default/css/../img/see.png') no-repeat center center;
	display: inline-block;
    margin: 0 3px;
}

.main-cart .see:hover{
	background: url('/local/templates/main/../.default/css/../img/see_active.png') no-repeat center center;
}

.main-cart .quantity{
	width: 100px;
	margin: 0 auto;
}

.main-cart .quantity input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	display: inline-block;
	padding: 0 2px;
	text-align: center;
	color:#afaeae;
	width: 36px;
}

.main-cart .minus, .main-cart .plus {
	/*    background: #f0f0f0 none repeat scroll 0 0;
	/*  border: 2px solid #f0f0f0;*/
	/*    border-radius: 4px;*/
	color: #afaeae;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	width: 22px;
}

.main-cart .minus:hover, .main-cart .plus:hover {
	/*   background: #fff none repeat scroll 0 0;
	border: 2px solid #4f4f4f;*/
}

/* / main-cart */
.contentArea .order {
	display: block;
	text-align: left;
	padding-top:50px;
	padding-right:100px;
	box-sizing:border-box;
	text-align: right;
}

.contentArea .order .itogo {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	padding-bottom:40px;
	
}

.contentArea .order .itogo .sum {
	display:inline-block;
	font-size: 30px;
	padding-left: 30px;
}

.contentArea .order .itogo .sum .rub:after{
	content: "u";
}

.contentArea .order .whiteKey {
	display:inline-block;
	margin: 0;
	float:none;
	vertical-align:top;
	text-transform:uppercase;
	padding: 3px 50px 0px;
	line-height: 33px;
	font-size: 14px;
	margin-right:30px;
}

.contentArea .order .button {
	display:inline-block;
	margin: 0;
	float:none;	
	vertical-align:top;
	font-size: 14px;
}


#order_form{
	/*    padding: 50px 90px;
		width: 60%;
		margin: 0 auto;
	max-width: 700px;*/
}

#order_form .inner_cnt{
	margin: 0 auto;
	display:table;
}

#order_form .show_map{
	color:#000;
	font-size: 13px;
	text-decoration:none;
	border-bottom: 1px dotted;
	position:relative;
	margin-left: 23px;
}

#order_form .show_map:before{
	content:"";
	display:block;
	position:absolute;
	background:transparent url("/local/templates/main/../.default/css/../img/map.png") no-repeat scroll 0 0;
	width: 13px;
	height: 18px;
	left:-18px;
	top: 0px;
}

#order_form #store_map{
	width: 280px;
	height: 300px;
	/* margin-left: 110px; */
	margin-top: 10px;
	display:none;
}
#order_form.leftCol {
	float: left;
	padding-right: 170px;
}

#order_form.rightCol {
	float: left;
}

#order_form .rightCol .button {
	width:auto;
	float:left;
}

#order_form .order-price-table .totalTxt {
	text-align:left;
	font-size:18px;
	font-weight: bold;
	color:#3a3838;
}

#order_form .order-price-table .totalPrice {
	font-size:30px;
	font-weight: bold;
	color:#3a3838;
	margin-left: 10px;
}

#order_form .order-price-table .totalPrice .rub{
	/* font-weight:normal; */
}


.leftCol {
	float: left;
	
}

.rightCol {
	float: right;
}


.terObl {
	
	display:block;
	float:left;
	border: 1px solid #d2d2d2;
	font-family: 'Fira Sans', sans-serif;
	font-size:16px;
	line-height: 25px;
	padding: 20px 50px;
	margin-top: 90px;
	
}

.warning {
	width:100%;
	display:block;
	padding:20px 30px;
	background: #d92819;
	color:#fff;
	font-family: 'Fira Sans', sans-serif;
	font-size:16px;
	line-height: 25px;
	box-sizing:border-box;
	text-align:center;
	margin-top: 8px;
	margin-bottom: 40px;
}

.warning .warnTitle {
	
	display:block;
	padding-bottom:10px;
	font-size:18px;
	font-weight: bold;
}

h1.cabinet {
	float:left;
}
.actBonus {
	float:right;
	font-size:16px;
	color:#d92819;
	border: 1px solid #d2d2d2;
	padding: 15px 35px;
	margin-top: 16px;
}


.specialWrapper {
	
	
	margin-bottom: 35px;
	padding-bottom: 30px;
}
.accordion {
	display:block;
	font-weight: bold;
	font-size: 18px;
	color:#3a3838;
	cursor: pointer;
	padding-bottom: 15px;
	padding-top: 20px;
}
.accordion span {
	padding-right: 25px;
	
	background: url("/local/templates/main/../.default/css/../img/accBottom.png") no-repeat right 4px;
}

.acc_content img {
	display: block;
	padding-top: 10px;
}

.specialWrapper .accordion-open span {
	background: url("/local/templates/main/../.default/css/../img/accTop.png") no-repeat right 4px;
}
.acc_content {
	
	padding:30px;
	box-sizing:border-box;
	width: 100%;
	margin-bottom:30px;
	border: 1px solid #d2d2d2;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 27px;
}
.acc_content p {
	margin: 0px 0px 30px;
	width:100%;
}

textarea:focus, input:focus{
	outline: none;
}

#header .contacts.contactsNoMargin {
	margin-right: 0;
}

.registration-block.form-block .it {
	width: 425px;
}

.registration-block.form-block .it .info {
	min-width: 125px;
}

.registration-block.form-block .it .button {
    width: 295px;
}

.order-block .rightCol{
	float:left;
	margin-left: 190px;
	max-width: 400px;
}

.order-block.form-block .it input[type="text"]{
	width: 260px;
	margin-left: 0;
}

.contentArea .order .itogo .rub{
	font-weight:normal;
}

.row-link{
	cursor:pointer;
}

.main-cart tbody .row-link:hover td{
	color:#008c3d;
}

.container table.order-detail-table{
	width: auto;
}

.container table.order-detail-table td{
	width: 180px;
	text-align:left;
	font-size: 16px;
	padding: 10px 0;
}

.container table td.gray-cell{
	color:#afaeae;
}

.container table td.price-cell{
	white-space: nowrap;
}

.main-cart .refresh, .main-cart .delete, .main-cart .pay{
	float:none;
	display:inline-block;
	margin: 0 3px;
}

.catalog.inner.line .product .pic_outer,
.catalog.inner.tiny .product .pic_outer
{
	float: left;
    overflow: hidden;
    width: 265px;
}

.button-oneclick{
	float:none;
}

.order-price-table-oneclick{
	margin-top: 50px;
}

.catalog-search-block .catalog.inner .product:nth-of-type(3n) {
   margin-right: 20px;
}

.catalog-search-block .catalog.inner .product {
	margin-right: 20px;
}

.button_center{
	display:block;
	float:none;
	margin: 20px 0 0 0;
}

.order-repeat-modal{
	width: 350px;
}

.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* ��� Opera Presto�*/
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* � �����-�� ��������� ������������ ������ */
	-webkit-appearance: none;
}

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	font-weight: lighter;
    width: 100%;
    color: #2d2d2d;
    background: #fff;
    border: 1px solid #d2d2d2;
    font-size: 14px !important;
    padding: 8px 20px 8px;
    height: 34px;
	line-height: 36px;
    box-sizing: border-box;
    display: block;
    border-radius: 22px;
	padding: 0 45px 0 30px;
}
.jq-selectbox__select:hover {

}
.jq-selectbox__select:active {

}
.jq-selectbox.focused .jq-selectbox__select {
	
}
.jq-selectbox.disabled .jq-selectbox__select {

}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {

}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 13px;
	height: 7px;
	background: url(/local/templates/main/../.default/css/../img/selectbox_arrow.png) 0 0 no-repeat transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	background: #f0f0f0;
}

.showCount .jq-selectbox__dropdown{
	width: 62px;
    left: 13px;
}

.showCount .jq-selectbox li{
	padding-left: 18px !important;
}

.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 16px;
	padding: 5px 10px 5px !important;
    background: none !important;
	margin-bottom: 0 !important;
	font-size: 14px;
	line-height: 24px;
}
.jq-selectbox li.selected {
	background-color: #008c3d !important;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #008c3d !important;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}

.cart-draggable{
	background: #e2e2e2;
	color:#3a3838;
	padding: 0 10px 26px 26px;
}

.cart-draggable_title{
	font-size: 18px;
	font-weight:bold;
	line-height: 30px;
	padding: 20px 0 13px;
}

.cart-draggable_list{
	width: 100%;
	font-size: 16px;
	/* font-family: 'Fira Sans'; */
	font-weight: lighter;
	line-height: 22px;
}

.cart-draggable_list tr{
	border-top: 1px solid #d3d2d2;
}

.cart-draggable_list tr:first-child{
	border-top: none;
}

.cart-draggable_list tr td{
	padding: 7px 0;
}

.cart-draggable_list tr td:nth-of-type(2){
	padding-left: 10px;
}

.cart-draggable .button{
	color: #fff;
    white-space: nowrap;
    /* margin: 0 auto; */
    display: table;
    float: none;
    position: absolute;
    bottom: 35px;
    left: 50%;
    width: 180px;
    margin-left: -130px;
}

.ui-dialog.ui-dialog__grey-cart .ui-dialog-content{
	padding: 0;
}

.ui-dialog__grey-cart.ui-dialog{
	padding: 0;
	border-radius: 20px;
	position:fixed;
}

.ui-dialog__grey-cart .ui-dialog-titlebar{
	height: 28px;
	background: #d6d6d6;
}

.ui-dialog__grey-cart{
	max-height: 880px;
}

.ui-dialog__grey-cart .ui-widget-header .ui-icon{
	background: url(/local/templates/main/../.default/css/../img/close-icon.png) 0 0 no-repeat transparent;
	width: 18px;
	height: 17px;
}

.ui-dialog__grey-cart .ui-state-default{
	background: none;
	border: none;
	right: 17px;
}

.ui-dialog__grey-cart .fullscreen-button{
	width: 19px;
	height: 14px;
	background: url(/local/templates/main/../.default/css/../img/fullscreen-icon.png) 0 0 no-repeat transparent;
	border: none;
	position: absolute;
	top: 14px;
    right: 50px;
	cursor: pointer;
}

.ui-dialog__grey-cart .fullscreen-button.active{
	background: url(/local/templates/main/../.default/css/../img/fullscreen-active-icon.png) 0 0 no-repeat transparent;
	width: 17px;
	height: 17px;
	top: 13px;
}

.ui-dialog__grey-cart .scroll-wrapper{
	/* padding: 0 16px 0 0 !important; */
}

.ui-dialog__grey-cart .scrollbar-inner > .scroll-element.scroll-y{
	width: 5px;
}

.ui-dialog__grey-cart .scrollbar-inner > .scroll-element .scroll-bar{
	background: #afafaf;
	cursor:pointer;
}

.ui-dialog__grey-cart .scrollbar-inner > .scroll-element .scroll-element_track{
	background: #b1b1b1;
	width:1px;
	margin-left:2px;
}

.cart-draggable_scrollbar{
	width: 100%;
	max-height: 670px;
	overflow: auto;
}

.cart-list-button{
	background: url(/local/templates/main/../.default/css/../img/cleapboard-icon.png) center no-repeat #d7d7d7;
	width: 70px;
	height: 70px;
	cursor: pointer;
	border-radius: 35px;
	position:fixed;
	margin-left: 915px;
	margin-top: 12px;
}

#cart-list-dialog{
	width: 300px;
	position: relative;
	padding-bottom: 78px;
	background: #e2e2e2;
}

.catalog.inner.tiny .product{
	margin-bottom: 0 !important;
	height:auto;
}

.catalog.inner.tiny .product .pic_outer{
	display:none;
}

.catalog.inner.tiny .product .cnt{
	width: 400px;
	padding-left: 30px;
	height:auto;
}

.catalog.inner.tiny .product .title-cnt{
	border-right: none;
	padding: 15px 0;
}

.catalog.inner.tiny .product .descr{
	display:none;
}

.catalog.inner.tiny .product .add2basket-form{
	width: 450px;
}

.catalog.inner.tiny .product .price{
	width: 140px;
	padding: 0;
	top: 30px;
}

.catalog.inner.tiny .product .warehouse{
	float: none;
	padding: 0;
}

.catalog.inner.tiny .product .measure{
	display:none;
}

.catalog.inner.tiny .product .quantity{
	bottom: 110px;
    right: 190px;
}

.catalog.inner.tiny .product .art-cnt{
	left: 430px;
    width: 140px;
    text-align: center;
	top: 40px;
}

.catalog.inner.tiny .product .button{
    width: 135px;
    position: absolute;
    top: 19px;
    right: 7px;
	padding: 0;
}

.catalog.inner.tiny .product .buy-cnt{}

.catalog.inner.tiny .product .title{
	margin-bottom: 10px;
}

.catalog.inner.tiny .product .moreinfo{
	display:block;
	margin-bottom: 10px;
}

#scrollbar-cart{
	width: 100%;
	max-height: 670px;
	overflow: auto;
}

.cart-draggable_list-cnt{
	padding-right: 16px;
}

.product-additional-info{
	min-height: 26px;
	position:relative;
}

.catalog .product .product-additional-info .price{
	position:absolute;
	right: 0;
	top: 0;
}


.select-styler.sel_mod select {
	width:190px;

}

.select-styler.sel_mod .jq-selectbox__dropdown {
	top: 33px !important;
	width:145px !important;
}

.select-styler.sel_mod li.asc::after {
    font-family: 'Material-Design-Iconic-Font';
    content: '\f303';
    margin-left: 3px;
}

.select-styler.sel_mod li.desc::after {
    font-family: 'Material-Design-Iconic-Font';
    content: '\f2fe';
    margin-left: 3px;
}

.userAccount {
	display:block;
	border: 1px solid #d2d2d2;
	font-family: 'Fira Sans', sans-serif;
	font-size:16px;
	line-height: 25px;
	padding: 20px 50px;
	margin-top: 15px;
	text-align:right;
	float: left;
	margin-left: 250px;
}

.userAccount .userAccount__title {
	text-align:left;
	font-weight:bold;
}
/* End */


/* Start:/local/templates/main/styles.css?1691139259238*/
#footer .recallContainer .recallKey, #top-search, .catalog .product .button {
	background-color: #3F90CB;
	border-color: #3F90CB;
}

.catalog .product .readmore {
	color: #3F90CB;
}

.catmenuOpen li a:hover {
	background-color: #3F90CB;
}
/* End */


/* Start:/local/templates/main/template_styles.css?169113929455*/
.catmenuOpen li a:hover {
	background-color: #3F90CB;
}
/* End */
/* /local/templates/main/../.default/css/jquery.bxslider.css?16899347227453 */
/* /local/templates/main/../.default/css/jquery.arcticmodal-0.3.css?168993472211082 */
/* /local/templates/main/../.default/css/jquery.fancybox.css?16899347225341 */
/* /local/templates/main/../.default/css/jquery-ui.css?168993472223144 */
/* /local/templates/main/../.default/css/style.css?16899347224175 */
/* /local/templates/main/../.default/css/demo.css?168993472225713 */
/* /local/templates/main/../.default/css/mezin.css?168993472278094 */
/* /local/templates/main/styles.css?1691139259238 */
/* /local/templates/main/template_styles.css?169113929455 */
