@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Normalize */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: normal;
}

html, button, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, select, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}

img {
  max-width: unset;
}

html, body {
  color: #1B0B23;
  font-family: "Roboto Flex";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  color: #FFF;
  text-decoration: underline;
}

/* Стилізація скроллбара у браузерах на базі WebKit */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #FFF600;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #FFF600;
}

::-webkit-scrollbar-track {
  background: #D1B5F8;
  border-radius: 10px;
}

::-webkit-scrollbar-button {
  display: none;
} 

/* Main styles */

body {
  background-color: #F4DEFF;
}

.header {
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/ak3/background_1.png') center / cover no-repeat;
}

.header__bg-money {
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/ak3/background_money.png') top center / auto no-repeat;
}

.header__note {
  color: rgba(27, 11, 35, 0.60);
  text-align: center;
  font-family: "Roboto Flex";
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 100%;
}

.header__logo {
  width: 6.66rem;
  height: 1.66rem;
  margin-top: 8px;
}

.header__text {
  font-size: 2rem;
  font-weight: 900;
  line-height: 130%;
}

.header__main {
  max-width: 46.25rem;
  padding: 2rem 1rem;
  border-radius: 1rem;
  border: 0.35rem solid var(--gradient, #8C39FF);
  background: rgba(255, 255, 255, 0.80);
  text-align: center;
  margin: 0 auto;
  margin-top: 4.46rem;
}

.header__maintext {
  font-size: 4.5rem;
  font-weight: 900;
  background: linear-gradient(200deg, #8C39FF 0.9%, #0123FF 99.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__maintext--uah {
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 120%;
  color: #FFF600;
}

.header__maintext--note {
  font-size: 1.5rem;
  font-weight: 200;
}

.header__section {
  background: #0123FF;
  color: #fff; 
  padding: 1.166rem 0.63rem;
  text-align: left;
  position: relative;
  overflow-x: clip;
}

.header__section-div {
  max-width: 900px;
  margin: 0 auto;
}

.header__img-sp {
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 22rem;
  height: auto;
  z-index: 1;
}

.header__section-p {
  font-size: 2.33rem;
  font-weight: 900;
  line-height: 130%;
}

.header__section-note {
  font-size: 1.5rem;
  font-weight: 900;
}

.toptovar {
  background: linear-gradient(200deg, #8C39FF 0.9%, #0123FF 99.1%);
  margin-top: 5.21rem;
  padding: 1rem;
}

.toptovar__card {
  margin: 0 auto ;
  max-width: 1100px;
  height: unset;
  color: #fff;
  font-family: "Roboto Flex";
}

.toptovar_title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 120%;
  min-height: unset;
  flex-grow: unset;
  font-family: unset;
}

.toptovar_title--additional {
  text-align: center;
  font-family: "Roboto Flex";
  font-size: 0.83rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.toptovar__tovar_desc {
  font-size: 0.83rem;;
}

.toptovar_old_price{
	color: rgba(255, 255, 255, 0.80);
  text-decoration: line-through rgba(255, 255, 255, 0.80);
}

.timer__top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  font-family: "Roboto Condensed";
  font-size: 0.58em;
  font-style: normal;
  font-weight: 700;
  padding: 0.7rem;
  background: #239800;
  color: #fff;
}

.timer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: "Roboto Flex";
  font-size: 1rem;
  font-weight: 700;
  padding: 0.7rem;
  background: #D8FFD7;
  color: #0B1623;
}

.timer {
  color: #0B1623;
  text-align: center;
  font-family: "Roboto Flex";
  font-size: 1.66rem;
  font-weight: 900;
  white-space: nowrap;
}

.steps {
  max-width: 1100px;
  margin: 0 auto;
}

.steps__box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  border-radius: 8px;
  background: rgba(209, 181, 248, 0.40);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
  font-size: 0.66rem;
  width: 100%;
  max-height: 160px;
  max-width: 255px;
  position: relative;
}

.steps_arrow {
  position: absolute;
  z-index: 1;
  top: 25px;
  right: -30px;
}

.attention {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: #FF0004;
  padding: 12px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.16rem;
}

.attention__win {
  font-size: 1.33rem;
  font-weight: 900;
  line-height: 120%;
}

.footer {
  background: #1B0B23;
}

.footer__content {
  max-width: 1100px;
  margin: 0 auto;
}

.footer__logo {
  width: 7.92rem;
  height: 1.92rem;
}

.footer__rules {
  font-family: "Roboto Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #fff;
}

.animated-button {
  padding: 12px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 900;
  background-color: #FFF600;
  color: #0B1623;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  animation: pulsate 3s infinite ease-in-out;
  /* width: 100%; */
}

.animated-button:hover {
  background-color: #FFFCAC;
}

@keyframes pulsate {
  0% {
    width: 492px;
  }
  50% {
    width: 540px;
  }
  100% {
    width: 492px;
  }
}

@media (max-width: 1400px) {
  html {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 18px;
  }
  .header__img-sp {
    width: 15rem;
    left: 75%;
  }
  img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 16px;
  }

  .steps__box {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 14px;
  }

  .header {
    background: url('https://cloud.devtome.top/domains/prizeme.com.ua/ak3/background_1_mobile.png') center / cover;
  }

  .header__section-p {
    font-size: 1.33rem;
    font-weight: 900;
  }

  .header__section-div {
    font-weight: 500;
    font-size: 1rem;
  }

  .toptovar__card {
    max-width: 320px;
  }

  /* img {
    max-width: unset;
  } */

  .steps_arrow {
    display: none;
  }

  .footer__rules {
    font-size: 12px;
  }

  .header__bg-money {
    background: url('https://cloud.devtome.top/domains/prizeme.com.ua/ak3/background_money_mobile.png') center / cover no-repeat;
    top: -40px;
  }

  @keyframes pulsate {
    0% {
      width: 320px;
    }
    50% {
      width: 290px;
    }
    100% {
      width: 320px;
    }
  }
}

/* order_form */
.order-form__wrap {
  font-family: "Roboto Flex";
  color: #1B0B23;
  border-radius: 16px;
  background: #D1B5F8;
}

.order-form,
.order-form__top {
  background: transparent;
  box-shadow: none;
}

.order-form__bottom {
  display: block;
  padding: 16px 40px;
  background: #fff;
  border-radius: 0 0 16px 16px;
}

.order-form__bottom::before {
  content: none;
}

@media (max-width: 576px) {
  .order-form__bottom {
    padding: 10px 5px;
  }
}

.order-form__top-title {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 1.2rem */
  text-transform: uppercase;
  color: #1B0B23;
}

.order-form__input {
  border-radius: 4px;
  border: 1px solid #1B0B23;
  background: #F4DEFF;
  color: #1B0B23;
}

.order-form__product, .order-form__agreement {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  padding: 0;
}

.order-form__agreement {
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.order-form__product-check {
  background: none;
  width: 16px;
  height: 16px;
}

.order-form__order-holder {
  border-radius: 4px;
  background: #F4DEFF;
  color: #0B1623;
  font-family: "Roboto Flex";
  padding: 16px;
}

.order-form__order-holder::before {
  content: none;
}

.order-form__order-header {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.order-form__product-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.order-form__delivery-holder, .order-form__payment-holder {
  display: block;
}

.select-selected {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.20);
  color: rgba(255, 255, 255, 0.60);
  padding: 12px 16px;
  font-size: 16px;
}

.select-selected:after {
  content: none;
}

.select-selected.default {
  /* color: rgba(255, 255, 255, 0.60); */
  font-weight: 400;
}

.-pn-container input {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.60);
  background: none !important;
  outline: none;
  box-shadow: none !important;
  line-height: 1.5;
  cursor: pointer;
  color: #1B0B23;
  padding: 8px 30px 8px 8px;
}

.-pn-city_ul-holder,
.-pn-post_ul-holder {
  border: none;
}

.-pn-container ul {
  background: #D1B5F8;
}

.-pn-container .--pn-choosen input {
  color: #1B0B23;
}

.-pn-cancel-button {
  top: 50%;
  right: 14px;
  transform: translateY(-50%) scale(1.5, 1);
}

.order-form__delivery-payment-holder {
  padding: 24px 0 0;
}

.order-form__input.error,
.order-form__delivery-payment-holder .error {
  border: 1px solid #c60000;
  animation: error_shake 0.5s both;
}

.order-form__guarantee {
  background: #FFF94B;
  padding: 10px 40px;
  font-size: 12px;
  color: #222;
  font-weight: 400;
  border-radius: 4px;
  margin-top: 16px;
}

.order-form__guarantee .bold {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.3;
  color: #1F7500;
  text-align: center;
  margin-bottom: 5px;
}

.order-form__total-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 10px;
  font-weight: 400;
}

.order-form__total-block>div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  min-width: 220px;
}

.order-form__send-btn {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  height: 48px;
}

.order-form__attention {
  text-align: center;
  font-size: 14px;
  color: #FF0004;
  padding: 10px;
}

.order-popUp {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 850px;
  border-radius: 16px;
  background: linear-gradient(200deg, #8C39FF 0.9%, #0123FF 99.1%);
  color: #fff;
  font-family: "Roboto Flex";
}

.order-popUp__footer {
  padding: 1rem;
  margin-top: 2rem;
  max-width: 26.25rem;
  border-radius: 16px;
  border: 2px solid #FFF600;
  background:  rgba(11, 22, 35, 0.40);
  font-size: 1rem;
  color: #FFF600;
  text-align: center;
}

.order-popUp__footer--text {
  font-size: 0.65rem;
  font-weight: 400;
  margin: 0.5rem 0;
}

.close_popup {
  align-self: flex-end;
}