@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.6;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/*=============template============*/

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
  font-weight: 400;
}

body.fix-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a:focus,
a:active,
a:visited,
:focus,
:active,
:visited,
button:focus,
button:visited,
button:active {
  outline: none;
  text-decoration: none;
  outline-offset: inherit;
}

a,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

a {
  color: #000000;
  -webkit-transition: color ease .3s;
  -o-transition: color ease .3s;
  transition: color ease .3s;
}

a:hover {
  color: #5E7027;
}

p {
  margin: 0 0 20px;
}

b {
  font-weight: 700;
}

._container {
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
  max-width: 1530px;
}

.svg-icon {
  display: block;
  width: 100%;
  height: auto;
}

.reset-ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.large-no-visible {
  display: none !important;
}

.large-no-visible-flex {
  display: none !important;
}

.medium-no-visible-flex {
  display: none !important;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 20px;
}

.social-icons__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.social-icons__link:hover {
  background-color: #5E7027;
  border-color: #5E7027;
  color: #fff;
}

.social-icons__link .svg-icon {
  width: 15px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  padding: 5px 40px;
  border-radius: 40px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  white-space: nowrap;
}

.btn--outline {
  border: 1px solid #000000;
}

.btn--outline:hover {
  background-color: #5E7027;
  border-color: #5E7027;
  color: #fff;
}

.btn--outline-white {
  border: 1px solid #fff;
  color: #fff;
}

.btn--outline-white:hover {
  background-color: #5E7027;
  border-color: #5E7027;
  color: #fff;
}

.btn__icon {
  width: 21px;
}

.btn--icon-lg .btn__icon {
  width: 24px;
}

.btn--text-with-icon {
  gap: 11px;
  padding: 5px 35px 5px 40px;
}

.btn--blank {
  color: #fff;
  background-color: #000;
  height: 56px;
  padding: 5px 40px;
  gap: 15px;
}

.btn--blank:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.btn--green {
  background-color: #5e7027;
  color: #fff;
}

.btn--green:hover {
  background-color: rgba(94, 112, 39, 0.8);
  color: #fff;
}

.nav__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 112px;
  width: 100%;
}

.section {
  padding-top: 140px;
  background-color: #ffffff;
  padding-bottom: 140px;
}

.section--hero {
  padding-top: 106px;
}

.section--gray {
  background-color: #F0F1F4;
}

h1,
.h1 {
  font-size: 85px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 50px;
}

.bg-secondary {
  color: #5E7027;
}

/*=============/template============*/

/*=============header============*/

.header {
  min-height: 146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header__logo .logo {
  position: relative;
  left: -13px;
}

.header__icons_and_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 27px;
}

.header__nav.open {
  right: 0;
}

.header__nav.open::after {
  right: 0;
}

.shadow-body {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.shadow-body.visible {
  opacity: 1;
  visibility: visible;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 16px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  z-index: 71;
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

.menu-trigger-icon {
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.menu-trigger-icon:before,
.menu-trigger-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  height: 100%;
  -webkit-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  transform: translate(0, -6px);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.menu-trigger-icon:after {
  -webkit-transform: translate(0, 6px);
  -ms-transform: translate(0, 6px);
  transform: translate(0, 6px);
}

.menu-trigger.active .menu-trigger-icon {
  background-color: transparent;
}

.menu-trigger.active .menu-trigger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-trigger.active .menu-trigger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*=============/header============*/

/*=============main============*/

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hero__content {
  width: 50%;
}

.hero__subheading {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.hero__description {
  font-size: 17px;
  margin-bottom: 40px;
}

.hero__buton-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.hero__gallery {
  width: 50%;
  position: relative;
  padding: 0 25% 0 0;
}

.tags-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 0 0 20px;
}

.tags-hero__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #000000;
  border-radius: 40px;
  overflow: hidden;
  padding: 5px 15px;
  gap: 5px;
  background-color: #ffffff;
}

.tags-hero__icon {
  width: 19px;
}

.tags-hero__icon img {
  width: 100%;
}

.tabs-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.tabs-hero__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 25px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  height: 64px;
  border: none;
  -webkit-box-shadow: 0px -2px 5px rgba(74, 77, 77, 0.15);
          box-shadow: 0px -2px 5px rgba(74, 77, 77, 0.15);
  border-radius: 24px;
  background-color: #ffffff;
  gap: 20px;
  width: 100%;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  text-align: left;
  color: #000000;
}

.tabs-hero__btn:hover {
  background-color: rgba(240, 241, 244, 0.4);
}

.tabs-hero__btn--active {
  background-color: #F0F1F4;
}

.tabs-hero__btn--active:hover {
  background-color: #F0F1F4;
}

.tabs-hero__icon {
  width: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hero-list-images {
  display: none;
  gap: 14px;
}

.hero-list-images--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-list-images__item {
  width: 50%;
  height: 192px;
  border-radius: 30px;
  overflow: hidden;
}

.hero-list-images__item--hidden-desktop {
  display: none;
}

.hero-list-images__item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.hero-list-images__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.hero-list-images__item--last {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(50% - 14px);
  height: auto;
}

.our-prices__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.our-prices__item {
  width: 33.3%;
}

.our-prices__cart {
  padding: 30px 20px;
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height:100%;
  gap: 15px;
  border: 1px solid #000;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
}

.our-prices__cart:hover {
  -webkit-box-shadow: 0 -4px 5px rgba(74, 77, 77, 0.15);
          box-shadow: 0 -4px 5px rgba(74, 77, 77, 0.15);
}

.our-prices__cart:hover .our-prices__image picture {
  min-height: 100%;
}

.our-prices__cart:hover .our-prices__image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.our-prices__content {
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.our-prices__image {
  width: 150px;
  height: 150px;
  border-radius: 20px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.our-prices__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.our-prices__description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 10px;
}

.our-prices__heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.our-prices__price {
  font-weight: 800;
}

.our-menu__tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 45px;
  gap: 25px;
}

.our-menu__tab-btn {
  border-radius: 40px;
  height: 56px;
  padding: 5px;
  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;
  cursor: pointer;
  border: 1px solid #000000;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: transparent;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  color: #000000;
}

.our-menu__tab-btn--active {
  background-color: #000;
  color: #fff;
}

.our-menu__tab-content {
  height: 0;
  visibility: hidden;
  pointer-events: none;
}

.our-menu__tab-content--active {
  height: auto;
  visibility: visible;
  pointer-events: auto;
}

.our-menu__inner {
  padding: 30px 30px 30px 40px;
  border-radius: 20px;
  background-color: #F0F1F4;
}

.our-menu__scroll {
  height: 720px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.our-menu__scroll::-webkit-scrollbar {
  width: 5px;
}

.our-menu__scroll::-webkit-scrollbar-track {
  background-color: #B3B3B3;
  border-radius: 5px;
}

.our-menu__scroll::-webkit-scrollbar-thumb {
  background-color: #5E7027;
  border-radius: 5px;
  cursor: pointer;
}

.our-menu__buttons-group {
  padding-top: 60px;
  text-align: center;
}

.swiper-custom {
  width: 100%;
  height: 100%;
}

.swiper-custom .swiper-slide {
  font-size: 18px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-custom .swiper-scrollbar-vertical {
  height: calc(100% - 30px);
  width: 2px;
  background-color: #B3B3B3;
}

.swiper-custom .swiper-scrollbar-drag {
  width: 5px;
  left: -2px;
  background-color: #5E7027;
  border-radius: 5px;
}

.menu-table {
  padding: 0 100px 0 0;
}

.menu-table__item--category {
  width: 15%;
}

.menu-table__item--name {
  width: 20%;
}

.menu-table__item--info {
  width: 35%;
}

.menu-table__item--weight {
  width: 10%;
}

.menu-table__item--price {
  width: 20%;
}

.menu-table__item--weight-mobile {
  display: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  white-space: nowrap;
}

.menu-table__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  gap: 30px;
}

.menu-table__head .menu-table__item {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.menu-table__list li {
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}

.menu-table__list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.menu-table__complex-price {
  display: none;
  color: #000000;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 800;
}

.menu-table__category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 20px;
  gap: 30px;
}

.menu-table__category-item .menu-table__item {
  font-size: 16px;
}

.menu-table__category-item .menu-table__item--category {
  font-size: 18px;
  font-weight: 700;
}

.menu-table__category-item .menu-table__item--name {
  font-weight: 600;
}

.hero-gallery__slides {
  height: 780px;
}

.hero-gallery__inner {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  grid-auto-columns: minmax(345px, 1fr);
  gap: 30px;
  overflow-y: hidden;
  overflow-x: scroll;
  height: 100%;
  padding-bottom: 50px;
}

.hero-gallery__inner::-webkit-scrollbar {
  height: 5px;
}

.hero-gallery__inner::-webkit-scrollbar-track {
  background-color: #B3B3B3;
  border-radius: 5px;
}

.hero-gallery__inner::-webkit-scrollbar-thumb {
  background-color: #5E7027;
  border-radius: 5px;
  cursor: pointer;
}

.hero-gallery__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  opacity: 1;
}

.hero-gallery__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.hero-gallery__link:hover {
  opacity: .7;
}

.hero-gallery__link:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.hero-gallery-slide {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.swiper-gallery {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.swiper-gallery .swiper-slide {
  position: relative;
  background-color: #5E7027;
  height: calc((100% - 30px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: 10px;
}

.swiper-gallery .swiper-scrollbar {
  position: relative;
  width: 100%;
  margin-top: 40px;
  left: inherit;
  border-radius: 0;
  height: 2px;
  background-color: #b3b3b3;
}

.swiper-gallery .swiper-scrollbar-drag {
  height: 5px;
  cursor: pointer;
  top: -2px;
  background-color: #5E7027;
}

.how-to-order__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.how-to-order__step {
  width: 100%;
}

.cart-order {
  position: relative;
  padding-top: 102px;
}

.cart-order__number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-order__content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0px -4px 5px rgba(74, 77, 77, 0.15);
          box-shadow: 0px -4px 5px rgba(74, 77, 77, 0.15);
  border-radius: 24px;
  text-align: center;
  overflow: hidden;
  min-height: 224px;
  padding: 35px 15px 30px 15px;
}

.cart-order__heading {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
}

.cart-order__description {
  margin-bottom: 20px;
}

.cart-order__icon {
  max-width: 50px;
  margin: 0 auto;
  display: block;
}

.cart-order__icon img {
  margin: 0 auto;
  width: 100%;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}

.about__content {
  max-width: 595px;
}

.about__description {
  font-size: 17px;
  padding-bottom: 25px;
}

.about__description p {
  margin-bottom: 10px;
}

.about__button-view-menu {
  margin-bottom: 20px;
}

.carts-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 95px;
}

.carts-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  gap: 30px;
}

.carts-about__item:nth-child(even) {
  padding-top: 70px;
}

.cart-about {
  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;
  width: 100%;
  -webkit-box-shadow: 0px -4px 5px rgba(74, 77, 77, 0.15);
          box-shadow: 0px -4px 5px rgba(74, 77, 77, 0.15);
  border-radius: 24px;
  min-height: 231px;
  padding: 30px 15px 10px;
  font-size: 17px;
  text-align: center;
}

.cart-about--gray {
  background-color: #F0F1F4;
}

.cart-about--green {
  background-color: #5E7027;
  color: #fff;
}

.cart-about__icon {
  display: block;
  margin: 0 auto 15px;
  width: 70px;
}

.cart-about__icon img {
  width: 100%;
}

.cart-about__heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.checkout-info__description {
  font-size: 17px;
  margin-bottom: 35px;
  max-width: 620px;
}

.checkout-info__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.checkout-info__item {
  width: 33.3%;
}

.card-checkout-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding: 25px 30px 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px -4px 5px rgba(74, 77, 77, 0.15);
          box-shadow: 0px -4px 5px rgba(74, 77, 77, 0.15);
}

.card-checkout-info__icon {
  width: 56px;
  height: 56px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #000000;
  border-radius: 50%;
  overflow: hidden;
}

.card-checkout-info__icon svg {
  max-width: 30px;
}

.card-checkout-info__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 1;
  gap: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.card-checkout-info__description {
  font-size: 17px;
  margin-bottom: 30px;
}

.card-checkout-info__send-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.card-checkout-info__send-message .social-icons {
  gap: 10px;
}

.card-checkout-info__subheading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

/*=============/main============*/

/*=============footer============*/

.footer {
  background-color: #000000;
  color: #fff;
  padding: 50px 0;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 30px;
}

.footer__logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer__copyright {
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid #fff;
  font-size: 13px;
  line-height: 1.2;
}

.footer__heading {
  font-weight: 700;
  margin-bottom: 10px;
}

.footer__nav {
  font-size: 16px;
  line-height: 1.2;
  max-width: 230px;
  margin-right: 11%;
}

.footer__nav .nav__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}

.footer__nav .nav__link {
  color: #fff;
}

.footer__nav .nav__link:hover {
  text-decoration: underline;
}

.footer__contacts {
  max-width: 230px;
  margin-right: 9%;
}

.footer__contact-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}

.footer__contact-links a {
  color: #fff;
}

.footer__icons_and_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.footer__icons_and_button .social-icons__link {
  border-color: #fff;
  color: #fff;
}

.footer__icons_and_button .social-icons__link:hover {
  border-color: #5E7027;
}

.footer__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/*=============/footer============*/

@media (max-width: 1420px) {
  h1,
  .h1 {
    font-size: 75px;
  }

  .hero {
    gap: 20px;
  }

  .hero-list-images__item {
    height: 160px;
  }

  .hero-list-images__item--last {
    height: auto;
  }
}

@media (max-width: 1340px) {
  .our-prices__cart {
    padding: 15px;
  }

  .our-prices__heading {
    font-size: 20px;
  }

  .about__content {
    max-width: 525px;
  }

  .carts-about {
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .social-icons {
    gap: 15px;
  }

  .btn {
    padding: 5px 30px;
  }

  .nav__items {
    gap: 20px;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  h1,
  .h1 {
    font-size: 55px;
  }

  .header__icons_and_button {
    gap: 20px;
  }

  .hero__content {
    width: 45%;
  }

  .hero__subheading {
    font-size: 20px;
  }

  .hero__description {
    font-size: 14px;
  }

  .hero-list-images__item {
    height: 135px;
  }

  .hero-list-images__item--last {
    height: auto;
  }

  .our-prices__items {
    gap: 20px;
  }

  .our-prices__image {
    width: 120px;
    height: 120px;
  }

  .our-prices__description {
    font-size: 14px;
  }

  .our-prices__heading {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .our-menu__tab-buttons {
    gap: 10px;
    margin-bottom: 25px;
  }

  .our-menu__tab-btn {
    height: 40px;
    border-radius: 30px;
    font-size: 16px;
  }

  .our-menu__inner {
    padding: 30px 20px 30px 20px;
  }

  .menu-table {
    padding: 0 30px 0 0;
  }

  .menu-table__head {
    gap: 20px;
  }

  .menu-table__head .menu-table__item {
    font-size: 16px;
  }

  .menu-table__category-item {
    gap: 20px;
  }

  .menu-table__category-item .menu-table__item {
    font-size: 14px;
  }

  .menu-table__category-item .menu-table__item--category {
    font-size: 16px;
  }

  .hero-gallery__slides {
    height: 580px;
  }

  .hero-gallery__inner {
    grid-auto-columns: minmax(260px, 1fr);
  }

  .how-to-order__steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .about__content {
    max-width: 425px;
  }

  .about__content {
    max-width: 100%;
    width: 100%;
  }

  .footer__nav {
    margin-right: 3%;
  }

  .footer__contacts {
    margin-right: 4%;
  }

  .footer__icons_and_button {
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .medium-hide {
    display: none !important;
  }

  .large-no-visible {
    display: block !important;
  }

  .large-no-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .logo {
    max-width: 72px;
  }

  .section {
    padding-top: 95px;
    padding-bottom: 30px;
  }

  h1,
  .h1 {
    margin: 0 0 15px;
    font-size: 45px;
  }

  h2,
  .h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .header {
    min-height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px rgba(74, 77, 77, 0.15);
            box-shadow: 0px 2px 5px rgba(74, 77, 77, 0.15);
    background-color: #ffffff;
    z-index: 30;
  }

  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 350px;
    background-color: #ffffff;
    z-index: 50;
    -webkit-transition: right ease .5s;
    -o-transition: right ease .5s;
    transition: right ease .5s;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header__nav::after {
    content: "";
    position: fixed;
    top: 0;
    right: -100%;
    width: 350px;
    height: 80px;
    background-color: #ffffff;
    z-index: 3;
    -webkit-transition: right ease .5s;
    -o-transition: right ease .5s;
    transition: right ease .5s;
  }

  .header__nav .nav__items {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 90px 30px 0;
    font-size: 20px;
  }

  .menu-trigger {
    display: block;
  }

  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .hero__content {
    width: 100%;
  }

  .hero__subheading {
    margin-bottom: 15px;
  }

  .hero__description {
    margin-bottom: 20px;
  }

  .hero__buton-group {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 300px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    margin: 0 auto;
  }

  .hero__gallery {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .hero__images {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .hero__tabs {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .tags-hero {
    gap: 5px;
    padding: 0 0 15px;
  }

  .tags-hero__item {
    font-size: 12px;
    padding: 5px 7px;
  }

  .tags-hero__icon {
    width: 15px;
  }

  .hero-list-images {
    animation: scroll 30s linear infinite;
    width: max-content;
    gap: inherit;
  }

  .hero__images {
    overflow: hidden;
    margin: 0 -30px;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .header__logo .logo {
    left: -7px;
  }

  .hero-list-images__item {
    height: 178px;
    width: 178px;
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 14px;
  }

  .hero-list-images__item--last {
    position: relative;
    top: inherit;
    right: inherit;
    height: 178px;
  }

  .our-prices__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero-list-images__item--hidden-desktop {
    display: block;
  }

  .section--hero {
    overflow: hidden;
  }

  .our-prices__item {
    width: 100%;
  }

  .our-prices__image {
    width: 150px;
    height: 150px;
  }

  .our-menu__inner {
    padding: 15px 10px 15px 20px;
  }

  .our-menu__scroll {
    height: 540px;
  }

  .our-menu__buttons-group {
    padding-top: 40px;
  }

  .menu-table {
    padding: 0 20px 0 0;
  }

  .menu-table__item--category {
    width: 100%;
  }

  .menu-table__item--name {
    width: 100%;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .menu-table__item--info {
    width: 100%;
  }

  .menu-table__item--weight {
    width: 100%;
    display: none;
  }

  .menu-table__item--price {
    width: 100%;
  }

  .menu-table__item--weight-mobile {
    display: block;
  }

  .menu-table__head {
    display: none;
  }

  .menu-table__category-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-bottom: 15px;
  }

  .menu-table__category-item--complex .menu-table__item--category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
  }

  .menu-table__category-item--complex .menu-table__complex-price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .menu-table__category-item--complex .menu-table__item--price {
    display: none;
  }

  .menu-table__category-item .menu-table__item--info {
    font-size: 10px;
  }

  .menu-list-item-normal .menu-table__category-item {
    position: relative;
    padding-right: 100px;
  }

  .menu-list-item-normal .menu-table__category-item--normal .menu-table__item--price {
    top: 35px;
  }

  .menu-list-item-normal .menu-table__item--price {
    position: absolute;
    color: #000000;
    font-size: 16px;
    white-space: nowrap;
    top: -3px;
    right: 0;
    z-index: 1;
    font-weight: 800;
    width: auto;
    white-space: nowrap;
  }

  .hero-gallery__slides {
    height: 460px;
  }

  .hero-gallery__inner {
    padding-bottom: 35px;
    gap: 15px;
    grid-auto-columns: minmax(190px, 1fr);
  }

  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about__button-group {
    text-align: center;
    width: 100%;
  }

  .checkout-info__description {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .checkout-info__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .checkout-info__item {
    width: 100%;
  }

  .footer {
    padding: 35px 30px;
  }

  .footer__content {
    -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;
    gap: 25px;
    padding: 0 0 30px;
  }

  .footer__logo .logo {
    max-width: 112px;
  }

  .footer__nav {
    margin-right: 0;
    text-align: center;
  }

  .footer__contacts {
    margin-right: 0;
    text-align: center;
  }

  .footer__icons_and_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 992px) and (max-width: 992px) {
  .menu-table__category-item--normal .menu-table__item--category {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .small-hide {
    display: none !important;
  }

  .medium-no-visible-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .btn {
    font-size: 16px;
  }

  .header__nav {
    width: 320px;
  }

  .header__nav::after {
    width: 320px;
  }

  .hero-gallery__slides {
    height: 386px;
  }

  .hero-gallery__inner {
    grid-template-rows: repeat(1, 1fr);
    grid-auto-columns: minmax(336px, 1fr);
  }

  .swiper-gallery {
    padding-bottom: 30px;
  }

  .swiper-gallery .swiper-slide {
    height: 100%;
    width: 356px;
  }

  .swiper-gallery .swiper-scrollbar {
    margin-top: 30px;
  }

  .how-to-order__steps {
    grid-template-columns: repeat(1, 1fr);
  }

  .cart-order {
    padding-top: 70px;
  }

  .cart-order__number img {
    max-width: 145px;
  }

  .cart-order__content {
    padding: 25px 15px;
    min-height: inherit;
    font-size: 14px;
  }

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

  .about__description {
    font-size: 14px;
    padding-bottom: 0;
  }

  .carts-about {
    width: 100%;
  }

  .carts-about__item {
    width: 100%;
  }

  .cart-about {
    font-size: 14px;
    min-height: auto;
    padding: 25px;
  }

  .cart-about__icon {
    width: 50px;
  }

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

  .checkout-info__items {
    gap: 20px;
  }

  .card-checkout-info {
    padding: 20px;
  }

  .card-checkout-info__icon {
    width: 40px;
    height: 40px;
  }

  .card-checkout-info__icon svg {
    max-width: 22px;
  }

  .card-checkout-info__heading {
    gap: 15px;
    font-size: 18px;
  }

  .card-checkout-info__description {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .our-menu__tab-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .our-menu__tab-btn {
    padding: 5px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 130px;
    width: 100%;
  }
}

@media (max-width: 565px) {
  .hero-gallery__slides {
    margin: 0 -30px;
  }

  .hero-gallery__inner {
    padding: 0 15px 0 30px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
  }
}

@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 36px;
  }

  .hero-list-images {
    /*overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -30px;
    padding: 0 14px 0 30px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;*/
  }

  .hero-list-images::-webkit-scrollbar {
    /*display: none;
    scroll-behavior: smooth;*/
  }

  .hero-list-images__item {
    width: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .hero-gallery__inner {
    grid-auto-columns: minmax(286px, 1fr);
  }

  .hero-gallery__slides {
    height: 286px;
  }
}

@media (max-width: 420px) {
  .our-prices__cart {
    padding: 10px;
  }

  .our-prices__image {
    width: 100px;
    height: 100px;
  }
}