/*fоnts*/
/*.eot, .otf, .svg, .ttf, .woff*/
/*HelveticaNeueRoman*/
@font-face {
	font-family: 'HelveticaNeueRoman';
	src: url('../fonts/HelveticaNeueRoman.eot');
}
@font-face {
	font-family: 'HelveticaNeueRoman';
	src: url('../fonts/HelveticaNeueRoman.eot?#iefix') format('eot');
}
@font-face {
	font-family: 'HelveticaNeueRoman';
	src: url('../fonts/HelveticaNeueRoman.woff') format('woff'),
	url('../fonts/HelveticaNeueRoman.ttf')  format('truetype'),
	url('../fonts/HelveticaNeueRoman.svg#HelveticaNeueRoman') format('svg');
}
/*FuturaDemiC*/
@font-face {
	font-family: 'FuturaDemiC';
	src: url('../fonts/FuturaDemiC.eot');
}
@font-face {
	font-family: 'FuturaDemiC';
	src: url('../fonts/FuturaDemiC.eot?#iefix') format('eot');
}
@font-face {
	font-family: 'FuturaDemiC';
	src: url('../fonts/FuturaDemiC.woff') format('woff'),
	url('../fonts/FuturaDemiC.ttf')  format('truetype'),
	url('../fonts/FuturaDemiC.svg#FuturaDemiC') format('svg');
}
/*DinCyMd*/
@font-face {
	font-family: 'DinCyMd';
	src: url('../fonts/DinCyMd.eot');
}
@font-face {
	font-family: 'DinCyMd';
	src: url('../fonts/DinCyMd.eot?#iefix') format('eot');
}
@font-face {
	font-family: 'DinCyMd';
	src: url('../fonts/DinCyMd.woff') format('woff'),
	url('../fonts/DinCyMd.ttf')  format('truetype'),
	url('../fonts/DinCyMd.svg#DinCyMd') format('svg');
}
/*DinCyRg*/
@font-face {
	font-family: 'DinCyRg';
	src: url('../fonts/DinCyRg.eot');
}
@font-face {
	font-family: 'DinCyRg';
	src: url('../fonts/DinCyRg.eot?#iefix') format('eot');
}
@font-face {
	font-family: 'DinCyRg';
	src: url('../fonts/DinCyRg.woff') format('woff'),
	url('../fonts/DinCyRg.ttf')  format('truetype'),
	url('../fonts/DinCyRg.svg#DinCyRg') format('svg');
}
/*********************************/
*{
	margin: 0;
	padding: 0;
}

body{
	background:#FFFFFF;
	font-size:14px;
	color:#616161;
	font-family:Arial, Helvetica, sans-serif;
}

a{
	color:#30a4c1;
}

a:hover{
	text-decoration:none;
}

a img{
	border:none;
	border:0;
}

li{
	list-style:none;
}

ul{

}

img{
	border:none;
}

img[align="left"]{
	margin-right:25px;
	margin-bottom:20px;
	margin-top:2px;
	float:left;
}

img[align="right"]{
	margin-left:25px;
	margin-bottom:20px;
	margin-top:2px;
	float:right;
}

table{
	border:none;
	border-collapse: 0;
	border-spacing: 0;
}

fieldset{
	border:none;
}

header, nav, section, article, aside, footer {
   display:block;
}
/****************************************************/

.header-bg{
	/*overflow-x: hidden;*/
	background: none;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .header-bg{
        background: url('/images/header-bg.png') 0 0 repeat-x;
    }
}
@media (min-width: 1200px) {

}

.footer-bg{
	background: url('/images/footer-bg.png') bottom left repeat-x;
}

/*.wrapper{
	margin:0 auto;
	width: 1180px;
}*/

.header{
	position:relative;
	z-index:200;
}
@media (min-width: 1200px) {
    .header{
        height:295px;
    }
}

.header-region-box{
    margin-top: 19px;
    left: 0;
}

.header-region-box .region{
    position: relative;
    top: 2px;
}

.header-region-box span, .header-region-box strong{
	display:inline-block;
	vertical-align:top;
}

.header-region-box span{
	color: #9aa7aa;
	font: 12px 'HelveticaNeueRoman';
	margin-right: 10px;
}

.header-region-box strong{
	font-size:14px;
	cursor:pointer;
	color:#FFFFFF;
	text-transform:uppercase;
	font-family: 'FuturaDemiC';
	position:relative;
	top: 0;
	padding-right: 25px;
	font-weight:normal;
}

.header-region-box strong em{
	display:block;
	overflow:hidden;
	max-width:90px;
	word-break: break-all;
	height:20px;
	font-style:normal;
}

.header-region-box strong samp{
	background: url('/images/sprites.png') 0 0;
	position:absolute;
	right: 0;
	top: 7px;
	width: 9px;
	height: 5px;
}

.header-mode-work{
	font: 13px/18px 'HelveticaNeueRoman';
	color: #abbac9;
	/*position:absolute;*/
	margin-top: 12px;
	/*margin-left: 192px;*/
}

a.header-cause-master-link{
	background: url('/images/sprites.png') -790px -204px;
	display:block;
	/*position: absolute;*/
	margin-top: 11px;
	/*left: 490px;*/
	width: 162px;
	padding-left: 40px;
	height: 36px;
	line-height:36px;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-family: 'FuturaDemiC';

	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	behavior:url('pie.htc');
}

a.header-cause-master-link:hover{
	background: url('/images/sprites.png') -704px -372px;
}

a.header-cause-master-link-2 {
	display:block;
	margin: 0;
	width: 189px;
	padding-left: 47px;
	height: 42px;
	line-height: 38px;
	border:#FFFFFF solid 2px;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-family: 'FuturaDemiC';
	background-color: #47596d;
	position: relative;

	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	behavior:url('pie.htc');
}

a.header-cause-master-link-2 samp {
	background: url('/images/sprites.png') -1118px 0;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 8px;
	left: 15px;
}

a.header-cause-master-link-2:hover{
	background: #4ed470;
}

.header-link{
/*	position:absolute;
	top: 0;
	right: 0;*/
}

.login-link-cabinet{
	position:absolute;
	top:60px;
	left: 0;
	background:#273441;
	width:125px;
	height: 50px;
	color:#FFFFFF;
	text-align:center;
	padding-top:15px;
	display:none;
}

.login-link-cabinet.login-link-cabinet-visible{
	display: block;
}

.login-link-cabinet a{
	color:#FFFFFF
}

.comparison-goods-link{
	background: url('/images/sprites.png') -58px 0;
	height:60px;
	text-decoration:none;
	width: 60px;
	padding-left: 47px;
	display:inline-block;
	position:relative;

	color:#FFFFFF;
	text-transform:uppercase;
	font: 14px/60px 'FuturaDemiC';
}
@media (min-width: 1200px) {
    .comparison-goods-link{
        width: 202px;
    }
}

.comparison-goods-link samp{
	background: url('/images/sprites.png') -44px 0;
	width:14px;
	height:15px;
	position: absolute;
	top: 22px;
	left: 23px;
}
@media (min-width: 992px) {
    .comparison-goods-link samp{
        left:18px;
    }
}

.basket-link{
	background: url('/images/sprites.png') -274px 0;
	width: 60px;
	height: 60px;
	text-decoration:none;
	padding-left:56px;
	margin-right:-4px;
	display:inline-block;
	position:relative;

	color:#FFFFFF;
	text-transform:uppercase;
	font: 14px/60px 'FuturaDemiC';
}
@media (min-width: 1200px) {
    .basket-link{
        width: 157px;
    }
}

.basket-link samp{
	background: url('/images/sprites.png') -21px 0;
	width:22px;
	height:19px;

	position:absolute;
	top:22px;
	left:16px;
}
@media (min-width: 992px) {
    .basket-link samp{
        left:16px;
    }
}

.login-link{
	background: url('/images/sprites.png') -443px 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-decoration:none;
    padding-left: 60px;

	margin-right:-4px;
	display:inline-block;
	position:relative;

	font-size:14px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-family: 'FuturaDemiC';
	top: 0;
}
@media (min-width: 1200px) {
    .login-link {
        width: 112px;
        padding-left:50px;
		top: 0;
    }
}

.login-link-box .login-link {
	top: -26px;
}
@media (min-width: 992px) {
    .login-link-box .login-link {
        top: 0;
    }
}

.login-link samp{
	background: url('/images/sprites.png') -9px 0;
	width:12px;
	height:16px;
	position:absolute;
	top:20px;
	left:26px;
}
@media (min-width: 992px) {
    .login-link samp{
        left:22px;
    }
}

.logo{
	width:275px;
	min-height:69px;
	font-size:12px;
	color:#7c838b;
	margin: 15px 0 0 4px;
	display: block;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .logo{
        margin: 32px 0 0 4px;
    }
}
@media (min-width: 1200px) {

}

.logo em{
	position: relative;
	max-width: 225px;
	font-weight: bold;
	line-height: 15px;
    top: -6px;
    left: 73px;
    display: block;
}

.service-quality{
	padding: 0;
	text-decoration: none;
	color: #30a4c1;
    display: block;
}

.service-quality samp {
	background: url('/images/sprites.png') -568px 0px;
	position:relative;
	width:25px;
	height:24px;
	top: 3px;
	/*left: 0;*/
    display: inline-block;
}

.service-quality span {
	display: inline-block;
	color: #30a4c1;
	font: 14px 'HelveticaNeueRoman';
    padding-left: 10px;
}

.service-quality em {
	color: #929da8;
	font-size: 12px;
    margin: 10px 0 0 25px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .service-quality em {
        display: block;
        margin: 10px 0 0 40px;
    }
}
@media (min-width: 1200px) {

}

.callback{
	text-decoration: none;
	color: #30a4c1;
    display: block;
}

.callback samp{
	background: url('/images/sprites.png') -594px 0;
    position:relative;
	width:24px;
	height:23px;
	top: 5px;
    display: inline-block;
}

.callback span{
    display: inline-block;
	color: #30a4c1;
	font: 14px 'HelveticaNeueRoman';
    padding-left: 10px;
}

.callback em {
	color: #929da8;
	font-size: 12px;
    margin: 10px 0 0 40px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .callback em {
        display: block;
    }
}
@media (min-width: 1200px) {

}

.commercial-offer{
    display: block;
	text-decoration: none;
	color: #30a4c1;
	cursor: pointer;
}

.commercial-offer samp {
	background: url('/images/sprites.png') -619px 0;
	position:relative;
	width:28px;
	height:27px;
    top: 5px;
    display: inline-block;
}
@media (min-width: 1200px) {
    .commercial-offer samp {
        top: 2px;
    }
}

.commercial-offer span {
    display: inline-block;
	color: #30a4c1;
	font: 14px/14px 'HelveticaNeueRoman';
    padding-left: 10px;
    position: relative;
    top: -3px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
    .commercial-offer span {
        top: 1px;
    }
}

.commercial-offer em {
	color: #929da8;
	font-size: 12px;
    margin: 5px 0 0 40px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .commercial-offer em {
        display: block;
    }
}
@media (min-width: 1200px) {

}

.header-phone{
	color: #4f4f4f;
	font: 22px/28px 'HelveticaNeueRoman';
	padding-left: 22px;
    position: relative;
    max-width: 220px;
}

.header-phone samp{
	background: url('/images/sprites.png') -648px 0;
	position:absolute;
	width:16px;
	height:16px;
	top: 5px;
	left: 0;
}

.header-phone a {
	text-decoration: none;
}

.header-phone a:hover {
    color: #30a4c1;
}

.header-phone em {
	color: #929da8;
	font: italic 12px arial;
	display: block;
}

.header-email {
	font: 15px 'HelveticaNeueRoman';
    position: relative;
    text-decoration: underline;
}

a.header-email:hover {
    color: #30a4c1;
}

.header-email span {
    padding-left: 25px;
}

.header-email samp {
	background: url('/images/sprites.png') -665px 0;
	position: absolute;
	width: 15px;
	height: 10px;
	top: 3px;
}

.header-skype {
	position: absolute;
	top: 160px;
	left: 970px;
	font: 14px 'HelveticaNeueRoman';
	padding-left: 27px;
}

.header-skype samp {
	background: url('/images/sprites.png') -681px 0;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	left: 0;
}

.menu-header{
	position: relative;
	padding: 6px 0;
	z-index:100;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .menu-header{
        top: 28px;
    }
}
@media (min-width: 1200px) {

}

.menu-header button{
    outline: 0;
}

.menu-header-line-bg {
    background: #405265;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .menu-header-line-bg {
        background: none;
    }
}
@media (min-width: 1200px) {

}

.menu-header-bg{
	background: #FFFFFF url('/images/menu-header.jpg') top left no-repeat;
	width: 1197px;
	height: 6px;
	z-index: 0;
	position: absolute;
	left: -8px;
	top: -1px;
}

.menu-header-bg span{
	background: url('/images/menu-header-span.jpg');
	width:7px;
	height:6px;
	position:absolute;
	right: 0;
	top: 0;
}

.menu-header ul{
	position:relative;
	z-index:50;
}
.menu-header li{
	float:left;
	width:147px;
	border-left:#dee1e5 solid 1px;
	border-top:#dee1e5 solid 4px;
	border-bottom:#dee1e5 solid 4px;
	background-color:#FFFFFF;

	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	-khtml-border-radius:9px;
	border-radius:9px;
	behavior:url('pie.htc');
}

.menu-header ul li:first-child{
	border-left:none;
	width:145px;
}


.menu-header li:hover{
	border-top:#4ed470 solid 4px;
	border-bottom:#4ed470 solid 4px;
}

.menu-header li a{
	display: table;
	background-color: #FFFFFF;
	width: 147px;
	padding-left: 13px;
	padding-right: 13px;
	text-align: center;
	color: #4e4e4e;
	text-decoration: none;
}
@media (min-width: 1200px) {
    .menu-header li a {
        height: 65px;
    }
}

.menu-header ul li:first-child a{
	width: 147px;
}

.menu-header li span{
	display: table-cell;
	vertical-align: middle;
	line-height: 17px;
	font: 16px 'DinCyMd';
}

/*home------------------------------------------------------------------*/

.banner{
	margin-bottom:30px;
	z-index:0;
}
@media (min-width: 1200px) {
    .banner{
        margin-top:-76px;
    }
}

.banner.banner-slidertwo-open{
	z-index:100;
}

.banner-box{
	/*width:1920px;*/
	position:relative;
	z-index:0;
	/*left:-370px;*/
	background-color:#eaeaea;
}

.banner.banner-slidertwo-open .banner-box{
	z-index:100;
}

.home .banner-block {
	height: inherit;
	min-height: 300px;
}

.banner-block{
	margin: 0 auto;
}
@media (min-width: 1200px) {
    .banner-block{
        padding-top: 80px;
    }
}

/*carousel*/

.slider-box {
	position:relative;
	z-index:100;
	margin-bottom:27px;
}

.jcarousel-wr {
    padding: 0 30px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .jcarousel-wr {
        padding: 0;
    }
}
@media (min-width: 1200px) {

}

.jcarousel {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.slider, .jcarousel {
    width: auto;
	padding-top:6px;

	-moz-border-radius:0px 0px 2px 2px;
	-webkit-border-radius:0px 0px 2px 2px;
	-khtml-border-radius:0px 0px 2px 2px;
	border-radius:0px 0px 2px 2px;
	behavior:url('pie.htc');
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .slider {
        width:1179px !important;
    }
}
@media (min-width: 1200px) {

}

.jcarousel > ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider li, .jcarousel li {
	margin: 0;
	width: auto;
	padding: 0;
	min-height:400px;
	padding-top:40px;
	display:inline-block;
	overflow: inherit !important;
	background-color:#30a4c1;
	position:relative;
	left:-1px;
	float:left;
	margin-left:1px;

	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	-khtml-border-radius:6px 6px 0px 0px;
	border-radius:6px 6px 0px 0px;
	behavior:url('pie.htc');
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .slider li, .jcarousel li {
        width: 294px;
    }
}
@media (min-width: 1200px) {

}

.jcarousel li {
    width: 230px;
}
@media (min-width: 330px) {
	.jcarousel li {
		width: 240px;
	}
}
@media (min-width: 340px) {
	.jcarousel li {
		width: 250px;
	}
}
@media (min-width: 350px) {
	.jcarousel li {
		width: 260px;
	}
}
@media (min-width: 360px) {
	.jcarousel li {
		width: 270px;
	}
}
@media (min-width: 992px) {
    .jcarousel li {
        width: 294px;
    }
}

.slider li:hover, .jcarousel li:hover{
	background-color:#2a90aa;
}

.slider a, .jcarousel a {
	color:#70e2ff;
}


.slider li:first-child .slider-li-border{
	display:none;
}


.slider-li-border{
	background:url('/images/slider-li-border.jpg') top left repeat-y;
	position:absolute;
	right:-1px;
	top:6px;
	bottom: 0;
	width:1px;
}

.slider-li-notch{
	background: url('/images/sprites.png') -783px 0;
	width: 37px;
	height: 21px;
	position: absolute;
	left: calc(50% - 18px);
	bottom: 0;
}

.slider li:hover .slider-li-notch, .jcarousel li:hover .slider-li-notch {
	background: url('/images/sprites.png') -821px 0;
}

.slider-img-box{
	width: 230px;
	height: 125px;
	display: block;
	position: relative;
	text-align: center;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .slider-img-box {
        width: 258px;
        margin-left: 18px;
    }
}
@media (min-width: 1200px) {

}

.slider-img-box span{
	display:table;
	/*width:258px;*/
    width: 100%;
	height:90px;
	text-align:center;
}

.slider-img-box em{
	display: table-cell;
	vertical-align:bottom;
}

.slider-img-box img{
	position:relative;
	top:3px;
	z-index:50;
}

.slider-img-box-shadow{
	background: url('/images/sprites.png') -859px 0;
	width:258px;
	height:14px;
	position:absolute;
	z-index:0;
	left: 0;
	bottom:32px;
}

.slider li h2, .jcarousel li h2{
	text-align:center;
	font-weight:normal;
	min-height:55px;
	margin-bottom:15px;
	padding: 0 5px;
    line-height: 27px;
}

.slider li h2 a, .jcarousel li h2 a {
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'DinCyRg';
	font-weight: normal;
}
@media (min-width: 576px) {
    .slider li h2 a, .jcarousel li h2 a {
        font-size: 22px;
    }
}
@media (min-width: 768px) {
    .slider li h2 a, .jcarousel li h2 a {
        font-size: 24px;
    }
}
@media (min-width: 992px) {
    .slider li h2 a, .jcarousel li h2 a {
        font-size: 26px;
    }
}
@media (min-width: 1200px) {

}

.next{
	background: url('/images/sprites.png') -740px 0px;
	width: 42px;
	height: 62px;
	display: block;
	position: absolute;
	right: -42px;
	top: 190px;
	cursor:pointer;
}

.prev{
	background: url('/images/sprites.png') -697px 0px;
	width: 42px;
	height: 62px;
	display: block;
	position: absolute;
	left: -41px;
	top: 190px;
	cursor:pointer;
}

.menu-slider {
    margin-left: 15px;
	width: inherit;
	display: inline-block;
	margin-bottom: 12px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .menu-slider {
        margin-left: 35px;
        width: 237px;
    }
}
@media (min-width: 1200px) {

}

.menu-slider a{
	display: block;
	margin-bottom:5px;
	float: left;
	width: 114px;
	font-size:14px;
	font-family: 'HelveticaNeueRoman';
}
@media (min-width: 330px) {
	.menu-slider a{
		width: 118px;
	}
}

.menu-slider a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.slider li>span{
	display:block;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	font-family: 'HelveticaNeueRoman';
	margin-bottom:20px;
}

.slider li>span strong{
	font-size:20px;
	font-weight:normal;
}

a.cause-master-link{
	display:block;
	margin:0 auto;
	position:relative;
	width:146px;
	padding-left:50px;
	height:41px;
	line-height:41px;
	border:#66d1ec solid 2px;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-family: 'FuturaDemiC';

	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	behavior:url('pie.htc');
}

.cause-master-link samp{
	background: url('/images/sprites.png') -1118px 0px;
	width:22px;
	height:22px;
	position:absolute;
	top: 10px;
	left: 15px;
}

.slider li:hover .cause-master-link{
	background-color:#4ed470;
	border:#FFFFFF solid 2px;
}

/*\carousel*/


/*slidertwo*/
.slidertwo-box{
	position: relative;
	z-index: 100;
	margin-bottom: 27px;
	height: 117px;
}
@media (min-width: 992px) {
    .slidertwo-box{
        width: 90%;
    }
}
@media (min-width: 1200px) {
    .slidertwo-box{
        width: 100%;
    }
}

.slidertwo {
	width: 100%;
	padding-top: 6px;
	max-width: calc(100% - 40px);
	margin-left: 19px;
}
@media (min-width: 576px) {
    .slidertwo {
		margin-left: 0;
        max-width: 100%;
    }
}

.slidertwo li {
	margin: 0;
	width: 272px;
	padding: 0;
	min-height:295px;
	display:inline-block;
	overflow: inherit !important;
	position:relative;
	left:-1px;
	float:left;
	margin-left:1px;
}
@media (min-width: 576px) {
    .slidertwo li {
        width: 294px;
    }
}

.slidertwo li:hover{
	/*background-color:#2a90aa;*/
}

.slidertwo-open>span{
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'HelveticaNeueRoman';
	margin-bottom: 20px;
}

.slidertwo-open {
	display:none;
	margin: 0;
	/*width:294px;*/
	width: inherit;
	min-height: 160px;
	/*min-height:87px;*/
	/*padding-top:40px;*/
	overflow: inherit !important;
	background-color:#2a90aa;
	position: absolute;
	top: 0;
	left: 0;
	padding: 90px 0 20px 0;
	float:left;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
	behavior:url('pie.htc');
}

.slidertwo a{
	color:#70e2ff;
}

.slidertwo li:first-child .slidertwo-li-border{
	display:none;
}

.slidertwo-li-border{
	background:url('/images/slider-li-border.jpg') top left repeat-y;
	position:absolute;
	right:-1px;
	top:6px;
	bottom: 0;
	width:1px;
	height: 75px;
}

.slidertwo-li-notch{
	background: url('/images/sprites.png') -783px 0px;
	width: 37px;
	height: 21px;
	position: absolute;
	left: 126px;
	bottom: 0px;
}

.slidertwo li:hover .slidertwo-li-notch{
	background: url('/images/sprites.png') -821px 0px;
}

.slidertwo-open-visible .slidertwo-open{
	display:block;

}


/*.slidertwo-img-box{
	width:258px;
	height:90px;
	display:block;
	position:relative;
	text-align:center;
	margin-left:18px;
	padding-bottom:32px;
}

.slidertwo-img-box span{
	display:table;
	width:258px;
	height:90px;
	text-align:center;
}

.slidertwo-img-box em{
	display: table-cell;
	vertical-align:bottom;
}

.slidertwo-img-box img{
	position:relative;
	top:3px;
	z-index:50;
}*/

.slidertwo-img-box-shadow{
	background: url('/images/sprites.png') -859px 0px;
	width:258px;
	height:14px;
	position:absolute;
	z-index:0;
	left: 0;
	bottom:32px;
}

.slidertwo li.slidertwo-green-item h2{
	background-color: #4ed470;
}

.slidertwo li h2{
	text-align:center;
	font-weight:normal;
	background-color: #30a4c1;

	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
}

.slidertwo li h2 a {
	font-size: 20px;
	color:#FFFFFF;
	text-decoration:none;
	font-family: 'DinCyRg';
	font-weight:normal;
	display:block;
	height:87px;
	/*width:294px;*/
	width: inherit;
	position:relative;
	z-index:100;
}
@media (min-width: 576px) {
    .slidertwo li h2 a {
        font-size: 22px;
    }
}

.slidertwo li h2 strong{
	display: table;
	width: 100%;
	height: 87px;
}

.slidertwo li h2 em{
	display: table-cell;
	vertical-align:middle;
	font-style:normal;
}

.next-slidertwo {
	background: url('/images/sprites.png') -952px -204px;
	width: 35px;
	height: 51px;
	display: block;
	position: absolute;
	right: -14px;
	top: 25px;
	cursor:pointer;
}
@media (min-width: 576px) {
    .next-slidertwo {
        right: -34px;
    }
}

.prev-slidertwo {
	background: url('/images/sprites.png') -697px 0;
	width: 43px;
	height: 62px;
	position: absolute;
	left: -19px;
	top: 20px;
	cursor:pointer;
	transform: scale(0.8);
}
@media (min-width: 576px) {
	.prev-slidertwo {
		left: -38px;
	}
}

.menu-slidertwo{
	margin-left:35px;
	width:237px;
	display:inline-block;
	margin-bottom:12px;
}

.menu-slidertwo a{
	display: block;
	margin-bottom:5px;
	float: left;
	width: 118px;
	font-size:14px;
	font-family: 'HelveticaNeueRoman';
}


.menu-slidertwo a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.slidertwo-open > span{
	display:block;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	font-family: 'HelveticaNeueRoman';
	margin-bottom:20px;
}

.slidertwo-open > span strong{
	font-size:20px;
	font-weight:normal;
}

a.cause-master-link{
	display:block;
	margin:0 auto;
	position:relative;
	width:196px;
	padding-left:50px;
	height:41px;
	line-height:41px;
	border:#66d1ec solid 2px;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-family: 'FuturaDemiC';

	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	behavior:url('pie.htc');
}

.cause-master-link samp{
	background: url('/images/sprites.png') -1118px 0px;
	width:22px;
	height:22px;
	position:absolute;
	top: 10px;
	left: 15px;
}

.slidertwo li:hover .cause-master-link{
	background-color:#4ed470;
	border:#FFFFFF solid 2px;
}

/*\slidertwo*/


.advantages-list{
    /*margin-left: 15%;*/
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .advantages-list{
        display: inline-block;
        margin-bottom: 27px;
        margin-left: 40px;
        padding-bottom: 20px;
    }
}
@media (min-width: 1200px) {

}

.advantages-list a{
	/*float:left;*/
	display:inline-block;
	min-height:46px;
	position: relative;
	max-width: 200px;
	padding-left:65px;
	margin-left:93px;
	font-size:18px;
	color:#425467;
	text-decoration:none;
	font-family: 'DinCyRg';
}
@media (min-width: 476px) {
	.advantages-list a{
		max-width: 300px;
	}
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}


.advantages-list a:first-child{
	margin-left: 0;
}

.advantages-list a.buying-credit{
	max-width: 225px;
}

.advantages-list em{
	font-style: normal;
}

.advantages-list a samp{
	width:46px;
	height:46px;
	position:absolute;
	top: 0;
	left: 0;
}

.advantages-list a.products-certified samp{
	background: url('/images/sprites.png') 0 -61px;
}

.advantages-list a.financial-guarantees samp{
	background: url('/images/sprites.png') -47px -61px;
}

.advantages-list a.payment-means samp{
	background: url('/images/sprites.png') -94px -61px;
}

.advantages-list a.buying-credit samp{
	background: url('/images/sprites.png') -141px -61px;
}

.advantages-list a span{
	display:table;
	height:46px;
}

.advantages-list a em{
	display: table-cell;
	vertical-align:middle;
    line-height: 24px;
}

.home-content, .page-content{
	display: block;
	padding-bottom:60px;
	position:relative;
}

.page-content {
	z-index: 0;
    flex-wrap: wrap;
}

.page-content .sidebar-left {
    -ms-flex-order: 1;
    order: 1;
}
@media (min-width: 992px) {
    .page-content .sidebar-left {
        -ms-flex-order: 0;
        order: 0;
    }
}

.page-content .page {
    -ms-flex-order: 0;
    order: 0;
}
@media (min-width: 992px) {
    .page-content .page {
        -ms-flex-order: 1;
        order: 1;
    }
}

.page-content .sidebar-right {
    -ms-flex-order: 2;
    order: 2;
}

.sidebar-left{
	width: 100%;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .sidebar-left{
        float:left;
        width:220px;
    }
}

.sidebar-right{
	width: 100%;
}
@media (min-width: 1200px) {
    .sidebar-right{
        float:right;
        width:220px;
    }
}

.page{
	max-width: 700px;
    width: 100%;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .page{
        margin-left:20px;
        float:left;
    }
}
@media (min-width: 1200px) {

}

.sidebar-left .sidebar-info{
	font-size: 14px;
	text-transform: uppercase;
	color: #425467;
	font-family: 'FuturaDemiC';
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .sidebar-left .sidebar-info{
        margin-bottom: 35px;
    }
}
@media (min-width: 1200px) {

}

.sidebar-left .sidebar-info h3 {
	margin-bottom:7px;
	font-size:14px;
	color:#425467;
}

.sidebar-left .sidebar-info a {
	line-height:19px;
}

.sidebar-left>h2{
	font-size:22px;
	color:#415366;
	min-height:35px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:#46596d solid 4px;
	font-family: 'DinCyMd';
	text-transform:uppercase;
}

.sidebar-left>h3{
	font-size:20px;
	color:#415366;
	min-height:25px;
	padding-bottom:15px;
	margin-bottom:25px;
	border-bottom:#46596d solid 4px;
	font-family: 'DinCyMd';
	text-transform:uppercase;
}

.menu-catalog{
	margin-bottom:40px;
}

.menu-catalog-sub{
	display:none;
}

.menu-catalog li.current .menu-catalog-sub{
	display:block;
}

.menu-catalog>ul>li{
	position:relative;
}

.menu-catalog>ul>li>a{
	margin-bottom:20px;
	line-height:19px;
	font-size:20px;
	color:#46596d;
	text-decoration:none;
	display:block;
	min-height:17px;
	padding-bottom:20px;
	border-bottom:#46596d solid 1px;
	font-family: 'DinCyMd';
	letter-spacing:-1px;
	padding-right:15px;
}

.menu-catalog > ul > li.current > a{
	color:#f78b3b;
	/*border:none;*/
	/*padding: 0;*/
	margin-bottom:15px;
	padding-right:15px;
}

.menu-catalog>ul>li samp{
	background: url('/images/sprites.png') -188px -61px;
	position:absolute;
	top:6px;
	right:8px;
	width:6px;
	height:11px;
}

.menu-catalog>ul>li.current samp{
	background: url('/images/sprites.png') -195px -61px;
	position:absolute;
	display:block;
	top:6px;
	right:8px;
	width:11px;
	height:6px;
}

.menu-catalog-sub{
	margin-bottom:20px;

}

.menu-catalog-sub li a {
	background-color:#efefef;
	font-size:14px;
	color:#616161;
	display:block;
	margin-bottom:1px;

	width: 100%;
	padding-left:25px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
}
@media (min-width: 992px) {
    .menu-catalog-sub li a {
        width:195px;
    }
}

.menu-catalog-sub li a:hover, .menu-catalog-sub li.current a {
	background: none;
	color:#f78b3b;
	text-decoration:underline;
}

.menu-catalog-sub li.menu-catalog-sub-first a {
	background-color:#f78b3b;
	display:block;
	width: 100%;
	padding-left:15px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;

	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	behavior:url('pie.htc');
}
@media (min-width: 992px) {
    .menu-catalog-sub li.menu-catalog-sub-first a {
        width: 220px;
    }
}

.manufacturer-list-box, .manufacturer-list-box-1{
	margin-bottom:15px;
}

.manufacturer-box, .manufacturer-box-1{
	position:relative;
}

.manufacturer-list-next, .manufacturer-list-next-1{
	background: url('/images/sprites.png') -207px -61px;
	width:9px;
	height:14px;
	position: absolute;
	top: 18px;
	right: 5px;
	cursor:pointer;
}

.manufacturer-list-prev, .manufacturer-list-prev-1{
	background: url('/images/sprites.png') -217px -61px;
	width:9px;
	height:14px;
	position: absolute;
	top: 18px;
	right: 5px;
	cursor:pointer;
	display:none;
}

.manufacturer-list, .manufacturer-list-1{
	width:200px;
}

.manufacturer-list li, .manufacturer-list-1 li{
	width:200px;
	height:51px;
}

/*.manufacturer-list a#tab3{
	width:178px;
}*/

.manufacturer-list li a, .manufacturer-list-1 li a{
	font-size:12px;
	color:#30a4c1;
	text-decoration:none;
	display:inline-block;
	padding:8px 10px;
	position:relative;
	min-height: 51px;
	width: 100%;
}

.manufacturer-list li a.current, .manufacturer-list-1 li a.current{
	color:#46596d;
	font-weight:bold;
	display:inline-block;
	background-color:#efefef;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	behavior:url('pie.htc');
}

.manufacturer-list li a.current samp, .manufacturer-list-1 li a.current samp {
	background: url('/images/manufacturer-list-samp.png') top center no-repeat;
	position:absolute;
	bottom:-6px;
	left: 0;
	width:100%;
	height:6px;
}

.menu-manufacturer a{
	display: inline-block;
	font-size:14px;
	text-decoration:none;
	color:#616161;
	margin-left:20px;
	margin-bottom:15px;
}

.menu-manufacturer a:hover{
	text-decoration:underline;
}

.menu-manufacturer{
	margin-bottom:40px;
}

.reviews-box{
	margin-bottom:35px;
}
.reviews-box h3{
	font-size:20px;
	color:#415366;
	min-height:25px;
	padding-bottom:15px;
	border-bottom:#46596d solid 4px;
	font-family: 'DinCyMd';
	text-transform:uppercase;
	margin-bottom:25px;
}
.reviews-box h3 a{
	color:#415366;
	text-decoration:none;
}

.reviews-box h4{
	font-size:14px;
	color:#30a4c1;
	margin-bottom:30px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .reviews-box h4{
        margin-left:15px;
    }
}
@media (min-width: 1200px) {

}

.reviews-text{
    width: 100%;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-style: italic;
	border: #b7b7b7 dashed 1px;
	background-color: #fffef2;
	font-size: 14px;
	color: #616161;
	position: relative;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	behavior:url('pie.htc');
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .reviews-text{
        width:188px;
    }
}
@media (min-width: 1200px) {

}

.reviews-link{
	display:inline-block;
	margin-top:10px;
	font-size:12px;
	font-style:normal;
}

.reviews-angle{
	background: url('/images/sprites.png') -227px -61px;
	width: 35px;
	height: 19px;
	position: absolute;
	left: 15px;
	top: -19px;
}

.trust-us-box{
	position:relative;
	margin-bottom:50px;
}

.trust-us{
	background: url('/images/sprites.png') -263px -61px;
	width:127px;
	height: 127px;
	padding-top: 20px;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
}

.trust-us strong{
	font-size:24px;
	color:#FFFFFF;
	text-transform:uppercase;
	display:block;
}

.trust-us span{
	font-size:16px;
	color:#4ed470;
	text-transform:lowercase;
	font-weight:bold;
}

.trust-us-view{
	position:absolute;
	top:10px;
	left:210px;
	border:#4ed470 solid 1px;
	min-height:75px;
	padding: 17px 15px 36px 42px;

	-webkit-box-shadow:#8e8d8d 0 2px 2px;
	-moz-box-shadow:#8e8d8d 0 2px 2px;
	box-shadow:#8e8d8d 0 2px 2px;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;

	z-index: 200;
	background-color: #FFFFFF;

	behavior:url('js/pie.htc');
}

.trust-us-view ul{
	display:inline-block;
	width:510px;
}

.trust-us-view ul li{
	float:left;
	margin-right:25px;
	height:75px;
}

.trust-us-view ul span, .trust-us-view ul strong{
	display:table;
	height:75px;
}

.trust-us-view ul em{
	display: table-cell;
	vertical-align:middle;
}

.trust-us-view ul img{
	max-height:75px;
}

.trust-us-view-close{
	background: url('/images/sprites.png') -391px -61px;
	width:42px;
	height:42px;
	position:absolute;
	top: 31px;
	right: 25px;
	cursor:pointer;
}

.trust-us-view-angle{
	background: url('/images/sprites.png') -435px -61px;
	width:17px;
	height:29px;
	position:absolute;
	left:-16px;
	top:40px;
	z-index:100;
}

.licenses-certificates-block{
	position:relative;
}

.licenses-certificates-block h3 {
    font-size: 20px;
    color: #415366;
    min-height: 25px;
    padding-bottom: 15px;
    border-bottom: #46596d solid 4px;
    font-family: 'DinCyMd';
    text-transform: uppercase;
    margin-bottom: 50px;
}

/*carousel*/

.licenses-certificates-box{
	position:relative;
	width:233px;
	height:215px;
	z-index:100;
	margin-bottom:27px;
	margin-left:-2px;
}

.licenses-certificates {
	width:233px;
	height:215px;
}

.licenses-certificates li{
	width:233px;
	height:215px;
}

.licenses-certificates-next{
	background: url('/images/sprites.png') -452px -76px;
	width: 23px;
	height: 14px;
	display: block;
	position: absolute;
	left: 15px;
	bottom: -27px;
	cursor: pointer;
}

.licenses-certificates-prev{
	background: url('/images/sprites.png') -452px -61px;
	width: 23px;
	height: 14px;
	display: block;
	position: absolute;
	left: 15px;
	bottom: 230px;
	cursor: pointer;
}

.licenses-certificates ul li a{
	display:inline-block;
	float:left;
}

.licenses-certificates ul li a:first-child{
	margin-right:7px;
	width:147px;
	height:217px;
}

.licenses-certificates ul li a:first-child img{
	width:147px;
	height:217px;
}

.licenses-certificates ul li a:first-child + a, .licenses-certificates ul li a:first-child + a + a{
	margin-bottom:4px;
	width:72px;
	height:106px;
}

.licenses-certificates ul li a:first-child + a img, .licenses-certificates ul li a:first-child + a + a img{
	width:72px;
	height:106px;
}
/*\carousel*/

.search-product{
	margin-bottom:30px;
}

.search-product fieldset{
    width: 100%;
	height: 44px;
	border: #4ed470 solid 1px;
	background-color: #f7f7f7;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url('pie.htc');
	position: relative;
}
@media (min-width: 992px) {
    .search-product fieldset{
        /*width:698px;*/
    }
}

.search-product fieldset label{
	position:absolute;
	top: 0;
	left:5px;
	height:40px;
	line-height:45px;
	font-size:13px;
	color:#aeaeae;
	font-family: 'HelveticaNeueRoman';
	cursor: text;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .search-product fieldset label{
        left:20px;
        font-size:14px;
    }
}
@media (min-width: 1200px) {

}

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

.search-product fieldset input[type="text"]{
	height: 43px;
	line-height: 43px;
	border: none;
	font-size: 14px;
	color: #aeaeae;
	font-family: 'HelveticaNeueRoman';
	width: 100%;
	padding-left:20px;
	background:none;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .search-product fieldset input[type="text"]{
        width: 632px;
    }
}
@media (min-width: 1200px) {

}

.search-product fieldset input[type="submit"]{
	background: url('/images/sprites.png') -476px -61px;
	width:45px;
	height:43px;
	border:none;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}

/*cycle*/
.home-action-box{
	position: relative;
	width: 100%;
    margin-bottom: 115px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .home-action-box{
        height: 248px;
        width: 700px;
        margin-bottom:70px;
    }
}
@media (min-width: 1200px) {

}

.home-action-block {
	background: url('/images/sprites.png') 0 -189px;
	position:relative;
	top: 0;
	left: 0;
	width: 100%;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .home-action-block {
        height: 248px;
        width: 700px;
    }
}
@media (min-width: 1200px) {

}

.home-action-block > div {
	background: url('/images/sprites.png') 0 -189px;
	background-color:transparent;
	width: 100%;
	overflow:hidden;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .home-action-block > div {
        position:absolute;
        top: 0;
        left: 0;
        width: 700px;
        height: 248px;
    }
}
@media (min-width: 1200px) {

}

.home-action-text {
	position:absolute;
	top: 0;
	right: 0;
	width:340px;
	padding-top:30px;
}

.home-action-text a {
	color:#FFFFFF;
	text-decoration:none;
}

.home-action-text h2 {
	font-size:28px;
	line-height:28px;
	text-transform:uppercase;
	font-weight:normal;
	font-family: 'DinCyMd';
	margin-bottom:25px;
	color:#FFFFFF;
}

.home-action-text h3 {
	font-size: 80px;
	line-height: 54px;
	text-transform:uppercase;
	font-weight:normal;
	font-family: 'DinCyMd';
	margin-bottom:30px;
	color:#FFFFFF;
}

.home-action-text h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight:normal;
	font-family: 'DinCyRg';
	margin-bottom:30px;
	color:#FFFFFF;
}

.home-action-block > div a {
	display:block;
	width: 100%;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .home-action-block > div a {
        width:700px;
        height:248px;
    }
}
@media (min-width: 1200px) {

}

.home-action-block > div img {
    width: 100%;
	position: relative;
	z-index: 100;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .home-action-block > div img {
        max-width: 700px;
        max-height: 281px;
        position: relative;
        z-index: 100;
    }
}
@media (min-width: 1200px) {

}

#pager {
	position: absolute;
	z-index: 100;
	bottom: -30px;
	right: 0;
}

#pager span {
	display:block;
	float:left;
	margin:0 0 0 10px;
	height:20px;
	width:20px;
	background:url("../images/sprites.png") -543px -61px;
	cursor:pointer;
}

#pager .activeSlide {
	background:url("../images/sprites.png") -522px -61px;
}
/*\cycle*/





/*carousel*/
.special-offers-block, .bestsellers-block, .novelty-block{
	position:relative;
	margin-bottom:35px;
}

.special-offers-block h2, .bestsellers-block h2, .novelty-block h2{
	position:relative;
	font-size:30px;
	color:#f78b3b;
	text-align:center;
	font-family: 'DinCyMd';
	text-transform:uppercase;
	margin-bottom:35px;
}

.bestsellers-block h2, .novelty-block h2{
	color:#415366;
}

.special-offers-box, .bestsellers-box, .novelty-box{
	position:relative;
	z-index:100;
	margin-bottom:27px;
}

.special-offers, .bestsellers, .novelty, .bestseller-one {
	width: 100% !important;
	max-width: 700px !important;
	margin-left: 6px;
}

.special-offers li, .bestsellers li, .novelty li, .bestseller-one li {
	margin: 0 19px 0 0;
	width: 218px;
	min-height:276px;
	border:#f78b3b solid 1px;
	float:left;
	padding-top: 10px;
	position:relative;
}

.bestsellers li, .novelty li, .bestseller-one li {
	border:#ededed solid 1px;
}

.special-offers-next, .bestsellers-next, .novelty-next{
	background: url('/images/sprites.png') -643px -61px;
	width: 11px;
	height: 21px;
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	cursor:pointer;
}

.bestsellers-next, .novelty-next{
	background: url('/images/sprites.png') -778px -204px;
}

.special-offers-prev, .bestsellers-prev, .novelty-prev{
	background: url('/images/sprites.png') -631px -61px;
	width: 11px;
	height: 21px;
	display: block;
	position: absolute;
	left: 20px;
	top: 10px;
	cursor:pointer;
}

.bestsellers-prev, .novelty-prev{
	background: url('/images/sprites.png') -766px -204px;
}

.top-quality, .best-climate, .forget-problems{
	position:absolute;
	top:8px;
	left:15px;
	font-size:12px;
	line-height:12px;
	color:#6e6e6e;
	font-weight:normal;
	padding-left:30px;
}

.top-quality samp, .best-climate samp{
	background: url('/images/sprites.png') -564px -61px;
	width:19px;
	height:13px;
	position:absolute;
	left: 0;
	top:5px;
}

.best-climate samp{
	background: url('/images/sprites.png') -655px -61px;
}

.forget-problems{
	height:37px;
	line-height:37px;
	padding-left:47px;
}

.forget-problems samp{
	background: url('/images/sprites.png') -675px -61px;
	width:36px;
	height:37px;
	position:absolute;
	left: 0;
	top: 0;
}

.special-offers-img, .bestsellers-img, .novelty-img {
	display: block;
	width: 100%;
	text-align: center;
}
@media (min-width: 992px) {
    .special-offers-img, .bestsellers-img, .novelty-img {
        width: 218px;
    }
}

.special-offers-img span, .bestsellers-img span, .novelty-img span {
	display:table;
	height:190px;
	width: inherit;
	text-align:center;
}
@media (min-width: 992px) {
    .special-offers-img span, .bestsellers-img span, .novelty-img span {
        width: 218px;
    }
}

.special-offers-img em, .bestsellers-img em, .novelty-img em{
	display: table-cell;
	vertical-align:middle;
}

.special-offers-img img, .bestsellers-img img, .novelty-img img{
	max-width:200px;
	max-height:190px;
}

.special-offers li > h3, .bestsellers li > h3, .novelty li > h3, .bestseller-one li > h3 {
	font-size:14px;
	color:#30a4c1;
	text-align:center;
	margin-bottom:15px;
}

.special-offers-info, .bestsellers-info, .novelty-info{
	display:block;
	font-size:11px;
	color:#616161;
	text-decoration:none;
	padding-bottom: 62px;
}

.special-offers-info span, .bestsellers-info span, .novelty-info span{
	display:block;
	padding-left:20px;
	padding-right:20px;
	/*margin-bottom: 0;*/
	display:block;
	overflow:hidden;
	width:180px;
	margin-bottom: 3px;
}

.special-offers-info em, .bestsellers-info em, .novelty-info em{
	font-style:normal;
	display:inline-block;
	float:right;
	width: 60px;
	text-align:right;
}
@media (min-width: 576px) {
    .special-offers-info em, .bestsellers-info em, .novelty-info em{
        width:85px;
    }
}

.special-offers-info strong, .bestsellers-info strong, .novelty-info strong{
	display:inline-block;
	float:left;
    width: 195px;
}
@media (min-width: 400px) {
    .special-offers-info strong, .bestsellers-info strong, .novelty-info strong{
        width: auto;
    }
}
@media (min-width: 992px) {
    .special-offers-info strong, .bestsellers-info strong, .novelty-info strong{
        width:90px;
    }
}

.bestsellers-info {
	font-size: 13px;
}
@media (min-width: 992px) {
    .bestsellers-info {
        font-size: 10px;
    }
}

.bestsellers-info span {
	width: 100%;
	padding-left: 14px;
	padding-right: 14px;
}
@media (min-width: 992px) {
    .bestsellers-info span {
        width: 216px;
    }
}

.special-offers-buttons, .bestsellers-buttons, .novelty-buttons{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 52px;
	width: 218px;
}

.special-offers-price, .bestsellers-price, .novelty-price{
	position:absolute;
	top:22px;
	left:20px;
	padding-right:20px;
	font-size:18px;
	color:#f78b3b;
	text-decoration:none;
}

.special-offers-price samp, .bestsellers-price samp, .novelty-price samp{
	background: url('/images/sprites.png') -584px -61px;
	width:11px;
	height:13px;
	position:absolute;
	top:3px;
	right: 0;
}

.special-offers-compare, .bestsellers-compare, .novelty-compare{
	width:38px;
	height:38px;
	border-top:#ededed solid 1px;
	border-left:#ededed solid 1px;
	position:absolute;
	bottom: 0;
	right: 0;
	background-color:#f8f8f8;
}

.special-offers-compare samp, .bestsellers-compare samp, .novelty-compare samp{
	background: url('/images/sprites.png') -616px -61px;
	width:14px;
	height:15px;
	position:absolute;
	top:12px;
	right:12px;
}

.special-offers-buy, .bestsellers-buy, .novelty-buy{
	width:38px;
	height:38px;
	border-top:#ededed solid 1px;
	border-left:#ededed solid 1px;
	position:absolute;
	bottom: 0;
	right:39px;
}

.special-offers-buy samp, .bestsellers-buy samp, .novelty-buy samp{
	background: url('/images/sprites.png') -596px -61px;
	width:19px;
	height:16px;
	position:absolute;
	top:12px;
	right:12px;
}
/*\carousel*/

.home-content-text{
	margin-top: 30px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .home-content-text{
        margin-top:50px;
        padding-left:45px;
        padding-right:45px;
    }
}
@media (min-width: 1200px) {

}

.home-content-text h1, .page-content-text h1{
	font-size: 28px;
	color:#415366;
	margin-bottom: 30px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .home-content-text h1, .page-content-text h1{
        font-size:30px;
        margin-bottom:50px;
    }
}
@media (min-width: 1200px) {

}

.home-content-text p, .page-content-text p{
	margin-bottom:20px;
}

.home-content-text ul, .home-content-text ol, .page-content-text ul, .page-content-text ol{
	margin-bottom:20px;
	margin-left:35px;
}

.home-content-text ul li, .page-content-text ul li{
	list-style:disc;
	margin-bottom:5px;
}

.home-content-text ol li, .page-content-text ol li{
	list-style: decimal;
	margin-bottom:5px;
}


.home-content-text h2, .page-content-text h2{
	margin-bottom: 20px;
	margin-top: 30px;
	color:#46596d;
}

.home-content-text h3, .page-content-text h3{
	margin-bottom: 20px;
	margin-top: 30px;
	color:#46596d;
}

.home-content-text h4, .page-content-text h4{
	margin-bottom: 20px;
	margin-top: 30px;
	color:#46596d;
}

.home-content-text table, .page-content-text table{
	margin-bottom:20px;
	border-top:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
}

.home-content-text table td, .page-content-text table td{
	padding:10px 15px 10px 15px;
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
}

.equipped-objects{
	margin-bottom:40px;
}

.equipped-objects strong{
	color:#425467;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'FuturaDemiC';
	display:inline-block;
	margin-right:7px;
}

.equipped-objects em{
	color:#4ed470;
	font-style:normal;
	font-size:28px;
	text-transform:uppercase;
	font-family: 'DinCyMd';
	display:inline-block;
}

.calculators-list{
	border:#b7b7b7 dashed 1px;
	padding:35px 20px 10px 30px;
	position:relative;
	margin-bottom:20px;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.calculators-list nav a{
	margin-bottom:15px;
	color:#30a4c1;
	font-size:14px;
	font-family: 'FuturaDemiC';
	text-transform:uppercase;
	display:block;
}

.calculators-list-icon{
	position: absolute;
	top: -24px;
	left: 86px;
	padding: 10px;
	background: #FFFFFF;
}

.calculators-list-icon samp{
	background: url('/images/sprites.png') -712px -63px;
	width:18px;
	height:27px;
	display:inline-block;
}

.sidebar-right > h2 {
	font-size: 20px;
	color: #415366;
	min-height: 25px;
	padding-bottom: 15px;
	border-bottom: #46596d solid 4px;
	font-family: 'DinCyMd';
	text-transform: uppercase;
}

/*equipment-selection*/
.equipment-selection-box > h2 {
	font-size: 22px;
	color: #415366;
	min-height: 45px;
	padding-bottom: 15px;
	border-bottom: #46596d solid 4px;
	font-family: 'DinCyMd';
	text-transform: uppercase;
}

.equipment-selection-box{
	margin-bottom:35px;
    clear: both;
}

.equipment-selection-form{
	background-color:#f7f6ee;
}

.equipment-selection-form fieldset {
	padding-top: 20px;
	width: 100%;
	display: block;
	padding-left: 13px;
	padding-right: 13px;
}
@media (min-width: 1200px) {
	.equipment-selection-form fieldset {
		width: 220px;
		max-width: 220px;
        padding-right: 14px;
	}
}

.equipment-selection-form fieldset .radio-design {
    width: auto;
}

.equipment-selection-form fieldset .checkbox-design {
    width: auto;
}

.equipment-selection-form fieldset > div {
	margin-bottom:15px;
}

.equipment-selection-form fieldset > div > label {
	font-size:14px;
	color:#46596d;
	font-weight:bold;
	margin-bottom:15px;
	display:inline-block;
}
/*select*/
.equipment-selection-form .select-design{
	position:relative;
	height:27px;
}
@media (min-width: 992px) {
	.equipment-selection-form .select-design{
		width:185px;
	}
}

.equipment-selection-form .select-design span {
	cursor: pointer;
	padding-left: 10px;
	height: 29px;
	line-height: 27px;
	overflow: hidden;
	white-space: nowrap;
	border: #dedbcc solid 1px;
	display: block;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #616161;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url('pie.htc');
}
@media (min-width: 992px) {
	.equipment-selection-form .select-design span {
		width: 187px;
	}
}

.equipment-selection-form .select-design samp{
	background: url('/images/sprites.png') -731px -63px;
	width: 24px;
	height: 27px;
	position: absolute;
	top: 1px;
	right: -1px;
	cursor: pointer;
}

.equipment-selection-form .select-design select{
	padding: 10px;
	display: none;
	position: absolute;
	left: 0;
	top: 29px;
	z-index: 100;
	min-width: 187px;

	border:#dedbcc solid 1px;
	background-color:#FFFFFF;
	font-size:14px;
	color:#616161;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.equipment-selection-form .select-design.visible select{
	display:block;
}
/*\select*/
/*radio*/
.equipment-selection-form input[type="radio"]{
	display:none;
}

.radio-design{
	display:inline-block;
	width:201px;

}
.radio-design p{
	width:118px;
	float:left;
	margin-bottom:13px;
	display:block;
}

.installation-location-box p{
	width:200px;
}

.radio-design p:last-child{
	margin-bottom: 0;
}

.radio-design label {
	background: no-repeat url('/images/radio-design-label-one.png') top left;
	padding-left:25px;
	min-height:19px;
	line-height:19px;
	width:85px;
	display:inline-block;
	cursor:pointer;
}
@media (min-width: 992px) {
	.radio-design label {
		white-space: nowrap;
	}
}

.radio-design.installation-location-box label{
	width: 175px;
	white-space: inherit;
}

.installation-location-box.utility-places label {
	width: 148px;
	white-space: inherit;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .installation-location-box.utility-places label {
        width: 175px;
    }
}
@media (min-width: 1200px) {

}

.radio-design label.current{
	background: no-repeat url('/images/radio-design-label-one-current.png') top left;

}

.radio-design.inverter-box label, .radio-design.heating-box label{
	background:none;
	padding:5px 10px 5px 10px;
	width:auto;
	font-size:14px;
	color:#30a4c1;
	text-decoration:underline;
}

.radio-design.inverter-box p, .radio-design.heating-box p{
	float:none;
	display:inline-block;
	width:auto;
}

.radio-design.inverter-box label.current, .radio-design.heating-box label.current{
	color:#f78b3b;
	text-decoration:none;
	background-color:#FFFFFF;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.radio-design.sort-box{
	width:240px;
}

.radio-design.sort-box label{
	width:auto;
	display:inline-block;
}

.radio-design.sort-box p{
	width:auto;
	display:inline-block;
	float:none;
	margin-right:5px;
}
/*\radio*/

/*checkbox*/
.equipment-selection-form input[type="checkbox"], .calc-list-two input[type="checkbox"]{
	display:none;
}

.checkbox-design{
	display:inline-block;
}
@media (min-width: 992px) {
    .checkbox-design{
        width:201px;
    }
}

.checkbox-design p {
	margin-bottom:13px;
	display:block;
}
@media (min-width: 992px) {
    .checkbox-design p {
        width:100px;
        float:left;
    }
}

.installation-location-box p{
	width:200px;
}

.installation-location-box .radio-design p label{
	width: 175px;
}

.checkbox-design p:last-child{
	margin-bottom: 0;
}

.checkbox-design label{
	background: no-repeat url('/images/checkbox-design-label.png') top left;
	padding-left:22px;
    height: 16px;
	line-height:16px;
	display:inline-block;
	cursor:pointer;
}
@media (min-width: 992px) {
    .checkbox-design label{
        width:75px;
        white-space: nowrap;
        height: auto;
        min-height:16px;
    }
}


.manufacturer-selection-box .checkbox-design label{
	white-space: normal;
	background: no-repeat url('/images/checkbox-design-label-separately.png') top left;
}

.checkbox-design label.current{
	background-position:bottom left;
}

.manufacturer-selection-box .checkbox-design label.current{
	background: no-repeat url('/images/checkbox-design-label-separately-checked.png') top left;
}

.checkbox-design{
	font-size:12px;
}
/*\checkbox*/

.manufacturer-selection-box>label>span{
	font-weight:normal;
	display:inline-block;
	margin-left:15px;
	color: #30a4c1;
	text-decoration:underline;
	cursor:pointer;
	visibility:hidden;
}

.manufacturer-selection-box.equipment-block-show-visible>label>span{
	visibility: visible;
}

.manufacturer-selection-box>label>span:hover{
	text-decoration: none;
}

/*price-range*/

.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, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: url('/images/sprites.png') -756px -63px !important;
	width:21px !important;
	height:21px !important;
	border:none !important;
	outline:none !important;
	top:-8px !important;
	cursor:pointer !important;
}

.ui-widget-content{
	border:none !important;
	height:5px !important;
	background:#d4d1bf !important;
}

.ui-widget-header{
	background:#f78b3b !important;
}

.price-box{
	width:195px;
	margin-top:15px;
}

.price-fields-box{
	margin-bottom:20px;

}
.price-fields-box label{
	display:inline-block;
}
.price-fields-box input{
	width: 73px;
	text-align:center;
	display:inline-block;
	height: 27px;
	line-height: 27px;
	border: #dedbcc solid 1px;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #616161;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url('pie.htc');
}

.amount-box{
	display:inline-block;
	width:195px;
	padding-top:15px;
}

.price-from{
	float:left;
	display:inline-block;
}

.price-to{
	float:right;
	display:inline-block;
}
/*\price-range*/

.equipment-selection-form input[type="submit"] {
	width: 100%;
	height: 46px;
	background-color: #f78b3b;
	border: none;
	cursor:pointer;
	color:#FFFFFF;
	font-size:14px;
	text-transform:uppercase;
	font-weight: bold;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}
@media (min-width: 992px) {
	.equipment-selection-form input[type="submit"] {
		width:195px;
	}
}

.equipment-block-show{
	position:relative;
	padding: 0 0 15px 0;
}

.equipment-block-show>div{
	display:none;
}

.equipment-block-show .radio-design, .equipment-block-show .checkbox-design{
	padding-top:20px;
}

.equipment-block-show>label em{
	cursor:pointer;
	font-style:normal;
}

.equipment-block-show > div.equipment-block-show-border-top {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #dcd6be;
	position: absolute;
	top: 0;

}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .equipment-block-show > div.equipment-block-show-border-top {
        width: 219px;
        left: -12px;
    }
}
@media (min-width: 1200px) {

}

.equipment-block-show > div.equipment-block-show-border {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #dcd6be;
	position: absolute;
	bottom: 0;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .equipment-block-show > div.equipment-block-show-border {
        width:219px;
        left:-12px;
    }
}

.equipment-selection-form fieldset > div.equipment-block-show > label {
	margin-bottom: 0;
	position: relative;
	width: 100%;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .equipment-selection-form fieldset > div.equipment-block-show > label {
        width: 195px;
    }
}
@media (min-width: 1200px) {

}

.cooling-capacity{
	padding-top:15px;
}

.equipment-block-show > label samp {
	background: url('/images/sprites.png') -913px -259px;
	width: 6px;
	height: 11px;
	display: block;
	position: absolute;
	top: 5px;
    left: 97%;
	cursor: pointer;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .equipment-block-show > label samp {
        left:189px;
    }
}
@media (min-width: 1200px) {

}

.equipment-block-show.equipment-block-show-visible > label samp{
	background: url('/images/sprites.png') -920px -259px;
	width:11px;
	height:6px;
	top:6px;
}

.equipment-block-show.equipment-block-show-visible > div{
	display: inline-block;
}
/*\equipment-selection*/

.we-accept{
	text-align:center;
	padding-top:30px;
	margin-bottom:10px;
}

.we-accept span, .we-accept p{
	display:inline-block;
	width:100px;
	margin-bottom:10px;
}

.we-accept strong{
	display: table;
	height:60px;
	text-align:center;
	width:100px;
}

.we-accept em{
	display:table-cell;
	vertical-align:middle;
}

.participates-tenders a{
	background: url('/images/sprites.png') -778px -63px;
	width: 220px;
	height: 123px;
	padding-top:35px;
	display:block;
	font-family: 'DinCyMd';
	font-size:20px;
	line-height:22px;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}

.button-up-go{
	background: url('/images/sprites.png') -999px -63px;
	width: 62px;
	height: 53px;
	position: absolute;
	right: 0;
	bottom: -5px;
	cursor: pointer;
	z-index: 100;
}
/*\home------------------------------------------------------------------*/

.logo-footer{
	width: 212px;
	height: 53px;
	display: block;
	margin-top: 35px;
	/*position: absolute;*/
	/*top: 35px;*/
	/*left: 0;*/
}

.social-footer{
	position: absolute;
	top: 92px;
	left: 115px;
}

.social-footer li{
	float:left;
}

.social-footer a{
	display:block;
	width:30px;
	height:29px;
	margin-right:5px;
}

.social-footer a.social-fb{
	background: url('/images/sprites.png') -1062px -63px;
}
.social-footer a.social-tw{
	background: url('/images/sprites.png') -1093px -63px;
}
.social-footer a.social-vk{
	background: url('/images/sprites.png') -1124px -63px;
}


.footer-region-box{
	margin-top: 35px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .footer-region-box{
        margin-top: 45px;
    }
}
@media (min-width: 1200px) {

}

.footer-region-box span, .footer-region-box strong{
	display:inline-block;
	vertical-align:top;
}

.footer-region-box span{
	font-size:12px;
	color:#9aa7aa;
	font-family: 'HelveticaNeueRoman';
	margin-right:10px;
}

.footer-region-box strong{
	font-size:14px;
	cursor:pointer;
	color:#FFFFFF;
	text-transform:uppercase;
	font-family: 'FuturaDemiC';
	position:relative;
	top:1px;
	padding-right: 25px;
	font-weight:normal;
}

.footer-region-box strong em{
	display:block;
	overflow:hidden;
	max-width:90px;
	word-break: break-all;
	height:20px;
	font-style:normal;
}

.footer-region-box strong samp{
	background: url('/images/sprites.png') 0 0;
	position:absolute;
	right: 0;
	top:4px;
	width:9px;
	height:5px;
}


.footer a.cause-master-link{
	display:block;
	/*position: absolute;*/
	/*top:80px;*/
	/*left:300px;*/
	margin: 0;
	width:196px;
	padding-left:50px;
	height:41px;
	line-height:41px;
	border:#FFFFFF solid 2px;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-family: 'FuturaDemiC';
	background-color:#4ed470;

	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	behavior:url('pie.htc');
}

.footer .cause-master-link:hover{
	background:none;
	border:#66d1ec solid 2px;
}

.footer-phone {
	position: relative;
	margin-top: 35px;
	color: #FFFFFF;
	font-size: 22px;
	font-family: 'HelveticaNeueRoman';
	padding-left: 25px;
    width: 210px;
}
@media (min-width: 992px) {
    .footer-phone {
        width: auto;
    }
}

.footer-phone samp{
	background: url('/images/sprites.png') -701px -204px;
	position:absolute;
	width:16px;
	height:16px;
	top: 9px;
	left: 0;
}

.footer-phone a{
	text-decoration: none;
}

.footer-phone a:hover {
    color: #30a4c1;
}

.footer-phone em {
	color: #929da8;
	font: italic 12px arial;
	display: block;
}

.footer-email {
	position: relative;
	margin-top: 125px;
	font-size: 14px;
	font-family: 'HelveticaNeueRoman';
	padding-left: 27px;
    color: #30a4c1;
    text-decoration: underline;
}

.footer-email:hover {
    color: #30a4c1;
}

.footer-email samp{
	background: url('/images/sprites.png') -718px -204px;
	position: absolute;
	width: 15px;
	height: 10px;
	top: 3px;
	left: 0;
}

.footer-skype{
	position: absolute;
	top: 105px;
	left: 582px;
	font-size: 14px;
	font-family: 'HelveticaNeueRoman';
	padding-left: 27px;
}

.footer-skype samp{
	background: url('/images/sprites.png') -734px -204px;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	left: 0;
}

.footer-address {
	padding-left: 36px;
	position: relative;
    width: 250px;
    margin-top: 35px;
}
@media (min-width: 992px) {
    .footer-address {
        width: auto;
    }
}

.footer-address samp {
	background: url('/images/sprites.png') -750px -203px;
	position: absolute;
	width: 15px;
	height: 18px;
	top: 2px;
	left: 0;
	color:#FFFFFF;
}

.footer-address span {
	display:block;
	margin-bottom:7px;
	color:#FFFFFF;
}

.footer-address a {
	display: block;
	font-family: 'HelveticaNeueRoman';
    color: #30a4c1;
    text-decoration: underline;
}

.footer-address a:hover {
    color: #30a4c1;
}

.footer-border{
	background: repeat-x url('/images/footer-border.png') top left;
	width: 100%;
	height:1px;
	opacity:0.3;
	-moz-opacity:0.3;
	filter: alpha(opacity=30);
}

.menu-footer ul{
	display: inline-block;
	float: left;
	width: 100%;
	margin-right: 45px;
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.menu-footer ul{
		width: 16.1%;
	}
}

.menu-footer ul li{
	margin-bottom: 7px;
}

.menu-footer ul li a{
	font-size:14px;
	color:#9cabbc;
	text-decoration:none;
}

.menu-footer ul li a:hover{
	text-decoration: underline;
}
.menu-footer ul li:first-child{
	margin-bottom:20px;
}

.menu-footer ul li:first-child a{
	font-family: 'DinCyMd';
	text-transform:uppercase;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}

.menu-footer ul:first-child li:first-child a{
	color:#4ed470;
}

/*body .menu-footer ul.menu-footer-last{
	position:absolute;
	top: 0;
	right:-30px;
	float:none;
}*/

.copyright{
	font-size:12px;
	color:#76899d;
    position: relative;
    margin-top: 12px;
}

.site-favorites-link{
	/*position:absolute;*/
	/*bottom:20px;*/
	/*left:250px;*/
	font-size:11px;
	color:#30a4c1;
	text-decoration:underline;
	text-transform:uppercase;
	cursor: pointer;
    position: relative;
}

.site-favorites-link:hover{
	text-decoration:none;
}

.site-not-public-offer{
	font-size: 12px;
	color: #FFFFFF;
}

.site-not-public-offer a{
	font-style:italic;
}

.breadcrumbs {
	border-bottom: #e5e5e5 solid 1px;
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
@media (min-width: 992px) {
    .breadcrumbs {
        /*width: 700px;*/
        padding-bottom: 25px;
        margin-bottom: 35px;
    }
}

.breadcrumbs li{
	background:url('/images/breadcrumbs-li.png') 0 3px no-repeat;
	float:left;
	padding-left:12px;
	margin-right:10px;
	margin-bottom: 6px;
	color:#f78b3b;
}
.breadcrumbs li:first-child{
	background: none;
}

.breadcrumbs li a{
	color:#30a4c1;
}

.page-top-content{
	margin-bottom:35px;
}

.page-top-content h1{
	font-size:30px;
	color:#415366;
	font-family: 'DinCyMd';
	margin-bottom:25px;
}

.page-top-content-text-box{
	display:inline;
}

.page-top-content-text-box>*{
	display:none;
}

.page-top-content-text p{
	margin-bottom:20px;
}

.page-top-content-text ul,ol {
	margin:0 0 20px 35px;
}

.page-top-content-text ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}

.page-top-content-text ol li {
	list-style-type: decimal;
	margin-bottom: 5px;
}

.page-top-content-text h2 {
	margin-bottom: 20px;
	margin-top: 30px;
	color:#46596d;
}

.page-top-content-text h3 {
	margin-bottom: 20px;
	margin-top: 30px;
	color:#46596d;
}

.page-top-content-text h4 {
	margin-bottom: 20px;
	margin-top: 30px;
	color:#46596d;
}


.page-top-content-text-box>*:first-child{
	display:inline;
}

.page-top-content-text.page-top-content-open .page-top-content-text-box>*{
	display:block;
}

.page-top-content-text>button{
	color:#30a4c1;
	font-size:14px;
	text-decoration:underline;
	cursor:pointer;
	border:none;
	background:none;
	font-style:italic;
	display:inline;
}

.page-top-content-text p input[type="button"]:hover{
	text-decoration:none;
}

.page-top-content-text-box p {
	margin-bottom:20px;
}

.page-top-content-text-box ul,ol {
	margin:0 0 20px 35px;
}

.page-top-content-text-box ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}

.page-top-content-text-box ol li {
	list-style-type: decimal;
	margin-bottom: 5px;
}

.page-top-content-text-box h2 {
	margin-bottom: 20px;
	margin-top: 30px;
	color:#46596d;
}

.page-top-content-text-box h3 {
	margin-bottom: 20px;
	margin-top: 30px;
	color:#46596d;
}

.page-top-content-text-box h4 {
	margin-bottom: 20px;
	margin-top: 30px;
	color:#46596d;
}



/*select calculation*/
.power-calculation form .select-design{
	position:relative;
	width:150px;
	height:30px;
}

.power-calculation form .select-design span{
	width:140px;
	cursor:pointer;
	padding-left:10px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	white-space: nowrap;
	border:#4ed470 solid 1px;
	display:block;
	background-color:#fffdef;
	font-size:14px;
	color:#616161;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.power-calculation form .select-design samp{
	background: url('/images/sprites.png') -988px -204px;
	width: 25px;
	height: 28px;
	position: absolute;
	top: 1px;
	right: 12px;
	cursor: pointer;
}

.power-calculation form .calculate-count-person-box .select-design {
	width:92px;
}

.power-calculation form .calculate-count-person-box .select-design span{
	width:82px;
}


.power-calculation form .calculate-count-person-box .select-design select{
	min-width:92px;
}
.power-calculation form .select-design select{
	padding:10px;
	display:none;
	position:absolute;
	left: 0;
	top:32px;
	z-index:100;
	min-width:150px;

	border:#4ed470 solid 1px;
	background-color:#fffdef;
	font-size:14px;
	color:#616161;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.power-calculation form .select-design.visible select{
	display:block;
}
/*\select calculation*/


.power-calculation{
	margin-bottom: 20px;
}
@media (min-width: 992px) {
    .power-calculation{
        margin-bottom: 60px;
    }
}

.power-calculation fieldset {
	border: #b7b7b7 dashed 1px;
	text-align: center;
	padding: 0 10px;
}
@media (min-width: 992px) {
    .power-calculation fieldset {
        height: 135px;
        padding: 0 30px;
    }
}

.power-calculation fieldset > div {
	text-align: left;
	display: inline-block;
	float: left;
	padding-top: 16px;
	vertical-align: top;
	margin-bottom: 10px;
	position: relative;
	left: 2px;
}
@media (min-width: 992px) {
    .power-calculation fieldset > div {
        margin-left: 24px;
    }
}

.power-calculation fieldset > div.calculate-count-comp-box {
    margin-left: 0;
    width: 100%;
}
@media (min-width: 992px) {
    .power-calculation fieldset > div.calculate-count-comp-box {
        margin-left: 24px;
        width: auto;
    }
}

.power-calculation fieldset > div.calculate-solar-penetration-box {
    margin-left: 0;
}
@media (min-width: 992px) {
    .power-calculation fieldset > div.calculate-solar-penetration-box {
        margin-left: 24px;
    }
}

.power-calculation fieldset h2 + div{
	margin-left: 0;

}

.power-calculation fieldset label{
	display:block;
	font-size:12px;
	color:#959595;
	height:20px;
}

.power-calculation fieldset input[type="text"]{
	display:block;
	border:#4ed470 solid 1px;
	background-color:#fffdef;
	color:#616161;
	width:46px;
	padding:0 10px;
	height:30px;
	line-height:30px;

	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	behavior:url('pie.htc');
}

.power-calculation h2 span{
	display: inline-block;
	padding:0 20px;
	background-color:#FFFFFF;
}
.power-calculation h2{
	display:block;
	margin-top:-15px;
	background:transparent;
	color:#3fb75e;
	font-size:18px;
	text-align:center;
	font-family: 'DinCyMd';
	text-transform:uppercase;
}

fieldset .calculate-occupancy-box input[type="text"]{
	width:61px;
}

fieldset .calculate-units-equipment-box input[type="text"]{
	width:121px;
}

fieldset div.power-calculation-submit-box {
	clear:both;
	display:block;
	text-align:center;
	float:none;
    margin-left: 0;
}

.power-calculation-submit {
	display:inline-block;
	background-color:#FFFFFF;
}
@media (min-width: 576px) {
    .power-calculation-submit {
        padding: 0 15px;
    }
}

fieldset div.power-calculation-submit-box input[type="submit"]{
	width:250px;
	height:43px;
	line-height:43px;
	background-color:#4ed470;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'FuturaDemiC';
	color:#FFFFFF;
	text-align:center;
	border:none;
	cursor:pointer;

	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	behavior:url('pie.htc');
}

/*select show-type-product*/
.show-type-product .select-design{
	position:relative;
	width:186px;
	height:30px;
}

.show-type-product .select-design span{
	width:176px;
	cursor:pointer;
	padding-left:10px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	white-space: nowrap;
	border:#c9c9c9 solid 1px;
	display:block;
	background-color:#f7f7f7;
	font-size:14px;
	color:#616161;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.show-type-product .select-design samp{
	background: url('/images/sprites.png') -1014px -204px;
	width:25px;
	height:28px;
	position:absolute;
	top:1px;
	right: 12px;
	cursor:pointer;
}

.show-type-product .select-design select{
	padding:10px;
	display:none;
	position:absolute;
	left: 0;
	top:32px;
	z-index:100;
	min-width:188px;

	border:#c9c9c9 solid 1px;
	background-color:#f7f7f7;
	font-size:14px;
	color:#616161;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.show-type-product .select-design.visible select{
	display:block;
}
/*\select show-type-product*/


/*select catalog-sort*/
.catalog-sort .select-design{
	position:relative;
	width:78px;
	height:30px;
	margin-top:11px;
}

.catalog-sort .select-design span{
	width:68px;
	cursor:pointer;
	padding-left:10px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	white-space: nowrap;
	border:#f78b3b solid 1px;
	display:block;
	background-color:#f78b3b;
	font-size:14px;
	color:#FFFFFF;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.catalog-sort .select-design samp{
	background: url('/images/sprites.png') -807px -259px;
	width:25px;
	height:30px;
	position:absolute;
	top: 0;
	right:-1px;
	cursor:pointer;
}

.catalog-sort .select-design select{
	padding:10px;
	display:none;
	position:absolute;
	left: 0;
	top:32px;
	z-index:100;
	min-width:80px;

	border:#f78b3b solid 1px;
	background-color:#f78b3b;
	font-size:14px;
	color:#FFFFFF;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.catalog-sort .select-design.visible select{
	display:block;
}
/*\select catalog-sort*/

.catalog-manager-panel{
	margin-bottom:35px;

}

.catalog-manager-panel-top{
	margin-bottom:15px;
}

.catalog-manager-panel-top>div{
	display:inline-block;
	vertical-align:top;
}

.found-products {
	color:#4ed470;
	font-size:18px;
	width:190px;
	line-height:32px;
}
.found-products strong{
	color:#46596d;
	font-size:14px;
}

.show-type-product{
	width:275px;

}
.show-type-product label{
	display:inline-block;
	vertical-align: top;
	line-height: 32px;
	margin-right:5px;
	color:#46596d;
}
.show-type-product>div{
	display:inline-block;
	vertical-align: top;
}

.shows-on{
	height:32px;

}
.shows-on span{
	display:inline-block;
	vertical-align: top;
	line-height:32px;
}
.shows-on nav{
	display:inline-block;
	vertical-align:middle;
}
.shows-on nav a{
	display:inline-block;
	height:32px;
	line-height:32px;
	padding:0px 9px;
	text-decoration:none;
	color:#888888;
	float:left;
}
.shows-on nav a:hover, .shows-on nav a.current{
	background-color:#f78b3b;
	color:#FFFFFF;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.catalog-manager-panel-bottom{
	height:53px;
	background-color:#efefef;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.catalog-manager-panel-bottom>div{
	display:inline-block;
	float:left;
}

.view-show-cubes, .view-show-line{
	display:inline-block;
	height:53px;
	width:49px;
	position: relative;
	border-right:#e1e1e1 solid 1px;
}

.view-show-line{
	width:47px;
	position:relative;
	left:-2px;
}

.view-show-cubes{
	background: url('/images/sprites.png') -1093px -204px;

}
.view-show-cubes.current, .view-show-cubes:hover{
	background: url('/images/sprites.png') -1041px -204px;
}

.view-show-line{
	background: url('/images/sprites.png') -702px -259px;

}
.view-show-line.current, .view-show-line:hover{
	background: url('/images/sprites.png') -755px -259px;
}
.catalog-sort {
	margin-left: 0;
}
@media (min-width: 992px) {
    .catalog-sort {
        margin-left: 15px;
    }
}

.catalog-sort > span{
	line-height:53px;
	color:#46596d;
	margin-right:5px;
}

.catalog-sort>span, .catalog-sort > div{
	display:inline-block;
	vertical-align:top;
}

.pager {
	width: 100%;
	text-align: center;
	margin-top: 11px;
}
@media (min-width: 992px) {
    .pager {
        width: 378px;
        text-align: right;
    }
}

.pager>*{
	display:inline-block;
	vertical-align:top;
}
.pager span, .pager em{
	line-height:32px;
	font-style:normal;
	margin-right:5px;
}
.pager strong{
	min-width:30px;
	padding: 0 2px;
	height:32px;
	line-height:32px;
	display:inline-block;
	background-color:#fffdef;
	color:#c9c9c9;
	border:#c9c9c9 solid 1px;
	text-align:center;
	color:#46596d;
	margin-right:5px;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}
.pager-prev, #pager-prev{
	background: url('/images/sprites.png') -833px -259px;
	width:32px;
	height:32px;
	display:inline-block;
	margin-right:-4px;
	position:relative;
}
.pager-next, #pager-next{
	background: url('/images/sprites.png') -865px -259px;
	width:31px;
	height:32px;
	display:inline-block;
	position:relative;
}


.navigNo samp{
	position:absolute;
	width:20px;
	height:20px;
	top:5px;
	left:5px;
	display:inline-block;
	background:#f6f6f6;

	opacity:0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);
}

/*product-catalog*/

.product-catalog {
    width: 100%;
	max-width: 800px;
	display: inline-block;
}

.product-catalog li {
	margin: 0 19px 19px 0;
	width: 100%;
	min-height: 350px;
	float: left;
	padding-top: 10px;
	position: relative;
	border: #ededed solid 1px;
}
@media (min-width: 992px) {
    .product-catalog li {
        margin: 0 16px 16px 0;
        width: 217px;
    }
}

.product-catalog-next{
	background: url('/images/sprites.png') -643px -61px;
	width: 11px;
	height: 21px;
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	cursor:pointer;
}

.product-catalog-img{
	display:block;
	width:218px;
	text-align:center;
}

.product-catalog-img span{
	display:table;
	height:190px;
	width:218px;
	text-align:center;
}

.product-catalog-img em{
	display: table-cell;
	vertical-align:middle;
}

.product-catalog-img img{
	max-width:218px;
	max-height:190px;
}

.product-catalog li > h3{
	font-size:18px;
	color:#30a4c1;
	text-align:center;
	margin-bottom:15px;
}
@media (min-width: 992px) {
    .product-catalog li > h3{
        font-size:14px;
    }
}

.product-catalog-info{
	display:block;
	font-size:11px;
	color:#616161;
	text-decoration:none;
}

.product-catalog-info span{
	display:block;
	padding-left:20px;
	padding-right:20px;
	margin-bottom: 0;
	display:inline-block;
	width:180px;
	margin-bottom:2px;
}

.product-catalog-info em{
	font-style:normal;
	display:inline-block;
	float:right;
}

.product-catalog-info strong{
	display:inline-block;
	float:left;
}

.product-catalog-buttons {
	position: absolute;
    left: 0;
	bottom: 0;
	height: 52px;
	width: 100%;
}
@media (min-width: 992px) {
    .product-catalog-buttons {
        width: 218px;
    }
}

.product-catalog-price{
	position:absolute;
	top:22px;
	left:13px;
	padding-right:20px;
	font-size:18px;
	color:#f78b3b;
	text-decoration:none;
}

.product-catalog-price samp{
	background: url('/images/sprites.png') -584px -61px;
	width:11px;
	height:13px;
	position:absolute;
	top:3px;
	right: 0;
}

.product-catalog-compare{
	width:38px;
	height:38px;
	border-top:#ededed solid 1px;
	border-left:#ededed solid 1px;
	position:absolute;
	bottom: 0;
	right: 0;
	background-color:#f8f8f8;
}

.product-catalog-compare samp{
	background: url('/images/sprites.png') -616px -61px;
	width:14px;
	height:15px;
	position:absolute;
	top:12px;
	right:12px;
}

.product-catalog-buy{
	width:38px;
	height:38px;
	border-top:#ededed solid 1px;
	border-left:#ededed solid 1px;
	position:absolute;
	bottom: 0;
	right:39px;
}

.product-catalog-buy samp{
	background: url('/images/sprites.png') -596px -61px;
	width:19px;
	height:16px;
	position:absolute;
	top:12px;
	right:12px;
}


.product-catalog li.clear{
	float:none;
	display:block;
	width:700px;
	height: 0;
	max-height: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
	clear:both;
	border:none;
}

/*\product-catalog*/




/*product-catalog-list*/

.product-catalog-list{
	width:725px;
	display:inline-block;
}

.product-catalog-list li{
	margin: 0;
	width:698px;
	min-height:117px;
	border:#f78b3b solid 1px;
	float:left;
	margin-right:19px;
	margin-bottom:19px;
	position:relative;
	padding-bottom:10px;
}

.product-catalog-list-border span{
	background:url('/images/product-catalog-list-border.png');
	width:10px;
	height:19px;
	position:absolute;
	top:50px;
	z-index:100;
	left:1px;
}
.product-catalog-list-border samp{
	position:absolute;
	height:auto;
	width:10px;
	left: 0;
	top:-1px;
	bottom:-1px;
	border-right: #e2e2e2 solid 1px;
}
.product-catalog-list-border{
	position:absolute;
	height:auto;
	width:10px;
	left:481px;
	top: 0;
	bottom: 0;
}

.product-catalog-list li{
	border:#ededed solid 1px;
}

.product-catalog-list li:hover{
	border:#f78b3b solid 1px;
}

.product-catalog-list-next{
	background: url('/images/sprites.png') -643px -61px;
	width: 11px;
	height: 21px;
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	cursor:pointer;
}

.product-catalog-list-img{
	display:block;
	width:97px;
	padding-left:24px;
	margin-top:15px;
	text-align:center;
	float:left;
	margin-right:50px;
}

.product-catalog-list-img img{
	width:97px;
}

.product-catalog-list li>h3{
	font-size:14px;
	color:#30a4c1;
	text-align:center;
	margin-bottom:15px;
}

.product-catalog-list-info{
	display:block;
	font-size:11px;
	color:#616161;
	text-decoration:none;
	float:left;
	width:200px;
	margin-top:25px;
}


.product-catalog-list-info h3{
	font-size:14px;
	color:#30a4c1;
	margin-bottom:15px;
	text-decoration:underline;
	width:300px;
}

.product-catalog-list-info span{
	padding-right:20px;
	display:block;
	overflow:hidden;
	width:180px;
	margin-bottom:3px;
}

.product-catalog-list .product-catalog-list-info span {
    width: auto;
}

.product-catalog-list .product-catalog-list-info {
    width: auto;
}

.product-catalog-list .product-catalog-list-info strong {
    width: auto;
}

.product-catalog-list-info em{
	font-style:normal;
	display:inline-block;
	float:right;
	width:85px;
	text-align:right;
}

.product-catalog-list-info strong{
	display:inline-block;
	float:left;
	width:90px;
}

.product-catalog-list .top-quality, .product-catalog-list .best-climate, .product-catalog-list .forget-problems{
	left:515px;
	top:15px;
}

.product-catalog-list-buttons{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 52px;
	width: 218px;
}

.product-catalog-list-price{
	position:absolute;
	top:22px;
	left:30px;
	padding-right:20px;
	font-size:18px;
	color:#f78b3b;
	text-decoration:none;
}

.product-catalog-list-price samp{
	background: url('/images/sprites.png') -584px -61px;
	width:11px;
	height:13px;
	position:absolute;
	top:3px;
	right: 0;
}

.product-catalog-list-compare{
	width:38px;
	height:38px;
	border-top:#ededed solid 1px;
	border-left:#ededed solid 1px;
	position:absolute;
	bottom: 0;
	right: 0;
	background-color:#f8f8f8;
}

.product-catalog-list-compare samp{
	background: url('/images/sprites.png') -616px -61px;
	width:14px;
	height:15px;
	position:absolute;
	top:12px;
	right:12px;
}

.product-catalog-list-buy{
	width:38px;
	height:38px;
	border-top:#ededed solid 1px;
	border-left:#ededed solid 1px;
	position:absolute;
	bottom: 0;
	right:39px;
}

.product-catalog-list-buy samp{
	background: url('/images/sprites.png') -596px -61px;
	width:19px;
	height:16px;
	position:absolute;
	top:12px;
	right:12px;
}


.product-catalog-list li.clear{
	float:none;
	display:block;
	width:700px;
	height: 0;
	max-height: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
	clear:both;
	border:none;
}

/*\product-catalog-list*/





.pager-bottom .pager {
	width: 100%;
	max-width:696px;
	margin-top: 0;
	margin-bottom:20px;
}

.you-looked-box{
	border-top:#e5e5e5 solid 1px;
	text-align:center;
	margin-bottom:50px;
	margin-top:20px;
}

.you-looked-box h2{
	display: inline-block;
	background-color: #FFFFFF;
	position: relative;
	padding: 0px 20px;
	top: -13px;
	font-family: 'DinCyMd';
	color:#415366;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:15px;
}

.you-looked{
	display:inline-block;
	text-align:left;
}
@media (min-width: 992px) {
    .you-looked{
        width:740px;
    }
}

.you-looked-block{
	float:left;
	min-height:163px;
	width:120px;
	margin-right:25px;
}
.you-looked-img{
	width:118px;
	height:118px;
	border:#e9e9e9 solid 1px;
	display:block;
	text-align:center;
	margin-bottom:10px;
}

.you-looked-img span{
	display:table;
	height:118px;
	width:118px;
	text-align:center;
}

.you-looked-img em{
	display:table-cell;
	vertical-align:middle;
}

.you-looked h3{
	margin-bottom:5px;
}

.you-looked h3 a{
	font-size:12px;
	color:#30a4c1;
}

.you-looked-price{
	font-size:12px;
	color:#868686;
}

.you-looked-price strong{
	font-size:12px;
	font-weight:normal;
	color:#f78b3b;
}


.may-need-box{
	border-top:#e5e5e5 solid 1px;
	text-align:center;
	margin-bottom:50px;
}

.may-need-box h2 {
	display: inline-block;
	background-color: #FFFFFF;
	position: relative;
	padding: 0 20px;
	top: -13px;
	font-family: 'DinCyMd';
	color:#415366;
	font-size:18px;
	text-transform:uppercase;
}
@media (min-width: 992px) {
    .may-need-box h2 {
        margin-bottom:15px;
    }
}

.may-need {
    width: 100%;
	max-width: 750px;
	display: inline-block;
	text-align: left;
}

.may-need > div {
	float:left;
}

.may-need-engineering {
	width: 100%;
	position: relative;
	text-align: center;
}
@media (min-width: 992px) {
    .may-need-engineering {
        width: 213px;
    }
}

.may-need-engineering samp{
	background: url('/images/sprites.png') -897px -259px;
	position:absolute;
	width:7px;
	height:13px;
	right: 0;
	top: 14px;
}

.may-need-engineering a{
	font-size:14px;
	color:#30a4c1;
	font-family: 'FuturaDemiC';
	font-weight:normal;
	text-transform:uppercase;
	display:inline-block;
	line-height:41px;
}

.may-need-engineering a:hover{
	color:#ff6c00;
	text-decoration:underline;
}

.may-need-cause-master {
	text-align: center;
	width: 100%;
}
@media (min-width: 992px) {
    .may-need-cause-master {
        width: 270px;
    }
}

.may-need-cause-master a{
	display: inline-block;
	position:relative;
	text-align: left;
	width: 196px;
	padding-left:50px;
	height:41px;
	line-height:41px;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	background-color:#30a4c1;
	color:#FFFFFF;
	font-family: 'FuturaDemiC';

	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	behavior:url('pie.htc');
}


.may-need-cause-master a samp{
	background: url('/images/sprites.png') -1118px 0px;
	width:22px;
	height:22px;
	position:absolute;
	top: 10px;
	left: 15px;
}

.may-need-installation {
	width: 100%;
	position: relative;
	text-align: center;
}
@media (min-width: 992px) {
    .may-need-installation {
        width: 213px;
    }
}

.may-need-installation samp {
	background: url('/images/sprites.png') -905px -259px;
	position: absolute;
	width: 7px;
	height: 13px;
	left: 0;
	top: 14px;
}

.may-need-installation a{
	font-size:14px;
	color:#30a4c1;
	font-family: 'FuturaDemiC';
	font-weight:normal;
	text-transform:uppercase;
	display:inline-block;
	line-height:41px;
}

.may-need-installation a:hover{
	color:#ff6c00;
	text-decoration:underline;
}

.good-know-box{
	border-top:#e5e5e5 solid 1px;
	text-align:center;
	margin-bottom:50px;
}

.good-know-box h2{
	display: inline-block;
	background-color: #FFFFFF;
	position: relative;
	padding: 0px 20px;
	top: -13px;
	font-family: 'DinCyMd';
	color:#415366;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:15px;
}

.good-know {
    width: 100%;
	max-width: 750px;
	display: inline-block;
	text-align: left;
}

.good-know-block {
	display:inline-block;
	width:760px;
    max-width: 100%;
}

.good-know-block li {
	float: left;
	width: 100%;
	text-align: left;
	padding: 0 20px;
	margin-bottom: 30px;
}
@media (min-width: 992px) {
    .good-know-block li {
        width: 180px;
        padding: 0 30px;
    }
}

.good-know-more{
	border-top: #e5e5e5 solid 1px;
	text-align: center;
}

.good-know-more strong{
	display: inline-block;
	padding: 0 20px;
	background-color: #FFFFFF;
	position: relative;
	top: -13px;
}

.good-know-more strong a{
	font-size:12px;
	color:#adadad;
	font-weight:normal;
	text-decoration:none;
	border:#dcdddd solid 1px;
	height:26px;
	line-height: 24px;
	display:inline-block;
	padding: 0 15px;

	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
	behavior:url('pie.htc');
}

/*popup*/

.popup-window{
	display:none;
}
.popup-box{
	position: fixed;
	z-index:5000;
	background-color:#000000;
	opacity:0.5;
	-moz-opacity:0.5;
	filter: alpha(opacity=50);
	top: 0;
	bottom:-10px;
	left: 0;
	right: 0;
}
.popup-wrapper{
	position: absolute;
	z-index:11000;
	top: 0;
	height:1px;
	left: 0;
	right: 0;
	text-align:center;
}
.popup{
	position:relative;
	display:inline-block;
	z-index:2000;
	top:150px;
	background-color:#f2f2f2;
}

.close-popup{
	width:15px;
	height:15px;
	position:absolute;
	display:inline-block;
	top:10px;
	right:10px;
	cursor:pointer;
}
/*\popup*/


.popup.more-services-popup{
	width: 100%;
}
@media (min-width: 992px) {
    .popup.more-services-popup{
        width: 900px;
    }
}

.popup.more-services-popup .service-text {
    width: 100%;
}
@media (min-width: 992px) {
    /*.popup.more-services-popup .service-text {
        width: 815px;
    }*/
}

/*product-page****************************************************************/



.product-page .breadcrumbs{
	border-bottom-color:#46596d;
	margin-bottom: 0;
}

.to-list-products{
	position:relative;
	top: -3px;
	height:55px;
	margin-bottom:10px;
}

.to-list-products samp{
	background: url('/images/sprites.png') -932px -259px;
	width:55px;
	height:55px;
	position: absolute;
	top: 2px;
	left: 0;
}

.to-list-products a{
	display:block;
	position:relative;
	z-index:100;
	height:55px;
	line-height:55px;
	padding-left:70px;
	color:#46596d;
	text-decoration:none;
	font-style:italic;
}

.menu-product-info {
	display:inline-block;
	line-height: 54px;
	border-bottom:#f78b3b solid 1px;
	background-color:#f2f2f2;
}
@media (min-width: 992px) {
    .menu-product-info {
        width: 100%;
        height: 54px;
    }
}

.menu-product-info li{
	float:left;
}

.menu-product-info li.current a, .menu-product-info li:hover a{
	background:#FFFFFF;
	border:#f78b3b solid 1px;
	border-bottom:none;
	height:54px;
	position: relative;
	z-index: 99;
	color:#f78b3b;
	font-weight:bold;
}

.menu-product-info li a{
	color:#46596d;
	font-size:14px;
	display:inline-block;
	height:53px;
	border-bottom:#f78b3b solid 1px;
	border:#f2f2f2 solid 1px;
	padding: 0 15px;
	text-decoration:none;
}

.menu-product-info-box{
	position:relative;
	margin-bottom:10px;
}

.menu-product-info-border{
	width:100%;
	height:1px;
	background-color:#f78b3b;
	position:absolute;
	left: 0;
	bottom:3px;
}
















/*gallery*/
.product-view{
	display:inline-block;
	margin-bottom:40px;
	position:relative;
}
@media (min-width: 992px) {
	.product-view{
		width: 100%;
	}
}

.product-view-next samp{
	background:url('/images/sprites.png') -986px -315px;
	width:32px;
	height:64px;
	position:absolute;
	top: 0;
	right: -20px;
}

.product-view-next a, .product-view-prev a{
	display:inline-block;
	width:32px;
	height:64px;
	line-height:64px;
	font-size:11px;
	color:#616161;
	text-decoration:none;
}

.product-view-next{
	position:absolute;
	top: 150px;
	right: -32px;
	width:32px;
	height:64px;
	z-index:200;
	display:none;
}

.product-view-prev samp{
	background:url('/images/sprites.png') -953px -315px;
	width:32px;
	height:64px;
	position:absolute;
	top: 0;
	left:-40px;
}

.product-view-prev{
	position:absolute;
	top: 150px;
	left: -12px;
	width:32px;
	height:64px;
	z-index:200;
	display:none;
}

.productgallery {
	padding:0;
}
@media (min-width: 992px) {
	.productgallery {
		width:360px;
		float:left;
	}
}

.product-info{

}
@media (min-width: 992px) {
	.product-info{
		width: 100%;
		/*float:right;*/
	}
}

.big-pic {
	margin: 9px auto 0 auto;
	width: 100%;
	height:360px;
	overflow:hidden;
	text-align:center;
	position:relative;
	border:#e8e8e8 solid 1px;
	background-color:#FFFFFF;
}
@media (min-width: 992px) {
	.big-pic {
		width:360px;
	}
}

.big-pic span {
	display: table;
	width: 90%;
	height:360px;
	margin: 0 auto;
}
@media (min-width: 992px) {
	.big-pic span {
		width:360px;
	}
}

.big-pic strong{
	display: table-cell;
	vertical-align: middle;
}

.big-pic .img-right-bottom-border {
	bottom: 0;
}

.big-pic img {
	display:block;
	margin:0 auto;
	max-width: 100%;
	max-height:313px;
}
@media (min-width: 992px) {
	.big-pic img {
		max-width:351px;
	}
}

.share-box {
	position:absolute;
	bottom:-40px;
	right:0;
	padding:20px 0 0 0;
	height:20px;
}

.galleries-boxes {
	height:78px;
	margin: 0 auto;
	overflow:hidden;
	border:#e8e8e8 solid 1px;
	border-top:none;
}
@media (min-width: 992px) {
	@media (min-width: 992px) {
		.galleries-boxes {
			width:360px;
			margin: 0 0 9px 0;
		}
	}
}

.g-box {
	position:absolute;
	left: 0;
	top: 0;
}
@media (min-width: 768px) {
	.g-box {
		width:320px;
	}
}

.g-box h2 {
	margin:0 0 16px 0;
	font-size:20px;
	line-height:1;
}
.gallery-pics {
	margin:0 0 16px 0;
	height:78px;
	width:520px;
	overflow:hidden;
	position:relative;
	position:relative;
	left:-3px;
}
.gallery-pics a {
	display:block;
	float:left;
	margin:0;
	border-right:#e8e8e8 solid 1px;
	height:58px;
	width:59px;
	overflow:hidden;
	position:relative;
	text-align:center;
}
@media (min-width: 576px) {
    .gallery-pics a {
        height:79px;
        width:80px;
    }
}

.gallery-pics a:hover {
	opacity:0.6;
}
.gallery-pics a span {
	display:table;
	height:78px;
	width:79px;
}
.gallery-pics a strong {
	display: table-cell;
	vertical-align:middle;
}

.gallery-pics a img {
	max-width:79px;
	max-height:78px;
}

.gallery-pics a:hover {
	opacity:1;
}
.gallery-pics .current-pic {
	height:78px;
	opacity:1;
	position:relative;
}
.carousel {
	height:78px;
	position:relative;
}
.tab-text {
	position:absolute;
	top:-42px;
	height:36px;
	width:199px;
	background-image:url('/images/sprites.png');
	background-position:-392px -81px;
	color:#fff;
	cursor:pointer;
	font-size:17px;
	line-height:40px;
	text-align:center;
}
.gallery-desc {
	line-height:18px;
	position:relative;
}
.tab-text.active-tab,
.tab-text:hover {
	background-position:-392px -119px;
	position:relative;
}
.tab-text.active-tab {
	cursor:default;
	position:relative;
}
.tab1 {
	left:10px;
	position:relative;
}
.tab2 {
	left:232px;
	position:relative;
}
.tab3 {
	left:453px;
	position:relative;
}
.next-pic {
	right: 0;
	display:block;
	position:absolute;
	bottom: 0;
	height:39px;
	width:43px;
	background: url('/images/sprites.png') -1031px -259px;
	cursor:pointer;
	z-index:1200;
	border-left:#e8e8e8 solid 1px;
	border-top:#e8e8e8 solid 1px;
}
.prev-pic {
	right:1px;
	display:block;
	position:absolute;
	top: 0;
	height:39px;
	width:42px;
	background: url('/images/sprites.png') -988px -259px;
	cursor:pointer;
	z-index:1100;
	border-left:#e8e8e8 solid 1px;
}

.zoomicon{
	position: absolute;
	z-index: 10000;
	top: 0;
	bottom: 0px;
	right: 0px;
	left: 0;
	cursor: pointer;
}

.productgallery, .big-pic, .galleries-boxes, .g-box, .gallery-pics, .carousel, .current-desc, .active-tab {
	position:relative;
}
/*gallery*/














/*popup*/

.popup-window{
	display:none;
}

.popup-box{
	position: fixed;
	z-index:5000;
	background-color:#000000;
	opacity:0.5;
	-moz-opacity:0.5;
	filter: alpha(opacity=50);
	top: 0;
	bottom:-10px;
	left: 0;
	right: 0;
}

.popup-wrapper{
	position: absolute;
	z-index:11000;
	top: 0;
	height:1px;
	left: 0;
	right: 0;
	text-align:center;
}

.popup{
	position:relative;
	display:inline-block;
	z-index:2000;
	top:150px;
	background-color:#f2f2f2;
	max-width: 570px;
    width: 90%;
}

.product-gallery .popup {
	width: auto;
	height: auto;
	min-height: auto;
	min-width: auto;
}

.popup-block {
	text-align: left;
    padding: 25px 20px 20px 20px;
}

.popup-block iframe {
    max-width: 550px;
    width: calc(100% + 20px);
    height: 1200px;
}
@media (min-width: 992px) {
    .popup-block iframe {
        width: calc(100% + 40px);
    }
}

.popup-block h2{
	font-size:18px;
	color:#00a2d0;
	margin-bottom:25px;
}

.popup-block h3{
	font-size:20px;
	color:#86a427;
	margin-bottom:10px;
}

.popup-block h3 strong{
	font-size:36px;
	display:block;
}

.popup-block p{
	font-size: 14px;
	color: #676767;
	margin-bottom: 7px;
}

.popup-block img.alignleft{
	margin-right: 25px;
}

.popup-block img.alignright{
	margin-left: 25px;
}

.close-popup{
	background:#f78b3b;
	width:55px;
	color:#FFFFFF;
	height:55px;
	line-height:55px;
	text-align:center;
	position:absolute;
	display:inline-block;
	top: 0;
	right: 0;
	cursor:pointer;
	font-size:20px;
	font-stretch:wider;
}

/*popup-product-gallery*/
.product-gallery .popup {
	width: auto;
	height: auto;
	min-height: auto;
	min-width: auto;
}
@media (min-width: 992px) {
	.product-gallery .popup {
		padding:50px;
	}
}
/*\popup-product-gallery*/

.compare-popup-message-true .popup-block{
	padding-top:65px;
}

.compare-popup-message-true .popup{
	width:300px;
}



/*\popup*/
.product-view .forget-problems{
	position:relative;
	font-size:18px;
	font-family: 'FuturaDemiC';
	left: 0;
	padding-left:35px;
	margin-bottom:15px;
}
.product-view .forget-problems samp{
	background: url('/images/sprites.png') -1075px -259px;
	width:22px;
	height:15px;
	top:10px;
}
.product-info h1{
	font-size:30px;
	color:#415366;
	font-family: 'DinCyMd';
	margin-bottom:25px;
}
.product-info-options{
	margin-bottom:25px;
}
.product-info-options span{
	display:block;
}
.product-price{
	border-top:#e8e8e8 solid 1px;
	margin-top:30px;
	padding-top:20px;
	margin-bottom:30px;
}

.product-price strong{
	display:inline-block;
	font-size:24px;
	color:#616161;
	text-decoration:line-through;
	position:relative;
	padding-right:20px;
	margin-right:10px;
	font-weight:normal;
}

.product-price	strong samp{
	background: url('/images/sprites.png') -1098px -259px;
	width:6px;
	height:11px;
	position:absolute;
	right: 0;
	top: 13px;
}

.product-price span{
	display:inline-block;
	font-size:24px;
	color:#f78b3b;
	font-weight:bold;
	position:relative;
	padding-right:20px;
	margin-right:20px;
}

.product-price span em{
	font-style:normal;
	color:#616161;
	font-weight:normal;
}

.product-buy-now{
	min-height: 80px;
	padding: 18px 16px;
	background-color:#30a4c1;
	margin-bottom:15px;
}
@media (min-width: 992px) {
	.product-buy-now{
		/*width: 335px;*/
		padding: 16px;
	}
}

.product-buy-now fieldset>div:first-child{
	margin-left: 0;
}

.product-buy-now div{
	display:inline-block;
	margin-left: 8px;
}

.product-buy-now div input[type="text"]{
	width:45px;
	text-align:center;
	height:45px;
	font-size:18px;
	color:#616161;
	line-height:45px;
	border:none;
	background-color:#f7f7f7;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.basket-icon{
	background: url('/images/sprites.png') -869px -315px;
	width:36px;
	height:31px;
	position:relative;
	top:10px;
}

.product-buy-now div input[type="button"], .product-buy-now div input[type="submit"]{
	background: url('/images/sprites.png') -702px -315px;
	width:166px;
	height:47px;
	line-height:47px;
	font-size:16px;
	color:#FFFFFF;
	position:relative;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
}

.product-buy-now input[type="button"].add_to_cart {
	width: 132px;
}

.plus-comparison{
	padding-left:25px;
	display:block;
	width: 200px;
	position:relative;
	font-size:14px;
	color:#46596d;
	font-family: 'FuturaDemiC';
	text-decoration:none;
	text-transform:uppercase;
}
.plus-comparison samp{
	background: url('/images/sprites.png') -906px -315px;
	width:14px;
	height:15px;
	position:absolute;
	top: 0;
	left: 0;
}

.question-answer-box{
	border-top:#e5e5e5 solid 1px;
	text-align:center;
	margin-bottom:50px;
}

.question-answer-box h2{
	display: inline-block;
	background-color: #FFFFFF;
	position: relative;
	padding: 0 20px;
	top: -13px;
	font-family: 'DinCyMd';
	color:#415366;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:15px;
}

.question-answer {
	text-align:left;
	display:inline-block;
	margin-bottom:30px;
}
@media (min-width: 992px) {
	.question-answer {
		width:700px;
	}
}

.question-answer-left {
	padding-right: 35px;
	position:relative;
}
@media (min-width: 992px) {
	.question-answer-left {
		float:left;
		width:185px;
	}
}

.question-answer-left samp{
	background: url('/images/sprites.png') -921px -315px;
	position:absolute;
	top:2px;
	right: 0;
	width:7px;
	height:13px;
}

.question-answer-left h3{
	display:block;
	font-size:14px;
	color:#f7903b;
	margin-bottom:15px;
}

.question-answer-left p{
	font-size:14px;
	color:#e37a2c;
	font-style:italic;
}

.question-answer-right {
	float: none;
}
@media (min-width: 992px) {
	.question-answer-right {
		float: right;
		width:460px;
	}
}

.question-answer-right h3{
	font-size:14px;
	color:#616161;
	margin-bottom:15px;
}

.question-answer-right p{
	font-size:14px;
	color:#616161;
	font-style:italic;
}

.question-answer-more{
	text-align: center;
}

.question-answer-more a{
	display:inline-block;
	font-size:12px;
	color:#f79f3b;
	height:30px;
	line-height:30px;
	background-color:#f7f6ee;
	text-decoration:none;
	padding:0 27px;
	text-transform:lowercase;

	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
	behavior:url('pie.htc');
}

.product-page .good-know-more{
	border-top: none;
	border-bottom:#CCCCCC solid 1px;
	padding-bottom:40px;
}

.product-page .good-know-more strong a{
	background-color: #f78b3b;
	color: #FFFFFF;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0 23px;
}

.product-page .good-know-block li{
	margin-bottom:40px;
}

.product-page .bestsellers-prev{
	left:5px;
}

.product-page .bestsellers-next{
	right:5px;
}

.product-page .bestsellers-block{
	margin-bottom:65px;
}

.you-looked-next samp{
	background:url('/images/sprites.png') -929px -315px;
	width: 11px;
	height: 21px;
	display: inline-block;
}

.you-looked-next{
	background-color:#FFFFFF;
	width: 11px;
	height: 21px;
	display: block;
	padding-left:20px;
	position: absolute;
	right: 0px;
	top: -11px;
	cursor:pointer;
}

.you-looked-prev samp{
	background:url('/images/sprites.png') -941px -315px;
	width: 11px;
	height: 21px;
	display: inline-block;
}

.you-looked-prev{
	background-color:#FFFFFF;
	width: 11px;
	height: 21px;
	padding-right:20px;
	display: block;
	position: absolute;
	left: 0;
	top: -11px;
	cursor:pointer;
}

.you-looked-box{
	position:relative;
}

.product-page .tab-box h2{
	font-size:30px;
	color:#415366;
	font-family: 'DinCyRg';
	margin-top:22px;
	margin-bottom:22px;
}

.product-page .tab-box>div>h3{
	font-size:18px;
	color:#415366;
	font-family: 'DinCyRg';
	margin-bottom:20px;
	text-transform:uppercase;
}

.product-page .tab-box table{
	width: 100%;
	border-top:#f78b3b solid 4px;
	margin-bottom:35px;
}

.product-page .tab-box table td{
	border-right:#eaeaea solid 1px;
	border-bottom:#eaeaea solid 1px;
	padding:15px 13px 15px 17px;
	font-size:14px;
	color:#46596d;
}

.product-page .tab-box table tr td:first-child{
	border-left:#eaeaea solid 1px;
	background-color:#fafafa;
	width:307px;
}

.tab-box #tab2, .tab-box #tab3, .tab-box #tab4{
	margin-bottom:50px;
}

.product-certificates-box{
	display:inline-block;
}
@media (min-width: 992px) {
    .product-certificates-box{
        width:750px;
    }
}

.product-certificates-box li{
	width:220px;
	float:left;
	margin:0 20px 20px 0;
}
.product-certificates-box li img{
	width:220px;
	display:block;
}

.product-certificates-box li.clear{
	float:none;
	display:block;
	width:700px;
	height: 0;
	max-height: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
	clear:both;
}

.product-examples{
	width:750px;
	display:inline-block;
	margin-bottom:20px;
}

.product-examples-block{
	float:left;
	width:218px;
	min-height:295px;
	margin:0px 20px 20px 0px;
	border:#ededed solid 1px;
}

.product-examples-img{
	width:220px;
	height:220px;
	overflow:hidden;
	display:block;
	position: relative;
	top:-1px;
	left:-1px;
	margin-bottom:18px;
}

.product-examples-img img{
	min-width:220px;
	min-height:220px;
	display:block;
}

.product-examples .claer{
	float:none;
	display:block;
	width:700px;
	height: 0;
	max-height: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
	clear:both;
}

.product-examples-block h3{
	font-size:14px;
	text-align:center;
	padding:0px 10px;
}

.product-examples-block h3 a{
	color:#30a4c1;
}

.product-examples-all-link{
	text-align:center;
}

.product-examples-all-link a{
	background-color: #f78b3b;
	color: #FFFFFF;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0px 23px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	behavior: url('pie.htc');
}

.fancybox-product-examples-title{
	padding: 0 45px 15px 45px;
}

.fancybox-popup-title{
	padding: 0 0 15px 0;
	text-align:center;
}

.product-info-more-link{
	text-align:center;
	margin-top:15px;
}

.product-info-more-link>a{
	font-style:italic;
	font-size:13px;
	color:#30a3c2;
}

.product-info-more-content{
	display:none;
}

.product-price{
	margin-top: 20px;
}

.product-info-view .popup{
	width: auto;
	max-width: 90%;
}
@media (min-width: 992px) {
	.product-info-view .popup{
		width:700px;
		max-width: 570px;
	}
}

.popup-window.product-info-view h2{
	font-size:30px;
	color:#415366;
	font-family: 'DinCyRg';
	width: 610px;
	margin-bottom:25px;
}

.popup-window.product-info-view p{
	margin-bottom:15px;
}

.hit-selling samp{
	background: url('/images/sprites.png') 0 -438px;
	width:36px;
	height:37px;
	position:absolute;
	left: 0;
	top: 0;
}

.product-view .hit-selling samp{
	background: url('/images/sprites.png') 0 -438px;
	width:36px;
	height:37px;
	position:absolute;
	left: 0;
	top: 0;
}

.product-view div.hit-selling{
	padding-left:50px;

}
.new-product samp{
	background: url('/images/sprites.png') -37px -438px;
	width:36px;
	height:37px;
	position:absolute;
	left: 0;
	top: 0;
}

.product-view .new-product samp{
	background: url('/images/sprites.png') -37px -438px;
	width:36px;
	height:37px;
	position:absolute;
	left: 0;
	top: 0;
}
.new-product{
	padding-left:45px;

}
.best-climate.new-product{
	padding-top:8px;
}
.best-climate.hit-selling{
	padding-left:50px;
	padding-top:8px;
}
.sale-product samp{
	background: url('/images/sprites.png') -74px -438px;
	width:36px;
	height:37px;
	position:absolute;
	left:-5px;
	top:0;
}
.product-view .sale-product samp{
	background: url('/images/sprites.png') -74px -438px;
	width:36px;
	height:37px;
	position:absolute;
	left:-1px;
	top:0;
}
.sale-product{
	padding-left:37px;
	padding-top:8px;
}
.best-climate.sale-product{
	padding-left:45px;
}

.product-catalog-price-sale + a.product-catalog-price, .product-catalog-list-price-sale + a.product-catalog-list-price{
	top:26px;
}

.product-catalog-price-sale, .product-catalog-list-price-sale{
	color:#5c5c5c;
	font-size:14px;
	position:absolute;
	top:10px;
	left:14px;
	text-decoration: line-through;
}

.product-catalog-list-price-sale{
	left:31px;
}

.catalog-you-looked{
	margin-top:35px;

}
/*\product-page****************************************************************/

/*profile*****************************************************************************/
input, textarea, select, button{
	outline:none;
}

.breadcrumbs li:first-child{
	padding-left: 0;
}

.menu-product-info li a{
	font-weight:bold;
}

.profile .menu-product-info li a{
	padding: 0 35px;
}

.profile .breadcrumbs{
	margin-bottom:15px;
	border-bottom: #46596d solid 1px;
}

.profile .tab-box>div#tab1{
	padding-top:35px;
}

.profile-info{
	margin-bottom:45px;
}

.profile-info > div:first-child{
	border-top:#e6e6e6 solid 1px;
}

.profile-info > div {
	border-bottom:#e6e6e6 solid 1px;
	padding:17px 20px;
	display:inline-block;
}
@media (min-width: 992px) {
	.profile-info > div {
		width:700px;
	}
}

.profile-info div .profile-info-left{
	width:110px;
	float:left;
}

.profile-info div .profile-info-right{
	width:535px;
	float:right;
}

.profile-edit-button{
	text-align:center;
	margin-bottom:45px;
}

.profile-edit-open{
	font-size:12px;
	color:#f79f3b;
	width:173px;
	text-align:center;
	height:30px;
	line-height:29px;
	display:inline-block;
	border:none;
	background:#f7f6ee;
	cursor:pointer;

	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	behavior:url('pie.htc');
}

.profile-edit-open, x:-moz-any-link{
	padding-bottom:4px;
	line-height:inherit;
}

.profile-edit{
	border-top:#f78b3b solid 1px;
	background:#f7f7f7;
}

.profile-edit input[type="radio"]{
	display:none;
}

.profile-edit-top{
	text-align:center;
	background:#efefef;
	padding:20px;
}
@media (min-width: 992px) {
	.profile-edit-top{
		padding:20px 0;
	}
}

.profile-edit-top .radio-design{
	width: inherit;
}

.profile-edit-top .radio-design p:first-child{
	margin-right:50px;
}

.profile-edit-top .radio-design p{
	display:inline-block;
	width: inherit;
	margin-bottom: 0;
}

.profile-edit-top .radio-design label{
	display:inline-block;
	width: inherit;
	padding-left:30px;
}

.profile-edit-basis {
	padding: 35px 15px 25px 15px;
}
@media (min-width: 992px) {
	.profile-edit-basis {
		padding: 35px 169px 25px 145px;
	}
}

.profile-edit-basis > div{
	width: 100%;
	display:inline-block;
	margin-bottom:10px;
}
@media (min-width: 992px) {
	.profile-edit-basis > div {
		width: 360px;
	}
}

.profile-edit-basis > div > label{
	width:120px;
	float:left;
	line-height:34px;
}

.profile-edit-basis > div > label span{
	font-size:24px;
	color:#f78b3b;

}

.profile-edit-basis > div > input[type="text"], .profile-edit-phone-code input[type="text"] {
	width: 100%;
	padding: 0 10px;
	height: 33px;
	line-height: 32px;
	border: #e1e1e1 solid 1px;
	font-size: 14px;
	color: #8b8b8b;
	background: #FFFFFF;
}
@media (min-width: 992px) {
	.profile-edit-basis > div > input[type="text"], .profile-edit-phone-code input[type="text"] {
		width:230px;
		float:right;
	}
}

.profile-edit-phone-code input[type="text"]{
	width: 100%;
}
@media (min-width: 992px) {
	.profile-edit-phone-code input[type="text"]{
		float: left;
		width: 230px;
		padding-left: 43px;
	}
}

.profile-edit-basis > div.profile-edit-house-ap{
	padding-left: 91px;
	width: 295px;
}

.profile-edit-basis > div.profile-edit-house-ap>label{
	float: none;
	line-height: 34px;
	margin-right:7px;
	display:inline-block;
	width: auto;
}

.profile-edit-basis > div.profile-edit-house-ap input[type="text"]{
	width:26px;
	float:none;
	display:inline-block;
	margin-right:8px;
}

.profile-edit-basis > div.profile-edit-house-ap input#profile-edit-apartment[type="text"]{
	width:25px;
}

.profile-edit-phone-code {
	width: 100%;
	position: relative;
	float: left;
}
@media (min-width: 992px) {
	.profile-edit-phone-code {
		float: right;
		width: 230px;
	}
}

.profile-edit-phone-code span{
	position:absolute;
	top:1px;
	left:1px;
	width:33px;
	height:33px;
	line-height:32px;
	text-align:center;
	background:#eeeeee;
	color:#8b8b8b;
	font-size:14px;
}

.profile-edit-basis > div > input[readonly="readonly"]{
	background:#eeeeee;
}

#profile-edit-email{
	text-decoration:underline;
}

.profile-edit-basis input[type="submit"]{
	display:block;
	margin:20px auto 0 auto;
	width:119px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	height:40px;
	line-height:38px;
	background:#f78b3b;
	border:none;
	cursor:pointer;
	position:relative;
	left:7px;
}

.profile-edit-password {
	padding-top:35px;
	padding-bottom:25px;
	padding-left: 15px;
	padding-right: 15px;
	border-top:#e6e6e6 solid 1px;
}
@media (min-width: 992px) {
	.profile-edit-password {
		padding-left:145px;
		padding-right:169px;
	}
}

.profile-edit-password h3{
	font-size:14px;
	color:#616161;
	line-height:inherit;
	margin-bottom:30px;
}

.profile-edit-password input[type="password"] {
	width: 100%;
	padding: 0 10px;
	height: 33px;
	line-height: 32px;
	border: #e1e1e1 solid 1px;
	font-size: 14px;
	color: #8b8b8b;
	background: #FFFFFF;
	margin-bottom:10px;
}
@media (min-width: 992px) {
	.profile-edit-password input[type="password"] {
		width: 230px;
		float: right;
	}
}

.profile-edit-password div span {
	width: 390px;
	display: block;
	font-size: 12px;
	color: #9a9999;
}
@media (min-width: 992px) {
	.profile-edit-password div span {
		padding-left: 160px;
	}
}

.profile-edit-password div {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	.profile-edit-password div {
		width: 385px;
	}
}

.profile-edit-password label {
	width: 120px;
	line-height: 34px;
}
@media (min-width: 992px) {
	.profile-edit-password label {
		float: left;
	}
}

.profile-edit-password input[type="submit"] {
  display: block;
  margin: 10px auto 0 auto;
  width: 119px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  height: 40px;
  line-height: 38px;
  background: #f78b3b;
  border: none;
  cursor: pointer;
  position: relative;
  left: 7px;
}

.profile-edit{
	display:none;
}

.profile-edit.profile-edit-visible, .page-basket-box .profile-edit{
	display:block;
}

.cause-master-popup-box .master-challenge .select-design {
	max-width: 272px;
}

.master-challenge .select-design {
	position: relative;
    width: 100%;
	max-width: 330px;
	height: 35px;
	margin-right: 5px;
    margin-left: 0;
}
@media (min-width: 992px) {
    .master-challenge .select-design {
        margin-left: 13px;
    }
}

.cause-master-popup-box .master-challenge .select-design span {
	max-width:262px;
}

.master-challenge .select-design span {
	width: 100%;
	cursor:pointer;
	padding-left:10px;
	height: 35px;
	line-height: 34px;
	overflow:hidden;
	white-space: nowrap;
	border:#dfdfdf solid 1px;
	display:block;
	background-color:#FFFFFF;
	color:#616161;
	font-size:14px;
}

.master-challenge .select-design samp{
	background: url('/images/master-challenge-select-design-samp.jpg');
	width:35px;
	height:33px;
	position:absolute;
	top: 1px;
	right: 1px;
	cursor:pointer;
}

.master-challenge .select-design select{
	padding:10px;
	display:none;
	position:absolute;
	left: 0;
	top:34px;
	z-index:100;
	min-width:274px;

	border:#dfdfdf solid 1px;
	background-color:#FFFFFF;
	font-size:14px;
	color:#616161;
}

.select-design select option{
	padding: 5px 0;
	cursor:pointer;
}

.master-challenge .select-design.visible select{
	display:block;
}

.master-challenge input[type="checkbox"]{
	display:none;
}


.profile .tab-box>div#tab3{
	padding-top:10px;
}

.master-challenge{
	background:#f7f7f7;
	padding-top:30px;
	padding-bottom:20px;
}

.master-challenge form fieldset > div {
	margin-bottom:30px;
	display:inline-block;
	width: 100%;
}
@media (min-width: 992px) {
	.master-challenge form fieldset > div {
		padding-left:60px;
		padding-right:80px;
		/*width:560px;*/
	}
}

.master-challenge form fieldset > div > label {
	width: 100%;
    float: none;
}
@media (min-width: 530px) {
    .master-challenge form fieldset > div > label {
        width: 180px;
        float: left;
    }
}

.master-challenge form fieldset>div.master-challenge-direction>label, .master-challenge form fieldset>div.master-challenge-amount>label{
	line-height: 22px;
}
@media (min-width: 530px) {
    .master-challenge form fieldset>div.master-challenge-direction>label, .master-challenge form fieldset>div.master-challenge-amount>label{
        line-height: 35px;
    }
}

.master-challenge form fieldset > div > div {
	width: 100%;
	float: none;
}
@media (min-width: 530px) {
    .master-challenge form fieldset > div > div {
        width: 272px;
        float: right;
    }
}

.master-challenge input[type="text"] {
	width: 49px;
	padding: 0 10px;
	height: 33px;
	line-height: 32px;
	border: #e1e1e1 solid 1px;
	float: left;
	font-size: 14px;
	color: #8b8b8b;
	background: #FFFFFF;
	display:inline-block;
}
@media (min-width: 530px) {
    .master-challenge input[type="text"] {
        float: right;
    }
}

.master-challenge fieldset > div > span {
	display:inline-block;
	line-height:33px;
	margin-left:10px;
	font-size:14px;
	color:#616161;
	margin-right: 20px;
}
@media (min-width: 992px) {
	.master-challenge fieldset > div > span {
		float:right;
		margin-right: 256px;
	}
}

.master-challenge textarea {
	width: 100%;
	padding:10px;
	height: 85px;
	border: #e1e1e1 solid 1px;
	float: none;
	font-size: 14px;
	color: #8b8b8b;
	background: #FFFFFF;
	display:inline-block;
	resize:vertical;
}
@media (min-width: 530px) {
    .master-challenge textarea {
        float: right;
		width: 336px;
    }
}

.master-challenge form fieldset>div>div.checkbox-design{
	width:358px;
}

.master-challenge .checkbox-design p{
	width:358px;
}

.master-challenge .checkbox-design p label{
	padding-left:30px;
}

.master-challenge-time .select-design{
	width:89px;
	margin-right:10px;
	display:inline-block;
	vertical-align:top;
}

.master-challenge-time .select-design span{
	width: 89px;
}

.master-challenge-time .select-design select{
	min-width:91px;
}

.master-challenge form fieldset>div.master-challenge-time>div{
	width:358px;
}

.master-challenge-time em{
	display:inline-block;
	vertical-align:top;
	line-height:35px;
	/*margin-right:15px;*/
}

.master-challenge-submit{
	border-top:#e3e3e3 solid 1px;
	padding-top:30px;
	margin-top:30px;
}

.master-challenge input[type="submit"], .master-challenge input[type="button"]{
	width:200px;
	height:45px;
	background:#f78b3b;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	display:block;
	margin:10px auto 0 auto;

	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-khtml-border-radius:30px;
	border-radius:30px;
	behavior:url('pie.htc');
}

.master-challenge .checkbox-design label{
	background: no-repeat url('/images/master-checkbox-design-label.png') top left;
}

.master-challenge .checkbox-design label.current{
	background-position:bottom left;
}

.my-orders-requests{
	position:relative;
}

.filter-orders-open {
	background: none;
	border: none;
	font-size: 14px;
	color: #30a4c1;
	text-decoration: underline;
	cursor: pointer;
	position: relative;
	left: 20px;
}
@media (min-width: 992px) {
	.filter-orders-open {
		position: absolute;
		top: 0;
		right: 1px;
		left: auto;
	}
}

.menu-my-orders-requests {
	padding-top: 10px;
	padding-left: 20px;
	display: inline-block;
	width: 100%;
	border-bottom: #f78b3b solid 1px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
@media (min-width: 992px) {
	.menu-my-orders-requests {
		padding-top: 0;
		/*width: 680px;*/
	}
}

.menu-my-orders-requests ul li{
	float:left;
	margin-right:30px;
	font-size:16px;
	color:#46596d;
	text-decoration:none;
	cursor:pointer;
	position:relative;
	z-index:2000;
}

.menu-my-orders-requests ul li.current{
	font-weight:bold;
	color:#f78b3b;
}

.profile .tab-box>div#tab2 {
  padding-top: 10px;
}

.order-element{
	margin-bottom:20px;
	display:none;
}

.order-element.order-element-visible{
	display:block;
}

.order-processing .order-element-top{
	color:#FFFFFF;
	background:#f78b3b;
}

.order-made .order-element-top{
	color:#616161;
	background:#f2f2f2;
}

.order-element-top{
	min-height:55px;
	line-height:55px;
	padding-left:25px;
	display: block;
	overflow:hidden;
	max-width:675px;
	width: 100%;
	position:relative;
	cursor:pointer;
}

.order-element-top span{
	display:inline-block;
	vertical-align:top;
	float:left;
}

.order-element-top em{
	display:inline-block;
	vertical-align:top;
	float:right;
	margin-right:100px;
	position:relative;
	padding-left:25px;
	font-style:normal;
}

.order-made .order-element-top em{
	color:#4ed470;
}

.order-element-top em>samp{
	position:absolute;
	top:19px;
	left: 0;
	width:14px;
	height:14px;
	background:#FFFFFF;

	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	behavior:url('pie.htc');
}

.order-made .order-element-top em>samp{
	background:#4ed470;
}
.order-element-top>samp{
	background: url('/images/sprites.png') -111px -438px;
	width:26px;
	height:26px;
	position:absolute;
	top:15px;
	right:15px;
}
.order-made .order-element-top>samp, .order-new .order-element-top>samp, .order-cancel .order-element-top>samp{
	background: url('/images/sprites.png') -138px -438px;
}

.order-element-info{
	border-left:#e6e6e6 solid 1px;
	border-right:#e6e6e6 solid 1px;
	border-bottom:#f78b3b solid 1px;
	padding-top:25px;
	width:698px;
	display:none;
}

.order-element-info.order-element-info-visible{
	display:inline-block;
}

.order-element-info h3{
	margin-bottom:20px;
}

.order-element-info-left{
	width:210px;
	float:left;
	margin-bottom:30px;
	margin-left:20px;
}

.order-element-info-left div{
	margin-bottom:5px;
	display:inline-block;
	width:200px;
}

.order-element-info-left div strong{
	width:100px;
	display:block;
	float:left;
	font-weight:normal;
}

.order-element-info-left div span{
	width:95px;
	display:block;
	float:right;
	text-align:right;
}

.order-element-info-left div em{
	font-weight:bold;
	font-style:normal;
}

.order-element-info-right{
	width:425px;
	float:right;
	margin-bottom:30px;
	margin-right:20px;
}

.order-element-info-right span, .order-element-info-right strong{
	display:block;
	margin-bottom:5px;
}

.order-element-info-bottom{
	clear:both;
	border-top:#e6e6e6 solid 1px;
	padding:15px 20px;
	display:inline-block;
	width:658px;
}

.composition-order-open{
	background:none;
	border:none;
	font-size:14px;
	color:#30a4c1;
	text-decoration:underline;
	cursor:pointer;
	line-height:45px;
	height:45px;
	float:left;
}

.order-element-pay-open{
  width: 161px;
  height: 45px;
  float:right;
  background: #f78b3b;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
  behavior: url('pie.htc');
  letter-spacing:2px;
}

.composition-order-box table{
	width:698px;
}

.composition-order-box table td{
	padding:15px;
	border-top:#e6e6e6 solid 1px;
	text-align:center;
}

.composition-order-box table td img{
	width:78px;
}


.composition-order-box table thead td{
	background:#f7f7f7;
	font-size:12px;
	font-weight:bold;
}

.composition-order-box{
	display:none;
}

.composition-order-box.composition-order-box-visible{
	display:block;
}

.filter-orders-popup {
	position:relative;
	top:-14px;
	left: 0;
	display:none;
	z-index:1000;
}
@media (min-width: 992px) {
	.filter-orders-popup {
		width:700px;
	}
}

.filter-orders-popup.filter-orders-popup-visible{
	display: block;
}

.filter-orders-popup-top{
	text-align:right;
	border-bottom:#f78b3b solid 6px;
	position:relative;
	z-index:1000;
}

.filter-orders-close{
	width:155px;
	height:55px;
	line-height:55px;
	background:#f78b3b;
	border:none;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
	cursor:pointer;
}

/*select*/

.filter-orders-popup .select-design {
	position: relative;
	width: 284px;
	height: 35px;
	margin-bottom:25px;
}

.filter-orders-popup .select-design span {
	width: 287px;
	cursor: pointer;
	padding-left: 10px;
	height: 35px;
	line-height:33px;
	overflow:hidden;
	white-space: nowrap;
	border:#dfdfdf solid 1px;
	display:block;
	background-color:#FFFFFF;
	color:#616161;
	font-size:14px;
}

.filter-orders-popup .select-design samp{
	background: url('/images/master-challenge-select-design-samp.jpg');
	width:35px;
	height:33px;
	position:absolute;
	top:1px;
	right:-1px;
	cursor:pointer;
}

.filter-orders-popup .select-design select{
	padding:10px;
	display:none;
	position:absolute;
	left: 0;
	top:34px;
	z-index:100;
	min-width:307px;

	border:#dfdfdf solid 1px;
	background-color:#FFFFFF;
	font-size:14px;
	color:#616161;
}
/*select*/

.filter-orders-popup .select-design.visible select{
	display:block;
}

.filter-orders-popup input[type="checkbox"]{
	display:none;
}

.filter-orders-popup-block{
	-webkit-box-shadow: 0px 1px 4px 0px #999999;
	-moz-box-shadow: 0px 1px 4px 0px #999999;
	box-shadow: 0px 1px 4px 0px #999999;

	background:#f2f2f2;
	position:relative;
	z-index:100;
	padding-top:30px;
}

.filter-orders-popup-basic {
	display: inline-block;
	padding-bottom: 30px;
}
@media (min-width: 992px) {
	.filter-orders-popup-basic {
		width:700px;
	}
}

.filterorders-left{
	width:420px;
	margin-left:33px;
	float:left;
}

.filterorders-left h3, .filterorders-right h3{
	font-size:14px;
	color:#46596d;
	margin-bottom:25px;

}

.filterorders-right {
	/*width: 210px;*/
	/*float: right;*/
	/*margin-right:20px;*/
	font-size:12px;
	color:#5d5d5d;
}

.filterorders-radio{
	width:110px;
	float:left;
	padding-top:10px;
}

.filterorders-select{
	width: 285px;
	float: left;
}

.filterorders-submit{
	clear:both;
}

.filterorders-left input[type="radio"] {
	display:none;
}

.filterorders-left .radio-design {
	width:110px;
}

.filterorders-left .radio-design p {
	width: 100%;
}
@media (min-width: 992px) {
	.filterorders-left .radio-design p {
		float: none;
		margin-bottom: 29px;
	}
}

.filterorders-left .radio-design label {
	background: no-repeat url('/images/filterorders-radio-radio-design-label.png') top left;
	padding-left:30px;
	width: 105px;
}

.filterorders-left .radio-design label.current {
	background-position: bottom left;
}

.filterorders-theperiod>div{
	display:inline-block;
}

.filterorders-theperiod .select-design.theperiod-day {
	width:63px;
	margin-right:10px;
}

.filterorders-theperiod .select-design.theperiod-day span {
	width: 65px;
}

.filterorders-theperiod .select-design.theperiod-day select {
	min-width:65px;
}

.filterorders-theperiod .select-design.theperiod-month{
	width: 112px;
	margin-right: 10px;
}

.filterorders-theperiod .select-design.theperiod-month span{
	width: 114px;
}

.filterorders-theperiod .select-design.theperiod-month select{
	min-width: 114px;
}

.filterorders-theperiod .select-design.theperiod-year{
	width:81px;
}

.filterorders-theperiod .select-design.theperiod-year span{
	width: 83px;
}

.filterorders-theperiod .select-design.theperiod-year select{
	min-width:83px;
}

.filterorders-right-top{
	margin-bottom:20px;
}

.filterorders-right-top span{
	display:block;
	margin-bottom:5px;
}

.filterorders-right-bottom strong{
	display:block;
	margin-bottom:5px;
}

.filterorders-submit input[type="submit"], .filterorders-submit input[type="button"] {
	display: block;
	margin-left: 143px;
	width: 119px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	background: #f78b3b;
	border: none;
	cursor: pointer;
	position: relative;
	left: 7px;
}

.filterorders-submit input[type="submit"], x:-moz-any-link{
	padding-bottom:2px;
	line-height:inherit;
}

.filter-orders-popup-info{
	display:none;
	border-top:#e2e2e2 solid 1px;
	padding: 30px 0;
	text-align:center;
	font-size:18px;
	color:#46596d;
	font-weight:bold;
}

.filter-orders-popup-info.filter-orders-popup-info-visible{
	display: block;
}

.order-element-pay .popup{
	width:700px;
	background:#f7f7f7;
	border:#e6e6e6 solid 1px;
}

.order-element-pay .close-popup{
	top:-1px;
	right:-1px;
}

.order-element-pay .popup-block{
	padding:50px 62px;
}

.order-element-pay .popup-block h2{
	border-bottom:#dcdcdc solid 1px;
	font-size:24px;
	color:#686868;
	font-weight:normal;
	padding-bottom:45px;
}

.order-element-pay .popup-block p{
	margin-bottom:20px;
}

.order-element-pay .popup-block form{
	margin-top:30px;
}

.order-element-pay .popup-block fieldset>div{
	width:576px;
	display:inline-block;
	margin-bottom:20px;
}

.order-element-pay .popup-block label{
	width:120px;
	float:left;
	line-height:33px;
}

.order-element-pay .popup-block input[type="text"]{
	width:210px;
	padding:0 10px;
	height:33px;
	background:#FFFFFF;
	color:#383838;
	font-size:14px;
	border:#dfdfdf solid 1px;
}

.order-element-pay .popup-block textarea{
	width:405px;
	padding:10px;
	height:75px;
	resize:vertical;
	min-height:75px;
	background:#FFFFFF;
	color:#383838;
	font-size:14px;
	border:#dfdfdf solid 1px;
}

.prepayment-submit{
	padding-left:120px;
	width:456px;
	display:inline-block;
}

.prepayment-visa{
	background:#FFFFFF url('/images/prepayment-visa.jpg');
	width:200px;
	height:78px;
	border:none;
	cursor:pointer;
	margin-right:25px;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.prepayment-robokassa{
	background:#FFFFFF url('/images/prepayment-robokassa.jpg');
	width:200px;
	height:78px;
	border:none;
	cursor:pointer;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}






.product-basket table{
	width:698px;
	border-left:#e6e6e6 solid 1px;
	border-right:#e6e6e6 solid 1px;
	border-bottom:#f78b3b solid 1px;

}

.product-basket table td{
	padding:15px;
	border-top:#e6e6e6 solid 1px;
	text-align:center;
}

.product-basket table td img{
	width:78px;
}


.product-basket table thead td{
	background:#f7f7f7;
	font-size:12px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
}

.product-basket table thead tr td:first-child{
	text-align:left;
	padding-left:25px;
}

.page-basket-box p{
	margin-bottom:25px;

}

.product-basket{
	margin-top:10px;

}

.product-basket span{
	display:block;
	margin-top:10px;
	font-size:12px;
}

.product-basket-first{
	width:78px;

}


.product-basket table tbody tr td:first-child + td{
	text-align:left;
}

.product-basket table tbody tr td:first-child + td, .product-basket table thead tr td:first-child + td{
	width:168px;
}

.product-basket-remove{
	background:#FFFFFF url('/images/product-basket-remove.png');
	border:none;
	width:23px;
	height:23px;
	cursor:pointer;
	position:relative;
	left:-5px;
}

.product-basket-count{
	width:111px;
	height:37px;
	border:#dfdfdf solid 1px;
	text-align:center;
	position:relative;
	margin:0 auto;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.product-basket-count input[type="text"]{
	width:37px;
	height:35px;
	background:#FFFFFF;
	border:none;
	text-align:center;
	line-height:35px;
	display:inline-block;
	vertical-align:top;
}

.product-basket-count-top, .product-count-top{
	background:#f0f0f0 url('/images/product-basket-count-top.png') center center no-repeat;
	width:36px;
	height:35px;
	border:none;
	display:inline-block;
	vertical-align:top;
	position:absolute;
	top: 0;
	right: 0;
	cursor:pointer;
}

.product-basket-count-bottom, .product-count-bottom{
	background:#f0f0f0 url('/images/product-basket-count-bottom.png') center center no-repeat;
	width:36px;
	height:35px;
	border:none;
	display:inline-block;
	vertical-align:top;
	position:absolute;
	top: 0;
	left: 0;
	cursor:pointer;
}

.product-count {
	width: 115px;
	height: 47px;
	border: #dfdfdf solid 1px;
	text-align: center;
	position: relative;
	margin: 0 auto;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url('pie.htc');
}

.product-count button {
	outline: none;
}

.product-count .product-count-top {
	height: 45px;
}

.product-count .product-count-bottom {
	height: 45px;
}

.basket-order-amount{
	border-left:#e6e6e6 solid 1px;
	border-right:#e6e6e6 solid 1px;
	border-bottom:#e6e6e6 solid 1px;
	width: 100%;
	max-width: 696px;
	margin-bottom:25px;
}

.basket-order-amount-top{
	text-align:right;
	margin-bottom:40px;
}

.basket-order-amount-top span{
	display:inline-block;
	text-align:center;
	width:300px;
	height:56px;
	line-height:56px;
	color:#FFFFFF;
	font-size:18px;
	background:#f78b3b;
}

.basket-order-amount-top strong{
	font-size:24px;
	font-weight:normal;
}

.basket-order-amount-bottom{
	display:inline-block;
	width:653px;
	padding:0px 20px 40px 23px;
}

.basket-order-amount-left{
	float:left;
	width:325px;
}

.basket-order-amount-left strong{
	display:table;
	width:325px;
	height:120px;
	font-weight:normal;
}

.basket-order-amount-left span{
	display:table-cell;
	vertical-align:middle;
}

.basket-order-amount-right{
	float:right;
	width:281px;
}

.basket-order-amount-enter{
	display:inline-block;
	vertical-align:top;
	width:133px;
	margin-right:20px;
	margin-bottom:25px;
}

.basket-order-amount-enter strong{
	font-size:14px;
	color:#616161;
	width:145px;
	display:inline-block;
	margin-bottom:25px;
}

.basket-order-amount-enter input{
	width:113px;
	padding:0px 10px;
	height:37px;
	border:#dfdfdf solid 1px;
}

.basket-order-amount-submit{
	display:inline-block;
	vertical-align:top;
	width:123px;
	margin-bottom:25px;
	position:relative;
	left:5px;
}

.basket-order-amount-submit a{
	display:inline-block;
	margin-bottom:25px;
}

.basket-order-amount-apply{
    width: 123px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    line-height: 38px;
    background: #cccccc;
    border: none;
    cursor: pointer;

	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	behavior:url('pie.htc');
}

.basket-order-amount-sale{
	font-size:18px;
	color:#686868;
}

.basket-order-amount-sale strong{
	font-size:24px;
	font-weight:normal;
}

.page-basket-box h2{
	font-size:18px;
	color:#686868;
	font-weight:normal;
	margin-bottom:30px;
	padding-left:60px;
	position:relative;
}

.page-basket-box h2 em{
	display:inline-block;
	position:absolute;
	top:-10px;
	left:0;
	width:38px;
	height:38px;
	line-height:38px;
	text-align:center;
	border:#e0e0e0 solid 1px;
	font-size:14px;
	color:#686868;
	font-weight:bold;
	font-style:normal;

	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-khtml-border-radius:25px;
	border-radius:25px;
	behavior:url('pie.htc');
}

.page-basket-box .profile-edit{
	margin-bottom:40px;
}

.page-basket-block {
	background:#f7f7f7;
	border-top:#f78b3b solid 1px;
	padding: 10px;
	margin-bottom:40px;
}
@media (min-width: 992px) {
	.page-basket-block {
		padding:28px 40px 35px 40px;
	}
}

.shipping-method-error {
	background:#cccccc;
	color:#FFFFFF;
	padding:14px 21px 13px 21px;
	font-weight:bold;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.page-basket-block.basket-desired-time-comment > div {
/*	display:inline-block;
	width:535px;*/
}

.page-basket-block > div > label {
	font-size:14px;
	color:#616161;
	font-weight:bold;
	float:left;
	width:180px;
}

.page-basket-block > div > label > span {
	font-size:12px;
	color:#616161;
	font-weight:normal;
	display:block;
	margin-top:7px;
}

.page-basket-block textarea {
	/*float:right;*/
	width: 100%;
	max-width: 350px;
}

.basket-desired-time input[type="radio"]{
	display:none;
}

.basket-desired-time .radio-design{
	width:100%;
}

.basket-desired-time .radio-design p{
	width: 100%;
	float:none;
	margin-bottom:29px;
}

.basket-desired-time .radio-design p em{
	font-size:12px;
	color:#fd730d;
	font-weight:normal;
	font-style:normal;
	display:inline-block;
	margin-left:5px;
}

.basket-desired-time .radio-design label{
	background: no-repeat url('/images/filterorders-radio-radio-design-label.png') top left;
	padding-left:30px;
	font-weight:bold;
	display:inline-block;
	width:auto;
	margin-right:5px;
	height:19px;
}

.basket-desired-time .radio-design label.current{
	background-position: bottom left;
}

.basket-desired-accept-terms input[type="checkbox"]{
	display:none;
}

.basket-desired-time input[type="text"] {
	width: 100%;
	height: 33px;
	border: #dfdfdf solid 1px;
	font-size: 14px;
	color: #616161;
	text-align: center;
	margin-left: 7px;
}
@media (min-width: 380px) {
	.basket-desired-time input[type="text"] {
		width:88px;
	}
}

.basket-desired-time p strong{
	display:inline-block;
	margin-left:10px;
}

.basket-comment label{
	text-align:right;
}

.page-basket-block textarea {
	width: 100%;
	height: 84px;
	min-height: 84px;
	resize:vertical;
	padding:10px;
	border:#dfdfdf solid 1px;
	font-size:14px;
	color:#616161;
	margin-bottom:15px;
}
@media (min-width: 992px) {
	.page-basket-block textarea {
		width: 325px;
	}
}

.page-basket-block>div.basket-desired-accept-terms>div{
	width: 340px;
}

.basket-desired-accept-terms .checkbox-design p {
	width: 100%;
	display:inline-block;
	font-size:14px;
	color:#616161;
}
@media (min-width: 992px) {
	.basket-desired-accept-terms .checkbox-design p {
		width: 100%;
	}
}

.basket-desired-accept-terms .checkbox-design {
	width: 100%;
}

.basket-desired-accept-terms .checkbox-design p label{
	width:auto;
	display:inline-block;
}

.page-basket-block.basket-desired-time-comment{
	margin-bottom:0;
}

.page-basket-bottom {
	border-bottom:#e8e8e8 solid 1px;
	border-left:#e8e8e8 solid 1px;
	border-right:#e8e8e8 solid 1px;
	padding: 30px 10px 10px 10px;
	display:inline-block;
	width: 100%;
	max-width: 698px;
	margin-bottom:40px;
}
@media (min-width: 992px) {
	.page-basket-bottom {
		padding:38px 0 40px 105px;
	}
}

.page-basket-bottom-left {

}
@media (min-width: 992px) {
	.page-basket-bottom-left {
		float:left;
		width:265px;
		text-align:right;
	}
}

.page-basket-bottom-left span{
	display:block;
	font-size:18px;
	color:#686868;
	margin-bottom:15px;
}

.page-basket-bottom-right{
	float:left;
	width:300px;
	margin-left:20px;
	margin-top: -2px;
}

.page-basket-bottom-right span {
	display:block;
	font-size: 20px;
	color:#686868;
	margin-bottom:10px;
}
@media (min-width: 992px) {
	.page-basket-bottom-right span {
		font-size: 24px;
	}
}

.page-basket-bottom-right span em {
	font-style:normal;
	color:#f78b3b;
}

.page-basket-bottom-submit {
	clear:both;
	width: 100%;
	background:#FFFFFF;
    margin: 0 auto;
    height: 10px;
}
@media (min-width: 992px) {
	.page-basket-bottom-submit {
		width:317px;
		left: -49px;
		position: relative;
		top: 26px;
	}
}

.page-basket-bottom-submit input[type="submit"] {
	width: 200px;
	height:45px;
	color:#FFFFFF;
	background:#f78b3b;
	border:none;
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
	display:block;
	margin:0 auto;
	position:relative;
	z-index:100;

	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-khtml-border-radius:30px;
	border-radius:30px;
	behavior:url('pie.htc');
}
@media (min-width: 992px) {
	.page-basket-bottom-submit input[type="submit"] {
		width:276px;
	}
}

.page-basket-bottom-submit span {
	width: 240px;
	margin:0 auto;
	height:45px;
	display:block;
	position:relative;
	z-index:0;
	top:-45px;
	background:#FFFFFF;
}
@media (min-width: 992px) {
	.page-basket-bottom-submit span {
		width: 316px;
	}
}

/*\profile****************************************************************************/


/*footer-update*/
.footer{
	background:#435568;
	position:relative;
}

.footer-box{
	margin:0 auto;
	position:relative;
	min-height: 582px;
}

.menu-footer{
	position:relative;
	display:inline-block;
}

.footer-bottom-bg{
    background: linear-gradient(180deg, #485b6f, #354657);
    min-height:60px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .footer-bottom-bg {
        background: repeat-x url('/images/footer-bottom-bg.png') top left;
    }
}
@media (min-width: 1200px) {

}

.copyright, .site-favorites-link, .site-not-public-offer, .footer-link{
	z-index:1000;
}
/*\footer-update*/

a[name="sort_panel"]{
	display:inline-block;
	position:relative;
	top:-20px;
}

/*filter options*/
.product-options-box>div{
	margin-bottom:15px;

}

.equipment-selection-form fieldset>div.product-options-box>div>label{
	font-size:14px;
	color:#46596d;
	font-weight:bold;
	margin-bottom:0;
	display: block;
}

.equipment-selection-form fieldset>div.product-options-box>div>div{
	margin-top:15px;
}

.equipment-selection-form fieldset>div.product-options-box>div>div.radio-design, .equipment-selection-form fieldset>div.product-options-box>div>div.checkbox-design{
	margin-top:0;
}

.filter-option-text input[type="text"]{
    width: 175px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 27px;
    line-height: 27px;
    border: #dedbcc solid 1px;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #616161;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    behavior: url('pie.htc');
}

.filter-option-number input {
    width: 63px;
    display: inline-block;
    padding-left: 10px;
    height: 27px;
    line-height: 27px;
    border: #dedbcc solid 1px;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #616161;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    behavior: url('pie.htc');
}

.equipment-block-one-column .checkbox-design, .equipment-block-one-column .radio-design{
	width:100px;
}
/*\filter options*/


.product-actions{
	position:relative;
	font-size:18px;
	font-family: 'FuturaDemiC';
	left: 0;
	padding-left:45px;
	margin-bottom:5px;
	min-height:36px;
}

.product-actions.hit-action samp{
	background: url('/images/sprites.png') 0px -438px;
    width: 36px;
    height: 37px;
	top:3px;
	left: 0;
	position:absolute;
}

.product-actions.sale-action samp{
    background: url('/images/sprites.png') -74px -438px;
    width: 36px;
    height: 37px;
	top:3px;
	left: 0;
	position:absolute;
}

.product-actions.new-action samp{
	background: url('/images/sprites.png') -675px -61px;
    width: 36px;
    height: 37px;
	top:3px;
	left: 0;
	position:absolute;
}


.product-actions strong{
	display:table;
	height:47px;
}

.product-actions strong{
	display: table-cell;
	vertical-align:middle;
}


/*our-solution**********************************************************************/

.clear{
	display:block !important;
	clear:both;
	width:100% !important;
	line-height:0;
	height:0;
	font-size:0;
}

/*select our-solution-filtr*/
.our-solution-filtr .select-design{
	position:relative;
	width:242px;
	height:33px;
}

.our-solution-filtr .select-design span{
	width:232px;
	cursor:pointer;
	padding-left:10px;
	height:33px;
	line-height:33px;
	overflow:hidden;
	white-space: nowrap;
	border:#dfdfdf solid 1px;
	display:block;
	background-color:#ffffff;
	font-size:14px;
	color:#616161;
}

.our-solution-filtr .select-design samp{
	background: url('/images/sprites.png') -165px -438px;
	width:25px;
	height:30px;
	position:absolute;
	top:3px;
	right:-1px;
	cursor:pointer;
}

.our-solution-filtr .select-design select{
	padding:10px;
	display:none;
	position:absolute;
	left: 0;
	top:34px;
	z-index:100;
	min-width:242px;

	border:#dfdfdf solid 1px;
	background-color:#ffffff;
	font-size:14px;
	color:#616161;
}

.our-solution-filtr .select-design.visible select{
	display:block;
}
/*\select our-solution-filtr*/

.our-solution-filtr{
	background:#f2f2f2;
	border-top:#f79248 solid 1px;
	padding:14px 5px 14px 19px;
	margin-bottom:30px;
}

.our-solution-filtr fieldset>div{
	margin-bottom:10px;
}

.our-solution-filtr form>fieldset div+div+div{
	margin-right: 0;
}

.our-solution-filtr input[type="submit"]{
	background:#f78b3b;
	width:138px;
	height:34px;
	line-height:34px;
	color:#FFFFFF;
	border:none;
	text-align:center;
	cursor:pointer;
	font-size:12px;

	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	behavior:url('pie.htc');
}

.our-solution-box{
	display:inline-block;
	max-width:750px;
}

.our-solution-item{
/*	width:218px;
	float:left;
	margin-right:19px;
	margin-bottom:19px;
	border:#ededed solid 1px;
	padding-bottom:25px;*/
}

.our-solution-img{
	width:220px;
	height:220px;
	overflow:hidden;
	display:block;
	margin-bottom:15px;
	position:relative;
	top:-1px;
	left:-1px;
	z-index: 999;
}

.our-solution-img img{
	min-width:220px;
	max-height:220px;
}

.our-solution-item h3{
	font-size: 14px;
	color: #30a4c1;
	text-align: center;
	padding: 0 15px;
}

.our-solution-item h3 a{
	color:#30a4c1;
}

.our-solution-pager{
	border-top:#dfe2e6 solid 1px;
	max-width: 700px;
	width: 100%;
	display:inline-block;
	margin-bottom:35px;
}

.our-solution-pager ul li{
	float:left;
	width:55px;
	height:55px;
	line-height:55px;
	text-align:center;
}

.our-solution-pager ul li.current, .our-solution-pager ul li:hover{
	background:#f78b3b;
}

.our-solution-pager ul li.current a, .our-solution-pager ul li a:hover{
	color:#FFFFFF;
}

.our-solution-pager ul li a{
	display: block;
	height:55px;
	text-decoration:none;
	color:#616161;
}

.our-solution-pager-prev, .our-solution-pager-next{
	background: url('/images/sprites.png') -191px -438px !important;
	width:55px;
	height:55px;
}

.our-solution-pager-next{
	background-position: -247px -438px !important;
	float:right !important;
}

.our-solution-pager-prev a, .our-solution-pager-next a{
	display:block;
	width:55px;
	height:55px;
}

.our-solution-map-box h2{
    font-size: 30px;
    color: #415366;
    font-family: 'DinCyMd';
    margin-bottom: 30px;
}

.our-solution-page-gallery{
	margin-bottom:30px;
}

.our-solution-page-gallery .big-pic{
	border:none;
}

.our-solution-page-gallery .gallery-pics a{
	border:none;
}

.our-solution-page-gallery .galleries-boxes{
	border:none;
}

.our-solution-page-gallery .big-pic{
	width:700px;
	height:405px;
}

.our-solution-page-gallery .big-pic span, .our-solution-page-gallery .big-pic strong{
	display:inline-block;
	width:700px;
	height:405px;
}

.our-solution-page-gallery .big-pic img{
	display:inline-block;
	width:700px;
	height:405px;
	max-width:700px;
	min-height:405px;
}

.our-solution-page-gallery .productgallery{
	float:none;
	width:700px;
}

.our-solution-page-gallery .gallery-pics a span, .our-solution-page-gallery .gallery-pics a strong, .our-solution-page-gallery .gallery-pics a{
	width:150px;
	height:95px;
}

.our-solution-page-gallery .gallery-pics a{
	margin-right:1px;
	border-top:#FFFFFF solid 6px;
}

.our-solution-page-gallery .gallery-pics a.current-pic{
	border-top:#f78b3b solid 6px;
}

.our-solution-page-gallery .gallery-pics a img{
	max-width: none;
	min-width: 150px;
    max-height: 95px;
}

.our-solution-page-gallery .galleries-boxes{
	width:700px;
	height:101px;
}

.our-solution-page-gallery .gallery-pics{
	height:101px;
}

.our-solution-page-gallery .carousel{
	height:101px;
}

.our-solution-page-gallery .g-box{
	width:700px;
	height:101px;
}

.our-solution-page-gallery .prev-pic, .our-solution-page-gallery .next-pic{
	width:46px;
	height:46px;
	border:#CCCCCC solid 1px;
	background:#FFFFFF url('/images/sprites.png') -303px -438px;
}

.our-solution-page-gallery .prev-pic{
	background-position: -350px -438px;
	width:46px;
	height:46px;
	right: 0px;
	top:6px;
}

.our-solution-page-gallery .next-pic{
	border-top:none;
}

.galleries-boxes-block{
	position:relative;
}

.galleries-boxes-hide-block{
	width:52px;
	height:95px;
	position:absolute;
	right: 0;
	bottom: 0;
	z-index: 1100;
	background:#FFFFFF;
}

.our-solution-page-gallery .gallery {
	position: relative;
	display: block;
	width: 700px;
	height: 405px;
	margin: auto;
	/*border-radius: 4px;*/
	overflow: hidden;
	max-width: 100%;
}

.slick-list {
	overflow: hidden;
}

.slick-slide {
	outline: none !important
}

.our-solution-page-gallery .gallery-item {
	position: relative;
	float: left;
	vertical-align: middle;
	text-align: center;
	min-height: 350px!important;
}
.our-solution-page-gallery .gallery-img-holder {
	display: inline-block;
	width: auto;
	height: auto;
	min-height: 350px!important;
	max-width: 800px;
	max-height: 650px;
}

.our-solution-page-gallery .gallery-img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.gallery-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	z-index: 10;
	cursor: pointer;
	transition: background .3s ease;
}
.slick-arrow {
	z-index: 10
}

.product-control-wr {
	margin-top: 45px;
	margin-bottom: 49px;
	position: relative;
	max-height: 200px;

}
.product-control-wr .slick-prev:before, .product-control-wr .slick-next:before,
.js-gallery .slick-next:before, .js-gallery .slick-prev:before {
	content: '';

}
.mod-next {
	top: 50px;
	right: 0;
	background-image: url(/images/right-arrow.png);
	background-size: cover;
	height: 25px;
	width: 25px;
}
.mod-prev {
	top:50px;
	left: 0;
	background-image: url(/images/left-arrow.png);
	background-size: cover;
	height: 25px;
	width: 25px;
}

.mod-next:hover {
	background-image: url(/images/right-arrow.png);
	background-size: cover;
}
.mod-prev:hover {
	background-image: url(/images/left-arrow.png);
	background-size: cover;
}

.mod-prev:hover, .mod-next:hover{
	height: 30px;
	width: 30px;
}

.product-control-wr .slick-next, .product-control-wr .slick-next:hover {
	top: 50px;
	right:-40px;
	background-image: url(/images/right-arrow.png);
	background-size: cover;
	height: 25px;
	width: 25px;
}
.product-control-wr .slick-prev, .product-control-wr .slick-prev:hover {
	top:50px;
	left:-40px;
	background-image: url(/images/left-arrow.png);
	background-size: cover;
	height: 25px;
	width: 25px;
}

.product-control-wr .slick-prev:hover, .product-control-wr .slick-next:hover{
	height: 30px;
	width: 30px;
}

.js-gallery .slick-prev, .js-gallery .slick-prev:hover {
	left:10px;
	background-image: url(/images/left-arrow.png);
	background-size: cover;
	height: 25px;
	width: 25px;
}

.js-gallery .slick-next, .js-gallery .slick-next:hover {
	right:10px;
	background-image: url(/images/right-arrow.png);
	background-size: cover;
	height: 25px;
	width: 25px;
}
.js-gallery .slick-prev:hover, .js-gallery .slick-next:hover{
	height: 30px;
	width: 30px;
}
.gallery-mod-prev {
	left:10px;
	background-image: url(/images/left-arrow.png);
	background-size: cover;
	height: 25px;
	width: 25px;
}

.gallery-mod-next {
	right:10px;
	background-image: url(/images/right-arrow.png);
	background-size: cover;
	height: 25px;
	width: 25px;
}
.gallery-mod-prev:hover, .gallery-mod-next:hover{
	height: 30px;
	width: 30px;
}

.product-control__link {
	float: left;
	line-height: 0;
	font-size: 0;
	width: 165px !important;
	margin-right: 10px;
	height: 120px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.product-control-wr .slick-list {
	max-height: 120px;
}

.product-control__link:last-child {
	margin-right: 0;
}

.product-control__link img {
	width: 100%;
}

.slick-track {
	width:100%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
	background: center!important;
	background-size: cover!important;
}

.our-solution-page-info h2, .our-solution-page-info h3{
	font-size:18px;
	color:#46596d;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 40px;
	margin-bottom:28px;
}

.our-solution-page-info h3 a{
	font-size:14px;
	color:#30a4c1;
	font-weight:normal;
	display:inline-block;
	margin-left:15px;
}

.our-solution-page-info p{
	margin-bottom:25px;
}

.our-solution-equipment{
	display:inline-block;
	width:750px;
	margin-bottom:25px;
}

.our-solution-equipment-item{
	border:#ededed solid 1px;
	width:218px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}

.our-solution-equipment-item strong{
	display:table;
	width:216px;
	height:216px;
}

.our-solution-equipment-item span{
	display:table-cell;
	vertical-align:middle;
}

.our-solution-equipment-item img{
	max-width:218px;
	max-height:218px;
	display:block;
	margin:0 auto;
}

.our-solution-equipment-item>h3{
	margin: 0;
	padding: 0;
	font-size:14px;
	text-align:center;
	margin-bottom:35px;
}

.our-solution-equipment-item>h3 a{
	color:#30a4c1;
	margin: 0;
}

.oursolution .breadcrumbs{
	margin-bottom: 15px;
    border-bottom: #46596d solid 1px;
}

.galleries-boxes-no-next-prev .next-pic, .galleries-boxes-no-next-prev .prev-pic{
	display:none;
}

.map-close{
    z-index: 101;
    top: 0;
    right: 0px;
    background: url('/images/map-close.png');
    width: 13px;
    height: 13px;
    position: absolute;
	background:#ffffff;
}

.google-block-hide{
	display:none;
}

.map-our_solution-address{
	max-width:550px;
}

.map-our_solution-address h2{
	margin-bottom:20px;
	font-size:24px;
}

.map-our_solution-address p{
	margin-bottom:10px
}

.map-our_solution-address h2 a{
	text-decoration:none;

}

.map-our_solution-address h2 a:hover{
	text-decoration:underline;
}

.map-our_solution-address table img{
	display:inline-block;
	margin-right:20px;
	margin-top:5px;
}

#map_our_solution{
	word-wrap:break-word;
}
/*\our-solution*********************************************************************/

/*calculator_frequency_service****************************************************/
.calculator .breadcrumbs{
	margin-bottom: 15px;
    border-bottom: #46596d solid 1px;
}

.calculator-box input[type="radio"]{
	display:none;
}

.calculator-box .radio-design {
	width: 100%;
	max-width:640px;
	margin-bottom:20px;
}

.calculator-box .radio-design p{
	display:inline-block;
	width:auto;
	margin-bottom:20px;

}

.calculator-box .radio-design label{
    background: no-repeat url('/images/radio-design-calculator-label.png') top left;
    padding-left: 40px;
    min-height: 25px;
    line-height: 25px;
    width: auto;
}

.calculator-box .radio-design label.current{
    background: no-repeat url('/images/radio-design-calculator-label-checked.png') top left;
}

.property-type-box .radio-design{
	margin-bottom:10px;
}

.calculator-box {
	background:#f2f2f2;
	border-top:#f79248 solid 1px;
	padding: 20px;
}
@media (min-width: 992px) {
	.calculator-box {
		padding:40px 20px 40px 40px;
	}
}

.calculator-box h2{
	font-size:20px;
	color:#3f3f3f;
	margin-bottom:25px;

}

.use-conditioning-box p,
.floor-installation-box p,
.smoking-indoors-box p,
.external-locations-box p
{
	margin-right:30px;
}

.calculator-box .property-type-box .radio-design p{
	width:310px;
	float:left;
}

.floor-installation-box,
.smoking-indoors-box,
.external-locations-box
{
	display:none;
}

.floor-installation-box.calculator-box-visible,
.smoking-indoors-box.calculator-box-visible,
.external-locations-box.calculator-box-visible
{
	display: block;
}

.calculator-info{
	font-size:14px;
	color:#868f99;
	margin-bottom:25px;
}

.calculator-box input[type="submit"], .calculator-box button[type="button"]{
	display: inline-block;
	padding:0 25px;
	height:45px;
	line-height:47px;
	font-size:14px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	border:none;
	background:#30a4c1;
	cursor:pointer;
	margin:0 auto;

	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-khtml-border-radius:25px;
	border-radius:25px;
	behavior:url('pie.htc');
}

.calculator-check-box{
	text-align:center;
}

.calculator-result-box{
	border:#f78b3b solid 1px;
	background:#f2f2f2;
}

.calculator-result-top{
	background:#f78b3b;
	color:#FFFFFF;
	padding:23px 30px 23px 60px;
	font-weight:normal;
}

.calculator-result-top h3, .calculator-result-top h4{
	font-weight:normal;
	font-size:24px;
	display:none;
}

.calculator-result-bottom{
	padding: 30px 35px 30px 35px;
	display: inline-block;
    width: 100%;
	max-width: 700px;
}

.calculator-result-left{
    width: 100%;
	max-width: 430px;
	font-style:italic;
}
@media (min-width: 992px) {
    .calculator-result-left{
        float:left;
    }
}

.calculator-result-right{
	width: 100%;
}
@media (min-width: 992px) {
    .calculator-result-right{
        width: 185px;
        float: right;
    }
}

.calculator-result-send-open{
	width:182px;
	height:61px;
	background:#FFFFFF;
	border:#dfdfdf solid 1px;
	cursor:pointer;
	color:#f78b3b;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'FuturaDemiC';

	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	-khtml-border-radius:35px;
	border-radius:35px;
	behavior:url('pie.htc');
}

.calculator-result-send-popup .close-popup{
	font-size:40px;
	line-height:58px;
}

.popup.calculator-result-send-popup {
	background:#f2f2f2;
}
@media (min-width: 992px) {
    .popup.calculator-result-send-popup {
        width:476px;
    }
}

.calculator-result-send-popup .popup-block iframe {
    width: 100%;
}

.calculator-page .breadcrumbs{
	margin-bottom: 15px;
    border-bottom: #46596d solid 1px;
}

.property-type-more-text-box{
	margin-bottom:25px;
	display:none;
}

.property-type-more-text-box.calculator-box-visible{
	display:block;
}

.property-type-more-text-box textarea{
	max-width: 608px;
    width: 100%;
	padding: 15px;
	height: 110px;
	resize: vertical;
}

.calculator-result-box{
	display:none;
}

.calculator-result-box.calculator-result-box-visible{
	display:block;
}

.calculator-error{
	color:#f78b3b;
	text-align:center;
	margin-top:10px;
}
/*\calculator_frequency_service****************************************************/


/*calculator_cost****************************************************/

/*select calculator-box*/
.calculator-box .select-design {
	position: relative;
	width: 100%;
	height: 33px;
}
@media (min-width: 992px) {
    .calculator-box .select-design {
        width: 200px;
    }
}

.calculator-box .select-design span {
	width: 100%;
	cursor:pointer;
	padding-left:10px;
	height:35px;
	line-height:33px;
	overflow:hidden;
	white-space: nowrap;
	border:#dfdfdf solid 1px;
	display:block;
	background-color:#ffffff;
	font-size:14px;
	color:#616161;
}
@media (min-width: 992px) {
    .calculator-box .select-design span {
        width: 200px;
    }
}

.calculator-box .select-design samp{
	background: url('/images/sprites.png') -397px -438px;
	width:29px;
	height:33px;
	position:absolute;
	top:1px;
	right:1px;
	cursor:pointer;
}

.calculator-box .select-design select{
	padding:10px;
	display:none;
	position:absolute;
	left: 0;
	top:34px;
	z-index:100;
	min-width:242px;

	border:#dfdfdf solid 1px;
	background-color:#ffffff;
	font-size:14px;
	color:#616161;
	min-height:300px;
}

.calculator-box .select-design.visible select{
	display:block;
}
/*\select calculator-box*/

.calculator-cost-form fieldset {
	display:inline-block;
	width: 100%;
	max-width: 700px;
}

.calculator-cost-form fieldset > div {
	display: block;
	width: 100%;
	margin-bottom: 25px;
}
@media (min-width: 992px) {
    .calculator-cost-form fieldset > div {
        width: 202px;
        margin-bottom: 35px;
        float: left;
        margin-right: 28px;
    }
}

.calculator-cost-form {
	position:relative;
	width: 100%;
	max-width: 700px;
}
@media (min-width: 992px) {
    .calculator-cost-form {
        left:-20px;
    }
}

.calculator-cost-form div label {
	font-size:14px;
	color:#616161;
	font-weight:bold;
	margin-bottom: 5px;
	display:inline-block;
}
@media (min-width: 992px) {
    .calculator-cost-form div label {
        margin-bottom:15px;
    }
}

.calculator-cost-check{
	display: inline-block;
    padding: 0 25px;
    height: 45px;
    line-height: 47px;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    border: none;
    background: #30a4c1;
    cursor: pointer;
    margin: 0 auto;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    behavior: url('pie.htc');
}

form.calculator-cost-form fieldset div.calculator-check-box{
	width:auto;
	text-align:center;
	display:block;
	margin-bottom: 0;
}

.calculator-result-top h5 {
    font-weight: normal;
    font-size: 24px;
	text-align:center;
}

.calculator-result-top h5 strong {
    font-weight: normal;
}

#calc_cost_types_box, #calc_cost_data_box {
	display: none;
}

.calculator-box.calculator-box-power {
	padding: 10px 20px 20px 20px;
}

.calculator-box .calc-list-two {
	margin-bottom: 20px;
}

.calculator-box .calc-list-two .box{
	float: left;
	font: 14px arial;
	color: #616161;
    width: 100%;
}
@media (min-width: 992px) {
    .calculator-box .calc-list-two .box{
        width: auto;
    }
}

.calculator-box .calc-list-two .box span a{
	display: block;
	float: right;
}

.calculator-box .calc-list-two .box a img{
	vertical-align: middle;
}

.calculator-box .calc-list-two .box.goods-img a img{
	width:97px;
}

.calculator-box input[type="text"] {
	background-color: #ffffff;
	border: 1px solid #dfdfdf;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
	color: #616161;
	display: inline-block;
	font-size: 14px;
	height: 35px;
	line-height: 27px;
	padding-left: 10px;
	width: 100%;
}
@media (min-width: 992px) {
    .calculator-box input[type="text"] {
        width: 305px;
    }
}

.calculator-box h3 {
	font: 20px arial;
	color: #3f3f3f;
}
.calculator-box .calc-list-two-h3 {
	margin: 30px 0;
}

.calculator-box .calc-list-two-name {
	font: bold 14px arial;
	color: #616161;
	margin-bottom: 15px;
	position: relative;
}

.calculator-box .calc-list-two .calc-list-two-el-help.help-s {
	left: -70px;
}

.calculator-box .calc-list-two .calc-list-two-el-help{
	position: relative;
	top: 39px;
	left: -14px;
}

.calculator-box .calc-list-two .calc-list-two-el{
	margin: 22px 0 0 0;
	position: relative;
}
@media (min-width: 992px) {
    .calculator-box .calc-list-two .calc-list-two-el{
        margin: 42px 0 0 50px;
    }
}


.calculator-box .calc-list-two .calc-list-two-el-1{
	font: 18px arial;
	color: #3f3f3f;
}

.calculator-box .calc-list-two .calc-list-two-el-2{
	font: bold 24px arial;
	color: #fe862d;
}

.calculator-box .calc-list-two .calc-list-two-el-title{
	position: absolute;
	background: #fff;
	padding: 10px;
	top: -20px;
	left: 30px;
	width: 250px;
	z-index: 1000;
	display: none;
	border: 1px solid #dfdfdf;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
	font: 12px arial;
}

.calculator-box .calc-list-two .calc-list-two-name .calc-list-two-el-title{
	left: 180px;
}

.calculator-box .calc-list-two .select-design span, .calculator-box .calc-list-two .select-design-drop span {
	width: 100%;
}
@media (min-width: 992px) {
    .calculator-box .calc-list-two .select-design span, .calculator-box .calc-list-two .select-design-drop span {
        width: 306px;
    }
}

.calculator-box .calc-list-two .select-design, .calculator-box .calc-list-two .select-design-drop {
	width: 100%;
}
@media (min-width: 992px) {
    .calculator-box .calc-list-two .select-design, .calculator-box .calc-list-two .select-design-drop {
        width: 306px;
    }
}

.calculator-box .hr-line {
	border-top: 1px solid #d4d4d4;
}

.calculator-box .hr-line.position_box{
	margin: 30px 0 30px 0;
}

.calculator-box .calc-list-two .calc-list-two-name-img {
	margin-top: 5px;
}

.calculator-box .calc-list-two .box-marg {
	margin-left: 0;
}
@media (min-width: 992px) {
    .calculator-box .calc-list-two .box-marg {
        margin-left: 35px;
    }
}

.calculator-box .calc-list-two .calc_help {
	padding-left: 13px;
}

.calculator-box .calc-list-two .calc-list-two-in {
	margin-top: 10px;
}
@media (min-width: 992px) {
    .calculator-box .calc-list-two .calc-list-two-in {
        width: 329px;
    }
}

.calculator-box .calc-list-two .calc-list-two-it {
	margin-top: 10px;
}
@media (min-width: 992px) {
    .calculator-box .calc-list-two .calc-list-two-it {
        width: 650px;
    }
}

.calculator-box .calc-list-two .calc-list-two-it .calc-list-two-el-2{
	padding-left: 30px;
}

.calculator-box .calc-list-two-tab th{
	font: 14px arial;
	color: #616161;
	padding: 0 69px 15px 0;
}

.calculator-box .calc-list-two-tab td{
	font: 18px arial;
	color: #f78b3b;
}

.calculator-box .calc-list-two .calc-list-two-goods {
	background: #fff;
	width: 270px;
	margin-bottom: 20px;
	padding: 20px;
	margin-right: 20px;
}

.calculator-box .calc-list-two .calc-list-two-goods.separ{
	margin-left: 20px;
}

.calculator-box .calc-list-two .calc-list-two-goods .goods-info{
	padding-left: 20px;
	width:145px;
}

.calculator-box .calc-list-two .calc-list-two-goods .price{
	font: bold 24px arial;
	color: #fe862d;
	margin-top: 17px;
}

.page .calculator-text {
	margin-top: 35px;
	color: #46596d;
}

.page .calculator-text h3{
	font: 18px arial;
	color: #3f3f3f;
	margin: 10px 0 17px;
}

.page .calculator-text p{
	color: #46596d;
}

.calculator-box .select-design-small-calc {
	width: 80px !important;
}

.calculator-box .select-design-small-calc span{
	width: 70px !important;
}

.calculator-box .calc-list-two .box2{
	margin-top: 33px;
}

.calculator-box .calc-list-two .calc-list-two-el .checkbox-design{
	width: 185px;
}

/*\calculator_cost****************************************************/


.field_form input[type="text"], .field_form input[type="password"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #aeaeae;
	font-family: "HelveticaNeueRoman";
	font-size: 14px;
	height: 43px;
	line-height: 43px;
	padding-left: 20px;
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #4ed470;
	border-radius: 4px;
	margin: 0 10px 10px 0;
}
@media (min-width: 992px) {
	.field_form input[type="text"], .field_form input[type="password"] {
		width: 250px;
	}
}

.login_links {
	margin-top: 20px;
}

.register-form {
	display: block;
}

.register-edit-password {
	padding-left: 0;
	padding-bottom: 0;
}

span.fields_recom {
	color: #f78b3b;
	font-size: 24px;
}

.register-edit-basis {
	display: none;
}
@media (min-width: 992px) {
	.register-edit-basis {
		padding: 35px 0 25px 145px
	}
}

.long_name_label {
	line-height: 20px !important;
}

.register-form .select-design select{
	margin-left: 9px;
	border: 1px solid #dedbcc;
	height: 27px;
	width: 65px;
}

.register-edit-basis > div > label {
	width: 148px;
}

.register-edit-basis > div {
	width: 100%;
}
@media (min-width: 992px) {
	.register-edit-basis > div {
		width: 386px;
	}
}

input.readonly {
	background: #eeeeee !important;
}

.contMess, .contErrors {
	font: bold 14px arial;
	margin: 20px 0 10px 0;
}

.contMess {
	color: green;
}

.contErrors {
	color: red;
}

#cart_mess{
	padding: 0 0 20px 0;
	display:block;
	width:210px;
	margin:0px auto;
	position:relative;
	font-size:14px;
	color:#46596d;
	font-family: 'FuturaDemiC';
	text-decoration:none;
	text-transform:uppercase;
}

.basket-desired-time input.time_h[type="text"] {
	width: 35px;
}

.page-basket-bottom-right span.cart_amount, .page-basket-bottom-right span.amount_delivery {
	font-size:20px;
	color:#686868;
	display: inline;
	margin-bottom: 30px;
}
@media (min-width: 992px) {
	.page-basket-bottom-right span.cart_amount, .page-basket-bottom-right span.amount_delivery {
		font-size:24px;
	}
}

input.readonly {
	background: #eeeeee;
}

.calc-list-two select option:hover {
	color: #f78b3b;
	background: #eeeeee;
}

.order-cancel .order-element-top em{
	color:red;
}

.order-cancel .order-element-top em > samp {
	background: red;
}

.order-new .order-element-top em{
	color:#616161;
}

.order-new .order-element-top em > samp {
	background: #616161;
}

.order-confirmed .order-element-top em{
	color:#4ed470;
}

.order-confirmed .order-element-top em > samp {
	background: #4ed470;
}

.page-top-services h1{
	font-size:30px;
	color:#415366;
	font-family: 'DinCyRg';
	margin-bottom:25px;
}

.breadcrumbs-cbybq{
	border-bottom-color:#46596d;
	margin-bottom: 25px;
}

.page-top-services h3{
	font: bold 18px arial;
	color: #46596d;
}

.menu-service-info-box {
	margin-top: 40px;
}

.services-content {
	margin-top: 30px;
}

.services-content, .services-content p {
	font: 14px arial;
	line-height: 19px;
}

.services-content p {
	margin-bottom:20px;
}

.services-content ul,ol {
	margin:0 0 20px 35px;
}

.services-content ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}

.services-content ol li {
	list-style-type: decimal;
	margin-bottom: 5px;
}

.services-content h2 {
	margin-bottom: 20px;
	margin-top: 30px;
	color:#46596d;
}

.services-content h3 {
	margin-bottom: 20px;
	margin-top: 30px;
	color:#46596d;
}

.services-content h4 {
	margin-bottom: 20px;
	margin-top: 30px;
	color:#46596d;
}

.servtbl {
	margin: 0 0 20px 0;
        border-collapse: collapse;
}

.servtbl th {
	background-color: #f2f2f2;
	padding: 10px;
	border: #aaa solid 1px;
}

.servtbl td {
	padding: 5px;
	border: #aaa solid 1px;
}

@media (max-width: 480px) {
	.servtbl {
		word-break: break-all;
		font-size: .9em;
	}
}

.submenu-service-info-box {
	border-bottom: 1px solid #f78b3b;
	padding: 0 0 3px 0;
}

.submenu-service-info-box ul li {
	float: left;
	padding: 8px 30px 20px 28px;
}

.submenu-service-info-box ul li.current {
	color: #f78b3b;
}

.page-top-services .more-service {
	display: block;
	margin: 25px auto 0 auto;
	font: 12px arial;
	color: #f79f3b;
	background: #f7f6ee;
	width: 120px;
	text-align: center;
	text-decoration: none;
	padding: 4px 0;
	border-radius: 4px;
}

.page-top-services .more-service:hover{
	color: #616161;
}

table.services-price {
	margin-top: 25px;
	width: 100%;
}

table.services-price th, table.services-price td {
	border-bottom: 1px solid #d5d5d5;
	text-align: left;
	padding: 18px 0;
}
@media (min-width: 992px) {
    table.services-price th, table.services-price td {
        padding: 18px 0 18px 20px;
    }
}

table.services-price td span {
	color: #f78b3b;
	font: bold 14px arial;
}

.services-price-download a {
	display: block;
	float: left;
	color: #30a4c1;
	margin: 12px 18px 0 15px;
}

.services-price-download .download-price-install {
	background: url('/images/service-download.png') no-repeat;
	padding-left: 30px;
}

.services-call-box{
	margin-top: 60px;
    width: 100%;
	max-width: 700px;
	min-height: 110px;
	background: #f7f6ee;
	border: 1px solid #f78b3b;
    padding-bottom: 15px;
}

.services-call-1, .services-call-2, .services-call-3 {
	float: left;
}

.services-call-1 {
	color: #f78b3b;
	font: bold 14px arial;
	width: 140px;
	margin: 24px 0 0 35px;
	line-height: 20px;
	padding-bottom: 10px;
}

.services-call-2 {
	margin: 24px 0 0 30px;
}

.services-call-2 .services-call-2-1 {
	background: url('/images/services-call.png') 0 9px no-repeat;
	padding: 5px 0 0 25px;
	color: #4f4f4f;
	font: 22px 'HelveticaNeueRoman';
}

.services-call-2 a.services-callback-open {
	color: #f78b3b;
	display: block;
	margin: 9px 0 0 69px;
}

.services-call-3 {
	margin: 32px 0 0 50px;
}

.services-call-3 a {
	display: block;
	width: 200px;
	height: 45px;
	border-radius: 25px;
	color: #ffffff;
	font: 14px 'FuturaDemiC';
	text-transform: uppercase;
	text-align: center;
	background:  #f78b3b url('/images/services-call-2.png') 16px 12px no-repeat;
	padding: 14px 0 0 23px;
}

.services-solution {
	margin-top: 40px;
}

.services-solution h2{
	display: block;
	float: left;
	width: 250px;
	color: #415366;
	font: 30px 'DinCyMd';
}

.services-solution a{
	display: block;
	float: left;
	font-style: italic;
	padding-top: 15px;
}

.services-solution-list {
	margin-top: 20px;
}

.services-solution-list ul li{
	display: block;
	float: left;
	width: 222px;
	text-align: center;
	padding: 0 16px 10px 0;
}

.services-solution-list ul li.last {
	padding-right: 0;
}

.services-solution-list ul li a{
	color: #30a4c1;
	font: bold 14px arial;
	border: 1px solid #ededed;
	display: block;
	padding: 0 0 20px 0;
}

.services-solution-list ul li img{
	padding-bottom: 10px;
}

.services-grey-line {
	border-bottom: 1px solid #e5e5e5;
	margin-top: 30px;
	margin-bottom: 20px;
}

.services-grey-line .services-grey-line-title {
	position: relative;
	top: 10px;
	margin: 0 auto;
	width: 170px;
	color: #415366;
	font: 18px 'DinCyMd';
	text-transform: uppercase;
	background:  #ffffff;
	text-align: center;
}

.services-helpful {
	margin-top: 30px;
}

.services-helpful ul li{
	display: block;
	float: left;
	width: 210px;
	padding: 0px 20px 20px 0;
}

.services-helpful ul li.last{
	padding-right: 0px;
}

.services-helpful .elements-add {
	margin-top: 20px;
}

.services-helpful .elements-add a{
	display: block;
	margin: 0 auto;
	border-radius: 25px;
	background:  #f78b3b;
	text-align: center;
	width: 70px;
	color: #ffffff;
	font: 12px arial;
	text-decoration: none;
	padding: 7px 0;
}

.services-grey {
	margin-top: 45px;
}

.services-grey-1 {
	width: 250px;
}

.services-grey-1, .services-grey-2{
	float: left;
}

.services-grey-2 {
    width: 100%;
	max-width: 410px;
	background: url('/images/services-grey.png') 0 3px no-repeat;
    padding-left: 20px;
    margin-top: 10px;
}
@media (min-width: 992px) {
    .services-grey-2 {
        padding-left: 30px;
        margin-top: 0;
    }
}

.services-grey .services-grey-main {
	margin-bottom: 20px;
}

.services-grey .services-grey-main .services-grey-name{
	color: #e37a2c;
	font-weight: bold;
}

.services-grey .services-grey-main .services-grey-text{
	font-weight: bold;
}

.services-grey-1 span, .services-grey-2 span{
	font-style: italic;
	display: block;
	margin-top: 10px;
	padding-right: 20px;
}

.services-grey-1 span {
	color: #e37a2c;
}

.services-grey-2 span {
	color: #616161;
}

.services-grey .questions-add {
	margin-top: 30px;
}

.services-grey .questions-add a{
	display: block;
	margin: 0 auto;
	border-radius: 25px;
	background:  #f7f6ee;
	text-align: center;
	width: 170px;
	color: #f79f3b;
	font: 12px arial;
	text-decoration: none;
	padding: 7px 0;
}

#service_text {
	display: none;
}

.service-text {
	width: 470px;
	min-height: 450px;
	margin-top: 30px;
}

.service-text p {
	font: 14px arial;
	line-height: 19px;
	margin-bottom:20px;
}

.service-text ul,ol {
	margin:0 0 20px 35px;
}

.service-text ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}

.service-text ol li {
	list-style-type: decimal;
	margin-bottom: 5px;
}

.service-text h2 {
	margin-bottom: 20px;
	margin-top: 30px;
	color:#46596d;
}

.service-text h3 {
	margin-bottom: 20px;
	/*margin-top: 30px;*/
	color:#46596d;
}

.service-text h4 {
	margin-bottom: 20px;
	margin-top: 30px;
	color:#46596d;
}

.equipment-selection-form-faq{
	background-color:#fff;
	margin-top: 20px;
}

.faq-form textarea {
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #4ed470;
	border-radius: 4px;
	color: #aeaeae;
	font-family: "HelveticaNeueRoman";
	font-size: 14px;
	height: 100px;
	line-height: 23px;
	padding-left: 20px;
	width: 100%;
}
@media (min-width: 992px) {
	.faq-form textarea {
		width: 680px;
	}
}

.faq-form .field_form_mess label{
	margin: 7px 0 5px 0;
	display: block;
}

.capcha-img {
	margin-top: 30px;
}

.capcha-img img{
	vertical-align: middle;
	border: 1px solid #DDCAB6
}

.articleText {
	margin: 7px 0 35px 0;
}

.cities-popup-list{
	margin-bottom:10px;
}

.cities-popup-list span{
	color:#30a4c1;
	text-decoration:underline;
	cursor:pointer;
}

.cities-popup-list span:hover{
	text-decoration:none;
}

.reviews-page-box{
	text-align:center;
}

.reviews-page-box h2{
	display: inline-block;
	background-color: #FFFFFF;
	position: relative;
	padding: 0px 20px;
	top: -13px;
	font-family: 'DinCyMd';
	color:#415366;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:15px;
}

.reviews-page-block{
	padding-bottom:30px;
}

.reviews-page{
	text-align:left;
	width: 100%;
	max-width:700px;
	display:inline-block;
	border-top: #DBDBDB solid 1px;
	padding-top:20px;
	margin-top:20px;
}

.reviews-page:first-child{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.reviews-page-left{
/*	float:left;
	width:270px;
	padding-right: 0;
	position:relative;*/
}

.reviews-page-left samp{
	background: url('/images/sprites.png') -921px -315px;
	position:absolute;
	top:2px;
	right: 0;
	width:7px;
	height:13px;
}

.reviews-page-left h3{
	display:block;
	font-size:14px;
	color:#f7903b;
	margin-bottom:15px;
}

.reviews-page-left h4{
	font-size:14px;
	color:#e37a2c;
	font-style:italic;
	margin-bottom:20px;
}

.reviews-page-left img{
	max-width: 270px;
}

.reviews-page-right{
/*	float: right;
	width:400px;*/
	/*padding-top: 33px;*/
/*	position:relative;*/
	padding-bottom:45px;
}

.reviews-page-right h3{
	font-size:14px;
	color:#616161;
	margin-bottom:15px;
}

.reviews-page-right p{
	font-size:14px;
	color:#616161;
	word-wrap: break-word;
}

.reviews-page-category-color{
	position:absolute;
	top: 0;
	right: 0;
	width:20px;
	height:20px;
	hanging-punctuation:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	behavior:url('pie.htc');
}

.reviews-page .img-pos-rew{
	text-align: center;
}

.to-list-reviews{
	position:relative;
	top: -3px;
	height:55px;
	margin-bottom:30px;
}

.to-list-reviews samp{
	background: url('/images/sprites.png') -932px -259px;
	width:55px;
	height:55px;
	position: absolute;
	top: 0;
	left: 0;
}


.to-list-reviews a{
	display:block;
	position:relative;
	z-index:100;
	height:55px;
	line-height:55px;
	padding-left:70px;
	color:#46596d;
	text-decoration:none;
	font-style:italic;
}














.reviews-page-submit-box fieldset{
	border:none;
}

.reviews-page-submit-box .callback-box{
	width:515px;
}

.reviews-page-submit-box .contErrors{
	color:#FF0000;
}

.reviews-page-submit-box h2{
	margin-bottom: 25px;
}

.reviews-page-submit-box p{
	font-size: 14px;
	color: #676767;
	margin-bottom: 20px;
}

.reviews-page-submit-box form{
	margin-top:30px;
}

.reviews-page-submit-box .error-submit-callback{
	color:#FF0000;
}

.reviews-page-submit-box form fieldset > div {
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.reviews-page-submit-box form fieldset > div {
		width:510px;
		display:inline-block;
	}
}

.reviews-page-submit-box form label{
	font-size: 14px;
	color: #676767;
	width:150px;
	float:left;
	display:block;
}

.reviews-page-submit-box form .comment-rewiews-box label{
	line-height:normal;
}

.reviews-page-submit-box form input[type="text"] {
	width: 100%;
	padding-left:15px;
	padding-right:15px;
	height:35px;
	line-height:35px;
	background:#FFFFFF;
	border:#CCCCCC solid 1px;
}
@media (min-width: 768px) {
	.reviews-page-submit-box form input[type="text"] {
		float:right;
		width:310px;
	}
}

.reviews-page-submit-box form select{
	width:342px;
	padding-left:15px;
	float:right;
	height:35px;
	line-height:35px;
	background:#FFFFFF;
	border:#CCCCCC solid 1px;
}


.reviews-page-submit-box form input[type="submit"]{
	width:170px;
	text-align:center;
	height:35px;
	line-height:35px;
	background:#2a90aa;
	color:#FFFFFF;
	font-size:14px;
	border:none;
	cursor:pointer;
}

.reviews-page-submit-box form .security-box input[type="text"]{
	width:100px;
	float:left;
	margin-left: 18px;
}

.reviews-page-submit-box .security-box img{
	cursor:pointer;
	cursor: pointer;
    margin-left: 10px;
    border: #CCCCCC solid 1px;
	padding:1px;
}

.reviews-page-submit-box form textarea {
	width: 100%;
	padding:15px;
	height:70px;
	min-height:70px;
	resize:vertical;
	background:#FFFFFF;
	border:#CCCCCC solid 1px;
}
@media (min-width: 768px) {
	.reviews-page-submit-box form textarea {
		width:310px;
		float:right;
	}
}

.add_to_compare{
	cursor:pointer;
}

.compare_goods_table{
	overflow-x: scroll;
}

.compare_goods_table tr:hover{
	background:#F7F7F7;
}

.compare_goods_table table tr:first-child:hover{
	background: none;
}

.compare_goods_table table tr:first-child + tr:hover{
	background: none;
}

.compare_goods_table table{
	border-spacing:0px;
	border-top:#F7F7F7 solid 1px;
	border-left:#F7F7F7 solid 1px;
	min-width:100%;
}

.compare_goods_table table td{
	border-bottom:#F7F7F7 solid 1px;
	border-right:#F7F7F7 solid 1px;
	padding:10px;
	text-align:center;
}

.compare_goods_table table tr td:first-child{
	text-align: left;
}

.compare_goods_table img{
	max-width:100px;
	max-height:100px;
}

.compare_goods_table .price-sale-true{
	text-decoration: line-through;
}

.add_to_cart{
	cursor:pointer;
}

.banner-block.banner-block-error-page{
	height:auto;
	padding-top: 69px;
}

.call-master-reason-box{

	display:none !important;

}

.call-master-reason-box.call-master-reason-box-visible{

	display: inline-block !important;

}

.select-design-small-calc-box{
	display:none;
}

body .calculator-box .calc-list-two div.select-design-small-calc-box-visible{
	display: block;
	clear:both;
	float:right;
	margin-right: 74px;
	margin-top:5px;
}

.select-design-small-calc-title, .select-design-small-calc{
	display:inline-block;
	vertical-align:top;
}

.select-design-small-calc-title{
	line-height:35px;
	font-size:12px;
}

.popup.site-not-public-offer-popup{
	padding-top:50px;
}

.our-solution-box-new .our-solution-item{
/*	float:none;
	width:700px;*/
	border-top: #ededed solid 1px;
	padding-top:20px;
	margin-top:20px;
	padding-bottom: 0;
	margin-bottom: 0;
	display:inline-block;
	width: 100%;
}

.our-solution-box-new .our-solution-item:first-child{
/*	border-top: none;
	padding-top: 0;
	margin-top: 0;*/
}

.our-solution-box-new .our-solution-img{
	/*float:left;*/
	margin-bottom: 0;
}

.our-solution-box-new .our-solution-item-info{
	width: 100%;
	max-width:460px;
	float:right;
	position:relative;
	padding-bottom:20px;
}

.our-solution-box-new .our-solution-item-info h3{
	text-align:left;
	padding: 0;
	margin-bottom:15px;
}

.our-solution-box.our-solution-box-new{
	padding-top:30px;
}

.our-solution-item-address, .our-solution-item-category, .our-solution-item-services, .our-solution-item-text{
	margin-bottom:10px;
}

.our-solution-item-color{
	width:20px;
	height:20px;
	display:inline-block;
	hanging-punctuation:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	behavior:url('pie.htc');
	position:relative;
	top:5px;
	left:5px;
	margin-right:5px;
}

.our-solution-item-review{
	position:relative;
}

.our-solution-item-review>span{
    text-decoration: underline;
    color: #30a4c1;
    cursor: pointer;
    position: relative;
    top: 14px;
}
.our-solution-item-review-popup{
	position:absolute;
	left: 0;
	top:35px;
	background:#f2f2f2;
	border:#cccccc solid 1px;
	padding:20px;
	z-index:100000;
	display:none;
	line-height: 21px;
}
.our-solution-item-review-popup.our-solution-item-review-popup-visible{
	display:block;
}

.our-solution-item-review-popup h3{
	margin-bottom:15px;
}

.our-solution-item-review-popup-all-link{
	text-align:right;
	padding-top:15px;
}

.our-solution-item-review-popup-close{
	position:absolute;
	top:5px;
	right:5px;
	font-size:37px;
	color:#CCCCCC;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	cursor:pointer;
}

.our-solution-item-more-link{
	position:absolute;
	right: 0;
	bottom:6px;
}

.our-solution-filtr input[type="checkbox"]{
	visibility:hidden;
	width:0px;
	height: 0;
}

.our-solution-filtr .checkbox-design p{
	float:none;
	width:auto;
}

.our-solution-filtr .checkbox-design{
	width:auto;
}

.our-solution-filtr .checkbox-design label{
	width:auto;
}

.our-solution-filtr fieldset>div.our-solution-reset-filter{
	clear:both;
	text-align:right;
	display:block;
	padding-right:5px;
	margin-bottom: 0;
}

.our-solution-type-equipment-box .checkbox-design label{
	background:none;
	position:relative;
}

.our-solution-type-equipment-box .checkbox-design label em{
	position:absolute;
	top: 0;
	left: 0;
	width:16px;
	height:16px;
	overflow:hidden;
	background:transparent;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	behavior:url('pie.htc');
}

.our-solution-type-equipment-box .checkbox-design label samp{
	background: url('/images/our-solution-type-equipment-checkbox-design-label.png');
	width:16px;
	height:16px;
	display:block;

}

.our-solution-type-equipment-box .checkbox-design label.current samp{
	background: url('/images/our-solution-type-equipment-checkbox-design-label-current.png');
}

.our-solution-type-equipment-box .checkbox-design p, .our-solution-our-types-box .checkbox-design p{
	display:inline-block;
	vertical-align:top;
	margin-right:15px;
}

.our-solution-more-load-box{
	padding-top:30px;
	text-align:center;
}

.our-solution-more-load{
	width:170px;
	height:38px;
	padding-top:10px;
	padding-bottom:5px;
	background-color:#f78b3b;
	border:none;
	cursor:pointer;
	color:#FFFFFF;
	font-size:14px;
	text-transform:uppercase;
	font-weight: bold;
	display:inline-block;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.our-solution-filtr-map{
	margin-top:20px;
}

.our-solution-info-list-box{
	margin-top:-20px;
}

.our-solution-info-list-box>div{
	margin-bottom:20px;
}

.our-solution-info-list-box>div.our-solution-item-review>span{
	top: 0;
	font-weight:bold;
}

.articleName{
	position: relative;
}
.articleName .our-solution-item-category{
	position:absolute;
	top:-20px;
	right: 0;
}

.reviews-page-open-video{
	cursor:pointer;
}

.reviews-page-video-code{
	display:none;
}

.reviews-page-open-video-popup .close-popup{
	top: -45px;
    right: -45px;
	background:none;
	font-size:50px;
	color:#CCCCCC;
}

.reviews-page-open-video-popup iframe{
	width:750px !important;
	height:450px !important;
	display:block;
}

.popup.reviews-page-open-video-popup{
	width:750px;
}

.reviews-page-open-video-popup .popup-block{
	padding: 0;
}

.reviews-page-open-all-box{
	padding-top:18px;
	position:relative;
	float: left;
}

.reviews-page-open-all-box span{
	cursor:pointer;
	color: #30a4c1;
	text-decoration:underline;
}

.reviews-page-open-all-popup{
	position:absolute;
	top:10px;
	width:290px;
	min-height:30px;
	background:#f2f2f2;
	border:#B1B1B1 solid 1px;
	padding:60px 20px 20px 20px;
	text-align:left;
	display:none;
	z-index:100;
	line-height: 21px;
}
@media (min-width: 350px) {
	.reviews-page-open-all-popup{
		width:328px;
	}
}
@media (min-width: 992px) {
	.reviews-page-open-all-popup{
		right: 0;
		width:388px;
	}
}

.reviews-page-open-all-popup.reviews-page-open-all-popup-visible{
	display:block;
}

.reviews-page-open-all-popup-close, .reviews-page-open-object-popup-close, .our-solution-item-review-popup-close{
	background:#f78b3b;
	width:55px;
	color:#FFFFFF;
	height:55px;
	line-height:55px;
	text-align:center;
	position:absolute;
	display:inline-block;
	top: 0;
	right: 0;
	cursor:pointer;
	font-size:26px;
	font-stretch:wider;
}

.reviews-page-open-original-open-box{
	margin-top: 20px;
}
.reviews-page-open-original-open{
	background: no-repeat url('/images/reviews-original.png');

	cursor:pointer;
	color: #30a4c1;
	text-decoration:underline;
	padding-left:25px;
	min-height:18px;
	line-height:18px;
	display:inline-block;
}

.reviews-page-open-object-box{
	padding-top: 0;
	float: right;
}

.reviews-page-open-object-box span{
	cursor:pointer;
	color: #30a4c1;
	text-decoration:underline;
	background: no-repeat url('/images/reviews-object.png');
	display:inline-block;
	height:25px;
	line-height:25px;
	padding-left: 30px;
}

.reviews-page-open-object-popup{
	position:absolute;
	left:0;
	top:35px;
	width:388px;
	min-height:100px;
	background:#f2f2f2;
	border:#B1B1B1 solid 1px;
	padding:30px 20px 20px 20px;
	text-align:left;
	display:none;
	z-index:100;
}

.reviews-page-open-object-popup.reviews-page-open-object-popup-visible{
	display:block;
}

/*
.reviews-page-open-object-popup-close{
    position: absolute;
    right: 3px;
    top: 5px;
    color: #383838;
    font-size: 35px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
*/
.reviews-page-open-object-popup-info{
	width:100%;
}

.reviews-page-open-object-popup-left{
	width:150px;
	float:left;
}

.reviews-page-open-object-popup-right{
	width:220px;
	float:right;
}

.reviews-page-open-object-popup-left img{
	width:150px;

}

.reviews-page-open-object-popup h3{
	margin-bottom:25px;
}

.reviews-page-open-object-popup-address{
	margin-bottom:10px;
}

a.reviews-page-open-object-popup-more{
	display:block;
	margin:10px auto 0px auto;
	text-align:center;

	width:150px;
	height:10px;
	padding-top:10px;
	padding-bottom:17px;
	background-color:#f78b3b;
	border:none;
	cursor:pointer;
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	behavior:url('pie.htc');
}

.reviews-page-open-object-popup-address span.our-solution-item-color{
	padding: 0;
	width:20px;
	height:20px;
	cursor: inherit;
}

.reviews-page-submit-box input[type="radio"]{
	display:none;
}

.reviews-page-submit-box .radio-design label{
	line-height:inherit;
	width:inherit;
}

.reviews-page-submit-box form fieldset>div>div{
	width: 343px;
	float:right;
}

.reviews-page-submit-box .radio-design p{
	width: auto;
	display:inline-block;
	vertical-align:top;
}

.reviews-page-submit-box .radio-design p:first-child{
	margin-right:20px;
}

.reviews-page-submit-box .radio-design{
	width:auto;
	display:block;
}

.reviews-attach-video-file input[type="file"]{
	visibility:hidden;
	height: 0;
	width: 0;
}

.reviews-attach-video-file div label span{
	width:140px;
	display:inline-block;
	height: 35px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#f78b3b;
	border:none;
	cursor:pointer;
	color:#FFFFFF;
	font-size:14px;
	text-transform:uppercase;
	font-weight: bold;
}

.reviews-page-submit-box form .reviews-attach-video-file input[type="text"]{
	width:150px;
	display:inline-block;
	float:none;
	vertical-align:top;
	border:none;
}

.reviews-attach-code{
	display:none !important;
}

.reviews-attach-code.reviews-attach-code-visible {
	display: block;
}
@media (min-width: 768px) {
	.reviews-attach-code.reviews-attach-code-visible {
		display: inline-block !important;
	}
}

.reviews-attach-video-file{
	display: none !important;
}

.reviews-attach-video-file.reviews-attach-video-file-visible {
	display: inline-block !important;
}

.services-helpful>h2{
	margin-bottom:20px;
	color: #415366;
    font: 18px 'DinCyMd';
}

.services-helpful.services-articles-helpful li {
	width:153px;

}

.services-content.services-content-hidden>*{
	display:none;
}

.services-content.services-content-hidden>*:first-child {
	display: block;
}

.more-service-hidden-open {
	display: block !important;
    margin: 0 auto;
    font: 12px arial;
    color: #f79f3b;
    background: #f7f6ee;
    width: 120px;
    text-align: center;
    text-decoration: none;
    padding: 2px 0;
    border-radius: 4px;
    margin-top: 25px;
}

.popup .more-service-hidden-open {
	display: none !important;
}

.option-question-box {
	background: no-repeat url('../images/calc_help.png');
	width: 21px;
	height: 21px;
	display: inline-block;
	position: relative;
	top: 5px;
	left: 5px;
	cursor: pointer;
}

.option-question-box + div{
	margin-top:10px;
}

.option-question-box strong{
	position:absolute;
	display:none;
	background:#FFFFFF;
	border:#CBCBCB solid 1px;
	width:200px;
	min-height:20px;
	top: 0;
	left:30px;
	padding:10px;
	font-weight:normal;
	z-index: 1;
}

.detailed-features-open span{
	/*border-bottom:#000000 dotted 1px;
	cursor:pointer;*/
}

.detailed-features-table-box{
	display:none;
}

.detailed-features-table-box-visible{
	display: block;
}

.detailed-features-table-block{
	display:none;
}

.detailed-features-table-block-visible{
	display: block;
}

.detailed-features-table-open{
	margin-bottom: 20px;
}

.detailed-features-table-open span{
	/*border-bottom:#000000 dotted 1px;
	cursor:pointer;*/
}

.product-info-more-link{
	margin-bottom: 20px;

}

.product-info-options span{
	margin-bottom: 5px;
}

.filter-option-multiple.equipment-block-one-column>label{
	padding-bottom: 10px;

}

.cause-master-popup-box .master-challenge{
	background: none;
}

.cause-master-popup-box .master-challenge form fieldset > div {
	padding-left: 0;
	padding-right: 0;
    width: calc(100% - 40px);
	margin-bottom: 15px;
}
@media (min-width: 530px) {
    .cause-master-popup-box .master-challenge form fieldset > div {
        width: 505px;
    }
}

.cause-master-popup-box .master-challenge form fieldset > div.master-challenge-direction {
    /*width: calc(100% - 30px);*/
}

.cause-master-popup-box .master-challenge {
    padding-top: 0;
}

.cause-master-popup-box .master-challenge textarea {
    width: 100%;
    margin-right: 0;
}
@media (min-width: 992px) {
    .cause-master-popup-box .master-challenge textarea {
        width: 252px;
    }
}

.cause-master-popup-box .master-challenge .select-design{
	margin-right: 0;

}

.cause-master-popup-box .master-challenge fieldset > div > span {
    margin-right: calc(100% - 120px);
}
@media (min-width: 992px) {
    .cause-master-popup-box .master-challenge fieldset > div > span {
        margin-right: 173px;
    }
}

.cause-master-popup-box .master-challenge form fieldset > div.master-challenge-time {
    width: calc(100% - 23px);
}

.cause-master-popup-box .master-challenge form fieldset > div.master-challenge-time > div {
    max-width: 275px;
    width: 100%;
}

.cause-master-popup-box .master-challenge-time .select-design{
	float: none;
}

.cause-master-popup-box .master-challenge-time em{
	margin-right: 0;
}

.cause-master-popup-box .master-challenge-time div.select-design + em{
	margin-left: 15px;
}

.cause-master-popup-box form label{
	line-height: inherit;
}

.cause-master-popup-box .master-challenge form fieldset>div>div.checkbox-design {
    width: 274px;
}

.cause-master-popup-box .master-challenge-text input[type="text"] {
    width: 100%;
}
@media (min-width: 530px) {
    .cause-master-popup-box .master-challenge-text input[type="text"] {
        width: 250px;
    }
}

.cause-master-popup-box form .security-box input[type="text"]{
	margin-left: 48px;
}

.cause-master-popup-box .master-challenge div.security-box span{

	display: inherit !important;
	float: inherit !important;
	line-height: inherit !important;
	margin-left: inherit !important;
	font-size: inherit !important;
	color: inherit !important;
	margin-right: inherit !important;
	font-size: 11px !important;
	right:-10px !important;
}

.cause-master-popup-box .security-box{
	position:relative;
}

.cause-master-popup-box img#image_security {
    width: 100px;
}

.cause-master-popup-box form .security-box input[type="text"]{
	width:94px;
}

.certificates_list {
	position: relative;
	padding-left: 39px;
	margin-bottom: 40px;
	min-height: 250px;
}

.certificates_list ul, .certificates_list ul li {
    min-height: 250px;
}

.certificates_list .found-products {
 	margin-left: 13px;
}

.certificates_list .prev, .certificates_list .next {
	top: 100px;
}

.certificates_list .prev{
	left: 0;
}

.certificates_list .next{
	right: -1px;
}

.certificates_list ul li{
	width: 156px;
	text-align: center;
}

.certificates_list ul li a img{
	width: 145px;
}

.certificates_non_list ul li{
	float: left;
}

.reviews-object-map-marker {
	 width: 41px !important;
	 height: 32px !important;
	 padding-left: 27px !important;
	 padding-top: 9px !important;
	 background: url('/images/map-pointer-2.png') no-repeat !important
}

.equipment-selection-form .select-design select option:hover,
.master-challenge .select-design select option:hover,
.request-call-back-date-box .select-design select option:hover
{
	background: #3399ff;
	color: #ffffff;
}

.price-table {
	margin-top: 60px;
}

table.services-price.services-price-list {
	margin-top: 10px;
}

table.services-price.services-price-list th:nth-child(2){
	text-align: center;
}

table.services-price.services-price-list td:nth-child(2){
	width: 190px;
	text-align: center;
}

.price-table-text {
	margin: 20px 0 20px 20px;
	font-size: 12px;
}

.price-table-download {
	margin-top: 20px;
}

.page-top-services .price-table.price-table-first {
	margin-top: 30px;
}

.popup-block .goods-text-desc {
 	line-height: 24px;
}

.agree-terms-agreement-box label{
	line-height: inherit !important;
}
.agree-terms-agreement-box{
	margin-top: 20px;
}

.registration-security-box label, .agree-terms-agreement-box label{
	width: 115px !important;
    margin-right: 13px !important;
}

.agree-terms-agreement-box.agree-terms-agreement-box-three label{
	width: 155px !important;
    margin-right: 13px !important;
}
.agree-terms-agreement-box.agree-terms-agreement-box-three{
	margin-top: 0;
	padding-bottom:30px;
}

.scroll-top-button{
	background:#4ed470 url(../images/scroll-top-button.png) no-repeat center center;
	position: fixed;
    right: 22px;
    bottom: 160px;
    z-index: 100;
    display: none;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: #ffffff solid 2px;

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
@media (min-width: 992px) {
    .scroll-top-button{
        right: 123px;
        bottom: 80px;
    }
}

.scroll-top-button.scroll-top-button-visible{
    display: block;
}

/*fixed menu*/
.fixed-menu-item-hidden{
    display: none;
}

.menu-header-box.menu-header-fixed li{
	display: none;
}

.menu-header-box.menu-header-fixed li.fixed-menu-item-hidden, .menu-header-box.menu-header-fixed li.fixed-menu-item-visible{
	display: block;
}

.menu-header-box.menu-header-fixed{
	position: absolute;
    width: 100%;
    left: 0;
    right: 0px;
    top: 0;
    z-index: 10;
}

.menu-header-box.menu-header-fixed .menu-header-block{
	position: fixed;
    top: 0;
}

.menu-header-box.menu-header-fixed .menu-header{
    top: 0;
	width: 1179px;
    background: #ffffff;

	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius: 8px;

}

.menu-header-box.menu-header-fixed .menu-header-bg{
	display: none;
}
/*fixed menu\*/

.slider .cause-master-link, .jcarousel .cause-master-link {
	position: absolute;
    left: calc(50% - 98px);
    bottom: 35px;
}

.slider li {
	min-height: 400px;
	padding-bottom: 65px;
}

.jcarousel li{
	min-height: 440px;
	padding-bottom: 65px;
}

/*promotion-three-site-block*********************************/
.promotion-three-site-block{
	display:inline-block;
	width:100%;
	margin-bottom:50px;
	margin-top:30px;
	border-top:#e5e5e5 solid 1px;
	text-align:center;
}

.promotion-three-site-block h2{
	display: inline-block;
	background-color: #FFFFFF;
	position: relative;
	padding: 0px 20px;
	top: -13px;
	font-family: 'DinCyMd';
	color:#415366;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:5px;
}

.promotion-three-site-element{
	width:340px;
	float:left;
	margin:0px 5px 30px 5px;
	text-align:left;
}

.promotion-three-site-img{
	width:340px;
	height:200px;
	overflow:hidden;
	display:block;
	margin-bottom: 0px;
}

.promotion-three-site-img img{
	min-width:400px;
	max-height:200px;
}

body .promotion-three-site-element h3{
	text-align:center;
	margin-bottom: 0;
	margin-top: 0;
}

.promotion-three-site-element h3 a{
	text-decoration:none;
	display:block;
	padding-bottom:15px;
	padding-top:15px;
	font-size:15px;
}

.promotion-three-site-element p a{
	text-decoration:none;
	color:#4a4839;
	font-size:13px;
}

.promotion-three-site-element p em{
	color:#fd3003;
	font-style:normal;
}

.promotion-three-site-block>h3{
	font-size:18px;
	margin-bottom:30px;
}
/*\promotion-three-site-block**/

.popup-block .service-text h2, .page-top-content-text h2 {
	font-size: 22px;
}

.popup-block .service-text h3, .page-top-content-text h3 {
	font-size: 20px;
}

.popup-block .service-text h4, .page-top-content-text h4 {
	font-size: 18px;
}

.popup-block .service-text h5, .page-top-content-text h5 {
	font-size: 16px;
	color: #46596d;
	margin: 10px 0 15px;
}

.popup-block .service-text h6, .page-top-content-text h6 {
	font-size: 14px;
	color: #46596d;
	margin: 10px 0 15px;
}

.clear.service_plus_text{
	font-size: 15px;
    height: initial;
    line-height: initial;
    width: auto !important;
    float: none;
}

.header .header-city {
    background: #405265;
}
@media (min-width: 992px) {
    .header .header-city {
        background: none;
    }
}

#navbarTogglerMenu {
    position: absolute;
    top: 40px;
    background: #ffffff;
}
@media (min-width: 1200px) {
    #navbarTogglerMenu {
        position: static;
        background: none;
    }
}

#carouselServiceRequest.carousel {
    height: 55px;
}

#carouselServiceRequest .carousel-control-prev-icon,
#carouselServiceRequest .carousel-control-next-icon {
	height: 24px;
	width: 16px;
	background-size: 100%, 100%;
	background-image: none;
    position: relative;
}

#carouselServiceRequest .carousel-control-prev-icon {
    background: url('/images/nav-grey-prev.png') no-repeat 100% 0;
}

#carouselServiceRequest .carousel-control-next-icon {
    background: url('/images/nav-grey-next.png') no-repeat 0 0;
}

.calculate-count-person-box {
    width: 100%;
}
@media (min-width: 992px) {
    .calculate-count-person-box {
        width: auto;
    }
}

.calculate-solar-penetration-box {
    width: 100%;
}
@media (min-width: 992px) {
    .calculate-solar-penetration-box {
        width: auto;
    }
}

.select-css {
    display: block;
    font-size: 14px;
    font-family: sans-serif;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #dfdfdf;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('/images/select-str.png');
    background-repeat: no-repeat;
    background-position: right 0.7em top 50%;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #dfdfdf;
	cursor: pointer;
}
.select-css:focus {
    border-color: #dfdfdf;
    color: #222;
    outline: none;
}
.select-css option {
    font-weight:normal;
}
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

.page-cabinet .master-challenge form fieldset > div > div {
    width: 100%;
    float: none;
}
@media (min-width: 530px) {
    .page-cabinet .master-challenge form fieldset > div > div {
        width: 336px;
        float: right;
    }
}

@media (max-width: 768px) {
	.our-solution-page-gallery .gallery {
		height: auto;
	}
}

.page.catalog {
	max-width: 940px;
}

.buy-one-click .profile-edit-basis > div > label {
    line-height: 29px;
}

.buy-one-click .profile-edit-basis > div {
    width: auto;
}

.buy-one-click .profile-edit-basis > div > input[type="text"], .buy-one-click .profile-edit-phone-code {
    max-width: 285px;
    width: 100%;
}

.buy-one-click .profile-edit-basis input[type="submit"] {
    display: block;
    margin: 20px auto 0 auto;
    width: 119px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    line-height: 38px;
    background: #f78b3b;
    border: none;
    cursor: pointer;
    position: relative;
	left: 0;
}

.catalog-items-data {
    z-index: 10001;
}

.catalog-items h2 {
    cursor: pointer;
    color: #f78b3b;
    font-size: 27px;
    max-width: 150px;
    display: block;
}

.catalog-items h2 samp {
    background: url('/images/sprites.png') -986px -317px;
    width: 32px;
    height: 44px;
    display: inline-block;
    transform: scale(0.7);
}

.catalog-items h2 span {
    position: relative;
    top: -8px;
}

.catalog-items-data .menu-catalog {
    position: absolute;
    background: #ffffff;
    top: 50px;
    border: 2px solid #f78b3b;
    padding: 0 10px 10px 10px;
}

.catalog-items-data .menu-catalog ul li.item {
    float: left;
}

.catalog-items-data .menu-catalog-sub li a {
    min-height: 65px;
}

.order-phone .text-order-phone {
    color: #f78b3b;
}

.order-phone em {
    font-size: 12px;
}

.product-badge {
	margin-left: 14px;
	position: absolute;
	right: 3px;
	bottom: 42px;
	font-size: 12px !important;
}

.filter-option-single .radio-design {
	margin-top: 11px !important;
	margin-bottom: 0;
}

.ui-datepicker-calendar td .ui-state-default {
    width: 29px !important;
    height: 25px !important;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.ui-datepicker-calendar td a.ui-state-default.ui-state-highlight {
    color: #ffffff;
}

.ui-datepicker-calendar td a.ui-state-default.ui-state-active {
    font-weight: bold;
}

.ui-datepicker-calendar td.ui-datepicker-today span.ui-state-default {
    background: inherit !important;
}

.filter-option-multiple .checkbox-design label {
    width: 200px;
}

.checkbox {
    margin-bottom: 0.2em;
}

/* для элемента input c type="checkbox" */
.custom-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox > span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox > span::before {
    content: '';
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #cecab8;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #ffffff;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
    border-color: #cecab8;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox>input:not(:disabled):active+span::before {
    background-color: #ffffff;
    border-color: #cecab8;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox>input:focus+span::before {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox>input:focus:not(:checked)+span::before {
    border-color: #cecab8;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox>input:checked+span::before {
    border-color: #cecab8;
    background-color: #ffffff;
    background-image: url('/images/checkbox-label-active.png');
    background-size: cover;
    background-position: 0 0;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox > input:disabled+span::before {
    background-color: #e9ecef;
}

label.custom-checkbox {
    cursor: pointer;
}

.catalog-sort .dropdown {
	margin-top: 11px;
}

.catalog-sort .dropdown .btn {
    color: #fff;
    background-color: #f78b3b;
    border-color: #f78b3b;
}

.catalog-sort .dropdown-menu {
	background: #f78b3b;
    width: 120px;
}

.catalog-sort .dropdown-menu a.dropdown-item {
    color: #fff !important;
    font-size: 14px;
}

.catalog-sort .dropdown-menu a.dropdown-item:hover {
    background: #f78b3b;
}

.header-bg .container {

}
@media (min-width: 991px) {
	.header-bg .container {
		max-width: 100%;
	}
}
@media (min-width: 991px) {
	.header-bg .container {
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.header-bg .container {
		max-width: 1210px;
	}
}

.btn-main {
    color: #fff;
    background-color: #30a4c1;
    border-color: #30a4c1;
}

.btn-main:hover {
    color: #fff;
}

.btn-outline-main {
    color: #30a4c1;
    border-color: #30a4c1;
}

.btn-outline-main:hover {
    color: #fff;
    background-color: #30a4c1;
    border-color: #30a4c1;
}