

/* Start:/local/templates/touch_new_build/components/bitrix/news/brands/style.css?17527538632919*/
#catalog h2 {
	font-size: 24px !important;
}

.column.sort {
	width: 100%;
}

#catalogLine .label {
	font-size: 12px;
}
.filter_button {
	display: none;
	float: right;
	padding: 0px 30px;
	height: 30px;
	border: 1px solid #ff2d5b;
	border-radius: 4px;
	line-height: 30px;
	cursor: pointer;
	background-color: #ff2d5b;
}
.filter_button_span {
	color: #fff;
}
.filter_button:hover {
	border: 1px solid #dd0030;
	background-color: #dd0030;
}
.sort_link {
	display: inline-block;
}
.sort_link .sort_item {
	padding-right: 5px;
}
.sort_link .sort_item a {
	text-decoration: none;
	font-size: 12px;
	color: black;
	border-bottom: 1px dashed #000;
}
.sort_link .sort_item a:hover {
	color: #ff2d5b;
	border-bottom: 1px dashed #ff2d5b;
}
.sort_link .sort_item a.selected {
	font-weight: bold;
}
#selectSortParams {
	display: none;
}
@media all and (max-width: 1100px) {
	#selectSortParams, .filter_button {
		display: block;
	}
	/*#catalogLine .column:last-child .label{*/
	/*	display: none;*/
	/*}*/
	.sort_link, #smartFilter {
		display: none;
	}

}
.brandsHeading{
	border-top: 1px solid #e7e8ea;
	padding-top: 24px;
}

.brandsDescription{
	margin-bottom: 24px;
	color: #888888;
	font-size: 12px;
}

.brandsBigPicture{
	margin-top: 24px;
	margin-bottom: 24px;
}

.backToList{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top: 24px;
	display: block;
	color: #000000;
	float: right;
}

.backToList:active{
	position: relative;
	top: 1px;
}

#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);
}

#nextSection{
	border-right: 1px solid #e7e8ea;
	border-left: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
	margin-bottom: 24px;
	border-radius: 4px;
	margin-top: 24px;
}

#nextSection .title{
	background-color: #f3f3f3;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 12px;
	cursor: pointer;
	padding-top: 12px;
	font-size: 14px;
	display: block;
}

#nextSection ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nextSection li,
#nextSection .title{
	border-bottom: 1px solid #e7e8ea;
}

/*#nextSection li{
	padding: 12px 24px;
}*/

#nextSection 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-decoration: none;
	display: inline-block;
    padding: 12px 24px;
	font-size: 13px;
	color: #000000;
}

#nextSection li a:hover,
#nextSection li .selected{
	color: #dd0030;
}

#nextSection li .cnt{
	color: #888888;
	float: right;
}
/* End */


/* Start:/local/templates/touch_new_build/components/bitrix/menu/personal/style.css?17328039784086*/
#personalMenu {
	display: flex;
	flex-direction: column;
	width: 290px;
	/*border: 1px solid #E2E5E9;*/
	border-radius: 10px;
	list-style: none;
	padding: 0;
}

#personalMenu li {
	float: left;
}

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

#personalMenu li a {
	display: flex;
	align-items: center;
	gap: 24px;
	-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: 16px;
	color: #000000;
	padding: 12px 10px;
	border-radius: 10px;
	border: 2px solid transparent;
	box-sizing: border-box;
}

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

#personalMenu li .selected {
	background-color: #2E9CFF;
	color: #fff;
}

#personalMenu li .selected:hover {
	border:2px solid #2575ba;
	background-color: #2575ba;
	color: #fff !important;
}

#personalMenu li .selected:hover .personalMenuBgForIcon {
	background-color: #2575ba;
}

#personalMenu li .selected .personalMenuBgForIcon {
	background-color: #2E9CFF;
}

#personalMenu li a:hover {
	border: 2px solid #2E9CFF;
	/*background-color: #2E9CFF;*/
	/*color: #fff;*/
}

#personalMenu .personalMenuBgForIcon {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #EBF2FA;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}

#personalMenu .personalMenuBgForIcon img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#personalMenu li .selected .personalMenuBgForIcon img:not([src='/images/personal_cabinet/user_icon.svg']),
#personalMenu li a:hover .personalMenuBgForIcon img:not([src='/images/personal_cabinet/user_icon.svg']) {
	filter: invert(100%);
}

#personalMenu li a:hover .personalMenuBgForIcon {
	background-color: #2E9CFF;
}

#personalMenu {
	position: relative;
}

#personalMenuContainer_overlay {
	/*display: none;*/
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 97;
	transition: all 0.4s ease;
}

#personalMenuContainer_overlay.show {
	left: 0;
	opacity: 1;
}

.burgerMenu_in_cabinet {
	display: none;
	background-color: #fff;
	width: 20px;
	height: 20px;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	position: absolute;
	top: -6px;
	left: -10px;
}

#burgerMenu_in_orders .burgerMenu {
	top: 35px;
}

.burgerMenu_in_cabinet span {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #000;
	transition: all 0.6s ease;
}

.burgerMenu_in_cabinet.open span:nth-child(1) {
	transform: rotate(45deg);
	position: relative;
	top: 6px;
	width: 21px;
}

.burgerMenu_in_cabinet.open span:nth-child(2) {
	opacity: 0;
}

.burgerMenu_in_cabinet.open span:nth-child(3) {
	transform: rotate(-45deg);
	position: relative;
	top: -7px;
	width: 21px;
}
.burgerMenu_in_cabinet_close {
	display: flex;
	position: absolute;
	right: -46px;
	top: 0;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 4px;
}

@media (max-width: 768px) {
	#personalCabinet .personalCabinet_wrap {
		gap: 0 !important;
	}

	.personalCabinet_profile h1 {
		margin: 0 0 23px 43px !important;
	}

	#personalMenuContainer {
		display: flex;
		position: absolute;
		top: 264px;
		left: -330px;
		width: 270px;
		height: auto;
		margin: 0;
		flex-direction: column;
		background-color: #fff;
		border-radius: 10px;
		z-index: 98;
		transition: left 0.4s ease;
	}
	#personalMenu {
		width: 270px;
		margin: 0;
		border: unset;
	}
	.burgerMenu_in_cabinet {
		display: flex;
	}
	#personalMenuContainer.open {
		left: 0;
	}

	/*.burgerMenu_in_cabinet {*/
	/*	right: -51px;*/
	/*}*/
}

@media all and (min-width: 701px) and (max-width: 768px){
	#personalMenuContainer {
		top: 272px;
	}

	.personalCabinet_profile h1 {
		margin: 0 0 23px 47px !important;
	}

	/*.burgerMenu_in_cabinet {*/
	/*	right: -60px;*/
	/*}*/
}

@media all and (max-width: 600px) {
	#personalMenuContainer {
		top: 112px;
	}

	/*#personalMenuContainer .burgerMenu {*/
	/*	right: -51px;*/
	/*}*/
}
/* End */


/* Start:/local/templates/touch_new_build/components/bitrix/system.pagenavigation/round/style.css?17042012522474*/
.bx-pagination {
	margin: 30px 0 10px 0;
	/*position: relative;*/
	/*bottom: 0;*/
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	width: 100%;
}
.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-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;
}

/* End */


/* Start:/local/templates/touch_new_build/components/bitrix/news/brands/bitrix/news.list/.default/style.css?16074136031783*/
#brands{
	margin-top: 24px;
}

#brandList{
	margin-top: 24px;
	overflow: hidden;
}

#brandList .heading{
	background-color: #424242;
	margin-bottom: 0px !important;
    padding-left: 18px;
	line-height: 50px;
    font-size: 17px;
    display: block;
    color: #ffffff;
    height: 50px;
}

#brandList .items{
	list-style: none;
	overflow: hidden;
}

#brandList .item{

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

	background-color: #ffffff;
	border-right: 1px solid #e7e8ea;
	border-bottom: 1px solid #e7e8ea;
	height: 120px;
	line-height: 120px;
	overflow: hidden;
	float: left;
	width: 20%;

}

#brandList .item:nth-child(1),
#brandList .item:nth-child(2),
#brandList .item:nth-child(3),
#brandList .item:nth-child(4),
#brandList .item:nth-child(5){
	border-top: 1px solid #e7e8ea;
}

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

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

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

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

#brandList .picture{
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	opacity: 0.8;
	text-align: center;
	line-height: 100px;
	display: block;
	height: 100px;
}

#brandList .picture:hover{
	opacity: 1;
}

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

#brandList .name{
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #000000;
	margin: 12px 0;
}

#brandList .last{
	background: #f3f3f3;
}
/* End */


/* Start:/local/templates/touch_new_build/components/dresscode/slider/middle/style.css?16074136032031*/
#middleSlider{
	position: relative;
	margin-top: 24px;
}

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

#middleSlider ul{
	position:relative;
}

#middleSlider ul li{
	float:left;
	display: block;
}

#middleSlider ul li img{
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#middleSlider ul li:hover img{
	transform: scale(1.03);
}

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

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

#middleSlider ol li{
	background: url(/local/templates/touch_new_build/components/dresscode/slider/middle/images/slideButton.png) 0 0 no-repeat transparent;
	margin-right: 4px;
	width: 18px;
	height: 18px;
	float:left;
	cursor: pointer;
}

#middleSlider ol li:hover{
	background: url(/local/templates/touch_new_build/components/dresscode/slider/middle/images/slideButton.png) -18px 0  no-repeat transparent;
}

#middleSlider ol li:active{
	background: url(/local/templates/touch_new_build/components/dresscode/slider/middle/images/slideButton.png) -36px 0  no-repeat transparent;
}

#middleSlider ol li.selected{
	background: url(/local/templates/touch_new_build/components/dresscode/slider/middle/images/slideButton.png) -54px 0  no-repeat transparent;	
}

#middleSlider ol li.selected:hover{
	background: url(/local/templates/touch_new_build/components/dresscode/slider/middle/images/slideButton.png) -72px 0  no-repeat transparent;	
}

#middleSlider ol li.selected:active{
	background: url(/local/templates/touch_new_build/components/dresscode/slider/middle/images/slideButton.png) -90px 0  no-repeat transparent;	
}

#middleSlider .middleSliderBtnLeft, 
#middleSlider .middleSliderBtnRight{
	background: url(/local/templates/touch_new_build/components/dresscode/slider/middle/images/slideArrow.png) no-repeat transparent;
	position: absolute;
	margin-top: -30px;
	display: block;
	height: 60px;
	width: 30px;
	top: 50%;

}

#middleSlider .middleSliderBtnLeft{
	background-position: 0 0;
	left: 0px;
}

#middleSlider .middleSliderBtnLeft:hover{
	background-position: -30px 0;	
}

#middleSlider .middleSliderBtnLeft:active{
	background-position: -60px 0;		
}

#middleSlider .middleSliderBtnRight{
	background-position: 0 -60px;
	right: 0px;
}

#middleSlider .middleSliderBtnRight:hover{
	background-position: -30px -60px;
}

#middleSlider .middleSliderBtnRight:active{
	background-position: -60px -60px;
}
/* End */
/* /local/templates/touch_new_build/components/bitrix/news/brands/style.css?17527538632919 */
/* /local/templates/touch_new_build/components/bitrix/menu/personal/style.css?17328039784086 */
/* /local/templates/touch_new_build/components/bitrix/system.pagenavigation/round/style.css?17042012522474 */
/* /local/templates/touch_new_build/components/bitrix/news/brands/bitrix/news.list/.default/style.css?16074136031783 */
/* /local/templates/touch_new_build/components/dresscode/slider/middle/style.css?16074136032031 */
