:root{
    --fontquiz: proxima-nova, sans-serif;
    --white: white;
}

body, html {
  font-size: 16px;
}

body {
  position: relative;
  min-width: 300px;
  min-height: 100vh;
  color: #00666b;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

textarea:focus,
select:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
.btn-close:focus {
  box-shadow: none !important;
}

a {
  transition: 0.3s;
  color: #00666b;
  text-decoration: none;
}
a:hover {
  color: #ef4035;
  text-decoration: none;
}

.p {
  font-size: 1.188rem;
  margin-bottom: 1rem;
}
.p__16 {
  font-size: 1rem;
}
.p__18 {
  font-size: 1.125rem;
}
.p__20 {
  font-size: 1.25rem;
}

h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

small {
  font-size: 0.813rem;
  margin-bottom: 1rem;
  display: block;
}

strong {
  font-weight: 700;
}

[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.quiz__checkboxInput:checked + label,
.order__input:checked + label {
  font-weight: 700;
}

.hr {
  width: 100%;
  height: 3px;
  margin-top: 2rem;
  background-color: #00666b;
}
.hr--center {
  margin-left: auto;
  margin-right: auto;
}
.hr--margin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.form-check-input {
  border-radius: 0 !important;
  border-color: #00666b;
}
.form-check-input:checked {
  background-color: #00666b;
  border-color: #00666b;
}

.form {
  display: inline-flex;
  flex-direction: column;
}
.form__input {
  color: #00666b;
  border: 1px solid #00666b;
  width: 320px;
  height: 40px;
  padding: 0 1rem;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
.form__input:focus {
  border-color: #ef4035;
  outline: none !important;
}
.form__select {
  color: #00666b;
  border: 1px solid #00666b;
  height: 40px;
  padding: 0 1rem;
  font-size: 0.875rem;
}
.form__select:focus {
  border-color: #ef4035;
  outline: none !important;
}
.form__button {
  min-width: 172px;
  min-height: 40px;
  background-color: #ef4035;
  color: white;
  border: none;
  font-weight: 400;
  transition: 0.3s;
  padding: 0.5rem 1rem;
  white-space: normal;
  line-height: 1.2;
}
.form__button:hover {
  background-color: #df1e12;
}
.form__button--center {
  margin-left: auto;
  margin-right: auto;
}
.form__row {
  display: flex;
  flex-direction: column;
}
.form__row--left {
  margin-right: 0.75rem;
}
.form__row--right {
  margin-left: 0.75rem;
}

.header__col {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__col--background {
  background-image: url("/img/header-background.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header__image--packshots {
  transform: translateY(22px);
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer__col {
  height: 23px;
  display: flex;
  align-items: center;
  background-color: black;
}
.footer__col--color {
  background-color: #ef4035;
}
.footer__logo {
  transform: translateX(calc(var(--bs-gutter-x) * .5 * -1));
  background-color: white;
  padding: 4px;
  width: 99px;
}
.footer__menu {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.footer__link {
  color: white;
  text-decoration: none;
  font-size: 12px;
  margin: 0 1rem;
}
.footer__link:hover {
  color: #ef4035;
}

.navigation {
  background-color: #00666b;
  padding: 2.125rem 1rem;
}
.navigation__element {
  color: white;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 3.438rem;
  position: relative;
}
.navigation__element:after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + .813rem);
  display: block;
  width: 1px;
  height: 1.625rem;
  background-color: white;
}
.navigation__element--active {
  font-size: 1.563rem;
  font-weight: 700;
}
.navigation__element--last {
  margin-bottom: 0;
}
.navigation__element--last:after {
  display: none;
}

.content {
  padding: 3rem;
}

.order {
  margin-left: 3.5rem;
}
.order__title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.order__formCheck {
  margin-bottom: 0.5rem;
}
.order__input {
  border-radius: 50% !important;
  background-color: #00666b;
  background-image: none !important;
  border: none !important;
}
.order__input:focus {
  box-shadow: none !important;
}
.order__input:checked {
  background-color: #ef4035;
}
.order__hide {
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}
.order__hide--show {
  opacity: 1;
  pointer-events: auto;
}

.question {
  margin-bottom: 3rem;
/*  margin-left: 3.5rem;*/
  position: relative;
}
/*
.question:after {
  content: "";
  display: block;
  width: 37px;
  height: 62px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(calc(-37px - 1rem), -25%);
  background-image: url("/img/ico/question_mark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
*/

.number {
  margin-left: 5.75rem;
  position: relative;
}
.number:after {
  content: "00";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.75rem;
  width: 80px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(calc(-80px - 1rem), 0);
}
.number--01:after {
  content: "01";
}
.number--02:after {
  content: "02";
}
.number--03:after {
  content: "03";
}

.quiz {
  overflow-x: hidden;
}
.quiz__question {
  font-size: 1.25rem;
  margin-bottom: 0;
  font-family: var(--fontquiz);
  font-weight: 600;
}
.quiz__label {
  font-size: 0.9rem;
  margin-bottom: 2rem;
  font-style: italic;
}
.quiz__formCheck {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative;
}
.quiz__checkboxWrong {
  position: absolute;
  right: calc(100% + 1rem);
  top: -0.188rem;
  color: red;
  opacity: 0;
  transition: 1s;
}
.quiz__checkboxWrong strong {
  font-size: 18px;
  line-height: 0;
}
.quiz__checkboxWrong p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1;
}
.quiz__checkboxWrong--show {
  opacity: 1 !important;
}
.quiz__checkboxLabel {
  margin-left: 1.5rem;
  cursor: pointer;
}
.prize{
    margin-top: 10rem;
    position: relative;
}
.prize-book{
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    max-width: 100%;
}
@media only screen and (max-width: 991px){
    .prize-book{
        position: relative;
    }
    .prize{
        margin-top: 2rem;
    }
}
.quiz__checkboxInput {
  border: none;
  background-color: #00666b;
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  border-radius: 50% !important;
  float: inherit !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  background-image: none !important;
  position: relative;
  cursor: pointer;
}
.quiz__checkboxInput:focus {
  box-shadow: none;
}
.quiz__checkboxInput:after {
  content: "X";
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 100%;
  height: 100%;
  font-size: 22px;
}
.quiz__checkboxInput--wrong {
  background-color: red !important;
}
.quiz__checkboxInput--a:after {
  content: "A";
}
.quiz__checkboxInput--b:after {
  content: "B";
}
.quiz__checkboxInput--c:after {
  content: "C";
}
.quiz__checkboxInput--d:after {
  content: "D";
}
.quiz__end--info{
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 3.5rem;
    text-align: center;
    padding-top: 2rem;
}
.active__button{
    background: rgb(250,131,32) !important;
    background: linear-gradient(180deg, rgb(250, 131, 32) 35%, rgb(245, 122, 26) 100%) !important;
    box-shadow: inset 2px 2px 2px #eee !important;
}
.disabled_button{
    background: rgb(220,220,220) !important;
    background: linear-gradient(180deg, rgba(220,220,220,1) 35%, rgba(190,190,189,1) 100%) !important;
    box-shadow: inset 2px 2px 2px #eee !important;
}
.not-info{    
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8rem;
    color: #00666b;
    top:-150px;
    left:50%;
    opacity: 0;
    position: fixed;
    transform: translateX(-50%);
    transition: .8s;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.i1{
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.8rem;
    text-transform: uppercase;
}
.i2{
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2rem;
}
.i3{
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2rem;
}
/*Modal*/
.moda-1{
    padding: 1rem;
    max-width: 80vw;
}
.moda-1 > * {
    margin: 0 0 0.5rem 0;
}
/*Spinner*/
.spinner {
/*  width: 70px;*/
  text-align: center;
  padding-left: 1rem;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffd307;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #b4111a;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #ffffff;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { transform: scale(0) }
  40% { transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0);
  } 40% {
    transform: scale(1.0);
  }
}
.after_button_wrapper{
    display: flex;
    flex-flow: row;
    opacity: 0;
    transition: 1s;
}
.after_button_wrapper--wrong{
    display: flex;
    flex-flow: row;
    opacity: 0;
    transition: 1s;
}
.information__dialog__wrong{
    background-color: #ff0000;
    padding: 0 1rem;
    color: white;
    pointer-events: none;
    transition: 1s;
    border: none;
    border-radius: 25px;
    margin-left: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.8rem;
}
.information__dialog{
    background-color: #00666b;
    padding: 0 1rem;
    color: white;
    pointer-events: none;
    transition: 1s;
    border: none;
    border-radius: 25px;
    margin-left: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.8rem;
}
.quiz__nextButton {
  background-color: #00666b;
  width: 70px;
  height: 70px;
  color: white;
  border: none;
  border-radius: 26%;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
/*  margin: 2rem auto 0;*/
  pointer-events: none;
  transition: 1s;
}
.start__quiz__button {
    background-color: rgb(245, 122, 26);
    width: 270px;
    height: 70px;
    color: white;
    border: none;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.25rem;
    transition: 1s;
    font-size: 1.8rem;
    box-shadow: #4d4c4cb8 2px 2px 2px;
    cursor: pointer;
}
.start__quiz__button:hover {
    color: #00666b;
    transition: 1s;
    box-shadow: #4d4c4cb8 2px 2px 2px inset;
}
.quiz__nextButton img {
  margin-bottom: 3px;
}
.quiz__nextButton--wrong {
  background-color: #ff0000;
  width: 70px;
  height: 70px;
  color: white;
  border: none;
  border-radius: 26%;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
/*  margin: 2rem auto 0;*/
  pointer-events: none;
  transition: 1s;
}
.quiz__nextButton--wrong img {
  margin-bottom: 3px;
}
.quiz__nextButton--show {
  opacity: 1;
  pointer-events: auto;
}
.checkmark {
    display:inline-block;
    width: 22px;
    height:22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark_stem {
    position: absolute;
    width:3px;
    height:9px;
    background-color:#ccc;
    left:11px;
    top:6px;
}

.checkmark_kick {
    position: absolute;
    width:3px;
    height:3px;
    background-color:#ccc;
    left:8px;
    top:12px;
}
@media only screen and (max-width: 1199px) {
  .form__input {
    width: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .navigation {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer__col {
    height: inherit;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    flex-direction: column;
  }
  .footer__col--color {
    padding: 0;
    height: 2px;
  }
  .footer__logo {
    transform: none;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .footer__menu {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  .footer__link {
    text-align: center;
    display: block;
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media only screen and (max-width: 575px) {
  .form {
    width: 100%;
  }
  .form__input {
    width: 100%;
  }
  .form__button {
    width: 100%;
  }
  .form__row--left {
    margin-right: 0;
  }
  .form__row--right {
    margin-left: 0;
  }

  .header__col {
    height: inherit;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .header__image--packshots {
    transform: translateY(12px);
  }

  .content {
    padding: 2rem 1rem;
  }

  .order {
    margin-left: 0;
  }

  .question {
    margin-left: 0;
  }
  .question:after {
    display: none;
  }

  .number {
    margin-left: 0;
  }
  .number:after {
    display: none;
  }
}
#spec{
  color: #00666b;
border: 1px solid #00666b;
width: 320px;
height: 40px;
padding: 0 1rem;
font-size: 0.875rem;
margin-bottom: 1.5rem;
background-color: white;
}
.video{pointer-events: none; }
/*# sourceMappingURL=app.css.map */

/*QUIZ*/
.quiz__nav{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
}
.quiz__items{
    list-style: none;
    font-family: var(--fontquiz); 
    font-size: 1.3rem;
    font-weight: 700;
    padding: 1rem 35px;
    background: rgb(187,11,32);
    background: linear-gradient(180deg, rgba(187,11,32,1) 0%, rgba(128,9,26,1) 100%);
    border-radius: 15px;
    text-transform: uppercase;
    color: var(--white);
    -webkit-box-shadow: 7px 8px 24px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 7px 8px 24px 0px rgba(66, 68, 90, 1);
    box-shadow: 7px 8px 24px 0px rgba(66, 68, 90, 1);
}
.question-number{
    font-family: var(--fontquiz);
    font-weight: 300;
    color: #b4111a;
    font-size: 1.7rem;
}
.note-q{
    color: #00666b;
    font-size: .7rem;
    font-family: var(--fontquiz);
    font-weight: 300;
}
/*Animations*/
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
    
  }
  40% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.backInRight {
  animation-name: backInRight;
  animation-duration: 2s;
}
.backInRight-2 {
  animation-name: backInRight;
  animation-duration: 2.5s;
}
.backInRight-3 {
  animation-name: backInRight;
  animation-duration: 3s;
}
.backInRight-4 {
  animation-name: backInRight;
  animation-duration: 3.5s;
}
.backInRight-5 {
  animation-name: backInRight;
  animation-duration: 4s;
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@media only screen and (max-width: 650px){
    .quiz__nav {
      gap: 1rem;
    }
    .quiz__items {
      font-size: .8rem;
      padding: .8rem 30px;
    }
    .quiz__nextButton--wrong {     
      width: 40px;
      height: 40px;      
      font-size: 10px;     
      padding: 0.25rem;
      margin: 1rem auto 0;
    }
    .information__dialog__wrong { 
      font-size: 1rem;
    }
    .information__dialog {
      font-size: 1rem;
    }
    .quiz__nextButton {
      width: 40px;
      height: 40px;    
      margin: 1rem auto 0;     
    }
    .quiz__end--info {
      font-size: 1.1rem;
      padding-top: 1rem;
    }
}