@import url(../fonts/Muller/stylesheet.css);
:root {
  --white: #fff;
  --black: #000;
  --blue: #305083;
  --red: #FA5641;
  --green: #8AB13F;
}
* {
  box-sizing: border-box;
  outline: none;
}
html {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex: auto;
  flex-direction: column;
  font-family: 'Muller', sans-serif;
  background: var(--white);
  color: var(--blue);
  font-size: 16px;
}
img {
  border: 0;
}
h1,
.h1 {
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
}
h2,
.h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
}
h3,
.h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
}
input,
textarea,
a,
button {
  outline: none;
}
a {
  color: var(--blue);
  transition: all 0.3s ease;
}
a:hover {
  color: var(--blue);
  text-decoration: none;
}
.dn {
  display: none;
}
.clr {
  clear: both;
}
.col {
  vertical-align: top;
  display: inline-block;
}
main {
  flex: auto;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--black);
  -webkit-box-shadow: 0 0 0 1000px var(--white) inset;
}
header {
  padding: 37px 52px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.logo {
  display: inline-block;
  background: url(../img/logo.svg) no-repeat center / contain;
  width: 130px;
  height: 75px;
}
.line {
  display: inline-block;
  background: url(../img/check.svg) no-repeat center / contain;
  margin-right: -52px;
  width: 818px;
  height: 72px;
}
.menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}
.menu-item {
  font-weight: 500;
  padding: 5px 20px;
  border: 3px solid var(--blue);
  border-bottom: 0;
  border-top: 0;
  font-size: 32px;
  line-height: 32px;
  transition: all 0.3s ease;
}
.menu-item a {
  text-decoration: none;
  color: var(--blue);
}
.menu-item:hover,
.menu-item.active {
  background: var(--red);
}
.menu-item:hover a,
.menu-item.active a {
  color: var(--white);
}
.menu-outer {
  width: 100%;
}
.section {
  position: relative;
}
.section--promo {
  margin-top: 80px;
  background: url(../img/pic/01.jpg) no-repeat center / contain;
  height: 585px;
}
.section--1 {
  padding-top: 110px;
  padding-bottom: 0;
}
.section--register {
  margin-top: 260px;
  background: #F5F5F5;
}
.section--register .ribbon {
  transform: translateY(-100px);
}
.section--start {
  text-align: center;
}
.section--test {
  background: #F5F5F5;
  padding: 50px 0 75px;
}
.section--test:before,
.section--test:after {
  content: "";
  position: absolute;
  background: url(../img/icons1.svg) no-repeat center / contain;
  width: 184px;
  height: 980px;
  top: 240px;
  left: 85px;
}
.section--test:after {
  background-image: url(../img/icons2.svg);
  width: 259px;
  height: 1013px;
  top: 206px;
  right: 85px;
  left: auto;
}
.section--winners {
  padding-top: 200px;
}
.section--winners .input-block {
  width: 500px;
  margin: 0 auto;
}
.section--finish {
  text-align: center;
}
.block--1 {
  text-align: center;
}
.block--2 {
  margin: 100px 0;
}
.btn {
  display: inline-block;
  font-family: 'Muller', sans-serif;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: var(--red);
  text-decoration: none;
  border-radius: 100px;
  background: url(../img/btn1.svg) no-repeat center / contain;
  width: 743px;
  height: 193px;
  transition: all 0.3s ease;
}
.btn > span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.btn:hover {
  color: var(--red);
  text-decoration: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.btn--2 {
  background-image: url(../img/btn3.svg);
  width: 398px;
  height: 83px;
  font-size: 27px;
  line-height: 28px;
  color: var(--blue);
}
.btn--2:hover {
  color: var(--blue);
}
.btn--3 {
  background-image: url(../img/btn2.svg);
  border-radius: 50%;
  font-size: 52px;
  line-height: 52px;
  width: 288px;
  height: 288px;
}
.btn--4 {
  background-image: url(../img/btn4.svg);
  width: 283px;
  height: 83px;
  font-size: 27px;
  line-height: 28px;
  color: var(--red);
}
.btn--4:hover {
  color: var(--red);
}
footer {
  background: url(../img/pic/02.jpg) no-repeat center top / contain;
  height: 825px;
  display: flex;
  align-items: flex-end;
}
.contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  background: #E6E6E6;
  width: 100%;
}
.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 500;
  text-decoration: none;
  font-size: 32px;
  line-height: 32px;
}
.contact:hover {
  text-decoration: underline;
}
.contact__icon {
  width: 242px;
  height: 116px;
  background: #313883;
  border-radius: 90px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  line-height: 0;
}
.contact__icon img {
  width: 86px;
}
.numbers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 90px;
  gap: 100px;
  margin-bottom: 65px;
}
.number {
  display: flex;
  align-items: center;
  gap: 25px;
}
.number__num {
  font-weight: 700;
  font-size: 135px;
  line-height: 136px;
}
.number__text {
  color: var(--blue);
  font-weight: 500;
  font-size: 27px;
  line-height: 27px;
}
.number--1 {
  color: var(--red);
}
.number--2 {
  color: var(--green);
}
.number--3 {
  color: var(--blue);
}
.red {
  color: var(--red);
}
.green {
  color: var(--green);
}
.blue {
  color: var(--blue);
}
.content {
  padding: 0 52px;
}
.alert {
  background: var(--white);
  border: 2px solid #888888;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 38px 40px 48px;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
}
.ribbon {
  background: no-repeat center / contain;
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 48px;
  color: var(--white);
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 12px;
  height: 130px;
}
.ribbon--1 {
  background-image: url(../img/ribbon1.svg);
}
.ribbon--2 {
  background-image: url(../img/ribbon2.svg);
  font-size: 65px;
  line-height: 65px;
  padding-top: 5px;
}
.ribbon--3 {
  background-image: url(../img/ribbon4.svg);
}
.form {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  margin-top: -70px;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  color: #888888;
}
.form__row {
  margin-bottom: 25px;
}
.form__row--cols {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.form__row--btn {
  margin-bottom: 35px;
  margin-top: 70px;
}
.form__col {
  flex: 1;
}
.form__alert {
  position: absolute;
  width: 1000px;
  left: 50%;
  transform: translateX(-50%);
  top: -110px;
  padding: 50px 0 10px;
  color: var(--red);
  background: #F5F5F5;
}
.input {
  background: var(--white);
  width: 100%;
  height: 80px;
  padding: 0 30px;
  box-shadow: none;
  border: 10px solid var(--green);
  border-radius: 100px;
  font-family: 'Muller', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  color: var(--blue);
}
.input option {
  color: var(--blue);
}
.question {
  font-weight: 600;
  width: 840px;
  margin: -15px auto 45px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.question-time {
  margin: 0 auto;
  text-align: center;
  width: 340px;
  padding-bottom: 80px;
  background: url(../img/ribbon3.svg) no-repeat center bottom / 100% auto;
}
.question-time__title {
  font-weight: 700;
  font-size: 33px;
  line-height: 33px;
  text-transform: uppercase;
}
.question-time__time {
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  color: var(--red);
}
.question-btn {
  text-align: center;
}
.question-answers {
  width: 710px;
  margin: 45px auto;
}
.question-answer {
  margin-bottom: 45px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  padding: 10px 40px;
  min-height: 115px;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  background: var(--white);
  border: 10px solid var(--green);
}
.question-answer label {
  display: flex;
  align-items: center;
}
.list_answer input {
  float: none;
  width: 25px;
  height: 25px;
}
.winners {
  width: 800px;
  margin: 50px auto;
}
.winner {
  display: flex;
  gap: 20px;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 25px;
  padding: 10px;
  background: #E6E6E6;
}
.winner__name {
  flex: 1;
}
.winner__time {
  width: 100px;
  text-align: center;
}
.winner__score {
  width: 100px;
  text-align: center;
}
.winner--first {
  background: #ACD759;
}
.winner--head {
  background: transparent;
  margin-bottom: 30px;
}
.winner--head > div {
  position: relative;
}
.winner--head > div:after,
.winner--head > div:before {
  content: "";
  background: url(../img/lines1.svg) no-repeat center / 100% 100%;
  position: absolute;
  width: 100%;
  height: 25px;
  top: 120%;
  left: 0;
}
.winner--head > div:after {
  background-image: url(../img/lines2.svg);
  background-size: auto 100%;
}
.test-result {
  font-weight: 500;
  font-size: 35px;
  line-height: 35px;
  width: 50%;
  margin: 0 auto;
}
.right {
  flex: 1;
}
.title {
  text-align: center;
  font-weight: 700;
  font-size: 101px;
  line-height: 101px;
  margin-bottom: 70px;
}
.title--sub {
  margin-top: -35px;
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
}
.prizes {
  display: flex;
  justify-content: space-between;
  gap: 80px 0;
  flex-wrap: wrap;
}
.prize {
  width: 392px;
}
.prize__pic {
  line-height: 0;
  margin-bottom: 55px;
}
.prize__pic img {
  width: 100%;
}
.prize__text {
  font-weight: 500;
  text-align: center;
  font-size: 37px;
  line-height: 37px;
}
.bg {
  background: var(--red);
  color: var(--white);
}
body {
  font-size: 1.14285714vw;
}
h1,
.h1 {
  font-size: 2.85714286vw;
  margin: 0 0 1.07142857vw;
}
h2,
.h2 {
  font-size: 2.14285714vw;
  margin: 0 0 1.07142857vw;
}
h3,
.h3 {
  font-size: 1.42857143vw;
  margin: 0 0 1.07142857vw;
}
header {
  padding: 2.64285714vw 3.71428571vw 0;
}
.logo {
  width: 9.28571429vw;
  height: 5.35714286vw;
}
.line {
  margin-right: -3.71428571vw;
  width: 58.42857143vw;
  height: 5.14285714vw;
}
.menu {
  margin-top: 4.28571429vw;
}
.menu-item {
  padding: 0.35714286vw 1.42857143vw;
  border: 0.21428571vw solid var(--blue);
  font-size: 2.28571429vw;
  line-height: 2.28571429vw;
  border-left: 0;
  border-right: 0;
}
.section--promo {
  margin-top: 5.71428571vw;
  height: 41.78571429vw;
}
.section--1 {
  padding-top: 7.85714286vw;
}
.section--register {
  margin-top: 18.57142857vw;
}
.section--register .ribbon {
  transform: translateY(-7.14285714vw);
}
.section--test {
  padding: 3.57142857vw 0 5.35714286vw;
}
.section--test:before,
.section--test:after {
  width: 13.14285714vw;
  height: 70vw;
  top: 17.14285714vw;
  left: 6.07142857vw;
}
.section--test:after {
  width: 18.5vw;
  height: 72.35714286vw;
  top: 14.71428571vw;
  right: 6.07142857vw;
  left: auto;
}
.section--winners {
  padding-top: 14.28571429vw;
}
.section--winners .input-block {
  width: 35.71428571vw;
}
.btn {
  font-size: 4.57142857vw;
  line-height: 4.57142857vw;
  border-radius: 7.14285714vw;
  width: 53.07142857vw;
  height: 13.78571429vw;
}
.btn:hover {
  box-shadow: 0 0.28571429vw 0.28571429vw rgba(0, 0, 0, 0.25);
}
.btn--2 {
  width: 28.42857143vw;
  height: 5.92857143vw;
  font-size: 1.92857143vw;
  line-height: 2vw;
}
.btn--3 {
  border-radius: 50%;
  font-size: 3.71428571vw;
  line-height: 3.71428571vw;
  width: 20.57142857vw;
  height: 20.57142857vw;
}
.btn--4 {
  width: 20.21428571vw;
  height: 5.92857143vw;
  font-size: 1.92857143vw;
  line-height: 2vw;
}
footer {
  height: 58.92857143vw;
}
.contacts {
  height: 18.57142857vw;
}
.contact {
  gap: 1.42857143vw;
  font-size: 2.28571429vw;
  line-height: 2.28571429vw;
}
.contact__icon {
  width: 17.28571429vw;
  height: 8.28571429vw;
  border-radius: 6.42857143vw;
  padding: 0 1.78571429vw;
}
.contact__icon img {
  width: 6.14285714vw;
}
.numbers {
  margin-top: 6.42857143vw;
  gap: 7.14285714vw;
  margin-bottom: 4.64285714vw;
}
.number {
  gap: 1.78571429vw;
}
.number__num {
  font-size: 9.64285714vw;
  line-height: 9.71428571vw;
}
.number__text {
  font-size: 1.92857143vw;
  line-height: 1.92857143vw;
}
.content {
  padding: 0 3.71428571vw;
}
.alert {
  border: 0.14285714vw solid #888888;
  box-shadow: 0 0.28571429vw 0.28571429vw rgba(0, 0, 0, 0.25);
  border-radius: 0.71428571vw;
  padding: 2.71428571vw 2.85714286vw 3.42857143vw;
  font-size: 2.28571429vw;
  line-height: 2.28571429vw;
}
.ribbon {
  font-size: 3.42857143vw;
  line-height: 3.42857143vw;
  padding-top: 0.85714286vw;
  height: 9.28571429vw;
}
.ribbon--2 {
  font-size: 4.64285714vw;
  line-height: 4.64285714vw;
  padding-top: 0.35714286vw;
}
.form {
  padding-bottom: 2.14285714vw;
  margin-top: -5vw;
  font-size: 1.78571429vw;
  line-height: 1.78571429vw;
}
.form__row {
  margin-bottom: 1.78571429vw;
}
.form__row--cols {
  gap: 0.71428571vw;
}
.form__row--btn {
  margin-bottom: 2.5vw;
  margin-top: 5vw;
}
.form__alert {
  width: 71.42857143vw;
  top: -7.85714286vw;
  padding: 3.57142857vw 0 0.71428571vw;
}
.input {
  height: 5.71428571vw;
  padding: 0 2.14285714vw;
  border: 0.71428571vw solid var(--green);
  border-radius: 7.14285714vw;
  font-size: 1.78571429vw;
  line-height: 1.78571429vw;
}
.question {
  width: 60vw;
  margin: -1.07142857vw auto 3.21428571vw;
  font-size: 2.14285714vw;
  line-height: 2.14285714vw;
}
.question-time {
  width: 24.28571429vw;
  padding-bottom: 5.71428571vw;
}
.question-time__title {
  font-size: 2.35714286vw;
  line-height: 2.35714286vw;
}
.question-time__time {
  font-size: 5vw;
  line-height: 5vw;
}
.question-answers {
  width: 50.71428571vw;
  margin: 3.21428571vw auto;
}
.question-answer {
  margin-bottom: 3.21428571vw;
  border-radius: 4.28571429vw;
  padding: 0.71428571vw 2.85714286vw;
  min-height: 8.21428571vw;
  font-size: 1.78571429vw;
  line-height: 1.78571429vw;
  border: 0.71428571vw solid var(--green);
}
.winners {
  width: 57.14285714vw;
  margin: 3.57142857vw auto;
}
.winner {
  gap: 1.42857143vw;
  font-size: 1.78571429vw;
  margin-bottom: 1.07142857vw;
  line-height: 1.78571429vw;
  padding: 0.71428571vw;
}
.winner__time {
  width: 7.14285714vw;
}
.winner__score {
  width: 7.14285714vw;
}
.winner--head {
  margin-bottom: 2.14285714vw;
}
.winner--head > div:after,
.winner--head > div:before {
  height: 1.78571429vw;
}
.test-result {
  font-size: 2.5vw;
  line-height: 2.5vw;
}
.list_answer input {
  width: 1.78571429vw;
  height: 1.78571429vw;
}
.title {
  font-weight: 700;
  font-size: 7.21428571vw;
  line-height: 7.21428571vw;
  margin-bottom: 5vw;
}
.title--sub {
  margin-top: -2.5vw;
  font-size: 4.28571429vw;
  line-height: 4.28571429vw;
}
.block--2 {
  margin: 7.14285714vw 0;
}
.prizes {
  gap: 5.71428571vw 0;
}
.prize {
  width: 28vw;
}
.prize__pic {
  margin-bottom: 3.92857143vw;
}
.prize__text {
  font-size: 2.64285714vw;
  line-height: 2.64285714vw;
}
@media only screen and (max-width: 767px) {
  /*md*/
  h1,
  .h1 {
    font-size: 40px;
    margin: 0 0 15px;
  }
  h2,
  .h2 {
    font-size: 30px;
    margin: 0 0 15px;
  }
  h3,
  .h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  header {
    padding: 37px 42px 0;
  }
  .logo {
    width: 130px;
    height: 75px;
  }
  .line {
    display: none;
  }
  .hamburger {
    display: inline-block;
    width: 66px;
    height: 40px;
    background: url(../img/icon-menu.svg) no-repeat center / contain;
    cursor: pointer;
  }
  .menu {
    margin-top: 40px;
  }
  .menu-item {
    padding: 5px 10px;
    border: 3px solid var(--blue);
    border-bottom: 0;
    border-top: 0;
    font-size: 20px;
    line-height: 20px;
  }
  .menu-outer {
    display: none;
  }
  .section--promo {
    margin-top: 10px;
    background-image: url(../img/pic/01m.jpg);
    height: 585px;
  }
  .section--1 {
    padding-top: 75px;
  }
  .section--register {
    margin-top: 280px;
  }
  .section--register .ribbon {
    transform: translateY(-150px);
  }
  .section--start {
    padding: 60px 0;
  }
  .section--start .pic {
    margin-bottom: 100px;
  }
  .section--test {
    padding: 0 0 75px;
  }
  .section--test:before,
  .section--test:after {
    display: none;
  }
  .section--winners {
    padding-top: 95px;
  }
  .section--winners .input-block {
    width: 100%;
    margin-top: 40px;
  }
  .btn {
    font-size: 44px;
    line-height: 44px;
    width: 508px;
    height: 132px;
  }
  .btn:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .btn--2 {
    width: 398px;
    height: 83px;
    font-size: 27px;
    line-height: 28px;
  }
  .btn--3 {
    border-radius: 50%;
    font-size: 52px;
    line-height: 52px;
    width: 288px;
    height: 288px;
  }
  .btn--4 {
    background-image: url(../img/btn4.svg);
    width: 283px;
    height: 83px;
    font-size: 27px;
    line-height: 28px;
  }
  footer {
    background-image: url(../img/icons-m.svg);
    height: 555px;
    background-size: 512px auto;
  }
  .contacts {
    height: 260px;
  }
  .contact {
    gap: 20px;
    font-size: 32px;
    line-height: 32px;
  }
  .contact__icon {
    width: 242px;
    height: 116px;
    border-radius: 90px;
    padding: 0 25px;
  }
  .contact__icon img {
    width: 86px;
  }
  .numbers {
    display: block;
    margin-top: 110px;
    gap: 100px;
    margin-bottom: 150px;
  }
  .number {
    display: block;
    text-align: center;
    margin-bottom: 35px;
  }
  .number__num {
    font-size: 135px;
    line-height: 136px;
  }
  .number__text {
    font-size: 27px;
    line-height: 27px;
  }
  .content {
    padding: 0 42px;
  }
  .alert {
    font-weight: 500;
    margin-top: 75px;
    border: 2px solid #888888;
    text-align: left;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 38px 20px 25px;
    font-size: 32px;
    line-height: 32px;
  }
  .pic {
    line-height: 0;
    margin: 0 auto;
    width: 512px;
  }
  .pic img {
    width: 100%;
  }
  .ribbon {
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    padding-top: 24px;
    height: 210px;
  }
  .ribbon--1 {
    background-image: url(../img/ribbon1-m.svg);
  }
  .ribbon--2 {
    background-image: url(../img/ribbon2-m.svg);
    font-size: 40px;
    line-height: 40px;
    padding-top: 25px;
    height: 116px;
  }
  .ribbon--3 {
    background-image: url(../img/ribbon4-m.svg);
    height: 128px;
    padding-top: 10px;
  }
  .form {
    padding-bottom: 30px;
    margin-top: -30px;
    font-size: 25px;
    line-height: 25px;
  }
  .form__row {
    margin-bottom: 25px;
  }
  .form__row--cols {
    display: block;
  }
  .form__row--btn {
    margin-bottom: 35px;
    margin-top: 70px;
  }
  .form__col + .form__col {
    margin-top: 25px;
  }
  .form__alert {
    width: 300px;
    top: -160px;
    padding: 50px 0 10px;
  }
  .input {
    height: 80px;
    padding: 0 30px;
    border: 10px solid var(--green);
    border-radius: 100px;
    font-size: 25px;
    line-height: 25px;
  }
  .question {
    width: 100%;
    margin: 50px auto 45px;
    font-size: 30px;
    line-height: 30px;
  }
  .question-time {
    width: 340px;
    padding-bottom: 80px;
  }
  .question-time__title {
    font-size: 33px;
    line-height: 33px;
  }
  .question-time__time {
    font-size: 70px;
    line-height: 70px;
  }
  .question-answers {
    width: 100%;
    margin: 25px auto 55px;
  }
  .question-answer {
    margin-bottom: 20px;
    border-radius: 60px;
    width: 100%;
    padding: 10px 20px;
    min-height: 115px;
    font-size: 25px;
    line-height: 25px;
    border: 10px solid var(--green);
  }
  .winners {
    width: 100%;
    margin: 50px auto;
  }
  .winner {
    gap: 20px;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 25px;
    padding: 10px;
  }
  .winner__time {
    width: 80px;
  }
  .winner__score {
    width: 60px;
  }
  .winner--head {
    margin-bottom: 30px;
  }
  .winner--head > div:after,
  .winner--head > div:before {
    height: 25px;
  }
  .test-result {
    font-size: 25px;
    line-height: 25px;
    width: 60%;
  }
  .list_answer input {
    width: 25px;
    height: 25px;
  }
  .block--2 {
    margin: 75px 0;
  }
  .title {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 70px;
    margin-top: 70px;
  }
  .title--sub {
    margin-top: -35px;
    font-size: 36px;
    line-height: 36px;
  }
  .prizes {
    gap: 60px 0;
  }
  .prize {
    width: 248px;
  }
  .prize__pic {
    margin-bottom: 35px;
  }
  .prize__text {
    font-size: 25px;
    line-height: 25px;
  }
  .prize--empty {
    display: none;
  }
  h1,
  .h1 {
    font-size: 6.66666667vw;
    margin: 0 0 2.5vw;
  }
  h2,
  .h2 {
    font-size: 5vw;
    margin: 0 0 2.5vw;
  }
  h3,
  .h3 {
    font-size: 3.33333333vw;
    margin: 0 0 2.5vw;
  }
  header {
    padding: 6.16666667vw 7vw 0;
  }
  .logo {
    width: 21.66666667vw;
    height: 12.5vw;
  }
  .hamburger {
    width: 11vw;
    height: 6.66666667vw;
  }
  .menu {
    margin-top: 6.66666667vw;
  }
  .menu-item {
    padding: 0.83333333vw 1.66666667vw;
    border: 0.5vw solid var(--blue);
    border-bottom: 0;
    border-top: 0;
    font-size: 3.33333333vw;
    line-height: 3.33333333vw;
  }
  .section--promo {
    margin-top: 1.66666667vw;
    height: 97.5vw;
  }
  .section--1 {
    padding-top: 12.5vw;
  }
  .section--register {
    margin-top: 46.66666667vw;
  }
  .section--register .ribbon {
    transform: translateY(-25vw);
  }
  .section--start {
    padding: 10vw 0;
  }
  .section--start .pic {
    margin-bottom: 16.66666667vw;
  }
  .section--test {
    padding: 0 0 12.5vw;
  }
  .section--winners {
    padding-top: 15.83333333vw;
  }
  .section--winners .input-block {
    margin-top: 6.66666667vw;
  }
  .btn {
    font-size: 7.33333333vw;
    line-height: 7.33333333vw;
    width: 84.66666667vw;
    height: 22vw;
  }
  .btn:hover {
    box-shadow: 0 0.66666667vw 0.66666667vw rgba(0, 0, 0, 0.25);
  }
  .btn--2 {
    width: 66.33333333vw;
    height: 13.83333333vw;
    font-size: 4.5vw;
    line-height: 4.66666667vw;
  }
  .btn--3 {
    border-radius: 50%;
    font-size: 8.66666667vw;
    line-height: 8.66666667vw;
    width: 48vw;
    height: 48vw;
  }
  .btn--4 {
    width: 47.16666667vw;
    height: 13.83333333vw;
    font-size: 4.5vw;
    line-height: 4.66666667vw;
  }
  footer {
    height: 92.5vw;
    background-size: 85.33333333vw auto;
  }
  .contacts {
    height: 43.33333333vw;
  }
  .contact {
    gap: 3.33333333vw;
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
  }
  .contact__icon {
    width: 40.33333333vw;
    height: 19.33333333vw;
    border-radius: 15vw;
    padding: 0 4.16666667vw;
  }
  .contact__icon img {
    width: 14.33333333vw;
  }
  .numbers {
    margin-top: 18.33333333vw;
    gap: 16.66666667vw;
    margin-bottom: 25vw;
  }
  .number {
    margin-bottom: 5.83333333vw;
  }
  .number__num {
    font-size: 22.5vw;
    line-height: 22.66666667vw;
  }
  .number__text {
    font-size: 4.5vw;
    line-height: 4.5vw;
  }
  .content {
    padding: 0 7vw;
  }
  .alert {
    font-weight: 500;
    margin-top: 12.5vw;
    border: 0.33333333vw solid #888888;
    box-shadow: 0 0.66666667vw 0.66666667vw rgba(0, 0, 0, 0.25);
    border-radius: 1.66666667vw;
    padding: 6.33333333vw 3.33333333vw 4.16666667vw;
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
  }
  .pic {
    width: 85.33333333vw;
  }
  .ribbon {
    font-size: 8vw;
    line-height: 8vw;
    padding-top: 4vw;
    height: 35vw;
  }
  .ribbon--2 {
    font-size: 6.66666667vw;
    line-height: 6.66666667vw;
    padding-top: 4.16666667vw;
    height: 19.33333333vw;
  }
  .ribbon--3 {
    height: 21.33333333vw;
    padding-top: 1.66666667vw;
  }
  .form {
    padding-bottom: 5vw;
    margin-top: -5vw;
    font-size: 4.16666667vw;
    line-height: 4.16666667vw;
  }
  .form__row {
    margin-bottom: 4.16666667vw;
  }
  .form__row--btn {
    margin-bottom: 5.83333333vw;
    margin-top: 11.66666667vw;
  }
  .form__col + .form__col {
    margin-top: 4.16666667vw;
  }
  .form__alert {
    width: 50vw;
    top: -26.66666667vw;
    padding: 8.33333333vw 0 1.66666667vw;
  }
  .input {
    height: 13.33333333vw;
    padding: 0 5vw;
    border: 1.66666667vw solid var(--green);
    border-radius: 16.66666667vw;
    font-size: 4.16666667vw;
    line-height: 4.16666667vw;
  }
  .question {
    width: 100%;
    margin: 8.33333333vw auto 7.5vw;
    font-size: 5vw;
    line-height: 5vw;
  }
  .question-time {
    width: 56.66666667vw;
    padding-bottom: 13.33333333vw;
  }
  .question-time__title {
    font-size: 5.5vw;
    line-height: 5.5vw;
  }
  .question-time__time {
    font-size: 11.66666667vw;
    line-height: 11.66666667vw;
  }
  .question-answers {
    margin: 4.16666667vw auto 9.16666667vw;
  }
  .question-answer {
    margin-bottom: 3.33333333vw;
    border-radius: 10vw;
    width: 100%;
    padding: 1.66666667vw 3.33333333vw;
    min-height: 19.16666667vw;
    font-size: 4.16666667vw;
    line-height: 4.16666667vw;
    border: 1.66666667vw solid var(--green);
  }
  .winners {
    margin: 8.33333333vw auto;
  }
  .winner {
    gap: 3.33333333vw;
    font-size: 4vw;
    margin-bottom: 2.5vw;
    line-height: 4.16666667vw;
    padding: 1.66666667vw;
  }
  .winner__time {
    width: 13.33333333vw;
  }
  .winner__score {
    width: 10vw;
  }
  .winner--head {
    margin-bottom: 5vw;
  }
  .winner--head > div:after,
  .winner--head > div:before {
    height: 4.16666667vw;
  }
  .test-result {
    font-size: 4.16666667vw;
    line-height: 4.16666667vw;
  }
  .list_answer input {
    width: 4.16666667vw;
    height: 4.16666667vw;
  }
  .block--2 {
    margin: 12.5vw 0;
  }
  .title {
    font-size: 15vw;
    line-height: 15vw;
    margin-bottom: 11.66666667vw;
    margin-top: 11.66666667vw;
  }
  .title--sub {
    margin-top: -5.83333333vw;
    font-size: 6vw;
    line-height: 6vw;
  }
  .prizes {
    gap: 10vw 0;
  }
  .prize {
    width: 41.33333333vw;
  }
  .prize__pic {
    margin-bottom: 5.83333333vw;
  }
  .prize__text {
    font-size: 4.16666667vw;
    line-height: 4.16666667vw;
  }
}
/*# sourceMappingURL=style.css.map */