
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


@font-face {
    font-family: 'robotobold';
    src: url('/templates/example/fonts/roboto-bold.eot');
    src: url('/templates/example/fonts/roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('/templates/example/fonts/roboto-bold.woff') format('woff'),
         url('/templates/example/fonts/roboto-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'robotomedium';
    src: url('/templates/example/fonts/roboto-medium.eot');
    src: url('/templates/example/fonts/roboto-medium.eot?#iefix') format('embedded-opentype'),
         url('/templates/example/fonts/roboto-medium.woff') format('woff'),
         url('/templates/example/fonts/roboto-medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('/templates/example/fonts/robotocondensed-light.eot');
    src: url('/templates/example/fonts/robotocondensed-light.eot?#iefix') format('embedded-opentype'),
         url('/templates/example/fonts/robotocondensed-light.woff') format('woff'),
         url('/templates/example/fonts/robotocondensed-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto_cnregular';
    src: url('/templates/example/fonts/roboto-condensed.eot');
    src: url('/templates/example/fonts/roboto-condensed.eot?#iefix') format('embedded-opentype'),
         url('/templates/example/fonts/roboto-condensed.woff') format('woff'),
         url('/templates/example/fonts/roboto-condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto_ltregular';
    src: url('/templates/example/fonts/roboto-light.eot');
    src: url('/templates/example/fonts/roboto-light.eot?#iefix') format('embedded-opentype'),
         url('/templates/example/fonts/roboto-light.woff') format('woff'),
         url('/templates/example/fonts/roboto-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'robotoregular';
    src: url('/templates/example/fonts/roboto-regular.eot');
    src: url('/templates/example/fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('/templates/example/fonts/roboto-regular.woff') format('woff'),
         url('/templates/example/fonts/roboto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto_thregular';
    src: url('/templates/example/fonts/roboto-thin.eot');
    src: url('/templates/example/fonts/roboto-thin.eot?#iefix') format('embedded-opentype'),
         url('/templates/example/fonts/roboto-thin.woff') format('woff'),
         url('/templates/example/fonts/roboto-thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto_condensed_regular';
    src: url('/templates/example/fonts/RobotoCondensed-Regular.eot');
    src: url('/templates/example/fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
         url('/templates/example/fonts/RobotoCondensed-Regular.woff') format('woff'),
         url('/templates/example/fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body.index{
	background-color: #f3f3f3;
}



.swiper-pagination-bullet-active{
	background: #ff0000 !important;
	
}

.progress, .progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex
;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}
.qualityPercent-body_item .name {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #161616;
}


#popSection{

	overflow: hidden;
}

#popSection a{
	text-decoration: none;
}

#popSection .heading{
	margin-bottom: 0px !important;
	text-transform: uppercase;
	font-family: 'robotobold';
	text-align: center;
    padding-left: 18px;
	line-height: 30px;
    font-size: 18px;
    display: block;
    color: #000000;
    height: 60px;
}

#popSection .items{
	list-style: none;
	overflow: hidden;
	border-left: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
}

#popSection .item{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #e7e8ea;
	border-bottom: 1px solid #e7e8ea;
	background-color: #ffffff;
	overflow: hidden;
	height: 170px;
	float: left;
	width: 20%;

}

#popSection .tabloid{
	position: relative;
	padding: 12px;
}

#popSection .markerContainer{
	position: absolute;
	z-index: 2;
	top: 8px;
	left: 8px;
}

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

#popSection .picture{

	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	transform: translate3d(0,0,0);

	text-align: center;
	line-height: 100px;
	display: block;
	height: 100px;
	opacity: 1;
}

#popSection .picture:hover{
	opacity: 0.8;
}

#popSection .picture img{
	vertical-align: middle;
	height: 90px;
	width: auto;
}

#popSection .nameWrap{
	height: 42px;
	margin-top: 12px;
	line-height: 42px;
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

#popSection .name{

	-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;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	vertical-align: middle;
	color: #000000;
}

#popSection .last{
	background-color: #f9f9f9;
	line-height: 170px;
	height: 170px;
}

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

#popSection .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;
	color: #000000;
	width: 100%;
}

#popSection .last .showMore:hover{
	opacity: 0.7;
}

#popSection .last .icon{
	display: inline-block;
	margin-bottom: 6px;
    text-align: center;
    line-height: 21px;
    height: 33px;
    width: 100%;
}

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

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

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

#subHeaderLine.color_theme,
#headerLine .headerLineTools .callBack,
#subHeaderLine.color_theme #subMenu .removedItemsContainer .removedItemsList,
#headerLine2 .callBack,
#headerLine3 .callBack,
#headerLine2.color_theme #subMenu .removedItemsContainer .removedItemsList,
#headerLine3.color_theme #subMenu .removedItemsContainer .removedItemsList,
#headerLine4.color_theme #subMenu .removedItemsContainer .removedItemsList,
#subHeader8.color_theme #subMenu .removedItemsContainer .removedItemsList,
#headerLine.color_theme,
#topHeader.color_theme,
#topHeader2.color_theme,
#subHeader2.color_theme,
#subHeader3.color_theme,
#subHeader4.color_theme,
#subHeader5.color_theme,
#subHeader6.color_theme,
#subHeader7.color_theme,
#subHeader8.color_theme,
#subHeader9.color_theme,
#headerLine2.color_theme,
#headerLine3.color_theme,
#headerLine4.color_theme,
#headerLine5.color_theme,
#subHeader.color_theme,
#subHeader.color_black #headerTools .cart ins.active,
#subHeader2 .topCompare .text.active,
#subHeader2 .topWishlist .text.active,
#subHeader2 .cart .heading.active,
#subHeader2.color_black .cart .heading.active,
#subHeader4.color_theme #subMenu .removedItemsContainer .removedItemsList,
#subHeader4.color_theme .topWishlist .value,
#subHeader4.color_theme .topCompare .value,
#subHeader4.color_theme .cart .count,
#subHeader5.color_theme #subMenu .removedItemsContainer .removedItemsList,
#subHeader5.color_theme .topWishlist .value,
#subHeader5.color_theme .topCompare .value,
#subHeader5.color_theme .cart .count,
#subHeader6.color_theme #subMenu .removedItemsContainer .removedItemsList,
#subHeader6.color_theme .topWishlist .value,
#subHeader6.color_theme .topCompare .value,
#subHeader6.color_theme .cart .count,
#subHeader7.color_theme .topWishlist .value,
#subHeader7.color_theme .topCompare .value,
#subHeader7.color_theme .cart .count,
#subHeader8.color_theme .cart .count,
#subHeader9 .subContainerColumn .callBack,
#subHeader9 #menuCatalogSection .catalogButton,
#subHeader9.color_theme .topWishlist .value,
#subHeader9.color_theme .topCompare .value,
#subHeader9.color_theme .cart .count,
#footer.variant_2 #leftFooter,
#footer.variant_2 #rightFooter,
#footer.variant_2 #footerBottom,
#footer.variant_2 .fc,
#footerLine.color_theme {
	background-color: #ed1c24;
}

#subHeader.color_black #headerTools .cart ins.active:hover,
#headerLine .headerLineTools .callBack:hover,
#subHeader9 .subContainerColumn .callBack:hover,
#headerLine2 .callBack:hover,
#subHeader9 #menuCatalogSection .catalogButton:hover,
#footer.variant_4 #rightFooter,
#footer.variant_4 #footerBottom {
 	background-color: #ff232b;
}

#subHeader.color_black #headerTools .tools .link,
#subHeader2 #topCallback .link,
#subHeader3 .cart .total,
#subHeader3.color_theme .cart .active .count,
#subHeader6 .cart .total,
#subHeader6 .cart .active .count,
#subHeader7 .cart .active .total,
#subHeader7 .firstPhones .callBack,
#subHeader4 #subMenu li .selected,
#subHeader8 #subMenu li .selected,
#subHeader9 #subMenu li .selected,
#subHeader5 .cart .heading .total,
#headerLine #topAuth ul li a,
#headerLine .user-geo-position-value-link,
#headerLine2 .user-geo-position-value-link,
#headerLine2 #subMenu li .selected,
#headerLine2.color_black #subMenu li .selected,
#headerLine3 #subMenu li .selected,
#headerLine3.color_black #subMenu li a.selected,
#headerLine4 #subMenu li .selected,
#footerLine.color_white .item .callback,
#footer.variant_4 #leftFooter .heading,
#footer.variant_4 #rightFooter .email a,
#footer.variant_4 #leftFooter .selected,
#footer.variant_5 #leftFooter .heading,
#footer.variant_5 #rightFooter .email a,
#footer.variant_5 #leftFooter .selected{
	color: #ed1c24;
}

#footerLine.color_white .item .compare.active,
#footerLine.color_white .item .wishlist.active,
#footerLine.color_white .item .cart.active,
#footerLine.color_white .item .compare.active .mark,
#footerLine.color_white .item .wishlist.active .mark,
#footerLine.color_white .item .cart.active .mark,
#footerLine.color_theme .item .compare.active .mark,
#footerLine.color_theme .item .wishlist.active .mark,
#footerLine.color_theme .item .cart.active .mark{
	color: #ed1c24 !important;
}

#headerLine4.color_black #subMenu li a:hover,
#headerLine4.color_black #subMenu li .selected{
	color: #ed1c24 !important;
}

#headerLine #topAuth ul li a:hover,
#topHeader.color_black #topMenu li a.selected,
#topHeader.color_default #topMenu li a:hover,
#topHeader.color_default #topMenu li .selected,
#topHeader.color_default #topService > li > a:hover,
#topHeader.color_default .user-geo-position-value-link:hover,
#subHeader.color_black #headerTools .tools .link:hover,
#subHeader2 #topCallback .link:hover,
#subHeader4 #subMenu li a:hover,
#subHeader8 #subMenu li a:hover,
#subHeader9 #subMenu li a:hover,
#subHeader5 .cart .heading:hover .total,
#subHeader6 .cart .heading:hover .total,
#subHeader7 .firstPhones .callBack:hover,
#headerLine .user-geo-position-value-link:hover,
#headerLine .user-geo-position-value-link:hover,
#headerLine2 .user-geo-position-value-link:hover,
#headerLine2 #topAuth > ul li a:hover,
#headerLine2 #subMenu li a:hover,
#headerLine3 #subMenu li a:hover,
#headerLine4 #subMenu li a:hover,
#headerLine2.color_black #topAuth > ul li a:hover,
#headerLine2.color_black #subMenu li a:hover,
#headerLine3.color_black #topAuth > ul li a:hover,
#headerLine3.color_black #subMenu li a:hover
#headerLine4.color_black #subMenu li a:hover,
#footerLine.color_white .item .callback:hover,
#footer.variant_4 #leftFooter a:hover,
#footer.variant_4 #rightFooter .email a:hover,
#footer.variant_5 #leftFooter a:hover,
#footer.variant_5 #rightFooter .email a:hover{
	color: #ff232b;
}

#headerLine.color_theme .headerLineTools .callBack,
#headerLine2.color_theme .callBack,
#subHeader6.color_theme .callBack,
#subHeader9.color_theme #subMenu .removedItemsContainer .removedItemsList,
#subHeader9.color_theme #menuCatalogSection .catalogButton,
#subHeader9.color_theme .callBack{
	background-color: #ff232b;
}

#subHeader3 .cart .order.active,
#subHeader6 .subPhones .callBack{
	border: 1px solid #ed1c24;
	color: #ed1c24;
}

#subHeader6 .subPhones .callBack:hover{
	border: 1px solid #ff232b;
}

#subHeader4 .topCompare .active .value,
#subHeader4 .topWishlist .active .value,
#subHeader4 .cart .active .count,
#subHeader4.color_black .topCompare .active .value,
#subHeader4.color_black .topWishlist .active .value,
#subHeader4.color_black .cart .active .count,
#subHeader5 .topCompare .active .value,
#subHeader5 .topWishlist .active .value,
#subHeader5 .cart .active .count,
#subHeader6 .topCompare .active .value,
#subHeader6 .topWishlist .active .value,
#subHeader6 .cart .active .count,
#subHeader7 .topCompare .active .value,
#subHeader7 .topWishlist .active .value,
#subHeader7 .cart .active .count,
#subHeader8 .cart .active .count,
#subHeader9 .topCompare .active .value,
#subHeader9 .topWishlist .active .value,
#subHeader9 .cart .active .count{
	border: 2px solid #ed1c24;
	color: #ed1c24;
}

#subHeader3 .cart .active .count,
#subHeader3.color_theme .cart .active .count,
#subHeader3.color_black .cart .active .count{
	background-color: #ed1c24;
}

#subHeader3 .user-geo-position-value-link,
#subHeader6 .user-geo-position-value-link,
#subHeader6 #topAuth > ul li a,
#subHeader6 #topAuth > ul li:first-child:after,
#subHeader6 .subPhones .callBack,
#subHeader8 .telephoneContainer .callBack,
#subHeader3 #topToolsLeft a,
#headerLine4 .user-geo-position-value-link,
#headerLine4 #topAuth ul li a{
	color: #ed1c24;
}

#subHeader3 .user-geo-position-value-link:hover,
#subHeader6 .user-geo-position-value-link:hover,
#subHeader3 #topToolsLeft a:hover,
#subHeader6 #topAuth > ul li a:hover,
#subHeader6 .subPhones .callBack:hover,
#subHeader8 .telephoneContainer .callBack:hover,
#headerLine4 .user-geo-position-value-link:hover,
#headerLine4 #topAuth ul li a:hover{
	color: #ff232b;
}

#subHeader3 #topToolsLeft a:after,
#subHeader3 .user-geo-position-value-link:after,
#headerLine .user-geo-position-value-link:after,
#headerLine #topAuth ul li a:after,
#headerLine2 .user-geo-position-value-link:after,
#subHeader6 #topAuth ul li a:after,
#subHeader6 .user-geo-position-value-link:after,
#subHeader7 .firstPhones .callBack:after,
#subHeader8 .telephoneContainer .callBack:after,
#headerLine4 .user-geo-position-value-link:after,
#headerLine4 #topAuth ul li a:after{
	border-bottom: 1px dashed #ed1c24;
}

#subHeader3 #topToolsLeft a:after:hover,
#subHeader3 .user-geo-position-value-link:after:hover,
#headerLine .user-geo-position-value-link:after:hover,
#headerLine #topAuth ul li a:after:hover,
#headerLine2 .user-geo-position-value-link:after:hover,
#subHeader6 #topAuth ul li a:after:hover,
#subHeader6 .user-geo-position-value-link:after:hover,
#subHeader7 .firstPhones .callBack:after:hover,
#subHeader8 .telephoneContainer .callBack:after:hover,
#headerLine4 .user-geo-position-value-link:after:hover,
#headerLine4 #topAuth ul li a:after:hover{
	border-bottom: 1px dashed #ff232b;
}

@media (max-width:991px){
#subHeaderLine{
display:none;
	
}

  .advantages_list {
    flex-direction: column;
  }
  
  .advantages_list .advantages_item{
	width:100% !important;  
	    margin-bottom: 20px !important;  
  }
  
  .advantages_list .advantages_item ._text {
 
    padding-right: 50px;
}

.limiter.grey-link-blok.mainText{
	
display: flex;
    flex-direction: column;	
	
}

img.float-md-end{
    float: none;
    max-width: 350px;
    margin-right: 15px;
    order: 2;

}	

#subHeader3 #topToolsRight .heading{
 display:block !important;;

}
#topToolsRight{
text-align:right;
}	
	
}


@media all and (max-width: 800px){
	#subHeader6 .user-geo-position-value-link{
		background-color: #ff232b;
	}
}

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

	#subHeader9 .subContainerColumn .callBack{
		color: #ff232b !important;
	}

	#subHeader9 .subContainerColumn .callBack:hover{
		color: #ed1c24 !important;
	}

}

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

	#headerLine4.color_theme #geoPosition.color_default .user-geo-position-value-link{
		color: #ff232b;
	}

	#headerLine4.color_theme #geoPosition.color_default .user-geo-position-value-link:after{
		border-color: #ff232b;
	}

}


#topHeader{
	border-bottom: 1px solid #f6f6f6;
	background: #ffffff;
}

#topService{
	color: #000000;
	border-left: 1px solid #f6f6f6;
}

#topService li{
	border-right: 1px solid #f6f6f6;
}

#topService li a{
	color: #000000;
}

#topService li:hover a:hover{
	color: #ff232b;
}

#topService li a:focus{
	color: #ad000c;
}

.com-content-article .product-line{
border:none !important;	
	
}

.com-content-article .product-line:hover {
    box-shadow: none !important;
}



#topService .selected{
	color: #ff232b;
}

#subHeader{
	background: #ffffff;
	border-bottom: 0px solid #f6f6f6;
}

#logo{
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
}

#topHeading{
	border-right: 1px solid #f6f6f6;
}

#topHeading p{
	color: #000000;
}

#headerTools{
	border-right: 1px solid #f6f6f6;
}

#headerTools .tools .heading{
	color: #000000;
}

#headerTools .tools .link{
	color: #ed1c24;
}

#headerTools .tools .link:hover{
	color: #ff232b;
}

#headerTools .tools li{
	border-left: 1px solid #f6f6f6;
}

#headerTools .text{
	color: #000000;
}

#headerTools .telephone .icon{
	background: url(/local/templates/dresscodeV2/themes/red/images/callbackHead.png) 0 0 no-repeat transparent;
}

#headerTools .telephone .icon:hover{
	background: url(/local/templates/dresscodeV2/themes/red/images/callbackHead.png) -35px 0 no-repeat transparent;
}

#headerTools .search .icon{
	background: url(/local/templates/dresscodeV2/themes/red/images/searchHead.png) 0 0 no-repeat transparent;
}

#headerTools .search .icon:hover{
	background: url(/local/templates/dresscodeV2/themes/red/images/searchHead.png) -35px 0 no-repeat transparent;
}

#headerTools .wishlist .icon{
	background: url(/local/templates/dresscodeV2/themes/red/images/wishlistHead.png) 0 0 no-repeat transparent;
}

#headerTools .wishlist .icon.active{
	background: url(/local/templates/dresscodeV2/themes/red/images/wishlistHead.png) -36px 0 no-repeat transparent;
}

#headerTools .wishlist .icon.active:hover{
	background-position: -72px 0;
}

#headerTools .compare .icon{
	background: url(/local/templates/dresscodeV2/themes/red/images/compareHead.png) 0 0 no-repeat transparent;
}

#headerTools .compare .icon.active{
	background: url(/local/templates/dresscodeV2/themes/red/images/compareHead.png) -35px 0 no-repeat transparent;
}

#headerTools .compare .icon.active:hover{
	background: url(/local/templates/dresscodeV2/themes/red/images/compareHead.png) -70px 0 no-repeat transparent;
}

#headerTools .cart .icon{
	background: url(/local/templates/dresscodeV2/themes/red/images/cartHead.png) 0 0 no-repeat transparent;
}

#headerTools .cart .icon.active{
	background: url(/local/templates/dresscodeV2/themes/red/images/cartHead.png) -44px 0 no-repeat transparent;
}

#headerTools .cart .icon.active:hover{
	background: url(/local/templates/dresscodeV2/themes/red/images/cartHead.png) -88px 0 no-repeat transparent;	
}

#headerTools .cart ins{
	background: #e0e0e0;
	color: #888888;
}

#headerTools .cart ins.active{
	color: #ff232b;
}

#topHeader #topMenu{
	border-left: 1px solid #e9e9e9;
}

#topHeader #topMenu li a{
	color: #000000;
}

#topHeader #topMenu li a:hover{
	color: #ff232b;
}

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

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

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

#mainMenuContainer .minCatalogButton{
    background: #ed1c24;
   	color: #ffffff;
}

#changeYouCity{
	background: url(/local/templates/dresscodeV2/themes/red/images/modalBg.png) 0 0 repeat #232323;
}

#changeYouCity .heading{
	color: #ff232b;
}

#changeYouCity .list li a{
	color: #cccccc;
}

#changeYouCity .list li a:hover{
	color: #ff232b;
}

#changeYouCity #cityClose{
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid #000000;
	color: #ffffff;
}

#changeYouCity #cityClose:hover{
	color: #ff232b;
}

#changeYouCity #cityClose ins{
	background: url(/local/templates/dresscodeV2/themes/red/images/exit.png) 0 0 no-repeat transparent;
}

#changeYouCity #cityClose:hover ins{
	background-position: -11px 0px;
}

#changeYouCity #cityClose:active ins{
	background-position: -22px 0px;
}

#mainMenuContainer{
	background-color: #1a1a1a;
}

#mainMenu > li a{
	color: #ffffff;
}

#mainMenu > li a:hover{
    color: #ed1c24;
}

#menuCatalogSection .drop ul li a:hover{
    color: #ed1c24;	
}

#left .heading{
	color: #ffffff;
}

#left .opener{
	background: #ed1c24;
}

#left .heading ins{
	background: url(/local/templates/dresscodeV2/themes/red/images/iconMenu.png) 0 50% no-repeat transparent;
}

#left .sideBlock .heading{
	background-color: #2b2b2b;
}

#left #subscribe .sideBlockContent{
	border: 1px solid #e7e8ea;
}

#left #subscribe .copy{
	color: #888888;
}

#brandSearch td{
	border-left: 1px solid #313131;
	background: #424242;
	color: #ffffff;
}

#brandSearch td a{
	color: #ffffff;
}

#brandSearch td:hover a{
	color: #ff232b;
}

#brandSearch a{
	color: #000000;
}

#slider ol li{
	background: url(/local/templates/dresscodeV2/themes/red/images/slideButton.png) 0 0 no-repeat transparent;
}

#slider ol li:hover{
	background: url(/local/templates/dresscodeV2/themes/red/images/slideButton.png) -18px 0  no-repeat transparent;
}

#slider ol li:active{
	background: url(/local/templates/dresscodeV2/themes/red/images/slideButton.png) -36px 0  no-repeat transparent;
}

#slider ol li.selected{
	background: url(/local/templates/dresscodeV2/themes/red/images/slideButton.png) -54px 0  no-repeat transparent;	
}

#slider ol li.selected:hover{
	background: url(/local/templates/dresscodeV2/themes/red/images/slideButton.png) -72px 0  no-repeat transparent;	
}

#slider ol li.selected:active{
	background: url(/local/templates/dresscodeV2/themes/red/images/slideButton.png) -90px 0  no-repeat transparent;	
}

#popCats .sideBlockContent {
	border: 1px solid #e7e8ea;
	background-color: #ffffff;
}

#popCats li span,
#popCats li a {
	background-color: #e7e8ea;
	color: #000000;
}

#popCats li a:hover {
	background-color: #ff232b;
	border-color: #ed1c24;
	color: #fff;
}

#collectionList .collection .wrap {
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

#collectionList .collection .heading {
	background-color: #ffffff;
	color: #000000;
}

#collectionList .goTo {
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	color: #000000;
}

#collectionList .goTo:hover {
	background-color: #ff232b;
	border-color: #ed1c24;
	color: #ffffff;
}

#right .heading{
	background: #2b2b2b;
	color: #ffffff;
}

#footer{
	background-color: #f9f9f9;
}

#footer .fc{
	background-color: #2b2b2b;
}

#catalogLine{
	border: 1px solid #e7e8ea;
}

#catalogLine select{
	border: 1px solid #e7e8ea;
	color: #888888;
}

#catalogLine .viewList .element a, #catalogLine .viewList .element span{
	background: url(/local/templates/dresscodeV2/themes/red/images/catalogView.png) 0 0 no-repeat transparent;
}

#leftFooter{
	background: #2b2b2b;
}

#leftFooter .heading{
	border-bottom: 1px solid #3e3e3e;
	color: #ffffff;
}

#leftFooter ul li{
	border-top: 1px solid #313131;
}

#leftFooter a{
	color: #999999;
}

#leftFooter a:hover{
	color: #ed1c24;
}

#leftFooter .selected{
	color: #ed1c24;
}

#rightFooter{
	background: unset;
}

#rightFooter .list li{
	color: #888888;
}

#rightFooter .email a{
	color: #ffffff;
}

#rightFooter p{
	color: #888888;
}

#rightFooter .hr{
	border-top: 1px solid #575757;
}

#rightFooter .telephone{
	color: #ed1c24;
}

#rightFooter .email{
	color: #ffffff;
}

#rightFooter .showMap{
	color: #ed1c24;
}

#rightFooter .showMap:hover{
	color: #ff232b;
}

#footerBottom{
	border-top: 3px solid #101010;
	background: #191919;
	color: #ffffff;
}

#appBasketContainer{
	box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
	background-color: #ffffff;
}

#appBasket .heading{
	background-color: #424242;
	color: #ffffff;
}

#appBasket .close{
	background: url(/local/templates/dresscodeV2/themes/red/images/exit.png) 0 0 no-repeat transparent;
}

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

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

#appBasket .markerContainer .marker {
    background-color: #424242;
    color: #ffffff;
}

#appBasket .name{
	color: #000000;
}

#appBasket .name:hover{
	color: #ed1c24;
}

#appBasket .price{
    color: #000000;
}

#appBasket .price .discount {
    color: #888888;
}

#appBasket .plus,
#appBasket .minus{
	background: url(/local/templates/dresscodeV2/themes/red/images/plusMinus.png) 0 0 no-repeat #424242;
}

#appBasket .plus{
	background-position: 0 -19px;
}

#appBasket .plus:hover{
	background-position: -19px -19px;
}

#appBasket .plus:active{
	background-position: -38px -19px;
}

#appBasket .minus:hover{
	background-position: -19px 0x;
}

#appBasket .minus:active{
	background-position: -38px 0px;
}

#appBasket .qty{
	background-color: #e7e8ea;
	color: #000000;
}

#appBasket .sum{
	background-color: #fbfbfb;
}

#appBasket .sum .discount{
	color: #888888;
}

#appBasket .lower{
	background-color: #424242;
}


#appBasket .lower .tools .icon{
	border-right: 1px solid #4c4c4c;
}

#appBasket .lower .tools .icon:hover{
	background: #2b2b2b;
}

#appBasket .lower .tools .continue{
	border-right: 1px solid #4c4c4c;
}

#appBasket .lower .tools .continue a, 
#appBasket .lower .tools .goToBasket a{
	color: #ffffff;
}

#appBasket .lower .tools .goToBasket{
	background-color: #ed1c24;
}

#appBasket .lower .tools .goToBasket:hover{
	background-color: #ff232b;
}

#appBasket .lower .tools .continue:hover{
	background: #2b2b2b;
}

#appFastBuyContainer  .heading{
	background-color: #424242;
	color: #ffffff;
}

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

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

#appFastBuyContainer input:focus, 
#appFastBuyContainer textarea:focus{
	background-color: #e9e9e9;
}

#appFastBuyContainer input.error,
#appFastBuyContainer textarea.error{
	border: 1px solid #ff0000;
}

#appFastBuyContainer #fastBuyFormSubmit{
	background-color: #ed1c24;
	color: #ffffff;
}

#appFastBuyContainer #fastBuyFormSubmit:hover{
	background-color: #ff232b;
}

#appFastBuyContainer #fastBuyFormSubmit.loading{
	background: url(/local/templates/dresscodeV2/themes/red/images/loading.gif) 24px 50% no-repeat #ff232b !important;
}

#fastBuyResult #fastBuyResultClose{
	background-color: #ed1c24;
	color: #ffffff;
}

#fastBuyResult #fastBuyResultClose:hover{
	background-color: #ff232b;
}

#appFastBuyContainer .marker {
	background-color: #424242;
	color: #ffffff;
}


#appFastBuyContainer .name{
	color: #000000;
}

#appFastBuyContainer  .name:hover{
	color: #ed1c24;
}

#appFastBuyContainer .price{
	color: #000000;
}

#appFastBuyContainer .price .discount{
	color: #888888;
}

#appFastView .appFastViewExit, 
#fastViewStores .fastViewStoresExit{
	background: url(/local/templates/dresscodeV2/themes/red/images/exit.png) 0 0 no-repeat transparent;
}

#appFastView .appFastViewExit:hover,
#fastViewStores .fastViewStoresExit:hover{
	background-position: 0 -21px ;
}

#appFastView .appFastViewExit:active,
#fastViewStores .fastViewStoresExit:active{
	background-position: 0 -42px ;
}

#appProductPriceVariant .appPriceVariantExit{
	background: url(/local/templates/dresscodeV2/themes/red/images/exit2.png) 0 0 no-repeat transparent;
}

#appProductPriceVariant .appPriceVariantExit:hover{
	background-position: 0 -21px ;
}

#appProductPriceVariant .appPriceVariantExit:active{
	background-position: 0 -42px ;
}

#footerTabsCaption{
	border-top: 1px solid #e7e8ea;
	background-color: #f9f9f9;
}

#footerTabsCaption .item a,
#infoTabsCaption .item a{
	color: #888888;
}

#footerTabsCaption .item .selected,
#infoTabsCaption .item .selected{
	border-bottom: 1px dashed #000000;
	color: #000000;
}

#footerTabsCaption .item .selected:hover,
#infoTabsCaption .item .selected:hover{
	color: #000000;
}

#footerTabsCaption .item a:hover,
#infoTabsCaption .item a:hover{
	color: #ed1c24;
}

#footerTabs{
    background-color: #f9f9f9;
}

#footerLine{
	background-color: #1a1a1a;
	border-top: 2px solid #202020;
	box-shadow: 1px 1px 12px #000000;
}

#footerLine .item .callback{
	color: #ed1c24;
}

#footerLine .item .wishlist .icon{
	background: url(/local/templates/dresscodeV2/themes/red/images/wishlistFooterMin.png) 0 0 no-repeat;
}

#footerLine .item .cart .icon{
	background: url(/local/templates/dresscodeV2/themes/red/images/cartFooterMin.png) 0 0 no-repeat;
}

#footerLine .item .wishlist.active .icon{
	background-position: -21px 0;
}

#footerLine .item .wishlist.active:hover .icon{
	background-position: -42px;
}

#footerLine .item .cart.active .icon{
	background-position: -26px 0;
}

#footerLine .item .cart.active:hover .icon{
	background-position: -52px;
}


#footerLine .item .callback .icon{
	background: url(/local/templates/dresscodeV2/themes/red/images/callbackFooterMin.png) 0 0 no-repeat;
}

#footerLine .item .callback:hover{
	color: #ff232b;
}

#footerLine .callback:hover .icon{
	background-position: -21px 0;
}

#footerLine .item .compare .mark,
#footerLine .item .wishlist .mark,
#footerLine .item .cart .mark{
	background-color: #313131;
	color: #888888;
}

#footerLine .item .compare .icon{
	background: url(/local/templates/dresscodeV2/themes/red/images/compareFooterMin.png) 0 0 no-repeat;
}

#footerLine .item .compare.active .icon{
	background-position: -21px 0;
}

#footerLine .item .compare.active:hover .icon{
	background-position: -42px;
}

#footerLine .item .compare:hover,
#footerLine .item .wishlist:hover,
#footerLine .item .cart:hover{
	color: #888888;
}

#footerLine .item .compare.active,
#footerLine .item .wishlist.active,
#footerLine .item .cart.active,
#footerLine .item .compare.active .mark,
#footerLine .item .wishlist.active .mark,
#footerLine .item .cart.active .mark{
	color: #ed1c24;
}

#footerLine .item .compare.active:hover,
#footerLine .item .wishlist.active:hover,
#footerLine .item .cart.active:hover,
#footerLine .item .compare.active:hover .mark,
#footerLine .item .wishlist.active:hover .mark,
#footerLine .item .cart.active:hover .mark{
	color: #ff232b;
}

#footerLine .item a{
	color: #888888;
}

#footerLine .item a:hover{
	color: #ffffff;
}

#authMenu{
	border-bottom: 1px solid #e7e8ea;
}

#authMenu li a{
	color: #000000;
}

#authMenu li a:hover{
	color: #ed1c24;
}

#authMenu li .selected{
	border-bottom: 1px dashed #000000;
}

#authMenu li .selected:hover{
	color: #000000;
}

#empty .emptyWrapper{
	border-bottom: 1px solid #e7e8ea;
}

#empty p a{
	border-bottom: 1px dashed #000000;
}

#empty p a:hover{
	border-bottom: 1px dashed #ed1c24;
}

#empty a{
	color: #000000;
}

#empty a:hover{
	color: #ed1c24;
}

#empty .back{
	border-bottom: 1px dashed #ed1c24;
	color: #ed1c24;
}

#empty .back:hover{
	color: #ff232b;
}

.product.last{
	background: #f9f9f9;
}

.product .tabloid{
	background-color: #ffffff;
}

.product .marker {
	background-color: #424242;
	color: #ffffff;
}

.product .name{
	color: #000000;
}

.product .name:hover{
	color: #ed1c24;
}

.product .price{
	color: #000000;
}

.product .price .discount{
	color: #888888;
}

.product .addCart{
	background: #ed1c24;
	color: #ffffff;
}

.product .addCart:hover{
	background-color: #ff232b;
}

.product .label{
	color: #717171;
}

.product .label:hover{
	color: #000000;
}

.product .skuPropertyName{
	color: #888888;
}

.product .skuProperty .selected .skuPropertyLink{
	border: 1px solid #ed1c24;
}

.product .skuPropertyLink{
	border: 1px solid #dddddd;
	color: #000000;
}

.product:hover .tabloid{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 50%, #f9fafc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#f9fafc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 50%,#f9fafc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 50%,#f9fafc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 50%,#f9fafc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 50%,#f9fafc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fafc',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 6px rgba(0,0,0, 0.2);
	border-bottom: 1px solid #cccccc;
}

.product.last .showMore{
	color: #000000;
}

.product.last .showMore:hover{
	color: #ed1c24;
}

.addCart.added{
	background: #2b2b2b !important;
}

.addCart.added:hover{
	background: #3b3b3b !important;
}

.sideBlock .heading{
	background-color: #424242;
}

.heading.collapsed{
	color: #ffffff;
}

.heading.collapsed ins{
	background: url(/local/templates/dresscodeV2/themes/red/images/iconMenu.png) 50% 50% no-repeat #ed1c24;
	border-right: 1px solid #ed1c24;
}

.heading.orange{
	background: #ed1c24;
}

.mfeedback input, .mfeedback textarea{
	background-color: #f3f3f3;
	color: #000000;
}

.mfeedback input:focus,
.mfeedback textarea:focus{
	background-color: #eeeeee;
}

.mfeedback input[type="submit"]{
	background-color: #ed1c24;
	color: #ffffff;
}

.mfeedback input[type="submit"]:hover{
	background-color: #ff232b;
}

.bx-auth .alert{
	border: 1px solid #e7e8ea;
	background-color: #f3f3f3;
}

.bx-auth .alert.alert-danger{
	border: 1px solid #ff0000;
	background-color: #ffffff;
}

.bx-auth .alert.small{
	color: #000000;
}

.bx-authform-label-container{
	color: #333333;
}

.bx-auth .registerText{
	border-bottom: 1px solid #e7e8ea;
}

.bx-auth input.error{
	border: 1px solid #ff0000 !important;
}

.bx-auth input[type="text"],
.bx-auth input[type="password"] {
	background-color: #f3f3f3;
}

.bx-auth input[type="text"]:focus,
.bx-auth input[type="password"]:focus {
	background-color: #eeeeee;
}

.bx-auth .submit,
.popup-window .btn {
	background: #ed1c24;
	color: #ffffff;
}

.bx-auth .submit:hover, 
.popup-window .btn:hover {
	background: #ff232b;
}

.bx-auth .clear{
	border: 1px solid #e7e8ea;
	color: #000000;
}

.bx-auth .clear:hover {
	border: 1px solid #cccccc;
}

.bx-auth .forgot, .bx-auth .registerLink{
	color: #000000;
}

.bx-auth .forgot:hover, .bx-auth .registerLink:hover{
	color: #ed1c24;
}

.blackLink, .backToIndexPage{
	color: #000000;
}

.blackLink:hover, .backToIndexPage:hover{
	color: #ed1c24;
}

.sn li:first-child{
	border-left: 1px solid #313131;
}

.sn li{
	border-right: 1px solid #313131;
}

div[id^="wait_comp_"]{
	border: 1px solid #e7e8ea !important;
	background-color: #ffffff !important;
}

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

.contactList a:hover{
	color: #ed1c24;
}

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

	.copyright{
	    border-left: 1px solid #313131;
	    border-right: 1px solid #313131;
	}
}

#ORDER_CONFIRM_BUTTON{
    background: #ff232b !important;
}

.addCart.disabled{
	background-color: #cccccc !important;
	border: 1px solid #e7e8ea;
}

.sale_order_full_table input[name="BuyButton"],
.sale_order_full_table input[type="submit"]{
	background-color: #ed1c24;
	color: #ffffff;
}

.sale_order_full_table input[name="BuyButton"]:hover,
.sale_order_full_table input[type="submit"]:hover{
	background-color: #ff232b;
}
.sale_order_full_table .btn-success{
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 10px;
}

/* components colors */
/*breadcrumbs*/
#breadcrumbs{
	color: #999999;
}

#breadcrumbs ul li a{
	color: #000000;
}


#subHeaderLine .subLineLeft{
	
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap !important;
}


#breadcrumbs ul li a:hover{
	color: #888888;
}

#breadcrumbs .arrow{
	color: #888888;
}

/*end breadcrumbs*/
/*section.list.default*/
#catalogSection .sectionItems .item:first-child{
	border-top: 1px solid #e7e8ea;
}

#catalogSection .sectionItems .item{
	border: 1px solid #e7e8ea;
}

#catalogSection .sectionItems .item .itemContainer .bigPicture .marker {
	background-color: #424242;
	color: #ffffff;
}

#catalogSection .sectionItems .item .itemContainer .bigTitle{
	color: #000000;
}

#catalogSection .sectionItems .item .itemContainer .bigTitle:hover{
	color: #ed1c24;
}

#catalogSection .sectionItems .item .itemContainer .description{
	color: #888888;
}

#catalogSection .sectionItems .item .itemContainer .sectionList .section a{
	border-bottom: 1px solid #e7e8ea;
	color: #000000;
}

#catalogSection .sectionItems .item .itemContainer .sectionList .section a:hover{
	border-bottom: 1px solid #e7e8ea;
	color: #888888;
}

/*end section.list.default*/
/*section.list.cast*/

#sectionList .tabloid{
	border: 1px solid #e7e8ea;
	background: #ffffff;
}

#sectionList .tabloid .name{
	color: #000000;
}

#sectionList .tabloid .name:hover{
	color: #ff232b;
}

#sectionList .tabloid .marker {
	background-color: #424242;
	color: #ffffff;
}

#sectionList .item:hover .tabloid{
	box-shadow: 1px 1px 12px rgba(0,0,0,0.1);
	border: 1px solid #dddddd;
}

#sectionList .element .name:hover{
	color: #ff232b;
}

/*end section.list.cast*/
/*section.list.level2*/
#nextSection{
	border-right: 1px solid #e7e8ea;
	border-left: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
}

#nextSection .title{
	background-color: #f3f3f3;
}

#nextSection li,
#nextSection .title{
	border-bottom: 1px solid #e7e8ea;
}


#nextSection li a{
	color: #000000;
}

#nextSection li a:hover,
#nextSection li .selected{
	color: #ff232b;
}

#nextSection li .cnt{
	color: #888888;
}
/*end section.list.level2*/

/*catalog.element*/
#elementSmallNavigation .tab{
	border-right: 1px solid #e7e8ea;
}

#elementSmallNavigation .tab.active a{
	color: #ed1c24;
}

#elementSmallNavigation .tab.active span{
	border-bottom: 1px dashed #ed1c24;
}

#elementTools .addCart,
#smallElementTools .addCart{
	background: #ed1c24;
}

#elementTools .addCart:hover,
#smallElementTools .addCart:hover{
	background-color: #ff232b;
}

#elementContainer .elementSkuProperty .selected .elementSkuPropertyLink{
	border: 1px solid #ed1c24;
}

.elementProperties a:hover{
	color: #ed1c24;
}

#elementProperties .stats a:hover, #elementProperties .stats .stats_link:hover{
	color: #ed1c24;
}

#files .item .info .name:hover{
	color: #ed1c24;
}

/*reviews*/

#catalogReviews .heading .reviewAddButton:hover{
	border-color: #ed1c24;
	color: #ed1c24;
}
#showallReviews:hover{
	color: #ed1c24;
}
#catalogElement #newReview .usedSelect li a.selected {
	background: #ed1c24;
}

#catalogElement #newReview .submit {
	background: #ed1c24;
}

#catalogElement #newReview .submit:hover {
	background: #ff232b;
}
/*set*/
#set .setTools .addCart{
	background: #ed1c24;
}

#set .setTools .addCart:hover{
	background-color: #ff232b;
}

#set .setElement .name:hover{
	color: #ed1c24;
}

#setWindowPrice .addCart{
	background: #ed1c24;
}

#setWindowPrice .addCart:hover{
	background-color: #ff232b;
}
/*end.catalog.element*/

/* catalog.section */
#catalogLineList .name:hover{
	color: #ed1c24;
}

#catalogLineList .addCart{
	background: #ed1c24;
}

#catalogLineList .addCart:hover{
	background-color: #ff232b;
}

#catalogLineList .skuProperty .selected .skuPropertyLink{
	border: 1px solid #ed1c24;
}

#catalogLineList .prop a:hover{
	color: #ed1c24;
}

/* table */

#catalogTableList .name:hover{
	color: #ff232b;
}

#catalogTableList .addCart,
#catalogTableList .more{
	background-color: #ed1c24;
}

#catalogTableList .addCart:hover,
#catalogTableList .more:hover{
	background-color: #ff232b;
}

/* end.catalog.section
/*smart filter */

#smartFilter .showALL {
	color: #ed1c24;
}

#smartFilter .showALL:hover{
	color: #ff232b;
}

#smartFilter .radio label:hover,
#smartFilter .checkbox  label:hover{
	color: #ed1c24;
}

#smartFilter .dropdownList .selected,
#smartFilter .dropdownList .item:hover {
	background-color: #ff232b;
}

#smartFilter .handler {
	background: url(/local/templates/dresscodeV2/themes/red/images/handlerActive.png) 0 0 no-repeat transparent;
}

#set_filter {
	background-color: #ed1c24;
}

#set_filter:hover{
	background-color: #ff232b;
}


#smartFilter .checkboxList .selected .icon,
#smartFilter .dropdown .selected .icon  {
	border-color: #ed1c24;
}

#smartFilter .hint {
	background: url(/local/templates/dresscodeV2/themes/red/images/question.png) 0 0 no-repeat transparent;
}

#smartFilter .hintValue .close {
    color: #ed1c24;
}

#smartFilter .hintValue .close:hover {
	color: #ff232b;
}


#smartFilter input[type="submit"],
#smartFilter input[type="reset"],
#smartFilter button {
	border: 1px solid #ed1c24;
	background-color: #ed1c24;
}

#smartFilter input[type="submit"]:hover,
#smartFilter button:hover {
	background-color: #ff232b;
}

#modef {
    background: url(/local/templates/dresscodeV2/themes/red/images/modef.png) 0 0 no-repeat;
}

/* end smart filter */

/* menu */
#topMenu li a:hover{
	color: #ff232b;
}

#topMenu li .selected{
	color: #ff232b;
}

#topMenu .sub li:hover a{
	color: #ff232b;
}

#personalMenu li a:hover{
	color: #ed1c24;
}

#subLeftMenu .selected a{
	color: #ff232b;
}

#leftMenu .menuItems a:hover span{
	color: #ed1c24;
}

#mainMenu .drop ul li a:hover,
#mainMenu .drop .nextColumn ul li a:hover{
	color: #ed1c24;
}

/* end menu */

/* news */

#newsDetail .more{
	background: #ed1c24;
}

#newsDetail .more:hover{
    background-color: #ff232b;
}

#newsContainer .column .item .title a:hover{
	color: #ed1c24;
}

#newsContainer .column .item .more{
	background: #ed1c24;
}

#newsContainer .column .item .more:hover{
    background-color: #ff232b;
}

#newsContainer .column .item .title a:hover{
	color: #ed1c24;
}

#newsContainer .column .item .more,
.mainServiceContainer .item .more{
	background: #ed1c24;
}

#newsContainer .column .item .more:hover,
.mainServiceContainer .item .more:hover{
    background-color: #ff232b;
}

.backToList:hover{
	color: #ed1c24;
}

#brandList .name:hover{
    color: #ff232b;
}

#newsContainer .column .item .title a:hover,
.mainServiceContainer .item .title a:hover{
	color: #ed1c24;
}

#newsContainer .column .item .more{
	background: #ed1c24;
}

#newsContainer .column .item .more:hover{
    background-color: #ff232b;
}

#collectionBlock .name:hover{
	color: #ff232b;
}

#collectionBlock .link{
	color: #ff232b;
}

#newsBlock .newsTitle:hover {
	color: #ed1c24;
}

#serviceBlock .name:hover{
	color: #ff232b;
}

#serviceBlock .link{
	color: #ff232b;
}

/* end news */

/* order cancel */

.bx_my_order_cancel a:hover{
	color: #ed1c24;
}

.bx_my_order_cancel  input[type="submit"]{
	background:#ed1c24;
}

.bx_my_order_cancel  input[type="submit"]:hover 	{
	background: #ff232b;
}
.bx_my_order_cancel  input[type="submit"]:active {
	background: #ff232b;
}

input[name="BuyButton"]{
	background-color: #ed1c24;
}

.bx_my_order_switch .bx_mo_link:hover{
	color: #ed1c24;
}
/* end order cancel */
/* #subscribe */

#subscribeEdit a:hover{
	color: #ed1c24;
}

#subscribeEdit .submit {
	background: #ed1c24;
}

#subscribeEdit .submit:hover {
	background: #ff232b;
}

#subscribe .submit{
	background-color: #ff232b;
}

#subscribe .submit:hover{
	background-color: #ff232b;
}

/* end #subscribe */

/* navigation */

.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #ed1c24;
	color: #fff;
}

/* end navigation */

#brandList .name:hover{
    color: #ff232b;
}

#brandList .last .showMore:hover{
	color: #ff232b;
}

#brandList .last .ps:hover{
    color: #ff232b;
}

#mainProfile .profileSettings .heading {
	color: #ed1c24;
}

#mainProfile .profileSettings .submit {
	background: #ed1c24;
}

#mainProfile .profileSettings .submit:hover {
	background: #ff232b;
}

#main input[name="BuyButton"],
#main input[type="submit"]{
	background-color: #ed1c24;
}

#main input[name="BuyButton"]:hover,
#main input[type="submit"]:hover{
	background-color: #ff232b;
}

#newOrder{
	background-color: #ed1c24;
}

#newOrder:hover{
	background-color: #ff232b;
}

#orderSuccess a{
	color: #ed1c24;
}

#orderSuccess a:hover{
	color: #ff232b;
}

#personalCart #basketView .item a{
	background: url(/local/templates/dresscodeV2/themes/red/images/cartView.png) 0 0 no-repeat transparent;
}

#personalCart #tabsControl .item a:hover{
	color: #ed1c24;
}

#personalCart #tabsControl .item .selected:hover{
	border-bottom: 1px dashed #ed1c24;
}

#personalCart .productTable .clear a:hover {
	color: #ed1c24;
}

#personalCart .productTable .name a:hover {
	color: #ed1c24;
}

#orderMake{
	background-color: #ed1c24;
}

#orderMake:hover{
	background-color: #ff232b;
}

.orderLoad {
	background: url(/local/templates/dresscodeV2/themes/red/images/orderLoad.gif) 24px 50% no-repeat #ed1c24 !important;
}

#wishlist .prop a:hover{
	color: #ff232b;
}

#popSection .name:hover{
    color: #ed1c24;
}

#popSection .last .showMore:hover{
	color: #ed1c24;
}

#popSection .last .ps:hover{
    color: #ed1c24;
}

#storesList .storesListTableLink,
#storeDetail .storesMoreLink{
	color: #ed1c24;
}

#storeDetail .showByMapLink{
	color: #000000;
}

#storesList .storesListTableLink:hover,
#storesList .storesListTableMailLink:hover,
#storeDetail .storesMoreLink:hover,
#storeDetail .showByMapLink:hover{
	color: #ff232b;
}

#complect .complectListItemLink{
	color: #000000;
}

#complect .complectListItemLink:hover{
	color: #ff232b;
}

#complect .complectResultEconomyValue{
	color: #ff305c;
}

#appFastView .addCart,
#geo-location-window .geo-location-window-button{
	background: #ed1c24;
}

#geo-location-window .geo-location-window-list-item .selected span{
	border-bottom: 1px dashed #ed1c24;
	color: #ed1c24;
}

#appFastView .addCart:hover,
#geo-location-window .geo-location-window-button:hover{
	background-color: #ff232b;
}

#geo-location-window .geo-location-window-list-item a:hover{
	color: #ff232b;
}

.information-feedback,
.shop-review-top-new-button{
	border: 1px solid #ed1c24;
	color: #ed1c24;
}

.information-feedback:hover,
.shop-review-top-new-button:hover{
	border: 1px solid #ff232b;
	color: #ff232b;
}

.webFormTools input[type="submit"] {
    background-color: #ed1c24;
}

.webFormTools input[type="submit"]:hover {
    background-color: #ff232b;
}

#bx-soa-order-form .bx-blue .btn.btn-default {
	background-color: #ed1c24;
	border: 1px solid #ed1c24;
	color: #ffffff;
}

#bx-soa-order-form textarea{
	outline: none;
}

#bx-soa-order-form a{
	color: #ed1c24;
}

#bx-soa-order-form a:hover{
	color: #ff232b;
}

#bx-soa-order-form .bx-blue .btn.btn-default:hover{
	background-color: #ff232b;
}

#bx-soa-order-form .bx-sls .quick-location-tag, .bx-slst .quick-location-tag{
	color: #23527c;
}

#appProductPriceVariant .linkMore{
	background: #ed1c24;
}

#appProductPriceVariant .linkMore:hover{
	background-color: #ff232b;
}

#requestPrice #requestPriceSubmit,
#requestPrice #requestPriceResultClose,
#compareBlock .leftTools .all,
#compareTools .hide,
#scrollTable .addCart,
#scrollTable .addSku,
#specialProduct .specialTimeItem,
#specialProduct .more,
#slider .sliderContent .cButton{
	background-color: #ed1c24;
}

#requestPrice #requestPriceSubmit:hover,
#requestPrice #requestPriceResultClose:hover,
#compareBlock .leftTools .all:hover,
#compareTools .hide:hover,
#scrollTable .addCart:hover,
#specialProduct .more:hover,
#slider .sliderContent .cButton:hover{
	background-color: #ff232b;
}

#requestPrice .productNameBlock .productUrl:hover,
#scrollTable a.name:hover{
	color: #ff232b;
}

#requestPrice #requestPriceSubmit.loading {
    background: url(/local/templates/dresscodeV2/themes/red/images/loading.gif) 24px 50% no-repeat #ff232b !important;
}

#slider .sliderContent .bigTextColor,
#slider .sliderContent .mediumTextColor,
#slider .sliderContent .smallTextColor,
#slider .sliderContent .bigTextLightColor{
	color: #ed1c24;
}

/*start цвета для новых блоков*/
	.btn-simple { background: #ed1c24; border-color: #ed1c24; }
	.btn-simple:hover { background: #ff232b; border-color: #ff232b; }

	.btn-simple.btn-border { background: transparent; border-color: #ed1c24; color: #ed1c24; }
	.btn-simple.btn-border:hover { color: #ff232b; border-color: #ff232b; }

	.active-link:hover { color: #ed1c24; border-color: #ed1c24; }
	.inactive-link:hover { color: #ed1c24; }
	.text-link:hover { color: #ed1c24; }

	.tiles-list .h3:hover { color: #ed1c24; }
	.tiles-list .tile-wrap:first-child .h3:hover { color: #ed1c24; }

	.theme-color { color: #ed1c24; border-color: #ed1c24; }
	body .theme-color-hover { transition: all 0.2s ease-in-out; }
	body .theme-color-hover:hover { color: #ed1c24; }

	.other-news .name:hover { color: #ed1c24; }

	.big-text-link:hover { color: #ed1c24; }
	.link-dashed:hover { color: #ed1c24; border-color: #ed1c24; }
	.theme-link-dashed { color: #ed1c24; border-color: #ed1c24; }
	.theme-link-dashed:hover { color: #ff232b; border-color: #ff232b; }

	.new-list-items .active-link:hover { color: #ff232b; border-color: #ff232b; }
	.delivery-modal .active-link:hover { color: #ff232b; border-color: #ff232b; }

	.tabs-wrap .tab-btn-link.active { border-color: #ed1c24; background-color: #ed1c24; color: #fff; }
	.tabs-wrap .tab-btn-link.active:hover { border-color: #ed1c24; background-color: #ed1c24; color: #fff; }
	.tabs-wrap .tab-btn-link:hover { border-color: #ed1c24; color: #ed1c24; }
	.tabs-wrap .tab-dashed-link:hover { color: #ed1c24; }

	.bindAction a:hover { color: #ff232b; }

	#catalogElement .dropdownList .selected,
	#catalogElement .dropdownList .item:hover { background-color: #ff232b; }

	.smallSpecialTime .specialTimeItem { background: #ed1c24; }
	.productSpecialTime .specialTimeItem { background: #ed1c24; }
	.fastSpecialTime .specialTimeItem { background: #ed1c24; }

	#skuOffersTable .offersTable .basket .addCart{ background-color: #ed1c24; }
	#skuOffersTable .offersTable .basket .addCart:hover { background-color: #ff232b; }

	#elementContainer .bindActionImage .image{
		background-image: url("/local/templates/dresscodeV2/themes/red/images/action.png");
	}

	#elementContainer .wishCompWrap .elem.added { border-color: #ed1c24; background: #ed1c24; }
	#elementContainer .wishCompWrap .elem.added:hover { border-color: #ff232b; background: #ff232b; }


/*end цвета для новых блоков*/

/*end*/

::selection {
	background: #eca712;
	color: #fff;
}

::-moz-selection {
	background: #eca712;
	color: #fff;
}

::-webkit-selection {
	background: #eca712;
	color: #fff;
}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/form.result.new/modal/style.css?169253505210323*/
.webformModal{
    -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;
    color: #000000;
    overflow: hidden;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.webformModalHideScrollBar{
	position: relative;
	overflow: auto;
    height: 100%;
    width: 120%;
}

.webformModalcn100{
	position: relative;
	height: 100%;
	width: 100%;
	width: 100vw; /* css3 */
}
.webformModal.visible{
	display: block;
}

.webformModalContainer{
	box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
	transform: translateX(-50%) translateY(0%);
    /*transform: translateX(-50%) translateY(-50%);*/
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: #ffffff;
    position: absolute;
   	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	box-sizing: border-box;
   	margin-bottom: 24px;
    max-width: 500px;
    min-width: 320px;
    width: 100%;
    top: 24px;
    left: 50%;
}

.small .webformModalContainer{
	transform: translateX(-50%) translateY(-50%);
	margin-bottom: 0px;
	top: 50%;
}

.webFormDw form{
	-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;
}

.webFormDw form.loading{
	pointer-events: none;
	opacity: 0.8;
}

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

.webformModal .webFormModalHeadingExit{
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

.webformModal .webFormModalHeadingExit{
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/modal/images/exit.png) 0 0 no-repeat transparent;
}

.webformModal .webFormModalHeadingExit:hover{
	background-position: 0 -21px ;
}

.webformModal .webFormModalHeadingExit:active{
	background-position: 0 -42px ;
}

.webFormDescription{
	margin: 24px 0 0 0;
	max-width: 800px;
}

.webformModal .webFormDescription{
	padding: 0 24px;
  text-align: center;
  font-size: 15px;
}

.webformModal .webFormItems,
.webformModal .webFormTools,
.webformModal .webFormError{
	padding: 0 24px;
}

.webFormItem{
	margin-top: 24px;
}

.webFormItemCaption{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	line-height: 21px;
}

.webFormItemImage{
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
}

.webFormItemLabel{
	vertical-align: middle;
	display: inline-block;
	color: #555555;
}

.webFormItemRequired{
	display: inline-block;
	padding-left: 4px;
	color: #ff0000;
}

.webFormItemFieldVariant{
	display: inline-block;
	margin-left: 12px;
}

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

.webFormItemField input[type="password"],
.webFormItemField input[type="text"],
.webFormItemField select{
	-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";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 55px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	outline: none;
	height: 55px;
	width: 100%;
}

.webFormItemField 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";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 21px;
	padding-top: 12px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	height: 150px;
	outline: none;
	width: 100%;
}


.com-content-category .product-line__image{
max-width:250px !important;	
	
}

.webFormItemField input[id*="form_date_"]{
	margin-bottom: 6px;
}

.webFormItemField input[type="text"]:focus,
.webFormItemField input[type="password"]:focus,
.webFormItemField textarea:focus{
	border: 1px solid #aaaaaa;
}

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

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

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

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

.webFormItemField input[type="checkbox"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/modal/images/checkBox.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="radio"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/modal/images/radio.png) 0 0 no-repeat transparent;
}

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

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

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

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

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

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

.webFormItemField img.calendar-icon {
    vertical-align: middle !important;
    margin: 0 0 0 0px !important;
    border: 0 !important;
}

.webFormItemField [multiple]{
	line-height: 120px;
	height: 120px;
	padding: 12px;
}

.webFormCaptchaPicture{
	margin-top: 12px;
}

.webFormCaptchaPicture img{
	vertical-align: middle;
	max-width: 100%;
}

.webFormCaptchaLabel{
	margin-bottom: 12px;
	margin-top: 12px;
}

.webFormItemField input.captcha_word{
	max-width: 300px;
}

.webFormTools{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 24px;
}

.webFormTools input[type="submit"],
.webFormTools input[type="reset"]{
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	text-align: center;
	line-height: 55px;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
	outline: none;
	height: 55px;
	width: 100%;
	padding: 0;
}

.webFormTools .tc:first-child{
	padding-right: 12px;
}

.webFormTools .tc:last-child{
	padding-left: 12px;
}

.webFormTools input[type="submit"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input[type="submit"].loading{
	background-image: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/modal/images/loading.gif);
	background-color: #000000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	pointer-events: none;
	color: #dddddd;
	opacity: 0.1;
}

.webFormTools input[type="reset"]{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	color: #000000;
}

.webFormTools input[type="reset"]:hover{
	border: 1px solid #cccccc;
}

.webFormTools input[type="reset"]:active{
	position: relative;
	top: 1px;
}

.webFormItemError,
.webFormError{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	font-size: 12px;
	color: #ff0000;
	display: none;
}

.webFormError{
	margin-bottom: 0px;
	margin-top: 24px;
}

.webFormItemError.visible,
.webFormError.visible{
	display: block;
}

.webFormItemField .error{
	border: 1px solid #ff0000 !important;
}

.webFormMessage{
	-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);
    line-height: 250px;
    position: fixed;
    overflow: auto;
    color: #000000;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.webFormMessageContainer{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -225px;
	position: absolute;
	text-align: center;
	margin-top: -125px;
	border-radius: 2px;
	padding: 0px 24px;
	height: 250px;
	width: 450px;
	left: 50%;
	top: 50%;
}

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

.webFormMessageHeading{
	margin-bottom: 24px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.webFormMessageDescription{
	text-align: center;
}

.webFormMessageExit{
	-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-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.webFormMessageExit:hover{
	opacity: 0.8;
}

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

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

	.webFormItemField input[id*="form_date_"]{
		margin-bottom: 12px;
	}


	.webFormItemField img.calendar-icon{
		margin-left: 0px !important;
	}

	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		max-width: 150px;
	}

}

@media all and (max-width: 400px) {
	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		margin-bottom: 24px;
		max-width: 300px;
		display: block;
		width: 100%;
	}
}

/* End */


/* Start:/local/templates/dresscodeV2/js/swiper7/swiper-bundle.min.css?171291612815563*/
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/dresscodeV2/headers/header3/css/style.css?172906931524466*/
#subHeader3{
  background-color: #ffffff;

}

.swiper-button-next, .swiper-button-prev{
    color: #ff0000 !important;	
	
}

#subHeader3.color_black{
  background-color: #2b2b2b;
}

#subHeader3.color_black,
#subHeader3.color_theme{
  color: rgba(255, 255, 255, 0.8);
}

#subHeader3 .subTable{
    display: flex;
    align-items: center;
    justify-content: space-between;

}

#subHeader3 .subTableColumn{
  vertical-align: middle;
  display: table-cell;
}

#subHeader3 .subTableColumn:first-child{
  border-right: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;

  width: 260px;
}

#subHeader3.color_black .subTableColumn:first-child,
#subHeader3.color_theme .subTableColumn:first-child{
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#subHeader3 .subTableColumn:nth-child(2){
  border-right: 1px solid #f4f4f4;
  text-align: center;
  width: 252px;
}

#subHeader3 .subTableColumn:nth-child(3){
  border-right: 1px solid #f4f4f4;
  padding: 0 48px;
}

#subHeader3.color_black .subTableColumn:nth-child(2),
#subHeader3.color_black .subTableColumn:nth-child(3),
#subHeader3.color_black .subTableColumn:last-child,
#subHeader3.color_theme .subTableColumn:nth-child(2),
#subHeader3.color_theme .subTableColumn:nth-child(3),
#subHeader3.color_theme .subTableColumn:last-child{
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}



#subHeader3 .subTableContainer{
  vertical-align: middle;
  display: inline-block;

}

#subHeader3 #logo{
  text-align: center;
  line-height: 21px;
  width: auto;
  float: none;
  border: 0;
}

#subHeader3 #geoPosition ul{
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}

#subHeader3 #geoPosition ul li{
  font-size: 14px;
}

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

#subHeader3.color_black #topHeading p{
  color: rgba(255, 255, 255, 0.8);
}

#subHeader3.color_theme #topHeading p,
#subHeader3.color_theme #topTools{
  color: #ffffff;
}

#subHeader3 #topHeading{
  text-align: center;
  line-height: 21px;
  padding: 0 24px;
  float: none;
  width: auto;
  border: 0;
}

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



#subHeader3 #topToolsLeft{
  margin-left: 6px;
  float: left;
}

#subHeader3 #topToolsLeft ul{
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}

#subHeader3 #topToolsLeft li{
  display: inline-block;
  font-size: 14px;
}

#subHeader3 #topToolsLeft li:first-child{
  margin-right: 24px;
}

#subHeader3 #topToolsRight{
  float: right;
}

#subHeader3 #topToolsRight .heading{
  font-family: "robotomedium";
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}

#subHeader3 #topToolsRight div[id*="bx_"]{
  display: inline-block;
}

#subHeader3.color_black #topToolsRight .callBack,
#subHeader3.color_theme #topToolsRight .callBack{

  color: rgba(255, 255, 255, 0.8);
}

#subHeader3 #topToolsRight .callBack,
.openWebFormModal.link.callBack{

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: 0 50%;
  text-decoration: none;
  display: inline-block;
  position: relative;

  color: #000000;
  top: -2px;
  border: none;
}

#subHeader3 #topToolsRight .bBlock{
  text-align: right;
}



#footerLine .item a {
  line-height: normal;
}

#subHeader3.color_black #topToolsRight .callBack:after,
#subHeader3.color_theme #topToolsRight .callBack:after{
  border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
}



#subHeader3 #topToolsLeft a{
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

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

#subHeader3 #topToolsLeft a:after{
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  display: block;
  bottom: -1px;
  width: 100%;
  height: 0px;
  content: "";
  left: 0px;
}

#subHeader3 #topToolsRight .callBack:hover{
  opacity: 0.7;
}

#subHeader3 #topToolsRight .callBack:active{
  position: relative;
  transition: none;
  top: -1px;
}

#subHeader3 .user-geo-position-value-link{
  text-decoration: none;
  position: relative;
  overflow: visible;
}

#subHeader3 .user-geo-position-value-link:active{
  position: relative;
  top: 1px;
}

#subHeader3.color_theme .user-geo-position-value-link{
  color: #ffffff;
}

#subHeader3 .user-geo-position-value-link:after{
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  display: block;
  bottom: -1px;
  width: 100%;
  height: 0px;
  content: "";
  left: 0px;
}

#subHeader3.color_theme .user-geo-position-value-link:after{
  border-color: #ffffff;
}

#subHeader3.color_theme .user-geo-position-value-link:after:hover,
#subHeader3 .user-geo-position-value-link:hover{
  opacity: 0.8;
}

#subHeader3.color_theme .user-geo-position-value-link,
#subHeader3.color_theme #topToolsLeft a,
#subHeader3.color_theme #topToolsRight .callBack{
  color: #ffffff;
}

#subHeader3.color_theme .user-geo-position-value-link:after,
#subHeader3.color_theme #topToolsLeft a:after{
  border-color: #ffffff;
}

#subHeader3.color_theme .user-geo-position-value-link:hover,
#subHeader3.color_theme #topToolsLeft a:hover,
#subHeader3.color_theme #topToolsRight .callBack:hover{
  opacity: 0.8;
}

#subHeader3.color_black #topSearch2 .searchContainerInner,
#subHeader3.color_theme #topSearch2 .searchContainerInner{
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.02);
}

#subHeader3.color_black #topSearch2 #goSearch,
#subHeader3.color_theme #topSearch2 #goSearch{
  background-image: url(/local/templates/dresscodeV2/headers/header3/css/images/searchIcoH3W.png);
}

#subHeader3.color_black #topSearch2 #searchQuery,
#subHeader3.color_theme #topSearch2 #searchQuery{
  background-image: url(/local/templates/dresscodeV2/headers/header3/css/images/searchH3W.png);
  color: rgba(255, 255, 255, 0.8);
}

#subHeader3.color_black #topSearch2 input[placeholder],
#subHeader3.color_theme #topSearch2 input[placeholder]{
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.7);
}

#subHeader3.color_black #topSearch2 input::-webkit-input-placeholder,
#subHeader3.color_theme #topSearch2 input::-webkit-input-placeholder{
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.7);
}

#subHeader3.color_black #topSearch2 input::-moz-placeholder,
#subHeader3.color_theme #topSearch2 input::-moz-placeholder{
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.7);
}

#subHeader3.color_black #topSearch2 input:focus[placeholder],
#subHeader3.color_theme #topSearch2 input:focus[placeholder]{
  color: transparent;
}

#subHeader3.color_black #topSearch2 input:focus::-webkit-input-placeholder,
#subHeader3.color_theme #topSearch2 input:focus::-webkit-input-placeholder{
  color: transparent;
}

#subHeader3.color_black #topSearch2 input::-moz-placeholder,
#subHeader3.color_theme #topSearch2 input::-moz-placeholder{
  color: transparent;
}

#subHeader3 #searchResult{
  top: 160px;
}

#subHeader3 #searchOverlap{
  top: 160px;
}

#subHeader3.color_black .cart .heading,
#subHeader3.color_theme .cart .heading{
  color: rgba(255, 255, 255, 0.8);
}

#subHeader3.color_black .cart .cartTable .cartIcon,
#subHeader3.color_theme .cart .cartTable .cartIcon{
  background-image: url(/local/templates/dresscodeV2/headers/header3/css/images/cartH3W.png);
}

#subHeader3.color_black .cart .order:not(.active),
#subHeader3.color_theme .cart .order:not(.active){
  border: 1px solid rgba(255, 255, 255, 0.5);
}

#subHeader3.color_theme .cart .order:not(.active){
  color: rgba(255, 255, 255, 0.8);
}

#subHeader3.color_theme .cart .order.active{
  border: 1px solid #ffffff;
  color: #ffffff;
}

#subHeader3.color_theme .cart .total{
  color: #ffffff;
}

#subHeader3.color_theme .cart .active .count{
  background-color: #ffffff;
}

#subHeader3.color_black .cart .active .count{
  color: #ffffff;
}

#subHeader3.color_black .cart .count,
#subHeader3.color_theme .cart .count{
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.6);
}

#subHeaderLine{
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  background-color: #ffffff;
  line-height: 40px;
  height: 40px;
}

#subHeaderLine.color_black{
  background-color: #2b2b2b;
}

#subHeaderLine.color_black,
#subHeaderLine.color_theme{
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);;
  color: #ffffff;
}

#subHeaderLine .subLineContainer{
  table-layout: fixed;
  display: table;
  width: 100%;
}

#subHeaderLine.color_black .subLineLeft,
#subHeaderLine.color_theme .subLineLeft{
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#subHeaderLine .subLineLeft{
  border-left: 1px solid #f4f4f4;
  vertical-align: top;
  display: table-cell;
}

#subHeaderLine.color_black #subMenu li a,
#subHeaderLine.color_theme #subMenu li a{
  color: rgba(255, 255, 255, 0.8);
}

#subHeaderLine #subMenu li a{
  color: #000000;
}

#subHeaderLine #subMenu li a{
  padding: 0 26px;
}

#subHeaderLine #subMenu li a.selected{
  opacity: 0.6;
}

#subHeaderLine.color_theme #subMenu li a.selected,
#subHeaderLine.color_black #subMenu li a.selected{
  color: #ffffff;
  opacity: 1;
}

#subHeaderLine #subMenu li a:not(.selected):hover{
  opacity: 0.7;
}

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

#subHeaderLine #subMenu .removedItemsContainer{
  position: relative;
}

#subHeaderLine.color_black #subMenu .removedItemsContainer .removedItemsLink,
#subHeaderLine.color_theme #subMenu .removedItemsContainer .removedItemsLink{
  background: url(/local/templates/dresscodeV2/headers/header3/css/images/menuMore2.png) 0% 50% no-repeat transparent;
}

#subHeaderLine #subMenu .removedItemsContainer .removedItemsLink{
  background: url(/local/templates/dresscodeV2/headers/header3/css/images/menuMore.png) 0% 50% no-repeat transparent;
  padding: 0px 0px;
  display: block;
  height: 40px;
  width: 50px;
}

#subHeaderLine #subMenu .removedItemsContainer .removedItemsList{
  background-color: #fbfbfb;
  position: absolute;
  display: none;
  width: 220px;
  z-index: 99;
  top: 41px;
  left: 0px;
}

#subHeaderLine.color_black #subMenu .removedItemsContainer .removedItemsList{
  background-color: #2b2b2b;
}

#subHeaderLine #subMenu .removedItemsContainer .removedItemsList li{
  border-top: 1px solid #f2f2f2 !important;
  float: none;
}

#subHeaderLine #subMenu .removedItemsContainer .removedItemsList li:first-child{
  border: 0 !important;
}

#subHeaderLine.color_black #subMenu .removedItemsContainer .removedItemsList li,
#subHeaderLine.color_theme #subMenu .removedItemsContainer .removedItemsList li{
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  float: none;
}

#subHeaderLine.color_black #subMenu .removedItemsContainer .removedItemsList li:first-child,
#subHeaderLine.color_theme #subMenu .removedItemsContainer .removedItemsList li:first-child{
  border: 0 !important;
}

#subHeaderLine #subMenu .removedItemsContainer .removedItemsList li a{
  padding: 0px 12px;
  display: block;
}

#subHeaderLine.color_black #subMenu li,
#subHeaderLine.color_theme #subMenu li{
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#subHeaderLine.color_black .subLineRight,
#subHeaderLine.color_theme .subLineRight{
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#subHeaderLine .subLineRight{
  border-right: 1px solid #f4f4f4;
  vertical-align: top;
  display: table-cell;
    width: 362px;
}

#subHeaderLine.color_black .topWishlist,
#subHeaderLine.color_theme .topWishlist{
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#subHeaderLine .topWishlist .icon,
#subHeaderLine .topCompare .icon{
  margin-top: -6px;
  height: 40px;
}

#subHeaderLine .topCompare .value,
#subHeaderLine .topWishlist .value{
  margin-top: 6px;
}

#subHeaderLine .topWishlist{
  border-right: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  padding-right: 12px;
}

#subHeaderLine .topCompare{
  display: inline-block;
}

#subHeaderLine.color_black .topWishlist .icon,
#subHeaderLine.color_black .topWishlist .label,
#subHeaderLine.color_black .topWishlist .value,
#subHeaderLine.color_black .topCompare .icon,
#subHeaderLine.color_black .topCompare .label,
#subHeaderLine.color_black .topCompare .value,
#subHeaderLine.color_theme .topWishlist .icon,
#subHeaderLine.color_theme .topWishlist .label,
#subHeaderLine.color_theme .topWishlist .value,
#subHeaderLine.color_theme .topCompare .icon,
#subHeaderLine.color_theme .topCompare .label,
#subHeaderLine.color_theme .topCompare .value{
  color: rgba(255, 255, 255, 0.8);
}

#subHeaderLine.color_black .topCompare .icon,
#subHeaderLine.color_theme .topCompare .icon{
  background-image: url(/local/templates/dresscodeV2/headers/header3/css/images/compareH3W.png);
}

#subHeaderLine.color_black .topWishlist .icon,
#subHeaderLine.color_theme .topWishlist .icon{
  background-image: url(/local/templates/dresscodeV2/headers/header3/css/images/wishlistH3W.png);
}

#geo-location-window{
  text-align: left;
}

#subHeader3 #topToolsRight .heading:first-child{
  margin-right: 12px;
}


#subHeader3 .subTableColumn:nth-child(2) {
  display: none;
}

#subHeader3 #topToolsLeft li:first-child{
  margin-right: 12px;
}

#subHeader3 #topToolsRight .heading{
  font-size: 16px;

}


/*НОВЫЕ СТИЛИ*/

#subHeaderLine.color_theme.newheader {
  color: #999999;
  background-color: #F3F3F3;
}

#subHeader3 {

  background-repeat: repeat;
  background-position: 0px -21px;
  background-size: 330px;
}
#subHeaderLine.color_theme.newheader #subMenu li a, #subHeaderLine.color_theme.newheader #subMenu li a {
  color: #333;
  font-family: "robotomedium";
}
#subHeaderLine.color_theme.newheader #subMenu .removedItemsContainer .removedItemsLink {

  background-position: center;
  background-size: 19px;
}
#subHeaderLine.color_theme.newheader .topWishlist .icon {
  background-image: url(/local/templates/dresscodeV2/headers/header3/css/images/top-heart.png);
  background-position: center;
  background-size: 18px;
  margin: 0;
}
#subHeaderLine.color_theme .topCompare .icon {
  background-image: url(/local/templates/dresscodeV2/headers/header3/css/images/top-chart.png);
  background-position: center;
  background-size: 16px;
  margin: 0;
}

#subHeaderLine.color_theme .topWishlist {
  border: none;
}
#subHeaderLine.color_theme.newheader #subMenu li.removedItemsContainer {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
#subHeaderLine.color_theme.newheader .topWishlist .label, #subHeaderLine.color_theme.newheader .topCompare .label {
  color: #333;
}
#subHeaderLine.color_theme.newheader .topWishlist .value, #subHeaderLine.color_theme.newheader .topCompare .value {
  color: #fff;
  position: absolute;
  right: 1px;
  top: 3px;
  border: none;
  font-size: 8px;
  -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: #ED1C24;
  border-radius: 50%;
  line-height: 14px;
  color: #ffffff;
  display: block;
  height: 14px;
  width: 14px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.newheader .topWishlist .text, .newheader .topCompare .text {
  opacity: 1;
  position: relative;
}
#subHeader3 #topToolsRight .callBack, .openWebFormModal.link.callBack {
    color: #ED1C24;
    border: 1px solid;
    /* display: initial; */
    padding: 10px 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#subHeader3 #topToolsRight .bBlock span {
  color: #999;
}
#topSearch2 .searchContainerInner {
  background-color: #fff;
  border-color: #ccc;
}
.subTableContainer .cart .cartTable .cartIcon {
  background-image: url(/local/templates/dresscodeV2/headers/header3/css/images/new-basket.svg);
  background-size: 54px;
}
.subTableContainer .cart .cartTable .cartIcon {
  width: 54px;
  height: 54px;
}
.subTableContainer .cart .cartIcon .count {
  right: -8px;
  top: -3px;
}

.new-color.menuContainerColor.color_gray #mainMenuContainer {
  background-color: #F3F3F3;
  border: none;
}
/*.new-color.menuContainerColor.color_gray #mainMenuContainer #mainMenu > li > a {
  color: #fff;
}*/
#subHeaderLine.color_theme.newheader #subMenu .removedItemsContainer .removedItemsList {
  background-color: #F3F3F3;
}
#topSearchLine #topSearch2 #searchQuery {
  background: url(/local/templates/dresscodeV2/headers/header3/css/images/top-search.png) 14px 50% no-repeat transparent;
  background-size: 20px;
}
#topSearchLine #topSearch2 #goSearch {
  background: url(/local/templates/dresscodeV2/headers/header3/css/images/top-search-find.png) center no-repeat transparent;
  background-size: 40px;
  opacity: 0.9;
}
#topSearchLine #topSearch2 #goSearch:hover {
  opacity: 1;
  background-position: center;
}
.cart .order {
  background-color: #fff;
}
.new-color.menuContainerColor.color_gray #mainMenuContainer #mainMenu > li:first-child, .new-color .menuContainerColor.color_gray #mainMenuContainer #mainMenu > li {
  border: none
}
.new-color.menuContainerColor.color_gray #mainMenuContainer #mainMenu > li:hover{
  background-color: rgba(253, 253, 253, 0.12);
}
.new-color.menuContainerColor.color_gray #menuCatalogSection .catalogButtonImage {
  background-image: url(/local/templates/dresscodeV2/headers/header3/css/images/menu-dot.png);
  background-size: 26px;
}
.new-color.menuContainerColor.color_gray #menuCatalogSection .catalogButton {
  background-color: #ED1C24;
  color: #fff;
}
.new-color.menuContainerColor.color_gray #menuCatalogSection .sectionMenuArrow {
  background-image: url(/local/templates/dresscodeV2/headers/header3/css/images/top-arrow.svg);
  background-size: contain;
}
.new-color.menuContainerColor.color_gray #menuCatalogSection, .new-color.menuContainerColor.color_gray #mainMenuContainer #mainMenu > li {
  border: none;
}
/*.new-color.menuContainerColor.color_gray #mainMenu .removedItemsLink .removedItemsList {
  background-color: #ed1c24;
}*/
/*.new-color.menuContainerColor.color_gray #mainMenuContainer #mainMenu > li > a:not(.menu2Link):hover */
/*.new-color.menuContainerColor.color_gray #mainMenuContainer #mainMenu > li .removedItemsList a {
  color: #fff;
}*/
.new-color .menuSection {
  border-radius: 35px;
  display: block;
  overflow: hidden;
}

#subHeader3 #searchResult.has_banner, #subHeader3 #searchOverlap.has_banner {
  top: 235px;
  max-height: calc(100% - 235px);
  overflow-y: auto;
}

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

  #subHeader3 .subTableColumn:nth-child(3){
    padding: 0 24px;
  }

  #subHeader3 #topToolsLeft li:first-child{
    margin-right: 12px;
  }

}

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

  #subHeader3 .subTable .subTableColumn{
    border: 0 !important;
  }

  #subHeader3 .subTableColumn:first-child{
    width: 230px;
  }

  #subHeader3 #topToolsRight .heading:first-child{
    /*display: none;*/
  }

  #subHeaderLine #subMenu li{
    border: 0 !important;
  }

  #subHeaderLine #subMenu li a{
    padding: 0 24px;
  }

  #subHeaderLine .subLineLeft,
  #subHeaderLine .subLineRight,
  #subHeaderLine .topWishlist{
    border: 0 !important;
  }

  .topWishlist .label,
  .topCompare .label{
    display: none;
  }

  #subHeaderLine .subLineRight{
    width: 195px;
  }
}

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


  #subHeader3 .cart .cartTable .cartIcon{
    margin-top: 32px;
  }

  #subHeaderLine #subMenu li a:first-child{
    padding-left: 0px;
  }

  #subHeader3 .subTableColumn:first-child{
    text-align: left;
  }

  #subHeader3 #logo{
    text-align: left;
  }

 

}

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


  #subHeader3 .subTableColumn:nth-child(3){
    padding: 0;
  }

  #subHeader3 #topToolsRight .heading{
    margin-right: 0px;
  }

  #subHeaderLine #subMenu .removedItemsContainer .removedItemsList{
    right: 2px;
    left: auto;
  }

  #subHeader3 .subTableColumn:last-child{
    padding: 0 0 0 24px;
  }

  .cart .cartTable .cartTableColumn:first-child{
    padding: 0;
  }

}

@media all and (max-width: 700px){
  #subHeaderLine .subLineRight,
  #subHeaderLine .topCompare{
    display: none;
  }

  #subHeader3 #topToolsRight .heading:first-child {
    margin-right: 0px;
  }

  #topSearchLine{
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
    width: 100%;
    top: 124px;
    left: 0px;
  }

  #subHeader3 #searchResult{
    top: 62px;
  }

  #subHeader3 #searchOverlap{
    top: 230px;
  }

  #subHeader3{
    position: relative;
  }

  #subHeader3 #topToolsLeft{
    float: none;
  }

  #subHeader3 .subTableColumn:nth-child(3){
    padding-right: 12px;
  }

  #subHeader3 .subTableContainer{
    width: 100%;
  }

  #subHeader3 #topTools{
    text-align: right;
  }


  #headerLayout{
    background-color: #ffffff;
  }

  #headerLayout.color_black{
    background-color: #2b2b2b;
  }

  #subHeader3 .cart .cartTable .cartIcon{
    margin-top: -4px;
  }

  #subHeader3 .subTableColumn:first-child{
    padding-left: 12px;
  }

  #subHeaderLine #subMenu li a:first-child{
    padding-left: 16px;
  }

  #subHeader3 .subTableColumn:last-child{
    padding-right: 12px;
    padding-left: 12px;
  }
  #subHeader3 #searchResult.has_banner, #subHeader3 #searchOverlap.has_banner {
  top: 280px;
}
.subTableContainer .cart {
  overflow: hidden;
}
#subHeader3 .cart .cartTable .cartIcon {
  background-size: 43px;
  margin-top: 3px;
}

}

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

  #subHeader3 .subTable {
    margin-top: 10px;
  }

  #subHeader3 #topToolsRight .heading {
    font-size: 15px;
  }

  #subHeader3 .subTableColumn:first-child{
    width: 140px;
  }

  #subHeader3 .user-geo-position-label{
    margin-right: 0px;
    display: none;
  }

  #geoPosition{
    text-align: left;
  }


  #topSearchLine{
    top: 105px
  }

}

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

  #subHeader3 #logo{
    line-height: 21px;
    height: auto;
    padding: 0px;
  }

  #subHeader3 .user-geo-position{
    text-align: left;
    padding: 0;
  }

  #subHeader3 .top-auth-personal,
  #subHeader3 .top-auth-exit,
  #subHeader3 .top-auth-login,
  #subHeader3 .top-auth-register{
    position: static;
  }

  #subHeaderLine #subMenu li a{
    padding: 0 12px;
  }

}

@media all and (max-width: 480px) {
  #subHeader3 #topToolsRight .heading {
    font-size: 14px;
  }
}





/* End */


/* Start:/local/templates/dresscodeV2/headers/header3/css/types/type1.css?169253505259*/
#topSearch2 .searchContainerInner{
	border-radius: 50px;
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/menu/topMenu2/style.css?1692535052290*/
#subMenu{

	padding: 0;
	margin: 0;
}

#subMenu ul{
	padding: 0;
	margin: 0;
}

#subMenu li{
	border-right: 1px solid #f4f4f4;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#subMenu li a{
	text-decoration: none;
	display: inline-block;
	padding: 0 36px;
}
/* End */


/* Start:/local/components/dresscode/favorite.line/templates/version3/style.css?1692535052819*/
.topWishlist{
	display: inline-block;
}

.topWishlist .text{
	-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;
	display: block;
	opacity: 0.5;
}

.topWishlist .text.active{
	opacity: 1;
}

.topWishlist .text.active:hover{
	opacity: 0.8;
}

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

.topWishlist .icon,
.topWishlist .label,
.topWishlist .value{
	float: left;
}

.topWishlist .icon{
	background: url(/local/components/dresscode/favorite.line/templates/version3/images/wishlistH3.png) 0 0 no-repeat transparent;
	border-radius: 0px;
	height: 50px;
	width: 50px;
}

.topWishlist .label{
	margin-right: 12px;
}

.topWishlist .value{
	border: 1px solid #f3f3f3;
	text-align: center;
	border-radius: 50%;
	line-height: 27px;
	margin-top: 10px;
	padding: 0 8px;
	height: 26px;
}
/* End */


/* Start:/local/components/dresscode/compare.line/templates/version3/style.css?1692535052830*/
.topCompare{
	display: inline-block;
	margin-right: 12px;
}

.topCompare .text{
	-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;
	display: block;
	opacity: 0.5;
}

.topCompare .text.active{
	opacity: 1;
}

.topCompare .text.active:hover{
	opacity: 0.8;
}

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


.topCompare .icon,
.topCompare .label,
.topCompare .value{
	float: left;
}

.topCompare .icon{
	background: url(/local/components/dresscode/compare.line/templates/version3/images/compareH3.png) 0 0 no-repeat transparent;
	border-radius: 0px;
	height: 50px;
	width: 50px;
}

.topCompare .label{
	margin-right: 12px;
}

.topCompare .value{
	border: 1px solid #f3f3f3;
	text-align: center;
	border-radius: 50%;
	line-height: 27px;
	margin-top: 10px;
	padding: 0 8px;
	height: 26px;
}
/* End */


/* Start:/local/components/dresscode/search.line/templates/version2/style.css?17322002739798*/
#topSearch2 .searchContainerInner{
	border: 1px solid #f3f3f3;
	height: 50px;
}

#subHeader2.color_black #topSearch2 .searchContainerInner{
	border: 1px solid rgba(255, 255, 255, 0.3);
	background-color: rgba(0, 0, 0, 0.1);
}

#subHeader2.color_theme #topSearch2 .searchContainerInner{
	border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
}

#topSearch2 .searchContainer{
	border-collapse: collapse;
	table-layout: fixed;
	line-height: 50px;
	display: table;
	height: 50px;
	width: 100%;
}

#topSearch2 .searchColumn{
	vertical-align: middle;
	display: table-cell;
}

#topSearch2 .searchColumn:last-child{
	width: 54px;
}

#topSearch2 #searchQuery{
	background: url(/local/components/dresscode/search.line/templates/version2/images/searchH2.png) 14px 50% no-repeat transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 42px;
	height: 50px;
	width: 100%;
	border: 0;
}

#topSearch2 #goSearch{
	background: url(/local/components/dresscode/search.line/templates/version2/images/searchIcoH2.png) 0 0 no-repeat transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: transparent;
	cursor: pointer;
	height: 50px;
	border: none;
	width: 50px;
}

#subHeader2.color_black #topSearch2 #searchQuery,
#subHeader2.color_theme #topSearch2 #searchQuery,
#subHeader6.color_black #topSearch2 #searchQuery,
#subHeader6.color_theme #topSearch2 #searchQuery,
#subHeader7.color_black #topSearch2 #searchQuery,
#subHeader7.color_theme #topSearch2 #searchQuery,
#subHeader9.color_black #topSearch2 #searchQuery,
#subHeader9.color_theme #topSearch2 #searchQuery{
	background: url(/local/components/dresscode/search.line/templates/version2/images/searchH2W.png) 14px 50% no-repeat transparent;
	color: rgba(255, 255, 255, 0.7);
}

#subHeader5.color_black #topSearch2 #searchQuery,
#subHeader5.color_theme #topSearch2 #searchQuery{
	background: url(/local/components/dresscode/search.line/templates/version2/images/searchH5W.png) 14px 50% no-repeat transparent;
	color: rgba(255, 255, 255, 0.7);
}

#subHeader2.color_black #goSearch,
#subHeader2.color_theme #goSearch{
	background: url(/local/components/dresscode/search.line/templates/version2/images/searchIcoH2W.png) 0 0 no-repeat transparent;
}

#subHeader5.color_black #goSearch,
#subHeader5.color_theme #goSearch,
#subHeader6.color_black #goSearch,
#subHeader6.color_theme #goSearch,
#subHeader7.color_black #goSearch,
#subHeader7.color_theme #goSearch,
#subHeader9.color_black #goSearch,
#subHeader9.color_theme #goSearch{
	background: url(/local/components/dresscode/search.line/templates/version2/images/searchIcoH5W.png) 0 0 no-repeat transparent;
}

#topSearch2 #goSearch:hover{
	background-position: 0px -50px;
}

#topSearch2 #goSearch:active{
	background-position: 0px -100px;
}

#searchResult{
	border-top: 1px solid #f3f3f3;
	background-color: #ffffff;
	position: absolute;
	display: none;
	height: auto;
	z-index: 999;
	width: 100%;
	top: 172px;
	left: 0;
}

#subHeader2 #searchResult{
	top: 102px;
}

#subHeader2 #searchOverlap{
	top: 172px;
}

#searchResult h1{
    font-family: 'robotobold';
    text-transform: uppercase;
    background-color: #ffffff;
    text-align: center;
	line-height: 50px;
	font-size: 18px;
	height: 50px;
    margin: 0;
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid #E7E8EA;
}

#searchResult.visible{
	display: block;
}

#searchResult .productList{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding: 0 24px;
}

#searchResult .item{
	width: 14.285%;
}

#searchResult .searchAllResult{
	-webkit-transition: all 0.2 ease-in-out;
	-o-transition: all 0.2 ease-in-out;
	transition: all 0.2 ease-in-out;
	border-top: 1px solid #e7e8ea;
    background-color: #f3f3f3;
    font-family: 'robotobold';
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    text-align: center;
    line-height: 85px;
    font-size: 14px;
    display: block;
    color: #000000;
    height: 85px;
	margin-top: 45px;
}

#searchResult .searchAllResult:hover{
	background-color: #eeeeee;
}
.product-list__page-navigation-bottom {
	min-height: 47px;
}
.product-list__page-navigation-bottom + .searchAllResult {
	margin-top: 0 !important;
}

#searchResult .searchAllResult span{
	border-bottom: 1px dashed #000000;
	padding-bottom: 4px;
}

#searchResult .errorMessage{
	margin: 24px 36px 24px 36px;
	text-align: center;
	font-size: 14px;
	color: #000000;
}

#searchProductsClose{
	background: url(/local/components/dresscode/search.line/templates/version2/images/exit.png) 0 0 no-repeat transparent;
	position: absolute;
	margin-top: -9px;
	display: block;
	height: 18px;
	width: 18px;
	right: 24px;
	top: 50%;
}

#searchProductsClose:hover{
	background-position: -18px 0;
}

#searchProductsClose:active{
	background-position: -36px 0;
}

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

	#topSearchLine.color_black #topSearch2 #searchQuery{
		background: url(/local/components/dresscode/search.line/templates/version2/images/searchH5W.png) 14px 50% no-repeat transparent;
		color: rgba(255, 255, 255, 0.7);
	}

	#topSearchLine.color_black #goSearch{
		background: url(/local/components/dresscode/search.line/templates/version2/images/searchIcoH5W.png) 0 0 no-repeat transparent;
	}

	#subHeader6 #topSearchLine #topSearch2 #searchQuery{
		background: url(/local/components/dresscode/search.line/templates/version2/images/searchH2.png) 14px 50% no-repeat transparent;
		color: #000000;
	}

	#subHeader6 #topSearchLine #topSearch2 #goSearch{
		background: url(/local/components/dresscode/search.line/templates/version2/images/searchIcoH2.png) 0 0 no-repeat transparent;
	}

	#subHeader6 #topSearchLine #topSearch2 input[placeholder]{
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		color: rgba(0, 0, 0, 0.7);
	}

	#subHeader6 #topSearchLine #topSearch2 input::-webkit-input-placeholder{
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		color: rgba(0, 0, 0, 0.7);
	}

	#subHeader6 #topSearchLine #topSearch2 input::-moz-placeholder{
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		color: rgba(0, 0, 0, 0.7);
	}

}

.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
/*	    background: #ff9601;
	color: #fff;*/
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

.searchSections {
	height: 40px;
	background-color: #F3F3F3;
	padding: 19px 20px 18px;
	display: flex;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-color: #B6B9C6 #ECECEE;
    scrollbar-width: thin;
	margin-bottom: 20px;
}

.searchSections::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: #ECECEE; /* or add it to the track */
}

.searchSections::-webkit-scrollbar-thumb {
	background: #B6B9C6;
}

.searchSections a {
	display: flex;
	background-color: #fff;
	border-radius: 25px;
	margin-right: 12px;
	padding: 9px 22px;
	color: #4D4D4D;
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
	font-weight: 600;
	transition: all .3s ease;
	white-space: nowrap;
}

.searchSections a:first-child {
	margin-left: auto;
}

.searchSections a:last-child {
	margin-right: auto;
}

.searchSections a:hover {
	color: #4D4D4D;
	box-shadow: 1px 6px 14px #ddd;
}

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

	#searchResult .item{
		width: 16.666666%;
		flex: 1;
		max-width: 16.666666%;
	}
}


@media all and (max-width: 1600px){
	#searchResult .item{
		width: 20%;
		flex: 1 0 20%;
		max-width: calc(20% - 10px);
	}
}

@media all and (max-width: 1300px){
	#searchResult .item{
		width: 25%;
		flex: 1 0 25%;
		max-width: calc(25% - 10px);
	}
}

@media all and (max-width: 1024px){
	#searchResult .item{
		width: 33.33333%;
		flex: 1 0 33.33333%;
		max-width: 33.33333%;
	}
}

@media all and (max-width: 790px){
	#searchResult .item{
		width: 50%;
		flex: 1 0 auto;
	}
}

@media all and (max-width: 600px){
	#searchResult .item{
		width: 100%;
	}
}

.overflowHidden {
	overflow: hidden;
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/sale.basket.basket.line/topCart3/style.css?16925350521736*/
.cart .cartTable{
    border-collapse: collapse;
    table-layout: fixed;
    display: table;
    /*width: 100%;*/
}

.cart .cartTable .cartTableColumn{
    vertical-align: middle;
    display: table-cell;
    text-align: right;
}

.cart .cartTable .cartTableColumn:first-child{
    padding-right: 24px;
    width: 50px;
}

.cart .cartTable .cartIcon{
    background: url(/local/templates/dresscodeV2/components/bitrix/sale.basket.basket.line/topCart3/images/cartH3.png) 0 0 no-repeat transparent;
    position: relative;
    margin-top: 12px;
    display: block;
    height: 50px;
    width: 50px;
}

.cart .cartIcon .countLink{
    text-align: center;
    display: block;
    height: 50px;
    width: 50px;
}

.cart .cartIcon .countLink:active{
    position: relative;
    top: 1px;
}

.cart .cartIcon .count{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #b2b2b2;
    position: absolute;
    border-radius: 50%;
    line-height: 25px;
    font-size: 13px;
    color: #ffffff;
    display: block;
    height: 25px;
    width: 25px;
    right: -4px;
    top: -4px;
}

.cart .heading{
    text-decoration: none;
    font-size: 16px;
    color: #000000;
}

.cart .heading.active:hover{
    opacity: 0.8;
}

.cart .heading.active:active{
    position: relative;
    top: 1px;
}

.cart .total{
    margin-left: 4px;
}

.cart .order{
    border: 1px solid #f3f3f3;
    text-decoration: none;
    display: inline-block;
    border-radius: 40px;
    text-align: center;
    padding: 6px 24px;
    margin-top: 6px;
    color: #b2b2b2;
}

#subHeader3 .cart .order.active:hover{
    opacity: 0.7;
}

.cart .order.active:active{
    position: relative;
    top: 1px;
}

#subHeader3 .cart .active:hover .count{
    opacity: 0.8;
}


/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/menu/catalogMenuNew/style.css?17228691676118*/

#mainMenuContainer{

}

#mainMenuContainer{
	position: relative;

}

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

#mainMenuContainer .minCatalogButton img{
	vertical-align: middle;
	padding-right: 12px;
	margin-top: -2px;
}

#menuCatalogSection{
	border-left: 1px solid #222222;
	height: 60px;
	float: left;
}

#menuCatalogSection .catalogButton{
	-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;
	background-color: #111111;
	text-decoration: none;
	line-height: 60px;
	padding: 0 29px;
	color: #ffffff;
	display: block;
}

#menuCatalogSection .catalogButton:hover{
    background-color: #000000;
}

#menuCatalogSection .catalogButton img{
	vertical-align: middle;
	padding-right: 12px;
	margin-top: -2px;
}

#menuCatalogSection .catalogButtonImage{
	background: url(/local/templates/dresscodeV2/components/bitrix/menu/catalogMenuNew/images/catalogButton.png) 0 0 no-repeat transparent;
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-top: -2px;
	height: 18px;
	width: 30px;
}

#menuCatalogSection .sectionMenuArrow{
	background: url(/local/templates/dresscodeV2/components/bitrix/menu/catalogMenuNew/images/sectionMenuArrow.png) 0 0 no-repeat transparent;
	vertical-align: middle;
	display: inline-block;
	margin-left: 12px;
	margin-top: -2px;
	height: 6px;
	width: 9px;
}


#mainMenu{
	list-style: none;
	overflow: hidden;
	padding: 0px;
	height: 60px;
	margin: 0px;
}

#mainMenu .removedItemsLink > a:hover{
	opacity: 0.8;
}

#mainMenu .removedItemsLink .removedItemsList{
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
	background-color: #1a1a1a;
	position: absolute;
	list-style: none;
	display: none;
	padding: 0;
	z-index: 100;
	width: 250px;
	top: 60px;
}

#mainMenu .removedItemsLink:hover .removedItemsList{
	display: block;
}
@media (max-width: 1024px) {
	#mainMenu .removedItemsLink:hover .removedItemsList{
		display: none;
	}
}

#mainMenu .removed, #mainMenu .removed-old{
	border-top: 1px solid #222222;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#mainMenu .removed:hover{
	background-color: #202020;
}

#mainMenuContainer .moved a {
	text-decoration: none;
	display: flex;
	align-items: center;
	color: #333;
}

#mainMenuContainer .moved:hover a {
	color: #ed1c24;
}

/*#mainMenu .removed:first-child{
	border-top: 0px;
}
*/
#mainMenu .removed a{
	text-decoration: none;
	line-height: 24px;
	padding: 10px 23px;
	display: block;
}

#mainMenu a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
}

#mainMenu > li{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-right: 1px solid #222222;
	line-height: 60px;
	float: left;
	font-family: "roboto_condensedlight", sans-serif;
}

#mainMenu > li:first-child{
	border-left: 1px solid #222222;
}

#mainMenu > li:hover{
	background-color: #202020;
}

#mainMenu > li:first-child{
	margin-left: 0px;
}

#mainMenu > li > a{
	text-decoration: none;
	padding: 0 10px;
	font-size: 16px;
	position: relative;
	display: flex;
	align-items: center;
}

#mainMenu > li img{
	-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;
	padding-right: 12px;
}

#mainMenu > li a:hover img{
	opacity: 0.8;
}

#menuCatalogSection .sectionMenuArrow{
	padding-left: 12px;
}

/* drop sections */
#menuCatalogSection .drop{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #dddddd;
	background-color: #ffffff;
	position: absolute;
	padding: 24px 0px;
	display: none;
	z-index: 100;
	width: 100%;
	top: 60px;
	left: 0;
}

#menuCatalogSection .drop ul{
	margin: -24px 0 0 0;
	overflow: hidden;
	list-style: none;
	padding: 0px;
}

#menuCatalogSection .drop .menuSectionContainer{
	overflow: hidden;
}

#menuCatalogSection .drop ul li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 180px;
	text-align: center;
	margin-top: 24px;
	height: 180px;
	float: left;
	width: 20%;
}

#menuCatalogSection .drop ul li:nth-child(5n+1){
	border-left: 0;
}

#menuCatalogSection .drop ul li .container{
	vertical-align: middle;
	width: auto !important;
	display: inline-block;
	line-height: 21px;
}

#menuCatalogSection .drop ul 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;
	font-family: 'robotobold';
	text-decoration: none;
	font-size: 14px;
	display: block;
	color: #000000;
}

#menuCatalogSection .drop ul li .picture{
	margin-bottom: 12px;
	line-height: 130px;
	height: 130px;
}

#menuCatalogSection .drop ul li .picture img{
	vertical-align: middle;
}

#menuCatalogSection .drop ul li .picture:hover{
	opacity: 0.9;
}

#mainMenu .drop{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #dddddd;
	background-color: #ffffff;
	position: absolute;
	padding: 24px 0px;
	display: none;
	z-index: 99;
	width: 100%;
	top: 60px;
	left: 0;
}

#mainMenu .drop .nextColumn{
	line-height: 21px;
	list-style: none;
	float: left;
	width: 20%;
	padding: 0;
	margin: 0;
}

#mainMenu .drop .nextColumn > li{
	margin-top: 12px;
	display: block;
}

#mainMenu .drop .nextColumn > li:first-child{
	margin-top: 0px;
}

#mainMenu .drop .nextColumn > li > a{
	text-transform: uppercase;
	font-family: 'robotobold';
	text-decoration: none;
	color: #000000;
}

#mainMenu .drop .nextColumn .menu2Link{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 12px;
	overflow: hidden;
}

#mainMenu .drop .nextColumn .menu2Link img{
	padding-bottom: 12px;
}

#mainMenu .drop .nextColumn ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainMenu .drop .nextColumn ul li{
	margin-top: 12px;
	display: block;
}

#mainMenu .drop .nextColumn ul li a{
	text-decoration: none;
	color: #000000;
}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/breadcrumb/.default/style.css?16925350521315*/
#breadcrumbs{
	margin-bottom: 12px;
	line-height: 21px;
	margin-top: 24px;
	overflow: hidden;
	font-size: 12px;
}

#breadcrumbs ul{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

#breadcrumbs ul li{
	vertical-align: middle;
	display: inline-block;
}

#breadcrumbs ul li a{
	text-decoration: none;
	display: inline-block;
	line-height: 21px;
}

#breadcrumbs .arrow{
	vertical-align: middle;
	display: inline-block;
	font-family: arial;
	font-size: 18px;
	margin: 0 12px;
}

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

	#breadcrumbs{
		position: relative;
		min-width: 100%;
		overflow-x: auto;
		height: 21px
	}

	#breadcrumbs ul{
		white-space: nowrap;
		overflow: auto;
	}

	#breadcrumbs li{
		white-space: nowrap;
	}

	#breadcrumbs::after {
	    background: -moz-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -webkit-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -o-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -ms-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: linear-gradient(to right, rgba(255,255, 255, 0.2), #ffffff 100%);
	    pointer-events: none;
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 100%;
	    content: '';
	    width: 35px;
	}

}
/* End */


/* Start:/local/templates/dresscodeV2/styles.css?17187997124880*/
.global-content-block a, .grey-link-blok a {
    text-decoration: underline;
    color: #888888;
}

#catalogSection .sectionItems .item .itemContainer .sectionList .section a {height: 35px;}


.product .price {
	min-height: 26px;
}
.tab-block {
	display: none;
	/*border: 1px solid #CCC;*/
	padding: 20px 0;
	border-radius: 3px;
	width: 1000px;
    margin: 0 auto;
}

.tab-block.active {
	display: block;
}

.form-line {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	min-height: 50px;
}
.form-line label {
	width: 32%;
	box-sizing: border-box;
	font-size: 14px;
	padding-right: 40px;
	display: inline-block;
}
.form-line input {
	width: 350px;
	height: 30px;
	font-size: 14px;
	padding-left: 7px;
	border: 1px solid #CCC;
}
.form-line textarea {
	width: 350px;
	height: 100px;
	font-size: 14px;
	padding-left: 7px;
	border: 1px solid #CCC;
}

.half-inputs input {
	width: 15px; 
	margin-right: 10px;
}
.half-inputs img {
	visibility: hidden;
}
input[name="numberNakl"], input[name="form_text_23"], input[name="form_text_33"]{
	width:152px
}
.spanNakl{width:20px;padding-right:6px;}
.hidden-addition-block2,
.hidden-addition-block {
	display: none;
}
.form-line .ul-date {
	background-image: url(/local/templates/dresscodeV2/../dresscodeV2/images/calendar.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: auto 80%;
	width: 250px;
	cursor: pointer;
}
.form-line .date-select {
	background-image:white;
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: auto 80%;
	width: 250px;
	cursor: pointer;
}
.half-inputs .ul-date {
	width: 180px;
}

.tab-line-label {
	position: absolute;
	left: 0;
	top: 13px; 
	font-weight: bold;
}

.tab-line {
	text-align: center;
	position: relative;
	margin: 8px auto -1px;
    width: 1000px;
}
.tab-line .tab {
	display: inline-block;
	padding: 10px 20px;
	background: #FFF;
	cursor: pointer;
	color: #8E8E8E;
}
.tab-line .tab svg {
	width: 15px; 
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 3px;
    margin-left: 2px;
}
.tab-line .tab svg path {
	fill: #8E8E8E;
}
.tab-line .tab.active {
	color: #000;
} 
.tab-block-toptext {
    padding-bottom: 10px;
    font-weight: bold;
}
.form-captcha label{
	padding: 0;
}
.form-captcha .inputtext{
	width: 172px;
}

.tab-line .tab.active svg path {
	fill: #FEDE63;
}
.checkclaim{
	-webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "roboto_ltregular";
    border: 1px solid #e7e7e7;
    text-align: center;
    line-height: 55px;
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
    outline: none;
    height: 55px;
    width: 200px;
    padding: 0;
    margin: 20px 15px 0 0;
    background-color: #ed1c24;
}
.validateErrorText {
    display: block;
    padding-left: 36%;
    font-size: 11px;
    color: red;
    font-style: italic;
}
.reset_button {
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "roboto_ltregular";
    border: 1px solid #e7e7e7;
    text-align: center;
    line-height: 55px;
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
    outline: none;
    height: 55px;
    width:200px;
    padding: 0;
    margin: 0 0 0 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #aaaaaa;
    background-color: #ffffff;
    color: #000000;
}
.reset_button:hover {
    border: 1px solid #cccccc;
}
@media (max-width: 767px){
  .wrapper p, .tab-block-toptext{text-align: justify;}
  .tab-line-label{position: relative;}
  .tab-block, .tab-line{width: 100%}
  #catalogSection .sectionItems .item .itemContainer .sectionList .section a {
    height: auto;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 600px){
  .form-line label{width: 100%;}
  .form-line input, .form-line textarea, .half-inputs .ul-date {width: 98%;}
  .half-inputs .ul-date{margin-top: 10px;}
  .checkclaim, .reset_button{display: block; margin: 20px auto;}
}

.cartdesk__promo-btn {
    
    border: none;
   
    box-sizing: border-box;
}
.cartdesk__footer-content-title{
font-weight: normal;
text-transform: none;
}
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.propertyValueBrandImage {
    margin-left: 5px;
}
.h-auto {
    height: auto !important;
}
.productByFilterContainer .product .tabloid {
    padding-bottom: 12px;
}
.price--with-discount {
    position: relative;
    top: -10px;
}
/* End */


/* Start:/local/templates/dresscodeV2/template_styles.css?1732718479272011*/
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;
}

.phone_link {
  color: #000;
  text-decoration: none;
}

img{
  border: 0;
}

input, textarea{
  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;
}

: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;
}

.moduletable .product-tile__image{
	
    max-width: 180px;	
	
}

a{
  outline: none;
}

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

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

h3{
  font-family: "roboto_ltregular";
  font-weight: 600;
  font-size: 17px;
}

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

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

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

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

.loading #topHeader{
  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{
  overflow: hidden;
}

#logo{
  line-height: 102px;
  text-align: center;
  position: relative;
    max-height: 102px;
  overflow: hidden;
  z-index: 66;
  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;
}

#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{
  -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;
}

#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;
}

#mainMenuContainer{
  height: 60px;
}

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

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

#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;
}

#main{
  /*margin-top: 24px;*/
  min-width: 320px;
}

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

#left{
  display: table-cell;
  vertical-align: top;
  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{
  line-height: 60px;
  font-size: 16px;
  height: 60px;
}

#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{
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}

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

#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;
}


#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 {
  display: table-cell;
  vertical-align: top;
}

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

#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{
  padding-bottom: 60px;
  padding-top: 36px;
        background: #f0f0f0 !important;
}

#main{
	
padding-bottom: 50px;	
}

#footer.variant_3 #leftFooter,
#footer.variant_3 #rightFooter,
#footer.variant_3 #footerBottom,
#footer.variant_3 .fc{
  background-color: #47494d;
}

#footer.variant_4 #leftFooter,
#footer.variant_4 #rightFooter,
#footer.variant_4 #footerBottom,
#footer.variant_4 .fc{
  background-color: #f3f3f3;
}

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

#footer.variant_6 #leftFooter,
#footer.variant_6 #rightFooter,
#footer.variant_6 #footerBottom,
#footer.variant_6 .fc{
  background-color: #142236;
}

#footer.variant_7 #leftFooter,
#footer.variant_7 #rightFooter,
#footer.variant_7 #footerBottom,
#footer.variant_7 .fc{
  background-color: #24433c;
}

#footer.variant_8 #leftFooter,
#footer.variant_8 #rightFooter,
#footer.variant_8 #footerBottom,
#footer.variant_8 .fc{
  background-color: #4e0838;
}

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

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

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

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

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

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

#footer.variant_4 #leftFooter a,
#footer.variant_5 #leftFooter a{
  color: #000000;
}

#footer.variant_4 #leftFooter a:active{
  position: relative;
  top: 1px;
}

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

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

#footer.variant_2 #rightFooter .telephone,
#footer.variant_2 #rightFooter .showMap{
  color: #ffffff;
}

#footer.variant_2 #rightFooter .showMap:hover{
  opacity: 0.8;
}

#footer.variant_3 #leftFooter .heading{
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

#footer.variant_3 #leftFooter ul li{
  /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
}

#footer.variant_2 #leftFooter .heading,
#footer.variant_4 #leftFooter .heading,
#footer.variant_5 #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,
#footer.variant_5 #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_3 #leftFooter ul li:first-child,
#footer.variant_4 #leftFooter ul li:first-child,
#footer.variant_5 #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_4 #rightFooter,
#footer.variant_4 #rightFooter p,
#footer.variant_4 #rightFooter .list li,
#footer.variant_4 #rightFooter .email{
  color: #000000;
}

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

#footer.variant_2 #rightFooter,
#footer.variant_2 #rightFooter p,
#footer.variant_2 #rightFooter .list li,
#footer.variant_2 #rightFooter .email{
  color: #ffffff;
}

#footer.variant_2 #rightFooter .email a,
#footer.variant_4 #rightFooter .email a,
#footer.variant_5 #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_2 #rightFooter .hr,
#footer.variant_4 #rightFooter .hr,
#footer.variant_5 #rightFooter .hr,
#footer.variant_7 #rightFooter .hr,
#footer.variant_8 #rightFooter .hr{
  border-top: unset/* 1px solid rgba(0, 0, 0, 0.1) */;
  padding-right: 30px;
  word-break: break-word;
  margin: 0;
}

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

#footer.variant_4 #footerBottom .sn .vk,
#footer.variant_5 #footerBottom .sn .vk{
  background: url(/local/templates/dresscodeV2/images/sn_color.png) 0 0 no-repeat transparent;
}

#footer.variant_2 #footerBottom .sn .fb{
  background: url(/local/templates/dresscodeV2/images/sn_color.png) -60px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .fb,
#footer.variant_5 #footerBottom .sn .fb{
  background: url(/local/templates/dresscodeV2/images/snW.png) -30px 0 no-repeat transparent;
}

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

#footer.variant_4 #footerBottom .sn .od,
#footer.variant_5 #footerBottom .sn .od{
  background: url(/local/templates/dresscodeV2/images/snW.png) -60px 0 no-repeat transparent;
}

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

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

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

#footer.variant_4 #footerBottom .sn .go,
#footer.variant_5 #footerBottom .sn .go{
  background: url(/local/templates/dresscodeV2/images/snW.png) -240px 0 no-repeat transparent;
}

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

#footer.variant_4 #footerBottom .sn .yo,
#footer.variant_5 #footerBottom .sn .yo{
  background: url(/local/templates/dresscodeV2/images/sn_color.png) -120px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .inst {
  background: url(/local/templates/dresscodeV2/images/sn_color.png) -90px 0 no-repeat transparent;
}

/* #footer.variant_2 #footerBottom .sn .vk:hover,
#footer.variant_4 #footerBottom .sn .vk:hover,
#footer.variant_5 #footerBottom .sn .vk:hover{
  background-position: 0 -60px;
}

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

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

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

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

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

#footer.variant_4 #footerBottom .sn .inst:hover {
    background-position: -235px -60px;
} */

#footer.variant_2 .sn li:first-child,
#footer.variant_3 .sn li:first-child,
#footer.variant_4 .sn li:first-child,
#footer.variant_5 .sn li:first-child,
#footer.variant_7 .sn li:first-child{
  border-left: unset/* 1px solid rgba(0, 0, 0, 0.1) */;
}

#footer.variant_2 .sn li,
#footer.variant_3 .sn li,
#footer.variant_4 .sn li,
#footer.variant_5 .sn li,
#footer.variant_7 .sn li{
  border-right: unset/* 1px solid rgba(0, 0, 0, 0.1) */;
}


#catalogColumn #catalogLineList .description{
  display: none;

}

#catalogColumn #catalogLineList .prop{
  width: 100%;
}
#catalogLineList .shield__container {
  margin-left: 10px;
}

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

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

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

#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;
}

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

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

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

#catalogLine select{
  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, #catalogLine .viewList .element span{
  vertical-align: middle;
  display: inline-block;
  height: 55px;
  width: 30px;
}

#catalogLine .viewList .element span{
  cursor:pointer;
}

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

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

#catalogLine .viewList .element .squares.selected,
#catalogLine .viewList .element [data-type="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: flex;
  width: 100%;
  flex-direction: column;
}

#leftFooter{

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

  display: table-cell;
  vertical-align: top;
  padding: 0;
  /* width: 60%; */
}

#rowFooter .footerRow {
  list-style: none;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}

#rowFooter .column{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 1;
  /* padding-right: 48px; */
  /* width: 100%; */
}

#rowFooter .block {
  flex: 1;
  display: flex;
}

#rowFooter .column:first-child {
  flex: 0.26;
}

#rowFooter .column .row{
  display: flex;
}

#leftFooter .heading{
  /* padding-bottom: 10px; */
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
  border: unset;
}

#leftFooter ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 75%;
  /* max-height: 130px; */
}

#leftFooter ul .block {
  display: flex;
  flex-direction: column;
}


#leftFooter ul li {
  border: unset;
}

#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 .block > * {
  flex:1;
  padding: 0;
  margin: 0;
}

#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: 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: 3px;
  font-size: 20px;
  display: block;
}

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

#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: 5px;
  display: block;
}

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

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

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

#footerBottom .creator{
  float: left;
}

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

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

#footerBottom .creator img{
  vertical-align: middle;
}

#footerBottom .social{
  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;
}

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

#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(/local/templates/dresscodeV2/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(/local/templates/dresscodeV2/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 .tools .av:hover{
  background: unset;
}

#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 .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(/local/templates/dresscodeV2/images/compare.png) 0 0 no-repeat transparent;
}

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

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

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

#appBasket .lower .tools .inStock{
  text-decoration: none !important;
}

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

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

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

#appBasket .lower .tools .delete .ico{
  background: url(/local/templates/dresscodeV2/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;
  height: 430px;
  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;
  margin-top: 10px;
}

#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(/local/templates/dresscodeV2/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 .appFastViewPictureColumn .shield__container {
    margin-left: 10px;
    margin-top: 10px;
}
#appFastView .appFastViewPictureColumn .shield {
  height: 24px;
  font-size: 13px;
  line-height: 100%;
}

#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 0px;
  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(/local/templates/dresscodeV2/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;
}

#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 #ff9601;
}

#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(/local/templates/dresscodeV2/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(/local/templates/dresscodeV2/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;
}

#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(/local/templates/dresscodeV2/images/rating2.png) repeat 0 0px transparent;
  height: 15px;
  width: 79px;
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
}

#appFastView i.m{
  background: url(/local/templates/dresscodeV2/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;
}

#orderList,
#subscribeEdit{
  margin-bottom: 36px;
}

#footerTabsCaption{
  line-height: 85px;
  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;
  position: relative;
}

#footerTabs.loading {
  opacity: 0.5;
}

#footerTabs .wrapper,
#footerTabsCaption .wrapper{
    max-width: 1480px;
    min-width: 320px;
    margin: auto;
}

#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;
  /*display: none;*/
}

#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_white .item a.callBack{
  color: #ED1C24;
}

#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(/local/templates/dresscodeV2/images/compareFooterMinC.png);
}

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

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

#footerLine.color_theme .item .callback .icon{
  background-image: url(/local/templates/dresscodeV2/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 .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 .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 24px 0;
  list-style: none;
  overflow: hidden;
  padding: 0;
}

#empty .emptyMenu li{
  margin-bottom: 12px;
  width: 33.333333%;
  float: left;
}

#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: 100;
  left: 0;
  top: 0;
}

#infoTabs{
  padding-bottom: 36px;
}

#infoTabs .tab{
  display: none;
}

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

#infoTabsCaption{
  line-height: 85px;
  height: 85px;
}

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

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

#infoTabsCaption .item:first-child{
  margin-left: 0px;
}

#infoTabsCaption .item span,
#infoTabsCaption .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;
}

#catalogColumn{
  border-collapse: collapse;
  table-layout: fixed;
  display: table;
  width: 100%;
}

#catalogColumn #nextSection{
  margin-top: 0px;
}

#catalogColumn .leftColumn{
  padding-bottom: 24px;
  display: table-cell;
  vertical-align: top;
  width: 270px;
}

#catalogColumn .rightColumn{
  display: table-cell;
    vertical-align: top;

}

#catalogColumn #middleSlider{
  margin-bottom: 24px;
}

#catalogColumn #middleSlider .limiter{
    padding: 0px;
    margin: 0px;
    width: auto;
}

#nextSection .title{
  font-size: 14px !important;
    font-family: 'robotobold';
}

#catalogColumn .leftColumn .heading{
    font-size: 14px !important;
    font-family: 'robotobold';
    text-decoration: none;
    line-height: 50px;
    font-weight: 400;
    display: block;
    height: 50px;
}

.text-red{
  color: #ED1C24;
}
#smartFilter {
  box-shadow: 1px 1px 6px rgba(0,0,0,.2);
}

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

    #catalogColumn #middleSlider{
        display: none;
    }

    #catalogColumn .leftColumn{
        width: 285px;
    }

}

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

    #catalogColumn .rightColumn,
    #catalogColumn .leftColumn{
        display: block;
        width: auto;
    }
    #catalogColumn .rightColumn{
      padding: 0;
    }

  #reformal_tab{
    display: none !important;
  }

  #smartFilter .heading{
    line-height: 46px;
    height: 46px;
  }

  #catalogLine .oFilter {
    display: inline-block;
  }

  #catalogColumn #smartFilter.opened {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
  }
}
@media all and (max-width: 1024px) {
  #catalogLine .oFilter{
    margin-right: 12px;
  }
}


/* 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;
}

/*.mainService{
  margin-top: 24px;
}*/

.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%;
}

.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(/local/templates/dresscodeV2/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;
}

.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; */
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  box-sizing: border-box;
}

.product{
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: calc(20% - 8px);
  height: 400px;

}
#catalog .product{
  float: none;
  width: auto;
  flex: 1 0 25%;
  max-width: calc(25% - 8px);
}

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

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

.product .tabloid{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  /* border: 1px solid transparent; */
  border: 1px solid #E7E8EA;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 12px;
  padding-bottom: 0;
  height: 400px;
  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 .rating {
  position: absolute;
  width: 79px;
  z-index: 2;
  right: 8px;
  top: 8px;
}

.product .rating i {
  background: url(/local/templates/dresscodeV2/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(/local/templates/dresscodeV2/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: 7px;
  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: 5px;
}

.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: 235px;
  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: 90%;
  max-width: 90%;
}

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

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

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

.product .getFastView,
#catalogLineList .picture .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{
  visibility: visible;
  /*display: block;*/
  opacity: 0.9;
}

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

.product:not(.product-new) .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:not(.product-new) .label {
  width: 55%;
}

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

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

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

.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;
}

.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: 4px;
  float: left;
  min-width: 20%;
}

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

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

.product .skuPropertyLink{
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  padding: 4px 4px;
  font-size: 12px;
  display: block;
}

.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 .icon .iconSmall{
  display: none;
}

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

.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(/local/templates/dresscodeV2/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;
}

.img-wrapper > img {
  max-width: 100%;
  max-height: 100%;
}

.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{
  margin-bottom: 36px;
}

.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 {
  margin-bottom: 36px;
  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(/local/templates/dresscodeV2/images/checkBox.png) 0 0 no-repeat transparent;
}

.bx-auth input[type="radio"] + label:before {
  background: url(/local/templates/dresscodeV2/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: 25%;
}

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

.contactList li table td{
  vertical-align: middle;
  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; */
  display: flex;
  padding: 0;
  margin: 0;
}

.sn li{
  line-height: 30px;
  /* float: left; */
  list-style-type: none;
  margin-right: 12px;
}

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

.sn .fb{
  background: url(/local/templates/dresscodeV2/images/sn_color.png) -30px 0 no-repeat transparent;
}

.sn .od{
  background: url(/local/templates/dresscodeV2/images/sn_color.png) -60px 0 no-repeat transparent;
}

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

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

.sn .yo{
  background: url(/local/templates/dresscodeV2/images/sn_color.png) -120px 0 no-repeat transparent;
}

.sn .inst {
  background: url(/local/templates/dresscodeV2/images/sn_color.png) -90px 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;
} */

#upButton{
	background: url(/local/templates/dresscodeV2/images/up.png) 0 0 no-repeat transparent;
	position: fixed;
	cursor: pointer;
	display: none;
	/* bottom: 132px; */
	bottom: 240px;
	height: 73px;
	width: 73px;
	right: 19px;
	z-index: 99;
}
#tb-notification-widget.tb-no-api-call {
	position: fixed;
	right: 0;
	bottom: 90px;
  z-index: 22;
}
#tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner tb-widget-corner-popup-button {
  width: 4em;
  height: 4em;
  right: 4px;
  bottom: 20px;
}
#tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-corner-popup-tooltip-container_show-on-mobile {
  bottom: 18px;
}

/* footer */
.sticky-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 65px;
  background-color: #fff;
  z-index: 100;
  padding: 11px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all .4s ease;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px 5px rgba(104, 104, 104, 0.25);
}
.sticky-header.fixed {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.sticky-header__wrapper {
  max-width: 1474px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.sticky-header__logo {
  width: 79px;
  margin-right: 15px;
  flex-shrink: 0;
  height: 49px;
}

.sticky-header__logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.sticky-header__logo img {
  max-width: 100%;
  max-height: 100%;
}
.sticky-header__catalog {
  margin-right: 20px;
  width: 210px;
}
.sticky-header__catalog-close {
  position: fixed;
  background: url(/local/components/dresscode/search.line/templates/version2/images/exit.png) 0 0 no-repeat transparent;
  margin-top: -9px;
  display: block;
  height: 18px;
  width: 18px;
  right: calc((100vw - 1474px) / 2 + -32px);
  top: 110px;
  z-index: 103;
  cursor: pointer;
  display: none;
}
.sticky-header__search {
  flex: 1;
  margin-right: 15px;
  position: relative;
  height: 43px;
  max-width: 420px;
}
.sticky-header__phone-wrapper {
  display: flex;
  flex-shrink: 0;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.sticky-header__phone-wrapper .link {
  margin-right: 11px;
}
.sticky-header__phone {
  font-size: 15px;
  font-family: "roboto_condensedlight";
  color: #333;
  text-decoration: none;
  font-weight: bold;
  transform: translateY(-2px);
}
.sticky-header__phone:hover {
  color: #333;
}
.sticky-header__mail {
  margin-right: 5px;
  transform: translateY(-2px);
}
.sticky-header__mail a {
  position: relative;
  font-size: 15px;
  font-family: "roboto_condensedlight";
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.sticky-header__mail a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjcyNTIgMEgyLjI3NDc4QzEuMDIyNjEgMCAwIDEuMDM5NjkgMCAyLjMxMjc4VjExLjA5NzFDMCAxMi4zNzAyIDEuMDIyNjEgMTMuNDA5OSAyLjI3NDc4IDEzLjQwOTlIMTUuNzI1MkMxNi45Nzc0IDEzLjQwOTkgMTggMTIuMzcwMiAxOCAxMS4wOTcxVjIuMzEyNzhDMTggMS4wMzk2OSAxNi45Nzc0IDAgMTUuNzI1MiAwVjBaTTE1LjM3MDQgMS40OTU4OEw5LjAwNTIyIDYuNDkyNzVMMi42Mjk1NyAxLjQ5NTg4SDE1LjM3MDRaTTE1LjcyNTIgMTEuOTE0SDIuMjc0NzhDMS44MjYwOSAxMS45MTQgMS40NzEzIDExLjU0MjcgMS40NzEzIDExLjA5NzFWMi40NjEzTDguNTU2NTIgOC4wMzEwN0M4LjY4MTc0IDguMTI2NTUgOC44MzgyNiA4LjE3OTYgOS4wMDUyMiA4LjE3OTZDOS4xNjE3NCA4LjE3OTYgOS4zMTgyNiA4LjEyNjU1IDkuNDUzOTEgOC4wMzEwN0wxNi41Mjg3IDIuNDYxM1YxMS4wOTcxQzE2LjUyODcgMTEuNTQyNyAxNi4xNzM5IDExLjkxNCAxNS43MjUyIDExLjkxNFoiIGZpbGw9IiM4MDgwODAiLz4KPC9zdmc+Cg==);
}
.sticky-header__buttons {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.sticky-header__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #333;
  position: relative;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
.sticky-header__button.active {
  border-color: #ED1C24;
  box-shadow: 0px 3.84615px 6.15385px rgba(237, 28, 36, 0.6);
}
.sticky-header__button.active .sticky-header__button-count  {
  background-color: #ED1C24;
  color: #fff;
}
.sticky-header__button.active .sticky-header__favorites, .sticky-header__button.active .sticky-header__compare, .sticky-header__button.active .sticky-header__cart {
  filter: brightness(1);
}
.sticky-header__button:last-child {
  margin-right: 0;
}
.sticky-header__button-count {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 11px;
  position: absolute;
  right: -9px;
  top: -5px;
}
.sticky-header__favorites {
  width: 14px;
  height: 13px;
  filter: brightness(0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNjE3NzcgMTIuMTI2MkM2LjA4ODkzIDExLjY2OTQgNS41NDIwNSAxMS4yMDA3IDUuMDI1MjMgMTAuNzYyQzIuMTgyNjggOC4zNDYxMSAwLjMwNzY3OCA2Ljc0NzU1IDAuMzA3Njc4IDQuMjg5NjJDMC4zMDc2NzggMy4xNTM4IDAuNzIyMzQyIDIuMTE0MTQgMS40MTM0NSAxLjM2Mjk0QzIuMTA0NTUgMC42MjM3NTQgMy4wNjAwOCAwLjE2NzAyMyA0LjE2NTg1IDAuMTY3MDIzQzQuOTE3MDUgMC4xNjcwMjMgNS41NzIxIDAuMzgzMzY5IDYuMTMxIDAuNzYxOTc0QzYuNTI3NjMgMS4wMzI0MSA2Ljg3NjE5IDEuMzc0OTYgNy4xNjQ2NSAxLjc3NzZDNy40NTkxMiAxLjM3NDk2IDcuODAxNjcgMS4wMzI0MSA4LjE5ODMgMC43NjE5NzRDOC43NjMyMSAwLjM4MzM2OSA5LjQxODI1IDAuMTY3MDIzIDEwLjE2MzQgMC4xNjcwMjNDMTEuMjY5MiAwLjE2NzAyMyAxMi4yMzA4IDAuNjIzNzU0IDEyLjkxNTkgMS4zNjI5NEMxMy42MTMgMi4xMTQxNCAxNC4wMjc2IDMuMTUzOCAxNC4wMjc2IDQuMjg5NjJDMTQuMDI3NiA2Ljc0NzU1IDEyLjE0NjYgOC4zNDYxMSA5LjMxMDA4IDEwLjc2MkM4Ljc5MzI1IDExLjIwMDcgOC4yNDAzNyAxMS42Njk0IDcuNzE3NTMgMTIuMTI2MkM3LjU1NTI3IDEyLjI2NDQgNy4zNjI5NyAxMi4zMzY1IDcuMTY0NjUgMTIuMzM2NUM2Ljk3MjM0IDEyLjMzNjUgNi43NzQwMiAxMi4yNjQ0IDYuNjE3NzcgMTIuMTI2MlpNNS42MjAxOCAxMC4wNTg4QzYuMDk0OTQgMTAuNDYxNSA2LjU5Mzc0IDEwLjg4ODIgNy4xNjQ2NSAxMS4zODdDNy43MzU1NiAxMC44ODgyIDguMjQwMzcgMTAuNDYxNSA4LjcxNTEzIDEwLjA1ODhDMTEuMzUzMyA3LjgxMTI1IDEzLjEwMjEgNi4zMjY4OCAxMy4xMDIxIDQuMjg5NjJDMTMuMTAyMSAzLjM4ODE4IDEyLjc4MzYgMi41NzA4NyAxMi4yNDI4IDEuOTkzOTRDMTEuNzI1OSAxLjQzNTA1IDEwLjk5ODggMS4wODY0OSAxMC4xNjM0IDEuMDg2NDlDOS42MTA1NiAxLjA4NjQ5IDkuMTI5NzkgMS4yNDg3NSA4LjcxNTEzIDEuNTI1MkM4LjI0NjM4IDEuODQzNzEgNy44Njc3NyAyLjMxMjQ2IDcuNTczMyAyLjg2NTM0QzcuNTMxMjMgMi45NDM0NyA3LjQ2NTEzIDMuMDE1NTggNy4zODEgMy4wNTc2NUM3LjE1ODY0IDMuMTc3ODQgNi44NzYxOSAzLjA4NzcgNi43NTU5OSAyLjg2NTM0QzYuNDY3NTMgMi4zMTI0NiA2LjA4MjkyIDEuODQzNzEgNS42MTQxNyAxLjUyNTJDNS4yMDU1MSAxLjI0ODc1IDQuNzE4NzQgMS4wODY0OSA0LjE2NTg1IDEuMDg2NDlDMy4zMzA1MSAxLjA4NjQ5IDIuNjA5MzYgMS40MzUwNSAyLjA5MjUzIDEuOTkzOTRDMS41NTE2NyAyLjU3MDg3IDEuMjI3MTUgMy4zODgxOCAxLjIyNzE1IDQuMjg5NjJDMS4yMjcxNSA2LjMyNjg4IDIuOTc1OTUgNy44MTEyNSA1LjYyMDE4IDEwLjA1ODhaIiBmaWxsPSIjRUQxQzI0Ii8+Cjwvc3ZnPgo=);
}
.sticky-header__compare {
  filter: brightness(0);
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 14px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxMyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzE1NTE1IDYuOTM0ODdDMC43MTU1MTUgNi41Nzk4NCAwLjk1MjIwMSA2LjM0MzE1IDEuMzA3MjMgNi4zNDMxNUMxLjU0MzkyIDYuMzQzMTUgMS43ODA2MSA2LjU3OTg0IDEuNzgwNjEgNi45MzQ4N1YxMy42ODA0QzEuNzgwNjEgMTMuOTE3MSAxLjU0MzkyIDE0LjE1MzggMS4zMDcyMyAxNC4xNTM4QzAuOTUyMjAxIDE0LjE1MzggMC43MTU1MTUgMTMuOTE3MSAwLjcxNTUxNSAxMy42ODA0VjYuOTM0ODdaTTExLjQ4NDggMy45NzYyOUMxMS40ODQ4IDMuNjIxMjYgMTEuODM5OCAzLjM4NDU3IDEyLjA3NjUgMy4zODQ1N0MxMi40MzE1IDMuMzg0NTcgMTIuNjY4MiAzLjYyMTI2IDEyLjY2ODIgMy45NzYyOVYxMy42ODA0QzEyLjY2ODIgMTMuOTE3MSAxMi40MzE1IDE0LjE1MzggMTIuMDc2NSAxNC4xNTM4QzExLjgzOTggMTQuMTUzOCAxMS40ODQ4IDEzLjkxNzEgMTEuNDg0OCAxMy42ODA0VjMuOTc2MjlaTTcuOTM0NDYgMC43ODEwMTdDNy45MzQ0NiAwLjU0NDMzMSA4LjE3MTE1IDAuMTg5MzAxIDguNTI2MTggMC4xODkzMDFDOC43NjI4NyAwLjE4OTMwMSA5LjExNzkgMC41NDQzMzEgOS4xMTc5IDAuNzgxMDE3VjEzLjY4MDRDOS4xMTc5IDEzLjkxNzEgOC43NjI4NyAxNC4xNTM4IDguNTI2MTggMTQuMTUzOEM4LjE3MTE1IDE0LjE1MzggNy45MzQ0NiAxMy45MTcxIDcuOTM0NDYgMTMuNjgwNFYwLjc4MTAxN1pNNC4yNjU4MiAzLjk3NjI5QzQuMjY1ODIgMy42MjEyNiA0LjUwMjUxIDMuMzg0NTcgNC44NTc1NCAzLjM4NDU3QzUuMjEyNTcgMy4zODQ1NyA1LjQ0OTI1IDMuNjIxMjYgNS40NDkyNSAzLjk3NjI5VjEzLjY4MDRDNS40NDkyNSAxMy45MTcxIDUuMjEyNTcgMTQuMTUzOCA0Ljg1NzU0IDE0LjE1MzhDNC41MDI1MSAxNC4xNTM4IDQuMjY1ODIgMTMuOTE3MSA0LjI2NTgyIDEzLjY4MDRWMy45NzYyOVoiIGZpbGw9IiNFRDFDMjQiLz4KPC9zdmc+Cg==);
}
.sticky-header__cart {
  filter: brightness(0);
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 17px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjE4MDUgOC4yMzMyM0M5LjQ3ODcgOC4yMzMyMyA4LjkwNzI3IDcuNjM2OTIgOC45MDcyNyA2LjkwNDYyQzguOTA3MjcgNi4zNzYzMSA5LjE2MjkxIDUuOTAwMzEgOS42NzQxOCA1LjY5MTA4VjYuOTA0NjJDOS42NzQxOCA3LjE5NzU0IDkuODk5NzUgNy40MzgxNSAxMC4xODA1IDcuNDM4MTVDMTAuNDYxMiA3LjQzODE1IDEwLjY5MTcgNy4xOTc1NCAxMC42OTE3IDYuOTA0NjJWNS42OTEwOEMxMS4xOTggNS45MDAzMSAxMS40NTM2IDYuMzgxNTQgMTEuNDUzNiA2LjkwNDYyQzExLjQ1MzYgNy42MzY5MiAxMC44ODIyIDguMjMzMjMgMTAuMTgwNSA4LjIzMzIzWk0zLjgxOTU1IDguMjMzMjNDMy4xMTc3OSA4LjIzMzIzIDIuNTQ2MzcgNy42MzY5MiAyLjU0NjM3IDYuOTA0NjJDMi41NDYzNyA2LjM3NjMxIDIuODAyMDEgNS45MDAzMSAzLjMwODI3IDUuNjkxMDhWNi45MDQ2MkMzLjMwODI3IDcuMTk3NTQgMy41Mzg4NSA3LjQzODE1IDMuODE5NTUgNy40MzgxNUM0LjEwMDI1IDcuNDM4MTUgNC4zMjU4MSA3LjE5NzU0IDQuMzI1ODEgNi45MDQ2MlY1LjY5MTA4QzQuODM3MDkgNS45MDAzMSA1LjA5MjczIDYuMzgxNTQgNS4wOTI3MyA2LjkwNDYyQzUuMDkyNzMgNy42MzY5MiA0LjUyMTMgOC4yMzMyMyAzLjgxOTU1IDguMjMzMjNaTTYuOTk3NDkgMS4wNjE4NUM4LjQ3MTE4IDEuMDYxODUgOS42NzQxOCAyLjMxMiA5LjY3NDE4IDMuODQ5ODVWNC41MTQxNUg0LjMyNTgxVjMuODQ5ODVDNC4zMjU4MSAyLjMxMiA1LjUyMzgxIDEuMDYxODUgNi45OTc0OSAxLjA2MTg1Wk0xMy4xMDc4IDQuNjM5NjlDMTMuMTAyOCA0LjU2NjQ2IDEzLjA0NzYgNC41MTQxNSAxMi45ODI1IDQuNTE0MTVIMTAuNjkxN1YzLjg0OTg1QzEwLjY5MTcgMS43MjYxNSA5LjAzMjU4IDAgNi45OTc0OSAwQzQuOTYyNDEgMCAzLjMwODI3IDEuNzI2MTUgMy4zMDgyNyAzLjg0OTg1VjQuNTE0MTVIMS4wMTc1NEMwLjk1MjM4MSA0LjUxNDE1IDAuODk3MjQzIDQuNTY2NDYgMC44OTIyMzEgNC42Mzk2OUwwIDE2Ljg1MzVDMCAxNi44NTg4IDAgMTYuODY0IDAgMTYuODY0QzAgMTYuOTAwNiAwLjAxMDAyNTEgMTYuOTMyIDAuMDM1MDg3NyAxNi45NTgyQzAuMDYwMTUwNCAxNi45ODQzIDAuMDkwMjI1NiAxNyAwLjEyNTMxMyAxN0gxMy44Njk3QzEzLjkwNDggMTcgMTMuOTM5OCAxNi45ODQzIDEzLjk2NDkgMTYuOTU4MkMxMy45OSAxNi45MjY4IDE0IDE2Ljg5NTQgMTQgMTYuODUzNUwxMy4xMDc4IDQuNjM5NjlaIiBmaWxsPSIjRUQxQzI0Ii8+Cjwvc3ZnPgo=);
}
body.fixed-header #topSearch2 {
  position: fixed;
  opacity: 0;
  top: 6px;
  max-width: 420px;
  left: calc((100vw - 1474px) / 2 + 315px);
  z-index: 101;
  animation: showHeader .4s forwards;
}
@keyframes showHeader {
  0 {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.fixed-header #topSearch2 .searchContainerInner {
  border-color: #ccc;
}
body.fixed-header #subHeader3 #searchResult.has_banner {
  position: fixed;
  width: 100%;
  top: 65px;
  max-height: calc(100% - 65px);
  overflow-y: auto;
}
body.fixed-header #menuCatalogSection {
  position: fixed;
  z-index: 102;
  top: 9px;
  left: calc((100vw - 1474px) / 2 + 87px);
  height: 43px;
  opacity: 0;
  animation: showHeader .4s forwards;
}
body.fixed-header #menuCatalogSection .catalogButton {
  line-height: 47px;
  padding: 0 12px;
  font-size: 12px;
}
body.fixed-header #menuCatalogSection .drop {
  position: fixed;
  top: 65px;
}

body.fixed-header #elementTools.fixed .fixContainer {
  top: 70px;
}

.label-mobile {
  display: none;
}

@media all and (max-width: 1490px) {
  .sticky-header__wrapper {
    padding: 0 10px;
  }
  body.fixed-header #menuCatalogSection {
    left: 104px;
  }
  body.fixed-header #topSearch2 {
    left: 325px;
    width: 30%;
  }
  .sticky-header__catalog-close {
    right: 25px;
    top: 90px;
  }
}
@media all and (max-width: 1410px) {
  body.fixed-header #topSearch2 {
    width: 24vw;
  }
}
@media all and (max-width: 1310px) {
  body.fixed-header #topSearch2 {
    width: 15vw;
  }
}
@media all and (max-width: 1165px) {
  .sticky-header__phone-wrapper {
    margin-right: 10px;
  }
  .sticky-header__search {
    margin-right: 5px;
  }
  .sticky-header__logo {
    margin-right: 5px;
  }
  body.fixed-header #menuCatalogSection {
    left: 94px;
  }
  body.fixed-header #topSearch2 {
    left: 312px;
  }
  .sticky-header__catalog {
    margin-left: 10px;
  }
  .sticky-header__button {
    margin-right: 7px;
  }
  .sticky-header__phone, .sticky-header__mail a, .sticky-header__phone-wrapper .link {
    font-size: 13px;
  }
}
@media all and (max-width: 1024px) {
  .sticky-header, body.fixed-header #topSearch2 {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  #tb-notification-widget.tb-no-api-call {
    bottom: 190px;
    right: -25px;
  }
  #tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-icons tb-notification-button__text {
    display: none;
  }
  #tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner tb-widget-corner-popup-button {
    right: -11px;
    bottom: 130px;
    width: 40px;
    height: 40px;
  }
  #tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-icons tb-notification-button__icon {
    width: 40px;
    height: 40px;
  }
  #tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-corner-popup-tooltip-container_show-on-mobile {
    display: none;
  }
  .productList .cat-label{
    display: none;
  }
  .mobile-bottom-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-bottom-line .article {
    padding: 0 !important;
  }
  .label-mobile {
    display: block;
  }
}

#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(/local/templates/dresscodeV2/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;
}

#smartFilter{
  margin-top: 0px;
}

#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;
}

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

.limiter{
width: auto;
    max-width: 1170px;
    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(/local/templates/dresscodeV2/images/loaderMin.gif) 50% 50% no-repeat #fff;
}

#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: 270px;
}

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

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

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

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


/*Попап добавить в корзину*/

#appBasketContainer.newdesign * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#appBasketContainer.newdesign {
  width: 550px;
  height: 550px;
  overflow: hidden;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#appBasketContainer.newdesign .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#appBasketContainer.newdesign .markerContainer {
  left: 28px;
  top: 28px;
  z-index: 1;
}
#appBasketContainer.newdesign .information {
  padding-top: 55px;
  line-height: normal;
}
#appBasketContainer.newdesign .picture {
  width: 50%;
  min-width: 200px;
}
#appBasketContainer.newdesign .rating {
  left: 264px;
  top: 34px;
  right: auto;
}
#appBasketContainer.newdesign .name {
  font-size: 16px;
  font-family: 'roboto_condensedlight';
}
#appBasketContainer.newdesign .price {
  font-size: 19px;
  margin-bottom: 14px;
}
#appBasketContainer.newdesign .priceContainer {
  font-size: 30px;
}
#appBasketContainer.newdesign .qtyBlock {
  margin-bottom: 5px;
}
#appBasketContainer.newdesign .sum {
  line-height: normal;
  height: auto;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  background-color: #fff;
}
#appBasketContainer.newdesign .sum div {
  margin-bottom: 5px;
}
#appBasketContainer.newdesign .qtyBlock .label {
  font-family: 'roboto_condensedlight';
}
.newdesign .allSum {
  display: inline-block;
  line-height: normal;
  padding: 0;
  position: relative;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.newdesign .allSum:before {
  content: '';
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 10px);
  top: -5px;
  left: -20px;
  background-color: #F3F3F3;
  border-radius: 10px;
  z-index: -1;
}
.pi__error {
  margin-top: 45px;
  font-size: 14px;
  color: #999;
}
.info-controls {
  margin-top: 17px;
}
.info-controls__remove {
  text-decoration: none;
  color: #ED1C24;
  font-size: 15px;
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #ED1C24;
  margin-left: 15px;
}
.info-controls__remove:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOCA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy40MjQzNyAxTDEgNy41MzExNCIgc3Ryb2tlPSIjRUQxQzI0IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjIyLjkyNTYiLz4KPHBhdGggZD0iTTEgMUw3LjQyNDM3IDcuNTMxMTQiIHN0cm9rZT0iI0VEMUMyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIyMi45MjU2Ii8+Cjwvc3ZnPgo=);
};
.info-controls__remove:hover {
  background-color: transparent;
}
#appBasketContainer.newdesign .lower {
  line-height: normal;
}
#appBasketContainer.newdesign .tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.lower-continue {
  margin-right: 10px;
}
#appBasketContainer.newdesign .lower {
  height: 85px;
  background-color: #333;
}
.lower-continue a {
  padding: 16px 14px;
  border-radius: 25px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  display: inline-block;
  color: #424242;
  font-size: 14px;
}
.lower-continue a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 10px;
  margin-right: 7px;
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/arrow-next-atc.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.lower-to-basket a {
  padding: 16px 16px;
  border-radius: 25px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ED1C24;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.lower-to-basket a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/cart-atc.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
#appBasketContainer.newdesign .heading {
  line-height: 60px;
  font-size: 18px;
  background-color: #333;
  color: #ffffff;
  text-align: left;
  line-height: 100px;
  padding: 0 69px;
  font-size: 24px;
}
#appBasketContainer.newdesign .close {
  top: 39px;
  right: 27px;
}
#appBasketContainer.newdesign .heading:before {
  content: '';
  width: 22px;
  height: 25px;
  position: absolute;
  left: 26px;
  top: 39px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/icon-heading-atc.svg);
}
#appBasketContainer.newdesign .allSum .discount {
  display: block;
}
.pi__controls-item {
    display: inline-block;
    margin-right: 10px;
}
.pi__controls-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #fff;
  text-indent: -9000px;
  font-size: 0;
  overflow: hidden;
}
.pi__controls-circle:hover {
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.pi__controls-circle.active {
  background-color: #fff;
  border-color: #ED1C24;
}
.pi-favorites {
  background-size: 18px;
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/controls-circle-1.svg);
}
.pi-dif {
  background-size: 16px 18px;
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/controls-circle-2.svg);
}
.pi-favorites:hover {
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/controls-circle-1-2.svg);
}
.pi-dif:hover {
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/controls-circle-2-2.svg);
}
.pi-favorites.active, .pi-favorites.added {
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/controls-circle-1-3.svg);
}
.pi-dif.active, .pi-dif.added {
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/controls-circle-2-3.svg);
}
.pi-delivery {
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/btn-delivery-grey.svg);
  background-size: 21px;
  margin-right: 8px;
}
/**/


/*Новые стили каталог*/
.product-new .pi__to-cart {
  width: 100%;
  max-width: 100%;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ED1C24;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 9px;
}
.product-new .pi__to-cart:not(.added):hover {
  background: -o-linear-gradient(left, #ED1C24 -2.4%, rgba(237, 28, 36, 0) 318%);
  background: -webkit-gradient(linear, left top, right top, color-stop(-2.4%, #ED1C24), color-stop(318%, rgba(237, 28, 36, 0)));
  background: linear-gradient(90deg, #ED1C24 -2.4%, rgba(237, 28, 36, 0) 318%);
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}
.product-new .pi__to-cart:hover span:after {
  bottom: -9px;
}
.product-new .pi__to-cart.added {
  background-color: #333;
}
.product-new .pi__to-cart.added span:after {
  bottom: -9px;
}
.product-new .pi__to-cart.added span:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yIDUuODUzOTRMNS42OTAxMSA5LjYyMjQ4TDExLjkyMTggMy4zNjY0OUwxMC41NjA2IDJMNS42OTAxMSA2Ljg4OTQ5TDMuMzYxMTkgNC40NzY3N0wyIDUuODUzOTRaIiBmaWxsPSIjRkVGRkZFIi8+Cjwvc3ZnPgo=);
}
.product-new .pi__to-cart span {
  position: relative;
  display: block;
}
.pi__to-cart span:before {
   content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjgwMDYxMyA1LjE5OTM5SDUuMTk5MzlWMC44MDA2MTNDNS4xOTkzOSAwLjM1ODg5NiA1LjU1ODI4IDAgNiAwQzYuNDQxNzIgMCA2LjgwMDYxIDAuMzU4ODk2IDYuODAwNjEgMC44MDA2MTNWNS4xOTkzOUgxMS4xOTk0QzExLjY0MTEgNS4xOTkzOSAxMiA1LjU1ODI4IDEyIDZDMTIgNi40NDE3MiAxMS42NDExIDYuODAwNjEgMTEuMTk5NCA2LjgwMDYxSDYuODAwNjFWMTEuMTk5NEM2LjgwMDYxIDExLjY0MTEgNi40NDE3MiAxMiA2IDEyQzUuNTU4MjggMTIgNS4xOTkzOSAxMS42NDExIDUuMTk5MzkgMTEuMTk5NFY2LjgwMDYxSDAuODAwNjEzQzAuMzU4ODk2IDYuODAwNjEgMCA2LjQ0MTcyIDAgNkMwIDUuNTU4MjggMC4zNTg4OTYgNS4xOTkzOSAwLjgwMDYxMyA1LjE5OTM5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);

}
.product-new .pi__btn span:before {
   content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjgwMDYxMyA1LjE5OTM5SDUuMTk5MzlWMC44MDA2MTNDNS4xOTkzOSAwLjM1ODg5NiA1LjU1ODI4IDAgNiAwQzYuNDQxNzIgMCA2LjgwMDYxIDAuMzU4ODk2IDYuODAwNjEgMC44MDA2MTNWNS4xOTkzOUgxMS4xOTk0QzExLjY0MTEgNS4xOTkzOSAxMiA1LjU1ODI4IDEyIDZDMTIgNi40NDE3MiAxMS42NDExIDYuODAwNjEgMTEuMTk5NCA2LjgwMDYxSDYuODAwNjFWMTEuMTk5NEM2LjgwMDYxIDExLjY0MTEgNi40NDE3MiAxMiA2IDEyQzUuNTU4MjggMTIgNS4xOTkzOSAxMS42NDExIDUuMTk5MzkgMTEuMTk5NFY2LjgwMDYxSDAuODAwNjEzQzAuMzU4ODk2IDYuODAwNjEgMCA2LjQ0MTcyIDAgNkMwIDUuNTU4MjggMC4zNTg4OTYgNS4xOTkzOSAwLjgwMDYxMyA1LjE5OTM5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);

}

.product-new .pi__to-cart span:after {
   content: '';
  position: absolute;
  right: -50px;
  bottom: -27px;
  width: 28px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzNCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZCkiPgo8cGF0aCBkPSJNMjIuNDUyMiAxMy40NDA4QzIxLjI0OTIgMTMuNDQwOCAyMC4yNjk2IDEyLjQ2NzMgMjAuMjY5NiAxMS4yNzE4QzIwLjI2OTYgMTAuNDA5MyAyMC43MDc4IDkuNjMyMjYgMjEuNTg0MyA5LjI5MDY5VjExLjI3MThDMjEuNTg0MyAxMS43NSAyMS45NzEgMTIuMTQyOCAyMi40NTIyIDEyLjE0MjhDMjIuOTMzNCAxMi4xNDI4IDIzLjMyODcgMTEuNzUgMjMuMzI4NyAxMS4yNzE4VjkuMjkwNjlDMjQuMTk2NiA5LjYzMjI2IDI0LjYzNDggMTAuNDE3OSAyNC42MzQ4IDExLjI3MThDMjQuNjM0OCAxMi40NjczIDIzLjY1NTIgMTMuNDQwOCAyMi40NTIyIDEzLjQ0MDhaTTExLjU0NzggMTMuNDQwOEMxMC4zNDQ4IDEzLjQ0MDggOS4zNjUyIDEyLjQ2NzMgOS4zNjUyIDExLjI3MThDOS4zNjUyIDEwLjQwOTMgOS44MDM0NCA5LjYzMjI2IDEwLjY3MTMgOS4yOTA2OVYxMS4yNzE4QzEwLjY3MTMgMTEuNzUgMTEuMDY2NiAxMi4xNDI4IDExLjU0NzggMTIuMTQyOEMxMi4wMjkgMTIuMTQyOCAxMi40MTU3IDExLjc1IDEyLjQxNTcgMTEuMjcxOFY5LjI5MDY5QzEzLjI5MjIgOS42MzIyNiAxMy43MzA0IDEwLjQxNzkgMTMuNzMwNCAxMS4yNzE4QzEzLjczMDQgMTIuNDY3MyAxMi43NTA4IDEzLjQ0MDggMTEuNTQ3OCAxMy40NDA4Wk0xNi45OTU3IDEuNzMzNDZDMTkuNTIyIDEuNzMzNDYgMjEuNTg0MyAzLjc3NDM0IDIxLjU4NDMgNi4yODQ4OFY3LjM2OTM2SDEyLjQxNTdWNi4yODQ4OEMxMi40MTU3IDMuNzc0MzQgMTQuNDY5NCAxLjczMzQ2IDE2Ljk5NTcgMS43MzM0NlpNMjcuNDcwNSA3LjU3NDNDMjcuNDYxOSA3LjQ1NDc1IDI3LjM2NzMgNy4zNjkzNiAyNy4yNTU2IDcuMzY5MzZIMjMuMzI4N1Y2LjI4NDg4QzIzLjMyODcgMi44MTc5NSAyMC40ODQ0IDAgMTYuOTk1NyAwQzEzLjUwNyAwIDEwLjY3MTMgMi44MTc5NSAxMC42NzEzIDYuMjg0ODhWNy4zNjkzNkg2Ljc0NDM2QzYuNjMyNjUgNy4zNjkzNiA2LjUzODEzIDcuNDU0NzUgNi41Mjk1NCA3LjU3NDNMNSAyNy41MTM0QzUgMjcuNTIyIDUgMjcuNTMwNSA1IDI3LjUzMDVDNSAyNy41OTAzIDUuMDE3MTkgMjcuNjQxNSA1LjA2MDE1IDI3LjY4NDJDNS4xMDMxMSAyNy43MjY5IDUuMTU0NjcgMjcuNzUyNSA1LjIxNDgyIDI3Ljc1MjVIMjguNzc2NkMyOC44MzY3IDI3Ljc1MjUgMjguODk2OSAyNy43MjY5IDI4LjkzOTggMjcuNjg0MkMyOC45ODI4IDI3LjYzMyAyOSAyNy41ODE3IDI5IDI3LjUxMzRMMjcuNDcwNSA3LjU3NDNaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2QiIHg9IjAiIHk9IjAiIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNy43NTI1IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+CjxmZU9mZnNldCBkeT0iNSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyLjUiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMjUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K);
}

.product.product-new .pi__btn {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 7px;
  margin-top: 8px;
  border: 1px solid;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product.product-new .pi__btn:hover, .product.product-new .pi__btn.pi__btn-buy:hover {
  color: #fff;
}
.product.product-new .pi__btn.pi__btn-buy {
  color: #ED1C24;
  border-color: #ED1C24;
}
.product.product-new .pi__btn.pi__btn-buy span:before {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/btn-buy-red.svg);
}
.pi__btn.pi__btn-buy:hover {
  background: -o-linear-gradient(left, #ED1C24 -2.4%, rgba(237, 28, 36, 0) 318%);
  background: -webkit-gradient(linear, left top, right top, color-stop(-2.4%, #ED1C24), color-stop(318%, rgba(237, 28, 36, 0)));
  background: linear-gradient(90deg, #ED1C24 -2.4%, rgba(237, 28, 36, 0) 318%);
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
  color: #fff;
}
.product.product-new .pi__btn.pi__btn-buy:hover span:before {
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/btn-buy-white.svg);
}
.product-new .optional {
  display: flex;
}

#catalogLineList .article, #homePageLineList .article{
  position: relative;
  padding: 2px 0 4px;
  font-size: 12px;
  box-sizing: border-box;
  font-weight: 300;
  color: #424242 !important;
  text-align: center;
}
#catalogLineList .article span, #homePageLineList .article span, #catalogLineList .article a, #homePageLineList .article a{
  color: #424242 !important;
}
#catalogLineList .article::before, #homePageLineList .article:before {
  content: "";
  position: absolute;
  left: -13px;
  right: -13px;
  top: 0px;
  bottom: -12px;
  background-color: #F0F0F0;
  height: 27px;
  z-index: -1;
  border-radius: 0 0 10px 10px;
}
@media all and (min-width: 768px) {
  .mobile-bottom-line .article{
    position: relative;
    padding: 2px 0 4px;
    font-size: 12px;
    box-sizing: border-box;
    font-weight: 300;
    color: #424242 !important;
    text-align: center;
  }
  .mobile-bottom-line .article:before {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: -12px;
    background-color: #F0F0F0;
    height: 34px;
    z-index: -1;
  }
}

@media (max-width: 769px) {
  .product-list--mobile .product .tabloid {
    height: 340px;
  }
}

.cat-price {
  position: relative;
}
.cat-label {
  position: absolute;
  width: auto;
  top: 7px;
  right: 7px;
}
.product-new .name {
  width: 100%;
}
.cat-price .pi-favorites {
  position: absolute;
  right: 0;
  top: -12px;
}
.cat-price .pi-dif {
  position: absolute;
  right: 44px;
  top: -12px;
}
.product-new .pi__controls-circle {
  width: 40px;
  background-color: transparent;
  height: 40px;
  border: 1px solid transparent;
}

.product-new:hover .pi__controls-circle {
  border-color: #CCCCCC;
  background-color: #fff;
}
.product-new .pi__controls-circle:hover {
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.product-new .pi__controls-circle.added {
  border-color: none;
  background-color: transparent;
}
.product-new:hover .pi__controls-circle.added {
  background-color: #fff;
  border-color: #ED1C24;
}
.product-new .price {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 5px;
}
.product-new:hover .price {
  font-size: 22px;
}

.product-new .pi-favorites {
  background-size: 18px;
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/controls-circle-1.svg);
}
.product-new .pi-dif {
  background-size: 16px 18px;
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/controls-circle-2.svg);
}
.pi-favorites:hover {
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/controls-circle-1-2.svg);
}
.pi-dif:hover {
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/controls-circle-2-2.svg);
}
.pi-favorites.active, .pi-favorites.added {
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/controls-circle-1-3.svg);
}
.pi-dif.active, .pi-dif.added {
  background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.element/.default/images/controls-circle-2-3.svg);
}

.product.product-new .pi__stock {
  font-size: 12px;
  border: 1px solid;
  line-height: 1.6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 23px;
  white-space: nowrap;
  border-radius: 20px;
  padding: 0 8px;
  width: auto;
  float: none;
}
.product-new .pi__stock.in_stock {
  border-color: #2DAF31;
  color: #2daf31;
}
.product-new .pi__stock:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
.product-new .pi__stock.in_stock:before {
  width: 10px;
  height: 8px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDExIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC45OTU4NSA0LjgyMjA4TDQuNjg1OTYgOC41OTA2MkwxMC45MTc3IDIuMzM0NjNMOS41NTY0OSAwLjk2ODE0TDQuNjg1OTYgNS44NTc2M0wyLjM1NzA0IDMuNDQ0OTFMMC45OTU4NSA0LjgyMjA4WiIgZmlsbD0iIzJEQUYzMSIvPgo8L3N2Zz4K);
}
.product-new .pi__stock.on_order {
  border-color: #FF9933;
  color: #FF9933;
}
.product-new .pi__stock.on_order:hover {
  color: #FF9933;
}
.product-new .pi__stock.on_order:before {
  width: 12px;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMzg1MzUgMTIuNzE5MkMzLjA2MTIzIDEyLjcxOTIgMC4zNzQzMjkgOS45MzkyNiAwLjM3NDMyOSA2LjVDMC4zNzQzMjkgMy4wNzE3MyAzLjA2MTIzIDAuMjgwNzYyIDYuMzg1MzUgMC4yODA3NjJDOS42OTg4NSAwLjI4MDc2MiAxMi4zOTY0IDMuMDcxNzMgMTIuMzk2NCA2LjVDMTIuMzk2NCA5LjkzOTI2IDkuNjk4ODUgMTIuNzE5MiA2LjM4NTM1IDEyLjcxOTJaTTYuMzg1MzUgMTEuMzM0N0M4Ljk2NjA2IDExLjMzNDcgMTEuMDU4MiA5LjE3MDEgMTEuMDU4MiA2LjVDMTEuMDU4MiAzLjgyOTkgOC45NjYwNiAxLjY2NTI2IDYuMzg1MzUgMS42NjUyNkMzLjgwNDY1IDEuNjY1MjYgMS43MTI0NyAzLjgyOTkgMS43MTI0NyA2LjVDMS43MTI0NyA5LjE3MDEgMy44MDQ2NSAxMS4zMzQ3IDYuMzg1MzUgMTEuMzM0N1oiIGZpbGw9IiNGRjk5MzMiLz4KPHBhdGggZD0iTTYuNzM1NzkgMy40ODkyNkg1LjM5NzY0VjcuMjgwMTNMNy41OTYwMiA5LjUxMDcxTDguNTMwNiA4LjUyMTc4TDYuNzM1NzkgNi42OTc3N1YzLjQ4OTI2WiIgZmlsbD0iI0ZGOTkzMyIvPgo8L3N2Zz4K);
}
.product-new .pi__stock.outof_stock {
  border-color: #999999;
  background-color: #999999;
  color: #fff;
}
.product-new .pi__stock.outof_stock:before {
  width: 7px;
  height: 7px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOCA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy40MzIxOCAxLjIzNDQyTDEuMDA3ODEgNy43NjU1NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIyMi45MjU2Ii8+CjxwYXRoIGQ9Ik0xLjAwNzgxIDEuMjM0NDJMNy40MzIxOCA3Ljc2NTU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjIyLjkyNTYiLz4KPC9zdmc+Cg==);
}
.product.product-new .name {
  margin-bottom: 7px;
}
.product.product-new .row .label:last-child {
  width: 100%;
}
/*купить в 1 клик кнопка*/
#appFastBuyContainer #fastBuyFormSubmit {
  border-radius: 25px;
}
.product.product-new .price .discount {
  display: block;
  position: absolute;
}
/*other*/
#appFastView .addCart, #catalogLineList .addCart, #catalogTableList .addCart,
#basketProductList .show-always, #newOrder {
  border-radius: 30px;
}
#footerLine .item .compare .icon {
    background: url(/local/templates/dresscodeV2/headers/header3/css/images/top-chart.png) 0 0 no-repeat;
    background-size: 18px;
}
#footerLine .item .wishlist .icon {
  background: url(/local/templates/dresscodeV2/headers/header3/css/images/top-heart.png) center no-repeat;
  background-size: 20px;
}
/**/

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

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

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

}

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

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

  .slider_small #slider ul li span,
.slider_small #slider ul li img,
  .slider_small #slider .slideVideoContainer,
  .slider_small #slider .limiter,
  .slider_small #slider .videoPoster{
    height: 380px;
  }
  .productList .product-new .pi__to-cart {
    max-width: 100%;
  }
  .product.product-new .pi__stock {
    height: 19px;
  }
  .cat-label {
    top: 5px;
    right: 5px;
  }
}

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

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

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

}

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

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

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

}

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

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

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

}

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

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

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

}

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

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

  .slider_small #slider ul li span,
.slider_small #slider ul li img,
  .slider_small #slider .slideVideoContainer,
  .slider_small #slider .limiter,
  .slider_small #slider .videoPoster{
    height: 350px;
  }
  .cat-label {
    top: 1px;
  }

}

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

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

  .slider_small #slider ul li span,
.slider_small #slider ul li img,
  .slider_small #slider .slideVideoContainer,
  .slider_small #slider .limiter,
  .slider_small #slider .videoPoster{
    height: 300px;
  }
  .cat-label {
    top: 5px;
  }

}

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

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

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

}

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

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

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

}

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

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

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

  .slider_small #slider ul li span {
    height: 45vw;
  }

}
@media all and (max-width: 430px){
  .slider_small #slider ul li span,
  .slider_small #slider ul li img,
  .slider_small #slider .slideVideoContainer,
  .slider_small #slider .limiter,
  .slider_small #slider .videoPoster{
    height: 52vw;
  }
}

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;
}

@media all and (min-width: 1025px){

  .menuContainerColor.color_white #mainMenuContainer{
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    background-color: #ffffff;
  }

  .menuContainerColor.color_gray #mainMenuContainer{
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    background-color: #fbfbfb;
  }

  .menuContainerColor.color_white #mainMenuContainer #mainMenu > li:first-child,
  .menuContainerColor.color_gray #mainMenuContainer #mainMenu > li:first-child{
      border-left: 1px solid #f6f6f6;
  }

  .menuContainerColor.color_theme #mainMenuContainer #mainMenu > li:first-child{
    border-color: rgba(255, 255, 255, 0.2);
  }

  .menuContainerColor.color_white #mainMenuContainer #mainMenu > li,
  .menuContainerColor.color_gray #mainMenuContainer #mainMenu > li{
      border-right: 1px solid #f6f6f6;
  }

  .menuContainerColor.color_theme #mainMenuContainer #mainMenu > li{
    border-color: rgba(255, 255, 255, 0.2);
  }

  .menuContainerColor.color_white #mainMenuContainer #mainMenu > li:hover{
    background-color: #fbfbfb;
  }

  .menuContainerColor.color_gray #mainMenuContainer #mainMenu > li:hover{
    background-color: #ffffff;
  }

  .menuContainerColor.color_white #mainMenuContainer #mainMenu > li a,
  .menuContainerColor.color_gray #mainMenuContainer #mainMenu > li a,
  .menuContainerColor.color_white #mainMenuContainer #mainMenu > li a:hover,
  .menuContainerColor.color_gray #mainMenuContainer #mainMenu > li a:hover{
    color: #000000;
  }

  .menuContainerColor.color_theme #mainMenuContainer #mainMenu > li > a,
  .menuContainerColor.color_theme #mainMenuContainer #mainMenu > li > a:hover{
    color: #ffffff;
  }

  .menuContainerColor.color_gray #menuCatalogSection{
    border-left: 1px solid #f6f6f6;
  }

  .menuContainerColor.color_gray #menuCatalogSection .catalogButton{
    background-color: #fbfbfb;
    color: #000000;
  }

  .menuContainerColor.color_gray #menuCatalogSection .catalogButton:hover{
    opacity: 0.8;
  }

  .menuContainerColor.color_white #mainMenu .removedItemsLink .removedItemsList,
  .menuContainerColor.color_gray #mainMenu .removedItemsLink .removedItemsList{
    background-color: #fbfbfb;
  }

  .menuContainerColor.color_white #mainMenu .removed,
  .menuContainerColor.color_gray #mainMenu .removed{
    border-top: 1px solid #ffffff;
  }

  .menuContainerColor.color_theme #mainMenu .removed{
    border-color: rgba(255, 255, 255, 0.2);
  }

  .menuContainerColor.color_theme #mainMenu .removed:hover a{
    color: #ffffff;
  }

  .menuContainerColor.color_white #mainMenu .removed:hover,
  .menuContainerColor.color_gray #mainMenu .removed:hover{
    background-color: #ffffff;
  }

  .menuContainerColor.color_gray #menuCatalogSection .catalogButtonImage{
    background-image: url(/local/templates/dresscodeV2/images/catalogButtonW.png);
  }

  .menuContainerColor.color_gray #menuCatalogSection .sectionMenuArrow{
    background-image: url(/local/templates/dresscodeV2/images/sectionMenuArrowW.png);
  }
}

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

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

.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;
}

.clear{
  clear:both;
}

.hidden {
  display: none;
}

.hiddenZone{
  display: none;
}

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



@media all and (min-width: 700px) {
  #catalog.alone-item .product{
    width: 50%;
  }
}

@media all and (min-width: 870px) {
  #catalog.alone-item .product{
    width: 33.333%;
  }
}

@media all and (min-width: 1220px) {
  #catalog.alone-item .product{
    width: 25%;
  }
}

@media all and (min-width: 1520px) {
  #catalog.alone-item .product{
    width: 20%;
  }
}

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


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

  .product{
    height: 392px;
  }

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

  .product .tabloid{
    height: 390px;
  }

  .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;
  }

  #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;
  }

  #catalogColumn .product{
    width: 25%;
  }

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

}

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

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

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

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

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

}

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

  #footerTabs .wrapper,
  #footerTabsCaption .wrapper,
  .limiter{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 24px;
  }

  #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{
    width: 250px !important;
  }

}

@media all and (max-width: 1400px) {
  #catalogColumn #catalogLineList .description{
    display: none;
  }

  #catalogColumn #catalogLineList .prop{
    width: 100%;
  }

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

  .mainServiceContainer .item .bigPicture{
    height: 140px;
    margin-top: 18px;
    line-height: 140px;
  }

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

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

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

@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;
  }

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

  #rightFooter{
    /* width: 23%; */
  }

  #rowFooter .block {
    flex-direction: column;
  }

  #rightFooter .list,
  #rightFooter .social
  {
    margin-top: 20px;
  }

  #rowFooter .column:first-child {
    flex: 0.35;
  }


/*  #catalogColumn .leftColumn{
    width: 320px;
  }*/

}

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

  .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: 1300px) {
  .product{
    height: 392px;
    width: calc(25% - 8px);
  }

  #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;
  }

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

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



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

  #modef{
      left: 301px;
  }

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

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

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

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

  #slider .sliderContent br{
    display: none;
  }

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

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

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

  #catalogColumn .product{
    width: 33.33333%;
  }

  #catalog .product{
    width: 33.33333%;
    max-width: 33.333%;
  }

/*  #homeCatalog .captionList{
    background: #ffffff;
  }*/

}

#catalogLineList .column .resizeColumn.price .kit_price {
  font-family: 'roboto_ltregular';
}

.kit_price .red {
  white-space: nowrap;
}
.dowload_pdf div{
  color: #3e3f55 !important;
}
.dowload_pdf div:hover{
  color: #ed1c24 !important;
}

@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{
    display: none;
  }
}

@media all and (min-width: 1200px) {
  .kit_price .red:hover {
    color: transparent !important;
    border-bottom: 1px dashed transparent;
  }
  .kit_price .red:hover:before {
    position: absolute;
    content: attr(data-discount-price);
    color: #F51E2B;
  }
}

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

  #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{
    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{
    border: 0;
    width: 100%;
    clear: both;
    display: flex;
    align-items: center;
    padding: 5px;
  }

  #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;
    line-height: normal;
  }

  #catalogLineList .column .resizeColumn.price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  #catalogLineList .column .resizeColumn.price .kit_price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3px;
    line-height: 14px;
    font-size: 13px;
    font-family: 'roboto_ltregular';
    align-items: baseline;
  }

  #catalogLineList .column .resizeColumn.price .kit_price .red {
    margin-left: 5px;
  }

  #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:5px 0 0 0;
    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 .priceLabel{
    display: none;
  }

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

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

  #catalogLineList .column:last-child{
    background-color: #f9f9f9;
  }

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


}

@media all and (max-width: 1150px){
  #catalogColumn .product{
    width: 50%;
    max-width: 50%;
  }

  #catalog .product{
    width: 50%;
    max-width: 50%;
    flex: 1 0 calc(50% - 10px);
  }

  .column.help {
    display: none;
  }

  #leftFooter ul {
    width: 100%;
  }

  #rowFooter .column.services .block {
    flex: 0.5;
  }

  #rowFooter .column.services .block:first-child {
    flex: 0.35;
  }

}

@media all and (max-width: 1100px) {
  #catalogLineList .description{
    display: none;

  }

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

  #catalogLineList .prop{
    width: 100%;
  }

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

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

@media all and (max-width: 1300px) 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: 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: 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) {

  #catalog-section-banners{
    display: none;
  }


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

  #mainMenuContainer .minCatalogButton{
    display: block;
  }

  #mainMenuContainer{
    background: transparent;
    height: auto;
  }

  #mainMenuContainer .limiter{
    margin: 0px;
  }

  #mainMenu{
    background-color: #2b2b2b;
    display: none;
    height: auto;
  }

  #mainMenu li{
    border-top: 1px solid #222222;
    line-height: 21px;
    float: none;
  }

  #mainMenu li:first-child{
    border: 0;
  }

  #mainMenu li a{
    padding: 18px 24px;
    display: block;

  }

  #middleSlider{
    display: none;
  }

  #menuCatalogSection{
    display: none;
  }


  #bestsellers{
    margin-top: 0;
  }

  #footer .top .left,
  #headerTools .nf,
  .product:hover .fastShow{
    display: none;
  }

  .drop{
    display: none !important;
  }

  #smartFilter .heading{
    cursor: pointer;
  }

  #nextSection ul{
    display: none;
  }

  #smartFilterForm{
    display: none;
  }

  #smartFilterForm .slider{
    display: none;
  }

  #modef{
    display: none !important;
  }

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

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

  #appFastView{
    display: none !important;
  }

  #fastViewStores{
    display: none !important;
  }

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

  #slider ol{
    display: none;
  }

  #slider .slideVideo{
    display: none;
  }

  #slider .videoPoster {
      display: block;
  }

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

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

  #homePageLineList .product {
    flex: 1 0 calc(25% - 8px);
    max-width: calc(25% - 8px);
  }

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

  .product .tabloid{
    height: 355px;
  }

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

  .productSpecialTime{
    top: 30px;
  }

  #catalogColumn .product{
    width: 25%;
    flex: 1 0 calc(25% - 8px);
  }

}

@media all and (max-width: 1000px){
  .product{
    width: calc(33.33333% - 8px);
  }

  #homePageLineList .product {
    flex: 1 0 calc(33.333% - 8px);
    max-width: calc(33.333% - 8px);
  }

  #catalogColumn .product{
    width: 33.33333%;
    flex: 1 0 calc(33.333% - 8px);
  }

  #catalog .product{
    width: 33.33333%;
  }

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

}

@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;
  }

  #headerTools .nf{
    display: none;
  }

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

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

  #modef{
    display: none !important;
  }

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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


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

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

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

}

@media all and (max-width: 790px){
  .product{
    width: calc(50% - 5px);
  }

  #catalogColumn .product{
    width: 50%;
  }

  #catalog .product{
    width: 50%;
    flex: 1 0 calc(50% - 6px);
  }

  #popSection .item{
    width: 33.33333%;
  }

  #brandList .item{
    width: 33.33333%;
  }

  #homePageLineList .product {
    flex: 1 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
}

@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%;
  }

  #requestPriceForm{
    margin-bottom: 24px;
  }

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

}

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

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

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

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

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

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

  #mainMenuContainer .limiter{
    padding: 0px;
  }

  #topMenu{
    margin-left: 12px;
  }

  #logo {
    border-right: 0;
  }

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

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

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

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

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

  .copyright img{
    display: none;
  }

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

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

  #catalogLineList .resizeColumn{
    width: 40%;
  }

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

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

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

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

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

  #appBasket{
    display: none !important;
  }

  #overlap{
    display: none !important;
  }

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

  #upButton{
    display: none !important;
  }

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

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

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

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

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

  .product{
    height: auto;
    /* width: 50%; */
  }

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

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

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

  .product .tabloid{
    height: 100%;
  }

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

  .product .picture{
    height: 200px;
    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: block;
    width: 100%;
  }

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

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

  @media all and (max-width: 600px){
    .productTable .productColImage {
      display: block;
      width: 100%;
      max-width: 100%;
    }
    .productTable .btn-simple.add-cart {
      display: none;
    }
    .productTable .productColText {
      display: block;
    }
  }
  @media all and (max-width: 400px) {
    .productTable .productColImage {
      width: 100%;
    }
  }

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

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

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

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

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

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

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

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

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

}

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

  #footer{
    padding-top: 0px;
  }

  #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%;
  }

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

  #catalogLine .label{
    display: none;
  }

}

@media all and (max-width: 600px){
  .product{
    width: 100%;
  }

  #catalogColumn .product{
    width: 100%;
  }

  #catalog .product{
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  .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;
  }


  .catalogLineSpecialTime{
    display: none;
  }

}

@media all and (max-width: 525px) {
  #catalogLine .column:last-child{
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #topMenu{
    margin-left: 0px;
  }

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

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

  #topService li a{
    color: #888888;
  }
  #logo{
    text-align: left;
  }

  #topHeader #topMenu{
    border: none;
  }

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

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

  #topSeachCloseForm{
    font-size: 13px;
  }

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

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

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

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

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

}

@media all and (max-width: 480px) {
  #brandList .heading{
    padding-bottom: 24px;
  }

  #leftFooter .column{
    width: 100%;
  }

  #leftFooter .column:nth-child(2n){
    display: none;
  }

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

  .sn{
    /* display: none; */
  }

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

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

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

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

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

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

  #catalogTableList .addCart,
  #catalogTableList .more{
    margin: 0;
  }

  #slider{
    width: 100%;
  }

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

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

  #slider .sliderContent br{
    display: none;
  }

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

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

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

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

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

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

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

  #leftFooter .heading{
    text-align: center;
  }

  #leftFooter ul{
    text-align: center;
  }

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

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

@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;
  }

  .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: 360px) {

  #brandList .item{
    width: 50%;
  }

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

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

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

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

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


  #catalogLine .oSmartFilter.btn-simple.btn-micro{
    min-width: 94px;
  }

  #headerTools .tools li{
    border-left: none;
  }

  #logo{
    width: 120px;
  }

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

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

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

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

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

}


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

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

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

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

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

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

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


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

.appZoomContainerExit{
  background: url(/local/templates/dresscodeV2/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(/local/templates/dresscodeV2/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(/local/templates/dresscodeV2/images/priceInfo.png) 0 0 no-repeat transparent;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  margin-top: -2px;
  height: 21px;
  width: 21px;
}

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

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

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

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

.btn-simple-wrap > a{
  color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.questions-answers-list .open-answer-btn{
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url("/local/templates/dresscodeV2/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;
}

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

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

#catalog-section-banners{
  margin: 0px 0px 24px 0px;
  overflow: hidden;
  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(/local/templates/dresscodeV2/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(/local/templates/dresscodeV2/images/slideButtonSect.png) -18px 0  no-repeat transparent;
}

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

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

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

#catalog-section-banners ol li.selected:active{
  background: url(/local/templates/dresscodeV2/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(/local/templates/dresscodeV2/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;
}

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

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

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

.microdata{
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

.link {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  color: #F51E2B;
  border-bottom: 1px solid #F51E2B;
  transition: .2s border-bottom-color ease;
}

.link:hover {
  border-bottom-color: transparent;
  transition-duration: 0s;
}

.link:active {
  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: 15px;
    font-family: "roboto_ltregular";
    font-size: 25px;
    line-height: 25px;
    color: #000000;
    text-decoration: none;
}

.h3{
    display: block;
    margin-bottom: 15px;
    font-family: "roboto_ltregular";
    font-size: 21px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
}

.center{
text-align:center;	
	
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-wrap blockquote:before{
  content: "";
  display: inline-block;
  width: 40px;
  height: 33px;
  margin-right: 10px;
  background: url("/local/templates/dresscodeV2/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){

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

  .banner-elem{
    height: 260px;
  }

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

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

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

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

}

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

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

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

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

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

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

}

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

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

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

  .banner-elem{
    height: 160px;
  }

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

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

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

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

}

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

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

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

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

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

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

}

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

  .banner-elem{
    height: 150px;
  }

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

  .fullscreen-banner{
    height: 440px;
  }

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

}

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

  .fullscreen-banner{
    height: 420px;
  }

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

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

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

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

}

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

  .fullscreen-banner{
    height: 290px;
  }

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

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

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

}

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

  .fullscreen-banner{
    height: 270px;
  }

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

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

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

}

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

  .fullscreen-banner{
    height: 260px;
  }

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

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

}

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

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

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

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

}

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

  .fullscreen-banner{
    height: 170px;
  }

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

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

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

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

}

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

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

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

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

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

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

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


}

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

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

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

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

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

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

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

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

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

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

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

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

.templateSwitcherSettings.active{
  right: 360px;
}

.templateSwitcherSettings:hover{
  opacity: 0.9;
}

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

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

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

.templateSwitcher .switcherList{
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    transform: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}


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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* old tags block */
.tags {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 14px;
}

.tags ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0;
}

.tags ul li {
  display: flex;
  align-items: center;
}

.tags ul .tag_separator {
  padding: 0 10px;
  margin: 0;
}

.tags ul 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: #000;
  text-decoration: none;
}

.tags ul a:hover {
  color: #ed1c24;
}

/* old tags block */


/* new tags block */

.tagsBlock {
  margin-bottom: 10px;
  text-align: center;
}

.tagsBlock .tagsList {
  overflow: hidden;
  transition: .2s ease;
  transition-property: height;
}

.tagsBlock .tagsList.collapsed {
  max-height: 82px;
}

.tagsBlock .tagsList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.tagsBlock .tagsList ul li {
  margin: 0 20px 15px 0;
}

.tagsBlock .tagsList ul li a {
  border: 1px solid;
  border-color: #E7E8EA;
  box-sizing: border-box;
  border-radius: 40px;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  color: #000;
  padding: 5px 15px;
  display: block;
  transition: .2s ease;
  position: relative;
}

.tagsBlock .tagsList ul li a:hover {
  border-color: #888;
  transition: 0s ease;
}

.tagsBlock .tagsList ul li a:active {
  top: 1px;
}

.tagsBlock .tagsList ul li a span{
  color: #888;
}

.tagsBlock .showMore {
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  transition: .2s ease;
  border-bottom: 1px dashed rgba(0, 0, 0, .5);
  position: relative;
}

.tagsBlock .showMore:hover {
  transition: 0s ease;
  border-bottom: 1px dashed rgba(0, 0, 0, .2);
}

.tagsBlock .showMore:active {
  top: 1px;
}

/* old tags block */

.show_list {
  border-bottom: 1px solid #e7e8ea;
  text-align: center;
  cursor: pointer;
}

.show_list span{
  display: block;
  padding: 10px 0;
}
.creator p {
  color: #333;
  line-height: 60px;
  margin: 0;
}

.bottom-callback .openWebFormModal.link.callBack{
  background-image: url(/bitrix/templates/dresscodeV2/headers/header3/css/images/callbackH3B.png);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: 0 50%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 24px;
  color: #000000;
  top: -2px;
  line-height: 21px;
}

.bottom-callback .openWebFormModal.link.callBack:after{
  border-bottom: 1px dashed #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  display: block;
  width: 82%;
  height: 0px;
  content: "";
  bottom: 0px;
  left: 24px;
}
.info_mobile {
  display: none;
}

@media (max-width:1024px) {
  .info_mobile {
    display: block;
  }
}
.geo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cur_region {
  display: flex;
  font-size: 13px;
}
.region_list {
  display: none;
  /* transform: translate(-50%, -50%) scale(0)  ; */
}
.region_list.active {
  display: block !important;
}

.fade-enter {

  /* transform: translate(-50%, -50%) scale(0); */
}

.fade-enter-active{
  transition: opacity 1s, transform 1s;
}

.fade-enter-to {
 transform: translate(-50%, -50%) scale(1) !important;
 opacity: 1 !important;
}

.fade-leave{

}

.fade-leave-active{
  transition: opacity 1s, transform 1s;
}

.fade-leave-to{
  opacity: 0;
  /* transform: translateX(100px); */
}

.region_confirm {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 100%;
  margin-left: -58px;
  padding: 0 15px;
  box-sizing: border-box;
  width: auto;
  height: 128px;
  background-color: #757575;
  z-index: 99;
  border-radius: 10px;
  transition: 0.3s ease;
  transform: translate(0%, -50%) scale(1);
}

.reg_close {
  transform: translate(-50%, -17%) scale(0) !important;
}

.region_confirm.visible {
  display: block !important;
}
.region_confirm_close {
  position: absolute;
  font-size: 18px;
  cursor: pointer;
  top: 10px;
  right: 10px;
  height: 10px;
  width: 10px;
}

.region_confirm_close .close_bar {
  height: 1px;
  width: 13px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: -2px;
  transition: 0.3s;
}

.region_confirm_close:hover .close_bar{
  background-color: #ff232b;
}

.region_confirm_close:active {
  transform: scale(0.85);
}

.region_confirm_close .close_bar:first-child {
  transform: rotate(45deg);
}

.region_confirm_close .close_bar:last-child {
  transform: rotate(-45deg);
}

.region_confirm:after {
  content: '';
  position: absolute;
  bottom: 14px;
  left: -18px;
  border: 9px solid transparent;
  border-right: 9px solid #757575;
}
.region_confirm_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.region_confirm_wrap span {
  color: #fff;
  padding-top: 8px;
}
#subHeader3 .subTableColumn:first-child {
  position: relative;
}
.confirm_region,
.choose_region {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  padding: 0 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.confirm_region {
  margin-top: auto;
  background-color: #e30022;
}

.confirm_region:hover {
  background-color: #ff232b;
}

.confirm_region:active,
.choose_region:active {
  transform: translateY(1px);
}

.choose_region {
  margin-top: 10px;
  margin-bottom: 14px;
  background-color: #474747;
}

.choose_region:hover {
  background-color: #585858;
}

.user-geo-position-value {
  padding-left: 5px;
}
.errorModalOverlay,
.region_list_window {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.region_list_content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: fixed;
  width: 85%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s;
  z-index: 1001;
  max-height: 100vh;
  max-width: 1520px;
  overflow: auto;
}
.region_list_header_container {
  display: flex;
  align-items: baseline;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
}
.region_city-is-general {
  font-weight: bold;
}
.region_list_content .region_list_content_header {
  font-size: 26px;
  line-height: 60px;
  text-align: left;
  color: #2a3745;
  padding-left: 15px;
}

.region_list_content ul {
 column-count: 7;
 padding: 15px;
}
@media (max-width: 1520px) {
  .region_list_content ul {
    column-count: 6;
  }
}
@media (max-width: 1300px) {
  .region_list_content ul {
    column-count: 5;
  }
}
@media (max-width: 1300px) {
  .region_list_content ul {
    column-count: 4;
  }
}
@media (max-width: 767px) {
  .region_list_content ul {
    column-count: 3;
  }
}
@media (max-width: 575px) {
  .region_list_content ul {
    column-count: 2;
  }
}
.region_suffix {
  font-size: 16px;
  color: #ff232b;
  position: absolute;
  left: 0px;
}

.region_list_content ul li.cf {
  margin-top: 10px;
}

.region_select li:first-child {
  margin-top: 0px !important;
}

/* .region_suffix + span {
  margin-top: 10px;
  display: inline-block;
} */

.region_list_content ul li {
  text-align: left;
  padding-bottom: 3px;
  line-height: 19px;
  padding-left: 20px;
  position: relative;
}

.region_list_content ul li span {
  cursor: pointer;
  transition: color 0.5s ease;
  line-height: normal;
  font-size: 16px;
  color: #757575;
  display: inline;
}

.region_list_content ul li.selected span {
  color: #ff232b;
  border-bottom: 1px dashed #ff232b;
  cursor: default;
}
.region_list_content ul li span:hover {
  color: #ff232b;
}
.region_list_content ul li span:active {
  transform: translateY(1px);
}
.region_list_selected {
  margin-top: auto;
}
.region_list_save {
  margin: 24px 0;
  line-height: 50px;
}
.region_list_save .save_region {
  background-color: #ed1c24;
  color: #fff;
  border-radius: 4px;
  padding: 17px 36px;
  cursor: pointer;
}

.modal_close,
.region_list_close {
  position: absolute;
  color: #333;
  font-size: 18px;
  cursor: pointer;
  top: 21px;
  right: 25px;
  height: 24px;
  width: 24px;
}

.modal_close {
  top: 15px;
  right: 15px;
}

.modal_close .close_bar,
.region_list_close .close_bar {
  height: 2px;
  width: 30px;
  background-color: #333;
  position: absolute;
  top: 11px;
  left: -3px;
  transition: 0.5s;
}

.modal_close:hover .close_bar,
.region_list_close:hover .close_bar {
  background-color: #ff232b;
}

.modal_close:active,
.region_list_close:active {
  transform: scale(0.9);
}

.modal_close .close_bar:first-child,
.region_list_close .close_bar:first-child {
  transform: rotate(45deg);
}

.modal_close .close_bar:last-child,
.region_list_close .close_bar:last-child {
  transform: rotate(-45deg);
}

.contacts {
  color: #666;
  margin-bottom: 40px;
}

.contacts h2 {
  font-size: 24px;
  font-weight: bold;
  font-family: "robotoMedium";
  color: #666;
  margin-top: 50px;
}

.contacts .email_list {
  margin-bottom: 35px;
  margin-top: 25px;
}

.contacts .email_list ul {
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -20px;
  display: flex;
  justify-content: space-between;
}

.contacts .email_list ul li {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.contacts .email_list ul li span {
  font-size: 14px;
  margin: 0 20px;
}

.contacts .email_list ul li a {
  color: #555;
  text-decoration: none;
  line-height: normal;
  font-weight: bold;
  border-bottom: 1px solid #a0a0a0;
  font-family: "robotoMedium";
}

.contacts .email_list ul li span:active {
  transform: translateY(1px);
}

.contacts .region_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  font-family: "robotoMedium";
}

.region_list_search{
  flex: 1;
  padding: 15px 65px 15px 15px;
  position: relative;
}
.region-search-close {
  position: absolute;
  right: 75px;
  width: 14px;
  height: 14px;
  top: 24px;
  cursor: pointer;
  color: #333;
}
.region-search-close:hover {
  color: #ff232b;
}

.region_list_search input {
  font-size: 16px;
  width: 100%;
  border: 1px solid #cecece;
  padding: 5px 0 5px 30px;
  box-sizing: border-box;
}

.region_bar .region_select_head {
  font-size: 24px;
  font-weight: bold;
  display: flex;
}

.region_bar .region_select_head p {
  margin: 0;
}

.region_bar .region_select_head span {
  color: #e30022;
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px dashed #e30022;
}

.region_bar .region_select_head span:active {
  transform: translateY(1px);
}

.print_vresion {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.print_vresion img {
  padding-right: 5px;
}

.print_vresion span {
  color: #e30022;
  font-weight: bold;
  line-height: normal;
  border-bottom: 1px solid #e30022;
}

.print_vresion:active {
  transform: translateY(1px);
}

.location {
  box-sizing: border-box;
  border: 1px solid #b8b8b8;
  display: flex;
  min-height: 250px;
  margin-bottom: 35px;
}

.location .location_info {
  display: flex;
  flex-direction: column;
  width: 25%;
  max-width: 290px;
  padding: 20px;
  box-sizing: border-box;
  color: #555;
}

.location .location_info .location_tk {
  margin-bottom: 15px;
  font-weight: bold;
}
.location .location_map {
  height: inherit;
  width: 75%;
  flex-grow: 1;
}

.location_info .location_anchor {
  padding-top: 15px;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.location_info .location_anchor i {
  width: 30px;
  display: flex;
}

.location_info .location_anchor i img{

}

.location_info .location_anchor span {
  line-height: normal;
  border-bottom: 1px dotted #757575;
}

.location_phone,
.location_mail {
  display: flex;
  padding-top: 15px;
}

.location_phone i,
.location_mail i {
  width: 30px;
  display: flex;
}

.location_phone i img,
.location_mail i img {
  width: 21px;
}

.location_address_office,
.location_address_stock {
  display: flex;
  padding-top: 15px;
}

.location_address_office p,
.location_address_stock p {
  margin: 0;
  width: 55px;
}

.location_address_office ul,
.location_address_stock ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.go_on {
  box-sizing: border-box;
  border: 1px solid #b8b8b8;
  position: relative;
  margin-bottom: 10px;
}

.go_on .go_on_label {
  display: flex;
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #757575;
  color: #fff;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0 0 5px 0;
}

.go_on .go_on_label i {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.go_on .go_on_label span {
  margin-right: 20px;
  font-family: "robotoMedium";
}

.go_on .go_on_content {
  margin-top: 33px;
  padding: 20px;
}

.gallery_block {
  display: flex;
  justify-content: space-between;
}

.gallery_block .gall_wrap {
  width: 70%;
  flex-grow: 1;
}

.gallery_block .form {
  width: 30%;
  margin: 0 auto;
}

.gall_wrap.hidden+.form {
  width: 600px;
}

.gall_wrap.hidden+.form .webFormHeading {
  text-align: center;
}

.gallery {
  max-width: 650px;
  margin: 0 auto;
}

.webFormHeading {
  margin: 20px 0;
}

form[name="DW_CONTACTS_FEEDBACK"] {
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 20px;
}

form[name="DW_CONTACTS_FEEDBACK"] #WEB_FORM_ITEM_EMAIL {
  margin-top: 0px;
}

form[name="DW_CONTACTS_FEEDBACK"] .webFormItemLabel {
  font-family: roboto_ltregular, arial, sans-serif;
}
form[name="DW_CONTACTS_FEEDBACK"] .webFormTools {
  margin-top: 14px;
}

form[name="DW_CONTACTS_FEEDBACK"] .webFormItemRequired {
  color: #555;
}

.features {
  display: flex;
  justify-content: space-around;
  margin-bottom: 35px;
}

.features .feature_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.features .feature_item .feature_item_img_wrap {
  display: flex;
  height: 50px;
}

.features .feature_item .feature_item_img_wrap img {
  margin-top: auto;
}

.features .feature_item span {
  margin-top: 10px;
  font-family: "robotoMedium";
  color: #444;
}

.features .feature_item p {
  margin: 0;
  color: #555;
}

@media (max-width:1024px) {
  .gallery {
    margin: 0px;
  }
}

@media (max-width:1023px) {
  .email_list {
    margin-bottom: 15px;
  }
  .contacts .email_list ul {
    justify-content: center;
  }
  .contacts .email_list ul li {
    width: 33.333333%;
    margin-bottom: 20px;
  }
  .location .location_info {
    width: 42%;
    max-width: unset;
  }
  .location .location_map {
    width: 58%;
  }
  .gallery_block .gall_wrap {
    width: 58%;
    flex-grow: unset;
  }
  .gallery_block .form {
    width: 40%;
  }
}

@media (max-width:830px) {
  .region_list_content {
    width: 100%;
  }

  #leftFooter {
    display: none;
  }

  .footerRow {
    flex-direction: column;
  }



}

@media (max-width:767px) {
  .region_list_content {
    height: 100%;
    left: 0;
    top: 0;
    transform: translate(100%, 0%) scale(1);
    opacity: 1;
    transition: 0.5s;
    overflow-y: scroll;
  }
  .region_list_window {
    background-color: transparent;
  }
  .fade-enter-to {
    transform: translate(0%, 0%) scale(1) !important;
    opacity: 1 !important;
  }
  .gall_wrap.hidden+.form {
    width: 100%;
  }
  .pi__btn-analog {
    margin-top: 11px;
  }
  #catalogLineList .article::before {
    display: none;
    content: none;
  }
  .article__title {
    display: none;
  }
}
@media (max-width:575px) {
  .region_list_header_container {
    flex-direction: column;
  }
  .region_list_search {
    width: 100%;
    padding-top: 0;
    box-sizing: border-box;
    padding-right: 15px;
  }
  .region_list_content ul li span {
    font-size: 14px;
  }
  .region-search-close {
    top: 9px;
    right: 25px
  }
}
@media (max-width:425px) {
  .print_vresion {
    display: none;
  }
  .location {
    flex-direction: column;
  }
  .location .location_info {
    width: 100%;
    max-width: unset;
  }
  .location .location_map {
    width: 100%;
    height: 250px;
  }
  .contacts .email_list ul li {
    width: 50%;
  }
  .contacts .email_list ul {
    justify-content: flex-start;
  }
  .features{
    flex-direction: column;
    flex-wrap: wrap;
  }
  .features .feature_item {
    width: 100%;
  }
  .gallery_block {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .gallery_block .gall_wrap {
    width: 100%;
  }
  .gallery_block .form {
    width: 100%;
  }
}
.block_video {
  position: relative;
  display: flex;
  max-width: 850px;
}
.block_video .block_video_ratio {
  margin-top: 56.25%;
  height: 0px;
  width: 100%;
}
.block_video .block_video_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.gallery_block_cont {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.gallery_block_cont .gallery_block_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.gallery_block_cont .gallery_block_wrap .gallery_block_image {
  width: calc(33.3333333% - 24px);
  margin: 0 12px 20px 12px;
  text-align: center;
}

.gallery_block_cont .gallery_block_wrap .gallery_block_image img {
   max-width: 100%;
}

.offers_block {

}

.offers_block .offers_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}

.offers_block .offers_wrap .offers_item {
  width: calc(20% - 24px);
  margin: 0 12px;
  display: flex;
  flex-direction: column;
}

.offers_block .offers_wrap .offers_item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.offers_block .offers_wrap .offers_item > a > img {
  width: 100%;
  max-width: 120px;
}

.offers_block .offers_wrap .offers_item > a > span {
  color: #6f6f6e;
  margin: 15px 0;
  font-family: robotobold;
  text-align: center;
}

.offers_block .offers_wrap .offers_item > span {
  color: #6f6f6e;
  text-align: center;
  display: block;
}

.project_images {

}

.project_images .project_images_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}

.project_images .project_images_wrap .project_image {
  width: calc(33.33333% - 24px);
  margin: 0 12px 20px 12px;
}

.project_images .project_images_wrap .project_image > a {

}

.project_images .project_images_wrap .project_image > a > img {
  width: 100%;

}

.project_list {

}

.project_list .project_list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -12px;
}

.project_list .project_list_wrap .project_list_item {
  margin: 0 12px 30px 12px ;
}

.project_list .project_list_wrap .project_list_item > a {
  text-align: center;
}

.project_list .project_list_wrap .project_list_item > a > img {
  width: 120px;
}

.project_list .project_list_wrap .project_list_item > a > span {
  display: block;
}

.projtcts .swiper-wrapper {
  display: flex;
  align-items: center;
}

.projtcts .swiper-wrapper .swiper-slide {
  display: flex;
}

.projtcts .swiper-wrapper .swiper-slide a {
  margin: 0 auto;
}

.projtcts .swiper-wrapper .swiper-slide a img {
  max-width: 200px;
}

section.ebeer {
  font-size: 16px;
  font-family: Arial;
  font-weight: normal;
}

section.ebeer h1 {
  margin: 0px;
  padding: 0px 0px 20px;
  font-weight: normal;
  line-height: 36px;
  font-family: daysregular, 'Trebuchet MS';
  font-size: 36px;
  color: #ff0000;
}

section.ebeer h2 {
  margin: 0px;
  padding: 20px 0px 15px 0px;
  line-height: 26px;
  font-family: daysregular, 'Trebuchet MS';
  font-size: 24px;
  color: #ff0000;
  text-align: center;
}

section.ebeer h3 {
  font-size: 18px;
  text-align: center;
  margin: 10px 0px 20px;
  padding: 5px 0px;
  font-weight: normal;
  font-family: daysregular, 'Trebuchet MS';
}

section.ebeer > span.heading {
  display: block;
  font-size: 18px;
  font-weight:400;
  line-height:21px;
  margin-bottom: 20px;
}

section.ebeer span.red {
  color: #ff0000;
  font-family: daysregular, 'Trebuchet MS';
}

section.ebeer .cntr {
  text-align: center;
}

section.ebeer .block_ebeer {
 display: flex;
}

section.ebeer .block_ebeer .block_ebeer_image {

}

section.ebeer .block_ebeer .block_ebeer_image img {
  width: 400px
}

section.ebeer .block_ebeer .block_ebeer_content {
  padding-left: 20px;
}

section.ebeer .block_ebeer .block_ebeer_content p:first-child {
  margin-top: 0px;
}

section.ebeer .block_ebeer .block_ebeer_content ol {
  margin-top: 0px;
  padding: 0 0 0 20px;
}

section.ebeer .block_ebeer .block_ebeer_content ol li {
  margin-bottom: 15px;
}

section.ebeer ul.pluses {
  list-style: none;
  padding: 0px;
}

section.ebeer ul.pluses li {
  margin-bottom: 10px;
}

section.ebeer ul.pluses li > span.red {
  font-family: 'robotobold';
  font-weight: 400;
  font-style: italic;
}

.reference {
  margin: 20px 0px 20px 100px;
  font-style: italic;
  display: flex;
  flex-direction: column;
}

.reference > .autor {
  font-weight: bold;
  font-size: 14px;
  text-align: right;
}

.pricing_wrap {
  margin-bottom: 10px;
}

.pricing_list {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  max-width: 800px;
  width: 100%;
}

.pricing_list .pricing_items {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin: 0 -10px;
}

.pricing_list .pricing_items.heading {
  font-weight: bold;
  text-align: center;
  align-items: center;
}

.pricing_list .pricing_items .pricing_item {
  margin: 5px 10px;
}

.pricing_list .pricing_items .pricing_item.name {
  width: calc(63% - 20px);
}

.pricing_list .pricing_items .pricing_item.qtt {
  width: calc(10% - 20px);
  text-align: center;
}

.pricing_list .pricing_items .pricing_item.price {
  width: calc(18% - 20px);
  text-align: center;
}

.pricing_list .pricing_items .pricing_item.total {
  width: calc(9% - 20px);
  text-align: center;
}

.pricing_total {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px auto;
  display: flex;
  flex-direction: column;
}

.pricing_total span:first-child {
  font-size: 14px;
  font-style: italic;
}

.pricing_total span:last-child {
  text-align: right;
  font-family: 'robotobold';
  font-weight: 400;
  font-size: 18px;
}

.addreses {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
}

section.adresa {
  font-size: 16px;
}

section.adresa li {
  margin-bottom: 5px;
}

section.adresa р2

.addreses .addres_items {
  display: flex;
  padding: 5px 0;
  margin: 0 -10px;
  transition: 0.2s ease;
  cursor: default;
}

.addreses .addres_items .addres_item {
  margin: 0 10px
}

.addreses .addres_items .addres_item.city{
  width: calc(30% - 20px);
}

.addreses .addres_items .addres_item.addres{
  width: calc(50% - 20px);
}

.addreses .addres_items .addres_item.receive{
  width: calc(20% - 20px);
}

.addreses .addres_items.heading {
  background-color: unset !important;
  align-items: center;
}

.addreses .addres_items:nth-child(odd) {
  background-color: #fbfbfb;
}

.addreses .addres_items:nth-child(even) {
  background-color: #f3f3f3;
}

section.garntya {
  font-size: 16px;
}

section.garntya li {
  margin-bottom: 5px;
}


/*  TEAM  */
.team {
    margin-top: 20px;
}
.team-banner {
  background-size: contain;
  width:100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-height: 33vw;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  position: relative;
}
.team-banner_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  overflow: hidden;
}
.team-banner_third .team-banner_top,
.team-banner_third .team-banner_bottom {
  height:33.33333%;
}
.team-banner_top,
.team-banner_bottom {
  width: 100%;
    display: flex;
    flex-wrap: nowrap;
  height:50%;
}
.team-banner_text {
    max-width: 970px;
    text-align: center;
    font-size: 22px;
    padding: 0 20px;
    line-height: 1.3;
    margin-bottom: 5vw;
  position:relative;
  z-index: 3;
}
.team-banner_dark {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
    background-color: #000;
    opacity: 0.6;
}
.team-banner_block {
  flex-basis: calc(12.5% + 1px);
    min-width: 160px;
    background-size: cover;
    margin-left: -1px;
}
.team-banner_text-title {
  font-size: 32px;
  font-weight: 400;
  font-family: 'robotobold';
  display: block;
  margin-bottom: 20px;
}
.team-about_title {
  font-weight: 400;
  font-size: 22px;
  font-family: 'robotobold';
  color: #626262;
  margin-bottom: 35px;
}
.team-about {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.team-about_icon {
  flex-basis: 100px;
  flex-shrink: 0;
}
.team-about_text {
  flex-basis: calc(100% - 150px);
}

.team-pluses_row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team-pluses_title {
  font-family: 'robotobold';
  font-size: 18px;
  margin-bottom: 10px;
  color: #ED1C24;
}
.team-pluses_block {
  flex: 0 0 30%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.team-list {
  margin-bottom: 50px;
}
.team-list_photo {
  border-radius: 50%;
  overflow: hidden;
  width:100%;
  height: 100%;
  background-size: cover;
  max-width: 230px;
  margin: 0 auto 20px;
}
.team-list_photo:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.team-list_block {
  max-width: 230px;
    margin: 0 auto;
    text-align: center;
}
.team-list_name {
  font-size: 18px;
  font-family: 'robotobold';
  color: #626262;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.team-list_position {
  font-size: 12px;
}

.team-team .owl-prev {
    position: absolute;
    width: 40px;
    left: 0;
    transform: rotate(180deg);
    top: 0;
    z-index: 4;
}
.team-team .owl-next {
    position: absolute;
    width: 40px;
    right: 0;
    top: 0;
    z-index: 4;
}
.team-team .owl-theme .owl-nav [class*=owl-],
.team-team .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}
.team-team .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -58px;
  width: 100%;
}

.team-team .owl-theme .owl-dots .owl-dot.active span,
.team-team .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ED1C24;
}

.team-team .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
}

.team-list_quote {
    margin-top: 15px;
    font-style: italic;
    font-size: 14px;
}

@media (max-width: 1100px) {
  .team-pluses_block {
    flex: 0 0 100%;
  }
}

@media (max-width: 950px) {
  .team-banner {
    background-size: cover;
      min-height: 300px;
  }
  .team-banner_text {
    padding: 50px 20px;
    margin-bottom: 0;
  }
  .team-team .owl-dots {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .team-banner_text-title {
    font-size: 25px;
  }
  .team-banner_text {
    font-size: 20px;
  }
  .team-about_text,
  .team-about_icon {
    flex-basis: 100%;
  }
  .team-about_icon {
    text-align: center;
  }
}
/*  /TEAM */


@media (min-width: 1024px) {
  .addreses .addres_items:hover {
    transition: 0s ease;
    background-color: #777;
    color: #fff;
  }
  .addreses .addres_items.heading:hover {
    background-color: unset;
    color: unset;
  }
}

@media (max-width: 1480px) {
  .offers_block .offers_wrap .offers_item {
    width: calc(25% - 24px);
  }
}

@media (max-width: 1200px) {
  .project_list .project_list_wrap {
    justify-content: center;
  }
}

@media (max-width: 1230px) {
  .offers_block .offers_wrap .offers_item {
    width: calc(33.33333% - 24px);
  }
}

@media (max-width: 1100px) {
  section.ebeer .block_ebeer .block_ebeer_image {
    width: 40%
  }
  section.ebeer .block_ebeer .block_ebeer_content {
    width: 60%;
  }
  section.ebeer .block_ebeer .block_ebeer_image img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .reference {
    margin: 20px 0px 20px 30px;
  }
  .pricing_wrap {
    overflow-x: scroll;
  }
  .pricing_list {
    max-width: unset;
    width: 800px;
  }
  section.ebeer .block_ebeer {
    flex-wrap: wrap;
  }
  section.ebeer .block_ebeer .block_ebeer_image {
    width: 100%;
    margin-bottom: 20px;
  }
  section.ebeer .block_ebeer .block_ebeer_content {
    width: 100%;
    padding-left: 0px;
  }
}

@media (max-width: 760px) {
  .offers_block .offers_wrap .offers_item {
    width: calc(50% - 24px);
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .gallery_block_cont .gallery_block_wrap .gallery_block_image {
    width: calc(50% - 24px);
  }
  .offers_block .offers_wrap .offers_item {
    width: calc(100% - 24px);
  }
  .project_images .project_images_wrap .project_image {
    width: calc(50% - 24px);
  }
  .addreses .addres_items {
    flex-direction: column;
  }
  .addreses .addres_items.heading {
    display: none;
  }
  .addreses .addres_items .addres_item.city,
  .addreses .addres_items .addres_item.addres,
  .addreses .addres_items .addres_item.receive{
    width: calc(100% - 20px);
  }
}

@media (max-width: 425px) {
  .project_images .project_images_wrap .project_image {
    width: calc(100% - 24px);
  }
}

@media (max-width: 375px) {
  .gallery_block_cont .gallery_block_wrap .gallery_block_image {
    width: calc(100% - 24px);
  }
}
.g-recaptcha {
  margin-top: 15px;
}
.g-recaptcha div {
  margin: 0 auto;
}
.orderInfo {
  font-size: 14px;
  color: #888;
  margin-top: 10px;
}
.requisites {
  display: flex;
  margin: 0 -15px;
}

.requisites_block {
  width: calc(50% - 30px);
  margin: 0 15px;
}

.requisites_block.text {
  display: flex;
  flex-direction: column;
}

.requisites_block.text span {

}

.requisites_block.text h2 {
  font-family: "robotoMedium";
  font-weight: normal;
  font-size: 16px;
  margin: 20px 0;
}

.requisites_block.form {

}

@media (max-width: 600px) {
  .requisites {
    flex-direction: column;
  }
  .requisites_block {
    width: calc(100% - 30px);
  }
}

.fade-out-start {

}

.fade-out-play {
  animation: fade_out 0.15s;
}

.fade-in-start {
  display: inline-block;
  opacity: 0;
}

.fade-in-play {
  animation: fade_in 0.15s;
}

.scale-in-start {
  opacity: 0;
}

.scale-in-play {
  animation: scale_in 0.2s;
}

.scale-out-start {

}

.scale-out-play {
  animation: scale_out 0.2s;
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scale_in {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes scale_out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
}


/* error form modal */

.errorModal {
  background-color: #fff;
  box-sizing: border-box;
  width: 400px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 24px;
  z-index: 1001;
}

.errorModalWrap {

}

.errorModalWrap.loading {
  filter: blur(3px);
  opacity: 0.2;
}

.errorModal .errorModalResponce {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.errorModalWrap h2 {
  margin: 0 0 24px 0;
}

.errorModalWrap .errorForm {

}

.errorModalWrap .selectedeText {
  background-color: #f3f3f3;
  color: #ed1c24;
  box-sizing: border-box;
  padding: 5px 10px;
  margin-bottom: 15px;
}

.errorModalWrap .errorForm .form_group {
  display: flex;
  flex-direction: column;
}

.errorModalWrap .errorForm .form_group label {
  margin-bottom: 8px;
}

.errorModalWrap .errorForm .form_group textarea {
  outline: none;
  resize: none;
  height: 80px;
  box-sizing: border-box;
  font-family: "roboto_ltregular";
  border: 1px solid #e7e7e7;
  padding-left: 12px;
  line-height: 55px;
  font-size: 14px;
}

.errorModalWrap .errorForm .form_group textarea.err {
  border: 1px solid #ed1c24;
}

.errorModalWrap .errorForm .button_group {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.errorModalWrap .errorForm .button_group button {
  transition: background-color 0.2s ease-in-out;
  box-sizing: border-box;
  font-family: "roboto_ltregular";
  border: 1px solid #e7e7e7;
  text-align: center;
  line-height: 55px;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  outline: none;
  height: 55px;
  padding: 0 40px;
  background-color: #ed1c24;
}

.errorModalWrap .errorForm .button_group button:hover {
  background-color: #ff232b;
}

.errorModalWrap .errorForm .button_group button:active {
  position: relative;
  top: 1px;
}

/* error form modal */

/* new main */

.mainText {
  margin-top: 50px;
}

.mainText h1 {
  font-size: 30px;
  line-height: 40px;
}

.advNotice {
  background-color: #fff;
  padding: 32px 50px 36px 50px;
  box-sizing: border-box;
  display: flex;
  margin: 42px 0 60px 0;
}

.mainText .advNotice {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.advNotice p {
  font-size: 18px;
  line-height: 26px;
}

.mainText ul {
  list-style: none;
}

.mainText ul li {
  position: relative;
}

.mainText ul li::before {
  position: absolute;
  content: '—';
  top: 0px;
  left: -5px;
  transform: translateX(-100%);

}

.mainAdv {

}

.mainAdv .heading {
  display: block;
  font-family: 'robotobold';
  font-size: 21px;
  margin: 30px 0 20px 0;
}

.mainAdv .advantagesList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.mainAdv .advantagesList .advantagesItem {
  width: calc(20% - 24px);
  margin: 0 12px;
  text-align: center;
}

.mainAdv .advantagesList .advantagesItem img {
  max-width: 100%;
}

.mainAdv .advantagesList .advantagesItem p {

}

.mainAdv .advNotice {
  border: 2px solid #E7E8EA;
}

.formWrap {
  max-width: 1100px;
  margin: 50px auto 0 auto;
}

.mainAdv .webFormDw.decoration {
  margin-bottom: 75px;
}

@media (max-width: 1024px) {

}

@media (max-width: 1000px) {
  .mainAdv .advantagesList {
    justify-content: center;
  }
  .mainAdv .advantagesList .advantagesItem {
    width: calc(33.333333% - 24px);
  }
}

@media (max-width: 600px) {
  .mainText {
    margin-top: 0;
  }
  .advNotice {
    flex-direction: column;
    padding: 32px 20px 20px 20px;
  }
  .mainAdv .advantagesList .advantagesItem {
    width: calc(50% - 24px);
  }
  .advNotice {
    margin: 30px 0 40px 0;
  }
  .mainAdv .webFormDw.decoration {
    margin-bottom: 30px;
  }
  .mainText .heading {
    font-size: 24px;
    line-height: normal;
  }
  .ourClients {
    padding: 30px 0 30px 0;
  }

  #rowFooter .column .row {
    flex-direction: column;
  }

  .contacts-social,
  .address-time
  {
    margin-top: 30px;
  }

  #footer.variant_4 #rightFooter .info_desc p:first-child {
    margin-top: 30px;
  }
}

@media (max-width: 425px) {
  .mainAdv .advantagesList .advantagesItem {
    width: calc(100% - 24px);
    text-align: left;
    display: flex;
    align-items: flex-start;
  }
  .mainAdv .advantagesList .advantagesItem .wrap {
    width: 80px;
  }
  .mainAdv .advantagesList .advantagesItem p {
    width: calc(100% - 80px);
    box-sizing: border-box;
    padding-left: 10px;
  }
  .advNotice p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1440px) {
  .mainAdv .advantagesList .advantagesItem {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media (min-width: 601px) {
  .advNotice img {
    margin-right: 40px;
  }
}

/* new main */

.privacy ol {
  list-style: none;
  counter-reset: li;
}
.privacy li {
  margin: 15px 0;
}
.privacy li:before {
  counter-increment: li;
  content: counters(li,".") ". ";
}

#fastBuyForm .personalInfo .webFormItem {
  margin-top: 0;
  margin-bottom: 14px;
}

.topCompare .label,
.topWishlist .label {
  font-size: 14px;
  line-height: 40px;
  padding: 0;
  font-weight: normal;
}

@keyframes spinLoader {
  100% {
    transform: translate(-50%,-50%) rotate(360deg);
  }
}

[data-lazyload]:not(.loaded) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

[data-lazyload]:not(.loaded)::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border: 2px solid #dedede;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  border-top-color: red;
  animation: spinLoader 1s linear infinite;
}

[data-lazyload]:not(.loaded) img {
  display: none;
}

.tabloid [data-lazyload]:not(.loaded),
.productColImage [data-lazyload]:not(.loaded) {
  position: relative;
}

/* catalog advantages list */

.advantages_list {
    display: flex;
    margin: 40px 0px;
}

.advantages_list .advantages_item {
  width: 25%;
  margin: 0 17px;
  display: flex;
}

.advantages_list .advantages_item ._image {
  width: 85px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
      font-size: 40px;
    color: #dd0000;
}

.advantages_list .advantages_item ._image img {
  max-width: 100%;
}

.advantages_list .advantages_item ._text {
  width: calc(100% - 85px);
}

.advantages_list .advantages_item ._text span {
  font-size: 14px;
  line-height: 18px;
  font-family: 'robotobold';
  display: inline-block;
  margin-bottom: 2px;
}

.advantages_list .advantages_item ._text p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}


}

/* catalog advantages list */

/* FOOTER */

#footer.variant_4 #rightFooter p,
#footer.variant_4 #rightFooter .list li,
#footer.variant_4 #leftFooter a,
#footer.variant_4 #rightFooter .email
{
  color: #5e5e5e;
  font-weight: normal;
}

.copyright-logo .logo{
  flex-shrink: 0;
}

#footer.variant_4 #rightFooter .copyright-logo p {
  padding-right: 30px;
  margin-top: 30px;
}

#footer.variant_4 #rightFooter .info_desc p:first-child {
  margin-top: 45px;
}

#footer.variant_4 #rightFooter .copyright-logo p,
#footer.variant_4 #rightFooter .info_desc p
{
  font-size: 12px;
}

@media all and (max-width: 1150px){
  #footer.variant_4 #rightFooter .info_desc p:first-child {
    margin-top: 20px;
  }
}

@media all and (max-width: 600px){
  #footer.variant_4 #rightFooter .info_desc p:first-child {
    margin-top: 30px;
  }
}

@media all and (max-width: 830px) and (min-width: 370px){

  #footer.variant_4 #rightFooter .copyright-logo {
    display: flex;
    /* margin-bottom: 20px; */
    align-items: center;
  }

  .contacts-social,
  .address-time
  {
    margin-top: 30px;
  }

  #footer.variant_4 #rightFooter .copyright-logo p {
    padding-right: unset;
    margin: 0 0 0 20px;
  }
}

.soc-widget {
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 20;
}

.soc-widget__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.soc-widget__item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}

@media all and (max-width: 767px) {
  .soc-widget {
    right: 10px;
    bottom: 150px;
  }

  .soc-widget__item {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
}

.tooltip__icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #908F9D;
  background-color: white;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  font-weight: bold;
  position: relative;
}
.tooltip__icon:active {
  top: 1px;
}
.tooltip__icon::before {

  /*content: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTQ0LjY4IDU0NC42OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTQ0LjY4IDU0NC42ODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwYXRoIGQ9Ik00OTcuOTQ3LDIyNS42MDdIMzg1LjE2Mmw3OS43NS03OS43NWMxOC4yNDktMTguMjUsMTguMjQ5LTQ3Ljg0LDAtNjYuMDljLTE4LjI1LTE4LjI1LTQ3Ljg0MS0xOC4yNS02Ni4wOSwwbC03OS43NSw3OS43NSBWNDYuNzMyQzMxOS4wNzIsMjAuOTI0LDI5OC4xNDcsMCwyNzIuMzQsMGMtMjUuODA4LDAtNDYuNzMyLDIwLjkyNC00Ni43MzIsNDYuNzMydjExMi43ODVsLTc5Ljc1LTc5Ljc1IGMtMTguMjUtMTguMjUtNDcuODQtMTguMjUtNjYuMDksMGMtMTguMjUsMTguMjUtMTguMjUsNDcuODQsMCw2Ni4wOWw3OS43NSw3OS43NUg0Ni43MzJDMjAuOTI0LDIyNS42MDcsMCwyNDYuNTMyLDAsMjcyLjM0IGMwLDI1LjgwOCwyMC45MjQsNDYuNzMyLDQ2LjczMiw0Ni43MzJoMTEyLjc4NmwtNzkuNzUsNzkuNzVjLTE4LjI1LDE4LjI0OS0xOC4yNSw0Ny44NCwwLDY2LjA5YzE4LjI1LDE4LjI1LDQ3Ljg0LDE4LjI1LDY2LjA5LDAgbDc5Ljc1LTc5Ljc1djExMi43ODVjMCwyNS44MDksMjAuOTI0LDQ2LjczMiw0Ni43MzIsNDYuNzMyYzI1LjgwOCwwLDQ2LjczMi0yMC45MjQsNDYuNzMyLTQ2LjczMlYzODUuMTYybDc5Ljc1LDc5Ljc1IGMxOC4yNDksMTguMjQ5LDQ3Ljg0LDE4LjI0OSw2Ni4wOSwwYzE4LjI1LTE4LjI1LDE4LjI1LTQ3Ljg0MSwwLTY2LjA5bC03OS43NS03OS43NWgxMTIuNzg1IGMyNS44MDksMCw0Ni43MzItMjAuOTI1LDQ2LjczMi00Ni43MzJDNTQ0LjY4LDI0Ni41MzIsNTIzLjc1NiwyMjUuNjA3LDQ5Ny45NDcsMjI1LjYwN3oiIGZpbGw9IiM5MDhGOUQiIC8+PC9nPjwvZz48L3N2Zz4=");*/
  content: url("data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Zz48cGF0aCBkPSJtNDYxLjIzMSAzMjIuNTI5LTExNS4yMzItNjYuNTI5IDExNS4yMzItNjYuNTI5YzIxLjUyMy0xMi40MjYgMjguODk3LTM5Ljk0NyAxNi40NzEtNjEuNDcxLTEyLjQyNi0yMS41MjItMzkuOTQ2LTI4Ljg5OS02MS40NzEtMTYuNDcxbC0xMTUuMjMxIDY2LjUyOXYtMTMzLjA1OGMwLTI0Ljg1My0yMC4xNDctNDUtNDUtNDVzLTQ1IDIwLjE0Ny00NSA0NXYxMzMuMDU4bC0xMTUuMjMxLTY2LjUyOWMtMjEuNTI2LTEyLjQyNy00OS4wNDYtNS4wNTItNjEuNDcyIDE2LjQ3MXMtNS4wNTIgNDkuMDQ1IDE2LjQ3MSA2MS40NzFsMTE1LjIzMyA2Ni41MjktMTE1LjIzMiA2Ni41MjljLTIxLjUyMyAxMi40MjYtMjguODk4IDM5Ljk0OC0xNi40NzIgNjEuNDcxIDguMzM1IDE0LjQzOCAyMy40NiAyMi41MDggMzkuMDEzIDIyLjUwOCA3LjYzMyAwIDE1LjM3Mi0xLjk0NSAyMi40NTgtNi4wMzdsMTE1LjIzMi02Ni41Mjl2MTMzLjA1OGMwIDI0Ljg1MyAyMC4xNDcgNDUgNDUgNDVzNDUtMjAuMTQ3IDQ1LTQ1di0xMzMuMDU4bDExNS4yMzEgNjYuNTI5YzcuMDg3IDQuMDkyIDE0LjgyMyA2LjAzNyAyMi40NTggNi4wMzcgMTUuNTUyIDAgMzAuNjc5LTguMDcyIDM5LjAxMy0yMi41MDggMTIuNDI3LTIxLjUyMyA1LjA1Mi00OS4wNDUtMTYuNDcxLTYxLjQ3MXoiIGZpbGw9IiM5MDhGOUQiLz48L2c+PC9zdmc+");
  width: 8px;
}
.tooltip__popup {
  position: absolute;
  border: 1px solid #bdbdbd;
  background: #fff;
  width: 300px;
  box-shadow: 1px 1px 12px #dbdbdb;
  padding: 12px;
  z-index: 100;
}

.tooltip__title {
  font-size: 14px;
  line-height: 31px;
  font-weight: 600;
  display: block;
}
.tooltip__close {
  background: url(/images/clear.png) no-repeat 0 0 transparent;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 10px;
  height: 9px;
  cursor: pointer;
}
.position-relative {
  position: relative;
}
.text-center {
  text-align: center;
}


.footer__social .sn {
  justify-content: center;
  margin-bottom: 15px;
}

.footer__social .sn li a {
  width: 25px;
  height: 25px;
}
.footer__social .sn li {
  border: unset;
}
.beforeSection {
  margin-bottom: 20px;
}

.mailingAccept .webFormItem {
  margin-top: 10px;
}

.personalInfo .webFormItem {
  margin-top: 15px;
}

.mailingAccept .webFormItem, .personalInfo .webFormItem {
  line-height: 1;
}

.mailingAccept .webFormItem .label-for, .personalInfo .webFormItem .label-for {
  font-weight: normal;
}
/* End */


[id^=wait_] {
    background: transparent !important;
    border: none !important;
    height: 100% !important;
    left: 0 !important;
    padding: 0 !important;
    position: fixed !important;
    text-indent: -9999px;
    top: 0 !important;
    width: 100% !important
}

[id^=wait_]:before {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: preloaderRotation;
    animation-timing-function: linear;
    background: url(/assets/build/assets/preloader.def05650.svg) no-repeat 50%;
    background-size: cover;
    content: "";
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 150
}

@media (max-width:570px) {
    [id^=wait_]:before {
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
        width: 60px
    }
}

@keyframes preloaderRotation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.scroll-style::-webkit-scrollbar {
    border-radius: 5px;
    height: 5px;
    width: 5px
}

.scroll-style::-webkit-scrollbar-track {
    background-color: #9b9b9b;
    border-radius: 5px
}

.scroll-style::-webkit-scrollbar-track-piece {
    background-color: #9b9b9b;
    border-radius: 5px;
    margin-left: 5px
}

.scroll-style::-webkit-scrollbar-thumb {
    background-color: #ed1c24;
    border-radius: 5px;
    height: 50px;
    width: 18px
}

.scroll-style::-webkit-scrollbar-corner {
    background-color: #999;
    border-radius: 5px
}

.flex-vertical-center {
    align-items: center;
    display: flex
}

.flex-gap-5 {
    display: flex;
    gap: 5px
}

.js-popup {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    left: 50%;
    opacity: 0;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: .3s
}

.js-popup.show {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important;
    transition: .3s
}

.js-popup__overlay {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: .3s
}

.js-popup__overlay.show {
    opacity: 1
}

.js-popup__title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.js-popup__header {
    align-items: center;
    background-color: #333;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    display: flex;
    height: 63px;
    justify-content: space-between;
    padding: 12px 24px
}

.js-popup__button-close {
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    height: 24px;
    padding: 4px;
    transition: .3s;
    width: 24px
}

.js-popup__button-close:hover {
    color: #ed1c24
}

.js-popup__close-icon {
    height: 100%;
    width: 100%
}

.js-popup__body {
    display: flex;
    padding: 15px 18px 24px
}

.banner-top {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%
}

.banner-top.hidden {
    display: none
}

.banner-top__list {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    width: 100%
}

.banner-top__image {
    height: 60px;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.banner-top__close-button {
    color: #fff;
    cursor: pointer;
    height: 22px;
    margin-top: -3px;
    position: absolute;
    right: 129px;
    transition: all .2s ease;
    width: 22px
}

.banner-top__close-button:hover {
    color: #ed1c24
}

@media (max-width:1300px) {
    .banner-top__close-button {
        right: 30px
    }
}

.banner-top__text {
    font-size: 25px;
    font-weight: 600;
    margin: 0 60px;
    position: absolute
}

@media (max-width:991px) {
    .banner-top__text {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .banner-top__text {
        display: none
    }
}

.product-available {
    align-items: center;
    color: #9b9b9b;
    font-family: roboto_condensedlight, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 5px;

    position: relative;
    text-align: center;
}

.product-available__container {
    height: 60px
}

.product-available--status-available {
    color: #2daf31
}

.product-available--status-check-available {
    color: #f93
}

.product-available__value {
    color: #2e2e2e;
    line-height: 110%
}

.product-available__value--popup {
    border-bottom: 1px dotted #ed1c24;
    cursor: pointer
}

.product-available__value--popup:hover {
    border-bottom-color: transparent
}

.product-available__icon {
    left: 0;
    position: absolute
}

.product-available__icon-location {
    height: 16px;
    width: 13px
}

.product-available__icon-check-round {
    color: #ed1c24;
    height: 13px;
    width: 13px
}

.product-available__icon-truck {
    color: #ed1c24;
    height: 14px;
    width: 18px
}

.product-available__icon-not-available {
    color: #9b9b9b;
    height: 13px;
    width: 13px
}

.product-available__article {
    color: #333;
    font-family: roboto_ltregular, arial, sans-serif;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 1px
}

.bx-touch .product-available__container {
    height: 46px
}

.store-amount__container {
    display: flex;
    flex-direction: column;
    width: 360px
}

.store-amount__status {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 30px
}

.store-amount__status-icon--check {
    color: #2daf31;
    height: 8px;
    width: 10px
}

.store-amount__status-icon--clock {
    color: #f93;
    height: 12px;
    width: 12px
}

.store-amount__item {
    align-items: center;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    display: flex;
    height: 36px;
    justify-content: center;
    position: relative;
    width: 100%
}

.store-amount__item--no-amount .store-amount__value {
    font-family: roboto_condensedlight, sans-serif
}

.store-amount__item--no-amount .store-amount__value--no-amount {
    color: #f93
}

.store-amount__item--no-amount .store-amount__title-container:after {
    content: unset
}

.store-amount__item:not(:first-child) {
    margin-top: -1px
}

.store-amount__title-container {
    color: #2e2e2e;
    display: flex;
    flex: 1;
    font-family: roboto_condensed_regular, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    justify-content: space-between;
    position: relative
}

.store-amount__title-container:after {
    border-bottom: 2px dotted #f4f4f4;
    bottom: 2px;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1
}

.store-amount__title {
    background: #fff
}

.store-amount__value {
    background: #fff;
    padding-right: 5px
}

.store-amount__scroll-block {
    margin-right: -5px;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px
}

.shield {
    align-items: center;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(11, 35, 253, .7);
    border-radius: 13px;
    color: #fff;
    display: flex;
    font-family: roboto_condensed_regular, sans-serif;
    font-size: 15px;
    font-weight: 400;
    justify-content: flex-start;
    line-height: 15px;
    margin-bottom: 4px;
    min-height: 26px;
    padding: 0 12px 0 30px;
    position: relative
}

.shield:before {
    content: url(/assets/build/assets/check.66edb578.svg);
    left: 10px;
    position: absolute;
    top: 6px
}

.shield--new {
    background-color: rgba(0, 152, 254, .7)
}

.shield--new:before {
    content: url(/assets/build/assets/new.d1357e90.svg);
    left: 8px;
    top: 5px
}

.shield--sale {
    background-color: rgba(237, 28, 36, .7)
}

.shield--sale:before {
    content: url(/assets/build/assets/sale.cfb7b06a.svg);
    left: 7px;
    top: 5px
}

.shield--recommend {
    background-color: rgba(103, 164, 2, .7)
}

.shield--recommend:before {
    content: url(/assets/build/assets/recommend.1ea1496f.svg);
    left: 10px;
    top: 6px
}

.shield--action {
    background-color: rgba(254, 100, 46, .7)
}

.shield--action:before {
    content: url(/assets/build/assets/action.ab65c06d.svg);
    left: 10px;
    top: 7px
}

.shield--installment-0-0-12,
.shield--installment-0-0-4,
.shield--installment-0-0-6 {
    background-color: rgba(100, 46, 254, .7)
}

.shield--installment-0-0-12:before,
.shield--installment-0-0-4:before,
.shield--installment-0-0-6:before {
    content: url(/assets/build/assets/installment.1fce92db.svg);
    left: 10px;
    top: 5px
}

.shield--free-delivery {
    background-color: rgba(0, 174, 163, .7)
}

.shield--free-delivery:before {
    content: url(/assets/build/assets/free-delivery.c0a1233f.svg);
    left: 9px;
    top: 7px
}

.shield--hit {
    background-color: rgba(237, 28, 91, .7)
}

.shield--hit:before {
    content: url(/assets/build/assets/hit.f1fad1ee.svg);
    left: 8px;
    top: 5px
}

.shield__container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1
}

.shield--black-friday {
    background-color: #000;
    color: #fff
}

.header-catalog {
    background-color: #fff;
    font-family: roboto_condensed_regular, sans-serif;
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 105
}

.header-catalog--hidden {
    display: none !important
}

.header-catalog__outer {
    display: none
}

.header-catalog__outer.show {
    display: block
}

.header-catalog__bg {
    background-color: #000;
    height: 100%;
    left: 0;
    margin-top: 60px;
    opacity: .5;
    position: fixed;
    width: 100%;
    z-index: 100
}

.header-catalog__wrapper {
    display: flex;
    height: 100%
}

.header-catalog__left {
    list-style-type: none;
    margin: 0;
    padding: 20px 10px;
    position: relative;
    width: 25%
}

.header-catalog__left:before {
    background-color: #f3f3f3;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    z-index: -1
}

.header-catalog__right {
    padding: 33px 35px;
    width: 75%
}

.header-catalog__category {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 14px;
    margin-right: -10px;
    padding: 8px 16px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease
}

@media (max-width:1279px) {
    .header-catalog__category {
        font-size: 13px
    }
}

.header-catalog__category--border {
    border-bottom: 1px dashed #dbdbdb
}

.header-catalog__category.active,
.header-catalog__category:hover {
    background-color: #e8e8e8;
    color: #ed1c24
}

.header-catalog__category.active img,
.header-catalog__category:hover img {
    filter: none
}

.header-catalog__category img {
    filter: grayscale(100);
    margin-right: 5px;
    max-height: 24px;
    max-width: 24px
}

.header-catalog__title {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase
}

@media (max-width:1279px) {
    .header-catalog__title {
        font-size: 16px
    }
}

.header-catalog__title img {
    height: 23px;
    margin-right: 10px;
    width: 25px
}

.header-catalog__submenu {
    display: none
}

.header-catalog__submenu.open {
    display: block
}

.header-catalog__list {
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-fill: auto;
    -moz-column-gap: 68px;
    column-gap: 68px;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media (max-width:1279px) {
    .header-catalog__list {
        -moz-column-gap: 18px;
        column-gap: 18px;
        font-size: 13px
    }
}

.header-catalog__list--tiles {
    display: flex;
    flex-wrap: wrap
}

.header-catalog__item {
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    color: #424242;
    margin-bottom: 8px
}

.header-catalog__item.sublist .header-catalog__item-title {
    padding-right: 20px
}

.header-catalog__item.sublist.close .header-catalog__sublist {
    max-height: 0;
    opacity: 0;
    transition: all .2s ease
}

.header-catalog__item.sublist.close .header-catalog__item-toggle {
    transform: rotate(0)
}

.header-catalog__item-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 5px 0 5px 5px;
    position: relative
}

.header-catalog__item-title:hover {
    background-color: #e8e8e8
}

.header-catalog__item-title:hover>a {
    color: #ed1c24
}

.header-catalog__item-title a {
    color: #424242;
    display: block;
    text-decoration: none;
    text-transform: lowercase
}

.header-catalog__item-title a:first-letter {
    text-transform: uppercase
}

.header-catalog__item-toggle {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI2IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjMDAwIiBkPSJNLjIxNCAxLjIyMkEuNzEzLjcxMyAwIDEgMSAxLjIxMy4yMDRMNS40MyA0LjI4NyA5LjY0Ny4yMDRhLjcxMy43MTMgMCAxIDEgLjk5OSAxLjAxOEw1LjkyOSA1Ljc5NWwtLjAxOS4wMS0uMDEuMDA5LS4wMS4wMXYuMDFsLS4wMTguMDA5LS4wMS4wMS0uMDIuMDA5LS4wMDkuMDEtLjAxOS4wMS0uMDEuMDA5aC0uMDFsLS4wMDkuMDEtLjAyLjAwOS0uMDA5LjAxaC0uMDE5di4wMWgtLjAybC0uMDA5LjAwOS0uMDE5LjAxaC0uMDJsLS4wMDkuMDFoLS4wMTlsLS4wMi4wMDloLS4wMTlsLS4wMDkuMDFoLS4wMmwtLjAxOC4wMDloLS4wNjhsLS4wMS4wMWgtLjA5NWwtLjAwOS0uMDFoLS4wNjhsLS4wMTgtLjAxaC0uMDJsLS4wMS0uMDFoLS4wMTlsLS4wMTktLjAwOUg1LjJsLS4wMS0uMDFoLS4wMmwtLjAxOS0uMDEtLjAxLS4wMDloLS4wMTl2LS4wMWgtLjAxOWwtLjAxLS4wMDktLjAxOS0uMDEtLjAxLS4wMWgtLjAwOWwtLjAxLS4wMDktLjAxLS4wMWgtLjAwOWwtLjAxLS4wMDktLjAwOS0uMDFoLS4wMWwtLjAxLS4wMS0uMDA5LS4wMDktLjAxLS4wMS0uMDA5LS4wMDktLjAxLS4wMS0uMDE5LS4wMXoiLz48L3N2Zz4=);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    content: "";
    cursor: pointer;
    flex-shrink: 0;
    height: 18px;
    position: absolute;
    right: 0;
    transform: rotate(180deg);
    width: 22px
}

.header-catalog__item-toggle,
.header-catalog__sublist {
    transition: all .2s ease
}

.header-catalog__sublist {
    list-style-type: disc;
    margin: 0;
    max-height: 1000px;
    opacity: 1;
    overflow: hidden;
    padding-left: 20px
}

.header-catalog__sublist-item {
    color: rgba(66, 66, 66, .7);
    display: list-item;
    margin-top: 8px;
    padding-left: 5px;
    text-decoration: none;
    text-transform: lowercase
}

.header-catalog__sublist-item:first-letter {
    text-transform: uppercase
}

.header-catalog__sublist-item:hover {
    background-color: #e8e8e8;
    color: #ed1c24
}

.header-catalog .container {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1508px;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

.header-catalog__item-tile-image-container {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
    margin-bottom: 10px;
    width: 150px
}

.header-catalog__item-tile-link {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    text-decoration: none
}

.header-catalog__item-tile-link:hover .header-catalog__item-tile-title {
    color: #ed1c24
}

.header-catalog__item-tile-title {
    color: #333;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.header-catalog__item-tile-image {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.header-catalog__item-tile-image-link {
    align-items: center;
    display: inline-flex;
    justify-content: center
}

.header-catalog__last-brands {
    border-top: 1px dashed #b1b1b1;
    display: flex;
    flex-wrap: wrap;
    margin: 22px -5px 20px;
    padding-top: 40px
}

.header-catalog__last-brand {
    margin: 0 5px 10px;
    width: calc(20% - 10px)
}

@media (max-width:1250px) {
    .header-catalog__last-brand {
        width: calc(25% - 10px)
    }
}

@media (max-width:1024px) {
    .header-catalog__last-brand {
        width: calc(33.33333% - 10px)
    }
}

@media (max-width:768px) {
    .header-catalog__last-brand {
        width: calc(50% - 10px)
    }
}

.header-catalog__last-brand-link {
    color: #424242;
    display: inline-flex;
    font-size: 17px;
    font-weight: 300;
    margin: 0 5px;
    text-decoration: none;
    text-transform: uppercase
}

.header-catalog__last-brand-link:hover {
    color: #ed1c24
}

.header-catalog__last-brand-link--all {
    border-bottom: 1px dotted;
    color: #ed1c24;
    font-size: 15px;
    font-weight: 300;
    margin: 5px;
    text-transform: unset
}

.header-catalog__last-brand-link--all:hover {
    border-bottom-color: transparent
}

.fixed-header .header-catalog__bg {
    margin-top: 0;
    top: 65px
}

.add-cart-button {
    align-items: center;
    background: #ed1c24;
    border-radius: 25px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    height: 54px;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 9px;
    max-width: 100%;
    position: relative;
    text-decoration: none;
    transition: background .3s ease;
    width: 100%
}

@media (max-width:660px) {
    .add-cart-button {
        font-size: 14px;
        height: 40px;
        margin-bottom: 4px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto
    }
}

.add-cart-button:hover {
    background-color: #ff232b
}

.add-cart-button:hover:after {
    bottom: 9px
}

.add-cart-button.added {
    background: #2b2b2b
}

.add-cart-button.added:hover {
    background-color: #3b3b3b
}

.add-cart-button--request-price {
    background: #2b2b2b
}

.add-cart-button.disabled {
    background-color: #ccc;
    border: 1px solid #e7e8ea;
    cursor: default;
    pointer-events: none
}

.add-cart-button--product-in-cart {
    background: #2b2b2b !important
}

.add-cart-button--product-in-cart:after,
.add-cart-button--product-in-cart:before {
    content: unset
}

.add-cart-button:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNLjggNS4yaDQuNFYuOGEuODAxLjgwMSAwIDAgMSAxLjYgMHY0LjRoNC40YS44MDEuODAxIDAgMCAxIDAgMS42SDYuOHY0LjRhLjgwMS44MDEgMCAwIDEtMS42IDBWNi44SC44YS44MDEuODAxIDAgMCAxIDAtMS42IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 5px;
    transform: translateY(-1px);
    vertical-align: middle;
    width: 12px
}

@media (max-width:660px) {
    .add-cart-button:before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAQBAMAAAA/jegKAAAAJFBMVEX///////////9HcEz////////////////////////////////Ej7oaAAAADHRSTlO/S9cAzBHlV5GrJmTIhZplAAAAV0lEQVQIHWMwNo7MXGxswGBs7CCgDKLNVY29QbQ1szEHkG5iS3FJY2pgyFihLqi5IoHB0Xqy8WxDBQZ308XGS0G0MRAQQTtC1WmbhoaGmicwTGMAAjYGAOCRGdVGWyWCAAAAAElFTkSuQmCC);
        height: 16px;
        margin-right: 8px;
        width: 13px
    }
}

.add-cart-button:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PGcgZmlsdGVyPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjIuNDUyIDEzLjQ0YTIuMTggMi4xOCAwIDAgMS0yLjE4Mi0yLjE2OGMwLS44NjMuNDM4LTEuNjQgMS4zMTQtMS45ODF2MS45OGEuODcuODcgMCAwIDAgLjg2OC44NzIuODc3Ljg3NyAwIDAgMCAuODc3LS44NzFWOS4yOWMuODY4LjM0MSAxLjMwNiAxLjEyNyAxLjMwNiAxLjk4IDAgMS4xOTYtLjk4IDIuMTctMi4xODMgMi4xN20tMTAuOTA0IDBhMi4xOCAyLjE4IDAgMCAxLTIuMTgzLTIuMTY4YzAtLjg2My40MzgtMS42NCAxLjMwNi0xLjk4MXYxLjk4YzAgLjQ3OS4zOTYuODcyLjg3Ny44NzJhLjg3Ljg3IDAgMCAwIC44NjgtLjg3MVY5LjI5Yy44NzYuMzQxIDEuMzE0IDEuMTI3IDEuMzE0IDEuOTggMCAxLjE5Ni0uOTggMi4xNy0yLjE4MiAyLjE3bTUuNDQ4LTExLjcwN2MyLjUyNiAwIDQuNTg4IDIuMDQxIDQuNTg4IDQuNTUydjEuMDg0aC05LjE2OFY2LjI4NWMwLTIuNTEgMi4wNTMtNC41NTIgNC41OC00LjU1Mk0yNy40NyA3LjU3NGEuMjE2LjIxNiAwIDAgMC0uMjE1LS4yMDVoLTMuOTI3VjYuMjg1QzIzLjMyOSAyLjgxOCAyMC40ODQgMCAxNi45OTYgMFMxMC42NyAyLjgxOCAxMC42NyA2LjI4NXYxLjA4NEg2Ljc0NGEuMjE2LjIxNiAwIDAgMC0uMjE0LjIwNUw1IDI3LjUxNHYuMDE3YzAgLjA2LjAxNy4xMS4wNi4xNTNhLjIyLjIyIDAgMCAwIC4xNTUuMDY5aDIzLjU2MmMuMDYgMCAuMTItLjAyNi4xNjMtLjA2OWEuMjUuMjUgMCAwIDAgLjA2LS4xN3oiLz48L2c+PGRlZnM+PGZpbHRlciBpZD0iYSIgd2lkdGg9IjM0IiBoZWlnaHQ9IjM3Ljc1MiIgeD0iMCIgeT0iMCIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+PGZlT2Zmc2V0IGR5PSI1Ii8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMi41Ii8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjI1IDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -9px;
    content: "";
    height: 32px;
    position: absolute;
    right: 37px;
    transition: all .3s ease;
    width: 28px
}

@media (max-width:660px) {
    .add-cart-button:after {
        content: none
    }
}

.fast-order-button {
    align-items: center;
    border: 1px solid;
    border-radius: 25px;
    box-sizing: border-box;
    color: #ed1c24;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 40px;
    justify-content: center;
    margin-bottom: 7px;
    margin-top: 8px;
    text-decoration: none;
    transition: all .3s ease;
    width: 100%
}

.fast-order-button:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: #fff
}

.fast-order-button:hover:before {
    background-image: url(/assets/build/assets/fast-order-white.abf79f24.svg)
}

.fast-order-button.disabled {
    cursor: not-allowed
}

.add-cart-button-mobile {
    align-items: center;
    background-color: #ed1c24;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px
}

.add-cart-button-mobile--small {
    height: 36px;
    width: 36px
}

.add-cart-button-mobile--small .add-cart-button-mobile__icon {
    width: 20px
}

.add-cart-button-mobile__icon {
    color: #fff;
    width: 24px
}

@media (max-width:768px) {
    .add-cart-button-mobile__icon {
        width: 20px
    }
    .add-cart-button-mobile {
        height: 36px;
        width: 36px
    }
}

.add-cart-button-mobile.added {
    background: #2b2b2b
}

.product-tile {
    box-sizing: border-box;
    position: relative
}

.product-tile.active .add-cart-button,
.product-tile.active .fast-order-button {
    display: flex
}

.product-tile.active .product-tile__inner {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
    position: absolute;
    z-index: 10
}

.product-tile.active .round-button:not(.active) {
    background-color: #fff;
    border-color: #ccc
}

.product-tile.active .product-tile__price {
    font-size: 22px
}

.product-tile.active .product-tile__price--old {
    font-size: 14px
}

.product-tile.active .product-tile__article {
    display: block
}

.product-tile.active .product-tile__fast-view-button {
    opacity: .9;
    visibility: visible
}

.product-tile.active .product-tile__fast-view-button:hover {
    opacity: 1
}

.product-tile__inner {
    background-color: #fff;
    border: 1px solid #e7e8ea;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 12px 12px 0;
    position: relative;
    width: 100%;
    z-index: 1
}

.product-tile__shields {
    top: 10px
}

.product-tile__name {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 38px;
    overflow: hidden;
    text-decoration: none;
    transition: all .2s ease-in-out
}

.product-tile__name:hover {
    color: #ed1c24
}

.product-tile__image-link {
    align-items: center;
    display: flex;
    height: 235px;
    justify-content: center
}

@media (max-width:768px) {
    .product-tile__image-link {
        height: 180px
    }
}

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

.product-tile__article {
    background-color: #f0f0f0;
    box-sizing: border-box;
    color: #424242;
    font-size: 12px;
    font-weight: 300;
    margin: 0 -12px;
    padding: 3px 0;
    position: relative;
    text-align: center
}

.product-tile__price-container {
    align-items: center;
    display: flex;
    gap: 2px;
    justify-content: space-between
}

.product-tile__price-wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    min-height: 42px
}

.product-tile__price {
    display: block;
    font-family: robotobold, arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
    transition: all .3s ease;
    white-space: nowrap
}

.product-tile__price--old {
    color: #888;
    font-family: roboto_ltregular, arial, sans-serif;
    font-size: 14px;
    text-decoration: line-through
}

.product-tile__fast-view-button {
    background-color: #2b2b2b;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: roboto_condensedlight, arial, sans-serif;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -75px;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 125px;
    transition: all .2s ease-in-out;
    visibility: hidden;
    width: 150px;
    z-index: 2
}

.product-tile__fast-view-button:hover {
    opacity: 1;
    visibility: visible
}

.product-tile__kit-title {
    display: block;
    font-size: 12px;
    line-height: 110%;
    position: relative
}

.product-tile__kit-title .red {
    color: #ed1c24;
    font-family: robotobold, arial, sans-serif
}

.product-tile .add-cart-button,
.product-tile .add-cart-button-mobile,
.product-tile .fast-order-button {
    display: none
}

.bx-touch .product-tile__article {
    display: block
}

.bx-touch .add-cart-button-mobile {
    display: flex
}

.product-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr))
}

.product-list--padding-20 {
    box-sizing: border-box;
    padding: 0 20px 20px
}

.product-list--padding-20 .product-list__title {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px
}

.product-list--line {
    gap: 10px
}

.product-list--line,
.product-list--table {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    margin-bottom: 24px
}

.product-list--table {
    gap: 24px
}

.product-list--slider-bottom-overflow-hack {
    margin-bottom: -150px;
    padding-bottom: 150px;
    z-index: 100
}

.product-list--slider-bottom-overflow-hack.product-list--padding-20 {
    padding-bottom: 170px
}

.product-list--slider-one-line {
    display: flex;
    margin-bottom: 40px
}

@media (max-width:768px) {
    .product-list--slider-one-line {
        margin-bottom: unset
    }
}

.product-list--slider-one-line .product-tile {
    width: 265px
}

.product-list--slider-no-title .product-list__slider-arrow-container {
    position: static
}

.product-list--slider-no-title .product-list__slider-arrow {
    background: url(/assets/build/assets/slideArrowSmall.341349c4.png) 0 0 no-repeat transparent;
    filter: unset;
    height: 70px;
    position: absolute;
    top: 215px;
    transform: translateY(-50%);
    transition: unset;
    width: 35px;
    z-index: 22
}

.product-list--slider-no-title .product-list__slider-arrow--next {
    background-position: 0 -70px;
    right: 0
}

.product-list--slider-no-title .product-list__slider-arrow--next:hover {
    background-image: url(/assets/build/assets/slideArrowSmall.341349c4.png);
    background-position: -35px -70px
}

.product-list--slider-no-title .product-list__slider-arrow--next:active {
    background-image: url(/assets/build/assets/slideArrowSmall.341349c4.png);
    background-position: -70px -70px
}

.product-list--slider-no-title .product-list__slider-arrow--prev {
    left: 0
}

.product-list--slider-no-title .product-list__slider-arrow--prev:hover {
    background-image: url(/assets/build/assets/slideArrowSmall.341349c4.png);
    background-position: -35px 0
}

.product-list--slider-no-title .product-list__slider-arrow--prev:active {
    background-image: url(/assets/build/assets/slideArrowSmall.341349c4.png);
    background-position: -70px 0
}

.product-list__title {
    border-top: 1px solid #e7e8ea;
    font-family: robotobold, arial, sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 36px 24px;
    position: relative;
    text-transform: uppercase
}

.product-list__slider-arrow-container {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 20px
}

@media (max-width:576px) {
    .product-list__slider-arrow-container {
        display: none
    }
}

.product-list__slider-arrow {
    background-image: url(/assets/build/assets/slider-arrow.166165b5.svg);
    background-size: contain;
    display: flex;
    filter: drop-shadow(0 5px 8px rgba(237, 28, 36, .4));
    height: 35px;
    position: static;
    transition: all .3s ease;
    width: 35px
}

.product-list__slider-arrow.swiper-button-lock {
    display: none
}

.product-list__slider-arrow:after {
    content: unset
}

.product-list__slider-arrow--next {
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.product-list__slider-arrow:hover {
    background-image: url(/assets/build/assets/slider-arrow-active.5e53b791.svg);
    filter: none
}

.swiper-container-horizontal .product-list--slider-one-line,
.swiper-initialized .product-list--slider-one-line {
    gap: 0
}

#searchResult .product-list {
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr))
}

.bx-touch .product-list__slider .product-list {
    display: flex
}

.image-cursor-gallery__pagination {
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-top: 10px
}

.image-cursor-gallery__pagination-dot {
    background-color: #bdbdbd;
    border-radius: 50%;
    height: 5px;
    width: 5px
}

.image-cursor-gallery__pagination-dot.active {
    background-color: #ed1c24
}

.product-line {
    align-items: flex-start;
    border: 1px solid #e7e8ea;
    border-collapse: collapse;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    transition: all .2s ease-in-out;
    width: 100%
}

@media (max-width:1200px) {
    .product-line {
        flex-wrap: wrap;
        gap: 0 10px;
        overflow: hidden
    }
}

.product-line:hover {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .2)
}

.product-line:hover .add-cart-button:after {
    bottom: 9px
}

.product-line__col-image {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 24px 0;
    position: relative;
    width: 300px
}

@media (max-width:1200px) {
    .product-line__col-image {
        height: auto;
        width: 30%
    }
}

@media (max-width:660px) {
    .product-line__col-image {
        width: 150px;
		        margin: 0 auto;
    }
	
	    .product-line {
     
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
	
	    .product-line__col-info {
      
        width: 80% !important;
        text-align: center;
        margin: 0 auto;
    }
	
	    .product-line__col-image {
      
        order: 2;
    }
	
	    .product-line__col-info {
    
        order: 1;
    }
	
	    .product-line__col-price-info {
     
        order: 3;
    }
	
	
}

.product-line__col-image .product-tile__fast-view-button {
    top: 192px
}

.product-line__col-image:hover .product-tile__fast-view-button {
    opacity: .9;
    visibility: visible
}

.product-line__col-image:hover .product-tile__fast-view-button:hover {
    opacity: 1
}

.product-line__col-image .product-tile__shields {
    left: 10px
}

@media (max-width:660px) {
    .product-line .shield__container {
        display: none
    }
	.product-line__name{
margin-bottom:0px !important;	
	
}
.product-line__col-info{
padding-left:0px !important;
}	
}

.product-line__image {
    display: none;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.product-line__image.active {
    display: block
}



.product-line__col-info{
padding-bottom:0px !important;	
	
}

.product-line__image-link {
    align-items: center;
    display: inline-flex;

    justify-content: center;
  
}

.product-line__col-info {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 24px 0;
	    padding-left: 40px;
}

@media (max-width:1200px) {
    .product-line__col-info {
        height: auto;
        width: 60%
    }
}

.product-line__name {
    color: #000;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 15px;
    margin-right: 12px;
    text-decoration: none;
    transition: all .2s ease-in-out;
	font-weight: 700;
}

.product-line__name:hover {
    color: #ed1c24
}

.product-line__params {
    display: table;
    width: 100%
}

@media (max-width:660px) {
    .product-line__params {
        display: none
    }
}

.product-line__param {
    display: table-row
}

.product-line__param-name {
    color: #9b9b9b;
    width: 55%
}

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

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

.product-line__param-name,
.product-line__param-value {
    display: table-cell;
    padding-bottom: 5px;
    position: relative;
    background: #fff;
    padding: 4px 0;
    padding-left: 12px;
}

.product-line__col-price-info {
    box-sizing: border-box;
    height: 100%;
    padding: 8px 20px 24px;
    width: 280px;
    justify-content: center;
    display: flex
;
    flex-direction: column;
}

@media (max-width:1200px) {
    .product-line__col-price-info {
        align-items: center;
        background-color: #f9f9f9;
        display: flex;
        gap: 10px;
        height: auto;
        justify-content: space-between;
        padding: 5px 0;
        width: 100%
    }
}

@media (max-width:660px) {
    .product-line__col-price-info {
        border-left: unset;
        padding: 5px 10px
    }
}

.product-line__col-price-info .product-tile__price {
    font-size: 21px
}

@media (max-width:660px) {
    .product-line__col-price-info .product-tile__price {
        font-size: 18px
    }
}

.product-line__col-price-info .product-tile__price--old {
    font-size: 14px
}

@media (max-width:660px) {
    .product-line__col-price-info .product-tile__price--old {
        font-size: 14px
    }
}

.product-line__button-container {
    margin-left: 5px
}

@media (max-width:1200px) {
    .product-line__button-container {
        flex-direction: column-reverse
    }
}

@media (max-width:660px) {
    .product-line__button-container {
        display: none !important
    }
}

@media (max-width:1200px) {

   
    .product-line__col-price-info-2 {
        min-width: 230px;
        text-align: right
    }
    .product-line__col-price-info-3 {
        width: 30%
    }
}



.product-line .product-available__container {
    height: auto
}

.product-line .product-tile__price-container {
    justify-content: space-between
}

.product-line .product-tile__kit-title {
    font-size: 15px;
    top: unset
}

@media (max-width:1200px) {
    .product-line .product-tile__kit-title {
        font-size: 12px;
        text-align: left
    }
}

.product-line__article {
    color: #9b9b9b;
    font-size: 12px;
    text-align: center;
}

.product-table {
    border: 1px solid #e7e8ea;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    position: relative;
    transition: all .2s;
    width: 100%
}

.product-table:hover {
    border-color: #ccc
}

.product-table__shields {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 15px 5px;
    position: relative
}

.product-table .shield {
    margin: 0
}

.product-table__col-info {
    flex: 1
}

@media (max-width:660px) {
    .product-table__col-info {
        margin-left: 15px
    }
}

@media (max-width:500px) {
    .product-table__col-info {
        margin-left: 0
    }
}

.product-table__container {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: space-between;
    position: relative
}

@media (max-width:500px) {
    .product-table__container {
        flex-direction: column
    }
}

.product-table__col-image {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 60px;
    justify-content: center;
    padding-left: 20px;
    width: 60px
}

@media (max-width:660px) {
    .product-table__col-image {
        display: none
    }
}

@media (max-width:500px) {
    .product-table__col-image {
        display: flex;
        padding-left: 0
    }
}

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

.product-table__image-link {
    display: inline-flex
}

.product-table__name {
    color: #000;
    display: block;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
    transition: all .2s ease-in-out
}

.product-table__name:hover {
    color: #ff232b
}

.product-table__col-price {
    display: flex;
    flex: 1;
    justify-content: center;
    text-align: center
}

.product-table__col-price .product-tile__price {
    font-size: 21px
}

@media (max-width:660px) {
    .product-table__col-price .product-tile__price {
        font-size: 18px
    }
}

.product-table__col-price .product-tile__price--old {
    font-size: 14px
}

@media (max-width:660px) {
    .product-table__col-price .product-tile__price--old {
        font-size: 14px
    }
}

.product-table__col-store {
    padding-right: 10px;
    width: 190px
}

@media (max-width:1200px) {
    .product-table__col-store {
        display: none
    }
}

.product-table__button-container {
    flex-direction: column-reverse;
    gap: 5px;
    height: 100%;
    padding-right: 10px
}

.product-table__col-basket-buttons {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    min-width: 180px
}

@media (max-width:700px) {
    .product-table__col-basket-buttons {
        margin-right: 15px
    }
}

@media (max-width:660px) {
    .product-table__col-basket-buttons {
        min-width: 160px
    }
}

@media (max-width:500px) {
    .product-table__col-basket-buttons {
        margin-right: unset;
        min-width: 200px
    }
}

.product-table__add-cart-button {
    font-size: 14px;
    height: 40px;
    margin: 0 !important;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:660px) {
    .product-table__add-cart-button {
        width: 100%
    }
}

.product-table__add-cart-button:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAQBAMAAAA/jegKAAAAJFBMVEX///////////9HcEz////////////////////////////////Ej7oaAAAADHRSTlO/S9cAzBHlV5GrJmTIhZplAAAAV0lEQVQIHWMwNo7MXGxswGBs7CCgDKLNVY29QbQ1szEHkG5iS3FJY2pgyFihLqi5IoHB0Xqy8WxDBQZ308XGS0G0MRAQQTtC1WmbhoaGmicwTGMAAjYGAOCRGdVGWyWCAAAAAElFTkSuQmCC);
    height: 16px;
    margin-right: 8px;
    width: 13px
}

.product-table__add-cart-button:after {
    content: unset
}

.product-table__fast-order-button {
    margin: 0 !important
}

.product-table .product-available__container {
    height: auto
}

@media (max-width:700px) {
    .product-table__col-buttons {
        display: none
    }
}

.product-table .product-tile__kit-title {
    margin-top: 5px
}

div.round-button {
    align-items: center;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    font-size: 0;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    transition: all .3s ease;
    width: 40px
}

div.round-button.active,
div.round-button.added {
    border-color: #ed1c24 !important
}

div.round-button.active:hover,
div.round-button.added:hover {
    background-color: #fff !important
}

div.round-button:hover {
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important
}

div.round-button--compare {
    background-image: url(/assets/build/assets/compare.167ca211.svg);
    background-size: 16px
}

div.round-button--compare:hover {
    background-image: url(/assets/build/assets/compare-hover.0d141e03.svg)
}

div.round-button--compare.active,
div.round-button--compare.active:hover,
div.round-button--compare.added,
div.round-button--compare.added:hover {
    background-image: url(/assets/build/assets/compare-active.aa0a9046.svg)
}

div.round-button--favorite {
    background-image: url(/assets/build/assets/heart.4694330d.svg)
}

div.round-button--favorite:hover {
    background-image: url(/assets/build/assets/heart-hover.aead7f8c.svg)
}

div.round-button--favorite.active,
div.round-button--favorite.active:hover,
div.round-button--favorite.added,
div.round-button--favorite.added:hover {
    background-image: url(/assets/build/assets/heart-active.e67f0370.svg)
}

@media (max-width:768px) {
    div.round-button {
        height: 36px;
        width: 36px
    }
}

div.round-button__container {
    align-items: center;
    display: flex;
    gap: 5px
}

.bx-touch div.round-button {
    border-color: #b3b3b3
}

.footer-product-tab__container {
    background-color: #f9f9f9;
    border-top: 1px solid #e7e8ea
}

.footer-product-tab__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    min-height: 86px;
    padding-top: 10px
}

.footer-product-tab__item {
    color: #888;
    cursor: pointer;
    font-family: robotobold, arial, sans-serif;
    font-size: 16px;
    padding-bottom: 8px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease-in-out
}

.footer-product-tab__item:hover {
    color: #000
}

.footer-product-tab__item.active {
    border-bottom: 1px dashed #000;
    color: #000;
    pointer-events: none
}