

/* Start:/local/templates/market/components/bitrix/catalog/main/style.css?17419953785784*/
.catalog-block-header{
	font-size: 16px;
	line-height: 15px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 31px;
	border-bottom: 1px solid #D3D3D3;
	color: var(--main_font_color);
	padding-left: 0px;
	padding-bottom: 10px;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}


#catalog__content .catalog_image {
	display: block;
	width: 50%;
}

#catalog__content .catalog__nav {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#catalog__content .title_box {
	margin: 0;
	padding-top: 0;
}
.catalog__filter-container {
	padding-top: 0px;
}

.favorite-element-container .title_box {
	margin-bottom: 0;
}

#catalog__content .title_box .sub_title {
	color: var(--main_font_color);
	font-weight: 900;
	font-size: 14px;
}

#catalog__content .catalog__nav_wrapper {
	width: 50%;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item {
	padding: 10px 0;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a {
	display: block;
	padding: 10px 0;
	position: relative;
	color: var(--main_link_color);
	font-weight: 500;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a:after {
	content: '';
	display: block;
	position: absolute;
	border: 6px solid transparent;
	border-left: 7px solid #000;
	top: 15px;
	right: 0;
	margin: auto;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a:hover {
	color: var(--main_color_hover);
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a:hover:after {
	border-left-color: var(--main_color_hover);
}

#catalog__content .catalog_image_wrapper {
	width: 100%;
	position: relative;
	height: 0;
	padding-top: 100%;
}

#catalog__content .catalog_image_wrapper .catalog_img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#catalog__content {
	/*min-height: calc(100vh - 350px);*/
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 0;
	position: static;
	padding-left: 0px;
}

#catalog__list .title_box {
	width: 100%;
}
.catalog__content .sorting_box .sorting {
	padding-right: 7px;
}

.catalog_sort_row{
	margin-left: 0px;
	margin-right: 0px;
}
.catalog_block_banner{
	margin-bottom: 20px;
}
.catalog_block_banner a{
	display: flex;
	overflow: hidden;
	border-radius: 8px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.catalog_block_banner a img{
	width: 100%;
  border-radius: 8px;
  transition: .3s;
	object-fit: cover;
}

.catalog_block_banner a:hover img{
	transform: scale(1.02);
}

.catalog-section-descr{
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: var(--main-txt);
}

.item-not-data-filter{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 120px 0;
}

.item-not-data-filter .big-text{
	font-size: 25px;
}

.catalog__content {
	display: flex;
	flex-direction: column;
}
.catalog__filter {
	width: 330px;
	flex-shrink: 0;
	margin-right: 50px;
}
.catalog__list {
	width: 100%;
}
.catalog__content .bx-filter {
	padding: 0;
}
.filter-and-catalog-list {
	margin-top: 20px;
	margin-bottom: 60px;
	display: flex;
}
.show-filter {
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: var(--main-txt);
	background: var(--main_bg_gray);
	border-radius: 6px;
	height: 48px;
	padding: 0 20px;
	display: none;
	margin: 0 20px 0 0;
	order: 2;
	flex-shrink: 0;
}
.show-filter svg{
	fill: currentColor;
	margin-right: 8px;
}
.filter-header{
	display: none;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}
.filter-header__title{
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
}
.close-filter {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	transition: 0.2s;
	color: var(--main-txt);
	position: absolute;
	right: 20px;
}
.close-filter svg{
	fill: currentColor;
}

@media (max-width: 1510px){
	.catalog__filter{
		width: 280px;
		margin-right: 30px;
	}
}
@media(max-width: 1024px){
	.show-filter {
		display: inline-flex;
	}
}
@media (max-width: 992px) {
	.filter-header{
		display: flex;
	}
	.filter-and-catalog-list{
		margin-top: 0;
		margin-bottom: 40px;
	}
}
@media (max-width: 576px) {
	.filter-and-catalog-list{
		margin-bottom: 25px;
	}
	.show-filter {
		height: 46px;
	}
	.main_content .wrapper-inner {
		max-width: 100%;
	}
	.show-filter {
		order: 0;
		width: 100%;
		margin: 0 0 8px 0;
	}
	.sort-and-filter {
		flex-wrap: wrap;
	}
	.catalog-section-descr{
		font-size: 14px;
	}
}
@media (max-width: 460px) {
	.set_total_price .set_total_price_wrap {
		width: 100%;
	}
	.set_total_price_left {
		justify-content: flex-end;
	}
	.button-quantity-col {
		width: 100%;
	}
	.button-quantity-col > div {
		width: 100%;
		flex-wrap: wrap;
	}
}

/* End */


/* Start:/local/templates/market/components/bitrix/menu/catalog-filter-menu/style.css?17419953783621*/
.bx-top-nav-wrapper {
    position: absolute;
    width: 100%;
    transform: translateY(-150%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease, transform 0s 0.3s;
}
.bx-top-nav-wrapper.activeCatalogNav {
    z-index: 999;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0s;
}

.catalogTopNavContainer {
    background: #fff;
    padding: 40px 20px 40px 40px;
}
.wrapper_top_nav {
    max-height: 420px;
    padding-right: 20px;
}

.top_menu_catalog {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: start;
}

.active-burger-header .line_hamburger span  {
    transform: scaleX(0);
    opacity: 0;
}

.active-burger-header .line_hamburger::before {
    transform: translateY(4px) rotate(45deg);

}
.active-burger-header .line_hamburger::after {
    transform: translateY(-4px) rotate(-45deg);

 }
.wrapper_root_menu_title {
    width: 100%;
}
.root-menu-title {
    color: var(--main-txt);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
}

.root-menu-img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.filter_menu_catalog .sub-catalog-menu a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    color: var(--main-txt);
    transition: 0.2s all linear;
    margin-bottom: 12px;
    width: 100%;
    cursor: pointer;
    padding-right: 16px;
}
.sub-catalog-menu li.last a {
    font-weight: 600 !important;
    text-decoration: underline;
}
.mCSB_inside > .mCSB_container {
    margin: 0 !important;
}

.sub-catalog-menu .parent li {
    margin-left: 12px;
}
.sub-catalog-menu .parent > a {
    padding-right: 30px;
}
.sub-catalog-menu .parent > a + ul {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.sub-catalog-menu .parent > a span {
    width: 20px;
    height: 17px;
    position: absolute;
    top: calc(50% - 9px);
    right: 0;
    line-height:1;
    display: flex;
}
.sub-catalog-menu .parent > a span svg {
    margin: auto 0 auto auto;
    transition: transform .3s ease;
}
.sub-catalog-menu .parent > a span.open svg{
    transform: rotate(180deg);
}

.filter_menu_catalog {
    margin-bottom: 20px;
}
.filter_menu_catalog .wrapper_top_menu_link {
    display: none;
}
.filter_menu_catalog .wrapper_top_menu_link.active {
    display: block;
}
.filter_menu_catalog .wrapper_root_menu_title {
    margin-bottom: 5px;
}
.filter_menu_catalog .root-menu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.filter_menu_catalog * {
    -webkit-user-select: none;
    user-select: none;
 }
.filter_menu_catalog .sub-catalog-menu,
.filter_menu_catalog .sub-catalog-menu-item-parent ul {
    padding-left: 10px;
}
/*.filter_menu_catalog li.active > a,*/
.filter_menu_catalog li.active-bold > a{
    font-weight: 600 !important;
}
.filter_menu_catalog li{
    line-height: 100%;
}
.sub-catalog-menu-item-parent > span {
    position: relative;
    cursor: pointer;
    width: 12px;
    height: 12px;
}
.sub-catalog-menu-item-parent span svg {
    position: absolute;
    top: 7px;
    /*right: 0;*/
    right: 4px;
    transition: .3s ease;
}
.sub-catalog-menu-item-parent span.active svg {
    transform: rotate(-180deg);
}
.sub-catalog-menu-item-parent ul {
    height: 0;
    overflow: hidden;
    -webkit-transition: .3s ease-out;
    transition: 0.3s ease-out;
}

/* End */


/* Start:/local/templates/market/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/style.css?174199537834241*/
.bx-filter {
    width: 100%;
    min-width: 220px;
}

.bx-filter .bx-filter-section {
    /*background: #edf6fc; /* color */
    position: relative;
    padding-top: 26px
}

.bx-filter .bx-filter-section > .row {
    padding: 0 5px;
}

.bx-filter .bx-filter-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

/*Sections*/
#categories #section_vertical-multilevel-menu {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.bx-filter .bx-filter-parameters-box {
    position: relative;
    padding: 0 0 28px 0;
}

.bx-filter .filter-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 24px;
    display: block;
}
.bx-filter-parameters-box .filter_menu_catalog{
    margin-bottom: 0;
    width: 92%;
}
.bx-filter .bx-filter-parameters-box-title span {
    cursor: pointer;
}
.bx-filter-parameters-box-container {
    padding-top: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.bx-filter-blocks + .bx-filter-parameters-box-container {
    padding: 0;
    margin: 0;
}
.bx-filter-param-btn-inline{
    display: flex;
    flex-wrap: wrap;
}
.bx-filter-parameters-box-container .bx-filter-scroll {
    width: 100%;
}
.bx-filter .bx-filter-block {
    display: block;
    height: 0;
    overflow: hidden;
    transition: all .3s ease;
    box-sizing: content-box;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
    height: auto;
}

.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
    display: block;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
    font-size: 14px;
    font-style: normal;
    display: block;
    padding-bottom: 5px;
}

.bx-filter-parameters-box-container .checkbox:first-child {
    margin-top: 0;
}

.bx-filter-block .bx-filter-search-form{
    width: 100%;
    height: 50px;
    margin: 24px 4px 4px 0;
    padding: 0 17px 0 24px;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bx-filter-block .bx-filter-search-form:focus-within{
    border: 1px solid var(--main-txt);
}
.bx-filter-block .bx-filter-search-input{
    height: 100%;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--main_text_black);
    padding-right: 5px;
}

.bx-filter-block .bx-filter-search-input::placeholder{
    color: var(--main_text_gray);
}

.bx-filter-block .bx-filter-search-form button{
    background: transparent;
    margin-top: -3px;
    cursor: default;
}

/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {
    position: relative;
}
.bx-filter .bx-filter-input-container-placeholder{
    font-size: 12px;
    color: var(--main_text_black);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.2s;
}
.bx-filter .bx-filter-input-container input {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
    border: 1px solid #C4C4C4;
    background: #fff;
    outline: none;
    height: 50px;
    width: 150px;
}

.bx-retina .bx-filter .bx-filter-input-container input {
    border-style: solid;
    border-width: 1px;
    border-image: url(/local/templates/market/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/border_default.png) 2 repeat;
}
.bx-filter-parameters-box-hint .info-wrap {
    margin-left: 8px;
    /*position: relative;*/
    display: inline-block;
}
.bx-filter-parameters-box-hint .info-icon {
    width: 20px;
    height: 20px;
    font-weight: 900;
    font-size: 14px;
    line-height: 100%;
    color: #C4CCD0;
    border-radius: 50%;
    border: 2px solid #C4CCD0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.bx-filter-parameters-box-hint .info-text-wrap {
    position: absolute;
    top: 32px;
    padding: 20px;
    background: var(--white);
    border-radius: 6px;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.2);
    width: 331px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 599;
}
.bx-filter-parameters-box-hint .info-text-corner {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 1px;
    transform: rotate(45deg);
    position: absolute;
    top: -6px;
    right: 149px;
    border-left: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    opacity: 0;
    transition: 0.2s all linear;
}

.bx-filter-parameters-box-hint .info-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: var(--main_text_black);
    opacity: 0;
    transition: 0.2s all linear;
}
.bx-filter-parameters-box-hint .info-wrap:hover .info-text-wrap {
    opacity: 1;
}

.bx-filter-parameters-box-hint .info-wrap:hover .info-text-corner,
.bx-filter-parameters-box-hint .info-wrap:hover .info-text{
    opacity: 1;
    transition: 0.2s all linear;
}

.bx-filter-parameters-box-hint .info-wrap:hover .info-icon{
    transition: 0.2s all linear;
    border: 2px solid #828D92;
    color: #828D92;
}
/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
    /* Fix of input shadow for IOS browsers. */

    background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
    background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}

.bx-filter .bx-filter-button-box {
    clear: both;
}

/*
*Track
*
*/

.open_level .filter_minus svg line {
    stroke: var(--main_color_active) !important;
}

#categories .section__list-item.sub-item-parent {
    margin-bottom: 10px;
}

#categories .sub-item {
    margin-bottom: 10px;
}

#categories .section__list-item.sub-item-parent a {
    font-weight: normal !important;
}

#categories .sub-item a {
    font-weight: normal !important;
}

.bx-filter .bx-ui-slider-track-container {
    padding-top: 36px;
    padding-bottom: 10px;
}

.bx-filter .bx-ui-slider-track {
    position: relative;
}

.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}

.bx-filter .bx-ui-slider-part.p1 {
    left: -1px;
}

.bx-filter .bx-ui-slider-part.p2 {
    left: 25%;
}

.bx-filter .bx-ui-slider-part.p3 {
    left: 50%;
}

.bx-filter .bx-ui-slider-part.p4 {
    left: 75%;
}

.bx-filter .bx-ui-slider-part.p5 {
    right: -1px;
}

.bx-filter .bx-ui-slider-part span {
    font-size: 11px;
    /*font-weight: bold;*/

    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #000;
}

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
    color: #6b8086;
}

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}


.bx-filter .bx-ui-slider-handle {
    position: absolute;
    top: 100%;
    width: 22px;
    height: 22px;
    border-bottom: none;
}

.bx-filter .bx-ui-slider-handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}

.bx-filter .bx-filter-select-container {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
}

.bx-retina .bx-filter .bx-filter-select-container {
    border-style: solid;
    border-width: 1px;
}

.bx-filter .bx-filter-select-block {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    background: #fff;
    border-radius: 6px;
}

.bx-filter .bx-filter-select-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    max-width: 100%;
    height: 48px;
    border-radius: 6px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    padding: 0 17px 0 24px;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.bx-filter .bx-filter-select-text .bx-filter-param-text {
    line-height: 14px;
    margin-left: 8px;
    vertical-align: text-bottom;
}

.bx-filter .bx-filter-select-text.fix {
    min-width: 120px;
    position: relative;
}

.bx-filter .bx-filter-select-text label {
    cursor: pointer;
}


.bx-filter .bx-filter-select-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx-filter .bx-filter-select-arrow svg{
    stroke: var(--main_text_black);
}

.bx-filter .bx-filter-select-arrow{
    /*transform: rotate(180deg);*/
}

/*
*	Select popup
*
*/

.bx-filter-select-popup {
    background: #fff;
    padding: 0;
    width: 328px;
    border-radius: 6px;
}

[id^="smartFilterDropDown"] {
    margin-left: -1px;
    margin-top: 10px;
    border-radius: 6px;
    padding: 0;
}

[id^="popup-window-content-smartFilterDropDown"] {
    border-radius: 6px;
}

.bx-filter-select-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bx-filter-select-popup ul li {
    text-align: left;
    vertical-align: middle;
    height: 40px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.bx-filter-select-popup ul li:first-child {
    /*border-bottom: 1px solid #ECECEC;*/
    /*padding-bottom: 24px;*/
    /*margin-bottom: 5px;*/
}

.bx-filter-select-popup ul li label {
    font-size: 14px;
    line-height: 40px;
    display: block;
    text-align: left !important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    transition: 0.2s all linear;
    text-transform: capitalize;
}

.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
    transition: 0.2s all linear;
    background: var(--main_bg_gray);
}

.bx-filter-select-popup ul li label.disabled {
    color: #b8b8b8;
    background: transparent;
}

.bx-filter-select-popup ul li .bx-filter-param-text {
    line-height: 1 !important;
    position: relative;
    top: 1px;
}

/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
    padding: 18px;
}

.bx-filter .bx-tag-link {
    font-size: 12px;
    text-decoration: none;
    text-shadow: none;
}

.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
    color: #1d3d46;
}

.bx-filter .bx-filter-param-label {
    min-height: 0;
    padding: 0;
    font-weight: normal;
    cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
    float: left;
    display: block;
    margin: 5px 10px 5px 0;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
    display: block;
    margin-bottom: 12px;
}

.bx-filter .bx-filter-param-label {
    /*font-size: 13px;*/
}

.bx-filter .bx-filter-param-label.dib {
    display: inline-block;
}

.bx-filter .bx-filter-param-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    position: relative;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
    color: #6c6c6c;
}

.bx-filter-select-popup .bx-filter-param-label.bx-active {
    background: #f3f8fa;
}

/*
*	Checkbox / Radio
*
*/

.bx-filter .bx-filter-input-checkbox:not(:last-child) {
    margin-bottom: 12px;
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    display: block;
    text-align: left;
    padding-right: 25px;
}

/*
* 	BTN
*
*/

.bx-filter .bx-filter-param-btn {
    font-weight: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    border: 1px solid #ccd5db;
    background: #fff;
    position: relative;
    cursor: pointer;
    transition: 0.2s all linear;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
    background: transparent;
    box-shadow: none
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
    position: relative;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
    content: '';
    width: 28px;
    height: 2px;
    position: absolute;
    right: -1px;
    top: 12px;
    transform: rotate(-40deg);
    background-color: var(--main_text_black);
}

.bx-filter .bx-filter-param-btn .bx-filter-param-text {
    line-height: 26px;
}

/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
    width: 23px;
    min-width: 23px;
    height: 23px;
    line-height: 23px;
    font-weight: normal;
    padding: 0;
    font-size: 17px;
    color: #767b7e;
    vertical-align: top;
    border-radius: 50%;
    background-color: transparent;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm:active {
    outline: none !important;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.bx-filter span.bx-spm {
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    height: 23px;
    margin: 0 10px;
    vertical-align: middle;
    color: #000;
}

/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
    line-height: 33px;
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-top: -4px;
    margin-right: 2px;
    vertical-align: middle;
}

.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.bx-filter-select-popup .bx-filter-btn-color-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    top: 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    border-radius: 50%;
}

.bx-filter-btn-color-icon.all {
    position: relative;
    border: none;
    box-shadow: none
}

.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
    position: absolute;
    width: 60%;
    height: 60%;
    background: #fff;
    content: " ";
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.bx-filter-btn-color-icon.all:after {
    right: 0;
    bottom: 0;
}

.bx-filter-btn-color-icon.all:before {
    top: 0;
    left: 0;
}

/*
* 	BIZ
*
*/
.bx-filter .bx-filter-parameter-biz {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    color: #1485ce;
    border-bottom: 1px dashed;
}

.bx-filter .bx-filter-parameter-biz:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.bx-filter .bx-filter-parameter-biz.bx-active {
    position: relative;
    /*padding-left:20px;*/

    color: #000;
    border-color: transparent;
}

/*
*	BTN result and reset
*
*/

.btn-themes {
    color: #FFF
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
    /*background-color: #53A4D8;/* COLOR */
    /*border-color: #53A4D8;/* COLOR */
    color: #FFF
}

/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    z-index: 908;
    display: none;
    line-height: normal;
    padding: 10px;
    white-space: nowrap;
    color: var(--main-txt);
    box-shadow: 0px 4px 12px rgb(0 0 0 / 20%);
    border-radius: 6px;
    border: solid 1px #EFEFEF;
    background-color: #fff;
}

.bx-filter .bx-filter-popup-result.right {
    left: 105%;
    top: -22px;
}

.bx-filter .bx-filter-popup-result.left {
    right: 99%;
}

.bx-filter-horizontal .bx-filter-popup-result {
    display: inline-block;
    position: relative;
    left: auto;
    right: auto;
    bottom: -7px;
}

.bx-filter .bx-filter-popup-result a {
    margin-left: 10px;
    display: block;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bx-filter .bx-filter-popup-result a:hover {
    text-decoration: none;
}

.bx-filter .bx-filter-popup-result-close {
    display: none;
}

.bx-filter .bx-filter-popup-result .arrow {
    width: 12px;
    height: 12px;
    border: 1px solid #EFEFEF;
    border-right: 0;
    border-top: 0;
    position: absolute;
    transform: rotate(45deg);
    left: -7px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    margin: auto;
}

.bx-filter .bx-filter-popup-result #modef_num {
    font-weight: 900;
    font-size: 14px;
}

#catalog__filter .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #dfdfdf;
}

#catalog__filter .title svg {
    margin-right: 10px;
    position: relative;
    top: -1px;
    display: none;
}

#catalog__filter .title span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: var(--main-txt);
}

#catalog__filter .title .bx-nav-title {
    width: calc(100% - 40px);
}

#catalog__filter .title .bx-nav-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

#catalog__filter .title img {
    width: auto;
    height: auto;
    max-height: 30px;
    max-width: 30px;
}

/* Старые чекбоксы */

#catalog__filter .bx-filter-input-checkbox input {
    display: none;
}

#catalog__filter label.bx-filter-param-label {
    display: flex;
    position: relative;
    padding-left: 0;
    align-items: center;
}

#catalog__filter .bx-filter-input-checkbox:last-child label.bx-filter-param-label,
#catalog__filter label.bx-filter-param-label:last-child{
    margin-bottom: 0;
}

#catalog__filter label.bx-filter-param-label:before,
#catalog__filter label.bx-filter-param-label:after {
    content: "";
    line-height: 1;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    font-family: FontAwesome;
    top: 5px;
    left: 0;
    display: none;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check {
    border-radius: 50%;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: -1px;
    left: -1px;
    border: 5px solid #FFE974;
    background-color: var(--main-txt);
    border-radius: 50%;
    transition: .2s ease;
    transform: scale(0);
    opacity: 0;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: -1px;
    left: -1px;
    border: 1px solid #DBC96B;
    border-radius: 50%;
    opacity: 0;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"]:checked + label.bx-filter-param-label .check:hover{
    border-color: transparent;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"]:checked + label.bx-filter-param-label .check:before,
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"]:checked + label.bx-filter-param-label .check:after{
    transform: scale(1);
    opacity: 1;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox .disabled .check {
    border-color: #E9E9E9;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox .disabled .bx-filter-param-text {
    color: #E9E9E9;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox .count_items {
    display: block;
    position: absolute;
    font-size: 12px;
    right: 13px;
    top: 4px;
    line-height: 1;
}

#catalog__filter .radio.bx-filter-input-checkbox:first-child {
    margin-bottom: 12px;;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .check svg polyline {
    stroke-dashoffset: 0;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .check {
    border: 1px solid #DBC96B;
    background-color: var(--selected-checkbox);
    transition: 0.2s all linear;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .check:hover {
    border-color: #A6974D;
    transition: 0.2s all linear;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox .check svg {
    position: absolute;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox .check {
    position: relative;
    float: left;
    margin-right: 8px;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    background-color: #fff;
    transition: 0.2s all linear;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox .check:hover {
    border-color: var(--main_text_black);
    transition: 0.2s all linear;
}


#catalog__filter .bx-filter .bx-filter-input-checkbox .check svg path {
    fill: none;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox .check svg polyline {
    fill: none;
    stroke: var(--main-txt);
    stroke-width: 2;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all 0.3s ease;
}

/* Конец нвоые чекбоксы */

#catalog__filter .bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
    padding: 0;
}

#catalog__filter .bx-filter .bx-filter-param-btn.bx-color-sl {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    height: 28px;
    width: 28px;
    border: 1px solid #C4C4C4;
    transition: 0.2s all linear;
}

#catalog__filter .bx-filter .bx-filter-param-btn.bx-color-sl:hover,
#catalog__filter .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn.bx-color-sl{
    transition: 0.2s all linear;
    border: 1px solid var(--main_text_black);
}

#catalog__filter .bx-filter .bx-filter-param-label.disabled {
    pointer-events: none;
}

#catalog__filter .del-wrp {
    padding: 14px 0 12px 0;
    position: sticky;
    bottom: 0;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 6px 6px 0 0;
    margin-right: -1px;
    margin-top: -2px;
    /*z-index: 5555;*/
    z-index: 555;
}

#catalog__filter .del_filter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 6px;
    background-color: var(--main_bg_gray);
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    transition: 0.2s all linear;
}

#catalog__filter .show-results{
    width: 100%;
    background: var(--main_color);
    border-radius: 6px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px;
    transition: 0.2s;
    color: var(--main_text_button)!important;
    cursor: pointer;
}

#catalog__filter .show-results:disabled{
    -webkit-text-fill-color: var(--main_text_button);
}
@media(hover:hover){
    #catalog__filter .show-results:hover{
        background-color: var(--yellow-button-hover);
    }
    #catalog__filter .del_filter:hover {
        transition: 0.2s all linear;
        background: var(--gray-button-hover);
    }
}

#catalog__filter .del_filter:hover:active,
#catalog__filter .show-results:hover:active{
    transition: 0.2s all linear;
    transform: scale(0.95);
}

#catalog__filter .bx-filter .bx-filter-button-box {
    margin-top: 25px;
}

#catalog__filter .bx-filter .bx-filter-parameters-box-title .fa,
#catalog__filter ul#vertical-multilevel-menu li.parent .fa {
    display: block;
    position: absolute;
    right: 0;
    font-size: 18px;
    color: var(--main-txt);
    font-weight: 600;
    cursor: pointer;
}

#catalog__filter .bx-filter .bx-filter-parameters-box-title .fa {
    top: 4px;
    line-height: 11px;
}

#catalog__filter .bx-filter .bx-filter-parameters-box-title .fa svg {
    stroke: var(--main_text_black);
}

#catalog__filter ul#vertical-multilevel-menu li.parent .fa {
    top: 10px;
}

#catalog__filter ul#vertical-multilevel-menu li.item-selected .fa {
    transform: rotate(180deg);
}

#catalog__filter .bx-filter .bx-filter-title {
    display: none;
}

#catalog__filter .bx-filter.bx-blue .bx-filter-section {
    background: none;
    padding: 0;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
    display: none;
}
#catalog__filter .bx-filter .bx-filter-parameters-box-title span {
    display: block;
    width: 100%;
    position: relative;
    color: var(--main_text_black);
    border: none !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}
#catalog__filter .bx-filter-parameters-box.categories span {
    font-size: 20px;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
    /*color: #81bc3d;*/
}

#catalog__filter .bx-filter .bx-filter-parameters-box-container-block {
    /*width: 43%;*/
}

#catalog__filter .bx-filter .bx-filter-input-container input {
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    color: var(--main_text_black);
}

#catalog__filter .bx-filter .bx-filter-input-container input::placeholder {
    font-weight: 400;
    color: var(--main_text_black);
}

#catalog__filter .bx-filter .bx-ui-slider-track-container {
    margin: 0;
    width: 100%;
    /*z-index: 1;*/
}

#catalog__filter .bx-filter .bx-ui-slider-track {
    height: 2px;
}

#catalog__filter .price-separator {
    width: 12px;
    height: 1px;
    background-color: #838383;
    position: relative;
}

#catalog__filter .bx-filter.bx-blue .bx-ui-slider-pricebar-vn, #catalog__filter .bx-ui-slider-track {
    background: #ECECEC;
    border-radius: 4px;
}

#catalog__filter .bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: var(--main_color);
    border-radius: 4px;
}

#catalog__filter .bx-filter .bx-ui-slider-part {
    top: -3px;
    width: 0;
    height: 9px;
    background: var(--main_color);
    display: none;
}

#catalog__filter .bx-filter .bx-ui-slider-part span {
    top: -22px;
}

.bx-filter .bx-ui-slider-part.p2 span {
    margin-left: 0;
    margin-right: -10px;
    left: auto;
    right: 0;
    text-align: right;
}

.bx-filter .bx-ui-slider-part.p1 span {
    margin-left: -10px;
    left: 0;
    text-align: left;
}

#catalog__filter .bx-filter .bx-ui-slider-handle {
    background: #fff !important;
    width: 20px;
    height: 20px;
    top: -9px;
    border: 2px solid var(--main_color);
    border-radius: 50%;
}

.bx-filter .bx-ui-slider-part.p2 {
    left: auto;
    right: -1px;
}

#catalog__filter .bx-filter .filter-price-block .bx-filter-parameters-box-title {
    border-bottom: 0;
}

.bx-filter .bx-filter-section {
    padding-top: 0;
}

.btn-filter-send {
    background-color: transparent;
    border: none;
    color: #fff;
}

.bx-filter-scroll {
    max-height: 178px;
    overflow: hidden;
    height: 100%;
}


.title_box h1.title {
    padding-left: 0px;
    padding-right: 0px;
}
.section__filter-wrapper ~ .sidebar_banner{
    margin-top: 34px;
}
.sidebar_banner a {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media(hover: hover){
    .sidebar_banner a:hover img {
        transform: scale(1.05);
    }
}
.sidebar_banner img {
    width: 100%;
    transition: .3s;
}
/* Новые стили (Kids) */
.bx-filter {
    padding: 20px;
}
.section__filter-wrapper {
    background-color: transparent;
}
.section_catalog_left #section_vertical-multilevel-menu {
    background-color: transparent;
}

.bx-filter-price-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.fa {
    transition: .3s ease;
}

.fa.rotate {
    transform: rotate(-180deg);
}

.bx-filter-scroll-container {
    padding: 1px 0;
}

.bx-filter-param-btn-block label > span:last-child {
    margin: 1px 0 0 10px;
}

.bx-filter-btn-color-icon.all {
    margin-right: 8px;
}

.catalog__section-filter .title div {
    position: relative;
}

.bx-filter-parameters-box-hint {
    padding-right: 25px;
}
.mobile-left-banner{
    display: none;
    padding: 25px 0;
}
@media (max-width: 1510px){
    .bx-filter-parameters-box-hint .info-text-wrap{
        width: 281px;
    }
    .bx-filter .bx-filter-input-container input{
        width: 120px;
    }
    .bx-filter-select-popup{
        width: 281px;
    }
}
@media (max-width: 1024px) {
    .catalog__filter {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        margin-right: 0;
        position: fixed;
        z-index: 996;
        top: 0;
        left: 0;
        background: rgba(37, 37, 37, 0.3);
        transition: .3s ease;
        opacity: 0;
        pointer-events: none;
    }

    .catalog__filter-in {
        padding: 20px 16px 0;
        background: #fff;
        width: 400px;
        height: 100%;
        overflow: auto;
        transition: .3s ease;
        transform: translateX(-100%);
    }
    .catalog__filter.active .catalog__filter-in {
        transform: translateX(0);
    }
    .catalog__filter-container {
        background: #fff;
        width: 100%;
        transition: .3s ease;
    }
    .bx-filter-select-popup {
        width: 368px;
    }
    .bx-filter .bx-filter-popup-result.right {
        left: 39%;
    }
    .bx-filter .bx-filter-popup-result .arrow {
        left: unset;
        right: -7px;
        border: 1px solid #ddd;
        border-left: 0;
        border-bottom: 0;
    }
    .catalog__filter.active {
        opacity: 1;
        pointer-events: auto;
    }
    .bx-filter-parameters-box.categories{
        display: none;
    }
    .bx-filter-parameters-box-hint .info-wrap{
        position: unset;
    }
    .bx-filter-parameters-box-hint .info-text-wrap{
        left: 0;
        width: 301px;
    }
}
@media (max-width: 991px){
    .bx-filter-parameters-box-hint .info-text-wrap{
        width: 368px;
    }
}
@media(max-width: 576px){
    .bx-filter .bx-filter-parameters-box {
        padding-bottom: 42px;
    }
    .bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
        margin: 4px 8px 4px 0;
    }
    .mobile-left-banner{
        display: block;
    }
}
@media (max-width: 480px){
    #catalog__filter .bx-filter .bx-filter-parameters-box-container-block{
        width: 43%;
    }
    .bx-filter .bx-filter-input-container input{
        width: 100%;
    }
    .catalog__filter.active .catalog__filter-in{
        width: 100%;
    }
    .bx-filter-parameters-box-hint .info-text-wrap{
        width: 100%;
    }
    .bx-filter .bx-filter-popup-result.right{
        left: 45%;
    }
    [id^="smartFilterDropDown"]{
        width: calc(100% - 32px);
    }
    .bx-filter-select-popup{
        width: auto;
    }
}
@media (max-width: 450px){
    .bx-filter .bx-filter-popup-result.right{
        left: 40%;
    }
}
@media (max-width: 410px){
    .bx-filter .bx-filter-popup-result.right{
        left: 35%;
    }
}
@media (max-width: 380px){
    .bx-filter .bx-filter-popup-result.right{
        left: 33%;
    }
}
/* End */


/* Start:/bitrix/components/krayt/krayt.podborki.catalog.list/templates/list_catalog/style.css?17419950933287*/

.filter_main {
    margin-top: 10px;
}

.filters_main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: -10px;
}

.filter_main .btn {
	padding: 0 24px;
	height: 46px;
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
	border-radius: 6px;
	color: var(--text-filter);

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
    display: -webkit-flex;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    transition: 0.2s all linear!important;
}

.filter_main .btn:hover {
    border: 1px solid var(--main_text_black);
    transition: 0.2s all linear;
}

/*.filter_main .btn:active {*/
/*    transform: scale(0.95);*/
/*    transition: 0.2s all linear;*/
/*}*/

.filter_main.active .btn {
    background-color: var(--active-filter);
    color: #fff;
    border: 1px solid var(--active-filter);
}

.filters_main li {
    margin-right: 12px;
}

/* Подборки с картинками */

.catalog_list_filters_main{
    margin-bottom: 40px;
}

.filters_main_img {
    margin-bottom: 20px;
}

.filters_main_img_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}

.filter_main_img_li {
    width: 100%;
}

.filter_main_img_li .filter_main_img_link {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 14px 6px 6px;
    border-radius: 6px;
    transition: 0.2s all linear;
}

.filter_main_img_li:hover .filter_main_img_link{
    transition: 0.2s all linear;
    border: 1px solid var(--main_text_black);
}

.filter_main_img_li .filter_main_img_link .filter_main_img_link_img {
    max-width: 48px;
    max-height: 48px;
    min-width: 48px;
    min-height: 48px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter_main_img_li .filter_main_img_link .filter_main_img_link_img img {
    width: 100%;
    height: 100%;
}

.filter_main_img_li .filter_main_img_link span {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: var(--main-txt);
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.filter_main_img_li.active .filter_main_img_link {
    border: 1px solid var(--main_color);
}

.filter_main_img_li.active .filter_main_img_link span {
    color: var(--main_color);
}
@media (max-width: 1480px){

}
@media (max-width: 1350px) {
    .filters_main_img_list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width: 992px){
    .filters_main li{
        margin: 8px 8px 0 0;
    }
    .filter_main .btn{
        padding: 0 20px;
        height: 40px;
    }
}
@media (max-width: 768px) {
    .filters_main_img_list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .filter_main .btn{
        padding: 0 8px;
        height: 28px;
        font-size: 12px;
    }
    .catalog_list_filters_main{
        margin-bottom: 24px;
    }
}
@media (max-width: 400px) {
    .filters_main_img_list {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/bitrix/components/krayt/krayt.sortline/templates/select/style.css?17419950936925*/
.sort-line {
    color: #424242;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.sort-line .sort-col {
    font-weight: 400;
    display: flex;
    font-size: 12px;
    line-height: 15px;
    align-items: center;
}
.sort-line .sort_select{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sort-line .sort-col-right {
    float: right;
    width: 50px;
}

.sort-line .sort-btn {
    height: 38px;
    line-height: 38px;
    padding: 0px 10px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #555555;
    position: relative;
    font-size: 0.928571em;
}

.sort-line .sort-btn:hover {
    text-decoration: underline;
}

.sort-line .sort-btn.active {
    background: #eeeeee;
    color: #555555;
    border-radius: 4px;
    padding-right: 30px;
}

.sort-line .sort-btn.active:hover {
    text-decoration: underline;
}

.sort-element-cnt {
    margin-right: 4px;
}

.view-mode-box {
    margin: 0px 15px 0px 0px;
}

.view-mode-box .view-mode-btn {
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.view-mode-box .view-mode-btn.active {
    background-color: #eeeeee;
}

.sort-type {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sort-select-link{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #C4C4C4;
    transition: 0.2s all linear;
    position: relative;
    margin: 2px 20px 2px 0;
    white-space: nowrap;
}
.sort-select-link:last-child{
    margin-right: 0;
}

.sort-select-link:hover{
  color: var(--main_text_black);
}

.sort-select-link.selected{
    color: var(--main_text_black);
}

.sort-select-link svg,
.sort-select-link svg{
    fill: currentColor;
}
.sort-select-link svg{
    top: 3px;
    right: -14px;
}
.sort-limit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #dfdfdf;
    padding-left: 12px;
    height: 40px;
    background-color: #fff;
}
.sort-limit span, .sort-limit button {
    font-weight: 600;
    color: var(--main-txt);
    font-size: 14px;
}
.sort-col_number {
    display: flex;
    flex-wrap: wrap;
}
.limit_and_view {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 25px;
}
.another_view_goods {
    display: flex;
    align-items: center;
    margin-left: 12px;
    height: 25px;
    background-color: #fff;
}
.view_change {
    background-color: transparent;
}
.view svg rect {
    transition: 0.2s all linear;
}
.view:hover svg rect {
    stroke: var(--main_text_black);
    transition: 0.2s all linear;
}
.view:active svg rect {
    stroke: var(--main_text_black);
}
.view.active svg rect {
    stroke: var(--main_text_black);
}
/*.view[title="Список"]:hover svg rect {*/
/*    fill: var(--main_text_black);*/
/*    stroke: transparent;*/
/*    transition: 0.2s all linear;*/
/*}*/
/**/
/*.view[title="Список"]:active svg rect {*/
/*    fill: var(--main_text_black);*/
/*    stroke: transparent;*/
/*}*/
/**/
/*.view[title="Список"].active svg rect {*/
/*    fill: var(--main_text_black);*/
/*    stroke: transparent;*/
/*}*/

.view .view_change[data-src*="lines"]:hover svg rect {
    fill: var(--main_text_black);
    stroke: transparent;
    transition: 0.2s all linear;
}

.view .view_change[data-src*="lines"]:active svg rect {
    fill: var(--main_text_black);
    stroke: transparent;
}

.view.active .view_change[data-src*="lines"] svg rect {
    fill: var(--main_text_black);
    stroke: transparent;
}

.view_chage {
    background-color: transparent;
    outline: none;
}

.sort-col_nubmer_button.active .btn_sort {
    color: var(--main_color);
}

.sort-col_nubmer_button:not(:last-child) {
    margin-right: 5px;
}

.sort-col_nubmer_button .btn_sort {
    padding: 3px 12px;
    outline: none;
    line-height: 1;
    color: var(--main-txt);
    background-color: transparent;
    transition: .3s;
}

.sort-col_nubmer_button .btn_sort:hover {
    color: var(--main_color);
}

.sbToggle:after {
    left: 220px !important;
}

.sbSelector {
    height: 40px !important;
    width: 245px !important;
}

.sbHolder {
    padding-right: 20px;
    height: 40px !important;
    width: 245px !important;
}

ul.sbOptions {
    width: 245px !important;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%) !important;
}

.view_change {
    padding: 0 5px;
    display: flex;
    align-items: center;
}

.view:first-child .view_change {
    padding-left: 0;
}

.view:last-child .view_change {
    padding-right: 0;
}

.sbHolder a {
    line-height: 1 !important;
    color: var(--main-txt) !important;
}

.sbOptions, .sbSelector, .sbHolder {
    border-radius: 0 !important;
}

.sort-col .sbToggle:after {
    content: '';
    top: 10px;
    background: url("/bitrix/components/krayt/krayt.sortline/templates/select/images/arrow.svg") no-repeat center;
    transition: 0s;
}

.sorting_box {
    width: 100%;
}
@media (max-width: 1124px){
    .sort-line{
        height: 40px;
    }
    .sort-select-link{
        line-height: 40px;
        padding: 0 24px 0 20px;
        font-weight: 400;
        font-size: 14px;
        color: var(--main-txt)!important;
        margin: 0;
        width: 100%;
        text-align: left;
        background: #fff;
        order: 2;
    }
    .sort-line .sort_select{
        overflow: hidden;
        background: var(--main_bg_gray);
        border-radius: 6px;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: start;
        transition: 0.3s ease;
        height: 40px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .sort-line .sort_select.open{
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
        border-radius: 6px;
        z-index: 24;
    }
    .sort-select-link svg{
        display: none;
    }
    .sort-line .sort_select:after{
        position: absolute;
        content: '';
        background-image: url("/bitrix/components/krayt/krayt.sortline/templates/select/images/arrow.svg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 5px;
        height: 8px;
        right: 12px;
        top: 16px;
        transition: 0.2s;
    }
    .sort-line .sort_select.open:after{
        transform: rotate(90deg);
    }
    .sort-select-link.selected{
        order: 0;
        background: var(--main_bg_gray);
    }
    .limit_and_view{
        height: 100%;
        border: 1px solid #ECECEC;
        border-radius: 6px;
        justify-content: center;
        padding: 0 16px;
    }
    .another_view_goods{
        margin-left: 0;
    }
}
@media(max-width: 576px){
    .sort-select-link{
        padding-left: 12px;
    }
}
@media (max-width: 500px) {
    ul.sbOptions, .sbHolder {
        width: 220px !important;
    }

    .sbToggle:after {
        left: 200px !important;
    }
}
/* End */


/* Start:/local/templates/market/components/bitrix/system.pagenavigation/visual_1/style.css?17419953784649*/

/* region new style page navigation --------------------------------------------------------------------------*/

.bx_pagination_bottom * {
    vertical-align: middle;
}

.bx_pagination_bottom .fa {
    font-size: 15px;
    position: relative;
    top: -1px;
}

.bx_pagination_bottom .fa-angle-right {
    margin-left: 0px;
}

.bx_pagination_bottom .fa-angle-left {
    margin-right: 0px;
}

.bx_pagination_bottom {
    font-size: 12px;
}

.bx_pagination_bottom .bx_pagination_section_one {
}

.bx_pagination_bottom .bx_pagination_section_two {
    text-align: center;
}

.bx_pagination_bottom .bx_pagination_select_container {
    display: inline-block;
}

.bx_pagination_bottom .bx_pagination_select_container select {
    position: relative;
    margin: 2px 20px 2px 10px;
    padding: 1px 25px 3px 5px;
    height: 22px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    background: #fff url(/local/templates/market/components/bitrix/system.pagenavigation/visual_1/images/select_arrow.png) no-repeat right center;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 16px;
    resize: none;
    -webkit-appearance: none;
}

.bx_pagination_bottom .bx_pagination_page {
    white-space: nowrap;
    font-size: 12px;
}

.bx_pagination_bottom .bx_pagination_page ul {
    display: inline-block;
    margin: 0;
}

.bx_pagination_bottom .bx_pagination_page li, .bx_pagination_bottom .bx_pagination_page .nav-text {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    margin-right: 10px;
}

.bx_pagination_bottom .bx_pagination_page .nav-text:last-child {
    margin-right: 0;
}
.bx_pagination_bottom .bx_pagination_page .nav-text {
    font-size: 12px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx_pagination_bottom .bx_pagination_page .nav-text.disabled svg{
    opacity: 0.3;
}

.bx_pagination_bottom .bx_pagination_page .nav-text.disabled:hover{
    background-color: transparent!important;
    transform: scale(1)!important;
}

.bx_pagination_bottom .bx_pagination_page .nav-text a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.bx_pagination_bottom .bx_pagination_page li a,
.bx_pagination_bottom .bx_pagination_page li span,
.bx_pagination_bottom .bx_pagination_page .nav-text a{
    color: var(--main_text_black);
    text-align: center;
    text-decoration: none;
}
.bx_pagination_bottom .bx_pagination_page li span,
.bx_pagination_bottom .bx_pagination_page li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.bx_pagination_bottom .bx_pagination_page li.bx_active{
    border: 2px solid var(--main_color);
    border-radius: 6px;
}
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
    display: block;
}

.bx_pagination_bottom .bx_wsnw {
    white-space: nowrap;
}

.bx_pagination_page_list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bx_pagination_page{
    display: flex;
    align-items: center;
    /*padding: 0px 20px;*/
    padding: 0;
    background-color: transparent;
}
.bx_pagination_page span {
    font-weight: bold;
}
.bx_pagination_page li, .nav-text {
    background-color: #fff;
    cursor: pointer;
    transition: 0.2s all linear;
}
.bx_pagination_page li:hover, .nav-text:hover {
    background-color: var(--main_bg_gray);
    transition: 0.2s all linear;
}
.bx_pagination_page li:active, .nav-text:active {
    transform: scale(0.95);
    transition: 0.2s all linear;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active:hover,
.bx_pagination_bottom .bx_pagination_page .nav-text.disabled:hover{
    background-color: #fff;
    cursor: default;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active:active,
.bx_pagination_bottom .bx_pagination_page .nav-text.disabled:active{
    transform: scale(1);
}
.bx_pagination_page{
    position: relative;
    justify-content: flex-start;
}
.promo-list + .row .bx_pagination_page,
.brands_wrapper + .row .bx_pagination_page{
    justify-content: center;
}

@media (max-width: 530px){
    .bx_pagination_page{
        justify-content: center;
    }
    .bx_pagination_bottom .bx_pagination_page li,
    .bx_pagination_bottom .bx_pagination_page .nav-text{
        width: 28px;
        height: 28px;
        margin-right: 4px;
    }
}




/* End */


/* Start:/local/components/artles/catalog.section/templates/costum_catalog/style.css?17479284141137*/

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: var(--main_font_color);
}

.catalog__list-content .sales_block {
	width: 100%;
	margin: 10px 5px;
}

.sales__wrapper.row {
	margin-left: -7px;
	margin-right: -7px;
}

.sales_container .sales__item,
.sale_item-wrapper .sale__item {
	padding-left: 7px;
	padding-right: 7px;
}

.sales_container .sales__item .sales_img_wrapper {
	width: 100%;
	height: fit-content;
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
	overflow: hidden;
	transition: .2s ease-out;
}
.sales_container .sales__item:hover .sales_img_wrapper {
	box-shadow: none;
}
.sales_container .sales__item .sales_img {
	position: relative;
	z-index: 1;
	object-fit: contain;
	height: auto;
	max-height: 100%;
	width: 100%;
	display: block;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: transform .3s ease-out;
	transform: scale(1.02);
}

.sales_container .sales__item:hover .sales_img {
	transform: scale(1);
}

/* End */


/* Start:/local/templates/market/components/krayt/krayt.comments/vue1/style.css?174199537821065*/
.reviews-header {
    transition: opacity .5s ease;
    overflow: hidden;
    width: 310px!important;
    margin-left: 120px;
}

#comment_list_wrp{
    flex: 1;
    overflow: hidden;
}
.reviews-header-row>div{
    width: 100%;
    margin-bottom: 0px;
}
.reviews-header .rating {
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews-header .stars-list {
    display: flex;
    align-items: center;
    pointer-events: none;
}
.reviews-header .stars-list > .star:not(:last-child){
    margin-right: 5px;
}
.reviews-header .star,
.reviews-header .star.empty{
    width: 22px;
    height: 22px;
}
.reviews-header .count-rating {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
}
.reviews-header .all_rating {
    font-size: 14px;
    font-weight: 400;
    color: var(--main-txt);
}

.reviews-header .item {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.reviews-header-row .ec_comment_show{
    font-size: 16px;
    cursor: pointer;
    height: 56px;
}
.reviews-header .item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
.reviews-header .item span:first-child {
    width: 33%;
}
.reviews-header .item span:nth-child(2) {
    order: 3;
}
.reviews-header .item .rating-line {
    width: 172px;
    height: 6px;
    margin-top: 4px;
    background: #eee;
    border-radius: 15px;
}
.reviews-header .item .rating-line span {
    display: block;
    height: 100%;
    border-radius: 10px;
    background: #455360;
}

.ec-comment .author .ec-rating span{
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400;
}
div.element_description .ec-rating{
    background-color: transparent;
}
.comments_rating .ec-rating .ec-criteria .star{
    cursor: pointer !important;
}

.comments_rating .ec-rating .ec-criteria .ec-criteria-rating{
    flex-direction: row-reverse;
}

.element_description .author {
    color: #636363;
    font-size: 13px;
    /*width: 30%;*/
    width: 19%;
    flex-shrink: 0;
    padding-right: 15px;
}

.element_description .author .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 11px;
}
.element_description .author .city,
.element_description .author time {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--main_text_gray);
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.element_description .author .city{
    margin-bottom: 12px;
}

.element_description .author time {
    display: inline-block;
    margin-bottom: 16px;
}


.element_description .emarket-comments {
    position: relative;
    font-size: 14px;
    background-color: #fff;
    width: 100%;
    padding-top: 20px;
}

.element_description .emarket-comments .emarket-comments-wrap{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    /*gap: 120px;*/
}

.element_description .emarket-comments h2{
    display: none;
}
.element_description .emarket-comments .rating,
.element_description .ec-rating .ec-criteria .ec-criteria-rating,
.element_description .ec-rating .ec-criteria-full .ec-criteria-rating {
    display: flex;
    align-items: center;
    /*gap: 2px;*/
}

.element_description .ec-rating .ec-criteria .ec-criteria-rating>a:not(:last-child){
    margin-right: 2px;
}

.element_description .ec-rating .ec-criteria-full .ec-criteria-rating>*:not(:last-child){
    margin-right: 2px;
}

.element_description .emarket-comments .rating span {
    position: relative;
    top: -5px;
    padding-left: 7px;
    margin-right: 10px;
    font-weight: 600;
}
.ec-comment.row{
    border-top: 1px solid #dfdfdf;
}
.ec-comments-list.clear{
    border-bottom: 1px solid #dfdfdf;
}

.element_description .ec-comments-add {
    overflow: hidden;
    transition: opacity .5s ease;
}

.element_description .ec-comments-add.open {
    display: block
}

.element_description .ec-comments-add span {
    padding-top: 15px;
    padding-bottom: 5px;
    display: block;
    font-weight: 500;
}

.element_description .ec-comments-add span:first-child {
    padding-top: 0
}

.element_description .ec-comments-add span:after {
    content: "*";
    color: var(--main_color);
    padding-left: 3px;
}

.comment-form{
    width: 500px;
}

.ec-input-param{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.ec-input-param:last-child{
    height: 44px;
}

.element_description .ec-comments-add input, .element_description .ec-comments-add textarea {
    width: 100%;
    border: 1px solid #DDDDDD;
    padding: 5px 5px 5px 16px;
    transition: .2s;
    border-radius: 6px;
}

.element_description .ec-comments-add textarea {
    resize: none;
    overflow: inherit;
    height: 100px;
}

.element_description .ec-comments-add input.ec-empty, .element_description .ec-comments-add textarea.ec-empty {
    background-color: #fbf4f4;
    color: #dd6262;
    border: 1px solid #dd6262;
}

.element_description .ec-comments-add input.ec-empty:focus, .element_description .ec-comments-add textarea.ec-empty:focus {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: initial;
    font-size: 14px
}

.element_description .ec-comments-add .required_fields {
    float: left;
    width: 100%;
    padding: 15px 0
}

.element_description .ec-comments-add .required_fields p {
    color: #9e9e9e
}

.element_description .ec-comments-add .required_fields span {
    display: initial;
    padding-top: 0
}
.ec_comments_new_buttons{
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*gap: 25px;*/
}
.ec_comments_new_buttons .btn{
    color: var(--main_text_black);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.ec_comments_new_buttons .btn:first-child{
    margin-right: 25px;
}
#ec_comment_add,
#ec_comment_cancel{
    width: 50%;
    transition: 0.2s all linear!important;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus, .btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus{
    background-color: var(--main_color);
}

#ec_comment_cancel{
    height: 50px;
    border-radius: 6px;
    background-color: var(--border-bottom-gray);
    transition: 0.2s all linear;
}

#ec_comment_cancel:hover{
    background: var(--gray-button-hover);
    transition: 0.2s all linear;
}

#ec_comment_cancel:active {
    transform: scale(0.95);
    transition: 0.2s all linear;
}
.element_description .ec-comments-add .ec-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.element_description .ec-comments-captcha_title span {
    padding-top: 15px !important
}
.element_description .ec-comments-captcha img {
    height: 50px;
    width: auto;
}

.element_description .comments_rating {
    padding-left: 60px;
    width: 400px;
}

.comments_rating .star, .comments_rating .star.empty{
    width: 22px;
    height: 22px;
}

.element_description .ec-rating {
    background-color: #f5f5f5;
    max-width: 365px
}

.element_description .ec-rating span:after {
    display: none
}

.element_description .ec-rating .ec-criteria, .element_description .ec-rating .ec-criteria-full {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.element_description .ec-rating .ec-criteria-full {
    padding-top: 10px;
    border-top: solid 1px #e6e6e6;
    margin-top: 15px;
    pointer-events: none;
}

.element_description .ec-rating .ec-criteria span, .element_description .ec-rating .ec-criteria-full span {
    float: left;
    width: 60%;
    padding-bottom: 0;
    font-weight: 400;
}
.element_description .ec-rating .ec-criteria .ec-criteria-val, .element_description .ec-rating .ec-criteria-full .ec-criteria-val {
    margin-left: 8px;
    margin-top: 1px;
    font-size: 13px;
    font-weight: 400;
    color: var(--main-txt);
}

.element_description .ec-rating .ec-criteria-full span {
    /*padding-bottom: 20px;*/
    font-weight: 500;
}

.element_description .ec-comment {
    padding: 50px 0 44px 0;
    border-bottom: 1px solid #e6e6e6;
}

.element_description .ec-comment:first-child {
    padding-top: 0;
}

.element_description .ec-comment .ec-rating {
    display: flex;
    align-items: center;
    padding: 0;
    background: 0 0;
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 20px;
    margin-bottom: 10px;
}

.element_description .ec-comment .ec-rating-stars{
    display: flex;
}

.element_description .ec-comment .rating_comments .ec-rating .star {
    position: relative;
    top: -1px;
    -webkit-transition: none;
    transition: none
}
.element_description .ec-comment .ec-rating>div:not(:last-child){
    margin-right: 2px;
}

.element_description .ec-comment .rating_comments i {
    font-size: 20px;
    position: absolute;
    color: #2196f3;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    top: -1px
}

.element_description .ec-comment .rating_comments .ec-rating-list-show {
    color: var(--main_color);
    float: left;
    line-height: 17px;
    display: flex;
    font-size: 14px;
    position: relative;
    border-bottom: 1px dashed var(--main_color);
    flex: 0 0 auto;
    max-width: 100%;
}
.ec-rating-list-show:after{
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: 7px;
    right: -16px;
    border-bottom: 1px solid var(--main_font_color);
    border-left: 1px solid var(--main_font_color);
    transform: rotate(-45deg);
    transition: .2s;
}
.ec-rating-list-show.arrow-top:after{
    bottom: 3px;
    transform: rotate(135deg);
}
.element_description .ec-comment .rating_comments .ec-rating-list-show:hover {
    border-bottom-color: transparent;
}

.element_description .ec-comment .rating_comments .ec-rating-list-show:active {
    color: var(--main_color);
}

.element_description .ec-comment .rating_comments .ec-rating-list-show.arrow-top i {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.element_description .ec-comment .ec-rating-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.element_description .ec-comment .msg {
    width: 100%;
}

.element_description .ec-comment .msg span {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 10px;
}
.element_description .ec-comment .msg p{
    font-weight: 300;
    font-size: 16px;
    line-height: 190%;
    max-width: 850px;
    white-space: pre-wrap;
}

.element_description .ec-comment .msg-plus {
    margin-bottom: 40px;
}


.element_description .no-comment {
    text-align: center;
    display: block;
    padding: 20px 0;
}

.star {
    background-image: url(/local/templates/market/components/krayt/krayt.comments/vue1/images/star_full.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: none;
    fill: var(--main_color)!important;
}

.star:hover {
    cursor: pointer
}

.star.empty {
    background-image: url(/local/templates/market/components/krayt/krayt.comments/vue1/images/star_empty.svg);
}

.star:hover{
    background-image: url(/local/templates/market/components/krayt/krayt.comments/vue1/images/star_full.svg);
}

.star:hover ~ .star{
    background-image: url(/local/templates/market/components/krayt/krayt.comments/vue1/images/star_full.svg);
}

.star.half {
    background-image: url(/local/templates/market/components/krayt/krayt.comments/vue1/images/star_half.svg);
}

.star.empty.active {
    background-image: url(/local/templates/market/components/krayt/krayt.comments/vue1/images/star_full.svg);
}
.star, .star.empty {
    height: 16px;
    width: 16px;
    cursor: default !important;
}

.error-rating{
    background-color: #fbf4f4;
    color: #dd6262;
    border: 1px solid #dd6262;
    border-radius: 6px;
    padding: 5px;
    text-align: center;
    margin-top: 15px;
    display: none;
}
.error-rating.show{
    display: block;
}

.author time, .author p:not(.name) {
    font-size: 14px;
    color: #8d8d8d;
}

.comments_rating span {
    margin-right: auto;
}
.reviews-plug {
    display: flex;
    /*align-items: center;*/
    align-items: start;
    justify-content: space-between;
    flex-direction: row;
    transition: opacity .5s ease;
    overflow: hidden;
    width: 100%;
    flex-wrap: wrap-reverse;
}

.reviews-plug-l p {
    color: #D7D7D7;
    margin-bottom: 23px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.reviews-plug-l svg {
    fill: var(--main_bg_gray);
}


.reviews-plug-r{
    width: 310px;
    margin-bottom: 40px;
}
.rating-marks{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 40px;
}
.reviews-plug-r svg {
    fill: var(--border-bottom-gray);
}
.no-marks{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
.ec_comment_show{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    width: 100%;
    cursor: pointer;
}
.reviews-plug * {
    /*flex-shrink: 0;*/
}
#CommentModalModeration {
    width: 400px;
    max-width: calc(100% - 20px);
    padding: 60px 40px 40px;
}
#CommentModalModeration svg {
    display: block;
    margin: 0 auto 40px;
}
#CommentModalModeration svg + p{
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}
#CommentModalModeration .popup-window-buttons{
    padding: 0;
}
#CommentModalModeration .ok-btn{
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: var(--main_color);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    transition: 0.2s;
    margin: 40px 0 0;
    padding: 0;
    color: var(--main_text_button);
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    font-family: 'Roboto';
}
#CommentModalModeration .ok-btn:hover{
    background-color: var(--yellow-button-hover);
}
#CommentModalModeration .ok-btn:active{
    transform: scale(0.95);
}

/*Modal*/
.modal-comment{
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-comment-layout{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.modal-comment-content {
    position: relative;
    background-color: #fff;
    width: 400px;
    max-width: calc(100% - 20px);
    padding: 60px 40px 40px;
    border-radius: 12px;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
}

.modal-comment-title{
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: var(--main_text_black);
    display: flex;
    justify-content: center;
    padding: 0;
}

.modal-comment svg{
    display: block;
    margin: 0 auto 40px;
}

.modal-comment-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
}

.modal-comment-ok-btn{
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: var(--main_color);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    transition: 0.2s;
    margin: 40px 0 0;
    padding: 0;
    color: var(--main_text_button);
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    font-family: 'Roboto';
}

.modal-comment-ok-btn:hover{
    background-color: var(--yellow-button-hover);
}

.modal-comment-ok-btn:active{
    transform: scale(0.95);
}
.reviews_count{
    font-weight: 600;
    font-size: 14px;
    color: #9ea8ae
}

@media (max-width: 1280px){
    .reviews-header{
        margin-left: 80px;
    }
}
@media (max-width: 1180px){
    .element_description .emarket-comments .emarket-comments-wrap{
        flex-direction: column-reverse;
    }
    .reviews-header{
        margin: 0;
    }
    .element_description .ec-comment:first-child{
        padding-top: 50px;
    }
    .reviews-header-row>div{
        width: 310px;
    }
}
@media(max-width: 940px){
    .element_description .comments_rating{
        width: 325px;
    }
    .comment-form,
    .ec_comments_new_buttons{
        width: 400px;
    }
}
@media(max-width: 768px){
    .element_description .author{
        width: 24%;
    }
    .ec_comments_new_buttons{
        width: 100%;
    }
    .element_description .comments_rating{
        padding-left: 0 !important;
        margin-top: 24px;
        width: 100% !important;
    }
    .comment-form{
        width: 100%;
    }
    div.element_description .ec-rating{
        max-width: 100%;
    }
}
@media(max-width: 678px){
    .reviews-header .item:last-child{
        margin-bottom: 30px;
    }
    .reviews-header{
        margin-bottom: 0;
        width: 100%!important;
    }
    .reviews-header-row>div{
        width: 100%;
    }
    .reviews-header .item .rating-line{
        width: 93%;
        margin: 4px 20px 0 20px;
    }
    .reviews-header .item span:first-child{
        width: 28%;
    }
}
@media(max-width: 576px){
    .reviews_count{
        font-weight: 500;
        font-size: 13px;
        color: #9ea8ae
    }
    .element_description .author{
        width: 33%;
    }
    .element_description .emarket-comments {
        padding: 0;
    }
    .reviews-header .stars-list > .star:not(:last-child){
        margin-right: 4px;
    }
    .reviews-header .star,
    .reviews-header .star.empty{
        width: 20px;
        height: 20px;
    }
    .reviews-header .count-rating{
        font-size: 16px;
        line-height: 19px;
    }
    .reviews-header .rating{
        padding-bottom: 16px;
    }
    .reviews-header-row .ec_comment_show{
        height: 48px;
    }
    .element_description .ec-comment{
        padding: 24px 0;
    }
    .element_description .ec-comment:first-child{
        padding-top: 44px;
    }
}
@media(max-width: 480px){
    .reviews_count{
        font-weight: 500;
        font-size: 13px;
        color: #9ea8ae
    }
    .reviews-plug-r{
        width: 100%;
    }
    .element_description .ec-comment{
        padding: 32px 0;
    }
    .reviews-header-row>div{
        margin-bottom: 0;
    }
    .element_description .ec-comment>.d-flex{
        flex-direction: column;
    }
    .reviews-header .item span:first-child{
        width: 45%;
    }
    .ec-comment .author .ec-rating span{
        font-size: 14px;
    }
    .element_description .author{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 24px;
    }
    .element_description .author .name{
        width: 48%;
        order: -1;
        margin-top: 3px;
        margin-bottom: 12px;
        font-size: 14px;
    }
    .element_description .author .city{
        width: 100%;
        margin-bottom: 12px;
        font-size: 12px;
    }
    .element_description .author time{
        font-size: 12px;
        margin-bottom: 0;
    }
    .element_description .ec-comment .rating_comments{
        max-width: 40%;
        order: -1;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 6px;
    }
    .element_description .ec-comment .rating_comments .ec-rating{
        max-width: none;
        margin-bottom: 0;
    }
    .element_description .ec-comment .ec-rating{
        max-width: 40%;
        order: -1;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 6px;
    }
    .element_description .ec-comment .msg-plus{
        margin-bottom: 24px;
    }
    .element_description .ec-comment .msg span{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .element_description .ec-comment .msg p{
        font-size: 14px;
        line-height: 160%;
    }
}
@media(max-width: 440px){
    #CommentModalModeration{
        max-width: calc(100% - 40px);
        padding: 40px 20px 20px;
    }
    #CommentModalModeration svg{
        margin-bottom: 32px;
    }
    #CommentModalModeration .ok-btn{
        height: 46px;
        margin-top: 32px;
    }
}
/* End */
/* /local/templates/market/components/bitrix/catalog/main/style.css?17419953785784 */
/* /local/templates/market/components/bitrix/menu/catalog-filter-menu/style.css?17419953783621 */
/* /local/templates/market/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/style.css?174199537834241 */
/* /bitrix/components/krayt/krayt.podborki.catalog.list/templates/list_catalog/style.css?17419950933287 */
/* /bitrix/components/krayt/krayt.sortline/templates/select/style.css?17419950936925 */
/* /local/templates/market/components/bitrix/system.pagenavigation/visual_1/style.css?17419953784649 */
/* /local/components/artles/catalog.section/templates/costum_catalog/style.css?17479284141137 */
/* /local/templates/market/components/krayt/krayt.comments/vue1/style.css?174199537821065 */
