@font-face {
  font-family: Museo Sans Cyrl;
  src: url("/mips2022/fonts/museosanscyrl_100.otf") format("opentype");
}
body {
  padding: 0;
  margin: 0;
  font-family: Museo Sans Cyrl;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

.wrapper {
  width: 766px;
  margin: 0 auto;
}

/* top-description */
.top-description-background {
  background: url("/mips2022/images/bg_line4k.png") 50% 0 no-repeat #0A3055;
  height: 355px;
}

.top-description {
  padding: 55px 0 0 0;
  color: #fefefe;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.top-description__text-line1 {
  font-weight: 400;
  font-size: 32px;
  padding-bottom: 25px;
}
.top-description__text-line1_strong {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.top-description__text-line2 {
  font-weight: 500;
  font-size: 34px;
  text-transform: uppercase;
}
.top-description__text-line3 {
  font-family: "Poppins", sans-serif;
  font-size: 73px;
  text-shadow: #64A70B -2px -2px 0;
  line-height: 80px;
}
.top-description__text-line4 {
  font-weight: 400;
  font-size: 14px;
}

/* form */
.form {
  background: #F0F3EC;
  border-radius: 10px;
  font-size: 12px;
  color: #4F4F4F;
  padding: 29px 90px;
  margin-top: -50px;
}
.form__promocode {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #0A3055;
  padding: 30px 0 15px 0;
  text-align: center;
}
.form__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #4F4F4F;
  text-align: center;
}
.form__errors {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #EF7C00;
  padding: 15px 20px 5px 20px;
}
.form__link {
  color: #4F4F4F;
}
.form__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #333333;
  padding: 0 0 20px 0;
}
.form__star {
  color: #EF7C00;
}
.form-rows {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.form-row {
  width: 50%;
  padding: 20px 12px 0px 12px;
}
.form-row__title {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4F4F4F;
  height: 16px;
}
.form-row__input {
  background: #FFFFFF;
  border: 1px solid #BECCAD;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 5px 0;
  padding: 6px 10px;
  width: 100%;
}
.form-row__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #828282;
}
.form-button {
  display: flex;
  justify-content: center;
  padding-top: 48px;
}
.form-button__submit {
  padding: 12px 32px;
  background: #64A70B;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  border: none;
  font-weight: 600;
  cursor: pointer;
}
.form-checkbox {
  padding-top: 30px;
  display: flex;
  align-items: center;
}

/* terms */
.terms-wrapper {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.terms {
  border: 1px solid #0858A3;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 12px 17px;
  color: #0858A3;
  width: 225px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
.terms__link {
  color: #0858A3;
}

/* header */
.header-line {
  display: flex;
  justify-content: space-around;
  padding: 16px 0 27px 0;
}
.header-line__logo {
  padding: 0 20px;
}
.header-line__logo img {
  max-height: 100%;
  max-width: 100%;
}

/* footer */
.footer {
  border-top: #E0E0E0 1px solid;
  padding: 25px 0;
}
.footer__text {
  text-align: center;
  font-size: 12px;
  color: #4F4F4F;
}

.fancybox {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: -1000%;
  top: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 1s;
}
.fancybox-text {
  font-size: 13px;
  line-height: 14px;
}
.fancybox-text strong {
  line-height: 25px;
}
.fancybox-window {
  max-width: 736px;
  background: #fefefe;
  color: #333333;
  border-radius: 5px;
  padding: 20px 20px;
  position: relative;
  max-height: 100%;
  overflow: auto;
}
.fancybox-close {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 28px;
  padding: 5px;
  cursor: pointer;
}

.fancybox.active {
  left: 0;
  display: flex;
  opacity: 1;
  transition: opacity 1s;
}

@media all and (max-width: 766px) {
  .wrapper {
    width: 424px;
  }

  .top-description {
    padding: 45px 0 0 0;
  }
  .top-description__text-line1 {
    font-size: 24px;
    padding: 0 40px 20px 40px;
    line-height: 28px;
  }

  .form {
    padding: 29px 70px;
  }
  .form-row {
    width: 100%;
  }
  .form-checkbox {
    align-items: start;
  }
}
@media all and (max-width: 424px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }

  .top-description__text-line1 {
    padding: 0 0 20px 0;
  }

  .form {
    padding: 29px 20px;
  }

  .fancybox-text {
    font-size: 12px;
    line-height: 13px;
  }
}

/*# sourceMappingURL=style.css.map */
