

/* Start:/local/templates/touch_new/components/bitrix/catalog/.default/style.css?17557739152828*/
#middleSlider{
	margin-bottom: 24px;
}
.barrer_el img {
	max-width: 100%;
	height: auto;
}
.column.sort {
	width: 100%;
}

#catalogLine .label {
	font-size: 12px;
}
.filter_button {
	display: none;
	float: right;
	padding: 0px 23px;
	height: 30px;
	border: 1px solid #f60a48;
	border-radius: 4px;
	line-height: 30px;
	cursor: pointer;
	background-color: #f60a48;
}
.filter_button_span {
	color: #fff;
	cursor: pointer;
}
.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;
}

.fa-filter:before {
	background: url(/images/action_catalog/filter.png);
	content: " ";
	height: 30px;
	width: 30px;
	display: block;
	background-size: 130%;
	background-position: center;
}

@font-face {
	font-family: 'icomoon';
	src:  url('/local/templates/touch_demo/fonts/touch-icon/touch-icon.eot?b7cyf0');
	src:  url('/local/templates/touch_demo/fonts/touch-icon/touch-icon.eot?b7cyf0#iefix') format('embedded-opentype'),
	url('/local/templates/touch_demo/fonts/touch-icon/touch-icon.ttf?b7cyf0') format('truetype'),
	url('/local/templates/touch_demo/fonts/touch-icon/touch-icon.woff?b7cyf0') format('woff'),
	url('/local/templates/touch_demo/fonts/touch-icon/touch-icon.svg?b7cyf0#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.icon-t-cart-font {
	font-family: 'icomoon' !important;
	font-size: 26px !important;
}
.icon-t-cart {
	line-height: 22px;
}
.icon-t-cart:before {
	font-family: 'icomoon' !important;
	content: "\61";
	font-size: 26px !important;
}

.description_text {
	overflow: hidden;
	background-color: #fafafa;
}

.description_text.is-collapsed::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(to bottom, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1));
	pointer-events: none;
}

#descriptionTextBtn {
	display: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	border: none;
	background-color: inherit;
	padding: 12px 12px 12px 0;
	margin-top: 20px;
	color: grey;
}

#descriptionTextBtn:hover {
	color: #FE3170;
}

@media all and (max-width: 1100px) {
	#selectSortParams, .filter_button {
		display: block;
	}
	/*#catalogLine .column:last-child .label{*/
	/*	display: none;*/
	/*}*/
	.sort_link, #smartFilter {
		display: none;
	}

}
/* End */


/* Start:/local/templates/touch_new/components/bitrix/catalog.section.list/sections/style.css?17531861252915*/
#breadcrumbs {
    /*padding-left: 24px !important;*/
}
.sect_list {
    display: flex;
    justify-content: flex-start;
    /*justify-content: space-around;*/
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 3px;
}

.sect_list .section_item {
    padding: 0 15px;
    width: calc(25% - 45px);
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

@media all and (max-width: 1300px){
    .sect_list .section_item {
        width: calc(33.3333% - 44px);
    }
}

@media all and (max-width: 700px){
    .sect_list .section_item {
        width: calc(50% - 40px);
    }
}

@media all and (max-width: 450px){
    .sect_list .section_item {
        width: 100%;
    }
}

/*.sect_list .section_item {*/
/*    !*max-width: 200px;*!*/
/*    min-width: 170px;*/
/*    !*width: auto;*!*/
/*    !*height: 350px;*!*/
/*    !*flex: 0 1 200px;*!*/
/*    flex: 1 0 16%;*/
/*    padding: 0 15px;*/
/*    background: #FFFFFF;*/
/*    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);*/
/*    border-radius: 8px;*/
/*    !*margin-bottom: 20px;*!*/
/*}*/
.sect_list .section_item a {
    text-decoration: none;
    color: #000;
}
.sect_list .section_item ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.sect_list .section_item .img_wrapp {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sect_list .section_item img {
    max-width: 85px;
    min-width: 85px;
}
.sect_list .section_item .parent_name {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}
.c_sect {
    margin-bottom: 5px;
}
.sect_list .section_item .child_name {
    color: #14161B;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
.sect_list .section_item .parent_name:hover {
    color: #F31C66;
}
.sect_list .section_item .child_name:hover {
    color: #F30F5E;
}
.sect_list .section_item .child_name.last {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #F30F5E;
}
.sect_list .section_item .child_name.last:hover span{
    border-bottom: 1px dashed;
}
.bold {
    font-weight: bold;
}
.content-right {
    margin: 0 24px !important;
    background-color: #fafafa !important;
    box-shadow: none !important;
}
@media (max-width: 600px){
    #right {
        padding: 16px 0 0 0 !important;
    }
}


@media (max-width: 700px) {
    .sect_list {
        margin: 0 12px;
    }
    /*.sect_list .section_item {*/
    /*    flex: 1 0 170px;*/
    /*    min-width: 170px;*/
    /*}*/
}
/*@media (max-width: 500px) {*/
/*    .sect_list .section_item {*/
/*        flex: 1 0 170px;*/
/*        min-width: 170px;*/
/*    }*/
/*}*/
/*@media (max-width: 500px) {*/
/*    .sect_list .section_item {*/
/*        flex: 0 1 170px;*/
/*        max-width: 170px;*/
/*    }*/
/*}*/
/*@media (max-width: 450px) {*/
/*    .sect_list .section_item {*/
/*        flex: 0 1 100%;*/
/*        max-width: 100%;*/
/*    }*/
/*}*/


/* End */
/* /local/templates/touch_new/components/bitrix/catalog/.default/style.css?17557739152828 */
/* /local/templates/touch_new/components/bitrix/catalog.section.list/sections/style.css?17531861252915 */
