

/* Start:/local/templates/template/css/style.css?1781518174140709*/
@font-face {
  font-family: "Playfair Display";
  src: url("/local/templates/template/css/./fonts/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/local/templates/template/css/../fonts/PlayfairDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/local/templates/template/css/../fonts/PlayfairDisplay-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/local/templates/template/css/../fonts/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/local/templates/template/css/../fonts/PlayfairDisplay-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/local/templates/template/css/../fonts/SourceSans3-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/local/templates/template/css/../fonts/SourceSans3-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/local/templates/template/css/../fonts/SourceSans3-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/local/templates/template/css/../fonts/SourceSans3-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/local/templates/template/css/../fonts/SourceSans3-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/local/templates/template/css/../fonts/SourceSans3-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/local/templates/template/css/../fonts/SourceSans3-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html {
  min-width: 300px;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans 3";
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #5a3916;
  background-color: #fffbf3;
}

a {
  text-decoration: none;
}

body.scroll-prevent {
  overflow: hidden;
}

.header,
.content-wrapper,
.container,
.content,
.footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
}

.header.fixed {
  z-index: 999;
}

.content-wrapper {
  margin: 0 auto;
  flex-direction: column;
  height: fit-content;
  min-width: 300px;
  max-width: 1400px;
}

.container {
  flex-wrap: nowrap;
  flex: 1 0 auto;
}

.content {
  width: 100%;
  flex-direction: column;
  flex: 1 1 auto;
  order: 0;
  min-height: 50vh;
}

.capitalize {
  text-transform: uppercase;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.absolut-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cover-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
}

.page-title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.status-green {
  color: #78bb23;
  font-weight: 600;
}

.status-orange {
  color: #ea5d2b;
  font-weight: 600;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

@keyframes showBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  animation: showBlock 0.5s linear forwards;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.header {
  height: 160px;
  background: #faf3e9;
  color: #5a3916;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.header-nav {
  padding: 28px 0 26px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1400px;
  align-items: center;
}
.header-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
  max-width: 465px;
  justify-content: space-between;
  width: 100%;
}
.header-nav ul li a {
  text-decoration: none;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #5a3916;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header-nav ul li a span {
  padding-left: 8px;
  padding-right: 6px;
}
.header-nav ul li.dropdown-menu {
  position: relative;
  display: inline-block;
}
.header-nav ul li.dropdown-menu svg {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  -ms-transition: -ms-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
.header-nav ul li.dropdown-menu .submenu {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transition: visibility 0s linear 1s;
  z-index: 999;
  top: 30px;
}
.header-nav ul .dropdown-menu:hover svg {
  transform: rotate(180deg);
}
.header-nav ul .dropdown-menu:hover .submenu {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: visibility 0s ease-in-out 0.3s;
  padding: 12px 12px 14px 12px;
  background: #fffbf3;
  border-radius: 6px;
  min-width: 220px;
}
.header-nav ul .dropdown-menu:hover .submenu li {
  width: fit-content;
}
.header-nav ul .dropdown-menu:hover .submenu li a {
  color: #967745;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.header-nav ul .dropdown-menu:hover .submenu li:not(:last-child) {
  margin: 0 0 16px 0;
}
.header-nav a:hover {
  text-decoration: underline;
}

.header {
  position: relative;
}
.header .header-nav-mobile {
  width: 100vw;
  padding: 8px 16px;
  background-color: #fffbf3;
}
.header .header-nav-mobile ul {
  list-style-type: none;
}
.header .header-nav-mobile .header-nav__block {
  justify-content: space-between;
  align-items: center;
}
.header .header-nav-mobile .header-nav__block svg {
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.header .header-nav-mobile .header-nav__block .close-mobile-menu,
.header .header-nav-mobile .header-nav__block .open-mobile-menu {
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  display: none;
}
.header .header-nav-mobile .header-nav__block .close-mobile-menu.active,
.header .header-nav-mobile .header-nav__block .open-mobile-menu.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  display: block;
}
.header .header-nav-mobile .header-nav-menu.active {
  opacity: 1;
  visibility: visible;
}
.header .header-nav-mobile .header-nav-menu {
  position: fixed;
  top: 56px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 666;
  background: #faf3e9;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.header .header-nav-mobile .header-nav-menu .container .header-menu-body {
  margin-bottom: 16px;
}
.header
  .header-nav-mobile
  .header-nav-menu
  .container
  .header-menu-body
  li:first-child {
  border-top: 0.2px solid #d9ccaa;
}
.header .header-nav-mobile .header-nav-menu .container .header-menu-body li {
  position: relative;
  padding: 15px;
  background: #faf3e9;
  border-bottom: 0.2px solid #d9ccaa;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #5a3916;
}/*
.header .header-nav-mobile .header-nav-menu .container .header-menu-body li a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-decoration: none;
}*/

.header .header-nav-mobile .header-nav-menu .container .header-menu-body li a {
  color:#5a3916;
}

.header
  .header-nav-mobile
  .header-nav-menu
  .container
  .header-menu-footer
  .menu-footer-button {
  padding: 16px;
  width: 100%;
  margin-bottom: 16px;
}
.header
  .header-nav-mobile
  .header-nav-menu
  .container
  .header-menu-footer
  .menu-footer-button
  a {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.02em;
  color: #cf9941;
  border: 1px solid #cf9941;
  padding: 13px 8px 14px;
}
.header
  .header-nav-mobile
  .header-nav-menu
  .container
  .header-menu-footer
  .menu-footer-contacts
  .footer-menu__title {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #967745;
  margin-bottom: 16px;
}
.header
  .header-nav-mobile
  .header-nav-menu
  .container
  .header-menu-footer
  .menu-footer-contacts
  .group,
.header
  .header-nav-mobile
  .header-nav-menu
  .container
  .header-menu-footer
  .menu-footer-contacts
  .group
  a {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #5a3916;
  text-decoration: none;
}
.header
  .header-nav-mobile
  .header-nav-menu
  .container
  .header-menu-footer
  .menu-footer-contacts
  .group:not(:last-child) {
  margin-bottom: 12px;
}
.header .header-cart {
  position: relative;
}
.header .header-cart .header-link-count {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: -15px;
  left: 6px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background-color: #cf9941;
  font-size: 9px;
  border-radius: 50%;
  line-height: 1;
  justify-content: center;
}
.header .header-cart .header-link-count.active {
  visibility: visible;
  opacity: 1;
}
.header .header-cart.mobile .header-link-count.active {
  top: -10px;
  left: 20px;
}

@media (min-width: 1000px) and (max-width: 1400px) {
  .header .header-nav {
    width: 100%;
  }
  .header .header-nav img {
    margin: 0 20px;
  }
  .header .header-nav span {
    font-size: 14px;
    min-width: 50px;
  }
  .header .header-nav .header-nav__block li {
    margin-right: 10px;
  }
}
@media (max-width: 999px) {
  header.header {
    height: 56px;
    width: 100vw;
  }
}
.footer {
  border-top: 1px solid #d9ccaa;
  height: fit-content;
  background: #faf3e9;
  position: relative;
}
.footer .footer-body {
  width: 100%;
  height: 302px;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-body .footer-menu {
  max-width: 1040px;
  width: 100%;
  justify-content: space-between;
}
.footer .footer-body .footer-menu .footer-menu__title {
  margin-bottom: 24px;
}
.footer .footer-body .footer-menu .footer-menu__title a {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #967745;
  text-decoration: none;
}
.footer .footer-body .footer-menu ul {
  list-style-type: none;
}
.footer .footer-body .footer-menu .footer-menu__item li:not(:last-child) {
  margin-bottom: 11px;
}
.footer .footer-body .footer-menu .footer-menu__item li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #5a3916;
  text-decoration: none;
}
.footer .footer-foot {
  width: 1400px;
  height: 48px;
  justify-content: space-between;
}
.footer .footer-foot .footer-copyright span,
.footer .footer-foot .footer-policy span {
  color: #967745 !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}
.footer .footer-foot .footer-policy a {
  text-decoration: none;
}
.footer .footer-foot .footer-copyright {
  margin-right: 40px;
}
.footer .footer-foot .footer-gravity {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer .footer-foot .footer-gravity span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #967745;
  padding: 3px 0;
}
.footer .footer-foot .footer-gravity a img {
  margin-top: 2px;
}
.footer .footer-body .footer-menu .footer-menu__item li a:hover,
.footer .footer-body .footer-menu .footer-menu__title a:hover {
  text-decoration: underline;
}
.footer .scroll-to-top {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
  display: inline-block;
  vertical-align: middle;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
  z-index: 9990;
  bottom: 50px;
  right: 20px;
  cursor: pointer;
}
.footer .scroll-to-top:hover {
  animation: tilt-shaking 0.25s linear infinite;
}
.footer .scroll-to-top.showBtn {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1400px) {
  footer::before,
  footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(150, 119, 69, 0.16);
    bottom: 48px;
  }
}
@media (min-width: 451px) and (max-width: 1399px) {
  .footer .content-wrapper .footer-body {
    gap: 20px;
    padding: 0 20px;
  }
  .footer .content-wrapper .footer-body .footer-menu {
    justify-content: space-around;
    gap: 20px;
  }
  .footer .footer-foot {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .footer .content-wrapper {
    padding: 20px 16px 32px;
  }
  .footer .content-wrapper .footer-body {
    flex-direction: column;
    justify-content: flex-start;
    height: fit-content;
  }
  .footer .content-wrapper .footer-body .footer-logo {
    margin-bottom: 24px;
  }
  .footer .content-wrapper .footer-body .footer-logo img {
    max-height: 40px;
  }
  .footer .content-wrapper .footer-body .footer-menu {
    justify-content: center;
  }
  .footer .content-wrapper .footer-body .group:not(.hidden-mobile),
  .footer
    .content-wrapper
    .footer-body
    .group:not(.hidden-mobile)
    .footer-menu__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer
    .content-wrapper
    .footer-body
    .group:not(.hidden-mobile)
    .footer-menu__title,
  .footer
    .content-wrapper
    .footer-body
    .group:not(.hidden-mobile)
    .footer-menu__item
    .footer-menu__title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16px;
  }
  .footer
    .content-wrapper
    .footer-body
    .group:not(.hidden-mobile)
    .footer-menu__item,
  .footer
    .content-wrapper
    .footer-body
    .group:not(.hidden-mobile)
    .footer-menu__item
    .footer-menu__item {
    margin-bottom: 23px;
  }
  .footer
    .content-wrapper
    .footer-body
    .group:not(.hidden-mobile)
    .footer-menu__item
    li:not(:last-child),
  .footer
    .content-wrapper
    .footer-body
    .group:not(.hidden-mobile)
    .footer-menu__item
    .footer-menu__item
    li:not(:last-child) {
    margin-bottom: 12px;
  }
  .footer
    .content-wrapper
    .footer-body
    .group:not(.hidden-mobile)
    .footer-menu__item
    li:last-child,
  .footer
    .content-wrapper
    .footer-body
    .group:not(.hidden-mobile)
    .footer-menu__item
    .footer-menu__item
    li:last-child {
    margin: 0;
  }
  .footer
    .content-wrapper
    .footer-body
    .group:not(.hidden-mobile)
    .footer-menu__item
    li,
  .footer
    .content-wrapper
    .footer-body
    .group:not(.hidden-mobile)
    .footer-menu__item
    li
    a,
  .footer
    .content-wrapper
    .footer-body
    .group:not(.hidden-mobile)
    .footer-menu__item
    .footer-menu__item
    li,
  .footer
    .content-wrapper
    .footer-body
    .group:not(.hidden-mobile)
    .footer-menu__item
    .footer-menu__item
    li
    a {
    font-size: 14px;
    line-height: 14px;
  }
  .footer .content-wrapper .footer-foot {
    flex-direction: column;
    width: 100%;
    height: 62px;
  }
  .footer .content-wrapper .footer-foot .group:first-child {
    flex-direction: column-reverse;
    align-items: center;
    /*height: 45px;*/
    justify-content: space-between;
    margin-bottom: 6px;
  }
  .footer .content-wrapper .footer-foot .group:first-child .footer-copyright,
  .footer .content-wrapper .footer-foot .group:first-child .footer-policy {
    font-size: 10px;
    line-height: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .footer .content-wrapper .footer-foot .group:last-child .footer-gravity {
    display: block;
  }
  .footer .content-wrapper .footer-foot .group:last-child .footer-gravity span {
    font-size: 10px;
    line-height: 10px;
    color: #967745;
    font-weight: 400;
  }
  .footer .content-wrapper .footer-foot .group:last-child .footer-gravity a {
    text-decoration: none !important;
  }
}
.btn {
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  padding: 15px 24px 15px;
  gap: 8px;
  font-family: "Source Sans 3";
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  width: fit-content;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: 0.4s;
}

.btn-sq {
  cursor: pointer;
  text-decoration: none;
  padding: 18px 24px 19px;
  gap: 8px;
  font-family: "Source Sans 3";
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  width: fit-content;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: 0.4s;
  border-radius: 6px;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.btn-golden {
  background-color: #cf9941;
  color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  color: #5a3916;
}

.btn-flower {
  background-color: #fffbf3;
  color: #5a3916;
}

.btn-green {
  background-color: #ffffff;
  color: #5a3916;
}

.btn-golden-transp {
  background: transparent;
  color: #cf9941;
  border: 1px solid #cf9941;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.tag {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 8px 5px 8px;
  border-radius: 6px;
}

.tag-orange {
  background-color: #ea5d2b;
  color: #ffffff;
}

.tag-green {
  background-color: #78bb23;
  color: #ffffff;
}

.arrows--left,
.arrows--right {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.arrows--left svg,
.arrows--right svg {
  width: 40px;
  height: 40px;
}

.btn-showmore {
  background: #78bb23;
  font-style: normal;
  color: #ffffff;
  text-transform: none;
}

.btn-showmore:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    #78bb23;
}

.btn-primary {
  background: #cf9941;
  font-weight: 700;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary.active {
  background: #78bb23;
  color: #ffffff;
  font-weight: 700;
}

.btn-primary:active,
.btn-primary.chosen {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    #78bb23;
  color: #ffffff;
  font-weight: 700;
}

.btn-outline {
  border: 1px solid #cf9941;
  background: none;
  font-weight: 600;
  color: #cf9941;
}

.btn-outline:hover,
.btn-outline.active {
  font-weight: 600;
  background-color: #cf9941;
  border: 1px solid #cf9941;
  color: #ffffff;
}

.btn-outline:active,
.btn-outline.chosen {
  font-weight: 600;
  background: #967745;
  border: 1px solid #967745;
  color: #ffffff;
}

.btn-light {
  background: #fffbf3;
  color: #5a3916;
}

.btn-light:hover,
.btn-light.active {
  background: #78bb23;
  color: #ffffff;
  font-weight: 700;
}

.btn-light:active,
.btn-light.chosen {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    #78bb23;
  color: #ffffff;
  font-weight: 700;
}

.breadcrumbs {
  margin: 32px 0 20px 0;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  width: fit-content;
}
.breadcrumbs li {
  display: inline;
  text-align: left;
  margin-bottom: 4px;
}
.breadcrumbs li a {
  color: #cf9941;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}
.breadcrumbs li:not(:last-child) {
  padding-right: 13px;
  margin-right: 4px;
  position: relative;
}
.breadcrumbs li:not(:last-child):after {
  content: "/";
  position: absolute;
  right: 0;
  color: #cf9941;
}
.breadcrumbs li:last-child {
  color: #967745;
}

.pagination {
  list-style: none;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.pagination 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;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-transform: none;
}
.pagination li.page,
.pagination li.pagination-next {
  margin-left: 4px;
}
.pagination li a {
  color: #cf9941;
}
.pagination li:hover a {
  color: #ffffff;
}
.pagination .pagination-prev,
.pagination .pagination-next {
  padding: 13px 19px 13px;
}

.catalog-list-footer {
  justify-content: space-between;
}
.catalog-list-footer .btn-sq {
  padding: 13px 17px 13px;
}
.catalog-list-footer .btn-showmore {
  padding: 13px 21px 13px;
}

.text-content {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #967745;
  flex: none;
  align-self: stretch;
}
.text-content p:not(:last-child) {
  margin-bottom: 30px;
}

.form-inputs label {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #967745;
  margin-bottom: 12px;
}
.form-inputs input {
  background: #fffbf3;
  border: 0.8px solid #d9ccaa;
  border-radius: 6px;
  padding: 12.5px 16px;
  margin-bottom: 24px;
  color: #967745;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  outline: none;
}
.form-inputs input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #d9ccaa;
}
.form-inputs input:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-inputs input:focus::-moz-placeholder {
  color: transparent;
}
.form-inputs input:focus:-moz-placeholder {
  color: transparent;
}
.form-inputs input:focus:-ms-input-placeholder {
  color: transparent;
}
.form-inputs input:-webkit-autofill,
.form-inputs input:-webkit-autofill:hover,
.form-inputs input:-webkit-autofill:focus,
.form-inputs textarea:-webkit-autofill,
.form-inputs textarea:-webkit-autofill:hover,
.form-inputs textarea:-webkit-autofill:focus,
.form-inputs select:-webkit-autofill,
.form-inputs select:-webkit-autofill:hover,
.form-inputs select:-webkit-autofill:focus {
  -webkit-text-fill-color: #967745 !important;
  border: 0.8px solid #d9ccaa;
  background-color: #fffbf3;
}
.form-inputs input:focus,
.form-inputs input:focus-visible,
.form-inputs input:active {
  border: 0.8px solid #5a3916;
  background-color: #fffbf3;
  box-shadow: none;
}

.form-textarea label {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #967745;
  margin-bottom: 12px;
}
.form-textarea textarea {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  padding: 15px 16px;
  gap: 16px;
  background: #faf3e9;
  border-radius: 6px;
  border: 0.8px solid #d9ccaa;
  color: #967745;
  resize: none;
  outline: none;
}
.form-textarea textarea::placeholder {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #d9ccaa !important;
}
.form-textarea textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-textarea textarea:focus::-moz-placeholder {
  color: transparent;
}
.form-textarea textarea:focus:-moz-placeholder {
  color: transparent;
}
.form-textarea textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.ordering-form {
  width: 100%;
  background: #fffbf3;
}
.ordering-form .ordering-form-datas .section-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
}
.ordering-form .ordering-form-datas .group-row.form-inputs {
  width: 100%;
  justify-content: space-between;
}
.ordering-form .ordering-form-datas .group-row.form-inputs .group {
  max-width: 408px;
  width: 100%;
}
.ordering-form .ordering-form-datas .group-row.form-inputs:not(:last-child) {
  margin-bottom: 24px;
}
.ordering-form .ordering-form-datas:not(:last-child) {
  margin-bottom: 48px;
}
.ordering-form input {
  max-width: 408px;
  width: 100%;
  margin: 0;
  background: #faf3e9;
  border: 0.8px solid #d9ccaa;
}
.ordering-form .form-inputs label {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.ordering-form .group-row.form-textarea .group {
  width: 100%;
}
.ordering-form .ordering-form-datas .group-row.delivery {
  width: 100%;
  border-radius: 8px;
  background: #faf3e9;
  padding: 24px;
}
.ordering-form .ordering-form-datas .group-row.delivery .group:first-child {
  max-width: 50%;
}
.ordering-form .ordering-form-datas .group-row.delivery .group {
  width: 100%;
  height: 100%;
}
.ordering-form .ordering-form-datas .group-row.delivery .group svg {
  margin-right: 24px;
}
.ordering-form .ordering-form-datas .group-row.delivery .group .group-item {
  height: 100%;
  max-height: 44px;
}
.ordering-form
  .ordering-form-datas
  .group-row.delivery
  .group
  .group-item
  span:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #967745;
  margin-bottom: 12px;
}
.ordering-form
  .ordering-form-datas
  .group-row.delivery
  .group
  .group-item
  span:last-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #5a3916;
}
.ordering-form .ordering-form-datas .group-row.delivery .group .group-item a,
.ordering-form
  .ordering-form-datas
  .group-row.delivery
  .group
  .group-item
  span.link-style {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #cf9941;
}
.ordering-form .ordering-form-datas .group-row.delivery .group .group-item a {
  text-decoration: underline;
}
.ordering-form .ordering-form-datas .group-row.delivery.dark-theme {
  background: linear-gradient(
      0deg,
      rgba(207, 153, 65, 0.08),
      rgba(207, 153, 65, 0.08)
    ),
    #faf3e9;
}
.ordering-form .ordering-form-datas .group-row.delivery:not(:last-child) {
  margin-bottom: 24px;
}
.ordering-form .ordering-form-datas .group-row.payment {
  width: 100%;
  justify-content: space-between;
}
.ordering-form .ordering-form-datas .group-row.payment .group-item {
  border-radius: 8px;
  background: #faf3e9;
  padding: 24px;
  max-width: 30.2%;
  width: 100%;
  position: relative;
}
.ordering-form .ordering-form-datas .group-row.payment .group-item svg {
  margin-right: 24px;
}
.ordering-form .ordering-form-datas .group-row.payment .group-item span {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #967745;
}
.ordering-form .ordering-form-datas .group-row.payment .group-item a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.ordering-form .ordering-form-datas .group-row.payment .group-item.dark-theme {
  background: linear-gradient(
      0deg,
      rgba(207, 153, 65, 0.08),
      rgba(207, 153, 65, 0.08)
    ),
    #faf3e9;
}

[data-pos] {
  transition: all 0.9s linear;
  opacity: 0;
}

[data-pos].show-parallax {
  opacity: 1;
}

[data-main] {
  transition: all 2s linear;
}

.grecaptcha-badge {
  opacity: 0 !important;
  z-index: -100 !important;
}

.default-modal .tingle-modal-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 52px;
  gap: 32px;
  isolation: isolate;
  background: #fffbf3;
  border-radius: 16px;
  max-width: 560px;
  width: 100%;
}
.default-modal .tingle-modal-box__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.default-modal .group {
  width: 100%;
}
.default-modal .modal-title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  color: #5a3916;
  text-align: center;
  margin: 16px 0 32px;
}
.default-modal .order-number {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #5a3916;
  text-align: center;
  margin-bottom: 16px;
}
.default-modal .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #967745;
  margin-bottom: 44px;
}
.default-modal .group {
  align-items: center;
}
.default-modal .group:last-child {
  margin-bottom: 0;
}
.default-modal .btn-sq {
  width: 100%;
  text-align: center;
}

.page-cabinet {
  background: #faf3e9;
}
.page-cabinet .content-wrapper {
  background: #faf3e9;
}
.page-cabinet .section-title {
  margin-bottom: 40px;
}
.page-cabinet .page-with-sidebar {
  display: flex;
  align-items: flex-start;
}
.page-cabinet .page-sidebar {
  width: 100%;
  margin-right: 40px;
  max-width: 320px;
}
.page-cabinet .page-sidebar .cabinet-menu {
  padding: 32px;
  background: #fffbf3;
  border-radius: 16px;
  max-width: 320px;
  width: 100%;
}
.page-cabinet .page-sidebar .cabinet-menu .btn-sq {
  padding: 15px 24px 15px;
  width: 100%;
  text-align: center;
}
.page-cabinet .page-sidebar .cabinet-menu .btn-sq:not(:last-child) {
  margin-bottom: 12px;
}
.page-cabinet .page-with-sidebar-body {
  width: 100%;
}
.page-cabinet .page-with-sidebar-body .orders-container {
  overflow: hidden;
}
.page-cabinet .page-with-sidebar-body .orders {
  padding: 32px 32px 40px;
  border-radius: 16px;
  background: #fffbf3;
  align-items: flex-start;
  width: 100%;
  display: none;
  margin-bottom: 225px;
}
.page-cabinet .page-with-sidebar-body .orders.active {
  display: block;
}
.page-cabinet .page-with-sidebar-body .orders-title {
  width: 100%;
  position: relative;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #5a3916;
  height: 36px;
  margin-bottom: 40px;
}
.page-cabinet .page-with-sidebar-body .orders-title::after,
.page-cabinet .page-with-sidebar-body .orders-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 0.4px solid #d9ccaa;
  bottom: 0;
}
.page-cabinet .page-with-sidebar-body .order-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-cabinet .page-with-sidebar-body .order-item:not(:last-child) {
  margin-bottom: 40px;
}
.page-cabinet .page-with-sidebar-body .order-item-date {
  padding: 9px 12px;
  border-radius: 6px;
  background: #faf3e9;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #967745;
  margin-bottom: 16px;
}
.page-cabinet .page-with-sidebar-body .order-item-accordion {
  border: 0.8px solid #d9ccaa;
  border-radius: 8px;
  width: 100%;
  align-items: flex-start;
}
.page-cabinet .page-with-sidebar-body .order-item-accordion:not(:last-child) {
  margin-bottom: 16px;
}
.page-cabinet .page-with-sidebar-body .order-item-top {
  justify-content: space-between;
  width: 100%;
  font-weight: 600;
}
.page-cabinet .page-with-sidebar-body .order-item-top .order-number {
  font-size: 20px;
  line-height: 20px;
  color: #5a3916;
}
.page-cabinet .page-with-sidebar-body .order-item-top .order-frame {
  align-items: flex-start;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-top
  .order-frame
  .order-frame-status {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin-right: 24px;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-top
  .order-frame
  .order-frame-status
  span:first-child {
  color: #967745;
  margin-right: 4px;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-top
  .order-frame
  .order-frame-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 98px;
  width: 100%;
  cursor: pointer;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-top
  .order-frame
  .order-frame-action
  span {
  width: 80px;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin-right: 6px;
  color: #cf9941;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-top
  .order-frame
  .order-frame-action
  svg {
  cursor: pointer;
  transition: transform 0.2s ease-out;
}
.page-cabinet .page-with-sidebar-body .order-item-body {
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.page-cabinet .page-with-sidebar-body .order-item-body .order-products {
  width: 100%;
  align-items: flex-start;
  gap: 8px;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-products
  .order-product {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-products
  .order-product
  .order-product-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  gap: 2px;
  border-radius: 4px;
  width: 44px;
  height: 44px;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-products
  .order-product
  .order-product-img
  img {
  width: 44px;
  height: 44px;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-products
  .order-product
  .order-product-body {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-products
  .order-product
  .order-product-body
  .order-product-name {
  width: 100%;
  max-width: 550px;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-products
  .order-product
  .order-product-body
  .order-product-name
  a,
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-products
  .order-product
  .order-product-body
  .order-product-name
  span {
  color: #967745;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-products
  .order-product
  .order-product-body
  .order-product-detail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-products
  .order-product
  .order-product-body
  .order-product-detail
  span:first-child {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #967745;
  text-transform: uppercase;
  margin-right: 24px;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-products
  .order-product
  .order-product-body
  .order-product-detail
  span:nth-child(2) {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #cf9941;
  margin-right: 24px;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-products
  .order-product
  .order-product-body
  .order-product-detail
  span:last-child {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #967745;
}
.page-cabinet .page-with-sidebar-body .order-item-body .order-item-foot {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 24px;
  margin-top: 24px;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-item-foot
  .btn-sq {
  padding: 10px 15px 10px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.02em;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-item-foot
  .order-frame-status {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0px;
  gap: 4px;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-item-foot
  .order-frame-status
  .delivery {
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: #967745;
  margin-right: 32px;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-item-foot
  .order-frame-status
  .delivery
  span:first-child {
  font-weight: 600;
  margin-right: 4px;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-item-foot
  .order-frame-status
  .delivery
  span:last-child {
  font-weight: 400;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-item-foot
  .order-frame-status
  .amount {
  align-items: flex-end;
  font-weight: 600;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-item-foot
  .order-frame-status
  .amount
  span:first-child {
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  color: #967745;
  margin-right: 4px;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-body
  .order-item-foot
  .order-frame-status
  .amount
  span:last-child {
  font-size: 18px;
  line-height: 16px;
  color: #5a3916;
  text-transform: uppercase;
}
.page-cabinet .page-with-sidebar-body .btn-showmore {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  padding: 15px 24px 15px;
  text-transform: uppercase;
}
.page-cabinet .page-with-sidebar-body .order-item .order-item-accordion {
  padding: 19px 20px 19px;
  background: #faf3e9;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item
  .order-item-accordion
  .order-item-top {
  margin-bottom: 0;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item
  .order-item-accordion
  .order-item-body {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0, 1, 0, 1);
}
.page-cabinet .page-with-sidebar-body .order-item-accordion.active {
  padding: 20px 20px 28px;
  background: #fffbf3;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-accordion.active
  .order-item-top {
  margin-bottom: 24px;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-accordion.active
  .order-frame-action.active {
  cursor: pointer;
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-accordion.active
  .order-frame-action.active
  svg {
  transform: rotate(180deg);
}
.page-cabinet
  .page-with-sidebar-body
  .order-item-accordion.active
  .order-item-body {
  opacity: 1;
  display: flex;
  visibility: visible;
  max-height: fit-content;
  transition: all 0.3s ease-in;
}
.page-cabinet .page-with-sidebar-body .main-catalog-section {
  display: none;
  margin-bottom: 246px;
}
.page-cabinet .page-with-sidebar-body .main-catalog-section.active {
  display: flex;
}
.page-cabinet .page-with-sidebar-body .main-catalog-section .catalog-card {
  background: #fffbf3;
}
.page-cabinet
  .page-with-sidebar-body
  .main-catalog-section
  .catalog-list-footer
  .btn-showmore {
  padding: 14px 21px 14px;
  width: unset;
  text-transform: none;
}
.page-cabinet .presonal-datas {
  display: none;
  margin-bottom: 246px;
}
.page-cabinet .presonal-datas.active {
  display: block;
}
.page-cabinet .presonal-datas-container {
  background: #fffbf3;
  padding: 32px 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  border-radius: 16px;
}
.page-cabinet
  .presonal-datas-container
  .ordering-form
  .ordering-form-datas
  .section-title {
  position: relative;
  margin-bottom: 40px;
}
.page-cabinet
  .presonal-datas-container
  .ordering-form
  .ordering-form-datas
  .section-title::after,
.page-cabinet
  .presonal-datas-container
  .ordering-form
  .ordering-form-datas
  .section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 0.4px solid #d9ccaa;
  bottom: -16px;
}
.page-cabinet
  .presonal-datas-container
  .ordering-form
  .ordering-form-datas
  .group {
  max-width: 468px;
}
.page-cabinet
  .presonal-datas-container
  .ordering-form
  .ordering-form-datas
  .group
  input {
  max-width: 468px;
  color: #5a3916;
}
.page-cabinet
  .presonal-datas-container
  .ordering-form
  .ordering-form-datas
  button {
  padding: 15px 23px 15px;
}

@media (min-width: 1400px) {
  .page-cabinet section.main-catalog-section .catalog-row {
    justify-content: flex-start;
  }
  .page-cabinet
    section.main-catalog-section
    .catalog-row
    .catalog-card:not(:last-child) {
    margin-right: 40px;
  }
  .page-cabinet
    section.main-catalog-section
    .catalog-row
    .catalog-card:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (min-width: 451px) and (max-width: 1399px) {
  body.page-cabinet .page-with-sidebar {
    flex-direction: column;
    align-items: center;
  }
  body.page-cabinet .page-with-sidebar .page-sidebar {
    margin: 0 0 20px 0;
  }
  body.page-cabinet
    .page-with-sidebar-body
    .order-item-body
    .order-products
    .order-product
    .order-product-body
    .order-product-name {
    font-size: calc((100vw - 480px) / 800 * 8 + 12px);
    line-height: 14px;
  }
  body.page-cabinet
    .page-with-sidebar-body
    .order-item-body
    .order-products
    .order-product
    .order-product-body
    .order-product-detail
    span {
    font-size: calc((100vw - 450px) / 950 * 8 + 12px);
    line-height: 11px;
    white-space: nowrap;
  }
  body.page-cabinet .main-catalog-section .catalog-row {
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  body.page-cabinet .main-catalog-section .catalog-row .catalog-card {
    margin: 0;
  }
  body.page-cabinet .ordering-form .ordering-form-datas .group-row.form-inputs {
    gap: 20px;
    justify-content: center;
  }
}
@media (max-width: 450px) {
  body.page-cabinet .page-with-sidebar {
    flex-direction: column;
    gap: 20px;
  }
  body.page-cabinet .page-with-sidebar .page-sidebar {
    max-width: 100vw;
  }
  body.page-cabinet .page-with-sidebar .page-sidebar .cabinet-menu {
    max-width: 100vw;
  }
  body.page-cabinet .page-with-sidebar .page-sidebar .cabinet-menu .btn-sq {
    width: 100%;
    text-align: center;
    padding: 8.5px 8px 8.5px;
    font-size: 12px;
  }
  body.page-cabinet
    .page-with-sidebar
    .page-with-sidebar-body
    .order-item-date {
    font-size: 12px;
    line-height: 14px;
  }
  body.page-cabinet .page-with-sidebar .page-with-sidebar-body .orders {
    padding: 20px 15px;
  }
  body.page-cabinet
    .page-with-sidebar
    .page-with-sidebar-body
    .order-item
    .order-item-accordion {
    padding: 15px;
  }
  body.page-cabinet .page-with-sidebar .page-with-sidebar-body .order-item-top {
    align-items: center;
    gap: 10px;
  }
  body.page-cabinet
    .page-with-sidebar
    .page-with-sidebar-body
    .order-item-top
    .order-number {
    font-size: 11px;
    line-height: 12px;
  }
  body.page-cabinet
    .page-with-sidebar
    .page-with-sidebar-body
    .order-item-top
    .order-frame
    .order-frame-status {
    font-size: 11px;
    line-height: 12px;
    margin-right: 5px;
  }
  body.page-cabinet
    .page-with-sidebar
    .page-with-sidebar-body
    .order-item-top
    .order-frame-action
    span {
    font-size: 11px;
    line-height: 12px;
  }
  body.page-cabinet
    .page-with-sidebar
    .page-with-sidebar-body
    .order-item-top
    .order-frame-action
    svg {
    width: 10px;
    height: 10px;
  }
  body.page-cabinet
    .page-with-sidebar
    .page-with-sidebar-body
    .order-item-body
    .order-products
    .order-product
    .order-product-body
    .order-product-name
    span {
    font-size: 9px;
    line-height: 12px;
  }
  body.page-cabinet
    .page-with-sidebar
    .page-with-sidebar-body
    .order-item-body
    .order-products
    .order-product
    .order-product-body
    .order-product-detail {
    gap: 15px;
  }
  body.page-cabinet
    .page-with-sidebar
    .page-with-sidebar-body
    .order-item-body
    .order-products
    .order-product
    .order-product-body
    .order-product-detail
    span {
    font-size: 10px;
    line-height: 11px;
    white-space: nowrap;
    margin: 0;
  }
  body.page-cabinet
    .page-with-sidebar
    .page-with-sidebar-body
    .order-item-body
    .order-item-foot {
    flex-direction: column;
    gap: 20px;
  }
  body.page-cabinet
    .page-with-sidebar
    .page-with-sidebar-body
    .order-item-body
    .order-item-foot
    .btn-sq {
    width: 100%;
    text-align: center;
    padding: 8.5px 8px 8.5px;
    font-size: 11px;
    line-height: 12px;
  }
  body.page-cabinet
    .page-with-sidebar
    .page-with-sidebar-body
    .order-item-body
    .order-item-foot
    .order-frame-status {
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  body.page-cabinet
    .page-with-sidebar
    .page-with-sidebar-body
    .order-item-body
    .order-item-foot
    .order-frame-status
    .delivery {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  body.page-cabinet
    .page-with-sidebar
    .page-with-sidebar-body
    .order-item-body
    .order-item-foot
    .order-frame-status
    .delivery
    span {
    font-size: 12px;
    line-height: 12px;
  }
  body.page-cabinet
    .page-with-sidebar
    .page-with-sidebar-body
    .order-item-body
    .order-item-foot
    .order-frame-status
    .amount {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  body.page-cabinet
    .page-with-sidebar
    .page-with-sidebar-body
    .order-item-body
    .order-item-foot
    .order-frame-status
    .amount
    span {
    font-size: 12px;
    line-height: 12px;
  }
  body.page-cabinet .page-with-sidebar .page-with-sidebar-body .btn-showmore {
    width: 100%;
    text-align: center;
    padding: 8.5px 8px 8.5px;
    font-size: 11px;
    line-height: 12px;
  }
  body.page-cabinet .presonal-datas,
  body.page-cabinet .page-with-sidebar-body .main-catalog-section,
  body.page-cabinet .page-with-sidebar-body .orders {
    margin-bottom: 48px;
  }
  body.page-cabinet
    .presonal-datas-container
    .ordering-form
    .ordering-form-datas
    .group-row.form-inputs {
    flex-direction: column;
    gap: 20px;
  }
  body.page-cabinet
    .presonal-datas-container
    .ordering-form
    .ordering-form-datas
    .group
    input,
  body.page-cabinet
    .presonal-datas-container
    .ordering-form
    .ordering-form-datas
    .group
    input::placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  body.page-cabinet
    .presonal-datas-container
    .ordering-form
    .ordering-form-datas
    .group
    input {
    padding: 8.5px 8px 8.5px;
    width: 100%;
  }
  body.page-cabinet
    .presonal-datas-container
    .ordering-form
    .ordering-form-datas
    button {
    width: 100%;
    text-align: center;
    padding: 8.5px 8px 8.5px;
    font-size: 12px;
  }
  body.page-cabinet
    .presonal-datas-container
    .ordering-form
    .form-inputs
    label {
    font-size: 14px;
    line-height: 14px;
  }
}
.page-signup {
  background: #faf3e9;
}
.page-signup section.sign-up {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 314px;
}
.page-signup section.sign-up .section-title {
  justify-content: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 40px;
}
.page-signup section.sign-up .signup-form-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 32px 40px;
  max-width: 680px;
  width: 100%;
  border-radius: 16px;
  background: #fffbf3;
}
.page-signup section.sign-up .signup-form-container .ordering-form {
  overflow: hidden;
}
.page-signup
  section.sign-up
  .signup-form-container
  .ordering-form
  .ordering-form-datas {
  width: 100%;
}
.page-signup
  section.sign-up
  .signup-form-container
  .ordering-form
  .ordering-form-datas
  .section-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  justify-content: flex-start;
  position: relative;
}
.page-signup
  section.sign-up
  .signup-form-container
  .ordering-form
  .ordering-form-datas
  .section-title::after,
.page-signup
  section.sign-up
  .signup-form-container
  .ordering-form
  .ordering-form-datas
  .section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 0.4px solid #d9ccaa;
  bottom: -16px;
}
.page-signup
  section.sign-up
  .signup-form-container
  .ordering-form
  .ordering-form-datas
  .group {
  max-width: 288px;
}
.page-signup
  section.sign-up
  .signup-form-container
  .ordering-form
  .ordering-form-datas
  .group
  input {
  max-width: 288px;
  color: #5a3916;
}
.page-signup
  section.sign-up
  .signup-form-container
  .ordering-form
  .form-input-check {
  margin-bottom: 48px;
}
.page-signup
  section.sign-up
  .signup-form-container
  .ordering-form
  .form-input-check
  .form__check {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 48px;
}
.page-signup
  section.sign-up
  .signup-form-container
  .ordering-form
  .form-input-check
  .form__check
  input {
  display: none;
}
.page-signup
  section.sign-up
  .signup-form-container
  .ordering-form
  .form-input-check
  .form__small {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #967745;
}
.page-signup
  section.sign-up
  .signup-form-container
  .ordering-form
  .form-input-check
  .form__small
  a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #cf9941;
}
.page-signup
  section.sign-up
  .signup-form-container
  .ordering-form
  .form-input-check
  .form__small::after {
  cursor: pointer;
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: #faf3e9;
  border: 0.8px solid #d9ccaa;
  border-radius: 6px;
  left: -48px;
  top: calc(50% - 16px);
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.page-signup
  section.sign-up
  .signup-form-container
  .ordering-form
  .form-input-check
  .form__check
  input:checked
  + .form__small::after {
  background: #faf3e9 url(/icon/allow.svg) center no-repeat;
}
.page-signup section.sign-up .signup-form-container .ordering-form button {
  outline: none;
  border: none;
  width: 100%;
  padding: 16px 24px 16px;
}

@media (min-width: 451px) and (max-width: 1399px) {
  body.page-signup .ordering-form .ordering-form-datas .group-row.form-inputs {
    gap: 15px;
  }
}
@media (max-width: 450px) {
  .page-signup main section.sign-up .signup-form-container {
    padding: 20px;
  }
  .page-signup
    main
    section.sign-up
    .signup-form-container
    .ordering-form
    .ordering-form-datas
    .group-row {
    flex-direction: column;
  }
  .page-signup
    main
    section.sign-up
    .signup-form-container
    .ordering-form
    .ordering-form-datas
    input {
    margin-bottom: 12px;
  }
  .page-signup
    main
    section.sign-up
    .signup-form-container
    .ordering-form
    .ordering-form-datas:not(:last-child) {
    margin-bottom: 20px;
  }
}
.page-signin {
  background: #faf3e9;
}
.page-signin section.sign-up {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-signin .signin-form-container {
  padding: 40px 40px 44px;
  gap: 24px;
  background: #fffbf3;
  border-radius: 16px;
  max-width: 520px;
  width: 100%;
  margin-bottom: 200px;
}
.page-signin .signin-form-container .section-title {
  justify-content: center;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 24px;
}
.page-signin .signin-form-container .section-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #967745;
  justify-content: center;
}
.page-signin
  .signin-form-container
  .ordering-form
  .ordering-form-datas
  .group-row
  .group {
  max-width: unset;
}
.page-signin
  .signin-form-container
  .ordering-form
  .ordering-form-datas
  .group-row
  .group:not(:last-child) {
  margin-bottom: 24px;
}
.page-signin
  .signin-form-container
  .ordering-form
  .ordering-form-datas
  .group-row
  input {
  max-width: unset;
}
.page-signin
  .signin-form-container
  .ordering-form
  .ordering-form-datas
  .group-row
  label {
  line-height: 18px;
}
.page-signin
  .signin-form-container
  .ordering-form
  .ordering-form-datas
  .group-row
  a {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #cf9941;
}
.page-signin
  .signin-form-container
  .ordering-form
  .ordering-form-datas
  button[type="submit"],
.page-signin
  .signin-form-container
  .ordering-form
  .ordering-form-datas
  a.btn-sq {
  width: 100%;
  text-align: center;
  outline: none;
}
.page-signin
  .signin-form-container
  .ordering-form
  .ordering-form-datas
  button[type="submit"] {
  border: none;
  padding: 16px 24px 16px;
  margin-bottom: 16px;
}
.page-signin
  .signin-form-container
  .ordering-form
  .ordering-form-datas
  a.btn-sq {
  padding: 15px 24px 15px;
}
.page-signin
  .signin-form-container
  .ordering-form
  .ordering-form-datas:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 450px) {
  .page-signin .sign-up .signin-form-container {
    padding: 20px;
  }
}
.page-cart {
  background: #faf3e9;
}
.page-cart .content-wrapper {
  background: #faf3e9;
}
.page-cart .main-catalog-section {
  margin-bottom: 40px;
}
.page-cart .main-catalog-section .catalog-row .catalog-card {
  background-color: #fffbf3;
}
.page-cart .section-title {
  margin-bottom: 40px;
}
.page-cart .ordering-form-datas .section-title {
  position: relative;
  margin-bottom: 40px;
}
.page-cart .ordering-form-datas .section-title::after,
.page-cart .ordering-form-datas .section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 0.4px solid #d9ccaa;
  bottom: -16px;
}
.page-cart .cart-section {
  margin-bottom: 93px;
}
.page-cart .page-with-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page-cart .page-with-sidebar-body {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
  background: #fffbf3;
  border-radius: 16px;
  padding: 24px;
}
.page-cart .page-with-sidebar-body .cart-item.divider {
  height: 32px;
}
.page-cart .cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.page-cart .cart-item .cart-item-img {
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
}
.page-cart .cart-item .cart-item-img img {
  max-height: 88px;
}
.page-cart .cart-item .cart-item-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-left: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 0px 16px 0px 0px;
}
.page-cart .cart-item .cart-item-body {
  max-width: 284px;
  width: 100%;
}
.page-cart .cart-item .cart-item-body .product-item-title a {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.page-cart .cart-item .cart-item-body .product-item-title a span:first-child {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #5a3916;
}
.page-cart .cart-item .cart-item-body .product-item-title a span:last-child {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #967745;
  flex: none;
}
.page-cart .cart-item .cart-item-price span {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #967745;
  text-transform: uppercase;
}
.page-cart .cart-item .cart-item-amount span {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #5a3916;
}
.page-cart .cart-item .cart-item-remove svg {
  cursor: pointer;
}
.page-cart .cart-item .cart-item-remove svg:hover {
  transform: scale(1.2);
}
.page-cart .cart-item .cart-item-remove span {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ea5d2b;
}
.page-cart .cart-item .cart-item-qty {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #faf3e9;
  background-color: #faf3e9;
  border-radius: 5px;
  font-size: 30px;
}
.page-cart .cart-item .cart-item-qty .ctrl__button--decrement {
  border-radius: 6px 0 0 6px;
}
.page-cart .cart-item .cart-item-qty .ctrl__button--increment {
  border-radius: 0 6px 6px 0;
}
.page-cart .cart-item .cart-item-qty .ctrl__button {
  width: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #faf3e9;
  transition: background-color 100ms ease-in;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-cart .cart-item .cart-item-qty .ctrl__counter {
  position: relative;
  width: 40px;
  height: 40px;
  color: #5a3916;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
}
.page-cart .cart-item .cart-item-qty .ctrl__counter-input {
  font-family: "Source Sans 3";
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  box-shadow: none;
  outline: none;
  border: none;
  color: #5a3916;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  transition: opacity 100ms ease-in;
  background-color: #faf3e9;
}
.page-cart .cart-item.divider {
  border-radius: unset;
  position: relative;
}
.page-cart .cart-item.divider::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 0.4px solid #d9ccaa;
}
.page-cart .cart-item .cart-header-img {
  width: 88px;
}
.page-cart .cart-header-container {
  width: 100%;
  justify-content: space-between;
  margin-left: 16px;
  padding: 0px 16px 0px 0px;
}
.page-cart .cart-header-container .cart-header-item {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #967745;
}
.page-cart .cart-header-container .cart-header-item:first-child {
  max-width: 260px;
  width: 100%;
}
.page-cart .page-sidebar {
  padding: 32px 32px 44px;
  border-radius: 16px;
  background: #fffbf3;
  gap: 48px;
  margin-left: 40px;
  max-width: 440px;
  width: 100%;
}
.page-cart .page-sidebar .cart-info .cart-info-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #5a3916;
  margin-bottom: 32px;
}
.page-cart .page-sidebar .cart-info .cart-info-item {
  justify-content: space-between;
}
.page-cart .page-sidebar .cart-info .cart-info-item .cart-info-data {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.page-cart .page-sidebar .cart-info .divider {
  margin: 20px 0;
}
.page-cart .page-sidebar .cart-info .cart-info-item-total .cart-info-data {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #cf9941;
}
.page-cart
  .page-sidebar
  .cart-info
  .cart-info-item-total
  .cart-info-data:last-child {
  font-size: 24px;
}
.page-cart .page-sidebar .btn-sq {
  width: 100%;
  padding: 16px 24px 16px;
  text-align: center;
}
.page-cart
  .main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__separator
  span {
  background-color: #fffbf3;
}
.page-cart .page-with-sidebar-body.ordering-cart {
  padding: 32px 32px 40px;
}
.page-cart .page-with-sidebar-body.ordering-cart .cart-item.divider {
  height: 40px;
}
.page-cart .order-section {
  margin-bottom: 277px;
}
.page-cart .cart-info-item.order:not(:last-child) {
  margin-bottom: 16px;
}
.page-cart .cart-info-item.order .cart-info-data a {
  margin-right: 4px;
}
.page-cart .cart-info-item.order .cart-info-data a span {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #5a3916;
}
.page-cart .cart-info-item.order .cart-info-data span {
  font-weight: 400;
  color: #cf9941;
}
.page-cart .form-textarea label {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

@media (min-width: 451px) and (max-width: 1399px) {
  body.page-cart .section-title {
    justify-content: center;
  }
  body.page-cart .section-title span {
    text-align: center;
  }
  body.page-cart .page-with-sidebar {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  body.page-cart
    .cart-item
    .cart-item-body
    .product-item-title
    a
    span:first-child,
  body.page-cart
    .cart-item
    .cart-item-body
    .product-item-title
    a
    span:last-child {
    font-size: calc((100vw - 480px) / 800 * 8 + 12px);
  }
  body.page-cart .cart-item .cart-item-price span {
    font-size: calc((100vw - 480px) / 800 * 8 + 12px);
  }
  body.page-cart .cart-item .cart-item-container .group {
    gap: 15px;
    align-items: center;
  }
  body.page-cart .cart-item .cart-item-amount span {
    font-size: calc((100vw - 480px) / 800 * 8 + 12px);
  }
  body.page-cart .cart-item .cart-item-qty .ctrl__counter {
    width: 20px;
    height: 20px;
  }
  body.page-cart .cart-item .cart-item-qty .ctrl__counter-input {
    line-height: 20px;
    font-size: 18px;
  }
  body.page-cart .main-catalog-section .catalog-row {
    justify-content: center;
    gap: 20px;
  }
  body.page-cart .main-catalog-section .catalog-row .catalog-card {
    margin: 0;
  }
  body.page-cart .ordering-form .ordering-form-datas .group-row.form-inputs {
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 450px) {
  body.page-cart .cart-section {
    margin-bottom: 48px;
  }
  body.page-cart .cart-header-container .cart-header-item {
    font-size: 12px;
    line-height: 12px;
  }
  body.page-cart .page-with-sidebar {
    flex-direction: column;
    gap: 20px;
  }
  body.page-cart .page-with-sidebar-body {
    margin: 0;
    padding: 10px;
    width: 100%;
  }
  body.page-cart .cart-item {
    position: relative;
  }
  body.page-cart .cart-item .cart-item-body {
    max-width: 100px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  body.page-cart
    .cart-item
    .cart-item-body
    .product-item-title
    a
    span:first-child,
  body.page-cart
    .cart-item
    .cart-item-body
    .product-item-title
    a
    span:last-child {
    font-size: 14px;
    line-height: 16px;
  }
  body.page-cart .cart-item .group {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  body.page-cart .cart-item .group:first-child {
    margin-bottom: 10px;
  }
  body.page-cart .cart-item .cart-item-container {
    flex-direction: column;
  }
  body.page-cart .cart-item .cart-item-price span {
    font-size: 16px;
    line-height: 16px;
  }
  body.page-cart .cart-item .cart-item-qty {
    width: fit-content;
  }
  body.page-cart .cart-item .cart-item-qty .ctrl__button {
    width: 30px;
    line-height: 20px;
  }
  body.page-cart .cart-item .cart-item-qty .ctrl__button svg {
    width: 20px;
    height: 20px;
  }
  body.page-cart .cart-item .cart-item-qty .ctrl__counter {
    height: 32px;
  }
  body.page-cart .cart-item .cart-item-qty .ctrl__counter-input {
    line-height: 32px;
    font-size: 16px;
  }
  body.page-cart .cart-item .cart-item-amount span {
    font-size: 16px;
  }
  body.page-cart .cart-item .cart-item-remove {
    position: absolute;
    top: -13px;
    left: 5px;
    z-index: 20;
  }
  body.page-cart .page-sidebar {
    margin: 0;
    gap: 20px;
  }
  body.page-cart .page-sidebar .cart-info .cart-info-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  body.page-cart .page-sidebar .cart-info .divider {
    margin: 15px 0;
  }
  body.page-cart .page-sidebar .cart-info .cart-info-item-total .cart-info-data,
  body.page-cart
    .page-sidebar
    .cart-info
    .cart-info-item-total
    .cart-info-data:last-child {
    font-size: 16px;
    line-height: 16px;
  }
  body.page-cart .page-sidebar .btn-sq {
    padding: 9px 8px;
    font-size: 10px;
    line-height: 14px;
  }
  body.page-cart .order-section {
    margin-bottom: 48px;
  }
  body.page-cart .page-with-sidebar-body.ordering-cart {
    padding: 20px 20px 30px;
  }
  body.page-cart
    .page-with-sidebar-body.ordering-cart
    .ordering-form-datas
    .group-row.form-inputs {
    flex-direction: column;
    gap: 20px;
  }
  body.page-cart
    .page-with-sidebar-body.ordering-cart
    .ordering-form-datas
    .group-row.delivery {
    flex-direction: column;
    gap: 40px;
  }
  body.page-cart
    .page-with-sidebar-body.ordering-cart
    .ordering-form-datas
    .group-row.delivery
    .group {
    max-width: unset;
  }
  body.page-cart
    .page-with-sidebar-body.ordering-cart
    .ordering-form-datas
    .group-row.delivery
    .group
    .group-item
    span {
    font-size: 14px;
  }
  body.page-cart
    .page-with-sidebar-body.ordering-cart
    .ordering-form-datas
    .group-row.delivery
    .group
    .group-item
    a {
    font-size: 12px;
  }
  body.page-cart
    .page-with-sidebar-body.ordering-cart
    .ordering-form-datas
    .group-row.payment {
    flex-direction: column;
    gap: 20px;
  }
  body.page-cart
    .page-with-sidebar-body.ordering-cart
    .ordering-form-datas
    .group-row.payment
    .group-item {
    max-width: 100vw;
  }
  body.page-cart .page-sidebar {
    padding: 20px 20px 30px;
  }
  body.page-cart
    .page-sidebar
    .cart-info
    .cart-info-item
    .cart-info-data
    a
    span {
    font-size: 12px;
  }
  body.page-cart
    .page-sidebar
    .cart-info
    .cart-info-item.order:not(:last-child) {
    margin-bottom: 10px;
  }
}
.page-news {
  background: #faf3e9;
}
.page-news .content-wrapper {
  background: #faf3e9;
}
.page-news .news-section {
  margin-bottom: 170px;
}
.page-news .news-section .section-title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 40px;
}
.page-news .news-section .news-row {
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0px;
  gap: 40px;
  margin-bottom: 40px;
}
.page-news .news-section .news-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  gap: 32px;
  border-radius: 16px;
  background: #fffbf3;
  max-width: 440px;
  width: 100%;
}
.page-news .news-section .news-card .group:last-child {
  width: 100%;
  margin-top: auto;
}
.page-news .news-section .news-card .news-card-img {
  position: relative;
  max-height: 240px;
}
.page-news .news-section .news-card .news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-news .news-section .news-card .news-card-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.page-news .news-section .news-card .news-card-content .news-card-title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 26px;
}
.page-news .news-section .news-card .news-card-content .news-card-title span,
.page-news .news-section .news-card .news-card-content .news-card-title a {
  font-size: 28px;
  line-height: 36px;
  color: #5a3916;
}
.page-news .news-section .news-card .news-card-content .news-card-desc {
  text-overflow: ellipsis;
  overflow: hidden;
  /* height: 56px; */
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #967745;
  margin-bottom: 24px;
}
.page-news .news-section .news-card .news-card-content .news-card-date {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #967745;
}
.page-news .news-section .news-card a.btn-sq {
  width: 100%;
  text-align: center;
  padding: 15px 24px 15px;
}
.page-news .news-section .news-card:hover {
  box-shadow: 0px 12px 24px rgba(38, 39, 71, 0.12);
}

@media (min-width: 451px) and (max-width: 1399px) {
  body.page-news .news-section .section-title {
    justify-content: center;
  }
  body.page-news .news-section .news-row {
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 450px) {
  .page-news main .news-section {
    margin-bottom: 48px;
  }
  .page-news main .news-section .page-title {
    font-size: 20px;
    line-height: 20px;
  }
  .page-news main .news-section .news-card {
    gap: 10px;
  }
  .page-news main .news-section .news-card a.btn-sq {
    padding: 8px 24px 8px;
  }
  .page-news
    main
    .news-section
    .news-card
    .news-card-content
    .news-card-title
    span {
    font-size: 20px;
    line-height: 20px;
  }
}
.page-news-detail {
  background: #faf3e9;
}
.page-news-detail .content-wrapper {
  background: #faf3e9;
}
.page-news-detail .article {
  margin: 40px 0 141px;
}
.page-news-detail .img-container {
  border-radius: 16px;
  max-height: 480px;
  overflow: hidden;
}
.page-news-detail .img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-news-detail .article article {
  margin-top: 40px;
}
.page-news-detail .article article .h3 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
}
.page-news-detail .article article p {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: #5a3916;
}
.page-news-detail .article article p:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 451px) and (max-width: 1399px) {
  body.page-news-detail .content-wrapper .container .content {
    padding: 0 30px;
  }
  body.page-news-detail .article article p {
    font-size: calc((100vw - 480px) / 800 * 8 + 14px);
  }
}
@media (max-width: 450px) {
  .page-news-detail main .page-title {
    font-size: 20px;
    line-height: 20px;
  }
  .page-news-detail main .article {
    margin: 20px 0 48px;
  }
  .page-news-detail main .article .img-container img {
    width: 100%;
    border-radius: 16px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .page-news-detail main .article article {
    margin-top: 20px;
  }
  .page-news-detail main .article article .h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .page-news-detail main .article article p {
    font-size: 12px;
    line-height: 20px;
  }
  .page-news-detail main .article article p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.page-single {
  background: #faf3e9;
}
.page-single .content-wrapper {
  background: #faf3e9;
}
.page-single .section-title {
  margin-bottom: 40px;
}
.page-single .page-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  color: #5a3916;
}
.page-single .main-form {
  background-color: #fffbf3;
}
.page-single
  .main-contacts
  .main-contacts-container
  .main-contacts-item:first-child {
  background-color: #fffbf3;
}
.page-single .main-about-item.about-company:last-child {
  margin-bottom: 0px;
}

.page-about-us .main-about {
  margin-top: 40px;
  margin-bottom: 80px;
}
.page-about-us .main-about-body {
  justify-content: space-around;
}
.page-about-us .main-about-desc p:not(:last-child) {
  margin-bottom: 16px;
}
.page-about-us .main-form {
  margin-bottom: 80px;
}
.page-about-us .main-contacts {
  margin-bottom: 190px;
}

@media (min-width: 451px) and (max-width: 1399px) {
  body.page-single.page-about-us .content-wrapper .container .content {
    padding: 0 30px;
  }
  body.page-single.page-about-us .main-about-item.about-company {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  body.page-single.page-about-us .main-about-item.about-partners {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.page-single.page-about-us .page-title,
  body.page-single.page-about-us .main-about-title,
  body.page-single.page-about-us .main-advantage-title {
    text-align: center;
  }
  body.page-single.page-about-us .main-advantage-title {
    margin-bottom: 30px;
  }
  body.page-single.page-about-us .main-form {
    padding: 30px;
    margin-bottom: 48px;
  }
  body.page-single.page-about-us
    .main-form
    .main-form-container
    .main-form-title {
    font-size: 20px;
    line-height: 36px;
  }
  body.page-single.page-about-us
    .main-form
    .main-form-container
    .main-form-desc {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  body.page-single.page-about-us .main-contacts .main-contacts-container {
    gap: 20px;
  }
  body.page-single.page-about-us
    .main-contacts
    .main-contacts-container
    .main-contacts-item:last-child
    .main-contacts-map
    img {
    object-fit: cover;
  }
  body.page-single.page-about-us
    .main-contacts
    .main-contacts-container
    .main-contacts-item:first-child {
    padding: 30px;
  }
}
@media (max-width: 450px) {
  .page-single.page-about-us .page-title,
  .page-single.page-about-us .main-advantage-title {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 20px;
  }
  .page-single.page-about-us .main-about,
  .page-single.page-about-us .main-form,
  .page-single.page-about-us .main-contacts {
    margin-bottom: 48px;
  }
}
.page-contacts .main-contacts {
  margin-bottom: 60px;
}
.page-contacts
  .main-contacts
  .main-contacts-container
  .main-contacts-item:first-child
  .group:not(:last-child) {
  margin-bottom: 40px;
}
.page-contacts .main-contacts-item ul {
  height: 36px;
  list-style-type: none;
}
.page-contacts .main-contacts-item ul li:not(:last-child) {
  margin-right: 12px;
}
.page-contacts .article .section-title {
  margin-bottom: 32px;
}
.page-contacts .article {
  margin-bottom: 60px;
}
.page-contacts .article .group {
  font-size: 20px;
  line-height: 36px;
  color: #5a3916;
}
.page-contacts .group span:first-child {
  font-weight: 600;
}
.page-contacts .group span:last-child {
  font-weight: 400;
}
.page-contacts .main-form {
  margin-bottom: 223px;
}

@media (min-width: 451px) and (max-width: 1399px) {
  .page-single.page-contacts .content-wrapper .container .content {
    padding: 0 30px;
  }
  .page-single.page-contacts .main-contacts .main-contacts-container {
    gap: 20px;
  }
  .page-single.page-contacts
    .main-contacts
    .main-contacts-container
    .main-contacts-item:last-child
    .main-contacts-map
    img {
    object-fit: cover;
  }
  .page-single.page-contacts
    .main-contacts
    .main-contacts-container
    .main-contacts-item:first-child {
    padding: 30px;
  }
  .page-single.page-contacts .main-form {
    padding: 30px;
    margin-bottom: 48px;
  }
  .page-single.page-contacts .main-form .main-form-container .main-form-title {
    font-size: 20px;
    line-height: 36px;
  }
  .page-single.page-contacts .main-form .main-form-container .main-form-desc {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (max-width: 450px) {
  .page-single.page-contacts
    .main-contacts
    .main-contacts-container
    .main-contacts-item:first-child
    .group:not(:last-child) {
    margin-bottom: 20px;
  }
  .page-single.page-contacts .page-title,
  .page-single.page-contacts .section-title span {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }
  .page-single.page-contacts .group span {
    line-height: 20px;
    font-size: 16px;
  }
  .page-single.page-contacts .main-form {
    margin-bottom: 48px;
  }
}
.page-catalog {
  background: #faf3e9;
}
.page-catalog .content-wrapper {
  background: #faf3e9;
}
.page-catalog .section-title {
  margin-bottom: 40px;
}
.page-catalog .section-title span {
  font-size: 48px;
  line-height: 48px;
}
.page-catalog .main-catalog-section {
  margin-bottom: 40px;
}
.page-catalog .main-catalog-section .catalog-row .catalog-card {
  background-color: #fffbf3;
}
.page-catalog .catalog-tag-row {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 40px;
}
.page-catalog .catalog-tag-row li {
  margin: 0 16px 16px 0;
}
.page-catalog .catalog-tag-row 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;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 15px 23px 15px;
}
.page-catalog .catalog-list-footer {
  margin-bottom: 328px;
}

@media (min-width: 1400px) {
  .page-catalog section.main-catalog-section .catalog-row {
    justify-content: flex-start;
  }
  .page-catalog
    section.main-catalog-section
    .catalog-row
    .catalog-card:not(:last-child) {
    margin-right: 40px;
  }
  .page-catalog
    section.main-catalog-section
    .catalog-row
    .catalog-card:nth-child(4n) {
    margin-right: 0px;
  }
}
@media (min-width: 451px) and (max-width: 1399px) {
  body.page-catalog .main-catalog-section .catalog-row {
    gap: 20px;
    justify-content: center;
  }
  body.page-catalog .main-catalog-section .catalog-row .catalog-card {
    margin: 0;
  }
}
@media (max-width: 450px) {
  .page-catalog .catalog-tag-swiper {
    height: 28px;
    overflow: hidden;
    margin-bottom: 21px;
    flex-wrap: nowrap;
  }
  .page-catalog .catalog-tag-swiper .catalog-tag-row {
    flex-direction: column;
  }
  .page-catalog .catalog-tag-swiper .catalog-tag-row li {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: fit-content !important;
  }
  .page-catalog .catalog-tag-swiper .catalog-tag-row li a {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 6px 10px 6px;
    margin: 0;
  }
}
.page-catalog-detail {
  background: #faf3e9;
}
.page-catalog-detail .content-wrapper {
  background: #faf3e9;
}
.page-catalog-detail .main-catalog-section {
  margin-bottom: 150px;
}
.page-catalog-detail .main-catalog-section .catalog-row .catalog-card {
  background-color: #fffbf3;
}
.page-catalog-detail
  .main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__separator
  span {
  background: #fffbf3;
}
.page-catalog-detail .catalog-detail-page {
  padding: 60px;
  gap: 60px;
  border-radius: 16px;
  background: #fffbf3;
  margin-bottom: 96px;
}
.page-catalog-detail .catalog-item {
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.page-catalog-detail .catalog-item .catalog-item-photo {
  width: 49.9%;
}
.page-catalog-detail .catalog-item .catalog-item-desc {
  width: 47.5%;
  height: 100%;
}
.page-catalog-detail .catalog-item .breadcrumbs {
  margin: 0 0 20px 0;
}
.page-catalog-detail .catalog-item .section-title span {
  font-size: 48px;
  line-height: 48px;
  font-feature-settings: "pnum" on, "lnum" on;
  margin-bottom: 40px;
}
.page-catalog-detail .catalog-item .text-content {
  margin-bottom: 40px;
}
.page-catalog-detail .catalog-item .button-container {
  margin-bottom: 40px;
}
.page-catalog-detail .catalog-item .button-container .btn-primary {
  margin-right: 12px;
}
.page-catalog-detail .catalog-item .button-container a.btn {
  padding: 16px 24px 13px;
}
.page-catalog-detail .catalog-item .main-props-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #5a3916;
  margin-bottom: 24px;
}
.page-catalog-detail .catalog-item .main-props .main-props-item:last-child {
  margin-bottom: 0;
}
.page-catalog-detail .catalog-item .main-props .main-props-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  overflow: hidden;
}
.page-catalog-detail
  .catalog-item
  .main-props
  .main-props-item
  .main-props__key {
  position: relative;
}
.page-catalog-detail
  .catalog-item
  .main-props
  .main-props-item
  .main-props__key::before {
  content: "";
  position: absolute;
  width: 50rem;
  height: 1px;
  border-bottom: 0.4px solid #d9ccaa;
  bottom: 6px;
}
.page-catalog-detail
  .catalog-item
  .main-props
  .main-props-item
  .main-props__key
  span,
.page-catalog-detail
  .catalog-item
  .main-props
  .main-props-item
  .main-props__value
  span {
  background: #fffbf3;
  position: relative;
  display: inline-block;
}
.page-catalog-detail
  .catalog-item
  .main-props
  .main-props-item
  .main-props__key
  span {
  padding-right: 8px;
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #5a3916;
}
.page-catalog-detail
  .catalog-item
  .main-props
  .main-props-item
  .main-props__value
  span {
  padding-left: 8px;
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #cf9941;
}
.page-catalog-detail .catalog-item-photo .catalog-card__img {
  position: relative;
  overflow: hidden;
}
.page-catalog-detail .catalog-item-photo .catalog-card__img .tag {
  position: absolute;
  top: 0;
  left: 0;
}
.page-catalog-detail .catalog-item-photo .catalog-card__img img {
  max-height: 664px;
}
.page-catalog-detail .catalog-item-photo .catalog-card__img .arrows--left {
  left: 40px;
  top: 50%;
  z-index: 20;
}
.page-catalog-detail .catalog-item-photo .catalog-card__img .arrows--right {
  right: 40px;
  top: 50%;
  z-index: 20;
}
.page-catalog-detail .swiper {
  display: flex;
  max-width: 632px;
  max-height: 664px;
}
.page-catalog-detail .swiper-slide {
  display: flex;
  justify-content: center;
}
.page-catalog-detail .section-title {
  margin-bottom: 60px;
}

@media (min-width: 451px) and (max-width: 1399px) {
  body.page-catalog-detail .content-wrapper .container .content {
    padding: 0 30px;
  }
  body.page-catalog-detail .catalog-item {
    flex-direction: column;
    gap: 30px;
  }
  body.page-catalog-detail .catalog-item .catalog-item-photo,
  body.page-catalog-detail .catalog-item .catalog-item-desc {
    width: 100%;
  }
  body.page-catalog-detail .swiper {
    max-width: 70vw;
    max-height: 700px;
  }
  body.page-catalog-detail .main-catalog-section .catalog-row {
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 450px) {
  body.page-catalog-detail .catalog-detail-page {
    padding: 0;
    background-color: #faf3e9;
    margin-bottom: 48px;
  }
  body.page-catalog-detail .catalog-detail-page .catalog-item {
    flex-direction: column;
  }
  body.page-catalog-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-photo {
    width: 100%;
    margin: 20px 0px;
  }
  body.page-catalog-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-photo
    .catalog-card__img
    img {
    max-height: 300px;
  }
  body.page-catalog-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-photo
    .catalog-card__img
    .arrows--left {
    left: 10px;
  }
  body.page-catalog-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-photo
    .catalog-card__img
    .arrows--right {
    right: 10px;
  }
  body.page-catalog-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-photo
    .swiper {
    width: 100%;
    max-height: 300px;
  }
  body.page-catalog-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-desc {
    width: 100%;
  }
  body.page-catalog-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-desc
    .section-title {
    margin: 0;
    justify-content: center;
  }
  body.page-catalog-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-desc
    .section-title
    span {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 24px;
  }
  body.page-catalog-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-desc
    .text-content {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
  }
  body.page-catalog-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-desc
    .button-container {
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
  }
  body.page-catalog-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-desc
    .button-container
    a {
    width: 100%;
    text-align: center;
    padding: 9px 8px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
  }
  body.page-catalog-detail
    .catalog-detail-page
    .catalog-item
    .main-props
    .main-props-item {
    margin-bottom: 5px;
  }
  body.page-catalog-detail
    .catalog-detail-page
    .catalog-item
    .main-props
    .main-props-item
    .main-props__key
    span,
  body.page-catalog-detail
    .catalog-detail-page
    .catalog-item
    .main-props
    .main-props-item
    .main-props__value
    span {
    background-color: #faf3e9;
    font-size: 12px;
  }
  body.page-catalog-detail .main-catalog-section {
    margin-bottom: 48px;
  }
}
.page-recipes {
  background: #faf3e9;
  overflow-x: hidden;
}
.page-recipes .main-catalog-section {
  gap: 40px;
}
.page-recipes .main-catalog-section .section-title {
  margin-bottom: 0px;
}
.page-recipes .main-catalog-section .catalog-row .catalog-card {
  background: rgb(255, 251, 243);
}
.page-recipes
  .main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__separator
  span {
  background: rgb(255, 251, 243);
  color: rgb(150, 119, 69);
  font-family: "Source Sans 3";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 8%;
  text-align: left;
  text-transform: uppercase;
}
.page-recipes
  .main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__footer
  .catalog-card__content
  .catalog-card__title {
  color: rgb(90, 57, 22);
  font-family: "Source Sans 3";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  height: 48px;
  margin: 0;
}

@media screen and (min-width: 481px) and (max-width: 1400px) {
  .main-catalog-section .catalog-row {
    align-items: center;
    justify-content: center !important;
  }
}
@media screen and (max-width: 480px) {
  .page-recipes .content-wrapper {
    overflow-x: hidden;
  }
  .page-recipes .h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .page-recipes .main-catalog-section .catalog-row .catalog-card {
    padding: 13.6px;
  }
  .page-recipes
    .main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-card__top {
    margin-bottom: 10px;
  }
  .page-recipes
    .main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__separator {
    margin-bottom: 5.1px;
  }
  .page-recipes
    .main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__separator
    span {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 0px 5px;
  }
  .page-recipes
    .main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__separator::before {
    bottom: 6px;
  }
  .page-recipes
    .main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__footer
    .catalog-card__content
    .catalog-card__title {
    height: 26.4px;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-recipes .main-catalog-section .catalog-row .catalog-card .btn {
    padding: 10px;
    border: none;
    color: rgb(90, 57, 22);
    letter-spacing: 2%;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background: rgb(250, 243, 233);
    border-radius: 42.5px;
  }
}
.page-recipes-detail {
  background: #faf3e9;
}
.page-recipes-detail .content-wrapper {
  background: #faf3e9;
}
.page-recipes-detail .main-catalog-section {
  margin-bottom: 150px;
}
.page-recipes-detail .main-catalog-section .catalog-row .catalog-card {
  display: flex;
  background-color: #fffbf3;
  max-width: 320px;
  width: 100%;
}
.page-recipes-detail
  .main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__separator
  span {
  background: #fffbf3;
}
.page-recipes-detail .catalog-detail-page {
  padding: 60px 60px 40px 60px;
  gap: 60px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: #fffbf3;
}
.page-recipes-detail .catalog-item {
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.page-recipes-detail .catalog-item .catalog-item-photo {
  width: 49.9%;
}
.page-recipes-detail .catalog-item .catalog-item-desc {
  width: 47.5%;
  height: 100%;
}
.page-recipes-detail .catalog-item .breadcrumbs {
  margin: 0 0 20px 0;
}
.page-recipes-detail .catalog-item .section-title span {
  font-size: 48px;
  line-height: 48px;
  font-feature-settings: "pnum" on, "lnum" on;
  margin-bottom: 40px;
}
.page-recipes-detail .catalog-item .text-content {
  margin-bottom: 32px;
}
.page-recipes-detail .catalog-item .text-content ul {
  padding-left: 20px;
}
.page-recipes-detail .catalog-item .button-container {
  margin-bottom: 40px;
}
.page-recipes-detail .catalog-item .button-container .btn-primary {
  margin-right: 12px;
}
.page-recipes-detail .catalog-item .button-container a.btn {
  padding: 16px 24px 13px;
}
.page-recipes-detail .catalog-item .main-props-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #5a3916;
  margin-bottom: 24px;
}
.page-recipes-detail .catalog-item .main-props .main-props-item:last-child {
  margin-bottom: 0;
}
.page-recipes-detail .catalog-item .main-props .main-props-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  overflow: hidden;
}
.page-recipes-detail
  .catalog-item
  .main-props
  .main-props-item
  .main-props__key {
  position: relative;
}
.page-recipes-detail
  .catalog-item
  .main-props
  .main-props-item
  .main-props__key::before {
  content: "";
  position: absolute;
  width: 50rem;
  height: 1px;
  border-bottom: 0.4px solid #d9ccaa;
  bottom: 6px;
}
.page-recipes-detail
  .catalog-item
  .main-props
  .main-props-item
  .main-props__key
  span,
.page-recipes-detail
  .catalog-item
  .main-props
  .main-props-item
  .main-props__value
  span {
  background: #fffbf3;
  position: relative;
  display: inline-block;
}
.page-recipes-detail
  .catalog-item
  .main-props
  .main-props-item
  .main-props__key
  span {
  padding-right: 8px;
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #5a3916;
}
.page-recipes-detail
  .catalog-item
  .main-props
  .main-props-item
  .main-props__value
  span {
  padding-left: 8px;
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #cf9941;
}
.page-recipes-detail .catalog-item .swiper {
  display: flex;
  max-width: 632px;
  max-height: 664px;
}
.page-recipes-detail .catalog-item .swiper-slide {
  display: flex;
  justify-content: center;
}
.page-recipes-detail .catalog-item-photo .catalog-card__img {
  position: relative;
  overflow: hidden;
}
.page-recipes-detail .catalog-item-photo .catalog-card__img .tag {
  position: absolute;
  top: 0;
  left: 0;
}
.page-recipes-detail .catalog-item-photo .catalog-card__img img {
  max-height: 664px;
}
.page-recipes-detail .catalog-item-photo .catalog-card__img .arrows--left {
  left: 40px;
  top: 50%;
  z-index: 20;
}
.page-recipes-detail .catalog-item-photo .catalog-card__img .arrows--right {
  right: 40px;
  top: 50%;
  z-index: 20;
}
.page-recipes-detail .section-title {
  margin-bottom: 32px;
}
.page-recipes-detail .you-will-need {
  margin-bottom: 96px;
}
.page-recipes-detail .catalog-card__title {
  color: rgb(90, 57, 22);
  font-family: "Source Sans 3";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  height: 48px;
  margin: 0;
}
.page-recipes-detail .read-more {
  color: rgb(207, 153, 65);
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  display: none;
  margin-top: 12px;
}
.page-recipes-detail .read-more.show {
  display: inline-block;
}
.page-recipes-detail [read-more-wrapper] {
  margin-bottom: 32px;
}
.page-recipes-detail [read-more-wrapper] .text-content {
  margin: 0;
}
.page-recipes-detail [read-more-wrapper] [read-more-content] {
  height: 68px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page-recipes-detail .btn-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 184px;
}
.page-recipes-detail .similar-products-slider {
  overflow: hidden;
}
.page-recipes-detail .similar-products-slider .nav-group {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-right: 3px;
}
.page-recipes-detail .similar-products-slider .nav-group .left {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #967745;
  transition: all 0.3s ease-in-out;
}
.page-recipes-detail .similar-products-slider .nav-group .left::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='14' viewBox='0 0 10 14' fill='none'%3E%3Cpath d='M8.97708 13.6377C9.44201 13.1545 9.44201 12.3708 8.97708 11.8871L3.79841 7.00019L8.97708 2.11331C9.44201 1.62963 9.44201 0.846418 8.97708 0.362761C8.51215 -0.12092 7.75907 -0.12092 7.29414 0.362761L1.26952 6.04743C1.01831 6.30908 0.90753 6.65756 0.928219 7.00022C0.90753 7.34228 1.01831 7.69136 1.26952 7.95298L7.29414 13.6377C7.75907 14.1208 8.51213 14.1208 8.97708 13.6377Z' fill='white'/%3E%3C/svg%3E");
  width: 9px;
  height: 14px;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-80%, -50%);
}
.page-recipes-detail .similar-products-slider .nav-group .left:hover {
  box-shadow: 0px 12px 24px rgba(38, 39, 71, 0.12);
  transform: scale(1.05);
}
.page-recipes-detail .similar-products-slider .nav-group .right {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #967745;
  transition: all 0.3s ease-in-out;
}
.page-recipes-detail .similar-products-slider .nav-group .right::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='14' viewBox='0 0 10 14' fill='none'%3E%3Cpath d='M1.02448 13.6377C0.559549 13.1545 0.559549 12.3708 1.02448 11.8871L6.20316 7.00019L1.02448 2.11331C0.559549 1.62963 0.559549 0.846418 1.02448 0.362761C1.48941 -0.12092 2.24249 -0.12092 2.70742 0.362761L8.73204 6.04743C8.98325 6.30908 9.09403 6.65756 9.07334 7.00022C9.09403 7.34228 8.98325 7.69136 8.73204 7.95298L2.70742 13.6377C2.24249 14.1208 1.48943 14.1208 1.02448 13.6377Z' fill='%23ffffff'/%3E%3C/svg%3E");
  width: 9px;
  height: 14px;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.page-recipes-detail .similar-products-slider .nav-group .right:hover {
  box-shadow: 0px 12px 24px rgba(38, 39, 71, 0.12);
  transform: scale(1.05);
}
.page-recipes-detail .similar-products-slider .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0px;
}

@media (min-width: 451px) and (max-width: 1399px) {
  body.page-recipes-detail .content-wrapper .container .content {
    padding: 0 30px;
  }
  body.page-recipes-detail .catalog-item {
    flex-direction: column;
    gap: 30px;
  }
  body.page-recipes-detail .catalog-item .catalog-item-photo,
  body.page-recipes-detail .catalog-item .catalog-item-desc {
    width: 100%;
  }
  body.page-recipes-detail .swiper {
    max-width: 70vw;
    max-height: 700px;
  }
  body.page-recipes-detail .main-catalog-section .catalog-row {
    justify-content: center;
    gap: 20px;
  }
}
@media (min-width: 1000px) {
  body.page-recipes-detail .mobile {
    display: none;
  }
}
@media (max-width: 1000px) {
  body.page-recipes-detail .desktop {
    display: none;
  }
  body.page-recipes-detail .h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  }
  body.page-recipes-detail .catalog-detail-page {
    padding: 20px;
  }
  body.page-recipes-detail .you-will-need {
    padding: 20px;
    border-radius: 0 0 8px 8px;
    margin-bottom: 40px;
  }
  body.page-recipes-detail .you-will-need .needs-title {
    padding-top: 32px;
  }
  body.page-recipes-detail .you-will-need .needs-list {
    align-items: center;
    justify-content: center;
  }
  body.page-recipes-detail .you-will-need .cart-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    gap: 20px;
  }
  body.page-recipes-detail
    .you-will-need
    .cart-item
    .cart-item-body
    .product-item-title
    a {
    gap: 5px;
  }
  body.page-recipes-detail .you-will-need .cart-item .cart-item-qty {
    border-radius: 6px;
    width: 100%;
    justify-content: space-between;
  }
  body.page-recipes-detail .you-will-need .cart-item-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 12px;
  }
  body.page-recipes-detail .you-will-need .cart-item-container .cart-item-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.page-recipes-detail
    .you-will-need
    .cart-item-container
    .cart-item-body
    .product-item-title {
    width: fit-content;
  }
  body.page-recipes-detail
    .you-will-need
    .cart-item-container
    .cart-item-amount {
    display: none;
  }
  body.page-recipes-detail .you-will-need .cart-item-container .btn-wrapper {
    width: 100%;
  }
  body.page-recipes-detail
    .you-will-need
    .cart-item-container
    .btn-wrapper
    .btn {
    width: 100%;
    text-align: center;
    color: rgb(90, 57, 22);
    font-family: "Source Sans 3";
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
  }
  body.page-recipes-detail .read-more {
    font-size: 12px;
    line-height: 12px;
  }
  body.page-recipes-detail .text-content {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 24px;
  }
  body.page-recipes-detail [read-more-wrapper] [read-more-content] {
    height: 64px;
    -webkit-line-clamp: 4;
  }
  body.page-recipes-detail .catalog-item {
    padding: 20px;
    border-radius: 8px 8px 0 0;
    background: rgb(255, 251, 243);
  }
  body.page-recipes-detail .catalog-item .main-props-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 12px;
  }
  body.page-recipes-detail .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  body.page-recipes-detail .content-wrapper .container .content {
    padding: 0;
  }
  body.page-recipes-detail .breadcrumbs {
    margin: 32px 0 12px 0;
  }
  body.page-recipes-detail .catalog-item .arrows--left svg,
  body.page-recipes-detail .catalog-item .arrows--right svg,
  body.page-recipes-detail .catalog-item .arrows--left,
  body.page-recipes-detail .catalog-item .arrows--right {
    width: 25px;
    height: 25px;
  }
  body.page-recipes-detail .catalog-detail-page {
    padding: 0 16px;
    background-color: #faf3e9;
    margin-bottom: 48px;
  }
  body.page-recipes-detail .catalog-detail-page .catalog-item {
    flex-direction: column;
  }
  body.page-recipes-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-photo {
    width: 100%;
    margin: 20px 0px;
  }
  body.page-recipes-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-photo
    .catalog-card__img
    img {
    max-height: 300px;
  }
  body.page-recipes-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-photo
    .catalog-card__img
    .arrows--left {
    left: 10px;
  }
  body.page-recipes-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-photo
    .catalog-card__img
    .arrows--right {
    right: 10px;
  }
  body.page-recipes-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-photo
    .swiper {
    width: 100%;
    max-height: 300px;
  }
  body.page-recipes-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-desc {
    width: 100%;
    height: fit-content;
  }
  body.page-recipes-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-desc
    .section-title {
    margin: 0;
    justify-content: center;
  }
  body.page-recipes-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-desc
    .section-title
    span {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 24px;
  }
  body.page-recipes-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-desc
    .text-content {
    font-size: 12px;
    line-height: 20px;
  }
  body.page-recipes-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-desc
    .button-container {
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
  }
  body.page-recipes-detail
    .catalog-detail-page
    .catalog-item
    .catalog-item-desc
    .button-container
    a {
    width: 100%;
    text-align: center;
    padding: 9px 8px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
  }
  body.page-recipes-detail
    .catalog-detail-page
    .catalog-item
    .main-props
    .main-props-item {
    margin-bottom: 5px;
  }
  body.page-recipes-detail
    .catalog-detail-page
    .catalog-item
    .main-props
    .main-props-item
    .main-props__key
    span,
  body.page-recipes-detail
    .catalog-detail-page
    .catalog-item
    .main-props
    .main-props-item
    .main-props__value
    span {
    color: rgb(90, 57, 22);
    font-size: 12px;
    font-weight: 200;
    line-height: 12px;
  }
  body.page-recipes-detail .main-catalog-section {
    margin-bottom: 48px;
  }
  body.page-recipes-detail .you-will-need {
    gap: 24px;
    width: calc(100vw - 32px);
    margin: 0 auto;
  }
  body.page-recipes-detail
    .you-will-need
    .cart-item
    .cart-item-qty
    .ctrl__counter {
    height: 24px;
  }
  body.page-recipes-detail
    .you-will-need
    .cart-item
    .cart-item-qty
    .ctrl__counter
    input {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
  }
  body.page-recipes-detail
    .you-will-need
    .cart-item-container
    .btn-wrapper
    .btn {
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
  }
  body.page-recipes-detail .main-catalog-section {
    padding: 40px 0 40px 16px;
  }
  body.page-recipes-detail .main-catalog-section .nav-group {
    display: none;
  }
  body.page-recipes-detail .main-catalog-section .catalog-row .catalog-card {
    padding: 13.6px;
  }
  body.page-recipes-detail
    .main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-card__top {
    margin-bottom: 10px;
  }
  body.page-recipes-detail
    .main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__separator {
    margin-bottom: 5.1px;
  }
  body.page-recipes-detail
    .main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__separator
    span {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 0px 5px;
  }
  body.page-recipes-detail
    .main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__separator::before {
    bottom: 6px;
  }
  body.page-recipes-detail
    .main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__footer
    .catalog-card__content
    .catalog-card__title {
    height: 26.4px;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  body.page-recipes-detail
    .main-catalog-section
    .catalog-row
    .catalog-card
    .btn {
    padding: 10px;
    border: none;
    color: rgb(90, 57, 22);
    letter-spacing: 2%;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background: rgb(250, 243, 233);
    border-radius: 42.5px;
  }
}
.main-promo {
  height: 900px;
  background-color: #fffbf3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-promo .page-promo-img {
  background-image: url("/local/templates/template/css/local/templates/template/img/svg/page-promo-img.svg");
  top: -28px;
}
.main-promo .page-promo-composition {
  width: 100%;
  height: 100%;
}
.main-promo .page-promo-composition .composition-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-promo .page-promo-composition .composition-container img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.main-promo .main-promo-content {
  max-height: 268px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-promo .main-promo-content .btn {
  padding: 16px 24px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.02em;
}

@media (max-width: 999px) {
  section.main-promo .main-promo-content .btn {
    font-size: 13px;
    line-height: 13px;
  }
}
@media (min-width: 300px) and (max-width: 1399px) {
  section.main-promo {
    background-color: #faf3e9;
    height: 70vw;
  }
  section.main-promo .page-promo-img {
    display: none;
  }
  section.main-promo .page-promo-composition {
    top: 35vw;
  }
  section.main-promo .main-promo-content {
    top: 35vw;
    max-height: 23vw;
  }
  section.main-promo .main-promo-content img {
    max-width: 32vw;
    width: 100%;
  }
  section.main-promo .main-promo-content .btn {
    padding: 1.5vw 4vw;
  }
}
@media (max-width: 450px) {
  section.main-promo {
    height: 220px;
  }
  section.main-promo .page-promo-img {
    background-image: none;
    background-color: #faf3e9;
  }
  section.main-promo .page-promo-composition {
    max-width: unset;
    top: 50%;
  }
  section.main-promo .main-promo-content {
    display: flex;
    flex-direction: column;
    max-height: 70px;
    height: 100%;
    justify-content: space-between;
    top: 49%;
  }
  section.main-promo .main-promo-content img {
    max-width: 92px;
  }
  section.main-promo .main-promo-content .btn {
    max-width: 116px;
    width: 100%;
    padding: 6px 9px 6px;
    border: 1px solid #cf9941;
    border-radius: 100px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    color: #cf9941;
    background-color: #faf3e9;
    margin-top: unset;
  }
}
.main-about {
  margin-top: 60px;
  margin-bottom: 159px;
}
.main-about .main-about-title {
  margin-bottom: 40px;
}
.main-about .main-about-item .main-about-body {
  max-width: 800px;
  width: 100%;
}
.main-about .main-about-item .main-about-body .main-about-desc {
  color: #5a3916;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 40px;
}
.main-about
  .main-about-item
  .main-about-body
  .main-about-desc
  p:not(:last-child) {
  margin-bottom: 20px;
}
.main-about .main-about-item .main-about-body .btn {
  letter-spacing: 0.02em;
  padding: 15px 23px 15px 23px;
}
.main-about .main-about-item .main-about-img {
  max-width: 560px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: end;
}
.main-about .main-about-item.about-company {
  margin-bottom: 80px;
}
.main-about .parallax {
  position: absolute;
  width: fit-content;
}
.main-about .parallax .parallax-item .parallax-item__img {
  position: relative;
  right: 15vw;
  top: 430px;
}

@media (max-width: 1440px) {
  .main-about .main-about-item .main-about-img.flex-row {
    align-items: center;
  }
}
@media (max-width: 450px) {
  section.main-about {
    margin-top: 24px;
    margin-bottom: 42px;
  }
  section.main-about .main-about-title {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 20px;
  }
  section.main-about .main-about-item {
    flex-direction: column;
  }
  section.main-about .main-about-item .main-about-body .main-about-desc {
    margin-bottom: 0;
  }
  section.main-about
    .main-about-item
    .main-about-body
    .main-about-desc
    p:first-child {
    margin-bottom: 16px;
  }
  section.main-about .main-about-item .main-about-body .main-about-desc p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 32px;
  }
  section.main-about .main-about-item .main-about-body .btn {
    width: 100%;
    text-align: center;
    padding: 9px 8px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
  }
  section.main-about .main-about-item .main-about-img {
    margin-bottom: 24px;
  }
  section.main-about .main-about-item .main-about-img img {
    max-width: 260px;
  }
  section.main-about .main-about-item.about-company {
    flex-direction: column-reverse;
    margin-bottom: 0px;
  }
  section.main-about .main-about-item.about-company .main-about-img img {
    max-width: 187px;
  }
  section.main-about .main-about-item.about-partners .main-about-img img {
    max-width: 260px;
  }
}
.main-catalog-section {
  margin-bottom: 100px;
}
.main-catalog-section .parallax {
  position: absolute;
}
.main-catalog-section .parallax .parallax-item .parallax-item__img.cocktail {
  position: relative;
  right: -1397px;
  top: -225px;
}
.main-catalog-section
  .parallax
  .parallax-item
  .parallax-item__img.catalog-leaf-right {
  position: relative;
  top: 720px;
  left: 1480px;
}
.main-catalog-section
  .parallax
  .parallax-item
  .parallax-item__img.catalog-leaf-left {
  position: relative;
  top: 300px;
  left: -200px;
}
.main-catalog-section .section-title {
  justify-content: space-between;
  margin-bottom: 48px;
}
.main-catalog-section .section-title .btn {
  letter-spacing: 0.02em;
  font-weight: 700;
  padding: 16px 24px 16px;
  color: #ffffff;
}
.main-catalog-section .catalog-row {
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  gap: 40px;
}
.main-catalog-section .catalog-row .catalog-card {
  position: relative;
  padding: 32px 32px 36px;
  width: 320px;
  background: #faf3e9;
  border-radius: 16px;
}
.main-catalog-section .catalog-row .catalog-card .catalog-card__top {
  margin-bottom: 24px;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-card__top
  .catalog-card__img {
  position: relative;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-card__top
  .catalog-card__img
  img {
  max-height: 324px;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-card__top
  .catalog-card__img
  .tag {
  position: absolute;
  top: 0;
  left: 0;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-card__top
  .catalog-card__img
  .heart-favors {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  cursor: pointer;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-card__top
  .catalog-card__img
  .heart-favors
  svg {
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-card__top
  .catalog-card__img
  .heart-favors
  #heart {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  display: block;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-card__top
  .catalog-card__img
  .heart-favors
  #remove {
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  display: none;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-card__top
  .catalog-card__img
  .heart-favors:hover
  #heart {
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  display: none;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-card__top
  .catalog-card__img
  .heart-favors:hover
  #remove {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  display: block;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-card__bottom
  .bottom-item:first-child {
  margin-bottom: 24px;
}
.main-catalog-section .catalog-row .catalog-card .catalog-cart__separator {
  position: relative;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.08em;
  color: #967745;
  margin-bottom: 12px;
}
.main-catalog-section .catalog-row .catalog-card .catalog-cart__separator span {
  position: relative;
  display: block;
  width: fit-content;
  height: 100%;
  margin: 0 auto;
  background: #faf3e9;
  padding: 0 12px;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__separator::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #d9ccaa;
  bottom: 7px;
}
.main-catalog-section .catalog-row .catalog-card .catalog-cart__footer {
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__footer
  .catalog-card__content {
  width: 100%;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__footer
  .catalog-card__content
  span {
  font-family: "Source Sans 3";
  font-style: normal;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__footer
  .catalog-card__content
  .catalog-card__title {
  margin-bottom: 16px;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__footer
  .catalog-card__content
  .catalog-card__title
  span:first-child {
  font-weight: 600;
  font-size: 24px;
  line-height: 0px;
  color: #5a3916;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__footer
  .catalog-card__content
  .catalog-card__title
  span:last-child {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #967745;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__footer
  .catalog-card__content
  .catalog-card__new-price {
  margin-right: 8px;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__footer
  .catalog-card__content
  .catalog-card__new-price.new
  span:first-child,
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__footer
  .catalog-card__content
  .catalog-card__new-price.new
  span:last-child {
  color: #967745;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__footer
  .catalog-card__content
  .catalog-card__new-price
  span:first-child {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #ea5d2b;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__footer
  .catalog-card__content
  .catalog-card__new-price
  span:last-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #ea5d2b;
  margin-left: 3px;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__footer
  .catalog-card__content
  .catalog-card__old-price
  span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #967745;
  white-space: pre;
  position: relative;
  display: inline-block;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .catalog-cart__footer
  .catalog-card__content
  .catalog-card__old-price
  span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  color: #ea5d2b;
  width: 100%;
  height: 0;
  border-bottom: 2px solid red;
  transform: rotate(-23.96deg);
}
.main-catalog-section .catalog-row .catalog-card .btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  padding: 14px 24px 14px;
  letter-spacing: 0.02em;
  z-index: 19;
}
.main-catalog-section .catalog-row .catalog-card .catalog-card__link a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 16px;
}
.main-catalog-section
  .catalog-row
  .catalog-card
  .btn:hover
  + .catalog-card__link
  a {
  box-shadow: 0px 12px 24px rgba(38, 39, 71, 0.12);
}
.main-catalog-section .catalog-row .catalog-card__link a:hover {
  box-shadow: 0px 12px 24px rgba(38, 39, 71, 0.12);
}

.main-advantage {
  margin-bottom: 100px;
}
.main-advantage .parallax {
  position: absolute;
}
.main-advantage
  .parallax
  .parallax-item
  .parallax-item__img.advantage-paper-left {
  position: relative;
  top: -118px;
  left: -233px;
}
.main-advantage
  .parallax
  .parallax-item
  .parallax-item__img.advantage-paper-right {
  position: relative;
  top: 0px;
  left: 1446px;
}
.main-advantage .main-advantage-item .main-advantage-body {
  max-width: 800px;
  width: 100%;
}
.main-advantage
  .main-advantage-item
  .main-advantage-body
  .main-advantage-title {
  color: #5a3916;
}
.main-advantage
  .main-advantage-item
  .main-advantage-body
  .main-advantage-title.hidden-mobile {
  margin-bottom: 40px;
}
.main-advantage
  .main-advantage-item
  .main-advantage-body
  .main-advantage-desc
  p {
  color: #5a3916;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}
.main-advantage .main-advantage-item .main-advantage-img {
  max-width: 560px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: end;
}

.main-form {
  width: 100%;
  height: fit-content;
  background: #faf3e9;
  padding: 88px 116px 96px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 122px;
}
.main-form .main-form-container .main-form-title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  color: #5a3916;
  margin-bottom: 16px;
}
.main-form .main-form-container .main-form-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #967745;
  margin-bottom: 59px;
}
.main-form .main-form-container form {
  max-width: 440px;
  width: 100%;
}
.main-form .main-form-container form label {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #967745;
  margin-bottom: 12px;
}
.main-form .main-form-container form input {
  background: #fffbf3;
  border: 0.8px solid #d9ccaa;
  border-radius: 6px;
  padding: 12.5px 16px;
  margin-bottom: 24px;
  color: #967745;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  outline: none;
}
.main-form .main-form-container form input[name="email"] {
  margin-bottom: 40px;
}
.main-form .main-form-container form input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #d9ccaa;
}
.main-form .main-form-container form input:-webkit-autofill,
.main-form .main-form-container form input:-webkit-autofill:hover,
.main-form .main-form-container form input:-webkit-autofill:focus,
.main-form .main-form-container form textarea:-webkit-autofill,
.main-form .main-form-container form textarea:-webkit-autofill:hover,
.main-form .main-form-container form textarea:-webkit-autofill:focus,
.main-form .main-form-container form select:-webkit-autofill,
.main-form .main-form-container form select:-webkit-autofill:hover,
.main-form .main-form-container form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #967745 !important;
  border: 0.8px solid #d9ccaa;
  background-color: #fffbf3;
}
.main-form .main-form-container form input:focus,
.main-form .main-form-container form input:focus-visible,
.main-form .main-form-container form input:active {
  border: 0.8px solid #5a3916;
  background-color: #fffbf3;
  box-shadow: none;
}
.main-form .main-form-container form button {
  width: 100%;
  padding: 16px 24px 16px;
  background: #cf9941;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.02em;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
  transition: 0.4s;
}
.main-form .main-form-container form button:hover {
  background: #78bb23;
  color: #ffffff;
  font-weight: 700;
}
.main-form .main-form-container form button:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    #78bb23;
  color: #ffffff;
  font-weight: 700;
}
.main-form .main-form-container form .main-form-confirmation {
  color: #967745;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.main-form .form-img__left,
.main-form .form-img__right {
  position: absolute;
}
.main-form .form-img__left {
  left: 40px;
  bottom: 0;
  max-height: 286px;
}
.main-form .form-img__right {
  top: 250px;
  right: 140px;
}

.main-contacts {
  margin-bottom: 116px;
}
/*.main-contacts .main-contacts-container {
  justify-content: space-between;
}*/
.main-contacts .main-contacts-container .main-contacts-item:first-child {
  padding: 40px 36px 60px;
  /*background-color: #faf3e9;*/
  border-radius: 16px;
  max-width: 440px;
  width: 100%;
}
.main-contacts
  .main-contacts-container
  .main-contacts-item:first-child
  .main-contacts-title {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  color: #5a3916;
  margin-bottom: 40px;
}
.main-contacts
  .main-contacts-container
  .main-contacts-item:first-child
  .group:not(:last-child) {
  margin-bottom: 32px;
}
.main-contacts
  .main-contacts-container
  .main-contacts-item:first-child
  .group
  span:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #967745;
  margin-bottom: 8px;
}
.main-contacts
  .main-contacts-container
  .main-contacts-item:first-child
  .group
  span:last-child {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #5a3916;
}
.main-contacts .main-contacts-container .main-contacts-item:last-child {
  max-width: 920px;
  max-height: 388px;
  width: 100%;
  overflow: hidden;
}
.main-contacts
  .main-contacts-container
  .main-contacts-item:last-child
  .main-contacts-map,
.main-contacts
  .main-contacts-container
  .main-contacts-item:last-child
  .main-contacts-map
  img {
  height: 100%;
  width: 100%;
  border-radius: 16px;
}

.you-will-need {
  background: #fffbf3;
  padding: 40px 60px 60px 60px;
  border-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 40px;
}
.you-will-need .needs-title {
  color: rgb(90, 57, 22);
  font-family: "Source Sans 3";
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  width: 100%;
  padding-top: 40px;
  border-top: 2px solid rgb(250, 243, 233);
}
.you-will-need .needs-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 20px;
}
.you-will-need .btn-light-dk:hover {
  font-weight: 400;
}
.you-will-need .cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.you-will-need .cart-item .cart-item-img {
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
}
.you-will-need .cart-item .cart-item-img img {
  max-height: 88px;
}
.you-will-need .cart-item .cart-item-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-left: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 0px 16px 0px 0px;
}
.you-will-need .cart-item .cart-item-body {
  max-width: 350px;
  width: 100%;
}
.you-will-need .cart-item .cart-item-body .product-item-title a {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.you-will-need
  .cart-item
  .cart-item-body
  .product-item-title
  a
  span:first-child {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #5a3916;
}
.you-will-need
  .cart-item
  .cart-item-body
  .product-item-title
  a
  span:last-child {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #967745;
  flex: none;
}
.you-will-need .cart-item .cart-item-price span {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #967745;
  text-transform: uppercase;
}
.you-will-need .cart-item .cart-item-amount span {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #5a3916;
}
.you-will-need .cart-item .cart-item-remove svg {
  cursor: pointer;
}
.you-will-need .cart-item .cart-item-remove svg:hover {
  transform: scale(1.2);
}
.you-will-need .cart-item .cart-item-remove span {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ea5d2b;
}
.you-will-need .cart-item .cart-item-qty {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #faf3e9;
  background-color: #faf3e9;
  border-radius: 5px;
  font-size: 30px;
}
.you-will-need .cart-item .cart-item-qty .ctrl__button--decrement {
  border-radius: 6px 0 0 6px;
}
.you-will-need .cart-item .cart-item-qty .ctrl__button--increment {
  border-radius: 0 6px 6px 0;
}
.you-will-need .cart-item .cart-item-qty .ctrl__button {
  width: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #faf3e9;
  transition: background-color 100ms ease-in;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.you-will-need .cart-item .cart-item-qty .ctrl__counter {
  position: relative;
  width: 40px;
  height: 40px;
  color: #5a3916;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
}
.you-will-need .cart-item .cart-item-qty .ctrl__counter-input {
  font-family: "Source Sans 3";
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  box-shadow: none;
  outline: none;
  border: none;
  color: #5a3916;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  transition: opacity 100ms ease-in;
  background-color: #faf3e9;
}
.you-will-need .cart-item .cart-item-qty.external-item {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 999px) {
  cart-item-qty
    ctrl
    external-item
    body.page-recipes-detail
    .you-will-need
    .cart-item
    .cart-item-qty.external-item {
    display: none;
  }
}
@media (max-width: 1550px) {
  .parallax.hidden-mobile {
    display: none;
  }
}
@media (min-width: 1000px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 999px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (max-width: 450px) {
  .content-wrapper {
    background-color: #faf3e9;
  }
  .content-wrapper .container .content {
    padding: 0 16px;
  }
  .page-title {
    font-size: 20px;
    line-height: 20px;
  }
  section.main-catalog-section {
    margin-bottom: 48px;
  }
  section.main-catalog-section .section-title {
    margin-bottom: 21px;
  }
  section.main-catalog-section .section-title span {
    font-size: 20px;
    line-height: 20px;
  }
  section.main-catalog-section .catalog-row .catalog-card {
    padding: 12px;
    width: 47%;
    height: unset;
    background: #fffbf3;
    margin-bottom: 21px;
  }
  section.main-catalog-section .catalog-row .catalog-card .catalog-card__top {
    margin-bottom: 12px;
  }
  section.main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-card__top
    .catalog-card__img
    a {
    padding: 2px 4px;
    font-size: 10px;
    line-height: 10px;
  }
  section.main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-card__top
    .catalog-card__img
    img {
    max-height: 144px;
  }
  section.main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__separator
    span {
    font-size: 8px;
    line-height: 14px;
    letter-spacing: 0.08em;
    background: #fffbf3;
  }
  section.main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-card__bottom
    .bottom-item:first-child {
    margin-bottom: 16px;
  }
  section.main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__footer
    .catalog-card__content
    .catalog-card__title {
    margin-bottom: 12px;
    line-height: 14px;
  }
  section.main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__footer
    .catalog-card__content
    .catalog-card__title
    span:first-child {
    font-size: 14px;
    line-height: 14px;
  }
  section.main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__footer
    .catalog-card__content
    .catalog-card__title
    span:last-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
  }
  section.main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__footer
    .catalog-card__content
    .catalog-card__price {
    line-height: 14px;
  }
  section.main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__footer
    .catalog-card__content
    .catalog-card__price
    .catalog-card__new-price
    span {
    font-size: 14px;
    line-height: 14px;
  }
  section.main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__footer
    .catalog-card__content
    .catalog-card__price
    .catalog-card__old-price
    span {
    font-size: 12px;
    line-height: 12px;
  }
  section.main-catalog-section .catalog-row .catalog-card .btn {
    padding: 8px 10px 8px;
    border: 1px solid #cf9941;
    color: #cf9941;
    letter-spacing: 0.02em;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    width: 100%;
  }
  section.main-catalog-section .catalog-row .catalog-card .heart-favors svg {
    height: 20px;
    width: 20px;
  }
  section.main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__separator
    span {
    line-height: 8px;
  }
  section.main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-cart__separator::before {
    bottom: 4px;
  }
  section.main-catalog-section .btn.hidden-desktop {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    font-weight: 700;
    padding: 10px 8px;
  }
  section.main-catalog-section .catalog-list-footer {
    margin-bottom: 80px;
  }
  section.main-advantage {
    margin-bottom: 48px;
  }
  section.main-advantage .main-advantage-title.hidden-desktop {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 24px;
  }
  section.main-advantage .main-advantage-item {
    flex-direction: column-reverse;
  }
  section.main-advantage
    .main-advantage-item
    .main-advantage-body
    .main-advantage-desc
    p:first-child {
    margin-bottom: 16px;
  }
  section.main-advantage
    .main-advantage-item
    .main-advantage-body
    .main-advantage-desc
    p {
    font-size: 12px;
    line-height: 20px;
  }
  section.main-advantage .main-advantage-item .main-advantage-img {
    margin-bottom: 24px;
  }
  section.main-advantage .main-advantage-item .main-advantage-img img {
    max-width: 214px;
  }
  section.main-form {
    padding: 20px 20px 24px;
    background-color: #fffbf3;
    margin-bottom: 32px;
  }
  section.main-form .main-form-container .main-form-title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  section.main-form .main-form-container .main-form-desc {
    font-size: 12px;
    line-height: 13.5px;
    margin-bottom: 24px;
  }
  section.main-form .main-form-container .main-form-desc br {
    display: none;
  }
  section.main-form .main-form-container form label {
    font-size: 14px;
    line-height: 14px;
  }
  section.main-form .main-form-container form input {
    padding: 8.4px 8px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 12px;
  }
  section.main-form .main-form-container form input::placeholder {
    font-size: 12px;
    line-height: 12px;
  }
  section.main-form .main-form-container form input[name="email"] {
    margin-bottom: 0;
  }
  section.main-form .main-form-container form button {
    padding: 9px 8px;
    margin-top: 24px;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 16px;
  }
  section.main-form .main-form-container form .main-form-confirmation {
    font-size: 10px;
    line-height: 14px;
  }
  section.main-contacts {
    margin-bottom: 48px;
  }
  section.main-contacts .main-contacts-container {
    flex-direction: column-reverse;
  }
  section.main-contacts
    .main-contacts-container
    .main-contacts-item:last-child
    .main-contacts-map {
    overflow: hidden;
  }
  section.main-contacts
    .main-contacts-container
    .main-contacts-item:last-child
    .main-contacts-map
    img {
    width: auto;
    height: 200px;
  }
  section.main-contacts
    .main-contacts-container
    .main-contacts-item:first-child {
    padding: 16px 20px 24px;
    background-color: #fffbf3;
  }
  section.main-contacts
    .main-contacts-container
    .main-contacts-item:first-child
    .main-contacts-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  section.main-contacts
    .main-contacts-container
    .main-contacts-item:first-child
    .group
    span:first-child {
    font-size: 14px;
    line-height: 14px;
  }
  section.main-contacts
    .main-contacts-container
    .main-contacts-item:first-child
    .group
    span:last-child {
    font-size: 14px;
    line-height: 20px;
  }
  section.main-contacts
    .main-contacts-container
    .main-contacts-item:first-child
    .group:not(:last-child) {
    margin-bottom: 12px;
  }
  section.main-contacts
    .main-contacts-container
    .main-contacts-item:first-child
    .group:last-child {
    margin: unset;
  }
  section.main-contacts
    .main-contacts-container
    .main-contacts-item:last-child {
    max-width: 920px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
  }
  section.main-contacts
    .main-contacts-container
    .main-contacts-item:last-child
    .main-contacts-map,
  section.main-contacts
    .main-contacts-container
    .main-contacts-item:last-child
    .main-contacts-map
    img {
    width: 100%;
    border-radius: 16px;
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 450px) {
  .tingle-modal.default-modal {
    padding: 16px;
  }
  .tingle-modal.default-modal .tingle-modal-box {
    box-shadow: 0px 12px 24px rgba(38, 39, 71, 0.12);
  }
  .tingle-modal.default-modal .tingle-modal__closeLabel {
    display: none;
  }
  .tingle-modal.default-modal .tingle-modal__close {
    background-color: #fffbf3;
    position: absolute;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 16px;
  }
  .tingle-modal.default-modal .tingle-modal-box__content {
    overflow-y: unset;
  }
  .tingle-modal.default-modal .tingle-modal-box__content svg {
    width: 40px;
    height: 40px;
  }
  .tingle-modal.default-modal .tingle-modal-box__content .modal-title {
    font-size: 30px;
    line-height: 30px;
  }
  .tingle-modal.default-modal .tingle-modal-box__content .description {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 450px) {
  .catalog-list-footer {
    flex-direction: column;
    gap: 24px;
  }
  .catalog-list-footer .btn-sq.btn-showmore {
    width: 100%;
    text-align: center;
    padding: 8.5px 8px 8.5px;
  }
  .catalog-list-footer .pagination {
    justify-content: space-around;
  }
  .catalog-list-footer .pagination .page.btn-sq {
    padding: 5px 8.8px 5px;
    margin: 0;
  }
  .catalog-list-footer .pagination .pagination-prev,
  .catalog-list-footer .pagination .pagination-next {
    padding: 8.5px 16px 8.5px;
    font-size: 10px;
    line-height: 10px;
  }
  .catalog-list-footer .pagination .pagination-prev a,
  .catalog-list-footer .pagination .pagination-next a {
    text-transform: uppercase;
  }
}
@media (min-width: 451px) and (max-width: 1399px) {
  body.main-page .content-wrapper .container .content {
    padding: 0 30px;
  }
  body.main-page .main-about-item.about-company {
    flex-direction: column-reverse;
    align-items: center;
  }
  body.main-page .main-about-item.about-partners {
    flex-direction: column;
    align-items: center;
  }
  body.main-page .main-advantage-item {
    flex-direction: column-reverse;
  }
  body.main-page .main-catalog-section .catalog-row {
    justify-content: center;
    gap: 20px;
  }
  body.main-page .main-about-title.hidden-mobile {
    display: none;
  }
  body.main-page .main-about-title.hidden-desktop {
    display: block !important;
    text-align: center;
  }
  body.main-page .main-advantage-title.hidden-mobile {
    display: none;
  }
  body.main-page .main-advantage-title.hidden-desktop {
    display: block !important;
    text-align: center;
    margin-bottom: 40px;
  }
}

.footer-contacts-block li {
  display: flex;
  gap: 5px;
}

.fz15 {
  font-size:15px;
}

.icon-custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-geo {
  background-image: url('/upload/icons/geo.svg');
}

.icon-phone {
  background-image: url('/upload/icons/phone.svg');
}

.icon-clock {
  background-image: url('/upload/icons/clock.svg');
}

.icon-mail {
  background-image: url('/upload/icons/mail.svg');
}

.lh22 {
  line-height: 22px;
}

.fz20 {
  font-size:20px;
}

.underl {
  text-decoration: underline;
}

.footer .footer-body .footer-menu .footer-menu__item li .custom-color {
  color:#967745;
}

.cart-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.cart-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.cart-modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 12px;
    padding: 30px 24px 24px;
    text-align: center;
    min-width: 280px;
    max-width: 90%;
    width: 400px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.cart-modal__close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

.cart-modal__icon {
    width: 56px;
    height: 56px;
    background: #78bb23;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 16px;
}

.cart-modal__icon svg {
    width: 20px;
    height: 20px;
}

.cart-modal__title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
}

.cart-modal__product-name {
    color: #666;
    margin-bottom: 24px;
    font-size: 14px;
}

.cart-modal__buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.cart-modal__btn {
    padding: 10px 20px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    display: inline-block;
    font-family: "Source Sans 3";
}

.cart-modal__btn-primary {
    background: #78bb23;
    color: white;
}

.cart-modal__btn-secondary {
    background: #faf3e9;
    color: #5a3916;
    border: none;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .cart-modal__container {
        width: 90%;
        padding: 25px 20px 20px;
    }
    
    .cart-modal__btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:444px) {
    .cart-modal__buttons {
        flex-wrap:wrap;
    }
}

@media (max-width:1120px) {
  .section-subsections .subsections.swiper-wrapper {
    overflow-x: auto;
  }
}

.main-contacts .main-contacts-container .main-contacts-item.crutch {
  height:380px;
  width:0px;
  padding:0px;
}

.main-contacts .main-contacts-container.flex-row {
  justify-content: center;
}

.curr {
  visibility: hidden;
}

.catalog-card__new-price {
  position: relative;
}

.catalog-card__new-price::after {
  content: '\20bd';
  position: absolute;
  width: 10px;
  top: -5px;
  font-weight: 600;
  font-size: 30px;
  right: 55px;
  color:#EA5D2B;
}

.catalog-row .catalog-card__new-price::after {
  right:33px;
  font-size:24px;
}

@media (max-width: 450px) {
  .catalog-row .catalog-card__new-price::after {
    right:20px;
    font-size:14px;
  }
  .catalog-card__new-price::after {
    top: 0px;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/template/css/swiper-bundle.min.css?168620638517904*/
/**
 * Swiper 9.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 8, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/template/css/tingle.css?16862063854920*/
.tingle-modal * {
  box-sizing: border-box;
}

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /* background: rgba(0, 0, 0, .9); */
  opacity: 0;
  /* cursor: url("data:image/svg+xml,%3Csvg width='19' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.514.535l-6.42 6.42L2.677.536a1.517 1.517 0 00-2.14 0 1.517 1.517 0 000 2.14l6.42 6.419-6.42 6.419a1.517 1.517 0 000 2.14 1.517 1.517 0 002.14 0l6.419-6.42 6.419 6.42a1.517 1.517 0 002.14 0 1.517 1.517 0 000-2.14l-6.42-6.42 6.42-6.418a1.517 1.517 0 000-2.14 1.516 1.516 0 00-2.14 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"), auto; */
}

@supports (backdrop-filter: blur(12px)) {
  .tingle-modal {
    backdrop-filter: blur(12px);
  }
}

/* confirm and alerts
-------------------------------------------------------------- */

.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

/* modal
-------------------------------------------------------------- */

.tingle-modal--noOverlayClose {
  cursor: default;
}

.tingle-modal--noClose .tingle-modal__close {
  display: none;
}

.tingle-modal__close {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 1000;
  padding: 0;
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.tingle-modal__close svg * {
  fill: currentColor;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__close:hover {
  color: #fff;
}

.tingle-modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity;
}

.tingle-modal-box__content {
  padding: 3rem 3rem;
}

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px; /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  transition: bottom .3s ease-in-out .3s;
}

/* state
-------------------------------------------------------------- */

.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
  animation: scale .2s cubic-bezier(.68, -.55, .265, 1.55) forwards;
}

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

/* btn
-------------------------------------------------------------- */

.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color .4s ease;
}

.tingle-btn--primary {
  background-color: #3498db;
}

.tingle-btn--danger {
  background-color: #e74c3c;
}

.tingle-btn--default {
  background-color: #34495e;
}

.tingle-btn--pull-left {
  float: left;
}

.tingle-btn--pull-right {
  float: right;
}

/* responsive
-------------------------------------------------------------- */

@media (max-width : 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }

  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }

  .tingle-modal-box__content {
    overflow-y: scroll;
  }

  .tingle-modal--noClose {
    top: 0;
  }

  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }

  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }

  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #CF9941;
    box-shadow: none;
    color: #fff;
  }

  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }

  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: .8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0;
  }
}

/* animations
-------------------------------------------------------------- */

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* End */


/* Start:/local/templates/template/css/costume.css?175205588316347*/
.catalog-list-footer .btn-sq {
  padding: 0px;
}

.catalog-list-footer .btn-sq.active a {
  /* padding: 13px 17px 13px; */
  color: white;
}

.pagination li a {
  padding: 13px 17px 13px;
}

.catalog-list-footer .btn-sq.btn-showmore {
  padding: 13px 21px 13px;
}

/*page 404*/
.page-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 180px;
}
.page-404 .title {
  margin-bottom: 60px;
}

.page-404 .title h1 {
  font-size: 34px;
  color: #505050;
}
.page-404 .title span {
  font-size: 25px;
  color: #ef4c4e;
  display: block;
  margin-top: 20px;
  text-align: center;
}
.page-404 .notfound-img {
  margin-bottom: 60px;
}
.page-404 img {
  width: 100%;
  animation: hue-animation 5s linear infinite;
}
.page-404 .notfound-text {
  text-align: center;
}
.page-404 p {
  font-size: 20px;
  line-height: 1.71;
  color: #5a3916;
}

.cart-section .page-sidebar.flex-column,
.order-section .page-sidebar.flex-column {
  position: sticky;
  top: 160px;
}

@media (max-width: 480px) {
  .main-catalog-section .catalog-row {
    gap: 16px;
    align-items: stretch;
  }
  section.main-catalog-section .catalog-row .catalog-card .btn.chosen,
  section.main-catalog-section .catalog-row .catalog-card .btn.active {
    border: none;
    color: white;
  }
  .catalog-list-footer .pagination .page.btn-sq.active {
    padding: 10px 17.6px;
  }
  .catalog-list-footer .pagination {
    gap: 4px;
  }

  .header .header-cart .header-link-count {
    top: -10px;
  }

  .about-company-btn {
    margin-bottom: 32px;
  }
  .header .header-cart.mobile .header-link-count.active {
    top: -10px;
    left: 6px;
  }
  section.main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-card__top
    .catalog-card__img
    img {
    min-height: 143px;
  }
  .page-news-detail section.article h2 {
    margin: 20px 0px;
    font-size: 20px;
    line-height: 20px;
  }
  .page-news-detail section.article h3 {
    margin: 15px 0px;
    font-size: 16px;
    line-height: 16px;
  }
  .page-news-detail section.article ul {
    padding-left: 20px;
  }
  .pagination li a,
  .catalog-list-footer .page.btn-sq {
    padding: 5px 8.8px 5px;
    margin: 0;
  }

  .seo-text-wrapper section.main-catalog-section .catalog-list-footer {
    margin-bottom: 20px;
  }
  .seo-text-wrapper section.main-catalog-section {
    margin-bottom: 20px;
  }

  .seo-text-wrapper {
    margin-bottom: 80px;
  }

  .seo-text-wrapper .article h2 {
    margin: 15px 0;
  }

  .seo-text-wrapper .article h3 {
    margin: 10px 0;
  }
  .seo-text-wrapper section.article ul,
  .seo-text-wrapper section.article ol {
    padding-left: 20px;
    margin: 5px 0;
  }

  body.page-news-detail section.article h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0px;
    font-weight: 700;
  }
  body.page-news-detail section.article h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0px;
    font-weight: 700;
  }
}

@media (max-width: 1000px) {
  .page-404 {
    padding-top: 35px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1399px) {
  .page-with-sidebar.right-sidebar-fixed .page-with-sidebar-body {
    width: calc(100% - 500px);
    flex: inherit;
  }
  .page-with-sidebar.right-sidebar-fixed .page-sidebar {
    position: fixed;
    right: 5%;
    top: 144px;
  }
  .main-about-item.flex-row.about-partners {
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .page-catalog
    section.main-catalog-section
    .catalog-row
    .catalog-card:not(:last-child) {
    margin-right: 0px;
  }
}

@media (min-width: 1920px) {
  .page-with-sidebar.right-sidebar-fixed .page-sidebar {
    right: 15%;
  }
}

@media (min-width: 480px) {
  .page-news-detail section.article {
    color: #5a3916;
    font-family: Source Sans 3;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 180% */
  }
  .main-catalog-section
    .catalog-row
    .catalog-card
    .catalog-card__top
    .catalog-card__img
    img {
    min-height: 320px;
  }

  .main-advantage-title.h2.hidden-mobile {
    margin-bottom: 40px;
  }
  .page-news .news-section .news-card .news-card-img {
    height: 240px;
  }
  .page-catalog .seo-text-wrapper .catalog-list-footer {
    /* margin-bottom: 328px;  */
    margin-bottom: 50px;
  }
  .seo-text-wrapper {
    margin-bottom: 328px;
  }
  .seo-text-wrapper .article h2 {
    color: #5a3916;
    font-family: Playfair Display;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 20px 0;
  }
  .seo-text-wrapper .article h3 {
    color: #5a3916;
    font-family: Playfair Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 15px 0;
  }
  .seo-text-wrapper .article p,
  .seo-text-wrapper .article li {
    color: #5a3916;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
  }

  .seo-text-wrapper section.article ul,
  .seo-text-wrapper section.article ol {
    padding-left: 40px;
  }
}

/*BEGIN Статьи и страница новостей */
.page-news .news-section .news-card .group:first-child {
  display: flex;
  width: 100%;
}
.page-news .news-section .news-card .group:first-child .news-card-img {
  display: flex;
  width: 100%;
}
.page-news-detail section.article h2 {
  margin: 20px 0px;
  color: #5a3916;
  font-family: Playfair Display;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.page-news-detail section.article h3 {
  margin: 15px 0px;
  color: #5a3916;
  font-family: Playfair Display;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.page-news-detail section.article ul {
  padding-left: 40px;
}

/* END Статьи и страница новостей */

.attention {
  border: 1.5px solid #ff0000 !important;
}

.page-news-detail section.article img {
  max-width: 90vw;
  border-radius: 16px;
}
.page-news-detail section.article ol {
  padding-left: 40px;
}

/*Успешное оформление заказа*/
.order-confirm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 180px;
}
.order-confirm .title {
  margin-bottom: 20px;
  text-align: center;
}
.order-confirm .order-text {
  color: #5a3916;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 40px;
}
.order-confirm .catalog-link {
  margin-bottom: 72px;
}
.order-confirm .catalog-link a {
  text-decoration: none;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #5a3916;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
}
.order-confirm .personal-page-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;
  text-transform: none;
  text-decoration: none;
  border: 1px solid #d9ccaa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 5px 20px 5px 40px;
  transition: all 0.3s ease-in-out;
}
.order-confirm .personal-page-link a {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #967745;
  position: relative;
}
.order-confirm .personal-page-link a::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 8C11 7.20435 11.3161 6.44129 11.8787 5.87868C12.4413 5.31607 13.2044 5 14 5C14.7956 5 15.5587 5.31607 16.1213 5.87868C16.6839 6.44129 17 7.20435 17 8C17 8.79565 16.6839 9.55871 16.1213 10.1213C15.5587 10.6839 14.7956 11 14 11C13.2044 11 12.4413 10.6839 11.8787 10.1213C11.3161 9.55871 11 8.79565 11 8ZM14 3C12.6739 3 11.4021 3.52678 10.4645 4.46447C9.52678 5.40215 9 6.67392 9 8C9 9.32608 9.52678 10.5979 10.4645 11.5355C11.4021 12.4732 12.6739 13 14 13C15.3261 13 16.5979 12.4732 17.5355 11.5355C18.4732 10.5979 19 9.32608 19 8C19 6.67392 18.4732 5.40215 17.5355 4.46447C16.5979 3.52678 15.3261 3 14 3ZM12 15C10.1435 15 8.36301 15.7375 7.05025 17.0503C5.7375 18.363 5 20.1435 5 22C5 22.7956 5.31607 23.5587 5.87868 24.1213C6.44129 24.6839 7.20435 25 8 25H20C20.7956 25 21.5587 24.6839 22.1213 24.1213C22.6839 23.5587 23 22.7956 23 22C23 20.1435 22.2625 18.363 20.9497 17.0503C19.637 15.7375 17.8565 15 16 15H12ZM7 22C7 20.6739 7.52678 19.4021 8.46447 18.4645C9.40215 17.5268 10.6739 17 12 17H16C17.3261 17 18.5979 17.5268 19.5355 18.4645C20.4732 19.4021 21 20.6739 21 22C21 22.2652 20.8946 22.5196 20.7071 22.7071C20.5196 22.8946 20.2652 23 20 23H8C7.73478 23 7.48043 22.8946 7.29289 22.7071C7.10536 22.5196 7 22.2652 7 22Z' fill='%23CF9941'/%3E%3C/svg%3E");
  top: 0;
  left: -30px;
}

.order-confirm .personal-page-link:hover {
  border: 1px solid #78bb23;
  background-color: #78bb23;
}
.order-confirm .personal-page-link:hover a {
  color: white;
}
.order-confirm .personal-page-link:hover a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 8C11 7.20435 11.3161 6.44129 11.8787 5.87868C12.4413 5.31607 13.2044 5 14 5C14.7956 5 15.5587 5.31607 16.1213 5.87868C16.6839 6.44129 17 7.20435 17 8C17 8.79565 16.6839 9.55871 16.1213 10.1213C15.5587 10.6839 14.7956 11 14 11C13.2044 11 12.4413 10.6839 11.8787 10.1213C11.3161 9.55871 11 8.79565 11 8ZM14 3C12.6739 3 11.4021 3.52678 10.4645 4.46447C9.52678 5.40215 9 6.67392 9 8C9 9.32608 9.52678 10.5979 10.4645 11.5355C11.4021 12.4732 12.6739 13 14 13C15.3261 13 16.5979 12.4732 17.5355 11.5355C18.4732 10.5979 19 9.32608 19 8C19 6.67392 18.4732 5.40215 17.5355 4.46447C16.5979 3.52678 15.3261 3 14 3ZM12 15C10.1435 15 8.36301 15.7375 7.05025 17.0503C5.7375 18.363 5 20.1435 5 22C5 22.7956 5.31607 23.5587 5.87868 24.1213C6.44129 24.6839 7.20435 25 8 25H20C20.7956 25 21.5587 24.6839 22.1213 24.1213C22.6839 23.5587 23 22.7956 23 22C23 20.1435 22.2625 18.363 20.9497 17.0503C19.637 15.7375 17.8565 15 16 15H12ZM7 22C7 20.6739 7.52678 19.4021 8.46447 18.4645C9.40215 17.5268 10.6739 17 12 17H16C17.3261 17 18.5979 17.5268 19.5355 18.4645C20.4732 19.4021 21 20.6739 21 22C21 22.2652 20.8946 22.5196 20.7071 22.7071C20.5196 22.8946 20.2652 23 20 23H8C7.73478 23 7.48043 22.8946 7.29289 22.7071C7.10536 22.5196 7 22.2652 7 22Z' fill='white'/%3E%3C/svg%3E");
}

@media (max-width: 450px) {
  .order-confirm {
    padding-bottom: 80px;
  }
  .order-confirm .order-text {
    font-size: 17px;
    font-weight: 600;
  }

  .contact-phone a {
    font-size: 14px;
    line-height: 20px;
  }
  .registration-attention-notification span {
    font-size: 18px;
    line-height: 22px;
  }
}

.attention-notification {
  margin-top: 10px;
  color: #ff0000;
}

.ordering-form .ordering-form-datas .group-row.form-inputs {
  align-items: baseline;
}

.ordering-form.flex-column #bx-soa-error {
  /* display: none; */
}

.footer-gravity-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
}

.contact-phone a {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #5a3916;
}

.contact-mail a {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #5a3916;
  text-decoration: underline;
}

.registration-attention-notification {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.registration-attention-notification span {
  color: #5a3916;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
.registration-attention-notification .ordering-form-datas.flex-column {
  gap: 16px;
}
.registration-attention-notification button {
  border: none;
}

.btn-light-dk {
  background: #faf3e9;
  color: #5a3916;
}

.btn-light-dk:hover,
.btn-light-dk.active {
  background: #78bb23;
  color: #ffffff;
  font-weight: 700;
}

.btn-light-dk:active,
.btn-light-dk.chosen {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    #78bb23;
  color: #ffffff;
  font-weight: 700;
}

.single-map {
  display: flex;
  width: 100%;
  height: 517px;
}
.page-news-detail.page-payment .article {
  margin: 40px 0;
}

@media (max-width: 450px) {
  .single-map {
    height: 250px;
  }
}

.successful-auth {
  color: #5a3916;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

.successful-auth a {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #5a3916;
  cursor: pointer;
}

.successful-auth a:hover {
  text-decoration: underline;
}

.article.policy-page p a {
  text-decoration: underline;
  color: #5a3916;
  cursor: pointer;
  font-weight: 600;
}

.article.policy-page td {
  padding: 10px;
}

.article.policy-page td ul {
  padding-left: 20px;
}

.article.policy-page h2 {
  margin: 5px 0;
}
.article.policy-page p {
  line-height: 16px;
  line-height: 24px;
}
.ordering-form .ordering-form-datas .group-row.delivery {
  cursor: pointer;
}

body.page-cart
  .page-with-sidebar-body.ordering-cart
  .ordering-form-datas
  .group-row.delivery,
.ordering-form .ordering-form-datas .group-item {
  position: relative;
  overflow: hidden;
}
.ordering-form .ordering-form-datas input[id*="ID_PAY_SYSTEM_ID"],
.ordering-form .ordering-form-datas input[id*="ID_DELIVERY_ID"] {
  position: absolute;
  left: 10000px;
}

.ordering-form
  .ordering-form-datas
  .group-row.payment
  .group-item
  .logo-container {
  width: 68px;
  height: 44px;
  display: block;
  margin-right: 24px;
}

.ordering-form .ordering-form-datas .group-row.delivery .logo-container {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 24px;
}

div[id^="sls"][class^="bx-sls"] .dropdown-block {
  max-width: 408px;
  width: 100%;
  margin: 0;
  background: #faf3e9;
  border: 0.8px solid #d9ccaa;
  color: #967745;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  outline: none;
  border-radius: 6px;
  padding: 8px 16px 13px 32px;
}

div[id^="sls"][class^="bx-sls"] .dropdown-block .dropdown-fade2white {
  display: none;
}
div[id^="sls"][class^="bx-sls"] .dropdown-block .bx-ui-sls-clear {
  top: 6px;
}
div[id^="sls"][class^="bx-sls"] .dropdown-block .bx-ui-sls-container input {
  color: #967745 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 18px !important;
  font-family: "Source Sans 3" !important;
}

div[id^="sls"][class^="bx-sls"]
  .dropdown-block
  .bx-ui-sls-container
  input::placeholder {
  font-size: 20px !important;
  line-height: 20px !important;
}
div[id^="sls"][class^="bx-sls"] .dropdown-icon {
  top: 17px;
}

.bx-sls .bx-ui-sls-pane {
  background-color: #faf3e9 !important;
  border: 0.8px solid #d9ccaa !important;
}
.bx-sls .dropdown-item-text {
  color: #967745 !important;
}

.footer-policy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

@media screen and (max-width: 680px) {
  .footer-policy {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-bottom: 10px;
  }
}

.main-form .main-form-container form .main-form-confirmation a {
  color: #967745;
  text-decoration: underline;
  cursor: pointer;
}

.privacy-page .content ul {
  padding-left: 16px;
}

.privacy-page .content {
  padding-bottom: 50px;
}

/* End */
/* /local/templates/template/css/style.css?1781518174140709 */
/* /local/templates/template/css/swiper-bundle.min.css?168620638517904 */
/* /local/templates/template/css/tingle.css?16862063854920 */
/* /local/templates/template/css/costume.css?175205588316347 */
