@font-face {
font-family: 'Heraclito';
src: local('Heraclito'), local('Heraclito'),
	url('/bitrix/templates/main/font/Heraclito-Regular.woff2') format('woff2'),
	url('/bitrix/templates/main/font/Heraclito-Regular.woff') format('woff'),
	url('/bitrix/templates/main/font/Heraclito-Regular.ttf') format('truetype');
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'HeraclitoBold';
src: local('HeraclitoBold'), local('HeraclitoBold'),
	url('/bitrix/templates/main/font/Heraclito-SemiBold.woff2') format('woff2'),
	url('/bitrix/templates/main/font/Heraclito-SemiBold.woff') format('woff'),
	url('/bitrix/templates/main/font/Heraclito-SemiBold.ttf') format('truetype');
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Bernier';
src: local('Bernier'), local('Bernier'),
	url('/bitrix/templates/main/font/BERNIER-Regular.woff2') format('woff2'),
	url('/bitrix/templates/main/font/BERNIER-Regular.woff') format('woff'),
	url('/bitrix/templates/main/font/BERNIER-Regular.ttf') format('truetype');
font-style: normal;
font-display: swap;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
    height: 100%;
    font-family: "Heraclito", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	line-height: 1.2;
}
html.non-scroll {
    overflow: hidden;
    height: 100%;
}
body {
	margin: 0;
	background: #fff;
}
@-webkit-keyframes header {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}
@keyframes header {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}
ul, ol {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
	margin: 0px 0;
}
ul li {
	list-style: disc;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    /*transition: .2s;*/
}
b {
	font-family: "HeraclitoBold", sans-serif;
}
.rel {
	position: relative;
}
.lock {
    overflow: hidden !important;
}
.wrapper {
	max-width: 1270px;
    margin: auto;
}
.row {
	padding: 0 15px;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}
.page__hero {
	height: 100vh;
	max-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.page__hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.header-flex {
	display: flex;
    flex-direction: row;
    align-items: center;
    padding: 40px 0;
    justify-content: space-between;
}
.logo img {
	width: 100%;
    height: 100%;
    display: block;
}
.navbar {
	display: flex;
    gap: 40px;
    align-items: center;
}
.nav ul.main-menu-lvl-1 {
	display: flex;
    gap: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    list-style: none;
    margin: 0;
}
.nav ul li {
	padding: 0;
    list-style: none;
    margin: 0;
	position: relative;
}
.nav ul li a.a-lvl-1 {
	color: #fff;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
}
.nav ul li a.a-lvl-1::after {
    position: relative;
    bottom: -4px;
    display: block;
    height: 1px;
    background-color: #fff;
    transition: width .5s;
    content: "";
    left: 0;
    width: 0;
}
.nav ul li a.a-lvl-1:hover::after {
    position: relative;
    bottom: -4px;
    display: block;
    height: 1px;
    background-color: #fff;
    transition: width .5s;
    content: "";
    left: 0;
    width: 100%;
}
.header-btn {
	display: flex;
    gap: 20px;
    align-items: center;
}
.login {
	background: #fff;
    padding: 5px 7px;
    border-radius: 10px;
    height: 30px;
    display: inline-block;
    width: 30px;
}
.cart {
	display: flex;
    gap: 10px;
    color: #fff;
    background: rgba(140, 42, 41, 1);
    padding: 5px 10px;
    border-radius: 10px;
    text-transform: uppercase;
}
.cart:hover {
	background: rgb(123 37 36);
}
.page__title_block {
	position: absolute;
    bottom: 92px;
}
.page__title {
	margin: 0;
    padding: 0;
    line-height: 1.2;
    color: #fff;
    font-family: 'Bernier';
    font-weight: 400;
    /*font-size: 128px;*/
	font-size: clamp(48px, 4vw, 128px);
    line-height: 100%;
    letter-spacing: 0;
}
.main-menu-lvl-2 {
	display: flex;
    list-style: none;
	flex-direction: column;
    gap: 0px;
    background: #fff;
    color: #000;
    margin-top: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: 998;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    transition: .3s linear;
	padding: 0;
	top: 100%;
	left: 0;
}
.main-menu-lvl-2 a {
	color: #000;
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
	line-height: 1.2;
    text-transform: uppercase;
}
.main-menu-lvl-2 a:hover {
	color: rgba(140, 42, 41, 1);
}
.main-menu-lvl-1 li:hover > .main-menu-lvl-2 {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
}
.main-menu-lvl-1 li:hover .main-menu-lvl-2::before {
  content: "";
  position: absolute;
  top: -10px; /* высота мостика */
  left: 0;
  width: 100%;
  height: 10px;
}
.main-menu-lvl-1 li:hover span i.arrow-menu {
	transform: rotateX(180deg);
    transition: .3s linear;
}
.footer {
	background: rgba(239, 239, 237, 1);
    padding: 60px 0;
}
.footer-flex {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.footer-info-flex {
	display: flex;
    flex-wrap: wrap;
    gap: 80px;
}
.footer-info-menu ul {
	padding: 0;
    margin: 0;
    list-style: none;
}
.footer-info-menu ul li {
	padding: 0;
    margin: 0;
    list-style: none;
}
.footer-info-menu a {
	line-height: 100%;
    font-size: 24px;
    color: rgba(29, 29, 27, 1);
    font-family: HeraclitoBold;
    display: inline-block;
    margin-bottom: 10px;
}
.footer-info-contact {
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-title {
	line-height: 1.2;
    font-size: 24px;
    color: rgba(29, 29, 27, 1);
    font-family: HeraclitoBold;
    display: inline-block;
}
.info-adress {
	line-height: 1.2;
    font-size: 16px;
    color: rgba(29, 29, 27, 1);
    font-family: HeraclitoBold;
    margin-bottom: 10px;
}
.info-time {
	line-height: 1.2;
    font-size: 12px;
    color: rgba(29, 29, 27, 1);
    margin-bottom: 10px;
}
.btn-mail {
	padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    font-family: HeraclitoBold;
	display: inline-block;
}
.footer-copyright {
	margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(29, 29, 27, 1);
}
.footer-copyright-2 a {
	font-size: 12px;
    line-height: 1.2;
    color: rgba(29, 29, 27, 1);
}
.info-phone a {
    line-height: 1.2;
    font-size: 12px;
    color: rgba(29, 29, 27, 1);
    margin-bottom: 0px;
}
.header-black {
	position: unset;
	background: rgba(239, 239, 237, 1);
}
.navbar-black .nav ul li a.a-lvl-1 {
	color:rgba(29, 29, 27, 1);
}
.navbar-black .nav ul li a.a-lvl-1:hover::after {
    background-color: #000000!important;
}
.section-item a {
	color: rgba(159, 159, 159, 1);
    line-height: 1.5;
	display: inline-block;
	white-space: nowrap;
}
.section-item a.active {
	padding: 5px 10px;
    background: #ffff;
    font-size: 16px;
    font-family: HeraclitoBold;
    color: rgba(29, 29, 27, 1);
    display: inline-block;
    border-radius: 15px;
    line-height: 1.5;
}
.section-item a::first-letter {
	text-transform: uppercase;
}
.section-list {
	background: rgba(239, 239, 237, 1);
	position: sticky;
    top: 0;
	z-index: 997;
}
.section-flex {
	display: flex;
    gap: 20px;
    align-items: center;
	flex-wrap: nowrap;
    overflow: auto;
	padding: 20px 0;
	white-space: nowrap;
}
.fixed {
    position: fixed;
    margin: 0;
    width: 100%;
    top: 0;
    z-index: 997;
    right: 0;
    left: 0;
}
.section {
	margin: 60px 0;
}
.menu-title {
	font-family: 'Bernier';
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 40px;
}
.grid-tovar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.tovar {
    position: relative;
    display: flex;
}
.tovar .clip-plane {
	display: grid;
	padding: 0px;
	border-radius: 28px;
	gap: 0px;
	grid-template:
	"image" 295px
	"texts" 1fr
	"actions" / 1fr;
	overflow: hidden;
	flex: 1 1 auto;
	background: rgba(239, 239, 237, 1);
}
.tovar .productimage {
    position: relative;
    grid-area: image;
}
.tovar .productimage div {
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    max-width: 295px;
    height: 295px;
    max-height: 100%;
    box-sizing: border-box;
}
.tovar .productimage div {
    border-radius: 20px;
}
.tovar .producttext {
    display: grid;
    grid-area: texts;
    grid-template:
        "title"
        "description" 1fr / 1fr;
    overflow: hidden;
    position: relative;
    gap: 15px;
    padding: 20px;
}
.producttitle {
	line-height: 1.5;
    font-family: HeraclitoBold;
    font-size: 24px;
}
.no-foto {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    max-height: max-content!important;
    height: 100%!important;
    margin: auto;
    color: rgba(159, 159, 159, 1);
}
.productdescription {
	font-size: 16px;
    color: rgba(159, 159, 159, 1);
}
.btn-cart {
	color: #fff;
    background: rgba(140, 42, 41, 1);
    padding: 5px 10px;
    border-radius: 10px;
	display: inline-block;
	line-height: 1.2;
    font-family: HeraclitoBold;
}
.btn-cart:hover {
	opacity: .8;
}
.price {
	line-height: 1.2;
    font-size: 24px;
    color: rgba(29, 29, 27, 1);
    font-family: HeraclitoBold;
}
.price-block {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fancybox-close-small {
	background: rgba(140, 41, 41, 1);
    border-radius: 50%;
    color: #fff!important;
    opacity: unset;
	width: 36px;
    height: 36px;
    padding: 9px !important;
    margin-top: 40px;
    margin-right: 40px;
}
.fancybox-close-small:hover {
	opacity: .8;
}
.popup {
	padding: 0;
    border-radius: 20px;
}
.flex-ajax {
	display: flex;
}
.number-upd {
	user-select: none;
	position: relative;
	text-align: left;
	padding: 0;
	/*width: 100%;*/
	display: inline-block;
	margin-bottom: 0 !important;
	border-radius: 10px;
	height: 100%;
}
.cb {
	width: calc(50% - 5px);
}
.number-minus, .number-plus {
	position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    line-height: 32px;
    display: block;
    background: rgba(239, 239, 237, 1);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    font-family: arial;
    color: #3e1e02;
    text-decoration: none;
	bottom: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.number-minus {
	left: 0;
	border-radius: 10px 0px 0px 10px;
}
.number-plus {
	right: 0;
	border-radius: 0px 10px 10px 0px;
}
.number-minus:hover, .number-plus:hover {
	background: #fffcfb;
}
.number-minus:active, .number-plus:active {
	background: #e8e4e2;
}
.number-text{
	display: inline-block !important;
    font-size: 20px;
    color: #000 !important;
    line-height: 32px !important;
    height: 100%;
    padding: 0 !important;
    margin: 0 40px 0 40px !important;
    background: rgba(239, 239, 237, 1);
    outline: none !important;
    border: none !important;
    width: 50px!important;
    border-radius: 0 !important;
	text-align: center;
}
.ajax-cart {
	display: flex;
    align-items: center;
    gap: 20px;
}
.ajax-cart-btn {
	flex: 100%;
}
.ajax-cart-btn a {
	display: block;
    text-align: center;
    background: rgba(140, 41, 41, 1);
    padding: 10px 0;
    font-size: 20px;
    color: #ffff;
    line-height: 1.2;
    font-family: HeraclitoBold;
    border-radius: 10px;
}
.ajax-cart-btn a:hover {
	display: block;
}
.ajax-quantity {
	height: 100%;
}
.ajax-text {
	padding: 117px 40px 40px 40px;
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	gap: 40px;
	max-width: 505px;
}
.ajax-img {
	width:100%;
	max-width: 505px;
}
.ajax-img img {
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.ajax-text .z {
	font-size: 40px;
	font-weight: 600; 
	color: #000;
	line-height: 1.2;
    font-family: HeraclitoBold;
}
.ajax-p { 
	color: rgba(29, 29, 27, 1);
	font-size: 20px;
	line-height: 1.2;
}
.ajax-properties {
	color: rgba(159, 159, 159, 1);
	font-size: 20px;
	line-height: 1.5;
}
.nofoto {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
	background: rgba(239, 239, 237, 1);
	color: rgba(159, 159, 159, 1);
}
.ajax-info {
	display: flex;
    flex-direction: column;
    gap: 40px;
}
.btn-def {
    color: #fff;
    background: rgba(140, 42, 41, 1);
    padding: 5px 10px;
    border-radius: 10px;
    display: inline-block;
    line-height: 1.2;
    font-family: HeraclitoBold;
}
.title-page {
	font-family: 'Bernier';
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.page-info {
	font-family: 'HeraclitoBold';
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
}
.mb-40 {
    margin-bottom: 40px;
}
.pad-section {
	margin: 60px 0 40px 0;
}
.user {
	position: relative;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid transparent;
	box-sizing: border-box;
	background: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	display: block;
}
.user:before {
	content: "";
	position: absolute;
	border-radius: inherit;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: -2px;
	background: linear-gradient(101.67deg, #48cce0 7.19%, #505add 34.11%, #be40c0 62.97%, #fba82b 92.19%);
}
.user img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px;
	border-radius: inherit;
	background: #fff;
}
/* Стили модального окна */
.modal {
	display: none; /* скрыто по умолчанию */
	position: fixed;
	z-index: 99993;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	justify-content: center;
	align-items: center;
}
.modal-content {
	background: #fff;
	padding: 20px 40px;
	border-radius: 8px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
/* Простой спиннер */
.spinner {
	border: 4px solid #f3f3f3;
	border-top: 4px solid rgba(140, 42, 41, 1);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.cart-flex {
	display: flex;
    align-items: center;
    gap: 20px;
	max-width: 1115px;
}
.cart-item-img img {
	flex: 190px;
    max-width: 190px;
}
.cart-item-img img {
	display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.cart-item-text {
	display: flex;
    flex-direction: column;
    gap: 15px;
}
.cart-item-name {
	line-height: 1.2;
    font-size: 24px;
    color: rgba(29, 29, 27, 1);
    font-family: HeraclitoBold;
}
.cart-item-close {
	position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
	cursor: pointer;
}
.cart-item-tblock {
	flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.cart-item-price {
	line-height: 1.2;
    font-size: 24px;
    color: rgba(29, 29, 27, 1);
    font-family: HeraclitoBold;
}
.cart-bac {
	background: rgba(239, 239, 237, 1);
    padding: 20px;
    border-radius: 20px;
	margin-bottom: 20px;
}
.cart-fork-flex {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    border: 1px solid rgba(159, 159, 159, 1);
    border-radius: 20px;
	margin-bottom: 20px;
}
.cart-fork {
	line-height: 1.2;
    font-size: 16px;
    color: rgba(29, 29, 27, 1);
    font-family: HeraclitoBold;
}
.cart-total-flex {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
	background: rgba(239, 239, 237, 1);
}
.cart-total-title {
	line-height: 1.2;
    font-size: 24px;
    color: rgba(29, 29, 27, 1);
    font-family: HeraclitoBold;
}
.cart-total-summ {
	line-height: 1.2;
    font-size: 24px;
    color: rgba(29, 29, 27, 1);
    font-family: HeraclitoBold;
}
.cart-fork-number .number-minus, .cart-fork-number .number-plus {
	height: 30px;
	border-radius: 10px;
}
.cart-fork-number .number-text {
	height: 30px;
	background: #fff;
}
.cart-item-qu .number-minus, .cart-item-qu .number-plus {
	height: 30px;
	background: #fff;
}
.cart-item-qu .number-text {
	height: 30px;
	background: #fff;
}
.js-tabs-trigger {
    cursor: pointer;
}
.js-tabs-content {
    display: none;
    animation: fadeEffect 1s;
}
.js-tabs-content.active {
    display: block;
}
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.js-tabs-list {
	display: flex;
    gap: 20px;
    padding: 0;
    margin-bottom: 40px;
}
.js-tabs-trigger {
	list-style: none;
    padding: 0;
    font-family: HeraclitoBold;
    line-height: 1.2;
    font-size: 24px;
}
.js-tabs-trigger.active {
	padding-bottom: 15px;
    border-bottom: 1px solid;
}
.form-flex {
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
	align-items: center;
}
.input-form-item {
	flex: 0 0 calc(50% - 15px);
}
.input-form-item input {
	padding: 20px;
    width: 100%;
    font-family: HeraclitoBold;
    line-height: 1.2;
    font-size: 16px;
    border-radius: 15px;
    border: 1px solid rgba(159, 159, 159, 1);
    color: rgba(159, 159, 159, 1);
}
.input-form-item input::placeholder { 
	color: rgba(159, 159, 159, 1); 
}
.input-form-item input:hover {
	border-color: #8c2a29;
}
.radio-square {
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 15px;
}
.radio-square input[type="radio"] {
	appearance: none;           /* убираем стандартный стиль */
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 4px;         /* квадрат вместо круга */
	display: inline-block;
	position: relative;
	cursor: pointer;
	transition: all 0.2s ease;
	background: rgba(239, 239, 237, 1);
}

.radio-square input[type="radio"]:checked {
	background-color: #8c2a29;
	border-color: #8c2a29;
}
.radio-square input[type="radio"]:checked::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	background: white;
}
.form-radio-flex {
	display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}
.adress, .check {
	flex: 0 0 calc(100%);
}
.comment {
	flex: 0 0 calc(100%);
}
.kv, .pd, .et, .dm {
	flex: 0 0 calc(25% - 15px);
}
.form-pay, .form-time {
	margin: 40px 0;
}
.form-title {
	font-family: HeraclitoBold;
    line-height: 1.2;
    font-size: 24px;
    margin-bottom: 20px;
}
.pay-order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	/*padding: 12px 18px;
	border: 2px solid #ccc;
	border-radius: 8px;
	background: #fff;*/
	transition: all 0.2s ease;
	font-size: 16px;
	min-width: 150px;
	text-align: center;
}
.pay-order input {
	display: none;
}
.pay-order span {
	padding: 20px;
    border-radius: 15px;
    border: 1px solid rgba(159, 159, 159, 1);
    color: rgba(159, 159, 159, 1);
	font-family: HeraclitoBold;
}
.pay-order input:checked + span {
	color: #fff;
	background: #8c2a29;
	border-color: #8c2a29;
	border-radius: 15px;
	padding: 20px;
	display: inline-block;
}
.pay-order:hover span {
	border-color: #8c2a29;
}
.mb-0 {
	margin-bottom: 0;
}
.form-confirmation {
	border: 1px solid rgba(159, 159, 159, 1);
    padding: 40px 20px;
    border-radius: 15px;
    width: calc(50% - 15px);
}
.flex-space {
	justify-content: space-between;
}
.form-numeric {
	font-size: 24px;
    line-height: 1.2;
    color: rgba(29, 29, 27, 1);
    font-family: HeraclitoBold;
}
.btn-form-submit {
	width: 100%;
    border: 0;
    font-size: 20px;
    padding: 10px 0;
	cursor: pointer;
}
.btn-form-submit:hover {
	opacity: 0.8;
}
.fast-block {
	display: flex;
    padding: 10px;
    border: 1px solid rgba(159, 159, 159, 1);
    border-radius: 15px;
}
/**/
.time-order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 16px;
	text-align: center;
}
.time-order input {
	display: none;
}
.time-order span {
	padding: 10px;
	border-radius: 10px;
	border: 0px solid rgba(159, 159, 159, 1);
	color: rgba(159, 159, 159, 1);
	font-family: HeraclitoBold;
}
.time-order input:checked + span {
	color: rgba(29, 29, 27, 1);
	background: rgba(239, 239, 237, 1);
	border-color: rgba(239, 239, 237, 1);
	border-radius: 10px;
	padding: 10px;
	display: inline-block;
}
.time-order input {
	display: none;
}
/* дата и время */
.d-order {
	display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 20px;
    border: 1px solid rgba(159, 159, 159, 1);
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}
.d-order:hover {
	border-color: #888;
}
.d-order input,
.d-order select {
	border: none;
	background: transparent;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}
.hidden {
	display: none;
}
.order-info p {
	margin-bottom: 20px;
}
.form-js-list {
    display: flex;
    gap: 20px;
    padding: 0;
    margin-bottom: 40px;
}
.form-js-trigger {
    list-style: none;
    padding: 0;
    font-family: HeraclitoBold;
    line-height: 1.2;
    font-size: 24px;
    cursor: pointer;
}
.form-js-trigger.active {
    padding-bottom: 15px;
    border-bottom: 1px solid;
}
.color-333 input {
	color: #333;
}
.lk-flex {
	display: flex;
    flex-wrap: wrap;
	gap: 230px;
}
.lk-ul-menu {
	padding: 0;
    list-style-type: none;
}
.lk-ul-menu li {
	list-style-type: none;
	margin-bottom: 15px;
}
.lk-ul-menu a {
	line-height: 1.2;
    font-size: 24px;
    color: rgba(159, 159, 159, 1);
    font-family: HeraclitoBold;
    display: inline-block;
}
.lk-ul-menu a.active {
    color: rgba(29, 29, 27, 1);
}
.lk-ul-menu a:hover {
    color: rgba(29, 29, 27, 1);
}
.lk-ul-menu li:last-child {
    margin-bottom: 0px;
}
.lk-form-user {
	flex: 1;
}
.lk-order-item {
	background: rgba(239, 239, 237, 1);
	border-radius: 15px;
    margin-bottom: 20px;
}
.lk-order-item-info {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}
.order-inf {
	display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.order-data, .order-number, .order-sum {
	line-height: 1.2;
    font-size: 16px;
    color: rgba(29, 29, 27, 1);
    font-family: HeraclitoBold;
}
.order-btn-list a {
	line-height: 1.2;
    font-size: 16px;
    color: rgba(29, 29, 27, 1);
    font-family: HeraclitoBold;
    display: inline-block;
}
.lk-pad-20 {
	padding: 20px;
}
.lk-order-item-orderlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(159, 159, 159, 1);
}
.lk-order-item-orderlist:last-child {
    border-bottom: 0px solid rgba(159, 159, 159, 1);
	margin-bottom: 0;
    padding-bottom: 0;
}
.order-1 {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.order-img img {
	border-radius: 10px;
}
.order-name, .order-qu, .order-price {
	line-height: 1.2;
    font-size: 16px;
    color: rgba(29, 29, 27, 1);
    font-family: HeraclitoBold;
}
.order-2 {
	display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.lk-order-item-info.active {
	background: rgba(140, 41, 41, 1);
    border-radius: 15px;
}
.lk-order-item-info.active .order-data {
	color:#fff;
}
.lk-order-item-info.active .order-number {
	color:#fff;
}
.lk-order-item-info.active .order-sum {
	color:#fff;
}
.lk-order-item-info.active .order-btn-list a {
	color:#fff;
}
.btn-arrow {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	transform: rotate(0deg);
	transition: transform 0.3s ease;
	background: url(/bitrix/templates/main/img/union.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.lk-order-item-info.active .btn-arrow {
	transform: rotate(0deg);
	background: url(/bitrix/templates/main/img/union-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.header-white .btn-arrow { 
	transform: rotate(180deg);
	background: url(/bitrix/templates/main/img/union-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.bac-red {
	background: rgba(140, 41, 41, 1);
    margin: 0;
    padding: 60px 0 40px 0;
}
.main-flex {
	display: flex;
    flex-wrap: wrap;
    gap: 125px;
    align-items: center;
}
.main-img img {
	width: 100%;
    height: 100%;
    display: block;
}
.main-text {
	flex: 1;
}
.color-white {
	color: #fff;
}
.main-text .title-page {
	margin-bottom: 40px;
}
.main-block-t {
	margin-bottom: 40px;
}
.main-block-t p {
	color: #fff;
	margin-bottom: 20px;
	font-size: 20px;
}
.main-logo-flex {
	display: flex;
    max-width: 480px;
    align-items: center;
}
.logo-halal {
	border-right: 3px solid rgba(210, 210, 210, 1);
    padding-right: 40px;
}
.logo-halal img {
	width: 100%;
    height: 100%;
    display: block;
}
.text-halal {
	line-height: 1.2;
    font-size: 20px;
    color: #fff;
    font-family: HeraclitoBold;
    text-transform: uppercase;
	padding-left: 40px;
}
.absolute-dblock {
	padding: 40px 0 106px 0;
}
.d-flex-colum {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 45px;
}
.max-width-610 {
	max-width: 610px;
}
.flex-benif {
	display: flex;
    flex-wrap: wrap;
    gap: 0px;
}
.benif-item:first-child {
	max-width: 255px;
    border-right: 3px solid rgba(210, 210, 210, 1);
    padding-right: 20px;
}
.benif-item:nth-child(2) {
	max-width: 255px;
    border-right: 3px solid rgba(210, 210, 210, 1);
    padding-right: 20px;
    padding-left: 20px;
}
.benif-item:last-child {
	max-width: 255px;
    padding-left: 20px;
}
.fbenif {
	display: flex;
    gap: 20px;
    align-items: center;
}
.bimg img {
	width: 100%;
    height: 100%;
    display: block;
}
.btext {
	line-height: 1.2;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}
.d-a-inline a {
	padding: 10px 20px;
    line-height: 1.2;
    font-size: 16px;
    color: rgb(255 255 255);
    font-family: HeraclitoBold;
    text-transform: uppercase;
    background: rgba(140, 42, 41, 1);
    border-radius: 10px;
    display: inline-block;
}
.d-a-inline a:hover {
	opacity: 0.8;
}
.bac-gradient {
	background: linear-gradient(90deg, #b55d5c 0%, #a44847 25%, #8a2a29 55%, #731c1b 85%, #590e0e 100%);
}
.paket {
	position: absolute;
	right: 0;
    top: 0px;
    bottom: 0;
}
.paket img {
    height: 100%;
    display: block;
}
.ya-flex-map {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
	align-items: center;
}
.ya-map-item:first-child {
	max-width: 400px;
}
.ya-map-item:last-child {
	flex: 1;
}
.ya-map-item iframe {
	border-radius: 20px;
}
.ya-map-colum {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
}
.ya-map-colum .title-page {
	margin-bottom: 0px;
}
.bloca {
	font-size: 20px;
    margin-bottom: 15px;
}
.loca {
	line-height: 1.2;
    font-size: 20px;
    color: rgba(29, 29, 27, 1);
    font-family: HeraclitoBold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.yamap-l {
	background: url(/bitrix/templates/main/img/location.svg);
    width: 17.22px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    display: block;
}
.yamap-text, .yamap-phone {
	display: block;
}
.yamap-phone a {
	line-height: 1.2;
    font-size: 20px;
    color: rgba(29, 29, 27, 1);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.yamap-phone-svg {
	background: url(/bitrix/templates/main/img/phone.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    display: block;
}
.yamap-email a {
	line-height: 1.2;
    font-size: 20px;
    color: rgba(29, 29, 27, 1);
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.yamap-email-svg {
	background: url(/bitrix/templates/main/img/mail.svg);
    width: 33px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    display: block;
}
.main-location-flex {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.location-t-b {
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 1;
    bottom: 0;
}
.m--120 {
	margin-top: -120px;
}
.location-img-rel {
	position: relative;
}
.location-noti-flex {
	position: absolute;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 20px;
}
.noti {
	padding: 5px 10px;
    font-size: 12px;
    color: #000;
	background: rgba(239, 239, 237, 1);
    border-radius: 10px;
    font-family: HeraclitoBold;
    line-height: 1.2;
}
.delivery-baс {
    color: #fff;
    background: #8c2929;
}
.location-img img {
	width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
}
.location-bac {
	padding: 20px;
    background: rgba(239, 239, 237, 1);
    border-radius: 20px;
    margin: 0 auto;
    max-width: 360px;
	display: flex;
    flex-direction: column;
    gap: 15px;
}
/*.location-bac:hover {
    background: rgba(140, 42, 41, 1);
	color: #fff;
}*/
.location-city {
	display: flex;
}
.location-city div {
	padding: 5px 10px;
    border-radius: 10px;
    background: #fff;
    color: rgba(29, 29, 27, 1);
    font-family: HeraclitoBold;
}
.pad-section-x2 {
	margin: 60px 0 250px 0;
}
.location-time, .location-phone, .location-email, .location-menu {
	display: flex;
}
.location-time > div {
	padding: 5px 10px;
    color: rgba(29, 29, 27, 1);
    border: 1px solid rgba(29, 29, 27, 1);
    border-radius: 10px;
    display: flex;
}
.l-time-svg {
	background: url(/bitrix/templates/main/img/clock.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    display: block;
}
.l-time, .l-phone, .l-email {
    display: block;
}
.location-adress {
	color: rgba(29, 29, 27, 1);
    font-size: 24px;
    font-family: HeraclitoBold;
}
.location-phone a {
	padding: 5px 10px;
    color: rgba(29, 29, 27, 1);
    border: 1px solid rgba(29, 29, 27, 1);
    border-radius: 10px;
    display: flex;
}
.l-phone-svg {
	background: url(/bitrix/templates/main/img/phone.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    display: block;
}
.location-email a {
    padding: 5px 10px;
    color: rgba(29, 29, 27, 1);
    border: 1px solid rgba(29, 29, 27, 1);
    border-radius: 10px;
    display: flex;
}
.l-email-svg {
	background: url(/bitrix/templates/main/img/pen.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    display: block;
}
.location-menu a {
	display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    background: #8c2929;
    padding: 10px 20px;
    border-radius: 10px;
}
.location-menu a:hover {
	opacity: .8;
}
.location-email a:hover {
    color: rgb(255 255 255);
    background: #7f2322;
	border: 1px solid #7f2322;
}
.location-email a:hover .l-email-svg {
	background: url(/bitrix/templates/main/img/pen-white.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    display: block;
}
.location-phone a:hover {
    color: rgb(255 255 255);
    background: #7f2322;
	border: 1px solid #7f2322;
}
.location-phone a:hover .l-phone-svg {
	background: url(/bitrix/templates/main/img/phone-white.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    display: block;
}
.catalog-flex {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.catalog-item {
	flex: 0 0 calc(33.33% - 15px);
}
.catalog-img img {
	width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
}
.catalog-img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
    border-radius: 20px;
}
.catalog-name-absolute {
	position: absolute;
    padding: 20px;
    color: #fff;
    font-size: 40px;
    font-family: 'Bernier';
    z-index: 1;
	font-size: clamp(24px, 4vw, 40px);
}
.garllery {
	height: 450px;
}
/* Стрелки */
.swiper-button-next,
.swiper-button-prev {
	color: #fff;
	background: rgba(0,0,0,0.4);
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background 0.3s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	background: rgba(0,0,0,0.7);
}
.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 20px;
}
.swiper-slide {
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.5s ease;
	display: flex;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
	border-radius: 20px;
}
.swiper-slide:hover img {
	transform: scale(1.15);
}
.actionbar-wrap {
    width: 320px;
    height: 100%;
    position: fixed;
    padding: 0px 0px 30px 0;
    top: 0;
    right: 0;
    background: #ffffff;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10000000;
    -webkit-transform: translate3D(320px, 0, 0);
    -ms-transform: translate3D(320px, 0, 0);
    transform: translate3D(320px, 0, 0);
    -webkit-transition: visibility 1ms linear .2s, -webkit-transform .2s ease;
    transition: visibility 1ms linear .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, visibility 1ms linear .2s;
    transition: transform .2s ease, visibility 1ms linear .2s;
    transition: transform .2s ease, visibility 1ms linear .2s, -webkit-transform .2s ease;
    background-color: #F3F3F3;
}
.actionbar-wrap.open {
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
}
.header-catalog__header {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    background: rgba(140, 41, 41, 1);
}
.header-catalog__back {
    position: relative;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    color: transparent;
    font-size: 0;
    display: block;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    border: 0;
    cursor: pointer;
}
.header-catalog__back:before {
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.actionbar-box {
    padding: 0 30px;
    margin-bottom: 20px;
}
.actionbar-overlay {
    width: 100%;
    height: 100%;
    height: -webkit-calc(160%);
    height: calc(160%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background: #fff;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s 
	ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s 
	ease-in-out;
}
.lock .actionbar-overlay {
    opacity: 1;
    visibility: visible;
}
.hamburger {
    padding: 0!important;
}
.hamburger-box {
    width: 21px!important;
    height: 16px!important;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 21px!important;
    height: 3px!important;
    background-color: #fff!important;
    border-radius: 4px!important;
}
.header-black .hamburger-inner, .header-black .hamburger-inner::before, .header-black .hamburger-inner::after {
    background-color: #000!important;
}
.span-lvl-1 {
    padding: 0;
    margin: 0;
}
ul.span-lvl-1 > li:not(:last-child) {
    border-top: 1px solid rgba(210, 210, 210, 1);
    list-style: none;
}
ul.span-lvl-1 > li > a {
    color: rgba(29, 29, 27, 1);
    line-height: 100%;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    position: relative;
}
.parrent {
    color: rgba(29, 29, 27, 1);
    line-height: 100%;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    position: relative;
}
#btn-arrow {
	transform: rotate(0deg);
    background: url(/bitrix/templates/main/img/union.svg);
    background-repeat: no-repeat;
    background-size: contain;
	margin-left: 0px;
	width: 13px;
    height: 7px;
}
ul.span-lvl-1 > li:last-child {
    border-top: 1px solid rgba(210, 210, 210, 1);
    border-bottom: 1px solid rgba(210, 210, 210, 1);
    list-style: none;
}
#target-2 {
	margin-top: 40px;
}
.m-flex {
    display: flex;
    align-items: center;
	gap: 15px;
}
.span-lvl-2 {
    padding: 0;
}
.span-lvl-2 {
    display: none;
    overflow: hidden;
}
.span-lvl-2 li {
    list-style: none;
}
ul.span-lvl-2 > li > a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: rgba(54, 54, 54, 1);
    padding: 10px 0;
    width: 100%;
	text-transform: capitalize;
}
.details p {
	margin-bottom: 20px;
}
.location-item {
	flex: 0 0 calc(33.333% - 15px);
}