

/* Start:/local/templates/touch_new/components/bitrix/catalog/.default/style.css?17557734842694*/
#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?17652084935911*/
#breadcrumbs {
    /*padding-left: 24px !important;*/
}

#main .content-right {
    padding: 0;
}

.sect_list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    padding-bottom: 3px;
}
/*.sect_list {*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    !*justify-content: space-around;*!*/
/*    flex-wrap: wrap;*/
/*    gap: 20px;*/
/*    padding-bottom: 3px;*/
/*}*/


.sect_list .section_item {
    position: relative;
    padding: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
/*.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;*/
/*}*/

.sect_list .mobile-swiper .swiper {
    padding: 0 20px;
    overflow: visible;
}


.sect_list .swiper-wrapper {
    flex-direction: row;
}
/*.sect_list .swiper-wrapper {*/
/*    flex-direction: column;*/
/*}*/

.sect_list .c_sect.swiper-slide a img {
    display: block;
    width: 60px;
    height: 60px;
    min-width: unset;
    max-width: unset;
}

/*.sect_list .child_name.last.mob_ver {*/
/*    display: none;*/
/*}*/

.sect_list .parent_name_wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/*.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 .section_item_img {
    max-width: 60px;
    min-width: 60px;
}
/*.sect_list .section_item img {*/
/*    max-width: 85px;*/
/*    min-width: 85px;*/
/*}*/


.sect_list .section_item .parent_name {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
}
.c_sect {
    margin-bottom: 5px;
}
.sect_list .section_item .child_sections .child_name {
    color: #14161B;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 0 6px;
    text-align: center;
}
.sect_list .section_item .parent_name:hover {
    color: #F30F5E;
}
.sect_list .section_item .child_name:hover {
    color: #F30F5E;
}
.sect_list .section_item .child_name.last {
    /*display: none;*/
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #F30F5E;
}

/*.sect_list .section_item .child_name.last:hover {*/
/*    !*border-bottom: 1px dashed;*!*/
/*}*/
.bold {
    font-weight: bold;
}
.content-right {
    margin: 0 24px !important;
    background-color: #fafafa !important;
    box-shadow: none !important;
}

h1.changeName {
    /*padding-left: 20px !important;*/
}




.sect_list .section_item_link {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.sect_list .section_item_link:hover {
    color: #F30F5E;
}

.sect_list .section_item .img_wrapp {
    padding-top: 0;
    padding-bottom: 0;
}

.sect_list .mobile-swiper {
    padding: 12px 0;
    overflow: hidden;
}

.sect_list .section_item ul {
    margin-top: 0;
}

.sect_list .section_item ul li {
    position: relative;
    margin-bottom: 20px;
}

.sect_list .section_item ul li:not(:last-child):before {
    content: "";
    position: absolute;
    right: -5px;
    top: 0;
    width: 0.5px;
    height: 100%;
    min-height: 30px;
    max-height: 80px;
    background-color: #dedede;
}

.sect_list .c_sect.swiper-slide a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.sect_list .swiper-pagination {
    bottom: -20px !important;
}

.sect_list .c_sect.last.swiper-slide {
    display: none;
}

.sect_list .section_header_wrap {
    display: flex;
    justify-content: space-between;
    padding: 12px 24px;
}

.sect_list .section-swiper-btns_wrap {
    /*position: absolute;*/
    /*top: 6px;*/
    /*right: 6px;*/
    display: flex;
    align-items: center;
    gap: 8px;
}

.sect_list .section-swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2E9CFF;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s
    ease;
}

.sect_list .section-swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2E9CFF;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s
    ease;
}

.sect_list .section-swiper-button-prev.swiper-button-lock,
.sect_list .section-swiper-button-next.swiper-button-lock {
    display: none;
}

.sect_list .section-swiper-button-prev.swiper-button-disabled,
.sect_list .section-swiper-button-next.swiper-button-disabled {
    background-color: #CED6DF;
    cursor: no-drop;
}

@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 (max-width: 700px) {
    #main .content-right {
        padding: 0 12px 12px 12px !important;
    }

    .sect_list {
        margin: 0 12px;
    }
}

@media (max-width: 600px){
    #right {
        padding: 16px 0 0 0 !important;
    }

    .sect_list .section-swiper-btns_wrap {
        display: none;
    }

    .sect_list .section_item .parent_name {
        font-size: 16px;
        line-height: 18px;
    }
}

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

}

/* End */


/* Start:/local/components/c1/faqcat.show/templates/.default/style.css?16074136041725*/
.faq-block .faq-title {
    font-size: 20px;
    font-weight: 300;
    color: #333;
    margin-bottom: 5px;
    line-height: 34px;
}
.faq-block .faq-list {
    margin-top: 15px;
}
.faq-block .faq-list .faq-item {
    border-bottom: 1px solid #eee;
}
.faq-block .faq-list .faq-item .item-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 10px 0;
    color: #666;
    margin-bottom: 0;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}
.faq-block .faq-list .faq-item.active .item-title {
	font-weight: bold;
}
.faq-block .faq-list .faq-item.active .item-title:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-block .faq-list .faq-item .item-title:after {
    content: "∨";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    font-size: 16px;
    color: #999;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.faq-block .faq-list .faq-item.active .item-content {
    display: block;
}
.faq-block .faq-list .faq-item .item-content {
    display: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 5px 25px 10px;
}
.faq-block .faq-list .faq-item .item-content a {
    text-decoration: none;
    color: #3a3939;
    border-bottom: 1px dashed #3a3939;
}
/* End */
/* /local/templates/touch_new/components/bitrix/catalog/.default/style.css?17557734842694 */
/* /local/templates/touch_new/components/bitrix/catalog.section.list/sections/style.css?17652084935911 */
/* /local/components/c1/faqcat.show/templates/.default/style.css?16074136041725 */
