html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 100%;
}

body{
	font: normal normal 14px "roboto_ltregular" , arial , sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background-color: #ffffff;
	line-height: 21px;
	margin: 0;
}

img{
	border: 0;
}

input{
	font: normal normal 13px "roboto_ltregular" , arial , sans-serif;
 	outline: none;
}

input[placeholder]{
	text-overflow: ellipsis;
}

input::-moz-placeholder{
	text-overflow: ellipsis;
} 

input:-moz-placeholder{
	text-overflow: ellipsis;
} 

input:-ms-input-placeholder{
	text-overflow: ellipsis;
}    

a:not([href]){
	cursor: default;
}

::-webkit-input-placeholder {color: #000; opacity:1;}
::-moz-placeholder          {color: #000; opacity:1;}/* Firefox 19+ */
:-moz-placeholder           {color: #000; opacity:1;}/* Firefox 18- */
:-ms-input-placeholder      {color: #000; opacity:1;}

:focus::-webkit-input-placeholder{
	color: transparent;
}

:focus::-moz-placeholder{
	color: transparent;
}

:focus:-moz-placeholder{
	color: transparent;
}

:focus:-ms-input-placeholder{
	color: transparent;
}

input:focus {
	outline: none;
}

a{
	outline: none;
}

h1{
	font-family: "roboto_ltregular";
	line-height: 36px;
	font-weight: 400;
	text-align: left;
	margin: 0 0 24px;
	font-size: 24px;
	color: #000000;
	display: block;
}

h2{
	font-family: "roboto_ltregular";
	font-weight: 400;
	font-size: 18px;
}

h3{
	font-family: "roboto_ltregular";
	font-weight: 400;
	font-size: 16px;
}

b,
strong{
	font-family: 'robotobold';
	font-weight: 400;
}

*{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#topHeader{
	position: relative;
	min-width: 320px;
	height: 30px;
	z-index: 35;
}

.clearfix:before,
.clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

.loading #topHeader,
.loading #topHeader2,
.loading #topHeader3,
.loading #topHeader4,
.loading #topHeader5,
.loading #topHeader6,
.loading #topHeader7,
.loading #topHeader8,
.loading #topHeader9{
	overflow: hidden;
}

.loading #topMenu{
	opacity: 0;
}

.bold{
	font-family: 'robotobold';
}

/* auth register city block */

#topService{
	float: right;
	padding: 0;
	margin: 0;
}

#topService div[id^=bx_incl_area_]{
	float: left;
}

#topService li{
	line-height: 30px;
	list-style: none;
	padding: 0 12px;
	float: left;
	margin: 0;
}

#topService .null{
	display: inline-block;
	line-height: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

#topService li:not(.null) a{
	font: normal normal 13px "roboto_ltregular" , arial , sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	text-decoration: none;
	display: inline-block;
}

#topService li:not(.null) a:active{
	position: relative;
	top: 1px;
}

#topService li:not(.null) a:focus{
	transition: all 0.7s;
}


/* Sub Header */

#subHeader{
	min-width: 320px;
	height: 102px;
	z-index: 3;
}

.loading #subHeader,
.loading #subHeader2,
.loading #subHeader3,
.loading #subHeader4,
.loading #subHeader5,
.loading #subHeader6,
.loading #subHeader7,
.loading #subHeader8,
.loading #subHeader9,
.loading #subHeaderV2{
	overflow: hidden;
}

#subHeaderV2{
	background-color: #ffffff;
}

#subHeaderV2 .subHeaderContainer{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#subHeaderV2 .subHeaderLeft,
#subHeaderV2 .subHeaderCenter,
#subHeaderV2 .subHeaderRight{
	vertical-align: middle;
	display: table-cell;
}

#subHeaderV2 .subHeaderLeft{
	width: 680px;
}

#subHeaderV2 .subHeaderCenter{
	text-align: center;
}

#subHeaderV2 .subHeaderRight{
	text-align: right;
}

#logo{
	line-height: 102px;
	text-align: center;
    max-height: 102px;
	overflow: hidden;
	width: 229px;
	float: left;
}

#logo a{
	display: block;
}

#logo a:active{
	position: relative;
	top: 1px;
}

#logo img{
	vertical-align: middle;
	max-height: 102px;
	max-width: 100%;
}

#topHeading{
	padding: 0 18px;
	width: 162px;
	float: left;
}

#topHeading .vertical{
	line-height: 102px;
}

#topHeading p{
	font: normal normal 16px "roboto_ltregular" , arial , sans-serif;
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
	text-align: center;
	margin: 0px;
}
#slider .sliderContent{
	top: inherit;
	bottom: 45px;
	transform: inherit;
}
#headerTools{
	float: right;
	height: 96px;
}

#headerTools .tools{
	list-style:none;
	padding: 0;
	margin: 0;
}

#headerTools .tools .icon{
	float: left;
}

#headerTools .tools .heading{
	text-decoration: none;
	font-size: 18px;
	display: block;
}

#headerTools .tools .link{
display: block;
	-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;
	font-size: 13px;
	margin-left: 20px;;
}

#headerTools .tools .link:active{
	position: relative;
	top: 1px;
}

#headerTools .tools li{
	line-height: 102px;
	list-style: none;
	padding: 0 18px;
	float: left;
	margin: 0;
}

#headerTools .tools div[id*="bx_"]{
	float: left;
}

#headerTools .wrap{
	vertical-align: middle;
	display: inline-block;

	line-height: 21px;
}

#headerTools .icon{
	margin: 0 4px;
	height: 40px;
}

#headerTools .nf{
	float: left;
	margin-left: 12px;
}

#headerTools .text{
	font-size: 13px;
}

#headerTools .icon:active{
	position: relative;
	top: 1px;
}
#headerTools .telephone .icon{
	width: 35px;
}

#headerTools .search .wrap{
	padding: 0 8px;
}

#headerTools .search .icon{
	width: 35px;
	margin: 0;
}

#headerTools .wishlist .icon{
	width: 36px;
}

#headerTools .compare .icon{
	width: 35px;
}

#headerTools .cart .icon{
	width: 44px;
}

#headerTools .cart ins{
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	text-align: center;
	margin-left: 4px;
	padding: 0px 6px;
	font-size: 13px;
}

#changeYouCity{
	position: relative;
	min-width: 320px;
	padding: 18px 0;
	display: none;
}

#changeYouCity .limiter{
	position: relative;
}

#changeYouCity .heading{
	font-size: 21px;
	display: block;
}

#changeYouCity .list{
	text-align: center;
	overflow: hidden;
}

#changeYouCity .list li{
	margin-top: 12px;
	text-align: left;
	float: left;
	width: 25%;
}

#changeYouCity .list li a{
	text-decoration: none;
	font-size: 14px;
}

#changeYouCity .list li a:hover{
	text-decoration: underline;
}

#changeYouCity #cityClose{
	text-decoration: none;
	position: absolute;
	padding: 4px 12px;
	font-size: 14px;
	display: block;
	right: 24px;
	top: 0;
}

#changeYouCity #cityClose ins{
	display: inline-block;
	margin-right: 6px;
	height: 10px;
	width: 10px;
}

#topMenu .bar > a{
	background: url(images/menuMore.png) 0 50% no-repeat transparent;
}

#topHeader.color_default #topMenu .bar > a{
	background-image: url(images/menuMore2.png)
}

#topHeader.color_default #topMenu .sub{
	background-color: #fbfbfb;
}

#topHeader.color_default #topMenu .sub li:hover {
    background: #f9f9f9;
}

#topHeader.color_default #topMenu .sub li{
	border-top: 1px solid #f3f3f3;
	border-bottom: 0px;
}

#topMenu .bar > a:hover,
#topMenu .bar.active > a{
	background: url(images/menuMore.png) -21px 50% no-repeat transparent;
}

#main{
	margin-top: 24px;
	min-width: 320px;
	background-color: white;
}

#main .compliter{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#left{
	display: table-cell;
	vertical-align: top;
	width: 355px;
	min-width: 355px;
}

#left .heading{
	font-family: "roboto_ltregular";
	text-decoration: none;
	padding-left: 24px;
	line-height: 65px;
    font-weight: 400;
    font-size: 18px;
	display: block;
	height: 65px;
}

#left .heading .arrow{
	background-position: -27px 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#left .heading.opened .arrow{
	-moz-transform:    rotate(90deg);
	-o-transform:      rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform:         rotate(90deg);
}

#left .menuRolled + .collapsed{
	display: none;
}

#left .heading ins{
	vertical-align: middle;
	display: inline-block;
	margin-right: 24px;
	line-height: 65px;
	height: 65px;
	float: right;
	width: 27px;
}

#left .sideBlock .heading{
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	line-height: 60px;
	font-size: 16px;
	height: 60px;
}

#left .sideBlock a.heading:hover{
	opacity: 0.95;
}

#left #subscribe .copy{
	text-align: center;
	margin: 12px auto;
	line-height: 24px;
	font-size: 12px;
	display: block;
	width: 90%;
}

#left .banner{
	text-align: center;
	margin-top: 24px;
}

#left .banner img{
	max-height: 100%;
	vertical-align: middle;
	max-width: 100%;
}

#right{
	display: table-cell;
	vertical-align: top;
	padding-left: 24px;
	width: 100%;
}

#brandSearch{
	border-collapse: collapse;
	table-layout: fixed;
	border-spacing: 0px;
	width: 100%;
	display: none;
}

#brandSearch td{
	line-height: 50px;
	height: 50px;
}

#brandSearch .label{
	width: 140px;
}

#brandSearch .label span{
	display: block;
	text-align: center;
}

#brandSearch .all{
	width: 60px;
}

#brandSearch .all a{
	text-align: center;
	display: block;
}

#brandSearch a{
	text-decoration: none;
	text-align: center;
	display: block;
}

#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: 50% 0;
	background-size: 100%;
	-moz-background-size: 100%;
	display: block;
	height: auto !important;
	background-repeat: no-repeat;
}
#slider ul li span img{
	display: block;
	width: 100%;
}

@media all and (min-width: 1700px) {
	#slider ul li span{ height: 680px; }
}
#slider ul li img{
	/*width: auto;
	display: inline-block;
	margin-left: -120px;*/
}

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

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

#main.color_black #slider .sliderContent{
	color: #ffffff;
}

#main.color_white #left #leftMenu{
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}

#main.color_white #left #subLeftMenu{
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

#main.color_white #leftMenu{
    background-color: #ffffff !important;
}

#main.color_white #leftMenu > li{
    background-color: #ffffff !important;
}

#main.color_white #leftMenu li .menuLink{
	color: #000000 !important;
}

#main.color_white #leftMenu > li:hover, #leftMenu .activeDrop{
	color: #f6f6f6 !important;
}

#main.color_white #subLeftMenu{
	border-top: 1px solid #eeeeee !important;
	background-color: #ffffff !important;
}

#main.color_white #subLeftMenu a{
	color: #000000 !important;
}

#popCats{
	margin-top: 24px;
}

#popCats .sideBlockContent {
	padding: 12px;
	border-top: 0;
}

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

#popCats li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}

#popCats li span,
#popCats li a {
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	text-decoration: none;
	padding: 4px 12px;
	line-height: 21px;
	display: block;
}


#collectionList {
	margin-top: 24px;
	position: relative;
	overflow: hidden;
}

#collectionCarousel {
	position: relative;
	overflow: hidden;
	margin: 0 -12px;
}

#collectionCarousel > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#collectionCarousel > ul li {
	width: 33.3131313%;
	float: left;
}

#collectionList .collection {
	position: relative;
	padding: 0 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#collectionList .collection .wrap {
	border-bottom: none;
	overflow: hidden;
	padding: 12px;
}

#collectionList .collection .heading {
	text-decoration: none;
	margin-bottom: 12px;
	line-height: 24px;
	font-weight: 700;
	font-size: 18px;
	height: auto;
	padding: 0;
}

#collectionList .collectionDesc {
	line-height: 18px;
	font-size: 12px;
}

#collectionList .goTo {
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	display: block;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#collectionList .pic {
	display: block;
	margin-bottom: 18px;
	text-align: center;
	line-height: 420px;
	height: 420px;
}

#collectionList .pic img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

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

#sliderBlock, #bannersBlock,
#specialBlock{
	display: table-cell;
	vertical-align: top;
}

#bannersBlock,
#specialBlock {
	padding-left: 12px;
	position: relative;
	overflow: hidden;
	width: 356px;
}

#specialBlock{
	padding-left: 24px;
	width: 344px;
}

#left #specialBlock{
	margin-bottom: 24px;
	padding-left: 0px;
	display: block;
	width: 100%;
}

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

#bannersBlock ul li {
	float: left;
}

#bannersBlock ul a {
	display: block;
	line-height: 0;
}

#bannersBlock ul li:first-child {
	margin-bottom: 12px;
	float: none;
}

#bannersBlock ul li:first-child + li {
	padding-right: 12px;
}

#right .heading{
	margin-bottom: 24px;
	padding-left: 24px;
	line-height: 60px;
	font-size: 18px;
	display: block;
	height: 60px;
}

#footer{
	margin-bottom: 55px;
	padding-top: 24px;
	overflow: hidden;
}

#footer.variant_2 #leftFooter,
#footer.variant_4 #leftFooter{
	color: #ffffff;
}

#footer.variant_5 #leftFooter,
#footer.variant_5 #rightFooter,
#footer.variant_5 #footerBottom,
#footer.variant_6 #rightFooter,
#footer.variant_6 #footerBottom,
#footer.variant_7 #leftFooter,
#footer.variant_7 #footerBottom,
#footer.variant_8 #leftFooter,
#footer.variant_8 #footerBottom{
	background-color: #ffffff;
}

#footer.variant_6 #leftFooter,
#footer.variant_7 #rightFooter{
	background-color: #f3f3f3;
}

#footer.variant_5 #footerBottom,
#footer.variant_6 #footerBottom,
#footer.variant_8 #footerBottom{
	border-top: 1px solid #f1f1f1;
}

#footer.variant_7 #footerBottom{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_8 #footerBottom{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

#footer.variant_2 #leftFooter a,
#footer.variant_4 #leftFooter a{
	color: #ffffff;
}

#footer.variant_5 #leftFooter a,
#footer.variant_6 #leftFooter a,
#footer.variant_7 #leftFooter a,
#footer.variant_8 #leftFooter a{
	color: #000000;
}

#footer.variant_2 #leftFooter a:hover,
#footer.variant_4 #leftFooter a:hover{
	opacity: 0.8;
}

#footer.variant_2 #leftFooter .selected,
#footer.variant_4 #leftFooter .selected{
	opacity: 0.7;
}

#footer.variant_2 #leftFooter .heading,
#footer.variant_4 #leftFooter .heading{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#footer.variant_5 #leftFooter .heading,
#footer.variant_6 #leftFooter .heading,
#footer.variant_7 #leftFooter .heading,
#footer.variant_8 #leftFooter .heading{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_2 #leftFooter ul li,
#footer.variant_4 #leftFooter ul li{
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#footer.variant_5 #leftFooter ul li,
#footer.variant_6 #leftFooter ul li,
#footer.variant_7 #leftFooter ul li,
#footer.variant_8 #leftFooter ul li{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_2 #leftFooter ul li:first-child,
#footer.variant_4 #leftFooter ul li:first-child,
#footer.variant_5 #leftFooter ul li:first-child,
#footer.variant_6 #leftFooter ul li:first-child,
#footer.variant_7 #leftFooter ul li:first-child,
#footer.variant_8 #leftFooter ul li:first-child{
	border-top: 0px;
}

#footer.variant_3 #rightFooter,
#footer.variant_3 #rightFooter p,
#footer.variant_3 #rightFooter .list li,
#footer.variant_3 #rightFooter .telephone,
#footer.variant_3 #rightFooter .showMap,
#footer.variant_4 #rightFooter,
#footer.variant_4 #rightFooter p,
#footer.variant_4 #rightFooter .list li,
#footer.variant_4 #rightFooter .telephone,
#footer.variant_4 #rightFooter .showMap,
#footer.variant_8 #rightFooter,
#footer.variant_8 #rightFooter p,
#footer.variant_8 #rightFooter .list li,
#footer.variant_8 #rightFooter .telephone,
#footer.variant_8 #rightFooter .showMap{
	color: #ffffff;
}

#footer.variant_8 #rightFooter .showMap:hover{
	opacity: 0.7;
}

#footer.variant_5 #rightFooter,
#footer.variant_5 #rightFooter p,
#footer.variant_5 #rightFooter .list li,
#footer.variant_5 #rightFooter .email,
#footer.variant_6 #rightFooter,
#footer.variant_6 #rightFooter p,
#footer.variant_6 #rightFooter .list li,
#footer.variant_6 #rightFooter .email,
#footer.variant_7 #rightFooter,
#footer.variant_7 #rightFooter p,
#footer.variant_7 #rightFooter .list li,
#footer.variant_7 #rightFooter .email{
	color: #000000;
}

#footer.variant_5 #rightFooter .email a,
#footer.variant_6 #rightFooter .email a,
#footer.variant_7 #rightFooter .email a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#footer.variant_3 #rightFooter .showMap:hover,
#footer.variant_4 #rightFooter .showMap:hover{
	opacity: 0.8;
}

#footer.variant_3 #rightFooter .telephone,
#footer.variant_4 #rightFooter .telephone{
	font-family: "robotomedium";
	margin-top: 12px;
}

#footer.variant_3 #rightFooter .hr,
#footer.variant_4 #rightFooter .hr,
#footer.variant_8 #rightFooter .hr{
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#footer.variant_5 #rightFooter .hr,
#footer.variant_6 #rightFooter .hr,
#footer.variant_7 #rightFooter .hr{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_4 #footerBottom{
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#footer.variant_4 #footerBottom .sn .vk{
	background: url(images/snC.png) 0 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .fb{
	background: url(images/snC.png) -60px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .od{
	background: url(images/snC.png) -120px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .tw{
	background: url(images/snC.png) -180px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .go{
	background: url(images/snC.png) -240px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .yo{
	background: url(images/snC.png) -300px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .vk:hover{
	background-position: 0 -60px;
}

#footer.variant_4 #footerBottom .sn .fb:hover{
	background-position: -60px -60px;
}

#footer.variant_4 #footerBottom .sn .od:hover{
	background-position: -120px -60px;
}

#footer.variant_4 #footerBottom .sn .tw:hover{
	background-position: -180px -60px;
}

#footer.variant_4 #footerBottom .sn .go:hover{
	background-position: -240px -60px;
}

#footer.variant_4 #footerBottom .sn .yo:hover{
	background-position: -300px -60px;
}

#footer.variant_5 #footerBottom .sn .vk,
#footer.variant_6 #footerBottom .sn .vk,
#footer.variant_7 #footerBottom .sn .vk,
#footer.variant_8 #footerBottom .sn .vk{
	background: url(images/snW.png) 0 0 no-repeat transparent;
}

#footer.variant_5 #footerBottom .sn .fb,
#footer.variant_6 #footerBottom .sn .fb,
#footer.variant_7 #footerBottom .sn .fb,
#footer.variant_8 #footerBottom .sn .fb{
	background: url(images/snW.png) -60px 0 no-repeat transparent;
}

#footer.variant_5 #footerBottom .sn .od,
#footer.variant_6 #footerBottom .sn .od,
#footer.variant_7 #footerBottom .sn .od,
#footer.variant_8 #footerBottom .sn .od{
	background: url(images/snW.png) -120px 0 no-repeat transparent;
}

#footer.variant_5 #footerBottom .sn .tw,
#footer.variant_6 #footerBottom .sn .tw,
#footer.variant_7 #footerBottom .sn .tw,
#footer.variant_7 #footerBottom .sn .tw{
	background: url(images/snW.png) -180px 0 no-repeat transparent;
}

#footer.variant_5 #footerBottom .sn .go,
#footer.variant_6 #footerBottom .sn .go,
#footer.variant_7 #footerBottom .sn .go,
#footer.variant_8 #footerBottom .sn .go{
	background: url(images/snW.png) -240px 0 no-repeat transparent;
}

#footer.variant_5 #footerBottom .sn .yo,
#footer.variant_6 #footerBottom .sn .yo,
#footer.variant_7 #footerBottom .sn .yo,
#footer.variant_8 #footerBottom .sn .yo{
	background: url(images/snW.png) -300px 0 no-repeat transparent;
}

#footer.variant_5 #footerBottom .sn .vk:hover,
#footer.variant_6 #footerBottom .sn .vk:hover,
#footer.variant_7 #footerBottom .sn .vk:hover,
#footer.variant_8 #footerBottom .sn .vk:hover{
	background-position: 0 -60px;
}

#footer.variant_5 #footerBottom .sn .fb:hover,
#footer.variant_6 #footerBottom .sn .fb:hover,
#footer.variant_7 #footerBottom .sn .fb:hover,
#footer.variant_8 #footerBottom .sn .fb:hover{
	background-position: -60px -60px;
}

#footer.variant_5 #footerBottom .sn .od:hover,
#footer.variant_6 #footerBottom .sn .od:hover,
#footer.variant_7 #footerBottom .sn .od:hover,
#footer.variant_8 #footerBottom .sn .od:hover{
	background-position: -120px -60px;
}

#footer.variant_5 #footerBottom .sn .tw:hover,
#footer.variant_6 #footerBottom .sn .tw:hover,
#footer.variant_7 #footerBottom .sn .tw:hover,
#footer.variant_8 #footerBottom .sn .tw:hover{
	background-position: -180px -60px;
}

#footer.variant_5 #footerBottom .sn .go:hover,
#footer.variant_6 #footerBottom .sn .go:hover,
#footer.variant_7 #footerBottom .sn .go:hover,
#footer.variant_8 #footerBottom .sn .go:hover{
	background-position: -240px -60px;
}

#footer.variant_5 #footerBottom .sn .yo:hover,
#footer.variant_6 #footerBottom .sn .yo:hover,
#footer.variant_7 #footerBottom .sn .yo:hover,
#footer.variant_8 #footerBottom .sn .yo:hover{
	background-position: -300px -60px;
}

#footer.variant_4 .sn li:first-child{
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#footer.variant_5 .sn li:first-child,
#footer.variant_6 .sn li:first-child,
#footer.variant_7 .sn li:first-child,
#footer.variant_8 .sn li:first-child{
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_4 .sn li{
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#footer.variant_5 .sn li,
#footer.variant_6 .sn li,
#footer.variant_7 .sn li,
#footer.variant_8 .sn li{
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#catalogLine{
	margin-bottom: 24px;
	border-radius: 4px;
	line-height: 55px;
	padding: 0 12px;
	height: 55px;
}

#catalogLine .column{
	display: inline-block;
	margin-left: 12px;
}

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

#catalogLine .column:last-child{
	float: right;
}

#catalogLine .label{
	display: inline-block;
	margin-right: 12px;
}

#catalogLine sel ect{
	border-radius: 4px;
	padding: 0 12px;
	height: 30px;
}

#catalogLine .viewList{
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
}

#catalogLine .viewList .element{
	margin-left: 12px;
	float: left;
}

#catalogLine .viewList .element:first-child{
	margin-left: 0px;
}

#catalogLine .viewList .element a{
	vertical-align: middle;	
	display: inline-block;
	height: 55px;
	width: 30px;
}

#catalogLine .viewList .element .squares{
	background-position: 0 0;
}

#catalogLine .viewList .element .squares:hover{
	background-position: -30px 0;	
}

#catalogLine .viewList .element .squares.selected{
	background-position: -60px 0;	
}

#catalogLine .viewList .element .line{
	background-position: 0 -55px;
}

#catalogLine .viewList .element .line:hover{
	background-position: -30px -55px;	
}

#catalogLine .viewList .element .line.selected{
	background-position: -60px -55px;	
}

#catalogLine .viewList .element .table{
	background-position: 0 -110px;
}

#catalogLine .viewList .element .table:hover{
	background-position: -30px -110px;
}

#catalogLine .viewList .element .table.selected{
	background-position: -60px -110px;	
}


#catalogLine .viewList .element .squares:active,
#catalogLine .viewList .element .table:active,
#catalogLine .viewList .element .line:active{
	position: relative;
	top: 1px;
}

.catalogLineSpecialTime{
	margin-bottom: 12px;
	color: #666d83;
	font-size: 0;
	line-height: 0;
}

.catalogLineSpecialTime .specialTimeItem{
	display: inline-block;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
	overflow: hidden;
	margin-left: 2px;
	padding: 8px 0px;
	line-height: 14px;
	height: 42px;
	width: 48px;
	background: #e0e0e0;
}

.catalogLineSpecialTime .specialTimeItem:first-child{
	margin-left: 0px;
}

.catalogLineSpecialTime .specialTimeItemValue{
	font-family: 'robotomedium';
	font-size: 14px;
}

.catalogLineSpecialTime .specialTimeItemlabel{
	font-family: "roboto_ltregular";
	font-size: 12px;
}

#rowFooter{
	display: table;
	width: 100%;
	table-layout: fixed;
}

#leftFooter{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	padding: 24px 0 24px 24px;
	display: table-cell;
	vertical-align: top;
	width: 60%;
}

#leftFooter .footerRow{
	overflow: hidden;
	list-style: none;
}

#leftFooter .column{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
	width: 25%;
	float: left;
}

#leftFooter .heading{
	padding-bottom: 12px;
	margin-bottom: 6px;
	font-size: 20px;
	display: block;
}

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

#leftFooter ul li:first-child{
	border: 0;
}

#leftFooter a{

	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;

	text-decoration: none;
	font-size: 13px;
	padding: 6px 0;
	display: block;
}

#rightFooter{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	padding: 24px 0 24px 24px;
	vertical-align: top;
	display: table-cell;
	width: 40%;
}

#rightFooter .rightTable{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

#rightFooter .rightTable td{
	vertical-align: top;
}

#rightFooter .rightColumn{
	text-align: center;
	padding: 0 24px;
}

#rightFooter .rightColumn .wrap{
	display: inline-block;
	text-align: left;
}

#rightFooter .list{
	list-style: none;
	padding: 0;
	margin: 12px 0;
}

#rightFooter .list li{
	margin-bottom: 8px;
	line-height: 21px;
	list-style: none;
	font-size: 14px;
	display: block;
}

#rightFooter .email a{
	text-decoration: none;
}

#rightFooter p{
	font-size: 14px;
	display: block;
}

#rightFooter .hr{
	padding-top: 12px;
}

#rightFooter .telephone{
	margin-bottom: 15px;
	font-size: 22px;
	display: block;
}

#rightFooter .email{
	display: block;
	font-size: 18px;
}

#rightFooter .showMap{
	-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: underline;
	margin-top: 12px;
	display: block;
}

#rightFooter .showMap:active{
	position: relative;
	top: 1px;
}

#rightFooter .logo img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#rightFooter .logo a:active{
	position: relative;
	top: 1px;
}

#footerBottom{
	line-height: 60px;
	overflow: hidden;
	height: 60px;
	clear: both;
}

#footerBottom .creator{
	padding-left: 24px;
	float: left;
}

#footerBottom .creator a{
	display: block;
	line-height: 54px;
}

#footerBottom .creator a:active{
	position: relative;
	top: 1px;
}

#footerBottom .creator img{
	vertical-align: middle;
	max-width: 100px;
}

#footerBottom .social{
	padding-right: 24px;
	float: right;
}

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

#appBasket{

	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;

	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1001;
	left: 0px;
	top: 0px;
	
	display: none;
}
#appReg, #appRegEmail{
	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1001;
	left: 0px;
	top: 0px;
	display: none;
}

#appRegContainer, #appRegEmailContainer{
	-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 100%;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

#appBasketContainer{
	margin-left: -350px;
	margin-top: -200px;
	position: absolute;
	height: 400px;
	width: 700px;
	left: 50%;
	top: 50%;
}

.appRegContent{
	width: 100%;
	max-width: 600px;
	background-color: #fff;
}
.appRegContent__heading{
	line-height: 40px;
	position: relative;
	text-align: center;
	font-size: 16px;
	height: 40px;
}
.appRegContent .close{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #424242;
	z-index: 10;
	cursor: pointer;
	display: block;
	width: 41px;
}
.appRegContent .close:after{
	content: "";
	background: url(/bitrix/templates/dresscodeV2/images/exit.png) 0 0 no-repeat transparent;
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
	right: 10px;
	top: 9px;
}
.appRegContent__body{
	padding: 25px;
}
.appRegContent__sub-title{
	margin: 0 0 20px;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
}
.appRegContent__form-line{
	max-width: 320px;
	width: 100%;
	margin: 0 auto 12px;
}
.appRegContent__form-line input{
	width: 100%;
	height: 50px;
	padding: 0 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	padding-left: 12px;
	background-color: #f3f3f3;
	color: #000000;
	border: none;
}
.appRegContent__form-line-btn{
	max-width: 320px;
	width: 100%;
	margin: 0 auto 15px;
}
.appRegContent__form-line-btn button{
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	background-color: #27bfc1;
	color: #ffffff;
	border: none;
	font-size: 16px;
}
.appRegContent__link-wrap{
	text-align: center;
}
.appRegContent__link-wrap a{
	color: #25ccce;
	text-decoration: underline;
}
.appRegContent__link-wrap a:hover{
	text-decoration: none;
	color: #25ccce;
}
#appBasket .heading{
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
}

#appBasket .close{
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

#appBasket .container{
	position: relative;
	overflow: hidden;
}

#appBasket .markerContainer {
    position: absolute;
    top: 8px;
    left: 8px;
}

#appBasket .rating {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 2;
	width: 79px;
}

#appBasket .rating i {
	background: url(images/rating.png) repeat 0 0px transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#appBasket .rating i.m {
	background: url(images/rating.png) repeat 0 -14px transparent;
	width: 0px;
	z-index: 10;
}

#appBasket .markerContainer .marker {
    font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
    margin-bottom: 8px;
    line-height: 16px;
    padding: 3px 4px;
    z-index: 2;
}

#appBasket .picture{
	position: relative;
	line-height: 280px;
	text-align: center;
	height: 280px;
	width: 300px;
	float: left;
}

#appBasket .picture:active{
	position: relative;
	top: 1px;
}

#appBasket .picture img{
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}

#appBasket .information{
	line-height: 280px;
}

#appBasket .information .wrapper{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

#appBasket .name{

	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;

	max-width: 300px;
	margin-bottom: 18px;
	text-decoration: none;
	font-size: 14px;
	display: block;
}

#appBasket .price{
	font-family: 'robotobold';
    margin-bottom: 18px;
    font-size: 18px;
    display: block;
}

#appBasket .price .discount {
    font-family: 'roboto_ltregular';
    padding-left: 8px;
    font-size: 14px;
}

#appBasket .qtyBlock{
	margin-bottom: 18px;
	overflow: hidden;
}

#appBasket .qtyBlock .label{
	padding-right: 4px;
}

#appBasket .plus,
#appBasket .minus{
	vertical-align: middle;
	display: inline-block;
	height: 19px;
	width: 19px;
}

#appBasket .qty{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	vertical-align: middle;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	margin: 0 2px;
	height: 19px;
	width: 40px;
	padding: 0 2px;
	border: 0;
}

#appBasket .qty.error{
	border: 1px solid #ff0000;
}

#appBasket .sum{
	font-family: 'robotobold';
	line-height: 50px;
	padding: 0 24px;
    font-size: 18px;
	height: 50px;
}

#appBasket .sum .discount{
	font-family: 'roboto_ltregular';
	padding-left: 8px;
	font-size: 14px;
}

#appBasket .lower{
	line-height: 60px;
	overflow: hidden;
	height: 60px;
}

#appBasket .lower .tools{
	border-collapse: collapse;
	table-layout: fixed;
	border-spacing: 0px;
	width: 100%;
}

#appBasket .lower tbody{
	vertical-align: top;
}

#appBasket .lower .tools td{
	padding: 0;
}

#appBasket .lower .tools .icon{
	
	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;

	vertical-align: top;
	text-align: center;
	line-height: 60px;
	height: 60px;
	width: 70px;

}

#appBasket .lower .tools .av:hover{
	background: unset;
}

#appBasket .lower .tools .icon a{
	text-decoration: none;
	color: transparent;
	display: block;
}

#appBasket .lower .tools .icon .ico{
	vertical-align: middle;
	display: inline-block;
	height: 16px;
	width: 17px;
}

#appBasket .lower .tools .addCompare .ico{
	background: url(images/compare.png) 0 0 no-repeat transparent;
}

#appBasket .lower .tools .addCompare.added .ico{
	background: url(images/compareActive.png) 0 0 no-repeat transparent;
}

#appBasket .lower .tools .addWishlist .ico{
	background: url(images/wishlist.png) 0 0 no-repeat transparent;
}

#appBasket .lower .tools .addWishlist.added .ico{
	background: url(images/wishlistActive.png) 0 0 no-repeat transparent;
}

#appBasket .lower .tools .inStock .ico{
	background: url(images/inStock.png) 0 0 no-repeat transparent;
	border-bottom: 0 !important;
}

#appBasket .lower .tools .outOfStock .ico{
	background: url(images/outOfStock.png) 0 0 no-repeat transparent;
}

#appBasket .lower .tools .onOrder .ico{
	background: url(images/onOrder.png) 0 0 no-repeat transparent;
}

#appBasket .lower .tools .delete .ico{
	background: url(images/delete.png) 0 0 no-repeat transparent;
}

#appBasket .lower .tools .continue{
	text-align: center;
	width: 50%;
}

#appBasket .lower .tools .continue, 
#appBasket .lower .tools .goToBasket{
	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;
}

#appBasket .lower .tools .continue a, 
#appBasket .lower .tools .goToBasket a{
	
line-height: 60px;
	text-decoration: none;
	font-size: 14px;
	display: block;

}

#appBasket .lower .tools .continue .text,
#appBasket .lower .tools .goToBasket .text{
	margin-top: 2px;
	display: inline-block;
}

#appBasket .lower .tools .goToBasket img{
	margin-top: -3px;
}

#appBasket .lower .tools .continue img, 
#appBasket .lower .tools .goToBasket img{
	vertical-align: middle;
	padding-right: 12px;

}

#appBasket .lower .tools .goToBasket{
	text-align: center;
	width: 50%;
}

#appFastBuy{

	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;

	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1001;
	left: 0px;
	top: 0px;
	
	display: none;
}

#appFastBuyContainer{
	box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
	background-color: #ffffff;
	margin-left: -350px;
	margin-top: -215px;
	position: absolute;
	overflow: hidden;
	min-height: 500px;
	width: 700px;
	left: 50%;
	top: 50%;
}

#appFastBuyContainer .column{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 24px;
	/*padding: 0 24px;*/
	width: 380px;
	float: left;
}

#appFastBuyContainer .column:first-child{
	text-align: center;
	width: 320px;
}

#appFastBuyContainer  .heading{
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	height: 60px;
}

#appFastBuyContainer .title{
	margin-bottom: 12px;
	text-align: center;
	margin-right: 24px;
	font-size: 16px;
	display: block;
}

#appFastBuyContainer .formLine{
	margin-bottom: 12px;
}

#appFastBuyContainer input{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	padding-left: 12px;
	width: 354px;
	height: 50px;
	border: 0;
}

#appFastBuyContainer input[type="checkbox"]{
	vertical-align: middle;
	display: inline-block;
	margin-right: 6px;
	margin-top: 0px;
	height: 14px;
	width: 14px;
}

#appFastBuyContainer input[type="checkbox"].error + label{
	border-bottom: 1px solid #ff0000 !important;
}

#appFastBuyContainer textarea{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";	
	padding-left: 12px;
	padding-top: 12px;
	resize: none;
	width: 354px;
	height: 60px;
	border: 0;
}

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

#appFastBuyContainer #fastBuyFormSubmit{
	-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;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	display: block;
	height: 50px;
	width: 354px;
}

#appFastBuyContainer #fastBuyFormSubmit:active{
	position: relative;
	top: 1px;
}

#appFastBuyContainer #fastBuyFormSubmit.loading{
	-webkit-transition: background 0s !important;
	-o-transition: background 0s !important;
	transition: background 0s !important;
	text-indent: 12px;
	opacity: 0.9;
}

#appFastBuyContainer #fastBuyFormSubmit.loading img{
	display: none;
}

#appFastBuyContainer #fastBuyFormSubmit img{
	vertical-align: middle;
	padding-right: 4px;
	margin-top: -2px;
}

#appFastBuyContainer .markerContainer{
	position: absolute;
	top: 0px;
	left: 12px;
}

#appFastBuyContainer #fastBuyResult{
	transform: translateY(50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#fastBuyResult #fastBuyResultTitle{
	text-align: center;
	margin-top: 24px;
	font-size: 16px;
}

#fastBuyResult #fastBuyResultMessage{
	text-align: center;
	margin-top: 24px;
}

#fastBuyResult #fastBuyResultClose{
	-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;
	text-align: center;
	line-height: 50px;
	margin: 24px auto;
	font-size: 14px;
	display: block;
	height: 50px;
	width: 254px;
}

#fastBuyResult #fastBuyResultClose:active{
	position: relative;
	top: 1px;
}

#appFastBuyContainer .marker {
	font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
	margin-bottom: 8px;
	padding: 3px 4px;
	line-height: 16px;
	z-index: 2;
}


#appFastBuyContainer .name{

	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	
	font-size: 14px;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
}

#appFastBuyContainer .middle{
	line-height: 21px;
	vertical-align: middle;
	display: inline-block;
}

#appFastBuyContainer .price{
	font-family: 'robotobold';
	text-decoration: none;
	margin-bottom: 12px;
	font-size: 18px;
	display: block;
}

#appFastBuyContainer .price .discount{
	font-family: 'roboto_ltregular';
	padding-left: 4px;
	font-size: 14px;
}

#appFastBuyContainer #fastBuyName{
	padding: 0 24px;
}

#appFastBuyContainer #fastBuyPicture{

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	margin-bottom: 12px;
	position: relative;
	text-align: center;
	line-height: 230px;
	display: block;
	height: 230px;
}

#appFastBuyContainer #fastBuyPicture .url{
	text-align: center;
	line-height: 230px;
	display: block;
	height: 230px;
}

#appFastBuyContainer #fastBuyPicture .picture{
	vertical-align: middle;
    max-height: 90%;
	max-width: 90%;
}

#appFastBuy .close{
	background: url(images/exit.png) 0 0 no-repeat transparent;
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

#appFastBuy .close:hover{
	background-position: 0 -21px ;
}

#appFastBuy .close:active{
	background-position: 0 -42px ;
}

#appFastView{

	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;

	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	overflow: auto;
	z-index: 1000;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	
	/*display: none;*/
}

#appFastView .appFastViewContainer{
	box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
	background-color: #ffffff;
	margin-left: -500px;
	margin-top: -275px;
	position: absolute;
	height: 550px;
	width: 1000px;
	left: 50%;
	top: 50%;
}

#appFastView .appFastViewColumnContainer{
	height: 490px;
}

#appFastView .appFastViewPictureColumn{
	border-right: 1px solid #dddddd;
	position: relative;
	height: 490px;
	width: 336px;
	float: left;
}

#appFastView .appFastViewDescriptionColumn{
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 410px;
	float: left;
}

#appFastView .appFastViewDescriptionColumnContainer{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 24px;
	padding-top: 24px;
	overflow-x: hidden;
	position: absolute;
	overflow-y: scroll;
	height: 100%;
	width: 100%;
	left: 24px;
}

#appFastView .appFastViewDescriptionColumn:after{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0);
	pointer-events: none;
	position: absolute;
	display: block;
	height: 50px;
	content: '';
	width: 100%;
	bottom: 0px;
}

#appFastView .appFastViewInformationColumn{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f3f3f3;
	position: relative;
	padding: 6px 24px 0;
	height: 100%;
	width: 251px;
	float: left;
}

#appFastView .markerContainer{
	position: absolute;
	color: #ffffff;
	z-index: 88;
	left: 12px;
	top: 12px;
}

#appFastView .marker {
	font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
	margin-bottom: 8px;
	line-height: 16px;
	padding: 3px 4px;
	z-index: 2;
}

#appFastView .appFastViewPictureSlider,
#appFastView .appFastViewPictureCarousel,
#appFastView .appFastViewPictureSliderItems,
#appFastView .appFastViewPictureCarouselItems{
	-webkit-transition: left 0.2s ease-in-out;
	-o-transition: left 0.2s ease-in-out;
	transition: left 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
}

#appFastView .appFastViewPictureSliderItems,
#appFastView .appFastViewPictureCarouselItems{
	left: 0px;
}

#appFastView .appFastViewPictureCarouselItems{
	padding-bottom: 12px;
}

#appFastView .appFastViewPictureCarousel{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px 12px 12px;
	margin: 0 24px;
}

#appFastView .appFastViewPictureSliderItem,
#appFastView .appFastViewPictureCarouselItem{
	text-align: center;
	float: left;
}

#appFastView .appFastViewPictureSliderItem{
	line-height: 380px;
	height: 380px;
}

#appFastView .appFastViewPictureSliderItemLayout{
	vertical-align: middle;
	display: inline-block;
	line-height: 0;
}

#appFastView .appFastViewPictureCarouselItem{
	line-height: 60px;
	height: 60px;
}

#appFastView .appFastViewPictureSliderItemPicture,
#appFastView .appFastViewPictureCarouselItemPicture{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#appFastView .appFastViewPictureCarouselLeftButton,
#appFastView .appFastViewPictureCarouselRightButton{
	background: url(images/carouselArrowSmall.png) 0 0 no-repeat transparent;
	position: absolute;
	margin-top: -14px;
	height: 16px;
	opacity: 0.5;
	z-index: 99;
	width: 14px;
	top: 50%;
}

#appFastView .appFastViewPictureCarouselLeftButton:hover,
#appFastView .appFastViewPictureCarouselRightButton:hover{
	opacity: 0.8;
}

#appFastView .appFastViewPictureCarouselLeftButton:active,
#appFastView .appFastViewPictureCarouselRightButton:active{
	opacity: 1;
}

#appFastView .appFastViewPictureCarouselLeftButton:active{
	left: 1px;
}

#appFastView .appFastViewPictureCarouselRightButton:active{
	right: 1px;
}

#appFastView .appFastViewPictureCarouselLeftButton{
	left: 0px;
}

#appFastView .appFastViewPictureCarouselRightButton{
	background-position: -14px 0;
	right: 0px;
}

#appFastView .appFastViewPictureSliderItemLink,
#appFastView .appFastViewPictureCarouselItemLink{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#appFastView .appFastViewPictureSliderItemLink img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#appFastView .appFastViewPictureSliderItemLink{
	display: inline-block;
	position: relative;
	/*overflow: hidden;*/
	line-height: 0;
	height: auto;
}

#appFastView .appFastViewPictureCarouselItemLink{
	position: relative;
	display: block;
	height: 60px;
	opacity: 0.3;
}

#appFastView .appFastViewPictureSliderItemLink:hover img,
#appFastView .appFastViewPictureCarouselItemLink:hover{
	opacity: 0.9;
}

#appFastView .appFastViewPictureCarouselItemLink.active{
	pointer-events: none;
	position: relative;
	opacity: 1;
}

#appFastView .appFastViewPictureCarouselItemLink.active:hover{
	opacity: 1;
}

#appFastView .appFastViewPictureSliderItemLink:active,
#appFastView .appFastViewPictureCarouselItemLink:active{
	position: relative;
	top: 1px;
}

#appFastView .appFastViewPictureCarouselItemLink.active:after{
	background: rgba(0, 0, 0, 1);
	transform: translateX(-50%);
	position: absolute;
	display: block;
	bottom: -4px;
	content: '';
	height: 2px;
	width: 20%;
	left: 50%;
}

#appFastView .appFastViewPictureLoupe{
	background-repeat: no-repeat;
	border: 1px solid #000000;
    border-radius: 50%;
    position: absolute;
    margin-left: -75px;
    margin-top: -75px;
	cursor: crosshair;
    height: 150px;
    width: 150px;
    left: -9999px;
    top: -9999px;
}

#appFastView .appFastViewHeading{
	background-color: #424242;
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #ffffff;
}

#appFastView .appFastViewProductHeading{
	line-height: 33px;
	font-size: 21px;
}

#appFastView .appFastViewProductHeading 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;
}

#appFastView .appFastViewProductHeading a:hover{
	color: #555555;
}

#appFastView .appFastViewProductHeading a:active{
	position: relative;
	top: 1px;
}

/*#appFastView .appFastViewProductHeading .appFastViewProductHeadingLinkLayout{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 4px;
}
*/
#appFastView .appFastSkuProductPropertiesHeading,
#appFastView .appFastViewProductPropertiesHeading{
    margin-top: 24px;
    font-size: 16px;	
}

#appFastView .appFastViewProductPropertiesHeading{
	margin-bottom: 12px;
}

#appFastView .propertyTable{
	table-layout: fixed;
	display: table;
	width: 100%;
}

#appFastView .propertyTable{
	font-size: 13px;
}

#appFastView .propertyTable .propertyName,
#appFastView .propertyTable .propertyValue{
	background-color: #ffffff;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	overflow: hidden;
	padding: 4px 0;
}

#appFastView .propertyTable .propertyValue{
	padding-left: 12px;
	width: 40%;
}

#appFastView .propertyTable .propertyName:after{
    border-bottom: 1px dotted #cccccc;
    position: absolute;
    margin-left: 12px;
    height: 13px;
    content: '';
    width: 100%;
}

#appFastView .propertyTable .propertyValue a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #555555;
}

#appFastView .propertyTable .propertyValue a:hover{
	color: #000000;
}

#appFastView .appFastViewDescription{
	display: none;
}

#appFastView .appFastViewDescription.visible{
	display: block;
}

#appFastView .appFastViewDescriptionHeading{
	margin-top: 24px;
    font-size: 16px;
}

#appFastView .appFastViewDescriptionText{
	line-height: 21px;
	margin-top: 12px;
	font-size: 13px;
}

#appFastView .skuPropertyList{
	margin: 0px 0px 0px -6px;
	overflow: hidden;
	list-style: none;
	padding: 0px;
}

#appFastView .skuProperty{
	overflow: hidden;
	margin: 12px 0;
}

#appFastView .skuProperty:last-child{
	margin-bottom: 0px !important;
}

#appFastView .skuPropertyName{
	padding-left: 2px;
	font-size: 13px;
}

#appFastView .skuProperty li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 12px;
	overflow: hidden;
	padding: 0px 6px;
	min-width: 18%;
	float: left;
}

#appFastView .skuProperty .selected .skuPropertyLink{
	pointer-events: none;
	position: relative;
}

#appFastView .skuProperty .disabled{
	display: none;
}

.product .skuProperty li.not-avaible{
	position: relative;
}
.product .skuProperty li.not-avaible:after{
	background-color: red;
    content: "";
    height: 1px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: 49%;
    transform: rotateZ(33deg);
}
.product .not-avaible__link {
	border: 1px solid #eee;
    color: #ccc;
    display: block;
    font-size: 12px;
    line-height: 21px;
    padding: 6px 4px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}

#appFastView .skuPropertyLink{
	-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;
	text-align: center;
	line-height: 28px;
	padding: 4px 6px;
	min-height: 28px;
	display: block;
}

#appFastView .skuPropertyLink:hover{
	opacity: 0.8;
}

#appFastView .skuPropertyList img{
	vertical-align: middle;
    max-height: 100%;
 	max-width: 100%;
}

#appFastView .skuProperty .selected .skuPropertyLink{
	border: 1px solid #27bfc1;
}
#appFastView .skuProperty .selected .skuPropertyLink::after{
	border: 2px solid #27bfc1;
}
#appFastView .skuPropertyLink{
	border: 1px solid #dddddd;
	color: #000000;
}

#appFastView .oSkuDropDownProperty{
	overflow: visible;
	margin: 0px;
}

#appFastView .oSkuDropDownProperty .oSkuDropdownListItem{
    box-sizing: content-box;
    overflow: visible;
    min-width: auto;
    margin-top: 0px;
    padding: 0px;
    float: none;
}

#appFastView .oSkuDropdown{
	background-color: #ffffff;
    border: 1px solid #e7e8ea;
	position: relative;
	line-height: 13px;
	font-size: 13px;
	display: block;
	-webkit-user-select: none; 
	-moz-user-select: none;     
	-ms-user-select: none; 
	border-radius: 2px;
	width: 88%;
	margin-top: 4px;
}

#appFastView .oSkuCheckedItem{
	background: url(images/selectArrow.png) 97% 50% no-repeat transparent;
	padding: 12px 30px 12px 8px !important;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	color: #000000;
}

#appFastView .oSkuCheckedItem:hover{
	opacity: 0.8;
}

#appFastView .oSkuCheckedItem:active{
	position: relative;
	top: 1px;
}

#appFastView .oSkuDropdown label:before,
#appFastView .oSkuCheckboxList label:before {
	display: none;
}

#appFastView .oSkuDropdownList {
	background-color: #ffffff;
    border: 1px solid #e7e8ea;
    visibility: hidden;
    position: absolute;
    list-style: none;
    margin: 0 -1px;
    opacity: 0;
    padding: 0;
    z-index: 2;
    top: 42px;
    right: 0;
    left: 0;
}

#appFastView .oSkuDropdownList.opened{
	visibility: visible;
	opacity: 1;
}

#appFastView .pics .oSkuDropdownList{
	top: 52px;
}

#appFastView .oSkuDropdownList .skuPropertyValue{
	border-top: 1px solid #e7e8ea;
	position: relative;
	display: block;
}

#appFastView .oSkuDropdownList .skuPropertyValue:first-child{
	border-top: 0px;
}

#appFastView .oSkuDropdownList .selected{
	box-shadow: 1px 1px 12px #f1f1f1 inset;
	font-family: "robotomedium";
}

#appFastView .oSkuDropdownList .selected,
#appFastView .oSkuDropdownList .skuPropertyValue:hover{
	background-color: #f9f9f9;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
}

#appFastView .oSkuDropdownList .oSkuPropertyItemLink{
	padding: 12px 8px !important;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	font-size: 13px;
	min-height: 0px;
	color: #000000;
	display: block;
	border: 0px;
}

#appFastView .oSkuDropdownList .oSkuDropdownListItem.selected .oSkuPropertyItemLink{
	border: 0px;
}

#appFastView .oSkuDropdownList .oSkuDropdownListItem.disabled{
	display: none;
}

#appFastView .oSkuDropdownList .skuPropertyValue:active .oSkuPropertyItemLink,
#appFastView .oSkuDropdownList .oSkuPropertyItemLink:active{
	position: relative;
	top: 1px;
}

#appFastView .oSkuDropdownList .skuPropertyValue.loading:after{
	left: 24px;
}

#appFastView .appFastViewExit{
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

#appFastView .appFastViewMoreLink{
	-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;
	margin-bottom: 24px;
	position: relative;
	margin-top: 24px;
	color: #000000;
	z-index: 0;
}

#appFastView .appFastViewMoreLink:hover{
	color: #555555;
}

#appFastView .appFastViewMoreLink:active{
	position: relative;
	top: 1px;
}

#appFastView .addCart{
	-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;
	margin-bottom: 16px;
	border-radius: 4px;
	line-height: 60px;
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	display: block;
	color: #ffffff;
	height: 60px;
}

#appFastView .catalogQtyBlock{
	margin-bottom: 12px;
}

#appFastView .catalogQtyBlock  .catalogQty {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin: 0 2px;
    height: 19px;
    width: 40px;
    padding: 0 2px;
    border: 0;
}

#appFastView .catalogQtyBlock  .catalogQty {
    background-color: #e7e8ea;
    color: #000000;
}

#appFastView .catalogQtyBlock  .catalogQty.error{
	border: 1px solid #ff0000;
}

#appFastView .catalogQtyBlock .catalogPlus,
#appFastView .catalogQtyBlock .catalogMinus {
    vertical-align: middle;
    display: inline-block;
    height: 19px;
    width: 19px;
}

#appFastView .catalogQtyBlock .catalogPlus,
#appFastView .catalogQtyBlock .catalogMinus{
	background: url(images/plusMinusCatalog.png) 0 0 no-repeat #424242;
}

#appFastView .catalogQtyBlock .catalogPlus{
	background-position: 0 -19px;
}

#appFastView .catalogQtyBlock .catalogPlus:hover{
	background-position: -19px -19px;
}

#appFastView .catalogQtyBlock .catalogPlus:active{
	background-position: -38px -19px;
}

#appFastView .catalogQtyBlock .catalogMinus:hover{
	background-position: -19px 0x;
}

#appFastView .catalogQtyBlock .catalogMinus:active{
	background-position: -38px 0px;
}

#elementTools .secondTool .row:last-child,
#smallElementTools .secondTool .row:last-child{
	margin-bottom: 0px;
}

#appFastView .price{
	font-family: 'robotobold';
	text-decoration: none;
	position: relative;
	line-height: 28px;
	margin-top: 12px;
	font-size: 21px;
	display: block;
	color: #000000;
}

#appFastView .getPriceWindow{
	line-height: 33px;
}

#appFastView .priceValue{
	border-bottom: 1px dashed #bbbbbb;
	-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;
	padding-bottom: 8px;
	color: #000000;
}

#appFastView .priceValue:hover{
	color: #333333;
}

#appFastView .priceValue:active{
	position: relative;
	top: 1px;
}

#appFastView .article{
	margin-top: 12px;
	color: #888888;
}

#appFastView .article.hidden{
	display: none;
}

#appFastView .discount{
	font-family: 'roboto_ltregular';
	padding-left: 4px;
	font-size: 14px;
	color: #888888;
}

#appFastView .price .oldPriceLabel{
	font-family: 'roboto_ltregular';
	text-decoration: none;
	margin-top: 6px;
	font-size: 14px;
	display: block;
	color: #888888;
}

#appFastView .price .discount,
#appFastView .price .discount{
	font-family: 'roboto_ltregular';
	padding-left: 4px;
	font-size: 14px;
	color: #888888;
}

#appFastView .icon{
	vertical-align: middle;
	display: inline-block;
}

#appFastView .addCart .icon{
	padding-right: 12px;
	margin-top: -4px;
}

#appFastView .rating{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -4px;
	position: relative;
	overflow: hidden;
	height: 15px;
	width: 79px;
	z-index: 2;
}

#appFastView .rating i{
	background: url(images/rating2.png) repeat 0 0px transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#appFastView i.m{
	background: url(images/rating2.png) repeat 0 -14px transparent;
	width: 0px;
	z-index: 10;
}

#appFastView .icon{
	vertical-align: middle;
	display: inline-block;
}

#appFastView .appFastViewInformationColumn .row{
	margin-bottom: 12px;
	position: relative;
}

#appFastView .appFastViewInformationColumn .row img{
	vertical-align: middle;
	padding-right: 6px;
	margin-top: -4px;
}

#appFastView .appFastViewInformationColumn .label{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    font-family: 'roboto_condensedlight';
    text-decoration: none;
    line-height: 21px;
    font-size: 15px;
    color: #717171;
}

#appFastView .appFastViewInformationColumn a.label:hover{
	color: #000000;
}

#appFastView .appFastViewInformationColumn a.label:active{
	position: relative;
	top: 1px;
}

#appFastView .appFastViewInformationColumn .getStoresWindow.inStock span{
	padding-bottom: 2px;
}

.fastSpecialTime{
	margin-top: 12px;
	color: #ffffff;
	font-size: 0;
	line-height: 0;
}

.fastSpecialTime .specialTimeItem{
	display: inline-block;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
	overflow: hidden;
	margin-left: 2px;
	padding: 8px 0px;
	line-height: 14px;
	height: 42px;
	width: 48px;
}

.fastSpecialTime .specialTimeItem:first-child{
	margin-left: 0px;
}

.fastSpecialTime .specialTimeItemValue{
	font-family: 'robotomedium';
	font-size: 14px;
	line-height: 14px;
}

.fastSpecialTime .specialTimeItemlabel{
	font-family: "roboto_ltregular";
	font-size: 12px;
}

#personalCart input[name="BuyButton"]{
	margin-bottom: 24px;
	margin-top: 24px;
	display: block;
}

/*#appFastView .getPricesWindow .priceIcon{
	margin-right: 0px;
	margin-left: 6px;
}*/

#footerTabsCaption{
	line-height: 85px;
	margin-top: 24px;
	height: 85px;
}

#footerTabsCaption .items{
	text-align: center;
	overflow: hidden;
}

#footerTabsCaption .item:last-child{
	margin-right: 0px;
}

#footerTabsCaption .item{
	vertical-align: middle;
	display: inline-block;
	margin-right: 24px;
}

#footerTabsCaption .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-transform: uppercase;
	font-family: 'robotobold';
	text-decoration: none;
	padding-bottom: 8px;
	font-size: 16px;
}

#footerTabs{
	overflow: hidden;
}

#footerTabs .tab{
	display: none;
}

#footerTabs .tab.selected{
	display: block;
}

#footerTabs .product:hover .wrap,
#footerTabs .product:hover .tabloid,
#personalCart .product:hover .wrap,
#personalCart .product:hover .tabloid{
	box-shadow: none;
}

#footerTabs .product:hover .tabloid{
	border-color: transparent;
}

#personalCart .product:hover .tabloid{
	border-bottom-color: #e7e8ea;
}

#footerLine{
	line-height: 55px;
	position: fixed;
	z-index: 999;
	height: 55px;
	width: 100%;
	bottom: 0;
}

#footerLine.color_white{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
	background-color: #ffffff;
	border-color: #f3f3f3;
}

#footerLine.color_theme{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.35);
	border-color: transparent;
}

#footerLine.color_white .item a{
	color: #000000;
}

#footerLine.color_theme .item a{
	color: #ffffff;
	opacity: 0.7;
}

#footerLine.color_theme .col:first-child .item a{
	opacity: 1;
}

#footerLine.color_theme .item .active{
	color: #ffffff;
	opacity: 1;
}

#footerLine.color_theme .item .active:hover{
	color: #ffffff;
	opacity: 0.85;
}

#footerLine.color_white .item a:hover,
#footerLine.color_theme .col:first-child .item a:hover{
	opacity: 0.8;
}

#footerLine.color_white .item a:active{
	position: relative;
	top: 1px;
}

#footerLine.color_theme .col:first-child .item .callback:hover{
	color: #ffffff;
	opacity: 0.8;
}

#footerLine.color_white .item .compare .mark,
#footerLine.color_white .item .wishlist .mark,
#footerLine.color_white .item .cart .mark{
	background-color: #f6f6f6;
	color: #666666;
}

#footerLine.color_theme .item .compare .mark,
#footerLine.color_theme .item .wishlist .mark,
#footerLine.color_theme .item .cart .mark{
	background-color: #fcfcfc;
	color: #222222;
}

#footerLine.color_white .item .compare .icon,
#footerLine.color_white .item .wishlist .icon,
#footerLine.color_white .item .cart .icon{
	opacity: 0.8;
}

#footerLine.color_theme .item .compare .icon{
	background-image: url(images/compareFooterMinC.png);
}

#footerLine.color_theme .item .wishlist .icon{
	background-image: url(images/wishlistFooterMinC.png);
}

#footerLine.color_theme .item .cart .icon{
	background-image: url(images/cartFooterMinC.png);
}

#footerLine.color_theme .item .callback .icon{
	background-image: url(images/callbackFooterMinC.png);
}

#footerLine.color_white .item .compare:hover,
#footerLine.color_white .item .wishlist:hover,
#footerLine.color_white .item .cart:hover,
#footerLine.color_white .item .compare:hover .mark,
#footerLine.color_white .item .wishlist:hover .mark,
#footerLine.color_white .item .cart:hover .mark{
	color: #000000;
	opacity: 1;
}

#footerLine.color_theme .item .compare:hover,
#footerLine.color_theme .item .wishlist:hover,
#footerLine.color_theme .item .cart:hover{
	color: #ffffff;
	opacity: 0.7;
}

#footerLine.color_white .item .compare.active:hover,
#footerLine.color_white .item .wishlist.active:hover,
#footerLine.color_white .item .cart.active:hover,
#footerLine.color_white .item .compare.active:hover .mark,
#footerLine.color_white .item .wishlist.active:hover .mark,
#footerLine.color_white .item .cart.active:hover .mark{
	opacity: 0.8;
}

#footerLine .wrapper{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#footerLine .col{
	float: left;
	width: 50%;
}

#footerLine .col:last-child{
	text-align: right;
}

#footerLine .item .callback{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
}
#footerLine .item img{
	width: 100px;
	height: auto;
	vertical-align: middle;
}
#footerLine .item .callback .icon{
	vertical-align: middle;
	display: inline-block;
	margin-right: 4px;
	margin-top: -2px;
	height: 24px;
	width: 21px;
}


#footerLine .item .compare,
#footerLine .item .wishlist,
#footerLine .item .cart{
	text-transform: uppercase;
}

#footerLine .item .compare .mark,
#footerLine .item .wishlist .mark,
#footerLine .item .cart .mark{
	border-radius: 4px;
	margin-left: 12px;
	line-height: 20px;
	overflow: hidden;
	padding: 2px 12px;
	height: 20px;
}

#footerLine .item .compare .icon,
#footerLine .item .wishlist .icon,
#footerLine .item .cart .icon{
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-top: -2px;
	height: 24px;
	width: 21px;
}

#footerLine .item .cart .icon{
	width: 26px;
}

#footerLine .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;
	font-size: 14px;
}

/*#footerLine .col:first-child .item:first-child{
	margin-left: 24px;
}
*/
#footerLine .item{
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;
}

#footerLine .item a:active{
	position: relative;
	top: 1px;
}

#footerLine .item:last-child{
	margin-right: 0px;
}

#authMenu{
	margin-bottom: 24px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

#authMenu li{
	margin-bottom: 24px;
	margin-right: 24px;
	float: left;
}

#authMenu li:last-child{
	margin-right: 0;
}

#authMenu li 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-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
}

#authMenu li a:active{
	position: relative;
	top: 1px;
}

#authMenu li .selected{
	font-family: 'robotobold';
	padding-bottom: 4px;
}

#empty{
	overflow: hidden;
}

#empty .emptyWrapper{
	padding-bottom: 24px;
	overflow: hidden;
}

#empty .pictureContainer{
	margin-right: 24px;
	float: left;
}

#empty h3{
	font-family: 'robotobold';
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

#empty p{
	font-size: 14px;
}


#empty 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;
	font-size: 14px;
}

#empty a:active{
	position: relative;
}

#empty a img{
	vertical-align: middle;
	padding-right: 12px;
}

#empty .emptyTitle{
	text-transform: uppercase;
	font-family: 'robotobold';
	margin-top: 24px;
	font-size: 14px;
}

#empty .emptyMenu{
	margin: 24px 0 0 0;
	list-style: none;
	padding: 0;
}

#empty .emptyMenu li{
	margin-bottom: 12px;
	width: 33.333333%;
	float: left;
}
#empty .emptyMenu li:first-child a{
	padding: 0 0 0 36px;
	position: relative;
}
#empty .emptyMenu li:first-child a:after{
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	background: url('/bitrix/templates/dresscode/images/Бренды.png') 0 0 no-repeat;
	width: 25px;
	height: 25px;
	z-index: 1;
}

#empty .back{
	padding-bottom: 2px;
}

#empty .back:active{
	position: relative;
	top: 1px;
}

#overlap{
	background-color: #000000;
	position: fixed;
	display: none;
	opacity: 0.8;
	height: 100%;
	width: 100%;
	z-index: 33;
	left: 0px;
	top: 0px;
}

#searchOverlap{
	background-color: #000000;
	position: fixed;
	display: none;
	opacity: 0.8;
	height: 100%;
	width: 100%;
	z-index: 34;
	left: 0px;
	top: 0px;
}

/* CLASSES */

.ajaxContainer{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.ajaxContainer.loading{
	opacity: 0.5;
}

.personal-order-info{
	margin-bottom: 12px;
}

.personalInfoLabel{
	margin-top: 24px;
	font-size: 14px;
}

.productList{
	list-style: none;
	padding: 0;
	margin: 0;
	/*border-left: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;*/
}

#homeCatalog .productList{
	border-top: 1px solid #e7e8ea;
}

.product{
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	float: left;
	width: 20%;

	height: 346px;
	border-right: 1px solid #e7e8ea;
	border-bottom: 1px solid #e7e8ea;
}

#leftMenu .product:before{
	display: none;
}

.product:before{
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	top: -1px;
	height: 1px;
	background: #e7e8ea;
}

.product .btn-simple {
	display: none;
}

.product{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	float: left;
	width: 20%;

	height: 347px;
	
}

.product:nth-child(1),
.product:nth-child(2),
.product:nth-child(3),
.product:nth-child(4),
.product:nth-child(5){
	height: 347px;
}

.product.last{ /* next page */
	line-height: 346px;
}

.product .tabloid{

	-webkit-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border: 1px solid transparent;
	position: relative;
	overflow: hidden;
	padding: 12px;
	height: 345px;
	z-index: 1;

}

.product .markerContainer{
	position: absolute;
	z-index: 88;
	left: 8px;
	top: 8px;
}

.product .marker {
	font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
	margin-bottom: 8px;
	line-height: 16px;
	padding: 3px 4px;
	z-index: 2;
}
.product .marker.marker-action{
	font-size: 24px;
    line-height: 1;
    padding: 3px 4px 5px;
}

.product .rating {
	position: absolute;
	width: 79px;
	z-index: 2;
	right: 8px;
	top: 8px;
	display: none;
}

.product .rating i {
	background: url(images/rating.png) repeat 0 0px transparent;
	position: absolute;
	display: block;
	height: 15px;
	width: 79px;
	left: 0px;
	top: 0px;
}

.product .rating i.m {
	background: url(images/rating.png) repeat 0 -14px transparent;
	z-index: 10;
	width: 0px;
}

.productSpecialTime{
	position: absolute;
	z-index: 2;
	top: 54px;
	right: 10px;
	width: 48px;
	color: #666d83;
	font-size: 0;
	line-height: 0;
}

.productSpecialTime .specialTimeItem{
	display: inline-block;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
	overflow: hidden;
	margin-top: 4px;
	padding: 8px 0px;
	line-height: 14px;
	height: 42px;
	width: 48px;
	background: #e0e0e0;
}

.productSpecialTime .specialTimeItem:first-child{
	margin-top: 0px;
}

.productSpecialTime .specialTimeItemValue{
	font-family: 'robotomedium';
	font-size: 14px;
	line-height: 14px;
}

.productSpecialTime .specialTimeItemlabel{
	font-family: "roboto_ltregular";
	font-size: 12px;
}

.product .name{

	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	
	font-size: 14px;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
}

.product .middle{
	line-height: 21px;
	vertical-align: middle;
	display: inline-block;
}

.product .price{
	font-family: 'robotobold';
	font-size: 18px;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
}

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

.product .price .discount{
	font-family: 'roboto_ltregular';
	padding-left: 4px;
	font-size: 14px;
}

.product .picture{

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
	display: block;
	text-align: center;
	height: 240px;
	line-height: 240px;
}

.product .picture img{
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: translate3d(0,0,0);
	vertical-align: middle;
    max-height: 100%;
	max-width: 100%;
}

.product .picture:hover img{
	opacity: 0.85;
}

.product .picture:active{
	position: relative;
	top: 1px;
}

.loading .product .getFastView{
	pointer-events: none;
}

.product .getFastView,
#catalogLineList .picture .getFastView,
#specialProduct .productItem .getFastView{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: 'roboto_condensedlight';
	background-color: #2b2b2b;
	text-decoration: none;
	border-radius: 2px;
	visibility: hidden;
	position: absolute;
	text-align: center;
	margin-left: -75px;
	margin-top: -20px;
	line-height: 40px;
	cursor: pointer;
	color: #ffffff;
	/*display: none;*/
	height: 40px;
	width: 150px;
	opacity: 0;
	z-index: 2;
	left: 50%;
	top: 50%;
}

.product:hover .getFastView,
#catalogLineList .picture:hover .getFastView,
#specialProduct .productItem .picture:hover .getFastView{
	visibility: visible;
	/*display: block;*/
	opacity: 0.9;
}

.product .getFastView:hover,
#catalogLineList .picture .getFastView:hover,
#specialProduct .productItem .getFastView:hover{
	opacity: 1;
}

.product .addCart{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 60px;
	height: 60px;
	font-size: 16px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-top: 16px;
	margin-bottom: 12px;
	border-radius: 4px;
}

.product .icon{
	vertical-align: middle;
	display: inline-block;
}

.product .addCart .icon{
	padding-right: 12px;
	margin-top: -4px;
}

.product .row{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 12px;
	overflow: hidden;
}

.product .label{
	font-family: 'roboto_condensedlight';
	-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: 21px;
	font-size: 14px;
	display: block;
	float: left;
	width: 55%;
}

.product .row .label:last-child{
	width: 45%;
}

.product .label .icon{
	padding-right: 6px;
	margin-top: -4px;
}

.inStock{
	color: #73b24e !important;
	text-decoration: none;
}

.inStock:hover{
	color: #73b24e !important;
}

.getStoresWindow.inStock span{
	border-bottom: 1px dashed #73b24e !important;
	cursor: pointer;
}

.getStoresWindow.inStock:hover span{
	opacity: 0.8;
}

.outOfStock{
	color: #ff0000;
}

.outOfStock:hover{
	color: #ff0000;
}

.product .skuPropertyList{
	overflow: hidden;
	list-style: none;
	padding: 0px;
	margin: 0px;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.product .skuProperty{
	overflow: hidden;
	margin: 12px 0;
}

.product .skuPropertyName{
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 13px;
}

.product .skuProperty li{
	box-sizing: border-box;
	overflow: hidden;
	padding: 3px;
	min-width: 20%;
	    /*flex: 15%;*/
}

.product .skuProperty .selected .skuPropertyLink{
	pointer-events: none;
	position: relative;
	/*top: -2px;*/
}

.product .skuProperty .disabled{
	display: none;
}

.product .skuPropertyLink{
	-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;
	text-align: center;
	line-height: 21px;
	padding: 6px 4px;
	font-size: 12px;
	display: block;
}

.product .skuPropertyLink:hover{
	opacity: 1;
}

.product .skuPropertyList img{
	vertical-align: middle;
    max-height: 100%;
 	max-width: 100%;
}

/* product hover */

.product:hover{
	position: relative;
}

.product:hover .tabloid{
	position: absolute;
	height: auto;
	width: 100%;
	z-index: 3;
}

.product:hover .nowp{
	overflow: visible;
}

.product:hover .morePhoto{
	display: block;
}

.product.last .wp{
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	line-height: 21px;
	width: 100%;
}

.product.last .showMore{
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.product.last .showMore:hover{
	opacity: 0.7;
}

.product.last .icon{
	display: inline-block;
	margin-bottom: 12px;
    text-align: center;
    line-height: 21px;
    height: 54px;
    width: 100%;
}

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

.product.last .ps{
	font-size: 18px;
}

.product.last .value{
	padding-left: 6px;
	font-size: 18px;
}

.product.last .small{
	display: inline-block;
	width: 100%;
}

.item .oSkuDropDownProperty{
	overflow: visible;
	margin: 0px;
}

.item .oSkuDropDownProperty .oSkuDropdownListItem{
    box-sizing: content-box;
    overflow: visible;
    min-width: auto;
    padding: 0px;
    float: none;
}

.item .oSkuDropdown{
	background-color: #ffffff;
    border: 1px solid #e7e8ea;
	position: relative;
	line-height: 13px;
	font-size: 13px;
	display: block;
	-webkit-user-select: none; 
	-moz-user-select: none;     
	-ms-user-select: none; 
	border-radius: 2px;
	width: 98%;
	margin-top: 4px;
}

.item .oSkuCheckedItem{
	background: url(images/selectArrow.png) 97% 50% no-repeat transparent;
	padding: 12px 30px 12px 8px !important;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	color: #000000;
}

.item .oSkuCheckedItem:hover{
	opacity: 0.8;
}

.item .oSkuCheckedItem:active{
	position: relative;
	top: 1px;
}

.item .oSkuDropdown label:before,
.item .oSkuCheckboxList label:before {
	display: none;
}

.item .oSkuDropdownList {
	background-color: #ffffff;
    border: 1px solid #e7e8ea;
    visibility: hidden;
    position: absolute;
    list-style: none;
    margin: 0 -1px;
    opacity: 0;
    padding: 0;
    z-index: 2;
    top: 42px;
    right: 0;
    left: 0;
}

.item .oSkuDropdownList.opened{
	visibility: visible;
	opacity: 1;
}

.item .pics .oSkuDropdownList{
	top: 52px;
}

.item .oSkuDropdownList .skuPropertyValue{
	border-top: 1px solid #e7e8ea;
	position: relative;
	display: block;
}

.item .oSkuDropdownList .skuPropertyValue:first-child{
	border-top: 0px;
}

.item .oSkuDropdownList .selected{
	box-shadow: 1px 1px 12px #f1f1f1 inset;
	font-family: "robotomedium";
	background-color: #f9f9f9;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
}

.item .oSkuDropdownList .skuPropertyValue:hover{
	background-color: #f9f9f9;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
}

.item .oSkuDropdownList .oSkuPropertyItemLink{
	padding: 12px 8px !important;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	font-size: 13px;
	color: #000000;
	display: block;
	border: 0px;
}

.item .oSkuDropdownList .oSkuDropdownListItem.selected .oSkuPropertyItemLink{
	border: 0px;
}

.item .oSkuDropdownList .oSkuDropdownListItem.disabled{
	display: none;
}

.item .oSkuDropdownList .skuPropertyValue:active .oSkuPropertyItemLink,
.item .oSkuDropdownList .oSkuPropertyItemLink:active{
	position: relative;
	top: 1px;
}

.item .oSkuDropdownList .skuPropertyValue.loading:after{
	left: 18px;
}

.sideBlock .heading{
	padding-left: 18px;
}

.heading.collapsed{
	text-decoration: none;
	overflow: hidden;
	margin-right: 24px;
	float: left;
	width: 355px;
	line-height: 50px;
	height: 50px;
	display: block;
	color: #ffffff;
	font-size: 16px;
}

.heading.collapsed ins{
	vertical-align: middle;
	display: inline-block;
	margin: 0 18px 0 0;
	line-height: 50px;
	padding: 0 12px;
	height: 50px;
	width: 24px;
}

.mfeedback .errortext,
.mfeedback .mf-ok-text{
	font-weight: 400;
	font-size: 16px;
}

.mfeedback .mf-ok-text + form{
	display: none;
}

.mfeedback .mf-text{
	font-size: 14px;
	margin-top: 8px;
}

.mfeedback input, .mfeedback textarea{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	font-family: "roboto_ltregular" , arial , sans-serif;
	margin-top: 8px;
	padding: 0 12px;
	height: 48px;
	border: 0px;
}

.mfeedback textarea{
	padding-top: 12px;
	height: 150px;
	outline: none;
	resize: none;
}


.mfeedback input[type="submit"]{
	cursor: pointer;
	padding: 0 48px;
}

#userPersonalInfoReg + label:before{
	margin-top: -2px;
}

#userPersonalInfoReg.error + label:before{
	border: 1px solid #ff0000 !important;
}

.bx-auth {
	overflow: hidden;
}

.bx-auth .alert{
	font-family: 'robotobold';
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 24px;
	padding: 12px 48px;
	font-weight: 400;
	font-size: 12px;
}

.bx-auth .alert.small{
	font-family: "roboto_ltregular";
	line-height: 28px;
	max-width: 600px;
	font-size: 14px;
}

.bx-authform-label-container{
	margin-bottom: 8px;
}

.bx-auth .bx-authform-description-container{
	margin-bottom: 12px;
}

.bx-auth .bx-captcha{
	margin-top: 28px;
}

.bx-auth .bx-authform-formgroup-container{
	float: left;
	width: 450px;
}

.bx-auth .bx-authform-formgroup-container-line{
	overflow: hidden;
}

.bx-auth .registerText{
	padding-bottom: 24px;
	max-width: 800px;
	margin-top: 0px;
	display: block;
}

.bx-auth input{
	font-family: "roboto_ltregular" , arial , sans-serif;
	font-size: 14px;
}

.bx-auth .leftContainer{
	margin-right: 48px;
	float: left;
}

.bx-auth .rightContainer{
	float: left;
}

.bx-auth .rightContainer p{
	max-width: 450px;
	display: block;
}

.bx-auth input[type="checkbox"] + label,
.bx-auth input[type="radio"] + label {
	cursor: pointer;
}

.bx-auth input[type="checkbox"]:not(checked),
.bx-auth input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

.bx-auth input[type="checkbox"]:not(checked) + label,
.bx-auth input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 24px;
}

.bx-auth input[type="checkbox"] + label:before {
	background: url(images/checkBox.png) 0 0 no-repeat transparent;
}

.bx-auth input[type="radio"] + label:before {
	background: url(images/radio.png) 0 0 no-repeat transparent;
}

.bx-auth input[type="checkbox"]:not(checked) + label:before,
.bx-auth input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0;
	top: 0px;
}

.bx-auth input[type="checkbox"]:not(checked) + label:hover:before,
.bx-auth input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

.bx-auth input[type="checkbox"]:checked + label:before,
.bx-auth input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

.bx-auth input[type="checkbox"]:checked + label:hover:before,
.bx-auth input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

.bx-auth input[type="checkbox"]:disabled + label,
.bx-auth input[type="radio"]:disabled + label {
	cursor: default;
}

.bx-auth input[type="checkbox"]:disabled + label:before,
.bx-auth input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

.bx-auth input[type="text"],
.bx-auth input[type="password"] {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 12px;
	margin-top: 12xp;
	padding: 0 12px;
	width: 420px;
	height: 48px;
	border: 0;
}

.bx-auth .submit,
.popup-window .btn {
	-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;
	line-height: 48px;
	margin-top: 24px;
	cursor: pointer;
	font-size: 14px;
	height: 48px;
	width: 224px;
	border: 0;
}

.bx-auth .send .submit{
	margin-top: 12px;
}

.popup-window .btn{
	margin-left: 12px;
	line-height: 30px;
	margin-top: 0px;
	height: 30px;
}

.bx-auth .submit:active,
.popup-window .btn:active {
	position: relative;
	top: 1px;
}

.bx-auth .clear{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: transparent;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-left: 12px;
	line-height: 48px;
	margin-top: 24px;
	font-size: 14px;
	cursor: pointer;
	height: 48px;
	width: 160px;
}


.bx-auth .submit:active {
	position: relative;
	top: 1px;
}

.bx-auth .forgot, .bx-auth .registerLink{
	-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;
	margin-left: 12px;
}

.bx-auth .registerLink{
	margin-left: 0;
}

.blackLink, .backToIndexPage{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.catalog-item-links{
	margin-bottom: 12px;
}

.catalog-detail{
	margin-bottom: 12px;
}

.contactList {
	margin-bottom: 24px;
	margin-top: 24px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

.contactList li{
	float: left;
	width: 20%;
}
.contactList li .social-list{
	display: block;
}
.contactList li .social-list span a img{
	max-height: 35px;
}

.contactList li table{
	table-layout: fixed;
	width: 100%;
}

.contactList li table td{
	vertical-align: top;
	text-align: left;
}

.contactList li table td:first-child{
	padding-right: 12px;
	text-align: center;
	width: 42px;
}

.contactList li table td img{
	vertical-align: middle;
}
.contactList 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;
}

.contactLabel{
	font-size: 16px;
	margin-top: 0;
}

.blurred{

	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
	filter: blur(2px);

	background: #ffffff;

}

/*.product .pic:hover img{}*/

.copyright img{
	vertical-align: middle;
}

.sn{
	overflow: hidden;
	float: right;
}

.sn li{
	line-height: 60px;
	float: left;
}

.sn a{
	display: block;
	height: 60px;
	width: 60px;
}

/*.sn .vk{
	background: url(images/sn.png) 0 0 no-repeat transparent;
}
.sn .fb{
	background: url(images/sn.png) -60px 0 no-repeat transparent;
}

.sn .od{
	background: url(images/sn.png) -120px 0 no-repeat transparent;
}

.sn .tw{
	background: url(images/sn.png) -180px 0 no-repeat transparent;
}

.sn .go{
	background: url(images/sn.png) -240px 0 no-repeat transparent;
}

.sn .yo{
	background: url(images/sn.png) -300px 0 no-repeat transparent;
}

.sn .vk:hover{
	background-position: 0 -60px;
}

.sn .fb:hover{
	background-position: -60px -60px;
}

.sn .od:hover{
	background-position: -120px -60px;
}

.sn .tw:hover{
	background-position: -180px -60px;
}

.sn .go:hover{
	background-position: -240px -60px;
}

.sn .yo:hover{
	background-position: -300px -60px;
}
*/

.sn .vk{
	background: url(images/soc/vk_grey.png);
}
.sn .vk:hover{
	background: url(images/soc/vk_active.png);
}
.sn .yo {
	background: url(images/soc/yt_grey.png);
}
.sn .yo:hover{
	background: url(images/soc/yt_active.png);
}
.sn .tg {
	background: url(images/soc/tg_grey.png);
}
.sn .tg:hover{
	background: url(images/soc/tg_active.png);
}
.sn .max {
	background: url(images/soc/max_grey.png);
}
.sn .max:hover{
	background: url(images/soc/max-active.png);
}




#upButton{
	background: url(images/up.png) 0 0 no-repeat transparent;
	position: fixed;
	cursor: pointer;
	display: none;
	bottom: 132px;
	height: 73px;
	width: 73px;
	right: 24px;
	z-index: 99;
}

#upButton:hover{
	background-position: -73px 0;
}

#upButton:active{
	background-position: -146px 0;
}

#upButton.enb{
	display: block;
}

#upButton a{
	display: block;
}

#requestPrice{
    -webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    display: none;
    z-index: 1001;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

#requestPrice #requestPriceResult{
	transform: translateY(50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#requestPrice #requestPriceResultTitle{
	text-align: center;
	margin-top: 24px;
	font-size: 16px;
}

#requestPrice #requestPriceResultMessage{
	text-align: center;
	margin-top: 24px;
}

#requestPrice #requestPriceResultClose{
	-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;
	text-align: center;
	line-height: 50px;
	margin: 24px auto;
	font-size: 14px;
	color: #ffffff;
	display: block;
	height: 50px;
	width: 254px;
}

#requestPrice #requestPriceResultClose:active{
	position: relative;
	top: 1px;
}


#requestPrice #requestPriceContainer{
    box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    background-color: #ffffff;
    margin-left: -350px;
    margin-top: -215px;
    position: absolute;
    overflow: hidden;
    height: 430px;
    width: 700px;
    left: 50%;
    top: 50%;
}

#requestPrice .requestPriceHeading{
    background-color: #424242;
    position: relative;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
    height: 60px;
}

#requestPrice .requestPriceHeading .close{
	background: url(images/exit.png) 0 0 no-repeat transparent;
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

#requestPrice .requestPriceHeading .close:hover{
	background-position: 0 -21px ;
}

#requestPrice  .requestPriceHeading .close:active{
	background-position: 0 -42px ;
}

#requestPrice .requstProductContainer{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#requestPrice .productColumn{
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: 320px;
}

#requestPrice .productNameBlock {
    padding: 0 24px;
}

#requestPrice .productNameBlock .productUrl{
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    text-decoration: none;
    margin-bottom: 12px;
    line-height: 44px;
    overflow: hidden;
    font-size: 14px;
    display: block;
    color: #000000;
    height: 44px;
}

#requestPrice .productNameBlock .productUrl:active{
	position: relative;
	top: 1px;
}

#requestPrice .productImageBlock{
	text-align: center;
    line-height: 270px;
    display: block;
    height: 270px
}

#requestPrice .productImageBlock a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 270px;
	display: block;
	height: 270px;
}

#requestPrice .productImageBlock a:hover{
	opacity: 0.8;
}

#requestPrice .productImageBlock a:active{
	position: relative;
	top: 1px;
}

#requestPrice .productImageBlock img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#requestPrice .productNameBlock .middle{
    line-height: 21px;
    vertical-align: middle;
    display: inline-block;
}

#requestPrice .formColumn{
	vertical-align: middle;
	display: table-cell;
	width: 380px;
}

#requestPrice .requestPriceFormHeading{
    margin-bottom: 12px;
    text-align: center;
    margin-right: 24px;
    margin-top: 24px;
    font-size: 16px;
    display: block;
}

#requestPrice input{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	margin-bottom: 12px;
	padding-left: 12px;
	width: 354px;
	height: 50px;
	border: 0;
}

#requestPrice input {
    background-color: #f3f3f3;
    color: #000000;
}

#requestPrice .personalInfoRequest{
	margin-bottom: 12px;
}

#requestPrice input[type="checkbox"]{
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 0px;
	margin-right: 6px;
	margin-top: -2px;
	height: 14px;
	width: 14px;
}

#requestPrice input[type="checkbox"].error + label{
	border-bottom: 1px solid #ff0000 !important;
}

#requestPrice textarea{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	margin-bottom: 12px;
	padding-left: 12px;
	padding-top: 12px;
	resize: none;
	width: 354px;
	height: 60px;
	border: 0;
}

#requestPrice textarea {
    background-color: #f3f3f3;
}

#requestPrice input:focus,
#requestPrice textarea:focus{
    background-color: #e9e9e9;
    outline: none;
}

#requestPrice #requestPriceSubmit{
	-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;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	cursor: pointer;
	display: block;
	color: #ffffff;
	height: 50px;
	width: 354px;
}

#requestPrice #requestPriceSubmit:active{
	position: relative;
	top: 1px;
}

#requestPrice #requestPriceSubmit.loading{
	-webkit-transition: background 0s !important;
	-o-transition: background 0s !important;
	transition: background 0s !important;
	text-indent: 12px;
	opacity: 0.9;
}

#requestPrice #requestPriceSubmit.loading img{
	display: none;
}

#requestPrice #requestPriceSubmit img{
	vertical-align: middle;
	padding-right: 4px;
	margin-top: -2px;
}

#requestPrice .markerContainer{
	position: absolute;
	top: 0px;
	left: 12px;
}

#requestPrice .error{
	border: 1px solid #ff0000;
}

#searchSection a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000000;
}

#searchSection a:hover{
	opacity: 0.7;
}

#stores{
    margin-top: 24px;
    font-size: 13px;
}

#stores .wrap{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
    overflow: auto;
}

#stores .heading{
    border-top: 1px solid #efefef;
    font-family: 'robotobold';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 36px 24px;
    font-weight: 800;
    font-size: 20px;
    display: block;
}

#stores .storeTable{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

#stores .storeTable tr:nth-child(odd) td{
    background-color: #f9f9f9;
}

#stores .storeTable th{
    background-color: #f3f3f3;
    padding: 12px 24px;
    font-weight: 400;
    text-align: center;
}

#stores .storeTable td{
    /*border-top: 1px solid #e7e8ea;*/
    text-align: center;
    padding: 12px 24px;
}

#stores .storeTable .name{
    text-align: left;
    width: 35%;
}

#stores .storeTable td.name{
        text-align: left;
}

#stores .storeTable .lb{
    display: inline-block;
    text-align: left;
}

#stores .storeTable .icon{
    vertical-align: middle;
    padding-right: 6px;
    margin-top: -4px;
}

#stores .storeTable .green{
    /*font-weight: 800;*/
    color: #73b24e;
}

#stores .storeTable .red{
    color: #ff0000;
}

#stores .storeTable .picture{
    vertical-align: middle;
    padding-right: 12px;
}

#stores .storeTable 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: underline;
    color: #000000;
}

#stores .storeTable a:hover{
    color: #888888;
}

#stores #storeMap{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 24px;
    padding: 0 24px;
}

#error404{
	margin-bottom: 24px;
	text-align: center;
}

#error404 h1{
	font-family: "roboto_thregular";
	margin-bottom: 24px;
	text-align: center;
	line-height: 48px;
	font-size: 48px;
}

#error404 .errorPic{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom: 48px;
	text-align: center;
	margin-top: 48px;
	display: block;
}

#error404 .errorPic img{
	max-height: 90%;
	max-width: 90%;
}

#error404 .errorPic:hover{
	opacity: 0.8;
}

#error404 .errorText{
	font-family: 'robotobold';
	text-transform: uppercase;
	line-height: 28px;
}

#error404 .errorText a{
	color: #ff9601;
}

#error404 #empty{
	border-top: 1px solid #e5e5e5;
	margin-top: 48px;
}

#error404 #empty .emptyTitle{
	text-align: center;
	margin-top: 48px;
}

#error404 #empty .emptyMenu a{
	display: inline-block;
	width: 250px;
	text-align: left;
}

#middleSlider img{
	width: 100%;
}

#modef{
	left: 371px;
}

/* panels colors */

body.panels_white #homeCatalog .captionList{
	border-right: 1px solid #e7e8ea;
	border-left: 1px solid #e7e8ea;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
}

body.panels_white #homeCatalog .caption{
	border-left: 1px solid #e7e8ea;
}

body.panels_white #homeCatalog .caption:not(.selected):hover{
	background-color: #fbfbfb;
}

body.panels_white #homeCatalog .caption.selected a{
	color: #ffffff;
}

body.panels_white #homeCatalog .caption a{
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #000000;
}

body.panels_white #homeCatalog .captionList .cItem:first-child{
	margin-left: -1px;
}

body.panels_white #homeCatalog #captionCarousel{
	margin-left: -1px;
}

body.panels_white #left .sideBlock .heading{
	border: 1px solid #e7e8ea;
	background-color: #ffffff;
	color: #000000;
}

body.panels_white #serviceBlock .sideBlockContent,
body.panels_white #collectionBlock .sideBlockContent,
body.panels_white #left #subscribe .sideBlockContent{
	border-top: 0px;
}

body.panels_white #left #subscribe .heading{
	border-left: 0px;
	border-right: 0px;
}

body.panels_white #right #popSection .heading,
body.panels_white #right #brandList .heading{
	border: 1px solid #e7e8ea;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000000;
}

body.panels_white #brandList .item:nth-child(5n+1){
	/*border-left: 1px solid #e7e8ea;*/
}

body.panels_white #left #specialProduct .specialProductHeading{
	border-bottom: 1px solid #e7e8ea;
	background-color: #ffffff;
	color: #000000;
}

body.panels_white #homeCatalog #captionCarousel:before{
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

#catalogLine .oFilter {
	display: none;
	margin-right: 48px;
}

#catalogLine .oSmartFilter .ico {
	background: url(/bitrix/templates/dresscodeV2/images/filterIco.png) 0 0 no-repeat transparent;
	vertical-align: middle;
	display: inline-block;
	padding-right: 12px;
	margin-top: -2px;
	height: 11px;
	width: 15px;
}

@media all and (max-width: 1800px) {
	body.panels_white #right .heading{
		border-bottom: 0px;
	}
}

/* end new panels colors */

@media all and (max-width: 1000px) {
	#error404 .errorText{
		display: none;
	}
}
/*#error404 .wrapper{
	width: 1000px;
	margin: auto;
}*/

.clean{
	position: relative;
	overflow: hidden;
	padding: 0 2px;
}

.limiter{
	padding: 0px 24px;
	max-width: 1920px;
	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
}

/* page styles */

.priceTableContainer{
	max-width: 1000px;
	overflow-x: auto;
	min-width: 320px;
}

.priceTableStyle80{
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.priceTableStyle80 th{
	font-family: "robotomedium";
	background-color: #f7f7f7;
	border: 1px solid #e4e4e4;
	font-weight: normal;
	padding: 12px 24px;
}

.priceTableStyle80 td{
	border: 1px solid #e4e4e4;
	vertical-align: middle;
	padding: 12px 24px;
	text-align: left;
	color: #333333;
}

.mediumText{
	font-family: "robotomedium";
}

.pagePicture{
	max-width: 100%;
	height: auto;
}

.skuPropertyValue.loading{
	position: relative;
}

.skuPropertyValue.loading img{
	opacity: 0;
}

.skuPropertyValue.loading:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position:absolute;
	top: 50%;
	margin-top: -10px;
	margin-left: -10px;
	left: 50%;
	background: url(images/loaderMin.gif) 50% 50% no-repeat #fff;
}

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

.clear{
	clear:both;
}

.hidden {
	display: none;
}

.hiddenZone{
	display: none;
}

/*@media all and (max-width: 1800px) and (min-width: 1300px) {

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

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

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

}*/

/*@media all and (max-width: 1800px) {

	.product{
		height: 346px !important;
		width: 25% !important;
		border: 0 !important; 
	}

	.product:nth-child(-n+4){
		height: 347px !important;
	}

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

	.product .tabloid{
		height: 340px;
	}

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

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

	.product .price .discount{
		padding: 0;
		display: block;
		font-size: 13px;
		line-height: 16px;
		height: 16px;
	}

	#catalogLineList .prop{
		width: 80%;
	}

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

	#bigDataCarousel .product:nth-child(4n+1),
	#viewedProduct .product:nth-child(4n+1),
	#topProduct .product:nth-child(4n+1){
		border-left: none !important;
	}

	#popSection .item{
		height: 150px;
	}

	#popSection .tabloid{
		padding: 6px;
	}

	#popSection .picture{
		height: 90px;
		line-height: 90px;
	}

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

	#popSection .name{
		line-height: 16px;
	}

	#popSection .last{
		line-height: 150px;
	}

	#brandList .item{
		height: 96px;
		line-height: 96px;
	}

	#brandList .picture{
		height: 72px;
		line-height: 72px;
	}

	.addCart.requestPrice{
		margin-top: 30px;
	}

}*/
@media all and (max-width: 1920px) {
	.items.productList{ border-left: 1px solid #e7e8ea; }
	#viewedProduct .wrap{ border-left: 1px solid #e7e8ea; }
}
@media all and (max-width: 1800px) {
	.items.productList, #viewedProduct .wrap{ border-left: none; }
	.product{
	    height: 347px !important;
		width: 25% !important;
		border: 0 !important; /* clear old */
	}

	.product:nth-child(-n+4){
		height: 347px !important;
	}

	/* #brandList .item,
	#popSection .item{
		width: 25% !important;
		border: 0 !important;
	} */

	#brandList .item{
		width: 25% !important;
		border: 0 !important; /* clear old */
	}

	#catalogLineList .prop{
		width: 80%;
	}

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

	.product{
		border-bottom: 1px solid #e7e8ea !important;
		border-right: 1px solid #e7e8ea !important;
	}

	.product:nth-child(-n+4){
		border-top: 1px solid #e7e8ea !important;
	}

	.product:nth-child(4n+1){
		border-left: 1px solid #e7e8ea !important;
	}

	#brandList .item,
	#popSection .item{
		border: 1px solid #e7e8ea !important;
		/*border-bottom: 1px solid #e7e8ea !important;*/
	}

	#brandList .item:nth-child(-n+4),
	#popSection .item:nth-child(-n+4){
		border-top: 1px solid #e7e8ea !important;
	}

	#brandList .item:nth-child(4n+1),
	#popSection .item:nth-child(4n+1){
		border-left: 1px solid #e7e8ea !important;
	}


	#bigDataCarousel .product:nth-child(4n+1),
	#viewedProduct .product:nth-child(4n+1),
	#topProduct .product:nth-child(4n+1){
		border-left: none !important;
	}

	#bigDataCarousel .productList > li:first-child .product,
	#viewedProduct .productList > li:first-child .product,
	#topProduct .productList > li:first-child .product{
		border-left: 1px solid #e7e8ea !important;
	}

}

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

	#bannersBlock{
		display: none;
	}

	#sliderBlock{
		width: 100%;
	}


}

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

	#catalogLineList .description{
		display: none;

	}

	#catalogLineList .prop{
		width: 100%;
	}

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

	#left{
		width: 320px;
	}

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .videoPoster{
		height: auto;
	}
	#slider ul li span{
		background-image: none !important;
	}
	#slider ul li span img{
		display: block;
		width: 100%;
	}

	#modef{
		left: 335px;
	}


}

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


	#footer .information .label{
		display: block;
	}

	#topHeading{
		display: none;
	}

	#catalogLineList .column:first-child{
		width: 340px;
	}

	#middleSlider{
		display: none;
	}

	#middleSlider img{
		max-width: 100%;
	}

	#newsContainer .column{
		width: 100%;
	}

	#newsContainer .column .item{
		overflow: hidden;
	}

	#newsContainer .column .item .bigPicture{
		margin-right: 48px;
		float: left;
		width: 30%;
	}

	.global-information-block,
	.global-information-block.fixed .global-information-block-hide-scroll-cn,
	.global-information-block--new, .global-information-block--new .global-information-block-cn.fixed{
		width: 250px !important;
	}

}

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

	#catalogLineList .column:first-child{
		width: 300px;
	}

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

	.mfeedback input,
	.mfeedback textarea,
	div.mf-name input,
	div.mf-email input,
	div.mf-message textarea{
		width: 100%;
	}

	.mfeedback input[type="submit"]{
		width: 200px;
	}

	#left{
		width: 280px;
	}

	.disabled1366{
		display: none;
	}

	#modef{
		left: 295px;
	}

}

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

	#logo{
		width: 196px;
	}

	#topService .city{
		display: none;
	}

	#headerTools .wishlist .nf{
		display: none;
	}

	#headerTools .compare .nf{
		display: none;
	}

	#footer .nav > li{
		width: 33.313131%;
	}

	#footer .nav > li:last-child{
		display: none;
	}

	#middleSlider{
		display: none;
	}

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

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

	#rightFooter{
		width: 23%;
	}

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

	.product{
		width: 33.33333%;
	}

	#brandList .item,
	#popSection .item{
		width: 25%;
	}

	.disabled1366{
		display: block;
	}

}*/

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

	#logo{
		width: 196px;
	}

	#topService .city{
		display: none;
	}

	#headerTools .wishlist .nf{
		display: none;
	}

	#headerTools .compare .nf{
		display: none;
	}

	#footer .nav > li{
		width: 33.313131%;
	}

	#footer .nav > li:last-child{
		display: none;
	}

	#middleSlider{
		display: none;
	}

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .videoPoster{
		/*height: 384px;*/
		height: auto;
	}

	#footer .rightTable .leftColumn{
		display: none;
	}
	.payment-box{
		padding: 0 24px;
	}
	.payment-box .card a, .payment-box .card span{
		margin: 0 10px 10px 0;
	}
	.payment-box .app ul li{
		margin: 0 10px 10px 0;
	}

	#rightFooter{
		width: 23%;
	}

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

	.product{
	    height: 346px !important;
		width: 33.33333% !important;
		border: 0 !important;
	}

	.product:nth-child(-n+4){
		height: 346px !important;
		border-top: 0 !important;
	}

	.product:nth-child(4n+1){
		border-left: 0 !important;
	}

	.product:nth-child(-n+3){
		height: 346px !important;
	}

	#brandList .item,
	#popSection .item{
		width: 33.33333% !important;
		border: 0 !important;
	}

	#brandList .item:nth-child(4n+1),
	#popSection .item:nth-child(4n+1){
		border-left: 0px !important;
	}

	#brandList .item:nth-child(-n+4),
	#popSection .item:nth-child(-n+4){
		border-top: 0 !important;
	}

	.product{
		border-bottom: 1px solid #e7e8ea !important;
		border-right: 1px solid #e7e8ea !important;
	}

	.product:nth-child(-n+3){
		/*border-top: 1px solid #e7e8ea !important;*/
	}

	.product:nth-child(3n+1){
		border-left: 1px solid #e7e8ea !important;
	}

	#brandList .item,
	#popSection .item{
		border-right: 1px solid #e7e8ea !important;
		border-bottom: 1px solid #e7e8ea !important;
	}

	#brandList .item:nth-child(-n+3),
	#popSection .item:nth-child(-n+3){
		border-top: 1px solid #e7e8ea !important;
	}


	#brandList .item:nth-child(3n+1),
	#popSection .item:nth-child(3n+1){
		border-left: 1px solid #e7e8ea !important;
	}

	.disabled1366{
		display: block;
	}

}

/*@media all and (max-width: 1300px) and (min-width: 1150px) {

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

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

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

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

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

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

}*/

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

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

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

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

}


/*@media all and (min-width: 1281px) {

	.global-content-block + div[id*="bx_"]{
		display: table-cell;
		width: 290px;
	}
}*/

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

	.global-block-container{
		min-height: auto !important;
	}

	.global-block-container .global-information-block,
	.global-block-container .global-information-block--new{
		display: none;
	}

	#left{
		width: 330px;
	}

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

	#homeCatalog .captionBtnRight,
	#homeCatalog .captionBtnLeft{
		top: -2.5px;
	}

	#left #specialProduct .specialProductHeading,
	#left .sideBlock .heading,
	#right .heading{
		line-height: 55px;
		height: 55px;
	}

	#modef{
		left: 345px;
	}

}

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

	#catalog-section-banners{
		display: none;
	}

	#footerLine .col:first-child{
		width: 30%;
	}

	#footerLine .col:last-child{
		width: 70%;
		float: right;
	}

	#footerLine .col:first-child .item:nth-child(1n+2){
		display: none;
	}

	#catalogLineList .column:last-child,
	#catalogLineList .itemRow{
		overflow: hidden;
		display: block;
	}

    #catalogLineList .column:first-child{
    	width: 40%;
	}

	#catalogLineList .column:nth-child(2){
		width: 60%;
	}

	#catalogLineList .column:first-child,
	#catalogLineList .column:nth-child(2){
		float: left;
	}

	#catalogLineList .column:last-child{
		line-height: 60px;
		padding: 0 0;
		height: 60px;
		border: 0px;
		width: 100%;
		clear: both;
	}

	#catalogLineList .resizeColumn{
		text-align: center;
		width: 30%;
		float: left;
	}

	#catalogLineList .column .resizeColumn.last{
		text-align: right;
		width: 40%;
	}

	#catalogLineList .column:last-child .priceLabel{
		display: inline-block;
		padding-left: 24px;
		float: none;
	}

	#catalogLineList .column:last-child .price{
		display: inline-block;
		margin: 0px;
	}

	#catalogLineList .column:last-child .addCart{
		display: inline-block;
		margin: 9px auto;
		line-height: 40px;
		padding: 0 24px;
		font-size: 14px;
		height: 40px;
		width: auto;
	}

	#catalogLineList .column:last-child .optional{
		margin: 9px 0 0 0px;
		font-size: 14px;
		}

	#catalogLineList .column:last-child .optional .row{
		margin-bottom: 4px;
		padding: 0px;
	}

	#catalogLineList .column:last-child .optional .label{
    	text-align: left;
		font-size: 14px;
	    width: 50%;
	}


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

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

	#catalogLineList .column:last-child{
		background-color: #f9f9f9;
	}

	#slider .sliderContent .bigText,
	#slider .sliderContent .bigTextColor,
	#slider .sliderContent .bigTextLight{
		line-height: 36px;
		margin-top: 12px;
		font-size: 30px;
	}

	#slider .sliderContent .mediumText,
	#slider .sliderContent .mediumTextColor,
	#slider .sliderContent .mediumTextLight{
		line-height: 24px;
		margin-top: 12px;
		font-size: 16px;
	}

	#slider .sliderContent .cButton,
	#slider .sliderContent .cButtonLight{
		margin-top: 12px;
	}

	#slider .sliderContent .smallText,
	#slider .sliderContent .smallTextColor,
	#slider .sliderContent .smallTextLight{
		margin-top: 12px;
	}

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

	#slider .sliderContent{
		left: 24px;
	}

	#slider .leftContainer{
		left: 24px;
	}

	#slider .rightContainer{
		right: 24px;
	}

	#leftMenu li .pc{
		display: none;
	}

	#leftMenu .pc, #leftMenu .tx{
		padding: 8px 24px;
	}

	#left{
		width: 260px;
	}

	#modef{
		left: 275px;
	}

}*/

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

	#catalog-section-banners{
		display: none;
	}

	#homeCatalog .item:nth-child(2n){
		border-right: 0;
	}

	#homeCatalog .item{
		width: 50%;
	}

	#footerLine .col:first-child{
		width: 30%;
	}

	#footerLine .col:last-child{
		width: 70%;
		float: right;
	}

	#footerLine .col:first-child .item:nth-child(1n+2){
		display: none;
	}

	#catalogLineList .column:last-child,
	#catalogLineList .itemRow{
		overflow: hidden;
		display: block;
	}

    #catalogLineList .column:first-child{
    	width: 40%;
	}

	#catalogLineList .column:nth-child(2){
		width: 60%;
	}

	#catalogLineList .column:first-child,
	#catalogLineList .column:nth-child(2){
		float: left;
	}

	#catalogLineList .column:last-child{
		line-height: 60px;
		padding: 0 0;
		height: 60px;
		border: 0px;
		width: 100%;
		clear: both;
	}

	#catalogLineList .resizeColumn{
		text-align: center;
		width: 30%;
		float: left;
	}

	#catalogLineList .column .resizeColumn.last{
		text-align: right;
		width: 40%;
	}

	#catalogLineList .column:last-child .priceLabel{
		display: inline-block;
		padding-left: 24px;
		float: none;
	}

	#catalogLineList .column:last-child .price{
		display: inline-block;
		margin: 0px;
	}

	#catalogLineList .column:last-child .addCart{
		display: inline-block;
		margin: 9px auto;
		line-height: 40px;
		padding: 0 24px;
		font-size: 14px;
		height: 40px;
		width: auto;
	}

	#catalogLineList .column:last-child .optional{
		margin: 9px 0 0 0px;
		font-size: 14px;
		}

	#catalogLineList .column:last-child .optional .row{
		margin-bottom: 4px;
		padding: 0px;
	}

	#catalogLineList .column:last-child .optional .label{
    	text-align: left;
		font-size: 14px;
	    width: 50%;
	}


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

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

	#homeCatalog .item:nth-child(5n){
		border-right: 1px solid #e7e8ea;
	}

	#homeCatalog .item:nth-child(4n){
		border-right: 1px solid #e7e8ea;
	}

	#homeCatalog .item:nth-child(3n){
		border-right: 1px solid #e7e8ea;
	}

	#catalogLineList .column:last-child{
		background-color: #f9f9f9;
	}

	#slider .sliderContent .bigText,
	#slider .sliderContent .bigTextColor,
	#slider .sliderContent .bigTextLight{
		line-height: 36px;
		margin-top: 12px;
		font-size: 30px;
	}

	#slider .sliderContent .mediumText,
	#slider .sliderContent .mediumTextColor,
	#slider .sliderContent .mediumTextLight{
		line-height: 24px;
		margin-top: 12px;
		font-size: 16px;
	}

	#slider .sliderContent .cButton,
	#slider .sliderContent .cButtonLight{
		margin-top: 12px;
	}

	#slider .sliderContent .smallText,
	#slider .sliderContent .smallTextColor,
	#slider .sliderContent .smallTextLight{
		margin-top: 12px;
	}

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

	#slider .sliderContent{
		left: 24px;
	}

	#slider .leftContainer{
		left: 24px;
	}

	#slider .rightContainer{
		right: 24px;
	}

	#leftMenu li .pc{
		display: none;
	}

	#leftMenu .pc, #leftMenu .tx{
		padding: 8px 24px;
	}

	#left{
		width: 260px;
	}

	#modef{
		left: 275px;
	}

}

/*@media all and (max-width: 1150px) and (min-width: 1024px) {

	.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: 1150px){
	.product{
		width: 50%;
	}

	#brandList .item,
	#popSection .item{
		width: 33.333%;
	}
}



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

	#headerTools .nf{
		display: none;
	}

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

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

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

}*/

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

	.product{
	    height: 346px !important;
		width: 50% !important;
		border: 0 !important; /* clear old */
	}

	.product:nth-child(-n+3){
		height: 346px !important;
		border-top: 0 !important;
	}

	.product:nth-child(3n+1){
		border-left: 0 !important;
	}

	.product:nth-child(-n+2){
		height: 346px !important;
	}

	#brandList .item,
	#popSection .item{
		width: 50% !important;
		border: 0 !important;
	}

	#brandList .item:nth-child(3n+1),
	#popSection .item:nth-child(3n+1){
		border-left: 0px !important;
	}
	
	#brandList .item:nth-child(-n+4),
	#popSection .item:nth-child(-n+4){
		border-top: 0 !important;
	}

	#headerTools .nf{
		display: none;
	}

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

	.product{
		border-bottom: 1px solid #e7e8ea !important;
		border-right: 1px solid #e7e8ea !important;
	}

	.product:nth-child(-n+2){
		/*border-top: 1px solid #e7e8ea !important;*/
	}

	.product:nth-child(2n+1){
		/*border-left: 1px solid #e7e8ea !important;*/
		border-left:none;
	}

	#brandList .item,
	#popSection .item{
		border-right: 1px solid #e7e8ea !important;
		border-bottom: 1px solid #e7e8ea !important;
	}

	#brandList .item:nth-child(-n+2),
	#popSection .item:nth-child(-n+2){
		border-top: 1px solid #e7e8ea !important;
	}

	#brandList .item:nth-child(2n+1),
	#popSection .item:nth-child(2n+1){
		border-left: none !important;
	}

}

/*@media all and (max-width: 1024px) and (min-width: 790px) {

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

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

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

}

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

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

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

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

}*/

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

	#colorSwitcher{
		display: none !important;
	}

	#left .collapsed{
		display: none;
	}

	#bestsellers{
		margin-top: 0;
	}

	#left{
		margin-bottom: 24px;
	}

	#left, #right{
		display: block;
		width: 100%;
		min-width: inherit;
	}

	#smartFilter .heading{
		line-height: 46px;
		height: 46px;
	}

	#left #promoBlock,
	#left #serviceBlock,
	#left #collectionBlock,
	#left #newsBlock,
	#left #popCats,
	#left #subscribe,
	#left .banner,
	#footer .top .left,
	#headerTools .nf,
	.product:hover .fastShow{
		display: none;
	}

	#right{
		padding-left: 0px;
	}

	.drop{
	}

	#rightFooter{
		display: none;
	}

	#smartFilter .heading{
		cursor: pointer;
	}

	#nextSection ul{
		display: none;
	}

	#nextSection .title{
		cursor: pointer;
	}

	#smartFilterForm{
		display: none;
	}

	#smartFilterForm .slider{
		display: none;
	}

	.appZoomContainerImage{
		max-width: 60vh !important;
		max-height: 60vh !important;
	}

	#reformal_tab{
		display: none !important;
	}

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

	#appFastView{
		display: none !important;
	}

	#fastViewStores{
		display: none !important;
	}

	#slider ol{
		display: none;
	}

	#specialBlock{
		display: none !important;
	}

	.product{
	    height: 346px !important;
		width: 33.33333% !important;
		border: 0 !important;
	}

	.product:nth-child(-n+4){
		height: 346px !important;
		border-top: 0 !important;
	}

	.product:nth-child(4n+1){
		border-left: 0 !important;
	}

	.product:nth-child(-n+3){
		height: 346px !important;
	}

	#brandList .item,
	#popSection .item{
		width: 33.33333% !important;
		border: 0 !important;
	}

	#brandList .item:nth-child(4n+1),
	#popSection .item:nth-child(4n+1){
		border-left: 0px !important;
	}

	#brandList .item:nth-child(-n+4),
	#popSection .item:nth-child(-n+4){
		border-top: 0 !important;
	}

	.product{
		border-bottom: 1px solid #e7e8ea !important;
		border-right: 1px solid #e7e8ea !important;
	}

	.product:nth-child(-n+3){
		/*border-top: 1px solid #e7e8ea !important;*/
	}

	.product:nth-child(3n+1){
		border-left: 1px solid #e7e8ea !important;
	}

	#brandList .item,
	#popSection .item{
		border-right: 1px solid #e7e8ea !important;
		border-bottom: 1px solid #e7e8ea !important;
	}

	#brandList .item:nth-child(-n+3),
	#popSection .item:nth-child(-n+3){
		border-top: 1px solid #e7e8ea !important;
	}


	#brandList .item:nth-child(3n+1),
	#popSection .item:nth-child(3n+1){
		border-left: 1px solid #e7e8ea !important;
	}

	#leftMenu li .pc{
		display: table-cell;
	}

	#leftMenu .pc, #leftMenu .tx{
		padding: 8px;
	}

	#slider .videoPoster{
		display: block;
	}

	#slider .slideVideo{
		display: none;
	}

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

}

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

	#colorSwitcher{
		display: none !important;
	}

	#left .collapsed{
		display: none;
	}

	#bestsellers{
		margin-top: 0;
	}

	#left{
		margin-bottom: 24px;
	}

	#left, #right{
		display: block;
		width: 100%;
	}

	#smartFilter .heading{
		line-height: 46px;
		height: 46px;
	}

	#left #promoBlock,
	#left #serviceBlock,
	#left #collectionBlock,
	#left #newsBlock,
	#left #popCats,
	#left #subscribe,
	#left .banner,
	#footer .top .left,
	#headerTools .nf,
	.product:hover .fastShow{
		display: none;
	}

	#right{
		padding-left: 0px;
	}

	.drop{
		display: none !important;
	}

	#rightFooter{
		display: none;
	}

	#smartFilter .heading{
		cursor: pointer;
	}

	#catalogLine .oFilter {
		display: inline-block;
		margin-right: 12px;
	}

	#main #smartFilter {
		box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
		pointer-events: none;
		background: #ffffff;
		visibility: hidden;
		position: absolute;
		margin-top: 162px;
		width: 300px;
		z-index: 99;
		opacity: 0;
		border: 0;
	}

	#main #smartFilter.opened {
		-webkit-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
		pointer-events: auto;
		visibility: visible;
		opacity: 1;
	}

	#nextSection {
		border: none;
	}

	#nextSection ul{
		display: 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{
		display: none;
	}

	#smartFilterForm .slider{
		display: none;
	}

	.appZoomContainerImage{
		max-width: 60vh !important;
		max-height: 60vh !important;
	}

	#reformal_tab{
		display: none !important;
	}

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

	#appFastView{
		display: none !important;
	}

	#fastViewStores{
		display: none !important;
	}

	#slider ol{
		display: none;
	}

	#specialBlock{
		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;
	}

	#leftMenu li .pc{
		display: table-cell;
	}

	#leftMenu .pc, #leftMenu .tx{
		padding: 8px;
	}

	#slider .videoPoster{
		display: block;
	}

	#slider .slideVideo{
		display: none;
	}

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

	#brandList .item,
	#popSection .item{
		width: 25%;
	}

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

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

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

	#homeCatalog #captionCarousel{
		position: relative;
	}

	#nextSection li{
		border-left: 1px solid #e7e8ea;
		border-right: 1px solid #e7e8ea;
	}

}


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

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

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

@media all and (max-width: 1024px) and (min-width: 1000px) {
	.product:nth-child(4n+1).last{
		line-height: 70px;
		height: 70px;
		width: 100%;
	}

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

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

@media all and (max-width: 1024px) and (min-width: 870px) {
	.product:nth-child(3n+1).last,
	#popSection .item:nth-child(3n+1).last,
	#brandList .item:nth-child(3n+1).last{
		line-height: 70px !important;
		height: 70px !important;
		width: 100% !important;
	}

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

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

/*@media all and (max-width: 1000px) and (min-width: 790px) {
	.product:nth-child(3n+1).last{
		line-height: 70px;
		height: 70px;
		width: 100%;
	}

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

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

@media all and (max-width: 1000px){
	.product{
		width: 33.33333%;
	}
}

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

	#headerTools .nf{
		display: none;
	}

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

}*/

@media all and (max-width: 870px) {
	.product{
	    height: 346px !important;
		width: 50% !important;
		border: 0 !important; 
	}

	.product:nth-child(-n+3){
		height: 346px !important;
		border-top: 0 !important;
	}

	.product:nth-child(3n+1){
		border-left: 0 !important;
	}

	.product:nth-child(-n+2){
		height: 346px !important;
	}

	#brandList .item,
	#popSection .item{
		width: 50% !important;
		border: 0 !important;
	}

	#brandList .item:nth-child(3n+1),
	#popSection .item:nth-child(3n+1){
		border-left: 0px !important;
	}
	
	#brandList .item:nth-child(-n+4),
	#popSection .item:nth-child(-n+4){
		border-top: 0 !important;
	}

	#headerTools .nf{
		display: none;
	}

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

	.product{
		border-bottom: 1px solid #e7e8ea !important;
		border-right: 1px solid #e7e8ea !important;
	}

	.product:nth-child(-n+2){
		/*border-top: 1px solid #e7e8ea !important;*/
	}

	.product:nth-child(2n+1){
		/*border-left: 1px solid #e7e8ea !important;*/
		border-left: none;
	}

	#brandList .item,
	#popSection .item{
		border-right: 1px solid #e7e8ea !important;
		border-bottom: 1px solid #e7e8ea !important;
	}

	#brandList .item:nth-child(-n+2),
	#popSection .item:nth-child(-n+2){
		border-top: 1px solid #e7e8ea !important;
	}

	#brandList .item:nth-child(2n+1),
	#popSection .item:nth-child(2n+1){
		border-left: 1px solid #e7e8ea !important;
	}

}

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

	#topHeading{
		display: none;
	}

	#leftFooter .column{
		padding-right: 24px;
		width: 50%;
	}

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

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

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

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

	#modef{
		display: none !important;
	}

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

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

	#topHeading{
		display: none;
	}

	#leftFooter .column{
		width: 50%;
	}

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

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

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

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

	#modef{
		display: none !important;
	}
}

/*@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%;
	}

	#popSection .item{
		width: 33.33333%;
	}

	#brandList .item{
		width: 33.33333%;
	}

	#homeCatalog .caption{
		border: none;
	}
}*/

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

	#requestPrice .productColumn{
		display: none;
	}

	#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%;
	}

	/* #requestPrice .requstProductContainer{
		background-color: #ffffff;
	}*/

	#requestPriceForm{
		margin-bottom: 24px;
	}

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

}


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

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

	.limiter{
		padding: 0;
	}

	#topMenu{
		margin-left: 12px;
	}

	#subHeader #logo,
	#subHeader.color_theme #logo,
	#subHeader.color_black #logo{
		border: 0;
	}

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

	#left{
		width:100%;
		padding: 0 12px;
		box-sizing: border-box;
		display: block;
	}

	#right{
		display: block;
		margin-top: 24px;
		padding: 0 12px;
		box-sizing: border-box;
	}

	#leftMenu li a{
		font-size: 16px;
	}

	#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;
	}

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

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

	.product .btn-simple.add-cart:hover{
		border-color: #e7e8ea;
	}

	.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;
	}

}*/

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

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .videoPoster{
		/*height: 300px;*/
		height: auto;
	}

	.limiter{
		padding: 0;
	}

	#topMenu{
		margin-left: 12px;
	}

	#subHeader #logo,
	#subHeader.color_theme #logo,
	#subHeader.color_black #logo{
		border: 0;
	}

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

	#left{
		width:100%;
		padding: 0 12px;
		box-sizing: border-box;
		display: block;
	}

	#right{
		display: block;
		margin-top: 24px;
		padding: 0 12px;
		box-sizing: border-box;
	}

	#leftMenu li a{
		font-size: 16px;
	}

	#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;
	}

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

	.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;
	}

}

@media all and (max-width: 634px) {
	
	#footerTabsCaption, #footerTabs{
		display: none;
	}

	#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%;
	}

}
/*
@media all and (max-width: 660px){
	#catalogLine .label{
		display: none;
	}
}

@media all and (max-width: 600px){
	.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;
	}

}

@media all and (max-width: 525px) {
	#catalogLine .column:last-child{
		display: none;
	}

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

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

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

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

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

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

	#subHeader #headerTools,
	#subHeader.color_theme #headerTools,
	#subHeader.color_black #headerTools{
		border: 0;
	}

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

	#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: #888888;
	}

	#subHeader #headerTools .tools li,
	#subHeader.color_theme #headerTools .tools li,
	#subHeader.color_black #headerTools .tools li{
		border: none !important;
	}

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

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

	#topService.color_theme > li > a{
		color: #ffffff !important;
	}

	#topService.color_theme > li > a:hover{
		opacity: 0.8;
	}

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

	#logo{
		padding-left: 12px;
		line-height: 80px;
		height: 80px;
	}

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

	#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;
	}

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

	#topSeachCloseForm{
		font-size: 13px;
	}

	#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: 500px) {

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

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

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

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

	#subHeader #headerTools,
	#subHeader.color_theme #headerTools,
	#subHeader.color_black #headerTools{
		border: 0;
	}

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

	#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: #888888;
	}

	#subHeader #headerTools .tools li,
	#subHeader.color_theme #headerTools .tools li,
	#subHeader.color_black #headerTools .tools li{
		border: none !important;
	}

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

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

	#topService.color_theme > li > a{
		color: #ffffff !important;
	}

	#topService.color_theme > li > a:hover{
		opacity: 0.8;
	}

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

	#logo{
		padding-left: 12px;
		line-height: 80px;
		height: 80px;
	}

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

	#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;
	}

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

	#topSeachCloseForm{
		font-size: 13px;
	}


}

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

	#catalogLine .column:last-child{
		display: none;
	}
	#catalogLine .label{
		display: block;
		margin: 0 0 10px;
	}
	#catalogLine sel ect{ height: 36px; width: 100%; box-sizing: border-box; }
	#catalogLine{ line-height: 1; height: auto; padding: 12px;}
	#catalogLine .column:nth-child(2){
		display: block;
	}

}

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

	.product{
	    height: 346px !important;
		width: 100% !important;
		border: 0 !important; /* clear old */
	}

	.product:nth-child(-n+3){
		height: 346px !important;
		border-top: 0 !important;
	}

	.product:nth-child(3n+1){
		border-left: 0 !important;
	}

	.product:nth-child(-n+1){
		height: 347px !important;
	}

	#brandList .item,
	#popSection .item{
		width: 100% !important;
		border: 0 !important; /* clear old */
	}

	#brandList .item:nth-child(3n+1),
	#popSection .item:nth-child(3n+1){
		border-left: 0px !important;
	}
	
	#brandList .item:nth-child(-n+4),
	#popSection .item:nth-child(-n+4){
		border-top: 0 !important;
	}
	
	#homeCatalog{
		margin-top: 0px;
	}

	#slider{
		margin-bottom: 24px;
	}

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

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .videoPoster{
		/*height: 178px;*/
		height: auto;
	}

	#leftFooter .column{
		width: 100%;
	}

	#leftFooter .column:nth-child(2n){
		display: none;
	}

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

	.sn{
		display: none;
	}

	#catalogTableList .column:nth-child(2){
		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;
	}

	.product{
		border-bottom: 1px solid #e7e8ea !important;
		border-right: 1px solid #e7e8ea !important;
	}

	.product:nth-child(-n+1){
		border-top: 1px solid #e7e8ea !important;
	}

	.product:nth-child(1n+1){
		border-left: 1px solid #e7e8ea !important;
	}
	#catalogTableList .column:first-child{
		width: auto;
	}
	#brandList .item,
	#popSection .item{
		border-right: 1px solid #e7e8ea !important;
		border-bottom: 1px solid #e7e8ea !important;
	}

	#brandList .item:nth-child(-n+1),
	#popSection .item:nth-child(-n+1){
		border-top: 1px solid #e7e8ea !important;
	}

	#brandList .item:nth-child(1n+1),
	#popSection .item:nth-child(1n+1){
		border-left: 1px solid #e7e8ea !important;
	}

	#leftFooter .heading{
		text-align: center;
	}

	#leftFooter ul{
		text-align: center;
	}

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


	#slider .sliderContent{
		text-align: left;
		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;
		right: unset;
		left: unset;
		width: 100%;
		padding: 0 12px;
	}

	#slider .sliderContent .bigText,
	#slider .sliderContent .bigTextColor,
	#slider .sliderContent .bigTextLight{
		line-height: 22px;
		font-size: 20px;
	}

	#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: 0.5;*/
	}
	#slider ul li span:hover {
		/*transform: scale(1);
		filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
		-webkit-filter: blur(0px);
		filter: blur(0px);*/
	}

}

/*@media all and (max-width: 480px) {
	
	#homeCatalog{
		margin-top: 0px;
	}

	#leftFooter .column{
		width: 100%;
	}

	#leftFooter .column:nth-child(2n){
		display: none;
	}

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

	.sn{
		display: none;
	}

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

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

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

	#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;
	}

	#leftFooter .heading{
		text-align: center;
	}

	#leftFooter ul{
		text-align: center;
	}

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

	#slider{
		margin-bottom: 24px;
	}

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

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

	#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 .bigText,
	#slider .sliderContent .bigTextColor,
	#slider .sliderContent .bigTextLight{
		line-height: 24px;
		font-size: 18px;
	}

	#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{
		line-height: 40px;
		margin-top: 12px;
		padding: 0 12px;
		height: 40px;
	}

	#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 .smallText,
	#slider .sliderContent .smallTextColor,
	#slider .sliderContent .smallTextLight{
		line-height: 18px;
		font-size: 13px;
		margin-top: 6px;
	}

}*/

@media all and (max-width: 450px) {
	.user-geo-position-label{
		display: none;
	}
}

@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;
   		padding-left: 12px;
	}

	.productColImage {
		width: 50%;
	}

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

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

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

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

	#logo{
		width: 150px;
   		padding-left: 12px;
	}

}

/*@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 .oSmartFilter.btn-simple.btn-micro{
		min-width: 94px;
	}

	#headerTools .tools li{
		border-left: none;
	}

	#logo{
		width: 120px;
	}

}*/

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

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

	#headerTools .tools li{
		border-left: none;
	}

	#logo{
		width: 120px;
	}

}

@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,
.global-information-block--new{
	display: table-cell;
	vertical-align: top;
}

.global-content-block .detail-text-wrap:first-child{
	margin-top: 0;
}
#right{
	position: relative;
}
.global-information-block, .global-information-block--new{
	padding-left: 24px;
	/*overflow: hidden;
	position: relative;*/
	width: 280px;
}
.global-information-block--new .global-information-block-cn{
	padding-top: 15px;
}
.global-information-block.fixed .global-information-block-cn,
.global-information-block--new .global-information-block-cn.fixed{
	/*padding-top: 24px;*/
	overflow: hidden;
	position: fixed;
	width: 280px;
	top: 0px
}

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

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

.global-information-block.max-scroll .global-information-block-cn{
	position: static;
	bottom: inherit;
	top: 0;
}

.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: 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;
}

.pilink{
	-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: #888888;
}

.pilink:hover{
	opacity: 0.7;
}

.pilink: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: 24px 0px;
	overflow: hidden;
	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;
}

#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: -275px;
	text-align: center;
	position: fixed;
	z-index: 99999;
	height: 550px;
	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,
#colorSwitcher .backgroundItems{
	text-align: center;
	margin-top: 12px;
	overflow: hidden;
}

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

#colorSwitcher .menuSelect sel ect{
	-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 .item{
	margin-bottom: 12px;
	margin-left: 12px;
	height: 48px;
	width: 48px;
	float: left;
}

#colorSwitcher .item:nth-child(3n+1){
	/*margin-left: 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;
}

#colorSwitcher .item .white{
	background-color: #eeeeee;
}

#colorSwitcher .item .black{
	background-color: #000000;
}

.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;
}

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

#reformal_tab{
	z-index: 9991 !important;
}

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

.microdata{
	display: none;
}

.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); }

/*start кнопки общие*/

.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;
}

.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;
}

.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;
}

@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){

	.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;
	vertical-align: top;
	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;
}
#homeCatalog .skuProperty{
overflow:hidden;
}

@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;
	}

}

@media screen and (max-width: 500px){
	/*.banner-elem .social{
		display: none;
		}*/
}

@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: 1800px){
	.index-banners4item .elem-column,
	.index-banners4item .elem-column:nth-child(3), .index-banners4item .elem-column:nth-child(4){ width: 50%; }
	.index-banners4item .elem-column:nth-child(1) .elem{ height: 200px; padding: 24px 18px 12px; }
	.index-banners4item .elem-column:nth-child(3) .elem{ height: 200px; }
	.index-banners4item .elem-column:nth-child(4) .elem-wrap{ width: 100%; }
	.index-banners4item .elem-column:nth-child(3), .index-banners4item .elem-column:nth-child(4){ display: none; }
}
@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;
	}

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

}
@media screen and (max-width: 900px){
	.index-banners4item .elem-column,
	.index-banners4item .elem-column:nth-child(3), .index-banners4item .elem-column:nth-child(4){ width: 50%; }
	.index-banners4item .elem{ height: 200px; }
}
@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: 790px){
	.index-banners4item .elem{ height: 200px; }
}
@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;
	}

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

}

@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;
	}

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

}


.banner-elem.arbitrary-banner .limiter {
	padding: 0;
}

@media screen and (max-width: 1600px){
	.banner-elem.arbitrary-banner {
		height: 420px;
	}

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

@media screen and (max-width: 1400px){
	.banner-elem.arbitrary-banner {
		height: 340px;
	}

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

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

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

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

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

@media screen and (max-width: 1024px){
	.banner-elem.arbitrary-banner {
		height: 260px;
	}

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

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

@media screen and (max-width: 800px){
	.banner-elem.arbitrary-banner {
		height: 250px;
	}

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

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

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

	.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;
	}
}

@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 .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 {
  fr om, 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 {
  fr om {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  fr om {
    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;
  }
}
#newsBlock{
	margin: 24px 0 0 0;
}
.payment-box{
	font-size: 0;
}
.card, .app{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.card a, .card span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.card a img, .card span img{
	display: block;
	max-width: 100%;
}
.app ul{
	margin: 0;
	padding: 0;
}
.app ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.app ul li a, .app ul li .apstore{
	display: block;
	width: 50px;
	height: 32px;
	opacity: 1;
}
.app ul li a:hover{
	opacity: 1;
}
.app ul li .apstore{
	background: url(images/apple-pay.svg) 0 0 no-repeat;
	background-size: contain;
}
.app ul li a.gogle-play{
	background: url(images/app-icons.png) -122px 0 no-repeat;
}
.social-list{
	display: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.social-list span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.social-list span a{
	display: block;
}
.social-list span a img{
	display: block;
	max-height: 20px;
}
.youtube-slider-box .inner{
	border: 1px solid #e7e8ea;
	border-top: none;
	background-color: #fff;
}
.youtube-slider-box .slick-arrow{
	position: absolute;
	top: 50%;
	margin: -35px 0 0 0;
	text-indent: 200%;
	border: none;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	z-index: 10;
	cursor: pointer;
	width: 35px;
	height: 70px;
outline:none;
}
.youtube-slider-box .slick-prev{
	left: 0;
	background: url(/bitrix/templates/dresscode/components/bitrix/sale.viewed.product/.default/images/slideArrowSmall.png) 0 0 no-repeat;
}
.youtube-slider-box .slick-prev:hover{
	background-position: -35px 0;
}
.youtube-slider-box .slick-prev:active{
	background-position: -70px 0;
}
.youtube-slider-box .slick-next{
	right: 0;
	background: url(/bitrix/templates/dresscode/components/bitrix/sale.viewed.product/.default/images/slideArrowSmall.png) 0 -70px no-repeat;
}
.youtube-slider-box .slick-next:hover{
	background-position: -35px -70px;
}
.youtube-slider-box .slick-next:active{
	background-position: -70px -70px;
}
.youtube-slider{
	padding: 24px 0;
}
.youtube-slider-box .items{
	height: 270px;
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.youtube-slider-box .items iframe, 
.youtube-slider-box .items object, 
.youtube-slider-box .items embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}
.youtube-slider-box .slick-slide{
	vertical-align: top;
}
#right .youtube-slider-box .heading{
	margin-bottom: 0;
}
#bigDataCarousel .productList .item, #topProduct .productList .item, #viewedProduct .productList .item{
	width: 100% !important
}
#personalCart .orderLine{
	clear: both;
}
#personalCart .orderLineballs .summ{
	float: left;
}
#personalCart .orderLineballs .mnogo{
	float: right;
}
#main .orderLineballs input[type="submit"]{
	font-size: 14px;
	padding: 0 24px;
}
#personalCart .couponField{
	width: 210px;
}
.bonusTool{
	margin:0;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.bonusTool span{
	display: inline-block;
	vertical-align: middle;
}
.bonusTool .bonusTool__title{
	position: relative;
	padding: 0 0 0 32px;
}
.bonusTool .bonusTool__title:after{
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 2;
	background: url(images/badge-sm.png) 0 0 no-repeat;
	background-size: 25px;
	width: 30px;
	height: 30px;
}
#elementTools .bonusTool{
	margin: 0 0 10px;
}
#elementTools .bonusTool .bonusTool__title::after{
	top: 0;
}
#elementTools .bonusTool .bonusTool__title{
	padding: 10px 0 7px 32px;
}
#mnogo .couponField, #discont .couponField{
	box-sizing: border-box;
    display: inline-block;
    height: 48px;
    margin-top: -3px;
    vertical-align: middle;
    border: 1px solid #e7e8ea;
    color: #888888;
    padding-left: 8px;
    transition: all 0.1s ease-in-out 0s;
    width: 210px;
}
#personalCart #coupon .couponField{
	width: 210px;
}
.gallery-slider .slick-arrow{
	position: absolute;
	top: 50%;
	margin: -35px 0 0 0;
	text-indent: 200%;
	border: none;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	z-index: 10;
	cursor: pointer;
	width: 35px;
	height: 70px;
outline:none;
}
.gallery-slider{
	border: 1px solid #e7e8ea;
	padding: 20px 10px;
}
.gallery-slider .slide{
	vertical-align: top;
}
.slide__link{
	display: block;
	margin: 0 10px;
}
.gallery-slider .slide img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	border: 1px solid #e7e8ea;
}
.gallery-slider .slick-prev{
	left: 0;
	background: url(/bitrix/templates/dresscode/components/bitrix/sale.viewed.product/.default/images/slideArrowSmall.png) 0 0 no-repeat;
}
.gallery-slider .slick-prev:hover{
	background-position: -35px 0;
}
.gallery-slider .slick-prev:active{
	background-position: -70px 0;
}
.gallery-slider .slick-next{
	right: 0;
	background: url(/bitrix/templates/dresscode/components/bitrix/sale.viewed.product/.default/images/slideArrowSmall.png) 0 -70px no-repeat;
}
.gallery-slider .slick-next:hover{
	background-position: -35px -70px;
}
.gallery-slider .slick-next:active{
	background-position: -70px -70px;
}
.gallery-slider{
	margin: 0 0 20px;
}
.filtr-sert {
	border-top: 2px solid #27bfc1;
    border-bottom: 2px solid #27bfc1;
    margin: 15px 0 30px;
    padding: 15px 0;
    overflow: hidden;
}
.select-sert {
    float: left;
    margin: 0 0 0 45px;
}
.select-sert:first-child {
    margin: 0;
}
.select-sert label {
    color: #5d5d5d;
    font-size: 14px;
    margin: 0 15px 0 0;
}
.select-sert select {
    color: #5d5d5d;
    font-size: 14px;
    height: 24px;
    outline: medium none;
    width: 188px;
}
.list-sertt ul{
	margin: 0 0 0 -15px;
	padding: 0;
	font-size: 0;
}
.list-sertt li{
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 70px;
	padding: 0 0 0 15px;
	font-size: 14px;
	box-sizing: border-box;
}
.list-sertt li .img-sertt{
	max-width: 135px;
	float: left;
}
.list-sertt li .img-sertt img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.list-sertt li .desc-sertt{
	margin: 0 0 0 145px;
	padding: 20px 0 0 0;
}
.t-sertt{
	color: #8a8a8a;
	text-transform: uppercase;
	margin: 0 0 8px;
}
.partner-info{
	text-align: center;
}
.partner-img{
	display: block;
	width: 100%;
}
.bordered {
    border: 1px solid #27bfc1;
    padding-bottom: 14px;
    padding: 20px 250px;
}
.wrap_ajax .inputtext{
	border: 1px solid #e7e7e7;
    box-sizing: border-box;
    color: #555555;
    font-family: "roboto_ltregular";
    font-size: 14px;
    width: 100%;
    padding: 0 10px;
    height: 30px;
}
.wrap_ajax .inputtextarea{
	border: 1px solid #e7e7e7;
    box-sizing: border-box;
    color: #555555;
    font-family: "roboto_ltregular";
    font-size: 14px;
    width: 100%;
    padding: 10px;
    height: 150px;
}
.wrap_ajax table{
	width: 100%;
}
.wrap_ajax table tr td{
	width: 50%;
	padding: 0 0 8px;
}
.wrap_ajax table tr td:first-child{
	padding: 0 10px 8px 0;
}
.wrap_ajax .submit-tab{
	display: block;
	width: 250px;
	margin: 0 auto;
	height: 40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background-color: #27bfc1;
	border: none;
	font-size: 16px;
}
.webFormItems--inner .webFormTools input[type="submit"], .webFormItems--inner .webFormTools input[type="reset"]{
	max-width: 200px;
}
.webFormItems--inner .webFormTools input:first-child {
    margin-right: 12px;
}
.wrap_ajax table tr td.td-submit{
	padding: 20px 0 0 0;
}
.img-responsive{
	max-width: 100%;
	display: block;
	margin: 0 auto 20px;
}
.storeHow{
	padding: 0;
}
.storesListItemName .showByMap{
	padding: 8px 0 0 0;
}
.storesListItemName .showByMap .showByMapLink{
	color: #000;
	transition: all 0.2s ease-in-out 0s;
}
.storeHow__link, .storeHowmap__close-link, .link-def{
	color: #000;
	transition: all 0.2s ease-in-out 0s;
}
.storeHow__link:hover, .storeHowmap__close-link:hover, .storesListItemName .showByMap .showByMapLink:hover, 
.link-def:hover{
	color: #079fa1;
}
.storeHowmap{
	margin: 24px 0 0 0;
}
.storeHowmap__mobile img, .storeHowmap__desktop img{
	display: block;
	width: 100%;
}
.storeHowmap__desktop{
	margin: 0 0 25px;
}
.storeHowmap__mobile{
	display: none;
	margin: 0 0 25px;
}
.storeHowmap__close{
	padding: 24px 0 0 0;
}
#storeHowmap_other{

}
.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 500ms, height 0s;
  -moz-transition: opacity 500ms, height 0s;
  transition: opacity 500ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  z-index: 1;
 }
.videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 5px solid #fff;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
  }
.videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border-left: 40px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
  }
.videoPoster:hover:before{
	border-color: #2b2b2b;
 }
.videoPoster:hover:after{
 	border-left-color: #2b2b2b;
 }  
.videoWrapperActive .videoPoster{
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 500ms;
    -moz-transition-delay: 0s, 500ms;
    transition-delay: 0s, 500ms;
    z-index: -1;
  }
  #storesList .storesListItemLeft{
  	width: 30%;
  }
  #storesList .storesListItemRight{
  	width: 70%;
  }
  #storesList .storesListItemPhone, #storesList .storesListItemEmail, #storesList .storesListItemSchedule{
  	width: 20%;
  	box-sizing: border-box;
  }
  .storesListItemOnMap, .storesListItemHowget{
  	float: left;
  	line-height: 21px;
    padding: 24px 12px;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
  }
  #storeDetail .storeToolsContainer{
  	max-width: inherit;
  	display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
-ms-flex-wrap:wrap;
    flex-wrap:wrap;
  	width: 100%;
  	margin: 25px 0 0 0;
  }
  #storeDetail .storeToolsItem{
  	width: 20%;
  	margin: 0;
  	float: none;
  }
.storesListItemLeft .storesListItemHowget, .storesListItemLeft .storesListItemOnMap{
	display: none;
}
.b-weight{
	font-family: "robotobold";
}
.man-ico{
	position: relative;
	padding: 3px 0 0 32px;
}
.man-ico:after{
	content: "";
	width: 25px;
	height: 38px;
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/logo-man.jpg) 0 0 no-repeat;
}
.link-logo{
	color: #000;
	text-decoration: none;
	transition: all ease-in-out .3s;
}
.link-logo:hover{
	color: #079fa1;
	text-decoration: none;
}
#popSection .picture img, #brandList .picture img{
	max-width: 100%;
	max-height: 100%;
}
.setListTitle{
	font-family: "robotobold";
	margin: 0 5px 0 0;
	line-height: 21px;
}
#set .setElement .name:hover .setListTitle{
	color: #000;
}
#set .setElement::after{
	top: 46%;
	margin: -1px 0 0 0;
}
#set .setElement:first-child .picture::after{
	content: "=";
	top: 50%;
	right: -34px;
	margin: 0;
}
#set .setElement .middle{
	display: inline;
	vertical-align: top;
}
#set .setElement .name{
	line-height: 1;
}
.ml-phone{
margin:0 0 0 10px;
}
.mlf-phone{
margin:0 0 0 11px;
}
.b-magazin__list{
	margin: 0;
	padding: 0 0 5px;
}
.b-magazin__list > li{
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 6px 0;
}
.b-magazin__list > li > a{
	border-bottom: 1px dashed #000;
    color: #000;
    display: inline-block;
    font-family: "robotobold";
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all ease-in-out .2s;
}
.b-magazin__list > li > a:hover{
	color: #27bfc1;
	border-bottom-color: transparent;
}
.b-brands{
	background-color: #27bfc1;
	padding: 0 10px 0 0;
}
.main-brands{
	background-color: #27bfc1;
	margin-top: 24px;
}

.first_ul, .main-brands_ul{
	margin: 0;
	padding: 0;
	font-size: 0;
}
.main-brands_ul{
	position: relative;
	padding: 0 0 0 55px;
}
.first_ul > li, .main-brands_ul > li{
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	padding: 5px 0;
	font-size: 14px;
	line-height: 1;
}
.first_ul > li.title__li, .main-brands_ul > li.main-brands__li{
	font-family: "robotobold";
	color: #fff;
}
.main-brands_ul > li.main-brands__li{
	margin: 0;
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 5;
}
.first_ul > li > span > a, .main-brands_ul > li > a{
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 50%;
	transition: all ease-in-out .2s;
}
.first_ul > li > span > a:hover, .main-brands_ul > li > a:hover, .main-brands_ul > li.active > a{
	background-color: #fff;
	color: #000;
}
.main-brands_ul > li{
	position: relative;
}
.main-brands_ul > li.active .main-brands__hover{
	opacity: 1;
	visibility: visible;
	transition: all ease .3s;
	top: 95%;
}
.main-brands__hover {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    left: -5px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 90%;
    width: 150px;
    z-index: 40;
    transition: all ease .5s;
    opacity: 0;
    visibility: hidden;
}
.main-brands__hover > li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    list-style-type: none;
}
.main-brands__hover > li:first-child{
	border-top: none;
}
.main-brands__hover > li > a {
    color: #000;
    display: block;
    padding: 7px 10px;
    text-decoration: none;
}
.main-brands__hover > li > a:hover{
	background-color: #27bfc1;
	color: #fff;
	text-decoration: none;
}

.brandsDescription{
	font-size: 14px;
}
#leftMenu .menuItems span{
	text-transform: inherit;
}
.hidden-lg{
	display: none;
}
#popSection .picture{
	height: 110px;
	line-height: 110px;
}
#popSection .nameWrap{
	margin-top: 0;
}
.menu-top-mobile{
	display: none;
}
#popSection .item.last{
	display: none;
}
#popSection .ajaxContainer.loading{
	opacity: 1;
}
.video-resp {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-resp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#rightFooter .app{}
#appFastView .skuProperty .selected .skuPropertyLink:after{
content:"";
position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
/*border: 3px solid #ff9601;*/
}
.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container:after{
content:"";
position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
border: 2px solid #159ebb;
}
.tooltip:hover .tooltip__popup{
	display: block;
}
.tooltip__popup{
	display: none;
	position: absolute;
	top: 110%;
	left: 50%;
	box-sizing: border-box;
	width: 200px;
	z-index: 10;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 0 0 0 -75px;
}
.tooltip__item{
	display: block;
	font-size: 12px;
}
.product .skuProperty li, .product .skuPropertyList, .product .skuProperty, 
#elementContainer .elementSkuPropertyList, #elementContainer .elementSkuProperty li,
#elementContainer .elementSkuProperty{
	/*overflow: visible;*/
}
.box-modal{
	background-color: #ffffff;
    box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.box-modal__close{
	display: block;
    height: 21px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 21px;
    z-index: 10;
    cursor: pointer;
    background: url("images/exit.png") no-repeat 0 0;
}
.modal-content{
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
	padding: 20px;
}
.modal-content strong{
	font-size: 20px;
}
.modal-title{
	text-align: center;
	background-color: #424242;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
}
.arcticmodal-container_i{
	width: 100%;
}
.deliveryBtn, #calcDeliveryButton{
	color: #D42127 !important;
	font-family: "robotobold" !important;
}
.optional #calcDeliveryButton{
	position: relative;
	padding: 0 0 0 20px;
	line-height: 1.1;
	box-sizing: border-box;
	margin: 4px 0 0 0;
}
.optional #calcDeliveryButton .icon{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
}
.tiles-list .tile-time{
	font-size: 15px;
	color: #d21f26;
}
.tiles-list .action-close .image-wrap:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: url("images/action-end.png") 50% 50% no-repeat;
	background-size: 170px;
}
.tiles-list .big-action-close .image-wrap:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: url("images/action-end-big.png") 50% 50% no-repeat;
	background-size: 340px;
}
.specialBlockMoveContainer .picture{
	display: block;
}
#specialBlockMoveContainer .picture img{
	display: block;
	margin: 0 auto 10px;
	max-width: 220px;
}
.more-info-b{
	display: none;
}
.link-blue-light{
	transition: all 0.2s ease-in-out 0s;
	color: #27bfc1;
	text-decoration: underline;
}
.link-blue-light:hover{
	color: #079fa1;
	text-decoration: underline;
}
.b-link-mobile{
	display: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 0 0 45px;
}
.b-link-mobile__nav{
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	float: left;
	margin: 0 10px 0 0;
}
.b-link-mobile__nav:first-child{ display: none; }
.link-mobile__nav{ display: none; }
.contactList li .social-list a{
display:inline-block;
vertical-align:top;
margin:0 5px 0 0;
}
.contactList li .social-list img{
max-height:35px;
}
.order-phone{
	text-align: center;
}
#subHeader2 #topCallback .heading{
	font-weight: bold;
	text-align: left;
}
#subHeader2 #topCallback .icon{
	top: -5px !important;
	border: 1px solid #27bfc1;
	background: url(/bitrix/templates/dresscode/headers/header2/css/images/callbackH2_b.png) 0 0 no-repeat transparent;
}
#topSearch2 .searchContainerInner{
	border: 1px solid #27bfc1;
	overflow: hidden;
}
#topSearch2 #searchQuery{
	background: url(/bitrix/components/dresscode/search.line/templates/version2/images/searchH2_b2.png) 14px 50% no-repeat transparent;
}
#topSearch2 #goSearch {
    background: url(/bitrix/components/dresscode/search.line/templates/version2/images/searchIcoH2_b.png) 0 0 no-repeat transparent;
    } 
.readmore-js-toggle{
	display: inline-block !important;
	vertical-align: top;
	width: auto !important;
	padding: 8px 15px;
	border-radius: 5px;
	background-color: #27bfc1;
	text-decoration: none;
	color: #fff;
	margin: 15px 0 0 0;
}
.readmore-js-toggle:hover{
	text-decoration: none;
	color: #fff;
	background-color: #079fa1;
}
.changePropertiesGroup .readmore-js-toggle{
	margin: 15px 0 25px 24px;
}
.changePropertiesGroup #elementProperties{
	overflow: hidden;
}
.index-banners4item .elem{ height: 340px; }
@media all and (max-width: 1800px) {
	.index-banners4item .elem-column:nth-child(1) .elem, .index-banners4item .elem,
	.index-banners4item .elem-column:nth-child(3) .elem{ height: 295px; }
}
@media all and (min-width: 1600px) {
	#promoBlock #specialProduct{ height: 557px; }
	#promoBlock #specialProduct .picture{ display: -webkit-box; display: -ms-flexbox; display: flex; height: 236px; overflow: hidden; }
	#promoBlock #specialProduct .picture img{ display: block; max-width: 100%; margin: 0 auto; }
}
@media all and (max-width: 1577px) {
	.b-link-mobile{ display: block; }
}
@media all and (max-width: 1560px) {
	#topMenu li a{ font-size: 13px; }
	#topMenu .bar > a{ width: auto !important; }
	#topHeader.color_theme #topMenu .bar > a:focus{ opacity: 1 !important; }
	.openEnder span{ left: 0 !important; }
	#topMenu .bar > a, #topMenu .bar > a:hover, #topMenu .bar.active > a{ background: none !important; }
	.b-link-mobile{ margin: 0; }
}
@media all and (max-width: 1440px) {
	#storesList .storesListItemLeft{ width: 70%; }
	#storesList .storesListItemRight{ width: 30%; }
	#storesList .storesListItemPhone, #storesList .storesListItemEmail, #storesList .storesListItemSchedule{
		width: 100%;
	}
	.storesListItemOnMap, .storesListItemHowget{ padding: 0; float: none; width: 100%; }
	#storesList .storesListItemPhone{ margin-bottom: 5px; }
	#storesList .storesListItemPhoneLabel{ margin-bottom: 5px; } 
	.storesListItemOnMap{ margin: 0 0 5px; }
	#storeDetail .storeToolsItem{ width: 33.3%; }
	.storesListItemLeft .storesListItemHowget, .storesListItemLeft .storesListItemOnMap{
		display: block;
		text-align: left;
	}
	.storesListItemRight .storesListItemHowget, .storesListItemRight .storesListItemOnMap{
		display: none;
	}
	.storesListItemLeft .storesListItemHowget .storesListTableMailLink, 
	.storesListItemLeft .storesListItemOnMap .storesListTableMailLink{
		display: inline-block;
		position: relative;
		padding: 0 0 0 25px;
	}
	.storesListItemLeft .storesListItemHowget .storesListTableMailLink:after{
		content: "";
		position: absolute;
		top: 1px;
		left: 0;
		z-index: 3;
		width: 18px;
		height: 18px;
		background: url(images/how-to-get.png) 0 0 no-repeat;
		background-size: 18px;
	}
	.storesListItemLeft .storesListItemOnMap .storesListTableMailLink:after{
		content: "";
		position: absolute;
		top: 2px;
		left: 0;
		z-index: 3;
		width: 18px;
		height: 18px;
		background: url(images/on-map-ico.png) 0 0 no-repeat;
		background-size: 18px;
	}
}
.row{
margin:0 -10px;
display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
-ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.col-img{
padding:0 10px 20px;
width:25%;
box-sizing: border-box;
}
.col-img img{
margin:0 auto;
height:auto;
}
#brandList .brand-carousel .item{
	width: 100% !important;
}
 #brandList .picture img{
 	display: block;
 	margin: 0 auto;
 }
 .brand-carousel{
 	background-color: #fff;
 	padding: 24px 12px;

}
.brand-carousel .slide-wrap{
	padding: 0 12px;
}
.brand-carousel .slick-arrow{
	position: absolute;
	top: 50%;
	margin: -35px 0 0 0;
	text-indent: 200%;
	border: none;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	z-index: 10;
	cursor: pointer;
	width: 35px;
	height: 70px;
outline:none;
}
.brand-carousel .slick-prev{
	left: 0;
	background: url(/bitrix/templates/dresscode/components/bitrix/sale.viewed.product/.default/images/slideArrowSmall.png) 0 0 no-repeat;
}
.brand-carousel .slick-prev:hover{
	background-position: -35px 0;
}
.brand-carousel .slick-prev:active{
	background-position: -70px 0;
}
.brand-carousel .slick-next{
	right: 0;
	background: url(/bitrix/templates/dresscode/components/bitrix/sale.viewed.product/.default/images/slideArrowSmall.png) 0 -70px no-repeat;
}
.brand-carousel .slick-next:hover{
	background-position: -35px -70px;
}
.brand-carousel .slick-next:active{
	background-position: -70px -70px;
}
.index-banners-new.index-banners .elem-column,
.index-banners-new.index-banners .elem-column:nth-child(3),
.index-banners-new.index-banners .elem-column:nth-child(4){
	width: 25%;
}
.index-banners-new.index-banners .elem-column:nth-child(4) .elem-wrap{
	width: 100%;
}
.menu-link-mb{
	display: none;
	font-size: 13px;
	line-height: 18px;
	border: none;
	width: 100%;
	padding: 8px;
	background-color: transparent;
	cursor: pointer;
	position: relative;
	font-weight: 200;
	text-align: left;
	box-sizing: border-box;
}
.menu-link-mb:hover{
	background-color: #f3f3f3;
}
.arrows-bot{
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 5;
	background: url(images/arrows-bot.png) 0 0 no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 0;
}
.promo-inner{
	background-color: #b5121b !important;
}
.swal2-icon.swal2-success .swal2-success-ring{
	border: .25em solid rgba(181,18,27,.3);
}
.swal2-icon.swal2-success [class^="swal2-success-line"]{
	background-color: #b5121b;
}
.swal2-icon.swal2-success{
	border-color: #b5121b;
}
.swal2-title, .swal2-content{
	color: #b5121b;
}
.swal2-styled.swal2-confirm{
	background-color: #b5121b;
	border: 0 !important;
}
.swal2-popup{
	background: #f3f3f3;
}
.swal2-success-circular-line-left, .swal2-success-fix, .swal2-success-circular-line-right{
	background: #f3f3f3 !important;
}
.change-btn{
	-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;
    line-height: 48px;
    margin-top: 0;
    cursor: pointer;
    font-size: 14px;
    height: 48px;
    width: 100%;
    max-width: 224px;
    border: 0;
    color: #fff;
}
.link-black{
	font-size: 16px;
	line-height: 1.2;
	color: #000;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.link-black:hover{
	color: #27bfc1;
	text-decoration: underline;
}
.no-left-menu #left{ display: none; }
.no-sm-menu .collapsed{ display: none; }
.appReg_ok{text-align:center; padding:20px 25px 40px; font-size:20px; line-height:1.4; font-family: 'robotobold';}

@media (max-width: 1230px) {
	iframe.inwidget{ height:440px !important;}
	.bordered{ padding: 20px 80px; }
}
@media (max-width: 1200px) {
	iframe.inwidget{ height:430px !important;}
	#personalCart .orderLine #sum{ float: none; padding: 0 0 12px;}
	#personalCart #coupon{ float: none; margin: 0; text-align: left; }
	#personalCart .orderLine{ margin-bottom: 24px; padding: 12px; height: auto; line-height: 1; }
	#personalCart .orderLineballs .mnogo{ float: none; }
	#personalCart .orderLineballs .summ{ float: none; padding: 0 0 12px; }
	#personalCart #coupon input{ margin-top: 0; }
	#personalCart .orderLine .price{ display: inline-block; vertical-align: middle; }
	.bonusTool .bonusTool__title::after{ top: 0; }
	.bonusTool .bonusTool__title{ padding: 10px 0 6px 32px; }
}
@media (max-width: 1150px) {
	#subHeader2 .subTableColumn:first-child{ width: 450px; }
	#subHeader2 #topHeading{ display: none; }
	#subHeader2 .limiter{ position: relative; }
	#subHeader2 .social-list{ display: block; position: absolute; top: 21px; left: 470px; z-index: 10; }
	#subHeader2 .social-list span a img{ max-height: 35px; }
}
@media (max-width: 1100px) {
	.bonusTool{ padding: 10px 0; margin: 0 0 10px; font-size: 14px;}
	#personalCart .orderLine .bonusTool{ padding: 0; margin: 0; }
}
@media (max-width: 1024px) {
	iframe.inwidget{ height:430px !important;}
}
@media (max-width: 1000px) {
	#subHeader2 .subTableColumn:first-child{ width: 380px; }
	#subHeader2 .social-list{ left: 400px; }
	.col-img{width:33.3%;}
	#leftMenu .eChild .menu-link-mb{
	display: block;
}
#leftMenu .eChild .menuLink{
	display: none;
}
#leftMenu .drop{ position: relative; top: inherit; left: inherit; width: 100%; min-height: inherit;
box-shadow: none; }

#leftMenu .eChild .menuItems .menuLink{
	display: block;
}

}
@media (max-width: 992px){
#ModalPVZ .popup-window-buttons{
top:initial !important;
bottom: 0;
	}

	#subHeader2 .social-list{ left: inherit; right: 10px; top: 109px; }
	#subHeader2 .subTableColumn:nth-child(2) {
    padding-right: 115px;
}

}
@media (max-width: 916px) {
	iframe.inwidget{ height:430px !important;}
}
@media (max-width: 870px) {
	iframe.inwidget{ height:450px !important;}
}
@media (max-width: 800px) {
	#set.b-empty .general.setElement{ width: 100%; margin: 0 0 40px; }
	#set .setElement{ overflow: visible; border-top: 1px solid #e7e8ea;}
	#set .setElement .picture::after{ display: none; }
	#set.b-empty .general{ border-top: none; }
	#set.b-empty .general:after{ color: #888888;
    content: "=";
    display: block;
    font-family: "roboto_thregular";
    font-size: 48px;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: inherit;
    top: inherit;
    margin: 0;
    transform: translateX(-50%); }
    #set.b-empty .general + .setElement:after{  
    content: "+";
    display: block;
    font-family: "roboto_thregular";
    font-size: 48px;
    position: absolute;
    right: -13px;
    transform: inherit;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);}
}
@media (max-width: 790px) {
	.index-banners-new.index-banners .elem-column,
.index-banners-new.index-banners .elem-column:nth-child(3),
.index-banners-new.index-banners .elem-column:nth-child(4){
	width: 50%;
}
}
@media (max-width: 780px) {
	#subHeader2 .social-list span a img{ max-height: 35px; }
	#foundation{ overflow: hidden; }

	.list-sertt li{ width: 50%; margin: 0 0 50px; }
	.bordered{ padding: 15px; }

	/*.storeHowmap__mobile{ display: block; }
	.storeHowmap__desktop{ display: none; }*/
}
@media (max-width: 768px) {
	.hidden-mb{ display: none; }
	.hidden-lg{ display: block; }
	.main-brands{padding:0 12px;}
	/*.main-brands_ul > li.main-brands__li{width:100%;}
	.maihttps://russiandoc.ru/n-brands{ display: none; }*/

	/*body .b-link-mobile{ display: block; }
	body .b-link-mobile .b-link-mobile__nav--non{ display: none; }
	body .b-link-mobile .b-link-mobile__nav:first-child{ display: block; }*/
	body .b-link-mobile{ display: none; }
	.link-mobile__nav{ display: block; }
	.main-brands_ul > li.h-lefr .main-brands__hover{ left: inherit; right: -5px;}
	.col-img{width:33.3%;}
	#slider .sliderContent{ bottom: 20px; }
	#slider .sliderContent .cButton{ height: auto; line-height: 1; padding: 12px 15px; }
}
@media (max-width: 750px) {
/*--instagram width--*/
	/*.b-inst iframe.inwidget{width:600px !important; margin:0 auto; display:block;}*/
	.b-inst iframe.inwidget{ width: 1px !important;
        min-width: 100% !important;
        *width: 100% !important;}
	/*--/instagram width--*/
	iframe.inwidget{ height:450px !important;}

	#mnogo .couponField, #discont .couponField{ width: 100%; margin: 0 0 12px; }
	#main .orderLineballs input[type="submit"]{ display: block; width: 100%; box-sizing: border-box; }
	#personalCart #coupon .couponField{ width: 100%; margin: 0 0 12px; }
	#personalCart #coupon .couponActivate{ width: 100%; }
	#elementContainer #similar, #elementContainer #sop{display:none;}
}
@media (max-width: 740px) {
	#subHeader2 #topCallback{ padding: 0 10px; }
	#subHeader2 .subTableColumn:first-child{ width: 365px; }
	#subHeader2 .social-list span a img{ max-height: 35px; }
}
@media (max-width: 700px) {
	#subHeader2 .subTableColumn:first-child{ width: 100%; }
	/*#subHeader2 .social-list{ left: 375px; top: 27px; }*/
	#subHeader2 .social-list span a img{ max-height: 35px; }
	.main-brands_ul > li{ font-size: 13px; margin: 0 0 0 1px; padding: 5px 0 3px; }
	.main-brands_ul > li.main-brands__li{padding:0; top: 6px;}
	.main-brands_ul > li > a{ width: 18px; line-height: 18px; height: 18px; }
	.main-brands__hover{ width: 120px; }
	.main-brands, #main{ margin-top: 10px; }
	.main-brands{ padding: 0 12px 2px; }
	
	#smallElementTools .mainTool, #smallElementTools .secondTool, #smallElementTools .secondTool{ width: 100% !important; }
	#basketTopLine{ display: block; }
	#personalCart #tabsControl .item{ display: none; }	
}
@media (max-width: 640px) {
	iframe.inwidget{ height:350px !important;}
	/*--instagram width--*/
	/*.b-inst iframe.inwidget{width:450px !important;}*/
	/*--/instagram width--*/
}
@media (max-width: 640px) {
	.wrap_ajax table tr td, .wrap_ajax table tr, .wrap_ajax table, .wrap_ajax tbody, .wrap_ajax thead{ display: block; }
	.wrap_ajax table tr td{ padding: 0 0 10px; width: 100%; }
	.wrap_ajax .submit-tab{ width: 200px; }
	#storeDetail .storeToolsItem{ width: 50%; }
	.menu-top-mobile{ display: block; }
	.corpocation-link{ display: none !important; }
	.mb-hidden{ display: none !important; }
	#topHeader2 #topService li.menu-top-mobile ul li:first-child{ display: none !important; }
}
@media (max-width: 600px) {
	#subHeader2 .social-list span a img{ max-height: 35px; }
	#storesList .storesListItemLeft{ width: 100%; }
	#storesList .storesListItemRight{ width: auto; }
	.storesListItemOnMap, .storesListItemHowget{ text-align: left; }

	#set .setElement{margin: 0 0 40px;}
	#set .setElement:last-child{ margin: 0; }
	#set.b-empty .general + .setElement::after{ right: inherit;
	left: 50%; transform: translateX(-50%); top: inherit; bottom: -30px; margin: 0; font-size: 40px;}
	#set .setElement .name{ height: auto; }
}
@media (max-width: 560px) {
	#subHeader2 .subTableColumn:last-child{ display: none; }
	#subHeader2 .social-list span a img{ max-height: 35px; }
	#topHeader2 #topService li.top-auth-login{ display: none; }
	/*#topHeader2 #topService li.menu-top-mobile ul li.top-auth-register{ display: none; }*/

	#footerBottom .creator{ float: left; }
	#footerBottom ul.sn{ display: block; }
	#topHeader2 #topService .null{ padding: 0; }
	#subHeader2 .subTableColumn:nth-child(2) {
    padding-right: 115px;
}
}
@media (max-width: 480px) {
	iframe.inwidget{ height:280px !important;}

	.list-sertt{ margin: 0 -5px}
	.list-sertt li{ padding: 0 5px; margin: 0 0 30px; }
	.list-sertt li .img-sertt{ max-width: inherit; margin: 0 0 10px; }
	.list-sertt li .desc-sertt{ margin: 0; text-align: center; }
	#storeDetail .storeToolsItem{ width: 100%; }

	.storeHowmap__desktop, .storeHowmap__mobile{ margin: 0; }
	.man-ico{ padding: 0 0 0 32px; }
	.man-ico::after{ bottom: inherit; top: 50%; margin: -15px 0 0 0; background-size: 20px; height: 30px; width: 20px; }
	#storeDetail .storeToolsItemColumn:first-child{ text-align: center; }
	#storeDetail .storeToolsItem:first-child{ margin: 0 0 7px; }
	/*--instagram width--*/
	/*.b-inst iframe.inwidget{ width: 1px !important;
        min-width: 100% !important;
        *width: 100% !important;}*/
	/*--/instagram width--*/

	#popSection .item:nth-child(n+6){ display: none;}
	#popSection .item.last{ display: block;}
	#popSection .ajaxContainer.loading .item:nth-child(n+6){ display: block; }
	#popSection .ajaxContainer.loading .item.last{ display: none; }

	/*#brandList .item:nth-child(n+6){ display: none; }
	#brandList .item.last{ display: block;}
	#brandList .item.last .showMore .ps,
	#brandList .item.last .showMore .value{ display: none;}
	#brandList .ajaxContainer.active .item:nth-child(n+6){ display: block; }*/

	#footerBottom{ height: auto; line-height: auto; }
	#footerBottom .creator a, #footerBottom .creator span{
		margin: 5px 0;
		background-color: transparent;
	}
	#footerBottom .sn li:first-child{ border-left: none; }
	#footerBottom .sn li{ border:none; border-top: 1px solid #313131; border-left: 1px solid #313131;
	width: 25%; box-sizing: border-box; }
	#footerBottom ul.sn{ width: 100%; box-sizing: border-box; }
	#footerBottom .sn li a{ margin: 0 auto; }
	#footerBottom .social{ float: none; box-sizing: border-box; padding: 0; }
	#footerBottom .creator{ float: none; }
	#footerBottom .creator > img{ display: none; }
	.col-img{width:50%;}

	#slider .sliderContent{ bottom: 5px; }
	#slider .sliderContent .cButton{ height: auto; line-height: 1; padding: 5px 10px; }
	#nextSection .title{
		/*display: none;*/
	}
	.index-banners4item .elem-column:nth-child(1) .elem, .index-banners4item .elem,
	.index-banners4item .elem-column:nth-child(3) .elem{ height: 200px; }
} 
@media (max-width: 410px) {
	#subHeader2 .subTableColumn:nth-child(2){ padding-right: 115px; }
	.social-list span{ margin: 0 3px 0 0; }
	/*#subHeader2 .social-list{ right: 12px; top: 112px; }
	#subHeader2 .social-list{ right: 12px; top: 100px; }*/
	/*#subHeader2 .social-list span a img{ max-height: 30px; }*/
	#subHeader2 .social-list span a img{ max-height: 35px; }
	#subHeader2 .social-list{ right: 15px !important; }
	
}
@media (max-width: 360px) {
	iframe.inwidget{ height:280px !important;}
	.index-banners4item .elem-column:nth-child(1) .elem,
	.index-banners4item .elem, .index-banners4item .elem-column:nth-child(3) .elem{ height: 148px !important; }
}
@media (max-width: 480px) {
	.webFormItems--inner .webFormTools input[type="submit"], .webFormItems--inner .webFormTools input[type="reset"]{
		max-width: inherit;
	}
	.webFormItems--inner .webFormTools input:first-child{
		margin: 0 0 15px;
	}
	#leftFooter .column{ float: none; width: 100%; padding: 0; }
	#leftFooter{ display: block; padding: 24px 15px; box-sizing: border-box; width: 100%; }
}
/* iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.storeHowmap__mobile{ display: none; }
	.storeHowmap__desktop{ display: block; }
}
/* iPad in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.storeHowmap__mobile{ display: block; }
	.storeHowmap__desktop{ display: none; }
}
/* Retina iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.storeHowmap__mobile{ display: none; }
	.storeHowmap__desktop{ display: block; }
}
/* Retina iPad in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.storeHowmap__mobile{ display: block; }
	.storeHowmap__desktop{ display: none; }
	#topHeader2 #topService li.client_li{ display: none; }
}
/* iPad 1 & 2 in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1)  {
	.storeHowmap__mobile{ display: none; }
	.storeHowmap__desktop{ display: block; }
}
/* iPad 1 & 2 in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
	.storeHowmap__mobile{ display: block; }
	.storeHowmap__desktop{ display: none; }
	#topHeader2 #topService li.client_li{ display: none; }
}
/* iPad mini in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1)  {
	.storeHowmap__mobile{ display: none; }
	.storeHowmap__desktop{ display: block; }
}
/* iPad mini in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1)  {
	.storeHowmap__mobile{ display: block; }
	.storeHowmap__desktop{ display: none; }
	#topHeader2 #topService li.client_li{ display: none; }
}
@media only screen and (max-device-width : 850px) and (orientation : landscape) {
	#leftFooter .column{ width: 33.3%; }
}
@media only screen and (max-device-width : 850px) and (orientation : portrait) {
	#leftFooter .column{ width: 50%; }
	#leftFooter .column:nth-child(3){ display: none;}
}
/* iPhone 5 in landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
	.storeHowmap__mobile{ display: none; }
	.storeHowmap__desktop{ display: block; }
}
/* iPhone 5 in portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
	.storeHowmap__mobile{ display: block; }
	.storeHowmap__desktop{ display: none; }
	.mb-hidden{ display: none !important; }
	#topHeader2 #topService li.top-auth-register.mb-hidden { display: inline-block !important; }
	.menu-top-mobile{ display: block; }
	#topHeader2 #topService li.client_li{ display: none; }
}
@media only screen and (max-device-width : 480px) and (orientation : landscape) {
	#leftFooter .column{ float: none; width: 100%; padding: 0; }
	#leftFooter{ display: block; padding: 24px 15px; box-sizing: border-box; width: 100%; }
	#leftFooter .column:nth-child(3){ display: none;}
}
@media only screen and (max-device-width : 480px) and (orientation : portrait) {
	#leftFooter .column{ float: none; width: 100%; padding: 0; }
	#leftFooter{ display: block; padding: 24px 15px; box-sizing: border-box; width: 100%; }
	#leftFooter .column:nth-child(3){ display: none;}
	.mb-hidden{ display: none !important; }
	#topHeader2 #topService li.top-auth-register.mb-hidden { display: inline-block !important; }
	.menu-top-mobile{ display: block; }
	#topHeader2 #topService li.client_li{ display: none; }
}
/* iPhone 2G-4S in landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
	.storeHowmap__mobile{ display: none; }
	.storeHowmap__desktop{ display: block; }
}
/* iPhone 2G-4S in portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
	.storeHowmap__mobile{ display: block; }
	.storeHowmap__desktop{ display: none; }
	.mb-hidden{ display: none !important; }
	#topHeader2 #topService li.top-auth-register.mb-hidden { display: none !important; }
	#topHeader2 #topService li.clients-link{ display: inline-block !important; }
	#topHeader2 #topService li.menu-top-mobile ul li.top-auth-register{ display: block; }
	#topHeader2 #topService li.menu-top-mobile ul li:first-child{ display: none; }
	.menu-top-mobile{ display: block; }
	#topHeader2 #topService li.client_li{ display: none; }
}

.contactList a:visited {
    color: #000;
}
@media only screen and (min-width : 720px) {
	.contactList > li:nth-child(3)  {
		display:none;
	}
	
}
.footerRow .telephone  a {
	color:#ffffff;
	text-decoration:none;
}
.telephone a.icon, .telephone a.icon:focus, .telephone a.icon:active {
		position: relative;
    		top: 0px !important;
	}
@media only screen and (min-width : 1100px) {
	.telephone a.icon, .telephone a.icon:focus, .telephone a.icon:active {
		position: relative;
    		top: 12px !important;
	}


}
.openEnder span {
	left: 32px;
	top: 1px;
	position: relative;
}
.global-information-block a {
	color:black
}
.menu-top-mobile ul {
	display:none;
}
@media only screen and (max-width : 720px) {
	li.menu-top-mobile:hover ul {
		display:block;
		position: absolute;
		right: 0;
		text-align: left;
		background-color: #232323;
		color: #fff;
		z-index:20;
		padding: 0;
		text-align: left;
		min-width: 200px;
	}
	li.menu-top-mobile ul li{
		border-top: 1px solid rgba(0, 0, 0, 0.149) !important;
		border-bottom: 1px solid #303030 !important;
	}
	#topMenu .sub{
		background: #232323 !important;
	}
	#topMenu .sub li{
		border-bottom: 1px solid #303030 !important;
	}
	#topHeader2{  }
	li.menu-top-mobile ul li a {
		color:#fff;
		width:100%;
		display:block;
	}
	#topService  li.menu-top-mobile:hover ul li a:hover {
		color:#fff !important
	}
	#topHeader2 #topService  li.menu-top-mobile ul li {
		display:block;
		float: none;
	}
	#topService  li.menu-top-mobile:hover ul li a {
		color:#fff !important
	}
	#topHeader2 #topService li.menu-top-mobile ul li {
		padding:5px 10px !important;
    /*border-bottom: 1px solid #303030;*/
	}
}
@media only screen and (max-width : 640px) {
	#topHeader2 #topService li.client_li{ display: none; }
}
@media only screen and (max-width : 480px) {

}

.global-content-block img{
	display: block;
	max-width: 100%;
}
.product .skuProperty{
	overflow: visible !important;
}
.modal-content--order h3{
font-size: 20px;
line-height: 1.2;
margin: 0 0 25px;
font-family: 'robotobold';
text-transform: uppercase;
}
.modal-content--order .btn-simple{
padding:15px 10px;
font-size:18px;
line-height:1;
margin:0 5px 10px;
}
.modal-content--order .btn-simple:hover{
color:#fff;
}
.btn-simple--gray{
background-color: #2d2d2d;
}
.btn-simple--gray:hover{
background-color: #202020;
border-color:#202020;
color:#fff;
}
.productColText .columnRow{
display:block;
margin:0;
}
.optional .row{
margin:0;
}
.fastBayText{
	color: #000;
}
#elementTools .fastBack{
	font-size: 16px;
	border: 1px solid #27bfc1;
	color: #27bfc1;
}
#elementTools .fastBack:hover{
	color: #27bfc1;
}
#subHeader2 .topWishlist, #subHeader2 .topCompare, #subHeader2 .cart{
	float: left;
}
#subHeader2 .cart{
	margin-top: 0;
}
#brandList .item, #brandList .brand-carousel .item{
	border: 1px solid #e7e8ea !important;
}
#brandList .picture{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.b-stylist .heading {
    border-top: 1px solid #e7e8ea;
    font-family: 'robotobold';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 36px 24px;
    font-weight: 800;
    font-size: 20px;
}
#topHeader2{
	background-color: #fff !important;
}
#topHeader2.color_black #topMenu li a:not(:hover):not(.selected), #topHeader2.color_theme #topMenu li a:not(:hover):not(.selected),
#topHeader2.color_black #topService li a:not(:hover):not(.selected), #topHeader2.color_theme #topService li a:not(:hover):not(.selected){
    color: #000;
}
#topMenu li a:hover, #topMenu li .selected,
#topHeader2.color_theme .user-geo-position-value-link:hover,
#topHeader2.color_theme #topService > li > a:hover{
	color: #000 !important;
}
.heading.orange{
	background: #fff;
}
#left #catalogMenuHeading{
	color: #000;
	border: 1px solid #e7e8ea;
}
#left #catalogMenuHeading ins {
    background: url(/bitrix/templates/dresscode/themes/white/ocean/images/iconMenu_new.png) 0 50% no-repeat transparent;
}
#homeCatalog .caption.selected{
	background-color: #fff;
}
#homeCatalog .caption.selected a{
	color: #000;
}
#topMenu .sub li a{color:#fff !important;}
#topMenu .sub li:hover a{color:#fff !important;}
.limiter{
	max-width: 1480px;
	min-width: 320px;
	margin: auto;
	clear: both;
}
.tiles-list-holder{padding:0 24px;}
	.tiles-list { max-width: none; margin:-6px; font-size: 0; }
	.tiles-list .tile-wrap { display: inline-block; width: 25%; padding: 12px; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; color: #000; }
	.tiles-list .tile { height: 396px; border: 1px solid #e7e8ea; }
	.tiles-list .tb { height: 100%; }
	.tiles-list .tc { vertical-align: top; }
	.tiles-list .tile.no-image .tc { vertical-align: middle; }
	.tiles-list .tile.no-image .h3 { max-height: 60px; }
	.tiles-list .tile.center-image .image { background-size: contain; }
	.tiles-list .image-wrap { position: relative; display: block; height: 200px; overflow: hidden; }
	.tiles-list .image { position: absolute; left: 0; top: 0; right:0; margin:0 auto; width: 90%; height: 100%; display: block; background-position: center center; background-size: cover; background-repeat: no-repeat; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
	.tiles-list .image-wrap:hover .image { -webkit-transform: scale(1.02); transform: scale(1.02); }
	.tiles-list .tile-text { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 12px 18px 18px; }
	.tiles-list .tile-time { font-family: "robotomedium"; font-size: 13px; color: #888888; }
	.tiles-list .tile-time:after { content: ""; display: block; width: 50px; height: 1px; margin: 8px 0 12px; background: #cccccc; }
	.tiles-list .tile-date { margin-bottom: 6px; font-size: 13px; color: #cccccc; }
	.tiles-list .h3 { max-height: 40px; overflow: hidden; margin-bottom: 6px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
	.tiles-list .tile-descr { max-height: 45px; overflow: hidden; font-size: 13px; line-height: 15px; }
	.tiles-list .btn-simple { margin-top: 8px; }

	@media screen and (max-width: 1700px){
		.tiles-list { margin: -6px; }
		.tiles-list .tile-wrap { padding: 6px; }
		.tiles-list .tile-text { padding: 12px; }
	}


	@media screen and (max-width: 1600px){
		.tiles-list .tile { height: 330px; }
		.tiles-list .tile-wrap { width: 25%; }
		.tiles-list .tile-text { padding: 6px 12px; }
		.tiles-list .image-wrap { height: 160px; }
		.tiles-list .tile-time:after { margin: 3px 0 6px; }
		.tiles-list .h3 { font-size: 14px; line-height: 18px; max-height: 36px; }
		.tiles-list .tile.no-image .h3 { max-height: 51px; }
	}

	@media screen and (max-width: 1300px){
		.tiles-list .tile-wrap { width: 33.333%; }
	}

	@media screen and (max-width: 1024px){
		.tiles-list .tile-wrap { width: 25%; }
		#leftMenu .menuItems span{ font-family:"roboto_ltregular";}
		#main.color_white #leftMenu li .menuLink, #leftMenu .eChild .menu-link-mb{font-family:"robotobold";}
	}

	@media screen and (max-width: 950px){
		.tiles-list .tile-wrap { width: 33.333%; }
	}

	@media screen and (max-width: 800px){
		.tiles-list .tile-wrap:nth-child(n) { width: 100%; }
		.tiles-list .tile { height: auto; padding: 18px; }
		.tiles-list .tb {  }
		.tiles-list .tc { display: table-row; }
		.tiles-list .tile-wrap:first-child .image-wrap { position: relative; left: auto; top: auto; display: table-cell; vertical-align: middle; width: 40%; height: auto; padding-right: 4%; }
		.tiles-list .image-wrap { display: table-cell; vertical-align: middle; width: 40%; height: auto; padding-right: 4%; }
		.tiles-list .image { position: relative; left: auto; top: auto; height: 140px; }
		.tiles-list .tile-date { margin-bottom: 3px; }
		.tiles-list .tile-descr { max-height: 30px; }
		.tiles-list .tile-wrap:nth-child(n) .tile-text { display: table-cell; vertical-align: middle; padding: 0; }
		.tiles-list .tile-wrap:nth-child(n) .h3 { font-size: 16px; line-height: 20px; max-height: 40px; color: #000; }

	}
	@media screen and (max-width: 486px){
		.btn-simple.btn-micro{ padding: 6px 8px; }
		#catalogLine.hasSmartFilter .oFilter{ position: relative; top: 5px; }
	}
	@media screen and (max-width: 480px){
		.tiles-list .tile { padding: 12px; }
		.tiles-list .tile-wrap:nth-child(n) .image-wrap { display: none; }
		#bx-soa-order .bx-soa{ width:100%;}
		#main, .limiter{min-width:inherit;}
		#personalCart #basketView{ display: none; }
		#tabsControl .promo-inner{ font-size: 22px; }
		.index-banners4item .elem-column,
	.index-banners4item .elem-column:nth-child(3), .index-banners4item .elem-column:nth-child(4){ width: 100%; }
		
	}

/*promo 5*/
.promo-5-online {
	clear: both;
	padding-top: 5px;
	text-align: center;
	margin: 0 0 24px;
}

.promo-inner {
	background: #f44336;
	padding: 0;
	height: 75px;
	line-height: 75px;
	color: #fff;
	font-weight: bold;
	font-size: 35px;
	text-transform: uppercase;
}
@media screen and (max-width: 768px){
	.promo-inner{ height: auto; line-height: 1.5; padding: 15px; font-size: 30px; }
	}
@media screen and (max-width: 480px){
	.promo-inner{ height: auto; line-height: 1.5; padding: 15px; font-size: 30px; }
	}

#bx-soa-order .promo-5-online {
	margin-bottom: 15px;
}

#bx-soa-order .promo-5-online {
	padding-top: 0;
}


/*fix order list*/
.sale-order-list-container .row {
	margin-left: 0;
}

.sale-order-list-title-container, .sale-order-list-inner-container {
	width: 100%;
}
#deleteCoupon{
	background: url(/bitrix/templates/dresscode/components/dresscode/sale.basket.basket/standartOrder/images/delete.png) 0 0 no-repeat transparent;
    float: right;
    height: 18px;
    width: 18px;
}

#infoTabs{
	padding-bottom: 36px;
}

#infoTabs .tab{
	display: none;
}

#infoTabs .tab.selected{
	display: block;
}

#infoTabsCaption2{
	line-height: 85px;
	height: 85px;
}

#infoTabsCaption2 .items{
	text-align: center;
	overflow: hidden;
}

#infoTabsCaption2 .item{
	vertical-align: middle;
	display: inline-block;
	margin-left: 24px;
}

#infoTabsCaption2 .item:first-child{
	margin-left: 0px;
}

#infoTabsCaption2 .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-transform: uppercase;
    font-family: 'robotobold';
    text-decoration: none;
    padding-bottom: 8px;
    font-size: 16px;
}
#infoTabsCaption2 .item .selected {
	border-bottom: 1px dashed #000000;
	color: #000000;
}

#infoTabsCaptionMedia{
	line-height: 85px;
	height: 85px;
}

#infoTabsCaptionMedia .items{
	text-align: center;
	overflow: hidden;
}

#infoTabsCaptionMedia .item{
	vertical-align: middle;
	display: inline-block;
	margin-left: 24px;
}

#infoTabsCaptionMedia .item:first-child{
	margin-left: 0px;
}

#infoTabsCaptionMedia .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-transform: uppercase;
	font-family: 'robotobold';
	text-decoration: none;
	padding-bottom: 8px;
	font-size: 16px;
}
#infoTabsCaptionMedia .item .selected {
	border-bottom: 1px dashed #000000;
	color: #000000;
}

.mainService.fullBg{
	background-color: #ffffff;
	padding-bottom: 36px;
}

.mainService .slideContainer{
	position: relative;
	overflow: hidden;
	margin: 0 -12px;
}

.mainService .heading{
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-family: 'robotobold';
    text-align: center;
    padding-left: 18px;
    line-height: 95px;
    font-size: 18px;
    display: block;
    color: #000000;
    height: 95px;
}

.mainServiceContainer{
	overflow: hidden;
}

.mainServiceContainer .items{
	list-style: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.mainServiceContainer .item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
	float: left;
}

.mainServiceContainer .item .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
	padding: 0 24px;
}

.mainServiceContainer .item .bigPicture{
	line-height: 200px;
	text-align: center;
	margin-top: 24px;
	height: 200px;
}

.mainServiceContainer .item .bigPicture a:active{
	position: relative;
	top: 1px;
}

.mainServiceContainer .item .bigPicture img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	transform: translate3d(0,0,0);
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}
/*#newsContainer .item .bigPicture img, #storeListMap, #storeDetail, .bx-yandex-view-layout{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}*/
#newsContainer .item .more{
	background-color: #b2b2b2 !important;
}
#newsContainer .item .more:hover{
	background-color: #c2c2c2 !important;
}
.mainServiceContainer .item .bigPicture img:hover{
	opacity: 0.9;
}

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

.mainServiceContainer .item .title 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;
	line-height: 44px;
	overflow: hidden;
	font-size: 14px;
	color: #000000;
	display: block;
	height: 44px;
}

.mainServiceContainer .item .title a span{
	vertical-align: middle;
	display: inline-block;
	line-height: 24px;
}

.mainServiceContainer .item .title a:active{
	position: relative;
	top: 1px;
}

.mainServiceContainer .item .newsDate{
	margin-top: 12px;
	color: #888888;
}

.mainServiceContainer .item .newsDate .pic{
	vertical-align: middle;
	padding-right: 4px;
	margin-top: -4px;
}

.mainServiceContainer .item .description{
	margin-top: 12px;
	font-size: 14px;
	color: #888888;
}

.mainServiceContainer .item .more{
	-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;
	display: inline-block;
	margin-bottom: 24px;
	padding: 4px 12px;
	margin-top: 12px;
	color: #ffffff;
}

.mainServiceContainer .item .more:active{
	position: relative;
	top: 1px;
}

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

.mainService .btnLeft{
	left: 0px;
}

.mainService .btnRight{
	right: 0px;
}

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

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

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

.mainService .btnRight:hover{
	background-position: -35px -70px;
}

.mainService .btnRight:active{
	background-position: -70px -70px;
}
.topWishlist .value, .topCompare .value{
	line-height: 20px;
	margin: 0;
	padding: 0;
}
#subHeader6 #geoPosition li.clients-link{
	display: none;
}
#subMenu{
	visibility: visible;
}
.index-banners4item-wrap{
	max-width: 1480px;
	min-width: 320px;
	margin: 0 auto;
}
.index-banners4item .elem-column{
	width: 50%;
}
.index-banners-wrap{
	margin-bottom: 6px;
}
.index-banners4item{
	margin: 0 -8px;
	padding: 0 0 6px;
}
#basketProductList .product .picture{
	height: 180px;
	line-height: 180px;
}
#basketProductList .product .picture{
	margin-top: 28px;
}
.bx-auth{
	text-align: center;
	max-width: 920px;
	width: 100%;
	margin: 0 auto 20px;
}
.bx-auth .bx-authform-formgroup-container-line{
	margin: 0 -10px;
}
.bx-auth .bx-authform-formgroup-container{
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
}
.bx-auth input[type="text"], .bx-auth input[type="password"]{
	width: 100%;
}
.bx-auth .registerText{
	max-width: inherit;
}
.bx-auth .leftContainer{
	padding: 0 10px 0 0;
}
.bx-auth .leftContainer, .bx-auth .rightContainer{
	margin: 0;
	width: 50%;
	box-sizing: border-box;
}
.bx-auth .rightContainer{
	padding: 0 0 0 10px;
}
.auth #breadcrumbs{
	max-width: 920px;
	width: 100%;
	margin: 24px auto 12px;
}
.auth h1{
	max-width: 920px;
	width: 100%;
	margin: 0 auto 24px;
}
.auth #authMenu{
	max-width: 920px;
	width: 100%;
	margin: 10px auto 24px;
}
.banner-col{
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	margin: 0 0 24px;
	display:block;
}
.banner-col--two{
	margin-top: 24px;
}
.banner-col:after{
	content: "";
	display: inline-block;
	vertical-align: top;
	padding: 0 0 47%;
}
.orderAuthError-label{
	max-width: 320px;
    width: 100%;
    margin: 0 auto 12px;
	color:red;
}
#foundation.blurred{
filter:inherit;
}
.sale-order-list-container .row,
.sale-order-detail-general .row{
	display: block;
	margin: 0;
}
.sale-order-list-title-container, .sale-order-list-inner-container{
	width: auto;
}
.sale-order-list-inner-row-body{
	overflow: hidden;
}
.sale-order-detail-payment-options-methods-image-element, 
.sale-order-detail-payment-options-shipment-image-element{
	margin-bottom: 	15px;
}
.sale-order-detail-payment-options-shipment-image-container{
	padding: 0 24px;
}
.sale-order-payment-change-pp-company-smalltitle{
	padding-top: 9px !important;
	line-height: 1.2;
}
.sale-order-payment-change-pp-company-image{
	top: 40px;
}
.sale-order-payment-change-pp .sale-order-payment-change-pp-company-graf-container{
	width: 160px !important;
	height: 120px !important;
}
.sale-order-detail-payment-options-shipment-composition-container{
	padding: 0 24px;
}

@media screen and (max-width: 1024px){
	#mainMenuContainer .minCatalogButton{ display: block; }
	#mainMenu{ height: auto; display: none; }
	#mainMenuContainer .limiter{ padding: 0; }
	#mainMenu .drop{display:none !important;}
}
@media screen and (max-width: 700px){
	#subHeader6 .subTableColumn:first-child{ padding-left: 0; }
	#topSearchLine{ left: 15px; right: 15px; }
	#subHeader6 #topAuth > ul li{ display: block; margin-left: 0; }
	#subHeader6 #topAuth > ul li:first-child::after{ display: none; }
	#subHeader6 #logo img{ max-height: 40px; }
	.limiter{ padding: 0 15px; }
	#subHeader6 .subTableColumn:nth-child(2){ padding-right: 0; }
}
@media screen and (max-width: 400px){
	#subHeader6 .subPhones .heading{ font-size: 12px; }
	#subHeader6 .user-geo-position-value-link{
		left: 0;
	}
}

#subHeader6 .subPhones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-phones-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
@media all and (max-width: 1200px) {

	.header-phones-wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
}
@media (max-width: 700px) {

	#smallElementTools .columnRow:last-child {
		display: inline-block !important;
	}
}

#elementContainer .elementSkuPropertyList {
    display: flex;
    flex-wrap: wrap;
}
@media all and (max-width: 1400px) {
	.mainServiceContainer .item .bigPicture{
		height: 140px;
		margin-top: 18px;
		line-height: 140px;
	}
	.mainServiceContainer .item .title a span {
    line-height: 16px;
}
.mainServiceContainer .item .title a {
    height: 32px;
    line-height: 32px;
}
}
@media all and (max-width: 800px) {
	.mainServiceContainer .item .bigPicture{
		height: 110px;
		line-height: 110px;
	}
	.mainServiceContainer .item .wrap{
		padding: 0 12px;
	}
	.mainServiceContainer .item{
		padding: 0 2px;
	}
	.mainService .slideContainer{
		margin: 0 -2px;
	}
}
@media (max-width: 768px) {
	.bx-auth .leftContainer, .bx-auth .rightContainer {
		width: 100% !important;
	}

}

#elementContainer .mainContainer .col{
	vertical-align: top;
}

.sale-order-detail-total-payment-container .row {
	display: flex;
}
.sale-order-detail-total-payment-list-left {
	margin-left: auto;
}

.sn a {
	background-size: 50px 50px!important;
	background-repeat: no-repeat!important;
}
.sn li {
	border: none!important;
}
@media(max-width: 480px) {
	.sn a {
		background-size: 40px 40px!important;
		background-repeat: no-repeat!important;
	}
	#footerBottom .sn li:first-child {
	    margin-left: 0%;
	}
}


@media (min-width: 1599px) {
.product .row .addWishlist.label,.product .row .addCompare.label {font-size: 12px;}
}

@media (min-width: 1281px) and (max-width: 1367px) {
.product .row .addWishlist.label,.product .row .addCompare.label {font-size: 12px;}
}

@media (max-width: 1025px) {
.dropdown__b2b--block {display: none !important;}
}


/*odet-kliniku*/
.section-title h1 {
    font-family: "roboto_ltregular";
    line-height: 36px;
    font-weight: 400;
    text-align: left;
    margin: 0;
	padding: 25px 0 30px 0;
    font-size: 24px;
    color: #000000;
    display: block;
}
.section-about__title {
	font-family: "robotomedium";
    font-weight: 500;
    font-size: 30px;
    text-align: center;
	margin: 0 0 25px 0;
}
.section-about {
	padding-bottom: 100px;
}
.section-about__desk {
    font-family: "roboto_ltregular";
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    max-width: 1292px;
    margin: 0 auto;
    padding: 0 0 39px 0;
}
.section-about__item {
	width: 45%;
    padding: 30px;
    border: 3px solid #F3F3F3;
}
.section-about__block {
	justify-content: space-between;
    width: 100%;
    gap: 19px 0;
    flex-wrap: wrap;
    display: flex;
}
.section-about__item-img {
	min-width: 266px;
    height: 193px;
    width: 266px;
}
.section-about__item-img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.section-about__item-number {
	padding: 0 0 19px 0;
    margin: 0;
	display: block;
}
.section-about__item-number svg {
	padding: 10px 26px 10px 24px;
    background: #F8F8F8;
}
.section-about__item-desk {
    line-height: 28.13px;
	font-size: 24px;
    margin: 0;
    padding: 0;
	font-family: "robotomedium";
    font-weight: 500;
}
.section-about__item-top {
	margin-bottom: 20px;
	gap: 20px;
    display: flex;
}
.section-about__item-bottom-title {
	margin-bottom: 25px;
    display: block;
    font-size: 16px;
    color: #000000;
}
.section-about__item-bottom-list {
	justify-content: space-between;
	margin: 0 0 30px 0;
    padding: 0;
    display: flex;
}
.section-about__item-bottom-list li {
	list-style: none;
	padding: 0 0 0 20px;
}
.section-about__item-bottom-list li span {
    font-size: 12px;
    display: block;
    text-align: center;
}
.section-about__item-bottom-list li a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    position: relative;
	font-family: "robotomedium";
}
.section-about__item-bottom-list li a::before {
	position: absolute;
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.9997 8.53043L9.03358 7.49655C9.17197 7.35813 9.34794 7.26335 9.53967 7.22397C9.73141 7.18459 9.93049 7.20234 10.1122 7.275L11.3714 7.77902C11.5569 7.85327 11.716 7.98143 11.8281 8.14695C11.9401 8.31248 12 8.50778 12 8.70767V10.9974C12.0003 11.1335 11.9729 11.2683 11.9193 11.3934C11.8658 11.5185 11.7872 11.6314 11.6886 11.7251C11.5899 11.8188 11.4731 11.8914 11.3454 11.9384C11.2177 11.9854 11.0817 12.0059 10.9458 11.9985C2.11994 11.4493 0.337416 3.97398 0.00648124 1.11142C-0.00954691 0.971479 0.00423474 0.829726 0.0469199 0.69549C0.089605 0.561253 0.160226 0.437574 0.254139 0.332588C0.348051 0.227602 0.463126 0.143688 0.591795 0.0863655C0.720464 0.0290428 0.859812 -0.00038975 1.00067 3.89709e-06H3.24983C3.44972 -2.52128e-06 3.64502 0.0598819 3.81054 0.171932C3.97607 0.283983 4.10423 0.443058 4.17848 0.628639L4.68204 1.88776C4.75471 2.0695 4.77245 2.26858 4.73307 2.46031C4.69369 2.65205 4.59891 2.82802 4.46049 2.96641L3.42661 4.00029C3.42661 4.00029 3.99986 8.03057 7.9997 8.53043Z' fill='%2325CCCE'/%3E%3C/svg%3E");
    width: 12px;
	height: 12px;
	top: 6px;
	left: -17px;
}
.section-about__item-bottom-desk {
	padding: 0;
    margin: 0;
    display: block;
    font-size: 16px;
    color: #000000;
}
.section-about__item-bottom-desk a {
	text-decoration: none;
    color: #25CCCE;
}
.section-about__item-bottom p {
    font-size: 16px;
    line-height: 24px;
	margin: 0;
    padding: 0;
	text-align: justify;
	width: 100%;
}
.section-about-banner img {
	width: 100%;
}

.section-about .container,
.section-title .container {
    padding: 0 15px 0 15px;
    margin: auto;
    max-width: 1480px;
}
.section-about-banner {
	margin-bottom: 35px;
}
@media (max-width: 1400px) { 
	.section-about__item-top {
		flex-direction: column;
	}
}
@media (max-width: 1400px) { 
	.section-about__item {
		width: 43%;
	}
	.section-about__item-bottom-list li a {
		font-size: 15px; 
	}
}
@media (min-width: 420px) { 
	.section-about-banner-desk {
       display: block;
	}
	.section-about-banner-mobi {
		display: none;
	}
}
@media (max-width: 420px) { 
	.section-about-banner-desk {
		display: none;
	 }
	 .section-about-banner-mobi {
		 display: block;
	 }
}
@media (max-width: 1140px) { 
	.section-about__item {
		width: 43%;
	}
	.section-about__item-bottom-list li span {
		text-align: left;
	}
	.section-about__item-bottom-list {
		flex-direction: column;
	}
	.section-about__item-bottom-list li {
		margin-bottom: 25px;
	}
	.section-about__item-bottom-list li:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 960px) { 
    .section-about__item {
        width: 42%;
    }
	.section-about__item-top {
		flex-direction: column;
	}
	.section-about__item-text {
		align-items: center;
		gap: 19px;
		display: flex;
	}
	.section-about__item-number {
		padding: 0;
		margin: 0;
		display: block;
	}
	.section-about__item-img {
		height: 236px;
		width: 326px;
	}
	.section-about__item-desk {
		font-size: 18px; 
		max-width: 246px; 
		line-height: 21.09px; 
	}
}
@media (max-width: 800px) { 
    .section-about__item {
        width: 100%;
		padding: 10px 10px 25px 10px;
    }
}
@media (max-width: 540px) { 
    .section-about__item {
        width: 100%;
    }	
	.section-about__item-img {
        height: 100%;
        width: 100%;
    }
	.section-about__item-bottom p {
		font-size: 15px;
		line-height: 17.58px;
	}
	.section-about__desk {
		font-size: 17px;
		line-height: 25.5px; 
	}
	.section-about-banner {
		margin-bottom: 25px;
	}
	.section-about__title {
		padding: 0;
		font-size: 20px;
		margin: 0 0 15px 0;
		padding: 0 0 20px 0;
	}
	.section-about__item-number svg {
		padding: 10px 13px 10px 13px;
	}
}

@media (min-width: 960px) and (max-width: 1401px) { 
	.section-about__item-text {
		gap: 10px;
		align-items: center;
		display: flex;
		justify-content: center;
	}
	.section-about__item-number {
		padding: 0;
	}
}
/*odet-kliniku*/