pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
code.hljs {
  padding: 3px 5px;
}
.hljs {
  background: #fefefe;
  color: #545454;
}
.hljs-comment,
.hljs-quote {
  color: #696969;
}
.hljs-deletion,
.hljs-name,
.hljs-regexp,
.hljs-selector-class,
.hljs-selector-id,
.hljs-tag,
.hljs-template-variable,
.hljs-variable {
  color: #d91e18;
}
.hljs-attribute,
.hljs-built_in,
.hljs-link,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-params,
.hljs-type {
  color: #aa5d00;
}
.hljs-addition,
.hljs-bullet,
.hljs-string,
.hljs-symbol {
  color: green;
}
.hljs-section,
.hljs-title {
  color: #007faa;
}
.hljs-keyword,
.hljs-selector-tag {
  color: #7928a1;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: 700;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-cube-shadow,
  .swiper-slide {
    transform-style: preserve-3d;
  }
}
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper:before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: var(--swiper-centered-offset-after);
      min-width: 1px;
      width: 100%;
    }
  }
}
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
  }
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible,
.swiper:not(.swiper-watch-progress) {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
  &.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
  }
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal {
  .swiper-button-next,
  .swiper-button-prev,
  ~ .swiper-button-next,
  ~ .swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
  }
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next,
  & ~ .swiper-button-prev,
  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev,
  & ~ .swiper-button-next,
  .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
  }
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next,
  & ~ .swiper-button-prev,
  .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-next,
  .swiper-button-prev,
  ~ .swiper-button-next,
  ~ .swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
    right: auto;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled,
  .swiper-pagination-disabled > & {
    display: none !important;
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active,
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  button& {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: transform 0.2s, top 0.2s;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: transform 0.2s, left 0.2s;
    }
  }
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  &.swiper-pagination-horizontal,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-horizontal > &,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  .swiper-vertical > & {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
}
.swiper-pagination-lock {
  display: none;
}
[role="tablist"] {
  border-bottom: 1px solid #d3d3d3;
  list-style: none;
  margin: 0;
  padding: 0;
}
[role="tablist"] * {
  box-sizing: border-box;
}
[role="tab"] {
  border: 1px solid transparent;
  border-top-color: #d3d3d3;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
[role="tab"][aria-selected="true"] {
  background-color: #d3d3d3;
}
[role="tab"]:hover:not([aria-selected="true"]) {
  background-color: #f7f7f7;
}
[hidden] {
  display: none;
}
@font-face {
  font-display: swap;
  font-family: Adapter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/adapter.otf) format("opentype");
}
.typo-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
.typo-title-xl {
  font-size: 3.875rem;
  font-weight: 700;
  line-height: 1.1;
}
.typo-title-md-500 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
.typo-title-md-400 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
.typo-title-md-600 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
.typo-title-sm {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}
.typo-title-sm-600 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}
.typo-title-sm-500 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}
.typo-title-lg {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15;
}
.typo-body-lg {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}
.heading {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.button,
.heading .typo-title-lg {
  text-transform: uppercase;
}
.button {
  align-items: center;
  background: rgb(var(--color-accent));
  border-radius: 5.625rem;
  color: rgb(var(--color-white));
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  line-height: 130%;
  max-width: 31.25rem;
  padding: 0.9375rem;
  transition: all 0.3s ease;
  width: 100%;
}
.button:hover {
  box-shadow: 0 0 0.625rem 0.1875rem rgba(var(--color-accent), 0.5);
  opacity: 1;
}
button.button,
input.button {
  border: none;
  outline: none;
}
.mark {
  background: transparent;
  border: 0.0625rem solid rgb(var(--color-dark));
  border-radius: 5.625rem;
  color: rgb(var(--color-dark));
  font-size: 1.5rem;
  font-weight: 400;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  padding: 0.625rem 1.5625rem;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.mark_white {
  border: 0.0625rem solid rgb(var(--color-white));
  color: rgb(var(--color-white));
}
.input {
  border: 0.0625rem solid rgb(var(--color-dark));
  border-radius: 1.875rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  outline: none;
  padding: 0.875rem;
  text-align: center;
  width: 100%;
}
section {
  padding: 4.375rem 0;
}
.first-section {
  padding-top: 8.75rem;
}

@media (max-width: 47.9988rem) {
  .first-section {
    padding-top: 8.125rem;
  }
}
.last-section {
  padding-bottom: 8.75rem;
}

@media (max-width: 47.9988rem) {
  .last-section {
    padding-bottom: 8.125rem;
  }
}
.header {
  background: rgb(var(--color-white));
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1000;
}
.header__box {
  align-items: center;
  display: flex;
  padding: 3.4375rem 0;
  transition: 0.5s ease;
  width: 100%;
}
.header__logo path {
  transition: fill 0.3s ease;
}
.header.scrolled {
  box-shadow: 0 0 0.625rem 0.1875rem rgba(var(--color-accent), 0.5);
}
.header.scrolled .header__box {
  padding: 1.875rem 0;
}
.menu {
  flex: 1;
  justify-content: end;
}
.menu,
.menu__nav {
  align-items: center;
  display: flex;
}
.menu__nav {
  gap: 1.5625rem;
  margin-left: auto;
}
.menu__link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.lang {
  align-items: center;
  display: flex;
  gap: 0.1875rem;
  margin-left: auto;
}
.lang li {
  list-style: none;
}
.lang li a {
  text-decoration: none;
}
.lang li.current-language-menu-item a {
  opacity: 1;
}
.lang li a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0.5;
  text-transform: uppercase;
}
.lang li.current-language-menu-item a {
  opacity: 1;
}
.lang li.current-language-menu-item a {
  display: flex;
  gap: 0.1875rem;
}
.lang li.current-language-menu-item:first-child a:after {
  content: "/";
}

.lang li.current-language-menu-item:last-child a:before {
  content: "/";
}

.burger {
  display: none;
}
.burger__line {
  background: rgb(var(--color-plum));
  display: flex;
  height: 0.0625rem;
  transition: all 0.3s ease;
  width: 100%;
}
.hero {
  padding-top: 9.0625rem;
}
.hero__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.hero__title {
  color: rgb(var(--color-plum));
}
.hero__title span {
  color: rgb(var(--color-coral));
}
.hero__subtitle {
  color: rgb(var(--color-plum));
}
.hero__btm {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: end;
}
.hero__desc {
  color: rgb(var(--color-plum));
}
.hero__img {
  border-radius: 62.5rem 62.5rem 0 0;
  grid-column: 2/3;
  grid-row: 1/3;
  min-height: 46.875rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.about {
  background: rgb(var(--color-accent));
  border-radius: 5.625rem;
  padding: 6.25rem 0;
}
.about__box {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.about__top-content {
  display: grid;
  gap: 1.25rem;
}
.about__title {
  color: rgb(var(--color-beige));
}
.about__desc,
.about__subtitle {
  color: rgb(var(--color-white));
}
.about__desc {
  margin-top: 1.25rem;
}
.about__img {
  border-radius: 5.625rem;
  height: 38.5625rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.about__btm {
  display: grid;
  gap: 1.25rem;
  margin-inline: auto;
  max-width: 61.6875rem;
  text-align: center;
}
.about__feedback {
  background: rgb(var(--color-white));
  border-radius: 5.625rem;
  padding: 3.75rem 1rem;
}
.about__feedback-box {
  display: grid;
  gap: 1.25rem;
  margin-inline: auto;
  max-width: 46.125rem;
}
.about__feedback-heading {
  display: grid;
  gap: 0.5rem;
  text-align: center;
}
.form-feedback {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.form-feedback__submit {
  margin-top: 1.25rem;
}
.directions__heading {
  margin-bottom: 2.5rem;
}
.directions__title {
  color: rgb(var(--color-plum));
  text-transform: uppercase;
}
.directions__title span {
  color: rgb(var(--color-coral));
}
.directions__box {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.direction-card {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
.direction-card__img {
  align-items: center;
  background: rgb(var(--color-beige));
  border-radius: 12.1875rem;
  display: flex;
  justify-content: center;
  min-height: 23.4375rem;
  padding: 0 6.5rem;
  width: 100%;
}
.direction-card__img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.direction-card__content {
  display: flex;
  flex-direction: column;
  max-width: 27.3125rem;
}
.direction-card__title {
  color: rgb(var(--color-coral));
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.direction-card__items {
  margin-bottom: 1.25rem;
}
.direction-card:nth-child(2n) .direction-card__content {
  margin-left: auto;
  order: -1;
}
.direction-card:nth-child(4n + 2) .direction-card__title {
  color: #f7931e;
}
.direction-card:nth-child(4n + 3) .direction-card__title {
  color: #65abef;
}
.direction-card:nth-child(4n + 4) .direction-card__title {
  color: rgb(var(--color-plum));
}
.creative-path {
  background: rgb(var(--color-blue));
  border-radius: 5.625rem;
  overflow: hidden;
  padding: 6.25rem 0;
}
.creative-path__heading {
  margin-bottom: 5.625rem;
}
.creative-path__title {
  color: rgb(var(--color-white));
}
.creative-path__title span {
  color: rgb(var(--color-beige));
}
.creative-path__desc {
  color: rgb(var(--color-white));
}
.creative-path__img {
  max-width: calc(100% + 32px);
}
.creative-path__img_mob {
  display: none;
}
.for-whom__heading {
  margin-bottom: 2.5rem;
}
.for-whom__title {
  color: rgb(var(--color-plum));
}
.for-whom__title span {
  color: rgb(var(--color-coral));
}
.for-whom__box {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
.for-whom-card {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.for-whom-card__img {
  border-radius: 5.625rem;
  height: 35.125rem;
  overflow: hidden;
  width: 100%;
}
.for-whom-card__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.for-whom-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.5rem;
}
.for-whom-card__title {
  color: rgb(var(--color-coral));
}
.for-whom-card:nth-child(2n) .for-whom-card__title {
  color: #f7931e;
}
.team {
  overflow: hidden;
}
.team__heading {
  margin-bottom: 2.5rem;
}
.team__title span {
  color: rgb(var(--color-accent));
}
.team-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.team-card__img {
  border-radius: 12.1875rem;
  height: 31.75rem;
  overflow: hidden;
  width: 100%;
}
.team-card__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.team-card__title {
  color: rgb(var(--color-accent));
  text-transform: uppercase;
}
.team-card__link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: underline;
  text-transform: uppercase;
}
.modal {
  align-items: center;
  background: rgba(37, 37, 37, 0.9);
  bottom: 0;
  cursor: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19'%3E%3Cpath fill='%23FFF' d='m15.514.535-6.42 6.42L2.677.536a1.517 1.517 0 0 0-2.14 0 1.517 1.517 0 0 0 0 2.14l6.42 6.419-6.42 6.419a1.517 1.517 0 0 0 0 2.14 1.517 1.517 0 0 0 2.14 0l6.419-6.42 6.419 6.42a1.517 1.517 0 0 0 2.14 0 1.517 1.517 0 0 0 0-2.14l-6.42-6.42 6.42-6.418a1.517 1.517 0 0 0 0-2.14 1.516 1.516 0 0 0-2.14 0z'/%3E%3C/svg%3E"),
    auto;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.75rem;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1100;
}
.modal.is-active {
  display: flex;
  visibility: visible;
}
.modal.is-active .modal-inner {
  animation: scaleModal 0.3s ease;
}
.modal__title {
  max-width: 44.625rem;
}
.modal__close {
  cursor: pointer;
  height: 1rem;
  position: absolute;
  right: 3.75rem;
  top: 3.75rem;
  transition: opacity 0.3s ease;
  width: 1rem;
  z-index: 10;
}
.modal__close svg {
  height: 100%;
  width: 100%;
}
.modal__close:hover {
  opacity: 0.6;
}
.modal-inner {
  background: rgb(var(--color-white));
  border-radius: 5.625rem;
  cursor: auto;
  display: flex;
  margin: auto;
  max-width: 81.25rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  will-change: scale, opacity, transform;
}
.modal-inner__box {
  width: 100%;
}
.modal-form {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.modal-form__submit {
  border: none;
  outline: none;
}
.modal-form__textarea {
  height: 14.375rem;
}
.modal-form__agree {
  margin-bottom: 0.3125rem;
  margin-top: 1.5625rem;
}
.modal-form__agree input {
  display: none;
}
.modal-form__agree input:checked + span:after {
  transform: scale(1);
}
.modal-form__agree span {
  padding-left: 1.875rem;
  position: relative;
}
.modal-form__agree span:before {
  border: 0.0625rem solid rgb(var(--color-dark));
  border-radius: 0.0625rem;
}
.modal-form__agree span:after,
.modal-form__agree span:before {
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25rem;
}
.modal-form__agree span:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' fill='none' viewBox='0 0 11 9'%3E%3Cpath fill='%23353638' d='M3.437 6.637 9.853 0 11 1.185 3.437 9 0 5.448l1.146-1.185z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
}
@keyframes toRightModal {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleModal {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.modal-team__grid {
  display: grid;
  grid-template-columns: 25rem 1fr;
}
.modal-team__img {
  background: #e2e3e8;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modal-team__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.modal-team__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 3.75rem 3.75rem 3.75rem 1.5rem;
}
.modal-team__title {
  color: rgb(var(--color-accent));
}
.space__heading {
  margin-bottom: 2.5rem;
}
.space__title span {
  color: rgb(var(--color-coral));
}
.space-tabs__img {
  height: 42.5rem;
  width: 100%;
}
.space-tabs__img_mobile {
  display: none;
}
.space-tabs__box {
  margin-bottom: 2.5rem;
}
.space-tabs {
  border: none;
}
.space-tabs__nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.0625rem;
  justify-content: center;
}
.space-tabs [role="tab"] {
  background: rgb(var(--color-white));
  border-bottom: none;
  border: 0.0625rem solid rgb(var(--color-coral));
  border-radius: 12.1875rem;
  color: rgb(var(--color-coral));
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  outline: none;
  padding: 1.875rem 2.5rem;
  transition: all 0.3s ease !important;
}
.space-tabs [role="tab"][aria-selected="true"] {
  background: rgb(var(--color-coral));
  border: 0.0625rem solid rgb(var(--color-coral));
  color: rgb(var(--color-white));
}
.contacts__heading {
  margin-bottom: 2.5rem;
}
.contacts__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contacts__title {
  color: rgb(var(--color-plum));
}
.contacts__box {
  display: grid;
  gap: 1.5625rem;
  grid-template-columns: 21.25rem 1fr;
}
.contacts__left {
  gap: 2.5rem;
}
.contacts__items,
.contacts__left {
  display: flex;
  flex-direction: column;
}
.contacts__items {
  gap: 1.5rem;
}
.contacts__right {
  border-radius: 1.5rem;
  height: 100%;
  height: 48.125rem;
  overflow: hidden;
  width: 100%;
}
.contacts__right iframe {
  height: 100%;
  width: 100%;
}
.contact {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.contact__title {
  color: rgb(var(--color-accent));
  text-transform: uppercase;
}
.footer {
  background: rgb(var(--color-accent));
  margin-top: 6.25rem;
  padding: 4.375rem 0 2.8125rem;
  position: relative;
}
.footer__bg {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: absolute;
  top: -6.25rem;
  width: 100%;
  z-index: -1;
}
.footer__box,
.footer__logo {
  display: flex;
  margin-inline: auto;
}
.footer__box {
  flex-direction: column;
  gap: 2.5rem;
  max-width: 46.25rem;
}
.footer__desc {
  color: rgb(var(--color-white));
}
.footer__desc span {
  color: rgb(var(--color-beige));
}
.footer__img {
  height: 28.4375rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 90.06125rem) {
  .modal-form {
    gap: 0.625rem;
  }
  .modal-form__textarea {
    height: 11.25rem;
  }
  .modal-form__agree {
    margin-bottom: 0.625rem;
    margin-top: 0.9375rem;
  }
}
@media (max-width: 47.99875rem) {
	.typo-title-sm {
  font-size: 1rem;
}
  .typo-title-lg {
    font-size: 2rem;
  }
  .typo-title-xl {
    font-size: 1.875rem;
  }
  .heading {
    gap: 1.5rem;
    grid-template-columns: 100%;
  }
  .mark {
    font-size: 1rem;
  }
  .input {
    font-size: 1.125rem;
  }
  section {
    padding: 2.5rem 0;
  }
  .header__box {
    justify-content: space-between;
    padding: 2.5rem 0;
  }
  .header__logo {
    position: relative;
    z-index: 1001;
  }
  .header.menu-active .menu {
    opacity: 1;
    pointer-events: auto;
    top: 0;
    z-index: 1000;
  }
  .header.menu-active .header__logo path {
    fill: rgb(var(--color-white));
  }
  .header.menu-active .burger__line {
    background: rgb(var(--color-white));
  }
  .header.menu-active .burger__line:first-child {
    transform: translateY(0.4375rem) rotate(45deg);
  }
  .header.menu-active .burger__line:nth-child(2) {
    opacity: 0;
  }
  .header.menu-active .burger__line:last-child {
    transform: translateY(-0.4375rem) rotate(-45deg);
  }
  .header.scrolled .header__box {
    padding: 1.25rem 0;
  }
  .menu {
    background: rgb(var(--color-accent));
    gap: 4.375rem;
    height: 100%;
    justify-content: start;
    left: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6.25rem 1rem 0.625rem;
    pointer-events: none;
    position: fixed;
    top: -1.875rem;
    transition: all 0.3s ease;
    width: 100%;
    z-index: -1;
    z-index: 1000;
  }
  .menu,
  .menu__nav {
    flex-direction: column;
  }
  .menu__nav {
    gap: 2.5rem;
    margin-left: 0;
  }
  .menu__link {
    color: rgb(var(--color-white));
    font-size: 1.25rem;
  }
  .lang {
    border: 0.0625rem solid rgb(var(--color-white));
    border-radius: 5.625rem;
    flex-shrink: 0;
    gap: 0;
    margin-left: 0;
    overflow: hidden;
  }
  .lang li {
    color: rgb(var(--color-white));
    padding: 0.625rem 1.5625rem;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .lang li.current-language-menu-item {
    background: rgb(var(--color-white));
    border-radius: 5.625rem;
    color: rgb(var(--color-plum));
  }
  .lang li.current-language-menu-item a:after {
    display: none;
  }
  .lang li.current-language-menu-item:last-child a:before {
    display: none;
  }
  .burger {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    justify-content: space-between;
    position: relative;
    width: 2rem;
    z-index: 1001;
  }
  .hero {
    padding-top: 8.125rem;
  }
  .hero__box {
    gap: 1.5rem;
    grid-template-columns: 100%;
  }
  .hero__content {
    gap: 0.5rem;
  }
  .hero__desc,
  .hero__subtitle {
    font-size: 1.125rem;
  }
  .hero__desc {
    text-align: center;
  }
  .hero__img {
    grid-column: 1/2;
    grid-row: 2/3;
    min-height: 21.875rem;
  }
  .about {
    border-radius: 2rem;
    padding: 1rem 0;
  }
  .about__box {
    gap: 1.5rem;
  }
  .about__top-content {
    gap: 0.5rem;
  }
  .about__subtitle,
  .about__title {
    font-size: 1.25rem;
  }
  .about__desc {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
  .about__img {
    border-radius: 2rem;
    height: 12.625rem;
  }
  .about__btm {
    gap: 0.5rem;
  }
  .about__feedback {
    border-radius: 2rem;
    padding: 1.5rem 1rem;
  }
  .about__feedback-box {
    gap: 1.5rem;
  }
  .about__feedback-title {
    font-size: 1.5rem;
  }
  .about__feedback-desc {
    font-size: 1rem;
  }
  .form-feedback {
    gap: 0.9375rem;
  }
  .form-feedback__submit {
    margin-top: 0.5625rem;
  }
  .directions__heading {
    margin-bottom: 1.5rem;
  }
  .directions__box {
    gap: 1.5rem;
  }
  .direction-card {
    grid-template-columns: 100%;
  }
  .direction-card__img {
    border-radius: 2rem;
    min-height: 15.8125rem;
    padding: 0.625rem;
  }
  .direction-card__content {
    max-width: 100%;
  }
  .direction-card__title {
    font-size: 1.5rem;
    margin-bottom: 0.3125rem;
  }
  .direction-card__items {
    margin-bottom: 0.75rem;
  }
  .direction-card__desc {
    font-size: 1.125rem;
  }
  .direction-card:nth-child(2n) .direction-card__content {
    order: unset;
  }
  .creative-path {
    padding-bottom: 0;
  }
  .creative-path__img {
    display: none;
  }
  .creative-path__img_mob {
    display: block;
    margin-left: -16px;
    max-width: 100vw;
    width: 100vw;
  }
  .for-whom__heading {
    margin-bottom: 1.5rem;
  }
  .for-whom__title {
    font-size: 1.875rem;
  }
  .for-whom__box {
    grid-template-columns: 100%;
  }
  .for-whom-card {
    gap: 1.5rem;
  }
  .for-whom-card__img {
    border-radius: 2rem;
    height: 15.8125rem;
  }
  .for-whom-card__content {
    gap: 0.75rem;
  }
  .for-whom-card__title {
    font-size: 1.5rem;
  }
  .for-whom-card__desc {
    font-size: 1rem;
  }
  .team__heading {
    margin-bottom: 1.5rem;
  }
  .team-card {
    gap: 0.75rem;
  }
  .team-card__img {
    height: 26.0625rem;
  }
  .modal__title {
    max-width: 100%;
  }
  .modal__close {
    right: 1.125rem;
    top: 1.125rem;
  }
  .modal-inner {
    border-radius: 1.5rem;
    max-width: 100%;
  }
  .modal-team__img {
    display: none;
  }
  .modal-team__content {
    gap: 1rem;
  }
  .space__heading {
    margin-bottom: 1.5rem;
  }
  .space-tabs__img {
    display: none;
  }
  .space-tabs__img_mobile {
    display: block;
    height: 15.8125rem;
  }
  .space-tabs__box {
    margin-bottom: 1.5rem;
  }
  .space-tabs__nav {
    gap: 0.5rem;
    justify-content: start;
  }
  .space-tabs [role="tab"] {
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
  }
  .contacts__heading {
    margin-bottom: 1.5rem;
  }
  .contacts__title {
    font-size: 1.875rem;
  }
  .contacts__box {
    gap: 1.5rem;
    grid-template-columns: 100%;
  }
  .contacts__left {
    gap: 1.5rem;
  }
  .contacts__items {
    gap: 1.25rem;
  }
  .contacts__right {
    aspect-ratio: 1;
    border-radius: 2rem;
    height: auto;
  }
  .footer {
    margin-top: 6.375rem;
    padding: 5rem 0 1.5rem;
  }
  .footer__bg {
    top: -6.375rem;
  }
  .footer__box {
    gap: 1.5rem;
  }
  .footer__desc {
    font-size: 1.125rem;
  }
  .footer__img {
    height: 12.5rem;
  }
}
@media (min-width: 30em) {
  [role="tab"],
  [role="tablist"] li {
    display: inline-block;
  }
  [role="tab"] {
    border-top-color: transparent;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    margin-bottom: -1px;
  }
  [role="tab"][aria-selected="true"] {
    background-color: transparent;
    border: 1px solid #d3d3d3;
    border-bottom-color: #fff;
  }
  [role="tab"]:hover:not([aria-selected="true"]) {
    border: 1px solid #d3d3d3;
  }
}
@media screen and (-ms-high-contrast: active) {
  .hljs-addition,
  .hljs-attribute,
  .hljs-built_in,
  .hljs-bullet,
  .hljs-comment,
  .hljs-link,
  .hljs-literal,
  .hljs-meta,
  .hljs-number,
  .hljs-params,
  .hljs-quote,
  .hljs-string,
  .hljs-symbol,
  .hljs-type {
    color: highlight;
  }
  .hljs-keyword,
  .hljs-selector-tag {
    font-weight: 700;
  }
}

.contacts__btn {
  text-align: center;
}

.footer-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.footer-docs a {
  color: #fff !important;
}

.dflt__box {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  gap: 40px;
  max-width: 950px;
}

.dflt__title {
  text-align: center;
}

.leaflet-right {
  right: 150px !important;
}

.wpcf7-form.submitting .form-feedback__submit{
  pointer-events: none;
  opacity: .6;
  cursor: not-allowed;
}

.input-error {
  border-color: red;
}
