/*!
Theme Name: delicio
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: delicio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


/* Reset and base styles  */
* {
  padding: 0vw;
  margin: 0vw;
  border: none;
}

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

/* Links */

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

a:hover {
  text-decoration: none;
}

section {
  overflow: hidden;
}

.mob_menus {
  display: none;
}

/* Common */

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

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Raleway", sans-serif;
}

body {
  background-color: #fff1e5;
}

.montserrat {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.raleway {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;

  font-style: normal;
}

.intro {
  margin-top: 85px;
}

header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.header__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5208vw;
  background-color: #ffe8d4;
  padding: 0.5208vw 0;
}

.header__logo {
  margin-right: 3.6458vw;
  width: 7.8125vw;
}

.header__menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3.125vw;
}

.header__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.header__socials img {
  width: 1.875vw;
}

.header__link {
  font-weight: 600;
  font-size: 1.0417vw;
  line-height: 120%;
  color: #000;
  font-family: var(--second-family);
  transition: all 0.2s;
}

.header__socials {
  display: flex;
  gap: 1.25vw;
}

.header__link:hover {
  color: #e95322;
  text-decoration: underline wavy;
  text-underline-offset: 1.0417vw;
}

.header__actions {
  margin-left: 3.6458vw;
}

.header__button {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 0.9375vw;
  line-height: 120%;
  color: #ff9431;
  border: 0.0521vw solid #ff9431;
  border-radius: 5.2083vw;
  padding: 0.7813vw 1.5625vw;
  transition: all 0.2s;
  margin-right: 2.6042vw;
}

.header__button:hover {
  color: #ff9431;
  border: 0.0521vw solid #fff;
  border-radius: 5.2083vw;
  padding: 0.7813vw 1.5625vw;
  background-color: #fff;
}

.container {
  max-width: 85%;
  margin: 0 auto;
}

.intro__container {
  display: flex;
  margin-top: 2.6042vw;
  align-items: center;
  justify-content: space-between;
}

.tel {
  top: 0;
  position: absolute;
  width: 36.4583vw;
  height: 46.875vw;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  z-index: -1;
}

.intro__title {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 120%;
  color: #676767;
}

.intro__title span {
  color: #e95322;
}

.intro__subtitle {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 3.3333vw;
  line-height: 97%;
  color: #e95322;
}

.intro__subtitle span {
    /* font-family: var(--second-family); */
    color: #303030;
    font-size: 47px;
}
.intro__content {
  flex: 0 1 58%;
  display: flex;
  flex-direction: column;
  gap: 1.1458vw;
}

.intro__image {
  flex: 0 1 40%;
}

.intro__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.0417vw;
  line-height: 161%;
  color: #303030;
}

.intro__description span {
  font-weight: 600;
}

.intro__button {
  border-radius: 2.0833vw 0.1042vw;
  padding: 1.0417vw 3.125vw;
  width: 17.4167vw;
  height: 3.75vw;
  background: linear-gradient(90deg, #ff9431 0%, #ff6d3c 48.5%, #ffab56 100%);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.0417vw;
  line-height: 161%;
  color: #fff;
  margin-top: 0.5208vw;
}

.features__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 3.3333vw;
  color: #303030;
}

.features__subtitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.0417vw;
  color: #303030;
}

.features__number,
.benefits__number {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 3.3333vw;
  color: #e95322;
}

.features__item-title,
.benefits__item-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.3542vw;
  line-height: 140%;
  color: #303030;
}

.features__description,
.benefits__description {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.0417vw;
  line-height: 140%;
  color: #303030;
}

.features__list {
  display: flex;
  gap: 2.6042vw;
  flex-wrap: wrap;
  margin-top: 1.5625vw;
  justify-content: space-between;
}

.features__item {
  flex: 0 1 24.1146vw;
  display: flex;
  max-width: 24.1146vw;
  flex-direction: column;
  gap: 1.25vw;
}

.features__footer {
  display: flex;
  margin-top: 2.6042vw;
}

.features__button {
  margin-left: 3.6458vw;
  margin-top: 0;
}

.why-it-works__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 2.9167vw;
  margin-bottom: 2.0833vw;
  color: #303030;
}

.why-it-works__title span {
  font-style: italic;
  font-weight: 700;
  color: #e95322;
}

.why-it-works__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.0417vw;
  line-height: 140%;
  color: #303030;
}

.why-it-works__container {
  display: flex;
  height: 41.6667vw;
  margin-bottom: 6.25vw;
  align-items: center;
}

.contact-info__list {
  display: flex;
  margin-top: 90px;
}

.why-it-works__image {
  flex: 1 1 50%;
}

.why-it-works {
  margin-top: 7.8125vw;
  margin-bottom: 7.8125vw;
}

.why-it-works__content {
  flex: 1 1 50%;
}

.why-it-works__description .red {
  font-weight: 800;
  color: #e95322;
}

.why-it-works__image {
  position: relative;
  height: 41.6667vw;
}

.why-it-works__image img {
  position: absolute;
  width: 65.5208vw;
  max-width: 65.5208vw;
  top: 4.1667vw;
  left: -3.125vw;
}

.why-it-works__button {
  width: 100%;
  margin-top: 2.6042vw;
}

.business-benefits__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 3.3333vw;
  line-height: 115%;
  text-transform: uppercase;
  color: #e95322;
  margin-bottom: 2.6042vw;
}

.business-benefits__title span {
  font-style: italic;
  font-weight: 700;
  color: #303030;
}

.business-benefits__item-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.5625vw;
  margin-bottom: 1.25vw;
  color: #303030;
}

.business-benefits__description {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.0417vw;
  color: #303030;
}

.business-benefits__container {
  display: flex;
  gap: 2.6042vw;
}

.business-benefits__icon {
  display: inline-block;
}

.business-benefits__item {
  display: flex;
  align-items: flex-start;
}

.business-benefits__item {
  margin-bottom: 1.5625vw;
}

.business-benefits__icon {
  padding: 0.5208vw 1.25vw;
}

.business-benefits__button {
  width: 100%;
}

.why-beneficial__container {
  display: flex;
  margin-top: 7.8125vw;
  gap: 7.8125vw;
  align-items: center;
}

.why-beneficial__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 2.9167vw;
  color: #303030;

  margin-bottom: 3.125vw;
}

.why-beneficial__title span {
  font-style: italic;
  font-weight: 700;
  color: #e95322;
}

.why-beneficial__description {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.0417vw;
  margin-bottom: 1.5625vw;
  line-height: 140%;
  color: #303030;
}

.why-beneficial__image-container {
  flex: 1 1 50%;
}

.benefits {
  margin: 5.2083vw 0;
  position: relative;
}

.benefits::before {
  width: 24.6354vw;
  height: 16.3542vw;
  display: block;
  background-image: url(./assets/img/qr.png);
  display: block;
  content: "";
  position: absolute;
  right: 2.6042vw;
  top: -4.6875vw;
}

.why-beneficial__content {
  flex: 1 1 50%;
}

.benefits__item {
  flex: 0 1 23%;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.benefits__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833vw;
}

.benefits__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 3.3333vw;
  line-height: 140%;
  color: #303030;
  margin-bottom: 3.125vw;
}

.benefits__title span {
  font-style: italic;
  font-weight: 700;
  color: #e95322;

  text-decoration: underline wavy;
  text-underline-offset: 1.0417vw;
}

.service-packages__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 3.3333vw;
  line-height: 140%;
  text-align: center;
  color: #303030;
}

.service-packages__title span {
  font-style: italic;
  font-weight: 700;
  color: #e95322;
}

.service-packages__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.0417vw;
  line-height: 140%;
  text-align: center;
  color: #303030;
}

.service-packages__list {
  display: flex;
  justify-content: space-between;
  margin-top: 4.1667vw;
}

.service-package__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 2.0833vw;
  text-align: center;
  color: #e95322;
  margin-bottom: 1.5625vw;
}

.service-package__features li {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.0417vw;
  line-height: 140%;
  color: #303030;
  position: relative;
  padding-left: 1.8229vw;
}

.service-package__features {
  flex: 1;
}

.service-package__features li::before {
  background-size: contain;
  content: "";
  top: 0.3125vw;
  position: absolute;
  width: 1.0417vw;
  height: 0.6771vw;
  min-width: 1.0417vw;
  background-image: url(./assets/img/done.svg);
  display: block;
  flex: 0 1 1.0417vw;
  background-repeat: no-repeat;
  left: 0;
}

.corona {
  position: absolute;
  left: 0;
  top: -50px;
}

.service-packages__container {
  background-image: url(./assets/img/pizza-1.png);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 70%;
}

.service-package__features {
  display: flex;
  flex-direction: column;
  gap: 0.8333vw;
}

.service-package {
  flex: 0 1 26.0417vw;
  display: flex;
  padding: 1.0417vw;
  flex-direction: column;
}

.service-package__price {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 3.3333vw;
  text-align: center;
  color: #e95322;
}

.service-package__payment {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.25vw;
  text-align: center;
  color: #e95322;
}

.service-package:nth-child(2) {
  background-color: #e95322;
  border-radius: 2.0833vw;
  padding: 2.0833vw;
}

.service-package:nth-child(2) .service-package__title {
  color: #fff;
}

.service-package:nth-child(2) .service-package__features li {
  color: #fff;
}

.service-package:nth-child(2) .service-package__features li::before {
  filter: brightness(0) invert(1);
}

.service-package:nth-child(2) .service-package__price {
  color: #fff;
}

.service-package:nth-child(2) .service-package__payment {
  color: #fff;
}

.service-packages__button {
  margin: 0 auto;
  margin-top: 2.0833vw;
  margin-left: 40%;
}

.service-package__features p {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.0417vw;
  line-height: 140%;
}

.service-package:nth-child(2) p {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.0417vw;
  color: #fff;
  line-height: 140%;
}

.who-we-are__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 2.9167vw;
  color: #303030;
  margin-bottom: 1.25vw;
}
.why-beneficial:after {
  background-size: cover;
  background-repeat: no-repeat;
  width: 1085px;
  height: 790px;
  z-index: -1;
  display: block;
  background-image: url(https://delicio.kz/wp-content/uploads/2024/10/magin.png);
  display: block;
  content: "";
  position: absolute;
  left: -140px;
  bottom: 80px;
}

.red {
  font-style: italic;
  font-weight: 700;
  color: #e95322;
}

.who-we-are__description {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.0417vw;
  line-height: 140%;
  color: #303030;
}

.who-we-are__container {
  display: flex;
  justify-content: space-between;
}

.who-we-are__left {
  flex: 0 1 37%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.who-we-are__right {
  flex: 0 1 50%;
}

.who-we-are__stat-number {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 5vw;
  line-height: 140%;
  text-align: right;
  color: #e95322;
}

.who-we-are__stat-description {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.0417vw;
  line-height: 140%;
  color: #303030;
}

.who-we-are__stats {
  display: flex;
  gap: 2.6042vw;
}

.who-we-are {
  margin: 5.2083vw 0;
}

.grid__item {
  box-shadow: 0 0 2.3958vw 0 rgba(0, 0, 0, 0.08);
  background: #fff1e5;
  border-radius: 0.6771vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 0.4167vw;
}

.grid__item--2 {
  grid-column-start: 2;
}

.grid__item--3 {
  grid-column: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 2;
}

.grid__item--4 {
  grid-column-start: 1;
  grid-row-start: 3;
}

.grid__item--5 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 1;
}

.grid__item--6 {
  grid-column-start: 3;
  grid-row-start: 3;
}

.grid__item--7 {
  grid-column-start: 4;
  grid-row-start: 3;
}

.grid__item--8 {
  grid-column: span 3 / span 3;
  grid-row: span 3 / span 3;
  grid-column-start: 5;
  grid-row-start: 1;
}
.why-beneficial:before {
  background-size: cover;
  background-repeat: no-repeat;
  width: 283px;
  height: 59px;
  display: block;
  background-image: url(https://delicio.kz/wp-content/uploads/2024/10/wave.png);
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 110px;
  transform: rotateZ(-35deg);
}
.grid__item--9 {
  grid-column-start: 8;
  grid-row-start: 1;
}

.grid__item--10 {
  grid-column-start: 9;
  grid-row-start: 1;
}

.grid__item--11 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 8;
  grid-row-start: 2;
}

.grid__item--12 {
  grid-column-start: 11;
  grid-row-start: 1;
}

.grid__item--13 {
  grid-column: span 2 / span 2;
  grid-column-start: 10;
  grid-row-start: 2;
}

.grid__item--14 {
  grid-column-start: 10;
  grid-row-start: 3;
}

.our-clients__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 2.8125vw;
  line-height: 140%;
  text-align: center;
  color: #303030;
}

.our-clients__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.0417vw;
  line-height: 140%;
  text-align: center;
  color: #303030;
  margin-bottom: 2.6042vw;
}

.our-clients {
  text-align: center;
}

.our-clients_b {
  width: 25.4167vw;
  margin-top: 1.5625vw;
}

.contact__title {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: 2.9167vw;
  color: #303030;
}



.why-it-works{
	overflow:visible;
}

.business-benefits{
	position:relative;
}
.business-benefits {
    position: relative;
    overflow: visible;
}

.arrow{
	    position: absolute;
    top: 91px;
    left: 85%;
    width: 21%;
}
.why-beneficial {
  position: relative;
  overflow: hidden;
}

html{

    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
 body
  {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }



.features {
    position: relative;
    margin-top: 200px;
    overflow: visible;
}
.flow {
    position: absolute;
    top: -400px;
    z-index: -41;
    left: -920px;
}
.contact__text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.0417vw;
  line-height: 140%;
  color: #303030;
}

.contact__container {
  display: flex;
  justify-content: space-between;
}

.contact {
  margin: 7.8125vw 0;
}

.contact__left {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
}

.contact__right {
  flex: 0 1 40%;
}

.contact-info__subtitle {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 2.9167vw;
  text-align: center;
  color: #303030;
}

.contact-info__text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.0417vw;
  line-height: 140%;
  text-align: center;
  color: #303030;
}

.contact-info__item-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.6667vw;
  margin-bottom: 1.0417vw;
  color: #303030;
}

.contact-info__item-text a,
p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.0417vw;
  line-height: 140%;
  color: #303030;
}

.contact-info__item {
  display: flex;
  align-items: flex-start;
  gap: 1.5625vw;
}

.contact-info__lisst {
  display: flex;
  margin: 2.6042vw 0;
}

.contact-info__item {
  flex: 1;
}

.faq__icon {
  display: inline-block;
  height: 2.6042vw;
  width: 2.6042vw;
  margin-right: 0.5208vw; /* Отступ между значком и текстом */
  transition: transform 0.3s; /* Анимация поворота */
}

.faq__button.active .faq__icon {
  transform: rotate(45deg); /* Поворот значка при активном состоянии */
}

.faq__answer {
  display: none; /* Скрыто по умолчанию */
}

.faq__item {
  background: #fff1e5;
  border-radius: 2.0833vw;
  width: 100%;
  margin-bottom: 1.3021vw;
  width: 48.4375vw;
  padding-bottom: 1.0417vw;
  box-shadow: 0 0 1.8229vw 0 rgba(0, 0, 0, 0.08);
}

.faq {
  display: flex;
}

.faq__title {
  font-family: var(--font-family);
  margin-bottom: 2.6042vw;
  font-weight: 700;
  font-size: 2.9167vw;
  text-align: center;
}

.faq__button {
  width: 100%;
  padding: 1.0417vw 3.125vw 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.3021vw;
  line-height: 140%;
  color: #303030;
  text-align: left;
}

.wave {
  position: absolute;
  left: 0;
}

.faq__item {
  position: relative;
}

.faq__icon {
  position: absolute;
  right: 1.5625vw;
  font-size: 2.6042vw;
  font-weight: 300;
  top: 0.6771vw;
  color: #fff;
  background-color: #e95322;
  border-radius: 5.2083vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__answer {
  width: 48.4375vw;
  margin-top: 1.0417vw;
  padding: 0 3.125vw;
}

.faq__answer li {
  list-style-type: disc;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.0417vw;
  line-height: 150%;
  color: #303030;
}

.faq__answer il {
  padding-left: 1.3021vw;
}

.footer {
  background: #ffe8d4;
  padding: 2.0833vw 0;
  margin-top: 5.2083vw;
}

.footer__container {
  display: flex;
  align-items: center;
}

.footer__logo {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 1.0417vw;
}

.footer__list {
  display: flex;
  gap: 2.0833vw;
  flex: 1;
}

.footer__link {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 120%;
  color: #000;
}

.footer__tagline {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 120%;
  color: #676767;
}

.footer__linkb {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 600;
  font-size: 0.9375vw;
  line-height: 120%;
  color: #f6f6f6;
  border-radius: 5.2083vw;
  padding: 0.7813vw 1.5625vw;
  background: #ff9431;
}

.footer__bottom {
  text-align: center;
}

.header__burger {
  display: none; /* Скрыть бургер-меню по умолчанию */
}

.parent {
  display: none;
}

.intro__container::after {
  /* top: 0; */
  content: "";
  background-image: url(./assets/img/wave.png);
  position: absolute;
  width: 230px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 50%;
  z-index: -1;
  bottom: 20px;
}

.features {
  position: relative;
  margin-top: 200px;
}

.features::after {
  /* top: 0; */
  content: "";
  background-image: url(./assets/img/rigt_bg.png);
  position: absolute;
  width: 375px;
  height: 393px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  z-index: -1;
  top: -110px;
}

.features::before {
  /* top: 0; */
  content: "";
  background-image: url(./assets/img/left_br.png);
  position: absolute;
  width: 293px;
  height: 731px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  z-index: -5;
  top: -481px;
}

.bur {
  position: absolute;
  right: -150px;
  bottom: -300px;
  z-index: -1;
}

body {
  overflow-x: hidden;
}

.why-beneficial {
  position: relative;
}

.features__list::after {
  /* top: 0; */
  content: "";
  background-image: url(./assets/img/star_b.png);
  position: absolute;
  width: 293px;
  height: 353px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 120px;
  z-index: -5;
  bottom: -170px;
}

.why-it-works__image {
  z-index: -11;
}

body {
  scroll-behavior: smooth;
}

@media (max-width: 430px) {
  .header__nav {
    display: none;
  }



  .header__actions {
    display: none;
  }

  .parent {
    display: grid;
  }

  .header__menu {
    margin: 80px 20px;
  }
	
	.contacta{
		margin-right:15px;
	}

  .header__container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        background-color: #ffe8d4;
        padding: 10px 10px;
  }

  .header__logo {
    width: 85px;
	          margin-right: auto;
  }

  .header__burger {
    display: block;
    position: relative;
    z-index: 999999;
  }

  .header__burger-button {
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
  }

  .header__link {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #2a2a2a;
  }
  .header__nav.active {
    top: 0;
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3); /* Белый цвет с прозрачностью */
    backdrop-filter: blur(10px); /* Размытие в 10 пикселей (можно менять) */
    -webkit-backdrop-filter: blur(10px); /* Поддержка для Safari */
    height: 100vh;
  }

  .header__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10;
  }
  .header__burger-line {
    width: 30px; /* Ширина линии */
    height: 4px; /* Высота линии */
    background-color: #e95322; /* Цвет линии бургер-меню */
    margin: 3px 0; /* Отступ между линиями */
	  border-radius:20px;
    transition: all 0.3s ease; /* Плавный переход при изменении стилей */
  }
	
	  .header__burger-line:nth-child(1) {
width:50%
  }

	
		  .header__burger-line:nth-child(3) {
width:70%
  }

  /* Стили для бургер-меню при открытии */
  .header__burger-button.active .header__burger-line:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
	          width: 100%;
    top: 14px;
    position: relative;
  }

  .header__burger-button.active .header__burger-line:nth-child(2) {
    opacity: 0; /* Вторая линия становится невидимой */
  }

  .header__burger-button.active .header__burger-line:nth-child(3) {
    transform: rotate(-45deg); /* Третья линия вращается */
    margin: 0; /* Убираем отступы */
	          width: 100%;
  }

  .intro__container {
    display: flex;
    margin-top: 2.6042vw;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 110px;
  }

  .intro__title {
    font-size: 10px;
  }

  .intro__subtitle {
    font-size: 28px;
	  margin-bottom:5px;
  }

  .intro__description {
    font-size: 12px;
  }
	
	.features__list::after {
    /* top: 0; */
    content: "";
    background-image: url(./assets/img/star_b.png);
    position: absolute;
    width: 293px;
    height: 353px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -190px;
    z-index: -5;
    top: 20%;
}
  .intro__button {
    border-radius: 40px 2px !important;

    padding: 10px 31px;
    width: 168px;
    height: 39px;
    font-size: 12px;
  }

  .features__title img {
    width: 147px;
  }

    .features__title {
        font-size: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 100px;
    }

  .features__subtitle {
    font-size: 14px;
    text-align: right;
  }

  .features__list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
    flex-direction: column;
  }

  .features__item {
    flex: 1 1 100%;
    display: flex;
    max-width: 100%;
    flex-direction: column;
    gap: 15px;
  }

  .features__number,
  .benefits__number {
    font-size: 64px;
  }

  .features__item-title,
  .benefits__item-title {
    font-size: 24px;
  }

  .features__description,
  .benefits__description {
    font-size: 14px;
  }

  .features__button {
    margin-bottom: 20px;
    border-radius: 21px 1px;
    padding: 10px 31px;
    width: 168px;
    height: 39px;
    font-size: 18px;
    margin-left: 0;
    width: 100%;
    height: 69px;
  }

  .features__stores {
    display: flex;
  }

  .features__footer {
    display: flex;
    margin-top: 15px;
    flex-direction: column-reverse;
  }
  .moln {
    position: absolute;
    right: 80px;
    width: 30%;
    bottom: 130px;
  }

  .why-it-works__container {
    display: flex;
    height: auto;
    margin-bottom: 30px;
    align-items: center;
    flex-direction: column;
  }

  .why-it-works__image {
    position: relative;
    height: auto;
  }

  .why-it-works__image {
    flex: 1 1 100%;
    margin-top: 211px;
    margin-bottom: -129px;
  }
  .why-it-works__content {
    flex: 1 1 100%;
  }

  .why-it-works__image img {
    position: relative;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
  }

  .why-it-works {
    margin-top: 100px;
  }

  .why-it-works__title {
    font-size: 29px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .why-it-works__description {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
  }

  .why-it-works__button {
    width: 100%;
    font-size: 14px;
    padding: 20px 0;
    height: auto;
    border-radius: 40px 2px;
  }

  .business-benefits__container {
    display: flex;
    gap: 2.6042vw;
    flex-direction: column;
  }

.business-benefits__title {
        font-size: 18px !important;
        line-height: 115%;
        text-transform: normal !important;
        text-align: left;
        width: 80%;
        margin-bottom: 50px;
    }

  .business-benefits__item-title {
    font-size: 18px;
  }

  .business-benefits__description {
    font-size: 12px;
  }

  .business-benefits__icon {
    padding: 10px;
    width: 50px;
    margin-right: 10px;
  }

  .container {
    max-width: 90%;
    margin: 0 auto;
  }

  .business-benefits__item {
    margin-bottom: 30px;
  }

  .our-clients_b {
    margin: 20px 0;
    width: 90%;
  }

  .business-benefits__button,
  .benefits__button,
  .service-packages__button,
  .who-we-are__button,
  .our-clients_b {
    width: 100% !important;
    font-size: 18px !important;
    height: auto;
    margin-left: 0;
  }

  .why-beneficial__container {
    display: flex;
    margin-top: 7.8125vw;
    gap: 20px;
    align-items: center;
    flex-direction: column;
    margin-top: 50px !important;
  }

  .why-beneficial__title {
    font-size: 30px;
    text-align: center;
  }

  .why-beneficial__description {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
  }

  .why-beneficial__button {
    width: 100%;
    font-size: 18px;
    height: auto;
    margin-top: 20px;
  }

  .benefits__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: column;
  }

  .benefits__title {
    font-size: 30px;
    width: 50%;
  }

  .benefits {
    margin-top: 50px;
  }

  .benefits::before {
    background-image: url(./assets/img/qr.png);
    background-size: contain;
    width: 24.6354vw;
    height: 16.3542vw;
    display: block;

    display: block;
    content: "";
    position: absolute;
    right: 2.6042vw;
    top: -4.6875vw;
  }

  .service-packages__container {
    max-width: 100%;
    background-image: url(./assets/img/pizza-1.png);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: 130%;
  }

  .service-packages__list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .service-package {
    margin: 20px 0;
    height: 590px;
    max-height: 590px;
    min-height: 490px;
  }

  .service-packages__title {
    font-size: 30px;
    line-height: 140%;
    text-align: center;
  }

  .service-packages__description {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
  }

  .service-package {
    background: #ffe8d4;
    border-radius: 20px;
    padding: 20px;
  }

  .service-package__title {
    font-size: 30px;
    text-align: center;
  }

  .service-package__features li {
    font-size: 15px;
    padding-left: 35px;
  }

  .service-package__features {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .service-package__features li::before {
    background-size: contain;
    content: "";
    top: 0.3125vw;
    position: absolute;
    width: 20px;
    height: 15px;
    min-width: 20px;
    background-image: url(./assets/img/done.svg);
    display: block;
    flex: 1;
    background-repeat: no-repeat;
    left: 0;
  }

  .service-package__price {
    font-size: 49px;
    text-align: center;
  }

  .service-package {
    margin: 20px 0;
  }

  .service-package__payment {
    font-size: 18px;
    text-align: center;
  }

  .service-package__features p {
    font-size: 14px;
    margin: 20px 0;
  }

  .service-package:nth-child(2) p {
    font-size: 14px;
    margin: 20px 0;
  }

  .service-package:nth-child(2) {
    padding: 20px;
  }

  .service-packages {
    margin: 50px 0;
  }

  .who-we-are__container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .who-we-are__title {
    font-size: 30px;
  }

  .who-we-are__description {
    font-size: 14px;
    line-height: 140%;
    text-align: justify;
  }

  .who-we-are__right {
    margin: 50px 0;
  }
  .who-we-are__stat-number {
    font-size: 45px;
  }

  .who-we-are__stat-description {
    font-size: 10px;
  }

  .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: 8px;
  }

  .div3 {
    grid-column: span 2 / span 2;
  }

  .div4 {
    grid-row-start: 3;
  }

  .div5 {
    grid-row-start: 3;
  }

  .div7 {
    grid-row-start: 4;
  }

  .div8 {
    grid-column: span 2 / span 2;
  }

  .div9 {
    grid-row-start: 6;
  }

  .grid {
    display: none;
  }

  .parent > div {
    box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.08);
    background: #fff1e5;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .div10 {
    grid-row-start: 6;
  }

  .div11 {
    grid-column: span 2 / span 2;
  }

  .div12 {
    grid-row-start: 8;
  }

  .div13 {
    grid-row-start: 8;
  }

  .our-clients__title {
    font-size: 30px;
    line-height: 140%;
    text-align: center;
  }

  .our-clients__description {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
  }

  .contact__container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .contact__title {
    font-size: 30px;
  }

  .contact__text {
    font-size: 14px;
  }

  .features__stores {
    display: none;
  }

  .contact-info__lisst {
    display: flex;
    gap: 30px;
    margin: 20px 0;
    flex-direction: column;
  }

  .contact-info__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .contact-info__icon {
    width: 30px;
  }

  .contact-info__item-text a,
  p {
    font-size: 18px;
    line-height: 140%;
  }

  .contact-info__subtitle {
    font-size: 30px;
    text-align: center;
  }

  .contact-info__text {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
  }
  .mob_menus {
    display: block;
  }
  .contact-info__item-title {
    font-size: 25px;
  }

  .contact-info__item-text a {
    font-size: 18px;
    line-height: 140%;
  }

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

  .faq__title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .faq__item {
    background: #fff1e5;
    border-radius: 30px;
    width: 100%;
  }

  .faq__button {
    font-size: 20px;
    padding: 20px 40px 20px 30px;
  }

  .faq__item {
    margin-bottom: 30px;
  }

  .intro {
    margin-top: 115px;
  }

  .faq__answer {
    width: 100%;
    padding: 20px 20px 20px 40px;
  }

  .footer__links {
    width: 100%;
  }

  .footer__list li {
    width: 100%;
    text-align: center;
  }

  .footer__link {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }

  .footer__linkb {
    width: 100%;
    font-size: 18px;
    display: block;
    padding: 10px 0;
  }

  .footer__logo-image {
    width: 170px;
  }

  .service-packages {
    position: relative;
  }

  .footer__list {
    width: 100%;
    display: flex;
    gap: 30px;
    flex: 1;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
  }

  .footer__app-links {
    display: flex;
    gap: 20px;
  }
  .why-beneficial:after {
    background-size: cover;
    background-repeat: no-repeat;
    width: 575px;
    height: 370px;
    z-index: -1;
    display: block;
    background-image: url(https://delicio.kz/wp-content/uploads/2024/10/magin.png);
    display: block;
    content: "";
    position: absolute;
    left: -41px;
    bottom: 530px;
  }
  .footer__tagline {
    font-size: 13px;
  }
  .wave {
    position: absolute;
    left: -60px;
    width: 30%;
    top: 0;
  }

  .why-beneficial:before {
    background-size: cover;
    background-repeat: no-repeat;
    width: 123px;
    height: 29px;
    display: block;
    background-image: url(https://delicio.kz/wp-content/uploads/2024/10/wave.png);
    display: block;
    content: "";
    position: absolute;
    left: -30px;
    bottom: 360px;
    transform: rotateZ(-35deg);
  }

  .footer__container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .faq__answer li {
    font-size: 14px;
  }

  .faq__answer ul {
    padding-left: 25px;
  }
  .bur {
    position: absolute;
    right: -150px;
    bottom: -300px;
    z-index: -1;
    width: 60%;
  }
  .features {
    position: relative;
    margin-top: -60px;
    overflow: visible;
  }
  .faq__icon {
    position: absolute;
    right: 1.5625vw;
    font-size: 36px;
    font-weight: 300;
    top: 10px;
    color: #fff;
    background-color: #e95322;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header__button {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    color: #000000;
    border: 0.0521vw solid #000000;
    border-radius: 50px;
    padding: 10px 20px;
    transition: all 0.2s;
    margin-right: 0;
    width: 100%;
    margin-top: 20px;
  }

  .header__socials img {
    width: 40px;
  }

  .corona {
    position: absolute;
    left: 0;
    top: -110px;
    width: 30%;
  }

  .our-clients {
    text-align: center;
    overflow: visible;
    margin-top: 80px;
  }

  .header__socials {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 20px;
  }
	.flow{
	    position: absolute;
    top: -100px;
    z-index: -41;
    left: -120px;
}
  .moln {
    position: absolute;
    right: 50px;
    width: 30%;
    bottom: 90px;
  }
  .who-we-are__stats {
    display: flex;
    gap: 2.6042vw;
    margin-top: 30px;
  }

  .business-benefits__image {
    position: relative;
    left: 0;
    width: 100%;
    bottom: 0;
  }
	
	.start-project__row {
    display: flex
;
    gap: 40px;
    align-items: center;
    flex-direction: column;
}
	
	.works__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 25px !important;
    line-height: 140%;
    color: #0a0a0a;
}
	
	
	.works__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 50px;
    color: #535353;
    margin-top: 10px;
}


	
	.start-project__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 46px !important;
    color: #0a0a0a;
}
	
	.start-project__description {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 26px !important;
    line-height: 100%;
    color: #e95322;
}
.arrow {
    position: absolute;
    top: 21px;
    left: 0;
    width: 21%;
}
	
	.features::before{
		display:none;
	}
	
	.features::after {
    /* top: 0; */
    content: "";
    background-image: url(./assets/img/rigt_bg.png);
    position: absolute;
    width: 175px;
    height: 353px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 350px;
    z-index: -1;
    top: -220px;
    transform: rotateZ(185deg);
}
	
	.tel {
    top: 320px;
    position: absolute;
    width: 76.4583vw;
    height: 96.875vw;
    background-size: contain;
    background-repeat: no-repeat;
        top: -600px;
		        right: -209px;
    z-index: -1;
    transform: rotateZ(45deg);
}
  .contact-info__list {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
  .features {
    position: relative;
    margin-top: -60px;
  }
  .teals .header__link {
    font-weight: 600;
    font-family: sans-serif;
  }
	
	
.contacta{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
}
	
	.contacta a{
        font-weight: 600;
        color: #000;
        font-family: 'Montserrat';
}
	
		.contacta span{
        font-weight: 600;
        color: #e95322;
        font-family: 'Montserrat';
        text-decoration: underline;
}
}
