

/* Start:/local/templates/main/src/css/reset.css?17471285651214*/
/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Links */
a {
	color: inherit;
}
a,
a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-size: inherit;
	font-weight: inherit;
}

ul,
ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img,
svg {
	max-width: 100%;
	height: auto;
}

address {
	font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button,
input[type='submit'] {
	display: inline-block;
	box-shadow: none;
	background-color: transparent;
	background: none;
	cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
	outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

input[type='file'] {
	max-width: 100%;
}

/* End */


/* Start:/local/templates/main/src/css/style.css?175356733419194*/
:root {
	--ff-title: 'Onest', sans-serif;
	--ff-main: 'Manrope', sans-serif;
	--color-special: #e5552f;
	--color-title: #333333;
	--color-main: #2f323a;
	--color-darkest: #000000;
	
	/* bootstrap */
	--bs-link-hover-color-rgb: 229, 85, 47 !important;
	--bs-link-color-rgb: 0, 0, 0 !important;
}
html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--ff-main);
	font-weight: 500;
	font-size: 16px;
	background-color: #f1f1f1;
	background-color: #ffffff;
}
section {
	margin-top: 100px;
}
main {
	min-height: calc(100vh - 300px);
	max-width: 100% !important;
}

.container {
	/* max-width: 1260px; */

	height: 100%;
	width: 100%;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}


 .row {
	background-color: #fff;
}
#basket-root .row {
	background-color: transparent;
}
.section__title {
	font-size: 48px;
	font-family: var(--ff-title);
	font-weight: 600;
	color: var(--color-title);
}
.section__separator {
	width: 100%;
	height: 4px;
	background-color: var(--color-special);
	margin-top: 20px;
}
.header {
	
	font-family: var(--ff-main);
}
.header__top {
	background-color: #f1f1f1;
}
.header__top .nav-link a {
	transition: color .3s ease;
}
.header__top .nav-link a:hover {
	color: #e5552f
}
.header__top__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
}
.header__menu-categories {
	position: absolute;
	height: 0;
	opacity: 0;
	pointer-events: none;
	background-color: #fff;
	max-width: 1320px;
	padding: 0 10px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	transition: all 0.5s ease;
}
.header__menu-categories.active {
	height: 540px;
	opacity: 1;
	pointer-events: auto;
 	padding: 0 20px;
	box-shadow: 8px 17px 19px 1px rgba(0, 0, 0, 0.2);
}
.contact{
	display: flex;
	align-items: center;
}
.contact__name,
.contact__phone {
	display: inline-block;
	font-weight: 600;
	font-family: var(--ff-title);
}
.contact__phone {
	padding: 0 10px;
	color: #444444;
}
.contact__phone:hover {
	color: var(--color-darkest);
}
.nav ul {
	display: flex;
	margin: 0;
}
.nav ul li {
	margin: 0 5px;
	font-size: 15px;
}
.header__bottom {
	background-color: #fff;
}
.header__bottom__inner {
	display: flex;
	justify-content: space-between;
	column-gap: 24px;
	padding: 20px 0;
}
.header__menu-btn:hover {
	filter:brightness(120%)
}
.header__menu-btn {
	padding: 12px 20px;
	background-color: var(--color-special);
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: filter 0.3s ease;
	margin: 0;
	
  -webkit-user-select: none;  /* Safari */
  -moz-user-select: none;     /* Firefox */
  -ms-user-select: none;      /* IE/Edge */
  user-select: none;  
}
.header__menu-btn img {
	margin-right: 8px;
}

.search-wrapper{
	max-width: 883px;
	width: 100%;
	border-bottom: 1px solid #d1d1d3;
	background-color: #f6f6f6;
}

.header__search {
	width: 100%;
	height: 100%;
	display: flex;
}
.header__search input {
	width: 100%;
	padding-left: 16px;
}
.header__search button {
	padding: 12px;
}
.header__btns {
	display: flex;
	align-items: center;
}
.header__btns .header__btn {
	transition: opacity .3s ease;
}
.header__btns .header__btn:hover {
	opacity: 0.7
}
.header__btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 15px;
	padding: 0 10px;
}
.header__btn img {
	margin-bottom: 5px;
}

/* ############### SECTION OFFERS #################*/
.offers {
	margin: 30px 0;
}
.offers__item {
	position: relative;
	height: 480px;
	background-size: cover !important;
}

.offers__item .info {
	width: 40%;
	background-color: var(--color-special);
	height: 100%;
	color: #fff;
	font-family: var(--ff-title);
	padding: 20px;
	position: relative;

	display: flex;
	flex-direction: column;
}

.offers__item .info::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url('/local/templates/main/src/css/src/img/star_big.svg') no-repeat;
	z-index: 100;
}
.info .title {
	font-weight: 600;
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 12px;
}
.info .description {
	color: #efefef;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}
.info .link {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-family: var(--ff-title);
	margin-top: auto;
	height: 48px;
	width: 100%;
	background-color: #fff;
	color: var(--color-special);
	cursor: pointer;
	position: relative;
}

.swiper-buttons {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	height: 48px;
	width: 108px;
}
.offers.swiper-button-next,
.offers.swiper-button-prev {
	--swiper-navigation-size: 0px;
	position: absolute;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
	background-color: #fff;
	width: 48px;
	height: 48px;
	margin: 0 -12px;
	font-size: 0;
	background-color: var(--color-special);
}
.offers.swiper-button-next:before,
.offers.swiper-button-prev:before {
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	z-index: -1;
}
.offers.swiper-button-next:before {
	background: url('/local/templates/main/src/css/../img/arrow-white-next.svg') center no-repeat;
}
.offers.swiper-button-prev:before {
	background: url('/local/templates/main/src/css/../img/arrow-white-prev.svg') center no-repeat;
}

/* ############### SECTION PROMOTIONS #################*/
/* .promotions__inner {
	padding: 20px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
} */
/* .promotions__item {
	display: flex;
	background-color: #fff;
	height: 208px;
	position: relative;
} */
.item__sale {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 2px solid var(--color-special);
	padding: 4px 8px;
	background-color: #fff;
	font-size: 15px;
}
.item__info {
	padding: 16px;
	flex-basis: 60%;
	display: flex;
	flex-direction: column;
	padding-right: 56px;
}
.item__info-price {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
}
.item__info-price .actual {
	font-size: 20px;
	font-weight: 700;
}
.item__info-price .default {
	position: relative;
	font-weight: 500;
	color: #8b8d92;
}
.item__info-price .default:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #767676;
}
.item__info-btn {
	margin-top: auto;
	background-color: var(--color-special);
	color: #fff;
	padding: 12px;
	font-size: 18px;
	transition: all 0.2s ease;
}

.item__info-btn:hover {
	background-color: #fff;
	color: var(--color-special);
	border: inset 2px solid var(--color-special);
}

/* ############# CATALOG ################ */
.bx_catalog_tile_ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-top: 20px;
	gap: 40px;
}
.bx_catalog_tile_ul li {
	position: relative;
	max-width: 200px;
	width: 100% !important;
	overflow: hidden;
	min-height: 200px;
	background-color: #fff;
}
.bx_catalog_tile_ul h2 {
	position: relative;
	z-index: 999;
	line-height: normal !important;
}
.bx_catalog_tile_title a{
	font-size: 18px !important;
	color: #000000;
}
.bx_catalog_tile_ul li .bx_catalog_tile_img {
	position: absolute;
	height: 100px;
	bottom: 0px;
	width: 150px !important;
	border: 0 !important;
	background-size: contain;
	background-position: bottom;
	margin: 0 0.85vw;
}
/* .catalog__inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
	padding: 42px 0;
}
.item__category {
	display: block;
	position: relative;
	background-color: #D9D9D9;
	width: 100%;
	aspect-ratio: 1;
	cursor: pointer;
	overflow: hidden;
}
.item__category .title {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: 12px;
	font-size: 18px;
	padding: 0 10px;
	
	z-index: 99;
}
.item__category img {
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.2s ease;
}
.item__category img:hover {
	scale: 1.05;
}
.item__podcategories {
	margin-top: 20px;
}
.item__podcategories ul li {
	margin: 2px 0;
	padding: 5px 0;
	color: var(--color-main);
	line-height: 1.5;
	transition: all 0.2s ease;
	position: relative;
	cursor: pointer;
}
.item__podcategories ul li:before {
	display: none;
	position: absolute;
	content: '';
	top: 50%;
	right: 100%;
	z-index: 10;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url('/local/templates/main/src/css/../img/arrow.svg') center no-repeat;
}
.item__podcategories ul li:hover {
	margin-left: 10px;
	padding-left: 5px;
}
.item__podcategories ul li:hover:before {
	display: block;
} */
/* ################### FOOTER ################### */
.item__category img, .podpod img, .item__podcategories a img {
	transition: transform 0.3s ease;
}
.item__category:hover img, .podpod:hover img, .item__podcategories a:hover img{
	transform: scale(1.05);
}
.footer {
	background-color: #1c1c1c;
	color: #e8e9ea;
	margin-top: auto;
}
.footer__inner {
	padding-top: 40px;
	padding-bottom: 115px;
	display: flex;
	justify-content: space-between;
}
.footer__contacts {
	display: flex;
	flex-direction: column;
}
.footer__contacts .logo {
	margin-bottom: 20px;
}
.footer__contacts a {
	margin-bottom: 16px;
	color: rgb(232, 233, 234);
}
.footer__nav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.nav__menu {
	display: flex;
	flex-direction: column;
	padding-left: 200px;
}
.nav__menu a {
	padding: 5px 0;
	margin-bottom: 6px 0;
	color: #e8e9ea;
}

/* ############## PAGE CATALOG ############### */
.catalog_page__inner {
	display: grid;
	grid-template-columns: 280px auto;
	grid-template-areas:
		'filters sort'
		'filters items';
	grid-template-rows: 30px auto;
	gap: 16px;
	padding-bottom: 70px;
}
.sort {
	grid-area: sort;
}
.sort a {
	color: #8b8d92;
	margin-right: 20px;
	font-family: var(--ff-title);
}
.sort a.active {
	color: #171b24;
}
.filters {
	grid-area: filters;
}
.items {
	grid-area: items;

	display: grid;
	grid-template-columns: repeat(3, 278px);
	gap: 16px;
	justify-items: start;
}
.breadcrumbs {
	margin-bottom: 20px;
}
.catalog_page__inner {
	margin-top: 40px;
}
main {
	margin: 0 auto;
	max-width: 1240px;
}
/* PAGE CATALOG SIDEBAR */
.filters {
	background-color: #fff;
	border: 1px solid #e8e9ea;
	padding: 16px;
	height: fit-content;
}
.filters__item {
	margin-top: 32px;
}
.filters__item:first-child {
	margin-top: 0;
}
.filters__item .title {
	font-size: 18px;
	font-family: var(--ff-title);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 12px;
}
.filters input[type='text'] {
	background: #f6f6f6;
	display: block;
	padding: 12px 16px;
	font-size: 18px;
	width: 100%;
}

.price_range {
	grid-area: price_range;
	width: 100%;
	margin-top: 12px;
}
.chosen-container {
	display: block;
	background: #f6f6f6;
	position: relative;
}
.chosen-container::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
}
.brand .chosen-container::after {
	background: url('/local/templates/main/src/css/../img/search.svg') center no-repeat;
}
.provider .chosen-container::after {
	background: url('/local/templates/main/src/css/../img/arrow2.svg') center no-repeat;
}
.chosen-container-multi .chosen-choices {
	padding: 12px !important;
	background-color: #f6f6f6;
}
.chosen-search-input {
	font-family: var(--ff-main) !important;
	font-size: 18px !important;
}
.filters form button {
	display: block;
	width: 100%;
	padding: 12px;
}
.filters form button[type='submit'] {
	background-color: var(--color-special);
	color: #fff;
	margin-bottom: 12px;
	margin-top: 16px;
}
.filters form button[type='button'] {
	background-color: #fff;
	border: 1px solid #d1d1d3;
}

/* PAGE CATALOG ITEMS */
.catalog_page__inner .item {
	height: 416px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #e8e9ea;
	position: relative;
}

.catalog_page__inner .item .item__img {
	height: 50%;
	position: relative;
}
.catalog_page__inner .item .item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.catalog_page__inner .item__info {
	border-top: 1px solid #e8e9ea;
	height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	padding: 16px;
}

.catalog_page__inner .item__info .price {
	margin-top: auto;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 700;
}
.catalog_page__inner .item__info .btn {
	background-color: var(--color-special);
	padding: 12px;
	color: #fff;
}


/* PAGE DELIVERY */
.delivery_banner{
	position: relative;
}
.delivery_banner-title{
	color: #313131;
	padding-left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 100;
}
.delivery_banner-title span{
	display: block;
	width: 40%;
}
.delivery_banner-title span:first-child{
	font-size: 40px;
	font-weight: 600;
	font-family: var(--ff-title);
	margin-bottom: 20px;
}
.delivery_banner-title span:last-child{
	font-size: 16px;
	font-weight: 500;
	font-family: var(--ff-main);
	line-height: 1.4;
}


.delivery-title{
	font-size: 32px;
	font-family: var(--ff-title);
}

.delivery_steps{
	margin-top: 60px;
}
.delivery_steps-items{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 80px;
	margin-top: 20px;

}

.delivery_steps-item{
	display: flex;
	flex-direction: column;
	align-items: start;
	font-family: var(--ff-main);
	font-weight: 600;
}
.delivery_steps-item img{
	width: 120px;
	margin-bottom: 10px;
}


.delivery_questions{
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}
.accordion{
	margin-top: 20px;
	font-family: var(--ff-main);
	--bs-accordion-inner-border-radius: 0px !important;
    --bs-accordion-inner-border-radius: 0px !important;
	--bs-accordion-border-radius: 5px !important;
	--bs-accordion-border-width: 2px !important;
	--bs-accordion-border-color: #dbdbdb !important;

	--bs-accordion-active-color: #000000 !important;
    --bs-accordion-active-bg: #F7C236 !important;
}	
.accordion-button{
	font-weight: 500;
}
.accordion-item{
	margin-bottom: 10px;
	
}

.accordion-item:not(:first-of-type) {
	border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
}

.accordion-button:focus {
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.1rem rgba(247, 194, 54, 0.1)
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .search-wrapper {
	max-width: 750px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.promotions .bx-section-desc.bx-blue{
	display: none
}
.promotions .col-xs-12.product-item-small-card .row  {
	padding: 20px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	max-width: 1320px;
    margin: 0 auto;
}
.promotions .col-xs-12.product-item-small-card .row::before {
	display: none
}
.promotions .col-xs-12.product-item-small-card .row .product-item-container .item{
	display: grid;
	grid-template-columns: 0.4fr 0.6fr;
	background-color: #fff;
	position: relative;
}
.promotions .col-xs-12.product-item-small-card .row .product-item-container {
	height: auto !important
}
.promotions .col-xs-12.product-item-small-card .row .product-item-container .item .item__info {
	height: 100%;
	max-height: 208px;
}
.promotions .col-xs-12.product-item-small-card .col-xs-6.col-md-3 {
	width: 100%;
	max-height: 208px;
	padding: 0;
}
.promotions .col-xs-12.product-item-small-card .row .product-item-container .item .product-item-image-wrapper {
	height: 100%;
	max-height: 208px;
}
.promotions .col-xs-12.product-item-small-card .row .product-item-container .item .item__info [data-entity="buttons-block"] .btn.btn-default.btn-sm{
	border: 0;
	font-size: 18px;
	font-weight: 600;
	border-radius: 0;
}
.promotions .prices-on-card-item  {
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 5px
}
.promotions .prices-on-card-item .price{
	margin: 0
}
.promotions .prices-on-card-item .price-old {
	color: #8B8D92;
	font-weight: 400;
	font-size: 16px;
}
.promotions .item__info .title {
	margin-bottom: 30px;
	font-size: 16px;
}
.promotions .product-item-label-ring.product-item-label-small {
	left: 20px;
	top: 20px;
	border-radius: 0;
	border: 2px solid #e5552f;
	background-color: transparent;
	color: #171B24;
	padding: 4px 8px;
	width: 55px;
	height: 30px;
	line-height: 1.25;
}
.modern-page-navigation {
	text-align: center;
}
.search-page {}
.container .search-page form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 600px;
    border-bottom: 1px solid #d1d1d3;
    background-color: #f6f6f6;
	padding-left: 20px;
}
.container .search-page form input:first-child {
	
}
.promotions-title {
  font-size: 48px;
  font-weight: 600;
  padding: 0px 0px 20px 0px !important;
  border-bottom: 4px solid #e5552f;
  margin-bottom: 40px;
}
.promotions__inner {
	margin-bottom: 40px;
}
.promotions {
	position: relative;
}
.promotions .promotions__inner {
	margin-bottom: 0;
}
.promotions .promotions__inner .header__menu-btn {
	position: absolute;
	border: 1px solid transparent;
	right: 0;
	transition: color .3s ease, background-color .3s ease, border .3s ease;
}
.promotions .promotions__inner .header__menu-btn:hover {
	color: #e5552f;
	background-color: #fff;
	border: 1px solid #e5552f;
}
.promotions .col-xs-12.product-item-small-card .row .product-item-container .item .item__info [data-entity="buttons-block"] .btn.btn-default.btn-sm {
	transition: color .3s ease, background-color .3s ease, border .3s ease;
	border: 1px solid transparent;
}
.promotions .col-xs-12.product-item-small-card .row .product-item-container .item .item__info [data-entity="buttons-block"] .btn.btn-default.btn-sm:hover {
	color: #e5552f !important;
	background-color: #fff !important;
	border: 1px solid #e5552f !important;
}
.product-item-big-card .product-item-label-ring.product-item-label-small, .product-item-label-ring.product-item-label-small, .basket-item-label-ring.basket-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
	left: 10px;
    top: 10px;
    border-radius: 0;
    border: 2px solid #e5552f;
    background-color: transparent;
    color: #171B24;
    padding: 4px 8px;
    width: 55px;
    height: 30px;
    line-height: 1.25;
	font-size: 14px;

}
.promotions__inner .product-item-button-container .btn.btn-default.btn-sm {
	border: 0;
	border-radius: 0;
	font-size: 14px;
}
.item__info .title a {
	transition: color 0.3s ease;
}
.item__info .title a:hover {
	color: #e5552f
}
/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/head/style.css?17490292592109*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/.default/components/bitrix/search.title/head/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}


/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/catalog_categories/style.css?17535669761298*/
.catalog-menu {
  position: relative;
  width: 350px;
}

.menu-level {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  list-style: none;
}
.menu-level-1 {
  padding: 5px 0;
}
.menu-item > a, .menu-item > span {
  display: block;
  padding: 10px;
  color: #2e2e2e;
  text-decoration: none;
  font-weight: bold;
  transition: filter 0.3s ease;
  user-select: none;
}
.menu-item > a:hover, .menu-item > span:hover {
  filter: opacity(0.5);
}
.menu-level-2,
.menu-level-3 {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  background: #fff;
  min-width: 350px;
  min-height: 500px;
  z-index: 1000;
  border-left: 1px solid #969696;
}

.menu-item.has-children:hover > .menu-level-2,
.menu-item.has-children:hover > .menu-level-3 {
  display: block;
}

.menu-level-1:hover > .menu-item {
  /* position: relative; */
}

.menu-level-2 {
  top: 0;
  left: 100%;
}

.menu-level-3 {
  top: 0;
  left: 100%;
}
.catalog-menu__button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid transparent;
  transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}
.catalog-menu__button:hover {
  color: #e5552f;
  border: 1px solid #e5552f;
  background-color: #fff;
}
/* End */
/* /local/templates/main/src/css/reset.css?17471285651214 */
/* /local/templates/main/src/css/style.css?175356733419194 */
/* /local/templates/.default/components/bitrix/search.title/head/style.css?17490292592109 */
/* /local/templates/.default/components/bitrix/catalog.section.list/catalog_categories/style.css?17535669761298 */
