

/* Start:/local/templates/touch_new/components/bitrix/news/brands/style.css?17527537512919*/
#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/components/cone/brand.sections.menu/templates/.default/style.css?17527532383155*/
#left .brands_menu_overlay {
    position: relative;
    overflow: hidden;
}

#left .brands_menu {
    background-color: #ffffff;
    border-radius: 10px;
}

#left .brands_menu_header {
    display: block;
    padding: 20px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

#left .brands_menu_list {
    margin: 0;
    padding: 0;
}

#left .brands_menu_item {
    list-style: none;
    border-top: 1px solid #eeeeee;
}

#left .brands_menu_link {
    text-decoration: none;
    display: block;
    padding: 15px;
    color: #000000;
    font-weight: bold;
}

#left .brands_menu_link:hover {
    background: #FFD12E;
}

.brands_buttons {
    display: none;
}

#left .brands_popup-window-close-icon {
    display: none;
}

@media (max-width: 1100px) {
    #left .brands_menu_overlay {
        z-index: 9999;
    }

    #left .brands_menu {
        width: 80%;
        position: fixed;
        top: 55px;
        bottom: 100px;
        background: #fff;
        left: -80%;
        border-radius: 0 10px 10px 0;
        z-index: 17;
        transition: all 0.3s ease;
    }

    #left .brands_menu_header {
        font-size: 20px;
    }

    #left .brands_menu_link {
        font-size: 15px;
    }

    .brands_buttons {
        float: none;
        clear: both;
        display: block;
        height: 68px;
        /*margin-bottom: 36px;*/
        /*padding: 0 10px;*/
    }

    .brands_catalog_button {
        position: absolute;
        display: block !important;
        background: #2E9CFF;
        color: #ffffff;
        float: left;
        cursor: pointer;
        margin: 14px 0;
        border-radius: 6px;
        width: calc(100% - 40px);
        /*left: 16px;*/
        /*right: 16px;*/
        height: 40px;
        line-height: 40px;
        transition: all 0.3s ease;
        text-transform: uppercase;
        text-align: center;
    }

    .brands_catalog_button_span {
        gap: 10px;
        height: 40px;
    }

    .brands_catalog_button.scrolled {
        position: fixed;
        padding: 6px 16px 6px 12px;
        left: 0;
        top: 100px;
        font-size: 0;
        border-radius: 0 10px 10px 0;
        z-index: 15;
        width: 30px;
        background: rgba(46, 156, 255, 0.8);
    }

    .brands_catalog_button.scrolled.open {
        left: 80%;
        z-index: 9999;
        background: #2E9CFF;
    }

    .brands_catalog_button.scrolled .brands_catalog_button_span {
        gap: unset;
    }

    #left .brands_menu_overlay.open {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
    }

    #left .brands_menu.open {
        left: 0;
        box-shadow: 0 0 999px 999px rgba(0, 0, 0, .5);
    }

    #left .brands_menu .brands_menu_scroller {
        height: calc(100% - 62px);
        overflow: auto;
    }

    #left .brands_popup-window-close-icon {
        position: absolute;
        display: block;
        color: #8d8d8d;
        top: 10px;
        right: 19px;
    }
}

@media all and (max-width: 700px) {
    .brands_catalog_button {
        width: calc(100% - 24px);
    }
}
/* End */


/* Start:/local/templates/touch_new/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/components/bitrix/catalog.section/squares_ajax/style.css?17557735215158*/
.seo_text {
    overflow: hidden;
    background-color: #ffffff;
}

.seo_text h2 {
    font-size: 22px;
    font-weight: bold;
}

.seo_text h3 {
    font-size: 18px;
    font-weight: bold;
}

.seo_text a {
    text-decoration: none;
    color: #2E9CFF;
}

.seo_text img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.seo_text table {
    width: 99%;
    overflow-x: auto;
    display: block;
}

.seo_text thead th:nth-child(1) {
    text-align: start;
}

.seo_text table tbody td:nth-child(2) {
    text-align: center;
}

.seo_text.is-collapsed::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
}

#btn_seo_text {
    display: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    border: none;
    background-color: inherit;
    padding: 12px 12px 12px 0;
    margin-bottom: 20px;
    color: grey;
}

#btn_seo_text:hover {
    color: #FE3170;
}

.condition_in_item_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}


.condition_in_item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #959BA4;
}

.condition_info_icon {
    position: absolute;
    top: -7px;
    right: -5px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.condition_in_item .condition_value {
    line-height: 10px;
}

.conditionMark_item {
    display: block;
    width: 14px;
    height: 8px;
    background-color: #E5E5E5;
    border-radius: 2px;
}

.halfBgConditionMark_item {
    background: linear-gradient(to right, #F6104F 50%, #E5E5E5 50%);
    display: block;
    width: 14px;
    height: 8px;
    border-radius: 2px;
}

.bgConditionMark_item {
    display: block;
    width: 14px;
    height: 8px;
    background-color: #F6104F;
    border-radius: 2px;
}

.condition_popup {
    display: none;
    cursor: pointer;
    width: 160px;
    position: absolute;
    top: 368px;
    right: -5px;
    background: white;
    border-radius: 8px;
    padding: 10px;
    z-index: 999999;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
}

.condition_popup::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 9px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.condition_popup_title {
    font-size: 14px;
    font-weight: 500;
}

.condition_popup_message {
    font-size: 12px;
    line-height: 15px;
    display: block;
    margin-top: 6px;
}

.condition_in_item_marks {
    display: flex;
    gap: 4px;
}

.element_credit_block {
    margin-bottom: 10px;
    overflow: auto;
}

.element_banks_list {
    display: flex;
    gap: 6px;
}

.element_credit_block img {
    width: 20px;
}

.element_credit_block::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 2px;
}

.element_credit_block::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #FFD12E;
}

.tabloid .specialActionRules {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #EAF3FF;
    margin-bottom: 4px;
    padding: 4px 10px 2px 10px;
    width: 100%;
    left: -10px;
}

.tabloid .specialActionRules_title {
    display: flex;
    gap: 4px;
}

.tabloid .specialActionRules_msg {
    font-size: 14px;
}

.tabloid .specialActionRules_price {
    color: #FE3170;
    font-weight: bold;
}

.tabloid .specialActionRules_info_icon {
    position: absolute;
    top: 6px;
    right: 8px;
    cursor: pointer;
}

.tabloid .specialActionRules_info_icon svg {
    fill: #A2B5CA;
    transition: fill 0.3s ease;
}

.tabloid .specialActionRules_info_icon:hover svg {
    fill: #2E9CFF;
}

.tabloid .specialActionRules_infoWin {
    display: none;
    position: absolute;
    font-size: 10px;
    background-color: #EAF3FF;
    bottom: 40px;
    right: 10px;
    width: calc(100% - 46px);
    padding: 6px 20px 6px 6px;
    border-radius: 6px;
}

.tabloid .specialActionRules_infoWin p {
    margin: 0;
    line-height: 12px;
}

.tabloid .specialActionRules_infoWin:after {
    content: "";
    position: absolute;
    bottom: -13px;
    right: 2px;
    border-width: 20px 5px 0 30px;
    border-style: solid;
    border-color: #EAF3FF transparent transparent transparent;
}

.tabloid .specialActionRules_infoWin .fa-regular.fa-xmark {
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease;
    color: #888;
}

.tabloid .specialActionRules_infoWin .fa-regular.fa-xmark:hover {
    color: #333;
}

@media all and (max-width: 500px) {
    .condition_in_item {
        flex-direction: column;
        align-items: normal;
    }

    .tabloid .specialActionRules {
        flex-direction: column;
        align-items: unset;
        gap: 0;
    }

    .tabloid .specialActionRules_infoWin {
        bottom: 60px;
    }
}
/* End */


/* Start:/local/templates/touch_new/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/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/components/dresscode/slider/middle/images/slideButton.png) -18px 0  no-repeat transparent;
}

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

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

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

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

#middleSlider .middleSliderBtnLeft, 
#middleSlider .middleSliderBtnRight{
	background: url(/local/templates/touch_new/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/components/bitrix/news/brands/style.css?17527537512919 */
/* /local/components/cone/brand.sections.menu/templates/.default/style.css?17527532383155 */
/* /local/templates/touch_new/components/bitrix/system.pagenavigation/round/style.css?17042012522474 */
/* /local/templates/touch_new/components/bitrix/catalog.section/squares_ajax/style.css?17557735215158 */
/* /local/templates/touch_new/components/dresscode/slider/middle/style.css?16074136032031 */
