/* styles */
body {
	min-width: 480px;
	    background: #1f1f1f;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4em;
	color: #373737;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}
.showcase-grid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(18px, 4vw, 46px);
  color: #fff;
  background:
    radial-gradient(circle at 18% 8%, rgba(244, 196, 48, 0.2), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(42, 145, 74, 0.18), transparent 32%),
    linear-gradient(135deg, #10120c, #1a1209 52%, #090d08);
  border-radius: 32px;
  overflow: hidden;
}

.showcase-grid,
.showcase-grid * {
  box-sizing: border-box;
}

.showcase-grid__head {
  margin-bottom: clamp(16px, 2.6vw, 30px);
  text-align: center;
}

.showcase-grid__tag {
  margin: 0 0 8px;
  color: #f4c430;
  font-size: clamp(11px, 1vw, 14px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.showcase-grid__head h2 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(30px, 5vw, 72px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow:
    0 3px 0 rgba(0, 0, 0, 0.3),
    0 14px 30px rgba(0, 0, 0, 0.4);
}

.showcase-grid__media {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: clamp(10px, 1.5vw, 18px);
}

.showcase-grid__item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: clamp(18px, 2.4vw, 28px);
  background: #111;
  isolation: isolate;
}

.showcase-grid__item--main {
  grid-row: span 3;
  border-radius: clamp(22px, 2.8vw, 34px);
}

.showcase-grid__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.035);
  filter: saturate(1.16) contrast(1.06) brightness(0.96);
}

.showcase-grid__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 52%),
    radial-gradient(circle at 28% 20%, rgba(255, 213, 79, 0.14), transparent 34%);
}

.showcase-grid__badge {
  position: absolute;
  left: clamp(12px, 1.8vw, 24px);
  bottom: clamp(12px, 1.8vw, 24px);
  z-index: 3;
  padding: 9px 14px;
  border-radius: 999px;
  color: #111;
  background: linear-gradient(135deg, #1f8d41, #f4c430, #d33a26);
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* Mobile */
@media (max-width: 720px) {
  .showcase-grid {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 16px;
    border-radius: 0;
    box-shadow: none;
  }

  .showcase-grid__head {
    margin-bottom: 16px;
  }

  .showcase-grid__tag {
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .showcase-grid__head h2 {
    font-size: clamp(25px, 7.6vw, 36px);
    line-height: 0.92;
    letter-spacing: -0.045em;
  }

  .showcase-grid__media {
    aspect-ratio: 1 / 1;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 2fr 1fr;
    gap: 10px;
  }

  .showcase-grid__item,
  .showcase-grid__item--main {
    border-radius: 18px;
  }

  .showcase-grid__item--main {
    grid-column: 1 / -1;
    grid-row: 1;
  }
.deal-panel,
.deal-panel * {
  box-sizing: border-box;
}

.deal-panel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 52px) clamp(16px, 4vw, 48px);
  color: #fff;
  background:
    radial-gradient(circle at 18% 0%, rgba(244, 196, 48, 0.2), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(36, 150, 73, 0.18), transparent 32%),
    linear-gradient(135deg, #10120c, #1a1209 52%, #080c07);
  overflow: hidden;
  position: relative;
}

.deal-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(244, 196, 48, 0.08), transparent),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 0 1px,
      transparent 1px 42px
    );
  opacity: 0.55;
}

.deal-panel__cards,
.deal-panel__button,
.deal-panel__note {
  position: relative;
  z-index: 2;
}

.deal-panel__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 2.2vw, 24px);
  margin-bottom: clamp(22px, 3.4vw, 42px);
}

.deal-panel__card {
  min-height: 132px;
  padding: clamp(16px, 2.4vw, 26px) clamp(10px, 2vw, 20px);
  border-radius: clamp(16px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    #050505;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  transform: translateY(0);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.deal-panel__card:hover {
  transform: translateY(-6px);
  background:
    linear-gradient(180deg, rgba(244, 196, 48, 0.11), rgba(255, 255, 255, 0.02)),
    #070707;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.5),
    0 0 32px rgba(244, 196, 48, 0.18),
    inset 0 0 0 1px rgba(244, 196, 48, 0.22);
}

.deal-panel__icon {
  width: clamp(42px, 5vw, 62px);
  height: clamp(42px, 5vw, 62px);
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #ff9d6b;
  background:
    radial-gradient(circle at 30% 20%, rgba(244, 196, 48, 0.24), transparent 42%),
    rgba(255, 157, 107, 0.08);
}

.deal-panel__icon svg {
  width: 62%;
  height: 62%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.deal-panel__card span:last-child {
  display: block;
  font-size: clamp(14px, 1.7vw, 22px);
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.deal-panel__button {
  width: min(100%, 620px);
  min-height: clamp(58px, 7vw, 82px);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 34px);
  border-radius: 18px;
  border: 0;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  background:
    linear-gradient(135deg, #ff3c17 0%, #f4c430 45%, #169447 100%);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(244, 196, 48, 0.28);
  transform: translateZ(0);
  isolation: isolate;
}

.deal-panel__button::before {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: -1;
  border-radius: 15px;
  background:
    linear-gradient(135deg, rgba(8, 8, 8, 0.82), rgba(10, 12, 8, 0.68)),
    linear-gradient(135deg, #ff3c17, #f4c430, #169447);
}

.deal-panel__button::after {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  width: 42%;
  left: -55%;
  background: linear-gradient(
    110deg,
    transparent,
    rgba(255, 255, 255, 0.62),
    transparent
  );
  transform: rotate(12deg);
  animation: deal-panel-button-shine 3.2s ease-in-out infinite;
}

.deal-panel__button-glow {
  position: absolute;
  inset: -40%;
  z-index: -2;
  background:
    radial-gradient(circle, rgba(244, 196, 48, 0.34), transparent 42%);
  animation: deal-panel-pulse 2.2s ease-in-out infinite;
}

.deal-panel__button-text {
  position: relative;
  z-index: 2;
  font-size: clamp(20px, 3.4vw, 42px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.32);
}

.deal-panel__button-arrow {
  position: relative;
  z-index: 2;
  width: clamp(34px, 4.5vw, 52px);
  height: clamp(34px, 4.5vw, 52px);
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #111;
  background: #fff;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  animation: deal-panel-arrow 1s ease-in-out infinite;
}

.deal-panel__button:hover {
  transform: translateY(-2px) scale(1.01);
}

.deal-panel__note {
  margin-top: clamp(16px, 2.5vw, 26px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #161616;
  font-size: clamp(15px, 1.8vw, 23px);
  line-height: 1.2;
  font-weight: 850;
}

.deal-panel__note span {
  padding: 9px 16px;
  border-radius: 999px;
  background: #fff;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.16),
    inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.deal-panel__note span:first-child {
  color: #111;
  background: linear-gradient(135deg, #f4c430, #fff1a6);
}

.deal-panel__note span:last-child {
  color: #fff;
  background: linear-gradient(135deg, #ff3c17, #df1464);
}

.deal-panel__note i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

@keyframes deal-panel-button-shine {
  0%,
  52% {
    left: -55%;
  }

  72%,
  100% {
    left: 120%;
  }
}

@keyframes deal-panel-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

@keyframes deal-panel-arrow {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }
}

@media (max-width: 720px) {
  .deal-panel {
    padding: 22px 14px 28px;
  }

  .deal-panel__cards {
    gap: 10px;
    margin-bottom: 24px;
  }

  .deal-panel__card {
    min-height: 112px;
    padding: 14px 8px;
    border-radius: 16px;
    gap: 10px;
  }

  .deal-panel__icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .deal-panel__card span:last-child {
    font-size: 13px;
    line-height: 1.12;
  }

  .deal-panel__button {
    width: 100%;
    min-height: 64px;
    border-radius: 16px;
  }

  .deal-panel__button::before {
    border-radius: 13px;
  }

  .deal-panel__button-text {
    font-size: clamp(24px, 7vw, 32px);
  }

  .deal-panel__button-arrow {
    width: 38px;
    height: 38px;
    font-size: 25px;
  }

  .deal-panel__note {
    margin-top: 18px;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 15px;
  }

  .deal-panel__note span {
    padding: 8px 13px;
  }
}
.deal-panel__button--clicked {
  animation: deal-panel-click 0.45s ease;
}

@keyframes deal-panel-click {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(0.965);
  }

  100% {
    transform: scale(1);
  }
}
@media (max-width: 420px) {
  .deal-panel {
    padding: 20px 10px 24px;
  }

  .deal-panel__cards {
    gap: 8px;
  }

  .deal-panel__card {
    min-height: 104px;
    border-radius: 14px;
  }

  .deal-panel__icon {
    width: 36px;
    height: 36px;
  }

  .deal-panel__card span:last-child {
    font-size: 12px;
  }

  .deal-panel__button-text {
    font-size: clamp(21px, 6.8vw, 28px);
  }
}
  .showcase-grid__item:not(.showcase-grid__item--main) {
    grid-row: 2;
  }

  .showcase-grid__badge {
    left: 12px;
    bottom: 12px;
    padding: 8px 11px;
    font-size: 9px;
  }
}

/* Very small */
@media (max-width: 420px) {
  .showcase-grid {
    padding: 12px;
  }

  .showcase-grid__head h2 {
    font-size: clamp(23px, 7.8vw, 31px);
  }

  .showcase-grid__media {
    gap: 8px;
  }

  .showcase-grid__item,
  .showcase-grid__item--main {
    border-radius: 14px;
  }
}
b {
	font-weight: 700;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
h2.title{
	font-family: 'Bebas Neue', sans-serif;
	font-size: 38px;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px;
}
h2.title span{
	    color: black;
}

section{
	padding: 45px 0 45px;
	border-top: 12px solid #2b794d;
}

.color_theme{
	background: #1f1f1f;
}
.color_theme .title,
.color_theme .title span{
	color: #fff;
}

.main_form{
}
.main_form input, select:not([type="button"]){
	width: 100%;
	display: block;
	font-family: 'Proxima Nova', sans-serif;
	border: #e1d9cc 1px solid;
	font-size: 20px;
	margin-bottom: 20px;
	
	border-radius: 2px;
	background: #fff;
	text-align: center;
	color: #373737;
	padding: 22px;
}
.main_form .button-m{
	margin-top: 0;
border-radius: 2px;
}
.main_form ::-webkit-input-placeholder {
	color: #373737;
}
.main_form ::-moz-placeholder {
	color: #373737;
}
.main_form :-moz-placeholder {
	color: #373737;
}
.main_form :-ms-input-placeholder {
	color: #373737;
}
.main_form :focus::-webkit-input-placeholder {
	color: transparent;
}
.main_form :focus::-moz-placeholder {
	color: transparent;
}
.main_form :focus:-moz-placeholder {
	color: transparent;
}
.main_form :focus:-ms-input-placeholder {
	color: transparent;
}

/* button */
.button-m{
	border: none;
    cursor: pointer;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    /* height: 90px; */
    width: 360px;
    display: block;
    border-radius: 10px;
    /* line-height: 90px; */
    text-decoration: none;
    text-align: center;
    background: linear-gradient(90deg,rgba(248,73,27,1) 0%,rgba(241,47,63,1) 50%,rgba(220,24,96,1) 100%);
    /* border: 2px solid #0000007d; */
    font-size: 35px;
    letter-spacing: 1px;
    margin: 0px auto;
    color: white;
    position: relative;
    padding: 20px 28px;
	border-bottom: 5px solid #e11d58;
}
}
.button-m:active{
	background: linear-gradient(to bottom, #ff8801, #ffc44c);
	top: 2px;
}

}

/*  offer_section   */
}
.offer_section{
	background: #f4f5f7;
	padding: 0 0 25px;
}
.offer_section .box{
	position: relative;
	/* height: 450px; */
}
.offer_section .box>img{
	display: block;
}
.main_title{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 34px;
    
    /* text-shadow: 0 2px 0 #eb7f59; */
    /* font-family: 'Bebas Neue', cursive;*/
    padding: 24px 0;
    background-size: cover;
    background-position-y: center;
    /* filter: hue-rotate(315deg) contrast(1.5); */
    background: black;
}
/* .main_title:before{
	content: '';
	width: 49px;
	height: 50px;
	background: url(../images/chanel_logo.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
} */
.main_subtitle{
	 font-size: 22px;
    line-height: 1.3em;
    text-transform: uppercase;
    padding: 14px 0 12px;
    font-weight: 400;
    background: white;
    text-align: center;
    letter-spacing: 1px;
}

.offer_section .box .sale{
	width: 184px;
	height: 159px;
	background: url(../images/sale.png) 50% 50% no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	filter: hue-rotate(45deg);
}
.offer_section .box .sale span{
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px 0 #ed9a36;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2em;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 82px;
	left: -19px;
	transform: rotate(40deg);
}
.offer_section .box .inst{
	    width: 95px;
    background: linear-gradient(90deg,rgba(248,73,27,1) 0%,rgba(241,47,63,1) 50%,rgba(220,24,96,1) 100%);
    padding: 6px 8px 6px 0;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 13px;
    /* text-transform: uppercase; */
    font-size: 11px;
    line-height: 1.5em;
    font-weight: 600;
    border-radius: 6px 0 0 6px;
    color: white;
}
.offer_section .box .inst span{
	display: block;
	font-size: 15px;
}
.offer_section .box .inst:before{
	content: '';
	width: 52px;
	height: 52px;
	
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -26px;
}
.offer_section .price .promo{
	background: black;
	color: white;
	transform: skew(-15deg);	
	
}
.flavor-stack,
.flavor-stack * {
  box-sizing: border-box;
}

.flavor-stack {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px) clamp(12px, 4vw, 48px);
  color: #fff;
  background:
    radial-gradient(circle at 12% 4%, rgba(244, 196, 48, 0.18), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(28, 145, 70, 0.2), transparent 32%),
    linear-gradient(135deg, #10120c, #1a1209 52%, #080c07);
  overflow: hidden;
}

.flavor-stack__intro {
  max-width: 900px;
  margin: 0 auto clamp(24px, 4vw, 44px);
  text-align: center;
}

.flavor-stack__tag {
  margin: 0 0 8px;
  color: #f4c430;
  font-size: clamp(11px, 1.1vw, 15px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.flavor-stack__intro h2 {
  margin: 0;
  font-size: clamp(34px, 6vw, 78px);
  line-height: 0.94;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow:
    0 4px 0 rgba(0, 0, 0, 0.28),
    0 18px 34px rgba(0, 0, 0, 0.42);
}

.flavor-stack__intro p:not(.flavor-stack__tag) {
  max-width: 760px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(14px, 1.5vw, 19px);
  line-height: 1.45;
}

.flavor-stack__item {
  --taste-main: #f4c430;
  --taste-second: #ff8c24;
  --taste-glow: rgba(244, 196, 48, 0.18);
  --taste-shadow: rgba(244, 196, 48, 0.34);
  --taste-line: linear-gradient(90deg, #f4c430, #ff8c24);

  position: relative;
  overflow: hidden;
  margin: 0 auto clamp(18px, 3vw, 34px);
  max-width: 920px;
  padding: clamp(14px, 2.6vw, 28px);
  border-radius: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(5, 5, 5, 0.94);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.13);
  animation: flavor-card-float 5.5s ease-in-out infinite;
}

.flavor-stack__item::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background:
    radial-gradient(circle at 18% 0%, var(--taste-glow), transparent 34%),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.035), transparent 38%);
}

.flavor-stack__item::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: var(--taste-line);
  box-shadow: 0 0 24px var(--taste-shadow);
}

.flavor-stack__item--banana {
  --taste-main: #ffe35c;
  --taste-second: #ff9f1c;
  --taste-glow: rgba(255, 218, 77, 0.22);
  --taste-shadow: rgba(255, 218, 77, 0.38);
  --taste-line: linear-gradient(90deg, #ffe35c, #ff9f1c);
  animation-delay: 0s;
}

.flavor-stack__item--tropic {
  --taste-main: #ff7a1a;
  --taste-second: #32d66b;
  --taste-glow: rgba(255, 122, 26, 0.22);
  --taste-shadow: rgba(255, 122, 26, 0.38);
  --taste-line: linear-gradient(90deg, #ff7a1a, #ffd43b, #32d66b);
  animation-delay: 0.35s;
}

.flavor-stack__item--amnesia {
  --taste-main: #7bd957;
  --taste-second: #23b35f;
  --taste-glow: rgba(123, 217, 87, 0.2);
  --taste-shadow: rgba(123, 217, 87, 0.34);
  --taste-line: linear-gradient(90deg, #7bd957, #23b35f);
  animation-delay: 0.7s;
}

.flavor-stack__head,
.flavor-stack__image,
.flavor-stack__body {
  position: relative;
  z-index: 2;
}

.flavor-stack__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.flavor-stack__head::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-left: 6px;
  background: linear-gradient(90deg, var(--taste-main), transparent);
  opacity: 0.5;
}

.flavor-stack__head span {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #111;
  background: linear-gradient(135deg, var(--taste-main), var(--taste-second));
  font-size: 18px;
  font-weight: 950;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.26),
    0 0 24px var(--taste-shadow);
}

.flavor-stack__head h3 {
  margin: 0;
  color: transparent;
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    var(--taste-main) 42%,
    var(--taste-second) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(30px, 5vw, 60px);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: none;
  animation: flavor-title-pop 3.8s ease-in-out infinite;
}

.flavor-stack__head p {
  margin: 6px 0 0;
  color: var(--taste-main);
  font-size: clamp(13px, 1.4vw, 17px);
  line-height: 1.2;
  font-weight: 800;
}

.flavor-stack__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: clamp(18px, 2.5vw, 28px);
  overflow: hidden;
  background: #111;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 18px 34px rgba(0, 0, 0, 0.3);
}

.flavor-stack__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.12) contrast(1.04);
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

.flavor-stack__item:hover .flavor-stack__image img {
  transform: scale(1.035);
  filter: saturate(1.22) contrast(1.08);
}

.flavor-stack__body {
  padding-top: 20px;
}

.flavor-stack__body > p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(14px, 1.45vw, 18px);
  line-height: 1.45;
}

.flavor-stack__body ul {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 9px;
}

.flavor-stack__body li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(13px, 1.25vw, 16px);
  line-height: 1.32;
  font-weight: 750;
}

.flavor-stack__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--taste-main), var(--taste-second));
  box-shadow: 0 0 12px var(--taste-shadow);
}

.flavor-stack__button {
  width: 100%;
  min-height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  text-decoration: none;
  background: linear-gradient(135deg, var(--taste-main), var(--taste-second));
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.32),
    0 0 28px var(--taste-shadow);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.flavor-stack__button:hover {
  transform: translateY(-2px);
  filter: saturate(1.15);
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.4),
    0 0 34px var(--taste-shadow);
}

.flavor-stack__composition {
  max-width: 920px;
  margin: clamp(20px, 3vw, 34px) auto 0;
  padding: clamp(18px, 3vw, 28px);
  border-radius: clamp(18px, 2.2vw, 26px);
  background:
    linear-gradient(135deg, rgba(244, 196, 48, 0.14), rgba(31, 141, 65, 0.12)),
    rgba(0, 0, 0, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.13),
    0 18px 42px rgba(0, 0, 0, 0.28);
}

.flavor-stack__composition p {
  margin: 0 0 7px;
  color: #f4c430;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.flavor-stack__composition strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.flavor-stack__composition span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.45;
}

@keyframes flavor-title-pop {
  0%,
  100% {
    filter: brightness(1);
    transform: translateY(0);
  }

  50% {
    filter: brightness(1.18);
    transform: translateY(-1px);
  }
}

@keyframes flavor-card-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 720px) {
  .flavor-stack {
    padding: 28px 10px;
  }

  .flavor-stack__intro {
    margin-bottom: 22px;
  }

  .flavor-stack__tag {
    font-size: 10px;
    letter-spacing: 0.15em;
  }

  .flavor-stack__intro h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 0.92;
  }

  .flavor-stack__intro p:not(.flavor-stack__tag) {
    font-size: 14px;
  }

  .flavor-stack__item {
    padding: 12px;
    border-radius: 22px;
  }

  .flavor-stack__item::after {
    left: 14px;
    right: 14px;
    height: 3px;
  }

  .flavor-stack__head {
    gap: 12px;
    margin-bottom: 14px;
  }

  .flavor-stack__head::after {
    display: none;
  }

  .flavor-stack__head span {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 14px;
    font-size: 15px;
  }

  .flavor-stack__head h3 {
    font-size: clamp(25px, 8vw, 34px);
  }

  .flavor-stack__head p {
    font-size: 12px;
  }

  .flavor-stack__image {
    aspect-ratio: 1 / 1;
    border-radius: 16px;
  }

  .flavor-stack__body {
    padding-top: 16px;
  }

  .flavor-stack__body > p {
    font-size: 14px;
  }

  .flavor-stack__body li {
    font-size: 13px;
  }
.review-flow,
.review-flow * {
  box-sizing: border-box;
}

.review-flow {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 64px) clamp(10px, 4vw, 48px);
  color: #fff;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 8%, rgba(244, 196, 48, 0.18), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(31, 141, 65, 0.2), transparent 34%),
    linear-gradient(135deg, #10120c, #1a1209 52%, #080c07);
}

.review-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.032) 0 1px,
      transparent 1px 44px
    );
  opacity: 0.5;
}

.review-flow__intro,
.review-flow__slider,
.review-flow__cta {
  position: relative;
  z-index: 2;
}

.review-flow__intro {
  max-width: 900px;
  margin: 0 auto clamp(24px, 4vw, 44px);
  text-align: center;
}

.review-flow__tag {
  margin: 0 0 8px;
  color: #f4c430;
  font-size: clamp(11px, 1.1vw, 15px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.review-flow__intro h2 {
  margin: 0;
  font-size: clamp(34px, 6vw, 78px);
  line-height: 0.94;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow:
    0 4px 0 rgba(0, 0, 0, 0.28),
    0 18px 34px rgba(0, 0, 0, 0.42);
}

.review-flow__intro p:not(.review-flow__tag) {
  max-width: 720px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(14px, 1.5vw, 19px);
  line-height: 1.45;
}

.review-flow__slider {
  max-width: 1060px;
  margin: 0 auto;
}

.review-flow__viewport {
  overflow: hidden;
  border-radius: 30px;
}

.review-flow__track {
  display: flex;
  gap: 18px;
  will-change: transform;
  transition: transform 0.45s ease;
}

.review-flow__card {
  --proof-main: #f4c430;
  --proof-second: #ff8c24;
  --proof-glow: rgba(244, 196, 48, 0.22);

  position: relative;
  overflow: hidden;
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 310px;
  padding: clamp(18px, 2.4vw, 26px);
  border-radius: clamp(20px, 2.4vw, 30px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(5, 5, 5, 0.94);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.13);
}

.review-flow__card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, var(--proof-glow), transparent 36%),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.035), transparent 38%);
}

.review-flow__card::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--proof-main), var(--proof-second));
  box-shadow: 0 0 24px var(--proof-glow);
}

.review-flow__card--banana {
  --proof-main: #ffe35c;
  --proof-second: #ff9f1c;
  --proof-glow: rgba(255, 218, 77, 0.24);
}

.review-flow__card--tropic {
  --proof-main: #ff7a1a;
  --proof-second: #32d66b;
  --proof-glow: rgba(255, 122, 26, 0.24);
}

.review-flow__card--amnesia {
  --proof-main: #7bd957;
  --proof-second: #23b35f;
  --proof-glow: rgba(123, 217, 87, 0.22);
}

.review-flow__top,
.review-flow__stars,
.review-flow__card p,
.review-flow__card b {
  position: relative;
  z-index: 2;
}

.review-flow__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.review-flow__avatar {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #111;
  background: linear-gradient(135deg, var(--proof-main), var(--proof-second));
  font-size: 18px;
  font-weight: 950;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.26),
    0 0 22px var(--proof-glow);
}

.review-flow__top h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.review-flow__top span {
  display: block;
  margin-top: 5px;
  color: var(--proof-main);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

.review-flow__stars {
  margin-bottom: 14px;
  color: #f4c430;
  font-size: 17px;
  letter-spacing: 0.08em;
  text-shadow: 0 0 18px rgba(244, 196, 48, 0.32);
}

.review-flow__card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.45;
}

.review-flow__card b {
  display: block;
  width: fit-content;
  margin-top: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #111;
  background: linear-gradient(135deg, var(--proof-main), var(--proof-second));
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.review-flow__nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: #111;
  background: rgba(255, 255, 255, 0.94);
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.review-flow__nav:hover {
  background: #f4c430;
  transform: translateY(-50%) scale(1.08);
}

.review-flow__nav--prev {
  left: -24px;
}

.review-flow__nav--next {
  right: -24px;
}

.review-flow__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.review-flow__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.34);
  transition:
    width 0.25s ease,
    background 0.25s ease;
}

.review-flow__dots button.is-active {
  width: 30px;
  background: linear-gradient(135deg, #f4c430, #1f8d41);
}

.review-flow__cta {
  max-width: 920px;
  margin: clamp(22px, 3vw, 36px) auto 0;
  padding: clamp(18px, 3vw, 28px);
  border-radius: clamp(20px, 2.4vw, 30px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background:
    linear-gradient(135deg, rgba(244, 196, 48, 0.14), rgba(31, 141, 65, 0.12)),
    rgba(0, 0, 0, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.13),
    0 18px 42px rgba(0, 0, 0, 0.28);
}

.review-flow__cta span {
  display: block;
  margin-bottom: 7px;
  color: #f4c430;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.review-flow__cta strong {
  display: block;
  font-size: clamp(24px, 3.4vw, 42px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.review-flow__button {
  min-width: 260px;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  text-decoration: none;
  background: linear-gradient(135deg, #f4c430, #ff8c24);
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(244, 196, 48, 0.22);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.review-flow__button:hover {
  transform: translateY(-2px);
  filter: saturate(1.15);
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.4),
    0 0 34px rgba(244, 196, 48, 0.28);
}

@media (max-width: 980px) {
  .review-flow__card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 720px) {
  .review-flow {
    padding: 30px 10px;
  }

  .review-flow__intro {
    margin-bottom: 22px;
  }

  .review-flow__tag {
    font-size: 10px;
    letter-spacing: 0.15em;
  }

  .review-flow__intro h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 0.92;
  }

  .review-flow__intro p:not(.review-flow__tag) {
    font-size: 14px;
  }

  .review-flow__viewport {
    border-radius: 22px;
  }

  .review-flow__track {
    gap: 12px;
  }

  .review-flow__card {
    flex-basis: 100%;
    min-height: 280px;
    padding: 18px;
    border-radius: 22px;
  }

  .review-flow__nav {
    width: 42px;
    height: 42px;
    font-size: 30px;
  }
@media (max-width: 720px) {
  .review-flow__slider {
    padding-bottom: 0;
  }

  .review-flow__nav {
    position: static;
    transform: none;
    width: 44px;
    height: 44px;
    font-size: 30px;
  }

  .review-flow__nav:hover {
    transform: scale(1.06);
  }

  .review-flow__nav--prev,
  .review-flow__nav--next {
    left: auto;
    right: auto;
  }

  .review-flow__dots {
    margin-top: 16px;
  }

  .review-flow__nav--prev {
    order: 1;
  }

  .review-flow__dots {
    order: 2;
  }

  .review-flow__nav--next {
    order: 3;
  }

  .review-flow__slider {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    gap: 10px;
  }
.order-steps,
.order-steps * {
  box-sizing: border-box;
}

.order-steps {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 64px) clamp(12px, 4vw, 48px);
  color: #fff;
  background:
    radial-gradient(circle at 14% 8%, rgba(244, 196, 48, 0.16), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(31, 141, 65, 0.18), transparent 34%),
    linear-gradient(135deg, #10120c, #1a1209 52%, #080c07);
  overflow: hidden;
}

.order-steps__intro {
  max-width: 900px;
  margin: 0 auto clamp(24px, 4vw, 42px);
  text-align: center;
}

.order-steps__tag {
  margin: 0 0 8px;
  color: #f4c430;
  font-size: clamp(11px, 1.1vw, 15px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.order-steps__intro h2 {
  margin: 0;
  font-size: clamp(34px, 6vw, 78px);
  line-height: 0.94;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow:
    0 4px 0 rgba(0, 0, 0, 0.28),
    0 18px 34px rgba(0, 0, 0, 0.42);
}

.order-steps__grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 22px);
}

.order-steps__item {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: clamp(18px, 2.4vw, 28px);
  border-radius: clamp(20px, 2.4vw, 30px);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(5, 5, 5, 0.94);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.13);
}

.order-steps__item::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #f4c430, #ff8c24, #1f8d41);
  box-shadow: 0 0 24px rgba(244, 196, 48, 0.28);
}

.order-steps__icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  color: #111;
  background: linear-gradient(135deg, #f4c430, #ff8c24);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(244, 196, 48, 0.24);
}

.order-steps__icon svg,
.order-steps__privacy-icon svg {
  width: 58%;
  height: 58%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.order-steps__item h3 {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.order-steps__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.4;
}

.order-steps__privacy {
  max-width: 980px;
  margin: clamp(18px, 3vw, 30px) auto 0;
  padding: clamp(18px, 3vw, 28px);
  border-radius: clamp(20px, 2.4vw, 30px);
  display: flex;
  align-items: center;
  gap: 18px;
  background:
    linear-gradient(135deg, rgba(244, 196, 48, 0.14), rgba(31, 141, 65, 0.12)),
    rgba(0, 0, 0, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.13),
    0 18px 42px rgba(0, 0, 0, 0.28);
}

.order-steps__privacy-icon {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  color: #111;
  background: linear-gradient(135deg, #7bd957, #f4c430);
}

.order-steps__privacy h3 {
  margin: 0 0 7px;
  font-size: clamp(24px, 3.2vw, 42px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.order-steps__privacy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.45;
}

@media (max-width: 720px) {
  .order-steps {
    padding: 30px 10px;
  }

  .order-steps__tag {
    font-size: 10px;
    letter-spacing: 0.15em;
  }

  .order-steps__intro h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 0.92;
  }

  .order-steps__grid {
    grid-template-columns: 1fr;
  }
.site-end,
.site-end * {
  box-sizing: border-box;
}

.site-end {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 64px) clamp(12px, 4vw, 48px);
  color: #fff;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 8%, rgba(244, 196, 48, 0.16), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(31, 141, 65, 0.18), transparent 34%),
    linear-gradient(135deg, #10120c, #1a1209 52%, #080c07);
}

.site-end::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 0 1px,
      transparent 1px 44px
    );
  opacity: 0.45;
}

.site-end__inner {
  position: relative;
  z-index: 2;
}

.site-end__brand {
  max-width: 860px;
  margin: 0 auto clamp(24px, 4vw, 44px);
  text-align: center;
}

.site-end__tag {
  margin: 0 0 8px;
  color: #f4c430;
  font-size: clamp(11px, 1.1vw, 15px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-end__brand h2 {
  margin: 0;
  font-size: clamp(34px, 6vw, 78px);
  line-height: 0.94;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow:
    0 4px 0 rgba(0, 0, 0, 0.28),
    0 18px 34px rgba(0, 0, 0, 0.42);
}

.site-end__brand p:not(.site-end__tag) {
  max-width: 720px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(14px, 1.5vw, 19px);
  line-height: 1.45;
}

.site-end__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 22px);
  max-width: 980px;
  margin: 0 auto;
}

.site-end__col {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 2.4vw, 26px);
  border-radius: clamp(20px, 2.4vw, 30px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(5, 5, 5, 0.94);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.13);
}

.site-end__col::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #f4c430, #ff8c24, #1f8d41);
  box-shadow: 0 0 24px rgba(244, 196, 48, 0.28);
}

.site-end__col h3 {
  margin: 0 0 14px;
  color: #f4c430;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.site-end__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.site-end__col li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(13px, 1.25vw, 16px);
  line-height: 1.35;
  font-weight: 700;
}

.site-end__col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4c430, #1f8d41);
  box-shadow: 0 0 12px rgba(244, 196, 48, 0.34);
}

.site-end__notice {
  max-width: 980px;
  margin: clamp(18px, 3vw, 30px) auto 0;
  padding: clamp(16px, 2.5vw, 24px);
  border-radius: clamp(18px, 2.2vw, 26px);
  background:
    linear-gradient(135deg, rgba(244, 196, 48, 0.1), rgba(31, 141, 65, 0.08)),
    rgba(0, 0, 0, 0.36);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.11),
    0 16px 34px rgba(0, 0, 0, 0.22);
}

.site-end__notice p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(13px, 1.25vw, 16px);
  line-height: 1.45;
  text-align: center;
}

.site-end__bottom {
  max-width: 980px;
  margin: clamp(20px, 3vw, 34px) auto 0;
  padding-top: clamp(16px, 2.5vw, 24px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-end__bottom span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.site-end__bottom a {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  text-decoration: none;
  background: linear-gradient(135deg, #f4c430, #ff8c24);
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.3),
    0 0 24px rgba(244, 196, 48, 0.22);
  transition:
    transform 0.25s ease,
    filter 0.25s ease,
    box-shadow 0.25s ease;
}

.site-end__bottom a:hover {
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.38),
    0 0 30px rgba(244, 196, 48, 0.28);
}

@media (max-width: 720px) {
  .site-end {
    padding: 30px 10px;
  }

  .site-end__tag {
    font-size: 10px;
    letter-spacing: 0.15em;
  }

  .site-end__brand h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 0.92;
  }

  .site-end__brand p:not(.site-end__tag) {
    font-size: 14px;
  }

  .site-end__grid {
    grid-template-columns: 1fr;
  }

  .site-end__col {
    padding: 18px;
    border-radius: 22px;
  }

  .site-end__bottom {
    flex-direction: column;
    text-align: center;
  }

  .site-end__bottom a {
    width: 100%;
  }
}
  .order-steps__item {
    min-height: auto;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .order-steps__icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
  }

  .order-steps__privacy {
    align-items: flex-start;
    padding: 18px;
    border-radius: 22px;
  }

  .order-steps__privacy-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    border-radius: 18px;
  }

  .order-steps__privacy h3 {
    font-size: 24px;
  }
}
  .review-flow__viewport {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .review-flow__nav--prev {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
  }

  .review-flow__dots {
    grid-column: 2;
    grid-row: 2;
    justify-self: center;
  }

  .review-flow__nav--next {
    grid-column: 3;
    grid-row: 2;
    justify-self: start;
  }
}
  .review-flow__nav--prev {
    left: 8px;
  }

  .review-flow__nav--next {
    right: 8px;
  }

  .review-flow__cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 18px;
    border-radius: 22px;
  }

  .review-flow__button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    border-radius: 16px;
    font-size: 18px;
  }
}
  .flavor-stack__button {
    min-height: 54px;
    border-radius: 16px;
    font-size: 19px;
  }

  .flavor-stack__composition {
    padding: 18px;
    border-radius: 18px;
  }

  .flavor-stack__composition strong {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flavor-stack__item,
  .flavor-stack__head h3 {
    animation: none;
  }

  .flavor-stack__image img {
    transition: none;
  }
}
.unskew {
	transform: skew(15deg);
}
.offer_section .price .promo p {
	color: white;
	font-weight: 700;
}
.offer_section .price>div{
	height: 87px;
    width: 33%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.1em;
    padding-top: 16px;
    color: #ffffff;
	background: #1b391b;
}
.offer_section .price div>p{
	font-size: 36px;
	line-height: 1.2em;
}
.offer_section .price div>p small{
	font-size: 0.8em;
}
.offer_section .price .new{
	color: #ffffff;
}
.offer_section .price .new p{
	font-weight: 700;
}
.offer_section .price .old p span{
	text-decoration: line-through;
}
.ofr_bull{
	font-size: 0;
	letter-spacing: -1px;
	text-align: center;
	padding: 40px 0 20px;
	margin: 0 0 20px;
}

.sect2 .box {
	padding: 20px;
}
.sect2 .box>img {
	border-radius: 15px;
	box-shadow: 0 3px 8px 2px #a9a9a98f;
width: 100%;
}
.ofr_bull>li{
	width: 125px;
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    background: black;
    padding: 20px 14px 16px;
    font-size: 18px;
    letter-spacing: normal;
    font-weight: 500;
    line-height: 1.3em;
    border-radius: 10px;
    box-shadow: 0 3px 8px 2px #a9a9a98f;
	color: white;
}
.ofr_bull>li>img{
	max-width: 50%;
    padding-bottom: 10px;
}
.request-section,
.request-section * {
  box-sizing: border-box;
}

.request-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(24px, 5vw, 58px) clamp(10px, 4vw, 48px);
  background:
    radial-gradient(circle at 14% 0%, rgba(244, 196, 48, 0.16), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(31, 141, 65, 0.16), transparent 34%),
    linear-gradient(135deg, #10120c, #1a1209 52%, #080c07);
}

.request-box,
.request-box * {
  box-sizing: border-box;
}

.request-box {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(20px, 4vw, 34px);
  border-radius: clamp(22px, 3vw, 34px);
  color: #fff;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 0%, rgba(244, 196, 48, 0.18), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(31, 141, 65, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(14, 17, 10, 0.96), rgba(8, 8, 6, 0.96));
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.13);
}

.request-box::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.028) 0 1px,
      transparent 1px 44px
    );
  opacity: 0.45;
}

.request-box::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #f4c430, #ff8c24, #1f8d41);
  box-shadow: 0 0 28px rgba(244, 196, 48, 0.34);
}

.request-box__head,
.request-box__grid,
.request-box__btn,
.request-box__note {
  position: relative;
  z-index: 2;
}

.request-box__head {
  margin-bottom: 22px;
  text-align: center;
}

.request-box__tag {
  margin: 0 0 8px;
  color: #f4c430;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.request-box__head h2 {
  margin: 0;
  font-size: clamp(32px, 6vw, 56px);
  line-height: 0.94;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow:
    0 4px 0 rgba(0, 0, 0, 0.28),
    0 18px 34px rgba(0, 0, 0, 0.42);
}

.request-box__head p:not(.request-box__tag) {
  max-width: 540px;
  margin: 12px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.request-box__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}

.request-box__field {
  min-width: 0;
}

.request-box__field--full {
  grid-column: 1 / -1;
}

.request-box__label {
  display: block;
  margin: 0 0 6px;
  color: #f4c430;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* INPUTS: animated border */
.request-box__control {
  position: relative;
  border-radius: 14px;
  padding: 1px;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    #f4c430,
    #ff8c24,
    #1f8d41,
    #f4c430
  );
  background-size: 300% 100%;
  animation: request-border-flow 3.5s linear infinite;
}

.request-box__control::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  border-radius: 13px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.72);
  pointer-events: none;
}

.request-box__field:focus-within .request-box__control {
  animation-duration: 1.4s;
  box-shadow:
    0 0 0 2px rgba(244, 196, 48, 0.12),
    0 0 22px rgba(244, 196, 48, 0.32);
}

.request-box__input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: 0;
  border-radius: 13px;
  outline: none;
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 750;
}

.request-box__input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.request-box__input:focus {
  background: transparent !important;
  box-shadow: none !important;
}

/* SELECTS: clean centered style, no animated border */
.request-box__select-wrap {
  position: relative;
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.58);
  animation: none;
  border: 1px solid rgba(244, 196, 48, 0.38);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 12px 28px rgba(0, 0, 0, 0.22);
}

.request-box__select-wrap::before {
  display: none;
}

.request-box__select-wrap::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  z-index: 4;
  width: 10px;
  height: 10px;
  pointer-events: none;
  border-right: 3px solid #f4c430;
  border-bottom: 3px solid #f4c430;
  transform: translateY(-65%) rotate(45deg);
}

.request-box__select-wrap:focus-within {
  border-color: rgba(244, 196, 48, 0.82);
  box-shadow:
    0 0 0 3px rgba(244, 196, 48, 0.12),
    0 0 18px rgba(244, 196, 48, 0.22);
}

.request-box__select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  height: 48px;
  min-height: 48px;
  padding: 0 46px 0 16px;
  border: 0;
  border-radius: 15px;
  text-align: center;
  text-align-last: center;
  color: #fff !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  font-weight: 850;
  cursor: pointer;
}

.request-box__select:focus {
  outline: none;
  box-shadow: none !important;
}

.request-box__select:required:invalid {
  color: rgba(255, 255, 255, 0.62) !important;
}

.request-box__select option {
  text-align: center;
  color: #111;
  background: #fff;
  font-weight: 800;
}

.request-box__select::-ms-expand {
  display: none;
}

.request-box__btn {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 64px;
  margin-top: 20px;
  padding: 11px 18px;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  color: #111;
  background: linear-gradient(135deg, #f4c430, #ff8c24, #1f8d41);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.38),
    0 0 32px rgba(244, 196, 48, 0.24);
  transition:
    transform 0.24s ease,
    filter 0.24s ease,
    box-shadow 0.24s ease;
}

.request-box__btn:hover {
  transform: translateY(-2px);
  filter: saturate(1.16);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.46),
    0 0 38px rgba(244, 196, 48, 0.3);
}

.request-box__btn-main {
  font-size: clamp(24px, 4vw, 36px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.request-box__btn-side {
  font-size: 11px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.request-box__note {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

@keyframes request-border-flow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 300% 50%;
  }
}

@media (max-width: 720px) {
  .request-section {
    padding: 24px 8px;
  }

  .request-box {
    max-width: 100%;
    padding: 22px 10px;
    border-radius: 24px;
  }

  .request-box__head {
    margin-bottom: 18px;
  }

  .request-box__tag {
    font-size: 10px;
    letter-spacing: 0.15em;
  }

  .request-box__head h2 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 0.92;
  }

  .request-box__head p:not(.request-box__tag) {
    font-size: 13px;
  }

  .request-box__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .request-box__label {
    font-size: 10px;
  }

  .request-box__input {
    height: 44px;
    min-height: 44px;
    border-radius: 12px;
    font-size: 14px;
  }

  .request-box__control {
    border-radius: 13px;
  }

  .request-box__control::before {
    border-radius: 12px;
  }
/* FIX SELECTS — clean single-line style */
.request-box__select-wrap {
  position: relative;
  padding: 0 !important;
  height: 46px;
  min-height: 46px;
  border-radius: 14px;
  overflow: hidden;

  animation: none !important;
  background: rgba(0, 0, 0, 0.52) !important;
  background-size: auto !important;

  border: 1px solid rgba(244, 196, 48, 0.55);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 12px rgba(244, 196, 48, 0.08);
}

/* убираем внутреннюю подложку от обычного input wrapper */
.request-box__select-wrap::before {
  content: none !important;
  display: none !important;
}

/* стрелочка справа */
.request-box__select-wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 4;
  width: 9px;
  height: 9px;
  pointer-events: none;
  border-right: 3px solid #f4c430;
  border-bottom: 3px solid #f4c430;
  transform: translateY(-70%) rotate(45deg);
}

/* сам select */
.request-box__select {
  display: block;
  width: 100%;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 44px 0 16px !important;

  border: 0 !important;
  outline: 0 !important;
  border-radius: 14px !important;

  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  color: #fff !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;

  text-align: center;
  text-align-last: center;

  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

/* focus без двойных линий */
.request-box__select-wrap:focus-within {
  border-color: rgba(244, 196, 48, 0.95);
  box-shadow:
    0 0 0 2px rgba(244, 196, 48, 0.12),
    0 0 16px rgba(244, 196, 48, 0.18);
}

/* placeholder option */
.request-box__select:required:invalid {
  color: rgba(255, 255, 255, 0.62) !important;
}

.request-box__select option {
  color: #111;
  background: #fff;
  font-weight: 800;
}

/* mobile */
@media (max-width: 720px) {
  .request-box__select-wrap {
    height: 44px;
    min-height: 44px;
    border-radius: 13px;
  }

  .request-box__select {
    height: 42px !important;
    min-height: 42px !important;
    border-radius: 13px !important;
    font-size: 14px;
  }
}
  .request-box__select {
    height: 46px;
    min-height: 46px;
    font-size: 14px;
  }

  .request-box__btn {
    min-height: 62px;
    border-radius: 17px;
  }

  .request-box__btn-main {
    font-size: clamp(23px, 8vw, 32px);
  }

  .request-box__btn-side {
    font-size: 10px;
  }

  .request-box__note {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .request-box__control {
    animation: none;
  }
}
.difference{
	font-size: 24px;
	text-align: center;
	margin-bottom: 5px;
}
.difference span{
	width: 135px;
	height: 56px;
	line-height: 56px;
	background: url(../images/difference.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	color: #fff;
	margin-left: -5px;
	font-size: 22px;
	filter: hue-rotate(65deg) contrast(0.95);
}
.offer_section .timer{
	padding: 0 40px;
	margin: 0 auto 10px;
}
.offer_section .timer p{
	text-align: center;
	padding-top: 30px;
	font-size: 24px;
}
.offer_section .el-timer{
	width: 400px;
	margin: 0 auto;
}
.time_circles > div > span{
	font-weight: 700;
	color: #7c667f;
}
.time_circles > div > h4{
	font-weight: 400;
	font-size: 16px !important;
	text-transform: none;
}
.prod_count{
	text-align: center;
	font-size: 18px;
	margin-top: 25px;	
}
.prod_count>span{
	    width: 38px;
    height: 38px;
    border-radius: 50%;
    /* background: linear-gradient(90deg,rgba(248,73,27,1) 0%,rgba(241,47,63,1) 50%,rgba(220,24,96,1) 100%); */
    line-height: 38px;
    text-align: center;
    color: #000;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    border: 1px solid #0000007d;



/* sect2 */ }
.video_block{
	/* width: 420px; */
    /* height: 280px; */
    margin: 16px;
    background: #343434;
    border-radius: 7px;
    /* border: 10px solid #f4f5f7; */
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px 2px rgb(0 0 0 / 27%);
}
.video_block iframe,
.video_block object,
.video_block .youtube{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.sect2>p{
	text-align: center;
	padding: 0 20px;
	margin-bottom: 25px;
}
.sect2>img{
	display: block;
	margin: 0 auto 30px;
}



/*sect3*/
.sect3{
	background: #fee8da;
}
.benef1{
	padding: 0 16px;
}
.benef1>li{
	display: table;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 3px 13px 1px rgb(0 0 0 / 7%);
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.benef1>li:last-child{
	margin-bottom: 0;
}
.benef1>li .img{
	display: flex;
	/* width: 163px; */
	vertical-align: middle;
}
.benef1>li .img img{
	display: block;
	margin: 0 auto;
	height: 200px;
}
.sect3 .benef1>li{
	display: table;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 3px 10px 3px rgb(0 0 0 / 7%);
    background: #fee8da;
    border-radius: 6px;
    overflow: hidden;
}
.sect3 .benef1>li .img img {
    width: 78%;
    padding: 20px;
	height: auto;
		
}
.info-shelf,
.info-shelf * {
  box-sizing: border-box;
}

.info-shelf {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px) clamp(14px, 4vw, 48px);
  color: #fff;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(244, 196, 48, 0.18), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(28, 145, 70, 0.2), transparent 32%),
    linear-gradient(135deg, #10120c, #1a1209 52%, #080c07);
}

.info-shelf::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.055), transparent),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.032) 0 1px,
      transparent 1px 44px
    );
  opacity: 0.5;
}

.info-shelf__top,
.info-shelf__slider,
.info-shelf__composition {
  position: relative;
  z-index: 2;
}

.info-shelf__top {
  max-width: 900px;
  margin: 0 auto clamp(22px, 4vw, 42px);
  text-align: center;
}

.info-shelf__tag {
  margin: 0 0 8px;
  color: #f4c430;
  font-size: clamp(11px, 1.1vw, 15px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.info-shelf__top h2 {
  margin: 0;
  font-size: clamp(34px, 6vw, 78px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow:
    0 4px 0 rgba(0, 0, 0, 0.28),
    0 18px 34px rgba(0, 0, 0, 0.42);
}

.info-shelf__text {
  max-width: 740px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(14px, 1.5vw, 19px);
  line-height: 1.45;
}

.info-shelf__slider {
  max-width: 920px;
  margin: 0 auto;
}

.info-shelf__track {
  position: relative;
  min-height: 720px;
}

.info-shelf__card {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  inset: 0;
  padding: clamp(16px, 2.6vw, 28px);
  border-radius: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(5, 5, 5, 0.94);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.13);
  transform: translateX(24px) scale(0.985);
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease;
}

.info-shelf__card.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative;
  transform: translateX(0) scale(1);
}

.info-shelf__card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.info-shelf__num {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #111;
  background: linear-gradient(135deg, #f4c430, #fff1a6);
  font-size: 18px;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
}

.info-shelf__card-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4.8vw, 58px);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow:
    0 3px 0 rgba(0, 0, 0, 0.28),
    0 12px 26px rgba(0, 0, 0, 0.4);
}

.info-shelf__card-head p {
  margin: 6px 0 0;
  color: #f4c430;
  font-size: clamp(13px, 1.4vw, 17px);
  line-height: 1.2;
  font-weight: 800;
}

.info-shelf__image-wrap {
  position: relative;
}

.info-shelf__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: clamp(18px, 2.5vw, 28px);
  overflow: hidden;
  background: #111;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 18px 34px rgba(0, 0, 0, 0.3);
}

.info-shelf__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.24), transparent 55%),
    radial-gradient(circle at 25% 15%, rgba(255, 255, 255, 0.16), transparent 34%);
}

.info-shelf__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.12) contrast(1.04);
  transform: scale(1.02);
}

.info-shelf__nav {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: #111;
  background: rgba(255, 255, 255, 0.94);
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.info-shelf__nav:hover {
  background: #f4c430;
  transform: translateY(-50%) scale(1.08);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.42),
    0 0 24px rgba(244, 196, 48, 0.3);
}

.info-shelf__nav--prev {
  left: 12px;
}

.info-shelf__nav--next {
  right: 12px;
}

.info-shelf__content {
  padding-top: 20px;
}

.info-shelf__content > p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1.45vw, 18px);
  line-height: 1.45;
}

.info-shelf__content ul {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 9px;
}

.info-shelf__content li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(13px, 1.25vw, 16px);
  line-height: 1.32;
  font-weight: 750;
}

.info-shelf__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f8d41, #f4c430);
  box-shadow: 0 0 12px rgba(244, 196, 48, 0.34);
}

.info-shelf__button {
  width: 100%;
  min-height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  text-decoration: none;
  background: linear-gradient(135deg, #f4c430, #ff8c24);
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(244, 196, 48, 0.22);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.info-shelf__button:hover {
  transform: translateY(-2px);
  filter: saturate(1.15);
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.4),
    0 0 34px rgba(244, 196, 48, 0.28);
}

.info-shelf__dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
}

.info-shelf__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.34);
  transition:
    width 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.info-shelf__dots button.is-active {
  width: 34px;
  background: linear-gradient(135deg, #f4c430, #1f8d41);
}

.info-shelf__dots button:hover {
  transform: scale(1.15);
}

.info-shelf__composition {
  max-width: 920px;
  margin: clamp(22px, 3vw, 34px) auto 0;
  padding: clamp(18px, 3vw, 28px);
  border-radius: clamp(18px, 2.2vw, 26px);
  background:
    linear-gradient(135deg, rgba(244, 196, 48, 0.14), rgba(31, 141, 65, 0.12)),
    rgba(0, 0, 0, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.13),
    0 18px 42px rgba(0, 0, 0, 0.28);
}

.info-shelf__composition span {
  display: block;
  margin-bottom: 7px;
  color: #f4c430;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.info-shelf__composition strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.info-shelf__composition p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.45;
}

@media (max-width: 720px) {
  .info-shelf {
    padding: 28px 12px;
  }

  .info-shelf__top {
    margin-bottom: 22px;
  }

  .info-shelf__tag {
    font-size: 10px;
    letter-spacing: 0.15em;
  }

  .info-shelf__top h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 0.92;
  }

  .info-shelf__text {
    font-size: 14px;
  }

  .info-shelf__track {
    min-height: 0;
  }

  .info-shelf__card {
    padding: 14px;
    border-radius: 24px;
  }

  .info-shelf__card-head {
    gap: 12px;
    margin-bottom: 14px;
  }

  .info-shelf__num {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 14px;
    font-size: 15px;
  }

  .info-shelf__card-head h3 {
    font-size: clamp(26px, 8vw, 34px);
  }

  .info-shelf__card-head p {
    font-size: 12px;
  }

  .info-shelf__image {
    aspect-ratio: 1 / 1;
    border-radius: 18px;
  }

  .info-shelf__nav {
    width: 42px;
    height: 42px;
    font-size: 30px;
  }

  .info-shelf__nav--prev {
    left: 10px;
  }

  .info-shelf__nav--next {
    right: 10px;
  }

  .info-shelf__content {
    padding-top: 16px;
  }

  .info-shelf__content > p {
    font-size: 14px;
  }

  .info-shelf__content li {
    font-size: 13px;
  }

  .info-shelf__button {
    min-height: 54px;
    border-radius: 16px;
    font-size: 20px;
  }

  .info-shelf__composition {
    padding: 18px;
    border-radius: 18px;
  }

  .info-shelf__composition strong {
    font-size: 22px;
  }
}

@media (max-width: 420px) {
  .info-shelf {
    padding: 26px 10px;
  }

  .info-shelf__card {
    padding: 12px;
    border-radius: 22px;
  }

  .info-shelf__num {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 13px;
    font-size: 14px;
  }

  .info-shelf__card-head h3 {
    font-size: clamp(24px, 8vw, 31px);
  }

  .info-shelf__image {
    border-radius: 16px;
  }

  .info-shelf__nav {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .info-shelf__nav--prev {
    left: 8px;
  }

  .info-shelf__nav--next {
    right: 8px;
  }

  .info-shelf__button {
    min-height: 52px;
    font-size: 18px;
  }
}
.sect .benef1>li .text{
vertical-align: middle;
    display: table-cell;
    /* padding: 0 10px 0 22px; */
    width: 224px;
    font-size: 18px;
    text-align: center;
}
.offer_section {
	padding-bottom: 0px;
border-top: 0;
}
.benef1>li .text{
	vertical-align: middle;
	display: table-cell;
	/* padding: 0 10px 0 22px; */
	width: 224px;
	font-size: 18px;
	text-align: center;
	padding: 3px;
}
.benef1>li .text span{
	font-weight: 700;
	display: block;
	font-size: 20px;
	margin-bottom: 8px;
	padding: 0 20px 0 30px;
	text-align: center;
}




/*sect4*/
.sect4 .title span{
	display: block;
}
.sect4 .img{
	position: relative;
	margin-bottom: 25px;
}
.sect4 .img .set{
	width: 102px;
	height: 111px;
	background: url(../images/set_icon.png) 50% 50% no-repeat;
	text-align: center;
	padding-top: 28px;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1.2em;
	color: #fff;
	text-shadow: 0 2px 0 #ea7d55;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 700;
	position: absolute;
	top: 12px;
	left: 17px;
}
.sect4>p{
	padding: 0 20px;
	text-align: center;
	margin-bottom: 30px;
}
.sect4 .img img{
	display: block;
}




/*sect5*/
.sect5{
	background: #7c667f url(../images/s5_bg.jpg) 50% 0% no-repeat;
	padding-top: 30px;
}
.sect5>p{
	padding: 0 20px;
	text-align: center;
	color: #fff;
	filter: drop-shadow(2px 4px 9px black) drop-shadow(2px 4px 6px black);
}
.novelty{
	text-align: center;
	margin-bottom: 30px;
}
.novelty>span{
	background: #f4f5f7;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 12px;
	border-radius: 20px;
	position: relative;
	color: #5e2420;
}
.novelty>span:after{
	content: '';
	width: 54px;
	height: 54px;
	background: url(../images/chanel_logo2.png) 50% 50% no-repeat;
	top: 50%;
	left: 46%;
	position: absolute;
	margin: -27px 0 0 -27px;
}
.novelty>span>span{
	margin-left: 70px;
}




/*sect6*/
.sect6{
	padding-bottom: 1px;
}
.color_list{
	text-align: center;
	font-size: 0;
	display: flex;
}
.color_list>li{
	/* width: 155px; */
	display: inline-block;
	vertical-align: top;
	font-size: 19px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}
.color_list>li>img{
	display: block;
	margin: 0 auto 5px;
}



/*sect7*/
.sect7{
	background: #f4f5f7;
}
.char_list{
	margin-bottom: 20px;
}
.char_list>li{
	padding: 12px 30px 12px 30px;
	font-size: 18px;
}
.char_list>li>b{
	float: left;
}
.char_list>li>b:before{
	content: '';
	width: 10px;
	height: 10px;
	background: #aa3839;
	display: inline-block;
	vertical-align: middle;
	margin-right: 28px;
}
.char_list>li>p{
	padding: 0 0 0 230px;
}
.char_list>li:nth-child(2n){
	background: #fff;
}



/*sect8*/
.sect8 .title span{
	display: block;
}
.sect8 .subtitle{
	text-align: center;
	margin: -20px 0 35px;
	padding: 0 50px;
}
.reviews{
	padding: 0 30px;
	margin-bottom: 40px;
}
.rev_item{
	background: #fff;
    margin-bottom: 25px;
    padding: 25px 0 35px;
    box-shadow: 0 0 9px 2px rgb(0 0 0 / 5%);
    border-radius: 6px;
}
.rev_item .info{
	padding: 0 20px;
	margin-bottom: 15px;
	position: relative;
}
.rev_item .info:before{
	content: '„';
	font-size: 88px;
	line-height: 0px;
	
	font-weight: 700;
	font-family: 'Proxima Nova', serif;
	position: absolute;
	right: 20px;
	top: -5px;
}
.rev_item .info>img{
	float: left;
	border-radius: 50%;
	width: 12%;
}
.rev_item .info p{
	padding: 0 0 0 56px;
	font-size: 18px;
	line-height: 1.3em;
}
.rev_item .info p b{
	font-size: 19px;
	display: block;
}
.rev_item>img{
	display: block;
	margin: 0 auto;
}
.rev_item>p{
	padding: 20px 20px 0;
	font-size: 19px;
}




/*sect9*/
.sect9{
	padding-bottom: 10px;
	border-top: 0;
}
.order_list{
	font-size: 0;
}
.order_list>li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 30px;
	text-align: center;
	padding: 0 35px;
}
.order_list>li>span{
	font-size: 19px;
	font-weight: 700;
	display: block;
	margin-bottom: 4px;
}
.order_list>li:before{
	content: '';
	display: block;
	height: 85px;
	margin: 0 auto 15px;
}
.order_list>li:nth-child(1):before{
	background: url(../images/order_icons.png) 50% 0% no-repeat;
}
.order_list>li:nth-child(2):before{
	background: url(../images/order_icons.png) 50% -85px no-repeat;
}
.order_list>li:nth-child(3):before{
	background: url(../images/order_icons.png) 50% -170px no-repeat;
}
.order_list>li:nth-child(4):before{
	background: url(../images/order_icons.png) 50% -255px no-repeat;
}




.formbox{
	width: 420px;
	margin: 0 auto;
	background: #1f1f1f;
	border-radius: 0px;
	padding: 30px 30px 25px;
	color: #fff;
}
.formbox .action_text{
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.formbox .action_text span{
	text-transform: uppercase;
	font-size: 38px;
	line-height: 1.1em;
	font-family: 'Bebas Neue', sans-serif;
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 20px;
}
.formbox .prod_count span{
	background: #fff;
	color: #7c667f;
}





/* footer */
.footer_section {
	padding: 25px 0;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #222;
	display: block;
}


.time_circles {
    filter: brightness(0.65) contrast(2.1);
}



.pick_title {
	text-align: center;
    color: #fee8da;
    font-weight: 600;
    margin-bottom: 10px;
}

div#pick_color {
    display: flex;
    justify-content: space-between;
    padding: 0 10px 20px;
}

.swatch {
    width: 105px;
    height: 105px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 10px;
    border-radius: 5px;
	background: white;
	position: relative;
}
.swatch img {
    margin-top: -20px;
}
 span.tooltiptext {
    color: #444;
    position: absolute;
    bottom: 0;
}

.swatch.active {
	/* border: 2px solid #f12f3f; */
	box-shadow: 0 0 0 3px #f6c4a5;
    background: #fee8da;
}


.swatch.active  span.tooltiptext {
    color: #de1b5c;
}

