@charset "UTF-8";
:root {
  --color-text: #1f2229;
  --color-bg: #ffffff;
  --color-border: #d6d6d7;
  --color-accent: #714bf1;
  --color-dark: #24252c;
  --color-brand: #0087cd;
  --color-star: #ff7700;
  --color-accent-hover: color-mix(in srgb, var(--color-accent) 92%, white);
  --font-family-base: Gilroy, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --font-family-montserrat: Montserrat, var(--font-family-base);
  --font-size-base: 1.8rem;
  --line-height-base: 1.2;
  --z-header: 1000;
  --z-modal: 9999;
  --indexSize: calc(1vh + 1vw);
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2");
  font-weight: 1000;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  font-size: 10px;
  scroll-behavior: auto;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: var(--color-text);
  line-height: var(--line-height-base);
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  background-color: var(--color-bg);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.lock {
  overflow: hidden;
  padding-right: 17px;
}

.touch body.lock {
  padding-right: 0;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: fadeIn 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: fadeIn 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}

.container {
  max-width: 152rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

[data-fullscreen] {
  min-height: 100vh;
  min-height: 100svh;
}

img {
  max-width: 100%;
  height: auto;
}

.svg-hidden {
  display: none;
}

.scroll-area {
  scrollbar-width: thin;
  scrollbar-color: #d6d6d7 transparent;
}
.scroll-area::-webkit-scrollbar {
  width: 7px;
}
.scroll-area::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.scroll-area::-webkit-scrollbar-thumb {
  background-color: #d6d6d7;
  outline: none;
}

::-moz-selection {
  background-color: var(--color-accent);
  color: #fff;
}

::selection {
  background-color: var(--color-accent);
  color: #fff;
}

.h1 {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
}

.h2 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}

.h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
}

a {
  text-decoration: none;
  color: var(--color-text);
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
a:hover {
  color: var(--color-text);
  text-decoration: none;
}

.link {
  position: relative;
}
.link:hover {
  color: var(--color-accent);
}
.link::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-text);
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.link:hover::after {
  width: 0;
}

.btn {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0;
  text-shadow: none;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-accent);
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0;
  border-radius: 5.8rem;
  border: 1px solid transparent;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  cursor: pointer;
  position: relative;
  color: #fff;
  padding-top: 0.1rem;
}
.btn:hover {
  background: var(--color-accent-hover);
  color: #fff;
}

.btn--stroke {
  border-color: var(--color-accent);
  background: transparent;
  color: var(--color-text);
}
.btn--stroke:hover {
  border-color: transparent;
}

input,
button,
textarea {
  font-family: var(--font-family-base);
  font-size: inherit;
  line-height: inherit;
}

input,
textarea {
  outline: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: #d31543;
}
input:required:valid,
textarea:required:valid {
  border-color: #bc9e7b;
}

input,
textarea {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:focus {
  outline: none;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.input,
.textarea {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--color-text);
  padding: 0 2.3rem;
  width: 100%;
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: 0.4rem;
  text-align: left;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-moz-placeholder, .textarea::-moz-placeholder {
  color: #616161;
  opacity: 1;
  -moz-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  -ms-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-ms-input-placeholder, .textarea::-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  -ms-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::placeholder,
.textarea::placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input:focus::-webkit-input-placeholder, .textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input:focus::-moz-placeholder, .textarea:focus::-moz-placeholder {
  opacity: 0;
}
.input:focus:-ms-input-placeholder, .textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.input:focus::-ms-input-placeholder, .textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.input:focus::placeholder,
.textarea:focus::placeholder {
  opacity: 0;
}

.textarea {
  padding: 1.6rem 2.3rem;
  resize: none;
}

.checkbox {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.checkbox__box {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--color-border);
  border-radius: 0.4rem;
  background: var(--color-bg);
  position: relative;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.checkbox__box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.5rem;
  height: 1rem;
  border-right: 2px solid var(--color-bg);
  border-bottom: 2px solid var(--color-bg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.checkbox__label {
  font-size: 1.6rem;
  line-height: 1.3;
}
.checkbox__input:checked ~ .checkbox__box {
  background: var(--color-accent);
  border-color: var(--color-accent);
}
.checkbox__input:checked ~ .checkbox__box::after {
  opacity: 1;
}
.checkbox__input:focus-visible ~ .checkbox__box {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.checkbox:hover .checkbox__box {
  border-color: var(--color-accent);
}

@-webkit-keyframes fadeInDown5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 5), 0);
            transform: translate3d(0, calc(-1% * 5), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 5), 0);
            transform: translate3d(0, calc(-1% * 5), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown5 {
  -webkit-animation-name: fadeInDown5;
          animation-name: fadeInDown5;
}

@-webkit-keyframes fadeInUp5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 5), 0);
            transform: translate3d(0, calc(1% * 5), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 5), 0);
            transform: translate3d(0, calc(1% * 5), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp5 {
  -webkit-animation-name: fadeInUp5;
          animation-name: fadeInUp5;
}

@-webkit-keyframes fadeInLeft5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 5), 0, 0);
            transform: translate3d(calc(-1% * 5), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 5), 0, 0);
            transform: translate3d(calc(-1% * 5), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft5 {
  -webkit-animation-name: fadeInLeft5;
          animation-name: fadeInLeft5;
}

@-webkit-keyframes fadeInRight5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 5), 0, 0);
            transform: translate3d(calc(1% * 5), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 5), 0, 0);
            transform: translate3d(calc(1% * 5), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight5 {
  -webkit-animation-name: fadeInRight5;
          animation-name: fadeInRight5;
}

@-webkit-keyframes fadeInDown10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 10), 0);
            transform: translate3d(0, calc(-1% * 10), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 10), 0);
            transform: translate3d(0, calc(-1% * 10), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown10 {
  -webkit-animation-name: fadeInDown10;
          animation-name: fadeInDown10;
}

@-webkit-keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 10), 0);
            transform: translate3d(0, calc(1% * 10), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 10), 0);
            transform: translate3d(0, calc(1% * 10), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp10 {
  -webkit-animation-name: fadeInUp10;
          animation-name: fadeInUp10;
}

@-webkit-keyframes fadeInLeft10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 10), 0, 0);
            transform: translate3d(calc(-1% * 10), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 10), 0, 0);
            transform: translate3d(calc(-1% * 10), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft10 {
  -webkit-animation-name: fadeInLeft10;
          animation-name: fadeInLeft10;
}

@-webkit-keyframes fadeInRight10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 10), 0, 0);
            transform: translate3d(calc(1% * 10), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 10), 0, 0);
            transform: translate3d(calc(1% * 10), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight10 {
  -webkit-animation-name: fadeInRight10;
          animation-name: fadeInRight10;
}

@-webkit-keyframes fadeInDown15 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 15), 0);
            transform: translate3d(0, calc(-1% * 15), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown15 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 15), 0);
            transform: translate3d(0, calc(-1% * 15), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown15 {
  -webkit-animation-name: fadeInDown15;
          animation-name: fadeInDown15;
}

@-webkit-keyframes fadeInUp15 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 15), 0);
            transform: translate3d(0, calc(1% * 15), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp15 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 15), 0);
            transform: translate3d(0, calc(1% * 15), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp15 {
  -webkit-animation-name: fadeInUp15;
          animation-name: fadeInUp15;
}

@-webkit-keyframes fadeInLeft15 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 15), 0, 0);
            transform: translate3d(calc(-1% * 15), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft15 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 15), 0, 0);
            transform: translate3d(calc(-1% * 15), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft15 {
  -webkit-animation-name: fadeInLeft15;
          animation-name: fadeInLeft15;
}

@-webkit-keyframes fadeInRight15 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 15), 0, 0);
            transform: translate3d(calc(1% * 15), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight15 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 15), 0, 0);
            transform: translate3d(calc(1% * 15), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight15 {
  -webkit-animation-name: fadeInRight15;
          animation-name: fadeInRight15;
}

@-webkit-keyframes fadeInDown20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 20), 0);
            transform: translate3d(0, calc(-1% * 20), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 20), 0);
            transform: translate3d(0, calc(-1% * 20), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown20 {
  -webkit-animation-name: fadeInDown20;
          animation-name: fadeInDown20;
}

@-webkit-keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 20), 0);
            transform: translate3d(0, calc(1% * 20), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 20), 0);
            transform: translate3d(0, calc(1% * 20), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp20 {
  -webkit-animation-name: fadeInUp20;
          animation-name: fadeInUp20;
}

@-webkit-keyframes fadeInLeft20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 20), 0, 0);
            transform: translate3d(calc(-1% * 20), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 20), 0, 0);
            transform: translate3d(calc(-1% * 20), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft20 {
  -webkit-animation-name: fadeInLeft20;
          animation-name: fadeInLeft20;
}

@-webkit-keyframes fadeInRight20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 20), 0, 0);
            transform: translate3d(calc(1% * 20), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 20), 0, 0);
            transform: translate3d(calc(1% * 20), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight20 {
  -webkit-animation-name: fadeInRight20;
          animation-name: fadeInRight20;
}

@-webkit-keyframes fadeInDown25 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 25), 0);
            transform: translate3d(0, calc(-1% * 25), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown25 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 25), 0);
            transform: translate3d(0, calc(-1% * 25), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown25 {
  -webkit-animation-name: fadeInDown25;
          animation-name: fadeInDown25;
}

@-webkit-keyframes fadeInUp25 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 25), 0);
            transform: translate3d(0, calc(1% * 25), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp25 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 25), 0);
            transform: translate3d(0, calc(1% * 25), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp25 {
  -webkit-animation-name: fadeInUp25;
          animation-name: fadeInUp25;
}

@-webkit-keyframes fadeInLeft25 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 25), 0, 0);
            transform: translate3d(calc(-1% * 25), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft25 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 25), 0, 0);
            transform: translate3d(calc(-1% * 25), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft25 {
  -webkit-animation-name: fadeInLeft25;
          animation-name: fadeInLeft25;
}

@-webkit-keyframes fadeInRight25 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 25), 0, 0);
            transform: translate3d(calc(1% * 25), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight25 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 25), 0, 0);
            transform: translate3d(calc(1% * 25), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight25 {
  -webkit-animation-name: fadeInRight25;
          animation-name: fadeInRight25;
}

@-webkit-keyframes fadeInDown30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 30), 0);
            transform: translate3d(0, calc(-1% * 30), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 30), 0);
            transform: translate3d(0, calc(-1% * 30), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown30 {
  -webkit-animation-name: fadeInDown30;
          animation-name: fadeInDown30;
}

@-webkit-keyframes fadeInUp30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 30), 0);
            transform: translate3d(0, calc(1% * 30), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 30), 0);
            transform: translate3d(0, calc(1% * 30), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp30 {
  -webkit-animation-name: fadeInUp30;
          animation-name: fadeInUp30;
}

@-webkit-keyframes fadeInLeft30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 30), 0, 0);
            transform: translate3d(calc(-1% * 30), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 30), 0, 0);
            transform: translate3d(calc(-1% * 30), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft30 {
  -webkit-animation-name: fadeInLeft30;
          animation-name: fadeInLeft30;
}

@-webkit-keyframes fadeInRight30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 30), 0, 0);
            transform: translate3d(calc(1% * 30), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 30), 0, 0);
            transform: translate3d(calc(1% * 30), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight30 {
  -webkit-animation-name: fadeInRight30;
          animation-name: fadeInRight30;
}

@-webkit-keyframes fadeInDown35 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 35), 0);
            transform: translate3d(0, calc(-1% * 35), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown35 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 35), 0);
            transform: translate3d(0, calc(-1% * 35), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown35 {
  -webkit-animation-name: fadeInDown35;
          animation-name: fadeInDown35;
}

@-webkit-keyframes fadeInUp35 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 35), 0);
            transform: translate3d(0, calc(1% * 35), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp35 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 35), 0);
            transform: translate3d(0, calc(1% * 35), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp35 {
  -webkit-animation-name: fadeInUp35;
          animation-name: fadeInUp35;
}

@-webkit-keyframes fadeInLeft35 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 35), 0, 0);
            transform: translate3d(calc(-1% * 35), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft35 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 35), 0, 0);
            transform: translate3d(calc(-1% * 35), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft35 {
  -webkit-animation-name: fadeInLeft35;
          animation-name: fadeInLeft35;
}

@-webkit-keyframes fadeInRight35 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 35), 0, 0);
            transform: translate3d(calc(1% * 35), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight35 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 35), 0, 0);
            transform: translate3d(calc(1% * 35), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight35 {
  -webkit-animation-name: fadeInRight35;
          animation-name: fadeInRight35;
}

@-webkit-keyframes fadeInDown40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 40), 0);
            transform: translate3d(0, calc(-1% * 40), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 40), 0);
            transform: translate3d(0, calc(-1% * 40), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown40 {
  -webkit-animation-name: fadeInDown40;
          animation-name: fadeInDown40;
}

@-webkit-keyframes fadeInUp40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 40), 0);
            transform: translate3d(0, calc(1% * 40), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 40), 0);
            transform: translate3d(0, calc(1% * 40), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp40 {
  -webkit-animation-name: fadeInUp40;
          animation-name: fadeInUp40;
}

@-webkit-keyframes fadeInLeft40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 40), 0, 0);
            transform: translate3d(calc(-1% * 40), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 40), 0, 0);
            transform: translate3d(calc(-1% * 40), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft40 {
  -webkit-animation-name: fadeInLeft40;
          animation-name: fadeInLeft40;
}

@-webkit-keyframes fadeInRight40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 40), 0, 0);
            transform: translate3d(calc(1% * 40), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 40), 0, 0);
            transform: translate3d(calc(1% * 40), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight40 {
  -webkit-animation-name: fadeInRight40;
          animation-name: fadeInRight40;
}

@-webkit-keyframes fadeInDown45 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 45), 0);
            transform: translate3d(0, calc(-1% * 45), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown45 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 45), 0);
            transform: translate3d(0, calc(-1% * 45), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown45 {
  -webkit-animation-name: fadeInDown45;
          animation-name: fadeInDown45;
}

@-webkit-keyframes fadeInUp45 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 45), 0);
            transform: translate3d(0, calc(1% * 45), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp45 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 45), 0);
            transform: translate3d(0, calc(1% * 45), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp45 {
  -webkit-animation-name: fadeInUp45;
          animation-name: fadeInUp45;
}

@-webkit-keyframes fadeInLeft45 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 45), 0, 0);
            transform: translate3d(calc(-1% * 45), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft45 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 45), 0, 0);
            transform: translate3d(calc(-1% * 45), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft45 {
  -webkit-animation-name: fadeInLeft45;
          animation-name: fadeInLeft45;
}

@-webkit-keyframes fadeInRight45 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 45), 0, 0);
            transform: translate3d(calc(1% * 45), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight45 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 45), 0, 0);
            transform: translate3d(calc(1% * 45), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight45 {
  -webkit-animation-name: fadeInRight45;
          animation-name: fadeInRight45;
}

@-webkit-keyframes fadeInDown50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 50), 0);
            transform: translate3d(0, calc(-1% * 50), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 50), 0);
            transform: translate3d(0, calc(-1% * 50), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown50 {
  -webkit-animation-name: fadeInDown50;
          animation-name: fadeInDown50;
}

@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 50), 0);
            transform: translate3d(0, calc(1% * 50), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 50), 0);
            transform: translate3d(0, calc(1% * 50), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
          animation-name: fadeInUp50;
}

@-webkit-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 50), 0, 0);
            transform: translate3d(calc(-1% * 50), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 50), 0, 0);
            transform: translate3d(calc(-1% * 50), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
          animation-name: fadeInLeft50;
}

@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 50), 0, 0);
            transform: translate3d(calc(1% * 50), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 50), 0, 0);
            transform: translate3d(calc(1% * 50), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
          animation-name: fadeInRight50;
}

@-webkit-keyframes fadeInDown55 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 55), 0);
            transform: translate3d(0, calc(-1% * 55), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown55 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 55), 0);
            transform: translate3d(0, calc(-1% * 55), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown55 {
  -webkit-animation-name: fadeInDown55;
          animation-name: fadeInDown55;
}

@-webkit-keyframes fadeInUp55 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 55), 0);
            transform: translate3d(0, calc(1% * 55), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp55 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 55), 0);
            transform: translate3d(0, calc(1% * 55), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp55 {
  -webkit-animation-name: fadeInUp55;
          animation-name: fadeInUp55;
}

@-webkit-keyframes fadeInLeft55 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 55), 0, 0);
            transform: translate3d(calc(-1% * 55), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft55 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 55), 0, 0);
            transform: translate3d(calc(-1% * 55), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft55 {
  -webkit-animation-name: fadeInLeft55;
          animation-name: fadeInLeft55;
}

@-webkit-keyframes fadeInRight55 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 55), 0, 0);
            transform: translate3d(calc(1% * 55), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight55 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 55), 0, 0);
            transform: translate3d(calc(1% * 55), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight55 {
  -webkit-animation-name: fadeInRight55;
          animation-name: fadeInRight55;
}

@-webkit-keyframes fadeInDown60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 60), 0);
            transform: translate3d(0, calc(-1% * 60), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 60), 0);
            transform: translate3d(0, calc(-1% * 60), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown60 {
  -webkit-animation-name: fadeInDown60;
          animation-name: fadeInDown60;
}

@-webkit-keyframes fadeInUp60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 60), 0);
            transform: translate3d(0, calc(1% * 60), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 60), 0);
            transform: translate3d(0, calc(1% * 60), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp60 {
  -webkit-animation-name: fadeInUp60;
          animation-name: fadeInUp60;
}

@-webkit-keyframes fadeInLeft60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 60), 0, 0);
            transform: translate3d(calc(-1% * 60), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 60), 0, 0);
            transform: translate3d(calc(-1% * 60), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft60 {
  -webkit-animation-name: fadeInLeft60;
          animation-name: fadeInLeft60;
}

@-webkit-keyframes fadeInRight60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 60), 0, 0);
            transform: translate3d(calc(1% * 60), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 60), 0, 0);
            transform: translate3d(calc(1% * 60), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight60 {
  -webkit-animation-name: fadeInRight60;
          animation-name: fadeInRight60;
}

@-webkit-keyframes fadeInDown65 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 65), 0);
            transform: translate3d(0, calc(-1% * 65), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown65 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 65), 0);
            transform: translate3d(0, calc(-1% * 65), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown65 {
  -webkit-animation-name: fadeInDown65;
          animation-name: fadeInDown65;
}

@-webkit-keyframes fadeInUp65 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 65), 0);
            transform: translate3d(0, calc(1% * 65), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp65 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 65), 0);
            transform: translate3d(0, calc(1% * 65), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp65 {
  -webkit-animation-name: fadeInUp65;
          animation-name: fadeInUp65;
}

@-webkit-keyframes fadeInLeft65 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 65), 0, 0);
            transform: translate3d(calc(-1% * 65), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft65 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 65), 0, 0);
            transform: translate3d(calc(-1% * 65), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft65 {
  -webkit-animation-name: fadeInLeft65;
          animation-name: fadeInLeft65;
}

@-webkit-keyframes fadeInRight65 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 65), 0, 0);
            transform: translate3d(calc(1% * 65), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight65 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 65), 0, 0);
            transform: translate3d(calc(1% * 65), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight65 {
  -webkit-animation-name: fadeInRight65;
          animation-name: fadeInRight65;
}

@-webkit-keyframes fadeInDown70 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 70), 0);
            transform: translate3d(0, calc(-1% * 70), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown70 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 70), 0);
            transform: translate3d(0, calc(-1% * 70), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown70 {
  -webkit-animation-name: fadeInDown70;
          animation-name: fadeInDown70;
}

@-webkit-keyframes fadeInUp70 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 70), 0);
            transform: translate3d(0, calc(1% * 70), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp70 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 70), 0);
            transform: translate3d(0, calc(1% * 70), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp70 {
  -webkit-animation-name: fadeInUp70;
          animation-name: fadeInUp70;
}

@-webkit-keyframes fadeInLeft70 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 70), 0, 0);
            transform: translate3d(calc(-1% * 70), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft70 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 70), 0, 0);
            transform: translate3d(calc(-1% * 70), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft70 {
  -webkit-animation-name: fadeInLeft70;
          animation-name: fadeInLeft70;
}

@-webkit-keyframes fadeInRight70 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 70), 0, 0);
            transform: translate3d(calc(1% * 70), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight70 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 70), 0, 0);
            transform: translate3d(calc(1% * 70), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight70 {
  -webkit-animation-name: fadeInRight70;
          animation-name: fadeInRight70;
}

@-webkit-keyframes fadeInDown75 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 75), 0);
            transform: translate3d(0, calc(-1% * 75), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown75 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 75), 0);
            transform: translate3d(0, calc(-1% * 75), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown75 {
  -webkit-animation-name: fadeInDown75;
          animation-name: fadeInDown75;
}

@-webkit-keyframes fadeInUp75 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 75), 0);
            transform: translate3d(0, calc(1% * 75), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp75 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 75), 0);
            transform: translate3d(0, calc(1% * 75), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp75 {
  -webkit-animation-name: fadeInUp75;
          animation-name: fadeInUp75;
}

@-webkit-keyframes fadeInLeft75 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 75), 0, 0);
            transform: translate3d(calc(-1% * 75), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft75 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 75), 0, 0);
            transform: translate3d(calc(-1% * 75), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft75 {
  -webkit-animation-name: fadeInLeft75;
          animation-name: fadeInLeft75;
}

@-webkit-keyframes fadeInRight75 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 75), 0, 0);
            transform: translate3d(calc(1% * 75), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight75 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 75), 0, 0);
            transform: translate3d(calc(1% * 75), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight75 {
  -webkit-animation-name: fadeInRight75;
          animation-name: fadeInRight75;
}

@-webkit-keyframes fadeInDown80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 80), 0);
            transform: translate3d(0, calc(-1% * 80), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 80), 0);
            transform: translate3d(0, calc(-1% * 80), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown80 {
  -webkit-animation-name: fadeInDown80;
          animation-name: fadeInDown80;
}

@-webkit-keyframes fadeInUp80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 80), 0);
            transform: translate3d(0, calc(1% * 80), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 80), 0);
            transform: translate3d(0, calc(1% * 80), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp80 {
  -webkit-animation-name: fadeInUp80;
          animation-name: fadeInUp80;
}

@-webkit-keyframes fadeInLeft80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 80), 0, 0);
            transform: translate3d(calc(-1% * 80), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 80), 0, 0);
            transform: translate3d(calc(-1% * 80), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft80 {
  -webkit-animation-name: fadeInLeft80;
          animation-name: fadeInLeft80;
}

@-webkit-keyframes fadeInRight80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 80), 0, 0);
            transform: translate3d(calc(1% * 80), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight80 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 80), 0, 0);
            transform: translate3d(calc(1% * 80), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight80 {
  -webkit-animation-name: fadeInRight80;
          animation-name: fadeInRight80;
}

@-webkit-keyframes fadeInDown85 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 85), 0);
            transform: translate3d(0, calc(-1% * 85), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown85 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 85), 0);
            transform: translate3d(0, calc(-1% * 85), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown85 {
  -webkit-animation-name: fadeInDown85;
          animation-name: fadeInDown85;
}

@-webkit-keyframes fadeInUp85 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 85), 0);
            transform: translate3d(0, calc(1% * 85), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp85 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 85), 0);
            transform: translate3d(0, calc(1% * 85), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp85 {
  -webkit-animation-name: fadeInUp85;
          animation-name: fadeInUp85;
}

@-webkit-keyframes fadeInLeft85 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 85), 0, 0);
            transform: translate3d(calc(-1% * 85), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft85 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 85), 0, 0);
            transform: translate3d(calc(-1% * 85), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft85 {
  -webkit-animation-name: fadeInLeft85;
          animation-name: fadeInLeft85;
}

@-webkit-keyframes fadeInRight85 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 85), 0, 0);
            transform: translate3d(calc(1% * 85), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight85 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 85), 0, 0);
            transform: translate3d(calc(1% * 85), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight85 {
  -webkit-animation-name: fadeInRight85;
          animation-name: fadeInRight85;
}

@-webkit-keyframes fadeInDown90 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 90), 0);
            transform: translate3d(0, calc(-1% * 90), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown90 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 90), 0);
            transform: translate3d(0, calc(-1% * 90), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown90 {
  -webkit-animation-name: fadeInDown90;
          animation-name: fadeInDown90;
}

@-webkit-keyframes fadeInUp90 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 90), 0);
            transform: translate3d(0, calc(1% * 90), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp90 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 90), 0);
            transform: translate3d(0, calc(1% * 90), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp90 {
  -webkit-animation-name: fadeInUp90;
          animation-name: fadeInUp90;
}

@-webkit-keyframes fadeInLeft90 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 90), 0, 0);
            transform: translate3d(calc(-1% * 90), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft90 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 90), 0, 0);
            transform: translate3d(calc(-1% * 90), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft90 {
  -webkit-animation-name: fadeInLeft90;
          animation-name: fadeInLeft90;
}

@-webkit-keyframes fadeInRight90 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 90), 0, 0);
            transform: translate3d(calc(1% * 90), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight90 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 90), 0, 0);
            transform: translate3d(calc(1% * 90), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight90 {
  -webkit-animation-name: fadeInRight90;
          animation-name: fadeInRight90;
}

@-webkit-keyframes fadeInDown95 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 95), 0);
            transform: translate3d(0, calc(-1% * 95), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown95 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 95), 0);
            transform: translate3d(0, calc(-1% * 95), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown95 {
  -webkit-animation-name: fadeInDown95;
          animation-name: fadeInDown95;
}

@-webkit-keyframes fadeInUp95 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 95), 0);
            transform: translate3d(0, calc(1% * 95), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp95 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 95), 0);
            transform: translate3d(0, calc(1% * 95), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp95 {
  -webkit-animation-name: fadeInUp95;
          animation-name: fadeInUp95;
}

@-webkit-keyframes fadeInLeft95 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 95), 0, 0);
            transform: translate3d(calc(-1% * 95), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft95 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 95), 0, 0);
            transform: translate3d(calc(-1% * 95), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft95 {
  -webkit-animation-name: fadeInLeft95;
          animation-name: fadeInLeft95;
}

@-webkit-keyframes fadeInRight95 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 95), 0, 0);
            transform: translate3d(calc(1% * 95), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight95 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 95), 0, 0);
            transform: translate3d(calc(1% * 95), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight95 {
  -webkit-animation-name: fadeInRight95;
          animation-name: fadeInRight95;
}

@-webkit-keyframes fadeInDown100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 100), 0);
            transform: translate3d(0, calc(-1% * 100), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1% * 100), 0);
            transform: translate3d(0, calc(-1% * 100), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown100 {
  -webkit-animation-name: fadeInDown100;
          animation-name: fadeInDown100;
}

@-webkit-keyframes fadeInUp100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 100), 0);
            transform: translate3d(0, calc(1% * 100), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(1% * 100), 0);
            transform: translate3d(0, calc(1% * 100), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp100 {
  -webkit-animation-name: fadeInUp100;
          animation-name: fadeInUp100;
}

@-webkit-keyframes fadeInLeft100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 100), 0, 0);
            transform: translate3d(calc(-1% * 100), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-1% * 100), 0, 0);
            transform: translate3d(calc(-1% * 100), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft100 {
  -webkit-animation-name: fadeInLeft100;
          animation-name: fadeInLeft100;
}

@-webkit-keyframes fadeInRight100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 100), 0, 0);
            transform: translate3d(calc(1% * 100), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight100 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(1% * 100), 0, 0);
            transform: translate3d(calc(1% * 100), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight100 {
  -webkit-animation-name: fadeInRight100;
          animation-name: fadeInRight100;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fadeInScale {
  -webkit-animation-name: fadeInScale;
          animation-name: fadeInScale;
}

@-webkit-keyframes fadeInScaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeInScaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fadeInScaleIn {
  -webkit-animation-name: fadeInScaleIn;
          animation-name: fadeInScaleIn;
}
.swiper-wrapper {
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--z-header);
  width: 100%;
  padding-top: 2.2rem;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 23.7rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 37, 44, 0)), color-stop(80%, var(--color-dark)));
  background: linear-gradient(0deg, rgba(36, 37, 44, 0) 0%, var(--color-dark) 80%);
  opacity: 0.75;
  pointer-events: none;
}
.header__container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
.header__logo {
  display: block;
  width: 15rem;
  flex-shrink: 0;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__actions {
  display: flex;
  align-items: center;
  width: 40rem;
  height: 6.6rem;
  margin-top: 2.8rem;
  padding: 0 2.2rem 0 1.1rem;
  border-radius: 6rem;
  background: rgba(31, 34, 41, 0.29);
  backdrop-filter: blur(33px);
  -webkit-backdrop-filter: blur(33px);
  flex-shrink: 0;
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  color: #fff;
  font-family: var(--font-family-montserrat);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}
.header__phone:hover {
  color: #fff;
}
.header__phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 50%;
  background: rgba(31, 34, 41, 0.29);
  backdrop-filter: blur(33px);
  -webkit-backdrop-filter: blur(33px);
  flex-shrink: 0;
}
.header__phone-icon img {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
}
.header__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.3rem;
  margin-left: 11.3rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.header__burger img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-modal {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  height: 100vh;
  height: 100svh;
  max-height: 100vh;
  max-height: 100svh;
  overflow: hidden;
  background: rgba(36, 37, 44, 0.9);
  backdrop-filter: blur(28.1px);
  -webkit-backdrop-filter: blur(28.1px);
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.menu-modal.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.menu-modal__inner {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-items: stretch;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-height: 100svh;
  padding: clamp(2rem, 3.5vh, 3.5rem) 0 0;
  overflow: hidden;
}
.menu-modal__close {
  position: absolute;
  top: clamp(2rem, 3.5vh, 3.5rem);
  right: clamp(2rem, 4vw, 38.6rem);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.menu-modal__close img {
  display: block;
  width: 100%;
  height: auto;
}
.menu-modal__close:hover {
  opacity: 0.75;
}
.menu-modal__logo {
  display: block;
  width: clamp(10rem, 15vh, 17rem);
  flex-shrink: 0;
  margin: 0 auto clamp(1.2rem, 2.5vh, 3rem);
  opacity: 0.8;
}
.menu-modal__logo img {
  display: block;
  width: 100%;
  max-height: clamp(8rem, 14vh, 16.3rem);
  height: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-modal__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  overflow: hidden;
}
.menu-modal__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(0.2rem, 3.1vh, 2.2rem);
  width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.menu-modal__link {
  display: block;
  padding: 0;
  font-family: var(--font-family-montserrat);
  font-size: clamp(1.6rem, 2.1vh, 2.4rem);
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.menu-modal__link:hover {
  color: var(--color-brand);
}
.menu-modal__bar {
  width: 100%;
  flex-shrink: 0;
  background: #21222a;
}
.menu-modal__bar-inner {
  display: grid;
  grid-template-columns: minmax(0, 44.9rem) minmax(0, 16.7rem) minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.6rem, 3vh, 4rem);
  max-width: 102.2rem;
  margin: 0 auto;
  padding: clamp(1.8rem, 3.5vh, 4.9rem) clamp(2rem, 3vw, 4.5rem) clamp(2rem, 3.5vh, 5.2rem);
}
.menu-modal__contact-caption, .menu-modal__social-caption {
  margin: 0 0 clamp(0.8rem, 1.8vh, 2.4rem);
  font-family: var(--font-family-montserrat);
  font-size: clamp(1.4rem, 1.6vh, 1.8rem);
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
}
.menu-modal__contact-text {
  margin: 0;
  font-family: var(--font-family-montserrat);
  font-size: clamp(1.4rem, 1.6vh, 1.8rem);
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
}
.menu-modal__contact-phone-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.menu-modal__contact-phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.menu-modal__contact-phone-icon img {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
}
.menu-modal__contact-phone {
  font-family: var(--font-family-montserrat);
  font-size: clamp(1.6rem, 1.8vh, 2rem);
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}
.menu-modal__contact-phone:hover {
  color: #fff;
}
.menu-modal__social {
  justify-self: end;
}
.menu-modal__social-list {
  display: flex;
  align-items: center;
  gap: clamp(1.6rem, 2.5vh, 2.9rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-modal__social-link {
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.menu-modal__social-link img {
  display: block;
  width: clamp(2.4rem, 2.8vh, 2.9rem);
  height: clamp(2.4rem, 2.8vh, 2.9rem);
}
.menu-modal__social-link:hover {
  opacity: 0.8;
}

.consultation-modal {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  background: rgba(36, 37, 44, 0.9);
  backdrop-filter: blur(28.1px);
  -webkit-backdrop-filter: blur(28.1px);
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.consultation-modal.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.consultation-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 114.3rem;
}
.consultation-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 53.2rem) minmax(0, 1fr);
  min-height: 70.3rem;
  overflow: hidden;
  border-radius: 2.5rem;
  background: rgba(36, 37, 44, 0.9);
  backdrop-filter: blur(28.1px);
  -webkit-backdrop-filter: blur(28.1px);
}
.consultation-modal__visual {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem 0 0 2.5rem;
}
.consultation-modal__glow {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  -webkit-filter: blur(22.4rem);
          filter: blur(22.4rem);
}
.consultation-modal__glow--purple {
  left: 0%;
  top: 0.4rem;
  width: 36.8rem;
  height: 58.8rem;
  background: #8c44dd;
  opacity: 0.7;
}
.consultation-modal__glow--yellow {
  right: -12%;
  top: 11.5rem;
  width: 35.6rem;
  height: 57.9rem;
  background: #ffc23e;
  opacity: 0.3;
}
.consultation-modal__image {
  position: absolute;
  inset: 1.5rem 0 1.5rem 1.8rem;
  border-radius: 2.5rem;
  background: url("../img/consultation-modal-bg.png") center/cover no-repeat;
}
.consultation-modal__body {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 8rem 4.5rem 4rem 6.3rem;
}
.consultation-modal__close {
  position: absolute;
  top: 2.2rem;
  right: 2.5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.consultation-modal__close img {
  display: block;
  width: 100%;
  height: auto;
}
.consultation-modal__close:hover {
  opacity: 0.75;
}
.consultation-modal__title {
  margin: 0 0 4.1rem;
  padding-right: 3rem;
  font-family: var(--font-family-montserrat);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.consultation-modal__form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.consultation-modal__field {
  display: block;
}
.consultation-modal__input {
  width: 100%;
  height: 7rem;
  padding: 0 3.2rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 7.3rem;
  text-align: center;
  background: transparent;
  color: #fff;
  font-family: var(--font-family-montserrat);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
  outline: none;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.consultation-modal__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.consultation-modal__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.consultation-modal__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.consultation-modal__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.consultation-modal__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.consultation-modal__input:focus {
  border-color: #fff;
}
.consultation-modal__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  width: 100%;
  height: 7rem;
  padding: 0 2rem;
  border: 0;
  border-radius: 6rem;
  background: var(--color-brand);
  color: #fff;
  font-family: var(--font-family-montserrat);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.consultation-modal__submit img {
  display: block;
  width: 1.5rem;
  height: 1.3rem;
  flex-shrink: 0;
}
.consultation-modal__submit:hover {
  background: color-mix(in srgb, var(--color-brand) 88%, white);
  color: #fff;
}
.consultation-modal__consent {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.4rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.consultation-modal__consent-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.consultation-modal__consent-box {
  position: relative;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.4rem;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.consultation-modal__consent-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.5rem;
  height: 0.9rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.consultation-modal__consent-text {
  max-width: 41.4rem;
  font-family: var(--font-family-base);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}
.consultation-modal__consent-text a {
  color: #fff;
  text-decoration: underline;
}
.consultation-modal__consent-text a:hover {
  color: #fff;
}
.consultation-modal__consent-input:checked ~ .consultation-modal__consent-box::after {
  opacity: 1;
}
.consultation-modal__consent-input:focus-visible ~ .consultation-modal__consent-box {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}

.footer {
  padding: 4rem 0 4.5rem;
  color: #fff;
  background-color: var(--color-dark);
}
.footer__container {
  position: relative;
}
.footer__panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 3.5rem;
}
.footer__bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
}
.footer__ellipse {
  position: absolute;
  bottom: 0;
  left: -38rem;
  z-index: 0;
  width: 117.7rem;
  height: 36.9rem;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.75;
}
.footer__bg-image {
  position: absolute;
  background: url("data:image/svg+xml,%3csvg%20width='1492'%20height='638'%20viewBox='0%200%201492%20638'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_179_56'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='1492'%20height='638'%3e%3crect%20width='1492'%20height='638'%20rx='25'%20fill='%2324252C'/%3e%3crect%20x='1'%20y='1'%20width='1490'%20height='636'%20rx='24'%20stroke='url(%23paint0_linear_179_56)'%20stroke-opacity='0.15'%20stroke-width='2'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_179_56)'%3e%3crect%20width='1492'%20height='638'%20rx='25'%20fill='%2324252C'/%3e%3crect%20x='1'%20y='1'%20width='1490'%20height='636'%20rx='24'%20stroke='url(%23paint1_linear_179_56)'%20stroke-opacity='0.15'%20stroke-width='2'/%3e%3cg%20opacity='0.6'%20filter='url(%23filter0_f_179_56)'%3e%3cellipse%20cx='588.289'%20cy='184.505'%20rx='588.289'%20ry='184.505'%20transform='matrix(-0.999998%20-0.00177486%20-0.00177474%200.999998%20531.232%20513.088)'%20fill='%2361BFF0'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_179_56'%20x='-869.372'%20y='288.341'%20width='1623.98'%20height='816.416'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='111.85'%20result='effect1_foregroundBlur_179_56'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_179_56'%20x1='726'%20y1='638'%20x2='726'%20y2='5.44707e-08'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2361BFF0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_179_56'%20x1='726'%20y1='638'%20x2='726'%20y2='5.44707e-08'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2361BFF0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center/cover no-repeat;
}
.footer__content {
  position: relative;
  z-index: 1;
  padding: 5.9rem 5.2rem 4.5rem;
}
.footer__main {
  display: grid;
  grid-template-columns: minmax(0, 66rem) minmax(0, 65.3rem);
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 4.7rem;
}
.footer__label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.3rem;
  font-family: var(--font-family-montserrat);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}
.footer__label-line {
  width: 2.6rem;
  height: 0.13rem;
  flex-shrink: 0;
  background: var(--color-brand);
}
.footer__title {
  margin: 0 0 2.5rem;
  font-family: var(--font-family-montserrat);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}
.footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}
.footer__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.1rem;
  height: 4.1rem;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  background: #fff;
  margin-top: 0.6rem;
}
.footer__contact-icon img {
  display: block;
  max-width: 2rem;
  max-height: 2.1rem;
}
.footer__contact-body {
  padding-top: 0.2rem;
}
.footer__contact-caption {
  margin: 0 0 0.8rem;
  font-family: var(--font-family-montserrat);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
}
.footer__contact-text, .footer__contact-phone {
  margin: 0;
  font-family: var(--font-family-montserrat);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
}
.footer__contact-phone {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2;
}
.footer__contact-phone:hover {
  color: #fff;
}
.footer__form-wrap {
  position: relative;
  overflow: hidden;
  margin-top: -1.9rem;
  padding: 4.6rem 3.2rem 3.6rem;
  border-radius: 2.5rem;
  background: url("../img/form-footer-bg.png") center/100% 101% no-repeat;
  border: 1px solid #2F3036;
}
.footer__form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.3rem;
}
.footer__field {
  display: block;
}
.footer__input, .footer__textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #fff;
  font-family: var(--font-family-montserrat);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
  outline: none;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.footer__input::-webkit-input-placeholder, .footer__textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.footer__input::-moz-placeholder, .footer__textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.footer__input:-ms-input-placeholder, .footer__textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.footer__input::-ms-input-placeholder, .footer__textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.footer__input::placeholder, .footer__textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.footer__input:focus, .footer__textarea:focus {
  border-color: #fff;
}
.footer__input {
  height: 6.3rem;
  padding: 0 3.2rem;
  border-radius: 7.3rem;
}
.footer__textarea {
  min-height: 11.9rem;
  padding: 2.2rem 3.2rem;
  border-radius: 3rem;
  border-color: rgba(255, 255, 255, 0.5);
  resize: none;
}
.footer__form-bottom {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
.footer__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  width: 100%;
  height: 6rem;
  padding: 0 2rem;
  border: 0;
  border-radius: 6rem;
  background: var(--color-brand);
  color: #fff;
  font-family: var(--font-family-montserrat);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.footer__submit img {
  display: block;
  width: 1.5rem;
  height: 1.3rem;
  flex-shrink: 0;
}
.footer__submit:hover {
  background: color-mix(in srgb, var(--color-brand) 88%, white);
  color: #fff;
}
.footer__consent {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.footer__consent-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.footer__consent-box {
  position: relative;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.4rem;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.footer__consent-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.5rem;
  height: 0.9rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.footer__consent-text {
  max-width: 41.4rem;
  font-family: var(--font-family-base);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
}
.footer__consent-text a {
  color: #fff;
  text-decoration: underline;
}
.footer__consent-text a:hover {
  color: #fff;
}
.footer__consent-input:checked ~ .footer__consent-box::after {
  opacity: 1;
}
.footer__consent-input:focus-visible ~ .footer__consent-box {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}
.footer__bottom {
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem 4rem;
  margin-top: -8rem;
}
.footer__logo {
  display: block;
  width: 15rem;
  flex-shrink: 0;
  line-height: 0;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__logo:hover {
  opacity: 0.9;
}
.footer__meta {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem 4rem;
  text-align: left;
}
.footer__copyright {
  margin: 0;
  flex-shrink: 0;
  max-width: 25rem;
  font-family: var(--font-family-montserrat);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.7);
}
.footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem 4.7rem;
}
.footer__legal a {
  font-family: var(--font-family-montserrat);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  white-space: nowrap;
}
.footer__legal a:hover {
  color: #fff;
}
.footer__social {
  justify-self: end;
  text-align: right;
}
.footer__social-caption {
  margin: 0 0 1.9rem;
  font-family: var(--font-family-montserrat);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
}
.footer__social-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__social-link {
  display: block;
  line-height: 0;
}
.footer__social-link img {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
}

.about {
  position: relative;
  padding: 8rem 0 3.25rem;
  color: #fff;
  overflow: hidden;
  background-color: var(--color-dark);
}
.about__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.about__blob {
  position: absolute;
  border-radius: 50%;
  -webkit-filter: blur(141.9px);
          filter: blur(141.9px);
}
.about__blob--blue-left {
  top: 20rem;
  left: 14rem;
  width: 39.6rem;
  height: 56.4rem;
  background: #1181bc;
  opacity: 0.25;
}
.about__blob--blue-bottom {
  top: 30rem;
  left: 49rem;
  width: 56.5rem;
  height: 56.2rem;
  background: #0087cd;
  opacity: 0.2;
  display: none;
}
.about__deco {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
.about__deco--left {
  top: 1.8rem;
  left: 0;
  width: 32.9rem;
  height: 45.1rem;
}
.about__deco--right {
  right: 0;
  bottom: 0;
  width: 35.7rem;
  height: 50.2rem;
}
.about__container {
  position: relative;
  z-index: 1;
}
.about__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 54.2rem) minmax(0, 45rem) minmax(0, 43.3rem);
  grid-template-rows: 1fr 1fr;
  align-items: stretch;
  gap: 3.4rem;
  min-height: 86.5rem;
}
.about__ellipse {
  position: absolute;
  z-index: 0;
  top: -5.75rem;
  left: 100.3rem;
  z-index: -1;
  width: 65.9rem;
  height: 54.8rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__welcome {
  display: flex;
  grid-column: 1;
  grid-row: 1/-1;
  min-width: 0;
  min-height: 0;
}
.about__welcome-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 2.5rem;
}
.about__welcome-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__welcome-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5.2rem 6.4rem 4.8rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), color-stop(45%, rgba(0, 0, 0, 0.15)), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0) 70%);
}
.about__title {
  max-width: 36.9rem;
  margin: 0;
  font-family: var(--font-family-montserrat);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
.about__text {
  max-width: 41.9rem;
  margin: 0;
  font-family: var(--font-family-montserrat);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
.about__center, .about__side {
  display: contents;
}
.about__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  border-radius: 2.5rem;
}
.about__card--format {
  grid-column: 2;
  grid-row: 1;
  padding: 6.6rem 4rem 4rem;
  background: url("../img/welcome-topl.png") center/cover no-repeat;
}
.about__card--structure {
  grid-column: 2;
  grid-row: 2;
  padding: 6.7rem 4rem 4rem;
  background: url("../img/welcome-bottoml.png") center/cover no-repeat;
}
.about__card--directions {
  grid-column: 3;
  grid-row: 1;
  padding: 6.6rem 3.2rem 4rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
}
.about__card--photo {
  grid-column: 3;
  grid-row: 2;
  overflow: hidden;
  padding: 0;
  background: #2e9fd9;
}
.about__card--photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__card-title {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0 0 5.8rem;
  margin: 0 0 3.8rem;
  font-family: var(--font-family-montserrat);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.about__card-title--accent {
  color: #61bff0;
}
.about__card-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 0.6rem;
}
.about__card-icon--blue {
  background: #61bff0;
}
.about__card-icon--light {
  background: #fff;
}
.about__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about__list li {
  position: relative;
  padding-left: 1.6rem;
  font-family: var(--font-family-montserrat);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
}
.about__list li::before {
  content: "–";
  position: absolute;
  left: 0;
}
.about__list li + li {
  margin-top: 1.5rem;
}
.about__list--compact li + li {
  margin-top: 1.3rem;
}

.advantages {
  position: relative;
  padding: 6rem 0 3rem;
  color: #fff;
  background-color: var(--color-dark);
  overflow: hidden;
}
.advantages__container {
  position: relative;
  z-index: 1;
}
.advantages__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 73.7rem 61rem;
  justify-content: space-between;
  gap: 14.4rem;
  align-items: start;
}
.advantages__bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  grid-column: 1/-1;
  grid-row: 1;
  pointer-events: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ5MSIgaGVpZ2h0PSI2NzAiIHZpZXdCb3g9IjAgMCAxNDkxIDY3MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC44NSI+CjxwYXRoIGQ9Ik02ODAgMEgxNDY2QzE0NzkuODEgMCAxNDkxIDExLjE5MjkgMTQ5MSAyNVY2NDVDMTQ5MSA2NTguODA3IDE0NzkuODEgNjcwIDE0NjYgNjcwSDY4MFYwWiIgZmlsbD0iIzI0MjUyQyIvPgo8Zm9yZWlnbk9iamVjdCB4PSItMTEuMiIgeT0iLTExLjE5ODgiIHdpZHRoPSI3NTkuNCIgaGVpZ2h0PSI2OTIuNCI+PGRpdiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94aHRtbCIgc3R5bGU9ImJhY2tkcm9wLWZpbHRlcjpibHVyKDUuNnB4KTtjbGlwLXBhdGg6dXJsKCNiZ2JsdXJfMF82OTNfM19jbGlwX3BhdGgpO2hlaWdodDoxMDAlO3dpZHRoOjEwMCUiPjwvZGl2PjwvZm9yZWlnbk9iamVjdD48cGF0aCBkYXRhLWZpZ21hLWJnLWJsdXItcmFkaXVzPSIxMS4yIiBkPSJNNzM3IDAuMDAxMjIwN0gyNUMxMS4xOTI5IDAuMDAxMjIwNyAwIDExLjE5NDEgMCAyNS4wMDEyVjY0NS4wMDFDMCA2NTguODA4IDExLjE5MjkgNjcwLjAwMSAyNSA2NzAuMDAxSDczN1YwLjAwMTIyMDdaIiBmaWxsPSIjMjQyNTJDIiBmaWxsLW9wYWNpdHk9IjAuNTYiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJiZ2JsdXJfMF82OTNfM19jbGlwX3BhdGgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExLjIgMTEuMTk4OCkiPjxwYXRoIGQ9Ik03MzcgMC4wMDEyMjA3SDI1QzExLjE5MjkgMC4wMDEyMjA3IDAgMTEuMTk0MSAwIDI1LjAwMTJWNjQ1LjAwMUMwIDY1OC44MDggMTEuMTkyOSA2NzAuMDAxIDI1IDY3MC4wMDFINzM3VjAuMDAxMjIwN1oiLz4KPC9jbGlwUGF0aD48L2RlZnM+Cjwvc3ZnPgo=") center/100% 100% no-repeat;
}
.advantages__info-panel {
  position: relative;
  z-index: 1;
  min-height: 67rem;
  padding: 7.1rem 7.7rem 5.6rem;
  overflow: hidden;
  border-radius: 2.5rem 0 0 2.5rem;
}
.advantages__label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 2.1rem;
  padding-left: 3.3rem;
  font-family: var(--font-family-montserrat);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}
.advantages__label-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.6rem;
  height: 0.13rem;
  background: var(--color-brand);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.advantages__title {
  margin: 0 0 2.6rem;
  max-width: 46.7rem;
  font-family: var(--font-family-montserrat);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.09;
  color: #fff;
}
.advantages__desc {
  margin: 0 0 3.3rem;
  max-width: 56.6rem;
  font-family: var(--font-family-montserrat);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
}
.advantages__gallery {
  position: relative;
  display: grid;
  grid-template-columns: 29rem 29rem;
  gap: 8rem;
  width: 66rem;
  min-height: 31.2rem;
}
.advantages__ellipse {
  position: absolute;
  z-index: 0;
  top: 25.6rem;
  left: -11.3rem;
  width: 37.746rem;
  height: 47.6rem;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.advantages__ellipse--right {
  top: 7.1rem;
  right: -24rem;
  left: auto;
  width: 63.301rem;
  height: 55.176rem;
}
.advantages__photo {
  overflow: hidden;
  width: 29rem;
  height: 31.2rem;
  border-radius: 2.5rem;
}
.advantages__photo img,
.advantages__photo video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages__logo-card {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.6rem;
  height: 12.6rem;
  border-radius: 2.5rem;
  background: var(--color-dark);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.advantages__logo-card img {
  display: block;
  width: 11.4rem;
  height: auto;
}
.advantages__list-panel {
  position: relative;
  z-index: 1;
  min-height: 67rem;
  padding: 7.7rem 4.8rem 4.8rem 3.2rem;
  overflow: visible;
  border-radius: 0 2.5rem 2.5rem 0;
}
.advantages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.advantages__item {
  position: relative;
  display: grid;
  grid-template-columns: 5.3rem 1fr;
  gap: 0 2.1rem;
  align-items: start;
  min-height: 10.8rem;
}
.advantages__badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.3rem;
  height: 5.3rem;
  flex-shrink: 0;
  border-radius: 9.5rem;
  background: var(--color-brand);
}
.advantages__badge::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 5.5rem;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.advantages__item:last-child .advantages__badge::after {
  display: none;
}
.advantages__num {
  font-family: var(--font-family-montserrat);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.advantages__item-body {
  min-width: 0;
}
.advantages__item-title {
  margin: 0 0 1.8rem;
  padding-top: 0.2rem;
  font-family: var(--font-family-montserrat);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.advantages__item-text {
  margin: 0;
  font-family: var(--font-family-montserrat);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.7);
}
.advantages__item:nth-child(1) .advantages__item-text {
  max-width: 40.3rem;
}
.advantages__item:nth-child(2) .advantages__item-text {
  max-width: 39.8rem;
}
.advantages__item:nth-child(3) .advantages__item-text {
  max-width: 38.7rem;
}
.advantages__item:nth-child(4) .advantages__item-text {
  max-width: 38.7rem;
}
.advantages__item:nth-child(5) .advantages__item-text {
  max-width: 41rem;
}
.advantages__item:nth-child(1) .advantages__item-title {
  max-width: 34.3rem;
}
.advantages__item:nth-child(4) .advantages__item-title {
  max-width: 31.2rem;
}
.advantages__item:nth-child(5) .advantages__item-title {
  max-width: 35.6rem;
}

.expertise {
  position: relative;
  padding: 3.25rem 0 10rem;
  padding: 3.25rem 0 0rem;
  color: #fff;
  background-color: var(--color-dark);
}
.expertise__container {
  position: relative;
}
.expertise__panel {
  position: relative;
  overflow: visible;
  min-height: 63.5rem;
  padding: 6.6rem 7.8rem 9.5rem;
  border-radius: 2.5rem;
}
.expertise__panel-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("../img/education-bg.png") center/cover no-repeat;
  pointer-events: none;
  border-radius: 2.5rem;
}
.expertise__panel-glows {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}
.expertise__panel-glow {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  pointer-events: none;
}
.expertise__panel-glow--1 {
  left: -15rem;
  bottom: -11rem;
  width: 100.1rem;
}
.expertise__panel-glow--2 {
  right: -10rem;
  top: -10rem;
  width: 80.4rem;
}
.expertise__head {
  position: relative;
  z-index: 2;
  max-width: 98rem;
  margin-bottom: 7.5rem;
}
.expertise__label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 2.1rem;
  font-family: var(--font-family-montserrat);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}
.expertise__label-line {
  width: 2.6rem;
  height: 0.13rem;
  flex-shrink: 0;
  background: var(--color-brand);
}
.expertise__title {
  margin: 0 0 2.1rem;
  font-family: var(--font-family-montserrat);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
.expertise__desc {
  margin: 0;
  max-width: 98rem;
  font-family: var(--font-family-montserrat);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
}
.expertise__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 27.4rem 28.4rem 26.3rem 29.5rem 22rem;
  row-gap: 7.9rem;
}
.expertise__item {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.expertise__item-main {
  display: flex;
  align-items: flex-start;
}
.expertise__icon {
  display: block;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}
.expertise__icon--license {
  width: 7.9rem;
  height: 8rem;
}
.expertise__icon--winner {
  width: 8.4rem;
  height: 6.9rem;
}
.expertise__name {
  margin: 0;
  min-width: 0;
  font-family: var(--font-family-montserrat);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
}
.expertise__link {
  align-self: flex-start;
  font-family: var(--font-family-montserrat);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-brand);
  text-decoration: underline;
  margin-top: auto;
}
.expertise__link:hover {
  color: #61bff0;
}
.expertise__item--01 {
  gap: 1.1rem;
}
.expertise__item--01 .expertise__item-main {
  gap: 1.9rem;
  min-height: 8rem;
}
.expertise__item--01 .expertise__name {
  max-width: 15.2rem;
  padding-top: 0.5rem;
}
.expertise__item--02 {
  gap: 1.1rem;
}
.expertise__item--02 .expertise__item-main {
  gap: 1.2rem;
  min-height: 7.5rem;
}
.expertise__item--02 .expertise__name {
  max-width: 16.4rem;
  padding-top: 0.5rem;
}
.expertise__item--03 {
  gap: 1.1rem;
}
.expertise__item--03 .expertise__item-main {
  gap: 1.5rem;
  min-height: 8rem;
}
.expertise__item--03 .expertise__name {
  max-width: 8.7rem;
  padding-top: 0.5rem;
}
.expertise__item--04 {
  gap: 1.1rem;
}
.expertise__item--04 .expertise__item-main {
  gap: 2.1rem;
  min-height: 7.5rem;
}
.expertise__item--04 .expertise__name {
  max-width: 16.4rem;
  padding-top: 0.5rem;
}
.expertise__item--05 {
  gap: 1.1rem;
}
.expertise__item--05 .expertise__item-main {
  gap: 1.6rem;
  min-height: 8rem;
}
.expertise__item--05 .expertise__name {
  max-width: 13.6rem;
  padding-top: 0.5rem;
}
.expertise__item--06 {
  gap: 2.2rem;
}
.expertise__item--06 .expertise__item-main {
  gap: 1.9rem;
  min-height: 7.5rem;
}
.expertise__item--06 .expertise__name {
  max-width: 15.2rem;
  padding-top: 0.5rem;
}
.expertise__item--07 {
  gap: 0.6rem;
}
.expertise__item--07 .expertise__item-main {
  gap: 1.2rem;
  min-height: 8rem;
  margin-top: 0.5rem;
}
.expertise__item--07 .expertise__name {
  max-width: 14.4rem;
  padding-top: 0.5rem;
}
.expertise__item--08 {
  gap: 2.2rem;
}
.expertise__item--08 .expertise__item-main {
  gap: 1.5rem;
  min-height: 7.5rem;
}
.expertise__item--08 .expertise__name {
  max-width: 15.2rem;
  padding-top: 0.5rem;
}
.expertise__item--09 {
  gap: 0.6rem;
}
.expertise__item--09 .expertise__item-main {
  gap: 2.1rem;
  min-height: 8rem;
  margin-top: 0.5rem;
}
.expertise__item--09 .expertise__name {
  max-width: 16.4rem;
  padding-top: 0.5rem;
}
.expertise__item--10 {
  gap: 2.2rem;
}
.expertise__item--10 .expertise__item-main {
  gap: 1.6rem;
  min-height: 7.5rem;
}
.expertise__item--10 .expertise__name {
  max-width: 13.6rem;
  padding-top: 0.5rem;
}

.faq {
  position: relative;
  padding: 6rem 0 3rem;
  color: #fff;
  background-color: var(--color-dark);
}

.faq__container {
  position: relative;
  z-index: 1;
}

.faq__wrap {
  position: relative;
}

.faq__ellipse {
  position: absolute;
  top: -14.6rem;
  left: -21.8rem;
  width: 77.2rem;
  height: 87.2rem;
  pointer-events: none;
  z-index: 2;
  -webkit-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  transform: rotate(12deg);
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.45;
}
.faq__ellipse--right {
  top: 5rem;
  left: auto;
  right: -16rem;
  width: 76rem;
  height: 87.8rem;
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg);
}

.faq__card {
  position: relative;
  z-index: 4;
  border-radius: 2.5rem;
  overflow: hidden;
  background: rgba(36, 37, 44, 0.7);
  backdrop-filter: blur(25px);
}

.faq__card-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.faq__card-bg-image {
  position: absolute;
  inset: -2.9rem -2.4rem;
  background: url("../img/faq-bg-3.png") center/cover no-repeat;
  background: url("../img/faqbg.png") center/cover no-repeat;
  background: url("../img/faq4.png") center/cover no-repeat;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ5MiIgaGVpZ2h0PSI4NTAiIHZpZXdCb3g9IjAgMCAxNDkyIDg1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGZvcmVpZ25PYmplY3QgeD0iLTI1IiB5PSItMjUiIHdpZHRoPSIxNTQyIiBoZWlnaHQ9IjkwMCI+PGRpdiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94aHRtbCIgc3R5bGU9ImJhY2tkcm9wLWZpbHRlcjpibHVyKDEyLjVweCk7Y2xpcC1wYXRoOnVybCgjYmdibHVyXzBfMTcwXzhfY2xpcF9wYXRoKTtoZWlnaHQ6MTAwJTt3aWR0aDoxMDAlIj48L2Rpdj48L2ZvcmVpZ25PYmplY3Q+PGcgb3BhY2l0eT0iMC43IiBmaWx0ZXI9InVybCgjZmlsdGVyMF9uXzE3MF84KSIgZGF0YS1maWdtYS1iZy1ibHVyLXJhZGl1cz0iMjUiPgo8cmVjdCB5PSI4NTAiIHdpZHRoPSI4NTAiIGhlaWdodD0iMTQ5MiIgcng9IjI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgMCA4NTApIiBmaWxsPSIjMjQyNTJDIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfbl8xNzBfOCIgeD0iLTI1IiB5PSItMjUiIHdpZHRoPSIxNTQyIiBoZWlnaHQ9IjkwMCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMS4yNSAxLjI1IiBzdGl0Y2hUaWxlcz0ic3RpdGNoIiBudW1PY3RhdmVzPSIzIiByZXN1bHQ9Im5vaXNlIiBzZWVkPSI4MTYwIiAvPgo8ZmVDb2xvck1hdHJpeCBpbj0ibm9pc2UiIHR5cGU9Imx1bWluYW5jZVRvQWxwaGEiIHJlc3VsdD0iYWxwaGFOb2lzZSIgLz4KPGZlQ29tcG9uZW50VHJhbnNmZXIgaW49ImFscGhhTm9pc2UiIHJlc3VsdD0iY29sb3JlZE5vaXNlMSI+CjxmZUZ1bmNBIHR5cGU9ImRpc2NyZXRlIiB0YWJsZVZhbHVlcz0iMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAiLz4KPC9mZUNvbXBvbmVudFRyYW5zZmVyPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9InNoYXBlIiBpbj0iY29sb3JlZE5vaXNlMSIgcmVzdWx0PSJub2lzZTFDbGlwcGVkIiAvPgo8ZmVGbG9vZCBmbG9vZC1jb2xvcj0icmdiYSgwLCAwLCAwLCAwLjI1KSIgcmVzdWx0PSJjb2xvcjFGbG9vZCIgLz4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJub2lzZTFDbGlwcGVkIiBpbj0iY29sb3IxRmxvb2QiIHJlc3VsdD0iY29sb3IxIiAvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDFfbm9pc2VfMTcwXzgiPgo8ZmVNZXJnZU5vZGUgaW49InNoYXBlIiAvPgo8ZmVNZXJnZU5vZGUgaW49ImNvbG9yMSIgLz4KPC9mZU1lcmdlPgo8L2ZpbHRlcj4KPGNsaXBQYXRoIGlkPSJiZ2JsdXJfMF8xNzBfOF9jbGlwX3BhdGgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1IDI1KSI+PHJlY3QgeT0iODUwIiB3aWR0aD0iODUwIiBoZWlnaHQ9IjE0OTIiIHJ4PSIyNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDAgODUwKSIvPgo8L2NsaXBQYXRoPjwvZGVmcz4KPC9zdmc+Cg==") center/cover no-repeat;
  opacity: 1;
  opacity: 0.55;
}

.faq__card-body {
  position: relative;
  z-index: 1;
  padding: 3.6rem 12rem 4rem 9.9rem;
}

.faq__head {
  max-width: 95.8rem;
  margin-bottom: 5.2rem;
  margin-bottom: 0.2rem;
}

.faq__label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.1rem;
  font-family: var(--font-family-montserrat);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}

.faq__label-line {
  width: 2.6rem;
  height: 0.13rem;
  flex-shrink: 0;
  background: var(--color-brand);
}

.faq__title {
  margin: 0 0 0.6rem;
  font-family: var(--font-family-montserrat);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}

.faq__desc {
  margin: 0;
  max-width: 95.8rem;
  font-family: var(--font-family-montserrat);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.33;
  color: #fff;
  opacity: 0.8;
}

.faq__list {
  display: flex;
  flex-direction: column;
}

.faq__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.faq__item:last-child {
  border-bottom: none;
}

.faq__item-question {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  padding: 2.4rem 0;
  font-family: var(--font-family-montserrat);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

.faq__item[open] .faq__item-question,
.faq__item.is-open .faq__item-question {
  font-weight: 600;
}

.faq__item-question::-webkit-details-marker {
  display: none;
}

.faq__item-text {
  min-width: 0;
}

.faq__toggle {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1.5px solid #fff;
  background: transparent;
  position: relative;
}

.faq__toggle::before,
.faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.3rem;
  height: 0.23rem;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.35s ease, -webkit-transform 0.35s ease;
  transition: background 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, background 0.35s ease;
  transition: transform 0.35s ease, background 0.35s ease, -webkit-transform 0.35s ease;
}

.faq__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.faq__item[open] .faq__toggle,
.faq__item.is-open .faq__toggle {
  background: #fff;
  border-color: transparent;
}
.faq__item[open] .faq__toggle::before, .faq__item[open] .faq__toggle::after,
.faq__item.is-open .faq__toggle::before,
.faq__item.is-open .faq__toggle::after {
  background: #1f2229;
}
.faq__item[open] .faq__toggle::after,
.faq__item.is-open .faq__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.faq__item-answer {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  font-family: var(--font-family-montserrat);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #fff;
}

.faq__item[open] .faq__item-answer {
  height: auto;
  padding-top: 0.4rem;
  padding-bottom: 2.4rem;
  opacity: 0.8;
}

.faq__list--ready .faq__item .faq__item-answer {
  height: 0;
  padding: 0;
  opacity: 0;
}
.page-home {
  background-color: var(--color-dark);
}
.page-home .main {
  overflow: visible;
}

.hero {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100rem;
  min-height: 100rem;
  max-height: 100rem;
  flex-direction: column;
  color: #fff;
  overflow: visible;
  background-color: transparent;
}
.hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero__bg-image {
  position: absolute;
  inset: 0;
  background: url("../img/hero-bg.png") center/cover no-repeat;
}
.hero__bg-fade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22.8rem;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color-dark)), color-stop(80%, rgba(36, 37, 44, 0)));
  background: linear-gradient(0deg, var(--color-dark) 0%, rgba(36, 37, 44, 0) 80%);
}
.hero__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 13.8rem;
  max-width: 149.1rem;
  max-width: 152.1rem;
  width: 100%;
}
.hero__body {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 89.5rem) 1fr;
  grid-template-rows: auto auto auto;
  -webkit-column-gap: 2.7rem;
     -moz-column-gap: 2.7rem;
          column-gap: 2.7rem;
  row-gap: 0;
}
.hero__rating {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.6rem;
}
.hero__rating img {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
}
.hero__subtitle {
  grid-column: 1;
  grid-row: 2;
  margin: 0 0 1.9rem;
  max-width: 52.3rem;
  font-family: var(--font-family-montserrat);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.hero__title {
  grid-column: 1;
  grid-row: 3;
  margin: 0;
  max-width: 89.5rem;
  font-family: var(--font-family-montserrat);
  font-size: 9rem;
  font-weight: 400;
  line-height: 0.944;
}
.hero__cta {
  grid-column: 2;
  grid-row: 3;
  justify-self: end;
  align-self: end;
  display: flex;
  width: 32.7rem;
  height: 13.2rem;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.7rem 2rem 2rem 2.4rem;
  border: 1.3px solid rgba(199, 199, 199, 0.35);
  border-radius: 2.8rem;
  background: rgba(0, 135, 205, 0.87);
  backdrop-filter: blur(11.5px);
  -webkit-backdrop-filter: blur(11.5px);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.hero__cta:hover {
  color: #fff;
  background: rgba(0, 135, 205, 0.95);
}
.hero__cta:hover .hero__cta-arrow {
  margin-bottom: 0.5rem;
}
.hero__cta-phone {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
}
.hero__cta-phone img {
  display: block;
  width: 100%;
  height: auto;
}
.hero__cta-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.2rem;
}
.hero__cta-text {
  max-width: 25.3rem;
  font-family: var(--font-family-montserrat);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
.hero__cta-arrow {
  display: flex;
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  background: #fff;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.hero__cta-arrow img {
  display: block;
  width: 1.5rem;
  height: auto;
}

.path {
  position: relative;
  padding: 3rem 0 4.8rem;
  color: #fff;
  background-color: var(--color-dark);
  overflow: hidden;
}
.path__container {
  position: relative;
  z-index: 1;
}
.path__head {
  max-width: 59.7rem;
  margin: 0 auto 4.6rem;
  text-align: center;
}
.path__label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 2.5rem;
  font-family: var(--font-family-montserrat);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}
.path__label-line {
  width: 2.6rem;
  height: 0.13rem;
  flex-shrink: 0;
  background: var(--color-brand);
}
.path__title {
  margin: 0 0 2rem;
  font-family: var(--font-family-montserrat);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
.path__desc {
  margin: 0 auto;
  max-width: 54rem;
  font-family: var(--font-family-montserrat);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
}
.path__grid-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
.path__lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.path__line {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  pointer-events: none;
}
.path__line--left {
  left: -16rem;
  top: 64.2rem;
  width: 29.3rem;
}
.path__line--mid {
  left: 34.8rem;
  top: 39rem;
  width: 28.75rem;
}
.path__line--right {
  left: 88.5rem;
  top: 29.8rem;
  width: 30.3rem;
}
.path__line--end {
  right: -15.2rem;
  top: 2.9rem;
  width: 29.3rem;
}
.path__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 46.6rem);
  justify-content: center;
  gap: 4.8rem;
  align-items: stretch;
}
.path__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 78.056rem;
  height: auto;
  padding: 3.89rem 3.2rem 5.46rem;
  overflow: hidden;
  border-radius: 2.5rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.path__card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 90%;
  height: 45%;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.45;
  -webkit-filter: blur(3.2rem);
          filter: blur(3.2rem);
  -webkit-transform: translate(-50%, 70%);
      -ms-transform: translate(-50%, 70%);
          transform: translate(-50%, 70%);
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
.path__card:hover::after {
  opacity: 0.55;
  -webkit-filter: blur(3.6rem) brightness(1.05);
          filter: blur(3.6rem) brightness(1.05);
}
.path__card--start {
  background-image: url("../img/format-11-bg.jpg");
}
.path__card--start::after {
  background: rgba(0, 135, 205, 0.65);
}
.path__card--start:hover::after {
  opacity: 1;
}
.path__card--month {
  background-image: url("../img/format-2-bg.jpg");
}
.path__card--month::after {
  background: #3d9ee8;
}
.path__card--month:hover::after {
  background: #B881F6;
}
.path__card--course {
  background-image: url("../img/format-44.jpg");
}
.path__card--course:hover::after {
  opacity: 0.45;
}
.path__card--course::after {
  background: #FDD186;
  opacity: 0.25;
}
.path__card-ellipse--start {
  position: absolute;
  top: -12rem;
  left: -16rem;
  z-index: -1;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.path__card-ellipse--course {
  position: absolute;
  bottom: -6rem;
  right: -11rem;
  z-index: -1;
  width: 33.1rem;
  height: 42.7rem;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
}
.path__card-title {
  position: relative;
  z-index: 1;
  margin: 0 0 0.4rem;
  font-family: var(--font-family-montserrat);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.27;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.path__card-lead {
  position: relative;
  z-index: 1;
  margin: -0.74rem 0 2rem;
  max-width: 25rem;
  font-family: var(--font-family-montserrat);
  font-size: 1.852rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  color: #fff;
}
.path__card-visual {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 15.9rem;
  margin: 0 auto 2.69rem;
  overflow: visible;
}
.path__card--start .path__card-visual {
  height: 14.72rem;
}
.path__card--month .path__card-visual, .path__card--course .path__card-visual {
  height: 14.72rem;
}
.path__card-image {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
}
.path__card--start .path__card-image {
  top: 0;
  left: 0;
  width: 19.2rem;
}
.path__card--month .path__card-image {
  top: 0.1rem;
  left: 0;
  width: 23.1rem;
}
.path__card--course .path__card-image {
  top: 0.1rem;
  left: 0;
  width: 20.8rem;
}
.path__card-price {
  position: relative;
  z-index: 1;
  margin: 0 0 3.5rem;
  font-family: var(--font-family-montserrat);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.path__card--start .path__card-price {
  margin-bottom: 4.63rem;
}
.path__card--month .path__card-price {
  margin-bottom: 4.72rem;
}
.path__card--course .path__card-price {
  margin-bottom: 3.24rem;
}
.path__card-price-value {
  font-size: 3.981rem;
}
.path__card-price-currency {
  font-size: 2.685rem;
  font-weight: 500;
}
.path__benefits {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 29.5rem;
  margin: -1.02rem 0 0;
  padding: 0;
  list-style: none;
  flex-shrink: 1;
  min-height: 0;
  margin-bottom: 3.8rem;
}
.path__card--start .path__benefits {
  gap: 1.5rem;
}
.path__card--month .path__benefits {
  gap: 0.9rem;
}
.path__card--course .path__benefits {
  gap: 1.2rem;
}
.path__benefit {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  font-family: var(--font-family-montserrat);
  font-size: 1.667rem;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}
.path__check {
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.4rem;
  margin-top: 0.35rem;
}
.path__card--start .path__check {
  color: #b881f6;
}
.path__card--month .path__check {
  color: #fff;
}
.path__card--course .path__check {
  color: #efac42;
}
.path__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  width: 100%;
  max-width: 30.5rem;
  min-height: 6rem;
  margin-top: auto;
  padding: 0 2.4rem;
  border-radius: 6rem;
  font-family: var(--font-family-montserrat);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  text-decoration: none;
  -webkit-transition: gap 0.35s ease;
  transition: gap 0.35s ease;
}
.path__card:hover .path__btn {
  gap: 0.8rem;
}
.path__card--start .path__btn {
  color: #b67df4;
  background: #e7e2fd;
}
.path__card--month .path__btn {
  color: #1b61b7;
  background: #dbeafd;
}
.path__card--course .path__btn {
  color: #fff;
  background: #eeaa4a;
}
.path__btn-icon {
  display: flex;
  flex-shrink: 0;
}
.path__card--start .path__btn-icon {
  color: #7a33d1;
}
.path__card--month .path__btn-icon {
  color: #185eb3;
}
.path__card--course .path__btn-icon {
  color: #fff;
}

.reviews {
  position: relative;
  padding: 10.3rem 0 10.5rem;
  color: #fff;
  background-color: var(--color-dark);
  overflow: hidden;
}
.reviews__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.reviews__bg-image {
  position: absolute;
  inset: -0.3rem -7.4rem;
  background: url("../img/review-bg.jpg") center/cover no-repeat;
  opacity: 1;
}
.reviews__bg-overlay {
  position: absolute;
  right: -0.7rem;
  left: -0.7rem;
}
.reviews__bg-overlay--top {
  top: 0;
  height: 55.7rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(46%, rgba(36, 37, 44, 0)), to(#24252c));
  background: linear-gradient(0deg, rgba(36, 37, 44, 0) 46%, #24252c 100%);
}
.reviews__bg-overlay--bottom {
  bottom: 0;
  height: 16.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#24252c), to(rgba(36, 37, 44, 0)));
  background: linear-gradient(0deg, #24252c 0%, rgba(36, 37, 44, 0) 100%);
}
.reviews__container {
  position: relative;
  z-index: 1;
  max-width: 152rem;
}
.reviews__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 6.5rem;
}
.reviews__head-main {
  max-width: 75.6rem;
}
.reviews__label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 0.5rem;
  font-family: var(--font-family-montserrat);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}
.reviews__label-line {
  width: 2.6rem;
  height: 0.13rem;
  flex-shrink: 0;
  background: var(--color-brand);
}
.reviews__title {
  margin: 0 0 1.6rem;
  font-family: var(--font-family-montserrat);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
.reviews__desc {
  margin: 0;
  max-width: 75.6rem;
  font-family: var(--font-family-montserrat);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
}
.reviews__yandex {
  flex-shrink: 0;
  padding-top: 0.4rem;
  text-align: left;
}
.reviews__yandex-rating {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.6rem;
}
.reviews__yandex-score {
  margin: 0;
  font-family: var(--font-family-montserrat);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.07em;
  color: #fff;
}
.reviews__yandex-stars {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.reviews__yandex-stars img {
  display: block;
  width: 2rem;
  height: auto;
}
.reviews__yandex-caption {
  margin: 0;
  font-family: var(--font-family-montserrat);
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.9;
  color: #fff;
}
.reviews__slider-wrap {
  position: relative;
  overflow: hidden;
}
.reviews__slider {
  overflow: hidden;
}
.reviews__slider .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reviews__card {
  display: flex;
  flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 28rem;
  height: auto;
  padding: 2.6rem 3.5rem 2.7rem 2.2rem;
  border-radius: 2.5rem;
  background: #efefef;
  color: var(--color-text);
}
.reviews__card-main {
  display: flex;
  height: 19.4rem;
  flex-shrink: 0;
  gap: 2.6rem;
  align-items: stretch;
}
.reviews__card-photo {
  flex-shrink: 0;
  width: 16.4rem;
  height: 100%;
  overflow: hidden;
  border-radius: 2.5rem;
}
.reviews__card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__card-aside {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding-top: 0.9rem;
  overflow: hidden;
}
.reviews__card-foot {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  margin-left: 19rem;
}
.reviews__card-header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 3rem;
  flex-shrink: 0;
}
.reviews__card-name {
  margin: 0;
  flex-shrink: 0;
  font-family: var(--font-family-montserrat);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-text);
}
.reviews__card-stars {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.2rem;
}
.reviews__card-stars img {
  display: block;
  width: 1.6rem;
  height: auto;
}
.reviews__card-date {
  margin: 0 0 0 auto;
  flex-shrink: 0;
  font-family: var(--font-family-montserrat);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(31, 34, 41, 0.55);
  white-space: nowrap;
}
.reviews__card-text {
  margin: 0;
  flex: 1;
  min-height: 0;
  font-family: var(--font-family-montserrat);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  color: var(--color-text);
}
.reviews__card-divider {
  display: block;
  width: 100%;
  height: 1px;
  flex-shrink: 0;
  margin: 0 0 1.9rem;
  background: rgba(31, 34, 41, 0.1);
}
.reviews__card-link {
  margin-top: auto;
  align-self: flex-end;
  font-family: var(--font-family-montserrat);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.625;
  color: var(--color-text);
  text-decoration: none;
  opacity: 0.5;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.reviews__card-link:hover {
  opacity: 0.8;
  color: var(--color-text);
}
.reviews__nav {
  display: flex;
  justify-content: center;
  gap: 1.3rem;
  margin-top: 4.4rem;
}
.reviews__nav-btn {
  display: flex;
  width: 7.2rem;
  height: 7.2rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #0087cd;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.reviews__nav-btn--next .reviews__nav-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.reviews__nav-btn.swiper-button-lock {
  display: flex;
}
.reviews__nav-btn.swiper-button-disabled {
  background: #eae5df;
  color: #191c1f;
  cursor: default;
}
.reviews__nav-icon {
  display: block;
  width: 2.4rem;
  height: auto;
}

.stats {
  position: relative;
  z-index: 1;
  margin-top: -12rem;
  padding: 14rem 0 9.5rem;
  padding: 14rem 0 4.5rem;
  background-color: var(--color-dark);
}
.stats__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.3rem 6.9rem;
  margin: 0;
}
.stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  text-align: center;
}
.stats__value {
  margin: 0;
  font-family: var(--font-family-montserrat);
  font-size: 9rem;
  font-weight: 600;
  line-height: 0.944;
  color: #fff;
}
.stats__label {
  margin: 0.4rem 0 0;
  font-family: var(--font-family-montserrat);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

.teacher {
  position: relative;
  padding: 8rem 0 4.2rem;
  color: #fff;
  overflow: hidden;
}
.teacher__bg {
  position: absolute;
  inset: 0;
  background-color: var(--color-dark);
  background-image: url("../img/teacher-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.teacher__container {
  position: relative;
  z-index: 1;
}
.teacher__grid {
  display: grid;
  grid-template-columns: minmax(0, 62.4rem) minmax(0, 1fr);
  align-items: start;
  gap: 6rem;
}
.teacher__label {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 0 0 2.5rem;
  font-family: var(--font-family-montserrat);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}
.teacher__label-line {
  width: 2.6rem;
  height: 0.13rem;
  flex-shrink: 0;
  background: var(--color-brand);
}
.teacher__name {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0 0 2rem;
  font-family: var(--font-family-montserrat);
  line-height: 1.05;
  color: #fff;
}
.teacher__name-accent {
  font-size: 4.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.teacher__name-rest {
  font-size: 3.86rem;
  font-weight: 500;
}
.teacher__text {
  max-width: 59.6rem;
  margin: 0 0 0.9rem;
  font-family: var(--font-family-montserrat);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.333;
  color: #fff;
}
.teacher__text--bottom {
  margin-bottom: 4rem;
}
.teacher__experience {
  display: flex;
  align-items: center;
  gap: 1.9rem;
  width: 100%;
  max-width: 62.4rem;
  min-height: 16.6rem;
  margin-bottom: 3.3rem;
  padding: 2.6rem 3rem 2.6rem 2.3rem;
  border-radius: 2.5rem;
  background: rgba(92, 92, 92, 0.33);
  backdrop-filter: blur(9.5px);
  -webkit-backdrop-filter: blur(9.5px);
}
.teacher__badge {
  position: relative;
  display: flex;
  width: 12rem;
  height: 12rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.teacher__badge-ring {
  position: absolute;
  pointer-events: none;
}
.teacher__badge-ring--outer {
  inset: 0;
  border: 0.4rem solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.teacher__badge-ring--progress {
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.teacher__badge-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  text-align: center;
}
.teacher__badge-value {
  font-family: var(--font-family-montserrat);
  font-size: 4.87rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.teacher__badge-label {
  font-family: var(--font-family-montserrat);
  font-size: 1.39rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
.teacher__experience-text {
  margin: 0;
  max-width: 42.8rem;
  font-family: var(--font-family-montserrat);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}
.teacher__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 33.9rem;
  height: 6rem;
  padding: 0 2.2rem 0 3.3rem;
  border-radius: 6rem;
  background: var(--color-brand);
  color: #fff;
  text-decoration: none;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.teacher__btn:hover {
  color: #fff;
  background: color-mix(in srgb, var(--color-brand) 92%, white);
}
.teacher__btn:hover .teacher__btn-text {
  -webkit-transform: translateX(0.6rem);
      -ms-transform: translateX(0.6rem);
          transform: translateX(0.6rem);
}
.teacher__btn:hover .teacher__btn-icon {
  -webkit-transform: translateX(-0.6rem);
      -ms-transform: translateX(-0.6rem);
          transform: translateX(-0.6rem);
}
.teacher__btn-text {
  font-family: var(--font-family-montserrat);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.teacher__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.teacher__btn-icon img {
  display: block;
  width: 1.5rem;
  height: auto;
}
.teacher__media {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 74.1rem;
}
.teacher__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 741/677;
}
.teacher__scroll {
  position: absolute;
  right: 12.4rem;
  bottom: 8.7rem;
  z-index: 2;
  display: flex;
  width: 6.9rem;
  height: 6.9rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--color-dark);
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.teacher__scroll:hover {
  background: color-mix(in srgb, var(--color-dark) 85%, white);
}
.teacher__scroll-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.teacher__scroll-icon img {
  display: block;
  width: 1.5rem;
  height: auto;
}
@media (max-width: 1430px){
  .about__welcome-content{
    padding: 3.2rem 3.4rem 3.8rem;
  }
  
  .advantages__bg-image {
    display: none;
  }
  .advantages__info-panel, .advantages__list-panel {
    background: rgba(36, 37, 44, 0.56);
    backdrop-filter: blur(11.2px);
    -webkit-backdrop-filter: blur(11.2px);
  }
  .advantages__list-panel {
    background: var(--color-dark);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .advantages__layout {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .advantages__info-panel, .advantages__list-panel {
    min-height: 0;
    border-radius: 2.5rem;
  }
  .advantages__info-panel {
    padding: 5rem 4rem 4rem;
  }
  .advantages__list-panel {
    padding: 4rem;
  }
  .advantages__gallery {
    gap: 2.4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .advantages__ellipse {
    display: none;
  }
  .advantages__logo-card {
    left: 50%;
  }
  .advantages__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 290/312;
  }
  .advantages__item {
    min-height: 0;
  }
  .advantages__item + .advantages__item {
    margin-top: 3.2rem;
    padding-top: 3.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .advantages__badge::after {
    display: none;
  }
  .advantages__item-text, .advantages__item-title {
    max-width: none !important;
  }
  .expertise__panel {
    padding: 5rem 4rem 6rem;
  }
  .expertise__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 5rem;
  }
  .expertise__item--01 {
    gap: 1.6rem;
  }
  .expertise__item--01 .expertise__item-main {
    gap: 1.6rem;
    min-height: 0;
    margin-top: 0;
  }
  .expertise__item--01 .expertise__name {
    max-width: none;
    padding-top: 0;
  }
  .expertise__item--02 {
    gap: 1.6rem;
  }
  .expertise__item--02 .expertise__item-main {
    gap: 1.6rem;
    min-height: 0;
    margin-top: 0;
  }
  .expertise__item--02 .expertise__name {
    max-width: none;
    padding-top: 0;
  }
  .expertise__item--03 {
    gap: 1.6rem;
  }
  .expertise__item--03 .expertise__item-main {
    gap: 1.6rem;
    min-height: 0;
    margin-top: 0;
  }
  .expertise__item--03 .expertise__name {
    max-width: none;
    padding-top: 0;
  }
  .expertise__item--04 {
    gap: 1.6rem;
  }
  .expertise__item--04 .expertise__item-main {
    gap: 1.6rem;
    min-height: 0;
    margin-top: 0;
  }
  .expertise__item--04 .expertise__name {
    max-width: none;
    padding-top: 0;
  }
  .expertise__item--05 {
    gap: 1.6rem;
  }
  .expertise__item--05 .expertise__item-main {
    gap: 1.6rem;
    min-height: 0;
    margin-top: 0;
  }
  .expertise__item--05 .expertise__name {
    max-width: none;
    padding-top: 0;
  }
  .expertise__item--06 {
    gap: 1.6rem;
  }
  .expertise__item--06 .expertise__item-main {
    gap: 1.6rem;
    min-height: 0;
    margin-top: 0;
  }
  .expertise__item--06 .expertise__name {
    max-width: none;
    padding-top: 0;
  }
  .expertise__item--07 {
    gap: 1.6rem;
  }
  .expertise__item--07 .expertise__item-main {
    gap: 1.6rem;
    min-height: 0;
    margin-top: 0;
  }
  .expertise__item--07 .expertise__name {
    max-width: none;
    padding-top: 0;
  }
  .expertise__item--08 {
    gap: 1.6rem;
  }
  .expertise__item--08 .expertise__item-main {
    gap: 1.6rem;
    min-height: 0;
    margin-top: 0;
  }
  .expertise__item--08 .expertise__name {
    max-width: none;
    padding-top: 0;
  }
  .expertise__item--09 {
    gap: 1.6rem;
  }
  .expertise__item--09 .expertise__item-main {
    gap: 1.6rem;
    min-height: 0;
    margin-top: 0;
  }
  .expertise__item--09 .expertise__name {
    max-width: none;
    padding-top: 0;
  }
  .expertise__item--10 {
    gap: 1.6rem;
  }
  .expertise__item--10 .expertise__item-main {
    gap: 1.6rem;
    min-height: 0;
    margin-top: 0;
  }
  .expertise__item--10 .expertise__name {
    max-width: none;
    padding-top: 0;
  }
  .hero__container {
    padding-bottom: 18rem;
  }
  .hero__title {
    font-size: 7rem;
  }
  .hero__subtitle {
    font-size: 2.2rem;
  }
  .path__lines, .path__card-ellipse--start, .path__card-ellipse--course {
    display: none;
  }
  .path__grid {
    grid-template-columns: repeat(2, minmax(0, 40rem));
    gap: 3.2rem;
  }
  .path__card {
    height: auto;
    min-height: 0;
    overflow: visible;
  }
  .path__card--course {
    grid-column: 1/-1;
    justify-self: center;
    width: min(100%, 46.6rem);
  }
  .teacher__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 52rem);
    gap: 4rem;
  }
  .teacher__name-accent {
    font-size: 4rem;
  }
  .teacher__name-rest {
    font-size: 3.2rem;
  }
}
@media (max-width: 1200px){
  .footer__ellipse {
    left: -20rem;
    width: 80rem;
    height: 25rem;
  }
  .footer__main {
    grid-template-columns: 1fr;
  }
  .footer__form-wrap {
    margin-top: 0;
  }
  .footer__bottom {
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-top: -2rem;
  }
  .footer__logo, .footer__social {
    justify-self: start;
  }
  .footer__social {
    text-align: left;
  }
  .footer__meta {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .footer__legal {
    justify-content: flex-start;
  }
  .footer__social-list {
    justify-content: flex-start;
  }
}
@media (max-width: 1199px){
  .faq__card-body {
    padding: 3.2rem 4rem;
  }
  .faq__ellipse {
    left: -12rem;
    width: 45rem;
    height: 33.4rem;
  }
  .faq__ellipse--right {
    left: auto;
    right: -10rem;
    width: 40rem;
    height: 32rem;
  }
  .about {
    padding: 6rem 0 8rem;
  }
}
@media (max-width: 1200px) and (min-width: 768px){
  .about__ellipse, .about__deco {
    display: none;
  }
  .about__grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 0.96fr);
    grid-template-rows: 1fr 1fr;
    gap: clamp(1rem, 1.6vw, 2.4rem);
    align-items: stretch;
    min-height: clamp(52rem, 62vw, 86.5rem);
  }
  .about__welcome {
    grid-column: 1;
    grid-row: 1/-1;
    min-height: 0;
    height: auto;
  }
  .about__welcome-media {
    container-type: size;
    min-height: 0;
    height: 100%;
    border-radius: clamp(1.6rem, 2vw, 2.5rem);
  }
  .about__welcome-media img {
    height: 100%;
  }
  .about__welcome-content {
    /* welcome ~2× высоты карточки → половина cqh ≈ размер текста в about__card */
    --about-welcome-text: clamp(1.1rem, 3.4cqh, 1.8rem);
    --about-welcome-title: clamp(1.35rem, calc(3.4cqh * 0.82), 2.2rem);
    padding: clamp(1.6rem, 2.5vw, 3.2rem) clamp(1.2rem, 2vw, 3.4rem) clamp(1.4rem, 2.2vw, 3.8rem);
  }
  .about__title {
    max-width: none;
    font-size: var(--about-welcome-title);
    line-height: 1.15;
  }
  .about__text {
    max-width: none;
    font-size: var(--about-welcome-text);
    line-height: 1.35;
  }
  .about__card {
    height: 100%;
    min-height: 0;
    overflow: hidden;
    border-radius: clamp(1.6rem, 2vw, 2.5rem);
  }
  .about__card--format, .about__card--structure, .about__card--directions {
    container-type: size;
    --about-card-text: clamp(1.1rem, 6.8cqh, 1.8rem);
    padding: clamp(0.8rem, 1.2vw, 1.8rem) clamp(1rem, 1.6vw, 2.4rem) clamp(1rem, 1.4vw, 1.8rem);
  }
  .about__card--photo {
    min-height: 0;
    padding: 0;
  }
  .about__card--photo img {
    width: 100%;
    height: 100%;
    min-height: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about__card-title {
    flex-shrink: 0;
    margin-bottom: clamp(1rem, 1.5cqh, 1.2rem);
    font-size: clamp(1.35rem, calc(6.8cqh * 0.82), 2.2rem);
    gap: 0.6rem;
    line-height: 1;
  }
  .about__card-icon {
    width: clamp(1.1rem, 2.8cqh, 2rem);
    height: clamp(1.1rem, 2.8cqh, 2rem);
    border-radius: 0.4rem;
  }
  .about__list li {
    padding-left: clamp(1rem, 1.2vw, 1.6rem);
    font-size: var(--about-card-text);
    line-height: 1.35;
  }
  .about__list li + li {
    margin-top: clamp(0.3rem, 1.2cqh, 0.9rem);
  }
  .about__list--compact li + li {
    margin-top: clamp(0.25rem, 1.1cqh, 0.8rem);
  }
}
@media (max-width: 991px) and (min-width: 768px){
  .about__grid {
    gap: 0.8rem;
  }
  .about__welcome-content {
    padding: 1.4rem 1rem 1.2rem;
  }
  .about__card--format, .about__card--structure, .about__card--directions {
    padding: 2.7rem 1.9rem 1.9rem;
  }
}
@media (max-width: 1100px){
  body.lock {
    padding-right: 0;
  }
  .header__actions {
    width: auto;
    padding-right: 1.6rem;
  }
  .header__phone-text {
    display: none;
  }
  .header__burger {
    margin-left: 2rem;
  }
  .menu-modal__bar-inner {
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.6rem, 2.5vh, 3rem) clamp(2rem, 3vw, 4rem);
  }
  .menu-modal__social {
    grid-column: 1/-1;
    justify-self: start;
  }
  .consultation-modal__panel {
    grid-template-columns: minmax(0, 42rem) minmax(0, 1fr);
    min-height: auto;
  }
  .consultation-modal__body {
    padding: 7rem 3rem 3rem 4rem;
  }
  .expertise {
    padding: 6rem 0 8rem;
  }
  .expertise__panel {
    min-height: 0;
    padding: 4rem 2.4rem 4rem;
  }
  .expertise__head {
    margin-bottom: 4rem;
  }
  .expertise__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem 1.6rem;
  }
  .expertise__item .expertise__item-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    min-height: 0;
    margin-top: 0;
  }
  .expertise__item .expertise__name {
    max-width: none;
    padding-top: 0;
  }
  .hero__body {
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
  }
  .hero__bg-fade {
    height: 50rem;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--color-dark)), color-stop(55%, rgba(36, 37, 44, 0.88)), to(rgba(36, 37, 44, 0)));
    background: linear-gradient(0deg, var(--color-dark) 0%, rgba(36, 37, 44, 0.88) 55%, rgba(36, 37, 44, 0) 100%);
  }
  .hero__rating, .hero__subtitle, .hero__title, .hero__cta {
    grid-column: 1;
  }
  .hero__rating {
    grid-row: 1;
  }
  .hero__subtitle {
    grid-row: 2;
    margin-bottom: 0;
  }
  .hero__title {
    grid-row: 3;
  }
  .hero__cta {
    grid-row: 4;
    justify-self: start;
    width: 100%;
    max-width: 40rem;
    height: auto;
    min-height: 11rem;
    gap: 2rem;
  }
  .path {
    padding: 6rem 0 8rem;
  }
  .path__head {
    margin-bottom: 4rem;
  }
  .path__grid {
    grid-template-columns: 1fr;
    max-width: 46.6rem;
    margin: 0 auto;
  }
  .path__card--course {
    grid-column: auto;
    width: 100%;
    height: auto;
  }
  .reviews {
    padding: 6rem 0 8rem;
  }
  .reviews__head {
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 3.6rem;
  }
  .reviews__yandex {
    padding-top: 0;
  }
  .reviews__card {
    height: auto;
    min-height: 28rem;
  }
  .stats__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 2.4rem;
  }
  .stats__value {
    font-size: 6.4rem;
  }
  .stats__label {
    font-size: 1.8rem;
  }
  .teacher {
    padding: 6rem 0 8rem;
  }
  .teacher__grid {
    grid-template-columns: 1fr;
  }
  .teacher__media {
    justify-self: stretch;
    max-width: 56rem;
    order: -1;
  }
  .teacher__scroll {
    display: none;
  }
}
@media (max-width: 1024px){
  .wow {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
}
@media (max-width: 900px){
  .consultation-modal {
    padding: 1.5rem;
  }
  .consultation-modal__panel {
    grid-template-columns: 1fr;
  }
  .consultation-modal__visual {
    min-height: 22rem;
    border-radius: 2.5rem 2.5rem 0 0;
  }
  .consultation-modal__image {
    inset: 1.2rem;
    border-radius: 2rem;
  }
  .consultation-modal__body {
    padding: 2.4rem 2rem 2.4rem;
  }
  .consultation-modal__title {
    margin-bottom: 2.4rem;
    padding-right: 3.5rem;
    font-size: 2.4rem;
  }
  .consultation-modal__close {
    top: 1.6rem;
    right: 1.6rem;
  }
  .consultation-modal__input, .consultation-modal__submit {
    height: 6rem;
  }
}
@media (max-width: 767px){
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .h1 {
    font-size: 27px;
    line-height: 1.15;
  }
  .h2 {
    font-size: 25px;
    line-height: 1.15;
  }
  .h3 {
    line-height: 1.15;
  }
  .btn {
    font-size: 16px;
    height: 50px;
    line-height: 1;
    padding: 0;
  }
  .input,
  .textarea {
    font-size: 15px;
    padding: 0 13px;
    text-align: left;
  }
  .textarea {
    padding: 13px;
  }
  .header {
    padding-top: 1.5rem;
  }
  .header::before {
    height: 16rem;
  }
  .header__logo {
    width: 10rem;
  }
  .header__actions {
    margin-top: 0.5rem;
    width: auto;
    height: 5.6rem;
    padding-right: 1.4rem;
  }
  .header__burger {
    margin-left: 1.6rem;
  }
  .menu-modal__inner {
    padding-top: 2rem;
  }
  .menu-modal__close {
    top: 2rem;
    right: 2rem;
  }
  .menu-modal__link {
    white-space: normal;
  }
  .menu-modal__bar-inner {
    grid-template-columns: 1fr;
    gap: clamp(1.2rem, 2vh, 2.4rem);
    padding: clamp(1.6rem, 2.5vh, 2.4rem) 2rem clamp(2rem, 3vh, 3rem);
    display: flex;
    flex-direction: column;
  }
  .footer {
    padding: 2rem 0 3rem;
  }
  .footer__panel {
    border-radius: 2rem;
  }
  .footer__content {
    padding: 3rem 1.5rem 2.5rem;
  }
  .footer__title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .footer__form-wrap {
    padding: 2.4rem 1.6rem 2rem;
    border-radius: 2rem;
  }
  .footer__contact-list {
    gap: 2.4rem;
  }
  .footer__contact-item {
    gap: 1.6rem;
  }
  .footer__contact-caption, .footer__contact-text {
    font-size: 1.6rem;
  }
  .footer__contact-phone {
    font-size: 1.8rem;
  }
  .footer__form-row {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .footer__input, .footer__textarea {
    font-size: 1.6rem;
  }
  .footer__input {
    height: 5.6rem;
    padding: 0 2rem;
  }
  .footer__textarea {
    min-height: 10rem;
    padding: 1.6rem 2rem;
  }
  .footer__submit {
    height: 5.4rem;
    font-size: 1.6rem;
  }
  .footer__consent {
    justify-content: flex-start;
  }
  .footer__legal {
    gap: 1.2rem 2rem;
  }
  .footer__social-list {
    gap: 2rem;
  }
  .footer__logo {
    width: 12rem;
  }
  .footer__ellipse {
    left: -10rem;
    width: 50rem;
    height: 16rem;
  }
  .about {
    padding: 4rem 0 6rem;
  }
  .about__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 2.4rem;
    min-height: 0;
  }
  .about__welcome {
    grid-column: auto;
    grid-row: auto;
  }
  .about__center, .about__side {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
  .about__card--format, .about__card--structure, .about__card--directions, .about__card--photo {
    grid-column: auto;
    grid-row: auto;
  }
  .about__welcome-media {
    aspect-ratio: 4/5;
    max-height: 38rem;
    border-radius: 2rem;
  }
  .about__welcome-media img {
    height: 100%;
    -o-object-position: center 20%;
       object-position: center 20%;
  }
  .about__welcome-content {
    /* justify-content: flex-end; */
    gap: 1.2rem;
    padding: 2rem 2rem 2.4rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), color-stop(50%, rgba(0, 0, 0, 0.25)), color-stop(85%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 85%);
  }
  .about__card {
    height: auto;
    min-height: 0;
    flex: none;
  }
  .about__card--photo {
    height: auto;
    min-height: 0;
  }
  .about__card--photo img {
    min-height: 0;
    height: auto;
    aspect-ratio: auto;
  }
  .about__card-title {
    margin-bottom: 2.4rem;
  }
  .about__title {
    font-size: 2.2rem;
  }
  .about__text, .about__list li {
    font-size: 1.4rem;
    max-width: 100%;
  }
  .teacher__experience{
    max-width: 100%;
  }
  .teacher__experience-text {
    margin: 0;
    max-width: 100%;
  }
  .teacher__media{
    max-width: 100%;
  }
  .about__card-title {
    font-size: 1.8rem;
  }
  .advantages {
    padding: 4rem 0 6rem;
  }
  .advantages__info-panel, .advantages__list-panel {
    padding: 3rem 2.4rem;
  }
  .advantages__title {
    font-size: 2.6rem;
  }
  .advantages__desc {
    font-size: 1.6rem;
  }
  .advantages__gallery {
    grid-template-columns: 1fr;
    gap: 2rem;
    min-height: 0;
  }
  .advantages__logo-card {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .advantages__item {
    grid-template-columns: 4.4rem 1fr;
    gap: 1.2rem 1.6rem;
    padding-left: 0;
  }
  .advantages__badge {
    width: 4.4rem;
    height: 4.4rem;
  }
  .advantages__num {
    font-size: 1.6rem;
  }
  .advantages__item-title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .advantages__item-text {
    font-size: 1.5rem;
  }
  .expertise {
    padding: 4rem 0 6rem;
  }
  .expertise__title {
    font-size: 2.6rem;
  }
  .expertise__desc, .expertise__name, .expertise__link {
    font-size: 1.4rem;
  }
  .expertise__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 1.2rem;
  }
  .faq {
    padding: 3rem 0 5rem;
  }
  .faq__card-body {
    padding: 2.4rem 2rem 2rem;
  }
  .faq__head {
    margin-bottom: 3.2rem;
  }
  .faq__label {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
  }
  .faq__title {
    font-size: 2.6rem;
  }
  .faq__desc {
    font-size: 1.6rem;
  }
  .faq__item-question {
    padding: 1.8rem 0;
    font-size: 1.8rem;
  }
  .faq__toggle {
    width: 4rem;
    height: 4rem;
  }
  .faq__toggle::before,
  .faq__toggle::after {
    width: 1.6rem;
  }
  .hero {
    height: 75rem;
    min-height: 75rem;
    max-height: 75rem;
  }
  .hero__bg-image {
    background-image: url("../img/hero-bg-mobile-42ef70.png");
    background-image: url("../img/hero-bg-mob2.png");
    background-position: center top;
    background-position: 67% top;
     background-position: 50% top;
  }
  .footer__logo{
    display: none;
  }
  .hero__bg-fade {
    height: 29rem;
    min-height: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--color-dark)), color-stop(80%, rgba(36, 37, 44, 0)));
    background: linear-gradient(0deg, var(--color-dark) 0%, rgba(36, 37, 44, 0) 80%);
  }
  .hero__container {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .hero__body {
    row-gap: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .advantages__logo-card{
    height: 8rem;
  }
  .hero__rating {
    display: none;
  }
  .hero__subtitle {
    grid-row: 1;
    margin-bottom: 1.8rem;
    max-width: 31.3rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .hero__title {
    grid-row: 2;
    margin-bottom: 2.6rem;
    max-width: 31.8rem;
    font-size: 4rem;
    line-height: 0.944;
  }
  .hero__title-accent,
  .hero__title-rest {
    font-weight: 500;
  }
  .hero__title-rest {
    font-size: 3.1rem;
  }
  .hero__cta {
    grid-row: 3;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.3rem;
    width: 100%;
    max-width: none;
    height: 6.4rem;
    min-height: 6.4rem;
    padding: 0 1.6rem 0 1.4rem;
    border-radius: 1.8rem;
    backdrop-filter: blur(5.75px);
    -webkit-backdrop-filter: blur(5.75px);
  }
  .hero__cta-phone {
    width: 2.3rem;
    height: 2.3rem;
  }
  .hero__cta-bottom {
    flex: 1;
    min-width: 0;
    align-items: center;
  }
  .hero__cta-text {
    max-width: 21rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
  }
  .hero__cta-arrow {
    width: 3.2rem;
    height: 3.2rem;
  }
  .path {
    padding: 4rem 0 6rem;
  }
  .path__title {
    font-size: 2.6rem;
  }
  .path__desc {
    font-size: 1.6rem;
  }
  .path__card {
    height: auto;
    padding: 3.2rem 2.4rem 3.6rem;
    overflow: visible;
  }
  .path__card-title {
    font-size: 2.4rem;
  }
  .path__card-lead {
    font-size: 1.8rem;
  }
  .path__benefit {
    font-size: 1.6rem;
  }
  .path__card--start .path__card-visual, .path__card--month .path__card-visual, .path__card--course .path__card-visual {
    width: 13.5rem;
    height: 13.5rem;
  }
  .path__card--start .path__card-image {
    top: 0;
    left: 0;
    width: 16rem;
  }
  .path__card--month .path__card-image {
    top: 0;
    left: 0;
    width: 19.2rem;
  }
  .path__card--course .path__card-image {
    top: 0;
    left: 0;
    width: 17.3rem;
  }
  .reviews {
    padding: 4rem 0 6rem;
  }
  .reviews__title {
    font-size: 2.6rem;
  }
  .reviews__desc {
    font-size: 1.6rem;
  }
  .reviews__card {
    height: auto;
    min-height: 0;
    padding: 2.4rem 2rem 2rem;
  }
  .reviews__card-main {
    height: auto;
    flex-direction: column;
    gap: 1.6rem;
  }
  .reviews__card-photo {
    width: 16.4rem;
    height: 19.4rem;
    margin: 0 auto;
  }
  .reviews__card-aside {
    padding-top: 0;
  }
  .reviews__card-foot {
    margin-left: 0;
  }
  .reviews__card-header {
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
  }
  .reviews__card-date {
    margin-left: 0;
  }
  .reviews__card-divider {
    margin: 1.6rem 0 1.2rem;
  }
  .reviews__card-link {
    margin-top: 0;
  }
  .reviews__card-name, .reviews__card-date {
    font-size: 1.8rem;
  }
  .reviews__card-text {
    font-size: 1.5rem;
  }
  .reviews__nav {
    margin-top: 3rem;
  }
  .reviews__nav-btn {
    width: 5.6rem;
    height: 5.6rem;
  }
  .stats {
    margin-top: -8rem;
    padding: 10rem 0 6rem;
  }
  .stats__list {
    gap: 2.4rem 1.6rem;
  }
  .stats__value {
    font-size: 4.8rem;
  }
  .stats__label {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .teacher {
    padding: 4rem 0 6rem;
  }
  .teacher__label {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  .teacher__name-accent {
    font-size: 3rem;
  }
  .teacher__name-rest {
    font-size: 2.4rem;
  }
  .teacher__text, .teacher__experience-text {
    font-size: 1.6rem;
  }
  .teacher__experience {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    padding: 2rem;
  }
  .teacher__badge {
    width: 10rem;
    height: 10rem;
  }
  .teacher__badge-value {
    font-size: 4rem;
  }
  .teacher__badge-label {
    font-size: 1.2rem;
  }
  .teacher__btn {
    width: 100%;
    min-width: 0;
    height: 5.4rem;
    padding: 0 2rem;
  }
}
@media (max-height: 700px){
  .menu-modal__logo {
    width: clamp(8rem, 12vh, 12rem);
    margin-bottom: clamp(0.8rem, 1.5vh, 1.5rem);
  }
  .menu-modal__logo img {
    max-height: clamp(6rem, 10vh, 10rem);
  }
  .menu-modal__list {
    gap: clamp(0.1rem, 0.6vh, 0.6rem);
  }
  .menu-modal__link {
    font-size: clamp(1.4rem, 1.8vh, 1.8rem);
  }
  .menu-modal__bar-inner {
    padding-top: 1.4rem;
    padding-bottom: 1.6rem;
  }
  .menu-modal__contact-caption, .menu-modal__social-caption {
    margin-bottom: 0.6rem;
  }
}
@media (max-height: 700px) and (max-width: 767px){
  .menu-modal__bar-inner {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem 2rem;
  }
  .menu-modal__social {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
  .menu-modal__social-caption {
    margin: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 340px){
  .h1 {
    font-size: 23px;
  }
  .h2 {
    font-size: 21px;
  }
  .h3 {
    font-size: 18px;
  }
}

.footer__form,
.consultation-modal__form {
  position: relative;
}

form.js-form-message-active {
  min-height: 100px;
}

.footer__form .js-form-message,
.consultation-modal__form .js-form-message {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  width: min(calc(100% - 24px), 380px);
  margin: 0;
  padding: 12px 16px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.js-form-message.is-success {
  color: #2e7d32;
}

.js-form-message.is-error {
  color: #c62828;
  pointer-events: auto;
}