h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "NeverMind";
  src: url("../fonts/NeverMind-Light.ttf") format("truetype");
  font-weight: 300; /* Light */
  font-style: normal;
}
@font-face {
  font-family: "NeverMind";
  src: url("../fonts/NeverMind-Regular.ttf") format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "NeverMind";
  src: url("../fonts/NeverMind-Medium.ttf") format("truetype");
  font-weight: 500; /* Medium */
  font-style: normal;
}
@font-face {
  font-family: "NeverMind";
  src: url("../fonts/NeverMind-DemiBold.ttf") format("truetype");
  font-weight: 600; /* DemiBold */
  font-style: normal;
}
@font-face {
  font-family: "NeverMind";
  src: url("../fonts/NeverMind-Bold.ttf") format("truetype");
  font-weight: 700; /* Bold */
  font-style: normal;
}
@font-face {
  font-family: "NeverMind";
  src: url("../fonts/NeverMind-Heavy.ttf") format("truetype");
  font-weight: 800; /* Heavy */
  font-style: normal;
}
@font-face {
  font-family: "NeverMind";
  src: url("../fonts/NeverMind-Extrabold.ttf") format("truetype");
  font-weight: 900; /* Extrabold */
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.woff2") format("truetype");
  font-weight: 800; /* Extrabold */
  font-style: normal;
} 
body {
  font-family: "Gilroy", sans-serif;
}

.text-tiny {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 767px) {
  .text-tiny {
    font-size: 8px;
  }
}

.text-tiny-bold {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.text-small-form {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.text-message {
  height: 160px;
}
@media (max-width: 1024px) {
  .text-small-form {
    font-size: 12px;
  }
}

.text-normal {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.text-normal-bold {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}

.text-normal-light {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .text-normal-light {
    font-size: 14px;
  }
}

.text-normal-form {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .text-normal-form {
    font-size: 14px;
  }
}

.text-medium {
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
}

.tex-big {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
.tex-big-usa {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .tex-big {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
  }
  .tex-big-usa {
    font-family: NeverMind;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding-inline: 20px;
    padding-top: 10px;
  }
}

.tex-big-bold {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .tex-big-bold {
    font-size: 20px;
  }
}

.tex-large {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .tex-large {
    font-size: 24px;
    line-height: 32px;
  }
}

.text-small-title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .text-small-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.text-normal-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 900;
  text-align: center;
}
.text-normal-title-usa {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 1024px) {
  .text-normal-title {
    font-size: 32px;
    line-height: 40px;
  }
  .text-normal-title-usa {
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
  }
}

.text-title {
  font-size: 54px;
  line-height: 114%;
  font-weight: 800;
}
.text-title-usa {
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
}
.text-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border-radius: 32px;
  border-width: 1px;
  padding-top: 8px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-left: 24px;
  border: 1px solid #fec92b29;
  background: #141414;
}
@media (max-width: 1024px) {
  .text-title {
    font-size: 32px;
    line-height: 40px;
  }
  .text-title-usa {
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
  }
  .text-subtitle {
    border-radius: 32px;
    border-width: 1px;
    padding-top: 4px;
    padding-right: 16px;
    padding-bottom: 4px;
    padding-left: 16px;
    margin-bottom: 28px;
  }
}


/* HEADER start */

.header {
  margin-bottom: 12px;
}

.header__container {
  width: 100%;
  height: 85px;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__container-usa {
  width: 100%;
  padding-inline: 0;
  max-width: 1440px;
  margin: auto;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-block: 24px;
}

.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 80px;
}

.header__nav-link {
  text-decoration: none;
  font-size: 18px;
  line-height: 133%;
  color: #fff;
  transition: color .3s;

}

.header__socials-list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
}

.header__socials-link {
  display: block;
  width: 48px;
  height: 48px;
}

.header__socials-link svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .header__nav-list {
    column-gap: 60px;
  }
  .header__socials-list {
    column-gap: 30px;
  }
}
@media (max-width: 1024px) {
  .header {
    margin-bottom: 20px;
  }
  .header__container {
    padding-inline: 32px;
    height: 65px;
  }
  .header__nav-link {
    font-size: 16px;
  }
  .header__nav-list {
    column-gap: 25px;
  }
  .header__socials-list {
    column-gap: 24px;
  }
  .header__socials-link {
    width: 42px;
    height: 42px;
  }
  .header__logo {
    width: 65px;
  }
}
@media (max-width: 767px) {
  .header {
    margin-bottom: 30px;
  }
  .header__nav {
    display: none;
  }
}
@media (max-width: 575px) {
  .header__container {
    padding-inline: 20px;
    height: 50px;
  }
  .header__logo {
    width: 47px;
  }
  .header__socials-link {
    width: 32px;
    height: 32px;
  }
}
@media(hover: hover){
  .header__nav-link:hover {
    color: #FEC92B;
  }
}

.header__container-usa svg {
  width: 100px;
  height: 72px;
}


@media (max-width: 1024px) {
  /* .header__container svg {
    width: 150px;
    height: 50px;
  } */
  .header__container-usa svg {
    width: 33.24px;
    height: 24px;
  }
}

@media (max-width: 1024px) {
  .sale-image {
    width: 150px;
    margin-left: 150px;
    position: absolute;
  }
}

/* HERO start */
.hero {
  margin-bottom: 50px;
}
.hero-usa {
  margin-bottom: 197px;
}
@media (max-width: 1024px) {
  .hero {
    margin-bottom: 10px;
  }
}
.hero__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .hero__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .hero__container {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .hero__container {
    /* padding-inline: 0; */
    padding-bottom: 15%;
  }
}
.hero__container::before {
  content: "";
  position: absolute;
  width: 50%;
  aspect-ratio: 1;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  background-color: #fec92b;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.15;
  clip-path: polygon(-100% -100%, 200% -100%, 200% 70%, -100% 70%);
}
.hero__container-usa::after {
  content: "";
  position: absolute;
  /*width: 1239px;*/
  /*height: 974.89px;*/
  width: 80vw; /* 80% от ширины экрана */
  max-width: 1239px; /* Максимальная ширина */
  height: auto; /* Автоматическая высота */
  aspect-ratio: 1239 / 974.89; /* Соотношение сторон */
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/Vector.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media (max-width: 1024px) {
  .hero__container::before {
    width: 80%;
    bottom: 15%;
  }
}
.hero__titleBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .hero__titleBlock {
    row-gap: 24px;
  }
}
.hero__titleBlock h3 {
  background: linear-gradient(90deg, #ff3d1f 33.5%, #ff9c0d 83.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.hero__titleBlock h1 {
  max-width: 956px;
}
.hero__titleBlock h1 span {
  display: inline-block;
  position: relative;
  top: 2px;
}
.hero__titleBlock h1 span svg {
  display: inline-block;
  max-width: 100%;
}
.hero__titleBlock .tex-big {
  font-size: 24px;
  line-height: 133%;
  text-align: center;
}
.hero__titleBlock h1,
.hero__titleBlock h3 {
  text-align: center;
}
.hero__innerBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .hero__innerBlock {
    row-gap: 24px;
  }
  .hero__titleBlock h1 {
    max-width: 525px;
  }
  .hero__titleBlock h1 span {
    display: flex;
    justify-content: center;
    margin-top: 5px;
  }
  .hero__titleBlock .tex-big {
    font-size: 18px;
    max-width: 340px;
  }
}
@media (max-width: 575px) {
  .hero__titleBlock h1 {
    max-width: 300px;
  }
  .hero__titleBlock .tex-big {
    font-size: 16px;
    line-height: 150%;
    max-width: 300px;
  }
  .hero__titleBlock h1 {
    font-size: 24px;
    line-height: 133%;
  }
  .hero__titleBlock h1 span {
    top: -2px;
    margin-top: 0;
  }
  .hero__titleBlock h1 span svg {
    max-width: 160px;
  }
}
.hero__animationHidden {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #080808;
}
.hero__imageBlock {
  position: relative;
  width: 76%;
  margin: auto;
  aspect-ratio: 1.65;
}
@media (max-width: 1024px) {
  .hero__imageBlock {
    width: 100%;
    aspect-ratio: 1.1;
  }
}
.hero__imageBlock::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 70%, #080808 95%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .hero__imageBlock::after {
    background: linear-gradient(to bottom, transparent 45%, #080808 90%);
  }
}
.hero__imageWrapper {
  position: absolute;
}
.hero__imageWrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.hero__imageWrapper--left {
  width: 48%;
  aspect-ratio: 0.82;
  top: 2%;
  left: 0;
}
.hero__imageWrapper--left img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media (max-width: 1024px) {
  .hero__imageWrapper--left {
    width: 50%;
    aspect-ratio: 0.58;
    top: unset;
    bottom: 0;
  }
}
.hero__imageWrapper--right {
  width: 60%;
  aspect-ratio: 1;
  top: 0;
  right: 0;
}
.hero__imageWrapper--right img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media (max-width: 1024px) {
  .hero__imageWrapper--right {
    width: 66%;
    aspect-ratio: 0.8;
    z-index: -1;
  }
}
.hero__bottom {
  position: absolute;
  bottom: 83px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero__bottom {
    row-gap: 20px;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .hero__bottom {
    bottom: 20px;
  }
}
.hero__bottom p {
  font-weight: 300;
}
@media (max-width: 1024px) {
  .hero__bottom p {
    font-size: 14px;
    font-weight: 700;
  }
}
.hero__animationScroll {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}

.timer {
  position: relative;
}
.timer__timer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: rgba(31, 31, 31, 0.54);
  /* backdrop-filter: blur(10px); */
  padding: 10px 30px 14px;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .timer__timer {
    margin: 12px 17px 120px;
    padding: 10px 38px 20px;
  }
}
@media (max-width: 575px) {
  .timer__timer {
    margin: 0 17px 120px;
    padding: 10px 38px 20px;
  }
}
.timer__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.timer__number {
  color: #ffffff;
}

/* GIFTS start */

.gifts {
  padding-top: 30px;
  margin-bottom: 130px;
}
@media (max-width: 1024px) {
  .gifts {
    margin-bottom: 72px;
  }
}
.gifts__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
}
@media (max-width: 1024px) {
  .gifts__container {
    padding-inline: 32px;
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .gifts__container {
    padding-inline: 20px;
  }
}
.gifts__titleBlock {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}
.gifts__titleBlock h2 {
  text-align: center;
}
.gifts__titleBlock .tex-big {
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  max-width: 900px;
}
.gifts__block {
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 16px;
}
@media (max-width: 1024px) {
  .gifts__block {
    grid-template-columns: repeat(4, 1fr);
  }
  .gifts__titleBlock .tex-big {
    font-size: 18px;
    max-width: 680px;
  }
}
@media (max-width: 575px) {
  .gifts__titleBlock .tex-big {
      font-size: 16px;
  }
}
.gifts__item {
  grid-column: span 4;
  border-radius: 24px;
  position: relative;
  border: 1px solid transparent;
  background: #000;
  background-clip: padding-box;
  align-self: flex-start;
}
@media (max-width: 1400px) {
  .gifts__item {
    grid-column: span 6;
  }
  .gifts__item:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 1024px) {
  .gifts__item {
    grid-column: span 4;
  }
}
.gifts__item:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to right, #fec92b, #ff2d27);
}
.gifts__lights {
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: 24px;
  overflow: hidden;
}
.gifts__lights::before,
.gifts__lights::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  background-color: #fec92b;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.2;
  transition: all 0.2s ease;
}
.gifts__lights::before {
  width: 150px;
  top: -50px;
  left: 0;
}
.gifts__lights::after {
  width: 250px;
  bottom: -200px;
  right: -50px;
}
.gifts__lights.open::before {
  top: 0;
  left: 30px;
}
.gifts__lights.open::after {
  bottom: -50px;
}
.gifts__itemTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 24px;
  padding: 24px;
  min-height: 124px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .gifts__itemTop {
    min-height: 80px;
    padding: 8px 24px;
    gap: 3px;
  }
}
.gifts__itemTop h3 {
  color: #fec92b;
}
.gifts__itemTop svg {
  transform: scale(-1);
  flex-shrink: 0;
}
.gifts__itemTop.open svg {
  transform: scale(1);
}
.gifts__itemTopLeft {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
@media (max-width: 1024px) {
  .gifts__itemTopLeft {
    gap: 8px;
  }
}
.gifts__itemContent {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  overflow: hidden;
  padding-inline: 24px;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  position: relative;
}
.gifts__itemContent a {
  flex-shrink: 0;
}
.gifts__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-bottom: 0;
}
.gifts__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.gifts__button {
  margin-top: 8px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .gifts__button {
    margin-bottom: 12px;
  }
}

.super {
  margin-bottom: 116px;
}
@media (max-width: 1024px) {
  .super {
    margin-bottom: 72px;
  }
}
.super__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
@media (max-width: 1024px) {
  .super__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .super__container {
    padding-inline: 20px;
  }
}
.super__titleBlock {
  display: flex;
  align-items: flex-start;
}
.super__block {
  width: 100%;
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 16px;
}
@media (max-width: 1024px) {
  .super__block {
    grid-template-columns: repeat(4, 1fr);
  }
}
.super__item {
  display: flex;
  flex-direction: column;
  grid-column: span 4;
  border-radius: 24px;
  position: relative;
  border: 1px solid transparent;
  background: #000;
  background-clip: padding-box;
  align-self: flex-start;
  height: 100%;
}
@media (max-width: 1400px) {
  .super__item {
    grid-column: span 6;
  }
  .super__item:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 1024px) {
  .super__item {
    grid-column: span 4;
  }
}
.super__item:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to right, #fec92b, #ff2d27);
}
.super__itemTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 24px;
  min-height: 89px;
}
.super__itemTop h3 {
  background: linear-gradient(90deg, #ff4220 0%, #fec42b 100%);
  -webkit-background-clip: text; /* Використовується для вирізання фону у вигляді тексту */
  -webkit-text-fill-color: transparent; /* Робить текст прозорим, щоб було видно фон */
}

.super__itemTop svg {
  transform: scale(-1);
  flex-shrink: 0;
}
.super__itemTop.open svg {
  transform: scale(1);
}
.super__priceBlock {
  position: relative;
  transform: rotate(-10deg);
  top: 6px;
}
.super__newPrice {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 4px 12px;
  border-radius: 30px;
  background-color: #ff2d27;
}
.super__oldPrice {
  position: absolute;
  bottom: 20px;
  right: 7px;
  text-decoration: line-through;
  color: #fec92b;
  z-index: 1;
}

.super__itemContent {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  overflow: hidden;
  padding-inline: 24px;
  /* max-height: 0; */
  transition: max-height 0.3s ease-out;
  position: relative;
  height: 100%;
}
@media(max-width: 767px){
  .super__itemContent {
    display: block;
    max-height: 0;
  }
}
.super__itemContent a {
  flex-shrink: 0;
  margin-top: auto;
}
@media(max-width: 767px){
  .super__itemContent a {
    margin-top: 8px;
  }
}
.super__itemContent::before {
  content: "";
  position: absolute;
  width: 20%;
}
.super__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-bottom: 0;
}
.super__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.super__button {
  margin-top: 8px;
  margin-bottom: 24px;
  text-align: center;
}

.form {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .form {
    margin-bottom: 80px;
  }
}
.form__container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: auto;
  max-width: 968px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 53px;
}
@media (max-width: 1024px) {
  .form__container {
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .form__container {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .form__container {
    row-gap: 24px;
  }
}
.form__titleBlock {
  display: flex;
  align-items: flex-start;
}
.form__titleBlock h2 {
  text-align: center;
}
.form__input {
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 1024px) {
  .form__input {
    row-gap: 8px;
  }
}
.form__input br {
  display: none;
}
.form__input p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form__item {
  width: 100%;
  border-radius: 12px;
  background: rgba(85, 85, 85, 0.2117647059);
  padding: 16px;
  color: #a1a1a1;
  position: relative;
}
.form__item--radio {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 1024px) {
  .form__item--radio {
    row-gap: 8px;
  }
}
.form__item input {
  border: none;
  width: 100%;
  background-color: transparent;
  outline: none;
  color: #ffffff;
}
.form__item input:focus::-moz-placeholder {
  color: transparent;
}
.form__item input:focus::placeholder {
  color: transparent;
}
.form__item input::-moz-placeholder {
  color: #a1a1a1;
}
.form__item input::placeholder {
  color: #a1a1a1;
}
.form__item input:user-invalid {
  color: #fe2b25;
}
.form__item input[type="radio"] {
  display: none;
}
.form__item input[type="radio"]:checked + label {
  background-color: #fec92b;
  color: #070707;
}
.form__item:focus-within {
  color: #ffffff;
}
.form__item:hover {
  color: #ffffff;
}
.form__item:hover input::-moz-placeholder {
  color: transparent;
}
.form__item:hover input::placeholder {
  color: transparent;
}
.form__group {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.form__option {
  width: -moz-min-content;
  width: min-content;
  position: relative;
  border: 1px solid transparent;
  background: #000;
  background-clip: padding-box;
  border-radius: 10px;
  cursor: pointer;
}
.form__option-usa {
  border-radius: 32px;
}
.form__option:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to right, #fec92b, #ff2d27);
}
.form__option-usa:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to right, #fec92b, #fec92b);
}
.form__option label {
  border-radius: 10px;
  cursor: pointer;
  padding: 8px 32px;
}
@media (max-width: 1024px) {
  .form__option label {
    padding: 8px;
  }
}
.form__option:hover {
  background-color: #fec92b;
}
.form__option:hover label {
  color: #070707;
}
.form__button {
  cursor: pointer;
  border: none;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-width: 5px;
  margin: 0;
}

body {
  background-color: #080808;
  color: #ffffff;
}

h1,
h2,
h3,
p,
a {
  color: #ffffff;
}

h1,
h2 {
  /* text-transform: uppercase; */
}

strong {
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #baddf1;
  border-radius: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: #080808;
  transition-property: #080808;
}

.page__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 44px;
  border-radius: 12px;
  text-decoration: none;
  color: #070707;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
.page__button-usa {
  background: #fec92b;
  border-radius: 64px;
}
@media (max-width: 1024px) {
  .page__button {
    padding: 12px 44px;
  }
}
@media (max-width: 575px) {
  .hero .page__button {
    bottom: 20px;
  }
}
.page__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(270deg, #fec92b 0%, #fec92b 45%, #ff3d1f 100%);
  transition: transform 0.5s ease;
}
.page__button:hover:before {
  transform: translateX(43%);
}
/*# sourceMappingURL=style.css.map */

.imgtest {
  padding-top: 5px;
}

.hero__decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Щоб не заважало іншим елементам */
}

.decoration {
  position: absolute;
  max-width: 300px; /* Ширина для адаптації, змініть за потреби */
}

.decoration--left {
  top: 0%; /* Розташування зверху */
  left: 0%; /* Розташування зліва */
}

.decoration--right {
  top: 0%; /* Розташування зверху */
  right: 0%; /* Розташування справа */
}

/* Адаптація для мобільних пристроїв */
@media (max-width: 768px) {
  .decoration {
    max-width: 100px; /* Менші елементи для мобільних */
  }
  .decoration--left {
    top: 0%;
    left: 0%;
  }
  .decoration--right {
    top: 0%;
    right: 2%;
  }
}

/* SECTIONS */

.container {
  width: 100%;
  padding-inline: 80px;
  max-width: 1440px;
  margin: 0 auto;
}

.section {
  padding-top: 30px;
  margin-bottom: 134px;
}

.section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 24px;
  margin-bottom: 48px;
}

.section__title {
  font-size: 56px;
  line-height: 114%;
  font-weight: 800;
}

.section__subtitle {
  display: inline-block;
  font-size: 24px;
  line-height: 113%;
  font-weight: 400;
  text-wrap-style: balance;
}

@media (max-width: 1200px) {
  .section__title {
    font-size: 48px;
  }
  .section__subtitle {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .section__title {
    font-size: 32px;
    line-height: 125%;
  }
  .section__subtitle {
    font-size: 18px;
    line-height: 133%;
  }
  .container {
    padding-inline: 32px;
  }
  .section {
    margin-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .section__subtitle {
    font-size: 16px;
    line-height: 150%;
  }
  .container {
    padding-inline: 20px;
  }
  .section {
    padding-top: 20px;
    margin-bottom: 60px;
  }
}

/* SERVICES */
.services {
  overflow: hidden;

  .services__swiper {
    overflow: visible;
  }

  .services__cards {
    display: flex;
    
    .services__card {
      display: flex;
      align-items: flex-end;
      padding: clamp(16px, 2.3vw, 32px);
      width: calc(33% - 8px);
      max-width: 415px;
      aspect-ratio: 415 / 500;
      border: 1px solid #ffca27;
      border-radius: 20px;
      overflow: hidden;
      cursor: pointer;

      .services__card-img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        transition: opacity .3s;
      }

      .services__card-preview {
        z-index: -3;
        opacity: 1;
      }
      .services__card-hover {
        z-index: -2;
        opacity: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
      }
      .services__card-decor {
        z-index: -1;
        opacity: 0;
      }

      .services__card-title {
        font-size: clamp(18px, 2.2vw, 32px);
        line-height: 125%;
        font-weight: 800;
        color: #fff;
      }
    }
  }

  @media(hover:hover){
    .services__card:hover {
      overflow: visible;
      z-index: 5;
      .services__card-preview {
        opacity: 0;
        transition: opacity .2s;
      }
      .services__card-hover,
      .services__card-decor {
        opacity: 1;
      }
      .services__card-hover {
        transition: opacity .3s;
      }
      .services__card-title {
        color: #070707;
      }
      .services__card-decor {
        transition: opacity 0.2s, transform 0.2s;
        transition-delay: 0s, 0.1s;
        transform: scale(1.15);
        opacity: 1;
      }
    }
  }

  @media (min-width: 1025px) {
    .services__cards {
      flex-wrap: wrap;
      gap: 16px;
    }
    .services__pagination {
      display: none;
    }
  }

  @media (max-width: 1024px) {
    .services__cards {
      .services__card {
        padding: 26px;
        width: 45%;
        max-width: 310px;
        
        .services__card-title {
          font-size: 26px;
        }
      }
    }
  }

  @media (max-width: 767px) {
    .services__cards {
      .services__card {
        padding: 20px;
        max-width: 280px;
        
        .services__card-title {
          font-size: 20px
        }
      }
    }
  }

  @media (max-width: 575px) {
    .services__cards {
      .services__card {
        padding: 16px;
        width: 100%;
        max-width: 220px;
        
        .services__card-title {
          font-size: 18px
        }
      }
    }
  }
}

.services__swiper + .services__pagination {
  margin-top: 40px;
}

.services__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;

  .services__pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #070707;
    box-shadow: 4px 38px 62px 0 rgba(0, 0, 0, 0.5), inset -3px -4px 7px 0 rgba(255, 255, 255, 0.15);
  }

  .services__pagination-bullet--active {
    background-color: #FEC92B;
  }
}

/* QUESTIONS */
.questions {
  .questions__socials-list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
  }

  .questions__socials-link {
    display: block;
    width: 64px;
    height: 64px;
  }

  .questions__socials-link img {
    display: block;
    width: 100%;
    height: 100%;
  }

  @media (max-width: 767px) {
    .section__header .section__subtitle {
      text-wrap-style: initial;
    }
  }
}

/* PARTNERS */
.partners {
  overflow: hidden;
  .partners__swiper {
    overflow: visible;
  }
  .partners__items {
    align-items: center;
    transition-timing-function: linear !important;

    .partners__item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      max-width: 220px;
    }

    .partners__logo {
      width: auto;
      max-width: 100%;
    }
  }
}

/* CASES */
.cases {
  overflow: hidden;
  .cases__swiper {
    overflow: visible;
    
    .cases__item {
      grid-column: span 1;
      max-width: 308px;
      aspect-ratio: 308 / 385;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      padding: clamp(16px, 1.7vw, 24px);
      overflow: hidden;
      cursor: pointer;

      .cases__item-img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        transition: opacity .3s;
      }

      .cases__item-preview,
      .cases__item-hover {
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
      }

      .cases__item-preview {
        z-index: -3;
        opacity: 1;
        
      }
      .cases__item-hover {
        z-index: -2;
        opacity: 0;
      }
      .cases__item-decor {
        z-index: -1;
        opacity: 0;
      }

      .cases__item-category {
        display: inline-block;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
      }

      .cases__item-title {
        font-size: clamp(14px, 1.7vw, 24px);
        line-height: 133%;
        font-weight: 400;
        color: #fff;
        text-wrap-style: balance;
      }

    }
    .cases__item:nth-child(12n + 1),
    .cases__item:nth-child(12n + 6),
    .cases__item:nth-child(12n + 7) {
      grid-column: span 2;
      max-width: 632px;
      aspect-ratio: 632 / 385;
    }

    @media(hover:hover){
      .cases__item:hover {
        overflow: visible;
        z-index: 5;
        .cases__item-preview {
          opacity: 0;
          transition: opacity .2s;
        }
        .cases__item-hover,
        .cases__item-decor {
          opacity: 1;
        }
        .cases__item-hover {
          transition: opacity .3s;
        }
        .cases__item-decor {
          transition: opacity 0.2s, transform 0.2s;
          transition-delay: 0s, 0.1s;
          transform: scale(1.15);
          opacity: 1;
        }
      }
    }
  }

  @media (min-width: 1025px) {
    .cases__items {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }
    .services__pagination {
      display: none;
    }
  }

  @media (max-width: 1024px) {
    .cases__swiper {     
      .cases__item {
        padding: 24px;
        max-width: 260px;

        .cases__item-title {
          font-size: 22px;
        }
        .cases__item-category {
          font-size: 16px;
        }
      }

      .cases__item:nth-child(12n + 1),
      .cases__item:nth-child(12n + 6),
      .cases__item:nth-child(12n + 7) {
        max-width: 533.5px;
      }
    }
  }
  @media (max-width: 575px) {
    .cases__swiper {     
      .cases__item {
        padding: clamp(8px, 3.5vw, 20px);
        max-width: 50%;
        width: 50%;
        aspect-ratio: 134 / 165;

        .cases__item-title {
          font-size: clamp(12px, 3.5vw, 22px);
        }
        .cases__item-category {
          font-size: 12px
        }
      }

      .cases__item:nth-child(12n + 1),
      .cases__item:nth-child(12n + 6),
      .cases__item:nth-child(12n + 7) {
        padding: clamp(8px, 3.5vw, 20px);
        width: 100%;
        max-width: 100%;
        aspect-ratio: 272 / 165;
      }
    }
  }
  
}

/* FOOTER */
.footer {
  padding-block: 32px;
  
  a {
    text-decoration: none;
    transition: color .3s;
  }
  @media(hover: hover) {
    a:hover {
      color: #FEC92B;
    }
  }
  
  .footer__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 48px;
  }

  .footer__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 48px;
  }

  .footer__item-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
  }

  .footer__link,
  .footer__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
  }

  .footer__socials-list {
    display: flex;
    column-gap: 16px;
  }

  .footer__socials-link {
    display: block;
    width: 40px;
    height: 40px;
  }

  .footer__socials-link img {
    display: block;
    width: 100%;
  }

  .footer__contacts-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }

  .footer__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    column-gap: 10px;
  }

  .footer__copyright {
    margin-left: auto;
  }

  @media(max-width: 1200px) {

    .footer__item {
      row-gap: 30px;
    }

    .footer__item-title {
      font-size: 26px;
    }

    .footer__link,
    .footer__text {
      font-size: 20px;
    }
  }

  @media(max-width: 1024px) {
    .footer__content {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      row-gap: 56px;
    }
    .footer__item {
      text-align: center;
      align-items: center;
      row-gap: 24px;
    }

    .footer__item-title {
      font-size: 26px;
    }

    .footer__link,
    .footer__text {
      font-size: 20px;
    }

    .footer__contacts-list {
      align-items: center;;
    }

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

    .footer__logo {
      margin-bottom: 40px;
    }

    .footer__copyright {
      order: 2;
      text-align: center;
      margin-left: initial;
      margin-top: 24px;
      max-width: 300px;
    }
  }

  @media(max-width: 575px) {

    .footer__item-title {
      font-size: 18px;
    }

    .footer__link,
    .footer__text {
      font-size: 16px;
    }

  }
}

/* POPUP */
.fancybox__slide {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.fancybox__slide::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
}

.is-compact .fancybox__content>.f-button.is-close-btn {
  top: 10px !important;
  right: 10px !important;
}

.popup.cases__popup {
  width: calc(100% - 20px);
  max-width: 880px;
  border-radius: 24px;
  box-shadow: 4px 38px 62px 0 rgba(0, 0, 0, 0.5), inset -3px -4px 7px 0 rgba(255, 255, 255, 0.15);
  background: #080808;
  color: #fff;
  padding-bottom: 50px;

  .popup__container {
    width: 100%;
    max-width: 680px;
    padding-inline: 24px;
    margin: 0 auto;
  }

  .popup__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    color: #fff;
    text-align: center;
  }

  .popup__title-additional {
    margin-bottom: 44px;
  }

  .popup__preview {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 20px auto;
    position: relative;
    z-index: -1;
  }

  .popup__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 38px;
  }

  .popup__goals {
    background-color: #070707;
    border-radius: 24px;
    box-shadow: 4px 38px 62px 0 rgba(0, 0, 0, 0.5), inset -3px -4px 7px 0 rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(0, 0, 0, .8);
    padding: 22px 24px;
    margin-bottom: 14px;
  }

  .popup__goals + .popup__title-additional {
    margin-top: 64px;
  }

  .popup__goals-title {
    font-family: 'NeverMind', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 133%;
    color: #FEC92B;
    margin-bottom: 24px;
  }

  .popup__goals-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }

  .popup__goals-item {
    display: flex;
    align-items: flex-start;
    column-gap: 8px;
    font-family: 'NeverMind', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 171%;
  }

  .popup__goals-list,
  .popup__goals-item {
    list-style: none;
  }

  .popup__goals-item::before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 24px;
    height: 22px;
    background-image: url('../img/checked-new.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    top: 4px;
    -webkit-appearance: none;
    appearance: none;
  }

  .popup__additional {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    row-gap: 24px;
  }

  .popup__additional-img {
    display: block;
    width: auto;
    max-width: 100%;
  }

  @media(max-width: 767px) {
    padding: 40px 0;
  }

  @media(max-width: 575px) {
    width: 100%;
    padding: 45px 5px 30px;

    .popup__container {
      padding-inline: 16px;
    }

    .popup__title {
      font-size: 18px;
      line-height: 133%;
    }

    .popup__title-additional {
      margin-bottom: 40px;
    }

    .popup__preview {
      margin: 0 auto;
    }

    .popup__description {
      text-align: left;
      margin-bottom: 15px;
    }

    .popup__goals-item {
      font-size: 14px;
      line-height: 129%;
    }

    .popup__goals + .popup__title-additional {
      margin-top: 40px;
    }
  }
}