@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Inter-Medium.woff) format("woff")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Inter-SemiBold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Inter-Bold.woff2) format("woff2")
}

@font-face {
  font-display: swap;
  font-family: BebasNeueCyrillic;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/bebasneuecyrillic.ttf) format("truetype")
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15
}

body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  min-height: 100vh
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

footer ul {
  list-style-type: none;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0
}

html {
  background-color: #202020;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: clamp(14px, 12.0714285714px + .5357142857vw, 20px);
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.35
}

html * {
  font-optical-sizing: none
}

img {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

body {
  background: inherit
}

main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

main {
  background: #a0cdf3;
  height: auto;
  min-height: 100dvh;
  position: relative;
  -webkit-transition: min-height .6s ease;
  transition: min-height .6s ease
}

#app,
main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

#app {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

#app .header {
  background: 0 0
}

#app .header__container,
.container {
  max-width: 1480px;
  padding: 0 clamp(16px, 8.2857142857px + 2.1428571429vw, 40px)
}

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  z-index: 1
}

.inner-page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  overflow: clip;
  position: relative
}

.inner-page.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header.is-invert .burger-icon,
.header.is-invert .header__link-logo {
  -webkit-filter: invert(100%);
  filter: invert(100%)
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: .3;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeIn {
  0% {
    opacity: .3;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  background: 0 0;
  border: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.button:focus-visible {
  outline: auto;
  outline-offset: 2px
}

.button-primary {
  background-color: #dffb47;
  border-radius: 16px;
  color: #000;
  min-height: clamp(61px, 56.8214285714px + 1.1607142857vw, 74px);
  padding: 20px 50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.button-primary .button__text {
  font-size: clamp(16px, 14.7142857143px + .3571428571vw, 20px);
  font-weight: 600;
  line-height: 1.3;
  text-align: center
}

@media (hover:hover) {
  .button-primary:hover:not(:focus-visible) {
    background-color: #ecff87
  }
}

.button-primary:focus-visible {
  background-color: #ecff87
}

.button-primary:active:not(:focus-visible) {
  background-color: #a8bc3a
}

.button-primary:focus-visible:active {
  background-color: #a8bc3a
}

.button-primary.is-disabled,
.button-primary:disabled,
.button-primary[disabled] {
  background-color: #dffb47;
  cursor: not-allowed;
  opacity: .4
}

@media (hover:hover) {

  .button-primary.is-disabled:hover:not(:focus-visible),
  .button-primary:disabled:hover:not(:focus-visible),
  .button-primary[disabled]:hover:not(:focus-visible) {
    background-color: #dffb47
  }
}

.button-primary.is-disabled:focus-visible,
.button-primary:disabled:focus-visible,
.button-primary[disabled]:focus-visible {
  background-color: #dffb47
}

.button-primary.is-disabled:active:not(:focus-visible),
.button-primary:disabled:active:not(:focus-visible),
.button-primary[disabled]:active:not(:focus-visible) {
  background-color: #dffb47
}

.button-primary.is-disabled:focus-visible:active,
.button-primary:disabled:focus-visible:active,
.button-primary[disabled]:focus-visible:active {
  background-color: #dffb47
}

.button-secondary {
  color: hsla(0, 0%, 100%, .5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.button-secondary .button__text {
  font-weight: 600;
  text-align: center
}

.input label {
  display: block
}

.input__wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  padding-top: clamp(0, -8.6785714286px + 2.4107142857vw, 27px);
  position: relative
}

.input__wrapper:after {
  background-color: #fff;
  border-radius: 999px;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%
}

.input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  color: #fff;
  font-size: clamp(14px, 12.0714285714px + .5357142857vw, 20px);
  font-weight: 700;
  letter-spacing: -.01em;
  letter-spacing: 0;
  line-height: 1.35;
  outline: 0;
  text-overflow: ellipsis;
  width: 100%
}

.input input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.input input::-moz-placeholder {
  color: hsla(0, 0%, 100%, .5);
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.input input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.input input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.input input::placeholder {
  color: hsla(0, 0%, 100%, .5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.input__messages-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: grid-template-rows .6s ease, opacity .6s ease;
  transition: grid-template-rows .6s ease, opacity .6s ease;
  transition: grid-template-rows .6s ease, opacity .6s ease, -ms-grid-rows .6s ease
}

.input__message {
  display: block;
  overflow: hidden
}

.input__message>span {
  display: block;
  font-size: clamp(12px, 11.3571428571px + .1785714286vw, 14px);
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.35;
  padding-top: 16px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.input.is-invalid .input__wrapper:after {
  background-color: red
}

.input.is-invalid input {
  color: red
}

.input.is-invalid input::-webkit-input-placeholder {
  color: rgba(255, 0, 0, .5)
}

.input.is-invalid input::-moz-placeholder {
  color: rgba(255, 0, 0, .5)
}

.input.is-invalid input:-ms-input-placeholder {
  color: rgba(255, 0, 0, .5)
}

.input.is-invalid input::-ms-input-placeholder {
  color: rgba(255, 0, 0, .5)
}

.input.is-invalid input::placeholder {
  color: rgba(255, 0, 0, .5)
}

.input.is-invalid .input__unit {
  color: red
}

.input.is-invalid .input__messages-wrapper {
  grid-template-rows: 1fr;
  opacity: 1
}

.input.is-invalid .input__message span {
  color: red
}

.age-toggles {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, calc(50% - 6px));
  justify-content: center
}

@media (min-width:992px) {
  .age-toggles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.age-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

@media (min-width:768px) {
  .age-toggle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.age-toggle label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media (hover:hover) {
  .age-toggle label:hover:not(:focus-visible) .age-toggle__body {
    outline-color: #4278ee
  }
}

.age-toggle label:active:not(:focus-visible) .age-toggle__body {
  outline-color: #4278ee
}

.age-toggle label:active:not(:focus-visible) .age-toggle__tick {
  opacity: 1
}

.age-toggle label:focus-visible:active .age-toggle__body {
  outline-color: #4278ee
}

.age-toggle label:focus-visible:active .age-toggle__tick {
  opacity: 1
}

.age-toggle__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 48, 187, .2)), to(rgba(33, 48, 187, .2))), clamp(-63px, -18.0714285714px + -3.0357142857vw, -29px) 0/137.146% 206.505% no-repeat;
  background: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), clamp(-63px, -18.0714285714px + -3.0357142857vw, -29px) 0/137.146% 206.505% no-repeat;
  border-radius: clamp(12px, 8.1428571429px + 1.0714285714vw, 24px);
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  outline: 3px solid transparent;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:768px) {
  .age-toggle__body {
    -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .25)
  }
}

.age-toggle__img {
  max-width: clamp(158px, 142.8928571429px + 4.1964285714vw, 205px)
}

.age-toggle__img img {
  display: block;
  height: auto;
  width: 100%
}

.age-toggle__btn {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-start;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-height: clamp(34px, 29.5px + 1.25vw, 48px);
  padding: clamp(4px, 2.0714285714px + .5357142857vw, 10px) clamp(8px, 6.7142857143px + .3571428571vw, 12px) clamp(1px, .3571428571px + .1785714286vw, 3px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%
}

.age-toggle__text {
  -webkit-text-fill-color: transparent;
  background: clamp(-16px, -12.0357142857px + -.2678571429vw, -13px) 0/137.146% 206.505% no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  font-family: BebasNeueCyrillic, sans-serif;
  font-size: clamp(22px, 20.3928571429px + .4464285714vw, 27px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3
}

.age-toggle__text>span {
  font-family: Inter, sans-serif;
  line-height: 1.1
}

.age-toggle__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: auto;
  justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: clamp(24px, 22.3928571429px + .4464285714vw, 29px)
}

.age-toggle__icon svg {
  display: block;
  height: auto;
  width: 100%
}

.age-toggle__tick {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: clamp(24px, 22.3928571429px + .4464285714vw, 29px);
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: clamp(8px, 6.7142857143px + .3571428571vw, 12px);
  top: clamp(8px, 6.7142857143px + .3571428571vw, 12px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: clamp(24px, 22.3928571429px + .4464285714vw, 29px)
}

.age-toggle__tick svg {
  display: block;
  height: auto;
  width: clamp(17px, 16.0357142857px + .2678571429vw, 20px)
}

.age-toggle input {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  position: absolute;
  width: 1px
}

.age-toggle input:focus-visible+.age-toggle__body {
  outline-color: #4278ee
}

.age-toggle input:checked+.age-toggle__body {
  outline-color: #4278ee
}

.age-toggle input:checked+.age-toggle__body .age-toggle__tick {
  opacity: 1
}

.toggles {
  max-width: clamp(328px, 172.4285714286px + 43.2142857143vw, 812px)
}

.toggles--wide {
  max-width: clamp(328px, 79.8571428571px + 68.9285714286vw, 1100px)
}

.toggles__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  min-height: 100%
}

.toggle,
.toggles__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1
}

.toggle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}

.toggle input {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  position: absolute;
  width: 1px
}

.toggle input:focus-visible+.toggle__body {
  outline-color: transparent
}

.toggle input:focus-visible+.toggle__body:after {
  opacity: 1
}

.toggle label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media (hover:hover) {
  .toggle label:hover:not(:focus-visible) .toggle__body {
    outline-color: transparent
  }

  .toggle label:hover:not(:focus-visible) .toggle__body:after {
    opacity: 1
  }
}

.toggle label:active:not(:focus-visible) .toggle__body {
  color: #4278ee;
  outline-color: transparent
}

.toggle label:active:not(:focus-visible) .toggle__body:after {
  opacity: 0
}

.toggle label:active:not(:focus-visible) .toggle__body:before {
  opacity: 1
}

.toggle label:active:not(:focus-visible) .toggle__body .is-accent {
  color: #4278ee
}

.toggle label:focus-visible:active .toggle__body {
  color: #4278ee;
  outline-color: transparent
}

.toggle label:focus-visible:active .toggle__body:after {
  opacity: 0
}

.toggle label:focus-visible:active .toggle__body:before {
  opacity: 1
}

.toggle label:focus-visible:active .toggle__body .is-accent {
  color: #4278ee
}

.toggle__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 48, 187, .2)), to(rgba(33, 48, 187, .2))), clamp(-204px, -14.7714285714px + -12.7857142857vw, -60.8px) 0/137.146% 206.505% no-repeat;
  background: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), clamp(-204px, -14.7714285714px + -12.7857142857vw, -60.8px) 0/137.146% 206.505% no-repeat;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 15.3px 0 hsla(0, 0%, 54%, .25);
  box-shadow: 0 4px 15.3px 0 hsla(0, 0%, 54%, .25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  gap: clamp(10px, 8.0714285714px + .5357142857vw, 16px);
  min-height: 100%;
  outline: 1px solid hsla(0, 0%, 100%, .1);
  outline-offset: -1px;
  overflow: hidden;
  padding: clamp(12px, 8.1428571429px + 1.0714285714vw, 24px) clamp(12px, 9.4285714286px + .7142857143vw, 20px) clamp(12px, 8.1428571429px + 1.0714285714vw, 24px) clamp(16px, 14.7142857143px + .3571428571vw, 20px);
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1
}

.toggle__body:before {
  background: linear-gradient(100deg, #fff 4.44%, #a0cdf3 92.86%)
}

.toggle__body:after,
.toggle__body:before {
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.toggle__body:after {
  background: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)) padding-box, clamp(-204px, -14.7714285714px + -12.7857142857vw, -60.8px) 0/137.146% 206.505% no-repeat padding-box, linear-gradient(100deg, #fff 4.44%, #a0cdf3 92.86%) border-box;
  border: 1px solid transparent;
  display: block
}

.toggle.has-img .toggle__body {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 48, 187, .2)), to(rgba(33, 48, 187, .2))), clamp(-150.6px, -31.9357142857px + -8.0178571429vw, -60.8px) 0/137.146% 206.505% no-repeat;
  background: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), clamp(-150.6px, -31.9357142857px + -8.0178571429vw, -60.8px) 0/137.146% 206.505% no-repeat;
  padding: clamp(12px, 9.4285714286px + .7142857143vw, 20px)
}

.toggle.has-img .toggle__body:after {
  background: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)) padding-box, clamp(-150.6px, -31.9357142857px + -8.0178571429vw, -60.8px) 0/137.146% 206.505% no-repeat padding-box, linear-gradient(100deg, #fff 4.44%, #a0cdf3 92.86%) border-box
}

.toggle.has-img .toggle__text {
  font-size: clamp(14px, 10.7857142857px + .8928571429vw, 24px)
}

.toggle__img {
  -ms-flex-negative: 0;
  border-radius: 12px;
  flex-shrink: 0;
  max-width: clamp(59px, 45.8214285714px + 3.6607142857vw, 100px);
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1
}

.toggle__img img {
  height: auto;
  width: 100%
}

.toggle__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 26px;
  position: relative;
  width: 100%;
  z-index: 1
}

.toggle__icon img {
  height: auto;
  width: 100%
}

.toggle__text-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(2px, .0714285714px + .5357142857vw, 8px);
  position: relative;
  z-index: 1
}

.toggle__text {
  font-size: clamp(14px, 12.0714285714px + .5357142857vw, 20px);
  font-weight: 700
}

.toggle input:checked+.toggle__body {
  color: #4278ee;
  outline-color: transparent
}

.toggle input:checked+.toggle__body:after {
  opacity: 0
}

.toggle input:checked+.toggle__body:before {
  opacity: 1
}

.toggle input:checked+.toggle__body .is-accent {
  color: #4278ee
}

.quiz-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px
}

.quiz-nav__top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.quiz-nav__prev,
.quiz-nav__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.quiz-nav__prev {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: clamp(20px, 16.7857142857px + .8928571429vw, 30px);
  justify-content: center;
  width: clamp(20px, 16.7857142857px + .8928571429vw, 30px)
}

.quiz-nav__prev svg {
  display: block;
  height: auto;
  width: clamp(8px, 5.4285714286px + .7142857143vw, 16px)
}

.quiz-nav__counter {
  font-weight: 600;
  margin-left: auto
}

.quiz-nav__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  height: 36px;
  padding: 16px 0
}

.quiz-nav__bar>span {
  -webkit-box-flex: 1;
  background-color: hsla(0, 0%, 100%, .2);
  border-radius: 999px;
  -ms-flex: 1;
  flex: 1
}

.quiz-nav__bar>span.is-active {
  background-color: #fff
}

.target-toggles {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: clamp(4px, .1428571429px + 1.0714285714vw, 16px);
  justify-content: center
}

@media (min-width:992px) {
  .target-toggles {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.target-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

@media (min-width:992px) {
  .target-toggle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.target-toggle label {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: block;
  min-height: 100%;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

@media (min-width:992px) {
  .target-toggle label {
    aspect-ratio: 456/524
  }
}

@media (hover:hover) {
  .target-toggle label:hover:not(:focus-visible) .target-toggle__body {
    outline-color: transparent
  }

  .target-toggle label:hover:not(:focus-visible) .target-toggle__body:after {
    opacity: 1
  }
}

.target-toggle label:active:not(:focus-visible) .target-toggle__body {
  color: #4278ee;
  outline-color: transparent
}

.target-toggle label:active:not(:focus-visible) .target-toggle__body:after {
  opacity: 0
}

.target-toggle label:active:not(:focus-visible) .target-toggle__body:before {
  opacity: 1
}

.target-toggle label:active:not(:focus-visible) .target-toggle__body .is-accent {
  color: #4278ee
}

.target-toggle label:focus-visible:active .target-toggle__body {
  color: #4278ee;
  outline-color: transparent
}

.target-toggle label:focus-visible:active .target-toggle__body:after {
  opacity: 0
}

.target-toggle label:focus-visible:active .target-toggle__body:before {
  opacity: 1
}

.target-toggle label:focus-visible:active .target-toggle__body .is-accent {
  color: #4278ee
}

.target-toggle__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 48, 187, .2)), to(rgba(33, 48, 187, .2))), clamp(-84.6px, -53.15px + -2.125vw, -60.8px) 0/137.146% 206.505% no-repeat;
  background: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), clamp(-84.6px, -53.15px + -2.125vw, -60.8px) 0/137.146% 206.505% no-repeat;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 15.3px 0 hsla(0, 0%, 54%, .25);
  box-shadow: 0 4px 15.3px 0 hsla(0, 0%, 54%, .25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
  justify-content: space-between;
  min-height: 100%;
  outline: 4px solid hsla(0, 0%, 100%, .1);
  outline-offset: -4px;
  overflow: hidden;
  padding: clamp(24px, 18.8571428571px + 1.4285714286vw, 40px);
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1
}

.target-toggle__body:before {
  background: linear-gradient(100deg, #fff 4.44%, #a0cdf3 92.86%)
}

.target-toggle__body:after,
.target-toggle__body:before {
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.target-toggle__body:after {
  background: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)) padding-box, clamp(-84.6px, -53.15px + -2.125vw, -60.8px) 0/137.146% 206.505% no-repeat padding-box, linear-gradient(100deg, #fff 4.44%, #a0cdf3 92.86%) border-box;
  border: 4px solid transparent;
  display: block
}

.target-toggle__body .is-accent {
  color: #dffb47;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.target-toggle__top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(0, -1.2857142857px + .3571428571vw, 4px);
  position: relative;
  z-index: 1
}

.target-toggle__name {
  font-family: BebasNeueCyrillic, sans-serif;
  font-size: clamp(20px, 11px + 2.5vw, 48px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  max-width: 87%
}

.target-toggle__desc {
  font-size: clamp(12px, 9.4285714286px + .7142857143vw, 20px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase
}

@media (min-width:992px) {
  .target-toggle__desc {
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.35
  }
}

.target-toggle__bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, 5.75px + .625vw, 15px);
  position: relative;
  z-index: 1
}

@media (min-width:992px) {
  .target-toggle__bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.target-toggle__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: clamp(25px, 16.9642857143px + 2.2321428571vw, 50px)
}

.target-toggle__icon svg {
  display: block;
  height: 100%;
  width: auto
}

.target-toggle__result {
  font-size: clamp(12px, 9.4285714286px + .7142857143vw, 20px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3
}

@media (min-width:992px) {
  .target-toggle__result {
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.35
  }
}

.target-toggle__img {
  bottom: 0;
  height: 100%;
  margin-top: auto;
  max-height: 384px;
  max-width: 52.85%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1
}

.target-toggle__img img {
  display: block;
  height: 100%;
  width: auto
}

.target-toggle input {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  position: absolute;
  width: 1px
}

.target-toggle input:focus-visible+.target-toggle__body {
  outline-color: transparent
}

.target-toggle input:focus-visible+.target-toggle__body:after {
  opacity: 1
}

.target-toggle input:checked+.target-toggle__body {
  color: #4278ee;
  outline-color: transparent
}

.target-toggle input:checked+.target-toggle__body:after {
  opacity: 0
}

.target-toggle input:checked+.target-toggle__body:before {
  opacity: 1
}

.target-toggle input:checked+.target-toggle__body .is-accent {
  color: #4278ee
}

.inventory-toggles {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center
}

@media (min-width:992px) {
  .inventory-toggles {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.inventory-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

@media (min-width:992px) {
  .inventory-toggle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.inventory-toggle label {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: block;
  min-height: 156px;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

@media (min-width:992px) {
  .inventory-toggle label {
    aspect-ratio: 692/378
  }
}

@media (hover:hover) {
  .inventory-toggle label:hover:not(:focus-visible) .inventory-toggle__body {
    outline-color: transparent
  }

  .inventory-toggle label:hover:not(:focus-visible) .inventory-toggle__body:after {
    opacity: 1
  }
}

.inventory-toggle label:active:not(:focus-visible) .inventory-toggle__body {
  color: #4278ee;
  outline-color: transparent
}

.inventory-toggle label:active:not(:focus-visible) .inventory-toggle__body:after {
  opacity: 0
}

.inventory-toggle label:active:not(:focus-visible) .inventory-toggle__body:before {
  opacity: 1
}

.inventory-toggle label:active:not(:focus-visible) .inventory-toggle__body .is-accent {
  color: #4278ee
}

.inventory-toggle label:focus-visible:active .inventory-toggle__body {
  color: #4278ee;
  outline-color: transparent
}

.inventory-toggle label:focus-visible:active .inventory-toggle__body:after {
  opacity: 0
}

.inventory-toggle label:focus-visible:active .inventory-toggle__body:before {
  opacity: 1
}

.inventory-toggle label:focus-visible:active .inventory-toggle__body .is-accent {
  color: #4278ee
}

.inventory-toggle__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 48, 187, .2)), to(rgba(33, 48, 187, .2))), clamp(-84.6px, -53.15px + -2.125vw, -60.8px) 0/137.146% 206.505% no-repeat;
  background: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), clamp(-84.6px, -53.15px + -2.125vw, -60.8px) 0/137.146% 206.505% no-repeat;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 15.3px 0 hsla(0, 0%, 54%, .25);
  box-shadow: 0 4px 15.3px 0 hsla(0, 0%, 54%, .25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
  justify-content: center;
  min-height: 100%;
  outline: 4px solid hsla(0, 0%, 100%, .1);
  outline-offset: -4px;
  overflow: hidden;
  padding: clamp(21px, 14.8928571429px + 1.6964285714vw, 40px);
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1
}

.inventory-toggle__body:before {
  background: linear-gradient(100deg, #fff 4.44%, #a0cdf3 92.86%)
}

.inventory-toggle__body:after,
.inventory-toggle__body:before {
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.inventory-toggle__body:after {
  background: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)) padding-box, clamp(-84.6px, -53.15px + -2.125vw, -60.8px) 0/137.146% 206.505% no-repeat padding-box, linear-gradient(100deg, #fff 4.44%, #a0cdf3 92.86%) border-box;
  border: 4px solid transparent;
  display: block
}

.inventory-toggle__body .is-accent {
  color: #dffb47;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.inventory-toggle__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(0, -3.8571428571px + 1.0714285714vw, 12px);
  max-width: 55%;
  position: relative;
  z-index: 2
}

@media (min-width:992px) {
  .inventory-toggle__wrapper {
    max-width: 45%
  }
}

.inventory-toggle__name {
  font-family: BebasNeueCyrillic, sans-serif;
  font-size: clamp(22px, 13.6428571429px + 2.3214285714vw, 48px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3
}

@media (min-width:992px) {
  .inventory-toggle__name {
    line-height: 1
  }
}

.inventory-toggle__desc {
  font-weight: 600;
  letter-spacing: -.01em;
  position: relative
}

.inventory-toggle__img {
  bottom: 0;
  height: 100%;
  margin-top: auto;
  max-width: 52.85%;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 1
}

.inventory-toggle__img img {
  display: block;
  height: 100%;
  width: auto
}

.inventory-toggle input {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  position: absolute;
  width: 1px
}

.inventory-toggle input:focus-visible+.inventory-toggle__body {
  outline-color: transparent
}

.inventory-toggle input:focus-visible+.inventory-toggle__body:after {
  opacity: 1
}

.inventory-toggle input:checked+.inventory-toggle__body {
  color: #4278ee;
  outline-color: transparent
}

.inventory-toggle input:checked+.inventory-toggle__body:after {
  opacity: 0
}

.inventory-toggle input:checked+.inventory-toggle__body:before {
  opacity: 1
}

.inventory-toggle input:checked+.inventory-toggle__body .is-accent {
  color: #4278ee
}

.inventory-toggle:first-child .inventory-toggle__img {
  max-height: clamp(133px, 54.25px + 21.875vw, 378px);
  right: 0
}

@media (min-width:992px) {
  .inventory-toggle:first-child .inventory-toggle__img {
    right: 22%
  }
}

.inventory-toggle:last-child .inventory-toggle__img {
  max-height: clamp(156px, 84.6428571429px + 19.8214285714vw, 378px);
  right: 9px
}

@media (min-width:992px) {
  .inventory-toggle:last-child .inventory-toggle__img {
    right: 12%
  }
}

.hero {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background: linear-gradient(100deg, #fff 4.44%, #a0cdf3 92.86%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding-bottom: clamp(30px, 14.25px + 4.375vw, 79px);
  padding-top: calc(69px + clamp(16px, -2.3214285714px + 5.0892857143vw, 73px));
  position: relative
}

@media (min-width:768px) {
  .hero {
    padding-top: calc(79px + clamp(16px, -2.3214285714px + 5.0892857143vw, 73px))
  }
}

.hero:before {
  aspect-ratio: 1222/1080;
  background: 50%/100% 100% no-repeat;
  content: "";
  height: 100%;
  left: 1920px;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: auto
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:144dpi) {
  .hero:before {
    background: 50%/100% 100% no-repeat
  }
}

@media (min-width:1920px) {
  .hero:before {
    left: unset;
    right: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
  }
}

.hero .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(16px, 13.4285714286px + .7142857143vw, 24px)
}

.intro {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 48, 187, .2)), to(rgba(33, 48, 187, .2))), clamp(-260px, 2.9642857143px + -17.7678571429vw, -61px) 0/137.146% 206.505% no-repeat;
  background: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), clamp(-260px, 2.9642857143px + -17.7678571429vw, -61px) 0/137.146% 206.505% no-repeat;
  border-radius: clamp(20px, 18.7142857143px + .3571428571vw, 24px);
  padding: clamp(28px, 13.2142857143px + 4.1071428571vw, 74px) clamp(12px, -11.4642857143px + 6.5178571429vw, 85px) clamp(24px, 14.0357142857px + 2.7678571429vw, 55px);
  position: relative;
  z-index: 1
}

.intro__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: BebasNeueCyrillic, sans-serif;
  font-size: clamp(32px, 19.1428571429px + 3.5714285714vw, 72px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: .95;
  margin-bottom: clamp(16px, 10.8571428571px + 1.4285714286vw, 32px)
}

@media (min-width:768px) {
  .intro__title {
    line-height: 1.08
  }
}

.intro__title>strong {
  color: #dffb47;
  font-weight: inherit
}

.intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: clamp(8px, 2.8571428571px + 1.4285714286vw, 24px);
  list-style: none;
  margin-bottom: clamp(12px, 7.1785714286px + 1.3392857143vw, 27px);
  max-width: 70%
}

.intro__desc {
  font-size: clamp(12px, 9.4285714286px + .7142857143vw, 20px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  max-width: 62%
}

@media (min-width:768px) {
  .intro__desc {
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.35;
    max-width: 22em
  }
}

.intro__desc>strong {
  font-weight: 800;
  letter-spacing: -.02em
}

.intro__img {
  border-radius: inherit;
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  bottom: 0;
  height: clamp(227px, 118.3571428571px + 30.1785714286vw, 565px);
  overflow: hidden;
  position: absolute;
  right: 0;
  width: clamp(230px, 98.8571428571px + 36.4285714286vw, 638px);
  z-index: -1
}

.intro__img img {
  height: 114%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
  width: 100%
}

@media (min-width:768px) {
  .intro__img img {
    height: 100%;
    width: 100%
  }
}

.intro .tag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(4px, 10.6071428571px + -.4464285714vw, 9px)
}

.intro .tag__icon {
  -ms-flex-negative: 0;
  aspect-ratio: 1;
  flex-shrink: 0;
  height: auto;
  width: clamp(28px, 21.5714285714px + 1.7857142857vw, 48px)
}

.intro .tag__icon.icon-biceps,
.intro .tag__icon.icon-fire,
.intro .tag__icon.icon-flag {
  background: 50%/100% auto no-repeat
}

.intro .tag__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: clamp(12px, 10.7142857143px + .3571428571vw, 16px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: lowercase
}

.intro .tag__text>strong {
  font-size: clamp(14px, 12.0714285714px + .5357142857vw, 20px);
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.33;
  text-transform: uppercase
}

.quiz-stage {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 48, 187, .2)), to(rgba(33, 48, 187, .2))), clamp(-356px, 26.1571428571px + -25.8214285714vw, -66.8px) 0/137.146% 206.505% no-repeat;
  background: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), clamp(-356px, 26.1571428571px + -25.8214285714vw, -66.8px) 0/137.146% 206.505% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: calc(69px + clamp(0px, 21.1428571429px + -1.4285714286vw, 16px));
  position: relative
}

@media (min-width:768px) {
  .quiz-stage {
    padding-top: calc(79px + clamp(0px, 21.1428571429px + -1.4285714286vw, 16px))
  }
}

.quiz-stage:before {
  aspect-ratio: 1222/1080;
  background: 50%/100% 100% no-repeat;
  content: "";
  height: 100%;
  left: 1920px;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: auto
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:144dpi) {
  .quiz-stage:before {
    background: 50%/100% 100% no-repeat
  }
}

@media (min-width:1920px) {
  .quiz-stage:before {
    left: unset;
    right: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
  }
}

.quiz-stage .quiz-nav {
  margin-bottom: clamp(16px, 10.8571428571px + 1.4285714286vw, 32px)
}

.quiz-stage__headline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-bottom: clamp(16px, 8.2857142857px + 2.1428571429vw, 40px);
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.quiz-stage__title {
  font-family: BebasNeueCyrillic, sans-serif;
  font-size: clamp(32px, 19.1428571429px + 3.5714285714vw, 72px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.2
}

.quiz-stage__title>strong {
  color: #dffb47;
  font-weight: inherit
}

.quiz-stage__subtitle {
  font-weight: 600
}

.quiz-stage__img {
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  max-width: clamp(328px, 213.5714285714px + 31.7857142857vw, 684px);
  overflow: clip
}

.quiz-stage__img img {
  height: auto;
  width: 100%
}

@media (min-width:768px) {
  .quiz-stage__main--side {
    aspect-ratio: 923/530;
    max-width: 65.86%
  }
}

.quiz-stage__side-img {
  display: none;
  position: absolute;
  right: clamp(16px, 8.2857142857px + 2.1428571429vw, 40px);
  top: clamp(117px, 101.5714285714px + 4.2857142857vw, 165px);
  -webkit-transform: translateX(clamp(0, 169.202247191px + -11.4325842697vw, 81.4px));
  -ms-transform: translateX(clamp(0, 169.202247191px + -11.4325842697vw, 81.4px));
  transform: translateX(clamp(0, 169.202247191px + -11.4325842697vw, 81.4px));
  z-index: -1
}

@media (min-width:768px) {
  .quiz-stage__side-img {
    display: block
  }
}

.quiz-stage__side-img img {
  height: auto;
  width: 100%
}

.quiz-stage .motivation,
.quiz-stage .toggles {
  margin-left: auto;
  margin-right: auto
}

.quiz-stage .toggle-collections {
  -webkit-column-gap: clamp(16px, 10.8571428571px + 1.4285714286vw, 32px);
  -moz-column-gap: clamp(16px, 10.8571428571px + 1.4285714286vw, 32px);
  column-gap: clamp(16px, 10.8571428571px + 1.4285714286vw, 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: clamp(24px, 18.8571428571px + 1.4285714286vw, 40px)
}

.quiz-stage .toggle-collection {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: calc(50% - clamp(8px, 5.4285714286px + .7142857143vw, 16px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: calc(50% - clamp(8px, 5.4285714286px + .7142857143vw, 16px));
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1
}

.quiz-stage .toggle-collection:last-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.quiz-stage .toggle-collection__title {
  color: #dffb47;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: clamp(14px, 13.3571428571px + .1785714286vw, 16px);
  text-transform: uppercase
}

.quiz-stage .toggle-collection .toggles {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: unset;
  width: 100%
}

.quiz-stage__next {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(12px, 10.7142857143px + .3571428571vw, 16px);
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(16px, 13.4285714286px + .7142857143vw, 24px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.quiz-stage__next--sticky {
  bottom: clamp(24px, 18.8571428571px + 1.4285714286vw, 40px);
  position: sticky
}

@media (min-width:768px) {
  .quiz-stage__next button {
    width: auto
  }
}

.quiz-stage .profile,
.quiz-stage__form {
  margin-left: auto;
  margin-right: auto
}

.quiz-stage__form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  max-width: 634px
}

.quiz-stage__input {
  padding: 16px
}

.quiz-stage__graph {
  background-color: #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 922px;
  padding: clamp(24px, 16.2857142857px + 2.1428571429vw, 48px)
}

.quiz-stage__graph-title {
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: clamp(6px, 5.3571428571px + .1785714286vw, 8px);
  text-align: center
}

.quiz-stage__graph-subtitle {
  font-size: clamp(20px, 18.7142857143px + .3571428571vw, 24px);
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center
}

.quiz-stage__graph-subtitle>strong {
  color: #dffb47;
  font-weight: inherit
}

.quiz-stage__graph-bubble {
  background-color: #2130bb;
  border-radius: 12px;
  font-size: clamp(12px, 11.3571428571px + .1785714286vw, 14px);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: clamp(20px, 18.7142857143px + .3571428571vw, 24px);
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.quiz-stage__graph-bubble>strong {
  font-weight: 600
}

.quiz-stage__graph-img img {
  height: auto;
  width: 100%
}

.motivation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 48, 187, .2)), to(rgba(33, 48, 187, .2))), clamp(-356px, 26.1571428571px + -25.8214285714vw, -66.8px) 0/137.146% 206.505% no-repeat;
  background: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), clamp(-356px, 26.1571428571px + -25.8214285714vw, -66.8px) 0/137.146% 206.505% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  padding-bottom: 30px;
  padding-top: calc(69px + clamp(16px, 1.8571428571px + 3.9285714286vw, 60px));
  position: relative
}

@media (min-width:992px) {
  .motivation {
    padding-top: calc(79px + clamp(16px, 1.8571428571px + 3.9285714286vw, 60px))
  }
}

.motivation:before {
  aspect-ratio: 1222/1080;
  background: 50%/100% 100% no-repeat;
  content: "";
  height: 100%;
  left: 1920px;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: auto
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:144dpi) {
  .motivation:before {
    background: 50%/100% 100% no-repeat
  }
}

@media (min-width:1920px) {
  .motivation:before {
    left: unset;
    right: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
  }
}

.motivation .container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  gap: clamp(18px, 4.5px + 3.75vw, 60px);
  justify-content: center
}

@media (min-width:992px) {
  .motivation__top {
    margin-bottom: auto;
    margin-top: auto
  }
}

.motivation__title {
  font-family: BebasNeueCyrillic, sans-serif;
  font-size: clamp(32px, 19.1428571429px + 3.5714285714vw, 72px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.2;
  margin-bottom: clamp(8px, 6.7142857143px + .3571428571vw, 12px);
  margin-left: auto;
  margin-right: auto;
  max-width: 12em;
  text-align: center
}

.motivation__title>strong {
  color: #dffb47
}

.motivation__subtitle {
  font-weight: 700;
  margin-bottom: clamp(18px, 13.5px + 1.25vw, 32px);
  text-align: center
}

.motivation__btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 410px;
  width: 100%
}

.motivation__bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}

@media (min-width:992px) {
  .motivation__bottom {
    margin-bottom: -30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1164px;
    width: 100%
  }
}

.motivation__img {
  margin-bottom: clamp(-81px, -107.0357142857px + 7.2321428571vw, 0);
  margin-left: auto;
  margin-right: auto;
  max-width: clamp(230px, 108.5px + 33.75vw, 608px);
  width: 100%
}

@media (min-width:992px) {
  .motivation__img {
    margin-bottom: 0
  }
}

.motivation__img img {
  height: auto;
  width: 100%
}

.motivation__review {
  backdrop-filter: blur(12px);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 48, 187, .2)), to(rgba(33, 48, 187, .2))), #d3d3d3 clamp(-70px, -58.1071428571px + -.8035714286vw, -61px) 0/137.146% 206.505% no-repeat;
  background: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), #d3d3d3 clamp(-70px, -58.1071428571px + -.8035714286vw, -61px) 0/137.146% 206.505% no-repeat;
  border: 1px solid #fff;
  border-radius: clamp(16px, 14.7142857143px + .3571428571vw, 20px);
  padding: clamp(13px, 12.3571428571px + .1785714286vw, 15px)
}

@media (min-width:992px) {
  .motivation__review {
    max-width: 32.42%;
    position: absolute;
    width: 100%
  }
}

.motivation__review:not(:last-of-type) {
  margin-bottom: clamp(9px, 6.1071428571px + .8035714286vw, 18px)
}

@media (min-width:992px) {
  .motivation__review:not(:last-of-type) {
    margin-bottom: unset
  }

  .motivation__review:nth-child(2) {
    left: 58px;
    top: 12.5%
  }

  .motivation__review:nth-child(3) {
    right: 0;
    top: 5.9%
  }

  .motivation__review:nth-child(4) {
    left: calc(50% + 33px);
    top: 52.3%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.motivation__review-name {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(16px, 15.3571428571px + .1785714286vw, 18px);
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: clamp(7px, 6.6785714286px + .0892857143vw, 8px)
}

.motivation__review-name:after {
  aspect-ratio: 110/22;
  background: 50%/100% 100% no-repeat;
  content: "";
  display: block;
  height: auto;
  width: clamp(94.8px, 89.9142857143px + 1.3571428571vw, 110px)
}

.motivation__review-text {
  font-size: clamp(12px, 11.3571428571px + .1785714286vw, 14px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3
}

.loader {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 48, 187, .2)), to(rgba(33, 48, 187, .2))), clamp(-356px, 26.1571428571px + -25.8214285714vw, -66.8px) 0/137.146% 206.505% no-repeat;
  background: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), clamp(-356px, 26.1571428571px + -25.8214285714vw, -66.8px) 0/137.146% 206.505% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding-bottom: clamp(30px, 28.0714285714px + .5357142857vw, 36px);
  padding-top: calc(69px + clamp(16px, 9.5714285714px + 1.7857142857vw, 36px));
  position: relative
}

@media (min-width:768px) {
  .loader {
    padding-top: calc(79px + clamp(16px, 9.5714285714px + 1.7857142857vw, 36px))
  }
}

.loader:before {
  aspect-ratio: 1222/1080;
  background: 50%/100% 100% no-repeat;
  content: "";
  height: 100%;
  left: 1920px;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: auto
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:144dpi) {
  .loader:before {
    background: 50%/100% 100% no-repeat
  }
}

@media (min-width:1920px) {
  .loader:before {
    left: unset;
    right: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
  }
}

.loader__title {
  font-family: BebasNeueCyrillic, sans-serif;
  font-size: clamp(32px, 19.1428571429px + 3.5714285714vw, 72px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.2;
  margin-bottom: clamp(16px, 8.2857142857px + 2.1428571429vw, 40px);
  text-align: center
}

.loader__list {
  gap: 24px;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 684px;
  width: 100%
}

.loader__item,
.loader__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.loader__item {
  gap: 12px
}

.loader__name {
  font-weight: 700
}

.loader__bar {
  background-color: hsla(0, 0%, 100%, .1);
  border-radius: 999px;
  height: 4px
}

.loader__bar:after {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: load;
  animation-name: load;
  -webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
  animation-timing-function: cubic-bezier(.455, .03, .515, .955);
  background-color: #dffb47;
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  width: 0
}

.loader .loader__item:first-child .loader__bar:after {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.loader .loader__item:nth-child(2) .loader__bar:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.loader .loader__item:nth-child(3) .loader__bar:after {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

@-webkit-keyframes load {
  0% {
    width: 0
  }

  to {
    width: 100%
  }
}

@keyframes load {
  0% {
    width: 0
  }

  to {
    width: 100%
  }
}

.result {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 48, 187, .2)), to(rgba(33, 48, 187, .2))), clamp(-356.184px, 26.2374285714px + -25.8392857143vw, -66.784px) 0/137.146% 193.234% no-repeat;
  background: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), clamp(-356.184px, 26.2374285714px + -25.8392857143vw, -66.784px) 0/137.146% 193.234% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  gap: clamp(16px, .5714285714px + 4.2857142857vw, 64px);
  justify-content: center;
  padding-bottom: clamp(30px, 16.5px + 3.75vw, 72px);
  padding-top: calc(69px + clamp(16px, 9.5714285714px + 1.7857142857vw, 36px));
  position: relative
}

@media (min-width:768px) {
  .result {
    padding-top: calc(79px + clamp(16px, 9.5714285714px + 1.7857142857vw, 36px))
  }
}

.result__btn {
  bottom: clamp(30px, 28.0714285714px + .5357142857vw, 36px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
  padding: 0 clamp(16px, 8.2857142857px + 2.1428571429vw, 40px);
  position: sticky;
  width: 100%;
  z-index: 10
}

@media (min-width:768px) {
  .result__btn {
    display: none
  }
}

body {
  position: relative
}

body:after {
  backdrop-filter: blur(30px);
  background: rgba(0, 0, 0, .2);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all .3 ease;
  transition: all .3 ease;
  visibility: hidden;
  z-index: 999
}

html.modal-blur body:after {
  opacity: 1;
  visibility: visible
}

html.is-lock {
  overflow: hidden
}

.order * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.order {
  -ms-overflow-style: none;
  inset: 0;
  overflow-y: auto;
  position: fixed;
  scrollbar-width: none;
  z-index: 1000
}

.order::-webkit-scrollbar {
  background: 0 0;
  height: 0;
  width: 0
}

.order {
  -webkit-animation: modalFadeOut .3s ease forwards;
  animation: modalFadeOut .3s ease forwards
}

@-webkit-keyframes modalFadeOut {
  to {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    visibility: hidden
  }
}

@keyframes modalFadeOut {
  to {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    visibility: hidden
  }
}

.order::-webkit-scrollbar {
  display: none
}

.order.is-open {
  -webkit-animation: modalFadeIn .3s ease forwards;
  animation: modalFadeIn .3s ease forwards;
  display: block;
  pointer-events: auto
}

@-webkit-keyframes modalFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    visibility: hidden
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
  }
}

@keyframes modalFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    visibility: hidden
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
  }
}

.order--preload {
  display: none
}

.order__container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
  min-height: 100%;
  padding: clamp(16px, 8.2857142857px + 2.1428571429vw, 40px)
}

.order__container,
.order__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}

.order__wrapper {
  max-width: clamp(328px, 208.4285714286px + 33.2142857143vw, 700px);
  position: relative
}

.order__modal {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 48, 187, .2)), to(rgba(33, 48, 187, .2))), clamp(-129.859px, -38.6658928571px + -6.1616964286vw, -60.848px) 0/137.146% 206.505% no-repeat;
  background: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), clamp(-129.859px, -38.6658928571px + -6.1616964286vw, -60.848px) 0/137.146% 206.505% no-repeat;
  border-radius: 20px;
  position: relative;
  z-index: 1
}

.order__modal:after {
  border: 1px solid rgba(215, 211, 248, .5);
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1
}

.order__inner {
  -ms-overflow-style: none;
  overflow-y: auto;
  padding: clamp(32px, 23px + 2.5vw, 60px) clamp(16px, 1.8571428571px + 3.9285714286vw, 60px);
  position: relative;
  scrollbar-width: none
}

.order__inner::-webkit-scrollbar {
  background: 0 0;
  display: none;
  height: 0;
  width: 0
}

.order__close-btn {
  background: 0 0;
  border: none;
  cursor: pointer;
  height: clamp(24px, 21.4285714286px + .7142857143vw, 32px);
  padding: 0;
  position: absolute;
  right: clamp(16px, 10.8571428571px + 1.4285714286vw, 32px);
  top: clamp(16px, 10.8571428571px + 1.4285714286vw, 32px);
  width: clamp(24px, 21.4285714286px + .7142857143vw, 32px);
  z-index: 2
}

.order__close-btn svg {
  display: block;
  height: 100%;
  width: 100%
}

.order__headline {
  margin-bottom: clamp(12px, 5.5714285714px + 1.7857142857vw, 32px);
  padding-top: clamp(0, 18.5px + -1.25vw, 14px);
  text-align: center
}

.order__headline>h2 {
  font-family: BebasNeueCyrillic, sans-serif;
  font-size: clamp(32px, 19.1428571429px + 3.5714285714vw, 72px);
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  max-width: 8em
}

.order__headline>h2>strong {
  color: #dffb47;
  font-weight: inherit
}

.order__headline>strong {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dffb47;
  border-radius: 32px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(12px, 10.7142857143px + .3571428571vw, 16px);
  font-weight: 500;
  left: clamp(6px, 3.1071428571px + .8035714286vw, 15px);
  letter-spacing: 0;
  line-height: 1.3;
  min-height: clamp(26px, 18.2857142857px + 2.1428571429vw, 50px);
  padding: clamp(5px, 2.75px + .625vw, 12px) clamp(16px, 13.4285714286px + .7142857143vw, 24px);
  position: absolute;
  text-transform: lowercase;
  top: clamp(15px, 12.4285714286px + .7142857143vw, 23px);
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg)
}

@media (min-width:768px) {
  .order__headline>strong {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg)
  }
}

.order__timer {
  margin-bottom: clamp(12px, 5.5714285714px + 1.7857142857vw, 32px)
}

.order .form input {
  background: 0 0;
  border: 1px solid hsla(0, 0%, 100%, .5);
  border-radius: 12px;
  color: #fff;
  font-size: clamp(16px, 14.7142857143px + .3571428571vw, 20px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  min-height: clamp(50px, 44.2142857143px + 1.6071428571vw, 68px);
  outline: 0;
  padding: clamp(11px, 8.4285714286px + .7142857143vw, 19px) clamp(15px, 13.7142857143px + .3571428571vw, 19px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%
}

.order .form input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.order .form input::-moz-placeholder {
  color: hsla(0, 0%, 100%, .5);
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.order .form input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.order .form input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.order .form input::placeholder {
  color: hsla(0, 0%, 100%, .5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.order .form input:focus::-webkit-input-placeholder {
  opacity: 0
}

.order .form input:focus::-moz-placeholder {
  opacity: 0
}

.order .form input:focus:-ms-input-placeholder {
  opacity: 0
}

.order .form input:focus::-ms-input-placeholder {
  opacity: 0
}

.order .form input:focus::placeholder {
  opacity: 0
}

.order .form input:not(:-moz-placeholder):invalid {
  background-color: transparent;
  border-color: red;
  color: red
}

.order .form input:not(:-ms-input-placeholder):invalid {
  background-color: transparent;
  border-color: red;
  color: red
}

.order .form input:not(:placeholder-shown):invalid {
  background-color: transparent;
  border-color: red;
  color: red
}

.order .form__error-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center
}

@media (min-width:769px) {
  .order .form__error-wrap {
    min-height: 32px
  }
}

.order .form__error {
  color: red;
  margin-bottom: 0
}

.order .form__text,
.order .form__text2 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  max-width: 52em;
  text-align: center
}

.order .form__text--bottom {
  margin-top: clamp(32px, 23px + 2.5vw, 60px)
}

.order .form__text--top {
  margin-top: 0
}

@media (min-width:998px) {
  .order .form__text--top {
    margin-bottom: clamp(16px, 13.4285714286px + .7142857143vw, 24px)
  }
}

.order .form__text2 {
  padding-top: clamp(4px, 2.7142857143px + .3571428571vw, 8px)
}

@media (min-width:998px) {
  .order .form__text2 {
    padding-top: clamp(16px, 13.4285714286px + .7142857143vw, 24px)
  }
}

.order .form__button {
  background-color: #dffb47;
  border-radius: 16px;
  color: #000;
  font-size: clamp(16px, 14.7142857143px + .3571428571vw, 20px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  min-height: clamp(58px, 52.8571428571px + 1.4285714286vw, 74px);
  padding: 0 50px;
  -webkit-transition: all .3s ease !important;
  transition: all .3s ease !important
}

@media (hover:hover) {
  .order .form__button:hover:not(:focus-visible) {
    background-color: #ecff87
  }
}

.order .form__button:focus-visible {
  background-color: #ecff87
}

.order .form__button:active:not(:focus-visible) {
  background-color: #a8bc3a
}

.order .form__button:focus-visible:active {
  background-color: #a8bc3a
}

.order .timer-tp {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  gap: clamp(12px, 10.7142857143px + .3571428571vw, 16px);
  justify-content: center
}

.order .timer-tp__promo-text {
  font-size: clamp(14px, 12.0714285714px + .5357142857vw, 20px);
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.35;
  margin-left: clamp(12px, 5.5714285714px + 1.7857142857vw, 32px);
  text-align: right
}

.order .timer-tp__wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-text-fill-color: transparent;
  align-items: center;
  background: clamp(-10.389px, -2.7894642857px + -.5134821429vw, -4.638px) 0/137.146% 206.505% no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  border-radius: 999px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: BebasNeueCyrillic, sans-serif;
  font-size: clamp(32px, 19.1428571429px + 3.5714285714vw, 72px);
  font-weight: 400;
  gap: clamp(2px, -1.2142857143px + .8928571429vw, 12px);
  justify-content: center;
  letter-spacing: -.02em;
  line-height: 1.2;
  min-height: clamp(42px, 22.7142857143px + 5.3571428571vw, 102px);
  min-width: clamp(90px, 50.1428571429px + 11.0714285714vw, 214px);
  padding: clamp(4px, .1428571429px + 1.0714285714vw, 16px) clamp(10px, 2.9285714286px + 1.9642857143vw, 32px) 0;
  position: relative
}

.order .timer-tp__wrapper:after {
  background-color: #fff;
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1
}

.plan__title {
  font-family: BebasNeueCyrillic, sans-serif;
  font-size: clamp(32px, 19.1428571429px + 3.5714285714vw, 72px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.2;
  margin-bottom: clamp(16px, 10.8571428571px + 1.4285714286vw, 32px);
  text-align: center
}

.plan__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(16px, 13.4285714286px + .7142857143vw, 24px)
}

@media (min-width:768px) {
  .plan__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.plan__img {
  border-radius: 20px;
  overflow: hidden
}

@media (min-width:768px) {
  .plan__img {
    -ms-flex-preferred-size: 692px;
    flex-basis: 692px
  }
}

.plan__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media (min-width:768px) {
  .plan__content {
    -ms-flex-preferred-size: 684px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 684px;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 23px
  }
}

.plan__list {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  list-style: none
}

.plan__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(4px, 1.4285714286px + .7142857143vw, 12px);
  padding: clamp(10px, 6.7857142857px + .8928571429vw, 20px);
  text-align: center
}

.plan__icon {
  height: 32px;
  width: 32px
}

.plan__icon svg {
  display: block;
  height: auto;
  width: 100%
}

.plan__key {
  color: #dffb47;
  font-size: clamp(14px, 12.0714285714px + .5357142857vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase
}

.plan__value {
  font-size: clamp(14px, 10.1428571429px + 1.0714285714vw, 26px);
  font-weight: 600;
  letter-spacing: -.011em;
  line-height: 1.3
}

.plan__btn {
  display: none
}

@media (min-width:768px) {
  .plan__btn {
    display: block
  }
}

.inside__title {
  font-family: BebasNeueCyrillic, sans-serif;
  font-size: clamp(32px, 19.1428571429px + 3.5714285714vw, 72px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.2;
  margin-bottom: clamp(9px, 16.9285714286px + -.5357142857vw, 15px);
  text-align: center
}

.inside__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-column-gap: clamp(12px, 9.4285714286px + .7142857143vw, 20px);
  -moz-column-gap: clamp(12px, 9.4285714286px + .7142857143vw, 20px);
  column-gap: clamp(12px, 9.4285714286px + .7142857143vw, 20px);
  display: grid;
  grid-template-columns: repeat(2, calc(50% - clamp(6px, 4.7142857143px + .3571428571vw, 10px)));
  justify-content: center;
  list-style: none;
  row-gap: clamp(16px, 13.4285714286px + .7142857143vw, 24px)
}

@media (min-width:992px) {
  .inside__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.inside__item {
  width: 100%
}

@media (min-width:768px) {
  .inside__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.inside__img {
  border-radius: 20px;
  margin-bottom: clamp(12px, 10.7142857143px + .3571428571vw, 16px);
  overflow: hidden
}

.inside__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.inside__name {
  color: #dffb47;
  font-size: clamp(14px, 10.7857142857px + .8928571429vw, 24px);
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase
}

.inside__desc,
.inside__name {
  letter-spacing: -.011em;
  line-height: 1.3
}

.inside__desc {
  font-size: clamp(12px, 9.4285714286px + .7142857143vw, 20px);
  font-weight: 600
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
.age-toggle__body {
  background-image: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), url(/storage/themes/blue_fit/img/clouds-bg.png)
}

.age-toggle__text {
  background-image: url(/storage/themes/blue_fit/img/clouds-bg.png)
}

.toggle__body {
  background-image: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), url(/storage/themes/blue_fit/img/clouds-bg.png)
}

.toggle__body:after {
  background-image: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), url(/storage/themes/blue_fit/img/clouds-bg.png), linear-gradient(100deg, #fff 4.44%, #a0cdf3 92.86%)
}

.toggle.has-img .toggle__body {
  background-image: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), url(/storage/themes/blue_fit/img/clouds-bg.png)
}

.toggle.has-img .toggle__body:after {
  background-image: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), url(/storage/themes/blue_fit/img/clouds-bg.png), linear-gradient(100deg, #fff 4.44%, #a0cdf3 92.86%)
}

.target-toggle__body {
  background-image: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), url(/storage/themes/blue_fit/img/clouds-bg.png)
}

.target-toggle__body:after {
  background-image: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), url(/storage/themes/blue_fit/img/clouds-bg.png), linear-gradient(100deg, #fff 4.44%, #a0cdf3 92.86%)
}

.inventory-toggle__body {
  background-image: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), url(/storage/themes/blue_fit/img/clouds-bg.png)
}

.inventory-toggle__body:after {
  background-image: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), url(/storage/themes/blue_fit/img/clouds-bg.png), linear-gradient(100deg, #fff 4.44%, #a0cdf3 92.86%)
}

.hero:before {
  background-image: url(/storage/themes/blue_fit/img/bg-overlay-d.png)
}

@media (min-resolution:1.5dppx),
(min-resolution:144dpi) {
  .hero:before {
    background-image: url(/storage/themes/blue_fit/img/bg-overlay-d@2x.png)
  }
}

.intro {
  background-image: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), url(/storage/themes/blue_fit/img/clouds-bg.png)
}

.intro .tag__icon.icon-fire {
  background-image: url(/storage/themes/blue_fit/img/intro-fire.svg)
}

.intro .tag__icon.icon-biceps {
  background-image: url(/storage/themes/blue_fit/img/intro-biceps.svg)
}

.intro .tag__icon.icon-flag {
  background-image: url(/storage/themes/blue_fit/img/intro-flag.svg)
}

.quiz-stage {
  background-image: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), url(/storage/themes/blue_fit/img/clouds-bg.png)
}

.quiz-stage:before {
  background-image: url(/storage/themes/blue_fit/img/bg-overlay-d.png)
}

@media (min-resolution:1.5dppx),
(min-resolution:144dpi) {
  .quiz-stage:before {
    background-image: url(/storage/themes/blue_fit/img/bg-overlay-d@2x.png)
  }
}

.motivation {
  background-image: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), url(/storage/themes/blue_fit/img/clouds-bg.png)
}

.motivation:before {
  background-image: url(/storage/themes/blue_fit/img/bg-overlay-d.png)
}

@media (min-resolution:1.5dppx),
(min-resolution:144dpi) {
  .motivation:before {
    background-image: url(/storage/themes/blue_fit/img/bg-overlay-d@2x.png)
  }
}

.motivation__review {
  background-image: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), url(/storage/themes/blue_fit/img/clouds-bg.png)
}

.motivation__review-name:after {
  background-image: url(/storage/themes/blue_fit/img/stars.svg)
}

.loader {
  background-image: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), url(/storage/themes/blue_fit/img/clouds-bg.png)
}

.loader:before {
  background-image: url(/storage/themes/blue_fit/img/bg-overlay-d.png)
}

@media (min-resolution:1.5dppx),
(min-resolution:144dpi) {
  .loader:before {
    background-image: url(/storage/themes/blue_fit/img/bg-overlay-d@2x.png)
  }
}

.result {
  background-image: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), url(/storage/themes/blue_fit/img/clouds-bg.png)
}

.order__modal {
  background-image: linear-gradient(0deg, rgba(33, 48, 187, .2), rgba(33, 48, 187, .2)), url(/storage/themes/blue_fit/img/clouds-bg.png)
}

.order .timer-tp__wrapper {
  background-image: url(/storage/themes/blue_fit/img/clouds-bg.png)
}