

/* Start:/local/templates/buket_v2/components/bitrix/catalog/catalog/style.css?17276938401698*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

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

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;}

.n__filter .select {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.small.filter__wr {
    display: flex;
    margin-left: 30px;
}

.price__slider-wr {
    width: 260px;
}

.n__filter {
    display: flex;
    margin-left: 50px;
    margin-top: -8px;
}

.n__filter .select .value {
    padding: 5px 24px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: background 0.35s, color 0.35s;
    margin-left: 5px;
}

.n__filter .select .value:after {
    display: none;
}

.btn-clear-wr {
    margin-top: -8px;
    margin-left: 10px;
}
/* End */


/* Start:/local/templates/buket_v2/components/ap/flfilter/mobile/style.css?17276979101942*/
.js_COMPOSITION_value, 
.js_COLORS_value {
    white-space: nowrap;
}

.js_COLORS_options div img {
    border-radius: 50%;
    border: 1px solid #ccc;
}


.mob_filter-nn {
    border-bottom: 1px solid rgba(204, 214, 228, .6);
    margin-bottom: 10px;
    background: #f2f5f9;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
    gap: 15px;
}

.mob-filter--vals {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 12px;
}

.mob_filter-name {
    margin-bottom: 10px;
}

.mob-filter--val-single {
    font-size: 14px;

}

.mob-filter--vals.filter-code--COLORS .mob-filter--val-single  {
    width: calc(100% / 5 - 20px);
}

.mob-filter--vals.filter-code--COLORS {
    /* justify-content: flex-start; */
}

.mob-filter--vals.filter-code--COLORS .mob-filter--val-single .txt {
    display: none;
}

.mob-filter--vals.filter-code--COLORS .mob-filter--val-single img {
    border-radius: 50%;
    border: 1px solid #ccc;
}


.mob-filter--vals.filter-code--COMPOSITION {
    justify-content: flex-start;
}


.mob_filter-nn.filter-cc-COMPOSITION {
    background: #fff;
    border: none;
}

.mob-filter--vals.filter-code--COMPOSITION .mob-filter--val-single {
    margin: 0;
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    font-family: GTEestiPro, arial, sans-serif;
    font-size: 14px;
    height: inherit;
    justify-content: center;
    line-height: 18px;
    min-height: 32px;
    text-align: center;
    transition: color .15s ease-in-out, background .15s ease-in-out, opacity .3s ease-in-out;
    font-weight: 400;
    background-color: #f2f5f9;
    color: #001a34;
    min-width: auto !important;
    padding: 4px 8px;
    border-radius: 16px;
}


@media screen and (max-width:700px) {
    .n__filter {
        display: none;
    }
}
/* End */


/* Start:/local/templates/buket_v2/components/bitrix/menu/catalog_vertical_multilevel/style.css?17477241724493*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 240px; /*214*/
	font-size:12px;
}

ul#vertical-multilevel-menu {
    display: flex;
    flex-direction: column;
}
/*Submenu box*/
#vertical-multilevel-menu li ul
{
	/* position:absolute; */
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	/* border:1px solid #eee; */
	border-bottom:none;
	width:200px;
}

/* Submenu Items */
#vertical-multilevel-menu li a
{
	display: block;
	text-decoration: none;
	color: #4F4F4F;
	font-weight: 400;
	padding: 0px !important;
	line-height: 30px !important;
	background:#fff;
	border-bottom:1px solid #eee;
	text-transform: uppercase;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{
	background-color: #fff;
	text-decoration: underline;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	text-decoration: underline;
}

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#000;
	font-weight: 400;
	font-size:12px;
	text-transform: uppercase;
	background-color: #fff;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding: 0 0 12px;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	text-decoration: underline;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	color:#000;
	font-weight:400;
	font-size:12px;
	text-transform: uppercase;
	text-decoration: underline;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding: 0 0 12px;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background-color: #fff;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/local/templates/buket_v2/components/bitrix/menu/catalog_vertical_multilevel/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/
* html ul#vertical-multilevel-menu li { float: left; height: 1%; }
* html ul#vertical-multilevel-menu li a { height: 1%; }
/* End */


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	/* margin:-27px 0 0 160px; */
}

#vertical-multilevel-menu li ul
{
	/* margin:-27px 0 0 133px; */
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/

/*
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	z-index:1000;
	top:auto;
	display:block;
}

*/
.root_item_max_h {
	/* max-height: 450px; */
	overflow-y: auto;
}
a.root-item.spec_menu_vertical {
    /* font-size: 16px!important; */
    font-weight: bold!important;
	color:maroon!important;
}
.corp_menu_vertical {
	font-size: 13px!important;
    font-weight: 600!important;
    color: teal!important;
}
	 .arrow-open{position:relative;}
	 
body .li-parent:hover .arrow-open:after{
	content: "⏷";
	}
 body .li-parent:hover .li-parent .arrow-open:after{
	content:  "⏵" ;
	}
	 
	 body .li-parent:hover .li-parent:hover .arrow-open:after{
	content:  "⏷" ;
	}
 .arrow-open:after{
	content: "⏵";
    font-size: 14px;
    padding-left: 13px;
    color: #000;
    display: block;
    width: 43px;
    height: 20px;
    position: absolute;
    top: -5px;
    left: 0;
	 }

li.li-parent > a > .cat_menu_parent_lnk span.arrow_open {
	content: " ";
    margin-left: 10px;
    background: url(/local/templates/buket_v2/img/icons/arrow.select.svg) center no-repeat;
    width: 30px;
    height: 30px;
    transform: rotate(270deg);
    position: absolute;
    right: 0;
	/* BUG shows up in search results */
	/* z-index: 100500; */
}
.cat_menu_parent_lnk {
    display: flex;
    align-items: center;
	position: relative;
}
li.li-parent.open_list > a > .cat_menu_parent_lnk span.arrow_open {
    transform: rotate(0deg);
}

#vertical-multilevel-menu li.li-parent.open_list > ul {
	display: block;
}

/*
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	display:block;
}
*/
/* End */


/* Start:/local/templates/buket_v2/components/ap/flfilter/popup/style.css?17284663862446*/
pre {
    text-transform: none !important;
}


.filter_popup {
    display: block;
    width: auto;
    position: absolute;
    z-index: 500;
    background: #fff;
    border-radius: 2px;
    border: 2px solid #eff0f1;
    padding: 20px;
}

.filter_popup-name {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
}

.filter--vals {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.filter--vals--COLORS .filter--popup-s-val {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    border: 1px solid;
}

.fiter_popup-block {
    margin-top: 15px;
}

.filter--popup-s-val {
    cursor: pointer;
}

.filter--popup-s-val.active {
    box-shadow: 0 0 16px -5px;
}



.filter--vals.filter--vals--PRICES .filter--popup-s-val,
.filter--vals.filter--vals--COMPOSITION .filter--popup-s-val {
    margin: 0;
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    font-family: GTEestiPro, arial, sans-serif;
    font-size: 14px;
    height: inherit;
    justify-content: center;
    line-height: 18px;
    min-height: 32px;
    text-align: center;
    transition: color .15s ease-in-out, background .15s ease-in-out, opacity .3s ease-in-out;
    font-weight: 400;
    background-color: #f2f5f9;
    color: #001a34;
    min-width: auto !important;
    padding: 10px;
    border-radius: 16px;
    white-space: nowrap;
}

.filter--vals.filter--vals--PRICES,
.filter--vals.filter--vals--COMPOSITION {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}



.filter--popup--btns {
    display: flex;
    margin-top: 50px;
    text-align: center;
    /* margin: 0 auto; */
    width: 100%;
    justify-content: center;
    gap: 30px;
}

.filter--popup-btn {
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 3px 18px;
    color: #444;
    border-radius: 30px;
    display: inline-block;
    /* position: relative; */
    /* top: -50px; */
    cursor: pointer;
    transition: all ease 0.15s;
}


.filter__btn-open {
    /* background: #000; */
    margin-left: 50px;
    line-height: 24px;
    padding: 0 10px;
    /* color: #fff; */
    cursor: pointer;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: background 0.35s, color 0.35s;
    height: 28.9px;
    margin-top: -8px;
}
/* End */


/* Start:/local/components/ap/flfilter/templates/.default/style.css?1726261813161*/
.js_COMPOSITION_value, 
.js_COLORS_value {
    white-space: nowrap;
}

.js_COLORS_options div img {
    border-radius: 50%;
    border: 1px solid #ccc;
}
/* End */


/* Start:/local/templates/buket_v2/components/bitrix/system.pagenavigation/round/style.css?17367797523367*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

.bx-pagination.bx-purple .bx-pagination-container ul li.bx-active span{
	background: #dc9dfe;
	color: #fff;
}
.bx-arr {
	display: none !important;
}
@media(width < 500px) {
	.bx-pag-text {
		display: none !important;
	}
	.bx-arr {
		display: block !important;
	}
	.bx-pagination .bx-pagination-container ul li:first-child {
		margin-left: 0;
	}
	.bx-pagination .bx-pagination-container ul li:last-child {
		margin-right: 0;
	}
}
/* End */


/* Start:/local/templates/buket_v2/components/bitrix/catalog.section/catalog_v3/style.css?1748860011965*/
.badge_favorite.badge_gift {left: 9px; right: auto; top: 9px; background: url('/local/templates/buket_v2/img/gilft_icon.png') center center no-repeat #dbe3e6; background-size: 39px 39px; width: 33px; height: 33px; border: solid 1px transparent !important}
.badge_favorite.badge_gift:hover {background: url('/local/templates/buket_v2/img/gilft_icon.png') center center no-repeat #dbe3e6; background-size: 47px 47px;}
.badge_favorite {top: 9px}
.badge_favorite.badge_gift.badge_gift__hit {left: 57px;}
.gift__text--block {position: absolute; bottom: 0px; left: 0px;}

@media (max-width: 1024px) {
.badge_favorite.badge_gift {left: 4px; right: auto; top: 4px; width: 27px; height: 27px; background-size: 33px 33px;}
.badge_favorite.badge_gift:hover {background-size: 39px 39px;}
.badge_favorite {min-width: 27px !important; min-height: 27px !important;}
}

@media (max-width: 769px) {
.badge_favorite.badge_gift.badge_gift__hit {left: 47px !important;}
}
/* End */
/* /local/templates/buket_v2/components/bitrix/catalog/catalog/style.css?17276938401698 */
/* /local/templates/buket_v2/components/ap/flfilter/mobile/style.css?17276979101942 */
/* /local/templates/buket_v2/components/bitrix/menu/catalog_vertical_multilevel/style.css?17477241724493 */
/* /local/templates/buket_v2/components/ap/flfilter/popup/style.css?17284663862446 */
/* /local/components/ap/flfilter/templates/.default/style.css?1726261813161 */
/* /local/templates/buket_v2/components/bitrix/system.pagenavigation/round/style.css?17367797523367 */
/* /local/templates/buket_v2/components/bitrix/catalog.section/catalog_v3/style.css?1748860011965 */
