

/* Start:/bitrix/templates/revel/components/bitrix/catalog/main/style.css?17747905765203*/
.catalog__mainBox {
    display: flex;
    gap: 20px;
    margin-top: 60px !important;
}

.catalog__mainBox .right_block {
    width: 100%;
}


.search .catalog_block,
.catalog__mainBox .right_block .catalog_block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.search-page-wrap form {
    display: flex;
    align-items: center;
    gap: 4px;
}

.search-page-wrap h1 {
    color: var(--main-gray, #3F3F3F);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 40px 0px 20px;
}

.search-page-wrap .form-control {
    width: auto !important;
    padding: 0px !important;
    border: none !important;
}

.search-page-wrap .form-control input {
    width: 100%;
    padding: 12px !important;
    border: 1px solid #E1E3E6 !important;
}

.buyBtn .button {
    background: initial !important;
    transition: all 0.2s !important;
}

.buyBtn:hover .button {
    transition: all 0.2s !important;
    color: #75AF26 !important;
}

.sort_header {
    display: flex;
    margin-bottom: 10px;
}

.sort_header .sort_filter {
    display: flex;
    gap: 16px;
    align-items: center;
}

.sort_header .sort_filter a>span {
    border-bottom: 1px dotted;
}

.sort_header .sort_filter a>span {
    color: #BDBDBD;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sort_header .sort_filter a.current>span {
    font-weight: 500;
    border-bottom: 1px dotted transparent !important;
}

.module-pagination {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
    padding: 0px !important;
    display: flex;
    gap: 16px;
}

span.nums {
    display: flex;
    align-items: baseline;
}

span.nums div.cur {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 1px;
    background: #76AB33 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.nums a {
    color: #DFDFDF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.nums a:hover {
    color: #75AF26 !important;
}

span.nums .cur~a {
    color: #828282 !important
}

.module-pagination .nums a.cur {
    background: #77ab3387;
}

.point_sep {
    color: #828282;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.catalog__mainBox .right_block .bottom_nav {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.catalog .more_text_ajax {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
    border-radius: 2.154px;
    border: 1px solid var(--accent, #75AF26);
    display: inline-flex;
    padding: 10px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #75AF26 !important;
    cursor: pointer;
}

.catalog .more_text_ajax:hover {
    transition: 0.2s all;
    border: 1px solid var(--accent, #505357);
    color: #505357 !important;
}

.catalog .more_text_ajax:hover svg>path {
    fill: #505357 !important;
}

.catalog .more_text_ajax:active {
    transform: scale(0.995);
}

.more_text_ajax {
    color: #75AF26 !important;
}

.more_text_ajax.loading svg {
    animation: spin 2s linear infinite;
}

.catalog__mainBox .group_description_block ol>li{
    color: var(--Gray-3, #828282);
    font-weight: initial;
    font-size: 15px;
    line-height: 18px;
    color: #505357;
    opacity: 0.7;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.sortFilter__container {
    display: flex;
    /* justify-content: flex-end; */
}

.sort_btn svg {
    display: none;
}

.sort_btn {
    display: flex;
    gap: 6px;
    align-items: center;
}


.filter_opener {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
}

.filter_opener span {
    color: var(--gray-2, #505357);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.filter_opener.opened {
    background: transparent !important;
}

.filterCatalog__close {
    display: none;
}

.bx_filter .bx_filter_popup_result {
    font-size: 12px;
    font-weight: 400;
    line-height: 51px;
    position: absolute;
    z-index: 930;
    display: none;
    margin-top: -7px;
    margin-left: -4px;
    padding: 0 20px;
    white-space: nowrap;
    color: #fff;
}

.sale__sliderItemPrice .price .new {
    font-size: 16px !important;
}

.sale__sliderItemPrice .price .new.checkPrice{
    white-space: break-spaces;
    font-size: 14px !important;
    line-height: normal;
}

.sale__sliderItem {
    max-width: 250px;
    width: 100% !important;
}

.sale__sliderItemPrice .buyBtn>svg {
    min-width: 16px;
}

.buyBtn .button.transparent {
    color: #ffffff !important;
}

.buyBtn:hover .button.transparent {
    color: #75AF26 !important;
}

.sale__sliderItemTitle>a:hover {
    color: #75AF26 !important;
}
/* End */


/* Start:/bitrix/templates/revel/components/bitrix/catalog.smart.filter/main/style.css?17070759026610*/
/*BIZ*/
.bx_filter .bx_filter_parameter_biz {
	font-size: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #215968;
	border-bottom: 1px dashed;
}

.bx_filter .bx_filter_parameter_biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}

.bx_filter .bx_filter_parameter_biz.active {
	position: relative;
	padding-left: 20px;
	color: #d54a4a;
	border-bottom: 1px solid;
}

.bx_filter .bx_filter_parameter_biz.active:hover {
	border-bottom: 1px dashed;
}

.bx_filter .bx_filter_parameter_biz.active:before {
	position: absolute;
	top: 4px;
	left: 1px;
	display: block;
	width: 13px;
	height: 13px;
	content: ' ';
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABFElEQVQoz2NgIBJcl+Qzui7J33Vdgo+RWA38NxQknwDp/zekhRoIarghyc94Q15iC5D+f1NJ5v/n7dumE7ZFWqgYbANQ08c1a37+///fAL8GCT7L6zLCf0CaXjbUAdX/j0aWdAJKTACaxookJnJTUeoFyIaHIYH////8ORHZzdw35MTegyRvSAkeAdISYH8oSu4Fid0x0f//5/nzo0BbWOCagBzur0ePvrujp/kf5Aygc54DbZkDYt9UkPj/7czpl0A1ohhuBwra/Lp//809Zwewh8GagfSHpUt+A+VMcXoaKKn45+PHK0/iY8EaX1SUgzyeRDB4gYp4//3+veX9/Hn//379OpPY1ALSyAzEOUDMhksNAKf2po+AEPuKAAAAAElFTkSuQmCC') no-repeat center left;
}

.bx_filter_vertical {
	border-radius: 4.589px;
	background: #FFF;
	box-shadow: 0px 5.736px 11.471px 0px rgba(129, 135, 141, 0.13);
	padding: 34px;
	margin-top: 34px;
	max-width: 300px;
	min-width: 300px;
    width: 100%;
}

.filter__title {
	color: #505357;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 30px;
}

.wrapp_change_inputs {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.bx_filter_parameters_box_title {
	color: #828282;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bx_filter_parameters_box_title:hover{
	color: #75AF26 !important;
}

.bx_filter_parameters_box_title::after {
	content: '';
	background: url('/bitrix/templates/revel/components/bitrix/catalog.smart.filter/main/images/arrow.svg') no-repeat center center;
	width: 16px;
	height: 16px;
}

.active .bx_filter_parameters_box_title::after {
	content: '';
	background: url('/bitrix/templates/revel/components/bitrix/catalog.smart.filter/main/images/arrow.svg') no-repeat center center;
	width: 16px;
	height: 16px;
	transform: scale(-1);
}

.bx_filter_input_container {
	margin-bottom: 0px !important;
}

.bx_filter_input_container input {
	border-radius: 2px !important;
	border: 1px solid #EDEDED !important;
	background: #F8F9FA !important;
	width: 79px;
	height: 33px;
	flex-shrink: 0;
	color: #828282 !important;
}

.bx_filter_parameters_box_container_block {
	display: flex;
	align-items: center;
	gap: 6px;
}

.bx_filter_parameters_box_container_block_title {
	color: #505357;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.smartfilter .bx_ui_slider_track {
	height: 2px;
	margin: 33px 0px 13px;
	position: relative;
	zoom: 1;
	z-index: 9;
}

.smartfilter .bx_ui_slider_track .bx_ui_slider_handle {
	top: -5px;
	width: 12px;
	height: 12px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	z-index: 100;
	background: #fff;
	border-radius: 16px;
	border: 2px solid #ddd;
}

.smartfilter .bx_ui_slider_track .bx_ui_slider_range {
	height: 2px;
	position: relative;
}

.smartfilter .bx_ui_slider_track .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar_V {
	background: #75AF26 !important;
}

.smartfilter .bx_ui_slider_track .bx_ui_slider_handle {
	border-color: #75AF26 !important;
	background: #75AF26 !important;
}

.bx_filter .bx_ui_slider_pricebar_VN {
	z-index: 70;
	background: #E0E0E0 !important;
}

.smartfilter .bx_ui_slider_track .bx_ui_slider_handle:after {
	font-size: 0;
	content: ".";
	display: inline-block;
	width: 6px;
	height: 6px;
	left: 3px;
	position: absolute;
	top: 3px;
}

.bx_filter .bx_ui_slider_range {
	z-index: auto;
}

.bx_filter .bx_ui_slider_pricebar_V {
	z-index: 80;
}

.bx_filter .bx_ui_slider_part span {
	display: none;
}

.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: 0px;
	bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #FFF;
}

.bx_filter .bx_filter_parameters_box {
	border-bottom: 1px solid #F2F2F2;
	padding: 20px 0px;
	position: relative;
}

.bx_filter_block {
	margin-top: 24px;
	padding: 0px 2px;
	position: relative;
}

.bx_filter_parameters_box_item{
	display: flex;
    align-items: center;
    gap: 8px;
}

.bx_filter_parameters_box_container{
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.bx_filter_parameters_box_container input[type="checkbox"]:after {
	width: 15px;
	height: 15px;
	border-radius: 2px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #ffffff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #C8C8C8;
	transition: 0.2s all;
	cursor: pointer;
}

.bx_filter_parameters_box_container input[type="checkbox"]:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 2px;
	top: -2px;
	left: -1px;
	position: relative;
	content: url('/bitrix/templates/revel/components/bitrix/catalog.smart.filter/main/images/checkbox.svg');
	display: inline-block;
	visibility: visible;
	border: none;
	transition: 0.2s all;
	background: #76ab33;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 0px 1px #76ab33;
}

.bx_filter_parameters_box_container label {
	color: #505357;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.bx_filter_param_text > span{
	color: #BDBDBD;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.bx_filter .bx_filter_popup_result.right {
    left: 102%;
}

.bx_filter_search_button,
.bx_filter_search_reset{
	border: 1px solid #75AF26 !important;
	color: #75AF26 !important;
}

.bx_filter_search_button{
	background-color: #75AF26 !important;
	color: #fff !important;
}
.bx_filter_search_button:hover{
	background-color: #ffffff !important;
	color: #75AF26 !important;
}

.bx_filter .bx_filter_popup_result.right{
	background: #ffffff;
    color: #76AB33;
    border: 1px solid #76AB33;
    border-radius: 8px;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 8px;
}

.bx_filter .bx_filter_popup_result a{
	background: transparent !important;
	border-bottom: 1px dashed #75AF26 !important;
	margin: 0px 20px;
	color: #75AF26 !important;
}

.bx_filter .bx_filter_popup_result a:hover{
	border-bottom: 1px dashed #ffffff !important;
}
/* End */
/* /bitrix/templates/revel/components/bitrix/catalog/main/style.css?17747905765203 */
/* /bitrix/templates/revel/components/bitrix/catalog.smart.filter/main/style.css?17070759026610 */
