﻿.vanoce-2024 {
  color: #2c2c2c;
}
.vanoce-2024 .vanoce-2024-benefits {
  background-color: #f5f5f7;
  padding-block-start: clamp(50px, 10vw, 96px);
  padding-block-end: clamp(60px, 12vw, 120px);
}
.vanoce-2024 .vanoce-2024-benefits__list {
  display: grid;
  gap: clamp(24px, 5vw, 36px);
  max-width: 515px;
  margin: 0 auto;
  margin-block-end: clamp(60px, 12vw, 120px);
}
.vanoce-2024 .vanoce-2024-benefits__item {
  display: grid;
  padding: 40px;
  text-align: center;
  border-radius: 25px;
  background-color: #ffffff;
  justify-items: center;
  flex-grow: 1;
}
.vanoce-2024 .vanoce-2024-benefits__item-desc {
  margin-bottom: 16px;
}
.vanoce-2024 .vanoce-2024-benefits__bottom {
  display: grid;
  gap: 50px;
  justify-items: center;
}
.vanoce-2024 .vanoce-2024-benefits__img {
  padding-inline: 20px;
  max-width: 20rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .vanoce-2024 .vanoce-2024-benefits__bottom {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: start;
    gap: clamp(50px, 15vw, 200px);
  }
  .vanoce-2024 .vanoce-2024-benefits__img {
    padding-inline: 0;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .vanoce-2024 .vanoce-2024-benefits__list {
    grid-template-columns: repeat(6, 1fr);
    max-width: 100%;
  }
  .vanoce-2024 .vanoce-2024-benefits__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .vanoce-2024 .vanoce-2024-benefits__item:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
  }
  .vanoce-2024 .vanoce-2024-benefits__item:nth-child(3) {
    grid-column: 5 / -1;
  }
  .vanoce-2024 .vanoce-2024-benefits__item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
  }
  .vanoce-2024 .vanoce-2024-benefits__item:nth-child(5) {
    grid-column: 4 / -1;
  }
}
@media (min-width: 1440px) {
  .vanoce-2024 .vanoce-2024-benefits__bottom {
    gap: 123px;
  }
}
.vanoce-2024 .vanoce-2024-hero {
  display: grid;
  gap: 50px;
  padding-block: 50px;
  max-width: 1326px;
  margin: 0 auto;
  align-items: center;
}
.vanoce-2024 .vanoce-2024-hero h1,
.vanoce-2024 .vanoce-2024-hero p {
  text-align: center;
}
.vanoce-2024 .vanoce-2024-hero picture {
  display: block;
  line-height: 0;
}
@media (min-width: 768px) {
  .vanoce-2024 .vanoce-2024-hero {
    grid-template-columns: 45% 55%;
    padding-block: clamp(50px, 15vw, 150px);
    gap: 0;
  }
  .vanoce-2024 .vanoce-2024-hero h1,
  .vanoce-2024 .vanoce-2024-hero p {
    text-align: left;
  }
  .vanoce-2024 .vanoce-2024-hero__img {
    min-width: 0;
  }
  .vanoce-2024 .vanoce-2024-hero picture {
    text-align: right;
  }
}
.vanoce-2024 .vanoce-2024-products {
  padding-block: clamp(60px, 12vw, 120px);
}
.vanoce-2024 .vanoce-2024-products--iphone {
  background-color: #f7e5d7;
}
.vanoce-2024 .vanoce-2024-products--apple-watch {
  background-color: #2c2c2c;
}
.vanoce-2024 .vanoce-2024-products--ipad {
  background-color: #fde9e7;
}
.vanoce-2024 .vanoce-2024-products--mac {
  background-color: #c5e8f3;
}
.vanoce-2024 .vanoce-2024-products--air-pods {
  background-color: #f5f5f7;
}
.vanoce-2024 .vanoce-2024-products__big-item {
  display: grid;
  padding: clamp(20px, 4vw, 32px);
  border-radius: 25px;
  background-color: #ffffff;
  gap: 50px;
  justify-items: center;
  grid-column: 1 / -1;
}
.vanoce-2024 .vanoce-2024-products__big-item--first {
  margin-block-end: 48px;
  padding-block: clamp(50px, 11vw, 110px);
  padding-inline: clamp(20px, 11vw, 80px);
}
.vanoce-2024 .vanoce-2024-products__big-item--bigger-padding {
  padding-block: clamp(70px, 16vw, 160px);
}
.vanoce-2024 .vanoce-2024-products__big-item picture {
  margin: 0 auto;
}
.vanoce-2024 .vanoce-2024-products__list {
  display: grid;
  gap: clamp(24px, 5vw, 48px);
  max-width: 515px;
  margin: 0 auto;
  text-align: center;
  /*padding-inline: 10px*/
}
.vanoce-2024 .vanoce-2024-products__item {
  display: grid;
  padding: clamp(20px, 4vw, 32px);
  text-align: center;
  border-radius: 25px;
  background-color: #ffffff;
  justify-items: center;
  flex-grow: 1;
}
.vanoce-2024 .vanoce-2024-products__item picture {
  margin-bottom: 32px;
}
.vanoce-2024 .vanoce-2024-products__content {
  margin: 0 auto;
}
.vanoce-2024 .vanoce-2024-products__item-desc {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .vanoce-2024 .vanoce-2024-products__big-item--first {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: start;
    gap: clamp(50px, 12vw, 100px);
  }
}
@media (min-width: 1024px) {
  .vanoce-2024 .vanoce-2024-products__list {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    padding-inline: 0;
  }
  .vanoce-2024 .vanoce-2024-products__big-item {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: start;
    gap: clamp(50px, 12vw, 100px);
  }
  .vanoce-2024 .vanoce-2024-products__big-item--order picture {
    order: 2;
  }
}
@media (min-width: 1440px) {
  .vanoce-2024 .vanoce-2024-products__big-item {
    gap: 100px;
  }
  .vanoce-2024 .vanoce-2024-products__big-item--second {
    padding-inline: 172px;
  }
}
.vanoce-2024 picture {
  display: block;
}
.vanoce-2024 img {
  max-width: 100%;
  height: auto;
}
.vanoce-2024__wrapper {
  max-width: 1066px;
  margin: 0 auto;
}
.vanoce-2024 .h1 {
  margin-bottom: 16px;
  font-size: clamp(34px, 5vw, 45px);
}
.vanoce-2024 .h2 {
  margin-bottom: 16px;
  font-size: 28px;
}
.vanoce-2024 .h3 {
  margin-bottom: 4px;
  font-size: 24px;
}
.vanoce-2024 .h4 {
  margin-bottom: 16px;
  font-size: 18px;
}
.vanoce-2024 .u-mb-8 {
  margin-bottom: 8px;
}
.vanoce-2024 .u-mb-12 {
  margin-bottom: 12px;
}
.vanoce-2024 .u-mb-16 {
  margin-bottom: 16px;
}
.vanoce-2024 .u-mb-24 {
  margin-bottom: 24px;
}
.vanoce-2024 .u-mb-32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .vanoce-2024-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.vanoce-2024-hero__content p {
  font-size: 28px;
  color: #A0A0A0;
  margin-bottom: 16px;
}
.vanoce-2024-products--acc {
  background-color: #FAFAFA;
}
.vanoce-2024 .vanoce-2024-products--acc .vanoce-2024-products__list {
  grid-template-columns: repeat(2, 1fr);
}