

/* Start:/bitrix/components/bitrix/catalog.section.list/templates/store_v3_menu/style.css?17762292181173*/
.catalog-sections-list-menu-items {
	display: block;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

.catalog-sections-list-menu-item {
	display: block;
	padding: 0 0 0 17px;
	margin: 0;
}

.catalog-sections-list-menu-item-link {
	padding: 0 17px 0 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	min-height: 55px;
	border-bottom: 1px solid rgba(18, 18, 18, 0.06);
	vertical-align: middle;
	text-decoration: none !important;
}

.catalog-sections-list-menu-item-text {
	font-style: normal;
	font-weight: normal;
/*	font-size: 18px;  */
	line-height: 21px;
	color: #333;
	padding: 17px 0;
}

.catalog-sections-list-menu-item-text:hover {
	color: #000;
}

.catalog-sections-list-menu-item-text i{
	font-style: normal;
	opacity: .6;
}

.catalog-sections-list-menu-item:active,
.catalog-sections-list-menu-item:hover,
.catalog-sections-list-menu-item.selected .catalog-sections-list-menu-item-text { opacity: 1; }

.catalog-sections-list-menu-item-angle {
	display: block;
	transform: rotate(-45deg);
	border-bottom: 1px solid;
	border-right: 1px solid;
	color: #333;
	opacity: 0.6;
	width: 7px;
	height: 7px;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/store_v3_inline1/style.css?1762426257638*/
.catalog-cart-counter-menu {
    background: #CFC8B8;
    color: #333;
    text-align: center;
    line-height: 17px;
    min-width: 20px;
    height: 20px;
    position: absolute;
    top: -28px;
    right: -33px;
    border-radius: 50%;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
   /* opacity: 0.8; */
    border: 1px solid #eee;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v6/style.css?17762347025386*/
.bx-basket { }

.basket-line-block {
	position: relative;
	padding-left: 25px;
	white-space: nowrap;
  /*	font-size: 0.8rem;   */
    padding-bottom: 40px;
    display: none;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 10px;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
	position: absolute;
	top: -1px;
	left: -25px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
}

.basket-line-block-icon-profile:after { background: no-repeat center url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v6/images/profile.svg); }

.basket-line-block-icon-cart:after { background: no-repeat center url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v6/images/cart.svg); }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 0px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 0px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}


	.bx-basket-fixed.vcenter {
		bottom: 10px;
		top: auto !important;
	}

   /*	.bx-basket-item-list { display: none; }   */

	/*.bx-basket-fixed */
}

.bx-basket-fixed .basket-line-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 0px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
  /*	font-size: 12px;  */
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 0px !important;
	left: 0;
	padding: 10px 0;
	border-top: 0px solid #f7f7f7;
	background: transparent !important;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: transparent !important;
	text-align: left !important;
	white-space: normal;
	font-weight: 600 !important;
  /*	font-size: 1rem !important;    */
 /*	line-height: 16px;
    letter-spacing: 4% !important;*/
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 100% !important;
	height: auto;
	border: 0px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px !important;padding-left:15px !important;position:relative !important; }

.bx-basket-item-list-item-name a {
 /*	font-size: 0.8rem !important;
	line-height: 16px;*/
    font-weight: 400 !important;
    color: #333;
    text-decoration: none !important;
}

.bx-basket-item-list-item-name a:hover {
  /*	font-size: 1rem !important;
	line-height: 16px;*/
    font-weight: 400 !important;
    color: #777 !important;
    text-decoration: none !important;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
  /*	font-size: 12px;      */
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .basket-line { line-height: 1.44em; }


/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/search.title/bootstrap_v5/style.css?1781769331838*/
.searche-title {}

.search-title-button {
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/search.title/bootstrap_v5/images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 45px;
	/* min-height: 38px; */
	height: calc(1.5em + 0.75rem);
}


.title-search-result {
	border: 1px solid #ced4da;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}

.search-title-result-item {
	border-bottom: 1px solid #ddd;
}


.search-title .search-title-result-item:last-child {
	border-bottom:  none;
}

.search-title-result-item-link {
	font-size: 0.8rem;
	transition: 170ms linear all;
}

.search-title-result-item-price {
	font-size: 0.8rem;
}

.search-title-result-item-current-price {
	font-weight: 500;
}

.search-title-result-item-old-price {
	font-size: 0.8rem;
	text-decoration: line-through;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.section.list/templates/store_NN_menu/style.css?17762315161208*/
.catalog-sections-list-menu-items {
	display: block;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

.catalog-sections-list-menu-item {
	display: block;
	padding: 0 0 0 0px;
	margin: 0;
}

.catalog-sections-list-menu-item-link {
	padding: 0 17px 0 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	min-height: 20px !important;
	border-bottom: 1px solid rgba(18, 18, 18, 0.06);
	vertical-align: middle;
	text-decoration: none !important;
}

.catalog-sections-list-menu-item-text {
	font-style: normal;
	font-weight: normal;
/*	font-size: 0.75rem !important;
	line-height: 0.8rem !important;*/
	color: #333;
	padding: 17px 0;
}

.catalog-sections-list-menu-item-text:hover {
	color: #000;
}

.catalog-sections-list-menu-item-text i{
	font-style: normal;
	opacity: .6;
}

.catalog-sections-list-menu-item:active,
.catalog-sections-list-menu-item:hover,
.catalog-sections-list-menu-item.selected .catalog-sections-list-menu-item-text { opacity: 1; }

.catalog-sections-list-menu-item-angle {
	display: block;
	transform: rotate(-45deg);
	border-bottom: 1px solid;
	border-right: 1px solid;
	color: #333;
	opacity: 0.6;
	width: 7px;
	height: 7px;
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1776232242802*/
.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;
}

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

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

.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
  /*	font: 400 13px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;      */
	transition: 250ms linear all;
    line-height: 21px; 
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/styles.css?178222475428265*/
/* Сбрасываем стандартный стиль чекбокса */
input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 50%; /* окружность */
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    outline: none;
    background-color: transparent;
}

/* При наведении – лёгкий акцент */
input[type="checkbox"]:hover {
    border-color: #333;
}

/* Когда выделен — заливаем чёрным */
input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #000;
}

/* (Необязательно) Анимация плавного появления заливки */
input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #000;
    transition: all 0.2s ease;
}

/*@media (min-width: 576px) {
    .catalog-section.container-fluid, .catalog-section.container-fluid .row {
        padding: 0 25px;
    }
}*/
p {
  /*  letter-spacing: 4%;  */
    margin-bottom: 0.1rem;
}
.bx-header {
    z-index: 1000;
    position: relative;
    background: #F1EDE4;
    padding: 10px 0;
}

.btn {
    position: relative;
    display: block;
    margin: 0 auto;
    background: transparent !important;
   /* width: 100%; */
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px #000 solid !important;
    border-radius: 0;
    color: #333 !important;
}

.btn:hover {
    color: #333 !important;
    background: #e7e3d9 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn:active {
    color: #333 !important;
    background: #e7e3d9 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px #000 solid !important;
}
.quanbas {
    position: absolute;
}
a {
    color: #333 !important;
    text-decoration: none !important;
}
a:hover {
    color: #777 !important;
    text-decoration: none !important;
}

.product-item-small-card {
    padding-right: 0px;
}

button:focus  {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.bx-breadcrumb-item > span {
    font-weight: 400 !important;
}
.product-item-detail-slider-controls-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 65px;
    height: 65px;
    outline: 0px solid #c0cfda;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}
.bx-no-retina .product-item-detail-slider-controls-image.active {
    outline-width: 0px;
}

.product-item-detail-short-card-fixed.active {
    top: 0;
    opacity: 1;
    display: none !important;
}
.product-item-detail-short-card-fixed.active+.product-item-detail-tabs-container-fixed.active {
    top: 85px;
    display: none !important;
}
.bg-secondary {
    background-color: #211E1A !important;
    display: none;
}
.title-page {
    padding-top: 40px;
    padding-bottom: 0px;
    color: #211E1A;
 /*   font: normal 0.9rem/ 23px 'Gotham Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;   */
    font-weight: 500;
    text-transform: uppercase;
   /* letter-spacing: 1px;   */
}

@media (min-width: 1200px) {
    h2, .h2 {
   /*     font-size: 0.7rem;      */
    }
}
@media (max-width: 991px) {
    .catalog-section-item-wrapper {
        min-width: 150px;
        flex-grow: 1 !important;
        max-width: 100% !important;
    }
}
/*.align-items-stretch {
    align-items: stretch !important;
    padding: 15px 30px 5px 0px !important;

}*/
@media (max-width: 576px) {
    .section-block {
        padding: 0rem 1.15rem 0rem 0.7rem;
    }
    .title-page {
      padding-top: 20px !important;
    }
    .bx-header {
    padding-bottom: 7px;
    padding-top: 5px;
}
}
@media (min-width: 576px) {
.section-block-mainpage {
    padding: 35px 1.5% 20px;
}
.section-block {
    padding: 15px 1.5% 20px;
}
.bot-menu {
    text-transform: uppercase;
    line-height: 2;
}

.bx-breadcrumb-item-text {
    vertical-align: top;
    white-space: normal;
 /*   font: 400 0.8rem/ 21px "Gotham Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;    */
    transition: 250ms linear all;
    text-transform: uppercase;
}
.bx-breadcrumb-item-link {
    border-bottom: 0;
    vertical-align: top;
    color: #211E1A !important;
    text-decoration: dotted !important;
}
.section-block-header {
    padding: 0px 1.5%;
}
/*.bx-header {
    max-height: 80px;
}*/
.head-icon {
    display: inline-block;
    padding-left: 7px;
}
/*.head-icon-burger {
    padding-top: 15px;
}*/

}

.tns-nav {
    display: none;
}

.innova_slider_template2 .tns-controls button {
    position: absolute;
    display: block;
    cursor: pointer;
    outline: 0;
    background: url(/bitrix/components/innova/slider/images/arrows.svg) no-repeat /*#fff*/;
    font-size: 0;
    border: none;
    z-index: 2;
    -webkit-transition: 280ms
ease;
    -o-transition: 280ms ease;
    transition: 280ms
ease;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    text-indent: 0;
    line-height: 46px;
    color: #211E1A;
    font-weight: 800;
    width: 46px;
    height: 46px;
    top: 50%;
    margin-top: -40px;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
}


.form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .05rem;
 /*   font-size: 1rem;   */
    font-weight: 400;
    line-height: 1.5;
    color: #211E1A;
    background-color: transparent;
    background-clip: padding-box;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #211E1A;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.form-control:focus {
    background: transparent !important;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #211E1A;
    box-shadow: 0 0 0 0 !important;
    border-color: #211E1A !important;
    border-radius: 0 !important;
    }

.search-title-result-item-link {
  /*  font-size: 16px; */
    transition: 170ms linear all;
    text-transform: uppercase;
    color: #211E1A;
    text-decoration: none;
    font-weight: 700;
}
.main-cat {
    width: 100%;
   /* padding-right: 15px; */
}

 /* -------------------------Header----------------------- */

 /* LOGO */

@media (max-width: 767px) {
    .bx-logo-block img {
        max-width: 100%;
        max-height: 12px !important;
        width: auto;
        height: auto;
    }

    .bx-header-logo {
        padding: 5px 50px;
        /*height: 55px;*/
        background-color: var(--theme-color-primary);
    }

    .bx-logo-block { height: auto; }

    body.bx-theme-green .bx-store-logo { background: #F8F5EE; }
    }

    .bx-logo-block {
    display: block;
   /* height: 50px; */
    border-bottom: none;
    }

    .bx-logo-block img {
       /* max-height: 20px; */
        width: auto;
    }
    @media (min-width: 768px) {
    .pt-md-3 {
        padding-top: 0rem !important;
    }
    }
    .section-block-header {
        padding: 5px 1.5%;
        /*max-height: 600px !important;  */
        z-index: 1000;
        position: relative;
    }


    /* LOGO MOBILE */

    @media (max-width: 767px) {
    .bx-header-logo {
    background-color: transparent;
    }
    .bx-header-logo {
    padding: 6px 20px;
/*    min-height: 55px; */
    }
    .section-block-header {
    padding: 3px 0 0 0;
    max-height: 50px !important;
    background-color: transparent;
}
/*    .head-icon-burger {
        left: 15px;
        position: absolute;
        max-width: 40px;
        max-height: 25px;
        top: 5px;
    }*/
    .head-icon-burger {
    left: 5px;
    position: absolute;
    max-width: 70px;
    max-height: 45px;
    top: -8px;
    }
    .bx-logo-block {
    display: block;
    /*height: 50px; */
    border-bottom: none;
    position: absolute;
    top: 1px;
    left: 36%;
}
    .head-icon {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    }
    .bx-header-personal {
    order: 3;
    display: block !important;
}
    .searchicon {
    margin-right: 40px;
    width: 10px;
    height: 12px;
    top: 2px !important;
    position: absolute;
    right: -4px;
    }
    .basketicon {
        width: 15px;
        height: 12px;
        position: absolute;
        top: 2px;
        right: 10px;
    }
    .catalog-cart-counter-menu {
    background: #CFC8B8;
    color: #333;
    text-align: center;
    line-height: 9px;
    min-width: 12px;
    height: 12px;
    position: absolute;
    top: -3px;
    right: 4px;
    border-radius: 50%;
    font-style: normal;
    FONT-WEIGHT: 600;
    font-size: 6px;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    /* opacity: 0.8; */
    border: 1px solid #eee;
}
    .section-block-mainpage {
    padding: 30px 2% 10px;
    }


/*    .align-items-stretch {
    align-items: stretch !important;
    padding: 10px 5px 0px 0px !important;
}*/

    }

    /* SEARCHING */

   .search-title-result-item-current-price {
    font-weight: 400;
    color: #211E1A !important;
}
   .title-search-result {
    border: 0px solid #211E1A;
    display: none;
    overflow: hidden;
    z-index: 999;
    background-color: #F8F5EE;
    padding: 10px;
    border-radius: 0px;
}
   .search-title-result-item {
    border-bottom: 0px solid #211E1A;
}


/* ПАНЕЛЬ ПОД БУРГЕРОМ */

/* Кнопка открытия */
.panel-open-btn {
    background: transparent;
    border: none;
}
.panel-open-btn:active {
    background: transparent;
    border: none;
}

/* Затемняющий фон */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

/* Сама панель */
.slide-panel {
    position: fixed;
    top: 0;
    left: -420px;
    width: 400px;
    height: 100vh;
    background: #F8F5EE;
    z-index: 999;
    transition: left 0.5s ease;
/*    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);   */
}

/* Заголовок панели */
.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 0px solid #eee;
}

/* Кнопка закрытия */
.panel-close-btn {
    background: none;
    border: none;
/*    font-size: 24px;  */
    cursor: pointer;
    color: #666;
}

.panel-close-btn:hover {
    color: #000;
}

/* Контент панели */
.panel-content {
    padding: 20px;
}

/* Активное состояние */
.slide-panel.active {
    left: 0;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Адаптивность */
@media (max-width: 480px) {
    .slide-panel {
        width: 100vw;
        left: -100vw;
    }
}
/* Кнопка открытия верхней панели */
.panel-top-open-btn {
/*    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    padding: 10px 15px;*/
    background: transparent;
/*    color: white;  */
    border: none;
/*    border-radius: 4px;
    cursor: pointer;*/
}

/* Затемняющий фон для верхней панели */
.overlay-top {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

/* Верхняя панель */
.slide-panel-top {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 80vh;
    background: #F1EDE4;
    z-index: 999;
    transition: top 0.5s ease;
 /*   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

/* Заголовок верхней панели */
.panel-top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 0px solid #eee;
}

/* Кнопка закрытия верхней панели */
.panel-top-close-btn {
    background: none;
    border: none;
 /*   font-size: 1.2rem;    */
    cursor: pointer;
    color: #666;
}

@media (max-width: 768px) {
.panel-top-close-btn {
    background: none;
    border: none;
 /*   font-size: 0.4rem;     */
    cursor: pointer;
    color: #666;
    padding-top: 15px;
}
.slide-panel-top.active {
    top: 25px !important;
}
}
.panel-top-close-btn:hover {
    color: #000;
}

/* Контент верхней панели */
.panel-top-content {
    padding: 20px;
    max-height: 80vh;
    overflow: hidden;
}

/* Активное состояние верхней панели */
.slide-panel-top.active {
    top: 65px;
}

.overlay-top.active {
    opacity: 1;
    visibility: visible;
}

/* Адаптивность */
@media (max-width: 768px) {
    .slide-panel-top {
        max-height: 90vh;
    }

    .panel-top-content {
        max-height: 70vh;
    }
}

.insearch {
    padding: 40px 0;

}

/* ПРАВАЯ ПАНЕЛЬ ДЛЯ КОРЗИНЫ */

/* Кнопка */
.info-panel-btn {
    background: transparent;
    border: none;
   /* padding: 12px 25px;
    border-radius: 25px;
    font-size: 16px;*/
    cursor: pointer;
    transition: background 0.5s ease;
}
.info-panel-btn:hover {
   /* background: #b98a8c;   */
}

/* Панель справа */
.info-panel {
    position: fixed;
    top: 0;
    right: -620px;
    width: 600px;
    height: 100vh;
    background: #F8F5EE;
   /* box-shadow: -5px 0 20px rgba(0,0,0,0.1);    */
    z-index: 9999;
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.info-panel.active {
    right: 0;
}

.info-panel-header {
    display: flex;
    justify-content: end;
    align-items: center;
    background: transparent;
    color: #333;
    padding: 15px 20px;
 /*   font-size: 1rem;    */
    font-weight: 400;
}

.info-panel-close {
    background: none;
    border: none;
    color: #333;
 /*   font-size: x-small;    */
    cursor: pointer;
    transition: opacity 0.5s ease;
}
.info-panel-close:hover {
    opacity: 0.7;
}

/* Контент панели */
.info-panel-content {
    padding: 20px;
    color: #333;
   /* font-family: "Helvetica Neue", Arial, sans-serif;   */
    line-height: 1.6;
}

.info-panel-content h3 {
    color: #B87F82;
    margin-top: 20px;
  /*  font-size: 18px;    */
}

.info-panel-content p {
  /*  font-size: 15px;  */
    margin-top: 5px;
}

/* Фон под панелью */
.info-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    z-index: 9998;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.info-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Адаптивность */
@media (max-width: 768px) {
    .info-panel {
        width: 100%;
        right: -100%;
    }
}







/* МЕНЮ В БУРГЕРЕ */
.catalog-sections-list-menu-item-angle {
    display: none;
    transform: rotate(-45deg);
    border-bottom: 1px solid;
    border-right: 1px solid;
    color: #333;
    opacity: .6;
    width: 7px;
    height: 7px;
}


.catalog-section-list-line-list {
    display: none;
}
.catalog-section-item {
    background-color: transparent;
    margin-bottom: 4px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0px;
    padding-bottom: 40px;
}
.catalog-sections-list-menu-items {
    display: block;
    padding: 0;
    margin: 0;
    background-color: transparent;
    text-transform: uppercase;
}
.catalog-sections-list-menu-item-link {
    padding: 0 10px 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 55px;
    border-bottom: 0px solid rgba(18, 18, 18, 0.06);
    vertical-align: middle;
    text-decoration: none !important;
}


/* === Универсальное оформление полосы прокрутки === */

/* WebKit-браузеры (Chrome, Edge, Safari, Opera) */
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-track {
    background: #F8F5EE; /* светлый фон */
}

::-webkit-scrollbar-thumb {
    background-color: #8c8678; /* основной бордово-розовый */
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #8c8678; /* немного темнее при наведении */
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #8c8678 #F8F5EE; /* ползунок / фон */
}

/* Универсальная совместимость (для плавности и аккуратности) */
html {
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
    display: none;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
    top: 85px;
    display: none !important;
}
.product-item-detail-tabs-container-fixed.active {
    top: 0;
    opacity: 1;
    display: none !important;
}

@media (max-width: 768px) {
    .heart {
    right: 60px;
    position: absolute;
    top: -7px;
    width: 12px;
}
}


.sale-order-detail-section-title {
    padding: 8px 0px;
    background: transparent !important;
 /*   font-size: 0.8rem;   */
}
.sale-order-detail-card-title {
    margin: 0 -15px;
    padding: 8px 0px;
    background-color: transparent !important;
    color: #333;
    font-weight: normal;
/*    font-size: 0.9rem;   */
}
.sale-order-detail-section-payment-image {
    display: none !important;
    height: 54px;
    background: url(/bitrix/components/bitrix/sale.personal.order.detail/templates/bootstrap_v4/images/sale-personal-order-payment-options-order-number.svg) center no-repeat;
}

div.soc-serv-title {
    padding-left: 7px;
    padding-top: 3px;
    background: transparent !important;
    width: 460px;
    height: 19px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}


.catalog-sections-list-menu-item-text {
    font-style: normal;
    font-weight: normal;
 /*   font-size: 0.9rem;  */
    line-height: 1.7rem;
    color: #333;
    padding: 0 0;
}
.catalog-sections-list-menu-item-link {
    padding: 0 10px 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 25px;
    border-bottom: 0px solid rgba(18, 18, 18, 0.06);
    vertical-align: middle;
    text-decoration: none !important;
}

.bx_profile .main-profile-social-block {
    margin-top: 40px;
    display: none;
}

.map-widget-layout-view__maps-links {
    margin-bottom: -12px;
    display: none !important;
}

.button._view_air-alt._size_small, .button._view_air-round._size_small, .button._view_air._size_small {
    display: none;
}
.row.gap-10 {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}
.row.gap-15 {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 0px;
}
/* Адаптив comcontent */
@media (max-width: 768px) {
 .product-item-small-card {
    padding-right: 0px !important;
}
.catalog-section-item-name, .catalog-section-item-name a, .catalog-section-item-name-link {
    color: #211E1A;
/*    font: normal 0.6rem/0.8rem 'Gotham Pro' !important;   */
    font-weight: 600 !important;
    text-transform: uppercase;
}
.catalog-section-item-description {
    padding: 2px 0px 0px 0px !important;
}
.bottomline {
    display: block !important;
    padding-right: 0px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.catalog-section-item-price {
    font-weight: 400 !important;
 /*   font-size: 0.7rem !important;   */
    line-height: 1px !important;
    color: #121212 !important;
    text-transform: uppercase !important;
}
.catalog-section-item {
    padding-bottom: 20px !important;
}
}

 @media (max-width: 768px) {
            .wonderpic {
                position: relative;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                padding: 20%;
            }
            .wonderpic-2 {
                display: none;
            }
            }
             @media (min-width: 768px) {
            .wonderpic {
               position:absolute;
               left:50%;top:50%;
               transform: translate(-50%,-50%);
            }
            }



.bottomline {
    display: inline-block;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    }
 @media (min-width: 768px) {
.catalog-section-item-price-discount {
    font-style: normal;
    font-weight: 400;
 /*   font-size: 0.7rem !important;   */
    line-height: 5px !important;
    text-decoration-line: line-through;
    color: #121212;
    opacity: 0.5;
    margin-right: 1px;
    padding-top: 5px;
}
}
 @media (max-width: 768px) {
    .catalog-section-item-price-discount {
    font-style: normal;
    font-weight: 400;
  /*  font-size: 0.5rem !important;   */
    line-height: 5px !important;
    text-decoration-line: line-through;
    color: #121212;
    opacity: 0.5;
    margin-right: 1px;
    padding-top: 5px;
}
}

button:focus {
    outline: 0px !important;
}
.js-wishlist {
    z-index: 99 !important;
}


.tarakud-wishlist {
/*    background: url(/bitrix/templates/eshop_bootstrap_v4/../../images/tarakud.wishlist/icon11.svg) no-repeat 0 0;    */
/*    width: 1.57rem;     */
    height: 18px;
    display: inline-block;
    outline: none;
}
.tarakud-wishlist.active, .tarakud-wishlist:hover, .tarakud-wishlist:focus {
    cursor: pointer;
    outline: none;
/*    background-position: -1.535rem 0;  */
}




.bx-catalog-popup-message {
    font-weight: 400;
    min-width: 340px;
    margin: 0;
    font-size: 0.8rem;
    font-family: 'Gotham Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: inherit;
    text-align: left;
}
.popup-window-titlebar-text, .popup-window-titlebar-text-version {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #80868e;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    max-width: 100%;
    line-height: 49px;
    overflow: hidden;
    padding: 0 30px 0 4px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Gotham Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.popup-window-with-titlebar .popup-window-content {
    padding: 20px 0;
}

.main-user-consent-request-popup-header {
    margin: 0 0 10px;
    font-family: 'Gotham Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #000;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /*max-width: 260px;*/
}

.main-user-consent-request-popup-button-acc:hover {
    background: #CFC8B8;
}
.main-user-consent-request-popup-button-acc {
    background: #e7e3d9;
}
.main-user-consent-request-popup-button {
    display: inline-block;
    height: 39px;
    margin: 0 10px 5px 0;
    padding: 0 18px;
    border: none;
    border-radius: 2px;
    font-family: 'Gotham Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    outline: none;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background-color .2s linear,color .2s linear;
    transition: background-color .2s linear,color .2s linear;
    cursor: pointer;
}


.bx-soa-customer-field {
    padding-top: 30px;
}


.tooltip {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-shadow: none;
    text-transform: none;
    letter-spacing: inherit;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.8rem;
    word-wrap: break-word;
}

.tooltip-inner {
    padding: .25rem 0rem;
}



.alert-info {
    color: #333;
    background-color: #e7e3d9;
    border-color: #e7e3d9;
}


 @media (max-width: 768px) {
.info-panel-content {
    line-height: 1.2;
}
}

.sdek_pvzLair {
    padding: 20px 0;
    max-width: 300px;
}



#auth_popup    {
    width: 300px !important;
    background: #f1ede4;
}

.auth-success {
    padding: 30px 0 !important;
}

.auth-success a {
    line-height: 2.5;
    font-weight: 500;
}











/* AJAX AUTH */
.auth-modal{
    display:none;
    position:fixed;
    inset:0;
    z-index:99999;
    text-transform: uppercase;
}

.auth-modal.active{
    display:block;
}

.auth-modal__overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.5);
    text-transform: uppercase;
}

.auth-modal__window{
    width:450px;
    max-width:90%;
    background: #f1ede4;
    border-radius:0px;
    padding:30px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-transform: uppercase;
}

.auth-modal__close{
    position:absolute;
    right:15px;
    top:10px;
    cursor:pointer;
}

.auth-tabs{
    display:flex;
    margin-bottom:20px;
}

.auth-tab{
  /*  flex:1; */
    padding:12px;
    border:none;
    cursor:pointer;
    background: transparent;
    text-transform: uppercase;
}

.auth-tab.active{
    background: transparent;
    color:#333;
    text-transform: uppercase;
    font-weight: 600;
}

.auth-content{
    display:none;
}

.auth-content.active{
    display:block;
    text-transform: uppercase;
}

.auth-content input{
    width:100%;
    margin-bottom:10px;
    padding:12px;
    text-transform: uppercase;
}

.auth-content button{
    width:100%;
    padding:12px;
    cursor:pointer;
    text-transform: uppercase;
    background: transparent;
    font-weight: 600;
}

.auth-content button:hover {
    background: #cfc8b8;
}

.auth-message{
    margin-bottom:15px;
    padding:10px;
    border-radius:5px;
    text-transform: uppercase;
}

.auth-error{
    color:#ffe3e3;
    text-transform: uppercase;
}

.auth-ok{
    color:#e5ffe5;
    text-transform: uppercase;
}


input:-internal-autofill-selected {
   background-color: #f1ede4 !important;
}
input {
    background-color: #f1ede4 !important;
}
/* END AJAX AUTH */

.btn.product-item-detail-buy-button {
    min-height: 35px;
}

.input-group>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group>.dropdown-toggle:nth-last-child(n+3) {
    text-transform: uppercase !important;
    font-size:0.8rem
}





.input-group>:not(:first-child):not(.dropdown-menu) {
    margin-left: 30px;
}

/*div.modern-page-navigation {
    padding: .5em 0;
    visibility: hidden !important;
}*/




.cookie-notice{
    position:fixed;
    bottom:20px;
    left:20px;
    right:20px;
    max-width:90%;
    margin:auto;
    background:#fff;
    border-radius:0px;
    padding:20px;
    z-index:99999;
    display:none;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    line-height:1.5;
}

.cookie-notice__content{
    flex:1;
}

.cookie-notice a{
    color:#000;
    text-decoration:underline;
}

.cookie-notice__buttons{
    display:flex;
    gap:10px;
    align-items:center;
}

.cookie-btn{
    border:none;
    cursor:pointer;
    padding:10px 16px;
    border-radius:0px;
    border: 1px solid #333;
    text-transform: uppercase;
}

.cookie-btn--primary{
    background: transparent;
    color:#333;
    font-weight: 600;
}
.cookie-btn--primary:hover {
    background: #cfc8b8;
    color:#333;
    font-weight: 600;
}




@media(max-width:768px){
    .cookie-notice{
        left:10px;
        right:10px;
        bottom:10px;
        flex-direction:column;
        align-items:stretch;
    }

    .cookie-notice__buttons{
        width:100%;
    }

    .cookie-btn{
        flex:1;
    }
}










@media (max-width: 768px) {
    .tarakud-wishlist {
        width: 1.083rem !important;
        right: 5px !important;
    }
    .tarakud-wishlist {
    background: url(/bitrix/templates/eshop_bootstrap_v4/../../images/tarakud.wishlist/icon157.svg) no-repeat 0 0;
    height: 11px !important;
    display: inline-block;
    outline: none;
    background-position: revert;
    background-size: cover;
}
   .tarakud-wishlist.active, .tarakud-wishlist:hover, .tarakud-wishlist:focus {
        background-position: -1.08rem 0 !important;
    }
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/template_styles.css?178046802715284*/
.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #fff;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

/*.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}*/
.bx-green,
.bx-theme-green {
	--primary: #F1EDE4;
	--theme-color-primary: #F1EDE4;
	--theme-color-second: #CFC8B8;
	--theme-color-light: #e7e3d9;
	--theme-b-link: #C2B39E;
	--theme-b-link-hover: #C2B39E;
	--theme-b-tx-primary: #211E1A;
	--theme-b-bg-primary: #F1EDE4;
	--theme-b-bd-primary: #F1EDE4;
	--theme-b-sd-primary: rgba(140, 134, 120, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #CFC8B866;
	--theme-b-bd-primary-hover: #8c8678;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #CFC8B866;
	--theme-b-bd-primary-active: #8c8678;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #8c8678;
	--theme-b-bd-primary-disabled: #C2B39E ;
}
/*.innova_slider_template2 {
  visibility: hidden;
}*/
html { font-size: 14px; }
.bx-sidebar-block, .sidebar {
    display: none;
}

@media (max-width: 768px) {
  html { font-size: 12px; }
  body  {
    letter-spacing: 4%;
    }
    .tarakud-wishlist {
    width: 1.80rem;
}
.tarakud-wishlist.active, .tarakud-wishlist:hover, .tarakud-wishlist:focus {
background-position: -1.80rem 0;
}
.wl-card {
    position: relative !important;
}
  }
/*@media (min-width: 1024px) and (max-width:2000px ) {
   html { font-size: 16px; }
}

@media (min-width: 1024px) and (max-width:2000px ) {
.tarakud-wishlist {
    width: 1.35rem;
}
.tarakud-wishlist.active, .tarakud-wishlist:hover, .tarakud-wishlist:focus {
background-position: -1.35rem 0;
}
}*/


.popup-window-content  {
    font-family:'Gotham Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 7%;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-align: center;
}


body  {
	background-attachment: fixed;
	background-size: cover;
	font-family:'Gotham Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #F1EDE4 !important;
    letter-spacing: 7%;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn  {
  font-size: 0.8rem;
  line-height: 1.2rem;
  letter-spacing: 7%;
}
input, button, select, optgroup, textarea {
    font-size: 0.8rem;
    line-height: 1.2rem;
    letter-spacing: 7%;
}
.alert {
   font-size: 0.8rem;
   line-height: 1.2rem;
   letter-spacing: 7%;
}

@media (max-width: 768px) {
 body {
    font-family: 'Gotham Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 7%;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1rem;
}
.btn  {
    font-size: 0.8rem;
    line-height: 1.2rem;
    letter-spacing: 7%;
}
input, button, select, optgroup, textarea {
    font-size: 0.8rem;
    line-height: 1.2rem;
    letter-spacing: 7%;
}
}
.bx-content-section, .bx-header-section {
    padding-bottom: 2px;
    background-color: /*rgba(255, 255, 255, .95)*/ /*#F8F5EE*/ #F1EDE4 !important;
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5,h6 {
	font-family: 'Gotham Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
    color: --theme-b-link;
    letter-spacing: 7% !important;
    line-height: 1.4rem !important;

}
h1 {
    font-size: 0.8rem !important;
}
h2 {
    font-size: 0.8rem !important;
}
h3 {
    font-size: 0.8rem !important;
}
h4 {
    font-size: 0.8rem !important;
}
h5 {
    font-size: 0.8rem !important;
}
h6 {
    font-size: 0.8rem !important;
}

@media (max-width: 768px) {
h1 {
    font-size: 0.8rem !important;
}
h2 {
    font-size: 0.8rem !important;
}
h3 {
    font-size: 0.8rem !important;
}
h4 {
    font-size: 0.8rem !important;
}
h5 {
    font-size: 0.8rem !important;
}
h6 {
    font-size: 0.8rem !important;
}
}
.bg-dark {
    background-color: #F1EDE4 !important;
}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/




/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 21px/28px var(--ui-font-family-secondary, var(--ui-font-family-gotham-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(/bitrix/templates/eshop_bootstrap_v4/images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-gotham-sans));
		font-weight: var(--ui-font-weight-semi-bold, 600);
	}
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 16px/22px var(--ui-font-family-secondary, var(--ui-font-family-gotham-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-gotham-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-worktime-schedule {
	color: #000;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-gotham-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

@media (max-width: 991px) {
	.bx-header-worktime {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-gotham-sans));
		font-weight: var(--ui-font-weight-regular, 400);
	}
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-gotham-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: transparent;
	background-color: transparent;
	color: var(--theme-b-tx-primary);
    border: 0;
}

.btn-primary:hover {
	border-color: transparent;
	background-color: transparent;
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0;
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.0rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: #333; }

a:hover,
.btn-link:hover { color: #777; }

.g-font-size-15 { /*font-size: 15px;*/ }

.g-font-size-17 {/* font-size: 17px; */}

.g-font-size-20 { /*font-size: 20px;*/ }

.text-primary { color: var(--primary)}

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-gotham-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar li {
	font-size: 12px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-gotham-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(/bitrix/templates/eshop_bootstrap_v4/images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/phone_white.svg);
	background-size: auto 21px ;
}

/* Разметка */

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 100% !important;
    }
}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}
/*@media (max-width: 576px) {
    .section-block {
        padding-left: 0rem;
    }
}*/
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    /*width: 100% !important; */
   /* padding-right: 0.1rem; СТАРЫЙ СТИЛЬ*/
     padding-right: 0rem;
    padding-left: 0rem;
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}




/* Разметка четырех позиций на главной */

.align-items-stretch
 {
/*    align-items: stretch !important;
    padding-right: 30px;*/
}
/*@media (min-width: 576px) {
    .catalog-section.container-fluid, .catalog-section.container-fluid .row {
        --bs-gutter-x: 0px !important;
    }
}*/
.catalog-section-item-slider-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    z-index: 10;
    outline: 1px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%) translateX(-50%);
}

@media (min-width: 576px) {
    .catalog-section-item-slider-block {
        padding-top: 133.333333333333333% !important;
    }
}
@media (min-width: 576px) {
    .catalog-section-item {
        border: 0px solid rgba(0,0,0,0.11);
    }
}

.catalog-section-item {
    background-color: transparent;
    margin-bottom: 4px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}











.catalog-section-item-name, .catalog-section-item-name a, .catalog-section-item-name-link {
    color: #211E1A;
    text-decoration: ;
/*    font: normal 12px/14px 'Gotham Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;     */
    font-weight: 700;
    text-transform: uppercase;
}






















.catalog-section-item-slider-controls-block {
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1px;
}
.catalog-section-item-slider-controls-dot {
    height: 1px;
    background-color: #676359;
    border-radius: 0px;
    display: none;
}
.catalog-section-item-price {
    font-weight: 400;
  /*  font-size: 0.8rem;     */
    line-height: 0px;
    color: #121212;
    text-transform: uppercase;
}
.catalog-section-item-description {
    padding: 3px 0px 10px 0px;
}
.catalog-section-item-buy-btn {
    display: none;
}


















/* End */
/* /bitrix/components/bitrix/catalog.section.list/templates/store_v3_menu/style.css?17762292181173 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/store_v3_inline1/style.css?1762426257638 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v6/style.css?17762347025386 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/search.title/bootstrap_v5/style.css?1781769331838 */
/* /bitrix/components/bitrix/catalog.section.list/templates/store_NN_menu/style.css?17762315161208 */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1776232242802 */
/* /bitrix/templates/eshop_bootstrap_v4/styles.css?178222475428265 */
/* /bitrix/templates/eshop_bootstrap_v4/template_styles.css?178046802715284 */
