* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
@import url("/wp-content/themes/myaso/css/codex-hotfix.css?v=20260409b");

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Golos Text", ui-sans-serif, system-ui, sans-serif;
  background: #f5ece7;
  color: #513f3c;
}
button,
input {
  font-family: inherit;
}
a {
  text-decoration: none;
}
.container {
  width: 95%;
  max-width: 1224px;
  margin: 0 auto;
}
.title {
  font-weight: 600;
  font-size: 36px;
  line-height: 117%;
  color: #513f3c;
  margin-bottom: 16px;
}
.mt_48 {
  margin-top: 48px;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.btn {
  font-weight: 600;
  font-size: 24px;
  line-height: 117%;
  color: #fff;
  border-radius: 32px;
  padding: 14px 32px;
  background: #d95e4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: #aa4839;
}
.btn_small {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  border-radius: 32px;
  padding: 8px 20px;
  background: #d95e4b;
  text-decoration: none;
  cursor: pointer;
  border: none;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.body_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.breadcrumbs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  border-radius: 32px;
  padding: 4px 16px;
  background: #f5ece6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.breadcrumbs-mobile {
  display: none;
}
.breadcrumbs {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: rgba(81, 63, 60, 0.8);
}

.breadcrumbs > span, .breadcrumbs li  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;

}
.breadcrumbs a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: rgba(81, 63, 60, 0.8);
  text-decoration: none;
  white-space: nowrap;
}

.breadcrumbs + .title {
  margin-top: 16px;
}
.breadcrumbs li::after {
  content: "/";
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs li:last-child a {
  font-weight: 500;
  color: #513f3c;
}
header {
  padding: 5px 0;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.header__nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: min(300px, 100%);
  border-radius: 32px;
  padding: 16px;
  background: #faf6f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__contacts {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: min(300px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  padding: 8px 16px;
  background: #faf6f4;
}
.header__phone {
  font-weight: 600;
  font-size: 24px;
  line-height: 117%;
  color: #fff;
  border-radius: 32px;
  padding: 14px 28px;
  background: #d95e4b;
  display: block;
  text-decoration: none;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.header__phone:hover {
  background: #aa4839;
}
.place {
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: rgba(81, 63, 60, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.place::before {
  content: "";
  display: block;
  background: url(../img/place.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.logo {
  display: block;
  text-decoration: none;
}
.logo img {
  max-width: 100%;
}
.time {
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: rgba(81, 63, 60, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.time::before {
  content: "";
  display: block;
  background: url(../img/time.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #513f3c;
  border: 1px solid #dcccc1;
  border-radius: 32px;
  padding: 8px 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu li a:hover {
  border-color: #d95e4b;
}
.hamburger {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 36px;
  height: 24px;
  position: absolute;
  z-index: 2;
  top: 35px;
  right: 20px;
  cursor: pointer;
}
.hamburger span {
  width: 100%;
  border-radius: 3px;
  height: 3px;
  background: #d95e4b;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.hamburger_active {
  top: 20px;
  z-index: 3;
  position: fixed;
}
.hamburger_active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(14px);
  transform: rotate(45deg) translateY(14px);
  background: #d95e4b;
}
.hamburger_active span:nth-child(2) {
  display: none;
}
.hamburger_active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-14px);
  transform: rotate(-45deg) translateY(-14px);
  background: #d95e4b;
}
.promo {
  padding: 0 0 40px;
}
.promo__wrapper {
  border-radius: 40px;
  background: #faf6f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}
.promo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: min(320px, 100%);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.promo__img img {
  max-width: 100%;
  width: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
.promo__content {
  padding: 24px 0 36px 48px;
  max-width: 590px;
  width: min(320px, 100%);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.promo__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.promo__label {
  border: 1px solid #dcccc1;
  border-radius: 32px;
  padding: 8px 20px 8px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #513f3c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.promo__label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
.promo__label__place::before {
  background: url(../img/promo-place-icon.svg) no-repeat center/contain;
}
.promo__label__time::before {
  background: url(../img/promo-time-icon.svg) no-repeat center/contain;
}
.promo__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #513f3c;
}
.promo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 32px;
}
.promo__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  padding: 8px 20px 8px 16px;
  background: #f3e8e1;
}
.catalog {
  background: #faf6f4;
  padding: 54px 0 64px;
}
.catalog__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.catalog__list + .title {
  margin-top: 48px;
}
.catalog__list_slick {
  grid-template-columns: repeat(5, 1fr);
}

.catalog__list_slick .catalog__item__title {
  font-size: 18px;
}
.tab-panel .title {
  font-size: 32px;
}
.catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog__item__img {
  display: block;
  width: 100%;
  border-radius: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  aspect-ratio: 1 / 1;
  background: #fff;
}
.catalog__item__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 117%;
  color: #513f3c;
  margin: 24px 0 12px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.catalog__item__price {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #513f3c;
  min-height: 40px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.catalog__item__noprice {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 14px;
  color: #513f3c;
}
.catalog__item__price span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(81, 63, 60, 0.8);
}
.catalog__item__price--box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 0 0px;
  gap: 16px;
}
.tab-control {
  display: none;
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 36px;
  flex-wrap: wrap;
}
.tabs__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 32px;
  padding: 16px 32px;
  background: #f3e8e1;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #513f3c;
  white-space: nowrap;
  border: none;
  outline: none;
  transition: 0.3s;
}
.tabs__button:focus-visible {
  outline: none;
}

.tabs__button_active {
  background: #d95e4b;
  color: #fff;
  opacity: 1 !important;
}

.tabs__button:hover {
  background: #d95e4b;
  color: #fff;
  opacity: 0.85;
}

.tab-panel {
  display: none;
  width: 100%;
  padding: 48px 0 0;
}
/* Активная кнопка */
#tab1:checked ~ .tabs [for="tab1"],
#tab2:checked ~ .tabs [for="tab2"],
#tab3:checked ~ .tabs [for="tab3"],
#tab4:checked ~ .tabs [for="tab4"],
#tab5:checked ~ .tabs [for="tab5"],
#tab6:checked ~ .tabs [for="tab6"],
#tab7:checked ~ .tabs [for="tab7"],
#tab8:checked ~ .tabs [for="tab8"],
#tab9:checked ~ .tabs [for="tab9"],
#tab10:checked ~ .tabs [for="tab10"],
#tab11:checked ~ .tabs [for="tab11"],
#tab12:checked ~ .tabs [for="tab12"] {
  background: #d95e4b;
  color: #fff;
}

/* Показ панели */
#tab1:checked ~ [data-tab="tab1"],
#tab2:checked ~ [data-tab="tab2"],
#tab3:checked ~ [data-tab="tab3"],
#tab4:checked ~ [data-tab="tab4"],
#tab5:checked ~ [data-tab="tab5"],
#tab6:checked ~ [data-tab="tab6"],
#tab7:checked ~ [data-tab="tab7"],
#tab8:checked ~ [data-tab="tab8"],
#tab9:checked ~ [data-tab="tab9"],
#tab10:checked ~ [data-tab="tab10"],
#tab11:checked ~ [data-tab="tab11"],
#tab12:checked ~ [data-tab="tab12"] {
  display: block;
}
.about {
  padding: 96px 0 104px;
}
.about .title {
  font-size: 44px;
  line-height: 109%;
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.about__content {
  max-width: 600px;
  width: min(360px, 100%);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 16px 0;
}
.about__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #513f3c;
  margin-bottom: 20px;
}
.about__img {
  width: min(360px, 100%);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 570px;
}
.about__img img {
  display: block;
  max-width: 100%;
}
.about__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: rgba(81, 63, 60, 0.8);
  margin: 28px 0 20px;
}
.about .promo__labels {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about .promo__label {
  background: #faf6f4;
  border: none;
}
.about .promo__label__order::before {
  background: url(../img/order-icon.svg) no-repeat center/contain;
}
.product {
  padding-bottom: 112px;
}
.product__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 40px;
  padding: 64px 64px 60px;
  background: #faf6f4;
  gap: 24px;
}
.product__slider__wrap {
  max-width: 496px;
  width: 100%;
}
.product__slider-nav {
  margin-top: 14px;
}
.product__slider-nav img {
  border: 2px solid #d95e4b;
  border-radius: 16px;
  width: 87px;
  height: 88px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.product__slider-nav img:hover {
  opacity: 0.8;
}
.product__slider-for img {
  max-width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}
.product__title {
  margin: 32px 0 20px;
  font-weight: 600;
  font-size: 36px;
  line-height: 108%;
  color: #513f3c;
}

.product__title + p {
  margin-bottom: 12px;
}
.product__price {
  border-radius: 32px;
  padding: 10px 32px;
  background: #d95e4b;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  height: 56px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product__price span {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: hsla(0, 0%, 100%, 0.8);
}
.product__text {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(81, 63, 60, 0.8);
}
.product__del {
  margin-top: 36px;
  border-radius: 16px;
  padding: 24px;
  background: #f5ece6;
}
.product__del__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 117%;
  color: #513f3c;
}
.product__del__list {
  margin-top: 16px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.product__del__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(81, 63, 60, 0.8);
}
.product__del__list li img {
  width: 24px;
}
footer {
  border-radius: 64px 64px 0 0;
  padding: 104px 0 80px;
  background: #faf6f4;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__map {
  width: min(350px, 100%);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 600px;
}
.footer__map img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.footer__map iframe {
  border-radius: 24px;
  max-width: 100%;
}
.footer__content {
  width: min(350px, 100%);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 560px;
}
.footer__content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px 0;
}
.footer__item:nth-child(2) {
  grid-row: span 2;
}
.footer__item__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 117%;
  color: #513f3c;
}
.footer__item__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
.footer__item__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 32px;
  padding: 8px 20px 8px 12px;
  background: #f3e8e1;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: #513f3c;
  text-decoration: none;
  gap: 4px;
  white-space: nowrap;
}
.footer__item__list__link::before {
  content: "";
  display: block;
  background: url(../img/promo-place-icon.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.footer__card {
  border-radius: 24px;
  background: #f3e8e1;
  margin: 47px 0 24px;
  padding: 20px 40px 16px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.footer__card .logo {
  width: min(160px, 100%);
}
.footer__card__content {
  width: min(260px, 100%);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.footer__card__content__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: rgba(81, 63, 60, 0.8);
}
.footer__card__content .promo__label {
  border: none;
  padding: 0;
}
.footer__card__content .btn {
  white-space: nowrap;
  font-size: 20px;
  padding: 8px 20px;
  height: 40px;
}
.footer__card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  gap: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.footer__menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #513f3c;
  border: 1px solid #dcccc1;
  border-radius: 32px;
  padding: 8px 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__menu li a:hover {
  border-color: #d95e4b;
}
.copyright {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: right;
  color: rgba(81, 63, 60, 0.6);
}

.page-text .product__wrapper {
  grid-template-columns: 1fr;
}

.page-text {
  padding-bottom: 72px;
}

/* Итог корзины */
.checkout__cart-total {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 18px;
}

.product__text p {
  margin-bottom: 12px;
}

.product__text a {
  color: #d95e4b;
}
#ajax-search {
  border: 1px solid #f3e8e1;
  padding: 15px 20px;
  border-radius: 25px;
  min-width: 435px;
}
#search-results p {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: #d95e4b;
}
.no-result {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 600;
}
#search-responce {
  padding: 40px 0;
}

.cart {
  border-radius: 40px;
  padding: 9.5px 15.5px;
  gap: 6px;
  background: #d95e4b;
  border: none;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 14px;
  right: 14px;
  z-index: 101;
}

.cart__icon {
  position: relative;
}

.cart__count {
  position: absolute;
  color: #242223;
  top: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 12px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

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

.cart-sidebar {
  position: fixed;
  top: 0;
  right: -424px;
  width: 424px;
  height: 100vh;
  background: #fff;
  z-index: 1001;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
  transition: right 0.35s ease;
  display: flex;
  flex-direction: column;
}

.cart-sidebar.active {
  right: 0;
}

.cart-sidebar__header {
  padding: 7px 14px 14px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-sidebar__close {
  background: #807d7e;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
  transition: 0.3s ease;
}

.cart-sidebar__content-wrapper {
  padding: 14px;
  padding-bottom: 35px;
  height: calc(100vh - 160px);
}

.cart-sidebar__content {
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 46px;
  max-height: 376px;
  margin-bottom: 24px;
}

.cart-sidebar-item {
  display: flex;
  align-items: flex-start;
}
.cart-sidebar-item__img {
  flex: 0 0 55px;
  max-width: 55px;
  border-radius: 16px;
}

.cart-sidebar-item__info {
  flex: 0 0 200px;
  max-width: 200px;
  margin-left: 8px;
  margin-right: auto;
}

.counter-icon {
  flex: 0 0 68px;
  width: 68px;
  background: #e8e7e6;
  border-radius: 99px;
  padding: 3.5px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter-icon__btn {
  border: none;
  background: transparent;
  cursor: pointer;
}

.cart-sidebar-item__name {
  margin-bottom: 8px;
}

.cart-sidebar__footer {
  padding: 10px;
  border: 1px solid #e0dfde;
  border-bottom: none;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  margin-top: auto;
}

.cart-sidebar__footer-top {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  margin-bottom: 10px;
}

.cart-sidebar__total {
  font-size: 18px;
}

.cart-sidebar__footer .btn {
  width: 100%;
}

.product__content .add-to-cart,
.product__content .qty-control {
  margin-top: 16px;
}

/* Форма оформления заказа */
.checkout__form {
  flex: 1 1;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
}

.checkout__form h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 5px;
  font-weight: 500;
}

.form-group input,
.form-group textarea {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.checkout-message {
  margin-top: 15px;
  color: green;
}

/* Основной блок формы + корзины */
.checkout__wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

/* Корзина */
.checkout__cart {
  flex: 1 1;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 12px;
}

.checkout__cart h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.page-title {
  margin-bottom: 24px;
}

.catalog-page .tab-panel {
  display: block;
}

@media screen and (max-width: 1200px) {
  .header__wrapper {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 12px;
    margin-bottom: 12px;
  }
  .header__nav {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 100%;
  }
  .header__contacts {
    grid-column: 2/3;
    grid-row: 2/3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .logo {
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: start;
  }
  .footer__content__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .footer__map {
    display: none;
  }
  .product__slider__wrap {
    max-width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .product__slider__wrap {
    max-width: 350px;
  }
  .product__title {
    font-size: 36px;
  }
  .product__wrapper {
    padding: 24px;
    border-radius: 12px;
  }
  .product__price {
    font-size: 24px;
    height: 44px;
    padding: 6px 16px;
  }
  .about__img {
    max-width: 400px;
  }
  footer {
    padding: 36px 16px;
    border-radius: 26px 26px 0 0;
  }
}
/* Адаптив */
@media (max-width: 991px) {
  .checkout__wrapper {
    flex-direction: column;
  }

  .checkout__cart,
  .checkout__form {
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbs-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .breadcrumbs-desktop {
    display: none;
  }
  .container {
    width: 100%;
    padding: 0 16px;
  }
  .title {
    font-size: 32px;
  }
  .btn,
  .btn_small {
    width: 100%;
  }
  .menu {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    right: -100%;
    background: #fff;
    padding: 50px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
    gap: 24px;
  }
  .menu_active {
    right: 0;
  }
  .menu__item a {
    color: #000;
    font-size: 16px;
  }
  .logo {
    width: 100px;
  }
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__wrapper {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__nav {
    grid-column: 1/-1;
    grid-row: 3/4;
  }
  .header__contacts {
    grid-column: 1/-1;
    grid-row: 2/3;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__phone {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .time {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .logo {
    grid-row: 1/2;
    grid-column: 1/-1;
  }
  .promo {
    padding-bottom: 0;
  }
  .promo__labels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: none;
  }
  .promo__content {
    padding: 24px;
  }
  .promo__title {
    font-size: 32px;
    text-align: center;
  }
  .catalog__item__title {
    font-size: 21px;
  }
  .promo__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .catalog {
    padding: 60px 0;
  }
  .catalog__list {
    row-gap: 50px;
  }
  .catalog__item {
    max-width: 392px;
  }
  .catalog__list {
    grid-template-columns: 1fr;
  }
  .about {
    padding: 60px 0;
  }
  .about .promo__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about .title {
    font-size: 28px;
  }
  .product {
    padding-bottom: 24px;
  }
  .product__wrapper {
    display: block;
  }
  .footer__card {
    padding-inline: 15px;
  }
  .footer__card .logo {
    margin: 0 auto;
  }

  #ajax-search {
    width: 100%;
    min-width: initial;
  }

  .tabs {
    flex-wrap: nowrap;
  }

  .tabs__button {
    font-size: 16px;
    padding: 10px;
  }

  .time, .place {
    font-size: 16px;
  }
} /*# sourceMappingURL=style.min.css.map */
.pagination {
  margin: 0px auto;
  text-align: center;
  padding: 50px 0 0 0;
}
.pagination a, .pagination span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  background: #f3e8e1;
  line-height: 30px;
  color: #222;
  margin-right: 5px;
}
.pagination a.active, .pagination span.current {
  background: #d95e4b;
  color: #ffffff;
}
.pagination a:last-child {
  margin-right: 0;
}

/* === Custom overrides === */

/* Hero promo labels: remove icon placeholder */
.promo__label__noicon::before{content:none!important;display:none!important;width:0!important;height:0!important;min-width:0!important}
.promo__label__noicon{gap:0;padding-left:20px;padding-right:20px}

/* Header nav links: distinct pill buttons */
.header__nav .menu{gap:10px}
.header__nav .menu a{padding:6px 14px;border-radius:20px;background:#fff;border:1px solid rgba(220,204,193,.8);text-decoration:none;transition:background .2s}
.header__nav .menu a:hover{background:#f0e6df}

/* Footer menu links: distinct pill buttons */
.footer__menu{list-style:none;display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:0;margin:0}
.footer__menu li a{display:inline-block;padding:6px 14px;border-radius:20px;border:1px solid #dcccc1;background:#fff;text-decoration:none;color:#513f3c;font-size:14px;font-weight:500;white-space:nowrap;transition:background .2s}
.footer__menu li a:hover{background:#f3e8e1}

/* Footer copyright + credits block */
.footer__copyright{display:flex;flex-direction:column;align-items:flex-end;gap:4px;text-align:right}
.copyright{margin:0}
.copyright__credits{font-size:13px;color:#b09990;margin:0}
.copyright__credits a{color:#b09990;text-decoration:none;border-bottom:1px solid #dcccc1;transition:color .2s,border-color .2s}
.copyright__credits a:hover{color:#d95e4b;border-color:#d95e4b}
.copyright__credits .heart{color:#d95e4b}

/* === Pill-контрол в карточке === */
.item-ctrl{display:flex;align-items:center;background:#f3e8e1;border-radius:32px;height:42px;padding:0 14px;width:100%;margin-top:10px;transition:background .25s}
.item-dec{display:none;background:none;border:none;font-size:20px;color:#fff;cursor:pointer;padding:0 6px 0 0;line-height:1;flex-shrink:0}
.item-count{display:none;font-weight:700;font-size:15px;color:#fff;min-width:20px;text-align:center;flex-shrink:0}
.item-lbl{flex:1;font-weight:600;font-size:15px;color:#513f3c;white-space:nowrap}
.item-plus-btn{background:none;border:none;font-size:22px;color:#513f3c;cursor:pointer;padding:0 0 0 10px;line-height:1;flex-shrink:0}
.item-ctrl:not(.in-cart):hover{background:#e8d5ca}
.item-ctrl:not(.in-cart) .item-dec,.item-ctrl:not(.in-cart) .item-count{display:none}
/* В корзине */
.item-ctrl.in-cart{background:#d95e4b;justify-content:space-between;padding:0 8px}
.item-ctrl.in-cart .item-dec{display:flex;align-items:center}
.item-ctrl.in-cart .item-count{display:block}
.item-ctrl.in-cart .item-lbl{display:none}
.item-ctrl.in-cart .item-plus-btn{color:#fff;background:rgba(255,255,255,.25);border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:18px;padding:0}

/* Категории: hover-эффект как у кнопок */
.catalog__list_slick .catalog__item{transition:transform .25s}
.catalog__list_slick .catalog__item:hover{transform:translateY(-6px)}
.catalog__list_slick .catalog__item .catalog__item__img{transition:box-shadow .25s}
.catalog__list_slick .catalog__item:hover .catalog__item__img{box-shadow:0 8px 24px rgba(81,63,60,.15)}
.catalog__list_slick .catalog__item__title{transition:color .2s}
.catalog__list_slick .catalog__item:hover .catalog__item__title{color:#d95e4b}

/* Каталог responsive: 4→3→2 колонки */
@media screen and (max-width:1200px){.catalog__list:not(.catalog__list_slick){grid-template-columns:repeat(3,1fr)}}
@media screen and (max-width:767px){.catalog__list{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}}
@media screen and (max-width:767px){.catalog__item__title{font-size:13px;margin:10px 0 4px}.item-lbl{font-size:13px}.item-plus-btn{font-size:18px}}

/* Codex live theme style fix 2026-04-09 */
.catalog__item>a:first-child{position:relative;display:block;overflow:hidden;border-radius:24px}
.catalog__item>a:first-child[data-selected-qty]::before{content:"";position:absolute;inset:0!important;background:rgba(56,53,52,.14);border-radius:inherit;z-index:1}
.catalog__item>a:first-child[data-selected-qty]::after{content:attr(data-selected-qty);position:absolute;top:0!important;left:0!important;right:0!important;bottom:0!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;background:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;color:#fff;font-size:72px;font-weight:700;line-height:1;z-index:2;text-shadow:none;letter-spacing:-.04em;border-radius:inherit!important}
.item-ctrl{display:inline-flex;align-items:center;align-self:flex-start;gap:10px;background:transparent;border-radius:999px;height:auto;padding:0;width:auto;max-width:100%;margin-top:10px;transition:none;color:#4a403d;box-shadow:none}
.item-dec,.item-plus-btn{background:none;border:none;box-shadow:none;outline:none;cursor:pointer;line-height:1;flex:0 0 18px;width:18px;display:flex;align-items:center;justify-content:center;font-size:24px;padding:0}
.item-dec{display:none;color:#fff}
.item-count{display:none!important}
.item-lbl{flex:1 1 auto;font-weight:700;font-size:15px;color:#4a403d;white-space:nowrap;text-align:left}
.item-plus-btn{color:#4a403d;margin-left:auto}
.item-ctrl:not(.in-cart):hover{background:transparent}
.item-ctrl.in-cart{background:#d95e4b;justify-content:space-between;padding:0 10px;height:36px;min-width:auto;box-shadow:none}
.item-ctrl.in-cart .item-dec{display:none!important;align-items:center}
.item-ctrl.in-cart .item-lbl{display:block;color:#fff;text-align:center}
.item-ctrl.in-cart .item-plus-btn{color:#fff;background:none;border-radius:0;width:18px;height:auto;font-size:24px;padding:0}
.item-plus-btn:focus,.item-plus-btn:focus-visible,.item-dec:focus,.item-dec:focus-visible{outline:none!important;box-shadow:none!important}
@media screen and (max-width:767px){.catalog__item>a:first-child{border-radius:18px}.catalog__item>a:first-child[data-selected-qty]::after{font-size:56px}.item-ctrl{gap:8px}.item-ctrl.in-cart{height:34px;min-width:auto;padding:0 9px}.item-lbl{font-size:14px}.item-dec,.item-plus-btn{font-size:22px;flex-basis:16px;width:16px}}
