@charset "UTF-8";
/*
Theme Name: Porsche Quiz
Version: 1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* latin-ext */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/_CggKBkxleGVuZBAJIAU4AQ==.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/_CggKBkxleGVuZBAHIAU=.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/_CggKBkxleGVuZBAJIAU4AQ==.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/_CggKBkxleGVuZBAHIAU=.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/_CggKBkxleGVuZBAJIAU4AQ==.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/_CggKBkxleGVuZBAHIAU=.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Porsche Next";
  src: local("Porsche Next Regular"), local("PorscheNextArabicTT-Regular"), url(fonts/PorscheNextArabicTT-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: "Porsche Next";
  src: local("Porsche Next Bold"), local("PorscheNextArabicTT-Bold"), url(fonts/PorscheNextArabicTT-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap; }

html {
  font-size: 16px;
  font-family: "Porsche Next", "Lexend", sans-serif;
  color: #1d1d1d;
  position: relative;
  line-height: 1.5;
  background: #fff; }

img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
  object-position: center; }

* {
  box-sizing: border-box;
  outline: transparent; }

.hidden {
  display: none; }

h1,
h2,
h3,
h4,
p {
  margin: 0; }

h2 {
  font-size: 2rem; }

p {
  font-size: 1.3125rem; }

  body {
    padding-top: 60px;
  }
main {
  overflow: hidden;
  position: relative;
 }

 .header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid #e3e4e5; 
  background: #fff;
}

.scenario {
  position: relative;
  display: flex;
  transition: 0.3s all; }
  .scenario__item {
    width: 100vw;
    position: relative;
    overflow: auto; }

.content {
  color: #000000;
  margin-bottom: 20px; }
  .content h2 {
    font-size: 2rem; }
  .content p {
    font-size: 1.3125rem;
    color: #403f45; }


  .header__logo {
    padding: 5px 15px 5px 15px;
    width: 110px;
    position: relative;
    z-index: 10; 
     border-bottom: 1px solid #e3e4e5; 
  border-right: 1px solid #e3e4e5; 
  border-left: 1px solid #e3e4e5; 
  background: #fff;
    
  }
.header__logo img {
  display: block;
}
.errorPage {
  min-height: 100vh;
  background: url(img/404Backgorund.svg);
  background-repeat: no-repeat;
  background-size: clamp(400px, 35%, 700px);
  background-position: center;
  position: relative;
  overflow: hidden; }
  .errorPage__content {
    position: relative;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    animation: content 1s 1 forwards;
    animation-delay: 1.5s; }
  .errorPage .container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 100vh; }
  .errorPage__subHeading {
    font-size: 1.125rem; }
    @media (min-width: 920px) {
      .errorPage__subHeading {
        font-size: 1.5rem; } }
  .errorPage__heading {
    font-size: 1.75rem;
    color: #d62b35;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: -10px; }
    @media (min-width: 920px) {
      .errorPage__heading {
        font-size: 3rem; } }
  .errorPage__bigPara {
    font-weight: 400;
    font-size: 1.125rem;
    padding-bottom: 10px; }
    @media (min-width: 920px) {
      .errorPage__bigPara {
        font-size: 1.5rem; } }
  .errorPage__para {
    font-size: 1rem; }
    @media (min-width: 920px) {
      .errorPage__para {
        font-size: 1.125rem; } }
  .errorPage .button {
    padding-top: 40px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .errorPage__ballon {
    position: absolute;
    left: 50%; }
    .errorPage__ballon--top {
      max-width: clamp(60px, 5vw, 130px);
      top: 0;
      animation: ballonTop 2s 1 forwards;
      animation-delay: 1s;
      visibility: hidden; }
    .errorPage__ballon--bottom {
      max-width: clamp(60px, 10vw, 220px);
      bottom: 0;
      animation: ballonBottom 2s 1 forwards;
      animation-delay: 1s;
      visibility: hidden; }

@keyframes ballonBottom {
  from {
    transform: translate(-40%, 140%) scale(0.9);
    visibility: initial; }
  to {
    transform: translate(160%, 0%) scale(1.2);
    visibility: initial; } }

@keyframes ballonTop {
  from {
    transform: translate(-240%, -70%) scale(0.1);
    visibility: initial; }
  to {
    transform: translate(10%, 60%) scale(0.9);
    visibility: initial; } }

@keyframes content {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.lds-ring {
  margin: 5px;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 34px; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 3px;
  border: 3px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

input {
  border-radius: 0;
  border: 1px solid #b5b4ba;
  transition: 0.3s all;
  font-size: 1.3125rem;
  width: 100%; }
  input::placeholder {
    color: #000000;
    font-weight: 400; }
  input[type="text"], input[type="number"], input[type="phone"], input[type="tel"], input[type="password"], input[type="email"] {
    display: block;
    padding: 19px 19px 22px;
    font-size: 1.3125rem;
    margin-top: 10px;
    margin-bottom: 15px; }
  input[type="number"] {
    -moz-appearance: textfield; }
    input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    input[type="number"]:not(:placeholder-shown) ~ div, input[type="number"]:focus ~ div, input[type="number"]:hover ~ div, input[type="number"]:active ~ div {
      display: none; }

.form__button {
  position: relative;
  margin-top: 20px; }
  .form__button button {
    color: #000000 !important;
    cursor: pointer;
    border: 1px solid #000000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 20px 21px;
    text-transform: uppercase;
    font-size: 1.3125rem;
    font-weight: 900; }
  .form__button__loader {
    position: absolute;
    right: 20px;
    top: 12px;
    display: none; }
  .form__button svg {
    position: absolute;
    top: 19px;
    left: 33px; }

.form__select {
  position: relative;
  display: block;
  background: #fff; }
  .form__select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    display: block;
    padding: 19px 19px 22px;
    font-size: 1.3125rem;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #b5b4ba;
    transition: 0.3s all;
    width: 100%; }

.loading .form__button__loader {
  display: block; }

.loading .form__button svg {
  display: none; }

.form__road,
.form__team {
  position: relative;
  width: 100%; }
  .form__road__arrow,
  .form__team__arrow {
    position: absolute;
    right: 13px;
    top: 8px; }

.form__error {
  display: none;
  width: 100%;
  margin-top: -13px;
  color: #d5021c; }

.form__message {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-top: 5px; }
  .form__message .error {
    color: #d5021c; }
  .form__message .succes {
    color: #1ab414; }

.show-password-input {
  right: 10px !important;
  top: 20px !important; }

textarea {
  border-radius: 0;
  border: 1px solid #dcdcdc;
  display: block;
  padding: 1.125rem;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  min-height: 200px; }
  textarea:focus {
    border: 1px solid #da5b79; }
  textarea:not(:placeholder-shown) {
    border: 1px solid #da5b79; }

.checkbox {
  position: relative;
  padding-left: 30px;
  display: block; }
  .checkbox .wpcf7-acceptance input[type="checkbox"] {
    opacity: 1; }
    .checkbox .wpcf7-acceptance input[type="checkbox"]:after {
      content: "";
      transform: translate(-50%, -50%);
      font-size: 1rem;
      box-sizing: border-box;
      position: absolute;
      display: block;
      top: 6px;
      left: 3px;
      width: 20px;
      height: 20px;
      background: #fff;
      border: 1px solid #000;
      line-height: 1.1;
      padding-left: 2px;
      cursor: pointer; }
    .checkbox .wpcf7-acceptance input[type="checkbox"]:checked:after {
      content: "✓"; }
  .checkbox input ~ span:after {
    cursor: pointer;
    content: "";
    transform: translate(-50%, -50%);
    font-size: 1rem;
    box-sizing: border-box;
    position: absolute;
    display: block;
    top: 11px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #000;
    line-height: 1.1;
    padding-left: 2px; }
  .checkbox input {
    position: absolute;
    top: 5px;
    left: 5px; }
  .checkbox input:checked ~ span:after {
    content: "✓"; }

.container {
  width: 100%;
  max-width: 1024px;
  padding: 0 35px;
  margin: 0 auto; }

.button a {
  padding: 20px 40px;
  border-radius: 5px;
  background: #EF233C;
  color: #fff;
  text-decoration: none; }

.section__login {
  overflow: auto;
  padding-bottom: 20px; }
  .section__login__img {
    max-width: 144px;
    margin: 1rem auto;
    height: 40px;
    }
 .section__login__img img {
  display: block;
  width: 1px;height: 1px;
 }
  .section__login .section__text {
    height: calc(100vh - 60px);
    overflow-y: auto;
    margin-right: -34px;
    padding-right: 34px;
    padding-bottom: 20px; }

.section__question {
 

}
.question form {
  padding-top: 53px;
  height: 100%;
  /*height: calc(100vh - 60px);*/
  margin-right: -34px;
  padding-right: 34px;
  display: flex;
  flex-direction: column; }

.question__header {
  display: flex;
  justify-content: space-between; }

.question__heading {
  position: relative;
  padding-bottom: 26px; }
  .question__heading:after {
    content: "";
    display: block;
    margin-top: 16px;
    height: 5px;
    width: 170px;
    background: #b5b4ba; }

.question__timer {
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 54px; }
  .question__timer__wrapper {
    position: relative;
    z-index: 10;
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; }
  .question__timer svg {
    width: 54px;
    height: 54px;
    position: absolute;
    fill: #737278;
    transform: rotateY(-180deg) rotateZ(-90deg); }
    .question__timer svg circle {
      stroke-dasharray: 162px;
      stroke-dashoffset: 0px;
      stroke-linecap: round;
      stroke-width: 2px;
      stroke: #737278;
      fill: none;
      animation: countdown 30s linear infinite forwards;
      animation-play-state: paused; }

.question__question {
  font-size: 1.2rem;
  color: #403f45;
  line-height: 1.3; }

.question__answers {
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
}
  .question__answers__item {
    position: relative;
    display: block;
    padding-bottom: 10px; }
    .question__answers__item input {
      position: absolute;
      opacity: 0; }
      .question__answers__item input:checked ~ span {
        border: 1px solid #d5021c;
        background: #d5021c;
        color: #fff; }
    .question__answers__item span {
      display: block;
      z-index: 10;
      text-align: center;
      font-size: 1.3125rem;
      padding: 15px 10px 16px;
      border: 1px solid #b5b4ba;
      transition: 0.3s all; }


.question__button {
  position: relative;
  z-index: 70;
  /*
  z-index: 70;
  position: sticky;
  bottom: 0;
  background: rgba(181,180,186,0.75);
  margin-left: -35px;
  margin-right: -35px;
  width: calc(100% + 70px);
  */
  padding: 14px 0;
  
  margin-top: auto; 
 }
  .question__button button {
    display: block;
    background: #000;
    border: none;
    color: #fff;
    width: 100%;
    font-weight: 700;
    font-size: 1.3125rem;
    padding: 14px 20px;
    cursor: pointer; 
    border: solid 3px #fff;
  }
  .question__button .container {
    padding-left: 0;
    padding-right: 0;
  }
.question__timeOut {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .question__timeOut__overlay {
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.9); 
    
  }
  .question__timeOut__info {
    position: relative;
    padding: 30px 50px;
    width: 100%;
    background: #DF2024;
    z-index: 30; 
    box-shadow: 0 1rem 1rem rgba(0,0,0,.2);
  }
    .question__timeOut__info h2 { 
      font-size: 21px;
      color: #ffffff;
    }
    .question__timeOut__info p { 
      font-size: 16px;
      color: #ffffff;
    }

@keyframes countdown {
  from {
    stroke-dashoffset: 0px; }
  to {
    stroke-dashoffset: 162px; } }

.scenario__item--current .question__timer svg circle {
  animation-play-state: running; }

.scenario__item--pass .question__timer svg circle {
  animation-play-state: paused; }

.section__end {
  overflow: auto;
  padding-bottom: 20px; }
  .section__end__img {
    max-width: 144px;
    margin-left: auto;
    margin-right: -10px;
    height: 60px;
  }
  .section__end .section__text {
    height: calc(100vh - 60px);
    overflow-y: auto;
    margin-right: -34px;
    padding-right: 34px;
    padding-bottom: 20px; }

.startStop {
  height: initial;
  overflow: initial;
  padding-bottom: 50px; }
  .startStop .section__startStop {
    padding-bottom: 50px; }
  .startStop .form__message {
    margin-bottom: 5px; }
  .startStop__messange {
    background: #f2f2f2;
    padding: 11px 15px; }
    .startStop__messange__info {
      text-align: center; }
  .startStop__button {
    z-index: 70;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(181, 180, 186, 0.75);
    padding: 14px 0;
    margin-top: auto; }
    .startStop__button button {
      display: block;
      background: #000;
      border: none;
      color: #fff;
      width: 100%;
      font-weight: 700;
      font-size: 1.3125rem;
      padding: 14px 20px;
      cursor: pointer; }

.moreQuestion {
  height: initial;
  overflow: initial;
  padding-bottom: 70px; }

.results {
  height: initial;
  overflow: initial;
  padding-bottom: 70px; }
  .results__tabel {
    margin-top: 40px; }
    .results__tabel__item {
      display: flex;
      justify-content: space-between;
      padding: 10px; }
      .results__tabel__item:nth-of-type(even) {
        background: #F2F2F2; }
      .results__tabel__item:first-of-type {
        margin-bottom: 20px; }
      .results__tabel__item__point {
        min-width: 80px; }

.grecaptcha-badge {
  visibility: hidden; }

