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

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

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

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

@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: 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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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.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: 15px;
  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 {
  background-color: #4fa684;
  border-radius: 0;
  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: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  max-width: 100%;
  margin-left: 0;
  margin-right: 20px;
  overflow: visible;
}

.slide.image {
  height: 560px;
}

.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;
}

.slider.hidden {
  display: none;
}

.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 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--send);
  justify-content: space-between;
  width: auto;
  margin-top: 0;
  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: 10px;
}

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

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

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

.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%;
  display: none;
}

.paragraph.combo {
  object-fit: fill;
  margin-bottom: 10px;
  font-size: 15px;
  display: block;
}

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

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

.paragraph.pizza, .paragraph.find-out {
  margin-bottom: 10px;
  display: block;
}

.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;
  margin-bottom: 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: 215.609px;
  margin-top: 0;
}

.frame-text-block.en {
  flex: 1;
  order: 0;
  height: 173.609px;
}

.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;
}

.button-green.papa-talk {
  margin-top: 10px;
}

.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 {
  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%;
}

.paragraph-2.safe.papa-talk {
  margin-top: 5px;
  margin-bottom: 5px;
}

.image {
  text-align: left;
  width: auto;
  height: 300px;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 0;
  font-weight: 400;
}

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

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

.div-block-8.papa-talk {
  padding-left: 0;
}

.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 {
  display: block;
}

.zero-contact-delivery.home {
  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-AZ-az.webp');
  background-position: 50%;
  background-size: cover;
  width: 1140px;
  height: 594px;
  padding-top: 100px;
}

.div-block-8-app.en {
  background-image: url('../images/phones-AZ-en.webp');
}

.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;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.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, .container-5.steps.ru {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.container-5.steps.ru._3 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 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;
  line-height: 125%;
}

.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;
}

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

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

.link._1 {
  min-width: 165px;
}

.link._2 {
  min-width: 100px;
}

.our-company {
  width: auto;
  margin-right: 100px;
}

.our-food {
  width: auto;
  margin-right: 60px;
}

.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;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  margin-bottom: 40px;
  display: grid;
}

.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 {
  margin-right: 100px;
}

.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;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.quality-seal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.verification {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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;
}

.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;
  margin-bottom: 60px;
}

.vegetables {
  margin-top: 60px;
}

.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;
  text-align: left;
  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 {
  width: 30px;
}

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

.link-block-4 {
  width: 25px;
  max-width: 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;
}

.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;
}

.order-now {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--yellow);
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 50%;
  margin-top: 0;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .555s, opacity .2s;
  display: flex;
  position: static;
}

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

.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: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  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;
}

.link-legacy.small {
  line-height: 120%;
}

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

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

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

.footer-legacy-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  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 {
  align-self: center;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-end;
  width: 100%;
  display: grid;
}

.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;
}

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

.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;
}

.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.hide {
  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: Papasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.language-option.w--current {
  color: var(--sea-green);
  font-family: Papasans, 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, .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: 670px;
  margin-top: 140px;
  display: block;
}

.slider-top-mobile-2.test._2 {
  display: none;
}

.slider-top-mobile-2.en {
  height: 670px;
  margin-top: 140px;
  display: block;
}

.slide-nav-2 {
  color: #383e59;
  background-color: #fff;
  width: auto;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 9px;
  display: block;
  top: 620px;
}

.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;
  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%;
  display: block;
}

.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.green {
  color: #2d5d2a;
  font-size: 48px;
}

.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: 900px;
}

.div-block-56.ru {
  width: 40%;
}

.div-block-56._2 {
  max-width: 750px;
}

.div-block-56.contact-1 {
  max-width: 900px;
}

.div-block-56.hidden {
  display: none;
}

.div-block-56.button-only {
  margin-top: 320px;
  margin-left: 24px;
  margin-right: 0;
}

.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-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(157deg, #0000004d, #0000), url('../images/slider-2.png'), linear-gradient(#cfeb0b, #cfeb0b);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  border-radius: 0;
  overflow: visible;
}

.blue.test3 {
  background-color: var(--sea-green);
  background-image: url('../images/slider-3-2.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue.test3.arabic3 {
  background-image: url('../images/slider-3-arabic.png');
}

.blue.arabic {
  background-image: url('../images/slider-1-arabic.png');
}

.blue.test2-delivery {
  background-color: #f3d03e;
  background-image: url('../images/slider-4.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue.test3-delivery {
  background-image: url('../images/slider-5.png');
  background-position: 0%;
  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._1 {
  background-image: url('../images/карусель-4.png');
}

.blue._2 {
  background-image: url('../images/карусель-3.png');
}

.blue._3 {
  background-image: url('../images/карусель-2.png');
}

.blue._4 {
  background-image: url('../images/карусель-1-.png');
}

.blue._5 {
  background-image: url('../images/карусель-5.png');
}

.blue.bolbol {
  background-image: url('../images/slider-bolbol.png');
}

.blue.join-our-team {
  background-image: url('../images/Vakansiya-1260x560.png');
}

.blue.pizza-party {
  background-image: url('../images/Pizza-Party-esas-1260x560.png');
}

.blue.poppers {
  background-image: url('../images/kichik-qarishiq-et-and-poppers-1260x560.png');
}

.blue.italy {
  background-image: url('../images/iki-boyuk-litl-italiya-and-4-pendir-1260x560.png');
}

.blue.karnaval {
  background-image: url('../images/cola-karnaval-1260x560.png');
}

.blue.mushroom {
  background-image: url('../images/desktop-az.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  overflow: visible;
}

.blue.mushroom-en {
  background-image: url('../images/desktop-en.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  overflow: visible;
}

.blue.halloween {
  background-image: url('../images/1260x560-Halloween-KOmbo-str-2024.png');
}

.blue.new-orleans {
  background-image: url('../images/1260x560-orta-new-orleans-demo.png');
}

.blue.criispy {
  background-image: url('../images/1260x560-Cola-Crispy-cheese-klassik-pepperoni.png');
}

.blue.ranch-chiken {
  background-image: url('../images/1260x560-Kichik-chiken-ranch-and-pepperoni-rolls-Bolt.png');
}

.blue.pizza-party-7 {
  background-image: url('../images/pizza-party-7-1260x560.png');
}

.blue.pizza-party-10 {
  background-image: url('../images/pizza-party-10-1260x560.png');
}

.blue.pizza-party-15 {
  background-image: url('../images/pizza-party-15-1260x560.png');
}

.blue.black-friday {
  background-image: url('../images/1260x560-Black-Friday-2024.png');
}

.blue.chicken-bbq {
  background-image: url('../images/1260x560-orta-chiken-bbq-klassik-pepperoni.png');
}

.blue.mexican {
  background-image: url('../images/1260X560-Kichik-meksika-and-hot-spaysi.png');
}

.blue.western {
  background-image: url('../images/1260x560-iki-boyuk-vestern-bbq-papa-miks.png');
}

.blue.ranch {
  background-image: url('../images/1260x560-kichik-crispy-chiken-ranch1.png');
}

.blue.crispy {
  background-image: url('../images/1260x560---kichik-crispy-cheese-4-pendir.png');
}

.blue.two-large {
  background-image: url('../images/1260x560---iki-boyuk-chiken-bbq-cheddar-burger.png');
}

.blue.spicy {
  background-image: url('../images/1260x560-kichik-acili-italiya-and-4-pendir.png');
}

.blue.ch-ranch {
  background-image: url('../images/1260x560-kichik-chiken-ranch-yango.png');
}

.blue.crispy-pep {
  background-image: url('../images/1260x560-crispy-cheese-and-Pepperoni-Rolls-redbull.png');
}

.blue.valentin {
  background-image: url('../images/1260x560-Valentin.png');
}

.blue.su-chershenbesi {
  background-image: url('../images/1260x560-su-chershenbesi.png');
}

.blue.od-chershenbe {
  background-image: url('../images/1260x560-Od-chershenbesi-1.png');
}

.blue.crispy-pepp {
  background-image: url('../images/1260x560-kichik-crispy-pepperoni-and-chiken-gobelek.png');
}

.blue.two-large-am {
  background-image: url('../images/1260x560-Iki-Boyuk-Amerikan-Hot-and-chiken-bbq.png');
}

.blue.iftar-menu {
  background-image: url('../images/1260x560-Razamaz-feed-2025.png');
}

.blue.rustic {
  background-image: url('../images/1260x560-Yango-Kichik-Rastik-and-poppers.png');
}

.blue._8-mart {
  background-image: url('../images/8-mart-1260x560.jpg');
}

.blue.yel {
  background-image: url('../images/1260x560-yel-chershenbesi.png');
}

.blue.nizami {
  background-image: url('../images/1260x560-nizami.png');
}

.blue.welcome {
  background-image: url('../images/1260x560-tetbiq.png');
}

.blue.torpaq {
  background-image: url('../images/1260x560-Torpaq-chershenbesi.png');
}

.blue.mix {
  background-image: url('../images/1260x560-Iki-Boyuk-new-orleans-papa-miks.png');
}

.blue.spicyranch {
  background-image: url('../images/1260x560---kichik-Hot--Spaysi---chiken-Ranç.png');
}

.blue.bbq {
  background-image: url('../images/1260x560---Yango-Kichik-chiken-bbq-and-cheddar-rolls.png');
}

.blue.star-pizza {
  background-image: url('../images/1260x560---ulduz.png');
}

.blue.parmesan {
  background-image: url('../images/1260x560-Cola-orta-Çiken-Parmezan--Vegetarian.png');
}

.blue.two-pep-marg {
  background-image: url('../images/1260x560-Iki-Boyuk-crispy-cheese-pepperoni-margarita.png');
}

.blue.mushroom {
  background-image: url('../images/1260x560-kichik-Çiken-Göbələk--Klassik-1-Pepperoni-Bolt.png');
}

.blue.mexica {
  background-image: url('../images/1260x560---Yango-Kichik-meksika-pepperoni-rolls.png');
}

.blue.press {
  background-image: url('../images/1260x560-yashin-qeder-endirim3.png');
}

.blue.crescent {
  background-image: url('../images/1260x560-crescent-Mall-1-il.png');
}

.blue.orleans {
  background-image: url('../images/1260x560-Cola-orta-amerikan-hot-nyu-orleans.png');
}

.blue.two-mix-greek {
  background-image: url('../images/1260x560-Iki-Boyuk-papa-miks-yunan.png');
}

.blue.rustic-hot {
  background-image: url('../images/1260x560-kichik-rastik-hot-and-spaysi.png');
}

.blue.carnival {
  background-image: url('../images/1260x560-Yango-Kichik-karnaval-pendirli-chubuqlar1.png');
}

.blue.ba-lara {
  background-image: url('../images/papadan-Baglara-1260x560-2025.png');
}

.blue.parklara {
  background-image: url('../images/papadan-parklara1260x560-2025.png');
}

.blue.imerliklere {
  background-image: url('../images/papadan-chimerliklere-1260x560-2025.png');
}

.blue.pepveg {
  background-image: url('../images/1260x560-Cola-orta-Klassik-Pepperoni-and-Vegetarian.png');
}

.blue.large-ranchmarg {
  background-image: url('../images/1260x560-Iki-Boyuk-Chiken-ranch-Marqarita-1.png');
}

.blue.mexicanitaly {
  background-image: url('../images/1260x560-Yango-Kichik-Liltl-Italiyaand-Meksika.png');
}

.blue.crispypep {
  background-image: url('../images/1260x560-Bolt-Crispy-pepperoni-and-pendirli-chubuqlar.png');
}

.blue.elmlar, .blue.test {
  background-image: url('../images/1260x560-elmler-1-il.png');
}

.blue.rustic4cheese {
  background-image: url('../images/1260x560-Cola-orta-4-pendir-Rastik.png');
}

.blue.largecarnivalgreek {
  background-image: url('../images/1260x560-Iki-Boyuk-karnaval-yunan.png');
}

.blue.chickenparmesan {
  background-image: url('../images/1260x560---Bolt-str-kichik-chiken-parmesan-amerikan-hot.png');
}

.blue.bbqchiken {
  background-image: url('../images/1260x560-Yango-Kichik-chiken-bbq-pendirli-chubuqlar.png');
}

.blue.papamiks {
  background-image: url('../images/1260x560-dondurmali-miks-2025.png');
}

.blue.amerhm {
  background-image: url('../images/1260x560-Cola-orta-amerikan-hot-meksika.png');
}

.blue.largecrpep {
  background-image: url('../images/1260x560-Iki-Boyuk-crispy-pepperoni-4-pendir.png');
}

.blue.papmix {
  background-image: url('../images/1260x560-red-bull-papa-miks.png');
}

.blue.ranchcarn {
  background-image: url('../images/1260x560-Bolt-kichik-chiken-ranch-karnaval.png');
}

.blue.school {
  background-image: url('../images/1260x560Yango-yeniden-derslere1.png');
}

.blue.narimanov {
  background-image: url('../images/1260x560---nerimanov-1-il.png');
}

.blue._4cheeserus {
  background-image: url('../images/1260x560-Cola-orta-4-pendir-Rastik-chiken-bbq.png');
}

.blue._2largemixchicken {
  background-image: url('../images/1260x560-Iki-Boyuk-papa-miks-chiken-chiburger.png');
}

.blue.crispypepbbq {
  background-image: url('../images/1260x560-azersud-pepperoni-and-chiken-bbq.png');
}

.blue.superpapa {
  background-image: url('../images/1260x560-Bolt-kichik-super-papa-chiken-poppers-bbq.png');
}

.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;
  background-image: url('../images/slider-2.png');
  background-position: 0 0;
  background-size: auto;
  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: none;
  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.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: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: visible;
}

.image-40 {
  border-radius: 20px;
}

.link-14, .link-15, .link-16 {
  display: inline-block;
}

.form-message {
  font-family: Papasans, sans-serif;
}

.link-17, .link-18, .link-19 {
  display: inline;
}

.image-41 {
  width: 40px;
}

.halal-social {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.heading-2-cookies-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 160%;
}

.list-5 {
  margin-top: 10px;
  padding-left: 20px;
}

.bold-text-28 {
  font-weight: 900;
}

.div-block-65 {
  background-color: #f5e8dc;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 30px;
  display: block;
}

.div-block-65.legal {
  padding-top: 20px;
}

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

.heading-30.legal {
  margin-top: 20px;
}

.list-item-6, .list-item-7 {
  font-family: Papasans, sans-serif;
}

.paragraph-4 {
  color: #000;
  text-align: left;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.list-6 {
  margin-top: 10px;
  padding-left: 20px;
}

.bold-text-29 {
  font-weight: 900;
}

.div-block-66 {
  background-color: #f5e8dc;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 30px;
  display: block;
}

.div-block-66.legal {
  padding-top: 20px;
}

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

.heading-31.legal {
  margin-top: 20px;
}

.list-item-8, .list-item-9 {
  font-family: Papasans, sans-serif;
}

.paragraph-5, .paragraph-6 {
  color: #000;
  text-align: left;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.div-block-67 {
  background-color: #f5e8dc;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 30px;
  display: block;
}

.div-block-67.legal {
  padding-top: 20px;
}

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

.heading-32.legal {
  margin-top: 20px;
}

.paragraph-7 {
  color: #000;
  text-align: left;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.list-7 {
  margin-top: 10px;
  padding-left: 20px;
}

.list-item-10, .list-item-11 {
  font-family: Papasans, sans-serif;
}

.link-20 {
  display: inline;
}

.frame-text-and-link-block {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.footer-links {
  display: flex;
}

.papa-rewards-ru {
  background-image: url('../images/5249232025158807753.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 360px;
  overflow: hidden;
}

.image-43, .combo-image {
  border-radius: 15px;
}

.see-more-offer {
  background-color: var(--yellow);
  color: var(--black);
  text-align: center;
  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: 15px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
}

.see-more-offer:hover {
  color: var(--black);
  background-color: #0000;
}

.see-more-offer.ru {
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.grid {
  grid-row-gap: 16px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". Area"
                 / 1fr;
}

.quick-stack {
  grid-column-gap: 35px;
  grid-row-gap: 30px;
}

.offers {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5e8dc;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 20px;
  display: flex;
}

.url-see-more {
  display: inline;
}

.button-about {
  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-about:hover {
  color: #000;
  background-color: #fff;
}

.button-about.w--current {
  display: none;
}

.button-about._2 {
  margin-top: 0;
}

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

.button-6-copy {
  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-copy:hover {
  color: #000;
  background-color: #fff;
}

.button-6-copy.w--current {
  display: none;
}

.button-6-copy._2 {
  margin-top: 0;
}

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

.bold-text-30 {
  font-family: Papasans, sans-serif;
}

.papa-rewards-logo {
  text-align: left;
  width: 240px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 0;
  font-weight: 400;
}

.btns {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.more {
  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%;
  display: none;
}

.more.combo {
  object-fit: fill;
  margin-bottom: 10px;
  font-size: 15px;
  display: block;
}

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

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

.more.pizza, .more.find-out {
  margin-bottom: 10px;
}

.more-btn {
  background-color: var(--send);
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  align-items: stretch;
  width: 50%;
  max-width: 50%;
  margin-top: 0;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all .555s, opacity .2s;
  display: flex;
}

.more-btn:hover {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  color: var(--black);
}

.more-btn.ru {
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.image-44, .image-45 {
  border-radius: 20px;
}

.image-46 {
  border-radius: 20px;
  display: block;
}

.offer-text-block {
  height: auto;
  margin-top: 0;
}

.offer-text-block.type-1, .offer-text-block.type-6, .offer-text-block.type-10 {
  height: auto;
}

.frame-text-block-type-2 {
  height: auto;
  margin-top: 0;
}

.frame-text-block-type-2.en {
  flex: 1;
  height: 200px;
}

.btns-en {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.more-en {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--send);
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 50%;
  margin-top: 0;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .555s, opacity .2s;
  display: flex;
}

.more-en:hover {
  background-color: var(--white);
  color: var(--black);
}

.more-en.ru {
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.image-47 {
  border-radius: 20px;
}

.order-now-long {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  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;
  align-items: center;
  width: 50%;
  max-width: 50%;
  margin-top: 0;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .555s, opacity .2s;
  display: flex;
}

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

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

.div-block-68 {
  height: 200px;
}

.image-48 {
  border-radius: 20px;
}

.btn-more {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.btn-more-en {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.div-block-pizzas.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-pizzas.ingredients-grid._1-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-pizzas.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-pizzas.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-pizzas.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;
}

.more-btn-pizza {
  background-color: var(--send);
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  align-items: stretch;
  width: 50%;
  max-width: 50%;
  margin-top: 0;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all .555s, opacity .2s;
  display: flex;
}

.more-btn-pizza:hover {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  color: var(--black);
}

.more-btn-pizza.ru {
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.more-en-pizza {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--send);
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 50%;
  margin-top: 0;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .555s, opacity .2s;
  display: flex;
}

.more-en-pizza:hover {
  background-color: var(--white);
  color: var(--black);
}

.more-en-pizza.ru {
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.image-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.button-to-offer-en {
  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-to-offer-en:hover {
  color: #000;
  background-color: #fff;
}

.button-to-offer-en.w--current {
  display: none;
}

.button-to-offer-en._2 {
  margin-top: 0;
}

.button-to-offer-en.ru {
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.button-to-offer {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #cfeb0b;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
  display: block;
}

.button-to-offer:hover {
  color: #000;
  background-color: #fff;
}

.button-to-offer.w--current {
  display: none;
}

.button-to-offer._2 {
  margin-top: 0;
}

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

.image-49, .image-50, .image-51, .image-52, .image-53, .image-54, .image-55, .image-56, .image-57 {
  border-radius: 20px;
}

.papa-rewards-az {
  background-image: url('../images/5249232025158807753.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 360px;
  overflow: hidden;
}

.image-58, .image-59, .image-60, .image-61, .image-62, .image-63, .image-64, .image-65, .image-66, .image-67, .image-68, .image-69, .image-70, .image-71, .image-72, .image-73, .image-74, .image-75 {
  border-radius: 20px;
}

.image-76 {
  height: auto;
  margin-left: 0;
  padding-left: 0;
}

.div-block-70 {
  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-70.green {
  max-width: 600px;
}

.div-block-70._3 {
  max-width: 900px;
}

.div-block-70.ru {
  width: 40%;
}

.div-block-70._2 {
  max-width: 750px;
}

.div-block-70.contact-1 {
  max-width: 900px;
}

.div-block-70.hidden {
  display: none;
}

.div-block-70.button-only {
  margin-top: 320px;
  margin-left: 24px;
}

.button-to-see-more {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #cfeb0b;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 60px;
  margin-left: 400px;
  margin-right: 0;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
  display: block;
}

.button-to-see-more:hover {
  color: #000;
  background-color: #fff;
}

.button-to-see-more.w--current {
  display: none;
}

.button-to-see-more._2 {
  margin-top: 0;
}

.button-to-see-more.ru {
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.button-to-see-more-en {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #cfeb0b;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 60px;
  margin-left: 400px;
  margin-right: 0;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
  display: block;
}

.button-to-see-more-en:hover {
  color: #000;
  background-color: #fff;
}

.button-to-see-more-en.w--current {
  display: none;
}

.button-to-see-more-en._2 {
  margin-top: 0;
}

.button-to-see-more-en.ru {
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.div-block-center {
  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-center.green {
  max-width: 600px;
}

.div-block-center._3 {
  max-width: 900px;
}

.div-block-center.ru {
  width: 40%;
}

.div-block-center._2 {
  max-width: 750px;
}

.div-block-center.contact-1 {
  max-width: 900px;
}

.div-block-center.hidden {
  display: none;
}

.div-block-center.button-only {
  margin-top: 320px;
  margin-left: 260px;
  margin-right: 0;
}

.div-block-center-en {
  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-center-en.green {
  max-width: 600px;
}

.div-block-center-en._3 {
  max-width: 900px;
}

.div-block-center-en.ru {
  width: 40%;
}

.div-block-center-en._2 {
  max-width: 750px;
}

.div-block-center-en.contact-1 {
  max-width: 900px;
}

.div-block-center-en.hidden {
  display: none;
}

.div-block-center-en.button-only {
  margin-top: 320px;
  margin-left: 260px;
  margin-right: 0;
}

.image-77 {
  width: 70px;
  max-width: none;
  height: auto;
  max-height: none;
}

.div-block-korp50 {
  width: 900px;
  padding-left: 20px;
  padding-right: 0;
}

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

.div-block-korp50.papa-talk {
  padding-left: 0;
}

.div-block-71 {
  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-71.green {
  max-width: 600px;
}

.div-block-71._3 {
  max-width: 900px;
}

.div-block-71.ru {
  width: 40%;
}

.div-block-71._2 {
  max-width: 750px;
}

.div-block-71.contact-1 {
  max-width: 900px;
}

.div-block-71.hidden {
  display: none;
}

.div-block-71.button-only {
  margin-top: 320px;
  margin-left: 24px;
}

.button-to-see-more-press {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #cfeb0b;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
  display: block;
}

.button-to-see-more-press:hover {
  color: #000;
  background-color: #fff;
}

.button-to-see-more-press.w--current {
  display: none;
}

.button-to-see-more-press._2 {
  margin-top: 0;
}

.button-to-see-more-press.ru {
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.button-to-see-more-press-en {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #cfeb0b;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
  display: block;
}

.button-to-see-more-press-en:hover {
  color: #000;
  background-color: #fff;
}

.button-to-see-more-press-en.w--current {
  display: none;
}

.button-to-see-more-press-en._2 {
  margin-top: 0;
}

.button-to-see-more-press-en.ru {
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.div-block-press {
  width: 900px;
  padding-left: 20px;
  padding-right: 0;
}

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

.div-block-press.papa-talk {
  padding-left: 0;
}

.allergens-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;
}

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

.allergens-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;
}

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

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

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

.allergens {
  margin-top: 170px;
}

.div-block-72 {
  height: 10px;
}

.allergen-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;
}

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

.allergen-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;
}

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

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

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

.allergen {
  margin-top: 170px;
}

.button-to-see-more-company {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #cfeb0b;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
  display: block;
}

.button-to-see-more-company:hover {
  color: #000;
  background-color: #fff;
}

.button-to-see-more-company.w--current {
  display: none;
}

.button-to-see-more-company._2 {
  margin-top: 0;
}

.button-to-see-more-company.ru {
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.button-to-see-more-company-en {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #cfeb0b;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
  display: block;
}

.button-to-see-more-company-en:hover {
  color: #000;
  background-color: #fff;
}

.button-to-see-more-company-en.w--current {
  display: none;
}

.button-to-see-more-company-en._2 {
  margin-top: 0;
}

.button-to-see-more-company-en.ru {
  padding-top: 6px;
  padding-bottom: 4px;
  font-family: Rubik, sans-serif;
}

.button-to-papadan {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #cfeb0b;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 20px;
  font-family: Papasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s, opacity .2s;
  display: block;
}

.button-to-papadan:hover {
  color: #000;
  background-color: #fff;
}

.button-to-papadan.w--current {
  display: none;
}

.button-to-papadan._2 {
  margin-top: 0;
}

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

.blue-copy {
  background-image: url('../images/slider-1.png');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 20px;
}

.blue-copy.test2 {
  background-image: linear-gradient(157deg, #0000004d, #0000), url('../images/slider-2.png'), linear-gradient(#cfeb0b, #cfeb0b);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  border-radius: 0;
  overflow: visible;
}

.blue-copy.test3 {
  background-color: var(--sea-green);
  background-image: url('../images/slider-3-2.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue-copy.test3.arabic3 {
  background-image: url('../images/slider-3-arabic.png');
}

.blue-copy.arabic {
  background-image: url('../images/slider-1-arabic.png');
}

.blue-copy.test2-delivery {
  background-color: #f3d03e;
  background-image: url('../images/slider-4.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue-copy.test3-delivery {
  background-image: url('../images/slider-5.png');
  background-position: 0%;
  background-size: cover;
}

.blue-copy.test3-delivery.arabic3 {
  background-image: url('../images/slider-3-arabic.png');
}

.blue-copy.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-copy.test3-ar-delivery {
  background-image: url('../images/slider-3-2.png');
  background-position: 50%;
  background-size: cover;
}

.blue-copy.test3-ar-delivery.arabic3 {
  background-image: url('../images/slider-5-arabic.png');
}

.blue-copy._1 {
  background-image: url('../images/карусель-4.png');
}

.blue-copy._2 {
  background-image: url('../images/карусель-3.png');
}

.blue-copy._3 {
  background-image: url('../images/карусель-2.png');
}

.blue-copy._4 {
  background-image: url('../images/карусель-1-.png');
}

.blue-copy._5 {
  background-image: url('../images/карусель-5.png');
}

.blue-copy.bolbol {
  background-image: url('../images/slider-bolbol.png');
}

.blue-copy.join-our-team {
  background-image: url('../images/Vakansiya-1260x560.png');
}

.blue-copy.pizza-party {
  background-image: url('../images/Pizza-Party-esas-1260x560.png');
}

.blue-copy.poppers {
  background-image: url('../images/kichik-qarishiq-et-and-poppers-1260x560.png');
}

.blue-copy.italy {
  background-image: url('../images/iki-boyuk-litl-italiya-and-4-pendir-1260x560.png');
}

.blue-copy.karnaval {
  background-image: url('../images/cola-karnaval-1260x560.png');
}

.blue-copy.mushroom {
  background-image: url('../images/desktop-az.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  overflow: visible;
}

.blue-copy.mushroom-en {
  background-image: url('../images/desktop-en.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  overflow: visible;
}

.blue-copy.halloween {
  background-image: url('../images/1260x560-Halloween-KOmbo-str-2024.png');
}

.blue-copy.new-orleans {
  background-image: url('../images/1260x560-orta-new-orleans-demo.png');
}

.blue-copy.criispy {
  background-image: url('../images/1260x560-Cola-Crispy-cheese-klassik-pepperoni.png');
}

.blue-copy.ranch-chiken {
  background-image: url('../images/1260x560-Kichik-chiken-ranch-and-pepperoni-rolls-Bolt.png');
}

.blue-copy.pizza-party-7 {
  background-image: url('../images/pizza-party-7-1260x560.png');
}

.blue-copy.pizza-party-10 {
  background-image: url('../images/pizza-party-10-1260x560.png');
}

.blue-copy.pizza-party-15 {
  background-image: url('../images/pizza-party-15-1260x560.png');
}

.blue-copy.black-friday {
  background-image: url('../images/1260x560-Black-Friday-2024.png');
}

.blue-copy.chicken-bbq {
  background-image: url('../images/1260x560-orta-chiken-bbq-klassik-pepperoni.png');
}

.blue-copy.mexican {
  background-image: url('../images/1260X560-Kichik-meksika-and-hot-spaysi.png');
}

.blue-copy.western {
  background-image: url('../images/1260x560-iki-boyuk-vestern-bbq-papa-miks.png');
}

.blue-copy.ranch {
  background-image: url('../images/1260x560-kichik-crispy-chiken-ranch1.png');
}

.blue-copy.crispy {
  background-image: url('../images/1260x560---kichik-crispy-cheese-4-pendir.png');
}

.blue-copy.two-large {
  background-image: url('../images/1260x560---iki-boyuk-chiken-bbq-cheddar-burger.png');
}

.blue-copy.spicy {
  background-image: url('../images/1260x560-kichik-acili-italiya-and-4-pendir.png');
}

.blue-copy.ch-ranch {
  background-image: url('../images/1260x560-kichik-chiken-ranch-yango.png');
}

.blue-copy.crispy-pep {
  background-image: url('../images/1260x560-crispy-cheese-and-Pepperoni-Rolls-redbull.png');
}

.blue-copy.valentin {
  background-image: url('../images/1260x560-Valentin.png');
}

.blue-copy.su-chershenbesi {
  background-image: url('../images/1260x560-su-chershenbesi.png');
}

.blue-copy.od-chershenbe {
  background-image: url('../images/1260x560-Od-chershenbesi-1.png');
}

.blue-copy.crispy-pepp {
  background-image: url('../images/1260x560-kichik-crispy-pepperoni-and-chiken-gobelek.png');
}

.blue-copy.two-large-am {
  background-image: url('../images/1260x560-Iki-Boyuk-Amerikan-Hot-and-chiken-bbq.png');
}

.blue-copy.iftar-menu {
  background-image: url('../images/1260x560-Razamaz-feed-2025.png');
}

.blue-copy.rustic {
  background-image: url('../images/1260x560-Yango-Kichik-Rastik-and-poppers.png');
}

.blue-copy._8-mart {
  background-image: url('../images/8-mart-1260x560.jpg');
}

.blue-copy.yel {
  background-image: url('../images/1260x560-yel-chershenbesi.png');
}

.blue-copy.nizami {
  background-image: url('../images/1260x560-nizami.png');
}

.blue-copy.welcome {
  background-image: url('../images/1260x560-tetbiq.png');
}

.blue-copy.torpaq {
  background-image: url('../images/1260x560-Torpaq-chershenbesi.png');
}

.blue-copy.mix {
  background-image: url('../images/1260x560-Iki-Boyuk-new-orleans-papa-miks.png');
}

.blue-copy.spicyranch {
  background-image: url('../images/1260x560---kichik-Hot--Spaysi---chiken-Ranç.png');
}

.blue-copy.bbq {
  background-image: url('../images/1260x560---Yango-Kichik-chiken-bbq-and-cheddar-rolls.png');
}

.blue-copy.star-pizza {
  background-image: url('../images/1260x560---ulduz.png');
}

.blue-copy.parmesan {
  background-image: url('../images/1260x560-Cola-orta-Çiken-Parmezan--Vegetarian.png');
}

.blue-copy.two-pep-marg {
  background-image: url('../images/1260x560-Iki-Boyuk-crispy-cheese-pepperoni-margarita.png');
}

.blue-copy.mushroom {
  background-image: url('../images/1260x560-kichik-Çiken-Göbələk--Klassik-1-Pepperoni-Bolt.png');
}

.blue-copy.mexica {
  background-image: url('../images/1260x560---Yango-Kichik-meksika-pepperoni-rolls.png');
}

.blue-copy.press {
  background-image: url('../images/1260x560-yashin-qeder-endirim3.png');
}

.blue-copy.crescent {
  background-image: url('../images/1260x560-crescent-Mall-1-il.png');
}

.blue-copy.orleans {
  background-image: url('../images/1260x560-Cola-orta-amerikan-hot-nyu-orleans.png');
}

.blue-copy.two-mix-greek {
  background-image: url('../images/1260x560-Iki-Boyuk-papa-miks-yunan.png');
}

.blue-copy.rustic-hot {
  background-image: url('../images/1260x560-kichik-rastik-hot-and-spaysi.png');
}

.blue-copy.carnival {
  background-image: url('../images/1260x560-Yango-Kichik-karnaval-pendirli-chubuqlar1.png');
}

.blue-copy.ba-lara {
  background-image: url('../images/papadan-Baglara-1260x560-2025.png');
}

.blue-copy.parklara {
  background-image: url('../images/papadan-parklara1260x560-2025.png');
}

.blue-copy.imerliklere {
  background-image: url('../images/papadan-chimerliklere-1260x560-2025.png');
}

.blue-copy.pepveg {
  background-image: url('../images/1260x560-Cola-orta-Klassik-Pepperoni-and-Vegetarian.png');
}

.blue-copy.large-ranchmarg {
  background-image: url('../images/1260x560-Iki-Boyuk-Chiken-ranch-Marqarita-1.png');
}

.blue-copy.mexicanitaly {
  background-image: url('../images/1260x560-Yango-Kichik-Liltl-Italiyaand-Meksika.png');
}

.blue-copy.crispypep {
  background-image: url('../images/1260x560-Bolt-Crispy-pepperoni-and-pendirli-chubuqlar.png');
}

.blue-copy.elmlar {
  background-image: url('../images/1260x560-elmler-1-il.png');
}

.blue-3 {
  background-image: url('../images/slider-2-1.png');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 20px;
}

.blue-3.video {
  background-image: none;
  border-radius: 0;
  overflow: visible;
}

.background-video {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

@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;
  }

  .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: 317px;
  }

  .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;
  }

  .slide.image {
    max-width: 100%;
    height: 317px;
  }

  .slider {
    height: auto;
  }

  .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: 713px;
    height: auto;
    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.meats.hide {
    display: none;
  }

  .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;
    grid-template-rows: auto;
  }

  .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;
  }

  .frame-text-block {
    height: 189.609px;
  }

  .frame-text-block.en {
    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;
  }

  .heading-3.papa-talk {
    margin-top: 0;
    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;
  }

  .feedback.papa-talk {
    align-items: flex-start;
  }

  .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 {
    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;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 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;
  }

  .link._1 {
    min-width: 150px;
  }

  .our-company {
    margin-right: 40px;
  }

  .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: 40px;
  }

  .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: 20px;
  }

  .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 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: block;
  }

  .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;
    display: none;
  }

  .nav-link-delivery.w--current {
    color: var(--sea-green);
  }

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

  .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;
  }

  .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;
  }

  .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;
  }

  .nav-link-faq._2 {
    padding-bottom: 0;
  }

  .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: 160px;
    margin-bottom: 20px;
    margin-left: 15px;
    font-family: Papasans, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .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;
  }

  .order-now {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 140%;
  }

  .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;
  }

  .link-legacy.small {
    line-height: 120%;
  }

  .social-icons {
    align-self: flex-start;
  }

  .footer-legacy-block {
    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;
  }

  .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;
  }

  .div-block-35 {
    border-radius: 20px;
  }

  .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;
    width: 130px;
    padding-bottom: 10px;
    font-family: Papasans, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .order-now-mobile:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .order-now-mobile.ru {
    padding-bottom: 9px;
    font-family: Rubik, sans-serif;
  }

  .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 {
    height: auto;
    margin-top: 80px;
  }

  .slider-top-mobile-2.test, .slider-top-mobile-2.en {
    height: 400px;
    margin-top: 110px;
  }

  .slide-nav-2 {
    top: 343px;
  }

  .text-block-17 {
    margin-bottom: 0;
    font-size: 42px;
  }

  .text-block-17.pizza-long {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .text-block-17.long {
    margin-bottom: 0;
    font-size: 42px;
  }

  .text-block-17.vegan-short {
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-17.vegan-short.ru._2 {
    font-size: 30px;
  }

  .text-block-17.vegan-short.green {
    font-size: 36px;
  }

  .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._3 {
    max-width: 660px;
  }

  .div-block-56.ru {
    height: 360px;
    margin-top: 40px;
  }

  .div-block-56.ru._3 {
    width: 55%;
  }

  .div-block-56._2 {
    max-width: 600px;
  }

  .div-block-56.contact-2 {
    width: 460px;
  }

  .div-block-56.contact-3 {
    max-width: 500px;
  }

  .div-block-56.button-only {
    height: auto;
    margin-top: 170px;
    margin-left: 12px;
  }

  .blue {
    background-image: url('../images/slider-1.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue.test2 {
    background-image: url('../images/slider-2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue.test3 {
    background-image: url('../images/slider-3-2.png'), linear-gradient(#0000, #0000);
    background-position: 0%, 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.mushroom, .blue.mushroom-en {
    background-image: url('../images/slider-2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue.crispy-pepp {
    background-image: url('../images/1260x560-kichik-crispy-pepperoni-and-chiken-gobelek.png'), linear-gradient(#0000, #0000);
  }

  .blue.two-mix-greek, .blue.large-ranchmarg, .blue.largecarnivalgreek, .blue.largecrpep, .blue._2largemixchicken {
    background-image: url('../images/1260x560-Iki-Boyuk-papa-miks-yunan.png'), linear-gradient(to bottom, null, null);
  }

  .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.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-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-57, .div-block-58 {
    display: none;
  }

  .halal-social {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-65 {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-65.legal {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .heading-30 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-30.legal {
    margin-bottom: 10px;
  }

  .list-item-6, .list-item-7, .paragraph-4 {
    font-size: 14px;
  }

  .div-block-66 {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-66.legal {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .heading-31 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-31.legal {
    margin-bottom: 10px;
  }

  .list-item-8, .list-item-9, .paragraph-5, .paragraph-6 {
    font-size: 14px;
  }

  .div-block-67 {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-67.legal {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .heading-32 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-32.legal {
    margin-bottom: 10px;
  }

  .paragraph-7, .list-item-10, .list-item-11 {
    font-size: 14px;
  }

  .see-more-offer {
    font-size: 12px;
    line-height: 140%;
  }

  .offers {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    margin-top: 40px;
    padding: 40px 20px;
  }

  .offers.papa-talk {
    align-items: flex-start;
  }

  .button-about, .button-6-copy {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .papa-rewards-logo {
    max-width: 280px;
    height: auto;
  }

  .more {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .more-btn {
    font-size: 12px;
    line-height: 140%;
  }

  .offer-text-block {
    height: auto;
  }

  .offer-text-block.en, .frame-text-block-type-2, .frame-text-block-type-2.en {
    height: 189.609px;
  }

  .more-en {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 140%;
  }

  .order-now-long {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 140%;
  }

  .image-48 {
    border-radius: 20px;
  }

  .div-block-pizzas {
    justify-content: flex-start;
    width: 728px;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: visible;
  }

  .div-block-pizzas.ingredients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
  }

  .div-block-pizzas.pizza-main {
    margin-bottom: 0;
  }

  .div-block-pizzas.dough {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .more-btn-pizza {
    font-size: 12px;
    line-height: 140%;
  }

  .more-en-pizza {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 140%;
  }

  .button-to-offer-en, .button-to-offer {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-70 {
    max-width: none;
    height: 400px;
    margin-top: 0;
    margin-left: 20px;
  }

  .div-block-70.green.ru {
    height: 370px;
    margin-top: 30px;
  }

  .div-block-70._3 {
    max-width: 660px;
  }

  .div-block-70.ru {
    height: 360px;
    margin-top: 40px;
  }

  .div-block-70.ru._3 {
    width: 55%;
  }

  .div-block-70._2 {
    max-width: 600px;
  }

  .div-block-70.contact-2 {
    width: 460px;
  }

  .div-block-70.contact-3 {
    max-width: 500px;
  }

  .div-block-70.button-only {
    height: auto;
    margin-top: 170px;
    margin-left: 12px;
  }

  .button-to-see-more, .button-to-see-more-en {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 240px;
  }

  .div-block-center {
    max-width: none;
    height: 400px;
    margin-top: 0;
    margin-left: 20px;
  }

  .div-block-center.green.ru {
    height: 370px;
    margin-top: 30px;
  }

  .div-block-center._3 {
    max-width: 660px;
  }

  .div-block-center.ru {
    height: 360px;
    margin-top: 40px;
  }

  .div-block-center.ru._3 {
    width: 55%;
  }

  .div-block-center._2 {
    max-width: 600px;
  }

  .div-block-center.contact-2 {
    width: 460px;
  }

  .div-block-center.contact-3 {
    max-width: 500px;
  }

  .div-block-center.button-only {
    height: auto;
    margin-top: 170px;
    margin-left: 150px;
  }

  .div-block-center-en {
    max-width: none;
    height: 400px;
    margin-top: 0;
    margin-left: 20px;
  }

  .div-block-center-en.green.ru {
    height: 370px;
    margin-top: 30px;
  }

  .div-block-center-en._3 {
    max-width: 660px;
  }

  .div-block-center-en.ru {
    height: 360px;
    margin-top: 40px;
  }

  .div-block-center-en.ru._3 {
    width: 55%;
  }

  .div-block-center-en._2 {
    max-width: 600px;
  }

  .div-block-center-en.contact-2 {
    width: 460px;
  }

  .div-block-center-en.contact-3 {
    max-width: 500px;
  }

  .div-block-center-en.button-only {
    height: auto;
    margin-top: 170px;
    margin-left: 150px;
  }

  .div-block-korp50 {
    width: auto;
    max-width: 400px;
    padding-left: 0;
  }

  .div-block-korp50.papa {
    padding-right: 20px;
  }

  .div-block-71 {
    max-width: none;
    height: 400px;
    margin-top: 0;
    margin-left: 20px;
  }

  .div-block-71.green.ru {
    height: 370px;
    margin-top: 30px;
  }

  .div-block-71._3 {
    max-width: 660px;
  }

  .div-block-71.ru {
    height: 360px;
    margin-top: 40px;
  }

  .div-block-71.ru._3 {
    width: 55%;
  }

  .div-block-71._2 {
    max-width: 600px;
  }

  .div-block-71.contact-2 {
    width: 460px;
  }

  .div-block-71.contact-3 {
    max-width: 500px;
  }

  .div-block-71.button-only {
    height: auto;
    margin-top: 170px;
    margin-left: 12px;
  }

  .button-to-see-more-press, .button-to-see-more-press-en {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .div-block-press {
    width: auto;
    max-width: 400px;
    padding-left: 0;
  }

  .div-block-press.papa {
    padding-right: 20px;
  }

  .allergens, .allergen {
    margin-top: 100px;
  }

  .button-to-see-more-company, .button-to-see-more-company-en, .button-to-papadan {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .blue-copy {
    background-image: url('../images/slider-1.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue-copy.test2 {
    background-image: url('../images/slider-2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue-copy.test3 {
    background-image: url('../images/slider-3-2.png'), linear-gradient(#0000, #0000);
    background-position: 0%, 0 0;
  }

  .blue-copy.test2-ar-delivery {
    background-image: url('../images/slider-2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue-copy.test3-ar-delivery {
    background-image: url('../images/slider-3-2.png'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
  }

  .blue-copy.mushroom, .blue-copy.mushroom-en {
    background-image: url('../images/slider-2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue-copy.crispy-pepp {
    background-image: url('../images/1260x560-kichik-crispy-pepperoni-and-chiken-gobelek.png'), linear-gradient(#0000, #0000);
  }

  .blue-copy.two-mix-greek, .blue-copy.large-ranchmarg {
    background-image: url('../images/1260x560-Iki-Boyuk-papa-miks-yunan.png'), linear-gradient(to bottom, null, null);
  }

  .blue-3 {
    background-image: url('../images/slider-1.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue-3.video {
    background-image: none;
    background-size: auto;
  }
}

@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: 100%;
    height: 230px;
  }

  .slide.delivery, .slide.pizza, .slide.vegan, .slide.delivery, .slide.delivery {
    max-width: 528px;
  }

  .slide.image {
    height: 230px;
  }

  .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;
  }

  .frame-text-block {
    height: auto;
  }

  .frame-text-block.en {
    height: 150.609px;
  }

  .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;
  }

  .paragraph-2.safe.papa-talk {
    text-align: left;
    padding-left: 0;
  }

  .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;
  }

  .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;
  }

  .container-5.steps.ru {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .container-5.steps.ru._3 {
    grid-template-rows: auto;
  }

  .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;
    margin-right: 20px;
  }

  .footer-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 1fr);
    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;
  }

  .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);
    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;
  }

  .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: 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: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 {
    max-width: 100%;
  }

  .image-31 {
    width: 24px;
    max-width: none;
    height: auto;
  }

  .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;
  }

  .text-block-quality {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .order-now {
    width: auto;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .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 {
    padding-top: 0;
  }

  .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;
  }

  .link-legacy.small {
    max-width: none;
  }

  .social-icons {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .footer-legacy-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .heading-29 {
    font-size: 18px;
  }

  .link-block-5, .link-block-6 {
    align-self: center;
    width: 23px;
    height: 23px;
  }

  .link-block-7 {
    align-self: center;
  }

  .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;
  }

  .order-now-mobile:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .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, .slider-top-mobile-2.en {
    height: 300px;
    margin-top: 60px;
  }

  .slide-nav-2 {
    padding-top: 10px;
    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;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
  }

  .text-block-17.vegan-short.green {
    font-size: 27px;
  }

  .div-block-56._3 {
    height: auto;
    margin-right: 20px;
  }

  .div-block-56.contact-2 {
    width: 320px;
  }

  .div-block-56.contact-3 {
    max-width: 400px;
  }

  .div-block-56.button-only {
    margin-top: 120px;
    margin-left: 10px;
  }

  .blue.test2 {
    background-image: url('../images/slider-2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue.test3 {
    background-image: url('../images/slider-3-2.png'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
  }

  .blue.test2-delivery {
    background-color: var(--gold);
    background-image: url('../images/slider-4-arabic.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto 120%;
  }

  .blue.test3-delivery {
    background-position: 40%;
  }

  .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.mushroom, .blue.mushroom-en {
    background-image: url('../images/slider-2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .button-6 {
    margin-top: 20px;
    font-size: 12px;
    line-height: 21px;
  }

  .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.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-column-gap: 20px;
    grid-row-gap: 20px;
    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;
  }

  .halal-social {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-items: end;
  }

  .image-42 {
    order: -1;
  }

  .heading-30 {
    font-size: 21px;
  }

  .list-item-6, .list-item-7, .paragraph-4 {
    font-size: 12px;
    line-height: 140%;
  }

  .heading-31 {
    font-size: 21px;
  }

  .list-item-8, .list-item-9, .paragraph-5, .paragraph-6 {
    font-size: 12px;
    line-height: 140%;
  }

  .heading-32 {
    font-size: 21px;
  }

  .paragraph-7, .list-item-10, .list-item-11 {
    font-size: 12px;
    line-height: 140%;
  }

  .offers {
    flex-flow: column;
    max-width: 528px;
    padding: 0 20px;
  }

  .button-about, .button-6-copy {
    margin-top: 20px;
    font-size: 12px;
    line-height: 21px;
  }

  .papa-rewards-logo, .papa-rewards-logo.about-ru {
    max-width: 100%;
  }

  .btns {
    flex-flow: column;
  }

  .more {
    font-size: 12px;
  }

  .more-btn {
    justify-content: center;
    align-items: stretch;
    width: auto;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .offer-text-block {
    height: auto;
  }

  .offer-text-block.en {
    height: 231.016px;
  }

  .frame-text-block-type-2 {
    height: 232.813px;
  }

  .frame-text-block-type-2.en {
    height: 231.016px;
  }

  .btns-en {
    flex-flow: column;
  }

  .more-en, .order-now-long {
    width: auto;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-48 {
    border-radius: 20px;
  }

  .btn-more, .btn-more-en {
    flex-flow: column;
  }

  .div-block-pizzas {
    justify-content: flex-start;
    width: auto;
    max-width: 528px;
    margin-top: 20px;
  }

  .div-block-pizzas.ingredients-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-pizzas.pizza-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .div-block-pizzas.dough {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .more-btn-pizza {
    justify-content: center;
    align-items: stretch;
    width: auto;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .more-en-pizza {
    width: auto;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-to-offer-en, .button-to-offer {
    margin-top: 20px;
    font-size: 12px;
    line-height: 21px;
  }

  .div-block-70._3 {
    height: auto;
    margin-right: 20px;
  }

  .div-block-70.contact-2 {
    width: 320px;
  }

  .div-block-70.contact-3 {
    max-width: 400px;
  }

  .div-block-70.button-only {
    margin-top: 120px;
    margin-left: 10px;
  }

  .button-to-see-more, .button-to-see-more-en {
    margin-top: 20px;
    margin-left: 180px;
    font-size: 12px;
    line-height: 21px;
  }

  .div-block-center._3 {
    height: auto;
    margin-right: 20px;
  }

  .div-block-center.contact-2 {
    width: 320px;
  }

  .div-block-center.contact-3 {
    max-width: 400px;
  }

  .div-block-center.button-only {
    margin-top: 120px;
    margin-left: 110px;
  }

  .div-block-center-en._3 {
    height: auto;
    margin-right: 20px;
  }

  .div-block-center-en.contact-2 {
    width: 320px;
  }

  .div-block-center-en.contact-3 {
    max-width: 400px;
  }

  .div-block-center-en.button-only {
    margin-top: 120px;
    margin-left: 110px;
  }

  .div-block-korp50 {
    max-width: none;
  }

  .div-block-korp50.papa {
    width: auto;
  }

  .div-block-71._3 {
    height: auto;
    margin-right: 20px;
  }

  .div-block-71.contact-2 {
    width: 320px;
  }

  .div-block-71.contact-3 {
    max-width: 400px;
  }

  .div-block-71.button-only {
    margin-top: 120px;
    margin-left: 10px;
  }

  .button-to-see-more-press, .button-to-see-more-press-en {
    margin-top: 20px;
    margin-left: 0;
    font-size: 12px;
    line-height: 21px;
  }

  .div-block-press {
    max-width: none;
  }

  .div-block-press.papa {
    width: auto;
  }

  .button-to-see-more-company, .button-to-see-more-company-en, .button-to-papadan {
    margin-top: 20px;
    margin-left: 0;
    font-size: 12px;
    line-height: 21px;
  }

  .blue-copy.test2 {
    background-image: url('../images/slider-2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue-copy.test3 {
    background-image: url('../images/slider-3-2.png'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
  }

  .blue-copy.test2-delivery {
    background-color: var(--gold);
    background-image: url('../images/slider-4-arabic.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto 120%;
  }

  .blue-copy.test3-delivery {
    background-position: 40%;
  }

  .blue-copy.test2-ar-delivery {
    background-image: url('../images/slider-2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue-copy.test3-ar-delivery {
    background-image: url('../images/slider-3-2.png'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
  }

  .blue-copy.mushroom, .blue-copy.mushroom-en {
    background-image: url('../images/slider-2.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .blue-3 {
    background-image: url('../images/slider-1.png');
    background-position: 25%;
    background-size: cover;
  }

  .blue-3.video {
    background-image: none;
    background-size: auto;
  }
}

@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;
  }

  .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 {
    background-image: none;
    width: 100%;
    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;
  }

  .slide.image {
    height: 300px;
  }

  .slider {
    height: auto;
  }

  .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: 350px;
    height: 300px;
  }

  .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: none;
  }

  .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;
    padding-left: 10px;
    padding-right: 10px;
  }

  .frame-text-block.en {
    height: auto;
  }

  .button-green {
    padding: 2px 10px;
    font-size: 14px;
    display: none;
  }

  .button-green.safe {
    display: block;
  }

  .button-green.safe.ru {
    width: 180px;
  }

  .button-green.papa-talk {
    display: block;
  }

  .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.papa-talk {
    text-align: left;
    margin-bottom: 5px;
  }

  .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;
  }

  .paragraph-2.safe.papa-talk {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .image {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .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%;
  }

  .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;
  }

  .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.en {
    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: 120%;
    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, .container-5.steps.ru._3 {
    grid-template-columns: minmax(0, 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: 50%;
    display: block;
  }

  .our-food {
    margin-right: 0;
    display: block;
  }

  .footer-menu {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 1fr);
    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 {
    width: 50%;
    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;
  }

  .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;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    display: block;
  }

  .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: 150px;
    margin: 10px auto 20px 15px;
    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;
    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%;
  }

  .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;
  }

  .order-now {
    text-align: left;
    max-height: none;
    padding: 8px 10px;
    font-size: 12px;
    display: flex;
  }

  .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: flex-start;
    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: 20px;
    grid-row-gap: 20px;
    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 {
    margin-right: auto;
    padding-top: 10px;
  }

  .footer-legacy-block {
    flex-direction: column;
    justify-content: center;
    place-items: center start;
  }

  .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;
    display: flex;
  }

  .order-now-mobile:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .order-now-mobile.ru {
    padding-top: 11px;
  }

  .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, .slider-top-mobile-2.en {
    height: 370px;
    margin-top: 60px;
  }

  .slide-nav-2 {
    top: 330px;
  }

  .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 {
    margin-top: 0;
    padding: 0 10px 0 0;
    font-size: 18px;
  }

  .text-block-17.vegan-short.ru {
    padding-top: 20px;
  }

  .text-block-17.vegan-short.ru._2 {
    font-size: 18px;
  }

  .text-block-17.vegan-short.green {
    font-size: 20px;
  }

  .text-block-17.vegan-short.about {
    text-align: center;
    align-self: center;
    margin-top: 40px;
    font-size: 24px;
    line-height: 120%;
  }

  .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._3 {
    margin-top: 40px;
  }

  .div-block-56.ru {
    height: auto;
    margin-top: 20px;
    margin-left: 10px;
  }

  .div-block-56.contact-2 {
    width: 200px;
  }

  .div-block-56.contact-3 {
    max-width: 180px;
  }

  .div-block-56.button-only {
    align-items: center;
    margin-top: 220px;
    position: absolute;
    inset: auto 0% 10%;
  }

  .slider-nav-2 {
    margin-top: 20px;
  }

  .blue {
    margin-right: 10px;
  }

  .blue.test2 {
    background-image: url('../images/slider-2.png'), linear-gradient(#0000, #0000);
    background-position: 100% 100%, 0 0;
    background-size: cover, auto;
    position: relative;
  }

  .blue.test3 {
    background-image: url('../images/slider-3-2.png');
    background-position: 50%;
    background-size: cover;
  }

  .blue.test2-delivery {
    margin-right: 10px;
  }

  .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._1 {
    background-image: url('../images/Офферс-4.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue._2 {
    background-image: url('../images/Офферс-3.png'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
  }

  .blue._3 {
    background-image: url('../images/Офферс-2.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue._4 {
    background-image: url('../images/Офферс-1.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue._5 {
    background-image: url('../images/photo_2025-04-03_19-06-44-2.jpg'), linear-gradient(#0000, #0000);
  }

  .blue.join-our-team {
    background-image: url('../images/vakansiya-700x600.png'), linear-gradient(#0000, #0000);
  }

  .blue.bolbol {
    background-image: url('../images/bolbol.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.pizza-party {
    background-image: url('../images/pizza-party-esas-700x600.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.poppers {
    background-image: url('../images/kichik-qarishiq-et-and-poppers-700x600.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.italy {
    background-image: url('../images/iki-boyuk-litl-italiya-and-4-pendir-700x600.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.karnaval {
    background-image: url('../images/Cola-Carnaval-700x600.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.mushroom {
    background-image: url('../images/mobile-az.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    position: relative;
  }

  .blue.mushroom-en {
    background-image: url('../images/mobile-en.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    position: relative;
  }

  .blue.halloween {
    background-image: url('../images/700x600-Halloween-KOmbo-str-2024.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.new-orleans {
    background-image: url('../images/1080x720-orta-new-orleans-demo.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.criispy {
    background-image: url('../images/1080x720-Cola-Crispy-cheese-klassik-pepperoni.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.ranch-chiken {
    background-image: url('../images/1080x720--Kichik-chiken-ranch-and-pepperoni-rolls-Bolt.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.pizza-party-7 {
    background-image: url('../images/pizza-party-7-700x600.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.pizza-party-10 {
    background-image: url('../images/pizza-party-10-700x600.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.pizza-party-15 {
    background-image: url('../images/pizza-party-15-700x600.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.black-friday {
    background-image: url('../images/1260x560-Black-Friday-2024.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.chicken-bbq {
    background-image: url('../images/700x600-Chiken-BBQ-Pepperoni-Cola.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.mexican {
    background-image: url('../images/700X600-Kichik-meksika-and-hot-spaysi.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.western {
    background-image: url('../images/700x600-iki-boyuk-vestern-bbq-papa-miks.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.ranch {
    background-image: url('../images/700x600-kichik-crispy-chiken-ranch1.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.crispy {
    background-image: url('../images/700x600-kichik-crispy-cheese-4-pendir.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.two-large {
    background-image: url('../images/700x600-iki-boyuk-chiken-bbq-cheddar-burger.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.spicy {
    background-image: url('../images/700x600---kichik-acili-italiya-and-4-pendir.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.ch-ranch {
    background-image: url('../images/700x600-kichik-chiken-ranch-yango.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.crispy-pep {
    background-image: url('../images/700x600-crispy-cheese-and-Pepperoni-Rolls-redbull.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.valentin {
    background-image: url('../images/700x600-valentin.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.su-chershenbesi {
    background-image: url('../images/700x600-su-chershenbesi.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.od-chershenbe {
    background-image: url('../images/700x600-od-chershenbesi.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.crispy-pepp {
    background-image: url('../images/700x600-kichik-crispy-pepperoni-and-chiken-gobelek.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.two-large-am {
    background-image: url('../images/700x600-Iki-Boyuk-Amerikan-Hot-and-chiken-bbq.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.iftar-menu {
    background-image: url('../images/700x600-Razamaz-2025.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.rustic {
    background-image: url('../images/700x600-Yango-Kichik-Rastik-and-poppers.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue._8-mart {
    background-image: url('../images/8-mart-700x600.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.yel {
    background-image: url('../images/700x600-yel-chershenbesi.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.welcome {
    background-image: url('../images/700x600-tetbiq.png'), linear-gradient(#0000, #0000);
  }

  .blue.nizami {
    background-image: url('../images/700x600-NIzami.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.torpaq {
    background-image: url('../images/700x600-torpaq-chershenbesi.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.mix {
    background-image: url('../images/700x600---Iki-Boyuk-new-orleans-papa-miks.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.spicyranch {
    background-image: url('../images/700x600---kichik-Hot--Spaysi---chiken-Ranç.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.bbq {
    background-image: url('../images/700x600-Yango-Kichik-chiken-bbq-and-cheddar-rolls.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.star-pizza {
    background-image: url('../images/700x600---ulduz.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.parmesan {
    background-image: url('../images/700x600-Cola-orta-Çiken-Parmezan--Vegetarian.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.two-pep-marg {
    background-image: url('../images/700x600---Iki-Boyuk-crispy-cheese-pepperoni-margarita.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.mushroom {
    background-image: url('../images/700x600---kichik-Çiken-Göbələk--Klassik-1-Pepperoni-Bolt.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.mexica {
    background-image: url('../images/700x600-Yango-Kichik-meksika-pepperoni-rolls.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.press {
    background-image: url('../images/1260x560-yashin-qeder-endirim3.png'), linear-gradient(#0000, #0000);
  }

  .blue.crescent {
    background-image: url('../images/700x600-crescent-Mall-1-il.png'), linear-gradient(#0000, #0000);
  }

  .blue.orleans {
    background-image: url('../images/700x600-Cola-orta-amerikan-hot-nyu-orleans.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.two-mix-greek {
    background-image: url('../images/700x600-Iki-Boyuk-papa-miks-yunan.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.rustic-hot {
    background-image: url('../images/700x600-kichik-rastik-hot-and-spaysi.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.carnival {
    background-image: url('../images/700x600-Yango-Kichik-karnaval-pendirli-chubuqlar1.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.ba-lara {
    background-image: url('../images/papadan-BAglara-700x600-2025.png'), linear-gradient(#0000, #0000);
  }

  .blue.parklara {
    background-image: url('../images/papadan-parklara700x600-2025.png'), linear-gradient(#0000, #0000);
  }

  .blue.imerliklere {
    background-image: url('../images/papadan-chimerliklere-700x600-2025.png'), linear-gradient(#0000, #0000);
  }

  .blue.pepveg {
    background-image: url('../images/700x600---Cola-orta-Klassik-Pepperoni-and-Vegetarian.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.large-ranchmarg {
    background-image: url('../images/700x600-Iki-Boyuk-Chiken-ranch-Marqarita.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.mexicanitaly {
    background-image: url('../images/700x600-Yango-Kichik-Liltl-Italiyaand-Meksika.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.crispypep {
    background-image: url('../images/700x600---Bolt-Crispy-pepperoni-and-pendirli-chubuqlar.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.elmlar {
    background-image: url('../images/700x600-elmler-1-il.png'), linear-gradient(#0000, #0000);
  }

  .blue.test {
    background-image: url('../images/papadan-BAglara-700x600-2025.png'), linear-gradient(#0000, #0000);
  }

  .blue.rustic4cheese {
    background-image: url('../images/700x600-Cola-orta-4-pendir-Rastik.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.largecarnivalgreek {
    background-image: url('../images/700x600---Iki-Boyuk-karnaval-yunan.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.chickenparmesan {
    background-image: url('../images/700x600-Bolt-kichik-chiken-parmesan-amerikan-hot.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.bbqchiken {
    background-image: url('../images/700x600---Yango-Kichik-chiken-bbq-pendirli-chubuqlar.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.papamiks {
    background-image: url('../images/700x600---dondurmali-miks-2025.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.amerhm {
    background-image: url('../images/700x600---Cola-orta-amerikan-hot-meksika.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.largecrpep {
    background-image: url('../images/700x600-Iki-Boyuk-crispy-pepperoni-4-pendir.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.papmix {
    background-image: url('../images/700x600-red-bull-papa-miks.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.ranchcarn {
    background-image: url('../images/700x600-Bolt-kichik-chiken-ranch-karnaval.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.school {
    background-image: url('../images/700x600-Yango-yeniden-derslere1.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.narimanov {
    background-image: url('../images/700x600---nerimanov-1-il.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue._4cheeserus {
    background-image: url('../images/700x600-Cola-orta-4-pendir-Rastik-chiken-bbq.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue._2largemixchicken {
    background-image: url('../images/700x600-Iki-Boyuk-papa-miks-chiken-chiburger.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.crispypepbbq {
    background-image: url('../images/700x600-azersud-pepperoni-and-chiken-bbq.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue.superpapa {
    background-image: url('../images/700x600-Bolt-kichik-super-papa-chiken-poppers-bbq.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .button-6 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 140%;
    display: block;
  }

  .button-6.about {
    letter-spacing: .5px;
  }

  .button-6.about.hiddenonmobile {
    display: none;
  }

  .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.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-rows: auto auto auto auto auto auto;
    grid-template-columns: minmax(0, 1fr);
    width: auto;
  }

  .div-block-63 {
    display: block;
  }

  .halal-social {
    place-items: flex-start start;
    padding-top: 32px;
  }

  .image-42 {
    margin-bottom: 10px;
  }

  .heading-2-cookies-2 {
    line-height: 120%;
  }

  .div-block-65 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-30 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .list-item-6 {
    font-size: 14px;
  }

  .list-item-7 {
    font-size: 14px;
    line-height: 120%;
  }

  .paragraph-4 {
    text-align: left;
    font-size: 14px;
    line-height: 120%;
    overflow: visible;
  }

  .div-block-66 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-31 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .list-item-8 {
    font-size: 14px;
  }

  .list-item-9 {
    font-size: 14px;
    line-height: 120%;
  }

  .paragraph-5, .paragraph-6 {
    text-align: left;
    font-size: 14px;
    line-height: 120%;
    overflow: visible;
  }

  .div-block-67 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-32 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .paragraph-7 {
    text-align: left;
    font-size: 14px;
    line-height: 120%;
    overflow: visible;
  }

  .list-item-10 {
    font-size: 14px;
  }

  .list-item-11 {
    font-size: 14px;
    line-height: 120%;
  }

  .combo-image {
    border-radius: 10px;
  }

  .see-more-offer {
    text-align: left;
    padding: 2px 10px;
    font-size: 12px;
    display: block;
  }

  .offers {
    flex-direction: column;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .button-about {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 140%;
    display: block;
  }

  .button-about.about {
    letter-spacing: .5px;
  }

  .button-about.about.hiddenonmobile {
    display: none;
  }

  .button-6-copy {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 140%;
    display: block;
  }

  .button-6-copy.about {
    letter-spacing: .5px;
  }

  .button-6-copy.about.hiddenonmobile {
    display: none;
  }

  .papa-rewards-logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .more {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 140%;
  }

  .more.combo {
    padding-left: 0;
    padding-right: 0;
  }

  .more.combo-mobile {
    display: none;
  }

  .more.pizza {
    padding-bottom: 0;
    padding-left: 0;
  }

  .more.find-out {
    padding-bottom: 0;
  }

  .more-btn {
    text-align: left;
    padding: 8px 10px;
    font-size: 12px;
    display: flex;
  }

  .offer-text-block {
    height: auto;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .offer-text-block.en {
    height: auto;
  }

  .frame-text-block-type-2 {
    height: auto;
    margin-top: 0;
  }

  .frame-text-block-type-2.en {
    padding-left: 10px;
    padding-right: 10px;
  }

  .more-en, .order-now-long {
    text-align: left;
    max-height: none;
    padding: 8px 10px;
    font-size: 12px;
    display: flex;
  }

  .div-block-68 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-pizzas {
    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-pizzas.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-pizzas.ingredients-grid.last {
    margin-bottom: 60px;
  }

  .div-block-pizzas.the-secret {
    flex-direction: column;
  }

  .div-block-pizzas.pizza-main {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .div-block-pizzas.steps {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-pizzas.dough {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .more-btn-pizza {
    text-align: left;
    padding: 8px 10px;
    font-size: 12px;
    display: flex;
  }

  .more-en-pizza {
    text-align: left;
    max-height: none;
    padding: 8px 10px;
    font-size: 12px;
    display: flex;
  }

  .button-to-offer-en {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 140%;
    display: block;
  }

  .button-to-offer-en.about {
    letter-spacing: .5px;
  }

  .button-to-offer-en.about.hiddenonmobile {
    display: none;
  }

  .button-to-offer {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 140%;
    display: block;
  }

  .button-to-offer.about {
    letter-spacing: .5px;
  }

  .button-to-offer.about.hiddenonmobile {
    display: none;
  }

  .div-block-70 {
    max-width: none;
    height: auto;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-70.green.ru {
    width: 70%;
    margin-top: 20px;
  }

  .div-block-70._3 {
    margin-top: 40px;
  }

  .div-block-70.ru {
    height: auto;
    margin-top: 20px;
    margin-left: 10px;
  }

  .div-block-70.contact-2 {
    width: 200px;
  }

  .div-block-70.contact-3 {
    max-width: 180px;
  }

  .div-block-70.button-only {
    align-items: center;
    margin-top: 220px;
    position: absolute;
    inset: auto 0% 10%;
  }

  .button-to-see-more {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: -120px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 140%;
    display: block;
  }

  .button-to-see-more.about {
    letter-spacing: .5px;
  }

  .button-to-see-more.about.hiddenonmobile {
    display: none;
  }

  .button-to-see-more-en {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: -120px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 140%;
    display: block;
  }

  .button-to-see-more-en.about {
    letter-spacing: .5px;
  }

  .button-to-see-more-en.about.hiddenonmobile {
    display: none;
  }

  .div-block-center {
    max-width: none;
    height: auto;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-center.green.ru {
    width: 70%;
    margin-top: 20px;
  }

  .div-block-center._3 {
    margin-top: 40px;
  }

  .div-block-center.ru {
    height: auto;
    margin-top: 20px;
    margin-left: 10px;
  }

  .div-block-center.contact-2 {
    width: 200px;
  }

  .div-block-center.contact-3 {
    max-width: 180px;
  }

  .div-block-center.button-only {
    align-items: center;
    margin-top: 220px;
    margin-left: 0;
    position: absolute;
    inset: auto 0% 10%;
  }

  .div-block-center-en {
    max-width: none;
    height: auto;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-center-en.green.ru {
    width: 70%;
    margin-top: 20px;
  }

  .div-block-center-en._3 {
    margin-top: 40px;
  }

  .div-block-center-en.ru {
    height: auto;
    margin-top: 20px;
    margin-left: 10px;
  }

  .div-block-center-en.contact-2 {
    width: 200px;
  }

  .div-block-center-en.contact-3 {
    max-width: 180px;
  }

  .div-block-center-en.button-only {
    align-items: center;
    margin-top: 220px;
    margin-left: 0;
    position: absolute;
    inset: auto 0% 10%;
  }

  .div-block-korp50 {
    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-korp50.papa {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: right;
    max-width: none;
    padding-bottom: 20px;
  }

  .div-block-71 {
    max-width: none;
    height: auto;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-71.green.ru {
    width: 70%;
    margin-top: 20px;
  }

  .div-block-71._3 {
    margin-top: 40px;
  }

  .div-block-71.ru {
    height: auto;
    margin-top: 20px;
    margin-left: 10px;
  }

  .div-block-71.contact-2 {
    width: 200px;
  }

  .div-block-71.contact-3 {
    max-width: 180px;
  }

  .div-block-71.button-only {
    align-items: center;
    margin-top: 220px;
    position: absolute;
    inset: auto 0% 10%;
  }

  .button-to-see-more-press {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 140%;
    display: block;
  }

  .button-to-see-more-press.about {
    letter-spacing: .5px;
  }

  .button-to-see-more-press.about.hiddenonmobile {
    display: none;
  }

  .button-to-see-more-press-en {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 140%;
    display: block;
  }

  .button-to-see-more-press-en.about {
    letter-spacing: .5px;
  }

  .button-to-see-more-press-en.about.hiddenonmobile {
    display: none;
  }

  .div-block-press {
    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-press.papa {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: right;
    max-width: none;
    padding-bottom: 20px;
  }

  .button-to-see-more-company {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 140%;
    display: block;
  }

  .button-to-see-more-company.about {
    letter-spacing: .5px;
  }

  .button-to-see-more-company.about.hiddenonmobile {
    display: none;
  }

  .button-to-see-more-company-en {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 140%;
    display: block;
  }

  .button-to-see-more-company-en.about {
    letter-spacing: .5px;
  }

  .button-to-see-more-company-en.about.hiddenonmobile {
    display: none;
  }

  .button-to-papadan {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 140%;
    display: block;
  }

  .button-to-papadan.about {
    letter-spacing: .5px;
  }

  .button-to-papadan.about.hiddenonmobile {
    display: none;
  }

  .blue-copy {
    margin-right: 10px;
  }

  .blue-copy.test2 {
    background-image: url('../images/slider-2.png'), linear-gradient(#0000, #0000);
    background-position: 100% 100%, 0 0;
    background-size: cover, auto;
    position: relative;
  }

  .blue-copy.test3 {
    background-image: url('../images/slider-3-2.png');
    background-position: 50%;
    background-size: cover;
  }

  .blue-copy.test2-delivery {
    margin-right: 10px;
  }

  .blue-copy.test3-delivery {
    background-image: url('../images/slider-5.png');
    background-position: 50%;
    background-size: cover;
  }

  .blue-copy.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-copy.test3-ar-delivery {
    background-image: url('../images/slider-3-2.png');
    background-position: 50%;
    background-size: cover;
  }

  .blue-copy._1 {
    background-image: url('../images/Офферс-4.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy._2 {
    background-image: url('../images/Офферс-3.png'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
  }

  .blue-copy._3 {
    background-image: url('../images/Офферс-2.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy._4 {
    background-image: url('../images/Офферс-1.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy._5 {
    background-image: url('../images/photo_2025-04-03_19-06-44-2.jpg'), linear-gradient(#0000, #0000);
  }

  .blue-copy.join-our-team {
    background-image: url('../images/vakansiya-700x600.png'), linear-gradient(#0000, #0000);
  }

  .blue-copy.bolbol {
    background-image: url('../images/bolbol.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.pizza-party {
    background-image: url('../images/pizza-party-esas-700x600.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.poppers {
    background-image: url('../images/kichik-qarishiq-et-and-poppers-700x600.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.italy {
    background-image: url('../images/iki-boyuk-litl-italiya-and-4-pendir-700x600.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.karnaval {
    background-image: url('../images/Cola-Carnaval-700x600.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.mushroom {
    background-image: url('../images/mobile-az.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    position: relative;
  }

  .blue-copy.mushroom-en {
    background-image: url('../images/mobile-en.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    position: relative;
  }

  .blue-copy.halloween {
    background-image: url('../images/700x600-Halloween-KOmbo-str-2024.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.new-orleans {
    background-image: url('../images/1080x720-orta-new-orleans-demo.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.criispy {
    background-image: url('../images/1080x720-Cola-Crispy-cheese-klassik-pepperoni.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.ranch-chiken {
    background-image: url('../images/1080x720--Kichik-chiken-ranch-and-pepperoni-rolls-Bolt.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.pizza-party-7 {
    background-image: url('../images/pizza-party-7-700x600.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.pizza-party-10 {
    background-image: url('../images/pizza-party-10-700x600.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.pizza-party-15 {
    background-image: url('../images/pizza-party-15-700x600.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.black-friday {
    background-image: url('../images/1260x560-Black-Friday-2024.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.chicken-bbq {
    background-image: url('../images/700x600-Chiken-BBQ-Pepperoni-Cola.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.mexican {
    background-image: url('../images/700X600-Kichik-meksika-and-hot-spaysi.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.western {
    background-image: url('../images/700x600-iki-boyuk-vestern-bbq-papa-miks.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.ranch {
    background-image: url('../images/700x600-kichik-crispy-chiken-ranch1.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.crispy {
    background-image: url('../images/700x600-kichik-crispy-cheese-4-pendir.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.two-large {
    background-image: url('../images/700x600-iki-boyuk-chiken-bbq-cheddar-burger.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.spicy {
    background-image: url('../images/700x600---kichik-acili-italiya-and-4-pendir.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.ch-ranch {
    background-image: url('../images/700x600-kichik-chiken-ranch-yango.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.crispy-pep {
    background-image: url('../images/700x600-crispy-cheese-and-Pepperoni-Rolls-redbull.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.valentin {
    background-image: url('../images/700x600-valentin.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.su-chershenbesi {
    background-image: url('../images/700x600-su-chershenbesi.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.od-chershenbe {
    background-image: url('../images/700x600-od-chershenbesi.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.crispy-pepp {
    background-image: url('../images/700x600-kichik-crispy-pepperoni-and-chiken-gobelek.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.two-large-am {
    background-image: url('../images/700x600-Iki-Boyuk-Amerikan-Hot-and-chiken-bbq.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.iftar-menu {
    background-image: url('../images/700x600-Razamaz-2025.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.rustic {
    background-image: url('../images/700x600-Yango-Kichik-Rastik-and-poppers.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy._8-mart {
    background-image: url('../images/8-mart-700x600.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.yel {
    background-image: url('../images/700x600-yel-chershenbesi.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.welcome {
    background-image: url('../images/700x600-tetbiq.png'), linear-gradient(#0000, #0000);
  }

  .blue-copy.nizami {
    background-image: url('../images/700x600-NIzami.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.torpaq {
    background-image: url('../images/700x600-torpaq-chershenbesi.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.mix {
    background-image: url('../images/700x600---Iki-Boyuk-new-orleans-papa-miks.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.spicyranch {
    background-image: url('../images/700x600---kichik-Hot--Spaysi---chiken-Ranç.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.bbq {
    background-image: url('../images/700x600-Yango-Kichik-chiken-bbq-and-cheddar-rolls.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.star-pizza {
    background-image: url('../images/700x600---ulduz.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.parmesan {
    background-image: url('../images/700x600-Cola-orta-Çiken-Parmezan--Vegetarian.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.two-pep-marg {
    background-image: url('../images/700x600---Iki-Boyuk-crispy-cheese-pepperoni-margarita.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.mushroom {
    background-image: url('../images/700x600---kichik-Çiken-Göbələk--Klassik-1-Pepperoni-Bolt.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.mexica {
    background-image: url('../images/700x600-Yango-Kichik-meksika-pepperoni-rolls.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.press {
    background-image: url('../images/1260x560-yashin-qeder-endirim3.png'), linear-gradient(#0000, #0000);
  }

  .blue-copy.crescent {
    background-image: url('../images/700x600-crescent-Mall-1-il.png'), linear-gradient(#0000, #0000);
  }

  .blue-copy.orleans {
    background-image: url('../images/700x600-Cola-orta-amerikan-hot-nyu-orleans.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.two-mix-greek {
    background-image: url('../images/700x600-Iki-Boyuk-papa-miks-yunan.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.rustic-hot {
    background-image: url('../images/700x600-kichik-rastik-hot-and-spaysi.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.carnival {
    background-image: url('../images/700x600-Yango-Kichik-karnaval-pendirli-chubuqlar1.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.ba-lara {
    background-image: url('../images/papadan-BAglara-700x600-2025.png'), linear-gradient(#0000, #0000);
  }

  .blue-copy.parklara {
    background-image: url('../images/papadan-parklara700x600-2025.png'), linear-gradient(#0000, #0000);
  }

  .blue-copy.imerliklere {
    background-image: url('../images/papadan-chimerliklere-700x600-2025.png'), linear-gradient(#0000, #0000);
  }

  .blue-copy.pepveg {
    background-image: url('../images/700x600---Cola-orta-Klassik-Pepperoni-and-Vegetarian.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.large-ranchmarg {
    background-image: url('../images/700x600-Iki-Boyuk-Chiken-ranch-Marqarita.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.mexicanitaly {
    background-image: url('../images/700x600-Yango-Kichik-Liltl-Italiyaand-Meksika.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.crispypep {
    background-image: url('../images/700x600---Bolt-Crispy-pepperoni-and-pendirli-chubuqlar.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .blue-copy.elmlar {
    background-image: url('../images/700x600-elmler-1-il.png'), linear-gradient(#0000, #0000);
  }

  .blue-3 {
    background-position: 35%;
    margin-right: 10px;
  }

  .blue-3.video {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .background-video {
    display: block;
  }
}

#w-node-_9d4e21d1-4f01-2574-e046-dbadb3ac75ed-4961cb36, #w-node-b4bc4228-2b44-88e2-d8e4-4d654961cb39-4961cb36 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-eddf3431-3fa3-5df2-75a8-3f1e1856e92a-9e36e7b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_371efc91-b0e0-4b8d-997e-1127a700ac1c-a700ac1a, #w-node-_6093b46e-982f-25ce-2377-1b02d4cd8877-d09b3bda, #w-node-_6093b46e-982f-25ce-2377-1b02d4cd8877-d09b3bdb, #w-node-_9167007a-9a5f-9fa5-1612-2849deb2ca76-e0a0e710, #w-node-_43635927-c89e-7fa8-a3a4-4eaed992e2ca-d992e2c8, #w-node-_7486bb5a-210e-dcf0-e21a-d8c01ad21d29-d09b3bdc, #w-node-_3d6eb3d8-f38d-f533-cb6d-c4fb52a0ec10-d09b3bdd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fcbf5e9a-52a6-1399-c96d-cf4fc76f7f6f-d09b3beb, #w-node-_92fc328a-9460-999e-099d-ef5df9af2f69-d09b3beb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_084870ba-8f51-ba00-1cf1-1c816075cebb-d09b3bec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7be4d5d6-1856-7811-a688-2a4b22dedabd-d09b3bec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7be4d5d6-1856-7811-a688-2a4b22dedab7-d09b3bed, #w-node-f0f38ef1-a183-0712-de85-4c2c9fc45496-d09b3bf8, #w-node-_7be4d5d6-1856-7811-a688-2a4b22dedab7-d09b3bf9 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-db3a2559-b6af-b858-9821-83479e36e7b8-9e36e7b6 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Papasans';
  src: url('../fonts/PapaSans-Heavy.eot') format('embedded-opentype'), url('../fonts/PapaSans-Heavy.woff') format('woff'), url('../fonts/PapaSans-Heavy.ttf') format('truetype'), url('../fonts/PapaSans-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Papasans Condensed';
  src: url('../fonts/PapaSans-MediumCondensed.eot') format('embedded-opentype'), url('../fonts/PapaSans-MediumCondensed.woff') format('woff'), url('../fonts/PapaSans-MediumCondensed.ttf') format('truetype'), url('../fonts/PapaSans-MediumCondensed.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Papasans';
  src: url('../fonts/PapaSans-Bold.eot') format('embedded-opentype'), url('../fonts/PapaSans-Bold.woff') format('woff'), url('../fonts/PapaSans-Bold.ttf') format('truetype'), url('../fonts/PapaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Papasans';
  src: url('../fonts/PapaSans-Regular.eot') format('embedded-opentype'), url('../fonts/PapaSans-Regular.woff') format('woff'), url('../fonts/PapaSans-Regular.ttf') format('truetype'), url('../fonts/PapaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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: '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;
}