@charset "UTF-8";
@import url("http://fonts.cdnfonts.com/css/futura-pt");

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  font-family: "Futura PT", sans-serif;
}

html {
  font-family: 'FuturaPT', Arial, sans-serif;
}

.container {
  max-width: 1600px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.iti {
  margin-bottom: 15px !important;
}

.hero {
  height: 100%;
  width: 100%;
  background-image: url(bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.hero-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.hero-info {
  width: 650px;
  margin-left: auto;
  padding: 0 30px;
  height: 100%;
  border-left: 1px solid rgb(181, 181, 181);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero-title {
  width: 100%;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.15;
}

.hero-title::before {
  display: block;
  content: "";
  width: 8%;
  height: 5px;
  background-color: #fff;
  margin: 35px 0;
  box-sizing: 3px;
}

.hero-subtitle {
  margin: 40px 0;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 400;
}

.bonus {
  margin: 40px 0 20px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

.hero-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 45px;
}

.btn-anketa {
  display: block;
  text-align: center;
  width: 45%;
  font-weight: 600;
  background-color: #d34085;
  font-size: 21px;
  line-height: 1.55;
  border-radius: 30px;
  border: none;
  padding: 20px 30px;
  color: #fff;
  -webkit-animation: scales 2s linear 0s infinite alternate;
  animation: scales 2s linear 0s infinite alternate;
}

@-webkit-keyframes scales {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes scales {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.analysis {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
}

.modal {
  background-color: #fff;
  height: 95%;
  width: 900px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.modal-wrapper {
  position: relative;
  height: 80%;
  width: 100%;
}

.modal-title {
  padding: 35px 0 35px 35px;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  background-color: #ececec;
  height: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: rgb(211, 64, 133);
}

.interview-title {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 400;
}

.next-question {
  position: absolute;
  bottom: 20px;
  right: 10%;
  border-radius: 30px;
  font-weight: 600;
  padding: 15px 30px;
  background-color: rgb(211, 64, 133);
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.next-question:disabled {
  color: #000;
}

.next-question::after {
  content: "→";
  display: block;
  font-size: 18px;
  line-height: 1.3;
  margin-left: 10px;
}

.prev-question {
  position: absolute;
  bottom: 20px;
  left: 10%;
  border-radius: 30px;
  font-weight: 600;
  padding: 15px 30px;
  background-color: rgb(211, 64, 133);
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  opacity: 0.4;
}

.input-quiz {
  padding: 15px;
  border: none;
  border-bottom: 1px solid grey;
}

.prev-question::before {
  content: "→";
  display: block;
  font-size: 18px;
  line-height: 1.3;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-right: 10px;
}

.interviews {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding: 35px;
  width: 100%;
  height: 100%;
}

.interviews.active-question {
  display: block;
}

.interviews span {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  line-height: 1.55;
}

.interviews .consult-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.interviews .consult-block .consult-input {
  padding: 15px 25px 15px 35px;
  font-size: 16px;
  color: #000;
  outline: none;
  border-radius: 6px;
  border: 1px solid gray;
  margin-bottom: 15px;
}

.interviews .consult-block .form-btn {
  position: absolute;
  bottom: 20px;
  right: 10%;
  border-radius: 30px;
  font-weight: 600;
  border: none;
  font-size: 16px;
  padding: 15px 30px;
  background-color: rgb(211, 64, 133);
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.check-list {
  width: 218px;
  padding: 10px;
  background-image: url(bg-check-list.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.check-list p {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 400;
  text-align: right;
}

.contacts {
  opacity: 0.3;
  margin-top: 20px;
}

.contacts p {
  font-size: 15px;
  font-style: italic;
}

.contacts a {
  text-decoration: none;
  color: #ff8562;
}

.interview-block {
  padding: 10px;
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

.radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.radio-item input[type=radio] {
  display: none;
}

.radio-item label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-right: 0;
  line-height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-item label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #fff;
  bottom: 1px;
  border: 2px solid #000;
  border-radius: 50%;
}

/* Checked */
.radio-item input[type=radio]:checked+label:before {
  background-color: #000;
}

/* Hover */
.radio-item label:hover:before {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

/* Disabled */
.radio-item input[type=radio]:disabled+label:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.description-block {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.interview-item {
  margin: 0 10px;
  height: 150px;
  width: 200px;
}

.interview-item img {
  height: 100%;
  width: 100%;
}

.interview-item span {
  display: block;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 300;
  color: #000;
  margin-top: 5px;
}

.interview-item.active-item {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: 4px solid rgb(3, 152, 158);
  border-radius: 5px;
}

@media (max-width: 980px) {
  .modal {
    width: 600px;
  }

  .hero, .container, .hero-info {
    height: auto;
  }

  .hero-inner {
    height: auto;
  }

  .hero-info {
    border: none;
  }

  .hero-title::before {
    display: none;
  }

  .hero-info {
    padding: 0 15px;
  }
}

@media (max-width: 650px) {
  .radio-item {
    margin-bottom: 15px;
  }

  .radio-item label {
    font-size: 14px;
  }

  .modal {
    width: 400px;
    height: 591px;
  }

  .modal-title {
    font-size: 16px;
  }

  .interview-title {
    font-size: 18px;
  }

  .interviews {
    padding: 15px;
  }

  .interviews .consult-block .consult-input {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
  }

  .interviews .consult-block .form-btn {
    bottom: 10px;
    font-size: 12px;
  }

  .prev-question {
    font-size: 12px;
    padding: 10px 30px;
    bottom: 10px;
  }

  .next-question {
    font-size: 12px;
    padding: 10px 30px;
    bottom: 10px;
  }
}

@media (max-width: 1450px) {
  .hero {
    background-position: 60% 0%;
  }
}

@media (max-width: 1190px) {
  .hero-info {
    width: 40%;
  }

  .hero-title {
 margin-top: 75px;
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 24px;
  }

  .hero-description {
    font-size: 16px;
  }

  .btn-anketa {
    font-size: 16px;
    padding: 10px 15px;
    width: 45%;
  }
}

@media (max-width: 980px) {
  .container {
    max-width: none;
  }

  .hero {
    position: relative;
    background-image: url("mob.bg.webp");
  }

  .hero::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.422);
  }

  .hero-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  .hero-info {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin: 0;
  }

  .hero-title {
    position: relative;
    margin-bottom: 20px;
  }

  .hero-title::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -15px;
    margin: 0;
  }

  .btn-anketa {
    width: 60%;
  }
}

@media (max-height: 600px) {
  .modal {
    width: 100%;
    height: 100%;
  }

  .interview-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .modal-title {
    font-size: 18px;
  }

  .prev-question {
    left: auto;
    right: 200px;
  }

  .next-question {
    right: 50px;
  }

  .next-question,
  .prev-question {
    padding: 10px 20px;
    font-size: 12px;
  }

  .interviews {
    padding: 15px;
  }

  .interviews .consult-block .consult-input {
    font-size: 12px;
    padding: 10px;
  }

  .interviews .consult-block .form-btn {
    right: 50px;
    font-size: 12px;
  }

  .radio-item {
    font-size: 14px;
  }
}