@font-face {
    font-family: 'Gilroy';
    src: url('https://quiz.logoscentrum.com/public/fonts/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-ExtraBold.woff') format('woff'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Heavy.eot');
    src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Heavy.woff') format('woff'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'Gilroy';
    src: url('https://quiz.logoscentrum.com/public/fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-SemiBold.woff') format('woff'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Light.woff') format('woff'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Regular.woff') format('woff'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Medium.woff') format('woff'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Bold.woff') format('woff'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Black.woff') format('woff'),
    url('https://quiz.logoscentrum.com/public/fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
html {
  font-family: Gilroy, sans-serif !important;
  font-weight: 500;
  font-size: 24px;
  overflow-x: hidden;
}

body {
  font-family: Gilroy, sans-serif !important;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}
body .main {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body .main .bg__wrapper {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
}
body .main .bg__wrapper .bg {
  position: relative;
  width: 100%;
  height: 100%;
}
body .main .bg__wrapper .bg .b {
  position: absolute;
  background: #F1F1F1;
}
body .main .bg__wrapper .bg .b1 {
  width: 60%;
  top: 0;
  left: 0;
  height: 30%;
}
body .main .bg__wrapper .bg .b2 {
  width: 55%;
  bottom: 0;
  right: 0;
  height: 45%;
}
body .main .card__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
body .main .card__wrapper .main__card {
  margin: 0 auto;
  border-radius: 50px;
  background: #FFE77B;
  padding: 60px 60px 50px 60px;
  display: inline-block;
}
body .main .card__wrapper .main__card .card__header {
  width: 100%;
  margin-bottom: 60px;
}
body .main .card__wrapper .main__card .card__header h1 {
  margin: 0;
  font-weight: 800;
  font-size: 64px;
}
body .main .card__wrapper .main__card .car__content h2 {
  margin: 0 auto;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  max-width: 345px;
}
body .main .card__wrapper .main__card .car__content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  max-width: 345px;
  margin: 30px auto 60px auto;
}
body .main .card__wrapper .main__card .card__buttons {
  text-align: center;
}
body .main .card__wrapper .main__card .card__buttons button {
  font-family: Gilroy, sans-serif !important;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  background: #000;
  border: none;
  padding: 20px 80px;
  border-radius: 40px;
  font-weight: 700;
  cursor: pointer;
  transition-duration: 0.3s;
}
body .main .card__wrapper .main__card .card__buttons button:hover {
  transform: scale(1.05);
}
body .main .card__wrapper .main__card .card__buttons .back__www {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
body .main .card__wrapper .main__card .card__buttons .back__www span {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
}
body .main .card__wrapper .main__card .card__buttons .back__www span a {
  text-decoration: none;
  color: #000;
}

@media (min-width: 450px) and (max-width: 1050px) {
  body .main__card .card__header h1 {
    font-size: 50px !important;
  }
  body .main__card .car__content h2 {
    font-size: 28px !important;
  }
  body .main__card .car__content p {
    font-size: 18px !important;
  }
  body .main__card .card__buttons button {
    padding: 18px 60px !important;
    font-size: 20px !important;
  }
}
@media (max-width: 450px) {
  body .card__wrapper .main__card {
    padding: 30px !important;
    border-radius: 30px !important;
    margin: 15px !important;
  }
  body .card__wrapper .main__card .card__header {
    margin-bottom: 30px !important;
  }
  body .card__wrapper .main__card .card__header h1 {
    text-align: center;
    font-size: 32px !important;
  }
  body .card__wrapper .main__card .car__content {
    margin-bottom: 30px;
  }
  body .card__wrapper .main__card .car__content h2 {
    font-size: 22px !important;
  }
  body .card__wrapper .main__card .car__content p {
    font-size: 18px !important;
    margin-bottom: 30px !important;
  }
  body .card__wrapper .main__card .card__buttons button {
    padding: 15px 50px !important;
    font-size: 22px !important;
  }
}
body .quiz__header {
  text-align: center;
  padding: 60px 0 30px 0;
}
body .quiz__header h1 {
  font-size: 62px;
  margin: 0;
}
body .q__main {
  padding-bottom: 60px;
}
body .q__main .wrapper__980 {
  max-width: 1060px;
  padding: 0 60px;
  margin: 0 auto;
}
body .q__main .wrapper__980 .pages__wrapper {
  text-align: center;
  margin-bottom: 30px;
}
body .q__main .wrapper__980 .pages__wrapper .quiz__pages {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-self: center;
  display: inline-block;
}
body .q__main .wrapper__980 .pages__wrapper .quiz__pages .ot__pages {
  display: none;
}
body .q__main .wrapper__980 .pages__wrapper .quiz__pages .page__number {
  width: 50px;
  height: 50px;
  background: #F1F1F1;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
}
body .q__main .wrapper__980 .pages__wrapper .quiz__pages .page__number .page__number__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
body .q__main .wrapper__980 .pages__wrapper .quiz__pages .page__number .page__number__inner span {
  margin: 0 auto;
  font-size: 24px;
}
body .q__main .wrapper__980 .pages__wrapper .quiz__pages .page__number.selected {
  background: #FFE77B;
}
body .q__main .wrapper__980 .question__desc {
  margin-bottom: 50px;
}
body .q__main .wrapper__980 .question__desc span {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
body .q__main .wrapper__980 .question__desc hr {
  height: 2px;
  background: #F1F1F1;
  border: none;
}
body .q__main .wrapper__980 .page__divider {
  display: none;
}
body .q__main .wrapper__980 .question__content {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
}
body .q__main .wrapper__980 .question__content .question__data {
  margin-bottom: 30px;
}
body .q__main .wrapper__980 .question__content .question__data span {
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
}
body .q__main .wrapper__980 .question__content label {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  display: inline-block !important;
  width: calc(100% - 55px) !important;
}
body .q__main .wrapper__980 .question__content input[type=radio]:after {
  background: red !important;
}
body .q__main .wrapper__980 .question__content .container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .q__main .wrapper__980 .question__content .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
body .q__main .wrapper__980 .question__content .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 50%;
  transition-duration: 0.1s;
}
body .q__main .wrapper__980 .question__content .container:hover input ~ .checkmark {
  background-color: #ccc;
}
body .q__main .wrapper__980 .question__content .container input:checked ~ .checkmark {
  background-color: #FAD108;
}
body .q__main .wrapper__980 .question__content .div__submit {
  margin-top: 50px;
  text-align: end;
}
body .q__main .wrapper__980 .question__content .div__submit button {
  font-family: Gilroy, sans-serif !important;
  background: #F8D734;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
body .q__main .wrapper__980 .question__content .div__submit button:hover {
  transition-duration: 0.3s;
  background: #E6CE57;
}
body .q__main .wrapper__980 .question__content .div__submit button span {
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  margin-right: 10px;
}
@media (max-width: 450px) {
  body .page__number {
    display: none !important;
  }
  body .page__number.selected {
    display: inline-block !important;
  }
  body #page__last {
    display: inline-block !important;
  }
  body .page__divider {
    display: inline-block !important;
  }
  body .wrapper__980 {
    padding: 0 15px !important;
  }
  body .page__number {
    width: 40px !important;
    height: 40px !important;
  }
  body .ot__pages {
    display: inline-block !important;
  }
  body .question__desc {
    margin-bottom: 30px !important;
  }
  body .question__desc span {
    font-size: 18px !important;
  }
  body .question__desc hr {
    margin: 5px 0;
  }
  body .question__data span {
    font-size: 22px !important;
  }
  body .checkmark {
    height: 40px !important;
    width: 40px !important;
  }
  body .container {
    padding-left: 55px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  body .quiz__header {
    padding: 30px 0 15px 0 !important;
  }
  body .quiz__header h1 {
    font-size: 38px;
  }
}

body .thank_you__wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
}
body .thank_you__page {
  margin: 0 auto;
  text-align: center;
  max-width: 850px;
  padding: 30px;
}
body .thank_you__page h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 62px;
  line-height: 100%;
  margin: 0 0 30px 0;
}
body .thank_you__page h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 100%;
  margin: 0 0 30px 0;
}
body .thank_you__page a {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  transition-duration: 0.3s;
}
body .thank_you__page a:hover {
  color: #FAD108;
}

@media (max-width: 450px) {
  body .thank_you__wrapper .thank_you__page h1 {
    font-size: 40px !important;
  }
  body .thank_you__wrapper .thank_you__page h2 {
    font-size: 24px !important;
  }
}
.form__wrapper {
  max-width: 910px;
  margin: 0 auto;
}
.form__wrapper .form__desc {
  text-align: center;
  margin-bottom: 60px;
}
.form__wrapper .form__desc p {
  margin: 0;
}
.form__wrapper .form__desc p:first-child {
  margin-bottom: 10px;
}
.form__wrapper .main__form {
  text-align: center;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.form__wrapper .main__form .con {
  width: 500px;
  margin: 30px auto;
}
.form__wrapper .main__form input {
  font-family: Gilroy, sans-serif !important;
  font-size: 22px;
  font-weight: 600;
  background: #F1F1F1;
  border: 0;
  padding: 25px 30px;
  border-radius: 50px;
  margin-bottom: 10px;
  width: 500px;
}
.form__wrapper .main__form input::-moz-placeholder {
  color: #797979;
}
.form__wrapper .main__form input:-ms-input-placeholder {
  color: #797979;
}
.form__wrapper .main__form input::placeholder {
  color: #797979;
}
.form__wrapper .main__form .container {
  display: block;
  position: relative;
  padding-right: 55px;
  padding-top: 6px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: right;
}
.form__wrapper .main__form .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form__wrapper .main__form .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background-color: #eee;
  border-radius: 50%;
  transition-duration: 0.1s;
}
.form__wrapper .main__form .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.form__wrapper .main__form .container input:checked ~ .checkmark {
  background-color: #F8D734;
}
.form__wrapper .main__form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form__wrapper .main__form .container input:checked ~ .checkmark:after {
  display: block;
}
.form__wrapper .main__form .container .checkmark:after {
  left: 13px;
  top: 7px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.form__wrapper .main__form button {
  font-family: Gilroy, sans-serif !important;
  background: #F8D734;
  border: none;
  padding: 20px 30px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 60px;
  transition-duration: 0.3s;
}
.form__wrapper .main__form button:hover {
  transform: scale(1.05);
}

@media (max-width: 570px) {
  .form__wrapper {
    margin: 0 15px;
  }

  .quiz__header {
    font-size: 38px;
  }

  .form__desc p {
    font-size: 18px !important;
  }

  .form__desc {
    margin-bottom: 40px !important;
  }
  .main__form input{
    width: calc(100% - 60px) !important;
  }
  input {
    /*width: 100% !important;*/
    font-size: 18px;
  }

  .con {
    width: 100% !important;
  }

  .main__form {
    text-align: inherit !important;
  }

  .form-group {
    width: 100%;
    display: inline-block;
  }
  .form-group .container {
    padding-left: 0 !important;
    padding-top: 3px !important;
  }
  .form-group .container span:first-child {
    font-size: 18px !important;
  }

  .w-100 {
    width: 100% !important;
    text-align: center;
  }
}
