

/* Start:/local/assets/style.css?178941256118743*/
.gt-test__wrap {
  position: relative;
}

.gt-qback {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.gt-qback img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  object-fit: none;
  position: absolute;
  margin: auto;
}

.gt-qback--second {
  z-index: 10;
}

.gt-qback--second img {
  position: absolute;
  left: 50%;
  transform: translate(260px, 20%);
  width: 272px;
  height: auto;
  object-fit: contain;
  z-index: 0;
  pointer-events: none;
  top: 0;
  bottom: 0;
}

.gt-qback--third img {
  left: 0;
  right: 36%;
  top: 0;
  bottom: 22%;
}

.gt-qback--sixth img {
  left: 44%;
  right: 0;
  top: 19%;
  bottom: 0;
}

.gt-test {
  --gt-acc: #38B0B0;
  --gt-acc-soft: rgba(44, 127, 208, .12);
  --gt-radius: 14px;
  --gt-bg: #ffffff;
  position: relative;
  z-index: 1;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 128px 40px 196px;
  font-family: 'Golos Text', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  color: #1b2a41;
}

.gt-test * {
  box-sizing: border-box;
}

.gt-test__label {
  margin-bottom: 32px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  min-width: 87px;
  height: 42px;
  background: #FFF1E6;
  border-radius: 100px;

  font-family: Involve, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 155%;
  color: #FF6B0C;
  letter-spacing: .3em;
}

/* В блоке результата цвет текста и оттенок фона метки берутся из цветового кода психотипа */
.gt-test__result .gt-test__label {
  background: var(--gt-acc-soft, #FFF1E6);
  color: var(--gt-acc, #FF6B0C);
  letter-spacing: unset;
}

.gt-test__title {
  margin-bottom: 20px;
  font-family: Onest, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 130%;
  color: #1A1F26;
  letter-spacing: 0;
}

.gt-test__text {
  margin: 0 0 20px;
  font-family: Involve, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: .011em;
  color: #1A1F26;
}

.gt-test__subtitle {
  margin: 0 0 32px;
  font-family: Involve, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 155%;
  color: #1A1F26;
  letter-spacing: .001em;
}

.gt-test__before {
  display: flex;
  text-align: center;
}

.gt-test__right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 550px;
  width: 100%;
  /* max-width: 600px; */
  max-width: 772px;
  /* margin: 0 auto; */
  margin: 172px auto 0;
  z-index: 1;
}

.gt-test__right::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #FF7914;
  width: 104%;
  padding-bottom: 104%;
  top: -31%;
  left: 87%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.gt-test__right::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #38B0B0;
  opacity: 0.06;
  /* filter: blur(40px); */
  width: 113%;
  height: 50%;
  bottom: -18%;
  left: 47%;
  transform: translateX(-50%);
  z-index: -1;
}

.gt-test__right-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  /* max-height: 500px; */
  max-height: 546px;
  object-fit: contain;
  z-index: 2;
  transform: translate(10px, 0);
}

.gt-test__left {
  max-width: 560px;
  display: flex;
  flex-direction: column;
}

.gt-test__result {
  display: none;
}

.gt-test__result.is-active {
  display: flex;
  flex-wrap: wrap;
}

.gt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  transition: .2s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  border: 1px solid #38B0B0;

  font-family: Involve, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
}

.gt-btn--primary {
  background: var(--gt-acc);
  color: #fff;
  padding: 18px 38px;
  border-color: var(--gt-acc);
}

.gt-btn--primary:hover {
  transform: translateY(-1px);
}

.gt-btn--primary:disabled {
  background: #c9d4e2;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
  border-color: #c9d4e2;
}

.gt-btn--ghost {
  background: unset;
  color: var(--gt-acc);
  padding: 18px 40px;
}

.gt-btn--ghost:hover {
  transform: translateY(-1px);
  background: var(--gt-acc);
  color: #FFFFFF;
}

.gt-btn--ghost:disabled {
  opacity: .45;
  cursor: not-allowed;
  border-color: #c9d4e2;
}

.gt-btn--secondary {
  background: #ffffff;
  color: var(--gt-acc, #3a4a63);
  width: fit-content;
  min-width: 320px;
  padding: 15px 24px;
  border: 2px solid var(--gt-acc, #d9e0ea);
}

.gt-btn--secondary:hover {
  background: #e3e9f2
}

.gt-btn--bmi {
  background: transparent;
}

.gt-btn__start {
  width: 208px;
}

.gt-btn--final {
  text-transform: unset;
}

.gt-test__note {
  margin-top: 24px;
  font-family: Involve, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: 0.01em;
  color: #999999;
}

/* body / шаги */
.gt-test__body {
  display: none;

  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  gap: 24px;
  width: 100%;
  max-width: 660px;
  height: fit-content;
  background: #ffffff;
  box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.05), 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 28px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.gt-test__body.is-active {
  display: flex;
  animation: gtFade .35s ease
}

@keyframes gtFade {
  from {
    opacity: 0;
    transform: translateY(8px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.gt-test__body--second .gt-test__options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gt-test__body--second .gt-option {
  width: 164px;
}

.gt-test__progress-header {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}

.gt-test__progress-text {
  font-family: Involve, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1A1F26;
}

.gt-test__progress-bar-container {
  width: 100%;
  display: flex;
  gap: 8px;
}

.gt-test__progress-seg {
  flex: 1;
  height: 6px;
  border-radius: 6px;
  background: #e7ebf2;
  transition: background .3s
}

.gt-test__progress-seg.is-filled {
  background: var(--gt-acc)
}

.gt-test__question-text {
  font-family: Onest, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 137%;
  color: #1A1F26;
}

.gt-test__question-subtitle {
  margin-top: -16px;
  font-family: Onest, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #999999;
}

/* опции */
.gt-test__options {
  width: 100%;
  display: grid;
  gap: 16px;
}

.gt-option {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: left;
  padding: 16px 24px;
  /* граница 2px, иначе при hover всё прыгает (на макете 1.5px) */
  border: 2px solid #e4e9f1;
  border-radius: var(--gt-radius);
  background: #fff;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.45;
  color: #1A1F26;
  transition: border-color .15s, background .15s, box-shadow .15s;
  font-family: inherit
}

.gt-option:hover {
  background: #E4F3F5;
  border: 2px solid #38B0B0;
}

.gt-option.is-selected {
  border-color: var(--gt-acc);
  border-width: 2px;
  background: var(--gt-acc-soft);
  box-shadow: 0 4px 14px rgba(44, 127, 208, .12)
}

.gt-option__field {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border: 2px solid #c4cfde;
  background: #fff;
  position: relative;
  transition: .15s
}

.gt-option__text {
  text-align: start;
  font-family: Onest, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.gt-option.is-selected .gt-option__field {
  border-color: var(--gt-acc)
}

.gt-option--radio .gt-option__field {
  border-radius: 50%
}

.gt-option--radio .gt-option__field::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--gt-acc);
  transform: scale(0);
  transition: .15s
}

.gt-option.is-selected.gt-option--radio .gt-option__field::after {
  transform: scale(1)
}

.gt-option--check .gt-option__field {
  border-radius: 6px
}

.gt-option--check .gt-option__field::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: .15s
}

.gt-option.is-selected.gt-option--check .gt-option__field {
  background: var(--gt-acc);
  border-color: var(--gt-acc)
}

.gt-option.is-selected.gt-option--check .gt-option__field::after {
  transform: rotate(45deg) scale(1)
}

/* форма ИМТ */
.gt-bmi-form {
  padding: 20px 24px;
  background: #F8FAFC;
  border-radius: 20px;
}

.gt-bmi-form__bmilabel {
  margin-bottom: 10px;
  font-family: Involve, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #FF6B0C;
  text-align: start;
}

.gt-bmi-form__bmilabel::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FF6B0C;
  margin: 0 8px 1px 0;
}

.gt-bmi-form__title {
  margin-bottom: 10px;
  font-family: Onest, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 137%;
  color: #1A1F26;
  text-align: start;
}

.gt-bmi-form__text {
  margin-bottom: 28px;
  font-family: Onest, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1A1F26;
  text-align: start;
}

.gt-bmi-form__subtitle {
  margin-bottom: 6px;
  font-family: Involve, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  color: #1A1F26;
  text-align: start;
}

.gt-bmi-form__small {
  margin-bottom: 16px;
  font-family: Involve, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  text-align: start;
}

.gt-bmi-form__label {
  font-family: Onest, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1A1F26;
}

.gt-bmi-form__group {
  display: flex;
  gap: 8px;
  align-items: center;
}

.gt-bmi-form__row {
  display: flex;
  gap: 12px;
  margin-bottom: 14px
}

.gt-bmi-form__gender {
  display: flex;
  gap: 8px;
}

.gt-bmi__gender-btn {
  flex: 1;
  width: 42px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1.5px solid #E4E1DF;
  border-radius: 100px;
  cursor: pointer;
  transition: .15s;

  font-family: Onest, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1A1F26;
}

.gt-bmi__gender-btn:hover {
  color: var(--gt-acc)
}

.gt-bmi__gender-btn.is-active {
  border-color: var(--gt-acc);
  background: var(--gt-acc-soft);
  color: var(--gt-acc);
}

.gt-bmi-form__fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px
}

.gt-bmi__input {
  padding: 10px 12px;
  width: 55px;
  height: 39px;
  background: #FFFFFF;
  border: 1.5px solid #E4E1DF;
  border-radius: 14px;
  outline: none;
  transition: .15s;

  font-family: Onest, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #1A1F26;
}

.gt-bmi__input:focus {
  border-color: var(--gt-acc);
  box-shadow: 0 0 0 3px var(--gt-acc-soft)
}

.gt-bmi-form__submit-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.gt-bmi__result {
  font-family: Involve, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  color: var(--gt-acc);
}

/* Сообщение об ошибке внутри формы ИМТ (показывается рядом с кнопкой «Узнать ИМТ») */
.gt-bmi__error {
  font-family: Involve, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #D2453E;
}

.gt-bmi-form__subText {
  margin-top: 32px;
  width: 100%;
  font-family: Involve, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  color: #1A1F26;
  text-align: start;
}

.gt-test__nav {
  display: flex;
  gap: 24px;
}

.gt-test__nav .gt-btn--primary {
  flex: 1
}

.gt-result {
  max-width: 821px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gt-result--green {
  --gt-acc: #38B0B0;
  --gt-acc-soft: rgba(56, 176, 176, .12)
}

.gt-result--blue {
  --gt-acc: #3A7BC9;
  --gt-acc-soft: rgba(58, 123, 201, .12)
}

.gt-result--orange {
  --gt-acc: #FF7914;
  --gt-acc-soft: rgba(255, 121, 20, .12)
}

.gt-result__main {
  display: flex;
  align-items: stretch
}

.gt-result__content {
  flex: 1 1 auto;
  min-width: 0
}

.gt-result__badge {
  display: block;
  font-family: Onest, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 137%;
  color: #1A1A1A;
  margin-bottom: 20px;
}

.gt-result__name {
  margin-bottom: 20px;
  font-family: Onest, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 130%;
  color: #1A1A1A;
}

.gt-result__desc {
  margin: 0 0 32px;
  font-family: Involve, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: .011em;
  color: #1A1F26;
}

.gt-result__desc a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}

.gt-result__desc a:hover {
  text-decoration: none
}

.gt-result__body .gt-btn--primary {
  width: fit-content;
  min-width: 320px;
}

.gt-result__nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.gt-result__img {
  flex: 0 0 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.gt-result__img::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: var(--gt-acc, #FF7914);
  width: 52%;
  padding-bottom: 52%;
  bottom: 32%;
  left: 90%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.gt-result__img::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #38B0B0;
  opacity: 0.06;
  width: 52%;
  padding-bottom: 52%;
  bottom: 2%;
  left: 74%;
  transform: translateX(-50%);
  z-index: -1;
}

.gt-result__img img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block
}

@media (max-width: 1439px) {
  .gt-test {
    padding: 80px 56px;
  }

  .gt-test__before {
    flex-direction: column;
  }

  .gt-result__main {
    flex-direction: column;
  }

  .gt-result__img img {
    max-width: 300px;
    margin: 0 auto
  }

  .gt-test__main-img {
    margin-top: 124px;
  }

  .gt-test__right {
    max-width: 740px;
    min-height: auto;
    margin-bottom: 30px;
  }

  .gt-test__right::before {
    top: 73%;
    left: 73%;
  }

  .gt-test__right::after {
    width: 94%;
    padding-bottom: 94%;
    height: unset;
    bottom: -38%;
    left: 9%;
    z-index: -2;
  }

  .gt-qback--second {
    display: none;
  }

  .gt-qback--third {
    z-index: 10;
  }

  .gt-qback--third img {
    max-width: 264px;
    height: auto;
    object-fit: contain;
    bottom: -63%;
    right: -63%;
  }

  .gt-qback--sixth {
    z-index: 10;
  }

  .gt-qback--sixth img {
    max-width: 262px;
    height: auto;
    object-fit: contain;
    bottom: -52%;
    right: -38%;
  }

  .gt-btn {
    font-size: 18px;
    line-height: 150%;
    padding: 14px 34px;
  }

  .gt-result__body .gt-btn--primary {
    text-transform: unset;
    padding: 14px 34px;
  }

  .gt-result__img {
    flex: 0 0 370px;
    margin: 0 0 0 auto;
  }

  /* .gt-result__img::before {
    width: 100%;
    padding-bottom: 100%;
    bottom: -42%;
    left: 28%;
  }

  .gt-result__img::after {
    opacity: 1;
    width: 94%;
    padding-bottom: 94%;
    bottom: -4%;
    left: 80%;
    background: #F3FAFA;
  } */
}

/* @media (max-width: 1024px) {
  .gt-result__img::before {
    width: 100%;
    padding-bottom: 100%;
    bottom: -42%;
    left: 28%;
  }

  .gt-result__img::after {
    opacity: 1;
    width: 94%;
    padding-bottom: 94%;
    bottom: -4%;
    left: 80%;
    background: #F3FAFA;
  }
} */

@media (max-width: 767px) {
  .gt-test {
    padding: 54px 16px 16px;
  }

  .gt-test__label {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 140%;
  }

  .gt-test__title {
    font-size: 32px;
    line-height: 137%;
  }

  .gt-test__subtitle {
    margin-bottom: 20px;
  }

  .gt-btn__start {
    text-transform: uppercase;
  }

  .gt-test__note {
    margin-top: 16px;
    color: #1A1A1A;
  }

  .gt-test__right {
    margin: 100px auto 0;
  }

  .gt-test__right::before {
    top: 50%;
    left: 22%;
    width: 69%;
    padding-bottom: 69%;
  }

  .gt-test__right::after {
    width: 85%;
    padding-bottom: 85%;
    bottom: 0%;
    left: 69%;
  }

  .gt-test__question-text {
    font-size: 18px
  }

  .gt-bmi-form__fields {
    grid-template-columns: 1fr 1fr
  }

  .gt-bmi-form__submit-row {
    flex-direction: column;
    align-items: stretch
  }

  .gt-test__nav {
    width: 100%;
    flex-direction: column;
  }

  .gt-test__nav .gt-btn--ghost {
    flex: auto;
  }

  .gt-btn--ghost,
  .gt-btn--primary {
    width: 100%;
    padding: 14px 40px;
    text-transform: uppercase;
  }

  .gt-bmi-form__row {
    flex-direction: column;
  }

  .gt-bmi-form__group {
    justify-content: space-between;
  }

  .gt-bmi-form__gender {
    gap: 42px;
  }

  .gt-bmi__input {
    width: 124px;
  }

  .gt-test__body--second .gt-option {
    width: 100%;
  }

  .gt-qback--third {
    display: none;
  }

  .gt-qback--sixth {
    display: none;
  }

  .gt-result__name {
    font-size: 22px
  }

  .gt-test__right {
    max-width: 100%;
  }

  .gt-test__right-img {
    max-height: 350px;
    transform: none;
  }

  .gt-result__body .gt-btn--primary {
    width: 100%;
    padding: 16px 10px;
    font-weight: 400;
    text-transform: unset;
  }

  .gt-btn {
    width: 100%;
  }

  .gt-result__img {
    flex: 0 0 342px;
    margin: 32px 0 0 auto;
  }

  .gt-result__img::before {
    width: 70%;
    padding-bottom: 70%;
    bottom: -11%;
    left: 50%;
  }

  .gt-result__img::after {
    width: 116%;
    padding-bottom: 116%;
    bottom: 7%;
    left: 50%;
    z-index: -3;
  }
}

@media (max-width:380px) {
  .gt-bmi-form__fields {
    grid-template-columns: 1fr
  }
}
/* End */
/* /local/assets/style.css?178941256118743 */
