

/* Start:/local/templates/mlux/components/bitrix/menu/top_menu_mobile/style.css?17797755182793*/
#toppest-menu-mobile {
    display:block;
    grid-template-columns: repeat(4,1fr);
    gap:10px;
    list-style-type: none;
    justify-content: start;
    margin:0;
    min-height:35px;
    align-items: center;
    flex-wrap:wrap;
    padding:0;
    line-height: 17px;
}

#toppest-menu-mobile .firsts {
    display: flex;
    gap:10px;
    grid-column: 1 / 4;
    height:100%;
    flex-direction: row;
    justify-content: space-around;
    box-shadow:0 0 10px silver;
    & a {
        text-align:center;
        text-indent: 0;
        background: #826B52;
        margin: 15px;
        border-radius: 10px;
        color: #fff;
        font-weight: 700;
        text-transform: none;
        &:focus {
          box-shadow:none;
          color:#fff;
        }
    }
    & li.selected a {
      background:#fff!important;
      color:#826B52!important;
      border:1px #826B52 solid!important;
    }
}

#toppest-menu-mobile .firsts li {
    width:100%;
    flex:1;
    border:none;
    line-height:50px;
}

@media (max-width: 767.98px) {
    html,
    body {
        overflow-x: hidden;
    }
}

#toppest-menu-mobile li {
    min-height: 55px;
    line-height: 50px;
    /*border-bottom:1px black solid;*/
}

#toppest-menu-mobile li a {
    color:#000;
    font-size:16px;
    text-decoration: none;
    display:block;
    text-align: left;
    text-indent: 20px;
}

#toppest-menu-mobile li a:hover {
    color:gray;
}

.mobile_menu_links {
    line-height: 34px;
    padding-top: 30px;
    font-size:16px;
    max-width: 100%;
    overflow-x: hidden;
    text-align: center;
}

.mobile_menu_links .main_btn {
    font-size:16px;
    background:none;
    color:#000;
}

.mobmenu.show {
    max-width: 100vw;
    overflow-x: hidden;
}

.mobmenu.show .mobile-menu-wrap {
    max-width: 100%;
    overflow-x: hidden;
}

.mobile_menu_links .header__shops {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    gap: 8px 14px;
    padding: 0 16px;
}

.mobile_menu_links .header__shops .city-select {
    margin-left: 0;
    flex: 0 0 auto;
}

.mobile_menu_links .header__shops .shop-tel {
    flex: 0 1 auto;
}

.mobile_menu_links .header__shops .shop-callback {
    flex: 0 0 100%;
    justify-content: center;
}

.mobile_menu_links .header__shops .shop-callback a {
    width: min(220px, 100%);
}

#toppest-menu-mobile {
    & li {
        & .in_stock {
            position: relative;

            &::before {
                content: '';
                display: inline-block;
                width: 6px;
                height: 6px;
                background-color: #c69c35;
                border-radius: 50%;
                margin-right: 8px;
                vertical-align: middle;
            }
        }
    }
}

/* End */


/* Start:/local/templates/mlux/components/bitrix/menu/catalog_desktop_dev/style.css?1778235287938*/
.header-mega-trigger-wrap {
    flex-shrink: 0;
}

.header-mega-trigger {
    min-width: 156px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #826b52;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    box-shadow: 0 8px 24px rgba(130, 107, 82, 0.18);
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.header-mega-trigger:hover,
.cat_button:hover .header-mega-trigger,
.header-mega-trigger:focus-visible,
.cat_button:focus-within .header-mega-trigger {
    color: #fff;
    text-decoration: none;
    background: #715941;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(130, 107, 82, 0.24);
}

.header-mega-trigger img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* End */


/* Start:/local/templates/mlux/components/bitrix/sale.basket.basket.line/top_basket/style.css?17718439231449*/
.basket_wrap {
    display:flex;
    flex-direction: row;
    gap:15px;
}

.header_basket, .header_delay, .header_profile {
    color:#000;
    font-size:16px;
    text-align: center;
    width:80px;
    position: relative;
}

.header_basket a, .header_delay a, .header_profile a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color:#000;
		font-size:12px;
}

.header_profile .profile_icon {
    width:100%;
    height:32px;
    background: url("/local/templates/mlux/images/auth.svg") center no-repeat;
    background-size:contain;
    position: relative;
	background-size:25px;
    display: block;
}

.header_basket .basket_icon {
    width:100%;
    height:32px;
    background: url("/local/templates/mlux/images/cart.svg") center no-repeat;
    background-size:contain;
    position: relative;
	background-size:25px;
    display: block;
}

.header_delay .delay_icon {
    width:100%;
    height:32px;
    background: url("/local/templates/mlux/images/favorites.svg") center no-repeat;
    background-size:contain;
    position: relative;
	background-size:25px;
    display: block;
}

.header_basket .basket_icon span, .header_delay .delay_icon span {
    position: absolute;
    right:20px;
    top:0;
    padding: 3px 5px;
    border-radius: 15px;
    min-width: 20px;
    width:auto;
    height:20px;
    background:#CB0B0E;
    color:#fff;
    font-size: 10px;
    font-weight: 600;
}
/* End */


/* Start:/local/templates/mlux/components/bitrix/breadcrumb/breadcumbs/style.css?1766398691812*/
.bx-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  gap:10px;
}

.bx-breadcrumb-item {
/*
	height: 22px;
	white-space: nowrap;
*/
}

.bx-breadcrumb-item-angle {
	margin: 0 10px;
	color: #b5bdc2;
	vertical-align: top;
	font-size: 12px;
}

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
	text-decoration:none;
}

.bx-breadcrumb-item-link:hover { }

.bx-breadcrumb-item-text {
	white-space: normal;
	font: 400 13px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	transition: 250ms linear all;
	& a {
		text-decoration:none;
	}
}

/* End */


/* Start:/local/templates/mlux/components/bitrix/menu/bottom_menu/style.css?1772445929357*/
#foot-menu-block {
    display:grid;
    gap:7.5px;
    list-style-type: none;
    justify-content: start;
    margin:0;
    min-height:35px;
    align-items: center;
	grid-template-columns:repeat(2,1fr);
}

#foot-menu-block li a {
    text-decoration:none;
	font-size:14px;
font-weight:400;
}

#foot-menu-block li a:hover {
    text-decoration:underline;
}
/* End */


/* Start:/local/templates/mlux/components/bitrix/news.list/socials/style.css?176641346565*/
.socials-grid {
  display:flex;
  flex-wrap: wrap;
  gap:15px;
}

/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17652038982729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/local/templates/mlux/components/bitrix/iblock.vote/mlux/style.css?1765974444234*/
.bx-rating {
	display: block;
	text-align: left;
}

.bx-rating-icon-container  {
	margin-right: 3px;
	cursor: pointer;
}

.bx-rating .bx-rating-icon-container:last-child { margin-right: 0; }

.bx-rating-icon {
	fill: var(--primary)
}

/* End */
/* /local/templates/mlux/components/bitrix/menu/top_menu_mobile/style.css?17797755182793 */
/* /local/templates/mlux/components/bitrix/menu/catalog_desktop_dev/style.css?1778235287938 */
/* /local/templates/mlux/components/bitrix/sale.basket.basket.line/top_basket/style.css?17718439231449 */
/* /local/templates/mlux/components/bitrix/breadcrumb/breadcumbs/style.css?1766398691812 */
/* /local/templates/mlux/components/bitrix/menu/bottom_menu/style.css?1772445929357 */
/* /local/templates/mlux/components/bitrix/news.list/socials/style.css?176641346565 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17652038982729 */
/* /local/templates/mlux/components/bitrix/iblock.vote/mlux/style.css?1765974444234 */
