.but_vk:hover, .but_vk:active,.but_vk:focus {
  background: #d89504 url('images/carret.png') no-repeat 94% 50%;
  color:#fff
}
.but_vk {

  z-index: 9;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0;
  width: 320px;
  height: 50px;
  border: none;
  background: #f0a400 url('images/carret.png') no-repeat 94% 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #ffffff;
  /* text-transform: uppercase; */
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.15s;
  margin: 10px;
}
.form-claim--button_save--result.error {
  color: #bf0000;
}
.form-claim--button_save--result {
  color: #005d22;
}
.page-body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  font-family: "Gotham Pro", Helvetica, arial, sans-serif;;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
}

.img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.lottery-container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 55px;
}

.lottery {
  padding-block: 80px;
  min-height: 100vh;
  background-image: url(./images/background-3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* lottery__promo-wrap */
.lottery__promo-wrap {
  margin-bottom: 40px;
}

.lottery__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-left: 350px;
  background: url("./images/clock.png") no-repeat  left top / 320px 300px;
}

.lottery__title {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 81px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.lottery__descr-wrap {
  position: relative;
  margin-bottom: 34px;
}

.lottery__descr {
  position: relative;
  z-index: 1;
  margin-block: 0;
  max-width: 662px;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
  text-align: right;
}

.lottery__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
  width: 270px;
  height: 70px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  border-radius: 5px;
  color: #ffffff;
  background: #f0a400;
  text-decoration: none;
  transition: background-color 0.15s;
}

.lottery__link:hover {
  background: #d89504;
}

.lottery__date {
  margin-block: 0;
  padding: 8px 12px;
  min-height: 50px;
  font-size: 27px;
  font-weight: 400;
  line-height: 30px;
  border: 2px solid #f0a400;
  border-radius: 5px;
  color: #000000;
}
/* ------------------------------ */

/* lottery__prizes */
.lottery__prizes {
  margin-bottom: 32px;
}

.lottery__list,
.lottery__prizes-list {
  position: relative;
  display: inline-block;
  margin-top: 0;
  padding-left: 0;
  padding: 7px;
  list-style-type: none;
  border-radius: 5px;
}

.lottery__prizes-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.lottery__prizes-item::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  background: url("./images/ball.svg") no-repeat center / 32px 32px;
}
/* ------------------------------ */

/* lottery__conditions */
.lottery__conditions {
  margin-bottom: 32px;
}

.lottery__subtitle {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.lottery__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.lottery__item--count {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  border: 2px solid #f0a400;
  font-size: 21px;
  border-radius: 5px;
}
/* ------------------------------ */

/* lottery__form */
.lottery__form {
  margin-bottom: 60px;
}

.form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 7px;
  max-width: 600px;
  border-radius: 5px;
}

.form__input {
  position: relative;
  z-index: 1;
  border: 2px solid #f0a400;
  background: none;
  color: var(--black);
  height: 36px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  text-align: left;
  padding: 0 15px;
  font-family: inherit;
}

.form__input:focus {
  outline: none;
  border: 2px solid #d89504;
}

.form__input::placeholder {
  color:#31220a;
}

.form__input-file-wrap {
  position: relative;
  z-index: 1;
}

.form__input-file {
/*  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;*/
  position: absolute;
  margin-left: 38px;
  margin-top: 6px;
}

.form__input-file-text {
  position: relative;
  display: inline-block;
  padding: 7px 5px 10px 30px;
  border: 2px solid #f0a400;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  cursor: pointer;
  color: #443e2f;
  background: #ebd19a;
  width: 169px;
  height: 36px;
}

.form__input-file-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 18px;
  height: 20px;
  background: url("./images/paper-clip.svg") no-repeat center / 18px 20px;
}

.form__button {
  position: relative;
  z-index: 1;
  padding: 0;
  width: 245px;
  height: 50px;
  border: none;
  background: #f0a400;
  font-size: 17px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.15s;
}

.form__button:hover {
  background: #d89504;
}
/* ------------------------------ */
.lottery__winner-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

.lottery__winner {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-block: 0;
  padding: 10px;
  max-width: 870px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 5px;
}

.lottery__text-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.lottery__txt {
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
}

.lottery__txt::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.04);
}

.lottery__text {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-block: 0;
  padding: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 29px;
  border-radius: 5px;
  border: 1px solid #d89504;
}

.lottery__list::before,
.lottery__prizes-list::before,
.form::before,
.lottery__winner-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.04);
}

@media (max-width: 1300px) {
  .lottery {
    background-image: url(./images/background-4.jpg);
  }
}

@media (max-width: 1220px) {
  .lottery__title-wrap {
    padding-left: 310px;
  }

  .lottery__title {
    margin-top: 0;
    margin-bottom: 26px;
    font-size: 77px;
    font-weight: 700;
  }
}

@media (max-width: 1024px) {
  .lottery__title-wrap {
    padding-left: 0;
    background: none;
  }
  .form__input-file {
    margin-left: 55px;
  }
}

@media (max-width: 831px) {
  .lottery__title {
    font-size: 70px;
  }
}

@media (max-width: 768px) {
  .lottery-container {
    padding: 0 15px;
  }

  .lottery {
    padding-block: 40px;
    background-image: url(./images/background-6.jpg);
  }

  .lottery__title-wrap {
    align-items: start;
  }

  .lottery__title {
    margin-bottom: 18px;
    font-size: 62px;
    text-align: left;
  }

  .lottery__descr-wrap {
    margin-bottom: 27px;
  }

  .lottery__descr {
    font-size: 19px;
    line-height: 29px;
    text-align: left;
  }

  .lottery__link {
    width: 100%;
    height: 64px;
    font-size: 29px;
    font-weight: 500;
    line-height: 36px;
  }

  .lottery__date {
    font-size: 25px;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.04);
  }
}

@media (max-width: 600px) {
  .lottery {
    padding-block: 30px;
  }

  .lottery__title {
    margin-bottom: 18px;
    font-size: 50px;
  }

  .lottery__descr {
    font-size: 18px;
    line-height: 25px;
  }

  .lottery__link {
    margin-bottom: 27px;
    height: 56px;
    font-size: 29px;
  }

  .lottery__date {
    text-align: center;
    padding: 7px 12px;
    width: 100%;
  }

  .lottery__subtitle {
    margin-bottom: 16px;
    font-size: 26px;
  }

  .lottery__list,
  .lottery__prizes-list {
    gap: 3px;
  }

  .lottery__prizes-item,
  .lottery__item {
    align-items: start;
    font-size: 17px;
    font-weight: 400;
  }

  .lottery__prizes-item::before {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: url("./images/ball.svg") no-repeat center / 28px 28px;
  }

  .lottery__item--count {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    font-size: 19px;
  }

  .lottery__form {
    margin-bottom: 40px;
  }

  .lottery__winner-wrap {
    margin-bottom: 40px;
  }

  .lottery__winner {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }

  .lottery__txt {
    margin-bottom: 16px;
  }

  .lottery__text {
    font-size: 26px;
    line-height: 23px;
  }
}

@media (max-width: 450px) {
  .lottery__descr-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 5px;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.04);
  }

  .lottery__descr {
    padding: 7px;
    border-radius: 5px;
  }
}

@media (max-width: 420px) {
  .lottery {
    background-image: url(./images/background-5.jpg);
  }
}
