/* HEADER START */
  header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4.125rem 5rem 0 7.25rem;
    width: 100%;
    z-index: 10;
  }
  header .logo img {
    width: 20.375rem;
  }
  header ul {
    display: flex;
  }
  header ul li {
    margin-left: 2.5rem;
  }
  header ul li * {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 1.375rem;
    height: 2.5rem;
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    background: #0A1D35;
    border-radius: 10rem;
  }
/* HEADER END */

/* KV START */
  .kv {
    position: relative;
    height: 55.625rem;
    background: url('../img/kv-bg-2.png') no-repeat 50% 0%/cover;
  }

  /*.kv::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 123.125rem;
    background: url('../img/kv-bg-4.png') no-repeat 50% 0%/cover;
  }*/

  .kv .kv__footballist {
    display: block;
    position: absolute;
    top: 0;
    left: 25.375rem;
    width: 62.1875rem;
    z-index: 2;
  }
  .kv .kv__ball {
    display: block;
    position: absolute;
    top: 23.875rem;
    left: 62rem;
    width: 20.5rem;
    z-index: 0;
  }
  .kv .kv__title {
    position: absolute;
    top: 19.5625rem;
    left: 7rem;
    width: 105.5rem;
    z-index: 1;
  }
  .kv h2 {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 12.75rem;
    right: 5.625rem;
    margin: 0;
    font-weight: 700;
    font-size: 2.6875rem;
    line-height: 0.9;
    z-index: 2;
  }
  .kv h2 i {
    display: flex;
    position: relative;
    margin: 0 0.875rem;
    width: 10.5rem;
    height: 0.25rem;
  }
  .kv h2 i::before, .kv h2 i::after {
    content: '';
    width: 50%;
    height: 100%;
  }
  .kv h2 i::before {
    background: #ffffff;
  }
  .kv h2 i::after {
    /*background: #0A1D35;*/
    background: #F61131;
  }
  .kv h2 span {
    /*color: #0A1D35;*/
    color: #F61131;
  }
  .kv h3 {
    display: block;
    position: absolute;
    top: 33.75rem;
    left: 7rem;
    font-size: 2.4375rem;
    line-height: 0.9;
    margin: 0;
  }
  .kv h3 span {
    display: block;
    margin-bottom: 2.25rem;
    position: relative;
    color: #052F4C;
    font-weight: 700;
    z-index: 1;
  }
  .kv h3 span::before {
    content: '';
    position: absolute;
    top: -1.25rem;
    left: -8.4375rem;
    width: 25rem;
    height: 4.5625rem;
    background: #EFE0C3;
    z-index: -1;
  }
  .kv h3 b {
    font-weight: 700;
  }
  .kv .btn {
    position: absolute;
    bottom: 15rem;
    right: 9.375rem;
    width: 25rem;
  }
/* KV END */

/* TEXT START */
  .text {
    position: relative;
    margin-bottom: 4.375rem;
    text-align: center;
    z-index: 2;
  }
  .text h3 {
    margin-bottom: 3.125rem;
    font-weight: 700;
    font-size: 2.6875rem;
    line-height: 0.9;
    text-transform: uppercase;
  }
  .text h4 {
    margin-bottom: 1.625rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.3;
  }
  .text h5 {
    margin: 0;
    color: #F2602E;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.3;
  }
/* TEXT END */

/* REGISTRATION START */
  .registration {
    position: relative;
    margin-bottom: 4.1875rem;
  }
  .registration form {
    display: block;
    margin: 0 auto;
    padding: 5.625rem 5.3125rem;
    width: 105.938rem;
    color: #000;
    background: #F0CEB1;
    border-radius: 0.9375rem;
  }
  .registration h3 {
    margin-bottom: 4.375rem;
    font-weight: 500;
    font-size: 4.375rem;
    line-height: 0.9;
  }
/* REGISTRATION END */

/* FOOTER START */
  footer {
    padding-bottom: 6.375rem;
    text-align: center;
  }
  footer h3 {
    margin: 0;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  footer h4 {
    margin: 0;
    color: #F15E2C;
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 1.3;
  }
/* FOOTER END */

/* MODAL START */
  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: 53.75rem;
  }

  .modal-content {
    background: #F0CEB1;
    border: 0;
    border-radius: 2.8125rem;
    box-shadow: none;
  }

  .modal-close {
    display: block;
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
    width: 2rem;
    height: 2rem;
    background: url('../img/svg/close.svg') no-repeat 50%/contain;
    border: 0;
    outline: 0;
    box-shadow: none;
    z-index: 1;
    cursor: pointer;
  }

  .modal-close:hover { opacity: 0.75; }

  .modal-body { padding: 3.9375rem 5.9375rem; }

  .modal__title {
    margin-bottom: 1.25rem;
    font-weight: 800;
    font-size: 2.1rem;
    line-height: 1.3;
    color: #000;
    text-align: center;
  }

  .modal__text {
    margin-bottom: 2rem;
    color: #0A1D35;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
  }

  .modal .form-group { margin-bottom: 2.375rem; width: 100%; }

  .modal .form-control { padding: 0 4.25rem; height: 6.25rem; }

  .modal form .btns { margin-bottom: 3.625rem; }

  .modal form .btns .btn {
    margin-bottom: 2rem;
    height: 6.25rem;
    font-size: 1.75rem;
    text-transform: uppercase;
  }

  .modal form .btns .btn:last-child { margin-bottom: 0; }

  .modal form .form-checkbox label i {
    top: 0.3125rem;
    margin-right: 2.375rem;
    width: 1.8125rem;
    height: 1.8125rem;
  }

  .modal form .form-checkbox label p { font-size: 1.375rem; }
/* MODAL END */

/* QUIZ START */
  .quiz__start-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding: 2rem;
    width: 50%;
    color: #000;
    text-align: center;
    background: #F0CEB1;
    border-radius: 2.8125rem;
  }

  .quiz__start h3 {
    margin-bottom: 1.75rem;
    color: #fff;
    color: #000;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.3;
  }

  .quiz__start h4 {
    margin-bottom: 5rem;
    color: #F2602E;
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .quiz__start h4:last-child { margin-bottom: 0; }

  .quiz__start .btn { width: 45.625rem; text-transform: uppercase; }

  .quiz__current {
    position: relative;
    padding: 5.9375rem 7.875rem 0 6.875rem;
    height: 67.5rem;
    z-index: 1;
  }

  .quiz__current-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 2.75rem;
    padding-left: 1rem;
    width: 100%;
  }

  .quiz__current-head a img { display: block; width: 21.5rem; }

  .quiz__current-head h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    font-weight: 800;
    font-size: 4.6875rem;
    line-height: 1;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
  }

  .quiz__current-head h4 {
    margin: 0;
    font-weight: 700;
    font-size: 4.125rem;
    line-height: 4.6875rem;
  }

  .quiz__current-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .quiz__current-body .left { width: 64.8125rem; }

  .quiz__current-body .left p {
    margin-bottom: 3rem;
    color: #fff;
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 3.125rem;
  }

  .quiz__current-body .left ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    margin-bottom: -3.75rem;
  }

  .quiz__current-body .left ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.75rem;
    padding: 0 2rem;
    width: 30.75rem;
    height: 7.125rem;
    color: #000;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1.1;
    text-align: center;
    background: #fff;
    border-radius: 10rem;
    cursor: pointer;
  }

  .quiz__current-body .left ul li:hover { opacity: 0.9; }

  .quiz__current-body .right img {
    display: block;
    width: 34.8125rem;
    height: 47.5rem;
    border-radius: 2.1875rem;
    object-fit: cover;
  }
/* QUIZ END */