@charset "UTF-8";
:root {
  --font-family: "Montserrat", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  background: #f6f6f6;
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
}

.noscroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  min-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;
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

img {
  width: 100%;
}

.header {
  background: #fff;
  padding: 19px 0;
  margin-bottom: 54px;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.header .logo-main img {
  width: 197px;
}
.header .header-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header .header-logos__1 img {
  width: auto;
  height: 25px;
}
.header .h-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .h-logos span {
  font-weight: 500;
  font-size: 13px;
  text-align: right;
  color: #171411;
  margin-left: 20px;
}
.header .h-logos__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header .h-logos__list img,
.header .h-logos__list svg {
  height: 25px;
  width: auto;
}
.header .header-lang {
  margin-left: 30px;
  position: relative;
  min-width: 168px;
  max-width: 168px;
  height: 60px;
}
.header .lang {
  min-width: 168px;
  max-width: 168px;
  position: absolute;
  top: 0;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 13px;
  text-align: right;
  color: #404040;
}
.header .lang img {
  width: 30px;
}
.header .lang .lang-current {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.header .lang .lang-current::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  content: "";
  background-image: url(../img/icons/arr.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.header .lang .lang-list {
  top: 100%;
  left: 0;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  background: #fff;
  display: none;
}
.header .lang .lang-list ul {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.header .lang .lang-list ul li {
  width: 100%;
}
.header .lang .lang-list ul li a {
  font-weight: 500;
  font-size: 13px;
  text-align: right;
  color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  gap: 8px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  width: 100%;
}
.header .lang .lang-list ul li a:hover {
  background: #e0e0e0;
}
.header .lang.active {
  background: #f3f3f3;
}
.header .lang.active .lang-list {
  background: #f3f3f3;
}
.header .lang.active .lang-current::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media (max-width: 1360px) {
  .header .logo-main img {
    width: 170px;
  }
  .header .header-logos__1 img {
    height: 20px;
  }
  .header .h-logos span {
    font-size: 12px;
  }
  .header .h-logos__list {
    gap: 12px;
  }
  .header .h-logos__list img, .header .h-logos__list svg {
    height: 20px;
  }
  .header .header-lang {
    margin-left: 20px;
  }
}
.header .l-in-mob {
  display: none;
}
.header .imlogmob {
  display: none;
}
@media (max-width: 1160px) {
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header .logo-main img {
    width: 148px;
  }
  .header .header-logos {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    min-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #e9e9e9;
  }
  .header .header-logos__1 img {
    height: 17px;
  }
  .header .h-logos span {
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
  }
  .header .h-logos__list {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .header-lang {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
  }
  .header .lang {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .header {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .header .h-logos__list img, .header .h-logos__list svg {
    height: 17px;
  }
  .header .l-in-desk {
    display: none;
  }
  .header .l-in-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 7px;
  }
  .header .imlogdesk {
    display: none;
  }
  .header .imlogmob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 374px) {
  .header .header-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 4px;
    min-width: 136px;
    max-width: 136px;
  }
  .header .lang {
    min-width: 136px;
    max-width: 136px;
    top: 5px;
  }
  .header .lang img {
    width: 20px;
  }
  .header .lang .lang-current {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
  .header .lang .lang-current::after {
    right: 10px;
  }
  .header .lang .lang-list ul li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}

.btn-next-final {
  margin-top: 20px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border: 1px solid #7e2e84;
  border-radius: 10px;
  padding: 20px 31px;
  background: #7e2e84;
  height: 64px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #fffdd0;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.btn:hover {
  background: #903697;
}
@media (max-width: 380px) {
  .btn {
    font-size: 16px;
    padding: 20px 20px;
  }
}

.btn-next,
.btn-next-final {
  color: #f0f8ff;
  background: #7e2e84;
  border: 1px solid #7e2e84;
}
.btn-next:hover,
.btn-next-final:hover {
  background: #903697;
}
.btn-next:disabled:hover,
.btn-next-final:disabled:hover {
  border: 1px solid #6e1f73;
  background: #6e1f73;
}

.quiz .quiz-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.quiz .quiz-start__main {
  width: 50%;
  background: #faf0d6;
  border-radius: 30px;
  overflow: hidden;
  background-image: url(../img/startbg.svg);
  background-repeat: no-repeat;
  background-position: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 60px;
  -webkit-animation: fadeIn 0.5s ease-out;
          animation: fadeIn 0.5s ease-out;
}
.quiz .quiz-start__title {
  font-weight: 500;
  font-size: 35px;
  line-height: 165%;
  color: #171411;
  padding: 4px 0;
  margin-bottom: 15px;
  -webkit-animation: slideUp 0.5s ease-out;
          animation: slideUp 0.5s ease-out;
}
.quiz .quiz-start .btn {
  -webkit-animation: slideUp 0.5s ease-out;
          animation: slideUp 0.5s ease-out;
}
.quiz .quiz-start__p1 {
  font-weight: 700;
  line-height: 130%;
  font-size: 30px;
  color: #171411;
  margin-bottom: 30px;
}
.quiz .quiz-start__p2 {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #171411;
  margin-top: 30px;
}
.quiz .quiz-start__image {
  -webkit-animation: fadeIn 0.5s ease-out;
          animation: fadeIn 0.5s ease-out;
  width: calc(50% + 20px);
  height: 650px;
  border-radius: 30px;
  overflow: hidden;
}
.quiz .quiz-start__image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .quiz .quiz-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quiz .quiz-start__main {
    width: 100%;
  }
  .quiz .quiz-start__image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .quiz .quiz-start {
    gap: 20px;
  }
  .quiz .quiz-start__main {
    border-radius: 18px;
    padding: 25px;
    min-height: 400px;
    background-size: 320px;
  }
  .quiz .quiz-start__title {
    font-size: 25px;
    padding: 0;
    margin-bottom: 15px;
  }
  .quiz .quiz-start__p1 {
    font-size: 22px;
  }
  .quiz .quiz-start__image {
    border-radius: 18px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.quiz .quiz-top {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 17px;
}
.quiz .btn-back {
  border: 1px solid #3a3c42;
  border-radius: 10px;
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  width: 64px;
  height: 40px;
}
.quiz .btn-back svg path {
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.quiz .btn-back:hover {
  background-color: #3a3c42;
}
.quiz .btn-back:hover svg path {
  fill: #fff;
}
.quiz .quiz-nav {
  padding-right: 30px;
}
@media (max-width: 768px) {
  .quiz .quiz-nav {
    padding-right: 0;
  }
}
.quiz .quiz-steps {
  border: 1px solid #7e2e84;
  border-radius: 5px;
  padding: 10px 12px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: #7e2e84;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  display: none;
}
.quiz .quiz-steps.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quiz .quiz-step-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.quiz .quiz-step-wrap__image {
  border-radius: 30px;
  min-width: 594px;
  max-width: 594px;
  overflow: hidden;
  min-height: 100%;
  position: relative;
}
.quiz .quiz-step-wrap__image .source {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}
.quiz .quiz-step-wrap__image .source a {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  text-decoration: underline;
}
.quiz .quiz-step-wrap__image .source a:hover {
  text-decoration: none;
}
.quiz .quiz-step-wrap__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  display: none;
  -webkit-animation: fadeIn 0.5s ease-out;
          animation: fadeIn 0.5s ease-out;
}
.quiz .quiz-step-wrap__image img.active {
  display: block;
}
@media (max-width: 1300px) {
  .quiz .quiz-step-wrap__image {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 1200px) {
  .quiz .quiz-step-wrap__image {
    min-width: 400px;
    max-width: 400px;
  }
}
.quiz .quiz-step-wrap__content {
  width: 100%;
  background: #fff;
  min-height: 750px;
  padding: 40px;
  padding-right: 10px;
  border-radius: 30px;
  width: 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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 992px) {
  .quiz .quiz-step-wrap .addwrap {
    overflow: auto;
    max-height: 550px;
    padding-right: 25px;
  }
}
.quiz .quiz-step-wrap .addwrap::-webkit-scrollbar {
  width: 6px;
  background-color: #e8e8e8;
  border-radius: 20px;
}
.quiz .quiz-step-wrap .addwrap::-webkit-scrollbar-thumb {
  background: #bab5b5;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
}
.quiz .quiz-step-wrap .addwrap::-webkit-scrollbar-track {
  background-color: #e8e8e8;
  border-radius: 20px;
}
.quiz .quiz-step-wrap .addwrap.addwrap-end {
  max-height: 100% !important;
}
@media (min-width: 992px) {
  .quiz .quiz-step-wrap .addwrap.addwrap-end {
    overflow: auto;
    max-height: 100%;
    padding-right: 25px;
  }
}
@media (max-width: 992px) {
  .quiz .quiz-step-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quiz .quiz-step-wrap__image {
    min-width: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
    max-height: 450px;
  }
  .quiz .quiz-step-wrap__content {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .quiz .quiz-step-wrap__image {
    border-radius: 18px;
    max-height: 360px;
  }
  .quiz .quiz-step-wrap__content {
    border-radius: 30px;
    padding: 30px 25px;
  }
}
.quiz .step-list {
  width: 100%;
}
.quiz .quiz-step-item {
  display: none;
  -webkit-animation: slideUp 0.5s ease-out;
          animation: slideUp 0.5s ease-out;
}
.quiz .q_descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #2b2d2f;
  margin-bottom: 20px;
}
.quiz .q_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #2b2d2f;
  margin-bottom: 20px;
}
.quiz .q_options {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}
.quiz .q-option__main {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #3a3c42;
  border: 1px solid #cecdcd;
  border-radius: 5px;
  min-height: 54px;
  padding: 16.5px 20px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  cursor: pointer;
}
.quiz .q-option__deskr {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: #171411;
  padding: 20px 0;
  padding-bottom: 12px;
  display: none;
}
.quiz .q-option__deskr span {
  color: #e36414;
}
.quiz .q-option__deskr a {
  text-decoration: underline;
  color: #171411;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}
.quiz .q-option__deskr a:hover {
  text-decoration: none;
}
.quiz .q-option__deskr p {
  margin-top: 20px;
}
.quiz .q-option__deskr p:first-child {
  margin-top: 0;
}
.quiz .q-option__deskr.active {
  display: block;
}
.quiz .q-option:hover .q-option__main {
  background: #eee5ee;
  border: 1px solid #7e2e84;
}
.quiz .q-option.active .q-option__main {
  background: #eee5ee;
  border: 1px solid #7e2e84;
}
.quiz .correct .q-option__main::after {
  display: block;
  position: absolute;
  right: 10px;
  opacity: 0;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../img/icons/chk.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.quiz .correct.active .q-option__main {
  color: #1d1e1c;
  background: #EFC14C;
  border: 1px solid #EFC14C;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 68px;
}
.quiz .correct.active .q-option__main::after {
  right: 20px;
  opacity: 1;
}
.quiz .final_title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #7e2e84;
  margin-bottom: 20px;
}
.quiz .final-box {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #3a3c42;
  margin-bottom: 20px;
}
.quiz .final-box span {
  color: #e36414;
}
.quiz .btn-next-final {
  display: none;
}
.quiz .finalbtn {
  display: none;
}

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

.answ {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #1d1e1c;
  padding: 20px;
  background: #efc14c;
  border-radius: 10px;
}

/* Анимации */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.footer {
  padding: 15px 0;
  background: #3a3c42;
  margin-top: 42px;
}
.footer .container {
  max-width: 1280px;
}
.footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 20px;
    padding: 30px 0;
  }
  .footer p {
    font-size: 12px;
  }
}