@import url(https://fonts.googleapis.com/css2?family=Jost:wght@700&family=Open+Sans:wght@400;600;700&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@media screen and (prefers-reduced-motion) {
  * {
    -webkit-animation: none;
            animation: none;
  }
}
input {
  outline: none;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #C2C2C2;
  font-weight: 400;
  line-height: normal;
  font-size: calc(14px + 2 * (100vw - 375px) / 1545);
}

.text-color {
  color: #FFD541;
}

.title {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 133.333%;
  font-size: calc(32px + 16 * (100vw - 375px) / 1545);
  padding-bottom: calc(56px + 40 * (100vw - 375px) / 1545);
}

.title-secondary {
  font-size: calc(24px + 24 * (100vw - 375px) / 1545);
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html, body {
  height: 100%;
}

body {
  background-color: #0E0E0E;
}
.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: none;
}

button {
  border: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.container {
  margin: 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1023px) {
  .container {
    max-width: 80vw;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 90vw;
  }
}
@media (max-width: 600px) {
  .container {
    max-width: 100%;
  }
}
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(195, 195, 195, 0.3) #000000;
}

*::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(195, 195, 195, 0.3);
}

*::-webkit-scrollbar-track {
  background-color: #0E0E0E;
}

.grecaptcha-badge {
  visibility: hidden;
}

::-moz-selection {
  background: #FFEBA3; /* Background color of the text selection */
  color: #0F0F0F; /* Text color of the text selection */
}

::selection {
  background: #FFEBA3; /* Background color of the text selection */
  color: #0F0F0F; /* Text color of the text selection */
}

.lang-item {
  display: inline;
}

.vertical-shaking {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (hover: hover) {
  .vertical-shaking:hover svg {
    -webkit-animation: vertical-shaking 0.5s infinite;
            animation: vertical-shaking 0.5s infinite;
  }
}
@-webkit-keyframes vertical-shaking {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes vertical-shaking {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.btn-primary {
  background-color: #FFD541;
  display: inline-block;
  color: #0F0F0F;
  font-weight: 600;
  line-height: 200%;
  min-width: 163px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 1170px) {
  .btn-primary {
    padding-left: calc(12px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1170px) {
  .btn-primary {
    padding-right: calc(12px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1170px) {
  .btn-primary {
    padding-top: calc(8px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1170px) {
  .btn-primary {
    padding-bottom: calc(8px + 4 * (100vw - 375px) / 1545);
  }
}
.btn-primary:active {
  background-color: #FFD541;
  color: #0F0F0F;
}
@media (hover: hover) {
  .btn-primary:hover {
    background-color: #FFEBA3;
  }
}

.glowing-btn {
  position: relative;
  color: #61EFFF;
  cursor: pointer;
  padding: 0.35em 1em;
  border: 0.15em solid #61EFFF;
  border-radius: 0.45em;
  background: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  font-weight: 600;
  line-height: 200%;
  min-width: 163px;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-shadow: inset 0 0 0.5em 0 #61EFFF, 0 0 0.5em 0 #61EFFF;
  box-shadow: inset 0 0 0.5em 0 #61EFFF, 0 0 0.5em 0 #61EFFF;
  -webkit-animation: border-flicker 5s linear infinite;
          animation: border-flicker 5s linear infinite;
}
@media (min-width: 1170px) {
  .glowing-btn {
    padding-left: calc(12px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1170px) {
  .glowing-btn {
    padding-right: calc(12px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1170px) {
  .glowing-btn {
    padding-top: calc(8px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1170px) {
  .glowing-btn {
    padding-bottom: calc(8px + 4 * (100vw - 375px) / 1545);
  }
}
.glowing-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  background-color: #61EFFF;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}
@media (hover: hover) {
  .glowing-btn:hover {
    color: #ffffff;
    text-shadow: none;
    -webkit-animation: none;
            animation: none;
  }
  .glowing-btn:hover .glowing-txt {
    -webkit-animation: none;
            animation: none;
    display: block;
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    -webkit-transition: color 0.2s ease-in-out, -webkit-transform 2s cubic-bezier(0.05, 0.5, 0, 1);
    transition: color 0.2s ease-in-out, -webkit-transform 2s cubic-bezier(0.05, 0.5, 0, 1);
    transition: transform 2s cubic-bezier(0.05, 0.5, 0, 1), color 0.2s ease-in-out;
    transition: transform 2s cubic-bezier(0.05, 0.5, 0, 1), color 0.2s ease-in-out, -webkit-transform 2s cubic-bezier(0.05, 0.5, 0, 1);
  }
  .glowing-btn:hover .faulty-letter {
    -webkit-animation: none;
            animation: none;
    text-shadow: none;
    opacity: 1;
  }
  .glowing-btn:hover:before {
    -webkit-filter: blur(1.5em);
            filter: blur(1.5em);
    opacity: 1;
  }
  .glowing-btn:hover:after {
    opacity: 0.1;
  }
}

.faulty-letter {
  opacity: 0.5;
  -webkit-animation: faulty-flicker 5s linear infinite;
          animation: faulty-flicker 5s linear infinite;
  color: #61EFFF;
}

@-webkit-keyframes faulty-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.1;
  }
  4% {
    opacity: 0.5;
  }
  19% {
    opacity: 0.5;
  }
  21% {
    opacity: 0.1;
  }
  23% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  83% {
    opacity: 0.4;
  }
  87% {
    opacity: 1;
  }
}

@keyframes faulty-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.1;
  }
  4% {
    opacity: 0.5;
  }
  19% {
    opacity: 0.5;
  }
  21% {
    opacity: 0.1;
  }
  23% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  83% {
    opacity: 0.4;
  }
  87% {
    opacity: 1;
  }
}
@-webkit-keyframes text-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 1;
  }
  8% {
    opacity: 0.1;
  }
  9% {
    opacity: 1;
  }
  12% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  72% {
    opacity: 0.2;
  }
  77% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes text-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 1;
  }
  8% {
    opacity: 0.1;
  }
  9% {
    opacity: 1;
  }
  12% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  72% {
    opacity: 0.2;
  }
  77% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}
@-webkit-keyframes border-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 1;
  }
  4% {
    opacity: 0.1;
  }
  8% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes border-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 1;
  }
  4% {
    opacity: 0.1;
  }
  8% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.burger-wrapper {
  cursor: pointer;
  width: 56px;
  height: 56px;
  padding: 18px 16px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.burger-wrapper .hamburger {
  background: #ffffff;
  width: 100%;
  height: 2px;
  position: relative;
  -webkit-transition: background 10ms 300ms ease;
  transition: background 10ms 300ms ease;
}
.burger-wrapper .hamburger:before, .burger-wrapper .hamburger:after {
  -webkit-transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 2px;
  content: "";
}
.burger-wrapper .hamburger:before {
  top: -7px;
}
.burger-wrapper .hamburger:after {
  top: 7px;
}

.menu-trigger:checked ~ .burger-wrapper .hamburger {
  background: transparent;
}
.menu-trigger:checked ~ .burger-wrapper .hamburger:after, .menu-trigger:checked ~ .burger-wrapper .hamburger:before {
  -webkit-transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}
.menu-trigger:checked ~ .burger-wrapper .hamburger:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-trigger:checked ~ .burger-wrapper .hamburger:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hidden {
  display: none;
}

.btn-back {
  background: transparent;
  border: 1px solid #C2C2C2;
  color: #ffffff;
}
@media (hover: hover) {
  .btn-back:hover {
    background: rgba(255, 213, 65, 0.08);
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.form div {
  width: 100%;
}
.form .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 100%;
  position: relative;
}
.form .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.form .input-wrap:has(input:not(:-moz-placeholder-shown)) label {
  top: 2px;
  font-size: 13px;
}
.form .input-wrap:has(input:not(:-ms-input-placeholder)) label {
  top: 2px;
  font-size: 13px;
}
.form .input-wrap:has(input:focus) label, .form .input-wrap:has(input:not(:placeholder-shown)) label {
  top: 2px;
  font-size: 13px;
}
.form label {
  color: #4D4D4D;
  position: absolute;
  z-index: 151;
  left: 16px;
  top: 18px;
  padding: 0 2px;
  -webkit-transition: top 135ms ease-in-out, font-size 135ms ease-in-out;
  transition: top 135ms ease-in-out, font-size 135ms ease-in-out;
  pointer-events: none;
}
.form label.contacts__label {
  z-index: 1;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel] {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  border-radius: 12px;
  min-height: 56px;
  line-height: 150%;
  width: 100%;
  border: 2px solid transparent;
  vertical-align: bottom;
}
@media (min-width: 1170px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel] {
    padding-left: calc(12px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1170px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel] {
    padding-right: calc(12px + 4 * (100vw - 375px) / 1545);
  }
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus {
  border: 2px solid #FFD541;
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form input[type=tel]::-webkit-input-placeholder {
  color: transparent !important;
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder {
  color: transparent !important;
}
.form input[type=text]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder, .form input[type=tel]:-ms-input-placeholder {
  color: transparent !important;
}
.form input[type=text]::-ms-input-placeholder, .form input[type=email]::-ms-input-placeholder, .form input[type=tel]::-ms-input-placeholder {
  color: transparent !important;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder {
  color: transparent !important;
}
.form .submit-wrap {
  position: relative;
  overflow: hidden;
}
.form input[type=submit] {
  border: none;
  width: 100%;
}
.form .wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  top: 100%;
  font-size: 13px;
}
.form span.wpcf7-spinner {
  opacity: 1;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #FFD541;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form span.wpcf7-spinner::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border-bottom: 2px solid #0F0F0F;
  border-left: 2px solid transparent;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.form span.wpcf7-spinner:before {
  display: none;
}
.form .wpcf7-not-valid-tip {
  text-align: left;
  font-size: 13px;
  position: absolute;
}

.clear-button {
  position: absolute;
  right: 16px;
  top: 18px;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  margin: 0;
  padding: 0;
  color: white;
  cursor: pointer;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clear-button:focus {
  outline: none;
}

.tabs {
  visibility: hidden;
  max-height: 300px;
}
@media (max-width: 1023px) {
  .tabs {
    max-height: 400px;
  }
}
.tabs._tab-init {
  visibility: visible;
  max-height: none;
}
.tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 36px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs__title {
  border: 1px solid #4D4D4D;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: rgba(15, 15, 15, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 80px;
}
@media (hover: hover) {
  .tabs__title:hover .services__course-name {
    color: #FFD541;
  }
}
.tabs__title:active .services__course-name {
  color: #FFD541;
}
.tabs__title._tab-active {
  background-color: #ffffff;
  pointer-events: none;
}

._tab-active .services__course-label {
  color: #5E5E5E;
}

._tab-active .services__course-name {
  color: #0F0F0F;
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

[data-showmore-content] {
  text-overflow: ellipsis;
}

[data-showmore-button] span:last-child {
  display: none;
}
._showmore-active [data-showmore-button] span {
  display: none;
}
._showmore-active [data-showmore-button] span:last-child {
  display: block;
}

[data-ripple] {
  position: relative;
  overflow: hidden;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-animation: button-circle 1.5s ease forwards;
          animation: button-circle 1.5s ease forwards;
}

@-webkit-keyframes button-circle {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0;
  }
}

@keyframes button-circle {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0;
  }
}
body::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#0E0E0E), to(#0E0E0E));
  background: linear-gradient(0deg, #0E0E0E 0%, #0E0E0E 100%);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  pointer-events: none;
  z-index: 149;
  overflow: hidden;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #181818;
  width: 100%;
  max-width: 63.542vw;
  border-radius: 32px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 65%;
  padding-top: calc(0px + 96 * (100vw - 375px) / 1545);
  padding-bottom: calc(0px + 96 * (100vw - 375px) / 1545);
}
.lock .popup__content {
  visibility: visible;
}
.popup__close {
  position: absolute;
  left: 100%;
  top: 0;
  background: transparent;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .popup__close:hover svg path {
    stroke: #FFD541;
  }
}
.popup__wrapper-inner {
  width: 100%;
  max-width: 506px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}
.popup__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.popup__text p {
  text-align: center;
  line-height: 150%;
}
.popup__title {
  padding-bottom: 0;
  text-align: center;
}
.popup__form {
  padding: 0 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup__submit-wrap {
  width: 100%;
  margin-top: 24px;
  border: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 1023px) {
  .popup__content {
    max-width: none;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    border-radius: 0;
    height: 100%;
    min-height: 100vh;
  }
  .popup__close {
    position: absolute;
    right: 0;
    left: auto;
  }
  .popup__close svg {
    width: 60px;
    height: 60px;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  pointer-events: none;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: calc(16px + 40 * (100vw - 375px) / 1545);
  padding-right: calc(16px + 40 * (100vw - 375px) / 1545);
  padding-top: calc(16px + 14 * (100vw - 375px) / 1545);
  padding-bottom: calc(16px + 14 * (100vw - 375px) / 1545);
}
.header__container > * {
  pointer-events: auto;
}
.header__nav-btn {
  display: none;
}
.header__nav-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: calc(16px + 48 * (100vw - 375px) / 1545);
  padding-top: calc(16px + 8 * (100vw - 375px) / 1545);
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  gap: calc(12px + 4 * (100vw - 375px) / 1545);
}
.header__nav-list li {
  padding: 8px 0;
  -webkit-transition: color 0.2s ease-in-out, -webkit-transform 2s cubic-bezier(0.05, 0.5, 0, 1);
  transition: color 0.2s ease-in-out, -webkit-transform 2s cubic-bezier(0.05, 0.5, 0, 1);
  transition: transform 2s cubic-bezier(0.05, 0.5, 0, 1), color 0.2s ease-in-out;
  transition: transform 2s cubic-bezier(0.05, 0.5, 0, 1), color 0.2s ease-in-out, -webkit-transform 2s cubic-bezier(0.05, 0.5, 0, 1);
  will-change: transform;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
@media (hover: hover) {
  .header__nav-list li a:hover {
    color: #ffffff;
  }
}
.header__nav-list li a:active {
  color: #FFD541;
}
.header__nav-list li.is-active {
  color: #FFD541;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  pointer-events: none;
}
.header__phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  z-index: 15;
}
@media (max-width: 1023px) {
  .header__phone-wrapper {
    padding: 16px;
  }
}
.header__phone-wrapper svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 1023px) {
  .header__phone-wrapper svg {
    width: 24px;
    height: 24px;
  }
}
.header__phone-wrapper span {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .header__phone-wrapper span {
    display: none;
  }
}

.custom-logo {
  width: 9.956vw;
  min-width: 180px;
}

@media (max-width: 1023px) {
  .custom-logo {
    width: 100%;
    max-width: 130px;
    min-width: 0;
  }
  .header__container {
    padding: 0;
  }
  .header__nav-wrap {
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    min-height: 100dvh;
    background-color: #0E0E0E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-top: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header__nav-wrap.header__nav-wrap--active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .header__nav-list {
    max-height: 100vh;
    height: 100%;
    overflow-y: auto;
    margin-top: 56px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-right: 20px;
  }
  .header__nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .header__nav-btn, .header .custom-logo {
    position: relative;
    z-index: 15;
  }
  .header__popup-btn {
    display: none;
  }
  .header:has(.header__container .header__nav-wrap.header__nav-wrap--active) {
    /* Define the background color for the parent header */
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(14, 14, 14)), color-stop(40%, rgba(14, 14, 14, 0.98)), to(rgba(14, 14, 14, 0.9)));
    background: linear-gradient(0deg, rgb(14, 14, 14) 0%, rgba(14, 14, 14, 0.98) 40%, rgba(14, 14, 14, 0.9) 100%);
  }
}
.hero {
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 146px;
  padding-bottom: 90px;
}
.hero::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(#0E0E0E));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, #0E0E0E 100%);
  background-size: cover;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: -1px;
}
.hero__content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-align: center;
  width: 55.938vw;
  gap: calc(56px + 40 * (100vw - 375px) / 1545);
}
.hero__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 83.43%;
  gap: calc(16px + 16 * (100vw - 375px) / 1545);
}
.hero__title {
  padding-bottom: 0;
}
.hero__title span {
  display: block;
  color: #FFD541;
  text-transform: uppercase;
}
.hero__text {
  width: 69.08%;
}
.hero__popup-btn {
  display: none;
}
.hero__services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(56px + 40 * (100vw - 375px) / 1545);
}
.hero__service-item {
  width: 100%;
  max-width: 294px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  gap: calc(16px + 8 * (100vw - 375px) / 1545);
}
.hero__image-wrapper {
  position: relative;
}
.hero__service-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.hero__service-item img {
  max-width: 100%;
  height: auto;
  display: block;
}
.hero__service-item img.image-hover {
  position: absolute;
  opacity: 0;
  top: 0;
}
.hero__service-item p {
  font-weight: 600;
  font-size: calc(14px + 6 * (100vw - 375px) / 1545);
}
@media (hover: hover) {
  .hero__service-item:hover {
    color: #FFD541;
  }
  .hero__service-item:hover img {
    opacity: 0;
  }
  .hero__service-item:hover img.image-hover {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
}

.nk-awb {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.nk-awb-wrap {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 1023px) {
  .hero__content {
    width: 100%;
  }
  .hero__text-wrapper {
    width: 83.43%;
  }
  .hero__popup-btn {
    display: inline-block;
  }
  .hero__services-list {
    display: none;
  }
}
.service-hero__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.service-hero__details-divider {
  width: 3px;
  background-color: #FFD541;
}
.service-hero__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  gap: calc(8px + 12 * (100vw - 375px) / 1545);
}
.service-hero__detail p:first-child {
  line-height: normal;
  font-weight: 800;
  font-size: calc(32px + 16 * (100vw - 375px) / 1545);
}
.service-hero__detail p:last-child {
  line-height: 133.333%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: calc(16px + 8 * (100vw - 375px) / 1545);
}
.service-hero__detail--rental {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
}
.service-hero__detail--rental p:last-child {
  line-height: normal;
  font-weight: 800;
  font-size: calc(32px + 16 * (100vw - 375px) / 1545);
}
.service-hero__detail--rental p:first-child {
  line-height: 133.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: calc(16px + 8 * (100vw - 375px) / 1545);
}
.service-hero__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-hero__price-wrapper:has(.sale-price) {
  line-height: 100%;
}
.service-hero__price-wrapper:has(.sale-price) .regular-price {
  font-size: 22px;
  line-height: 100%;
  position: relative;
}
.service-hero__price-wrapper:has(.sale-price) .regular-price::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 106%;
  height: 2px;
  background: red;
  -webkit-transform: rotate(18deg);
      -ms-transform: rotate(18deg);
          transform: rotate(18deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

@media (max-width: 600px) {
  .hero__text-wrapper {
    width: 100%;
  }
  .hero__text {
    width: 100%;
  }
  .service-hero__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-hero__details-divider {
    height: 4px;
    width: 50%;
  }
  .service-hero__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.services {
  margin-top: 31px;
  padding-bottom: calc(90px + 102 * (100vw - 375px) / 1545);
}
.services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 16px;
  border: 1px solid #4D4D4D;
  position: relative;
  overflow: hidden;
  background-size: cover;
  margin-top: 31px;
  padding-top: 56px;
  padding-bottom: 56px;
  gap: calc(32px + 24 * (100vw - 375px) / 1545);
  width: calc(338px + 990 * (100vw - 375px) / 1545);
  padding-left: calc(16px + 40 * (100vw - 375px) / 1545);
  padding-right: calc(16px + 40 * (100vw - 375px) / 1545);
}
.services__content::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(19.02%, #0E0E0E), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #0E0E0E 19.02%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
  background-size: cover;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .services__content::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(19.02%, #0E0E0E), color-stop(150%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #0E0E0E 19.02%, rgba(0, 0, 0, 0) 150%);
  }
}
.services__wrapper-inner {
  position: relative;
  z-index: 5;
}
.services__title {
  padding-bottom: 16px;
  text-transform: uppercase;
}
.services__description {
  padding-bottom: 32px;
  max-width: 620px;
}
.services__course-label {
  font-size: 12px;
  color: #C2C2C2;
}
.services__course-name {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}
.services__course-description {
  margin-bottom: calc(32px + 4 * (100vw - 375px) / 1545);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 620px;
  min-height: 88px;
  line-height: 150%;
}
.services__details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.services__course-price {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  .services__course-price {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.services__course-price:has(.sale-price) {
  margin-top: 8px;
}
.services__course-price:has(.sale-price) .regular-price {
  font-size: 18px;
  line-height: 100%;
  position: relative;
}
.services__course-price:has(.sale-price) .regular-price::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 2px;
  background: red;
  -webkit-transform: rotate(11deg);
      -ms-transform: rotate(11deg);
          transform: rotate(11deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.services__price-note {
  font-size: 12px;
}

@media (max-width: 1023px) {
  .services__wrapper-inner > h2, .services__wrapper-inner > p {
    text-align: center;
  }
  .services__details-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services__details-inner {
    text-align: center;
  }
}
.service-targets {
  padding-bottom: calc(90px + 102 * (100vw - 375px) / 1545);
}
.service-targets__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-align: center;
  max-width: 1006px;
  width: 100%;
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .service-targets__content {
    width: 70vw;
  }
}
@media (max-width: 1023px) {
  .service-targets__content {
    width: 100%;
  }
}
.service-targets__title {
  text-align: center;
  padding-bottom: 32px;
}
.service-targets__description {
  text-align: center;
  padding-bottom: calc(56px + 40 * (100vw - 375px) / 1545);
  width: calc(343px + 212 * (100vw - 375px) / 1545);
}
.service-targets__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 1023px) {
  .service-targets__list {
    grid-template-columns: 1fr;
  }
}
.service-targets__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  line-height: 133%;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  padding: 32px;
}
@media (max-width: 600px) {
  .service-targets__list-item {
    padding: 16px;
    gap: 8px;
  }
}
.service-targets__list-item .title {
  text-align: left;
  font-size: 24px;
  padding-bottom: 44px;
  min-height: 108px;
  position: relative;
}
@media (max-width: 1023px) {
  .service-targets__list-item .title {
    min-height: auto;
  }
}
@media (max-width: 600px) {
  .service-targets__list-item .title {
    font-size: 18px;
    padding-bottom: 32px;
  }
}
.studio-rental .service-targets__list-item .title {
  min-height: auto;
  height: 100%;
}
.service-targets__list-item .title::after {
  content: "";
  background: url("./images/decor.svg") no-repeat;
  background-position-x: left;
  background-position-y: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  height: 24px;
  color: #4D4D4D;
}
.service-targets__list-item p {
  text-align: left;
}

.service-program {
  padding-bottom: calc(90px + 46 * (100vw - 375px) / 1545);
}
.service-program__content {
  max-width: 870px;
  width: 100%;
}
@media (max-width: 1199px) {
  .service-program__content {
    max-width: 730px;
  }
}
@media (max-width: 1023px) {
  .service-program__content {
    max-width: none;
  }
}
.service-program__title {
  text-align: center;
}
.service-program__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 10px;
}
@media (max-width: 600px) {
  .service-program__list {
    padding-right: 0;
  }
}
.service-program__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 56px;
}
@media (max-width: 1023px) {
  .service-program__list-item {
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .service-program__list-item {
    gap: 8px;
  }
}
.service-program__list-item .list-counter {
  -ms-flex-preferred-size: 144px;
      flex-basis: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 24px;
  text-transform: capitalize;
}
@media (max-width: 1023px) {
  .service-program__list-item .list-counter {
    -ms-flex-preferred-size: 64px;
        flex-basis: 64px;
  }
}
@media (max-width: 600px) {
  .service-program__list-item .list-counter {
    font-size: 16px;
  }
}
.service-program__list-item .list-counter span:first-child {
  font-size: 64px;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
}
@media (max-width: 1023px) {
  .service-program__list-item .list-counter span:first-child {
    font-size: 40px;
  }
}
.service-program__list-item .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service-program__list-item .title {
  text-align: left;
  font-size: 24px;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 600px) {
  .service-program__list-item .title {
    font-size: 18px;
  }
}
.service-program__list-item .decor-wrapper {
  color: #4D4D4D;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.service-program__list-item .decor-wrapper.animated {
  color: #FFD541;
}
.service-program__list-item .decor-wrapper svg {
  width: 100%;
  height: auto;
}
.service-program__list-item p {
  text-align: left;
}

.teachers {
  padding-bottom: calc(90px + 102 * (100vw - 375px) / 1545);
}
.teachers .container {
  padding: 0;
}
@media (max-width: 1023px) {
  .teachers .container {
    max-width: 100%;
  }
}
.teachers__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-align: center;
  -ms-touch-action: auto;
      touch-action: auto;
  pointer-events: auto;
  width: 100%;
  padding-bottom: 124px;
  position: relative;
}
@media (min-width: 1024px) {
  .teachers__content {
    padding-left: 16vw;
  }
}
@media (max-width: 960px) {
  .teachers__content {
    padding-bottom: 0;
  }
}
.teachers__slider {
  width: 100%;
}
@media (min-width: 1024px) {
  .teachers__slider {
    padding-right: 16vw;
  }
}
@media (min-width: 1024px) {
  .teachers__title {
    padding-right: 16vw;
  }
}
.teachers__text-wrapper {
  padding-top: 16px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.teachers__name {
  color: #FFD541;
  font-size: 20px;
  line-height: 133%;
  text-transform: uppercase;
  padding-bottom: 0;
}
.teachers__study-field {
  font-size: 14px;
  line-height: 160%;
}
.teachers__img-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.swiper {
  visibility: hidden;
}
.swiper.swiper-initialized {
  visibility: visible;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-button-prev, .swiper-button-next {
  bottom: 0;
  top: auto;
  color: #C2C2C2;
  padding: 12px;
}
@media (max-width: 960px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev {
  left: calc(50% - 46px);
}

.swiper-button-next {
  right: calc(50% - 46px);
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  color: #ffffff;
}

.swiper-button-prev:active, .swiper-button-next:active {
  color: #FFD541;
}

@media (max-width: 1023px) {
  .teachers__content {
    width: 100%;
  }
}
.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: calc(90px + 102 * (100vw - 375px) / 1545);
}
.faq__content {
  width: 52.604vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__title {
  text-align: center;
}
.faq__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (min-width: 1170px) {
  .faq__list {
    gap: calc(10px + 14 * (100vw - 375px) / 1545);
  }
}
.faq__list-item {
  width: 100%;
  padding: 0 10px;
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  font-size: calc(16px + 8 * (100vw - 375px) / 1545);
  padding-top: calc(0px + 12 * (100vw - 375px) / 1545);
  padding-bottom: calc(0px + 12 * (100vw - 375px) / 1545);
}
.faq__question:active {
  color: #FFD541;
}
.faq__question svg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.faq__question svg path {
  color: #FFD541;
}
.faq__question.opened svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.faq__question.opened svg path {
  color: #ffffff;
}
.faq__answer {
  display: none;
  padding-top: 8px;
  line-height: 150%;
  letter-spacing: 0.08px;
  text-align: justify;
  font-size: calc(14px + 2 * (100vw - 375px) / 1545);
}

@media (max-width: 1600px) {
  .faq__content {
    max-width: 1010px;
  }
}
@media (max-width: 1023px) {
  .faq__content {
    width: 100%;
  }
  .faq__answer {
    line-height: 170%;
    letter-spacing: 0.07px;
    text-align: justify;
  }
}
.testimonials {
  padding-bottom: calc(90px + 102 * (100vw - 375px) / 1545);
}
.testimonials__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-align: center;
  width: 55.938vw;
}
.testimonials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: calc(0px + 208 * (100vw - 375px) / 1545);
     -moz-column-gap: calc(0px + 208 * (100vw - 375px) / 1545);
          column-gap: calc(0px + 208 * (100vw - 375px) / 1545);
  row-gap: calc(56px + 62 * (100vw - 375px) / 1545);
}
.testimonials__list-item {
  width: 22.2vw;
}
.testimonials__item-img {
  width: 32.41%;
  border-radius: 50%;
  min-width: 140px;
  display: inline-block;
  margin-bottom: 32px;
}
.testimonials__item-name {
  font-size: 24px;
  padding-bottom: 0;
  letter-spacing: 0.11px;
}
.testimonials__item-nickname {
  font-size: calc(16px + 4 * (100vw - 375px) / 1545);
  padding-bottom: calc(16px + 4 * (100vw - 375px) / 1545);
  letter-spacing: 0.1px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.testimonials__item-text {
  text-align: justify;
  letter-spacing: 0.08px;
}
.testimonials__item-text--bottom {
  padding-top: calc(32px + 8 * (100vw - 375px) / 1545);
  font-weight: 600;
}

@media (max-width: 1023px) {
  .testimonials__content {
    width: 100%;
  }
  .testimonials__list-item {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .testimonials__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonials__list-item {
    width: 80%;
  }
  .testimonials__item-img {
    max-width: 140px;
  }
}
@media (max-width: 600px) {
  .testimonials__list-item {
    width: 100%;
  }
}
.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: calc(90px + 102 * (100vw - 375px) / 1545);
}
.contacts__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: calc(343px + 210 * (100vw - 375px) / 1545);
}
.contacts__title {
  padding-bottom: 32px;
}
.contacts__form {
  margin-bottom: 32px;
  margin-top: calc(56px + 40 * (100vw - 375px) / 1545);
  gap: 32px;
}
@media (min-width: 1170px) {
  .contacts__form {
    gap: calc(8px + 24 * (100vw - 375px) / 1545);
  }
}
.contacts__form .wpcf7-form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.contacts__form .input-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contacts__form .wpcf7-response-output {
  top: auto !important;
  bottom: 120%;
}
@media (max-width: 600px) {
  .contacts__form .wpcf7-response-output {
    bottom: 107%;
  }
}
.contacts__submit-wrap.submit-wrap {
  overflow: visible;
  width: auto;
}
.contacts__submit-wrap.submit-wrap input {
  width: auto;
}
.contacts__btn-subscribe {
  color: #ffffff;
  width: 100%;
  margin-bottom: calc(56px + 111 * (100vw - 375px) / 1545);
}
.contacts__description-wrapper {
  width: calc(343px + 913 * (100vw - 375px) / 1545);
  text-align: justify;
}
.contacts__description-wrapper h2 {
  color: #ffffff;
}
.contacts__description-wrapper ul {
  list-style: disc;
  padding: 16px 0 16px 32px;
}
.contacts__description-wrapper ul li::marker {
  color: #FFD541;
}

@media (max-width: 1023px) {
  .contacts__form-wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .contacts__form-wrapper {
    width: 100%;
  }
  .contacts__form .wpcf7-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .contacts__submit-wrap.submit-wrap {
    width: 100%;
  }
  .contacts__submit-wrap.submit-wrap input {
    width: 100%;
  }
  .contacts__description-wrapper {
    width: 100%;
  }
}
.footer__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-align: center;
  padding-top: 58px;
  color: #ffffff;
  width: calc(324px + 970 * (100vw - 375px) / 1545);
  padding-bottom: 58px;
}
@media (max-width: 1170px) {
  .footer__content {
    padding-bottom: calc(80px + -22 * (100vw - 375px) / 795);
  }
}
.footer__socials-wrapper {
  justify-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.footer__address-wrapper p:first-child {
  font-size: 24px;
}
.footer__address-wrapper p:last-child, .footer__phone-wrapper a {
  font-size: 28px;
  font-weight: 600;
}
.footer__phone-wrapper {
  justify-self: flex-end;
}
.footer__phone-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media screen and (max-width: 1700px) {
  .footer__content {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 20px;
  }
  .footer__socials-wrapper {
    grid-column: 1/span 2; /* Span 2 columns to center it */
    grid-row: 2/span 1;
    justify-self: center;
  }
  .footer__address-wrapper {
    justify-self: flex-start;
  }
}
@media (max-width: 1023px) {
  .footer__content {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 0;
  }
  .footer__socials-wrapper {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
  }
  .footer__address-wrapper {
    justify-self: center;
    margin: 58px 0 90px;
  }
  .footer__phone-wrapper {
    justify-self: center;
  }
  .footer__phone-wrapper a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .footer__phone-wrapper a svg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 540px) {
  .wpgmp_map {
    height: 240px !important;
  }
}
.page-not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding: 56px 0;
}
.page-not-found__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0px + 257 * (100vw - 375px) / 1545);
}
@media (max-width: 1023px) {
  .page-not-found__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
@media (max-width: 1023px) {
  .page-not-found__text-wrapper {
    text-align: center;
  }
}
.page-not-found__image-wrapper img {
  width: 100%;
  height: auto;
}
.page-not-found__title {
  color: #ffffff;
  line-height: 133.333%;
  font-size: calc(144px + 144 * (100vw - 375px) / 1545);
}
.page-not-found__text {
  font-size: calc(16px + 8 * (100vw - 375px) / 1545);
}
.page-not-found__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  margin-top: calc(32px + 24 * (100vw - 375px) / 1545);
  gap: calc(8px + 8 * (100vw - 375px) / 1545);
}
@media (max-width: 1023px) {
  .page-not-found__btn-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-not-found__btn-wrapper .btn-primary {
    width: 100%;
  }
}
