@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
}

@media (max-width: 1172px) {
  .container {
    max-width: 970px;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.title {
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  color: #000000;
}

@media (max-width: 767.98px) {
  .title {
    font-size: 40px;
  }
}

@media (max-width: 479.98px) {
  .title {
    font-size: 30px;
    line-height: 35px;
  }
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 59px 0 25px;
}

@media (max-width: 991.98px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 120px 0 25px;
  }
}

@media (max-width: 767.98px) {
  .header__container {
    padding-top: 100px;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 479.98px) {
  .header__list {
    margin-bottom: 15px;
  }
}

.header__item {
  margin-right: 40px;
}

.header__item:last-child {
  margin-right: 0;
}

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

.header__svg {
  margin-right: 16px;
  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;
  width: 33px;
  height: 33px;
  background: linear-gradient(287.74deg, #f58656 8.52%, #fe5626 92.72%);
  -webkit-box-shadow: 0px 4px 8px rgba(205, 169, 41, 0.26);
          box-shadow: 0px 4px 8px rgba(205, 169, 41, 0.26);
  border-radius: 50%;
}

@media (max-width: 479.98px) {
  .header__svg {
    margin-right: 10px;
  }
}

.header__icon {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.header__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.header__link:hover {
  text-decoration: underline;
}

@media (max-width: 479.98px) {
  .header__link {
    font-size: 14px;
  }
}

.header__time {
  position: relative;
  padding-left: 13px;
  margin-right: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.header__time:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: green;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 479.98px) {
  .header__time {
    font-size: 14px;
    margin-right: 20px;
    padding-left: 10px;
  }
}

.header__phone {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.header__phone:hover {
  text-decoration: underline;
}

@media (max-width: 479.98px) {
  .header__phone {
    font-size: 14px;
  }
}

.hero {
  min-height: 100vh;
  padding-top: 197px;
  background-color: #f0f5fb;
  position: relative;
}

@media (max-width: 991.98px) {
  .hero {
    padding-top: 300px;
  }
}

.hero__container {
  position: relative;
  z-index: 1;
}

.hero__title {
  margin-bottom: 18px;
}

.hero__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  margin: 0 auto;
  color: #000000;
  max-width: 625px;
}

@media (max-width: 767.98px) {
  .hero__text {
    font-size: 14px;
  }
}

.social {
  padding: 40px 0;
  margin: 120px 0 127px;
  background-image: url(../images/photo.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .social {
    margin: 80px 0 80px;
  }
}

.social__box {
  padding: 20px;
  margin: 0 auto;
  background: linear-gradient(45.04deg, #fd9924 -51.05%, #f65b16 134.89%);
  -webkit-box-shadow: 0px 70px 90px rgba(253, 55, 36, 0.2), 0px 35px 50px rgba(253, 55, 36, 0.2), 0px 20px 25px rgba(253, 55, 36, 0.2);
          box-shadow: 0px 70px 90px rgba(253, 55, 36, 0.2), 0px 35px 50px rgba(253, 55, 36, 0.2), 0px 20px 25px rgba(253, 55, 36, 0.2);
  border-radius: 15px;
  max-width: 480px;
  min-height: 180px;
}

@media (max-width: 767.98px) {
  .social__box {
    min-height: 140px;
    max-width: 375px;
  }
}

@media (max-width: 479.98px) {
  .social__box {
    margin: 0 35px;
  }
}

.social__instagram {
  padding: 55px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #f97a31;
  border-radius: 15px;
}

.social__instagram a {
  color: inherit;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .social__instagram {
    font-size: 18px;
    padding: 40px;
  }
}

.contact-me {
  background-color: #f0f5fb;
  padding-top: 82px;
  padding-bottom: 250px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.contact-me__title {
  margin-bottom: 42px;
}

.contact-me__form {
  position: relative;
  z-index: 10;
  max-width: 860px;
  margin: 0 auto;
}

.contact-me__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991.98px) {
  .contact-me__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 15px;
  }
  .contact-me__box * {
    margin-bottom: 15px;
  }
}

.contact-me__input {
  -ms-flex-preferred-size: 260px;
      flex-basis: 260px;
  padding: 21px 30px;
  background-color: #ffffff;
  border: 2px solid #eceef7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 57px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #222222;
}

.contact-me__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #222222;
}

.contact-me__input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #222222;
}

.contact-me__input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #222222;
}

.contact-me__input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #222222;
}

@media (max-width: 991.98px) {
  .contact-me__input {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.contact-me__button {
  -ms-flex-preferred-size: 260px;
      flex-basis: 260px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 57px;
  min-height: 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe5626), to(#f23f0e)), #59aaf1;
  background: linear-gradient(180deg, #fe5626 0%, #f23f0e 100%), #59aaf1;
  -webkit-box-shadow: 0px 4px 8px rgba(205, 169, 41, 0.26);
          box-shadow: 0px 4px 8px rgba(205, 169, 41, 0.26);
  border-radius: 59px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

.contact-me__button:hover {
  background: #fff;
  color: #f54514;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f54514;
}

.contact-me__button:hover .contact-me__icon {
  fill: #f54514;
}

@media (max-width: 991.98px) {
  .contact-me__button {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.contact-me__svg {
  margin-left: 31px;
}

@media (max-width: 991.98px) {
  .contact-me__svg {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}

.contact-me__icon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 32px;
  height: 9px;
  fill: #fff;
}

.popular-dishes {
  padding-top: 140px;
  text-align: center;
  position: relative;
}

.popular-dishes__bag {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 15%;
  top: 5%;
}

@media (max-width: 991.98px) {
  .popular-dishes__bag {
    right: 0%;
  }
}

@media (max-width: 767.98px) {
  .popular-dishes__bag {
    top: 1%;
  }
}

.popular-dishes__title {
  margin-bottom: 49px;
}

.popular-dishes__tabs {
  margin-bottom: 50px;
}

.popular-dishes__list {
  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;
  gap: 31px;
}

@media (max-width: 991.98px) {
  .popular-dishes__list {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.popular-dishes__item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 16px 45px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #151515;
  background: -webkit-gradient(linear, left bottom, left top, from(#eceef6), to(#eceef6)), #59aaf1;
  background: linear-gradient(0deg, #eceef6, #eceef6), #59aaf1;
  border-radius: 45px;
}

.popular-dishes__item_active {
  background: #59aaf1;
  color: #fff;
}

.popular-dishes__item:hover {
  background: #59aaf1;
  color: #fff;
}

@media (max-width: 991.98px) {
  .popular-dishes__item {
    padding: 10px 40px;
    font-size: 14px;
  }
}

.popular-dishes__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;
  width: 60px;
  height: 60px;
  background: linear-gradient(287.74deg, #f58656 8.52%, #fe5626 92.72%);
  -webkit-box-shadow: 0px 4px 8px rgba(205, 169, 41, 0.26);
          box-shadow: 0px 4px 8px rgba(205, 169, 41, 0.26);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

.popular-dishes__btn:hover {
  background: #fff;
  color: #f54514;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f54514;
}

.popular-dishes__btn:hover .popular-dishes__icon {
  fill: #f54514;
}

.popular-dishes__icon {
  width: 25px;
  height: 25px;
  fill: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popular-dishes__grid {
  margin-bottom: 96px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 70px 40px;
      grid-template-areas: ". . . ." ". . . .";
}

@media (max-width: 1172px) {
  .popular-dishes__grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-areas: ". ." ". ." ". ." ". .";
  }
}

@media (max-width: 479.98px) {
  .popular-dishes__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: "." "." "." "." "." "." "." ".";
  }
}

.grid-item {
  padding: 36px 20px 0px;
  text-align: center;
  position: relative;
  border: 2px solid #eceef7;
  border-radius: 15px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.grid-item:after {
  content: "";
  bottom: -48px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-width: 0 2px 2px 0;
  border-radius: 0 0 15px 0;
  border-style: solid;
  border-color: #eceef6;
  position: absolute;
  background: white;
  width: 45px;
  height: 45px;
}

@media (max-width: 1172px) {
  .grid-item {
    padding: 36px 20px 30px;
  }
  .grid-item:before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .grid-item {
    padding: 25px 15px 30px;
  }
}

.grid-item__img {
  position: relative;
  overflow: hidden;
  max-width: 170px;
  height: 173px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.grid-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.grid-item__title {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.grid-item__top {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-item__size {
  padding-left: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  display: inline-block;
}

@media (max-width: 767.98px) {
  font-size: 14px;
}

.grid-item__content {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  text-align: left;
  margin-bottom: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-item__price {
  margin-bottom: 19px;
  font-weight: 300;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #121146;
  max-height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
  .grid-item__price {
    font-size: 18px;
  }
}

.grid-item__bag {
  z-index: 3;
  margin: 0 auto;
  position: relative;
  border: 2px solid #eceef6;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  margin-bottom: -15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1172px) {
  .grid-item__bag {
    margin-bottom: -40px;
  }
}

.grid-item__bag:hover {
  border: 2px solid #c1c3ca;
}

.grid-item__bag:hover .grid-item__icon {
  fill: #ec3e05;
}

.grid-item__icon {
  position: absolute;
  top: 45%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 14px;
  width: 12px;
  fill: #fb6838;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.grid-item__title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.grid-item__content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer {
  position: relative;
}

.footer__parallax {
  position: absolute;
  bottom: 70px;
  right: calc(50% - 720px);
}

.footer__container {
  padding: 33px 0 51px;
  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;
  position: relative;
}

@media (max-width: 767.98px) {
  .footer__container {
    padding: 105px 0 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.footer__author {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.logo {
  position: absolute;
  top: 25px;
  left: 50%;
  /* right: 0; */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__logo,
.footer__logo {
  width: 112px;
  height: 67px;
}

.header__logo img,
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .header__logo,
  .footer__logo {
    width: 83px;
    height: 50px;
  }
}

.footer-parallax {
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 8%;
  width: 100%;
}

@media (max-width: 767.98px) {
  .footer-parallax {
    bottom: 0;
    left: -145px;
  }
}

.footer-parallax__1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .footer-parallax__1 {
    display: none !important;
  }
}

.footer-parallax__2 {
  position: absolute;
  left: 72% !important;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .footer-parallax__2 {
    display: none !important;
  }
}

.footer-parallax__11 {
  position: absolute;
  left: 23% !important;
  bottom: 0;
}

.footer-parallax__11 img {
  position: absolute;
  bottom: -20px;
}

@media (max-width: 767.98px) {
  .footer-parallax__11 {
    left: 20% !important;
  }
}

@media (max-width: 479.98px) {
  .footer-parallax__11 {
    left: 10% !important;
  }
}

.footer-parallax__5 {
  position: absolute;
  left: 87% !important;
  bottom: 0;
}

.footer-parallax__5 img {
  position: absolute;
  bottom: 185px;
}

@media (max-width: 767.98px) {
  .footer-parallax__5 {
    display: none !important;
  }
}

.footer-parallax__3 {
  position: absolute;
  left: 0% !important;
}

@media (max-width: 767.98px) {
  .footer-parallax__3 {
    display: none !important;
  }
}

.footer-parallax__4 {
  position: absolute;
  bottom: 0;
}

.footer-parallax__4 img {
  position: absolute;
  bottom: 45px;
}

@media (max-width: 767.98px) {
  .footer-parallax__4 {
    display: none !important;
  }
}

.footer-parallax__6 {
  position: absolute;
  left: 15% !important;
  bottom: 90px;
}

.footer-parallax__6 img {
  position: absolute;
  bottom: 45px;
}

@media (max-width: 767.98px) {
  .footer-parallax__6 {
    display: none !important;
  }
}

.footer-parallax__7 {
  position: absolute;
  left: 20% !important;
  bottom: 130px;
}

.footer-parallax__7 img {
  position: absolute;
  bottom: 45px;
}

@media (max-width: 767.98px) {
  .footer-parallax__7 {
    display: none !important;
  }
}

.footer-parallax__8 {
  position: absolute;
  left: 20% !important;
  bottom: 40px;
}

.footer-parallax__8 img {
  position: absolute;
  bottom: 45px;
}

@media (max-width: 767.98px) {
  .footer-parallax__8 {
    display: none !important;
  }
}

.footer-parallax__9 {
  position: absolute;
  left: 80% !important;
  bottom: 40px;
}

.footer-parallax__9 img {
  position: absolute;
  bottom: 45px;
}

@media (max-width: 767.98px) {
  .footer-parallax__9 {
    display: none !important;
  }
}

.footer-parallax__10 {
  position: absolute;
  left: 73% !important;
  bottom: 20px;
}

.footer-parallax__10 img {
  position: absolute;
  bottom: 45px;
}

@media (max-width: 767.98px) {
  .footer-parallax__10 {
    display: none !important;
  }
}

.header-parallax {
  position: absolute;
  left: 32%;
}

@media (max-width: 767.98px) {
  .header-parallax {
    bottom: 35%;
    left: 0%;
  }
}

@media (max-width: 479.98px) {
  .header-parallax {
    left: -25%;
  }
}

.layer {
  left: -140% !important;
}

.header-parallax__2 {
  position: absolute;
  left: -70% !important;
  bottom: 0;
}

.header-parallax__3 {
  position: absolute;
  left: -50% !important;
  top: 115% !important;
}

.header-parallax__4 {
  position: absolute;
  left: -20% !important;
  top: 115% !important;
}

.header-parallax__4 img {
  position: absolute;
  bottom: 45px;
}

.header-parallax__5 {
  position: absolute;
  left: -25% !important;
  top: 130% !important;
}

.header-parallax__5 img {
  position: absolute;
  bottom: 185px;
}

.header-parallax__6 {
  position: absolute;
  left: 15% !important;
  top: 205% !important;
}

.header-parallax__6 img {
  position: absolute;
  bottom: 45px;
}

.header-parallax__7 {
  position: absolute;
  left: 250% !important;
}

.header-parallax__7 img {
  position: absolute;
  bottom: 45px;
}

.header-parallax__8 {
  position: absolute;
  left: 250% !important;
  top: 100% !important;
}

.header-parallax__8 img {
  position: absolute;
  bottom: 45px;
}

.header-parallax__9 {
  position: absolute;
  left: 190% !important;
  top: 105% !important;
}

.header-parallax__9 img {
  position: absolute;
  bottom: 45px;
}

.header-parallax__10 {
  position: absolute;
  left: 220% !important;
  top: 115% !important;
}

.header-parallax__10 img {
  position: absolute;
  bottom: 45px;
}

.header-parallax__11 {
  position: absolute;
  left: 210% !important;
  top: 135% !important;
}

.header-parallax__11 img {
  position: absolute;
  bottom: 45px;
}

.header-parallax__12 {
  position: absolute;
  left: 250% !important;
  top: 135% !important;
}

.header-parallax__12 img {
  position: absolute;
  bottom: 45px;
}

.bag {
  width: 200px;
  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;
  gap: 10px;
  cursor: pointer;
}

.bag__amount {
  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;
  width: 110px;
  height: 45px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  background-color: #3f3f3f;
}

.bag__svg {
  width: 25px;
  height: 25px;
  fill: #f58656;
}

.bag__icon {
  position: relative;
  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;
  padding: 5px;
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 8px #3f3f3f;
          box-shadow: 0px 4px 8px #3f3f3f;
}

.bag__quantity {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fe3326;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50%;
  bottom: -10px;
  right: -10px;
}

@media (min-width: 767.98px) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.menu__list > li {
  position: relative;
  margin: 0px 0px 0px 20px;
}

@media (min-width: 767.98px) {
  .menu__list > li {
    padding: 10px 0;
  }
}

.menu__link {
  color: #fff;
  font-size: 18px;
}

.menu__sub-list {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #000;
  padding: 15px;
  min-width: 200px;
}

@media (min-width: 767.98px) {
  .menu__sub-list {
    -webkit-transform: translate(0px, 10%);
            transform: translate(0px, 10%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    pointer-events: none;
  }
}

.menu__sub-item {
  margin: 0px 0px 10px 0px;
}

.menu__sub-item:last-child {
  margin: 0;
}

.menu__sub-link {
  color: #fff;
}

.menu__arrow {
  display: none;
}

/*
==========================================================
если устройство - ноут или комп, то подменю показывается как обычно при наведении мышкой
если устройство - телефон, появляется стрелочка, которая переворачивается при клике
*/
body._pc .menu__list > li:hover .menu__sub-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  pointer-events: all;
}

body._touch .menu__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body._touch .menu__link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

body._touch .menu__arrow {
  display: block;
  margin: 0px 0px 0px 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

body._touch .menu__list > li.active .menu__sub-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  pointer-events: all;
}

body._touch .menu__list > li.active .menu__arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*
==========================================================
*/
.icon-menu {
  display: none;
}

@media (max-width: 767.98px) {
  .icon-menu {
    display: block;
    position: absolute;
    top: 40px;
    right: 10px;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .icon-menu span:first-child {
    top: 0px;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
  .icon-menu._active span {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}
