/* footer */

.footer {
  background: #fff;
}

/* footer */

/* hero */

.oreshek-hero {
  padding: 172px 96px;
  --hero-img: url("/images/oreshek/hero-bg-1920.webp");

  background:
    var(--hero-img) no-repeat center / cover,
    linear-gradient(0deg, rgba(239, 175, 65, 0.20) 0%, rgba(239, 175, 65, 0.20) 100%),
    linear-gradient(270deg, #F9AF00 0%, #F8CE2D 100%);
  aspect-ratio: 1920/1054;
}

.oreshek-hero__title {
  color: #792910;
  font-family: "Lifehack Sans";
  font-size: 240px;
  font-style: normal;
  font-weight: 800;
  line-height: 85%;
  letter-spacing: 2px;
}

.oreshek-hero__subtitle {
  color: #792910;
  font-family: "Lifehack Sans";
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 95%;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  width: 697px;
  margin-top: 8px;
}

.oreshek-hero__title--second-line {
  font-size: 205px;
}

.oreshek-hero__logo {
  width: 215px;
  position: relative;
  left: 73px;
  bottom: 13px;
}

.oreshek-hero__button {
  color: #792910;
  font-family: "DIN Round Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding: 24px 44px;
  border-radius: 16px;
  border: none;
  background: #fff;
  margin-top: 48px;
  cursor: pointer;
  transition: border-radius 0.15s ease-in-out;
}

.oreshek-hero__button:hover {
  border-radius: 32px;
}

.oreshek-hero__button:active {
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 1919px) {


  .oreshek-hero {
    padding: 128px 64px;
    aspect-ratio: 1280/726;
    --hero-img: url("/images/oreshek/hero-bg-1280.webp");

  }

  .oreshek-hero__title {
    font-size: 160px;
    letter-spacing: 1.2px;
  }

  .oreshek-hero__title--second-line {
    font-size: 125px;

  }

  .oreshek-hero__logo {
    width: 115px;
    left: 34px;
    bottom: 19px;
  }

  .oreshek-hero__subtitle {
    font-size: 32px;
    width: 477px;
    letter-spacing: 0.3px;
  }

  .oreshek-hero__button {
    padding: 18px 34px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1279px) {

  .oreshek-hero {
    padding: 96px 28px;
    aspect-ratio: 768/811;
    --hero-img: url("/images/oreshek/hero-bg-768.webp");

  }


  .oreshek-hero__title {
    font-size: 120px;
    line-height: 87%;
    letter-spacing: 1px;
  }

  .oreshek-hero__title--second-line {
    font-size: 95px;
  }

  .oreshek-hero__logo {
    width: 91px;
    left: 24px;
    bottom: 15px;
  }

  .oreshek-hero__subtitle {
    font-size: 30px;
    width: 384px;
    margin-top: 10px;
    line-height: 93%;
  }

  .oreshek-hero__button {
    font-size: 18px;
    margin-top: 26px;
    padding: 16px 28px;
  }
}

@media only screen and (max-width: 767px) {

  .oreshek-hero {
    --hero-img: url("/images/oreshek/hero-bg-375.webp");
    aspect-ratio: 375/696;
    padding: 83px 20px;
  }

  .oreshek-hero__title {
    font-size: 74px;
    line-height: 92%;
    letter-spacing: 0.7px;
  }

  .oreshek-hero__title--second-line {
    font-size: 66px;
  }

  .oreshek-hero__subtitle {
    width: 90%;
    font-size: 24px;
    line-height: 100%;
  }

  .oreshek-hero__logo {
    width: 65px;
    left: 27px;
    bottom: 5px;
  }

  .oreshek-hero__button {
    padding: 16px 24px;
    margin-top: 19px;
  }
}

/* hero */

/* milk */

.oreshek-milk {
  background: url("/images/oreshek/milk-bg-1920.webp") no-repeat center -20px / 100% auto;
}


@media only screen and (max-width: 1919px) {
  .oreshek-milk {
    background: url("/images/oreshek/milk-bg-1280.webp") no-repeat center 18px / 100% auto;
  }
}

@media only screen and (max-width: 1279px) {
  .oreshek-milk {
    background: url("/images/oreshek/milk-bg-768.webp") no-repeat center top / 100% auto;
  }
}

@media only screen and (max-width: 767px) {
  .oreshek-milk {
    background: url("/images/oreshek/milk-bg-375.webp") no-repeat center top / 100% auto;
  }
}

/* milk */


/* consist */

.oreshek-consist__br--375 {
  display: none;
}

.oreshek-consist {
  padding-top: 29px;
}


.oreshek-consist__title {
  color: #792910;
  text-align: center;
  font-family: "Lifehack Sans";
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;

}


.oreshek-consist__product {
  width: 548px;
}

.oreshek-consist__info {
  display: flex;
  align-items: center;
  margin-top: 19px;
  flex-direction: column;
}

.oreshek-consist__product-wrapper {
  position: relative;
  left: 5px;
}

.oreshek-consist__list {
  list-style: none;
}

.oreshek-consist__list-title {
  color: #792910;
  font-family: "Lifehack Sans";
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 95%;
  letter-spacing: 0.56px;
  text-transform: uppercase;

}

.oreshek-consist__list-subtitle {
  color: #000;
  font-family: "Lifehack Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-top: 7px;
}

.oreshek-consist__list-item {
  position: absolute;

}

.oreshek-consist__list-item:nth-child(1) {
  top: 86.5px;
  left: -451.5px;
  width: 257px;
}

.oreshek-consist__list-item:nth-child(2) {
  top: 359.5px;
  left: -451.5px;
  width: 469px;
}

.oreshek-consist__list-item:nth-child(3) {
  left: calc(100% + 72.5px);
  top: 92px;
  width: 398px;
}

.oreshek-consist__list-item:nth-child(4) {
  left: calc(100% + 72.5px);
  top: 365px;
  width: 458px;
}


.oreshek-consist__arrow {
  position: absolute;
}


.oreshek-consist__arrow:nth-child(1) {
  background: url("/images/oreshek/arrow-01-1920.svg") no-repeat center / contain;
  width: 294px;
  height: 63.5px;
  left: -163.57px;
  bottom: calc(419px + 12px);
}

.oreshek-consist__arrow:nth-child(2) {
  background: url("/images/oreshek/arrow-02-1920.svg") no-repeat center / contain;
  width: 346.07px;
  height: 46px;
  left: -163.57px;
  bottom: calc(198px + 12px);
}

.oreshek-consist__arrow:nth-child(3) {
  background: url("/images/oreshek/arrow-03-1920.svg") no-repeat center / contain;
  width: 277.43px;
  height: 36.5px;
  left: 311.5px;
  bottom: calc(437px + 12px);
}

.oreshek-consist__arrow:nth-child(4) {
  background: url("/images/oreshek/arrow-04-1920.svg") no-repeat center / contain;
  width: 172.43px;
  height: 32px;
  left: 416.5px;
  bottom: calc(189px + 12px);
}


.oreshek-consist__disclaimer {
  color: #792910;
  font-family: "DIN Round Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 120%;
  opacity: 0.5;
  margin-top: 52px;
}

@media only screen and (max-width: 1919px) {


  .oreshek-consist {
    padding-top: 117px;
  }

  .oreshek-consist__product-wrapper {
    left: 0px;
  }

  .oreshek-consist__title {
    font-size: 100px;
  }


  .oreshek-consist__product {
    width: 413.48px;
  }

  .oreshek-consist__list-title {
    font-size: 40px;
  }

  .oreshek-consist__list-subtitle {
    font-size: 30px;
  }


  .oreshek-consist__arrow:nth-child(1) {
    background-image: url("/images/oreshek/arrow-01-1280.svg");
    width: 291.07px;
    height: 56px;
    left: -154.33px;
    bottom: calc(332px + 8px);
  }



  .oreshek-consist__arrow:nth-child(2) {
    background-image: url("/images/oreshek/arrow-02-1280.svg");
    width: 319.07px;
    height: 46.5px;
    left: -154.33px;
    bottom: calc(135.5px + 8px);
  }


  .oreshek-consist__arrow:nth-child(3) {
    background-image: url("/images/oreshek/arrow-03-1280.svg");
    width: 185px;
    height: 25px;
    left: 241.74px;
    bottom: calc(363px + 8px);
  }


  .oreshek-consist__arrow:nth-child(4) {
    background-image: url("/images/oreshek/arrow-04-1280.svg");
    width: 120px;
    height: 33.24px;
    left: 306.74px;
    bottom: calc(135px + 8px);
  }

  .oreshek-consist__list-item:nth-child(1) {
    top: 61px;
    left: -369.26px;
    width: 256px;
  }

  .oreshek-consist__list-item:nth-child(2) {
    top: 279px;
    left: -369.26px;
    width: 296px;
  }

  .oreshek-consist__list-item:nth-child(3) {
    left: calc(100% + 34.26px);
    top: 61px;
    width: 335px;
  }

  .oreshek-consist__list-item:nth-child(4) {
    left: calc(100% + 34.26px);
    top: 279px;
    width: 316px;
  }

  .oreshek-consist__disclaimer {
    margin-top: 23px;
  }

}

@media only screen and (max-width: 1279px) {

  .oreshek-consist {
    padding-top: 49px;
  }

  .oreshek-consist__title {
    font-size: 70px;
    width: 417px;
    margin: 0 auto;
    line-height: 100%;
  }

  .oreshek-consist__product {
    width: 246px;
  }

  .oreshek-consist__info {
    margin-top: 31px;
  }

  .oreshek-consist__arrow:nth-child(1) {
    background-image: url("/images/oreshek/arrow-01-768.svg");
    width: 170.5px;
    height: 24px;
    left: -71.5px;
    bottom: calc(211.3px + 8px);
  }



  .oreshek-consist__arrow:nth-child(2) {
    background-image: url("/images/oreshek/arrow-02-768.svg");
    width: 165.5px;
    height: 16.5px;
    left: -72.5px;
    bottom: calc(72.8px + 8px);
  }


  .oreshek-consist__arrow:nth-child(3) {
    background-image: url("/images/oreshek/arrow-03-768.svg");
    width: 114px;
    height: 19px;
    left: 144px;
    bottom: calc(225.3px + 8px);
  }


  .oreshek-consist__arrow:nth-child(4) {
    background-image: url("/images/oreshek/arrow-04-768.svg");
    width: 103px;
    height: 20px;
    left: 155px;
    bottom: calc(66.3px + 8px);
  }

  .oreshek-consist__list-title {
    font-size: 32px;
  }

  .oreshek-consist__list-subtitle {
    font-size: 23px;
  }

  .oreshek-consist__list-item:nth-child(1) {
    top: 20px;
    left: -233px;
    width: 200px;
  }

  .oreshek-consist__list-item:nth-child(2) {
    top: 169px;
    left: -233px;
    width: 241px;
  }

  .oreshek-consist__list-item:nth-child(3) {
    left: calc(100% + 26px);
    top: 20px;
    width: 217px;
  }

  .oreshek-consist__list-item:nth-child(4) {
    left: calc(100% + 26px);
    top: 169px;
    width: 207px;
  }

  .oreshek-consist__disclaimer {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {

  .oreshek-consist__br--375 {
    display: block;
  }

  .oreshek-consist__br {
    display: none;
  }

  .oreshek-consist {
    padding-top: 30px;
  }

  .oreshek-consist__title {
    font-size: 40px;
    width: 60%;
  }

  .oreshek-consist__product {
    width: 272px;
  }

  .oreshek-consist__info {
    margin-top: 16px;
  }



  .oreshek-consist__arrow:nth-child(n) {
    display: none;
  }

  .oreshek-consist__list-item:nth-child(n) {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #fff;
    outline: #792910 solid 6px;
    outline-offset: -6px;
    position: absolute;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
  }

  .oreshek-consist__list-item:nth-child(n):hover {
    background: #792910;
    outline: #fff solid 5px;
    outline-offset: -5px;
  }

  .oreshek-consist__list-item:nth-child(1) {
    left: 58px;
    top: 75px;
  }

  .oreshek-consist__list-item:nth-child(2) {
    left: 79px;
    top: 184px;
  }

  .oreshek-consist__list-item:nth-child(3) {
    left: 152px;
    top: 54px;
  }

  .oreshek-consist__list-item:nth-child(4) {
    left: 187px;
    top: 165px;
  }

  .oreshek-consist__list-item:hover .oreshek-consist__tooltip {
    opacity: 100%;
  }

  .oreshek-consist__tooltip {
    position: absolute;
    pointer-events: none;
    background: #fff;
    padding: 20px 21px 20px 20px;
    border-radius: 20px;
    z-index: 1;
    top: calc(24px + 18px + 5px);
    left: 50%;
    transform: translateX(-50%);
    outline: #792910 solid 1px;
    outline-offset: -1px;
    opacity: 0;
    width: 228px;
    transition: opacity 0.15s ease-in-out;
  }

  .oreshek-consist__tooltip::before {
    content: "";
    display: block;
    width: 30px;
    height: 19px;
    background: url("/images/oreshek/tooltip-corner.svg") no-repeat center / cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
  }

  .oreshek-consist__list-title {
    font-size: 26px;
    letter-spacing: 0.2px;
  }

  .oreshek-consist__list-subtitle {
    font-size: 18px;
  }

  .oreshek-consist__disclaimer {
    margin-top: 14px;
  }

  .oreshek-consist__list-subtitle {

    margin-top: 5px;
  }

}


/* consist */


/* try */

.oreshek-try {
  padding-bottom: 100px;
  padding-top: 110px;
}

.oreshek-try__title {
  color: #792910;
  text-align: center;
  font-family: "Lifehack Sans";
  font-size: 90px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
  max-width: 1700px;
}

.oreshek-try__cards {
  width: 1700px;
  margin: 0 auto;
  display: flex;
  gap: 100px;
  margin-top: 50px;
}

.oreshek-try__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.oreshek-try__shops-wrapper {
  margin-top: auto;
}

.oreshek-try__tags {
  display: flex;
  gap: 16px;
  margin-top: 28px;
}

.oreshek-try__tag {
  color: #792910;
  font-family: "Lifehack Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 95%;
  letter-spacing: 0.4px;
  text-transform: uppercase;

  outline: #792910 solid 2px;
  outline-offset: -2px;
  padding: 14px 24px 10px 24px;
  border-radius: 32px;

}

.oreshek-try__description {
  align-self: stretch;
  color: #96A2AD;
  font-family: "DIN Round Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-top: 16px;
  letter-spacing: 0.1px;
}

.oreshek-try__shops-title {
  align-self: stretch;
  color: #792910;
  font-family: "Lifehack Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 95%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.oreshek-try__shops {
  gap: 14px;
  display: flex;
  margin-top: 16px;
  font-size: 0;
}

.oreshek-try__shop-logo {
  width: 80px;
}

.oreshek-try__shop-link {
  transition: transform 0.15s ease-in-out;
}


.oreshek-try__shop-link:hover {
  transform: scale(1.1);
}

.oreshek-try__slide {
  height: 500px;
  background: #FFF4DC;
  width: 100%;
}

.oreshek-try__swiper-wrapper {
  list-style: none;

}

.oreshek-try__swiper {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}

.oreshek-try__product {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.oreshek-try__arrow {
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none;
  transition: background 0.15s ease-in-out;
}

.oreshek-try__arrow:hover {
  background: rgba(255, 255, 255, 1);
}

.oreshek-try__arrow:active {
  background: rgba(255, 255, 255, 0.4);
}

.oreshek-try__arrow img {
  width: 28px;
}


.oreshek-try__arrow--left {
  left: 40px;
}

.oreshek-try__arrow--right {
  right: 40px;
}

.oreshek-try__pagination {
  position: absolute;
  bottom: 30px !important;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 30px;

  display: none;
}

.oreshek-try__bullet {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #792910;
  cursor: pointer;
  opacity: 50%;
}

.oreshek-try__bullet--active {
  opacity: 100%;
  outline: #fff solid 3px;
  outline-offset: -3px;
}


@media only screen and (max-width: 1919px) {

  .oreshek-try {
    padding-top: 62px;
  }


  .oreshek-try__cards {
    width: auto;
    padding: 0 64px;
  }

  .oreshek-try__slide {
    height: 350px;
  }

  .oreshek-try__title {
    font-size: 70px;
  }

  .oreshek-try__title {
    width: 90%;
  }

  .oreshek-try__cards {
    gap: 30px;
  }

}

@media only screen and (max-width: 1279px) {

  .oreshek-try {
    padding-top: 50.7px;
    padding-bottom: 30px;
  }

  .oreshek-try__shop-logo {
    width: 60px;
  }

  .oreshek-try__tag {
    font-size: 26px;
  }

  .oreshek-try__shops {
    gap: 10px;
  }

  .oreshek-try__cards {
    padding: 0 28px;
    margin-top: 30px;
  }

  .oreshek-try__title {
    font-size: 44px;
    line-height: 120%;
    width: 95%;
  }

  .oreshek-try__slide {
    height: 230px;
  }

  .oreshek-try__description {
    font-size: 18px;
  }

  .oreshek-try__shops-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {

  .oreshek-try {
    padding-bottom: 69px;
    padding-top: 50px;
  }

  .oreshek-try__title {
    font-size: 30px;
  }

  .oreshek-try__cards {
    flex-direction: column;
    padding: 0 20px;
  }

  .oreshek-try__description {
    font-size: 16px;
  }


  .oreshek-try__slide {
    height: 240px;
  }

  .oreshek-try__shop-logo {
    width: 56px;
  }
}

/* try */