@font-face {
  font-family: 'Mazzard';
  src: url(assets/MazzardM-Medium.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Mazzard';
  src: url(assets/MazzardL-Medium.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Mazzard';
  src: url(assets/MazzardL-Light.woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
}


@font-face {
    font-family: 'Druk';
    font-style: normal;
    font-weight: 400;
    src: url(assets/DrukLCG-Medium.ttf);
}

@font-face {
    font-family: 'Druk';
    font-style: normal;
    font-weight: 700;
    src: url(assets/DrukLCG-Bold.ttf);
}

@font-face {
    font-family: 'Druk';
    font-style: normal;
    font-weight: 800;
    src: url(assets/DrukLCG-Heavy.ttf);
}

@font-face {
    font-family: 'Druk';
    font-style: normal;
    font-weight: 900;
    src: url(assets/DrukLCG-Super.ttf);
}

@font-face {
    font-family: 'Druk';
    font-style: italic;
    font-weight: 400;
    src: url(assets/DrukLCG-MediumItalic.ttf);
}

@font-face {
    font-family: 'Druk';
    font-style: italic;
    font-weight: 700;
    src: url(assets/DrukLCG-BoldItalic.ttf);
}

@font-face {
    font-family: 'Druk';
    font-style: italic;
    font-weight: 800;
    src: url(assets/DrukLCG-HeavyItalic.ttf);
}

@font-face {
    font-family: 'Druk';
    font-style: italic;
    font-weight: 900;
    src: url(assets/DrukLCG-SuperItalic.ttf);
}

@font-face {
    font-family: 'Druk Cond';
    font-style: normal;
    font-weight: 400;
    src: url(assets/DrukCondLCG-Super.ttf);
}

@font-face {
    font-family: 'Druk Cond';
    font-style: normal;
    font-weight: 300;
    src: url(assets/DrukXCondLCG-Super.ttf);
}

@font-face {
    font-family: 'Druk Cond';
    font-style: normal;
    font-weight: 100;
    src: url(assets/DrukXXCondLCG-Super.ttf);
}

@font-face {
    font-family: 'Druk Cond';
    font-style: italic;
    font-weight: 400;
    src: url(assets/DrukCondLCG-SuperItalic.ttf);
}

@font-face {
    font-family: 'Druk Cond';
    font-style: italic;
    font-weight: 300;
    src: url(assets/DrukXCondLCG-SuperItalic.ttf);
}

@font-face {
    font-family: 'Druk Cond';
    font-style: italic;
    font-weight: 100;
    src: url(assets/DrukXXCondLCG-SuperItalic.ttf);
}

@font-face {
    font-family: 'Druk Wide';
    font-style: normal;
    font-weight: 400;
    src: url(assets/DrukWideLCG-Medium.ttf);
}

@font-face {
    font-family: 'Druk Wide';
    font-style: normal;
    font-weight: 700;
    src: url(assets/DrukWideLCG-Bold.ttf);
}

@font-face {
    font-family: 'Druk Wide';
    font-style: normal;
    font-weight: 800;
    src: url(assets/DrukWideLCG-Heavy.ttf);
}

@font-face {
    font-family: 'Druk Wide';
    font-style: normal;
    font-weight: 900;
    src: url(assets/DrukWideLCG-Super.ttf);
}

@font-face {
    font-family: 'Druk Wide';
    font-style: italic;
    font-weight: 400;
    src: url(assets/DrukWideLCG-MediumItalic.ttf);
}

@font-face {
    font-family: 'Druk Wide';
    font-style: italic;
    font-weight: 700;
    src: url(assets/DrukWideLCG-BoldItalic.ttf);
}

@font-face {
    font-family: 'Druk Wide';
    font-style: italic;
    font-weight: 800;
    src: url(assets/DrukWideLCG-HeavyItalic.ttf);
}

@font-face {
    font-family: 'Druk Wide';
    font-style: italic;
    font-weight: 900;
    src: url(assets/DrukWideLCG-SuperItalic.ttf);
}
.form__consent {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  margin: 0;
  color: white;
  font-family: "Mazzard";
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 100;
}

.form__consent_text {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.form__consent_text_link {
      text-decoration: underline;
   color: white;
}

.form-message {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 20px;
  border-radius: 8px;
  font-family: "Mazzard", sans-serif;
  font-size: 14px;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.form-message.success {
  background-color: #ffe257;
  color: black;
}

.form-message.error {
  background-color: #ff4c4c;
  color: white;
}

@media screen and (max-width: 400px) {
    .form__consent_text {
        font-size: 8px;
        
    }
}

@media screen and (max-width: 440px) {
      .form__consent {
        margin-left: 15px;
    }
}
header {
    position: absolute;
    width: 100%;
}

.header__container {
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    z-index: 4;
}

.header__logo {
    margin-top: 18px;
    margin-left: 73px;
    z-index: 4;
}

.header__buttons {
    display: flex;
    gap: 8px;
    margin-right: 60px;
    margin-top: 18px;
    z-index: 8;
    position: relative;
}

.header__button {
    background-color: rgba(255, 229, 87, 0.28);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.header__button_rules {
    font-family: Mazzard;
    font-weight: 300;
    font-size: 18px;
    color: white;
    text-decoration: none;
}

.header__button_FaQ {
    font-family: Mazzard;
    font-weight: 300;
    font-size: 18px;
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 1440px) {
    .header__logo {
        width: 210px;
    }
}

@media screen and (max-width: 768px) {
    .header__logo {
        width: 204px;
    }

    .header__buttons {
        flex-direction: column;
    }
}

@media screen and (max-width: 550px) {
    .header__logo {
        margin-left: 20px;
    }

    .header__button {
        padding: 4px;
    }

    .header__buttons {
        margin-right: 20px;
    }
}

@media screen and (max-width: 450px) {
    .header__logo {
        margin: 65px 0 0 20px ;
        width: auto;
    }

    .header__buttons{
        flex-direction: column;
        align-items: flex-end;
        padding: 0;
    }

    .header__button{
        padding: 5;
    }

   .header__button_rules {
        font-family: Mazzard;
        font-weight: 300;
        font-size: 12px;
        color: white;
        text-decoration: none;
    }

    .header__button_FaQ {
        font-family: Mazzard;
        font-weight: 300;
        font-size: 12px;
        color: white;
        text-decoration: none;
    }
}
.lix {
    position: absolute;
    right: 0;
    bottom: -55px;
    z-index: 4;
    width: 60vw;
}

.lix_mask {
    position: absolute;
    right: 0;
    bottom: -55px;
    z-index: 3;
    width: 60vw;
}

.lix_400 {
    display: none;
}

@media screen and (max-width: 1440px) {
    .lix {
        width: 935px;
        bottom: 10px;
        right: -50px;
    }

    .lix_mask {
        width: 935px;
        bottom: 10px;
        right: -50px;
    }
}

@media screen and (max-width: 1440px) {
    .lix {
        width: 810px;    
    }

     .lix_mask {
        width: 810px;
    }
}

@media screen and (max-width: 1150px) {
    .lix {
        width: 600px;
    }

    .lix_mask {
        width: 600px;
    }
}

@media screen and (max-width: 768px) {
    .lix {
        width: 639px;
        bottom: -50px;
        right: -150px;
    }

    .lix_mask {
        width: 639px;
        bottom: -50px;
        right: -150px;
    }
}

@media screen and (max-width: 450px) {
    .lix {
        width: 935px;
        top: 30px;
        right: -50px;
        display: none;
    }

    .lix_mask {
        width: 935px;
        top: 30px;
        right: -50px;
        display: none;
    }

    .lix_400 {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 4;
        bottom: -43px;
    }
}
.participation__section {
  background-color: rgba(33, 33, 33, 1);
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
  padding-top: 508px;
}

.participation__title {
  font-size: 204px;
  text-transform: uppercase;
  margin: 40px 0 13px 0;
  color: #fff;
  text-align: center;
  font-family: 'Druk Cond';
  font-weight: 400;
}

.participation__steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.participation__arrow_img {
    width: 60px;
}

.participation__step {
  display: flex;
  background: #ffe257;
  flex-direction: column;
  width: 452px;
  height: 110px;
  text-align: center;
}

.participation__step_title {
    font-size: 26px;
    color: rgba(45, 15, 33, 1);
    font-family: "Druk Wide";
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 9px;
}

.participation__step_text_first {
    font-family: "Mazzard";
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 0.9;
    color: rgba(50, 50, 50, 1);
}

.participation__step_text_second {
    font-family: "Mazzard";
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 0.9;
    color: rgba(50, 50, 50, 1);
    margin-top: 2px;
}

.participation__step_text_last {
    font-family: "Mazzard";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1;
    color: rgba(50, 50, 50, 1);
}

@media screen and (max-width: 1800px) {
    .participation__section {
        padding-top: 430px;
    }
}

@media screen and (max-width: 1440px) {
  .participation__title {
      font-size: 153px;
  }

  .participation__step {
      max-width: 339px;
  }

  .participation__step_title {
      font-size: 20px;
  }

  .participation__step_text_first{
      font-size: 18px;
  }

  .participation__step_text_second{
      font-size: 19px;
  }

  .participation__step_text_last{
      font-size: 14px;
  }

    .participation__section {
        padding-top: 250px;
    }
}

@media screen and (max-width: 768px) {
  .participation__title {
        font-size: 110px;
    }

    .participation__step {
        max-width: 339px;
    }

    .participation__step_title {
        font-size: 20px;
    }

    .participation__step_text_first{
        font-size: 18px;
    }

    .participation__step_text_second{
        font-size: 19px;
    }

    .participation__step_text_last{
        font-size: 14px;
    }
}

@media screen and (max-width: 856px) {
    .participation__title {
        margin-bottom: 30px;
    }
    
    .participation__steps {
        flex-direction: column;
    }

    .participation__arrow {
        transform: rotate(90deg);
    }
}

@media screen and (max-width: 450px) {
    .participation__title {
        font-size: 83px;
        font-weight: 300;
    }

    .participation__step {
        max-width: 339px;
    }

    .participation__step_title {
        font-size: 16px;
    }

    .participation__step_text_first{
        font-size: 15px;
    }

    .participation__step_text_second{
        font-size: 15px;
    }

    .participation__step_text_last{
        font-size: 15px;
    }

    .participation__section {
        padding-top: 130px;
    }
}

@media screen and (max-width: 400px) {
    .participation__step {
        max-width: 250px;
        height: auto;
        padding-bottom: 20px;
    }

    .participation__title {
        margin-top: 0;
    }
}
.prize__section {
    position: relative;
    /* background: linear-gradient(180deg, #C97E51 24.91%, rgba(225, 173, 83, 0) 84.72%); */
    background: linear-gradient(to top, rgba(201, 126, 81, 1),rgba(224, 201, 76, 1), rgba(230, 163, 70, 1));
    /* margin-bottom: 270px; */
}

.prize__gradient{
    position: absolute;
    top:0;
    left: 0;
    background: linear-gradient(to top, #C87E51 50%,  #c97c4c, #D08F52);
    height: 100%;
    width: 100%;
    z-index: 6;
}

.prize__domiki {
    position: absolute;
    z-index: 6;
    width: 100%;
    bottom: 0;
}

.prize__decor_rectangle {
    position: absolute;
    z-index: 6;
    right: 70px;
    bottom: 250px;
}

.prize__decor_lines {
    position: absolute;
    z-index: 6;
    right: 70px;
    bottom: 349px;
}

 .prize_cloud_left {
    position: absolute;
    z-index: 6;
    top: 90px;
 }

  .prize_cloud_right_top {
    position: absolute;
    z-index: 6;
    top: 30px;
    left: 35%;
 }

  .prize_cloud_right_bot {
    position: absolute;
    z-index: 6;
     top: 85px;
    left: 30%;
 }

  .prize_sun {
    position: absolute;
    z-index: 6;
    top: -150;
 }

.prize__flame-wrap {
    height: 100px;
}

.prize__flame-bg {
    position: absolute;
    width: 100%;
    top: -330px;
    z-index: 6;
    pointer-events: none; /* чтобы не мешать кликам */
}

.prize__flame-bg_inner {
    top: -300px;
}

.prize__flame-bg img {
    width: 100%;
}

.prize__flame-bg_bottom {
    width: 100%;
    pointer-events: none; /* чтобы не мешать кликам */
    position: relative;
}

.prize__lottery{
    display: flex;
    align-items: center;
    /* background: linear-gradient(rgba(201, 126, 81, 1), rgba(225, 173, 83, 0)); */

    position: relative;
    z-index: 7;
    justify-content: space-between;
}

.prize__img{
    /* width: 830px; */
    width: 41%;
}

.prize__table {
  text-align: center;
  color: white;
  /* padding: 60px 20px; */
  padding-top: 0;
  padding-right: calc(60px + 1rem);
}

.prize__title {
  font-size: 204px;
  text-transform: uppercase;
  font-family: "Druk Cond";
  font-weight: 400;
  text-align: right;
}

.prize__subtitle {
  font-family: "Mazzard", sans-serif;
  font-size: 29px;
  line-height: 1.08;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: end;
}

.prize__grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  /* padding-left: 340px; */
  padding-right: 33px;
  font-size: 22px;
  text-transform: uppercase;
}

.prize {
  font-size: 37px;
  font-weight: 800;
  font-family: "Druk Wide";
  text-align: right;
}

.prize__wrapper{
  padding-left: 40px;
}

.prize__wrapper:not(:last-child) {
  margin-bottom: 45px;
}

.prize__wrapper_full-width {
    width: 100%;
}

.prize span {
  font-family: "Mazzard", sans-serif;
  font-size: 10px;
  display: block;
  margin-top: 2px;
}

.prize__remark {
  font-family: "Mazzard", sans-serif;
  font-size: 19px;
  line-height: 1.08;
  font-weight: 300;
  text-align: right;
}

.prize__note {
  background: #ffe257;
  color: black;
  padding: 8px 16px;
  border-radius: 2px;
  text-transform: uppercase;
  width: 540px;
  font-size: 20px;
  transform: rotate(-2deg);
  font-weight: 500;
  line-height: 1.08;
  font-family: "Druk Wide";
  position: absolute;
  right: calc(60px + 1rem - 10px);
  margin-top: 12px;
}

.prize__promo {
    position: relative;
    display: flex;
    background-color:rgba(255, 229, 87, 1);
    z-index: 6;
    max-width: 1730px;
    margin: 0 auto;
    padding: 15px 20px;
    margin-top: 30px;
}

.prize__promo_code {
    display: flex;
    background-color: white;
    padding: 0 10px;
    align-items: center;
    
}

.prize__promo_fond {
    padding: 10px 14px;
    padding-left: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 1700px) {
    .prize {
        font-size: 25px;
    }

    .prize__lottery {
        min-height: 700px;
    }

    .prize__gradient {
       background: linear-gradient(to top, #C87E51 50%,  #c97c4c, #D08F52, #CA7F51 5%);
    }
}

@media screen and (max-width: 1440px) {
    .prize__title {
        font-size: 153px;
    }

    .prize__subtitle {
        font-size: 22px;
    }

    .prize {
        font-size: 28px;
    }

    .prize__remark {
        font-size: 14px;
    }

    .prize__note {
        font-size: 15px;
    }

    .prize__img {
        width: 725px;
    }

    .prize__promo {
        max-width: 1300px;
        padding: 10px 15px;
        margin-top: 100px;
    }

    .prize__promo_code {
        padding: 10px 15px;
    }

    .prize__domiki {
        top: 350px;
        max-width: 1468px;
    }

    .prize__gradient {
        position: absolute;
        z-index: 4;
        width: 100%;
        height: calc(100%);
        top: 10
    }
}

@media screen and (max-width: 1400px) {
    .prize__promo {
        margin-top: 200px;
    }

    .prize__gradient {
        margin-top: 20px;
    }

     .prize__title {
        font-size: 153px;
    }

    .prize__subtitle {
        font-size: 22px;
    }

    .prize {
        font-size: 28px;
    }

    .prize__remark {
        font-size: 14px;
    }

    .prize__note {
        font-size: 15px;
    }

    .prize__img {
        width: 525px;
    }
}

@media screen and (max-width: 1150px) {
    .prize__table {
        padding-right: 40px;
    }

    .prize {
        font-size: 16px;
    }

    .prize__title {
        font-size: 100px;
    }

    .prize__subtitle {
        font-size: 14px;
    }

    .prize__lottery {
        min-height: auto;
    }

    .prize__img {
        width: 325px;
    }

    .prize_cloud_right_top {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .prize__wrapper {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .prize {
        text-align: center;
    }

    .prize__remark {
        text-align: center;
    }

    .prize__title {
        text-align: center;
    }

    .prize__subtitle {
        text-align: center;
    }

    .prize__lottery {
        flex-direction: column;
    }

    .prize__title {
        font-size: 92px;
    }

    .prize__subtitle {
        font-size: 11px;
    }

    .prize {
        font-size: 16px;
    }

    .prize__remark {
        font-size: 8px;
    }

    .prize__note {
        font-size: 10px;
    }

     .prize__note {
        right: 40px;
        max-width: 300px;
        left: 50%;
        transform: rotate(-2deg) translate(-50%);
    }

    .prize__img {
        width: 413px;
    }

    .prize__promo {
        max-width: 1300px;
        padding: 10px 15px;
        margin-top: 100px;
    }

    .prize__promo_code {
        padding: 10px 15px;
    }

    .prize__domiki {
        top: 350px;
        max-width: 1468px;
    }

    .prize__gradient {
        position: absolute;
        z-index: 4;
        width: 100%;
        height: calc(100%);
        top: 10;
    }

    .prize_cloud_right_bot {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .prize__promo {
        flex-direction: column;
    }

    .prize__table {
        padding: 0;
    }

    .prize__promo_fond {
        margin-top: 10px;
    }

    .prize__section {
        margin-bottom: 40px;
    }

    .prize__flame-bg {
        top: -150px;
    }

    .prize__flame-bg_inner {
        top: -120px;
    }

    .prize_sun {
        width: 40vw;
    }

    .prize_cloud_left {
        display: none;
    }

    .prize_sun {
        display: none;
    }

    .prize_cloud_right_top {
        display: none;
    }
}

@media screen and (max-width: 430px) {
     .prize__gradient {
       background: linear-gradient(to top, #B4844A 5%, #C5874F 5%, #C87E51 50%,  #c97c4c, #D08F52, #CA7F51 5%); 
     }
}

@media screen and (max-width: 400px) {
     .prize__flame-bg {
        top: -132px;
    }

    .prize__flame-bg_inner {
        top: -120px;
    }

    .prize__title {
        font-size: 83px;
    }

    .prize__subtitle {
        font-size: 11px;
    }

    .prize {
        font-size: 21px;
    }

    .prize__remark {
        font-size: 14px;
    }

    .prize__note {
        font-size: 13px;
    }

    .prize__img {
        width: 307px;
    }

    .prize__promo {
        max-width: 490px;
        padding: 10px 15px;
        margin-top: 100px;
    }

    .prize__promo_code {
        padding: 10px 15px;
    }

    .prize__domiki {
        top: 350px;
        max-width: 440px;
    }

    .prize__gradient {
        position: absolute;
        z-index: 4;
        width: 100%;
        height: calc(100%);
        top: 10;
        background: linear-gradient(to top, #C5874F 5%, #C87E51 50%,  #c97c4c, #D08F52, #CA7F51 5%);
    }

    .prize__table {
        margin: 0;
        padding: 0;
    }
   
    .prize__note {
        right: 40px;
        max-width: 300px;
    }

    .prize__promo {
        flex-direction: column;
    }
}

.promo_section {
    overflow: hidden;
    display: flex;
    position: relative;
    justify-content: stretch;
    padding-top: 50px;
    height: calc(100vh + 190px);
    min-height: 1150px;
    background: linear-gradient(to bottom, rgba(229, 135, 111, 1),rgba(224, 201, 76, 1), rgba(230, 163, 70, 1));
    padding-bottom: 190px;
}

.promo__header_svg {
    display: block;
    width: 940px;
    z-index: 4;
}

.promo__header {
    font-family: "Druk Cond";
    font-weight: 400;
    font-size: 297px;
    text-transform: uppercase;
    color: white;
    line-height: 0.9;
    z-index: 4;
}

.promo_right {
    display: flex;
    flex-direction: column;
    padding-left: 86px;
    height: auto;
    overflow: visible;
    z-index: 4;

}

.promo__together {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 229, 87, 1);
    padding: 15px 20px;
    z-index: 4;
    width: fit-content;
}

.promo__together_text {
    color: rgba(45, 15, 33, 1);
    font-family: "Druk Wide";
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
}

.promo__prizes {
    display: flex;     
    align-items: stretch;
    margin-top: 15px;
    flex-wrap: wrap;
    z-index: 4;
    margin-left: 3;
}

.promo__prizes_count {
    background-color: white;
    filter: blur(15.25);
    overflow: visible;
    display: flex;
    flex-direction: row;
    padding: 20px 40px;
    box-shadow: 0 0 30px 5px rgba(255, 229, 87, 0.7);
}

.promo__prizes_count_digit {
    font-family: "Druk Wide";
    font-weight: 700;
    font-size: 100px;
    line-height: 100%;
    letter-spacing: 0%;
}

.promo__prizes_count_text {
    font-family: "Druk Wide";
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.promo__prizes_count_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 15px;
}

.promo__prizes_price {
    background-color: rgba(255, 229, 87, 1);
    filter: blur(15.25); 
    overflow: visible;
    width: fit-content;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    padding: 20px 15px 20px 40px;
    align-self: flex-end;
    box-shadow:
    0 5px 20px rgba(255, 226, 87, 0.5),     
    0 -5px 20px rgba(255, 226, 87, 0.5),    
    5px 0 20px rgba(255, 226, 87, 0.5);   
}

.promo__prizes_price_text {
    font-family: "Druk Wide";
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(45, 15, 33, 1);
}

.promo_glass {
position: absolute;
z-index: 3;
backdrop-filter: blur(10px);
 clip-path: polygon(
    0 0,        
    0 100%,     
    66% 100%,    
    100% 0       
  );
}

.promo_sun {
    position: absolute;
    top: 25%;
    left: 47%;
    border-radius: 50%;
    background: radial-gradient(35.36% 35.36% at 49.99% 50%, #FCEE92 0%, rgba(217, 224, 33, 0) 100%);
    z-index: 1;
    width: 300px;
    height: 300px;
}

.promo_trees {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
}

.promo_trees_left {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}

.promo_wrapper {
    position: relative;
    /* overflow: hidden; */

}

.promo_wrapper_flame {
    position: relative;
    background: linear-gradient(to bottom, rgba(229, 135, 111, 1),rgba(224, 201, 76, 1), rgba(230, 163, 70, 1));
    height: calc(100vh + 00px);
}

.promo_city {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .promo__header_svg {
        width: 711px;
    }

    .promo__header {
        font-size: 223px;
    }

     .promo__together {
        padding: 15px 20px;
    }

    .promo__together_text {
        font-size: 20px;
    }

    .promo__prizes_count {
        padding: 30px 15px;
    
    }

    .promo__prizes_count_digit {
        font-size: 75px;
    
    }

    .promo__prizes_count_text {
        font-size: 30px;
    
    }

    .promo__prizes_price {
        padding: 15px 12px 15px 30px;
    
    }

    .promo__prizes_price_text {
        font-size: 30px;
    
    }

    .promo_glass {
        backdrop-filter: none;
        clip-path: none;
    }

    .promo_city {
        width: 1468px;
    }

    .promo_trees {
        width: 1111px;
        bottom: 125px;;
    }

    .promo_trees_left {
        width: 327px;
    }
}

@media screen and (max-width: 1400px) {
    .promo_city {
        top: 480px;
    }

    .promo_trees {
        top: 220px;
    }

    .promo_glass {
        backdrop-filter: none;
        clip-path: none;
    }
}

@media screen and (max-width: 1150px) {
    .promo__header_svg {
        width: 500px;
    }

    .promo__header {
        font-size: 140px;
    }

    .promo__together_text {
        font-size: 12px;
    }

    .promo__prizes_count_digit {
        font-size: 45px;
    }

    .promo__prizes_count_text {
        font-size: 18px;
    }

    .promo__prizes_price_text {
        font-size: 20px;
    }
    
    .promo_section {
        min-height: 1000px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .promo__header_svg {
        width: 470px;
    }

    .promo__header {
        font-size: 147px;
    }

     .promo__together {
        padding: 6px 20px;
    }

    .promo__together_text {
        font-size: 17px;
    }

    .promo__prizes {
        flex-direction: column;
        align-content: flex-start;
    }

    .promo__prizes_count {
        padding: 10px 20px;
        max-width: 180px;
    }

    .promo__prizes_count_digit {
        font-size: 48px;
    }

    .promo__prizes_count_text {
        font-size: 19px;
    }

    .promo__prizes_price {
        padding: 9px 6px 9px 18px;
    }

     .promo__prizes_price_text {
        font-size: 18px;
    }

    .promo_section {
        max-height: 930px;
    }

    .promo_glass {
        backdrop-filter: none;
        clip-path: none;
    }

    .promo_city {
        width: 828px;
    }

    .promo_trees {
        width: 828px;
        bottom: 125px;;
    }

    .promo_trees_left {
        width: 327px;
    }

    .promo_section {
        padding-top: 100px;
    }
}

@media screen and (max-width: 600px) {
    .promo_sun {
        left: 20%;
    }
}

@media screen and (max-width: 550px) {
    .promo_right {
        padding-left: 20px;
    }

    .promo__header_svg {
        width: 250px;
    }

    .promo__header {
        font-size: 60px;
    }

    .promo__together_text {
        font-size: 14px;
    }

    .promo__prizes_count_digit {
        font-size: 26px;
    }

    .promo__prizes_count_text {
        font-size: 15px;
    }

    .promo__prizes_price_text {
        font-size: 15px;
    }

    .promo__prizes {
        align-items: flex-end;
    }
}

@media screen and (max-width: 450px) {
    .promo_right {
        align-items: center;
        align-content: center;
        padding-left: 13px ;
        margin-top: 30px;
        width: 100%;
        z-index: 5;
    }

    .promo_section {
        padding: 40px 0;
        height: auto;
        min-height: auto;
    }

    .promo__header_svg {
        width: 364px;
        top: 0;
        left: 0;
        margin-top: 30px;
    }

    .promo__header {
        font-size: 36px;
        font-family: "Druk Wide";
        padding: 20 px 0 15px 0;
    }

     .promo__together {
        padding: 7px 10px;
        margin-top: 170px;
    }

    .promo__prizes {
        margin-bottom: 110px;
    }

    .promo__together_text {
        font-size: 13px;
    }

    .promo__prizes_count {
        padding: 10px 20px;
    
    }

    .promo__prizes_count_digit {
        font-size: 48px;
    
    }

    .promo__prizes_count_text {
        font-size: 19px;
    
    }

    .promo__prizes_price {
        padding: 9px 6px 9px 18px;
    
    }

    .promo__prizes_price_text {
        font-size: 18px;
    
    }

    .promo_glass {
        backdrop-filter: none;
        clip-path: none;
    }

    .promo_city {
        width: 1468px;
        display: none;
    }

    .promo_sun {
        top: 0;
        width: 200px;
    }

    .promo_trees {
        width: 1000px;
        bottom: 125px;;
    }

    .promo_trees_left {
        width: 327px;
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .promo__header_svg {
        width: 240px;
    }

    .promo__header {
        font-size: 20px;
    }
}
.registration {
  border: 0.5px solid #ffe257;
  padding: 30px 85px 50px 85px;
  max-width: 1730px;
  margin: 95px auto;
}

.registration__form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(374px, 1fr));
  gap: 22px;
}

.registration__title {
    font-size: 216px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: 'Druk Cond';
    font-weight: 400;
    line-height: 0.9;
    padding-bottom: 25px;
}

.registration__input,
.registration__form select {
  padding: 15px;
  border: none;
  font-size: 36px;
  font-family: 'Mazzard';
  font-weight: 300;
  color: rgba(33, 33, 33, 1);
}

 .registration__input {
    max-height: 70px;
 }

.registration__final {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffe257;
    padding: 8px;
     max-width: 100%;
     max-height: 70px;
     gap: 15px;
}

.registration__submit_button {
  background: #ffe257;
  color: #000;
  padding: 11px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-family: 'Druk Wide';
  font-size: 14px;
  font-weight: 700;
  max-width: 161px;
  max-height: 69px;  
}

@media screen and (max-width: 1440px) {
    .registration__title {
        font-size: 150px;
    }
}

@media screen and (max-width: 768px) {
    .registration__title {
        font-size: 96px;
    }

    .registration__title {
        font-size: 150px;
    }
}

@media screen and (max-width: 450px) {
    .registration__input {
        max-width: 235px;
    }

    .registration {
        padding: 25px;
        margin: 0 auto;
        margin-top: 15px;
    }

    .registration__title {
        font-size: 83px;
        font-weight: 300;
    }

        .registration__form {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .registration__input {
        font-size: 20px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 440px) {
    .registration__final {
        flex-direction: column;
        max-height: 300px;
        height: 150px;
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .description_first {
        font-size: 16px;
    }

    .logo_col {
        width: 200px;
    }
}

@media screen and (max-width: 550px) {
    .logo_col {
        width: 150px;
    }
}

@media screen and (max-width: 450px) {
    .logo_col {
        width: 109px;
    }
}
.code{
    font-family: "Druk Cond";
    font-size: 115px;
    font-weight: 400;
    margin-right: 29px; 
}

@media screen and (max-width: 1440px) {
    .code {
        font-size: 86px;
    }
}

@media screen and (max-width: 768px) {
    .code {
        font-size: 86px;
    }
}

@media screen and (max-width: 600px) {
    .code {
        margin-right: 5px;
    }
}

@media screen and (max-width: 450px) {
    .code {
        font-size: 100px;
    }
}
.description_first {
    font-family: "Druk Wide";
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase;
}

.description_last {
    font-family: "Druk Wide";
    font-weight: 500;
    font-size: 29px;
    text-transform: uppercase;
}

@media screen and (max-width: 1440px) {
    .description_first {
        font-size: 30px;
    }

    .description_first {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .description_first {
        font-size: 30px;
    }

    .description_first {
        font-size: 22px;
    }

    .description_last {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .description_first {
        font-size: 16px;
    }
}

@media screen and (max-width: 450px) {
    .description_first {
        font-size: 16px;
    }

    .description_last {
        font-size: 12px;
    }
}
.glass {
    height: 1148px;
}

.glass_1245 {
    display: none;
}

.glass_400 {
    display: none;
}

@media screen and (max-width: 1440px) {
    .glass {
        display: none;
    }

    .glass_1245 {
        display: block;
        width: 1050px;
    }
}

@media screen and (max-width: 1400px){
    .glass {
        display: none;
    }

    .glass_1245 {
        display: block;
        width: 1000px;
    }
}

@media screen and (max-width: 1150px) {
    .glass_1245 {
        width: 800px;
    }
}

@media screen and (max-width: 768px) {
    .glass {
        display: none;
    }

    .glass_1245 {
        display: block;
        width: 933px;
        display: NONE;
    }
}

@media screen and (max-width: 450px) {
    .glass {
        display: none;
    }

    .glass_1245 {
        display: block;
        width: 933px;
        display: none;
    }
}
.modal {
  inset: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  display: none; /* скрыто по умолчанию */
  align-items: center;
  justify-content: center;
  z-index: 1000;
  flex-direction: column;
}

.modal--visible {
  display: flex;
}

.modal__content {
  background: linear-gradient(180deg, #C97E51 0%, #EABF54 100%);
  padding: 30px;
  border-radius: 10px;
  max-width: 460px;
  width: 90%;
  position: relative;
}

.modal__title {
  font-size: 65px;
  font-family: "Druk Cond";
  color: white;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}

.modal__qr {
  max-width: 160px;
  height: auto;
}

.modal__button {
  display: inline-block;
  background-color: #ffe257;
  color: #000;
  padding: 10px 20px;
  font-family: "Druk Wide";
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 3;
}

.modal__wrapper {
    display: flex;
    flex-direction: row;
    align-items: end;
}

.modal__lix {
    position: absolute;
    bottom: 0;
    right: -145px;
}

.modal__details {
    position: absolute;
    top: 0;
    right: -20px;
}

    .modal__close {
        position: absolute;
        top: -28px;
        right: -14px;
        background: transparent;
        border: none;
        font-size: 50px;
        color: white;
        cursor: pointer;
        z-index: 2;
}

@media screen and (max-width: 490px) {
    .modal__wrapper {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .modal {
        align-items: center;
    }

    .modal__title {
        text-align: center;
    }

    .modal__lix {
        display: none;
    }

}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: rgba(33, 33, 33, 1);
}


p {
    margin: 0;
    padding: 0;
}

.city {
    width: 100%;
}

.section__prizes {
    background-color: rgba(33, 33, 33, 1);
    position: relative;
}



.bottom_flame {
    position: absolute;
    bottom: -560px;
    z-index: 2;
    width: 100%;
}

.bottom_inner {
    position: absolute;
    bottom: -500px;
    z-index: 3;
    width: 100%;
}

.tip {
    margin: 0 auto;
    padding-top: 26px;
    max-width: 1000px;
    color: white;
    font-family: "Mazzard";
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

}

.part_tree_left{
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.part_tree_right{
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.custom-checkbox {
  appearance: none;
  box-sizing: border-box;
  min-width: 32px;
  min-height: 32px;
  outline: 2px solid white;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  padding: 0;
}


.custom-checkbox:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #ffe257;
  border-radius: 50%;
}

.fond {
font-family: "Druk Wide";
font-weight: 700;
font-style: italic;
font-size: 26px;
text-transform: uppercase;
}

.summary {
    font-family: 'Druk Wide';
    font-weight: 800;
    font-style: italic;
    font-size: 67;
    line-height: 100%;
    text-transform: uppercase;
}

/* #MEDIA */

@media screen and (max-width: 1800px) {
    .bottom_flame {
        bottom: -460px;
    }

    .bottom_inner {
        bottom: -420px;
    }
}

@media screen and (max-width: 1440px) {
    .fond {
        font-size: 20px;
    }

    .summary {
        font-size: 51px;
    }

    .tip {
        font-size: 19px;
    }

    .bottom_flame {
        bottom: -300px;
    }

    .bottom_inner {
        bottom: -260px;
    }
}

@media screen and (max-width: 1150px) {
    .summary {
        font-size: 28px;
    }
}


@media screen and (max-width: 768px) {
    .arrow_promo {
        width: 12px;
    }

    .fond {
        font-size: 20px;
    }

    .summary {
        font-size: 51px;
    }

    .tip {
        font-size: 19px;
    }

    .summary {
        font-size: 20px;
    }

    .bottom_flame {
        bottom: -200px;
    }

    .bottom_inner {
        bottom: -180px;
    }
}

@media screen and (max-width: 450px) {
    .fond {
        font-size: 10px;
    }

    .summary {
        font-size: 26px;
    }

    .tip {
        font-size: 13px;
    }
}

@media screen and (max-width: 400px) {
    .custom-checkbox {
        height: 27px;
    }

    .bottom_flame {
        bottom: -150px;
    }

    .bottom_inner {
        bottom: -140px;
    }
}
