@font-face {
  font-family: "Showcard Gothic Cyrillic";
  src: url("../fonts/showcardgothiccyrillic.otf") format("opentype"); /* Относительный путь */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url("../fonts/BrandonGrotesque-Regular.ttf") format('truetype');
  
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Baloo';
  src: url("../fonts/Baloo-Regular.ttf") format('truetype');
  
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  box-sizing: border-box;
  font-family: "Showcard Gothic Cyrillic", sans-serif;
  overflow-x: hidden;
}

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

ul,
ol {
  list-style-type: none;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

.header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}

.header__wrapper--img {
  width: 250px;
  height: 82px;
}

.header__img {
  width: 115px;
  object-fit: cover;
  
}

.main {
  margin: 0 auto;
}

.conteiner {
  max-width: 1240px;
/*  width: 100%;*/
  padding: 0 100px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1180px) {
  .conteiner
{
  padding: 0 25px;
  max-width: 100%;
}
}

@media (max-width: 767px) {
  .conteiner {
    padding: 0px 10px;
  }
}

/* <!-- //////////////////////////////////////////////Hero section///////////////////////////////////////////////////////// --> */

.hero__section {
  width: 100%;
  height: 600px;
  background: radial-gradient(43.19% 248.8% at 68.61% 68.67%, #FC09FC 0%, #A500CD 100%);
  position: relative;
}

.hero__conteiner {
  max-width: 1340px;
  padding-right: 0;
}

.hero__wrapper {
  display: flex;
  justify-content: space-between;
}

.hero__wrapper--info {
  margin-top: 75px;
}

.hero__start--wraper {
  display: flex;
  align-items: center;
}

.hero__start--title {
  color: #fff;
  font-family: "Showcard Gothic Cyrillic", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 3.84px;
  text-transform: uppercase;
}

.hero__specialWrapper--text {
  margin-left: 51px;
  transform: rotate(-5deg) !important;
  display: flex;
  transform: rotate(-2.42deg);
  padding: 10.306px 24.734px;
  width: 190px;
  height: 57px;
  justify-content: center;
  align-items: center;
  gap: 10.306px;
  border: none;
  border-radius: 9.275px;
  background: #38bb00;
  box-shadow: 0px 4.122px 4.122px 0px rgba(0, 0, 0, 0.25);

  color: #fff;
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.hero__paty--text {
  margin-top: -40px;
  color: #fff;

  font-family: "Showcard Gothic Cyrillic", sans-serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.hero__text {
  margin-top: -40px;

  color: #fff;
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 42.55px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.hero__wrapper--gift {
  /*width: 705px;
  height: 705px;*/
  width: 53%;
}

.hero__gift {
  width: 100%;
  object-fit: contain;
  transform: rotate(10.486deg);
}

.hero__btn {
  margin-top: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 87px;
  border-radius: 50px;
  background-color: #fff;
  border: none;

  color: #fd3b5c;
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.48px;
  transition: all 0.3s;
}

.hero__btn:hover,
.hero__btn:focus {
  color: #fff;
  background-color: #fd3b5c;
  box-shadow: 0px 5px 5px #33333345;
  cursor: pointer;
}

.hero__btn--span {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  margin-top: 5px;
}

.hero__btn:hover svg path {
  stroke: #fff;
}

@media (max-width: 1180px) {
  .hero__conteiner {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero__conteiner {
    padding: 0px 15px;
  }
  .hero__wrapper
{
  flex-wrap: wrap;
}
.hero__wrapper--info
{
  order: 2;
  margin-top: 0;
  margin-bottom: 25px;width: 100%;
}
.hero__specialWrapper--text
{
  font-size: 26px;
  margin-left: 15px;
  padding: 10.306px 5px;
  width: 125px;
  height: 43px;
}
.hero__start--title
{
  font-size: 72px;
}
.hero__paty--text
{
  font-size: 96px;margin-top: -10px;
}
.hero__text
{
  font-size: 44px;
  margin-top: 0px;
}
.hero__btn
{
  margin-top: 30px;padding: 17px;
    width: 100%;
}
.hero__wrapper--gift {
  width: 100%;
}
.hero__wrapper--gift img {
  width: 96%;
}
.hero__section
{
  height: auto;
}

}

/* <!-- //////////////////////////////////////////////How It Works section///////////////////////////////////////////////////////// --> */

.howItWork__section {
  padding: 80px 0;
}

.howItWork__wrapper--title {
  max-width: 608px;
  width: 100%;
}

.howItWork__title {
  color: #38bb00;

  font-family: "Showcard Gothic Cyrillic";
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 2.88px;
  text-transform: uppercase;
}

.howItWork__title--text {
  margin-top: 4px;

  color: #372644;
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.96px;
}

.howItWork__list {
  margin-top: 54px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.howItWork__item {
  max-width: 45%;
  width: 100%;
  padding: 16px;
  border-radius: 9px;
}

.howItWork__item--bg1 {
  background-color: rgba(165, 0, 205, 0.1);
}

.howItWork__item--bg2 {
  background-color: rgba(52, 182, 224, 0.1);
}

.howItWork__item--bg3 {
  background-color: rgba(255, 184, 0, 0.1);
}

.howItWork__wrapperItem--info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.howItWork__item-nunber {
  color: #38bb00;
  font-family: "Showcard Gothic Cyrillic";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 3.84px;
}

.howItWork__wrapperItem--img {
  width: 120px;
  height: 105px;
  object-fit: contain;
}
.howItWork__item--boltText
{
  font-size: 30px;
  font-family: 'Baloo', sans-serif;
  font-weight: 500;
}

.howItWork__item-img {
  width: 100%;
  object-fit: contain;
}

.howItWork__item--boltTex {
  color: #372644;
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.howItWork__item--text {
  color: #372644;
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.28px;
}

@media (max-width: 767px) {
  .howItWork__section
{
  padding: 30px 0;
}
.howItWork__title
{
  font-size: 38px;
}
.howItWork__item {
  max-width: 100%;
}
.howItWork__item-nunber {
  font-size: 72px;
}
.howItWork__wrapperItem--info
{
  flex-wrap: wrap;
}
.howItWork__item--boltText
{
  font-size: 36px;
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: 700;
}
.howItWork__item--text
{
  font-size: 24px;
  margin-top: 5px;
}

}

/* <!-- //////////////////////////////////////////////Prizes section///////////////////////////////////////////////////////// --> */

.prizes__section {
  padding: 166px 0 288px 0;
  width: 100%;
  background:linear-gradient(to right, #FFB800, #FBE422, #FFB800, #FFB800);
  position: relative;

}

.prizes__wrapper--img {
  position: absolute;
  top: -300px;
  width: 514px;
  height: 400px;
  object-fit: contain;
}

.prizes__img {
  width: 100%;
  object-fit: contain;
}

.prizes__wrapper--info {
  max-width: 1117px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prizes__wrapper--title {
  max-width: 45%;
  width: 100%;
}
.prizes__title {
  color: #a500cd;
  font-family: "Showcard Gothic Cyrillic";
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.88px;
}

.prizes__wrapper--text {
  display: flex;
  flex-direction: column;
  max-width: 44%;
  width: 100%;

  color: #372644;
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
}

.prizes__text {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .prizes__section
{
  padding-top: 0;
  margin-top: 160px;
  padding-bottom: 35px;
  background: radial-gradient(43.19% 248.8% at 68.61% 68.67%, #FBE422 0%, #FFB800 100%);
}
.prizes__wrapper--img .prizes__img
{
  margin-top: -161px;
}
.prizes__wrapper--img
{
  position: static;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.prizes__wrapper--info
{
  flex-wrap: wrap;
}
.prizes__wrapper--title, .prizes__wrapper--text
{
  max-width: 100%;
}
.prizes__title
{
  font-size: 32px;
  margin-bottom: 20px;
}

}

/* <!-- //////////////////////////////////////////////form section///////////////////////////////////////////////////////// --> */

.form__sections {
  width: 100%;
  padding: 0 0 80px 0;
}

.form__wrapper {
  position: relative;
  background-color: #fff;
  margin-top: -180px;
  padding: 56px 148px 87px 148px;
  border-radius: 24px;
  min-height: 806px;
  filter: drop-shadow(0px 3px 7px rgba(93, 77, 98, 0.1))
    drop-shadow(0px 13px 13px rgba(93, 77, 98, 0.09))
    drop-shadow(0px 28px 17px rgba(93, 77, 98, 0.05))
    drop-shadow(0px 50px 20px rgba(93, 77, 98, 0.01))
    drop-shadow(0px 78px 22px rgba(93, 77, 98, 0));
}

.form__title {
  text-align: center;
  margin-bottom: 36px;

  color: #372644;
  text-align: center;
  font-family: 'Baloo', sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.form__wrapper--blocks {
  display: flex;
  justify-content: space-between;
}

.form__wrapper--block {
  max-width: 45%;
  width: 100%;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form__group--mt {
  margin-top: 52px;
}

.form__group--mt1 {
  margin-top: 37px;
}

.form__group--mt2 {
  margin-top: 29px;
}

.form-groupImg {
  margin-top: 32px;
  display: flex;
  align-items: center;
}

.form__wrapper--img {
  width: 37px;
  height: 35px;
}

.form__groupImg--text {
  margin-left: 8px;
  color: rgba(55, 38, 68, 0.6);
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.778%;
  letter-spacing: 0.15px;
}

.form__label {
  display: block;
  margin-bottom: 24px;

  color: #372644;
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.form__label span
{
  color: #D20918;
}

.form__input {
  height: 24px;
  border: none;
  border-bottom: 1px solid rgba(55, 38, 68, 0.6);
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 18px;
}

.form__input--calendar {
  width: 180px;
  height: 24px;
  border: none;
  border-bottom: 1px solid rgba(55, 38, 68, 0.6);
}
.form_date_group select {
  border: 0;
  border-bottom: 1px solid rgba(55, 38, 68, 0.6);
  background: transparent;
  height: 24px;
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 18px;
  padding: 0 1px;
  color: #897f91;
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../image/downarrow.png') no-repeat;
  background-position: right;
  background-size: 10px;
  padding-right: 20px;
}
.form__input--calendar:focus {
  outline: none;
}

.form__input::placeholder {
  color: rgba(55, 38, 68, 0.6);
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.15px;
}

.form__input:focus {
  outline: none;
}

.form__wrapper--checkbox {
  margin-top: 70px;
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(55, 38, 68, 0.6);
}

.form-group__checkbox {
  display: flex;
  align-items: center;
  position: relative;
}

.form__label--checkbox {
  display: block;
  margin-left: 0px;
  cursor: pointer;
  color: #372644;
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  padding-left: 32px;
}
.form__label--checkbox::before
{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #37264499;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
}
.form-group__checkbox input:checked ~ .form__label--checkbox::after
{
  content: "";
  display: block;
  border: 2px solid #fff;
  width: 5px;
  height: 10px;
  position: absolute;
  left: 8px;
  border-left: 0;
  border-top: 0;
  top: 6px;
  transform: rotate(45deg);
}
.form-group__checkbox input:checked ~ .form__label--checkbox::after
{
  border-color: #37264499;
}
.form-group__checkbox input
{
  position: absolute;
  visibility: hidden;
}
.form-group__checkboxMt {
  margin-top: 35px;
}

.form__link {
  color: #fd3b5c;
  cursor: pointer;
}

.form__btn {
  cursor: pointer;
  margin-top: 60px;
  width: 300px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50px;
  background-color: #38bb00;

  color: #fff;
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.48px;

  transition: background-color 0.3s;
}

.form__btn:hover,
.form__btn:focus {
  background-color: #ffb800;
  box-shadow: 0px 5px 5px #ccc;
}

.form__btn--span {
  margin-left: 8px;
  margin-top: 7px;
}

.form__wrapper--cake {
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: contain;
  width: 372px;
  height: 376px;
}

.form__cake {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .form__sections .conteiner
{
  padding: 0;
}
.form__sections {
  padding-bottom: 0;
}
.form__wrapper
{
  padding: 40px 15px;
  border-radius: 0;
  margin-top: 0;
  filter: none;
  padding-bottom: 67px;
}
.form__title
{
  font-size: 35px;
  margin-bottom: 20px;
}
.form__wrapper--blocks {
  flex-wrap: wrap;
}
.form__wrapper--block {
  max-width: 100%;
}
.form__wrapper--block-sec, .form__group--mt1
{
  margin-top: 30px;
}
.form__group--mt
{
  margin-top: 30px;
}
.form__wrapper--cake
{
  position: static;
  width: 100%;
  height: auto;
  margin-top: 25px;
}
.form__btn
{
  width: 100%;
  margin-top: 33px;
}
.form__wrapper--checkbox
{
  margin-top: 30px;
  border: 0;
  padding-bottom: 0;
}

}

/* <!-- //////////////////////////////////////////////footer section///////////////////////////////////////////////////////// --> */

.footer {
  width: 100%;
  position: relative;
  overflow: hidden;margin-bottom: 60px;
}

.footer img {
  width: 100%;
  height: auto;
}

@media (max-width:767px) {
  .footer
{
  margin-bottom: 40px;
}
}


/* -------------------------Win Party Modal---------------------------------- */

.win_party_modal
{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(28, 29, 29, 0.7);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}
.win_party_inner
{
  background: #A500CD;
  width: 470px;
  padding: 24px;
}
.win_party_content
{
  background: #fff;
  border-radius: 12px;
  text-align: center;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.win_party_content h2
{
  font-size: 54px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.win_party_content h2 .ago-hour
{
  border: none;
  border-radius: 4.61px;
  background: #38bb00;
  box-shadow: 0px 4.122px 4.122px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  font-size: 21px;
  font-family: 'Brandon Grotesque', sans-serif;
  padding: 5.13px 9px 5.13px 9px;
  transform: rotate(-2.42deg);
  margin: 0 5.13px;
}
.win_party_content p
{
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: 700;
  color: #372644;
  font-size: 32px;
  margin-top: 0px;
}
.w-100 {
  width: 100%;
}
.win_party_content .w-100
{
  display: flex;
  justify-content: center;
}
.win_party_content .hero__btn
{
  margin-top: 23px;
  background: #FD3B5C;
  color: #fff;
  padding: 15px 80px;
}
.win_party_content .hero__btn:hover
{
  background: rgb(56, 187, 0);
}
.win_party_inner .spacing {
  padding: 25px;
  display: block;
  padding: 25px 15px;
  padding-bottom: 0;
}
.modalCloseBtn
{
  border: 0;
  background: transparent;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -12px;
  right: 0;
  cursor: pointer;
}
.form__input[type="number"]
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

@media (max-width: 767px) {
  .win_party_inner {
  width: 100%;
    padding: 15px;
    background: transparent;
}
.win_party_content h2
{
  flex-wrap: wrap;
  font-size: 32px;
}
.win_party_content p
{
  font-size: 22px;
}
.win_party_content .hero__btn
{
  font-size: 18px;
  padding: 12px 5px;
  margin-bottom: 30px;
}
.win_party_content
{
  width: 100%;
}
.win_party_inner .spacing
{
  padding: 25px 10px;
  padding-bottom: 0;
  width: 100%;
}

}

/* ----------------------Thankyou------------------------ */

.hero__section_thank
{
  background: linear-gradient(266.38deg, #FC09FC 3.4%, #A500CD 74.89%);
  margin-bottom: 32px;
  padding: 69px 21px;
  padding-bottom: 140px;
}
.hero__section_thank .d-flex
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero__section_thank h2
{
  text-align: center;
  font-size: 96px;
  color: #fff;
}
.hero__section_thank p
{
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  font-family: 'Brandon Grotesque', sans-serif;
}
.hero__section_thank .w-auto {
  width: 33%;
}
.hero__section_thank .hero__btn
{
  background: #38BB00;
  color: #fff;
  border: 0;
  margin: 0px auto;
  margin-top: 40px;
}
.hero__section_thank .hero__btn:hover {
  background: #FFB800;
}

@media (max-width: 767px) {
  .hero__section_thank .d-flex {
    flex-wrap: wrap;
  }
  .hero__section_thank {
    padding: 40px 10px;
    margin-bottom: 40px;
  }
  .hero__section_thank .w-auto {
    width: 100%;
    text-align: center;
  }
  .hero__section_thank .w-auto:first-child {display: none;}
  .hero__section_thank .hero__btn {
    margin-bottom: 30px;
  }
  .hero__section_thank h2 {
    font-size: 72px;
  }
  .hero__section_thank p {
    font-size: 32px;
    margin-top: 15px;
  }
  .hero__section_thank p br {display: none;}
  .hero__section_thank
{
  background: radial-gradient(43.19% 248.8% at 68.61% 68.67%, #FC09FC 0%, #A500CD 100%);
}

}

.error-message {
    font-size: 12px;
    font-family: sans-serif;
    background: red;
    color: #fff;
}

