@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Papasans;
  src: url('../fonts/PapaSans-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Papasans Condensed;
  src: url('../fonts/PapaSans-MediumCondensed.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Papasans;
  src: url('../fonts/PapaSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Papasans;
  src: url('../fonts/PapaSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Italianplateno2;
  src: url('../fonts/ItalianPlateNo2-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Italianplateno2;
  src: url('../fonts/ItalianPlateNo2-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Italianplateno2;
  src: url('../fonts/ItalianPlateNo2-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --yellow: #cfeb0b;
  --white-smoke: #f0f0f0;
  --white: white;
  --sea-green: #2d5d2a;
  --send: #f5e8dc;
  --gold: #ffcf6d;
  --light-green: #65a17a;
  --garlic: #e2c2ec;
  --dark-red: #710500;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-top: 123px;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  margin-top: 20px;
  display: block;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  color: var(--black);
  font-family: Papasans, sans-serif;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  background-color: var(--yellow);
  color: #202020;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 14px 24px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  color: var(--black);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Papasans, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu {
  z-index: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  mix-blend-mode: normal;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 0 50px;
  display: block;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #c9c9c9;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

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

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.link-block {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link-block-2 {
  margin-top: 10px;
  margin-bottom: 9px;
  margin-left: 0;
  padding: 10px;
  display: flex;
}

.link-block-2.w--current {
  padding-left: 10px;
  padding-right: 10px;
}

.logo-nav {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.logo-nav.line {
  color: #c9c9c9;
  background-color: #ebebeb;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 1140px;
  min-height: .5px;
  max-height: .5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo-nav.sub {
  display: block;
}

.nutrition-arabic {
  border: 0 #000;
  margin-left: 0;
  margin-right: 5px;
  padding: 4px 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transition: opacity .2s;
}

.nutrition-arabic:hover {
  background-color: var(--white-smoke);
  color: #000;
  border: 4px #007a53;
  border-radius: 20px;
}

.nutrition-arabic.sub {
  border-radius: 20px;
  padding: 4px 10px;
  font-weight: 400;
  display: block;
}

.nutrition-arabic.sub:hover {
  background-color: var(--white-smoke);
  color: var(--black);
  border-style: none;
  border-radius: 20px;
  padding: 4px 10px;
}

.nutrition-arabic.sub.w--current {
  background-color: var(--black);
  color: var(--white);
}

.nav-link-2 {
  border: 4px none var(--sea-green);
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.nav-link-2:hover {
  background-color: var(--white-smoke);
  border-style: none;
  border-color: #007a53;
}

.nav-link-2.w--current {
  background-color: var(--black);
  color: var(--white);
  border-style: none;
  border-color: #000;
}

.nav-link-2.delivery {
  border-color: #007a53;
  border-bottom-style: solid;
}

.nav-link-2.ru {
  font-family: Rubik, sans-serif;
}

.nav-link-2.papa, .nav-link-2.hide {
  display: none;
}

.nav-link-3 {
  color: var(--black);
  border: 4px #fff;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.nav-link-3:hover {
  border-style: none;
  border-color: var(--sea-green);
  background-color: var(--white-smoke);
  border-radius: 20px;
}

.nav-link-3.w--current {
  border-bottom-color: var(--sea-green);
  background-color: var(--black);
  color: var(--white);
}

.nav-link-3._4 {
  color: var(--black);
  border-style: none;
  border-color: #000;
}

.nav-link-3._4:hover {
  border-style: none;
  border-color: var(--sea-green);
}

.nav-link-3._4.about, .nav-link-3.rewards {
  border-style: none none solid;
  border-color: #007a53;
}

.button-2 {
  background-color: var(--yellow);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-height: 35px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  transition: all .555s, opacity .2s;
  display: flex;
}

.button-2:hover {
  color: var(--black);
  background-color: #0000;
}

.button-2.ru {
  font-family: Rubik, sans-serif;
}

.navbar {
  background-color: #ddd0;
  margin-left: 12px;
}

.navbar.sub {
  margin-left: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-block {
  backface-visibility: visible;
  transform-origin: 50%;
  direction: ltr;
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 20px 0;
  font-family: Papasans, sans-serif;
  font-size: 56px;
  font-weight: 900;
  display: block;
  transform: none;
}

.text-block.short {
  margin-top: 10px;
}

.text-block.short.arabic {
  margin-top: 0;
}

.text-block.long {
  direction: rtl;
  color: var(--white);
  background-color: #0000;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: Papasans, sans-serif;
  font-weight: 900;
  transform: none;
}

.text-block.pizza-long {
  direction: ltr;
  color: var(--white);
  margin-bottom: 10px;
}

.text-block.vegan-short {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block.quality-long {
  margin-bottom: 10px;
}

.text-block.courier-short {
  margin-top: 10px;
  padding-top: 20px;
}

.text-block.courier-long {
  margin-bottom: 10px;
  line-height: 100%;
}

.text-block.arabic {
  margin-top: 0;
}

.text-block.green {
  direction: ltr;
  color: var(--sea-green);
}

.slide {
  min-width: auto;
  max-width: 100%;
  height: 560px;
  max-height: none;
  margin-left: auto;
  margin-right: 20px;
  overflow: visible;
}

.slide.delivery {
  background-image: url('../images/slider-1.png');
  background-position: 50%;
  border-radius: 0;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.slide.pizza {
  background-image: url('../images/slider-2-1.png');
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide.vegan {
  background-image: url('../images/slider-3-2.png');
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide.quality {
  background-image: url('../images/slider-4.png');
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide.courier {
  background-image: url('../images/slider-5.png');
  margin-left: 0;
  margin-right: 0;
}

.slide.delivery {
  background-color: #0000;
  background-image: url('../images/slider-7.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  max-width: 100%;
  margin-left: 0;
  margin-right: 20px;
  overflow: visible;
}

.slider {
  background-color: #fff0;
  flex-direction: row;
  justify-content: flex-start;
  max-width: none;
  height: 560px;
  max-height: none;
  margin-top: 25px;
  display: block;
  overflow: visible;
}

.div-block-2 {
  direction: rtl;
  flex-flow: column;
  align-items: flex-end;
  max-width: 700px;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 0;
  display: flex;
}

.button-3 {
  background-color: var(--yellow);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 60px;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
  display: block;
}

.button-3:hover {
  background-color: var(--white);
  color: var(--black);
}

.button-3.delivery {
  display: none;
}

.mask {
  background-color: #fff;
  border-radius: 0;
  width: auto;
  max-width: 1260px;
  height: 560px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slide-nav {
  background-color: #fff;
  width: auto;
  padding-top: 20px;
  padding-bottom: 0;
  display: none;
}

.slide-2 {
  max-width: 1260px;
  height: 559px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slider-nav {
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: 30px;
  bottom: 0;
}

.flpro {
  color: #c4c7d3;
  background-color: #a5adca;
  border-radius: 20px;
  width: 8px;
  height: 8px;
  margin-left: 8px;
}

.flpro.active {
  background-color: #6a718d;
}

.slider-top {
  height: 650px;
  margin-top: 130px;
  display: block;
}

.navbar-desktop-en {
  background-color: #fff;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 6px 2px #dbdbdb;
}

.container-2 {
  max-width: 1140px;
}

.div-block-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-4 {
  flex-direction: row;
  align-items: flex-start;
  display: block;
}

.order {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.order.line {
  color: #c9c9c9;
  background-color: #ebebeb;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 1140px;
  min-height: .5px;
  max-height: .5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.order.sub {
  display: none;
}

.divider-line {
  background-color: #e7e7e7;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: .5px;
  max-height: .5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divider-line.line {
  color: #c9c9c9;
  background-color: #ebebeb;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 1140px;
  min-height: .5px;
  max-height: .5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divider-line.sub {
  display: none;
}

.nav-menu {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  display: flex;
}

.nav-links {
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.nav-menu-second {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
}

.nav-menu-second.about {
  margin-bottom: 10px;
  display: block;
}

.download-app {
  background-color: var(--black);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.american-style {
  max-width: 1140px;
}

.heading {
  direction: ltr;
  text-align: left;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 100%;
}

.heading.h1 {
  display: block;
}

.heading.contact-free {
  padding-left: 20px;
  padding-right: 20px;
}

.frame-with-button {
  background-color: var(--white);
  box-shadow: none;
  border-radius: 20px;
  flex-direction: column;
  width: 255px;
  height: auto;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.frame-with-button.step2 {
  width: 255px;
  height: 464px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.frame-with-button.step3 {
  width: 255px;
  height: 464px;
  margin-left: 20px;
  margin-right: 20px;
}

.frame-with-button.quality-above-all {
  width: 345px;
}

.frame-with-button.not-just-pizza {
  width: 350px;
}

.frame-with-button.pizza-sauce {
  height: 330px;
  margin-top: 0;
}

.frame-with-button.mozzarella-cheese {
  flex-direction: column;
  align-items: flex-start;
  width: 248px;
  height: 300px;
  margin-top: 0;
}

.frame-with-button.meats {
  width: 248px;
  height: 220px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.frame-with-button.italian-beef {
  width: 248px;
  height: 330px;
  margin-top: 0;
}

.frame-with-button.meats-copy {
  width: 248px;
  height: 220px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.frame-with-button.combo {
  margin-left: 0;
  margin-right: 0;
}

.frame-with-button.pizza {
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-2 {
  direction: ltr;
  color: var(--black);
  min-height: auto;
  padding-left: 20px;
  padding-right: 5px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 140%;
}

.heading-2.ingredients-heading {
  min-height: auto;
}

.heading-2.ingredients-heading.ru {
  padding-right: 20px;
}

.heading-2.ru {
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.heading-2.the-secret {
  margin-bottom: 0;
}

.heading-2.the-secret.ru {
  min-height: 40px;
  margin-top: 10px;
}

.heading-2.combo {
  font-family: Papasans, sans-serif;
}

.heading-2.combo.ru {
  font-family: Rubik, sans-serif;
}

.heading-2.cookies.ru {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.heading-2.pizza {
  height: auto;
}

.paragraph {
  color: var(--black);
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph.combo {
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  display: block;
}

.paragraph.ing-description {
  display: none;
}

.paragraph.ru {
  font-family: Rubik, sans-serif;
}

.paragraph.pizza {
  height: auto;
  margin-bottom: 10px;
}

.paragraph.find-out {
  margin-bottom: 10px;
}

.div-block-6 {
  background-color: #0000;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.div-block-6.delivery {
  display: none;
}

.text-block-2 {
  direction: rtl;
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-2:hover {
  color: #575757;
}

.text-block-2.ru {
  font-family: Rubik, sans-serif;
}

.link-block-3 {
  color: var(--black);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 208px;
  height: auto;
  margin-top: 0;
  padding-left: 20px;
  text-decoration: underline;
  display: flex;
}

.link-block-3:hover {
  color: var(--black);
}

.link-block-3.find-out {
  padding-left: 0;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: stretch;
  width: 1140px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.div-block-7.ingredients-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-7.ingredients-grid._1-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-7.the-secret {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.div-block-7.pizza-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-7.dough {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.frame-with-button-first {
  background-color: var(--white);
  box-shadow: none;
  border-radius: 20px;
  flex-direction: column;
  width: 255px;
  height: auto;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.frame-with-button-first.step1 {
  width: 255px;
  height: 464px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 0;
}

.frame-with-button-first.always-try-harder {
  width: 345px;
}

.frame-with-button-first.mozzarella-cheese {
  align-items: flex-end;
  width: 248px;
  height: 300px;
  margin-top: 0;
}

.frame-with-button-first.meats {
  width: 248px;
  height: 220px;
  margin-top: 0;
  margin-right: 0;
}

.frame-with-button-first.italian-beef {
  width: 248px;
  height: 330px;
  margin-top: 0;
}

.frame-with-button-first.combo {
  margin-right: 0;
}

.frame-with-button-last {
  background-color: var(--white);
  box-shadow: none;
  border-radius: 10px;
  flex-direction: column;
  width: 255px;
  height: auto;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
}

.frame-with-button-last.step4 {
  align-items: flex-end;
  height: 464px;
  margin-left: 0;
  margin-right: 20px;
}

.frame-text-block {
  height: auto;
  margin-top: 10px;
}

.container-4 {
  background-color: #ceeae1;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.button-green {
  background-color: var(--yellow);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 0;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
}

.button-green:hover {
  color: var(--black);
  background-color: #0000;
}

.button-green.ru {
  letter-spacing: 1.5px;
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.button-green.safe {
  margin-top: 20px;
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Papasans, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 120%;
}

.heading-3.ru {
  text-align: left;
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.heading-3.sitemap {
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph-2 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 30px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.paragraph-2.block1 {
  margin-bottom: 10px;
}

.paragraph-2.ru {
  font-family: Rubik, sans-serif;
}

.paragraph-2.safe {
  line-height: 140%;
}

.image {
  width: auto;
  height: 300px;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 0;
}

.div-block-8 {
  width: 600px;
  padding-left: 20px;
  padding-right: 0;
}

.div-block-8.papa {
  padding-left: 0;
  padding-right: 40px;
}

.want-to-find-out-more {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 3%;
  margin-bottom: 3%;
  display: flex;
}

.image-16 {
  max-width: 100%;
}

.image-16:hover {
  opacity: .8;
}

.between-links-3 {
  width: 20px;
  height: 100%;
}

.image-17 {
  opacity: 1;
}

.image-17:hover {
  opacity: .8;
}

.app {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.zero-contact-delivery {
  background-color: var(--send);
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.zero-contact-delivery.mobile, .zero-contact-delivery.hide {
  display: none;
}

.feedback {
  background-color: #f5e8dc;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px;
  display: flex;
}

.heading-3-app {
  color: var(--white);
  width: 50%;
  font-family: Papasans, sans-serif;
  font-size: 56px;
  font-weight: 900;
}

.heading-3-app.ru {
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.div-block-8-app {
  background-image: url('../images/phones-UZ-en.png');
  background-position: 50%;
  background-size: cover;
  width: 1140px;
  height: 594px;
  padding-top: 100px;
}

.div-block-8-app.ru {
  background-image: url('../images/phones-UZ-ru.png');
}

.div-block-8-app.uz {
  background-image: url('../images/phones-UZ-uz.png');
}

.american-pizza {
  margin-top: 60px;
}

.info {
  background-color: var(--gold);
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.info.how-it-works {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  height: 472px;
  padding-top: 0;
  padding-bottom: 0;
}

.info.rewards {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info.the-way-we-work {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

.info.main {
  background-color: var(--white);
}

.heading-4 {
  direction: ltr;
  color: #000;
  text-align: center;
  font-family: Papasans, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 140%;
  display: block;
}

.paragraph-3 {
  direction: ltr;
  color: #000;
  text-align: left;
  margin-left: 0;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-3.main {
  text-align: left;
  margin-bottom: 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-3.main.ru, .paragraph-3.ru {
  font-family: Rubik, sans-serif;
}

.container-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1140px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  overflow: hidden;
}

.container-5.the-way-we-work {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-5.steps {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.container-5.info-main {
  grid-template-columns: 1fr 1fr;
}

.div-block-10 {
  width: 340px;
  margin-right: 30px;
  padding-right: 0;
}

.div-block-10.info-block {
  width: auto;
  margin-right: 0;
  padding-right: 20px;
}

.div-block-11 {
  width: 340px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-12 {
  width: 340px;
  margin-left: 30px;
  padding-left: 0;
}

.footer {
  background-color: var(--light-green);
  padding-top: 40px;
  padding-bottom: 20px;
}

.tagline {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  display: block;
}

.heading-5 {
  text-align: left;
  cursor: pointer;
  margin-top: 40px;
  font-family: Papasans, sans-serif;
  font-weight: 400;
}

.heading-5:hover {
  color: #6e6d6d;
}

.heading-5.ru {
  font-family: Rubik, sans-serif;
}

.heading-6 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Papasans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  display: block;
}

.heading-6.ru {
  font-family: Rubik, sans-serif;
  line-height: 120%;
}

.text-block-3 {
  text-decoration: none;
}

.text-block-4 {
  color: var(--white);
  text-align: left;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  line-height: 22px;
  text-decoration: none;
}

.text-block-4.nutrition {
  display: none;
}

.text-block-4.ru {
  padding-bottom: 10px;
  font-family: Rubik, sans-serif;
  line-height: 22px;
}

.text-block-4.hidden {
  display: none;
}

.link {
  direction: rtl;
  color: #fff;
  text-align: left;
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: var(--white);
  text-decoration: underline;
}

.our-company, .our-food {
  width: auto;
  margin-right: 120px;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italianplateno2, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.footer-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-15 {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.image-18 {
  width: auto;
  height: 30px;
}

.footer-text {
  background-color: var(--light-green);
  padding-top: 0;
  padding-bottom: 20px;
}

.container-6 {
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  max-width: 1140px;
  display: flex;
}

.text-block-5 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.text-block-5.ru {
  font-family: Rubik, sans-serif;
}

.text-field-2 {
  border-radius: 5px;
  width: 370px;
  height: 40px;
  font-family: Papasans, sans-serif;
  display: block;
}

.submit-button {
  background-color: var(--yellow);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  transition: all .555s;
}

.submit-button:hover {
  background-color: var(--white);
}

.field-label {
  color: #fff;
  text-transform: none;
  font-family: Italianplateno2, sans-serif;
  font-weight: 400;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-16 {
  padding-left: 100px;
}

.help {
  width: auto;
  margin-right: 120px;
}

.email {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.text-block-6 {
  color: #fff;
  text-align: left;
  width: 260px;
  padding-left: 0;
  font-family: Papasans, sans-serif;
  font-size: 14px;
  line-height: 140%;
  display: none;
}

.zero-contact {
  margin-top: 40px;
}

.container-7 {
  max-width: 1140px;
}

.div-block-17 {
  background-color: var(--send);
  border-radius: 20px;
  max-width: 1112px;
  margin: 80px auto 40px;
  padding: 10px 40px 40px;
}

.heading-8 {
  font-family: Italianplateno2, sans-serif;
  font-size: 46px;
}

.heading-9 {
  margin-top: 15px;
  font-family: Italianplateno2, sans-serif;
  font-size: 46px;
}

.text-block-7 {
  color: #636363;
  font-family: Italianplateno2, sans-serif;
  font-size: 21px;
  line-height: 140%;
}

.pre-paid-orders {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.quality-seal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.doorstep-drop {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.verification {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.container-8 {
  max-width: 1140px;
}

.heading-10 {
  font-family: Italianplateno2, sans-serif;
  font-size: 30px;
}

.heading-11 {
  direction: ltr;
  color: #000;
  font-family: Italianplateno2, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.image-19, .image-20, .image-21, .image-22 {
  width: 30%;
}

.delivery-steps {
  margin-top: 80px;
  margin-bottom: 60px;
}

.delivery-steps-cards {
  max-width: 1140px;
}

.navbar2 {
  background-color: #fff;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #bebebe;
}

.papa-rewards {
  margin-top: 160px;
}

.papa-rewards-title {
  max-width: 1140px;
  margin-top: 0;
  display: block;
}

.papa-rewards-about {
  background-color: var(--send);
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.sign-up {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.order-pizza {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.earn-points, .get-rewards {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.about-us {
  margin-top: 180px;
}

.about-us-title {
  max-width: 1140px;
}

.papa-rewards-about-copy {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.about-us-about {
  background-color: var(--send);
  border-radius: 20px;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.about-us-about-2 {
  background-color: var(--send);
  border-radius: 20px;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-2-copy {
  color: #636363;
  margin-bottom: 40px;
  padding-right: 40px;
  font-family: Italianplateno2, sans-serif;
  font-size: 21px;
}

.people {
  width: 600px;
  padding-left: 0;
  padding-right: 0;
}

.people.papa {
  padding-left: 0;
  padding-right: 40px;
}

.everyone-belongs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.do-the-right-thing {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.people-first {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 0;
  display: flex;
}

.innovate-to-win, .have-fun {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.the-secret {
  margin-top: 20px;
  margin-bottom: 60px;
}

.ingredients {
  margin-top: 170px;
}

.in-50-seconds {
  margin-top: 20px;
}

.the-basics {
  margin-top: 60px;
}

.image-23 {
  width: 255px;
  height: 255px;
  margin-right: 20px;
}

.image-23.dough {
  width: auto;
  height: auto;
  margin-right: 0;
}

.image-24, .image-25 {
  width: 255px;
  height: 255px;
  margin-left: 20px;
  margin-right: 20px;
}

.image-26 {
  width: 255px;
  height: 255px;
  margin-left: 20px;
}

.the-basics-div {
  max-width: 1140px;
}

.meats {
  margin-top: 60px;
}

.meats2 {
  width: 1140px;
  margin-top: 40px;
  display: flex;
}

.fish-and-seafood {
  margin-top: 60px;
}

.vegetables {
  margin-top: 60px;
  margin-bottom: 100px;
}

.nutrition-and-allergens {
  margin-top: 40px;
  display: none;
}

.papa-rewards-about-copy {
  background-color: var(--send);
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.nutrition {
  margin-top: 130px;
}

.button-green-nutrition {
  text-transform: uppercase;
  background-color: #007a53;
  border-radius: 10px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Italianplateno2, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .555s, opacity .2s;
}

.button-green-nutrition:hover {
  color: #fff;
  background-color: #03422e;
}

.text-block-8 {
  color: #007a53;
  font-family: Italianplateno2, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.bold-text {
  border: 1px #000;
  text-decoration: none;
}

.text-block-9 {
  border: 1px solid #fff;
}

.text-block-10 {
  color: #007a53;
  border: 1px #007a53;
  font-family: Italianplateno2, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.button-green-ingredients {
  background-color: var(--yellow);
  direction: rtl;
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
}

.button-green-ingredients:hover {
  background-color: var(--white);
  color: var(--black);
}

.button-green-order {
  background-color: var(--yellow);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
}

.button-green-order:hover {
  background-color: var(--white);
  color: var(--black);
}

.slider-top-mobile {
  height: 650px;
  margin-top: 130px;
  display: none;
  overflow: hidden;
}

.navbar-2-mobile {
  background-color: #fff;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #bebebe;
}

.american-pizza-mobile, .want-to-find-out-more-mobile {
  margin-top: 80px;
  display: none;
}

.download-app-mobile {
  background-image: url('../images/phones-back.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 80px;
  display: none;
}

.link-block-rewards, .link-block-about {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 208px;
  height: auto;
  margin-top: 15px;
  display: flex;
}

.div-block-other {
  background-color: #e7e7e7;
  height: .5px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.div-block-other.delivery {
  display: none;
}

.button-mobile {
  cursor: pointer;
  background-color: red;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-height: 35px;
  padding-top: 10px;
  font-family: Italianplateno2, sans-serif;
  font-size: 21px;
  font-weight: 700;
  transition: all .555s, opacity .2s;
  display: flex;
}

.button-mobile:hover {
  color: #fff;
  background-color: #b30000;
}

.link-block-mobile {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 208px;
  height: auto;
  margin-top: 15px;
  display: flex;
}

.menu-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: Italianplateno2, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.language-select {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.text-block-11 {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  display: flex;
}

.dropdown-link {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.dropdown-link-2 {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.dropdown-list {
  background-color: var(--send);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-desktop-unlinked {
  background-color: #fff;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 6px 2px #dbdbdb;
}

.nav-menu-second-unlinked {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu-second-unlinked.about {
  margin-bottom: 10px;
  display: block;
}

.nutrition-link {
  border: 0 #000;
  margin-left: 0;
  margin-right: 12px;
  padding: 12px 0;
  font-family: Italianplateno2, sans-serif;
  font-size: 21px;
  font-weight: 700;
  transition: opacity .2s;
}

.nutrition-link:hover {
  color: #000;
  border: 4px #007a53;
  border-bottom-style: solid;
}

.nutrition-link.sub {
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  display: none;
}

.nutrition-link.sub:hover {
  background-color: var(--white-smoke);
  color: var(--black);
  border-style: none;
  border-radius: 20px;
  padding: 4px 10px;
}

.nutrition-link.sub.w--current {
  background-color: var(--black);
  color: var(--white);
  margin-left: 5px;
  margin-right: 5px;
  line-height: 120%;
}

.ingredients-link {
  border: 0 #000;
  margin-left: 0;
  margin-right: 12px;
  padding: 12px 0;
  font-family: Italianplateno2, sans-serif;
  font-size: 21px;
  font-weight: 700;
  transition: opacity .2s;
}

.ingredients-link:hover {
  color: #000;
  border: 4px #007a53;
  border-bottom-style: solid;
}

.ingredients-link.sub {
  border-radius: 20px;
  margin-right: 5px;
  padding: 4px 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.ingredients-link.sub:hover {
  background-color: var(--white-smoke);
  color: var(--black);
  border-style: none;
  border-radius: 20px;
  padding: 4px 10px;
}

.ingredients-link.sub.w--current {
  background-color: var(--black);
  color: var(--white);
  border-radius: 20px;
}

.ingredients-link.sub.ru {
  font-family: Rubik, sans-serif;
}

.navbar-desktop-arabic {
  background-color: #fff;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 6px 2px #dbdbdb;
}

.bold-text-2 {
  direction: rtl;
  text-align: left;
}

.bold-text-3 {
  direction: ltr;
  font-family: Papasans, sans-serif;
  font-weight: 900;
}

.bold-text-3.ru {
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.american-pizza-arabic {
  margin-top: 60px;
}

.heading-arabic {
  direction: rtl;
  margin-top: 40px;
  padding-right: 0;
  font-family: Italianplateno2, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 100%;
}

.bold-text-4 {
  direction: rtl;
  line-height: 120%;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  direction: rtl;
}

.frame-with-button-first-arabic {
  background-color: var(--white);
  box-shadow: none;
  border-radius: 10px;
  flex-direction: column;
  width: 255px;
  height: auto;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.frame-with-button-first-arabic.step1 {
  width: 255px;
  height: 464px;
  margin-top: 40px;
}

.frame-with-button-first-arabic.always-try-harder {
  width: 345px;
}

.frame-with-button-first-arabic.mozzarella-cheese {
  height: 330px;
  margin-top: 0;
}

.frame-with-button-first-arabic.meats {
  height: 300px;
  margin-top: 0;
}

.frame-with-button-first-arabic.italian-beef {
  height: 330px;
  margin-top: 0;
}

.heading-2-arabic {
  direction: rtl;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Papasans, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 100%;
}

.paragraph-arabic {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
}

.paragraph-arabic.main {
  color: var(--black);
  padding-left: 20px;
  padding-right: 0;
}

.heading-3-arabic {
  direction: rtl;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Papasans, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 120%;
}

.button-green-arabic {
  background-color: var(--yellow);
  direction: rtl;
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
}

.button-green-arabic:hover {
  background-color: var(--white);
  color: var(--black);
}

.div-block-delivery-arabic {
  flex-direction: column;
  align-items: flex-end;
  width: 600px;
  padding-left: 45px;
  padding-right: 20px;
  display: flex;
}

.div-block-delivery-arabic.papa {
  padding-left: 0;
  padding-right: 40px;
}

.want-to-find-out-more-arabic {
  color: var(--black);
  margin-top: 80px;
  margin-bottom: 60px;
}

.download-app-arabic {
  background-color: var(--black);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-7-arabic {
  justify-content: flex-end;
  width: 1140px;
  margin-top: 40px;
  display: flex;
}

.heading-3-app-arabic {
  direction: rtl;
  color: var(--white);
  font-family: Italianplateno2, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.div-block-9-arabic {
  justify-content: flex-end;
  align-items: center;
  margin-top: 3%;
  margin-bottom: 3%;
  display: flex;
}

.div-block-8-app-arabic {
  background-image: url('../images/phones-arabic.png');
  background-position: 50%;
  background-size: cover;
  width: 1140px;
  height: 594px;
  padding-top: 100px;
}

.info-arabic {
  background-color: #f3f3f7;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.info-arabic.how-it-works {
  background-color: #f3d03e;
  flex-direction: column;
  justify-content: center;
  height: 472px;
}

.info-arabic.rewards {
  background-color: #ceeae1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-arabic.the-way-we-work {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-arabic.main {
  background-color: var(--white);
}

.info-3-arabic {
  width: 340px;
  margin-left: 30px;
  padding-left: 0;
}

.info-2-arabic {
  width: 340px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}

.info-1-arabic {
  width: 340px;
  margin-right: 30px;
  padding-right: 0;
}

.text-block-5-arabic {
  direction: rtl;
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.div-block-15-arabic {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.bold-text-10 {
  font-size: 38px;
}

.heading-gooter-arabic {
  direction: rtl;
  color: var(--white);
}

.footer-arabic {
  background-color: var(--light-green);
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-6-arabic {
  direction: rtl;
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  font-family: Papasans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.text-block-footer-arabic {
  color: var(--white);
  font-family: Italianplateno2, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.text-block-6-arabic {
  direction: rtl;
  color: #fff;
  text-align: right;
  padding-left: 0;
  font-family: Papasans, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.button-4 {
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 5px;
  padding: 5px 40px;
  font-family: Italianplateno2, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.button-4:hover {
  color: #fff;
  background-color: #333;
}

.sign-up-arabic {
  background-color: var(--yellow);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 0 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.sign-up-arabic:hover {
  background-color: var(--white);
  color: var(--black);
}

.email-arabic {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  margin-left: 100px;
  margin-right: 0;
  display: flex;
}

.navbar-mobile {
  display: none;
}

.button-mobile-in-menu {
  cursor: pointer;
  background-color: red;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-height: 35px;
  padding-top: 10px;
  font-family: Italianplateno2, sans-serif;
  font-size: 21px;
  font-weight: 700;
  transition: all .555s, opacity .2s;
  display: flex;
}

.button-mobile-in-menu:hover {
  color: #fff;
  background-color: #b30000;
}

.navbar-mobile-arabic {
  display: none;
}

.american-pizza-mobile-arabic {
  margin-top: 80px;
  display: none;
}

.heading-mobile-arabic {
  direction: ltr;
  font-family: Italianplateno2, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 100%;
}

.heading-2-mobile-arabic {
  direction: ltr;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Italianplateno2, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

.paragraph-mobile-arabic {
  color: #636363;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Italianplateno2, sans-serif;
  font-size: 18px;
}

.heading-3-mobile-arabic {
  margin-bottom: 20px;
  font-family: Italianplateno2, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.paragraph-3-arabic {
  direction: rtl;
  color: #000;
  text-align: center;
  font-family: Italianplateno2, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-3-arabic.main {
  text-align: left;
}

.delivery-steps-arabic {
  margin-top: 0;
}

.delivery-steps-cards-arabic {
  max-width: 1140px;
}

.div-block-7-copy {
  width: 1140px;
  margin-top: 40px;
  display: flex;
}

.div-block-8-arabic {
  flex-direction: column;
  align-items: flex-end;
  width: 600px;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.div-block-8-arabic.papa {
  padding-left: 0;
  padding-right: 40px;
}

.navbar-desktop-arabic-2 {
  background-color: #fff;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 6px 2px #dbdbdb;
}

.about-us-about-arabic {
  background-color: var(--send);
  border-radius: 20px;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.about-us-about-2-arabic {
  background-color: var(--send);
  border-radius: 20px;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.info-arabic-about {
  background-color: #f3f3f7;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.info-arabic-about.how-it-works {
  background-color: #f3d03e;
  flex-direction: column;
  justify-content: center;
  height: 472px;
}

.info-arabic-about.rewards {
  background-color: #ceeae1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-arabic-about.the-way-we-work {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.div-block-22 {
  background-color: #bfded480;
  height: .5px;
  margin-top: 15px;
}

.div-block-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  padding-top: 10px;
  display: flex;
}

.image-29, .image-30 {
  width: 30px;
  max-width: none;
  height: 30px;
}

.image-31, .image-32 {
  max-width: 50%;
}

.link-block-4 {
  width: 25px;
  max-width: none;
  display: none;
}

.bold-text-11 {
  font-family: Papasans, sans-serif;
  font-weight: 900;
}

.bold-text-11.ru {
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.heading-14 {
  font-family: Italianplateno2, sans-serif;
}

.heading-15 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading-16 {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.heading-17 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-18, .heading-19 {
  font-family: Papasans Condensed, sans-serif;
}

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

.heading-21, .heading-22 {
  font-weight: 500;
}

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

.heading-24, .heading-25 {
  font-weight: 500;
}

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

.heading-27 {
  font-weight: 500;
}

.heading-28 {
  font-family: Papasans, sans-serif;
  font-weight: 900;
}

.paragraph-2-app {
  color: var(--white);
  width: 39%;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 40px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-2-app.block1 {
  margin-bottom: 10px;
}

.paragraph-2-app.ru {
  font-family: Rubik, sans-serif;
}

.paragraph-2-app.small {
  opacity: .5;
  font-size: 10px;
  line-height: 120%;
}

.text-block-quality {
  backface-visibility: visible;
  transform-origin: 50%;
  color: var(--sea-green);
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 20px 0;
  font-family: Papasans, sans-serif;
  font-size: 56px;
  font-weight: 900;
  display: block;
  transform: none;
}

.text-block-quality.short {
  margin-top: 10px;
}

.text-block-quality.short.arabic {
  margin-top: 0;
}

.text-block-quality.long {
  color: var(--white);
  background-color: #0000;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: Papasans, sans-serif;
  font-weight: 900;
  transform: none;
}

.text-block-quality.pizza-long {
  margin-bottom: 10px;
}

.text-block-quality.vegan-short {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-quality.quality-long {
  margin-bottom: 10px;
}

.text-block-quality.courier-short {
  margin-top: 20px;
  padding-top: 30px;
}

.text-block-quality.courier-long {
  margin-bottom: 20px;
}

.text-block-quality.arabic {
  margin-top: 0;
}

.button-green-order-now {
  background-color: var(--yellow);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 0;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
}

.button-green-order-now:hover {
  color: var(--black);
  background-color: #0000;
}

.button-green-order-now.ru {
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.button-green-ingredients-2 {
  background-color: var(--yellow);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 10px;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
}

.button-green-ingredients-2:hover {
  color: var(--black);
  background-color: #0000;
}

.button-green-ingredients-2.ru {
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.paragraph-arabic-app {
  direction: rtl;
  color: var(--white);
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Italianplateno2, sans-serif;
  font-size: 18px;
}

.paragraph-arabic-app.main {
  color: var(--white);
  padding-left: 20px;
  padding-right: 0;
}

.paragraph-2-copy {
  color: var(--black);
  margin-bottom: 30px;
  padding-right: 40px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-2-copy.block1 {
  margin-bottom: 10px;
}

.paragraph-mobile-arabic-app {
  color: #636363;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Italianplateno2, sans-serif;
  font-size: 18px;
}

.heading-3-mobile-arabic-app {
  margin-bottom: 20px;
  font-family: Italianplateno2, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.logo-footer {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-right: 0;
  display: flex;
}

.find-out-more {
  background-color: var(--send);
  box-shadow: none;
  opacity: 1;
  border-radius: 20px;
  flex-direction: column;
  height: 500px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.find-out-more.step1 {
  width: 255px;
  height: 464px;
  margin-top: 40px;
}

.find-out-more.always-try-harder {
  width: 345px;
}

.find-out-more.mozzarella-cheese {
  height: 330px;
  margin-top: 0;
}

.find-out-more.meats {
  height: 300px;
  margin-top: 0;
}

.find-out-more.italian-beef {
  height: 330px;
  margin-top: 0;
}

.image-34 {
  opacity: 1;
}

.div-block-8-right {
  flex-direction: column;
  align-items: flex-start;
  width: 600px;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.div-block-8-right.papa {
  padding-left: 0;
  padding-right: 40px;
}

.image-35, .image-36, .image-37 {
  height: 250px;
}

.find-out-more-mobile {
  background-color: var(--white);
  box-shadow: none;
  border-radius: 10px;
  flex-direction: column;
  width: 255px;
  height: 500px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.find-out-more-mobile.step1 {
  width: 255px;
  height: 464px;
  margin-top: 40px;
}

.find-out-more-mobile.always-try-harder {
  width: 345px;
}

.find-out-more-mobile.mozzarella-cheese {
  height: 330px;
  margin-top: 0;
}

.find-out-more-mobile.meats {
  height: 300px;
  margin-top: 0;
}

.find-out-more-mobile.italian-beef {
  height: 330px;
  margin-top: 0;
}

.delivery-steps-mobile {
  margin-top: 80px;
  margin-bottom: 60px;
  display: none;
}

.delivery-steps-cards-mobile {
  max-width: 1140px;
}

.info-mobile {
  background-color: #f3f3f7;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.info-mobile.how-it-works {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  height: 472px;
}

.info-mobile.rewards {
  background-color: var(--garlic);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-mobile.the-way-we-work {
  background-color: var(--send);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-mobile.main {
  background-color: var(--white);
}

.container-5-mobile {
  justify-content: center;
  align-items: flex-start;
  max-width: 1140px;
  padding-top: 40px;
  display: flex;
}

.container-5-mobile.contact-free {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.info-de {
  background-color: #f3f3f7;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.info-de.how-it-works {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  height: 472px;
}

.info-de.rewards {
  background-color: var(--garlic);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-de.the-way-we-work {
  background-color: var(--send);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-de.main {
  background-color: var(--white);
}

.info-copy {
  background-color: #f3f3f7;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.info-copy.how-it-works {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  height: 472px;
}

.info-copy.rewards {
  background-color: var(--garlic);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-copy.the-way-we-work {
  background-color: var(--send);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-copy.main {
  background-color: var(--white);
}

.info-mobile-en {
  background-color: #f3f3f7;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.info-mobile-en.how-it-works {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  height: 472px;
}

.info-mobile-en.rewards {
  background-color: var(--garlic);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-mobile-en.the-way-we-work {
  background-color: var(--send);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-mobile-en.main {
  background-color: var(--white);
}

.delivery-steps-desktop, .delivery-steps-copy {
  margin-top: 80px;
  margin-bottom: 60px;
}

.heading-4-mobile {
  direction: ltr;
  color: #000;
  text-align: left;
  font-family: Papasans, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 140%;
  display: block;
}

.heading-4-mobile.ru {
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.info-desktop {
  background-color: var(--white);
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.info-desktop.how-it-works {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  height: 472px;
}

.info-desktop.rewards {
  background-color: var(--garlic);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-desktop.the-way-we-work {
  background-color: var(--send);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-desktop.main {
  background-color: var(--white);
}

.footer-legacy-links {
  color: var(--white);
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.footer-legacy-links.ru {
  font-family: Rubik, sans-serif;
}

.link-legacy {
  direction: rtl;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.link-legacy:hover {
  color: var(--white);
  text-decoration: underline;
}

.div-block-24 {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.social-icons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  padding-top: 10px;
  display: flex;
}

.div-block-25 {
  display: flex;
}

.footer-legacy-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.heading-29 {
  color: var(--white);
  font-family: Papasans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.heading-29.ru {
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.link-block-7, .link-block-8 {
  display: none;
}

.div-block-26, .div-block-27 {
  justify-content: flex-end;
  display: flex;
}

.text-block-quality-first {
  backface-visibility: visible;
  transform-origin: 50%;
  color: var(--sea-green);
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 20px 0;
  font-family: Papasans, sans-serif;
  font-size: 56px;
  font-weight: 900;
  display: block;
  transform: none;
}

.text-block-quality-first.short {
  margin-top: 10px;
}

.text-block-quality-first.short.arabic {
  margin-top: 0;
}

.text-block-quality-first.long {
  color: var(--white);
  background-color: #0000;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: Papasans, sans-serif;
  font-weight: 900;
  transform: none;
}

.text-block-quality-first.pizza-long {
  margin-bottom: 10px;
}

.text-block-quality-first.vegan-short {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-quality-first.quality-long {
  margin-bottom: 10px;
}

.text-block-quality-first.courier-short {
  margin-top: 20px;
  padding-top: 30px;
}

.text-block-quality-first.courier-long {
  margin-bottom: 20px;
}

.text-block-quality-first.arabic {
  margin-top: 0;
}

.text-block-copy {
  backface-visibility: visible;
  transform-origin: 50%;
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 20px 0;
  font-family: Papasans, sans-serif;
  font-size: 56px;
  font-weight: 900;
  display: block;
  transform: none;
}

.text-block-copy.short {
  margin-top: 10px;
}

.text-block-copy.short.arabic {
  margin-top: 0;
}

.text-block-copy.long {
  color: var(--white);
  background-color: #0000;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: Papasans, sans-serif;
  font-weight: 900;
  transform: none;
}

.text-block-copy.pizza-long {
  margin-bottom: 10px;
}

.text-block-copy.vegan-short {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-copy.quality-long {
  margin-bottom: 10px;
}

.text-block-copy.courier-short {
  margin-top: 10px;
  padding-top: 20px;
}

.text-block-copy.courier-long {
  margin-bottom: 10px;
}

.text-block-copy.arabic {
  margin-top: 0;
}

.find-out-more-last {
  background-color: var(--send);
  box-shadow: none;
  opacity: 1;
  border-radius: 20px;
  flex-direction: column;
  width: 344px;
  height: 500px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 0;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.find-out-more-last.step1 {
  width: 255px;
  height: 464px;
  margin-top: 40px;
}

.find-out-more-last.always-try-harder {
  width: 345px;
}

.find-out-more-last.mozzarella-cheese {
  height: 330px;
  margin-top: 0;
}

.find-out-more-last.meats {
  height: 300px;
  margin-top: 0;
}

.find-out-more-last.italian-beef {
  height: 330px;
  margin-top: 0;
}

.navbar-mobile-unlinked {
  display: none;
}

.frame-with-button-copy {
  background-color: var(--white);
  box-shadow: none;
  border-radius: 10px;
  flex-direction: column;
  width: 255px;
  height: 500px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.frame-with-button-copy.step2 {
  width: 255px;
  height: 464px;
  margin-top: 40px;
}

.frame-with-button-copy.step3 {
  width: 255px;
  height: 464px;
}

.frame-with-button-copy.quality-above-all {
  width: 345px;
}

.frame-with-button-copy.not-just-pizza {
  width: 350px;
}

.frame-with-button-copy.pizza-sauce, .frame-with-button-copy.mozzarella-cheese {
  height: 330px;
  margin-top: 0;
}

.frame-with-button-copy.meats {
  width: 248px;
  height: 300px;
  margin-top: 0;
}

.frame-with-button-copy.italian-beef {
  height: 330px;
  margin-top: 0;
}

.info-mobile-2 {
  background-color: var(--gold);
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.info-mobile-2.how-it-works {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  height: 472px;
}

.info-mobile-2.rewards {
  background-color: var(--garlic);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.info-mobile-2.the-way-we-work {
  background-color: var(--send);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-mobile-2.main {
  background-color: var(--white);
}

.info-mobile-way {
  background-color: var(--gold);
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.info-mobile-way.how-it-works {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  height: 472px;
}

.info-mobile-way.rewards {
  background-color: var(--garlic);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-mobile-way.the-way-we-work {
  background-color: var(--send);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.info-mobile-way.main {
  background-color: var(--white);
}

.img-have-fun {
  width: 30%;
}

.the-secret-cards-mobile {
  max-width: 1140px;
  display: none;
}

._50-seconds {
  max-width: 1140px;
  display: block;
}

._50-seconds-mobile, .meats-mobile, .fish-mobile {
  max-width: 1140px;
  display: none;
}

.frame-with-button-last-fish {
  background-color: var(--white);
  box-shadow: none;
  border-radius: 10px;
  flex-direction: column;
  width: 255px;
  height: 500px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.frame-with-button-last-fish.step2 {
  width: 255px;
  height: 464px;
  margin-top: 40px;
}

.frame-with-button-last-fish.step3 {
  width: 255px;
  height: 464px;
}

.frame-with-button-last-fish.quality-above-all {
  width: 345px;
}

.frame-with-button-last-fish.not-just-pizza {
  width: 350px;
}

.frame-with-button-last-fish.pizza-sauce, .frame-with-button-last-fish.mozzarella-cheese {
  height: 330px;
  margin-top: 0;
}

.frame-with-button-last-fish.meats {
  height: 300px;
  margin-top: 0;
}

.frame-with-button-last-fish.italian-beef {
  height: 330px;
  margin-top: 0;
}

.veg-mobile {
  max-width: 1140px;
  display: none;
}

.heading-2-left {
  direction: ltr;
  color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Papasans, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 140%;
}

.div-block-7-calamari {
  justify-content: flex-start;
  width: 1140px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.heading-2-center {
  direction: ltr;
  color: var(--black);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 140%;
}

.heading-2-center.ru {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.slider-top-arabic {
  height: 650px;
  margin-top: 130px;
  display: none;
  overflow: hidden;
}

._1-arabic {
  direction: rtl;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.slide-arabic {
  background-color: #4fa684;
  background-image: url('../images/slider-2.png');
  background-position: 0 0;
  background-size: auto;
  min-width: auto;
  max-width: 1260px;
  height: 559px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.slide-arabic.delivery {
  background-image: url('../images/slider-1-arabic.png');
  margin-left: 0;
  margin-right: 0;
}

.slide-arabic.pizza {
  background-image: url('../images/slider-2-1.png');
  margin-left: 10px;
  margin-right: 10px;
}

.slide-arabic.vegan {
  background-image: url('../images/slider-3-2.png');
  margin-left: 10px;
  margin-right: 10px;
}

.slide-arabic.quality {
  background-image: url('../images/slider-4-arabic.png');
  margin-left: 0;
  margin-right: 0;
}

.slide-arabic.courier {
  background-image: url('../images/slider-5-arabic.png');
  margin-left: 0;
  margin-right: 0;
}

.slide2-arabic {
  background-color: #4fa684;
  background-image: url('../images/slider-2.png');
  background-position: 0 0;
  background-size: auto;
  min-width: auto;
  max-width: 1260px;
  height: 559px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.slide2-arabic.delivery {
  background-image: url('../images/slider-1.png');
  margin-left: 10px;
  margin-right: 10px;
}

.slide2-arabic.pizza {
  background-image: url('../images/slider-2-1.png');
  margin-left: 0;
  margin-right: 0;
}

.slide2-arabic.vegan {
  background-image: url('../images/slider-3-2.png');
  margin-left: 10px;
  margin-right: 10px;
}

.slide2-arabic.quality {
  background-image: url('../images/slider-4.png');
  margin-left: 10px;
  margin-right: 10px;
}

.slide2-arabic.courier {
  background-image: url('../images/slider-5.png');
  margin-left: 10px;
  margin-right: 10px;
}

._2-arabic {
  direction: rtl;
  flex-flow: column;
  align-items: flex-start;
  max-width: none;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.text-block-arabic {
  backface-visibility: visible;
  transform-origin: 50%;
  direction: rtl;
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 20px 0;
  font-family: Papasans, sans-serif;
  font-size: 56px;
  font-weight: 900;
  display: block;
  transform: none;
}

.text-block-arabic.short {
  margin-top: 10px;
}

.text-block-arabic.short.arabic {
  margin-top: 0;
}

.text-block-arabic.long {
  direction: rtl;
  color: var(--white);
  background-color: #0000;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: Papasans, sans-serif;
  font-weight: 900;
  transform: none;
}

.text-block-arabic.pizza-long {
  direction: rtl;
  margin-bottom: 10px;
}

.text-block-arabic.vegan-short {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-arabic.quality-long {
  margin-bottom: 10px;
}

.text-block-arabic.courier-short {
  margin-top: 10px;
  padding-top: 20px;
}

.text-block-arabic.courier-long {
  margin-bottom: 10px;
}

.text-block-arabic.arabic {
  margin-top: 0;
}

.text-block-arabic.green {
  color: var(--sea-green);
}

.slide3-arabic {
  background-color: #4fa684;
  background-image: url('../images/slider-2.png');
  background-position: 0 0;
  background-size: auto;
  min-width: auto;
  max-width: 1260px;
  height: 559px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.slide3-arabic.delivery {
  background-image: url('../images/slider-1.png');
  margin-left: 10px;
  margin-right: 10px;
}

.slide3-arabic.pizza {
  background-image: url('../images/slider-2-1.png');
  margin-left: 10px;
  margin-right: 10px;
}

.slide3-arabic.vegan {
  background-image: url('../images/slider-3-arabic.png');
  margin-left: 0;
  margin-right: 0;
}

.slide3-arabic.quality {
  background-image: url('../images/slider-4.png');
  margin-left: 10px;
  margin-right: 10px;
}

.slide3-arabic.courier {
  background-image: url('../images/slider-5.png');
  margin-left: 10px;
  margin-right: 10px;
}

._3-arabic {
  direction: rtl;
  flex-flow: column;
  align-items: flex-start;
  max-width: none;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.zero-contact-delivery-arabic {
  background-color: var(--send);
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.feedback-arabic {
  background-color: #f5e8dc;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  height: auto;
  margin-top: 80px;
  padding: 60px 40px;
  display: flex;
}

.footer-desktop-arabic {
  background-color: var(--light-green);
  padding-top: 40px;
  padding-bottom: 20px;
}

.heading-6-copy {
  color: #fff;
  margin-bottom: 10px;
  font-family: Papasans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.our-company-arabic, .our-food-arabic {
  width: auto;
  margin-left: 120px;
  margin-right: 0;
}

.footer-menu-arabic {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1140px;
  margin-bottom: 40px;
  display: flex;
}

.link-arabic {
  direction: rtl;
  color: #fff;
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-arabic:hover {
  color: var(--white);
  text-decoration: underline;
}

.form-arabic {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.email-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.help-arabic {
  width: auto;
  margin-left: 120px;
  margin-right: 0;
}

.logo-footer-arabic {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-right: 0;
  display: flex;
}

.heading-29-arabic {
  direction: rtl;
  color: var(--white);
  font-family: Papasans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.logo-arabic-white {
  width: auto;
  height: 30px;
}

.legacy-arabic {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.footer-legacy-block-arabic {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.image-38 {
  direction: rtl;
}

.container-6-arabic {
  color: var(--white);
  flex-direction: column;
  align-items: flex-end;
  max-width: 1140px;
  display: flex;
}

.link-block-3-arabic {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 15px;
  display: flex;
}

.bold-text-14 {
  font-weight: 400;
}

.ingredients-arabic {
  border: 0 #000;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transition: opacity .2s;
}

.ingredients-arabic:hover {
  background-color: var(--white-smoke);
  color: #000;
  border: 4px #007a53;
  border-radius: 20px;
}

.ingredients-arabic.sub {
  color: var(--black);
  background-color: #0000;
  border-radius: 20px;
  padding: 4px 10px;
  font-weight: 400;
  display: block;
}

.ingredients-arabic.sub:hover {
  background-color: var(--white-smoke);
  color: var(--black);
  border-style: none;
  border-radius: 20px;
  padding: 4px 10px;
}

.ingredients-arabic.sub.w--current {
  background-color: var(--black);
  color: var(--white);
}

.nav-link-1 {
  border-radius: 20px;
  margin-left: 5px;
  padding: 4px 10px;
}

.nav-link-1:hover {
  background-color: var(--white-smoke);
  border-radius: 20px;
}

.button-mobile-2 {
  cursor: pointer;
  background-color: red;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-height: 35px;
  padding-top: 10px;
  font-family: Italianplateno2, sans-serif;
  font-size: 21px;
  font-weight: 700;
  transition: all .555s, opacity .2s;
  display: flex;
}

.button-mobile-2:hover {
  color: #fff;
  background-color: #b30000;
}

.navbar-mobile-arabic-2 {
  display: none;
}

.button-mobile-in-menu-2 {
  cursor: pointer;
  background-color: red;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-height: 35px;
  padding-top: 10px;
  font-family: Italianplateno2, sans-serif;
  font-size: 21px;
  font-weight: 700;
  transition: all .555s, opacity .2s;
  display: flex;
}

.button-mobile-in-menu-2:hover {
  color: #fff;
  background-color: #b30000;
}

.info-mobile-ar {
  display: none;
}

.delivery-steps-arabic-mobile {
  margin-top: 80px;
  display: none;
}

.info-mobile-rewards {
  background-color: var(--gold);
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.info-mobile-rewards.how-it-works {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  height: 472px;
}

.info-mobile-rewards.rewards {
  background-color: var(--garlic);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-mobile-rewards.the-way-we-work {
  background-color: var(--send);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-mobile-rewards.main {
  background-color: var(--white);
}

.info-arabic-about-mobile {
  background-color: #f3f3f7;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.info-arabic-about-mobile.how-it-works {
  background-color: #f3d03e;
  flex-direction: column;
  justify-content: center;
  height: 472px;
}

.info-arabic-about-mobile.rewards {
  background-color: #ceeae1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-arabic-about-mobile.the-way-we-work {
  background-color: var(--send);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.find-out-more-one {
  background-color: var(--send);
  box-shadow: none;
  opacity: 1;
  border-radius: 20px;
  flex-direction: column;
  width: 344px;
  height: 500px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.find-out-more-one.step1 {
  width: 255px;
  height: 464px;
  margin-top: 40px;
}

.find-out-more-one.always-try-harder {
  width: 345px;
}

.find-out-more-one.mozzarella-cheese {
  height: 330px;
  margin-top: 0;
}

.find-out-more-one.meats {
  height: 300px;
  margin-top: 0;
}

.find-out-more-one.italian-beef {
  height: 330px;
  margin-top: 0;
}

.nav-link {
  border: 0 #000;
  margin-left: 0;
  margin-right: 5px;
  padding: 4px 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transition: opacity .2s;
}

.nav-link:hover {
  background-color: var(--white-smoke);
  color: #000;
  border: 4px #007a53;
  border-radius: 20px;
}

.nav-link.sub {
  border-radius: 20px;
  padding: 4px 10px;
  font-weight: 400;
  display: none;
}

.nav-link.sub:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-radius: 20px;
  padding: 4px 10px;
}

.nav-link.ru {
  font-family: Rubik, sans-serif;
}

.nav-link-special {
  color: var(--black);
  border: 0 #000;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transition: opacity .2s;
}

.nav-link-special:hover {
  background-color: var(--white-smoke);
  color: #000;
  border: 4px #007a53;
  border-radius: 20px;
}

.nav-link-special.w--current {
  background-color: var(--black);
  color: var(--white);
  border-radius: 20px;
}

.nav-link-special.sub {
  border-radius: 20px;
  padding: 4px 10px;
  font-weight: 400;
  display: none;
}

.nav-link-special.sub:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-radius: 20px;
  padding: 4px 10px;
}

.nav-link-special.ru {
  font-family: Rubik, sans-serif;
}

.papa-rewards-special {
  padding-top: 60px;
}

.special-offers-section {
  margin-top: 160px;
  margin-bottom: 100px;
}

.special-offers {
  max-width: 1140px;
  display: block;
}

.papa-rewards-about-special {
  background-color: var(--send);
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.special-offers-section-mobile {
  margin-top: 80px;
  display: none;
}

.special-offers-mobile {
  max-width: 1140px;
}

.special-offers-section-arabic {
  margin-top: 160px;
}

.special-offers-section-mobile-arabic {
  margin-top: 80px;
  display: none;
}

.papa-rewards-special-arabic {
  margin-top: 40px;
}

.link-block-mobile-arabic {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 208px;
  height: auto;
  margin-top: 15px;
  display: flex;
}

.nutrition-info {
  background-color: var(--send);
  border-radius: 20px;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.text-block-13 {
  color: var(--sea-green);
  font-family: Open Sans, sans-serif;
}

.bold-text-20 {
  color: var(--sea-green);
  font-family: Papasans, sans-serif;
}

.div-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 20px;
  display: none;
}

.link-2, .link-3, .link-4, .link-5 {
  text-decoration: none;
}

.div-block-35 {
  background-color: #f2f3f5;
  display: flex;
}

.find-out-more-first {
  background-color: var(--send);
  box-shadow: none;
  opacity: 1;
  border-radius: 20px;
  flex-direction: column;
  width: 344px;
  height: 500px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.find-out-more-first.step1 {
  width: 255px;
  height: 464px;
  margin-top: 40px;
}

.find-out-more-first.always-try-harder {
  width: 345px;
}

.find-out-more-first.mozzarella-cheese {
  height: 330px;
  margin-top: 0;
}

.find-out-more-first.meats {
  height: 300px;
  margin-top: 0;
}

.find-out-more-first.italian-beef {
  height: 330px;
  margin-top: 0;
}

.sign-in-offer {
  max-width: 1140px;
  margin-top: 160px;
  margin-bottom: 60px;
}

.div-block-27-en {
  justify-content: flex-end;
  display: flex;
}

.text-field-2-arabic {
  direction: rtl;
  border-radius: 5px;
  width: 370px;
  height: 40px;
  font-family: Papasans, sans-serif;
  display: block;
}

.form-wrapper {
  max-width: 1140px;
  display: none;
}

.bold-text-21 {
  font-weight: 700;
}

.form-2 {
  display: block;
}

.div-block-36 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.form-block {
  max-width: none;
}

.div-block-37 {
  width: 50%;
  max-width: none;
}

.div-block-38 {
  width: 50%;
  max-width: none;
  display: block;
}

.text-field-3, .text-field-4, .text-field-5 {
  border-radius: 5px;
  height: 40px;
}

.text-field-6 {
  border-radius: 5px;
}

.field-label-2 {
  color: var(--black);
  text-transform: none;
  margin-top: 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.field-label-2.ru {
  letter-spacing: 0;
  font-family: Rubik, sans-serif;
}

.submit-button-2 {
  background-color: var(--yellow);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Papasans, sans-serif;
  line-height: 120%;
}

.submit-button-2:hover {
  background-color: #0000;
}

.submit-button-2.ru {
  font-family: Rubik, sans-serif;
}

.checkbox-label {
  text-transform: none;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-39 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.div-block-40 {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.list-item {
  direction: ltr;
  color: var(--black);
  font-family: Papasans, sans-serif;
}

.list {
  padding-left: 20px;
}

.text-block-14, .additional-info {
  color: #00000080;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Papasans, sans-serif;
}

.div-block-41 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.sign-in-offer-arabic {
  max-width: 1140px;
  margin-top: 160px;
  margin-bottom: 60px;
}

.list-arabic {
  direction: rtl;
  padding-left: 20px;
}

.list-item-arabic {
  direction: rtl;
  color: var(--black);
  text-align: right;
  font-family: Papasans, sans-serif;
}

.field-label-2-arabic {
  direction: rtl;
  color: var(--black);
  text-transform: none;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-field-3-arabic, .text-field-4-arabic {
  direction: rtl;
  border-radius: 5px;
  height: 40px;
}

.text-field-6-arabic {
  direction: rtl;
  border-radius: 5px;
}

.text-field-5-arabic {
  border-radius: 5px;
  height: 40px;
}

.div-block-36-arabic {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.div-block-39-arabic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  display: flex;
}

.checkbox-field {
  direction: ltr;
}

.checkbox-field-arabic {
  direction: ltr;
  justify-content: flex-end;
  display: block;
}

.additional-info-arabic {
  direction: rtl;
  color: #00000080;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Papasans, sans-serif;
}

.div-block-41-arabic {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.submit-button-2-arabic {
  background-color: var(--yellow);
  color: var(--black);
  letter-spacing: 2px;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Papasans, sans-serif;
  line-height: 120%;
}

.contact-us {
  max-width: none;
  margin-top: 160px;
}

.contact-us-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-top: 0;
  display: block;
}

.text-field-7 {
  color: var(--black);
  border: 1px solid #0000001a;
  border-radius: 5px;
  height: 54px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-field-7.ru {
  font-family: Rubik, sans-serif;
}

.form-block-contact-us {
  max-width: 540px;
}

.text-field-8 {
  border-radius: 5px;
}

.text-field-comment {
  white-space: normal;
  border: 1px solid #0000001a;
  border-radius: 5px;
  height: 147px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.paragraph-arabic-app-2 {
  direction: rtl;
  color: #fff;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Italianplateno2, sans-serif;
  font-size: 18px;
}

.download-app-arabic-2 {
  background-color: #000;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-3-app-arabic-2 {
  direction: rtl;
  color: #fff;
  font-family: Italianplateno2, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.contact-us-arabic {
  max-width: none;
  margin-top: 160px;
}

.contact-us-block-arabic {
  direction: rtl;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 1140px;
  margin-top: 0;
  display: block;
}

.form-block-contact-us-arabic {
  direction: rtl;
  max-width: 540px;
}

.form-3 {
  margin-top: 0;
}

.faq {
  margin-top: 180px;
  margin-bottom: 60px;
}

.faq-block {
  max-width: 1140px;
}

.textarea {
  color: var(--black);
  border: 1px solid #0000001a;
  border-radius: 5px;
  height: auto;
  font-family: Papasans, sans-serif;
  font-size: 18px;
}

.textarea.ru {
  font-family: Rubik, sans-serif;
}

.wrapper {
  width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrapper.hidden {
  display: none;
}

.answer {
  overflow: hidden;
}

.faq-answer {
  color: var(--black);
  margin-bottom: 0;
  padding: 5px 0;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.faq-answer.ru {
  font-family: Rubik, sans-serif;
}

.div-block-42 {
  background-color: #0000001a;
  height: .5px;
  max-height: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-link {
  border: 0 #000;
  margin-left: 0;
  margin-right: 12px;
  padding: 12px 0;
  font-family: Italianplateno2, sans-serif;
  font-size: 21px;
  font-weight: 700;
  transition: opacity .2s;
}

.faq-link:hover {
  color: #000;
  border: 4px #007a53;
  border-bottom-style: solid;
}

.faq-link.sub {
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.faq-link.sub:hover {
  background-color: var(--white-smoke);
  color: var(--black);
  border-style: none;
  border-radius: 20px;
  padding: 4px 10px;
}

.faq-link.sub.w--current {
  background-color: var(--black);
  color: var(--white);
  margin-left: 5px;
  margin-right: 5px;
  line-height: 120%;
}

.faq-link.sub.ru {
  font-family: Rubik, sans-serif;
}

.div-block-43 {
  display: none;
}

.div-block-44 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.div-block-45, .div-block-46 {
  display: none;
}

.div-block-47 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-48 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.div-block-49 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.nav-menu-second-arabic {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu-second-arabic.about {
  margin-bottom: 10px;
  display: block;
}

.ingredients-section-arabic {
  margin-top: 170px;
}

.papa-rewards-about-arabic {
  background-color: var(--send);
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-2-arabic {
  direction: rtl;
  font-family: Papasans, sans-serif;
}

.in-50-seconds-arabic {
  margin-top: 20px;
}

.div-block-8-a {
  width: 600px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-8-a.papa {
  padding-left: 0;
  padding-right: 40px;
}

.div-block-7-copy {
  justify-content: flex-start;
  align-items: stretch;
  width: 1140px;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.the-basics-arabic, .meats-arabic, .fish-and-seafood-arabic, .vegetables-arabic {
  margin-top: 60px;
}

.bold-text-22 {
  font-weight: 400;
}

.nutrition-info-arabic {
  background-color: var(--send);
  border-radius: 20px;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.link-2-arabic, .link-3-arabic, .link-4-arabic, .link-5-arabic {
  direction: rtl;
  text-decoration: none;
}

.about-us-about-copy {
  background-color: var(--send);
  border-radius: 20px;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.button-green-ingredients-arabic {
  background-color: var(--yellow);
  direction: rtl;
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
}

.button-green-ingredients-arabic:hover {
  background-color: var(--white);
  color: var(--black);
}

.wrapper-arabic {
  direction: rtl;
  width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-block-arabic {
  direction: rtl;
  max-width: 1140px;
}

.faq-arabic {
  border: 0 #000;
  margin-left: 0;
  margin-right: 5px;
  padding: 4px 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transition: opacity .2s;
}

.faq-arabic:hover {
  background-color: var(--white-smoke);
  color: #000;
  border: 4px #007a53;
  border-radius: 20px;
}

.faq-arabic.sub {
  border-radius: 20px;
  padding: 4px 10px;
  font-weight: 400;
  display: block;
}

.faq-arabic.sub:hover {
  background-color: var(--white-smoke);
  color: var(--black);
  border-style: none;
  border-radius: 20px;
  padding: 4px 10px;
}

.faq-arabic.sub.w--current {
  background-color: var(--black);
  color: var(--white);
}

.cookies {
  margin-top: 160px;
  margin-bottom: 60px;
}

.cookies-block {
  max-width: 1140px;
}

.div-block-50 {
  background-color: var(--send);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 30px;
  display: block;
}

.div-block-50.date {
  display: none;
}

.heading-cookies {
  margin-bottom: 0;
  font-family: Papasans, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.heading-cookies.ru {
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.bold-text-23 {
  font-weight: 400;
}

.link-6 {
  text-decoration: underline;
}

.link-7 {
  text-decoration: none;
}

.paragraph-3-mobile {
  direction: ltr;
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-3-mobile.main {
  text-align: left;
  margin-bottom: 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.cookies-arabic {
  margin-top: 160px;
  margin-bottom: 60px;
}

.cookies-block-arabic {
  max-width: 1140px;
}

.heading-cookies-arabic {
  direction: rtl;
  font-family: Papasans, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.paragraph-3-cookies-arabic {
  direction: rtl;
  color: #000;
  text-align: right;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-3-cookies-arabic.main {
  text-align: left;
}

.privacy-policy {
  margin-top: 160px;
  margin-bottom: 60px;
}

.privacy-policy-block {
  max-width: 1140px;
}

.bold-text-24 {
  font-weight: 900;
  line-height: 140%;
}

.heading-2-cookies {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 160%;
}

.div-block-policy {
  background-color: var(--send);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 30px;
  display: block;
}

.heading-2-cookies-arabic {
  direction: rtl;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 160%;
}

.terms-and-conditions {
  margin-top: 160px;
  margin-bottom: 60px;
}

.terms-and-conditions-block {
  max-width: 1140px;
}

.list-item-2 {
  font-family: Papasans, sans-serif;
}

.list-item-2.ru {
  font-family: Rubik, sans-serif;
}

.list-item-3 {
  font-family: Papasans, sans-serif;
}

.sitemap {
  margin-top: 160px;
  margin-bottom: 60px;
}

.sitemap-block {
  max-width: 1140px;
}

.list-item-4 {
  font-family: Papasans, sans-serif;
  font-weight: 700;
}

.list-item-4.hidden {
  display: none;
}

.list-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.list-2.ru {
  font-family: Rubik, sans-serif;
}

.link-8, .link-9, .link-10, .sitemap-link {
  text-decoration: none;
}

.sitemap-link:hover {
  color: #777;
}

.sitemap-link.ru {
  font-family: Rubik, sans-serif;
}

.div-block-53 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.div-block-54 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.sitemap-arabic {
  margin-top: 160px;
  margin-bottom: 60px;
}

.sitemap-block-arabic {
  max-width: 1140px;
}

.wrapper-sitemap-arabic {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-55 {
  direction: ltr;
}

.div-block-list-arabic {
  direction: rtl;
}

.store-locator-link {
  border: 0 #000;
  margin-left: 0;
  margin-right: 12px;
  padding: 12px 0;
  font-family: Italianplateno2, sans-serif;
  font-size: 21px;
  font-weight: 700;
  transition: opacity .2s;
}

.store-locator-link:hover {
  color: #000;
  border: 4px #007a53;
  border-bottom-style: solid;
}

.store-locator-link.sub {
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.store-locator-link.sub:hover {
  background-color: var(--white-smoke);
  color: var(--black);
  border-style: none;
  border-radius: 20px;
  padding: 4px 10px;
}

.store-locator-link.sub.w--current {
  background-color: var(--black);
  color: var(--white);
  margin-left: 5px;
  margin-right: 5px;
  line-height: 120%;
}

.store-locator-link.sub.ru {
  font-family: Rubik, sans-serif;
}

.paragraph-3-center {
  direction: ltr;
  color: #000;
  text-align: center;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.paragraph-3-center.main {
  text-align: left;
  margin-bottom: 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-3-center.ru {
  font-family: Rubik, sans-serif;
}

.text-block-15 {
  color: var(--black);
  font-family: Papasans, sans-serif;
  line-height: 120%;
}

.popup__wrapper {
  z-index: 99;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: auto;
  margin-bottom: 10px;
  margin-right: 10px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 4px 0 12px #0000001f;
}

.popup__contents {
  width: 100%;
  height: 100%;
  padding: 2rem;
  position: relative;
}

.popup__close-btn {
  cursor: pointer;
  padding: 1rem 1rem .3rem .5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup__js-code {
  display: none;
}

.cookie-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Papasans, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.cookie-title.ru {
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.cookie-description {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.cookie-description.ru {
  font-family: Rubik, sans-serif;
}

.text-block-16 {
  font-family: Papasans, sans-serif;
}

.button-5 {
  background-color: var(--yellow);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 10px 24px;
  font-family: Papasans, sans-serif;
  line-height: 120%;
}

.popup__close-bnt2 {
  cursor: pointer;
  padding: 0 1rem 0 0;
  display: none;
  position: static;
  inset: 0% 0% auto auto;
}

.cookie-title-arabic {
  direction: rtl;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Papasans, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.cookie-description-arabic {
  direction: rtl;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.coolie-link-arabic {
  direction: rtl;
}

.the-secret-cards-mobile-arabic {
  max-width: 1140px;
  display: none;
}

.div-block-8-copy {
  width: 600px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-8-copy.papa {
  padding-left: 0;
  padding-right: 40px;
}

.heading-5-arabic {
  text-align: right;
  cursor: pointer;
  margin-top: 40px;
  font-family: Papasans, sans-serif;
  font-weight: 400;
}

.heading-5-arabic:hover {
  color: #6e6d6d;
}

.list-item-5 {
  font-family: Open Sans, sans-serif;
}

.list-3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.language-option {
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.language-option.w--current {
  color: var(--sea-green);
  font-family: Rubik, sans-serif;
}

.language-option.ru {
  font-family: Rubik, sans-serif;
}

.navbar-desktop-en-main {
  background-color: #fff;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 6px 2px #dbdbdb;
}

.main-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.nav-menu-en {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  display: flex;
}

.main-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.main-en.w--current {
  color: var(--sea-green);
}

.combos-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.combos-en.w--current {
  color: var(--sea-green);
}

.delivery-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.delivery-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.delivery-en.w--current {
  color: var(--sea-green);
}

.rewards-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.rewards-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.rewards-en.w--current {
  color: var(--sea-green);
}

.about-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.about-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.about-en.w--current {
  color: var(--sea-green);
}

.nav-link-3-copy._4.about, .nav-link-3-copy.rewards {
  border-style: none none solid;
  border-color: #007a53;
}

.ing-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ing-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ing-en.w--current {
  color: var(--sea-green);
}

.nut-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.nut-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.nut-en.w--current {
  color: var(--sea-green);
}

.faq-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.faq-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.faq-en.w--current {
  color: var(--sea-green);
}

.nav-menu-ar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  display: flex;
}

.ar-main-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-main-ar.w--current {
  color: var(--sea-green);
}

.ar-main-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-combo-en {
  color: var(--black);
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-combo-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-combo-ar.w--current {
  color: var(--sea-green);
}

.ar-delivery-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-delivery-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-delivery-ar.w--current {
  color: var(--sea-green);
}

.ar-rewards-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-rewards-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-rewards-ar.w--current {
  color: var(--sea-green);
}

.nav-link-3-copy {
  color: var(--black);
  border: 4px #fff;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.nav-link-3-copy:hover {
  border-style: none;
  border-color: var(--sea-green);
  background-color: var(--white-smoke);
  border-radius: 20px;
}

.nav-link-3-copy.w--current {
  border-bottom-color: var(--sea-green);
  background-color: var(--black);
  color: var(--white);
}

.nav-link-3-copy._4 {
  color: var(--black);
  border-style: none;
  border-color: #000;
}

.nav-link-3-copy._4:hover {
  border-style: none;
  border-color: var(--sea-green);
}

.nav-link-3-copy._4.about, .nav-link-3-copy.rewards {
  border-style: none none solid;
  border-color: #007a53;
}

.ar-about-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-about-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-about-ar.w--current {
  color: var(--sea-green);
}

.ar-ing-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-ing-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-ing-ar.w--current {
  color: var(--sea-green);
}

.ar-nut-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-nut-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-nut-ar.w--current {
  color: var(--sea-green);
}

.ar-faq-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-faq-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-faq-ar.w--current {
  color: var(--sea-green);
}

.sing-in-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.sing-in-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.sing-in-en.w--current {
  color: var(--sea-green);
}

.contact-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.contact-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.contact-en.w--current {
  color: var(--sea-green);
}

.privacy-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.privacy-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.privacy-en.w--current {
  color: var(--sea-green);
}

.cookies-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.cookies-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.cookies-en.w--current {
  color: var(--sea-green);
}

.terms-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.terms-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.terms-en.w--current {
  color: var(--sea-green);
}

.sitemap-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.sitemap-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.sitemap-en.w--current {
  color: var(--sea-green);
}

.ar-sign-up-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-sign-up-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-sign-up-ar.w--current {
  color: var(--sea-green);
}

.ar-contact-us-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-contact-us-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-contact-us-ar.w--current {
  color: var(--sea-green);
}

.ar-privacy-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-privacy-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-privacy-ar.w--current {
  color: var(--sea-green);
}

.ar-cookies-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-cookies-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-cookies-ar.w--current {
  color: var(--sea-green);
}

.ar-terms-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-terms-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-terms-ar.w--current {
  color: var(--sea-green);
}

.ar-sitemap-en {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-sitemp-ar {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.ar-sitemp-ar.w--current {
  color: var(--sea-green);
}

.order-now-mobile {
  cursor: pointer;
  background-color: red;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-height: 35px;
  padding-top: 10px;
  font-family: Italianplateno2, sans-serif;
  font-size: 21px;
  font-weight: 700;
  transition: all .555s, opacity .2s;
  display: flex;
}

.order-now-mobile:hover {
  color: #fff;
  background-color: #b30000;
}

.divider-line-block {
  display: none;
}

.order-mobile-ar {
  cursor: pointer;
  background-color: red;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-height: 35px;
  padding-top: 10px;
  font-family: Italianplateno2, sans-serif;
  font-size: 21px;
  font-weight: 700;
  transition: all .555s, opacity .2s;
  display: flex;
}

.order-mobile-ar:hover {
  color: #fff;
  background-color: #b30000;
}

.cookes-hide {
  background-color: var(--send);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 30px;
  display: block;
}

.cookes-hide.hide {
  display: none;
}

.div-block-50-copy {
  background-color: var(--send);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 30px;
  display: block;
}

.stores-arabic {
  border: 0 #000;
  margin-left: 0;
  margin-right: 5px;
  padding: 4px 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transition: opacity .2s;
}

.stores-arabic:hover {
  background-color: var(--white-smoke);
  color: #000;
  border: 4px #007a53;
  border-radius: 20px;
}

.stores-arabic.sub {
  border-radius: 20px;
  padding: 4px 10px;
  font-weight: 400;
  display: block;
}

.stores-arabic.sub:hover {
  background-color: var(--white-smoke);
  color: var(--black);
  border-style: none;
  border-radius: 20px;
  padding: 4px 10px;
}

.stores-arabic.sub.w--current {
  background-color: var(--black);
  color: var(--white);
}

.slider-top-mobile-2 {
  height: 650px;
  margin-top: 130px;
  display: none;
  overflow: hidden;
}

.slider-top-mobile-2.test {
  height: 650px;
  margin-top: 140px;
  display: block;
}

.slider-top-mobile-2.test.hide {
  display: none;
}

.slide-nav-2 {
  color: #383e59;
  background-color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: -40px;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 9px;
  display: block;
}

.text-block-17 {
  backface-visibility: visible;
  transform-origin: 50%;
  direction: ltr;
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 20px 0;
  font-family: Papasans, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 140%;
  display: block;
  transform: none;
}

.text-block-17.pizza-long {
  direction: ltr;
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 10px;
}

.text-block-17.short {
  margin-top: 10px;
}

.text-block-17.long {
  direction: ltr;
  color: #fff;
  background-color: #0000;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: Papasans, sans-serif;
  font-weight: 900;
  transform: none;
}

.text-block-17.vegan-short {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 140%;
}

.text-block-17.vegan-short.ru {
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.text-block-17.vegan-short.ru._2 {
  font-size: 45px;
}

.text-block-17.vegan-short._3 {
  padding-top: 0;
}

.div-put {
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.div-block-56 {
  direction: ltr;
  flex-flow: column;
  align-items: flex-start;
  max-width: 660px;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 0;
  display: flex;
}

.div-block-56.green {
  max-width: 600px;
}

.div-block-56._3 {
  max-width: 700px;
}

.div-block-56.ru {
  width: 40%;
}

.div-block-56._1 {
  max-width: 700px;
}

.div-block-56._2 {
  justify-content: center;
  max-width: 720px;
  margin-top: 30px;
}

.div-block-56.main-2-slide {
  max-width: 760px;
}

.slider-nav-2 {
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 0;
  display: none;
  position: static;
  top: 30px;
  bottom: 0;
}

.blue {
  background-image: url('../images/slider-7-1.png');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 20px;
}

.blue.test2 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/slider-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  overflow: visible;
}

.blue.test3 {
  background-color: var(--sea-green);
  background-image: url('../images/slider-8.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue.test3.arabic3 {
  background-image: url('../images/slider-3-arabic.png');
}

.blue.test3.new {
  background-image: linear-gradient(#0003, #0003), linear-gradient(120deg, #0006, #0000), url('../images/PJ-Social-231-1.webp');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.blue.arabic {
  background-image: url('../images/slider-1-arabic.png');
}

.blue.test2-delivery {
  background-image: url('../images/slider-4.png');
  background-position: 50%;
  background-size: cover;
}

.blue.test3-delivery {
  background-image: url('../images/slider-5.png');
  background-position: 50%;
  background-size: cover;
}

.blue.test3-delivery.arabic3 {
  background-image: url('../images/slider-3-arabic.png');
}

.blue.test2-ar-delivery {
  background-image: url('../images/slider-4-arabic.png'), linear-gradient(#cfeb0b, #cfeb0b);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 0;
  overflow: visible;
}

.blue.test3-ar-delivery {
  background-image: url('../images/slider-3-2.png');
  background-position: 50%;
  background-size: cover;
}

.blue.test3-ar-delivery.arabic3 {
  background-image: url('../images/slider-5-arabic.png');
}

.blue.temporary {
  background-color: var(--sea-green);
  background-image: url('../images/desktop-uz.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue.temporary.arabic3 {
  background-image: url('../images/slider-3-arabic.png');
}

.blue.temporary.new {
  background-image: linear-gradient(#0003, #0003), linear-gradient(120deg, #0006, #0000), url('../images/PJ-Social-231-1.webp');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.blue.temporary-en {
  background-color: var(--sea-green);
  background-image: url('../images/desktop-en.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue.temporary-en.arabic3 {
  background-image: url('../images/slider-3-arabic.png');
}

.blue.temporary-en.new {
  background-image: linear-gradient(#0003, #0003), linear-gradient(120deg, #0006, #0000), url('../images/PJ-Social-231-1.webp');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.blue.temporary-ru {
  background-color: var(--sea-green);
  background-image: url('../images/desktop-ru.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue.temporary-ru.arabic3 {
  background-image: url('../images/slider-3-arabic.png');
}

.blue.temporary-ru.new {
  background-image: linear-gradient(#0003, #0003), linear-gradient(120deg, #0006, #0000), url('../images/PJ-Social-231-1.webp');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.blue.launch_uz {
  background-color: var(--sea-green);
  background-image: url('../images/WebBanner_1260x560_2.jpg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue.launch_uz.arabic3 {
  background-image: url('../images/slider-3-arabic.png');
}

.blue.launch_uz.new {
  background-image: linear-gradient(#0003, #0003), linear-gradient(120deg, #0006, #0000), url('../images/PJ-Social-231-1.webp');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.blue.cheddar_uz {
  background-color: var(--sea-green);
  background-image: url('../images/Cheddar-UZ_1260x560.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue.cheddar_uz.arabic3 {
  background-image: url('../images/slider-3-arabic.png');
}

.blue.cheddar_uz.new {
  background-image: linear-gradient(#0003, #0003), linear-gradient(120deg, #0006, #0000), url('../images/PJ-Social-231-1.webp');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.blue.launch_en {
  background-color: var(--sea-green);
  background-image: url('../images/WebBanner_1260x560_3.jpg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue.launch_en.arabic3 {
  background-image: url('../images/slider-3-arabic.png');
}

.blue.launch_en.new {
  background-image: linear-gradient(#0003, #0003), linear-gradient(120deg, #0006, #0000), url('../images/PJ-Social-231-1.webp');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.blue.cheddar_en {
  background-color: var(--sea-green);
  background-image: url('../images/Cheddar-EN_1260x560.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue.cheddar_en.arabic3 {
  background-image: url('../images/slider-3-arabic.png');
}

.blue.cheddar_en.new {
  background-image: linear-gradient(#0003, #0003), linear-gradient(120deg, #0006, #0000), url('../images/PJ-Social-231-1.webp');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.blue.launch {
  background-color: var(--sea-green);
  background-image: url('../images/WebBanner_1260x560_1.jpg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue.launch.arabic3 {
  background-image: url('../images/slider-3-arabic.png');
}

.blue.launch.new {
  background-image: linear-gradient(#0003, #0003), linear-gradient(120deg, #0006, #0000), url('../images/PJ-Social-231-1.webp');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.blue.cheddar {
  background-color: var(--sea-green);
  background-image: url('../images/Cheddar-RU_1260x560.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue.cheddar.arabic3 {
  background-image: url('../images/slider-3-arabic.png');
}

.blue.cheddar.new {
  background-image: linear-gradient(#0003, #0003), linear-gradient(120deg, #0006, #0000), url('../images/PJ-Social-231-1.webp');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.button-6 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #cfeb0b;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 60px;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
  display: block;
}

.button-6:hover {
  color: #000;
  background-color: #fff;
}

.button-6.w--current {
  display: none;
}

.button-6._2 {
  margin-top: 0;
}

.button-6.ru {
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.slider-2 {
  background-color: #fff0;
  flex-direction: row;
  justify-content: flex-start;
  max-width: none;
  height: 559px;
  max-height: none;
  margin-top: 25px;
  display: block;
}

.mask-2 {
  background-color: #fff;
  max-width: 90%;
  height: 559px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slider-top-mobile-2-arabic {
  height: 650px;
  margin-top: 130px;
  display: block;
  overflow: hidden;
}

.slider-top-mobile-2-arabic.test {
  margin-top: 140px;
  display: block;
}

.div-block-56-rtl {
  direction: rtl;
  flex-flow: column;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.slide-ar {
  background-color: #4fa684;
  min-width: auto;
  max-width: 100%;
  height: 559px;
  max-height: none;
  margin-left: auto;
  margin-right: 20px;
}

.slide-ar.delivery {
  background-image: url('../images/slider-1.png');
  background-position: 50%;
  border-radius: 0;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.slide-ar.pizza {
  background-image: url('../images/slider-2-1.png');
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide-ar.vegan {
  background-image: url('../images/slider-3-2.png');
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide-ar.quality {
  background-image: url('../images/slider-4.png');
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide-ar.courier {
  background-image: url('../images/slider-5.png');
  margin-left: 0;
  margin-right: 0;
}

.slide-ar.delivery {
  background-color: #0000;
  background-image: url('../images/slider-1-arabic.png');
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
  margin-left: 0;
  margin-right: 20px;
}

.blue-2 {
  background-image: url('../images/slider-1.png'), linear-gradient(#65a17a, #65a17a);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  flex: none;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 20px;
}

.blue-2.test2 {
  background-image: url('../images/slider-2.png'), linear-gradient(#cfeb0b, #cfeb0b);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.blue-2.test3 {
  background-image: url('../images/slider-3-2.png'), linear-gradient(#2d5d2a, #2d5d2a);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.slide2 {
  background-color: #4fa684;
  min-width: auto;
  max-width: 100%;
  height: 559px;
  max-height: none;
  margin-left: auto;
  margin-right: 20px;
}

.slide2.delivery {
  background-image: url('../images/slider-1.png');
  background-position: 50%;
  border-radius: 0;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.slide2.pizza {
  background-image: url('../images/slider-2-1.png');
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide2.vegan {
  background-image: url('../images/slider-3-2.png');
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide2.quality {
  background-image: url('../images/slider-4.png');
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide2.courier {
  background-image: url('../images/slider-5.png');
  margin-left: 0;
  margin-right: 0;
}

.slide2.delivery {
  background-color: #0000;
  background-image: url('../images/slider-1.png');
  background-position: 0 0;
  background-size: cover;
  max-width: 100%;
  margin-left: 0;
  margin-right: 20px;
}

.slide3 {
  background-image: url('../images/slider-3-2.png');
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
  height: 559px;
  margin-right: 20px;
}

.slide-delivery {
  background-color: #4fa684;
  min-width: auto;
  max-width: 100%;
  height: 559px;
  max-height: none;
  margin-left: auto;
  margin-right: 20px;
}

.slide-delivery.delivery {
  background-image: url('../images/slider-1.png');
  background-position: 50%;
  border-radius: 0;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.slide-delivery.pizza {
  background-image: url('../images/slider-2-1.png');
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide-delivery.vegan {
  background-image: url('../images/slider-3-2.png');
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide-delivery.quality {
  background-image: url('../images/slider-4.png');
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide-delivery.courier {
  background-image: url('../images/slider-5.png');
  margin-left: 0;
  margin-right: 0;
}

.slide-delivery.delivery {
  background-color: #0000;
  background-image: url('../images/slider-1.png');
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
  margin-left: 0;
  margin-right: 20px;
}

.text-block-17-green {
  backface-visibility: visible;
  transform-origin: 50%;
  direction: ltr;
  color: var(--sea-green);
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 20px 0;
  font-family: Papasans, sans-serif;
  font-size: 56px;
  font-weight: 900;
  display: block;
  transform: none;
}

.text-block-17-green.pizza-long {
  direction: ltr;
  color: var(--sea-green);
  margin-bottom: 10px;
}

.text-block-17-green.pizza-long.uz {
  font-size: 48px;
  line-height: 140%;
}

.text-block-17-green.pizza-long.uz.white, .text-block-17-green.pizza-long.white {
  color: var(--white);
}

.text-block-17-green.short {
  margin-top: 10px;
}

.text-block-17-green.long {
  direction: rtl;
  color: #fff;
  background-color: #0000;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: Papasans, sans-serif;
  font-weight: 900;
  transform: none;
}

.text-block-17-green.vegan-short {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-ar-green {
  backface-visibility: visible;
  transform-origin: 50%;
  direction: rtl;
  color: var(--sea-green);
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 20px 0;
  font-family: Papasans, sans-serif;
  font-size: 56px;
  font-weight: 900;
  display: block;
  transform: none;
}

.text-block-ar-green.pizza-long {
  direction: ltr;
  color: var(--white);
  margin-bottom: 10px;
}

.text-block-ar-green.short {
  margin-top: 10px;
}

.text-block-ar-green.long {
  direction: rtl;
  color: #fff;
  background-color: #0000;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: Papasans, sans-serif;
  font-weight: 900;
  transform: none;
}

.text-block-ar-green.vegan-short {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-17-ar {
  backface-visibility: visible;
  transform-origin: 50%;
  direction: rtl;
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 20px 0;
  font-family: Papasans, sans-serif;
  font-size: 56px;
  font-weight: 900;
  display: block;
  transform: none;
}

.text-block-17-ar.pizza-long {
  direction: ltr;
  color: var(--white);
  margin-bottom: 10px;
}

.text-block-17-ar.short {
  margin-top: 10px;
}

.text-block-17-ar.long {
  direction: rtl;
  color: #fff;
  background-color: #0000;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: Papasans, sans-serif;
  font-weight: 900;
  transform: none;
}

.text-block-17-ar.vegan-short {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.slide-ar-delivery {
  background-color: #4fa684;
  min-width: auto;
  max-width: 100%;
  height: 559px;
  max-height: none;
  margin-left: auto;
  margin-right: 20px;
}

.slide-ar-delivery.delivery {
  background-image: url('../images/slider-1.png');
  background-position: 50%;
  border-radius: 0;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.slide-ar-delivery.pizza {
  background-image: url('../images/slider-2-1.png');
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide-ar-delivery.vegan {
  background-image: url('../images/slider-3-2.png');
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide-ar-delivery.quality {
  background-image: url('../images/slider-4.png');
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide-ar-delivery.courier {
  background-image: url('../images/slider-5.png');
  margin-left: 0;
  margin-right: 0;
}

.slide-ar-delivery.delivery {
  background-color: #0000;
  background-image: url('../images/slider-1-arabic.png');
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
  margin-left: 0;
  margin-right: 20px;
}

.dropdown-4 {
  display: none;
}

.link-11, .link-12, .link-13 {
  display: inline-block;
}

.heading-6-hide {
  color: #fff;
  margin-bottom: 10px;
  font-family: Papasans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  display: none;
}

.text-block-18 {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-18.ru {
  font-family: Rubik, sans-serif;
}

.dropdown-list-4 {
  background-color: #f5e8dc;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.combos-en-2 {
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.combos-en-2.w--current {
  color: #2d5d2a;
}

.slider-text-ru {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 140%;
}

.slider-text-ru.green {
  color: var(--sea-green);
}

.combos-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-40 {
  border-radius: 20px;
}

.link-14, .link-15, .link-16 {
  display: inline-block;
}

.success-text {
  font-family: Papasans, sans-serif;
}

.success-text.ru {
  font-family: Rubik, sans-serif;
}

.link-17, .link-18, .link-19, .link-20, .link-21, .link-22 {
  display: inline;
}

.logo-phone {
  display: flex;
}

.phone {
  align-self: center;
  margin-left: 40px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.text-block-19 {
  opacity: .6;
  color: #000;
  font-family: Papasans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 110%;
}

.text-block-19.ru {
  font-family: Rubik, sans-serif;
}

.div-block-65 {
  align-items: center;
  display: flex;
}

.image-41 {
  margin-right: 3px;
}

.text-block-20 {
  line-height: 20px;
}

.link-23, .link-24, .link-25 {
  text-decoration: none;
}

.papa-rewards-ru {
  background-image: url('../images/papa-rewards-RU-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 360px;
  overflow: hidden;
}

.slide-3 {
  background-image: url('../images/desktop-en.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-4 {
  background-image: url('../images/desktop-ru.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-5 {
  background-image: url('../images/desktop-uz.png');
  background-position: 0 0;
  background-size: auto;
}

.heading-oferta {
  direction: ltr;
  text-align: center;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
}

.heading-oferta.h1 {
  display: block;
}

.heading-oferta.contact-free {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-oferta-mal {
  direction: ltr;
  text-align: left;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}

.heading-oferta-mal.h1 {
  display: block;
}

.heading-oferta-mal.contact-free {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-oferta-punkt {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Papasans, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 120%;
}

.heading-oferta-punkt.ru {
  text-align: center;
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.heading-oferta-punkt.sitemap {
  margin-top: 0;
  margin-bottom: 20px;
}

.oferta-pub {
  background-color: var(--send);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 30px;
  display: block;
}

.oferta-pub.date {
  display: none;
}

.slide-button {
  opacity: 0;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0;
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: 560px;
  margin-top: 0;
  padding: 0;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
  display: block;
  position: relative;
}

.slide-button:hover {
  color: #000;
  background-color: #fff;
}

.slide-button.w--current {
  display: none;
}

.slide-button._2 {
  margin-top: 0;
}

.slide-button.ru {
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.div-block-hungry {
  justify-content: flex-start;
  align-items: stretch;
  width: 1140px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.div-block-hungry.ingredients-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-hungry.ingredients-grid._1-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-hungry.the-secret {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.div-block-hungry.pizza-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-hungry.dough {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.offer-choice {
  direction: ltr;
  color: #000;
  text-align: left;
  width: 250px;
  margin-top: 10px;
  margin-left: 20px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.offer-choice.main {
  text-align: left;
  margin-bottom: 10px;
  font-family: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.offer-choice.main.ru, .offer-choice.ru {
  font-family: Rubik, sans-serif;
}

.div-block-hungry-ru {
  justify-content: flex-start;
  align-items: stretch;
  width: 1140px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.div-block-hungry-ru.ingredients-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-hungry-ru.ingredients-grid._1-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-hungry-ru.the-secret {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.div-block-hungry-ru.pizza-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-hungry-ru.dough {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-hungry-uz {
  justify-content: flex-start;
  align-items: stretch;
  width: 1140px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.div-block-hungry-uz.ingredients-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-hungry-uz.ingredients-grid._1-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-hungry-uz.the-secret {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.div-block-hungry-uz.pizza-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-hungry-uz.dough {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .logo {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .link-block-2, .link-block-2.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
  }

  .text-block.short {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block.long {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
  }

  .text-block.pizza-long {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .text-block.vegan-short {
    margin-top: 40px;
  }

  .text-block.courier-short {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 28px;
  }

  .text-block.courier-long {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 28px;
  }

  .slide {
    max-width: 100%;
    height: 380px;
  }

  .slide.delivery {
    background-position: 50%;
    max-width: 728px;
    height: auto;
  }

  .slide.pizza {
    max-width: 728px;
    height: auto;
  }

  .slide.vegan, .slide.quality {
    background-position: 50%;
    max-width: 728px;
    height: auto;
  }

  .slide.courier {
    background-position: 50%;
    background-size: cover;
    max-width: 728px;
    height: auto;
  }

  .slide.delivery {
    background-image: none;
    background-position: 100% 100%;
    background-size: cover;
    max-width: 728px;
    height: auto;
    overflow: visible;
  }

  .slider {
    height: 420px;
  }

  .div-block-2 {
    max-width: none;
    height: 400px;
    margin-top: 0;
    margin-left: 20px;
  }

  .button-3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mask {
    width: auto;
    max-width: 877px;
    height: 380px;
    overflow: visible;
  }

  .slider-top {
    height: auto;
    margin-top: 130px;
  }

  .navbar-desktop-en {
    display: none;
  }

  .download-app {
    padding-top: 0;
    padding-bottom: 0;
  }

  .american-style {
    max-width: 728px;
  }

  .heading {
    margin-top: 15px;
    font-size: 36px;
  }

  .heading.contact-free {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-with-button {
    width: auto;
    max-width: 22%;
    height: auto;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .frame-with-button.step2 {
    height: auto;
    margin-top: 0;
  }

  .frame-with-button.step3 {
    height: auto;
  }

  .frame-with-button.mozzarella-cheese {
    width: 167px;
    height: auto;
  }

  .frame-with-button.meats {
    width: auto;
    max-width: none;
    height: auto;
  }

  .frame-with-button.italian-beef {
    width: 167px;
    height: auto;
  }

  .frame-with-button.meats-copy {
    width: auto;
    max-width: none;
    height: auto;
  }

  .frame-with-button.combo, .frame-with-button.pizza {
    max-width: none;
  }

  .heading-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .paragraph {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .div-block-6 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .link-block-3 {
    padding-left: 10px;
  }

  .div-block-7 {
    justify-content: flex-start;
    width: 728px;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: visible;
  }

  .div-block-7.ingredients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-7.pizza-main {
    margin-bottom: 0;
  }

  .div-block-7.dough {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .frame-with-button-first {
    width: auto;
    max-width: 22%;
    height: auto;
    margin-top: 0;
    margin-right: 0;
  }

  .frame-with-button-first.step1 {
    height: auto;
    margin-top: 0;
  }

  .frame-with-button-first.mozzarella-cheese {
    width: 167px;
    height: auto;
    margin-right: 10px;
  }

  .frame-with-button-first.meats {
    width: auto;
    max-width: none;
    height: auto;
    margin-right: 10px;
  }

  .frame-with-button-first.italian-beef {
    width: 167px;
    height: auto;
    margin-right: 10px;
  }

  .frame-with-button-last {
    width: auto;
    max-width: 22%;
    height: auto;
    margin-top: 0;
    margin-left: 10px;
  }

  .frame-with-button-last.step4 {
    height: auto;
  }

  .button-green {
    font-size: 12px;
    line-height: 21px;
  }

  .button-green.safe {
    margin-top: 10px;
  }

  .button-green.safe.ru {
    margin-top: 0;
  }

  .heading-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-3.people.ru {
    width: auto;
  }

  .heading-3.safe {
    margin-top: 0;
  }

  .heading-3.safe.ru {
    margin-bottom: 10px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .paragraph-2.paragraph-arabic {
    font-size: 18px;
  }

  .paragraph-2.safe {
    margin-top: 0;
  }

  .image {
    max-width: 280px;
    height: auto;
  }

  .div-block-8 {
    width: auto;
    max-width: 400px;
    padding-left: 0;
  }

  .div-block-8.papa {
    padding-right: 20px;
  }

  .want-to-find-out-more {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-16 {
    max-width: 150px;
  }

  .between-links-3 {
    width: 20px;
  }

  .image-17 {
    max-width: 150px;
  }

  .app {
    max-width: 728px;
  }

  .zero-contact-delivery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    max-width: 728px;
    margin-top: 40px;
    padding: 40px 20px;
  }

  .feedback {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 728px;
    margin-top: 40px;
    padding: 40px 20px;
  }

  .heading-3-app {
    font-size: 36px;
    line-height: 110%;
  }

  .div-block-8-app {
    width: 728px;
    height: 400px;
    padding-top: 40px;
    padding-left: 10px;
  }

  .american-pizza {
    margin-top: 40px;
  }

  .info.the-way-we-work {
    background-color: var(--white);
    padding-top: 40px;
    padding-bottom: 0;
  }

  .info.main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .heading-4 {
    font-size: 18px;
  }

  .paragraph-3 {
    margin-left: 0;
    font-size: 14px;
  }

  .paragraph-3.main {
    font-size: 14px;
    line-height: 140%;
  }

  .container-5 {
    max-width: 728px;
    padding-top: 0;
  }

  .container-5.steps.ru {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .div-block-10 {
    margin-right: 20px;
  }

  .div-block-10.info-block {
    width: auto;
    padding-right: 5px;
  }

  .div-block-11 {
    margin-right: 20px;
  }

  .div-block-12 {
    margin-left: 20px;
  }

  .footer {
    padding-top: 40px;
  }

  .tagline {
    max-width: 728px;
  }

  .heading-6 {
    font-size: 18px;
  }

  .link {
    font-size: 14px;
  }

  .our-company, .our-food {
    margin-right: 50px;
  }

  .footer-menu {
    max-width: 728px;
  }

  .footer-text {
    padding-bottom: 20px;
  }

  .container-6 {
    max-width: 728px;
  }

  .text-block-5 {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 21px;
  }

  .text-field-2 {
    width: 250px;
    font-family: Papasans, sans-serif;
  }

  .help {
    margin-right: 50px;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .div-block-17 {
    max-width: 728px;
    margin-top: 40px;
    padding-bottom: 10px;
  }

  .delivery-steps-cards {
    max-width: 728px;
  }

  .papa-rewards {
    margin-top: 100px;
  }

  .papa-rewards-title {
    max-width: 728px;
  }

  .papa-rewards-about {
    max-width: 728px;
    margin-top: 20px;
    padding: 20px;
  }

  .about-us {
    margin-top: 100px;
  }

  .about-us-title {
    max-width: 728px;
  }

  .about-us-about {
    justify-content: flex-start;
    max-width: 728px;
    padding: 20px;
  }

  .about-us-about-2 {
    background-color: var(--send);
    border-radius: 20px;
    max-width: 728px;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 20px;
  }

  .people.about {
    width: 400px;
  }

  .ingredients {
    margin-top: 100px;
  }

  .the-basics {
    margin-top: 20px;
  }

  .image-23 {
    width: 167px;
    height: 167px;
    margin-right: 10px;
  }

  .image-24, .image-25 {
    width: 167px;
    height: 167px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-26 {
    width: 167px;
    height: 167px;
    margin-left: 10px;
  }

  .the-basics-div {
    max-width: 728px;
  }

  .meats {
    margin-top: 20px;
  }

  .meats2 {
    width: 728px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fish-and-seafood {
    margin-top: 20px;
  }

  .vegetables {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .papa-rewards-about-copy {
    max-width: 728px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-green-ingredients {
    font-size: 12px;
  }

  .slider-top-mobile {
    height: auto;
    margin-top: 80px;
  }

  .button-mobile {
    background-color: var(--yellow);
    color: var(--black);
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 20px;
    width: 130px;
    padding-bottom: 10px;
    font-family: Papasans, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .button-mobile:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .navbar-desktop-unlinked, .navbar-desktop-arabic {
    display: none;
  }

  .bold-text-3 {
    font-size: 36px;
  }

  .frame-with-button-first-arabic {
    width: auto;
    max-width: 22%;
    height: auto;
    margin-top: 0;
  }

  .paragraph-arabic.main {
    font-size: 14px;
  }

  .heading-3-arabic {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
  }

  .button-green-arabic {
    font-size: 12px;
    line-height: 24px;
  }

  .div-block-delivery-arabic {
    width: auto;
    max-width: 400px;
  }

  .download-app-arabic {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-7-arabic {
    align-items: flex-start;
    width: 728px;
  }

  .heading-3-app-arabic {
    font-family: Papasans, sans-serif;
    font-size: 36px;
  }

  .div-block-8-app-arabic {
    width: 728px;
    height: 400px;
  }

  .text-block-5-arabic {
    font-family: Papasans, sans-serif;
    font-size: 12px;
  }

  .heading-6-arabic {
    font-size: 18px;
  }

  .navbar-mobile {
    background-color: var(--white);
    display: block;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 1px 1px 6px 2px #dbdbdb;
  }

  .container-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: grid;
  }

  .brand {
    padding-top: 15px;
    padding-left: 15px;
  }

  .brand.w--current {
    margin-top: 0;
  }

  .nav-menu-2 {
    background-color: var(--white);
  }

  .nav-link-menu {
    padding-bottom: 0;
    padding-left: 15px;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .nav-link-menu.ru {
    font-family: Rubik, sans-serif;
  }

  .nav-link-combo-meals {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: block;
  }

  .nav-link-combo-meals.w--current {
    color: var(--sea-green);
  }

  .nav-link-combo-meals.ru {
    font-family: Rubik, sans-serif;
  }

  .nav-link-delivery {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .nav-link-delivery.w--current {
    color: var(--sea-green);
  }

  .nav-link-delivery.ru {
    font-family: Rubik, sans-serif;
    display: none;
  }

  .nav-link-delivery.hide {
    display: none;
  }

  .nav-link-rewards {
    color: var(--black);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: none;
  }

  .nav-link-rewards.w--current {
    color: var(--sea-green);
  }

  .nav-link-rewards.ru {
    font-family: Rubik, sans-serif;
  }

  .nav-link-about {
    color: var(--black);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .nav-link-about.w--current {
    color: var(--sea-green);
    padding-bottom: 0;
  }

  .nav-link-about.ru {
    font-family: Rubik, sans-serif;
  }

  .nav-link-ingredients {
    color: var(--black);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .nav-link-ingredients.ru {
    font-family: Rubik, sans-serif;
  }

  .nav-link-nutrition {
    color: var(--black);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    display: none;
  }

  .nav-link-nutrition.w--current {
    color: var(--sea-green);
  }

  .nav-link-nutrition.ru {
    font-family: Rubik, sans-serif;
  }

  .nav-link-faq {
    color: var(--black);
    padding-top: 0;
    padding-left: 15px;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    display: block;
  }

  .nav-link-faq.w--current {
    color: var(--sea-green);
  }

  .nav-link-faq.button-green-nutrition, .nav-link-faq.ru {
    font-family: Rubik, sans-serif;
  }

  .button-mobile-in-menu {
    background-color: var(--yellow);
    color: var(--black);
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 20px;
    width: 220px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: auto;
    font-family: Papasans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: none;
  }

  .button-mobile-in-menu:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .button-mobile-in-menu.ru {
    width: 200px;
    margin-left: 15px;
    font-family: Rubik, sans-serif;
  }

  .div-block-21 {
    background-color: #e7e7e7;
    height: .5px;
    max-height: .5px;
  }

  .text-block-12 {
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .dropdown-toggle-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    padding-left: 15px;
    padding-right: 0;
    display: flex;
  }

  .dropdown-link-3 {
    padding-left: 15px;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .dropdown-list-2 {
    background-color: var(--white);
  }

  .icon {
    color: var(--sea-green);
  }

  .menu-button-2 {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .menu-button-2:active {
    color: var(--sea-green);
  }

  .navbar-mobile-arabic {
    background-color: var(--white);
    display: block;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 1px 1px 3px #bebebe;
  }

  .dropdown-link-4.w--current {
    padding-left: 15px;
  }

  .delivery-steps-cards-arabic {
    max-width: 728px;
  }

  .navbar-desktop-arabic-2 {
    display: none;
  }

  .about-us-about-arabic {
    max-width: 728px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us-about-2-arabic {
    max-width: 728px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-11 {
    font-size: 36px;
  }

  .paragraph-2-app {
    width: 50%;
    font-size: 14px;
  }

  .text-block-quality {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
  }

  .button-green-order-now, .button-green-ingredients-2 {
    font-size: 12px;
    line-height: 140%;
  }

  .paragraph-arabic-app {
    font-family: Papasans, sans-serif;
    font-size: 14px;
  }

  .logo-footer {
    justify-content: space-between;
    max-width: 728px;
  }

  .find-out-more {
    height: auto;
    margin-top: 0;
    padding-bottom: 40px;
  }

  .div-block-8-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8-right.apout {
    width: auto;
  }

  .image-35, .image-36, .image-37 {
    height: 170px;
  }

  .find-out-more-mobile {
    height: auto;
  }

  .delivery-steps-cards-mobile, .container-5-mobile {
    max-width: 728px;
  }

  .delivery-steps-desktop {
    margin-top: 40px;
  }

  .heading-4-mobile {
    font-size: 18px;
  }

  .info-desktop {
    background-color: var(--white);
    padding-top: 40px;
    padding-bottom: 0;
  }

  .link-legacy {
    font-size: 12px;
  }

  .heading-29 {
    font-size: 24px;
  }

  .dropdown-link-5 {
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .div-block-28 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .text-block-quality-first, .text-block-copy {
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
  }

  .text-block-copy.long {
    margin-bottom: 0;
    font-size: 42px;
  }

  .text-block-copy.pizza-long {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .text-block-copy.vegan-short {
    margin-top: 40px;
  }

  .text-block-copy.courier-long {
    margin-top: 10px;
  }

  .div-block-29, .div-block-30 {
    max-width: 50%;
  }

  .find-out-more-last {
    max-width: 30%;
    height: auto;
    margin-left: 10px;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .navbar-mobile-unlinked {
    background-color: var(--white);
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-link-ingredients-view {
    color: var(--black);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .nav-link-ingredients-view.w--current {
    color: var(--sea-green);
  }

  .frame-with-button-copy {
    width: auto;
    max-width: 22%;
    height: auto;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .frame-with-button-copy.mozzarella-cheese, .frame-with-button-copy.meats, .frame-with-button-copy.italian-beef {
    width: 167px;
    height: auto;
  }

  .the-secret-cards-mobile, ._50-seconds, ._50-seconds-mobile, .meats-mobile, .fish-mobile {
    max-width: 728px;
  }

  .frame-with-button-last-fish {
    width: auto;
    max-width: 22%;
    height: auto;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .frame-with-button-last-fish.mozzarella-cheese, .frame-with-button-last-fish.meats, .frame-with-button-last-fish.italian-beef {
    width: 167px;
    height: auto;
  }

  .veg-mobile {
    max-width: 728px;
  }

  .heading-2-left {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .div-block-7-calamari {
    justify-content: flex-start;
    width: 728px;
    margin-top: 40px;
    margin-bottom: 20px;
    overflow: visible;
  }

  .heading-2-center {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .slider-top-arabic {
    height: auto;
    margin-top: 60px;
  }

  ._1-arabic {
    max-width: none;
    height: 400px;
    margin-top: 0;
    margin-left: 20px;
  }

  .slide-arabic.delivery {
    background-position: 50%;
    max-width: 728px;
    height: auto;
  }

  .slide-arabic.pizza {
    max-width: 728px;
    height: auto;
  }

  .slide-arabic.vegan, .slide-arabic.quality {
    background-position: 50%;
    max-width: 728px;
    height: auto;
  }

  .slide-arabic.courier {
    background-position: 50%;
    background-size: cover;
    max-width: 728px;
    height: auto;
  }

  .slide2-arabic.delivery {
    background-position: 50%;
    max-width: 728px;
    height: auto;
  }

  .slide2-arabic.pizza {
    max-width: 728px;
    height: auto;
  }

  .slide2-arabic.vegan, .slide2-arabic.quality {
    background-position: 50%;
    max-width: 728px;
    height: auto;
  }

  .slide2-arabic.courier {
    background-position: 50%;
    background-size: cover;
    max-width: 728px;
    height: auto;
  }

  ._2-arabic {
    max-width: none;
    height: 400px;
    margin-top: 0;
    margin-left: 20px;
  }

  .text-block-arabic, .text-block-arabic.long {
    margin-bottom: 0;
    font-size: 42px;
  }

  .text-block-arabic.pizza-long {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .text-block-arabic.vegan-short {
    margin-top: 40px;
  }

  .text-block-arabic.courier-long {
    margin-top: 10px;
    line-height: 120%;
  }

  .slide3-arabic.delivery {
    background-position: 50%;
    max-width: 728px;
    height: auto;
  }

  .slide3-arabic.pizza {
    max-width: 728px;
    height: auto;
  }

  .slide3-arabic.vegan, .slide3-arabic.quality {
    background-position: 50%;
    max-width: 728px;
    height: auto;
  }

  .slide3-arabic.courier {
    background-position: 50%;
    background-size: cover;
    max-width: 728px;
    height: auto;
  }

  ._3-arabic {
    max-width: none;
    height: 400px;
    margin-top: 0;
    margin-left: 20px;
  }

  .zero-contact-delivery-arabic {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    max-width: 728px;
    margin-top: 40px;
    padding: 40px 20px;
  }

  .feedback-arabic {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 728px;
    margin-top: 40px;
    padding: 40px 20px;
  }

  .footer-desktop-arabic {
    padding-top: 40px;
  }

  .heading-6-copy {
    font-size: 18px;
  }

  .our-company-arabic, .our-food-arabic {
    margin-left: 50px;
    margin-right: 0;
  }

  .footer-menu-arabic {
    max-width: 728px;
  }

  .link-arabic {
    font-size: 14px;
  }

  .help-arabic {
    margin-left: 50px;
    margin-right: 0;
    padding-left: 0;
  }

  .logo-footer-arabic {
    justify-content: space-between;
    max-width: 728px;
  }

  .heading-29-arabic {
    font-size: 24px;
  }

  .container-6-arabic {
    max-width: 728px;
  }

  .div-block-31 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .button-mobile-2 {
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #cfeb0b;
    border: 1px solid #000;
    border-radius: 20px;
    width: 130px;
    padding-bottom: 10px;
    font-family: Papasans, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .button-mobile-2:hover {
    color: #000;
    background-color: #fff;
  }

  .nav-link-faq-2 {
    color: #000;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    display: none;
  }

  .menu-button-3 {
    display: flex;
  }

  .menu-button-3:active {
    color: #2d5d2a;
  }

  .nav-link-rewards-2 {
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .nav-link-rewards-2.w--current {
    color: #2d5d2a;
  }

  .nav-link-about-2 {
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .nav-link-about-2.w--current {
    color: #2d5d2a;
    padding-bottom: 0;
  }

  .nav-link-nutrition-2 {
    color: #000;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    display: none;
  }

  .nav-link-ingredients-2 {
    color: #000;
    padding-top: 0;
    padding-left: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: none;
  }

  .icon-2 {
    color: #2d5d2a;
  }

  .dropdown-link-7 {
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .container-10 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: block;
  }

  .nav-menu-3, .dropdown-list-3 {
    background-color: #fff;
  }

  .nav-link-delivery-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .nav-link-delivery-2.w--current {
    color: #2d5d2a;
  }

  .button-mobile-in-menu-2 {
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #cfeb0b;
    border: 1px solid #000;
    border-radius: 20px;
    width: 160px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-family: Papasans, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .button-mobile-in-menu-2:hover {
    color: #000;
    background-color: #fff;
  }

  .bold-text-15 {
    font-size: 36px;
  }

  .dropdown {
    padding-left: 15px;
  }

  .bold-text-16 {
    font-size: 38px;
  }

  .bold-text-17, .bold-text-18 {
    font-size: 36px;
  }

  .find-out-more-one {
    max-width: 30%;
    height: auto;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .papa-rewards-special {
    margin-top: 0;
  }

  .special-offers-section {
    margin-top: 100px;
  }

  .special-offers {
    max-width: 728px;
  }

  .papa-rewards-about-special {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 728px;
  }

  .special-offers-mobile {
    max-width: 728px;
  }

  .special-offers-section-arabic {
    margin-top: 100px;
  }

  .papa-rewards-special-arabic {
    margin-top: 0;
  }

  .nutrition-info {
    justify-content: flex-start;
    max-width: 728px;
    padding: 20px;
  }

  .bold-text-20 {
    font-size: 14px;
  }

  .find-out-more-first {
    max-width: 30%;
    height: auto;
    margin-left: 0;
    margin-right: 10px;
    padding-bottom: 40px;
  }

  .sign-in-offer {
    max-width: 728px;
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .text-field-2-arabic {
    width: 250px;
    font-family: Papasans, sans-serif;
  }

  .submit-button-2 {
    text-transform: uppercase;
  }

  .additional-info {
    font-size: 14px;
    line-height: 130%;
  }

  .italic-text, .italic-text-2 {
    font-size: 14px;
  }

  .sign-in-offer-arabic {
    max-width: 728px;
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .additional-info-arabic {
    font-size: 14px;
    line-height: 130%;
  }

  .contact-us {
    margin-top: 100px;
  }

  .contact-us-block {
    max-width: 728px;
  }

  .text-field-7, .text-field-comment {
    font-size: 16px;
  }

  .paragraph-arabic-app-2 {
    font-family: Papasans, sans-serif;
    font-size: 14px;
  }

  .download-app-arabic-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-3-app-arabic-2 {
    font-family: Papasans, sans-serif;
    font-size: 36px;
  }

  .contact-us-arabic {
    margin-top: 100px;
  }

  .contact-us-block-arabic {
    max-width: 728px;
  }

  .faq {
    margin-top: 100px;
  }

  .faq-block {
    max-width: 728px;
  }

  .textarea {
    font-size: 16px;
  }

  .wrapper {
    width: auto;
  }

  .faq-answer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .dropdown-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ingredients-section-arabic {
    margin-top: 100px;
  }

  .papa-rewards-about-arabic {
    max-width: 728px;
    margin-top: 20px;
    padding: 20px;
  }

  .div-block-8-a {
    width: auto;
    max-width: 400px;
    padding-left: 0;
  }

  .div-block-8-a.papa {
    padding-right: 20px;
  }

  .div-block-7-copy {
    justify-content: flex-start;
    width: 728px;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: visible;
  }

  .the-basics-arabic, .meats-arabic, .fish-and-seafood-arabic {
    margin-top: 20px;
  }

  .vegetables-arabic {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nutrition-info-arabic, .about-us-about-copy {
    justify-content: flex-start;
    max-width: 728px;
    padding: 20px;
  }

  .wrapper-arabic {
    width: auto;
  }

  .faq-block-arabic {
    max-width: 728px;
  }

  .dropdown-3 {
    padding-left: 15px;
  }

  .cookies {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .cookies-block {
    max-width: 728px;
  }

  .div-block-50 {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-3-mobile {
    font-size: 14px;
  }

  .paragraph-3-mobile.main {
    font-size: 14px;
    line-height: 140%;
  }

  .cookies-arabic {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .cookies-block-arabic {
    max-width: 728px;
  }

  .privacy-policy {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .privacy-policy-block {
    max-width: 728px;
  }

  .div-block-policy {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .terms-and-conditions {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .terms-and-conditions-block {
    max-width: 728px;
  }

  .list-item-2, .list-item-3 {
    font-size: 14px;
  }

  .sitemap {
    margin-top: 100px;
  }

  .sitemap-block {
    max-width: 728px;
  }

  .div-block-53 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-54 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .sitemap-arabic {
    margin-top: 100px;
  }

  .sitemap-block-arabic {
    max-width: 728px;
  }

  .wrapper-sitemap-arabic {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .paragraph-3-center {
    text-align: center;
    font-size: 14px;
  }

  .paragraph-3-center.main {
    font-size: 14px;
    line-height: 140%;
  }

  .popup__wrapper {
    width: 350px;
  }

  .cookie-title {
    font-size: 24px;
  }

  .cookie-description {
    font-size: 16px;
  }

  .button-5 {
    font-size: 12px;
  }

  .cookie-title-arabic {
    font-size: 24px;
  }

  .cookie-description-arabic {
    font-size: 16px;
  }

  .the-secret-cards-mobile-arabic {
    max-width: 728px;
  }

  .div-block-8-copy {
    width: auto;
    max-width: 400px;
    padding-left: 0;
  }

  .div-block-8-copy.papa {
    padding-right: 20px;
  }

  .nav-link-stores {
    color: var(--black);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    display: block;
  }

  .nav-link-stores.w--current {
    color: var(--sea-green);
  }

  .nav-link-stores.ru {
    font-family: Rubik, sans-serif;
  }

  .language-option, .language-option.w--current {
    padding-left: 15px;
  }

  .navbar-desktop-en-main {
    display: none;
  }

  .nav-menu-mobile-en {
    background-color: var(--white);
    display: block;
  }

  .order-now-mobile {
    background-color: var(--yellow);
    color: var(--black);
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 20px;
    padding-bottom: 10px;
    font-family: Papasans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: none;
  }

  .order-now-mobile:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .order-now-mobile.ru {
    padding-bottom: 9px;
    font-family: Rubik, sans-serif;
  }

  .order-now-mobile.uz {
    display: none;
  }

  .divider-line-block {
    background-color: #e7e7e7;
    height: .5px;
    max-height: .5px;
    display: block;
  }

  .order-mobile-ar {
    background-color: var(--yellow);
    color: var(--black);
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 20px;
    width: 130px;
    padding-bottom: 10px;
    font-family: Papasans, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .order-mobile-ar:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .nav-link-stores-ar {
    color: var(--black);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    display: block;
  }

  .nav-link-stores-ar.w--current {
    color: var(--sea-green);
  }

  .cookes-hide, .div-block-50-copy {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slider-top-mobile-2, .slider-top-mobile-2.test {
    height: auto;
    margin-top: 80px;
  }

  .slide-nav-2 {
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 20px;
    top: 343px;
  }

  .text-block-17 {
    margin-bottom: 0;
    font-size: 42px;
  }

  .text-block-17.pizza-long {
    margin-top: -60px;
    margin-bottom: 0;
  }

  .text-block-17.long {
    margin-bottom: 0;
    font-size: 42px;
  }

  .text-block-17.vegan-short {
    width: 638px;
    margin-top: 40px;
    font-size: 38px;
  }

  .text-block-17.vegan-short.ru._2 {
    font-size: 30px;
  }

  .text-block-17.vegan-short.ru.main-slider {
    padding-bottom: 0;
  }

  .text-block-17.home-slider-1-line-2 {
    margin-top: 0;
  }

  .div-block-56 {
    max-width: none;
    height: 400px;
    margin-top: 0;
    margin-left: 20px;
  }

  .div-block-56.green.ru {
    height: 370px;
    margin-top: 30px;
  }

  .div-block-56.ru {
    height: 360px;
    margin-top: 40px;
  }

  .div-block-56.ru._3 {
    width: 55%;
  }

  .div-block-56._1 {
    justify-content: center;
    max-width: 500px;
  }

  .div-block-56._2 {
    max-width: 480px;
    margin-top: 0;
  }

  .blue {
    background-image: url('../images/slider-7.webp');
    background-position: 50%;
    background-size: cover;
  }

  .blue.test2 {
    background-image: url('../images/slider-2.webp');
    background-position: 0 0;
    background-size: cover;
  }

  .blue.test3 {
    background-image: url('../images/slider-8.webp');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.test2-delivery {
    background-image: url('../images/slider-4.png'), linear-gradient(#0000, #0000);
    background-position: 0%, 0 0;
    background-size: cover, auto;
  }

  .blue.test3-delivery {
    background-image: url('../images/slider-3-2.png'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
  }

  .blue.test2-ar-delivery {
    background-image: url('../images/slider-2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue.test3-ar-delivery {
    background-image: url('../images/slider-3-2.png'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
  }

  .blue.temporary {
    background-image: url('../images/desktop-uz.png');
    background-position: 50%;
    background-size: cover;
  }

  .blue.temporary-en {
    background-image: url('../images/desktop-en.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.temporary-ru {
    background-image: url('../images/desktop-ru.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.launch_uz {
    background-image: url('../images/WebBanner_1260x560_2.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.cheddar_uz {
    background-image: url('../images/Cheddar-UZ_1260x560.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.launch_en {
    background-image: url('../images/WebBanner_1260x560_3.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.cheddar_en {
    background-image: url('../images/Cheddar-EN_1260x560.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.launch {
    background-image: url('../images/WebBanner_1260x560_1.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.cheddar {
    background-image: url('../images/Cheddar-RU_1260x560.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .button-6 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .slider-2 {
    height: auto;
  }

  .mask-2 {
    max-width: none;
    height: auto;
  }

  .slider-top-mobile-2-arabic {
    height: auto;
    margin-top: 80px;
  }

  .div-block-56-rtl {
    max-width: none;
    height: 400px;
    margin-top: 0;
    margin-left: 20px;
  }

  .slide-ar {
    max-width: 728px;
    height: auto;
  }

  .slide-ar.delivery {
    background-position: 50%;
    max-width: 728px;
    height: auto;
  }

  .slide-ar.pizza {
    max-width: 728px;
    height: auto;
  }

  .slide-ar.vegan, .slide-ar.quality {
    background-position: 50%;
    max-width: 728px;
    height: auto;
  }

  .slide-ar.courier {
    background-position: 50%;
    background-size: cover;
    max-width: 728px;
    height: auto;
  }

  .slide-ar.delivery {
    background-position: 100% 100%;
    background-size: cover;
    max-width: 728px;
    height: auto;
  }

  .blue-2 {
    background-image: url('../images/slider-1.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue-2.test2 {
    background-image: url('../images/slider-2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue-2.test3 {
    background-image: url('../images/slider-3-2.png'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
  }

  .slide2.delivery {
    background-position: 50%;
    max-width: 728px;
    height: auto;
  }

  .slide2.pizza {
    max-width: 728px;
    height: auto;
  }

  .slide2.vegan, .slide2.quality {
    background-position: 50%;
    max-width: 728px;
    height: auto;
  }

  .slide2.courier {
    background-position: 50%;
    background-size: cover;
    max-width: 728px;
    height: auto;
  }

  .slide2.delivery {
    background-position: 100% 100%;
    background-size: cover;
    max-width: 728px;
    height: auto;
  }

  .slide-delivery {
    max-width: 728%;
    height: auto;
  }

  .slide-delivery.delivery {
    background-position: 50%;
    max-width: 728px;
    height: auto;
  }

  .slide-delivery.pizza {
    max-width: 728px;
    height: auto;
  }

  .slide-delivery.vegan, .slide-delivery.quality {
    background-position: 50%;
    max-width: 728px;
    height: auto;
  }

  .slide-delivery.courier {
    background-position: 50%;
    background-size: cover;
    max-width: 728px;
    height: auto;
  }

  .slide-delivery.delivery {
    background-image: none;
    background-position: 100% 100%;
    background-size: cover;
    max-width: 728px;
    height: auto;
    overflow: visible;
  }

  .text-block-17-green {
    margin-bottom: 0;
    font-size: 42px;
  }

  .text-block-17-green.pizza-long {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .text-block-17-green.pizza-long.uz {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 36px;
  }

  .text-block-17-green.pizza-long.uz.white {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-17-green.long {
    margin-bottom: 0;
    font-size: 42px;
  }

  .text-block-17-green.vegan-short {
    margin-top: 40px;
  }

  .text-block-ar-green {
    margin-bottom: 0;
    font-size: 42px;
  }

  .text-block-ar-green.pizza-long {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .text-block-ar-green.long {
    margin-bottom: 0;
    font-size: 42px;
  }

  .text-block-ar-green.vegan-short {
    margin-top: 40px;
  }

  .text-block-17-ar {
    margin-bottom: 0;
    font-size: 42px;
  }

  .text-block-17-ar.pizza-long {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .text-block-17-ar.long {
    margin-bottom: 0;
    font-size: 42px;
  }

  .text-block-17-ar.vegan-short {
    margin-top: 40px;
  }

  .slide-ar-delivery {
    max-width: 728px;
    height: auto;
  }

  .slide-ar-delivery.delivery {
    background-position: 50%;
    max-width: 728px;
    height: auto;
  }

  .slide-ar-delivery.pizza {
    max-width: 728px;
    height: auto;
  }

  .slide-ar-delivery.vegan, .slide-ar-delivery.quality {
    background-position: 50%;
    max-width: 728px;
    height: auto;
  }

  .slide-ar-delivery.courier {
    background-position: 50%;
    background-size: cover;
    max-width: 728px;
    height: auto;
  }

  .slide-ar-delivery.delivery {
    background-position: 100% 100%;
    background-size: cover;
    max-width: 728px;
    height: auto;
  }

  .dropdown-4 {
    display: block;
  }

  .heading-6-hide {
    font-size: 18px;
  }

  .slider-text-ru {
    font-size: 36px;
    line-height: 130%;
  }

  .slider-text-ru.green {
    font-size: 33px;
    line-height: 130%;
  }

  .combos-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-57, .div-block-58 {
    display: none;
  }

  .logo-phone {
    flex-direction: row;
    position: static;
  }

  .phone {
    float: left;
    flex-direction: column;
    margin-left: 20px;
    display: block;
    position: relative;
  }

  .heading-oferta {
    margin-top: 15px;
    font-size: 36px;
  }

  .heading-oferta.contact-free {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-oferta-mal {
    margin-top: 15px;
    font-size: 36px;
  }

  .heading-oferta-mal.contact-free {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-oferta-punkt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-oferta-punkt.people.ru {
    width: auto;
  }

  .heading-oferta-punkt.safe {
    margin-top: 0;
  }

  .heading-oferta-punkt.safe.ru {
    margin-bottom: 10px;
  }

  .oferta-pub {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slide-button {
    opacity: 0;
    height: 380px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-hungry {
    justify-content: flex-start;
    width: 728px;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: visible;
  }

  .div-block-hungry.ingredients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-hungry.pizza-main {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .div-block-hungry.dough {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .offer-choice {
    margin-left: 10px;
    font-size: 14px;
  }

  .offer-choice.main {
    font-size: 14px;
    line-height: 140%;
  }

  .div-block-hungry-ru {
    justify-content: flex-start;
    width: 728px;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: visible;
  }

  .div-block-hungry-ru.ingredients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-hungry-ru.pizza-main {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .div-block-hungry-ru.dough {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-hungry-uz {
    justify-content: flex-start;
    width: 728px;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: visible;
  }

  .div-block-hungry-uz.ingredients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-hungry-uz.pizza-main {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .div-block-hungry-uz.dough {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .nav-link-3 {
    margin-left: 0;
  }

  .navbar {
    max-width: 60%;
  }

  .text-block {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .text-block.short {
    margin-top: 0;
  }

  .text-block.long {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .text-block.courier-short {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .text-block.courier-long {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .slide {
    max-width: 528%;
    height: 230px;
  }

  .slide.delivery, .slide.pizza, .slide.vegan, .slide.delivery, .slide.delivery {
    max-width: 528px;
  }

  .slider {
    height: auto;
  }

  .button-3 {
    font-size: 12px;
    line-height: 21px;
  }

  .mask {
    width: auto;
    max-width: 528px;
    height: 230px;
  }

  .slider-top {
    margin-top: 100px;
  }

  .navbar-desktop-en {
    display: none;
  }

  .download-app {
    padding-top: 0;
    padding-bottom: 0;
  }

  .american-style {
    max-width: 528px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 32px;
  }

  .heading.big-combo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .frame-with-button.step2, .frame-with-button.step3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .frame-with-button.mozzarella-cheese {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .frame-with-button.meats, .frame-with-button.meats-copy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 120%;
  }

  .paragraph {
    font-size: 12px;
  }

  .text-block-2 {
    direction: ltr;
    font-size: 12px;
    line-height: 140%;
  }

  .link-block-3.find-out {
    padding-left: 0;
  }

  .div-block-7 {
    justify-content: flex-start;
    width: auto;
    max-width: 528px;
    margin-top: 20px;
  }

  .div-block-7.ingredients-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-7.pizza-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .div-block-7.dough {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .frame-with-button-first.step1 {
    margin-left: 10px;
  }

  .frame-with-button-first.mozzarella-cheese, .frame-with-button-first.meats, .frame-with-button-first.italian-beef {
    width: auto;
    margin-right: 5px;
  }

  .frame-with-button-last.step4 {
    margin-right: 10px;
  }

  .button-green.safe {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }

  .button-green.safe.ru {
    width: 180px;
  }

  .heading-3 {
    font-size: 21px;
  }

  .heading-3.safe {
    text-align: center;
  }

  .paragraph-2 {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .paragraph-2.safe {
    text-align: center;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image, .image.about-ru {
    max-width: 100%;
  }

  .div-block-8 {
    max-width: none;
  }

  .div-block-8.papa {
    width: auto;
  }

  .image-16 {
    max-width: 120px;
  }

  .between-links-3 {
    width: 15px;
  }

  .image-17 {
    max-width: 120px;
  }

  .zero-contact-delivery {
    max-width: 528px;
    padding: 20px 0;
    display: none;
  }

  .zero-contact-delivery.mobile {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .feedback {
    max-width: 528px;
    padding: 20px 0 30px;
  }

  .heading-3-app {
    font-size: 32px;
  }

  .div-block-8-app {
    width: 528px;
    height: 300px;
  }

  .div-block-8-app.uz {
    padding-top: 0;
  }

  .info.how-it-works {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .info.rewards {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .info.the-way-we-work {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .info.main {
    padding: 40px 10px;
  }

  .heading-4 {
    font-size: 16px;
    line-height: 120%;
  }

  .paragraph-3 {
    font-size: 12px;
    line-height: 140%;
  }

  .paragraph-3.main {
    font-size: 12px;
  }

  .container-5 {
    max-width: 528px;
  }

  .container-5.the-way-we-work.ru {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-10.info-block {
    padding-right: 0;
  }

  .div-block-11 {
    margin-left: 20px;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tagline {
    max-width: 528px;
  }

  .heading-5 {
    margin-top: 30px;
    font-size: 16px;
  }

  .our-company {
    width: 140px;
  }

  .footer-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    max-width: 528px;
  }

  .image-18 {
    height: 25px;
  }

  .footer-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-6 {
    max-width: 528px;
  }

  .submit-button {
    font-size: 12px;
    line-height: 28px;
  }

  .help {
    width: 140px;
  }

  .div-block-17, .delivery-steps-cards, .papa-rewards-title {
    max-width: 528px;
  }

  .papa-rewards-about {
    flex-direction: column;
    max-width: 528px;
    padding-top: 20px;
  }

  .about-us-title {
    max-width: 528px;
  }

  .about-us-about {
    flex-direction: column;
    max-width: 528px;
    margin-top: 20px;
  }

  .about-us-about-2 {
    max-width: 528px;
    display: block;
  }

  .people, .people.about {
    width: auto;
  }

  .everyone-belongs.ru {
    width: auto;
    margin-right: 10px;
  }

  .do-the-right-thing.ru, .people-first.ru {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .the-secret {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-23 {
    width: 124.5px;
    height: 124.5px;
    margin-right: 5px;
  }

  .image-24, .image-25 {
    width: 124.5px;
    height: 124.5px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-26 {
    width: 124.5px;
    height: 124.5px;
    margin-left: 5px;
  }

  .the-basics-div {
    max-width: 528px;
  }

  .meats2 {
    width: 528px;
  }

  .papa-rewards-about-copy {
    max-width: 528px;
  }

  .button-green-ingredients {
    font-size: 12px;
  }

  .slider-top-mobile {
    margin-top: 80px;
  }

  .button-mobile {
    background-color: var(--yellow);
    color: var(--black);
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .button-mobile:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .bold-text-2.arabic, .bold-text-3, .heading-arabic {
    font-size: 32px;
  }

  .heading-2-arabic {
    font-size: 16px;
  }

  .paragraph-arabic {
    padding-left: 20px;
    font-size: 12px;
    line-height: 140%;
  }

  .paragraph-arabic.main {
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 140%;
  }

  .heading-3-arabic {
    font-family: Papasans, sans-serif;
    font-size: 21px;
  }

  .div-block-delivery-arabic {
    padding-right: 0;
  }

  .div-block-7-arabic {
    width: 528px;
    margin-top: 20px;
  }

  .heading-3-app-arabic {
    font-size: 32px;
  }

  .div-block-8-app-arabic {
    width: 528px;
    height: 300px;
    padding-top: 40px;
  }

  .info-3-arabic {
    margin-left: 20px;
  }

  .info-2-arabic {
    margin-left: 20px;
    margin-right: 20px;
  }

  .info-1-arabic {
    margin-right: 20px;
  }

  .navbar-mobile {
    background-color: var(--white);
    justify-content: space-between;
    max-width: none;
    padding-left: 0;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: grid;
    position: static;
    inset: 0% 0% auto;
  }

  .image-28 {
    height: 28px;
  }

  .brand {
    margin-top: 15px;
    padding-top: 0;
  }

  .brand.w--current {
    margin-top: 15px;
    margin-left: 15px;
    padding-left: 0;
  }

  .nav-menu-2 {
    background-color: var(--white);
  }

  .nav-link-menu {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .nav-link-combo-meals {
    padding: 0 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: block;
  }

  .nav-link-combo-meals.w--current {
    color: var(--sea-green);
  }

  .nav-link-delivery, .nav-link-rewards {
    padding: 0 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .nav-link-about {
    margin-top: 0;
    padding: 0 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .nav-link-ingredients {
    padding: 0 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    display: block;
  }

  .nav-link-nutrition {
    padding: 0 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .nav-link-faq {
    padding: 0 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .nav-link-faq.w--current {
    display: block;
  }

  .button-mobile-in-menu {
    background-color: var(--yellow);
    color: var(--black);
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 20px;
    justify-content: center;
    width: auto;
    margin: 10px 20px 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: none;
  }

  .button-mobile-in-menu:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .button-mobile-in-menu.ru {
    margin-left: 10px;
  }

  .div-block-21 {
    background-color: #e7e7e7;
    height: .5px;
    max-height: .5px;
  }

  .text-block-12 {
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .dropdown-toggle-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }

  .dropdown-link-3 {
    color: var(--black);
    padding-left: 10px;
    padding-right: 10px;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .dropdown-list-2 {
    background-color: var(--white);
  }

  .icon, .menu-button-2:hover {
    color: var(--sea-green);
  }

  .paragraph-3-arabic {
    font-family: Papasans, sans-serif;
    font-size: 16px;
    line-height: 140%;
  }

  .delivery-steps-cards-arabic {
    max-width: 528px;
  }

  .div-block-8-arabic {
    width: auto;
  }

  .about-us-about-arabic, .about-us-about-2-arabic {
    max-width: 528px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-arabic-about.the-way-we-work {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .image-29, .image-30 {
    width: 24px;
    height: 24px;
  }

  .image-31, .image-32, .image-33 {
    max-width: 100%;
  }

  .link-block-4 {
    width: 23px;
    height: 23px;
  }

  .bold-text-11 {
    font-size: 32px;
  }

  .paragraph-2-app {
    font-size: 12px;
  }

  .paragraph-2-app.small {
    width: 60%;
    margin-top: 0;
    font-size: 9px;
  }

  .paragraph-2-app.uz {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .text-block-quality {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .paragraph-arabic-app {
    font-size: 12px;
  }

  .find-out-more {
    padding-bottom: 10px;
  }

  .div-block-8-right.apout {
    width: auto;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-35, .image-36, .image-37 {
    height: 120px;
  }

  .delivery-steps-cards-mobile, .container-5-mobile {
    max-width: 528px;
  }

  .container-5-mobile.contact-free {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(10px, 1fr) minmax(10px, 1fr);
    padding-top: 20px;
  }

  .delivery-steps-desktop {
    margin-top: 40px;
  }

  .heading-4-mobile {
    font-size: 16px;
  }

  .footer-legacy-links {
    width: auto;
  }

  .link-legacy {
    max-width: 75px;
    line-height: 120%;
  }

  .link-legacy.long {
    max-width: 120px;
  }

  .social-icons {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .footer-legacy-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
  }

  .heading-29 {
    font-size: 18px;
  }

  .link-block-7, .link-block-8 {
    width: 23px;
    height: 23px;
  }

  .div-block-26 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-27 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 10px;
    display: flex;
  }

  .dropdown-link-5 {
    color: var(--black);
    padding-left: 10px;
    padding-right: 10px;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .text-block-quality-first, .text-block-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .div-block-29.about, .div-block-30.about {
    max-width: none;
  }

  .find-out-more-last {
    margin-top: 20px;
  }

  .navbar-mobile-unlinked {
    background-color: var(--white);
    justify-content: space-between;
    max-width: none;
    padding-left: 0;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-link-ingredients-view {
    padding: 0 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    display: block;
  }

  .frame-with-button-copy.mozzarella-cheese {
    width: 124.5px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .frame-with-button-copy.meats {
    width: auto;
    margin-left: 5px;
    margin-right: 0;
  }

  .info-mobile-2.rewards, .info-mobile-2.the-way-we-work, .info-mobile-2.main, .info-mobile-way.rewards, .info-mobile-way.the-way-we-work, .info-mobile-way.main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .the-secret-cards-mobile, ._50-seconds, ._50-seconds-mobile, .meats-mobile, .fish-mobile {
    max-width: 528px;
  }

  .frame-with-button-last-fish.mozzarella-cheese, .frame-with-button-last-fish.meats {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .veg-mobile {
    max-width: 528px;
  }

  .heading-2-left {
    font-size: 16px;
    line-height: 120%;
  }

  .div-block-7-calamari {
    justify-content: flex-start;
    width: 528px;
    margin-top: 20px;
  }

  .heading-2-center {
    font-size: 16px;
    line-height: 120%;
  }

  .slider-top-arabic {
    margin-top: 80px;
  }

  ._1-arabic {
    margin-right: 20px;
  }

  .slide-arabic.delivery, .slide-arabic.pizza, .slide-arabic.vegan, .slide-arabic.quality, .slide-arabic.courier, .slide2-arabic.delivery, .slide2-arabic.pizza, .slide2-arabic.vegan {
    max-width: 528px;
  }

  ._2-arabic {
    margin-right: 20px;
  }

  .text-block-arabic {
    margin-top: 0;
    font-size: 36px;
  }

  .text-block-arabic.short {
    margin-top: 0;
  }

  .text-block-arabic.long {
    font-size: 36px;
  }

  .text-block-arabic.courier-short {
    margin-top: 0;
  }

  .text-block-arabic.courier-long {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-arabic.first {
    margin-top: 40px;
  }

  .slide3-arabic.delivery, .slide3-arabic.pizza, .slide3-arabic.vegan {
    max-width: 528px;
  }

  ._3-arabic {
    margin-right: 20px;
  }

  .zero-contact-delivery-arabic {
    max-width: 528px;
    padding: 20px 0;
  }

  .feedback-arabic {
    max-width: 528px;
    padding: 20px 0 10px;
  }

  .our-company-arabic {
    width: 140px;
  }

  .our-food-arabic {
    margin-left: 0;
  }

  .footer-menu-arabic {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-end;
    max-width: 528px;
  }

  .help-arabic {
    width: 140px;
  }

  .heading-29-arabic {
    font-size: 18px;
  }

  .logo-arabic-white {
    height: 25px;
  }

  .footer-legacy-block-arabic {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-6-arabic {
    max-width: 528px;
  }

  .button-mobile-2 {
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #cfeb0b;
    border: 1px solid #000;
    border-radius: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .button-mobile-2:hover {
    color: #000;
    background-color: #fff;
  }

  .nav-link-faq-2 {
    padding: 0 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: none;
  }

  .menu-button-3:hover {
    color: #2d5d2a;
  }

  .nav-link-rewards-2 {
    padding: 0 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .nav-link-about-2 {
    margin-top: 0;
    padding: 0 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .nav-link-nutrition-2 {
    padding: 0 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: none;
  }

  .nav-link-ingredients-2 {
    padding: 0 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    display: none;
  }

  .icon-2 {
    color: #2d5d2a;
  }

  .dropdown-link-7 {
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .container-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .nav-menu-3, .dropdown-list-3 {
    background-color: #fff;
  }

  .nav-link-delivery-2 {
    padding: 0 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .button-mobile-in-menu-2 {
    color: #000;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #cfeb0b;
    border: 1px solid #000;
    border-radius: 20px;
    justify-content: center;
    width: 150px;
    margin: 10px 20px 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .button-mobile-in-menu-2:hover {
    color: #000;
    background-color: #fff;
  }

  .bold-text-15 {
    font-family: Papasans, sans-serif;
    font-size: 32px;
  }

  .info-mobile-rewards.rewards, .info-mobile-rewards.the-way-we-work, .info-mobile-rewards.main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bold-text-16, .bold-text-17 {
    font-size: 32px;
  }

  .bold-text-18 {
    font-family: Papasans, sans-serif;
    font-size: 32px;
  }

  .bold-text-19 {
    font-size: 32px;
  }

  .find-out-more-one {
    margin-top: 20px;
  }

  .special-offers {
    max-width: 528px;
  }

  .papa-rewards-about-special {
    max-width: 528px;
    padding-top: 20px;
  }

  .special-offers-mobile {
    max-width: 528px;
  }

  .papa-rewards-special-arabic {
    margin-top: 20px;
  }

  .nutrition-info {
    max-width: 528px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-20 {
    font-size: 12px;
  }

  .div-block-33 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-34 {
    display: none;
  }

  .div-block-35 {
    order: -1;
  }

  .find-out-more-first {
    width: auto;
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .sign-in-offer {
    max-width: 528px;
  }

  .div-block-27-en {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 10px;
    display: flex;
  }

  .div-block-36 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .submit-button-2 {
    text-transform: uppercase;
  }

  .sign-in-offer-arabic {
    max-width: 528px;
  }

  .div-block-36-arabic {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .contact-us {
    margin-top: 100px;
  }

  .contact-us-block {
    max-width: 528px;
  }

  .text-field-7 {
    height: 45px;
  }

  .text-field-comment {
    height: 100px;
  }

  .paragraph-arabic-app-2 {
    font-size: 12px;
  }

  .heading-3-app-arabic-2 {
    font-size: 32px;
  }

  .contact-us-arabic {
    margin-top: 100px;
  }

  .contact-us-block-arabic, .faq-block {
    max-width: 528px;
  }

  .faq-answer {
    font-size: 14px;
  }

  .papa-rewards-about-arabic {
    max-width: 528px;
    padding-top: 20px;
  }

  .div-block-8-a {
    max-width: none;
  }

  .div-block-8-a.papa {
    width: auto;
  }

  .div-block-7-copy {
    justify-content: flex-start;
    width: 528px;
    margin-top: 20px;
  }

  .nutrition-info-arabic {
    max-width: 528px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us-about-copy {
    max-width: 528px;
    margin-top: 20px;
  }

  .faq-block-arabic, .cookies-block {
    max-width: 528px;
  }

  .paragraph-3-mobile {
    font-size: 12px;
    line-height: 140%;
  }

  .paragraph-3-mobile.main {
    font-size: 12px;
  }

  .cookies-block-arabic {
    max-width: 528px;
  }

  .paragraph-3-cookies-arabic {
    font-family: Papasans, sans-serif;
    font-size: 16px;
    line-height: 140%;
  }

  .privacy-policy-block, .terms-and-conditions-block {
    max-width: 528px;
  }

  .list-item-2, .list-item-3 {
    font-size: 12px;
    line-height: 140%;
  }

  .sitemap {
    margin-bottom: 40px;
  }

  .sitemap-block {
    max-width: 528px;
  }

  .div-block-53 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-54 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sitemap-arabic {
    margin-bottom: 40px;
  }

  .sitemap-block-arabic {
    max-width: 528px;
  }

  .wrapper-sitemap-arabic {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-3-center {
    font-size: 12px;
    line-height: 140%;
  }

  .paragraph-3-center.main {
    font-size: 12px;
  }

  .popup__wrapper {
    width: auto;
  }

  .cookie-title {
    font-size: 21px;
  }

  .cookie-description {
    font-size: 14px;
  }

  .cookie-title-arabic {
    font-size: 21px;
  }

  .cookie-description-arabic {
    font-size: 14px;
  }

  .the-secret-cards-mobile-arabic {
    max-width: 528px;
  }

  .div-block-8-copy {
    max-width: none;
  }

  .div-block-8-copy.papa {
    width: auto;
  }

  .heading-5-arabic {
    margin-top: 30px;
    font-size: 16px;
  }

  .nav-link-stores {
    padding: 0 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .navbar-desktop-en-main {
    display: none;
  }

  .nav-link-3-copy {
    margin-left: 0;
  }

  .nav-menu-mobile-en {
    background-color: var(--white);
  }

  .order-now-mobile {
    background-color: var(--yellow);
    color: var(--black);
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: none;
  }

  .order-now-mobile:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .order-now-mobile.uz {
    display: none;
  }

  .divider-line-block {
    background-color: #e7e7e7;
    height: .5px;
    max-height: .5px;
  }

  .nav-links-mobile-en {
    padding-left: 5px;
  }

  .order-mobile-ar {
    background-color: var(--yellow);
    color: var(--black);
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .order-mobile-ar:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .nav-link-stores-ar {
    padding: 0 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .slider-top-mobile-2 {
    margin-top: 80px;
  }

  .slider-top-mobile-2.test {
    height: 300px;
  }

  .slide-nav-2 {
    margin-top: -20px;
    top: 259px;
  }

  .text-block-17 {
    margin-top: 0;
    font-size: 36px;
  }

  .text-block-17.short {
    margin-top: 0;
  }

  .text-block-17.long {
    font-size: 36px;
  }

  .text-block-17.vegan-short {
    margin-top: 20px;
  }

  .text-block-17.vegan-short.ru.main-slider {
    padding-bottom: 0;
  }

  .div-block-56._1 {
    max-width: 300px;
  }

  .div-block-56.main-2-slide {
    height: auto;
  }

  .blue {
    background-image: url('../images/slider-7.webp');
    background-position: 25%;
    background-size: cover;
  }

  .blue.test2 {
    background-image: url('../images/slider-2.webp');
    background-position: 0 0;
    background-size: cover;
  }

  .blue.test3 {
    background-image: url('../images/slider-8.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.test2-delivery {
    background-color: var(--gold);
    background-image: url('../images/slider-4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 120%;
  }

  .blue.test3-delivery {
    background-image: url('../images/slider-3-2.png'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
  }

  .blue.test2-ar-delivery {
    background-image: url('../images/slider-2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue.test3-ar-delivery {
    background-image: url('../images/slider-3-2.png'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
  }

  .blue.temporary {
    background-image: url('../images/desktop-uz.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.temporary-en {
    background-image: url('../images/desktop-en.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.temporary-ru {
    background-image: url('../images/desktop-ru.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.launch_uz {
    background-image: url('../images/WebBanner_1260x560_2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.cheddar_uz {
    background-image: url('../images/Cheddar-UZ_1260x560.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.launch_en {
    background-image: url('../images/WebBanner_1260x560_3.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.cheddar_en {
    background-image: url('../images/Cheddar-EN_1260x560.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.launch {
    background-image: url('../images/WebBanner_1260x560_1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue.cheddar {
    background-image: url('../images/Cheddar-RU_1260x560.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .button-6 {
    margin-top: 20px;
    font-size: 12px;
    line-height: 21px;
  }

  .button-6.ru.main-slider {
    letter-spacing: 1.2px;
    font-size: 12px;
  }

  .slider-top-mobile-2-arabic {
    margin-top: 80px;
  }

  .slide-ar.delivery, .slide-ar.pizza, .slide-ar.vegan, .slide-ar.delivery {
    max-width: 528px;
  }

  .blue-2 {
    background-image: url('../images/slider-1.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-2.test2 {
    background-image: url('../images/slider-2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue-2.test3 {
    background-image: url('../images/slider-3-2.png'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
  }

  .slide2.delivery, .slide2.pizza, .slide2.vegan, .slide2.delivery, .slide2.delivery {
    max-width: 528px;
  }

  .slide-delivery {
    max-width: 528%;
  }

  .slide-delivery.delivery, .slide-delivery.pizza, .slide-delivery.vegan, .slide-delivery.delivery, .slide-delivery.delivery {
    max-width: 528px;
  }

  .text-block-17-green {
    margin-top: 0;
    font-size: 36px;
  }

  .text-block-17-green.pizza-long.uz {
    margin-top: 0;
    font-size: 32px;
  }

  .text-block-17-green.short {
    margin-top: 0;
  }

  .text-block-17-green.long {
    font-size: 36px;
  }

  .text-block-ar-green {
    margin-top: 0;
    font-size: 36px;
  }

  .text-block-ar-green.short {
    margin-top: 0;
  }

  .text-block-ar-green.long {
    font-size: 36px;
  }

  .text-block-17-ar {
    margin-top: 0;
    font-size: 36px;
  }

  .text-block-17-ar.short {
    margin-top: 0;
  }

  .text-block-17-ar.long {
    font-size: 36px;
  }

  .slide-ar-delivery.delivery, .slide-ar-delivery.pizza, .slide-ar-delivery.vegan, .slide-ar-delivery.delivery {
    max-width: 528px;
  }

  .slider-text-ru {
    font-size: 33px;
  }

  .combos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-40 {
    border-radius: 15px;
  }

  .div-block-59 {
    width: 100%;
    display: flex;
  }

  .div-block-60 {
    width: 50%;
    max-width: none;
    display: none;
  }

  .div-block-61, .div-block-62, .div-block-63, .div-block-64 {
    display: none;
  }

  .heading-oferta {
    font-size: 32px;
  }

  .heading-oferta.big-combo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-oferta-mal {
    font-size: 32px;
  }

  .heading-oferta-mal.big-combo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-oferta-punkt {
    font-size: 21px;
  }

  .heading-oferta-punkt.safe {
    text-align: center;
  }

  .slide-button {
    opacity: 0;
    height: 230px;
    margin-top: 0;
    font-size: 12px;
    line-height: 21px;
  }

  .slide-button.ru.main-slider {
    letter-spacing: 1.2px;
    font-size: 12px;
  }

  .div-block-hungry {
    justify-content: flex-start;
    width: auto;
    max-width: 528px;
    margin-top: 20px;
  }

  .div-block-hungry.ingredients-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-hungry.pizza-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .div-block-hungry.dough {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .offer-choice {
    margin-left: 10px;
    font-size: 12px;
    line-height: 140%;
  }

  .offer-choice.main {
    font-size: 12px;
  }

  .div-block-hungry-ru {
    justify-content: flex-start;
    width: auto;
    max-width: 528px;
    margin-top: 20px;
  }

  .div-block-hungry-ru.ingredients-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-hungry-ru.pizza-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .div-block-hungry-ru.dough {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-hungry-uz {
    justify-content: flex-start;
    width: auto;
    max-width: 528px;
    margin-top: 20px;
  }

  .div-block-hungry-uz.ingredients-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-hungry-uz.pizza-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .div-block-hungry-uz.dough {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .link-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-2.w--current {
    padding: 0;
  }

  .logo-nav {
    flex-direction: row;
    align-items: flex-start;
    padding-left: 0;
    display: block;
  }

  .nav-link-2 {
    margin-left: 0;
    display: none;
  }

  .nav-link-3 {
    display: none;
  }

  .button-2 {
    justify-content: center;
    margin-top: 10px;
    font-size: 18px;
  }

  .navbar {
    max-width: 50%;
  }

  .text-block {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    font-size: 18px;
    line-height: 140%;
  }

  .text-block.short {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 140%;
  }

  .text-block.short.arabic {
    margin-top: 0;
  }

  .text-block.long {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    font-size: 18px;
    line-height: 140%;
  }

  .text-block.pizza-long {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block.vegan-short {
    margin-top: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .text-block.quality-long {
    margin-bottom: 10px;
  }

  .text-block.courier-short {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .text-block.courier-long {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .slide {
    width: 400px;
    max-width: 100%;
    height: 300px;
    margin-right: 10px;
  }

  .slide.delivery {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide.delivery.contact-free {
    width: auto;
    min-width: 0;
  }

  .slide.pizza {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide.vegan {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .slide.quality, .slide.courier {
    background-position: 50%;
    background-size: cover;
    width: 400px;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide.delivery {
    background-image: url('../images/slider-1.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    width: 400px;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 10px;
  }

  .slider {
    height: 340px;
  }

  .div-block-2 {
    max-width: none;
    height: auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-3 {
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 140%;
    display: block;
  }

  .mask {
    width: auto;
    max-width: 90%;
    height: auto;
    margin-right: auto;
  }

  .slider-nav {
    margin-top: 20px;
  }

  .slider-top {
    height: 320px;
    margin-top: 80px;
    overflow: hidden;
  }

  .navbar-desktop-en {
    display: none;
  }

  .container-2 {
    max-width: 100%;
  }

  .order, .divider-line {
    flex-direction: row;
    align-items: flex-start;
  }

  .nav-menu, .nav-links {
    display: none;
  }

  .download-app {
    display: block;
  }

  .american-style {
    max-width: 90%;
  }

  .heading {
    margin-top: 20px;
    font-size: 24px;
  }

  .heading.big-combo {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-with-button {
    width: auto;
    max-width: 48%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .frame-with-button.mozzarella-cheese {
    margin-right: 0;
  }

  .frame-with-button.meats, .frame-with-button.meats-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .frame-with-button.combo {
    max-width: 200px;
  }

  .heading-2 {
    text-align: left;
    min-height: 65px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 120%;
  }

  .heading-2.the-secret {
    min-height: auto;
  }

  .heading-2.combo {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .heading-2.pizza {
    min-height: auto;
    padding-left: 0;
  }

  .paragraph {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 140%;
  }

  .paragraph.combo {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.combo-mobile {
    display: none;
  }

  .paragraph.pizza {
    padding-bottom: 0;
    padding-left: 0;
  }

  .paragraph.find-out {
    padding-bottom: 0;
  }

  .div-block-6 {
    flex-direction: column;
    display: flex;
  }

  .div-block-6.combo {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 140%;
  }

  .link-block-3 {
    justify-content: flex-start;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
  }

  .div-block-7.ingredients-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-7.ingredients-grid.last {
    margin-bottom: 60px;
  }

  .div-block-7.the-secret {
    flex-direction: column;
  }

  .div-block-7.pizza-main {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .div-block-7.steps {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-7.dough {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .frame-with-button-first {
    width: auto;
    max-width: 48%;
    height: auto;
    margin-top: 0;
    margin-right: 0;
    display: block;
  }

  .frame-with-button-last {
    width: auto;
    max-width: 48%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .frame-text-block {
    height: auto;
    margin-top: 0;
  }

  .button-green {
    padding: 2px 10px;
    font-size: 14px;
    display: none;
  }

  .button-green.safe {
    display: block;
  }

  .button-green.safe.ru {
    width: 180px;
  }

  .heading-3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .heading-3.ru {
    text-align: left;
  }

  .heading-3.ru.steps {
    text-align: center;
  }

  .heading-3.people, .heading-3.sitemap {
    text-align: left;
  }

  .heading-3.safe {
    text-align: center;
  }

  .heading-3.kontakt {
    text-align: left;
  }

  .paragraph-2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 14px;
    line-height: 140%;
  }

  .paragraph-2.safe {
    text-align: center;
  }

  .image {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    display: none;
  }

  .div-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .div-block-8.papa {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: right;
    max-width: none;
    padding-bottom: 20px;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin-top: 5%;
  }

  .image-16.badge {
    max-width: 180px;
  }

  .between-links-3 {
    width: 20px;
    height: 15px;
  }

  .app {
    justify-content: center;
    max-width: 90%;
    margin-top: 0;
    padding-top: 20px;
  }

  .zero-contact-delivery {
    flex-direction: column;
    max-width: 100%;
    margin-top: 10px;
    padding: 20px;
    display: block;
  }

  .zero-contact-delivery.mobile {
    margin-top: 20px;
    padding-top: 0;
  }

  .feedback {
    flex-direction: column;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px 20px;
  }

  .heading-3-app {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .div-block-8-app {
    background-image: none;
    width: auto;
    max-width: none;
    height: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-8-app.ru, .div-block-8-app.uz {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .info.how-it-works {
    display: none;
  }

  .info.rewards, .info.rewards.ru {
    display: block;
  }

  .info.the-way-we-work {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .heading-4 {
    text-align: center;
    font-size: 18px;
    line-height: 120%;
  }

  .heading-4.ru {
    font-family: Rubik, sans-serif;
    font-weight: 700;
  }

  .paragraph-3 {
    text-align: left;
    font-size: 14px;
    line-height: 140%;
    overflow: visible;
  }

  .paragraph-3.main {
    text-align: center;
    font-size: 14px;
    line-height: 140%;
  }

  .paragraph-3.contact-free, .paragraph-3._1 {
    text-align: center;
  }

  .container-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    max-width: 90%;
    padding-top: 0;
  }

  .container-5.the-way-we-work {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-5.the-way-we-work.ru {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-5.steps {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .container-5.steps.ru {
    grid-template-columns: minmax(0, 1fr);
  }

  .container-5.info-main {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    width: auto;
    max-width: none;
    margin-right: 0;
  }

  .div-block-11 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-12 {
    width: auto;
    margin-left: 0;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .tagline {
    max-width: 90%;
    display: block;
  }

  .heading-5 {
    margin-top: 30px;
    line-height: 120%;
  }

  .heading-6 {
    text-align: left;
    font-size: 16px;
  }

  .text-block-4 {
    direction: ltr;
  }

  .link {
    text-align: left;
  }

  .our-company {
    width: auto;
    margin-right: 0;
    display: block;
  }

  .our-food {
    margin-right: 0;
    display: block;
  }

  .footer-menu {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 90%;
    margin-bottom: 0;
  }

  .div-block-15 {
    flex-direction: column;
  }

  .footer-text {
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    max-width: 90%;
  }

  .text-block-5 {
    font-size: 10px;
  }

  .text-field-2 {
    direction: ltr;
    width: 250px;
    height: auto;
    font-size: 14px;
  }

  .submit-button {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 140%;
  }

  .help {
    margin-right: 0;
  }

  .email {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .text-block-6 {
    text-align: left;
    width: auto;
    padding-left: 0;
    font-size: 10px;
  }

  .container-7 {
    max-width: 100%;
  }

  .div-block-17 {
    max-width: 90%;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-9 {
    font-size: 24px;
    line-height: 120%;
  }

  .pre-paid-orders._1 {
    width: auto;
    margin-right: 0;
  }

  .quality-seal {
    margin-left: 0;
    margin-right: 0;
  }

  .quality-seal._1 {
    width: auto;
  }

  .doorstep-drop {
    margin-left: 0;
  }

  .doorstep-drop._1 {
    width: auto;
    margin-right: 0;
  }

  .verification._1 {
    width: auto;
    margin-left: 0;
  }

  .container-8 {
    max-width: 90%;
    padding-bottom: 40px;
  }

  .container-8.steps {
    padding-bottom: 40px;
  }

  .container-8.contact-free {
    padding-bottom: 0;
  }

  .image-19, .image-20, .image-21, .image-22 {
    max-width: 64px;
  }

  .delivery-steps-cards {
    max-width: 90%;
    display: block;
  }

  .navbar2 {
    display: none;
  }

  .papa-rewards {
    margin-bottom: 0;
  }

  .papa-rewards-title {
    max-width: 90%;
  }

  .papa-rewards-about {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sign-up {
    margin-right: 0;
  }

  .order-pizza {
    margin-left: 0;
    margin-right: 0;
  }

  .earn-points, .get-rewards {
    margin-left: 0;
  }

  .about-us-title {
    max-width: 90%;
  }

  .about-us-about {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-us-about-2 {
    background-color: var(--send);
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .people {
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .people.about {
    width: auto;
  }

  .everyone-belongs {
    margin-right: 0;
  }

  .do-the-right-thing, .people-first, .innovate-to-win {
    margin-left: 0;
    margin-right: 0;
  }

  .have-fun {
    align-items: center;
    margin-left: 0;
  }

  .image-23 {
    width: 50%;
    height: 100%;
    margin-right: 0;
  }

  .image-23.dough {
    width: 100%;
  }

  .image-24, .image-25 {
    width: 50%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-26 {
    width: 50%;
    height: auto;
    margin-left: 0;
  }

  .the-basics-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 90%;
    display: block;
  }

  .meats2 {
    width: auto;
  }

  .fish-and-seafood {
    display: block;
  }

  .papa-rewards-about-copy {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-green-order {
    margin-top: 0;
  }

  .slider-top-mobile {
    height: 320px;
    margin-top: 80px;
  }

  .navbar-2-mobile {
    display: block;
    position: static;
  }

  .american-pizza-mobile {
    margin-top: 40px;
    display: block;
  }

  .div-block-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-27 {
    max-width: 100%;
  }

  .div-block-19 {
    margin-top: 20px;
  }

  .want-to-find-out-more-mobile {
    margin-top: 40px;
    display: none;
  }

  .download-app-mobile {
    background-color: var(--black);
    background-image: none;
    margin-top: 0;
    display: none;
  }

  .heading-12, .heading-13 {
    font-size: 24px;
  }

  .div-block-20 {
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px 10px;
    display: flex;
  }

  .link-block-rewards, .link-block-about {
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block-other {
    flex-direction: column;
    display: none;
  }

  .button-mobile {
    background-color: var(--yellow);
    direction: rtl;
    color: var(--black);
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 20px;
    justify-content: center;
    margin-top: 10px;
    font-family: Papasans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: flex;
  }

  .button-mobile:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .link-block-mobile {
    justify-content: flex-start;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-desktop-unlinked, .navbar-desktop-arabic {
    display: none;
  }

  .logo-en {
    width: auto;
    height: 20px;
  }

  .bold-text-3 {
    font-size: 24px;
  }

  .american-pizza-arabic {
    display: none;
  }

  .heading-arabic {
    margin-top: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 24px;
  }

  .frame-with-button-first-arabic {
    width: auto;
    max-width: 48%;
    height: auto;
    margin-top: 0;
    margin-right: 0;
    display: block;
  }

  .heading-2-arabic {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .paragraph-arabic {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 140%;
  }

  .heading-3-arabic {
    text-align: right;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Papasans, sans-serif;
    font-size: 18px;
  }

  .button-green-arabic {
    padding: 2px 10px;
    font-size: 14px;
    display: none;
  }

  .div-block-delivery-arabic {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .want-to-find-out-more-arabic {
    display: none;
  }

  .download-app-arabic {
    display: block;
  }

  .div-block-7-arabic {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    width: auto;
    margin-top: 10px;
  }

  .heading-3-app-arabic {
    text-align: center;
    font-size: 24px;
  }

  .div-block-9-arabic {
    justify-content: center;
    margin-top: 5%;
  }

  .div-block-8-app-arabic {
    background-image: none;
    width: auto;
    max-width: none;
    height: auto;
    padding-top: 0;
  }

  .info-arabic.main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--white);
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .info-3-arabic {
    width: auto;
    margin-left: 0;
  }

  .info-2-arabic {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .info-1-arabic {
    width: auto;
    max-width: none;
    margin-right: 0;
  }

  .text-block-5-arabic {
    color: var(--white);
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .div-block-15-arabic {
    flex-direction: column;
    justify-content: center;
  }

  .bold-text-10 {
    font-size: 24px;
  }

  .heading-gooter-arabic {
    text-align: center;
  }

  .footer-arabic {
    background-color: var(--light-green);
  }

  .heading-6-arabic {
    text-align: right;
  }

  .text-block-6-arabic {
    text-align: right;
    padding-left: 0;
    font-size: 10px;
  }

  .email-arabic {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    display: none;
  }

  .navbar-mobile {
    background-color: var(--white);
    display: block;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 1px 1px 6px 2px #dbdbdb;
  }

  .container-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 5fr 1fr;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
  }

  .container-9.mobile-na {
    max-width: 90%;
  }

  .image-28 {
    max-width: 100%;
    height: 21px;
  }

  .brand {
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 10px;
  }

  .brand.w--current {
    margin-top: 10px;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
  }

  .nav-link-4 {
    padding-top: 20px;
    padding-bottom: 0;
    font-family: Italianplateno2, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
  }

  .nav-link-5, .nav-link-6 {
    padding-top: 0;
    padding-bottom: 0;
    font-family: Italianplateno2, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
  }

  .nav-menu-2 {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .nav-link-menu {
    direction: rtl;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }

  .nav-link-combo-meals {
    direction: rtl;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    display: block;
  }

  .nav-link-combo-meals.w--current {
    color: var(--sea-green);
  }

  .nav-link-delivery {
    direction: rtl;
    color: var(--black);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }

  .nav-link-delivery.w--current {
    color: var(--sea-green);
  }

  .nav-link-rewards, .nav-link-about {
    direction: rtl;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }

  .nav-link-ingredients {
    direction: rtl;
    color: var(--black);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    display: block;
  }

  .nav-link-ingredients.w--current {
    color: var(--sea-green);
  }

  .nav-link-nutrition {
    direction: rtl;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }

  .nav-link-nutrition.w--current {
    color: var(--sea-green);
  }

  .nav-link-faq {
    direction: rtl;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    display: block;
  }

  .button-mobile-in-menu {
    background-color: var(--yellow);
    direction: rtl;
    color: var(--black);
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 20px;
    justify-content: center;
    width: auto;
    margin: 10px 15px 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Papasans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    display: none;
    position: relative;
  }

  .button-mobile-in-menu:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .button-mobile-in-menu.ru {
    margin-left: 15px;
    margin-right: 0;
  }

  .div-block-21 {
    background-color: #e7e7e7;
    height: .5px;
    max-height: .5px;
  }

  .text-block-12 {
    font-family: Papasans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
  }

  .dropdown-toggle-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .dropdown-link-3 {
    font-family: Papasans, sans-serif;
    font-weight: 700;
    line-height: 21px;
  }

  .dropdown-list-2 {
    background-color: var(--white);
  }

  .icon {
    color: var(--sea-green);
  }

  .menu-button-2 {
    background-color: var(--white);
    padding-left: 7px;
    padding-right: 0;
  }

  .navbar-mobile-arabic {
    background-color: var(--white);
    display: block;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 1px 1px 6px 2px #dbdbdb;
  }

  .dropdown-link-4 {
    color: var(--black);
    font-family: Italianplateno2, sans-serif;
  }

  .american-pizza-mobile-arabic {
    margin-top: 40px;
    display: block;
  }

  .heading-mobile-arabic {
    direction: rtl;
    font-size: 25px;
  }

  .heading-2-mobile-arabic {
    direction: rtl;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Papasans, sans-serif;
    font-size: 24px;
    font-weight: 900;
  }

  .paragraph-mobile-arabic {
    direction: rtl;
    color: var(--black);
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 140%;
  }

  .heading-3-mobile-arabic {
    direction: rtl;
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
  }

  .paragraph-3-arabic {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    line-height: 140%;
  }

  .paragraph-3-arabic.main {
    font-size: 14px;
    line-height: 140%;
  }

  .delivery-steps-arabic {
    margin-top: 40px;
    display: none;
  }

  .delivery-steps-cards-arabic {
    max-width: 90%;
  }

  .div-block-7-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    width: auto;
    margin-top: 10px;
  }

  .div-block-8-arabic {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-end;
    width: auto;
    max-width: 90%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-desktop-arabic-2 {
    display: none;
  }

  .about-us-about-arabic {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-us-about-2-arabic {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .info-arabic-about.the-way-we-work {
    display: none;
  }

  .div-block-23 {
    justify-content: center;
  }

  .paragraph-2-app {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 14px;
    line-height: 140%;
  }

  .paragraph-2-app.small {
    width: 100%;
    margin-top: 20px;
    font-size: 10px;
  }

  .paragraph-2-app.uz {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-block-quality {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    font-size: 18px;
    line-height: 120%;
  }

  .text-block-quality.short {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .text-block-quality.short.arabic {
    margin-top: 10px;
  }

  .text-block-quality.long {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    font-size: 24px;
  }

  .text-block-quality.pizza-long {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .text-block-quality.vegan-short {
    margin-top: 30px;
  }

  .text-block-quality.quality-long {
    margin-bottom: 10px;
  }

  .text-block-quality.courier-short {
    margin-top: 16px;
  }

  .text-block-quality.courier-long {
    margin-bottom: 0;
  }

  .button-green-order-now {
    text-align: left;
    padding: 2px 10px;
    font-size: 12px;
    display: block;
  }

  .button-green-ingredients-2 {
    padding: 2px 10px;
    font-size: 14px;
    display: none;
  }

  .paragraph-arabic-app {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 140%;
  }

  .bold-text-12 {
    font-family: Papasans, sans-serif;
    font-size: 24px;
    font-weight: 900;
  }

  .bold-text-13 {
    font-family: Papasans, sans-serif;
    font-weight: 900;
  }

  .paragraph-2-copy {
    margin-bottom: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 140%;
  }

  .paragraph-mobile-arabic-app {
    direction: rtl;
    color: var(--white);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 140%;
  }

  .heading-3-mobile-arabic-app {
    direction: rtl;
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
  }

  .logo-footer {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }

  .find-out-more {
    border-radius: 20px;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-8-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-8-right.apout {
    min-width: auto;
  }

  .image-35, .image-36, .image-37 {
    height: auto;
  }

  .find-out-more-mobile {
    background-color: var(--send);
    width: auto;
    max-width: 48%;
    height: 340px;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
  }

  .find-out-more-mobile.ru {
    max-width: none;
    height: auto;
    min-height: auto;
  }

  .delivery-steps-mobile {
    margin-top: 40px;
    margin-bottom: 0;
    display: none;
  }

  .delivery-steps-cards-mobile {
    max-width: 90%;
  }

  .container-5-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: 90%;
    margin-top: 10px;
    padding-top: 0;
    display: flex;
  }

  .container-5-mobile.contact-free {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .info-mobile-en {
    background-color: var(--white);
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .delivery-steps-desktop {
    display: block;
  }

  .heading-4-mobile {
    text-align: center;
    font-size: 18px;
    line-height: 120%;
  }

  .link-legacy {
    text-align: center;
    max-width: none;
    font-size: 10px;
  }

  .link-legacy.long {
    max-width: none;
  }

  .div-block-24 {
    flex-direction: column;
  }

  .social-icons {
    justify-content: center;
    padding-top: 10px;
  }

  .footer-legacy-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-29 {
    margin-top: 30px;
  }

  .div-block-26 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .div-block-27 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 20px;
  }

  .text-block-quality-first {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    font-size: 18px;
    line-height: 120%;
  }

  .text-block-quality-first.short {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .text-block-quality-first.short.arabic {
    margin-top: 10px;
  }

  .text-block-quality-first.long {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    font-size: 24px;
  }

  .text-block-quality-first.pizza-long {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .text-block-quality-first.vegan-short {
    margin-top: 30px;
  }

  .text-block-quality-first.quality-long {
    margin-bottom: 10px;
  }

  .text-block-quality-first.courier-short {
    margin-top: 16px;
  }

  .text-block-quality-first.courier-long {
    margin-bottom: 0;
  }

  .text-block-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    font-size: 18px;
    line-height: 140%;
  }

  .text-block-copy.short {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 140%;
  }

  .text-block-copy.short.arabic {
    margin-top: 0;
  }

  .text-block-copy.long {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    font-size: 18px;
    line-height: 140%;
  }

  .text-block-copy.pizza-long {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-copy.vegan-short {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 10px;
  }

  .text-block-copy.quality-long {
    margin-bottom: 10px;
  }

  .text-block-copy.courier-short {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-copy.courier-long {
    margin-bottom: 0;
  }

  .div-block-29, .div-block-30 {
    max-width: none;
  }

  .find-out-more-last {
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    display: block;
  }

  .navbar-mobile-unlinked {
    background-color: var(--white);
    box-shadow: none;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-link-ingredients-view {
    direction: rtl;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    display: block;
  }

  .frame-with-button-copy {
    width: auto;
    max-width: 48%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .info-mobile-2.rewards {
    background-color: var(--white);
    padding-top: 0;
    display: none;
  }

  .info-mobile-way.rewards {
    display: none;
  }

  .info-mobile-way.the-way-we-work {
    background-color: var(--white);
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .img-have-fun {
    width: 15%;
  }

  .the-secret-cards-mobile {
    max-width: 90%;
    display: none;
  }

  ._50-seconds {
    max-width: 90%;
  }

  ._50-seconds-mobile, .meats-mobile, .fish-mobile {
    max-width: 90%;
    display: none;
  }

  .frame-with-button-last-fish {
    width: auto;
    max-width: 48%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .frame-with-button-last-fish.mozzarella-cheese {
    margin-right: 0;
  }

  .frame-with-button-last-fish.meats {
    margin-left: 0;
    margin-right: 5px;
  }

  .veg-mobile {
    max-width: 90%;
    display: none;
  }

  .heading-2-left {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 120%;
  }

  .div-block-7-calamari {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .heading-2-center {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 120%;
  }

  .slider-top-arabic {
    height: 320px;
    margin-top: 60px;
  }

  ._1-arabic {
    max-width: none;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .slide-arabic.delivery {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-arabic.delivery.contact-free {
    width: auto;
    min-width: 0;
  }

  .slide-arabic.pizza, .slide-arabic.vegan, .slide-arabic.quality, .slide-arabic.courier, .slide2-arabic.delivery {
    background-position: 50%;
    background-size: cover;
    width: 400px;
    max-width: 85%;
    height: 260px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .slide2-arabic.delivery.contact-free {
    width: auto;
    min-width: 0;
  }

  .slide2-arabic.pizza {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide2-arabic.vegan, .slide2-arabic.quality, .slide2-arabic.courier {
    background-position: 50%;
    background-size: cover;
    width: 400px;
    max-width: 85%;
    height: 260px;
    margin-left: 5px;
    margin-right: 5px;
  }

  ._2-arabic {
    max-width: none;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-arabic {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    font-size: 18px;
    line-height: 140%;
  }

  .text-block-arabic.short {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 140%;
  }

  .text-block-arabic.short.arabic {
    margin-top: 0;
  }

  .text-block-arabic.long {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    font-size: 18px;
    line-height: 140%;
  }

  .text-block-arabic.pizza-long {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-arabic.vegan-short {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 10px;
  }

  .text-block-arabic.quality-long {
    margin-bottom: 10px;
  }

  .text-block-arabic.courier-short {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-arabic.courier-long {
    margin-bottom: 0;
  }

  .slide3-arabic.delivery {
    background-position: 50%;
    background-size: cover;
    width: 400px;
    max-width: 85%;
    height: 260px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .slide3-arabic.delivery.contact-free {
    width: auto;
    min-width: 0;
  }

  .slide3-arabic.pizza {
    background-position: 50%;
    background-size: cover;
    width: 400px;
    max-width: 85%;
    height: 260px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .slide3-arabic.vegan {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide3-arabic.quality, .slide3-arabic.courier {
    background-position: 50%;
    background-size: cover;
    width: 400px;
    max-width: 85%;
    height: 260px;
    margin-left: 5px;
    margin-right: 5px;
  }

  ._3-arabic {
    max-width: none;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .zero-contact-delivery-arabic {
    flex-direction: column;
    max-width: 100%;
    margin-top: 10px;
    padding: 20px;
  }

  .feedback-arabic {
    flex-direction: column;
    max-width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6-copy {
    text-align: left;
    font-size: 16px;
  }

  .our-company-arabic, .our-food-arabic {
    width: 131px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .footer-menu-arabic {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    max-width: 90%;
    margin-bottom: 0;
  }

  .link-arabic {
    text-align: right;
  }

  .email-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .help-arabic {
    width: 131px;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-footer-arabic {
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-right: 0;
  }

  .heading-29-arabic {
    margin-top: 15px;
  }

  .legacy-arabic {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .footer-legacy-block-arabic {
    justify-content: center;
  }

  .container-6-arabic {
    max-width: 90%;
  }

  .link-block-3-arabic {
    justify-content: flex-end;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-31, .div-block-32 {
    justify-content: flex-end;
    display: flex;
  }

  .button-mobile-2 {
    direction: rtl;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #cfeb0b;
    border: 1px solid #000;
    border-radius: 20px;
    justify-content: center;
    margin-top: 10px;
    font-family: Papasans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: flex;
  }

  .button-mobile-2:hover {
    color: #000;
    background-color: #fff;
  }

  .dropdown-link-6 {
    color: #000;
    font-family: Italianplateno2, sans-serif;
  }

  .nav-link-faq-2 {
    direction: rtl;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    display: none;
  }

  .menu-button-3 {
    background-color: #fff;
  }

  .nav-link-rewards-2, .nav-link-about-2 {
    direction: rtl;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }

  .nav-link-nutrition-2, .nav-link-ingredients-2 {
    direction: rtl;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    display: none;
  }

  .navbar-mobile-arabic-2 {
    background-color: #fff;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 1px 1px 3px #bebebe;
  }

  .icon-2 {
    color: #2d5d2a;
  }

  .dropdown-link-7 {
    font-family: Papasans, sans-serif;
    font-weight: 700;
    line-height: 21px;
  }

  .container-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    display: block;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .dropdown-list-3 {
    background-color: #fff;
  }

  .nav-link-delivery-2 {
    direction: rtl;
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }

  .nav-link-delivery-2.w--current {
    color: #2d5d2a;
  }

  .button-mobile-in-menu-2 {
    direction: rtl;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #cfeb0b;
    border: 1px solid #000;
    border-radius: 20px;
    justify-content: center;
    width: 150px;
    margin: 10px 10px 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Papasans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    display: flex;
  }

  .button-mobile-in-menu-2:hover {
    color: #000;
    background-color: #fff;
  }

  .info-mobile-ar {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .delivery-steps-arabic-mobile {
    margin-top: 40px;
    display: block;
  }

  .bold-text-15 {
    font-family: Papasans, sans-serif;
  }

  .info-mobile-rewards {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

  .info-mobile-rewards.how-it-works {
    display: none;
  }

  .info-mobile-rewards.rewards {
    display: block;
  }

  .info-mobile-rewards.the-way-we-work {
    display: none;
  }

  .info-arabic-about-mobile.the-way-we-work {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .dropdown {
    padding-left: 0;
  }

  .find-out-more-one {
    width: auto;
    max-width: 48%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    display: block;
  }

  .papa-rewards-special {
    margin-bottom: 40px;
  }

  .special-offers {
    flex-direction: column;
    max-width: 90%;
  }

  .papa-rewards-about-special {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding: 0 20px;
  }

  .special-offers-section-mobile {
    margin-top: 100px;
    display: none;
  }

  .special-offers-mobile {
    max-width: 90%;
  }

  .special-offers-section-arabic {
    display: none;
  }

  .special-offers-section-mobile-arabic {
    margin-top: 100px;
    display: block;
  }

  .papa-rewards-special-arabic {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .link-block-mobile-arabic {
    justify-content: flex-end;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nutrition-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .bold-text-20 {
    font-size: 14px;
  }

  .div-block-33 {
    margin-bottom: 20px;
  }

  .div-block-34 {
    max-width: none;
  }

  .div-block-35 {
    max-width: 100%;
  }

  .find-out-more-first {
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sign-in-offer {
    max-width: 90%;
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .div-block-27-en {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .text-field-2-arabic {
    direction: rtl;
    width: 250px;
    height: auto;
    font-size: 14px;
  }

  .div-block-36 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .text-field-3, .text-field-4, .text-field-5 {
    height: auto;
  }

  .field-label-2 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .submit-button-2 {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .div-block-40 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .list-item {
    line-height: 140%;
  }

  .additional-info {
    font-size: 14px;
    line-height: 120%;
  }

  .div-block-41 {
    align-items: flex-start;
  }

  .italic-text {
    font-size: 10px;
  }

  .italic-text-2 {
    font-size: 10px;
    line-height: 100%;
  }

  .italic-text-3 {
    font-size: 10px;
  }

  .sign-in-offer-arabic {
    max-width: 90%;
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .list-item-arabic {
    line-height: 140%;
  }

  .text-field-3-arabic, .text-field-4-arabic, .text-field-5-arabic {
    height: auto;
  }

  .div-block-36-arabic {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .additional-info-arabic {
    font-size: 14px;
    line-height: 120%;
  }

  .div-block-41-arabic {
    align-items: flex-start;
  }

  .submit-button-2-arabic {
    font-size: 12px;
  }

  .contact-us-block {
    max-width: 90%;
  }

  .text-field-7, .text-field-comment {
    font-size: 14px;
  }

  .form-block-2 {
    margin-bottom: 0;
  }

  .paragraph-arabic-app-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 140%;
  }

  .download-app-arabic-2 {
    display: block;
  }

  .heading-3-app-arabic-2 {
    font-size: 24px;
  }

  .contact-us-block-arabic {
    max-width: 90%;
  }

  .faq {
    margin-bottom: 20px;
  }

  .faq-block {
    max-width: 90%;
  }

  .textarea {
    font-size: 14px;
  }

  .faq-answer {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 140%;
  }

  .papa-rewards-about-arabic {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-8-a {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .div-block-8-a.papa {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: right;
    max-width: none;
    padding-bottom: 20px;
  }

  .div-block-7-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .fish-and-seafood-arabic {
    display: block;
  }

  .nutrition-info-arabic, .about-us-about-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-block-arabic {
    max-width: 90%;
  }

  .dropdown-3 {
    padding-left: 10px;
  }

  .cookies-block {
    max-width: 90%;
  }

  .div-block-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-cookies {
    line-height: 120%;
  }

  .paragraph-3-mobile {
    text-align: left;
    font-size: 14px;
    line-height: 160%;
  }

  .paragraph-3-mobile.main {
    text-align: center;
    font-size: 14px;
    line-height: 140%;
  }

  .cookies-block-arabic {
    max-width: 90%;
  }

  .heading-cookies-arabic {
    line-height: 120%;
  }

  .paragraph-3-cookies-arabic {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    line-height: 140%;
  }

  .paragraph-3-cookies-arabic.main {
    font-size: 14px;
    line-height: 140%;
  }

  .privacy-policy-block {
    max-width: 90%;
  }

  .heading-2-cookies {
    line-height: 120%;
  }

  .div-block-policy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2-cookies-arabic {
    line-height: 120%;
  }

  .terms-and-conditions-block {
    max-width: 90%;
  }

  .list-item-2 {
    font-size: 14px;
  }

  .list-item-3 {
    font-size: 14px;
    line-height: 120%;
  }

  .sitemap-block, .div-block-51, .div-block-52 {
    max-width: 90%;
  }

  .div-block-53 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-54 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .sitemap-block-arabic {
    max-width: 90%;
  }

  .wrapper-sitemap-arabic {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-3-center {
    font-size: 14px;
    line-height: 120%;
    overflow: visible;
  }

  .paragraph-3-center.main {
    text-align: center;
    font-size: 14px;
    line-height: 140%;
  }

  .popup__wrapper {
    max-width: none;
    margin: 0 10px 10px;
    inset: auto 0% 0% auto;
  }

  .popup__contents {
    padding: 1rem;
  }

  .popup__close-btn {
    padding-top: .5rem;
    padding-right: .5rem;
  }

  .image-39 {
    width: 20px;
    height: 20px;
  }

  .the-secret-cards-mobile-arabic {
    max-width: 90%;
    display: block;
  }

  .div-block-8-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .div-block-8-copy.papa {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: right;
    max-width: none;
    padding-bottom: 20px;
  }

  .heading-5-arabic {
    margin-top: 30px;
    line-height: 120%;
  }

  .bold-text-26 {
    line-height: 120%;
  }

  .bold-text-27 {
    font-weight: 400;
    line-height: 120%;
  }

  .list-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-link-stores {
    direction: rtl;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    display: block;
  }

  .nav-link-stores.w--current {
    color: var(--sea-green);
  }

  .language-option {
    padding: 0 0 10px;
  }

  .language-option.w--current {
    padding-left: 0;
  }

  .navbar-desktop-en-main {
    display: none;
  }

  .main-ar {
    padding: 0 10px;
  }

  .nav-menu-en {
    display: none;
  }

  .main-en.w--current {
    color: var(--sea-green);
    padding: 10px;
  }

  .combos-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .delivery-ar {
    padding: 0 10px;
  }

  .delivery-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rewards-ar {
    padding: 0 10px;
  }

  .rewards-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-ar {
    padding: 0 10px;
  }

  .about-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ing-ar {
    padding: 0 10px;
  }

  .ing-en.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nut-ar {
    padding: 0 10px;
  }

  .nut-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-ar {
    padding: 0 10px;
  }

  .faq-en.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-ar {
    display: none;
  }

  .ar-main-ar.w--current {
    padding: 0 10px;
  }

  .ar-main-en, .ar-combo-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ar-combo-ar {
    padding: 0 10px;
  }

  .ar-delivery-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ar-delivery-ar {
    padding: 0 10px;
  }

  .ar-rewards-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ar-rewards-ar {
    padding: 0 10px;
  }

  .nav-link-3-copy {
    display: none;
  }

  .ar-about-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ar-about-ar {
    padding: 0 10px;
  }

  .ar-ing-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ar-ing-ar {
    padding: 0 10px;
  }

  .ar-nut-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ar-nut-ar {
    padding: 0 10px;
  }

  .ar-faq-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ar-faq-ar, .sing-in-ar {
    padding: 0 10px;
  }

  .sing-in-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-ar {
    padding: 0 10px;
  }

  .contact-en.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .privacy-ar {
    padding: 0 10px;
  }

  .privacy-en.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cookies-ar {
    padding: 0 10px;
  }

  .cookies-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .terms-ar {
    padding: 0 10px;
  }

  .terms-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sitemap-ar {
    padding: 0 10px;
  }

  .sitemap-en.w--current, .ar-sign-up-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ar-sign-up-ar.w--current {
    padding: 0 10px;
  }

  .ar-contact-us-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ar-contact-us-ar.w--current {
    padding: 0 10px;
  }

  .ar-privacy-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ar-privacy-ar.w--current {
    padding: 0 10px;
  }

  .ar-cookies-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ar-cookies-ar {
    padding: 0 10px;
  }

  .ar-terms-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ar-terms-ar.w--current {
    padding: 0 10px;
  }

  .ar-sitemap-en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ar-sitemap-en.w--current {
    padding: 0 10px;
  }

  .ar-sitemp-ar.w--current {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .nav-menu-mobile-en {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .order-now-mobile {
    background-color: var(--yellow);
    direction: rtl;
    color: var(--black);
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 20px;
    justify-content: center;
    margin-top: 0;
    font-family: Papasans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .order-now-mobile:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .order-now-mobile.ru {
    padding-top: 11px;
  }

  .order-now-mobile.uz {
    display: none;
  }

  .divider-line-block {
    background-color: #e7e7e7;
    height: .5px;
    max-height: .5px;
  }

  .nav-links-mobile-en {
    padding-left: 0;
  }

  .order-mobile-ar {
    background-color: var(--yellow);
    direction: rtl;
    color: var(--black);
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 20px;
    justify-content: center;
    margin-top: 10px;
    font-family: Papasans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: flex;
  }

  .order-mobile-ar:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .nav-link-stores-ar {
    direction: rtl;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Papasans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    display: block;
  }

  .nav-link-stores-ar.w--current {
    color: var(--sea-green);
  }

  .cookes-hide, .div-block-50-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-top-mobile-2 {
    height: 320px;
    margin-top: 80px;
  }

  .slider-top-mobile-2.test {
    height: auto;
    margin-top: 60px;
  }

  .slide-nav-2 {
    top: 320px;
  }

  .text-block-17 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    font-size: 18px;
    line-height: 140%;
  }

  .text-block-17.pizza-long {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-17.short {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 140%;
  }

  .text-block-17.long {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    font-size: 18px;
    line-height: 140%;
  }

  .text-block-17.vegan-short {
    width: auto;
    margin-top: 0;
    padding: 0 10px 0 0;
    font-size: 22px;
  }

  .text-block-17.vegan-short.ru {
    padding-top: 20px;
  }

  .text-block-17.vegan-short.ru._2 {
    font-size: 18px;
  }

  .div-block-56 {
    max-width: none;
    height: auto;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-56.green.ru {
    width: 70%;
    margin-top: 20px;
  }

  .div-block-56.ru {
    height: auto;
    margin-top: 20px;
    margin-left: 10px;
  }

  .div-block-56._1 {
    max-width: 200px;
  }

  .slider-nav-2 {
    margin-top: 20px;
  }

  .blue {
    background-image: url('../images/slider-7.webp');
    background-position: 35%;
    margin-right: 10px;
  }

  .blue.test2 {
    background-image: url('../images/slider-2.webp');
    background-position: 100% 100%;
    background-size: cover;
  }

  .blue.test3 {
    background-image: url('../images/slider-8.webp');
    background-position: 50%;
    background-size: cover;
  }

  .blue.test3-delivery {
    background-image: url('../images/slider-5.png');
    background-position: 50%;
    background-size: cover;
  }

  .blue.test2-ar-delivery {
    background-image: url('../images/slider-2.png'), linear-gradient(#0000, #0000);
    background-position: 100% 100%, 0 0;
    background-size: cover, auto;
  }

  .blue.test3-ar-delivery {
    background-image: url('../images/slider-3-2.png');
    background-position: 50%;
    background-size: cover;
  }

  .blue.temporary {
    background-image: url('../images/mobile-uz.png');
    background-position: 50%;
    background-size: cover;
  }

  .blue.temporary-en {
    background-image: url('../images/mobile-en-1.png');
    background-position: 50%;
    background-size: cover;
  }

  .blue.temporary-ru {
    background-image: url('../images/mobile-ru.png');
    background-position: 50%;
    background-size: cover;
  }

  .blue.launch_uz {
    background-image: url('../images/WebBanner_700x600_1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .blue.cheddar_uz {
    background-image: url('../images/Cheddar-UZ_700x600.png');
    background-position: 50%;
    background-size: cover;
  }

  .blue.launch_en {
    background-image: url('../images/WebBanner_700x600_2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .blue.cheddar_en {
    background-image: url('../images/Cheddar-EN_700x600.png');
    background-position: 50%;
    background-size: cover;
  }

  .blue.launch {
    background-image: url('../images/WebBanner_700x600_3.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .blue.cheddar {
    background-image: url('../images/Cheddar-RU_700x600.png');
    background-position: 50%;
    background-size: cover;
  }

  .button-6 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 140%;
    display: block;
  }

  .slider-2 {
    height: 260px;
  }

  .mask-2 {
    width: auto;
    max-width: 90%;
    height: 260px;
  }

  .slider-top-mobile-2-arabic {
    height: 320px;
    margin-top: 80px;
  }

  .slider-top-mobile-2-arabic.test {
    margin-top: 60px;
  }

  .div-block-56-rtl {
    max-width: none;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .slide-ar {
    background-image: url('../images/slider-3-arabic.png');
    background-position: 50%;
    background-size: cover;
    width: 400px;
    max-width: 100%;
    height: 260px;
  }

  .slide-ar.delivery {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-ar.delivery.contact-free {
    width: auto;
    min-width: 0;
  }

  .slide-ar.pizza {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-ar.vegan {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .slide-ar.quality, .slide-ar.courier {
    background-position: 50%;
    background-size: cover;
    width: 400px;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-ar.delivery {
    background-image: url('../images/slider-1-arabic.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    width: 400px;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 10px;
  }

  .blue-2 {
    background-image: url('../images/slider-1.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    margin-right: 10px;
  }

  .blue-2.test2 {
    background-image: url('../images/slider-2.png'), linear-gradient(#0000, #0000);
    background-position: 100% 100%, 0 0;
    background-size: cover, auto;
  }

  .blue-2.test3 {
    background-image: url('../images/slider-3-2.png'), linear-gradient(#2d5d2a, #2d5d2a);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .slide2 {
    width: 400px;
    max-width: 100%;
    height: 260px;
  }

  .slide2.delivery {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide2.delivery.contact-free {
    width: auto;
    min-width: 0;
  }

  .slide2.pizza {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide2.vegan {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .slide2.quality, .slide2.courier {
    background-position: 50%;
    background-size: cover;
    width: 400px;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide2.delivery {
    background-image: none;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    width: 400px;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 10px;
  }

  .slide3 {
    background-image: url('../images/slider-3-2.png');
    width: 400px;
    max-width: 100%;
    height: 260px;
  }

  .slide-delivery {
    background-image: none;
    width: 400px;
    max-width: 100%;
    height: 260px;
    margin-right: 10px;
  }

  .slide-delivery.delivery {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-delivery.delivery.contact-free {
    width: auto;
    min-width: 0;
  }

  .slide-delivery.pizza {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-delivery.vegan {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .slide-delivery.quality, .slide-delivery.courier {
    background-position: 50%;
    background-size: cover;
    width: 400px;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-delivery.delivery {
    background-image: url('../images/slider-1.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    width: 400px;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 10px;
  }

  .text-block-17-green {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    font-size: 18px;
    line-height: 140%;
  }

  .text-block-17-green.pizza-long {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-17-green.pizza-long.uz {
    font-size: 18px;
    line-height: 175%;
  }

  .text-block-17-green.short {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 140%;
  }

  .text-block-17-green.long {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    font-size: 18px;
    line-height: 140%;
  }

  .text-block-17-green.vegan-short {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 10px;
  }

  .text-block-ar-green {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    font-size: 18px;
    line-height: 140%;
  }

  .text-block-ar-green.pizza-long {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-ar-green.short {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 140%;
  }

  .text-block-ar-green.long {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    font-size: 18px;
    line-height: 140%;
  }

  .text-block-ar-green.vegan-short {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 10px;
  }

  .text-block-17-ar {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    font-size: 18px;
    line-height: 140%;
  }

  .text-block-17-ar.pizza-long {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-17-ar.short {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 140%;
  }

  .text-block-17-ar.long {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px 5px 0;
    font-size: 18px;
    line-height: 140%;
  }

  .text-block-17-ar.vegan-short {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 10px;
  }

  .slide-ar-delivery {
    background-image: url('../images/slider-3-arabic.png');
    background-position: 50%;
    background-size: cover;
    width: 400px;
    max-width: 100%;
    height: 260px;
  }

  .slide-ar-delivery.delivery {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-ar-delivery.delivery.contact-free {
    width: auto;
    min-width: 0;
  }

  .slide-ar-delivery.pizza {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-ar-delivery.vegan {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .slide-ar-delivery.quality, .slide-ar-delivery.courier {
    background-position: 50%;
    background-size: cover;
    width: 400px;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-ar-delivery.delivery {
    background-image: url('../images/slider-1-arabic.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    width: 400px;
    max-width: 100%;
    height: 260px;
    margin-left: 0;
    margin-right: 10px;
  }

  .heading-6-hide {
    text-align: left;
    font-size: 16px;
  }

  .combos-en-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-text-ru, .slider-text-ru.green {
    font-size: 18px;
    line-height: 140%;
  }

  .combos-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: auto;
  }

  .div-block-63 {
    display: block;
  }

  .phone {
    margin-left: 15px;
  }

  .text-block-19 {
    font-size: 10px;
  }

  .image-41 {
    display: none;
  }

  .text-block-20 {
    font-size: 14px;
  }

  .heading-oferta {
    margin-top: 20px;
    font-size: 24px;
  }

  .heading-oferta.big-combo {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-oferta-mal {
    margin-top: 20px;
    font-size: 24px;
  }

  .heading-oferta-mal.big-combo {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-oferta-punkt {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .heading-oferta-punkt.ru {
    text-align: left;
  }

  .heading-oferta-punkt.ru.steps {
    text-align: center;
  }

  .heading-oferta-punkt.people, .heading-oferta-punkt.sitemap {
    text-align: left;
  }

  .heading-oferta-punkt.safe {
    text-align: center;
  }

  .heading-oferta-punkt.kontakt {
    text-align: left;
  }

  .oferta-pub {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-button {
    opacity: 0;
    text-align: center;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 12px;
    line-height: 140%;
    display: block;
  }

  .div-block-hungry {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
  }

  .div-block-hungry.ingredients-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-hungry.ingredients-grid.last {
    margin-bottom: 60px;
  }

  .div-block-hungry.the-secret {
    flex-direction: column;
  }

  .div-block-hungry.pizza-main {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .div-block-hungry.steps {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-hungry.dough {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .offer-choice {
    text-align: left;
    margin-left: 0;
    font-size: 14px;
    line-height: 140%;
    overflow: visible;
  }

  .offer-choice.main {
    text-align: center;
    font-size: 14px;
    line-height: 140%;
  }

  .offer-choice.contact-free, .offer-choice._1 {
    text-align: center;
  }

  .div-block-hungry-ru {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
  }

  .div-block-hungry-ru.ingredients-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-hungry-ru.ingredients-grid.last {
    margin-bottom: 60px;
  }

  .div-block-hungry-ru.the-secret {
    flex-direction: column;
  }

  .div-block-hungry-ru.pizza-main {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .div-block-hungry-ru.steps {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-hungry-ru.dough {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-hungry-uz {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
  }

  .div-block-hungry-uz.ingredients-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-hungry-uz.ingredients-grid.last {
    margin-bottom: 60px;
  }

  .div-block-hungry-uz.the-secret {
    flex-direction: column;
  }

  .div-block-hungry-uz.pizza-main {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .div-block-hungry-uz.steps {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-hungry-uz.dough {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_6093b46e-982f-25ce-2377-1b02d4cd8877-2685b0af, #w-node-_371efc91-b0e0-4b8d-997e-1127a700ac1c-a700ac1a, #w-node-_6093b46e-982f-25ce-2377-1b02d4cd8877-2685b0b0, #w-node-_43635927-c89e-7fa8-a3a4-4eaed992e2ca-d992e2c8, #w-node-_340b675e-1793-fdb5-7c9f-e5d0a977b068-2685b0d1, #w-node-_340b675e-1793-fdb5-7c9f-e5d0a977b068-2685b0d2, #w-node-_2fa0deb0-1422-73be-fa33-8c84065043d9-065043d7, #w-node-_7be4d5d6-1856-7811-a688-2a4b22dedab7-2685b0fa, #w-node-_7be4d5d6-1856-7811-a688-2a4b22dedab7-2685b0fb, #w-node-_340b675e-1793-fdb5-7c9f-e5d0a977b068-9cd059b7, #w-node-_6093b46e-982f-25ce-2377-1b02d4cd8877-f89d562c {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_06968aa1-9801-e075-2213-0c232cc53def-2685b0af, #w-node-_7e419130-e3f7-4ae5-6fc3-3601557b2bf7-2685b0b0, #w-node-c96edbdf-34f5-ac4d-47b5-42a9e39c1b09-2685b0d1, #w-node-_340b675e-1793-fdb5-7c9f-e5d0a977b068-2685b0d1, #w-node-ac7fafb4-aabd-49a1-4d96-511b29b22cd2-2685b0d2, #w-node-_87636904-93f7-664c-68c6-e832890f6cdb-2685b0d4, #w-node-_577ca47f-c5f4-a7d0-c849-b909c0901ab2-2685b0d5, #w-node-_0ac3f041-ba64-8975-1ed5-67333f5fe6fd-2685b0d7, #w-node-b8adfcc1-69c4-33f5-b229-5195bbdb7aa9-2685b0d9, #w-node-_09fe0230-996a-8ea5-9971-d57cec0b705d-2685b0de, #w-node-d24cd4cc-c85d-b9dd-54b7-61141d697f92-2685b0df, #w-node-_4bc2e964-26d3-0b55-9a3f-b901b41e3e26-fbc2b185, #w-node-_1b4f26af-1b19-b6cf-6ca7-ab54dd2f5ecc-2685b0e3, #w-node-f294f4f6-699f-1d49-87d4-3ecec4bb2d19-2685b0e4, #w-node-_420b0292-6095-d324-9d0f-3be8ea57217d-2685b0e9, #w-node-_51f3ac4e-22e8-b37b-0d99-10e8b9b698c3-2685b0eb, #w-node-df9d7356-0ed3-b327-2c1a-7ea906e12784-2685b0fd, #w-node-c05ce919-f8d2-ca72-1bcc-b836d9fbce49-2685b0fe, #w-node-_0eb9c61e-990a-4410-dfa1-0fdd6a00abb8-2685b103, #w-node-b62c2f48-61e1-7d43-c294-4d75dd0876fc-2685b104, #w-node-_7f3d9353-4c30-55b2-b612-b125c26ab57f-2685b106, #w-node-aeba5206-521e-97fa-c8d8-38901b56bc89-2685b107, #w-node-d63ed546-012a-3556-c4f9-df13fb71c6c5-2685b11c, #w-node-_7082b529-f80e-bbf4-f263-3d3a12886566-2685b11d, #w-node-_2a77d7aa-39d1-8f15-522e-801a074ef825-85c34a21, #w-node-_69a175d7-6091-149a-d2ca-744dd248601b-4ad3d6a5, #w-node-_10ebc186-3964-22a7-16bd-923c490c0f0d-34d60fbc, #w-node-_6099f2f1-03b3-29b1-d9ef-a215cc8db2bc-9cd059b7, #w-node-_83df1b3c-6ccf-8f26-7af3-8c9ef212f83c-f89d562c, #w-node-_230c5172-f42c-0a72-2333-75e74f36447b-b79719c9, #w-node-dff338b6-1d5a-336a-26cf-76e83c95e121-1a5b70ec, #w-node-_698ce70e-b343-8892-a152-a103117f2079-1a5b8a27, #w-node-_979ce561-b039-8279-80aa-f407080d74fc-757978af, #w-node-_0244b924-e1dc-a5cf-0dd6-34ed2c9fa4a6-35800922, #w-node-_8be9f2a8-15fa-e3a7-b5c7-7c4c8ceb887c-a369bb80, #w-node-_0cf8225f-53c4-3918-5f18-53a476b96add-fbe5b25c, #w-node-_480b0582-288f-a1cc-e8cc-87505779d66f-3acdf345 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-abae1b1e-5bda-7747-d328-eea1b7a4882e-2685b0d1, #w-node-_51f3ac4e-22e8-b37b-0d99-10e8b9b698c3-2685b0eb, #w-node-_6099f2f1-03b3-29b1-d9ef-a215cc8db2bc-9cd059b7, #w-node-_83df1b3c-6ccf-8f26-7af3-8c9ef212f83c-f89d562c {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Papasans';
  src: url('../fonts/PapaSans-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Papasans Condensed';
  src: url('../fonts/PapaSans-MediumCondensed.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Papasans';
  src: url('../fonts/PapaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Papasans';
  src: url('../fonts/PapaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Italianplateno2';
  src: url('../fonts/ItalianPlateNo2-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Italianplateno2';
  src: url('../fonts/ItalianPlateNo2-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Italianplateno2';
  src: url('../fonts/ItalianPlateNo2-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}