@font-face {
  font-family: Gilroy-Regular;
  src: url(../fonts/Gilroy-Regular.ttf); }

@font-face {
  font-family: Gilroy-Bold;
  src: url(../fonts/Gilroy-Bold.ttf); }

@font-face {
  font-family: Gilroy-Medium;
  src: url(../fonts/Gilroy-Medium.ttf); }

@font-face {
  font-family: Gilroy-SemiBold;
  src: url(../fonts/Gilroy-SemiBold.ttf); }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  line-height: 1em; }

body {
  font-size: 16px;
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: 300;
  overflow: hidden;
  overflow-y: scroll;
  color: #fff;
  background-color: #000; }

b, strong {
  font-weight: 700; }

.modal-open {
  overflow: hidden; }

a {
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

section {
  position: relative; }

h1 {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#payment {
  padding-top: 50px;
  margin-top: 50px; }

button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0; }

input, button, a {
  outline: none; }

ul li {
  list-style-type: none; }

input:focus, button:focus {
  outline: none; }

.quiz__main {
  padding-bottom: 50px;
  background-image: url(../img/bg.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover; }

.quiz_header {
  padding-top: 60px; }

.quiz__logo {
  max-width: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.logo {
  max-width: 157px; }
  .logo img {
    max-width: 100%; }

.quiz__phone a {
  font-size: 20px;
  color: #1753a1;
  font-family: "Gilroy-Bold", sans-serif; }

.quiz__h1 {
  max-width: 800px;
  font-size: 40px;
  line-height: 1em;
  font-family: "Gilroy-Bold", sans-serif;
  color: #003626; }
  .quiz__h1 span {
    color: #0e4c9d; }

.quiz__h1--margintop {
  margin-top: 90px; }

.quiz__footer {
  padding: 50px 0; }

.quiz-footer__block span {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  font-family: "Gilroy-Medium", sans-serif; }

.col--paddnone1 {
  padding-right: 0 !important; }

.quiz__contant {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.col--paddnone2 {
  padding-left: 0 !important; }

.quiz__wp-question {
  max-width: 100%;
  margin-top: 70px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4); }

.quzi__block1 {
  height: 100%;
  position: relative;
  background-image: url(../img/q1.jpg);
  background-position: right bottom;
  background-size: inherit;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 35px 25px 20px;
  border-radius: 8px 0 0 8px;
  -webkit-box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1; }

.quzi-block1__t1 {
  font-size: 24px; }
  .quzi-block1__t1 span {
    font-family: "Gilroy-SemiBold", sans-serif;
    color: #1753a1; }

.quzi-block1__t2 {
  font-size: 18px;
  line-height: 1.4em;
  margin-top: 23px; }

.quzi-block1__ul {
  padding-left: 25px;
  margin-top: 20px; }
  .quzi-block1__ul .quzi-block1__li {
    position: relative;
    font-size: 18px;
    margin-top: 12px; }
    .quzi-block1__ul .quzi-block1__li:first-child {
      margin-top: 0; }
    .quzi-block1__ul .quzi-block1__li::after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: -17px;
      width: 8px;
      height: 8px;
      border-radius: 10em;
      background-color: #d60068; }

.quiz__form {
  width: 100%;
  height: 100%;
  background-color: #f3fefe;
  padding: 10px 10px 10px 0;
  border-radius: 0 8px 8px 0; }

.quzi__block2 {
  height: 100%;
  border: 1px solid #dae4e4;
  border-left: none;
  padding: 25px 10px 25px 50px;
  border-radius: 0 8px 8px 0; }

.quiz__question-nomber {
  color: #595959;
  font-size: 18px;
  font-family: "Gilroy-Medium", sans-serif; }

.quiz__question {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 35px;
  margin-top: 25px; }

.quiz__wp-answer {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .quiz__wp-answer input {
    display: none; }

.answer_pick {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 25px; }
  .answer_pick:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10em; }
  .answer_pick:hover:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    border: 6px solid #dae4e4; }

.pick-item__input:checked + .answer_pick:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  border: 6px solid #0d4c9d; }

.quiz__answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  cursor: pointer; }

.quiz__button {
  border-radius: 10px;
  font-family: "Gilroy-Bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 1.6em;
  border: none;
  background-color: #1753a1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .quiz__button:hover {
    background-color: #1a5fb7; }
  .quiz__button:disabled {
    opacity: 0.5; }

.quiz_end__utp {
  font-size: 20px;
  font-family: "Gilroy-Medium", sans-serif;
  padding: 15px 0 30px; }
  .quiz_end__utp span {
    display: block;
    margin-top: 15px;
    font-size: 25px;
    color: #1753a1;
    font-family: "Gilroy-Bold", sans-serif; }

.quiz_end {
  display: none; }

.quiz__input {
  max-width: 380px;
  width: 100%;
  margin-bottom: 15px; }
  .quiz__input input, .quiz__input select {
    width: 100%;
    font-size: 18px;
    padding: 0 20px;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    height: 60px;
    background-color: #fff; }

@media (max-width: 991px) {
  .container {
    max-width: 100% !important; } }

@media (max-width: 768px) {
  .quiz__main {
    background-position: 14% 0; }
  .quiz__h1 {
    text-align: center;
    font-size: 35px; }
  .col--paddnone1 {
    padding-right: 15px !important; }
  .col--paddnone2 {
    padding-left: 15px !important; }
  .quzi__block1 {
    border-radius: 8px 8px 0 0; }
  .quiz__form, .quzi__block2 {
    border-radius: 0 0 8px 8px; }
  .quiz__form {
    padding: 0 10px 10px; }
  .quzi__block2 {
    padding: 30px;
    border-left: 1px solid #dae4e4;
    border-top: none; }
  .quiz__logo--footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px; }
  .answer_pick {
    margin-bottom: 15px; }
  .quiz-footer__block span {
    margin-top: 5px;
    font-size: 16px;
    text-align: center; } }

@media (max-width: 480px) {
  .quiz__h1 {
    font-size: 32px; }
  .quiz__h1--margintop {
    margin-top: 25px; }
  .quiz__wp-question {
    margin-top: 25px; }
  .quzi-block1__t2 {
    display: none; }
  .quzi__block1 {
    padding: 15px; }
  .quzi-block1__t1 {
    font-size: 20px; }
  .quzi-block1__ul .quzi-block1__li {
    font-size: 16px; }
  .quiz_end__utp {
    padding: 15px 0 15px;
    font-size: 18px;
    line-height: 1.2em; }
  .quiz__wp-button {
    text-align: center; }
  .quiz__main {
    padding-bottom: 30px; }
  .quiz__footer {
    padding: 25px 0; }
  .quzi-block2-test {
    padding: 0 10px; }
  .quiz__question {
    font-size: 22px; }
  .quiz__answer {
    width: 100%; }
  .quiz__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .quiz_header {
    padding-top: 25px; }
  .quiz__phone {
    margin-top: 15px; }
    .quiz__phone a {
      font-size: 25px; } }

@media (max-width: 380px) {
  .quzi__block2 {
    padding: 25px 5px; }
  .quiz__h1 {
    font-size: 28px; } }
