#promoBlock,
#promoBlock > div[id*="bx_"]{
	width: 100%;
	display: table;
	overflow:hidden;
	table-layout: fixed;
	border-collapse: collapse;
}
#slider{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#slider .wrap{
	position: relative;
	overflow: hidden;
}

#slider ul{
	position:relative;
}

#slider ul li{
	position: relative;
	display: block;
	float:left;
}

#slider ul li .slideLink{
	text-decoration: none;
	color: #000000;
}

/*#slider ul li span:hover{
	transform: scale(1.03);
}*/

#slider .sliderVideoOverBg{
	pointer-events: none;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
}

#slider .slideVideoContainer{
	position: relative;
	overflow: hidden;
	height: 900px;
}

#slider .videoPoster{
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
    display: block;
    height: 555px;
	display: none;
}

#slider .slideVideoContainer iframe,
#slider .slideVideoContainer object,
#slider .slideVideoContainer embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


#slider .slideVideo{
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	background-color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transform: translateY(-50%);
	pointer-events: none;
	position: absolute;
	object-fit: cover;
	overflow: hidden;
	height: auto;
	width: 100%;
	left: 0px;
	top: 50%;
}

#slider .limiterContainer{
	position: absolute;
	width: 100%;
	left: 0;
}

#slider .limiter{
	position: relative;
	height: 900px;
}

#slider .sliderContent{
	transform: translateY(-50%);
	position: absolute;
	color: #000000;
	z-index: 3;
	left: 0px;
	top: 50%;
}

#slider .sliderContent.loading{
	display: none;
}

#slider .leftContainer{
	left: 0px;
}

#slider .centerContainer{
	transform: translateX(-50%) translateY(-50%);
	left: 50% !important;
}

#slider .rightContainer{
	left: unset;
	right: 0px;
}

#slider .sliderContent .bigText,
#slider .sliderContent .bigTextColor,
#slider .sliderContent .bigTextLight,
#slider .sliderContent .bigTextLightColor{
	font-family: "robotoMedium";
	line-height: 56px;
	margin-top: 24px;
	font-size: 48px;
	display: block;
}

#slider .sliderContent .mediumText,
#slider .sliderContent .mediumTextColor,
#slider .sliderContent .mediumTextLight{
	line-height: 36px;
	margin-top: 24px;
	font-size: 30px;
	display: block;
}

#slider .sliderContent .smallText,
#slider .sliderContent .smallTextColor,
#slider .sliderContent .smallTextLight{
	line-height: 24px;
	margin-top: 24px;
	font-size: 16px;
	display: block;
}

#slider .sliderContent .bigTextLightColor,
#slider .sliderContent .bigTextLight,
#slider .sliderContent .mediumTextLight,
#slider .sliderContent .smallTextLight{
	font-family: "roboto_thregular";
}

#slider .sliderContent .whiteColor{
	color: #ffffff;
}

#slider .sliderContent .noMargin{
	margin: 0;
}

#slider .sliderContent .center{
	text-align: center;
}

#slider .sliderContent .cButton{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
	line-height: 50px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	height: 50px;
}

#slider .sliderContent .cButtonLight{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid rgba(0, 0, 0, .4);
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
	line-height: 50px;
	margin-top: 24px;
	padding: 0 24px;
	color: #000000;
	height: 50px;
}

#slider .sliderContent .cButtonLight:hover{
	border: 1px solid rgba(0, 0, 0, .7);
}

#slider .sliderContent .cButton:active,
#slider .sliderContent .cButtonLight:active{
	position: relative;
	top: 1px;
}

#slider .sliderContent div:first-child{
	margin-top: 0px;
}

#slider ol{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left:50%;
	bottom:12px;
}

#slider ol li{
	background: url(images/slideButton.png) 0 0 no-repeat transparent;
	margin-right: 4px;
	width: 14px;
	height: 14px;
	float: left;
	cursor: pointer;
}

#slider ol li:hover{
	background-position: -14px 0;
}

#slider ol li:active{
	background-position: -28px 0;
}

#slider ol li.selected{
	background-position: -90px 0;	
}

#slider ol li.selected:hover{
	background-position: -54px 0;	
}

#slider ol li.selected:active{
	background-position: -70px 0;	
}

#slider .sliderBtnLeft, 
#slider .sliderBtnRight{
	display: block;
	height: 118px;
	width: 59px;
	position: absolute;
	top: 50%;
	margin-top: -59px;
	background: url(images/slideArrow.png) no-repeat transparent;

}

#slider .sliderBtnLeft:hover{
	background-position: -59px 0;	
}

#slider .sliderBtnLeft:active{
	background-position: -118px 0;		
}

#slider .sliderBtnRight{
	background-position: 0 -118px;
	right: -0px;
}

#slider .sliderBtnRight:hover{
	background-position: -59px -118px;
}

#slider .sliderBtnRight:active{
	background-position: -118px -118px;
}



#slider{
	position: relative;
	overflow: hidden;
}

#slider ul{
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

#slider ul li{
	position: relative;
	float: left;
}

#slider ul li span{
	background-position: center center;
	background-size: cover;
	-moz-background-size: cover;
	display: block;
    height: 400px;
}

#slider ul li img{
	width: auto;
	display: inline-block;
	margin-left: -120px;
}

#slider ol{
	position: absolute;
	left: 50%;
	bottom: 12px;
}

#slider ol li{
	margin-right: 4px;
	cursor: pointer;
	height: 18px;
	width: 18px;
	float: left;
}

#promoBlock,
#promoBlock > div[id*="bx_"]{
	width: 100%;
	display: inline-block;
	overflow:hidden;
	table-layout: fixed;
	border-collapse: collapse;
        margin-top: -15px;
}


.limiter{
	max-width: 1480px;
	min-width: 320px;
	margin: auto;
	clear: both;
}
.limiter .compliter > div[id*="bx_"] {
    width: 355px;
    padding-right: 24px;
    display: table-cell;
    vertical-align: top;
}

.limiter .compliter > div[id*="bx_"] #left{
	padding-right: 0
}

.banner-animated .image { opacity: 0; transform: translate3d(30px,0,0); transition: all 0.6s 0.4s ease-in-out; }
.banner-animated.banner-image-load .image { opacity: 1; transform: translate3d(0,0,0); }

.slider_middle #slider ul li span,
.slider_middle #slider .limiter{
	height: 800px;
}

.slider_small #slider ul li span,
.slider_small #slider .limiter{
	height: 600px;
}

.slider_middle #slider ul li span,
.slider_small #slider ul li span{
	background-position: 50% 0;
}

@media all and (max-width: 1920px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 540px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 420px;
	}

}

@media all and (max-width: 1600px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 450px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 380px;
	}

}

@media all and (max-width: 1366px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 480px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 350px;
	}

}

@media all and (max-width: 1300px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 420px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 420px;
	}

}

@media all and (max-width: 1200px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 400px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 400px;
	}

}

@media all and (max-width: 1100px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 380px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 380px;
	}

}

@media all and (max-width: 1024px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 350px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 350px;
	}

}

@media all and (max-width: 850px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 300px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 300px;
	}

}

@media all and (max-width: 700px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 280px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 280px;
	}

}

@media all and (max-width: 660px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 260px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 260px;
	}

}

@media all and (max-width: 480px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 220px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 220px;
	}

}



@media all and (max-width: 1920px) {

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 400px;
	}

}

@media all and (max-width: 1600px) {

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 350px;
	}

	#slider .sliderContent,
	#slider .leftContainer{
		left: 72px;
	}

	#slider .rightContainer{
		right: 48px;
		left: unset;
	}

	#slider .centerContainer{
	    transform: translateX(-50%) translateY(-50%) !important;
		left: 50%;
	}

}


@media all and (max-width: 1300px) {
	
	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 300px;
	}

	#slider .sliderContent .bigText,
	#slider .sliderContent .bigTextColor,
	#slider .sliderContent .bigTextLight,
	#slider .sliderContent .bigTextLightColor{
		line-height: 42px;
		font-size: 36px;
	}

	#slider .sliderContent .mediumText,
	#slider .sliderContent .mediumTextColor,
	#slider .sliderContent .mediumTextLight{
		line-height: 30px;
		font-size: 24px;
	}

	#slider .sliderContent .smallText,
	#slider .sliderContent .smallTextColor,
	#slider .sliderContent .smallTextLight{
		line-height: 21px;
		font-size: 14px;
	}

	#slider .sliderContent{
		max-width: 400px;
	}

	#slider .sliderContent br{
		display: none;
	}

	#slider .sliderContent,
	#slider .leftContainer{
		left: 24px;
	}

	#slider .rightContainer{
		left: unset;
		right: 24px;
	}

	#slider .centerContainer{
	    transform: translateX(-50%) translateY(-50%);
		left: 50%;
	}

}

@media all and (max-width: 1200px) {

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 330px;
	}

}

@media all and (max-width: 1100px) {

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 290px;
	}

}

@media all and (max-width: 1024px) {

	#slider .sliderBtnRight,
	#slider .sliderBtnLeft{
		display: none;
	}

	
	#smartFilter .heading{
		cursor: pointer;
	}

	#nextSection ul{
		display: none;
	}

	#nextSection{
		border: none;
	}

	#nextSection .title{
		position: relative;
		padding-left: 12px;
		font-family: 'roboto_ltregular';
		text-transform: none;
		cursor: pointer;
		text-align: left;
		border: none;
		background-color: #f8f8f8;
	}

	#nextSection .title:before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 42px;
		background: #efefef url('images/catalogIco2.png') center center no-repeat;
	}

	#smartFilterForm .slider{
		display: none;
	}

	#modef{
		display: none !important;
	}

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 250px;
	}

	.product .getFastView,
	#catalogLineList .picture .getFastView{
		display: none !important;
	}

	#appFastView{
		display: none !important;
	}

	#fastViewStores{
		display: none !important;
	}

	a.inStock span{
		border: 0 !important;
	}

	#slider ol{
		display: none;
	}

	#slider .slideVideo{
		display: none;
	}

	#slider .videoPoster {
	    display: block;
	}

	.templateSwitcherSettings,
	.templateSwitcher{
		display: none !important;
	}

	.product{
		width: 25%;
		height: 301px
	}

	.product.last {
		line-height: 300px;
	}

	.product .tabloid{
		height: 300px;
	}

	.product .picture{
		height: 195px;
		line-height: 195px;
	}

	.productSpecialTime{
		top: 30px;
	}

	#homeCatalog .captionList{
		height: 50px;
		line-height: 50px;
	}

	#homeCatalog .captionBtnRight,
	#homeCatalog .captionBtnLeft{
		display: none !important;
	}

	#homeCatalog .caption a{
		font-size: 14px;
	}

	#homeCatalog #captionCarousel{
		position: relative;
	}

	#catalogColumn .product{
		width: 25%;
	}

}

@media all and (max-width: 1024px){

	#rowFooter,
	#leftFooter,
	#leftFooter .column,
	#rightFooter{
		display: block;
		padding: 0px;
		width: 100%;
	}

	#leftFooter{
		box-sizing: border-box;
		padding: 24px;
	}

	#leftFooter .column{
		box-sizing: border-box;
		margin-bottom: 12px;
	}

	#leftFooter .column:last-child{
		margin-bottom: 0px;
	}

	#leftFooter .heading{
	    background-color: rgba(0, 0, 0, 0.1);
		font-family: "roboto_ltregular";
	    text-transform: uppercase;
	    border-radius: 4px;
	    position: relative;
	    padding: 18px 12px;
	    line-height: 16px;
	    font-weight: 400;
	    text-align: left;
	    cursor: pointer;
	    font-size: 14px;
	    border: 0px;
	    margin: 0px;
	}

	#leftFooter .heading:not(.noTabs):after {
	    background-image: url(images/mobile-tab-show.svg);
	    background-color: transparent;
	    background-repeat: no-repeat;
	    background-position: 50% 50%;
	    border-radius: 25px;
	    position: absolute;
	    display: block;
	    margin: auto;
	    content: "";
	    height: 25px;
	    width: 25px;
	    bottom: 0px;
	    right: 12px;
	    top: 0px;
	}

	#leftFooter .heading.active:after {
	    background-image: url(images/mobile-tab-hide.svg);
	}

	#leftFooter .heading + ul{
		box-sizing: border-box;
		padding: 0px 12px;
		margin-top: 12px;
		display: none;
	}

	#rightFooter{
		box-sizing: border-box;
		padding: 24px 0px;
	}

	#rightFooter .rightTable{
		display: block;
	}

	#rightFooter .leftColumn,
	#rightFooter .rightColumn{
		box-sizing: border-box;
		padding: 0px 24px;
		display: block;
	}

	#rightFooter .rightColumn{
		padding-top: 18px;
	}

	#footer .rightTable .leftColumn{
		display: block;
	}

	#rowFooter{
		display: table;
		font-size: 0px;
	}

	#leftFooter,
	#rightFooter{
		display: table-cell;
		vertical-align: top;
		font-size: 14px;
		width: 50%;
	}

}

@media all and (max-width: 1000px){

	.product{
		width: 33.33333%;
	}

	#catalogColumn .product{
		width: 33.33333%;
	}

	#catalog .product{
		width: 33.33333%;
	}

	#popSection .picture img{
		max-width: 75%;
		max-height: 75%;
	}

	#brandList .picture img{
		max-height: 70%;
		max-width: 70%;
	}

	.bx-auth .rightContainer .bx-title{
		margin-top: 12px;
	}

}

@media all and (max-width: 850px) {

	#topHeading{
		display: none;
	}

	#catalogLineList .column:last-child .priceLabel,
	#catalogLineList .column:last-child .price{
		font-size: 18px;
	}

	#headerTools .nf{
		display: none;
	}

	#catalogLine .column:last-child .label{
		display: none;
	}

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 260px;
	}

	#modef{
		display: none !important;
	}

	#catalogLine .column:nth-child(3){
		display: none;
	}

	#catalogLine .column:nth-child(3){
		display: none;
	}

	#footerLine .col:first-child{
		display: none;
	}

	#footerLine .col:last-child{
		text-align: center;
		width: 100%;
		float: left;
	}

}

@media all and (max-width: 800px) {
	#slider .sliderContent .bigText,
	#slider .sliderContent .bigTextColor,
	#slider .sliderContent .bigTextLight,
	#slider .sliderContent .bigTextLightColor{
		line-height: 30px;
		font-size: 24px;
	}

	#slider .sliderContent .mediumText,
	#slider .sliderContent .mediumTextColor,
	#slider .sliderContent .mediumTextLight{
		line-height: 24px;
		font-size: 18px;
	}

	#slider .sliderContent .smallText,
	#slider .sliderContent .smallTextColor,
	#slider .sliderContent .smallTextLight{
		line-height: 21px;
		font-size: 14px;
	}

	.mainService .slideContainer{
		margin: 0 -2px;
	}

	.mainServiceContainer .item{
		padding: 0 2px;
	}

	.mainServiceContainer .item .bigPicture{
		height: 110px;
		line-height: 110px;
	}

	.mainServiceContainer .item .wrap{
		padding: 0 12px;
	}

	.mainServiceContainer .item .more{
		margin-bottom: 18px;
	}
}

@media all and (max-width: 790px) and (min-width: 600px) {

	.product:nth-child(2n+1).last{
		line-height: 70px;
		height: 70px;
		width: 100%;
	}

	.product:nth-child(2n+1).last .icon{
		display: none;
	}

	.product:nth-child(2n+1).last .small{
		display: none;
	}

}

@media all and (max-width: 790px) and (min-width: 500px) {
	#popSection .item:nth-child(3n+1).last{
		line-height: 70px;
		height: 70px;
		width: 100%;
	}

	#popSection .item:nth-child(3n+1).last .icon{
		display: none;
	}

	#popSection .item:nth-child(3n+1).last .small{
		display: none;
	}
}


@media all and (max-width: 790px) and (min-width: 360px) {

	#brandList .item:nth-child(3n+1).last{
		line-height: 70px;
		height: 70px;
		width: 100%;
	}

	#brandList .item:nth-child(3n+1).last .icon{
		display: none;
	}

	#brandList .item:nth-child(3n+1).last .small{
		display: none;
	}

}

@media all and (max-width: 790px){

	.product{
		width: 50%;
	}

	#catalogColumn .product{
		width: 50%;
	}

	#catalog .product{
		width: 50%;
	}

	#popSection .item{
		width: 33.33333%;
	}

	#brandList .item{
		width: 33.33333%;
	}

	#homeCatalog .caption{
		border: none;
	}

}

@media all and (max-width: 750px) {

	#appFastBuyContainer .column:first-child,
	#requestPrice .productColumn{
		display: none;
	}

	#appFastBuyContainer .column{
		box-sizing: border-box;
		padding: 0 24px;
		width: 100%;
		float: none;
	}

	#appFastBuyContainer input,
	#appFastBuyContainer textarea{
		width: 100%;
	}

	#appFastBuyContainer .formLine{
		text-align: center;
	}

	#appFastBuyContainer #fastBuyFormSubmit{
		display: inline-block;
		width: 50%;
	}

	#appFastBuyContainer{
		transform: translate(-50%, -50%);
		margin: 0px;
		width: 100%;
	}

	#requestPrice .formColumn{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 24px;
		width: 100%;
	}

	#requestPrice input,
	#requestPrice textarea,
	#requestPrice #requestPriceSubmit{
		width: 100%;
	}

	#requestPrice input{
		height: 45px;
	}

	#requestPrice textarea{
		height: 50px;
	}

	#requestPrice #requestPriceContainer{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #ffffff;
		transform: translateX(-50%);
		padding-right: 0px;
		padding-left: 0px;
		margin-left: 0px;
		width: 90%;
		left: 50%;
	}

	#requestPriceForm{
		margin-bottom: 24px;
	}

	#requestPrice .requestPriceFormHeading{
		margin-right: 0px;
	}

	#rowFooter{
		display: block;
	}

	#leftFooter,
	#rightFooter{
		display: block;
		width: 100%;
	}

	#rightFooter .rightTable td{
		text-align: left;
	}

}

@media all and (max-width: 700px) {

	#mainMenuContainer .minCatalogButton{
		padding-left: 12px;
	}

	#slider ul li span,
	#slider .limiter,
	#slider .videoPoster{
		height: 200px;
	}

	#footerTabs .wrapper,
	#footerTabsCaption .wrapper,
	.limiter{
		padding: 0px 12px;
		margin: 0px;
	}

	#footer .limiter{
		padding: 0px 12px;
		margin: 0px;
	}

	#main .limiter{
		padding: 0 12px;
		box-sizing: border-box;
	}

	#mainMenuContainer .limiter{
		padding: 0px;
	}

	#topMenu{
		margin-left: 12px;
	}

	#logo {
		border-right: 0;
	}

	#topSearch form{
		box-sizing: border-box;
	}

	#footer .top{
		box-sizing: border-box;
		padding: 0 12px;
	}

	#footer .bottom{
		box-sizing: border-box;
		padding: 0 12px;
	}

	#footer .bottom .left{
		width: 60px;
	}

	#flushFooterCart .item:nth-child(1){
		display: none;
	}

	.copyright img{
		display: none;
	}

	.copyright{
		display: block;
		width: 60px;
		height: 60px;
		background: url(images/sn.png) -360px -0px no-repeat transparent;
	}

	.copyright:hover{
		background-position: -360px -60px;
	}

	#catalogLineList .resizeColumn{
		width: 40%;
	}

	#catalogLineList .column .resizeColumn.last{
		width: 20%;
	}

	#catalogLineList .column:last-child .optional .label{
		width: 100%
	}

	#catalogLineList .column:last-child .optional .label:first-child{
		display: none;
	}

	#catalogLineList .column:last-child .priceLabel{
		display: none;
	}

	#catalogTableList .column:nth-child(8){
		display: none;
	}

	#appBasket{
		display: none !important;
	}

	#overlap{
		display: none !important;
	}

	.blurred{
		-webkit-filter: blur(0px) !important;
	    -moz-filter: blur(0px) !important;
	    -ms-filter: blur(0px) !important;
	    -o-filter: blur(0px) !important;
	    filter: blur(0px) !important;
	}

	#upButton{
		display: none !important;
	}

	#newsContainer .column .item .bigPicture{
		width: 100%;
		float: none;
	}

	#catalogSection .sectionItems .item .itemContainer .description{
		display: none;
	}

	div.mf-name, div.mf-email, div.mf-captcha, div.mf-message{
		width: 100%;
	}

	.product .row:first-child{
		display: none;
	}

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 250px;
	}

	.product{
		height: 140px;
		width: 50%;
	}

	body .product:hover .tabloid{
		box-shadow: none;
		border-color: transparent;
	}

	.product.last{
		line-height: 140px;
	}

	.product .btn-simple {
		display: inline-block;
		font-size: 13px;
	}

	.product .tabloid{
		height: 100%;
	}

	.product:hover .tabloid{
		height: 100%;
	}

	.product .picture{
		height: 120px;
		line-height: 120px;
	}

	.product .optional{
		display: none;
	}

	.product .skuProperty{
		display: none;
	}

	.product .addCart{
		display: none;
	}

	.product .price .discount{
		height: auto;
	}

	.product .name{
		height: 36px;
		line-height: 36px;
	}

	.product .middle{
		line-height: 18px;
	}

	.product .price{
		margin-bottom: 6px;
		font-size: 14px;
	}

	.product .price .measure{
		font-size: 14px;
	}

	.product .markerContainer{
		left: 6px;
		top: 6px;
	}

	.product .marker{
		margin-bottom: 2px;
	}

	.product .getPricesWindow .priceIcon{
		display: none;
	}

	.product .rating{
		display: none;
	}

	.productSpecialTime{
		display: none;
	}

	.productTable{
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.productColImage{
		width: 110px;
		padding-right: 12px;
		display: table-cell;
		vertical-align: middle;
	}

	.productColText{
		display: table-cell;
		vertical-align: middle;
	}

	.product.last .icon{
		height: 33px;
		margin-bottom: 6px;
	}

	.product.last .icon .iconBig{
		display: none;
	}

	.product.last .icon .iconSmall{
		display: inline-block;
	}

	.mainService .btnLeft,
	.mainService .btnRight{
        background: url(images/slideArrowMicro.png) 0 0 no-repeat transparent;
        transform: translateY(-50%);
        position: absolute;
        height: 48px;
        width: 24px;
        z-index: 22;
        top: 50%;
    }

    .mainService .btnLeft:hover{
        background-position: -24px 0;
    }

    .mainService .btnLeft:active{
        background-position: -48px 0;
    }

    .mainService .btnRight{
        background-position: 0 -48px;
    }

    .mainService .btnRight:hover{
        background-position: -24px -48px;
    }

    .mainService .btnRight:active{
        background-position: -48px -48px;
    }

	.product .addCartContainer{
		display: none;
	}

	.product .price .discount{
		margin-top: 2px;
	}

	.product .name{
		margin-bottom: 2px;
	}

}

@media all and (max-width: 660px) {

	#footer{
		padding-top: 0px;
	}

	div[id*="bigdata_recommended_"],
	#footerTabsCaption,
	#footerTabs,
	#footerTabs .tab{
		display: none !important;
	}

	#headerTools .tools .compare,
	#headerTools .tools .wishlist{
		display: none;
	}

	#catalogLineList .column{
		width: 50%;
	}

	#catalogLineList .prop{
		display: none;
	}

	#catalogLineList .column .resizeColumn{
		width: 50%;
	}

	#catalogLineList .column .resizeColumn.last{
		display: none;
	}

	#catalogTableList .column:nth-child(1){
		display: none;
	}

	#catalogTableList .column:nth-child(2){
		padding-left: 24px;
		width: auto;
	}

	.contactList li{
		margin-bottom: 24px;
		width: 100%;
	}

	#empty .emptyMenu li{
		width: 100%;
	}

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 175px;
	}

	#catalogLine .label{
		display: none;
	}

}

@media all and (max-width: 600px){

	.product{
		width: 100%;
	}

	#catalogColumn .product{
		width: 100%;
	}

	#catalog .product{
		width: 100%;
	}

	.productColImage {
		width: 40%;
		min-width: 110px;
		max-width: 160px;
	}

	#popSection .item{
		height: 170px;
	}

	#popSection .nameWrap{
		height: 48px;
		line-height: 48px;
	}

	#popSection .last .value,
	#popSection .last .ps{
		font-size: 16px;
	}

	#brandList .last .ps,
	#brandList .last .value,
	#popSection .last .small{
		font-size: 14px;
	}

	#homeCatalog #captionCarousel:before{
		content: "";
		position: absolute;
		z-index: 2;
		right: 0;
		top: 0;
		width: 80px;
		height: 100%;
		background: -moz-linear-gradient(left,  rgba(43,43,43,0) 0%, rgba(43,43,43,1) 100%);
		background: -webkit-linear-gradient(left,  rgba(43,43,43,0) 0%,rgba(43,43,43,1) 100%);
		background: linear-gradient(to right,  rgba(43,43,43,0) 0%,rgba(43,43,43,1) 100%);
		pointer-events: none;
	}

	.catalogLineSpecialTime{
		display: none;
	}

	#footerBottom .creator{
		display: none;
	}

	#footerBottom .social{
		overflow-x: scroll;
		padding: 0px;
		float: none;
		margin: 0px;
	}

	#footerBottom ul{
		display: inline-block;
		white-space: nowrap;
	}

	#footerBottom .sn{
		float: none;
	}

	#footerBottom .sn li{
		vertical-align: middle;
		display: inline-block;
		float: none;
	}

}

@media all and (max-width: 525px) {

	#catalogLine .column:first-child{
		float: left;
	}

	#catalogLine .column:nth-child(2){
		float: right;
	}

	#catalogLine .column:last-child{
		display: none;
	}

}

@media all and (max-width: 500px) {

	.top-auth-personal,
	.top-auth-exit,
	.top-auth-login,
	.top-auth-register{
		border: none !important;
		position: absolute;
		top: 100px;
	}

	.top-auth-personal,
	.top-auth-login{
		left: 12px;
	}

	.top-auth-exit{
		left: 120px;
	}

	.top-auth-register{
		left: 52px;
	}

	#headerTools{
		padding-right: 12px;
		border: none;
	}

	#headerTools .telephone{
		line-height: 21px !important;
		border: none !important;
		position: absolute;
		padding: 0px;
		right: 0px;
		top: 103px;
	}

	#headerTools .telephone .callBack{
		display: none;
	}

	#headerTools .telephone .nf{
		margin: 0;
		float: none;
		display: block;
	}

	#headerTools .telephone .nf .heading{
		display: none;
	}

	#headerTools .telephone .nf .heading:first-child{
		font-family: "robotomedium";
		font-size: 14px;
		display: block;
		color: #000000;
	}

	#headerTools .tools li{
		border: none !important;
	}

	#headerTools .tools .cart{
		padding: 0px;
	}

	#topService,
	#topHeader.color_theme #topMenu,
	#topHeader.color_theme #topService,
	#topHeader.color_black #topMenu,
	#topHeader.color_black #topService{
		border: none;
	}

	#topHeader.color_theme #topService li,
	#topHeader.color_black #topService li,
	#topService li{
		padding: 0px;
		border: none;
	}

	#logo{
		line-height: 75px;
		height: 75px;
		border: none;
	}

	#headerTools .tools li{
		line-height: 75px;
	}

	#topMenu{
		margin-left: 0px;
	}

	.user-geo-position{
		padding-right: 12px;
		text-align: right;
	}

	#topSearch input[type="text"]{
		padding-left: 6px;
	}

	#topService li a{
		color: #888888;
	}

	#panel{
		position: fixed;
		z-index: 9999;
	}

	#logo{
		text-align: left;
	}

	#topHeader #topMenu{
		border: none;
	}

	#topMenu .bar{
		/*padding: 0px;*/
	}

	#topSearch input[type="text"]{
		font-size: 14px;
	}

	#topSeachCloseForm{
		font-size: 13px;
	}

	#subHeader #logo{
		padding-left: 12px;
	}

	.user-geo-position{
		/*padding-right: 0px;*/
	}

	#popSection .item{
		width: 50%;
		height: 150px;
	}

	#popSection .nameWrap{
		height: 32px;
		line-height: 32px;
	}

	#popSection .item:nth-child(2n+1).last{
		line-height: 95px;
		height: 95px;
		width: 100%;
	}

}

@media all and (max-width: 480px) {

	/*	#homeCatalog .limiter{
		padding: 0px;
		margin: 0px;
	}*/

	#brandList .heading{
		padding-bottom: 24px;
	}

	#homeCatalog{
		/*margin-top: 12px;*/
	}

	#homeCatalog .captionList .limiter{
		padding: 0px;
	}

	#leftFooter .column{
		width: 100%;
	}

	.sn{
		display: none;
	}

	#catalogTableList .column:first-child{
		width: auto;
	}

	#catalogTableList .column:nth-child(2){
		padding-left: 0px;
		margin-top: 0px;
	}

	#catalogTableList .column{
		text-align: center;
		display: block;
	}

	#catalogTableList .column:nth-child(1){
		margin-top: 24px;
		display: block;
	}

	#catalogTableList .name{
		text-align: center;
	}

	#catalogTableList .price .discount{
		right: 48px;
	}

	#catalogTableList .addCart,
	#catalogTableList .more{
		margin: 0;
	}
	
	#slider{
		width: 100%;
	}

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 115px;
		padding: 0;
	}

	#slider .sliderContent{
		text-align: center;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-o-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-shadow: 1px 1px 10px #ffffff;
		/*padding: 0 12px;*/
		right: unset;
		left: unset;
		width: 100%;
	}

	#slider .sliderContent br{
		display: none;
	}

	#slider ul li span {
		/*		-webkit-filter: url(#blur);
		filter: url(#blur);
		-webkit-filter: blur(3px);
		filter: blur(3px);
		filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');*/
		-webkit-transition: 1s -webkit-filter linear;
		transition: 1s filter linear;
		opacity: 1;
	}
	#slider ul li span:hover {
		transform: scale(1);
		filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}

	#slider .sliderContent .cButtonLight,
	#slider .sliderContent .cButton{
		text-shadow: none;
		line-height: 35px;
		margin-top: 12px;
		padding: 0 12px;
		height: 35px;
	}

	#slider .sliderContent .bigText,
	#slider .sliderContent .bigTextColor,
	#slider .sliderContent .bigTextLight{
		margin-top: 6px;
	}

	#slider .sliderContent .mediumText,
	#slider .sliderContent .mediumTextColor,
	#slider .sliderContent .mediumTextLight{
		line-height: 21px;
		margin-top: 6px;
	}

	#slider .sliderContent .bigText,
	#slider .sliderContent .bigTextColor,
	#slider .sliderContent .bigTextLight,
	#slider .sliderContent .bigTextLightColor{
		line-height: 24px;
		font-size: 21px;
	}

	#slider .sliderContent .smallText,
	#slider .sliderContent .smallTextColor,
	#slider .sliderContent .smallTextLight{
		display: none;
	}

	#slider .whiteColor{
		text-shadow: 1px 1px 12px #000000;
	}

	#leftFooter .column{
		padding-right: 0px;
	}

	#footerBottom .creator{
		text-align: center;
		float: none;
	}

	#homeCatalog .captionList .cItem:first-child .caption{
		border-left: none;
	}

	#homeCatalog .captionBtnRight{
		right: -12px;
	}

	#homeCatalog .captionBtnLeft{
		left: -12px;
	}

}

@media all and (max-width: 450px){

	.user-geo-position-label{
		display: none;
	}

	#appFastBuyContainer{
		padding-bottom: 24px;
		height: auto;
	}

	#appFastBuyContainer .formLine:last-child{
		margin-bottom: 0px;
	}

	#appFastBuyContainer #fastBuyFormSubmit{
		width: 80%;
	}

}

@media all and (max-width: 430px) {

	#requestPrice #requestPriceContainer{
		height: 450px;
	}

	#requestPrice .requestPriceHeading{
		font-size: 16px;
	}

/*	#requestPrice .requestPriceHeading .close{
		display: none;
	}
*/
	#requestPrice .requestPriceFormHeading{
		margin-top: 32px;
	}

}

@media all and (max-width: 400px) {

	#logo{
		width: 150px;
	}

	.productColImage {
		width: 50%;
	}

	#catalogLine .oFilter{
		margin-right: 0;
	}

	#catalogLine{
		padding: 0;
		border: none;
		height: 32px;
		line-height: 32px;
	}

	#catalogColumn #smartFilter{
		margin-top: 42px;
	}

	#flushFooterCart .item:nth-child(2) .textLabel{
		display: none;
	}

	#flushFooterCart .item:nth-child(2) .icon{
		margin-right: 6px;
	}

}

@media all and (max-width: 360px) {

	#brandList .item{
		width: 50%;
	}

	#brandList .item:nth-child(2n+1).last{
		line-height: 70px;
		height: 70px;
		width: 100%;
	}

	#brandList .last .ps,
	#brandList .last .value,
	#popSection .last .small {
		font-size: 13px;
	}

	/*#catalogLine{
		display: none;
	}*/

/*	.oSmartFilter.btn-simple.btn-micro{
		min-width: 88px;
	}

	#catalogLine .oSmartFilter .ico{
		padding-right: 8px;
	}*/


	#catalogLine .oSmartFilter.btn-simple.btn-micro{
		min-width: 94px;
	}
	
	#headerTools .tools li{
		border-left: none;
	}

	#logo{
		width: 120px;
	}

	.mainServiceContainer .item .bigPicture{
		margin-top: 12px;
		height: 95px;
		line-height: 95px;
	}

	.mainServiceContainer .item .title{
		margin-top: 12px;
	}

	.mainServiceContainer .item .more{
		margin: 6px 0 12px;
	}

	.mainServiceContainer .item .title a{
		height: 30px;
		line-height: 30px;
	}

	.mainServiceContainer .item .title a span{
		font-size: 13px;
		line-height: 15px;
	}

}


@media all and (max-width: 300px) {
	#headerTools .tools .telephone{
		display: none !important;
	}
}

#ORDER_CONFIRM_BUTTON{
    text-shadow: none !important;
    height: 50px !important;
    line-height: 50px !important;
}

.addCart.disabled{
	pointer-events: none;
	cursor: default;
}

.addCart.requestPrice{
	background-color: #2b2b2b !important;
	pointer-events: auto !important;
	cursor: pointer !important;
}

.addCart.requestPrice:hover{
	opacity: 0.8 !important;
}

.addCart.requestPrice:active{
	position: relative;
	top: 1px;
}

.sale_order_full_table input[name="BuyButton"],
.sale_order_full_table input[type="submit"]{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	line-height: 50px;
	cursor: pointer;
	padding: 0 48px;
	height: 50px;
	border: 0px;
}


div.bx-debug-summary{
	z-index: 99999 !important;
}

.appZoomContainerExit{
	background: url(images/exitWindow.png) 0 0 no-repeat transparent;
	position: absolute;
	height: 38px;
	width: 38px;
	right: -38px;
	top: -38px;
}

.appZoomContainerExit:hover{
	background-position: 0px -38px;
}

.appZoomContainerExit:active{
	background-position: 0px -76px;
}

#appZoomWindow .appZoomContainer{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#appZoomWindow .appZoomContainer.loading{
	background: url(images/windowLoader.gif) 50% 50% no-repeat transparent;
	min-height: 100px;
	min-width: 100px;
}

.fastBack.disabled{
	/*pointer-events: none;*/
	cursor: not-allowed;
}

.fastBack.disabled:hover{
	color: #717171;
}

.fastBack.disabled:active{
	top: 0px;
}

.getPricesWindow{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer !important;
}

.getPricesWindow:hover{
	color: #444444;
}

.getPricesWindow:active{
	position: relative;
	top: 1px;
}

.getPricesWindow .priceIcon{
	background: url(images/priceInfo.png) 0 0 no-repeat transparent;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	margin-top: -2px;
	height: 21px;
	width: 21px;
}

.getPricesWindow .priceIcon:hover{
	background-position: 0px -21px;
}

.getPricesWindow .priceIcon:active{
	background-position: 0px -42px;
}

.global-block-container{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.global-content-block,
.global-information-block{
	display: table-cell;
	vertical-align: top;
}

.global-information-block{
	position: relative;
	padding-left: 24px;
	overflow: hidden;
	width: 280px;
}

.global-information-block.fixed .global-information-block-cn{
	padding-top: 24px;
	overflow: hidden;
	position: fixed;
	width: 280px;
	top: 0px
}

.global-information-block-hide-scroll{
	padding-right: 24px;
	max-height: 100vh;
	overflow: auto;
	width: 320px;
}

.global-information-block-hide-scroll-cn{
	width: 280px;
}

.global-information-block.max-scroll .global-information-block-cn{
	position: absolute;
	bottom: 0px;
	top: auto;
}

.questions-answers .h2{
	margin: 18px 0;
}

.question-answer-wrap{
	font-size: 14px; 
	line-height: 24px; 
	color: #000000; 
	margin-bottom: 12px; 
	padding: 0 18px 0 24px; 
	border: 1px solid #f3f3f3; 
	transition: all 0.2s ease-in-out; 
}
.question-answer-wrap:last-child{
	margin-bottom: 0; 
}

.question-answer-wrap:hover{
	box-shadow: 0 0 7px 0 rgba(0,0,0, 0.05);
}

.questions-answers-list .question{
	position: relative; 
	padding: 24px 0; 
	padding-right: 120px; 
	cursor: pointer;
}

.questions-answers-list .open-answer{
	position: absolute;
	right: 6px;
	top: 50%;
	width: 110px;
	height: 25px;
	margin-top: -12px;
	overflow: hidden; 
}

.questions-answers-list .open-answer span{
	position: absolute; 
	left: 0;
	top: 0;
	display: block;
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	color: #000000;
	transition: all 0.3s linear; 
}

.questions-answers-list span.hide-answer-text{
	top: -25px; 	
}

.questions-answers-list .active span.hide-answer-text{
	top: 0;
}

.questions-answers-list .active span.open-answer-text{
	top: 25px; 
}

.questions-answers-list .open-answer-btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: url("images/question-arrow.png") center center / contain no-repeat;
	transition: all 0.3s linear;
}

.questions-answers-list .active .open-answer-btn {
	transform: rotate(-180deg); 
}

.questions-answers-list .answer {
	display: none;
	padding: 24px 0;
	border-top: 1px solid #efefef;
	color: #888888; 
}
@media screen and (max-width: 767px){
    #promoBlock, #promoBlock > div[id*="bx_"] {
    margin-top: -24px;
}
@media screen and (max-width: 1024px) {
    #promoBlock {
        margin-top: auto;
    }
}
@media screen and (max-width: 800px){
	
	.questions-answers-list .answer {
		padding: 0 12px; 
	}
	
	.questions-answers-list .question {
		padding: 12px 36px 12px 0;
		line-height: 20px;
	}

	.questions-answers-list .answer {
		padding: 12px 0;
		line-height: 20px;
	}

	.questions-answers-list .open-answer {
		right: 0;
	}

	.questions-answers-list .open-answer span {
		display: none;
	}
	
}

.information-heading{
	font-family: "robotomedium";
	margin-bottom: 12px;
	font-size: 21px;
}

.information-text{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 12px;
	color: #555555;
}

.information-list-item{
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	padding: 12px 12px;
	margin-top: 24px;
}

.information-item-icon{
	padding-right: 24px;
	width: 42px;
}

.information-list-item a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	color: #000000;
}

.information-list-item a:hover{
	color: #777777;
}

.information-list-item a:active{
	position: relative;
	top: 1px;
}

.information-feedback-container{
	margin-top: 24px;
}

.information-feedback{
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-decoration: none;
	text-align: center;
	padding: 18px 12px;
	font-size: 16px;
	display: block;
}

.information-feedback:active{
	position: relative;
	top: -1px;
}

.tb{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.tc{
	vertical-align: middle;
	display: table-cell;
}

#catalog-section-banners{
	margin: 0px 0px 24px 0px;
	overflow: hidden;
	display: none;
	clear: both;
}

#catalog-section-banners ul{
	padding: 0;
	margin: 0;
}

#catalog-section-banners ul > li{
	list-style: none;
	float: left;
	width: 0px;
}

#catalog-section-banners ul > li:first-child{
	width: auto;
}

#catalog-section-banners li img{
	width: 100%;
}

#catalog-section-banners ol{
	margin: 0px;
	padding: 0px;
	list-style: none;	
	position: absolute;
	left: 50%;
	bottom:12px;
}

#catalog-section-banners ol{
	position: absolute;
	left: 50%;
	bottom: 12px;
}

#catalog-section-banners ol li{
	background: url(images/slideButtonSect.png) 0 0 no-repeat transparent;
	margin-right: 4px;
	width: 18px;
	height: 18px;
	float:left;
	cursor: pointer;
}

#catalog-section-banners ol li:hover{
	background: url(images/slideButtonSect.png) -18px 0  no-repeat transparent;
}

#catalog-section-banners ol li:active{
	background: url(images/slideButtonSect.png) -36px 0  no-repeat transparent;
}

#catalog-section-banners ol li.selected{
	background: url(images/slideButtonSect.png) -54px 0  no-repeat transparent;	
}

#catalog-section-banners ol li.selected:hover{
	background: url(images/slideButtonSect.png) -72px 0  no-repeat transparent;	
}

#catalog-section-banners ol li.selected:active{
	background: url(images/slideButtonSect.png) -90px 0  no-repeat transparent;	
}

#catalog-section-banners .catalog-section-banners-btn-left, 
#catalog-section-banners .catalog-section-banners-btn-right{
	background: url(images/slideArrowSect.png) no-repeat transparent;
	position: absolute;
	margin-top: -30px;
	display: block;
	height: 60px;
	width: 30px;
	top: 50%;

}

#catalog-section-banners .catalog-section-banners-btn-left{
	background-position: 0 0;
	left: 0px;
}

#catalog-section-banners .catalog-section-banners-btn-left:hover{
	background-position: -30px 0;	
}

#catalog-section-banners .catalog-section-banners-btn-left:active{
	background-position: -60px 0;		
}

#catalog-section-banners .catalog-section-banners-btn-right{
	background-position: 0 -60px;
	right: 0px;
}

#catalog-section-banners .catalog-section-banners-btn-right:hover{
	background-position: -30px -60px;
}

#catalog-section-banners .catalog-section-banners-btn-right:active{
	background-position: -60px -60px;
}

.bx-sls .quick-location-tag, .bx-slst .quick-location-tag{
	color: #23527c !important;
}

.list-advantages {
	max-width: none;
	font-size: 0;
	line-height: 0;
	margin: 18px -12px 24px;
}

.list-advantages .list-item {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: 350px;
	box-sizing: border-box;
	padding: 12px;
}

.list-advantages .tc {
	vertical-align: top;
}

.list-advantages .image {
	width: 74px;
}

.list-advantages .text-wrap {
	font-size: 14px;
	color: #000000;
}

.list-advantages .name {
	max-height: 40px;
	margin-bottom: 6px;
	overflow: hidden;
	font-family: "robotomedium";
	font-size: 16px;
	line-height: 20px;
}

.list-advantages .descr {
	max-height: 32px;
	line-height: 16px;
	overflow: hidden;
}

.processing{
	pointer-events: none;
	position: relative;
}

.processing > *{
	opacity: .4;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.processing:after{
	background: url(images/spin.svg) 50% 50% no-repeat;
	position: absolute;
	content: " ";
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

#colorSwitcher{
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	transform: translateX(192px);
	background-color: #ffffff;
	margin-top: -175px;
	text-align: center;
	position: fixed;
	z-index: 99999;
	height: 450px;
	width: 192px;
	right: 0px;
	top: 50%;
}

#colorSwitcher:hover{
	transform: translateX(0);
}

#colorSwitcher .settingTouch{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	text-align: center;
	position: absolute;
	line-height: 50px;
	height: 50px;
	width: 50px;
	left: -50px;
}

#colorSwitcher .settingTouch:hover{
	background: #2b2b2b;
}

#colorSwitcher .settingTouchPicture{
	background: url(images/setting.png) 50% 50% no-repeat transparent;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	vertical-align: middle;
	display: inline-block;
	height: 24px;
	width: 24px;
}

#colorSwitcher:hover .settingTouchPicture{
	transform: rotate(360deg);
}

#colorSwitcher .title{
	text-transform: uppercase;
	font-family: 'robotobold';
	text-align: center;
	margin-top: 12px;
}

#colorSwitcher .items{
	text-align: center;
	margin-top: 12px;
	overflow: hidden;
}

#colorSwitcher .item{
	margin-bottom: 12px;
	margin-left: 12px;
	height: 48px;
	width: 48px;
	float: left;
}

#colorSwitcher .item:nth-child(3n+1){
	/*margin-left: 0px;*/
}

#colorSwitcher .menuSelect{
	margin-top: 12px;
}

#colorSwitcher .menuSelect select{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
	outline: none;
	height: 35px;
	width: 85%;
}

#colorSwitcher .menuSelect option{
	padding: 12px 0px;
}

#colorSwitcher .close{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
	display: inline-block;
	margin-top: 8px;
	text-align: center;
	border-radius: 4px;
	line-height: 30px;
	padding: 0 24px;
	color: #ffffff;
}

#colorSwitcher .close:hover{
	background-color: rgba(0, 0, 0, 1);
}

#colorSwitcher .item a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 50%;
	display: block;
	height: 48px;
	width: 48px;
}

#colorSwitcher .selected a{
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#colorSwitcher .item .color1{
	background-color: #ff9601;
}

#colorSwitcher .item .color1:hover{
	background-color: #ffb800;
}

#colorSwitcher .item .color2{
	background-color: #fb9bad;
}

#colorSwitcher .item .color2:hover{
	background-color: #f3889d;
}

#colorSwitcher .item .color3{
	background-color: #ff855f;
}

#colorSwitcher .item .color3:hover{
	background-color: #e77652;
}

#colorSwitcher .item .color4{
	background-color: #daa550;
}

#colorSwitcher .item .color4:hover{
	background-color: #e4a540;
}

#colorSwitcher .item .color5{
	background-color: #b15b49;
}

#colorSwitcher .item .color5:hover{
	background-color: #a05a4b;
}

#colorSwitcher .item .color6{
	background-color: #f44336;
}

#colorSwitcher .item .color6:hover{
	background-color: #d42d20;
}

#colorSwitcher .item .color7{
	background-color: #acce11;
}

#colorSwitcher .item .color7:hover{
	background-color: #94b20e;
}

#colorSwitcher .item .color8{
	background-color: #27c148;
}

#colorSwitcher .item .color8:hover{
	background-color: #19cc3f;
}

#colorSwitcher .item .color9{
	background-color: #27bfc1;
}

#colorSwitcher .item .color9:hover{
	background-color: #25ccce;
}

#colorSwitcher .item .color10{
	background-color: #3498db;
}

#colorSwitcher .item .color10:hover{
	background-color: #2395e1;
}

#colorSwitcher .item .color11{
	background-color: #2a65d0;
}

#colorSwitcher .item .color11:hover{
	background-color: #0d57dc;
}

#colorSwitcher .item .color12{
	background-color: #0061b2;
}

#colorSwitcher .item .color12:hover{
	background-color: #006ac2;
}

#colorSwitcher .item .color13{
	background-color: #c651d0;
}

#colorSwitcher .item .color13:hover{
	background-color: #d75ee1;
}

#colorSwitcher .item .color14{
	background-color: #c12752;
}

#colorSwitcher .item .color14:hover{
	background-color: #c61c4b;
}

#colorSwitcher .item .color15{
	background-color: #ed1c24;
}

#colorSwitcher .item .color15:hover{
	background-color: #ff232b;
}

.colorSwitcherLoader {
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 9999;
}

.colorSwitcherLoader svg {
  height: 180px;
  width: 180px;
  margin: auto;
  overflow: visible;
  position: absolute;
  margin-top: -120px;
  top: 50%;
  left: 50%;
  display: none;
}

.colorSwitcherLoader.visible svg{
	display: block;
}

.bx-soa-pp-company{
	z-index: 1 !important;
}

.sale_order_full_table input[name="BuyButton"]{
	margin-bottom: 24px;
}

#bx-soa-order * {
  -webkit-box-sizing: border-box !Important;
  -moz-box-sizing: border-box !Important;
  box-sizing: border-box !Important;
}

.contactAddress{
	max-width: 160px;
}

.microdata{
	display: none;
}

.btn-simple-wrap{
	margin-top: 14px;
}

.btn-simple{
	position: relative;
	display: inline-block;
	min-width: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 21px 24px 19px;
	font-family: "roboto_ltregular";
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #ffffff;
	-webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
	transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
	cursor: pointer;
	text-decoration: none;
}

.btn-simple:active{
	top: 1px;
}

.btn-simple.btn-black{
	background: #2d2d2d;
	border-color: #2d2d2d;
}

.btn-simple.btn-black:hover{
	background: #202020;
	border-color: #202020;
}

.btn-simple.btn-black-border{
	background: transparent;
	border-color: #aaaaaa;
	color: #000000;
}

.btn-simple.btn-black-border:hover{
	border-color: #000000;
	background: transparent;
}

.btn-simple.btn-medium{
	padding: 16px 24px 14px;
}

.btn-simple.btn-small{
	min-width: 126px;
	padding: 12px 8px 10px;
}

.btn-simple.btn-micro{
	min-width: 114px;
	padding: 6px 8px 4px;
}

.btn-simple.add-cart{
	min-width: 90px;
	padding: 4px 8px 3px;
	background: transparent;
	color: #000;
	border-color: #e7e8ea;
}

.btn-simple.add-cart:hover{
	border-color: #000;
	background: transparent;
}

.btn-simple.add-cart.disabled{
	pointer-events: none;
	opacity: 0.5
}

.active-link{
	display: inline-block;
	font-family: "robotobold";
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.active-link:active{
	position: relative;
	top: 1px;
}

.inactive-link{
	display: inline-block;
	font-family: "robotobold";
	font-size: 14px;
	color: #888888;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.inactive-link:active{
	position: relative;
	top: 1px;
}

.text-link{
	display: inline-block;
	vertical-align: middle;
	color: #3b3732;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.text-link:active{
	position: relative;
	top: 1px;
}

.big-text-link{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #3b3732;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.big-text-link:active{
	position: relative;
	top: 1px;
}

.link-dashed{
	display: inline-block;
	font-family: "roboto_ltregular";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.link-dashed:active{
	position: relative;
	top: 1px;
}

.theme-link-dashed{
	display: inline-block;
	font-family: "roboto_ltregular";
	font-size: 14px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.theme-link-dashed:active{
	position: relative;
	top: 1px;
}

.tabs-wrap{
	margin: 24px 0;
}
.tabs-wrap .tabs-links{
	font-size: 0;
}
.tabs-wrap .tab-link{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.tabs-wrap .tab-link:active{
	top: 1px;
}
.tabs-wrap .tab-link:last-child{
	margin-right: 0;
}
.tabs-wrap .tab-btn-link{
	position: relative;
	display: inline-block;
	min-width: 126px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 6px 6px 0;
	padding: 12px 14px 10px;
	font-family: "roboto_ltregular";
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #e7e8ea;
	border-radius: 2px;
	color: #888888;
	-webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
	cursor: pointer;
	text-decoration: none;
}	
.tabs-wrap .tab-dashed-link{
	position: relative;
	display: inline-block;
	margin: 0 30px 6px 0;
	font-family: "robotobold";
	font-size: 14px;
	color: #888888;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dashed transparent;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tabs-wrap .tab-dashed-link.active{
	color: #000000;
	border-color: #000000;
}
.tabs-wrap .tab-dashed-link.active:hover{
	color: #000000;
	border-color: #000000;
}
.tabs-wrap .tabs-content{
	margin-top: 18px;
}
.tabs-wrap .tab-content{
	display: none;
}
.tabs-wrap .tab-content.active{
	display: block;
}

.consultation-wrap{
	box-sizing: border-box;
	padding: 14px 40px 16px 22px;
	border: 1px solid #e7e8ea;
	background: #fafafa;
	color: #000000;
}
.consultation-wrap .tb{
	width: 100%;
}
.consultation-wrap .image{
	width: 128px;
}
.consultation-wrap .consultation-btn-wrap{
	width: 224px;
	text-align: right;
}
.consultation-wrap .consultation-heading{
	margin-bottom: 6px;
	font-family: "robotomedium";
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}
.consultation-wrap .text{
	max-height: 48px;
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
}

@media screen and (max-width: 790px){
	.consultation-wrap{
		padding: 18px 12px;
	}
	.consultation-wrap .tc.image{
		display: none;
	}
}

@media screen and (max-width: 550px){
	.consultation-wrap .tc{
		display: block;
		width: 100%;
		text-align: left;
	}
	.consultation-wrap .consultation-btn-wrap{
		margin-top: 18px;
	}
}

.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex .flex-item{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(50% - 10px);
	padding: 30px 24px;
	border: 1px solid #e7e8ea;
}

@media all and (max-width: 750px){
	.flex .flex-item{
		width: 100%;
		margin-bottom: 12px;
	}	
}

.h1{
	display: block;
	margin-bottom: 6px;
	font-family: "roboto_ltregular";
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

.h2{
	display: block;
	margin-bottom: 6px;
	font-family: "roboto_ltregular";
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

.h3{
	display: block;
	margin-bottom: 6px;
	font-family: "roboto_ltregular";
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

.ff-bold{
	font-family: "robotobold";
}

.ff-medium{
	font-family: "robotomedium";
}

.detail-text-wrap{
	margin: 24px 0;
	line-height: 24px;
}

.detail-text-wrap .h1{
	margin-bottom: 12px;
}

.detail-text-wrap .h2{
	margin-bottom: 12px;
}

.detail-text-wrap .h3{
	margin-bottom: 12px;
}

.detail-text-wrap p{
	margin: 0 0 14px;
	line-height: 24px;
}

.detail-text-wrap *:last-child{
	margin-bottom: 0;
}

.detail-text-wrap ul{
	padding-left: 16px;
}

.detail-text-wrap ol{
	padding-left: 16px;
}

.detail-text-wrap img.fixwidth {
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
}

.error-wrap{
	margin: 18px 0;
	padding: 48px 42px 36px;
	font-size: 14px;
	line-height: 24px;
	color: #952525;
	border: 1px solid #bc8383;
}

.table-simple-wrap{
	overflow: auto;
}

.table-simple{
	margin: 18px 0 36px;
	border-collapse: collapse;
	width: 100%;
	min-width: 700px;
	border-spacing: 0;
	table-layout: auto;
	border: 0;
}

.table-simple th{
	vertical-align: middle;
	padding: 12px 24px;
	font-family: "robotomedium";
	background: #f7f7f7;
	border: 1px solid #e4e4e4;
}

.table-simple td{
	vertical-align: middle;
	padding: 12px 24px;
	border: 1px solid #e4e4e4;
}

.table-simple td:last-child{
	text-align: center;
}

.blockquote-wrap{
	margin: 42px 0 24px;
	padding: 48px 120px 42px 54px;
	background: #f9f9f9;
}

.blockquote-wrap blockquote{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
	color: #888888;
}

.blockquote-wrap blockquote:before{
	content: "";
	display: inline-block;
	width: 40px;
	height: 33px;
	margin-right: 10px;
	background: url("images/blockquote.png") center center / contain no-repeat;
}

.blockquote-wrap p{
	margin-top: 14px;
}

.new-list-items-wrap{
	margin-top: 24px;
}

.new-list-items{
	max-width: none;
	margin: 18px -12px 30px;
	font-size: 0;
}

.new-list-items > div[id*="bx_incl_area"]{
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
}

.new-list-items > div[id*="bx_"] > .list-item-wrap{
	width: 100%;
}

.new-list-items .list-item-wrap{
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 12px;
	box-sizing: border-box;
}

.new-list-items .list-item{
	padding: 24px 18px;
	border: 1px solid #e7e8ea;
	border-radius: 2px;
}

.new-list-items .image{
	width: 54px;
	padding-right: 18px;
}

.new-list-items .image-container{
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.new-list-items .image-container img{
	display: block;
	max-width: 100%;
}

.new-list-items .image-container:hover{
	opacity: 0.9;
}

.new-list-items .image-container:active{
	position: relative;
	top: 1px;
}

.new-list-items .text{
	color: #000000;
}

.new-list-items .name{
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 18px;
	max-height: 18px;
	overflow: hidden;
	text-decoration: none;
	color: #000000;
}

.new-list-items .name:active{
	position: relative;
	top: 1px;
}

.new-list-items .price{
	position: relative;
	display: inline-block;
	padding-right: 18px;
	font-size: 18px;
	font-family: "robotobold";
}

.new-list-items .old-price{
	position: absolute;
	right: 0;
	top: -12px;
	font-size: 13px;
	line-height: 15px;
	font-family: "roboto_ltregular";
	font-size: 13px;
	color: #888888;
}

.new-list-items .active-link{
	text-transform: none;
	font-family: "roboto_ltregular";
}

.new-list-items .addCart.added{
	color: #888888;
	border-color: #888888;
	background: none !important;
}

.new-list-items .addCart.added:hover{
	color: #000;
	border-color: #000;
}

.price-container .addCart.added:hover{
	border-color: transparent;
}

#topProduct .wrap,
#viewedProduct .wrap{
	margin: 0px;
}

#topProduct .topBtnLeft,
#viewedProduct .viewedBtnLeft{
	left: 0px;
}

#topProduct .topBtnRight,
#viewedProduct .viewedBtnRight{
	right: 0px;
}

@media screen and (max-width: 1600px){

	.blockquote-wrap{
		margin: 24px 0 18px;
		padding: 30px 30px 36px 42px;
	}

	.new-list-items{
		margin: 0 -6px;
	}

	.new-list-items .list-item-wrap{
		padding: 6px;
	}

	.new-list-items .list-item{
		padding: 12px; 
	}

	.new-list-items .image{
		padding-right: 12px;
	}


}

@media screen and (max-width: 1400px){

	.new-list-items .list-item-wrap{
		width: 50%;
	}

}

@media screen and (max-width: 1280px){

	.new-list-items .list-item-wrap{
		width: 33.333%;
	}

}

@media screen and (max-width: 1100px){

	.new-list-items .list-item-wrap{
		width: 50%;
	}

}

@media screen and (max-width: 1024px){

	.blockquote-wrap blockquote{
		font-size: 16px;
		line-height: 24px;
	}

	.detail-text-wrap .h1{
		font-size: 20px;
		line-height: 24px;
	}

	.detail-text-wrap .h2{
		font-size: 18px;
		line-height: 22px;
	}

}

@media screen and (max-width: 800px){
	.blockquote-wrap blockquote:before{
		width: 20px;
		height: 18px;
	}

	.blockquote-wrap{
		padding: 18px 12px 18px 24px;
	}

}

@media screen and (max-width: 790px){
	.new-list-items{
		margin: -3px;
	}

	.new-list-items .list-item-wrap{
		width: 100%;
		padding: 3px;
	}

	.new-list-items .list-item{
		padding: 8px;
	}

}

@media screen and (max-width: 500px){

	.detail-text-wrap .h1{
		font-size: 18px;
		line-height: 22px;
	}

	.detail-text-wrap .h2{
		font-size: 16px;
		line-height: 20px;
	}

	.detail-text-wrap .h3{
		font-size: 15px;
		line-height: 18px;
	}

}

@media screen and (max-width: 400px){

	.new-list-items .price{
		font-size: 16px;
	}

	.new-list-items .name{
		max-height: 36px;
	}

}

.gray-bg-text{
	margin-bottom: 24px;
	padding: 30px 24px;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	background: #f9f9f9;
}

@media screen and (max-width: 1024px){

	.hide-1024{
		display: none !important;
	}

	.gray-bg-text{
		padding: 12px;
	}

}

.btn-wrap{
	margin-top: 24px;
	font-size: 0;
}

.btn-wrap .btn-simple{
	vertical-align: top;
	margin-bottom: 6px;
	margin-right: 6px;
}

.active-link{
	display: inline-block;
	font-family: "robotobold";
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.active-link:active{
	position: relative;
	top: 1px;
}

.inactive-link{
	display: inline-block;
	font-family: "robotobold";
	font-size: 14px;
	color: #888888;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.inactive-link:active{
	position: relative;
	top: 1px;
}

.text-link{
	display: inline-block;
	vertical-align: middle;
	color: #3b3732;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.text-link:active{
	position: relative;
	top: 1px;
}

.big-text-link{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #3b3732;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.big-text-link:active{
	position: relative;
	top: 1px;
}

.link-dashed{
	display: inline-block;
	font-family: "roboto_ltregular";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.link-dashed:active{
	position: relative;
	top: 1px;
}

.theme-link-dashed{
	display: inline-block;
	font-family: "roboto_ltregular";
	font-size: 14px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.theme-link-dashed:active{
	position: relative;
	top: 1px;
}

.banners-list{
	max-width: none;
	margin: 0 -12px 42px;
	font-size: 0;
}

.banners-list .banner-wrap{
	display: inline-block;
	width: 50%;
	padding: 12px;
	box-sizing: border-box;
	vertical-align: top;
}

.banner-wrap .banner-elem{
	border: 1px solid #e7e8ea;
}

.banner-wrap + .global-block-container .detail-text-wrap{
	margin-top: 0;
}

.banner-elem{
	height: 296px;
	overflow: hidden;
}

.banner-elem .limiter{
	height: 100%;
}

.banner-elem .tb{
	height: 100%;
}

.banner-elem .tr{
	display: table-row;
	height: 100%;
}

.banner-elem .text-wrap{
	padding-left: 54px;
	color: #000;
}

.banner-elem .text-wrap *:last-child{
	margin-bottom: 0;
}

.banner-elem .date{
	margin-bottom: 6px;
	font-size: 13px;
	color: #000000;
}

.banner-elem h1{
	font-size: 36px;
	margin-bottom: 18px;
	line-height: 43px;
	max-height: 86px;
	overflow: hidden;
}

.banner-elem .h2{
	display: inline-block;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
}

.banner-elem .price{
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 22px;
	max-height: 22px;
	overflow: hidden;
}

.banner-elem .descr{
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 15px;
	max-height: 45px;
	overflow: hidden;
}

.banner-elem .image{
	width: 55%;
	/*vertical-align: bottom;*/
	vertical-align: middle;
	padding-left: 12px;
	font-size: 0;
	line-height: 0;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.banner-elem .image img{
	display: block;
	max-width: 100%;
	max-height: 296px;
	width: auto;
	height: auto;
	margin-left: auto;
	transition: all 0.4s ease-in-out;
	transform: translate3d(0,0,0) scale(1);
}

.banner-elem .image-link{
	display: block;
	width: auto;
}

.banner-elem .image-link:hover img{
	transform: translate3d(0,0,0) scale(1.02);
}

.banner-elem .image .image-link{
	display: inline-block;
}

.banner-elem .image .image-link img{
	display: inline-block;
	margin: auto;
}

.banner-elem .social{
	height: 60px;
	margin-top: 12px;
}

@media screen and (max-width: 1600px){

	.banners-list{
		margin: 0 -8px 42px;
	}

	.banners-list .banner-wrap{
		padding: 8px;
	}

	.banner-elem .text-wrap{
		padding-left: 24px;
	}

	.banner-elem .image{
		width: 60%;
	}

}

@media screen and (max-width: 1400px){

	.banners-list{
		margin: 0 -6px 42px;
	}

	.banners-list .banner-wrap{
		padding: 6px;
	}

	.banner-elem{
		height: 260px;
	}

	.banner-elem .image img{
		max-height: 260px;
	}

	.banner-elem .text-wrap{
		padding-left: 18px;
	}

	.banner-elem .price {
		font-size: 16px;
		line-height: 20px;
		max-height: 20px;
	}

	.banner-elem .social{
		height: 30px;
	}

}

@media screen and (max-width: 1280px){
	.banner-elem h1{
		font-size: 24px;
		margin-bottom: 12px;
		line-height: 29px;
		max-height: 58px;
	}
}

@media screen and (max-width: 1200px){
	.banner-elem{
		height: 220px;
	}

	.banner-elem .image{
		width: 50%;
	}

	.banner-elem .image img{
		max-height: 220px;
	}

	.banner-elem .h2{
		font-size: 18px;
		line-height: 22px;
		max-height: 44px;
	}

	.banner-elem .price{
		font-size: 15px;
		line-height: 18px;
		max-height: 18px;
	}

}

@media screen and (max-width: 1024px){

	.banners-list{
		margin: 0 -3px 24px;
	}

	.banners-list .banner-wrap{
		padding: 3px;
	}

	.banner-elem{
		height: 160px;
	}

	.banner-elem h1{
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 24px;
		max-height: 48px;
	}

	.banner-elem .image{
		width: 55%;
	}

	.banner-elem .image img{
		max-height: 160px;
	}

	.banner-elem .price{
		display: none;
	}

}

@media screen and (max-width: 800px){

	.banners-list .banner-wrap:nth-child(n){
		width: 100%;
	}

	.banner-elem .text-wrap{
		padding-left: 24px;
	}

	.banner-elem .image{
		width: 50%;
		text-align: center;
	}

	.banner-elem .image img{
		margin: 0 auto;
	}

	.hide-800{
		display: none !important;
	}

}

@media screen and (max-width: 400px){

	.banner-elem{
		height: 150px;
	}

	.banner-elem .h2{
		font-size: 16px;
		line-height: 20px;
		max-height: 40px;
	}

	.banner-elem .price{
		font-size: 14px;
		line-height: 18px;
		max-height: 18px;
	}

	.banner-elem .text-wrap{
		padding-left: 12px;
	}

	.banner-elem .btn-simple.btn-micro{
		min-width: 100px;
		padding: 3px 8px 3px;
	}

	.banner-elem .image{
		width: 50%;
	}

	.banner-elem .image img{
		max-height: 150px;
	}

	.services-banners-list .banner-wrap .banner-elem{
		background: none !important;
	}

}

.fullscreen-banner{
	height: 470px;
	margin-bottom: 24px;
	border-bottom: 1px solid #e7e8ea;
}

.fullscreen-banner .limiter{
	position: relative;
	height: 100%;
}

.fullscreen-banner #breadcrumbs{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.fullscreen-banner #breadcrumbs + .tb .text-wrap{
	padding: 42px 0 0;
}

.fullscreen-banner h1{
	margin-bottom: 12px;
}

.fullscreen-banner .price{
	margin-bottom: 12px;
	font-size: 30px;
	line-height: 36px;
	max-height: 36px;
}

.fullscreen-banner .descr{
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 24px;
	max-height: 120px;
}

.fullscreen-banner .image{
	width: 55%;
}

.fullscreen-banner .image img{
	margin: 0 auto;
	max-height: 470px;
}

@media screen and (max-width: 1600px){

	.fullscreen-banner{
		height: 440px;
	}

	.fullscreen-banner .image img{
		max-height: 440px;
	}

}

@media screen and (max-width: 1400px){

	.fullscreen-banner{
		height: 420px;
	}

	.fullscreen-banner .price{
		font-size: 24px;
		line-height: 30px;
		height: 30px;
	}

	.fullscreen-banner .descr{
		margin-bottom: 18px;
	}

	.fullscreen-banner .image{
		width: 50%;
	}

	.fullscreen-banner .image img{
		max-height: 420px;
	}

}

@media screen and (max-width: 1024px){

	.fullscreen-banner{
		height: 290px;
	}

	.fullscreen-banner .image{
		width: 45%;
	}

	.fullscreen-banner .image img{
		max-height: 290px;
	}

	.fullscreen-banner .descr{
		margin-bottom: 12px;
		line-height: 20px;
		max-height: 80px;
	}

}

@media screen and (max-width: 800px){

	.fullscreen-banner{
		height: 270px;
	}

	.fullscreen-banner .image{
		width: 40%;
	}

	.fullscreen-banner .image img{
		max-height: 270px;
	}

	.fullscreen-banner .descr{
		max-height: 60px;
	}

}

@media screen and (max-width: 700px){

	.fullscreen-banner{
		height: 260px;
	}

	.fullscreen-banner .image img{
		max-height: 260px;
	}

	.fullscreen-banner #breadcrumbs{
		left: 12px;
		width: auto;
		right: 0;
		margin-top: 12px;
	}

}

@media screen and (max-width: 600px){

	.banner-hide-images{
		background: none !important;
	}

	.banner-hide-images .image{
		display: none;
	}

	.hide-600{
		display: none !important;
	}

}

@media screen and (max-width: 500px){

	.fullscreen-banner{
		height: 170px;
	}

	.fullscreen-banner .image img{
		max-height: 170px;
	}

	.fullscreen-banner .descr{
		/*display: none;*/
		max-height: 40px;
	}

	.fullscreen-banner .image{
		width: 50%;
	}

	.fullscreen-banner .btn-simple{
		padding: 13px 8px 11px;
	}
	
}

.banner-elem.arbitrary-banner .text-wrap{
	padding-left: 0;
}

@media screen and (max-width: 700px){
	.banner-elem.arbitrary-banner{
		height: auto;
		margin-bottom: 18px;
	}

	.banner-elem.arbitrary-banner .descr{
		max-height: 80px;
	}

	.banner-elem.arbitrary-banner .text-wrap{
		display: block;
		margin-bottom: 6px;
		padding: 12px 12px 0;
	}

	.banner-elem.arbitrary-banner h1{
		margin-bottom: 8px;
		font-size: 18px;
	}

	.banner-elem.arbitrary-banner .image{
		display: block;
		width: 100%;
		padding: 0;
	}
	.banner-elem.arbitrary-banner .image img{
		max-height: 250px;
		margin: 0 auto;
	}
	.banner-elem.arbitrary-banner.banner-no-bg .image img{
		max-height: none;
	}

	.hide-700{
		display: none !important;
	}

}

@media screen and (max-width: 500px){
	.banner-elem.arbitrary-banner .descr{
		display: block;
	}

	.banner-elem.arbitrary-banner h1{
		font-size: 16px;
		margin-bottom: 8px;
		line-height: 20px;
		max-height: 60px;
	}

	.banner-elem.arbitrary-banner .image img{
		max-height: 200px;
	}
}

.no-margin-top{
	margin-top: 0px !important;
}

.no-margin-bottom{
	margin-bottom: 0px !important;
}

.no-margin-right{
	margin-right: 0px !important;
}

.no-margin-left{
	margin-left: 0px !important;
}

.templateSwitcher{
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
	transform: translateX(500px);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-align: center;
	overflow: hidden;
	position: fixed;
	z-index: 9998;
	width: 360px;
	height: 100%;
	right: 0px;
	top: 0px;
}

.templateSwitcher.opened{
	transform: translateX(0px);
}

.templateSwitcherScroll{
	overflow: auto;
	height: 100%;
	width: 390px;
}

.templateSwitcherScrollContainer{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 24px 0px;
	padding: 0 24px;
	width: 360px;
}

.templateSwitcherSettings{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	animation-name: bounceInDown;
	animation-duration: 2s;
 	animation-fill-mode: both;
	text-align: center;
	margin-top: -100px;
	line-height: 50px;
	cursor: pointer;
	position: fixed;
	z-index: 9999;
	height: 198px;
	width: 51px;
	right: 0px;
	top: 50%;
}

.templateSwitcherSettings.active{
	right: 360px;
}

.templateSwitcherSettings:hover{
	opacity: 0.9;
}

.templateSwitcherSettings.active .templateSwitcherSettingsPicture{
	/*transform: rotate(360deg);*/
}

.templateSwitcherSettings:hover{
    background-color: #2b2b2b;
}

.templateSwitcherSettingsPicture{
	background: url(images/setting.png) 50% 50% no-repeat transparent;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	vertical-align: middle;
	display: inline-block;
	height: 198px;
	width: 51px;
}

.templateSwitcher .switcherList{
	overflow: hidden;
}

.templateSwitcher .switcherListItem{
	background-color: #ffffff;
	border: 1px solid #ff9601;
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	line-height: 40px;
	height: 40px;
}

.templateSwitcher .switcherListItem:hover{
	border-color: #ffa800;
}

.templateSwitcher .switcherListItem.active{
	background-color: #ff9601;
	color: #ffffff;
}

.templateSwitcher .switcherListItem.active a{
	color: #ffffff;
}

.templateSwitcher .switcherListItem:first-child{
	margin-right: 12px;
}

.templateSwitcher .switcherListItem a{
	text-decoration: none;
	padding: 0 24px;
	color: #ff9601;
	display: block;
}

.templateSwitcher .switcherListItem a:active{
	position: relative;
	top: 1px;
}

.templateSwitcher .switcherHeading{
	font-family: "robotomedium";
	margin-bottom: 18px;
	padding: 0 24px;
	font-size: 16px;
}

.templateSwitcher .switcherBigHeading{
	border-bottom: 1px solid #f3f3f3;
	text-transform: uppercase;
	padding-bottom: 24px;
	margin-bottom: 24px;
	padding-right: 24px;
	padding-left: 24px;
	font-size: 18px;
}

.templateSwitcher .switcherBigHeading + .switcherRowBlock{
	padding-top: 0px;
	border-top: 0px;
}

.templateSwitcher .switcherBigHeading .switcherClose{
	text-decoration: none;
	margin-top: -1px;
	font-size: 21px;
	color: #ff0000;
	float: right;
}

.templateSwitcher .switcherBigHeading .switcherClose:hover{
	opacity: 0.7;
}

.templateSwitcher .switcherBigHeading .switcherClose:active{
	position: relative;
	top: 1px;
}

.templateSwitcher .switcherHeading2{
	font-family: "robotomedium";
	margin-bottom: 12px;
	padding: 0 24px;
}

.templateSwitcher .switcherRowBlock{
	border-top: 1px solid #f3f3f3;
	padding-top: 24px;
	margin-top: 24px;
}

.templateSwitcher .switcherSelect{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #f3f3f3;
	cursor: pointer;
	padding: 0 12px;
	outline: none;
	height: 40px;
	width: 90%;
}

.templateSwitcher .switcherIcons{
	margin-bottom: 24px;
}

.templateSwitcher .switcherDescription{
	font-size: 13px;
	color: #888888;
}

.templateSwitcher .switcherBackgroundItems{
	text-align: center;
	overflow: hidden;
}

.templateSwitcher .switcherThemes{
	margin-top: 24px;
	overflow: hidden;
}

.templateSwitcher .switcherThemesItem{
	display: inline-block;
	margin-bottom: 12px;
	margin-left: 12px;
	height: 30px;
	width: 30px;
}

.templateSwitcher .switcherBackgroundItem{
	display: inline-block;
	height: 30px;
	width: 30px;
}

.templateSwitcher .switcherBackgroundItem:first-child{
	margin-right: 12px;
}

.templateSwitcher .switcherThemesItem a,
.templateSwitcher .switcherBackgroundItem a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 2px;
	display: block;
	height: 30px;
	width: 30px;
}

.templateSwitcher .switcherThemesItem a:active,
.templateSwitcher .switcherBackgroundItem a:active{
	position: relative;
	top: 1px;
}

.templateSwitcher .switcherThemesItem.selected a,
.templateSwitcher .switcherBackgroundItem.selected a{
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.templateSwitcher .switcherThemesItem .color1{
	background-color: #ff9601;
}

.templateSwitcher .switcherThemesItem .color1:hover{
	background-color: #ffb800;
}

.templateSwitcher .switcherThemesItem .color2{
	background-color: #fb9bad;
}

.templateSwitcher .switcherThemesItem .color2:hover{
	background-color: #f3889d;
}

.templateSwitcher .switcherThemesItem .color3{
	background-color: #ff855f;
}

.templateSwitcher .switcherThemesItem .color3:hover{
	background-color: #e77652;
}

.templateSwitcher .switcherThemesItem .color4{
	background-color: #daa550;
}

.templateSwitcher .switcherThemesItem .color4:hover{
	background-color: #e4a540;
}

.templateSwitcher .switcherThemesItem .color5{
	background-color: #b15b49;
}

.templateSwitcher .switcherThemesItem .color5:hover{
	background-color: #a05a4b;
}

.templateSwitcher .switcherThemesItem .color6{
	background-color: #f44336;
}

.templateSwitcher .switcherThemesItem .color6:hover{
	background-color: #d42d20;
}

.templateSwitcher .switcherThemesItem .color7{
	background-color: #acce11;
}

.templateSwitcher .switcherThemesItem .color7:hover{
	background-color: #94b20e;
}

.templateSwitcher .switcherThemesItem .color8{
	background-color: #27c148;
}

.templateSwitcher .switcherThemesItem .color8:hover{
	background-color: #19cc3f;
}

.templateSwitcher .switcherThemesItem .color9{
	background-color: #27bfc1;
}

.templateSwitcher .switcherThemesItem .color9:hover{
	background-color: #25ccce;
}

.templateSwitcher .switcherThemesItem .color10{
	background-color: #3498db;
}

.templateSwitcher .switcherThemesItem .color10:hover{
	background-color: #2395e1;
}

.templateSwitcher .switcherThemesItem .color11{
	background-color: #2a65d0;
}

.templateSwitcher .switcherThemesItem .color11:hover{
	background-color: #0d57dc;
}

.templateSwitcher .switcherThemesItem .color12{
	background-color: #0061b2;
}

.templateSwitcher .switcherThemesItem .color12:hover{
	background-color: #006ac2;
}

.templateSwitcher .switcherThemesItem .color13{
	background-color: #c651d0;
}

.templateSwitcher .switcherThemesItem .color13:hover{
	background-color: #d75ee1;
}

.templateSwitcher .switcherThemesItem .color14{
	background-color: #c12752;
}

.templateSwitcher .switcherThemesItem .color14:hover{
	background-color: #c61c4b;
}

.templateSwitcher .switcherThemesItem .color15{
	background-color: #ed1c24;
}

.templateSwitcher .switcherThemesItem .color15:hover{
	background-color: #ff232b;
}

.templateSwitcher .switcherBackgroundItem .white{
	background-color: #eeeeee;
}

.templateSwitcher .switcherBackgroundItem .black{
	background-color: #000000;
}


@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}


.g--circle {
  -webkit-transform-origin: 60px 60px;
          transform-origin: 60px 60px;
  fill: dodgerblue;
  -webkit-animation: opacity 1.2s linear infinite;
          animation: opacity 1.2s linear infinite;
}
.g--circle:nth-child(12n + 1) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
  -webkit-transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  -webkit-transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 3) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
  -webkit-transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 4) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  -webkit-transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 5) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  -webkit-transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  -webkit-transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 7) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
  -webkit-transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 8) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  -webkit-transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 9) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  -webkit-transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 10) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 11) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  -webkit-transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 12) {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  -webkit-transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
}

.g-circles--v1 .g--circle {
  fill-opacity: 0;
  -webkit-animation-name: opacity;
          animation-name: opacity;
}

.g-circles--v2 .g--circle {
  fill-opacity: 0;
  stroke-opacity: 0;
  stroke-width: 1;
  stroke: yellowgreen;
  -webkit-animation-name: opacity-stroke, colors, colors-stroke;
          animation-name: opacity-stroke, colors, colors-stroke;
}
.g-circles--v2 .g--circle .u--circle {
  -webkit-animation: transform-2 1.2s linear infinite;
          animation: transform-2 1.2s linear infinite;
}

.g-circles--v2 .g--circle:nth-child(12n + 1) .u--circle {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.g-circles--v2 .g--circle:nth-child(12n + 2) .u--circle {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.g-circles--v2 .g--circle:nth-child(12n + 3) .u--circle {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.g-circles--v2 .g--circle:nth-child(12n + 4) .u--circle {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.g-circles--v2 .g--circle:nth-child(12n + 5) .u--circle {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.g-circles--v2 .g--circle:nth-child(12n + 6) .u--circle {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.g-circles--v2 .g--circle:nth-child(12n + 7) .u--circle {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.g-circles--v2 .g--circle:nth-child(12n + 8) .u--circle {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.g-circles--v2 .g--circle:nth-child(12n + 9) .u--circle {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.g-circles--v2 .g--circle:nth-child(12n + 10) .u--circle {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.g-circles--v2 .g--circle:nth-child(12n + 11) .u--circle {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.g-circles--v2 .g--circle:nth-child(12n + 12) .u--circle {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.g-circles--v3 .g--circle {
  fill-opacity: 1;
  -webkit-animation-name: opacity, colors;
          animation-name: opacity, colors;
}

.g-circles--v4 .g--circle {
  fill-opacity: 1;
  fill: orange;
  -webkit-animation-name: opacity, colors-3;
          animation-name: opacity, colors-3;
}
.g-circles--v4 .u--circle {
  -webkit-animation: transform 1.2s linear infinite;
          animation: transform 1.2s linear infinite;
}

.g-circles--v4 .g--circle:nth-child(12n + 1) .u--circle {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.g-circles--v4 .g--circle:nth-child(12n + 2) .u--circle {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.g-circles--v4 .g--circle:nth-child(12n + 3) .u--circle {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.g-circles--v4 .g--circle:nth-child(12n + 4) .u--circle {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.g-circles--v4 .g--circle:nth-child(12n + 5) .u--circle {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.g-circles--v4 .g--circle:nth-child(12n + 6) .u--circle {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.g-circles--v4 .g--circle:nth-child(12n + 7) .u--circle {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.g-circles--v4 .g--circle:nth-child(12n + 8) .u--circle {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.g-circles--v4 .g--circle:nth-child(12n + 9) .u--circle {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.g-circles--v4 .g--circle:nth-child(12n + 10) .u--circle {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.g-circles--v4 .g--circle:nth-child(12n + 11) .u--circle {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.g-circles--v4 .g--circle:nth-child(12n + 12) .u--circle {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

@-webkit-keyframes opacity {
  3% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0;
  }
}

@keyframes opacity {
  3% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0;
  }
}
@-webkit-keyframes opacity-stroke {
  10% {
    stroke-opacity: 1;
  }
  85% {
    stroke-opacity: 0;
  }
}
@keyframes opacity-stroke {
  10% {
    stroke-opacity: 1;
  }
  85% {
    stroke-opacity: 0;
  }
}
@-webkit-keyframes colors {
  0% {
    fill: yellowgreen;
  }
  10% {
    fill: gold;
  }
  75% {
    fill: crimson;
  }
}
@keyframes colors {
  0% {
    fill: yellowgreen;
  }
  10% {
    fill: gold;
  }
  75% {
    fill: crimson;
  }
}
@-webkit-keyframes colors-stroke {
  0% {
    stroke: yellowgreen;
  }
  10% {
    stroke: gold;
  }
  75% {
    stroke: crimson;
  }
}
@keyframes colors-stroke {
  0% {
    stroke: yellowgreen;
  }
  10% {
    stroke: gold;
  }
  75% {
    stroke: crimson;
  }
}
@-webkit-keyframes colors-2 {
  0% {
    fill: yellow;
  }
  50% {
    fill: red;
  }
  65% {
    fill: orangered;
  }
  95% {
    fill: gold;
  }
}
@keyframes colors-2 {
  0% {
    fill: yellow;
  }
  50% {
    fill: red;
  }
  65% {
    fill: orangered;
  }
  95% {
    fill: gold;
  }
}
@-webkit-keyframes colors-3 {
  0% {
    fill: yellowgreen;
  }
  50% {
    fill: turquoise;
  }
  65% {
    fill: yellow;
  }
  95% {
    fill: orange;
  }
}
@keyframes colors-3 {
  0% {
    fill: yellowgreen;
  }
  50% {
    fill: turquoise;
  }
  65% {
    fill: yellow;
  }
  95% {
    fill: orange;
  }
}
@-webkit-keyframes transform {
  10% {
    -webkit-transform-origin: 70px 70px;
            transform-origin: 70px 70px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@keyframes transform {
  10% {
    -webkit-transform-origin: 70px 70px;
            transform-origin: 70px 70px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@-webkit-keyframes transform-2 {
  40% {
    -webkit-transform: scale(0.85) translate(10px, 10px);
            transform: scale(0.85) translate(10px, 10px);
  }
  60% {
    stroke-width: 20;
  }
}
@keyframes transform-2 {
  40% {
    -webkit-transform: scale(0.85) translate(10px, 10px);
            transform: scale(0.85) translate(10px, 10px);
  }
  60% {
    stroke-width: 20;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}