@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
}

/* Sections
    ========================================================================== */
/**
  * Remove the margin in all browsers.
  */
body {
  height: 100%;
  margin: 0;
}

/**
  * Render the `main` element consistently in IE.
  */
main {
  flex: 1 1 auto;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
/*  h1 {
   font-size: 40px;
   color: #4F566B;
   padding-bottom: 15px;
 } */
/* Grouping content
    ========================================================================== */
/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
    ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}

/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
    ========================================================================== */
/**
  * Remove the border on images inside links in IE 10.
  */
img {
  border-style: none;
}

/* Forms
    ========================================================================== */
/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
ß ul {
  margin: 0;
}

li {
  list-style: none;
}

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

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Correct the padding in Firefox.
  */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  vertical-align: baseline;
}

/**
  * Remove the default vertical scrollbar in IE 10+.
  */
textarea {
  overflow: auto;
}

/**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
    ========================================================================== */
/*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
details {
  display: block;
}

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/* Misc
    ========================================================================== */
/**
  * Add the correct display in IE 10+.
  */
template {
  display: none;
}

/**
  * Add the correct display in IE 10.
  */
[hidden] {
  display: none;
}

body {
  font-family: "Gilroy";
  line-height: normal;
}

body.no-scroll {
  overflow: hidden;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 576px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container {
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (min-width: 375px) {
  .container {
    max-width: 560px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 1180px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1180px;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1438px;
  }
}

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

/* Auto Height */
.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 {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.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 {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .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-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 {
  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-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  margin: 20px 0 15px;
  height: 40px;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: all 0.7s ease;
}
.header-sticky {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  border-radius: 16px;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 576px) {
  .header-sticky {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .header-sticky {
    border-radius: 24px;
  }
}
@media screen and (min-width: 576px) {
  .header {
    height: 61px;
  }
}
@media screen and (min-width: 1020px) {
  .header {
    height: 81px;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    margin: 50px 0 40px;
  }
}
.header-invisible {
  opacity: 0;
  z-index: -1;
  transition: all 0.7s ease;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  height: 40px;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .header__wrapper {
    height: 61px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    padding: 10px 30px;
  }
}
@media screen and (min-width: 1020px) {
  .header__wrapper {
    padding: 20px 30px;
    height: 81px;
  }
}
@media screen and (min-width: 1920px) {
  .header__wrapper {
    padding: 0 10px;
    height: 82px;
  }
}
.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__main {
    width: auto;
  }
}
.header__logo {
  width: 25px;
  height: 30px;
  margin-top: -10px;
}
@media screen and (min-width: 576px) {
  .header__logo {
    margin-top: 0;
  }
}
@media screen and (min-width: 576px) {
  .header__logo {
    width: 34px;
    height: 41px;
  }
}
.header__logo svg {
  width: 100%;
}
.header__menu-nav {
  display: flex;
  justify-content: end;
  width: 100%;
  opacity: 0;
  z-index: -1;
  height: 0;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  .header__menu-nav {
    width: auto;
    opacity: 1;
    z-index: 1;
  }
}
.header__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .header__list {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}
.header__list-item {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}
.header__list-item:first-child {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .header__list-item:first-child {
    margin-top: 0;
  }
}
.header__list-item:last-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .header__list-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .header__list-item {
    transition: all 0.3s ease-in;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 22px;
  }
  .header__list-item:hover {
    transform: scale(1.07);
  }
}
@media screen and (min-width: 1020px) {
  .header__list-item {
    font-size: 16px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .header__list-item {
    font-size: 18px;
  }
}
.header__list-item a {
  transition: all 0.3s ease-in;
  color: #FFFFFF;
}
.header__btn {
  border: 1px solid #FFFFFF;
  border-radius: 24px;
  display: flex;
  height: 37px;
  width: 105px;
  background-color: #1E0230;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  .header__btn {
    background-color: transparent;
  }
}
@media screen and (min-width: 1020px) {
  .header__btn {
    height: 42px;
    width: 115px;
  }
}
@media screen and (min-width: 1920px) {
  .header__btn {
    width: 125px;
  }
}
.header__btn:hover {
  background-color: #36CAB4;
}
.header__btn a {
  display: flex;
  align-items: center;
  height: 42px;
}
.header__burger {
  width: 50px;
  height: 30px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header__burger {
    display: none;
  }
}

.expanded-header {
  animation: expandHeader 0.5s ease-out forwards;
  height: 390px !important;
}
@media screen and (min-width: 576px) {
  .expanded-header {
    height: 410px !important;
  }
}

.expanded-header-active {
  opacity: 1;
  z-index: 1;
}

.collapsed-header {
  animation: collapseHeader 0.5s ease-out forwards;
}
@media screen and (min-width: 576px) {
  .collapsed-header {
    animation: collapseHeaderSm 0.5s ease-out forwards;
  }
}
@media screen and (min-width: 1020px) {
  .collapsed-header {
    animation: collapseHeaderLg 0.5s ease-out forwards;
  }
}

@keyframes expandHeader {
  from {
    max-height: 40px;
  }
  to {
    max-height: 400px;
  }
}
@keyframes expandHeaderSm {
  from {
    height: 61px;
  }
  to {
    height: 400px;
  }
}
@keyframes collapseHeader {
  from {
    height: 400px;
  }
  to {
    height: 40px;
  }
}
@keyframes collapseHeaderSm {
  from {
    height: 400px;
  }
  to {
    height: 61px;
  }
}
.burger {
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: none;
  height: 30px;
  width: 30px;
  margin: 0 15px;
}
.burger span {
  display: block;
  position: absolute;
  background: #FFFFFF;
  height: 1px;
  width: 50%;
  border-radius: 50px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.burger span:nth-child(even) {
  left: 50%;
}
.burger span:nth-child(odd) {
  left: 2px;
}
.burger span:nth-child(1), .burger span:nth-child(2) {
  top: 8px;
}
.burger span:nth-child(3), .burger span:nth-child(4) {
  top: 14px;
}
.burger span:nth-child(5), .burger span:nth-child(6) {
  top: 20px;
}
.burger.open span:nth-child(1), .burger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.open span:nth-child(2), .burger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.open span:nth-child(1) {
  left: 4px;
  top: 10px;
}
.burger.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 10px;
}
.burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.burger.open span:nth-child(5) {
  left: 4px;
  top: 20px;
}
.burger.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 20px;
}

.main {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  margin: 15px auto;
  border-radius: 16px;
}
@media screen and (min-width: 576px) {
  .main {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .main {
    border-radius: 24px;
  }
}
@media screen and (min-width: 768px) {
  .main {
    margin: 25px auto 20px;
  }
}
@media screen and (min-width: 1280px) {
  .main {
    margin: 30px auto;
  }
}
@media screen and (min-width: 1920px) {
  .main {
    margin: 40px auto;
  }
}
.main__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .main__wrapper {
    padding: 30px 48px;
  }
}
@media screen and (min-width: 1280px) {
  .main__wrapper {
    padding: 40px 50px;
  }
}
@media screen and (min-width: 1920px) {
  .main__wrapper {
    padding: 60px 10px;
  }
}
.main__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (min-width: 576px) {
  .main__header {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .main__header {
    margin-bottom: 30px;
  }
}
.main__description {
  animation: animDesc 1.5s ease-out forwards;
  width: 100%;
}
.main__title {
  word-wrap: break-word;
  max-width: 210px;
}
@media screen and (min-width: 375px) {
  .main__title {
    max-width: 250px;
  }
}
@media screen and (min-width: 576px) {
  .main__title {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .main__title {
    max-width: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .main__title {
    max-width: 595px;
  }
}
.main__title h1 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  .main__title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .main__title h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .main__title h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .main__title h1 {
    font-size: 60px;
  }
}
.main__text {
  width: 100%;
  margin-bottom: 13px;
}
@media screen and (min-width: 576px) {
  .main__text {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .main__text {
    max-width: 650px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .main__text {
    max-width: 750px;
  }
}
.main__text p {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 16px;
}
@media screen and (min-width: 576px) {
  .main__text p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1020px) {
  .main__text p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .main__text p {
    font-size: 14px;
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 1920px) {
  .main__text p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 25px;
  }
}
.main__text p:last-child {
  margin-bottom: 0;
}
.main__btn {
  max-width: 320px;
  width: 100%;
  height: 39px;
  padding: 20px;
  margin: 0 auto;
  margin: 0;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  background: linear-gradient(279deg, #4CE5AE 6.67%, #1CAABC 68.48%, #076266 96.36%);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .main__btn {
    max-width: 158px;
    margin: 0;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .main__btn {
    max-width: 173px;
    font-size: 18px;
    height: 46px;
  }
}
@media screen and (min-width: 1920px) {
  .main__btn {
    max-width: 204px;
    height: 65px;
    font-size: 20px;
  }
}
.main__btn::after {
  content: "";
  position: absolute;
  background: linear-gradient(to left, #36CAB4 6.67%, #36CAB4 68.48%, #36CAB4 96.36%);
  border-radius: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.main__btn a {
  width: 100%;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
@media screen and (min-width: 1280px) {
  .main__btn a {
    height: 46px;
  }
}
@media screen and (min-width: 1920px) {
  .main__btn a {
    height: 65px;
  }
}
.main__btn:hover::after {
  opacity: 1;
}
.main__btn:active::after {
  filter: brightness(0.8);
}
.main__logo {
  animation: animMainLogo 1.5s forwards;
  display: none;
}
@media screen and (min-width: 1020px) {
  .main__logo {
    display: block;
  }
}
.main__logo svg {
  width: 285px;
  height: 342px;
  margin-top: 10px;
}
@media screen and (min-width: 1920px) {
  .main__logo svg {
    width: 417px;
    height: 500px;
    margin-top: 5px;
  }
}
.main__header-logo {
  width: 60px;
  height: 72px;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 576px) {
  .main__header-logo {
    width: 70px;
    height: 84px;
  }
}
@media screen and (min-width: 1020px) {
  .main__header-logo {
    display: none;
  }
}
.main__header-logo svg {
  width: 100%;
  height: 100%;
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  .main__header-logo svg {
    margin-top: 0;
  }
}

@keyframes animDesc {
  from {
    transform: translateX(-28px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes animMainLogo {
  from {
    transform: translateY(50px);
  }
  to {
    transform: translateY(0);
  }
}
.areas {
  position: relative;
  height: 3200px;
  padding: 0 20px;
  margin: 10px 0;
  transform: translate(0);
  height: auto;
}
@media screen and (min-width: 768px) {
  .areas {
    margin: 40px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .areas {
    margin: 73px 0 50px;
  }
}
@media screen and (min-width: 1920px) {
  .areas {
    margin: 80px 0 63px;
  }
}
.areas .container {
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .areas__wrapper {
    padding: 0 30px;
  }
}
.areas__content {
  width: 100%;
  height: 100%;
}
.areas__main {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media screen and (min-width: 1020px) {
  .areas__main {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .areas__main {
    margin-left: 100px;
  }
}
.areas__title {
  margin-bottom: 50px;
}
@media screen and (min-width: 1920px) {
  .areas__title {
    margin-bottom: 50px;
  }
}
.areas__title h2 {
  font-weight: 700;
  color: #321255;
}
@media screen and (min-width: 768px) {
  .areas__title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .areas__title h2 {
    font-size: 60px;
  }
}
.areas__block-items {
  position: relative;
  top: 50%;
}
@media screen and (min-width: 1020px) {
  .areas__block-items {
    transform: translateY(calc(50% - 35px));
    transition: top 1s ease, transform 1s ease;
  }
}
.areas__block {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-will-change: transform;
  will-change: transform;
  -webkit-transform: translateY(0px);
  -webkit-overflow-scrolling: touch;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform: translateY(0px);
}
@media (min-width: 1020px) {
  .areas__block {
    flex-direction: row;
    max-width: 1020px;
    width: 100%;
  }
}
.areas__block svg {
  max-width: 300px;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 576px) {
  .areas__block svg {
    max-width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .areas__block svg {
    max-width: 650px;
    height: 270px;
  }
}
@media screen and (min-width: 1020px) {
  .areas__block svg {
    max-width: 429px;
  }
}
@media screen and (min-width: 1920px) {
  .areas__block svg {
    max-width: 537px;
  }
}
.areas__block1 {
  z-index: 30;
}
.areas__block2 {
  z-index: 20;
  margin-top: -503px;
}
@media (min-width: 576px) {
  .areas__block2 {
    margin-top: -536px;
  }
}
@media (min-width: 768px) {
  .areas__block2 {
    margin-top: -594px;
  }
}
@media (min-width: 1020px) {
  .areas__block2 {
    margin-top: -289px;
  }
}
@media screen and (min-width: 1280px) {
  .areas__block2 {
    margin-top: -294px;
  }
}
.areas__block3 {
  z-index: 10;
  margin-top: -299px;
}
@media (min-width: 405px) {
  .areas__block3 {
    margin-top: -358px;
  }
}
@media (min-width: 576px) {
  .areas__block3 {
    margin-top: -394px;
  }
}
@media (min-width: 768px) {
  .areas__block3 {
    margin-top: -450px;
  }
}
@media (min-width: 1020px) {
  .areas__block3 {
    margin-top: -272px;
  }
}
.areas__img-wrapper {
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 576px) {
  .areas__img-wrapper {
    height: 230px;
  }
}
@media screen and (min-width: 768px) {
  .areas__img-wrapper {
    height: 290px;
  }
}
@media screen and (min-width: 1020px) {
  .areas__img-wrapper {
    max-width: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .areas__img-wrapper {
    margin-right: 80px;
  }
}
.areas__block-title-1 {
  color: #8B5CF6;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-in;
  opacity: 0;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .areas__block-title-1 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .areas__block-title-1 {
    font-size: 24px;
  }
}
@media (min-width: 1020px) {
  .areas__block-title-1 {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .areas__block-title-1 {
    font-size: 32px;
  }
}
.areas__block-title-2 {
  color: #321255;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-in;
  opacity: 0;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .areas__block-title-2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .areas__block-title-2 {
    font-size: 24px;
  }
}
@media (min-width: 1020px) {
  .areas__block-title-2 {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .areas__block-title-2 {
    font-size: 32px;
  }
}
.areas__block-title-3 {
  color: #36CAB4;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-in;
  opacity: 0;
  text-align: left;
  text-align: center;
  z-index: -1;
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .areas__block-title-3 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .areas__block-title-3 {
    font-size: 24px;
  }
}
@media (min-width: 1020px) {
  .areas__block-title-3 {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .areas__block-title-3 {
    font-size: 32px;
  }
}
.areas__block-info {
  transition: all 0.2s ease-in;
  opacity: 0;
  text-align: center;
  z-index: -1;
}
@media (min-width: 1020px) {
  .areas__block-info {
    text-align: left;
  }
}
.areas__block-info-1 {
  color: #8B5CF6;
  height: 263px;
}
.areas__block-info-2 {
  color: #321255;
  height: 179px;
  height: 120px;
  height: 60px;
}
@media (min-width: 405px) {
  .areas__block-info-2 {
    height: 120px;
  }
}
.areas__block-info-3 {
  color: #36CAB4;
  height: 179px;
}
.areas__block-text {
  font-size: 20px;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 15px;
}
@media (min-width: 1020px) {
  .areas__block-text {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .areas__block-text {
    font-size: 18px;
  }
}
.areas__block-elements {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 10px;
  font-weight: 400;
}
@media (min-width: 375px) {
  .areas__block-elements {
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .areas__block-elements {
    font-size: 13px;
    gap: 5px;
  }
}
@media (min-width: 1020px) {
  .areas__block-elements {
    justify-content: flex-start;
    margin: 10px 0 0;
  }
}
@media (min-width: 1280px) {
  .areas__block-elements {
    font-size: 12px;
    gap: 6px;
  }
}
.areas__block-element {
  border: solid 1px;
  border-radius: 18px;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 600;
  border-width: 2px;
  transition: box-shadow 0.3s ease-in, transform 0.3s ease-in;
}
.areas__block-element:hover {
  transform: translateY(-2px);
}
@media (min-width: 576px) {
  .areas__block-element {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .areas__block-element {
    padding: 9px 15px;
    border-radius: 27px;
    border-width: 2px;
    border: solid 2px;
    font-size: 13px;
  }
}
@media (min-width: 1020px) {
  .areas__block-element {
    border: solid 1.2px;
    font-size: 10px;
  }
}
@media (min-width: 1280px) {
  .areas__block-element {
    padding: 5px 8px;
    border-radius: 14px;
    border-width: 1px;
    font-size: 12px;
  }
}
.areas__block-element-1 {
  border-color: #8B5CF6;
}
.areas__block-element-1:hover {
  box-shadow: 0 0 0 1px #8B5CF6, 0 0 0 1px #8B5CF6;
}
.areas__block-element-2 {
  border-color: #321255;
}
.areas__block-element-2:hover {
  box-shadow: 0 0 0 1px #321255, 0 0 0 1px #321255;
}
.areas__block-element-3 {
  border-color: #36CAB4;
}
.areas__block-element-3:hover {
  box-shadow: 0 0 0 1px #36CAB4, 0 0 0 1px #36CAB4;
}

.areas.auto {
  height: auto;
}

.sticky-section {
  position: sticky;
  top: 0;
  padding: 20px 0;
  z-index: 1;
  height: 1110px;
}

@supports (-webkit-touch-callout: none) {
  .areas {
    height: -webkit-fill-available;
  }
}
.body.hidden {
  overflow: hidden;
}

.sticky-section {
  position: sticky !important;
}

@media (max-width: 1920px) {
  .areas {
    height: 1300px !important;
  }
  .sticky-section {
    height: 1110px !important;
  }
  .sticky-section.relative {
    position: relative !important;
    margin-top: 80px;
  }
}
@media (max-width: 1680px) {
  .areas {
    height: 1400px !important;
  }
  .sticky-section {
    height: 1110px !important;
  }
  .sticky-section.relative {
    position: sticky !important;
  }
}
@media (max-width: 1440px) {
  .sticky-section {
    height: 1050px !important;
  }
}
@media (max-width: 1024px) {
  .areas {
    height: 1480px !important;
  }
  .sticky-section {
    height: 1090px !important;
  }
}
@media (max-width: 1019px) {
  .areas {
    height: 2900px !important;
  }
  .sticky-section {
    height: 1928px !important;
  }
}
@media (max-width: 767px) {
  .areas {
    height: 2800px !important;
  }
  .sticky-section {
    height: 1730px !important;
  }
}
@media (max-width: 575px) {
  .areas {
    height: 2270px !important;
  }
  .sticky-section {
    height: 1470px !important;
  }
}
.block__visible {
  opacity: 1;
}

.active-items {
  top: 0;
  transform: translateY(0);
}

@media screen and (min-width: 1280px) {
  .certifications__wrapper {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1920px) {
  .certifications__wrapper {
    padding: 0 10px;
  }
}
.certifications__title {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .certifications__title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .certifications__title {
    margin-bottom: 30px;
  }
}
.certifications__title h2 {
  color: #321255;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .certifications__title h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .certifications__title h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .certifications__title h2 {
    font-size: 36px;
  }
}
.certifications__subtitle {
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .certifications__subtitle {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .certifications__subtitle {
    margin-bottom: 28px;
  }
}
.certifications__subtitle span {
  color: #321255;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .certifications__subtitle span {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .certifications__subtitle span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .certifications__subtitle span {
    font-size: 18px;
  }
}
.certifications__swiper-wrapper {
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .certifications__swiper-wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .certifications__swiper-wrapper {
    margin-bottom: 30px;
  }
}
.certifications__slide {
  min-width: 120px;
  width: 100%;
}
.certifications__slide-img {
  width: 83px;
  height: 80px;
  margin: 0 auto 10px;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .certifications__slide-img {
    width: 103px;
    height: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .certifications__slide-img {
    width: 129px;
    height: 124px;
  }
}
@media screen and (min-width: 1920px) {
  .certifications__slide-img {
    width: 179px;
    height: 173px;
    margin: 0 auto 20px;
  }
}
.certifications__slide-img img {
  width: 100%;
}
.certifications__slide-name span {
  color: #321255;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  .certifications__slide-name span {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .certifications__slide-name span {
    font-size: 14px;
    max-width: 185px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) {
  .certifications__slide-name span {
    font-size: 16px;
  }
}

.certifications__swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.certifications__swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 1px solid #321255 !important;
  border-radius: 50%;
  margin: 0 5px !important;
  cursor: pointer;
  opacity: 1 !important;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .certifications__swiper-pagination .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
  }
}

.certifications__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #321255 !important;
  z-index: 10;
  width: 11px !important;
  height: 11px !important;
}
@media screen and (min-width: 768px) {
  .certifications__swiper-pagination .swiper-pagination-bullet-active {
    width: 13px !important;
    height: 13px !important;
  }
}

.services {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  background-size: cover;
  margin: 30px 0 15px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .services {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .services {
    border-radius: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .services {
    margin: 40px 0;
  }
}
.services::after {
  content: "";
  position: absolute;
  background-image: url("../img/services/services-bg-mobile.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .services::after {
    background-position: top;
    background-image: url("../img/services/services-bg-tablet.svg");
  }
}
@media screen and (min-width: 1020px) {
  .services::after {
    background-image: url("../img/services/services-bg-desktop.svg");
  }
}
@media screen and (min-width: 1920px) {
  .services::after {
    background-image: url("../img/services/services-bg-large.svg");
  }
}
.services__wrapper {
  padding: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .services__wrapper {
    padding: 30px 48px;
  }
}
@media screen and (min-width: 1280px) {
  .services__wrapper {
    padding: 40px 50px;
  }
}
@media screen and (min-width: 1920px) {
  .services__wrapper {
    padding: 60px 10px;
  }
}
.services__title {
  margin-bottom: 15px;
  z-index: 3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .services__title {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .services__title {
    margin-bottom: 20px;
  }
}
.services__title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .services__title h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .services__title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .services__title h2 {
    font-size: 60px;
  }
}
.services__swiper {
  overflow: hidden;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .services__swiper-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .services__swiper-wrapper {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1920px) {
  .services__swiper-wrapper {
    gap: 20px;
  }
}
.services__swiper-slide {
  border-radius: 16px;
  padding: 20px;
  width: 100%;
  height: 330px !important;
  background: rgba(30, 2, 48, 0.25);
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
  -moz-backdrop-filter: blur(70px);
  z-index: 5;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .services__swiper-slide {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .services__swiper-slide {
    border-radius: 24px;
  }
}
@media screen and (min-width: 375px) {
  .services__swiper-slide {
    height: 280px !important;
  }
}
@media screen and (min-width: 576px) {
  .services__swiper-slide {
    height: 260px !important;
  }
}
@media screen and (min-width: 768px) {
  .services__swiper-slide {
    max-width: 280px;
    height: 318px !important;
    padding: 30px 18px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .services__swiper-slide {
    max-width: 350px;
    height: 320px !important;
    padding: 30px 25px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .services__swiper-slide {
    max-width: 459px;
    height: 400px !important;
    padding: 40px 50px;
    margin-bottom: 0;
  }
}
.services__swiper-slide-title {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .services__swiper-slide-title {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .services__swiper-slide-title {
    margin-bottom: 20px;
  }
}
.services__swiper-slide-title h3 {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .services__swiper-slide-title h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .services__swiper-slide-title h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1920px) {
  .services__swiper-slide-title h3 {
    font-size: 36px;
  }
}
.services__swiper-slide-content p {
  font-size: 12px;
  font-weight: 500;
  line-height: 134%;
  color: #FFFFFF;
}
@media screen and (min-width: 576px) {
  .services__swiper-slide-content p {
    font-size: 13px;
    line-height: 120%;
  }
}
@media screen and (min-width: 1280px) {
  .services__swiper-slide-content p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .services__swiper-slide-content p {
    font-size: 16px;
    line-height: 130%;
  }
}
.services__swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .services__swiper-pagination {
    display: none;
  }
}

.services__swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 50%;
  margin: 0 5px !important;
  cursor: pointer;
  opacity: 1 !important;
  z-index: 10;
}

.services__swiper .swiper-pagination-bullet-active {
  background-color: #FFFFFF !important;
  z-index: 10;
  width: 11px !important;
  height: 11px !important;
}

@media screen and (min-width: 768px) {
  .swiper-grid-column > .swiper-wrapper {
    flex-direction: row !important;
  }
}

.leadership {
  padding: 0 20px;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .leadership {
    margin: 40px 30px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership {
    margin: 73px 0 50px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership {
    margin: 80px 0 63px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership__wrapper {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership__wrapper {
    padding: 0 10px;
  }
}
.leadership__title {
  margin-bottom: 15px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .leadership__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership__title {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership__title {
    margin-bottom: 50px;
  }
}
.leadership__title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #321255;
}
@media screen and (min-width: 768px) {
  .leadership__title h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership__title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership__title h2 {
    font-size: 60px;
  }
}
.leadership__swiper {
  overflow: hidden;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .leadership__swiper {
    overflow: visible;
  }
}
@media screen and (min-width: 992px) {
  .leadership__box {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    z-index: 3;
  }
}
.leadership__swiper-slide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .leadership__swiper-slide {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .leadership__swiper-slide {
    width: auto !important;
  }
}

.card {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
.card_popup {
  cursor: pointer;
}
.card_popup:hover .card__photo::before {
  transform: translateY(-100%);
}
.card__photo {
  max-width: 201px;
  max-height: 265px;
  margin: 0 auto 16px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media screen and (min-width: 576px) {
  .card__photo {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .card__photo {
    border-radius: 24px;
  }
}
@media screen and (min-width: 375px) {
  .card__photo {
    max-width: 252px;
    max-height: 331px;
  }
}
@media screen and (min-width: 768px) {
  .card__photo {
    margin: 0 auto 19px;
  }
}
@media screen and (min-width: 1020px) {
  .card__photo {
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 1920px) {
  .card__photo {
    max-width: 336px;
    max-height: 441px;
    margin: 0 auto 30px;
  }
}
.card__photo img {
  border-radius: 11px;
  z-index: 5;
  width: 100%;
  height: 265px;
}
@media screen and (min-width: 375px) {
  .card__photo img {
    height: 331px;
  }
}
@media screen and (min-width: 1920px) {
  .card__photo img {
    height: 441px;
  }
}
.card__photo-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, #4003D4 19.43%, rgba(151, 71, 255, 0) 100%);
  z-index: -1;
}
.card__photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: -1;
  transition: transform 1.5s linear 0.2s;
}
.card__photo::after {
  content: "";
  position: absolute;
  bottom: -128px;
  right: 0;
  z-index: -2;
  border-radius: 0 0 24px 24px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}
@media screen and (min-width: 1020px) {
  .card__photo_ceo::after {
    bottom: -65px;
    width: 95%;
    background-image: url("../img/leadership/Symon-bg.svg");
  }
}
@media screen and (min-width: 1920px) {
  .card__photo_ceo::after {
    bottom: -90px;
  }
}
@media screen and (min-width: 1020px) {
  .card__photo_ceo::before {
    bottom: 65px;
  }
}
@media screen and (min-width: 1920px) {
  .card__photo_ceo::before {
    bottom: 120px;
  }
}
@media screen and (min-width: 1020px) {
  .card__photo_coo::after {
    bottom: -25px;
    width: 100%;
    background-image: url("../img/leadership/Vitalii-bg.svg");
  }
}
@media screen and (min-width: 1020px) {
  .card__photo_coo::before {
    bottom: 122px;
  }
}
@media screen and (min-width: 1920px) {
  .card__photo_coo::before {
    bottom: 202px;
  }
}
@media screen and (min-width: 1020px) {
  .card__photo_cto::after {
    bottom: -25px;
    width: 100%;
    background-image: url("../img/leadership/Valerii-bg.svg");
  }
}
@media screen and (min-width: 1020px) {
  .card__photo_cto::before {
    bottom: 154px;
  }
}
@media screen and (min-width: 1920px) {
  .card__photo_cto::before {
    bottom: 255px;
  }
}
.card__info {
  max-width: 202px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 375px) {
  .card__info {
    max-width: 252px;
  }
}
@media screen and (min-width: 1920px) {
  .card__info {
    max-width: 336px;
  }
}
.card__info h3 {
  color: #321255;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (min-width: 375px) {
  .card__info h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1920px) {
  .card__info h3 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.card__info span {
  color: #321255;
  font-size: 12px;
  font-weight: 400;
  display: block;
  max-width: 143px;
}
@media screen and (min-width: 375px) {
  .card__info span {
    font-size: 13px;
  }
}
@media screen and (min-width: 1020px) {
  .card__info span {
    max-width: 182px;
  }
}
@media screen and (min-width: 1920px) {
  .card__info span {
    font-size: 16px;
    max-width: 243px;
  }
}
.card__info span:last-child {
  padding-bottom: 7px;
  border-bottom: 1px solid #321255;
}
@media screen and (min-width: 375px) {
  .card__info span:last-child {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1020px) {
  .card__info span:last-child {
    padding-bottom: 10px;
  }
}

.leadership__swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .leadership__swiper-pagination {
    display: none;
  }
}

.leadership__swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 1px solid #321255 !important;
  border-radius: 50%;
  margin: 0 5px !important;
  cursor: pointer;
  opacity: 1 !important;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .leadership__swiper .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
  }
}

.leadership__swiper .swiper-pagination-bullet-active {
  background-color: #321255 !important;
  z-index: 10;
  width: 11px !important;
  height: 11px !important;
}
@media screen and (min-width: 768px) {
  .leadership__swiper .swiper-pagination-bullet-active {
    width: 13px !important;
    height: 13px !important;
  }
}

.leadership-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease 0s;
}
.leadership-popup.open {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.leadership-popup-body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.leadership-popup-wrapper {
  max-width: 300px;
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 6px 20px;
  cursor: auto;
  position: relative;
  margin: 10px auto;
}
@media screen and (min-width: 576px) {
  .leadership-popup-wrapper {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership-popup-wrapper {
    border-radius: 24px;
  }
}
@media screen and (min-width: 576px) {
  .leadership-popup-wrapper {
    max-width: 576px;
    margin: 20px;
  }
}
@media screen and (min-width: 768px) {
  .leadership-popup-wrapper {
    max-width: 668px;
    margin: 20px;
    padding: 60px 50px 30px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership-popup-wrapper {
    flex-direction: row;
    max-width: 1020px;
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .leadership-popup-wrapper {
    padding: 50px 50px 30px;
    max-width: 1180px;
    gap: 48px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership-popup-wrapper {
    padding: 50px 100px 30px;
    max-width: 1440px;
  }
}
.leadership-popup-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 16px;
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  -moz-backdrop-filter: blur(80px);
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .leadership-popup-wrapper::before {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership-popup-wrapper::before {
    border-radius: 24px;
  }
}
.leadership-popup-wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../img/leadership/leadership-popup-logo-sm.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 96%;
  height: 100%;
  z-index: 0;
  top: 0;
  right: 10px;
  border-radius: 16px;
}
@media screen and (min-width: 576px) {
  .leadership-popup-wrapper::after {
    width: 98%;
    background-image: url("../img/leadership/leadership-popup-logo-md.svg");
  }
}
@media screen and (min-width: 1020px) {
  .leadership-popup-wrapper::after {
    background-image: url("../img/leadership/leadership-popup-logo-lg.svg");
    width: 54%;
  }
}
@media screen and (min-width: 1920px) {
  .leadership-popup-wrapper::after {
    background-image: url("../img/leadership/leadership-popup-logo-xl.svg");
  }
}
.leadership-popup-info {
  z-index: 2;
  padding: 0 9px;
}
@media screen and (min-width: 1020px) {
  .leadership-popup-info {
    max-width: 540px !important;
  }
}
@media screen and (min-width: 1280px) {
  .leadership-popup-info {
    max-width: 745px !important;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership-popup-info {
    max-width: 889px !important;
    margin-top: 21px;
    margin-right: 18px;
  }
}
.leadership-popup__close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  transition: all 1s ease;
  z-index: 250;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .leadership-popup__close-btn {
    top: 35px;
    right: 44px;
    width: 50px;
    height: 50px;
  }
  .leadership-popup__close-btn img {
    width: 110%;
  }
}
@media screen and (min-width: 1920px) {
  .leadership-popup__close-btn {
    top: 21px;
    right: 56px;
  }
}
.leadership-popup__close-btn:hover {
  transform: rotate(360deg);
}
.leadership-popup .card {
  cursor: auto;
  background-color: transparent;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .leadership-popup .card {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership-popup .card {
    margin-top: 28px;
  }
}
.leadership-popup .card__photo {
  max-width: 287px;
  max-height: 377px;
  margin: 0 auto 20px;
}
.leadership-popup .card__photo img {
  width: 100%;
  height: 377px;
}
.leadership-popup .card__photo-background {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 100%);
}
.leadership-popup .card__photo::before {
  display: none;
}
.leadership-popup .card__photo::after {
  display: none;
}
.leadership-popup .card__info {
  border-bottom: 1px solid #FFFFFF;
  max-width: 576px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .leadership-popup .card__info {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership-popup .card__info {
    margin: 0 0 20px;
  }
}
.leadership-popup .card__info h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .leadership-popup .card__info h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership-popup .card__info h3 {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .leadership-popup .card__info h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership-popup .card__info h3 {
    font-size: 36px;
  }
}
.leadership-popup .card__info span {
  color: #FFFFFF;
  text-align: center;
  max-width: 576px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .leadership-popup .card__info span {
    font-size: 13px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership-popup .card__info span {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .leadership-popup .card__info span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership-popup .card__info span {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .leadership-popup .card__info span:last-child {
    padding-bottom: 20px;
  }
}
.leadership-popup-text {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .leadership-popup-text {
    margin-top: 10px;
  }
}
.leadership-popup-text p {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 18px;
  text-indent: 10px;
}
@media screen and (min-width: 768px) {
  .leadership-popup-text p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .leadership-popup-text p {
    font-size: 14px;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership-popup-text p {
    font-size: 16px;
    margin-bottom: 29px;
  }
}
.leadership-popup-text p:last-child {
  margin-bottom: 0;
}
.leadership-popup-social {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1020px) {
  .leadership-popup-social {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .leadership-popup-social {
    gap: 20px;
  }
}
.leadership-popup-social a {
  display: block;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 1280px) {
  .leadership-popup-social a {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership-popup-social a:hover {
    transform: scale(1.1);
  }
}

.case {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .case {
    margin: 40px 30px;
  }
}
@media screen and (min-width: 1920px) {
  .case__wrapper {
    padding: 0 10px;
  }
}
.case__title {
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .case__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .case__title {
    margin-bottom: 45px;
  }
}
.case__title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #321255;
}
@media screen and (min-width: 768px) {
  .case__title h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .case__title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .case__title h2 {
    font-size: 60px;
  }
}
.case__swiper {
  overflow: hidden;
  z-index: 3;
}
.case__swiper-slide {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1920px) {
  .case__swiper-slide {
    margin-bottom: 15px;
  }
}
.case__swiper-slide-content {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  width: 259px !important;
  padding: 23px 15px 22px;
  margin: 0 auto 9px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 375px) {
  .case__swiper-slide-content {
    width: 295px !important;
  }
}
@media screen and (min-width: 576px) {
  .case__swiper-slide-content {
    width: 345px !important;
  }
}
@media screen and (min-width: 768px) {
  .case__swiper-slide-content {
    padding: 12px 15px 22px;
    max-width: 350px;
    width: 100% !important;
    min-height: 450px;
  }
}
@media screen and (min-width: 1020px) {
  .case__swiper-slide-content {
    min-height: 480px;
  }
}
@media screen and (min-width: 1330px) {
  .case__swiper-slide-content {
    min-height: 500px;
  }
}
@media screen and (min-width: 1920px) {
  .case__swiper-slide-content {
    min-height: 532px;
    padding: 20px 16px;
    max-width: 386px;
    margin-bottom: 0;
  }
}
.case__swiper-slide-content::after {
  content: "";
  position: absolute;
  bottom: -165px;
  left: -100px;
  height: 915px;
  width: 915px;
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  -webkit-clip-path: circle(50px at 5% 95%);
  clip-path: circle(50px at 5% 95%);
  opacity: 0.75;
  z-index: -2;
  transition: all 1s ease-in;
}
.case__swiper-slide-content_hovered::after {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  -webkit-clip-path: circle(460px);
  clip-path: circle(500px);
  opacity: 1;
}
.case__slide-photo {
  width: 232px;
  height: 155px;
  margin-bottom: 8px;
  pointer-events: none;
}
@media screen and (min-width: 375px) {
  .case__slide-photo {
    width: 265px;
    height: 165px;
  }
}
@media screen and (min-width: 576px) {
  .case__slide-photo {
    width: 315px;
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .case__slide-photo {
    max-width: 322px;
    width: 100%;
    min-height: 155px;
    height: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1920px) {
  .case__slide-photo {
    max-width: 336px;
    height: 224px;
    margin-bottom: 17px;
  }
}
.case__slide-photo img {
  width: 100%;
  height: 100%;
}
.case__slide-title {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .case__slide-title {
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 1280px) {
  .case__slide-title {
    margin-bottom: 5px;
  }
}
.case__slide-title h3 {
  color: #321255;
  font-size: 20px;
  font-weight: 700;
  transition: all 1s ease-in;
}
@media screen and (min-width: 768px) {
  .case__slide-title h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .case__slide-title h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1920px) {
  .case__slide-title h3 {
    font-size: 28px;
  }
}
.case__slide-options {
  margin-bottom: 4px;
}
.case__slide-options span {
  font-size: 8px;
  font-weight: 600;
  padding: 3px 6px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 3px;
}
@media screen and (min-width: 1280px) {
  .case__slide-options span {
    font-size: 9px;
  }
}
@media screen and (min-width: 1920px) {
  .case__slide-options span {
    font-size: 10px;
    margin-bottom: 4px;
    padding: 5px 8px;
  }
}
.case__industries {
  border: 1px solid #36CAB4;
  color: #36CAB4;
  transition: background 1s ease-in, border 1s ease-in, color 1s ease-in, box-shadow 0.3s ease-in, transform 0.3s ease-in;
}
.case__industries:hover {
  box-shadow: 0 0 0 1px #36CAB4, 0 0 0 1px #36CAB4;
  transform: translateY(-2px);
}
.case__industries_hovered {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: #36CAB4;
}
.case__cloud {
  border: 1px solid #321255;
  color: #321255;
  transition: background 1s ease-in, border 1s ease-in, color 1s ease-in, box-shadow 0.3s ease-in, transform 0.3s ease-in;
}
.case__cloud:hover {
  box-shadow: 0 0 0 1px #321255, 0 0 0 1px #321255;
  transform: translateY(-2px);
}
.case__cloud_hovered {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: #321255;
}
.case__integrations {
  border: 1px solid #8B5CF6;
  color: #8B5CF6;
  transition: background 1s ease-in, border 1s ease-in, color 1s ease-in, box-shadow 0.3s ease-in, transform 0.3s ease-in;
}
.case__integrations:hover {
  box-shadow: 0 0 0 1px #8B5CF6, 0 0 0 1px #8B5CF6;
  transform: translateY(-2px);
}
.case__integrations_hovered {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: #8B5CF6;
}
.case__slide-info {
  margin-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .case__slide-info {
    margin-bottom: 5px;
  }
}
.case__slide-info p {
  color: #321255;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  transition: all 1s ease-in;
}
@media screen and (min-width: 768px) {
  .case__slide-info p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .case__slide-info p {
    font-size: 14px;
  }
}
.case__slide-btn {
  width: 73px;
  height: 29px;
  border-radius: 18px;
  border: 1px solid #321255;
  color: #321255;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 1s ease-in;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .case__slide-btn {
    font-size: 13px;
    width: 76px;
    height: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .case__slide-btn {
    font-size: 14px;
    width: 85px;
    height: 35px;
  }
}
@media screen and (min-width: 1920px) {
  .case__slide-btn {
    width: 87px;
    height: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .case__slide-btn:hover {
    color: #FFFFFF;
  }
}
.case__slide-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 32px;
  background: linear-gradient(279deg, #4CE5AE 6.67%, #1CAABC 68.48%, #076266 96.36%);
  z-index: -1;
  transition: all 1s ease-in;
  opacity: 0;
}
.case__slide-btn_hovered {
  border: 1px solid #FFFFFF;
}
.case__slide-btn_hovered::after {
  opacity: 1;
}

.change-color {
  color: #FFFFFF !important;
}

.case__swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.case__swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 1px solid #321255 !important;
  border-radius: 50%;
  margin: 0 5px !important;
  cursor: pointer;
  opacity: 1 !important;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .case__swiper .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
  }
}

.case__swiper .swiper-pagination-bullet-active {
  background-color: #321255 !important;
  z-index: 10;
  width: 11px !important;
  height: 11px !important;
}
@media screen and (min-width: 768px) {
  .case__swiper .swiper-pagination-bullet-active {
    width: 13px !important;
    height: 13px !important;
  }
}

.сase-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease 0s;
}
.сase-popup.open {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.сase-popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.сase-popup__wrapper {
  max-width: 300px;
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 6px 20px;
  cursor: auto;
  position: relative;
  margin: 10px auto;
}
@media screen and (min-width: 576px) {
  .сase-popup__wrapper {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .сase-popup__wrapper {
    border-radius: 24px;
  }
}
@media screen and (min-width: 576px) {
  .сase-popup__wrapper {
    max-width: 576px;
    margin: 20px;
  }
}
@media screen and (min-width: 768px) {
  .сase-popup__wrapper {
    max-width: 668px;
    margin: 20px;
    padding: 78px 50px 30px;
  }
}
@media screen and (min-width: 1020px) {
  .сase-popup__wrapper {
    flex-direction: row;
    max-width: 1020px;
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__wrapper {
    padding: 95px 50px 30px;
    max-width: 1180px;
    gap: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__wrapper {
    padding: 84px 80px 30px;
    max-width: 1440px;
    gap: 48px;
  }
}
.сase-popup__close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  transition: all 1s ease;
  z-index: 250;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .сase-popup__close-btn {
    top: 15px;
    right: 25px;
    width: 50px;
    height: 50px;
  }
  .сase-popup__close-btn img {
    width: 110%;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__close-btn {
    top: 32px;
    right: 58px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__close-btn {
    top: 35px;
    right: 75px;
  }
}
.сase-popup__close-btn:hover {
  transform: rotate(360deg);
}
.сase-popup__info {
  margin-bottom: 20px;
}
@media screen and (min-width: 1920px) {
  .сase-popup__info {
    max-width: 438px;
  }
}
.сase-popup__logo {
  width: 260px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  padding: 15px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 576px) {
  .сase-popup__logo {
    max-width: 375px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .сase-popup__logo {
    max-width: 572px;
    width: 100%;
    height: 376px;
    margin: 0 0 32px;
    padding: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__logo {
    padding: 38px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__logo {
    max-width: 420px;
    width: 100%;
    height: 420px;
    margin: 0 0 29px;
    padding: 60px;
  }
}
.сase-popup__logo img {
  width: 100%;
}
.сase-popup__logo_white {
  background-color: #ffffff;
}
.сase-popup__logo_black {
  background-color: #000000;
}
.сase-popup__options {
  max-width: 262px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 576px) {
  .сase-popup__options {
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .сase-popup__options {
    max-width: 668px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__options {
    max-width: 403px;
    margin: 0 auto 30px;
    gap: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__options {
    max-width: 438px;
  }
}
.сase-popup__options span {
  font-size: 8px;
  font-weight: 600;
  padding: 5px 9px;
  border-radius: 18px;
  display: inline-block;
  margin: 0 0px 3px 0;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .сase-popup__options span {
    font-size: 9px;
    padding: 6px 10px;
    margin: 0 0px 5px 0;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__options span {
    font-size: 12px;
    margin: 0 0px 7px 0;
    padding: 6px 9px;
  }
}
.сase-popup__industries {
  background: #36CAB4;
  transition: all 0.2s ease-in;
}
.сase-popup__industries:hover {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
  transform: translateY(-2px);
}
.сase-popup__cloud {
  background: #652C9D;
  transition: all 0.2s ease-in;
}
.сase-popup__cloud:hover {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
  transform: translateY(-2px);
}
.сase-popup__integrations {
  background: #8B5CF6;
  transition: all 0.2s ease-in;
}
.сase-popup__integrations:hover {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
  transform: translateY(-2px);
}
.сase-popup__technologies {
  background: transparent;
  transition: all 0.2s ease-in;
}
.сase-popup__technologies:hover {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
  transform: translateY(-2px);
}
.сase-popup__social {
  max-width: 262px;
  margin: 0 auto 15px;
  gap: 10px !important;
}
@media screen and (min-width: 576px) {
  .сase-popup__social {
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .сase-popup__social {
    max-width: 668px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__company {
    max-width: 794px;
    width: 100%;
  }
}
.сase-popup__company-name {
  max-width: 262px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 576px) {
  .сase-popup__company-name {
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .сase-popup__company-name {
    max-width: 668px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__company-name {
    max-width: 645px;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__company-name {
    max-width: 794px;
    width: 100%;
  }
}
.сase-popup__company-name h3 {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .сase-popup__company-name h3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__company-name h3 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__company-name h3 {
    font-size: 60px;
  }
}
.сase-popup__subtitle {
  max-width: 262px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 576px) {
  .сase-popup__subtitle {
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .сase-popup__subtitle {
    max-width: 668px;
    margin: 0 auto 11px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__subtitle {
    max-width: 645px;
    margin: 0 auto 14px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__subtitle {
    max-width: 794px;
    margin: 0 auto 17px;
  }
}
.сase-popup__subtitle h4 {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .сase-popup__subtitle h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__subtitle h4 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__subtitle h4 {
    font-size: 36px;
  }
}
.сase-popup__text {
  max-width: 262px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 576px) {
  .сase-popup__text {
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .сase-popup__text {
    max-width: 668px;
    margin: 0 auto 19px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__text {
    max-width: 645px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__text {
    max-width: 794px;
    margin: 0 auto 25px;
  }
}
.сase-popup__text p {
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .сase-popup__text p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__text p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__text p {
    font-size: 16px;
  }
}
.сase-popup__list {
  max-width: 262px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 576px) {
  .сase-popup__list {
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .сase-popup__list {
    max-width: 668px;
    margin: 0 auto 19px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__list {
    max-width: 645px;
    margin: 0 auto 21px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__list {
    max-width: 794px;
  }
}
.сase-popup__list:last-child {
  margin-bottom: 0;
}
.сase-popup__list li {
  list-style-type: disc;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  max-width: 245px;
  margin-left: 18px;
}
@media screen and (min-width: 768px) {
  .сase-popup__list li {
    max-width: 668px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__list li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__list li {
    font-size: 16px;
    margin-left: 25px;
    max-width: 739px;
  }
}
.сase-popup__social {
  display: flex;
  gap: 13px;
  margin-bottom: 10px;
  cursor: pointer;
}
.сase-popup__social a {
  display: block;
  width: 31px;
  height: 31px;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 1280px) {
  .сase-popup__social a:hover {
    transform: scale(1.1);
  }
}

.feedbacks {
  padding: 0 20px;
  margin: 30px 0;
  position: relative !important;
}
@media screen and (min-width: 768px) {
  .feedbacks {
    margin: 40px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .feedbacks {
    margin: 70px 30px 50px;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks {
    margin: 80px 0 63px;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__wrapper {
    padding: 0 10px;
  }
}
.feedbacks__title {
  margin-bottom: 15px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .feedbacks__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .feedbacks__title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__title {
    margin-bottom: 50px;
  }
}
.feedbacks__title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #321255;
}
@media screen and (min-width: 768px) {
  .feedbacks__title h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .feedbacks__title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__title h2 {
    font-size: 60px;
  }
}
.feedbacks__swiper {
  overflow: hidden;
  max-width: 260px;
  margin: 0 auto;
}
@media screen and (min-width: 375px) {
  .feedbacks__swiper {
    max-width: 315px;
  }
}
@media screen and (min-width: 768px) {
  .feedbacks__swiper {
    max-width: 450px;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__swiper {
    max-width: 820px;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__swiper {
    max-width: 900px;
  }
}
.feedbacks__swiper-slide {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .feedbacks__swiper-slide {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .feedbacks__swiper-slide {
    border-radius: 24px;
  }
}
@media screen and (min-width: 768px) {
  .feedbacks__swiper-slide {
    padding: 30px 45px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__swiper-slide {
    padding: 30px 80px;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__swiper-slide {
    padding: 50px 100px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
}
.feedbacks__photo {
  border-radius: 100%;
  width: 75px;
  height: 75px;
  object-fit: contain;
  border: 1px solid #FFFFFF;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .feedbacks__photo {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__photo {
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__photo {
    width: 84px;
    height: 84px;
  }
}
.feedbacks__photo img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.feedbacks__name {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .feedbacks__name {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .feedbacks__name {
    margin: 2px 0 3px;
  }
}
.feedbacks__name h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .feedbacks__name h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__name h3 {
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__name h3 {
    font-size: 32px;
  }
}
.feedbacks__name span {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feedbacks__name span {
    font-size: 15px;
    text-align: left;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__name span {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__name span {
    font-size: 18px;
  }
}
.feedbacks__quote {
  color: #FFFFFF;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  max-width: 219px;
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .feedbacks__quote {
    max-width: 359px;
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__quote {
    max-width: 530px;
    font-size: 15px;
    margin: 0 0 15px;
    text-align: left;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__quote {
    font-size: 16px;
  }
}
.feedbacks__socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .feedbacks__socials {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__socials {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__socials {
    max-width: 350px;
    margin-bottom: 15px;
  }
}
.feedbacks__socials a {
  display: block;
  width: 32px;
  height: 32px;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .feedbacks__socials a {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__socials a {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__socials a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .feedbacks__socials a:hover {
    transform: scale(1.1);
  }
}
.feedbacks__divider {
  background-color: #FFFFFF;
  height: 1px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .feedbacks__divider {
    max-width: 350px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__divider {
    margin-bottom: 25px;
  }
}

.feedbacks__swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.feedbacks__swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 1px solid #321255 !important;
  border-radius: 50%;
  margin: 0 5px !important;
  cursor: pointer;
  opacity: 1 !important;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .feedbacks__swiper .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
  }
}

.feedbacks__swiper .swiper-pagination-bullet-active {
  background-color: #321255 !important;
  z-index: 10;
  width: 11px !important;
  height: 11px !important;
}
@media screen and (min-width: 768px) {
  .feedbacks__swiper .swiper-pagination-bullet-active {
    width: 13px !important;
    height: 13px !important;
  }
}

.contacts {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  z-index: 55;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
@media screen and (min-width: 576px) {
  .contacts {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .contacts {
    border-radius: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts {
    margin: 70px 0;
  }
}
@media screen and (min-width: 1920px) {
  .contacts {
    margin: 80px 0;
  }
}
.contacts .container {
  width: 100%;
}
.contacts::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(30, 2, 48, 0.05);
  backdrop-filter: blur(55px);
  -webkit-backdrop-filter: blur(55px);
  -moz-backdrop-filter: blur(55px);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .contacts::after {
    background: rgba(30, 2, 48, 0.05);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    -moz-backdrop-filter: blur(100px);
  }
}
@media screen and (min-width: 1920px) {
  .contacts::after {
    background: rgba(30, 2, 48, 0.05);
    backdrop-filter: blur(150px);
    -webkit-backdrop-filter: blur(150px);
    -moz-backdrop-filter: blur(150px);
  }
}
@media screen and (min-width: 1920px) {
  .contacts::after {
    background: rgba(30, 2, 48, 0.02);
    backdrop-filter: blur(150px);
    -webkit-backdrop-filter: blur(150px);
    -moz-backdrop-filter: blur(150px);
  }
}
.contacts::before {
  content: "";
  position: absolute;
  background-image: url("../img/contact/contact-bg-mobile.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 120%;
  height: 100%;
  height: 900px;
  z-index: 2;
  top: 0;
  left: -10%;
  border-radius: 16px;
  animation: moveUpDown 6.5s ease-in-out infinite;
}
@media screen and (min-width: 576px) {
  .contacts::before {
    background-image: url("../img/contact/contact-bg-tablet.svg");
  }
}
@media screen and (min-width: 1020px) {
  .contacts::before {
    background-image: url("../img/contact/contact-bg-desktop.svg");
  }
}
@media screen and (min-width: 1920px) {
  .contacts::before {
    background-image: url("../img/contact/contact-bg-large.svg");
  }
}
.contacts__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1460px;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contacts__wrapper {
    padding: 30px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__wrapper {
    padding: 40px 70px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__wrapper {
    padding: 60px 10px;
  }
}
.contacts__title {
  margin-bottom: 10px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .contacts__title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__title {
    margin-bottom: 30px;
  }
}
.contacts__title h2 {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .contacts__title h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__title h2 {
    font-size: 60px;
  }
}
.contacts__subtitle {
  max-width: 670px;
  margin-bottom: 10px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .contacts__subtitle {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__subtitle {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__subtitle {
    font-size: 18px;
  }
}
.contacts__subtitle span {
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (min-width: 1280px) {
  .contacts__subtitle span {
    font-size: 16px;
  }
}
.contacts__form {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  z-index: 5;
}
@media screen and (min-width: 800px) {
  .contacts__form {
    max-width: 804px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__form {
    max-width: 864px;
  }
}
.contacts__form-items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .contacts__form-items {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form-items {
    height: 44px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__form-items {
    height: 49px;
    margin-bottom: 17px;
  }
}
.contacts__form input,
.contacts__form textarea {
  width: 100%;
  height: 34px;
  padding: 10px 20px 12px 40px;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  background: rgba(30, 2, 48, 0.05);
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
  -moz-backdrop-filter: blur(70px);
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  outline: none;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .contacts__form input,
  .contacts__form textarea {
    height: 50px;
    padding: 17px 30px 17px 54px;
    font-size: 13px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form input,
  .contacts__form textarea {
    height: 44px;
    font-size: 14px;
    padding: 15px 20px 15px 38px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__form input,
  .contacts__form textarea {
    height: 49px;
    font-size: 16px;
  }
}
.contacts__form input::placeholder,
.contacts__form textarea::placeholder {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .contacts__form input::placeholder,
  .contacts__form textarea::placeholder {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form input::placeholder,
  .contacts__form textarea::placeholder {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__form input::placeholder,
  .contacts__form textarea::placeholder {
    font-size: 16px;
  }
}
.contacts__form input:hover,
.contacts__form textarea:hover {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
}
.contacts__form input:focus,
.contacts__form textarea:focus {
  background-color: #321255;
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
}
.contacts__form textarea {
  height: 68px;
  border-radius: 25px;
  resize: none;
}
@media screen and (min-width: 1020px) {
  .contacts__form textarea {
    resize: auto;
    min-height: 45px;
    max-height: 88px;
    min-width: 200px;
    max-width: 850px;
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form textarea {
    height: 88px;
    max-height: 100px;
    border-radius: 35px;
    padding: 15px 30px 12px 40px;
    max-width: 1080px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__form textarea {
    max-height: 100px;
    max-width: 1500px;
  }
}
.contacts__form-input-name, .contacts__form-input-mail, .contacts__form-input-additional {
  width: 100%;
  height: 34px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .contacts__form-input-name, .contacts__form-input-mail, .contacts__form-input-additional {
    height: 50px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form-input-name, .contacts__form-input-mail, .contacts__form-input-additional {
    height: 44px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__form-input-name, .contacts__form-input-mail, .contacts__form-input-additional {
    height: 49px;
  }
}
.contacts__form-input-name::before, .contacts__form-input-mail::before, .contacts__form-input-additional::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 11px;
  height: 11px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .contacts__form-input-name::before, .contacts__form-input-mail::before, .contacts__form-input-additional::before {
    width: 15px;
    height: 15px;
    left: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form-input-name::before, .contacts__form-input-mail::before, .contacts__form-input-additional::before {
    width: 14px;
    height: 14px;
    left: 19px;
  }
}
.contacts__form-input-additional {
  height: 68px;
}
@media screen and (min-width: 1280px) {
  .contacts__form-input-additional {
    height: 88px;
  }
}
.contacts__form-input-additional::before {
  top: 15px;
}
@media screen and (min-width: 768px) {
  .contacts__form-input-additional::before {
    top: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form-input-additional::before {
    top: 22px;
  }
}
.contacts__form-input-name::before {
  background-image: url("../img/contact/name.svg");
}
.contacts__form-input-mail::before {
  background-image: url("../img/contact/email.svg");
}
.contacts__form-input-additional {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contacts__form-input-additional {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form-input-additional {
    margin-bottom: 20px;
  }
}
.contacts__form-input-additional::before {
  background-image: url("../img/contact/additional.svg");
}
.contacts__form-btn {
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  background: rgba(30, 2, 48, 0.05);
  max-width: 320px;
  width: 100%;
  height: 41px;
  margin: 0 auto 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contacts__form-btn {
    margin: 0 0 25px;
    max-width: 185px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form-btn {
    margin: 0 0 20px;
    max-width: 200px;
    height: 43px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__form-btn {
    height: 51px;
  }
}
.contacts__form-btn:hover {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
  background: #36CAB4;
  color: #321255;
  opacity: 1;
}
.contacts__form-btn:active {
  background: #076266;
  color: #FFFFFF;
}
.contacts__form-checkbox-wrapper {
  display: flex;
  align-items: center;
  max-width: 275px;
  transition: all 0.3s ease-in;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .contacts__form-checkbox-wrapper {
    margin-bottom: 0;
  }
}
.contacts__form-checkbox-wrapper input {
  background: none;
  backdrop-filter: none;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
}
.contacts__form-checkbox-wrapper label {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}
.contacts__form-checkbox-wrapper label a {
  color: #FFFFFF;
  text-decoration: underline;
}
@media screen and (min-width: 1920px) {
  .contacts__form-checkbox-wrapper label {
    font-size: 14px;
  }
}
.contacts__form-checkbox-wrapper:hover {
  transform: scale(1.01);
}
.contacts__form-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contacts__form-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.contacts__form-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
@media screen and (min-width: 1280px) {
  .contacts__form-checkbox + label::before {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }
}
.contacts__form-checkbox:checked + label::before {
  background-image: url("../img/contact/checkbox.svg");
}

.contacts__form-input-mail input.error,
.contacts__form-input-name input.error {
  border: 1px solid #f11b1b !important;
  box-shadow: 0 0 0 1px #f11b1b, 0 0 0 1px #f11b1b !important;
}

.agreed-label.error {
  color: #f11b1b !important;
}

.agreed-label.error a {
  color: #f11b1b !important;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}
.contacts__form-btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}

.contacts__form-btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.contacts__form-btn:not([disabled]) {
  opacity: 1;
}

.tnx-popu__wrapper {
  max-width: 700px;
  margin: 0 15px;
}

.tnx-popu__wrapper {
  padding: 95px 50px 70px;
  position: relative;
}
.tnx-popu__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 16px;
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
  -moz-backdrop-filter: blur(35px);
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .tnx-popu__wrapper::before {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .tnx-popu__wrapper::before {
    border-radius: 24px;
  }
}
.tnx-popu__wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../img/leadership/leadership-popup-logo-lg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  right: 20px;
  border-radius: 16px;
}
@media screen and (min-width: 576px) {
  .tnx-popu__wrapper::after {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .tnx-popu__wrapper::after {
    border-radius: 24px;
  }
}

.tnx-popup__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  max-width: 1920px;
  width: 100%;
  z-index: 2;
}

.tnx-popup__text h2 {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 576px) {
  .tnx-popup__text h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .tnx-popup__text h2 {
    font-size: 22px;
  }
}
.tnx-popup__text h2:first-child {
  margin-top: 20px;
}

.updates {
  padding: 0 20px;
  margin: 30px 0;
  position: relative !important;
}
@media screen and (min-width: 768px) {
  .updates {
    margin: 40px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .updates {
    margin: 70px 30px;
  }
}
@media screen and (min-width: 1920px) {
  .updates {
    margin: 80px 0;
  }
}
@media screen and (min-width: 1920px) {
  .updates__wrapper {
    padding: 0 10px;
  }
}
.updates__title {
  margin-bottom: 15px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .updates__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .updates__title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__title {
    margin-bottom: 50px;
  }
}
.updates__title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #321255;
}
@media screen and (min-width: 768px) {
  .updates__title h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .updates__title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__title h2 {
    font-size: 60px;
  }
}
.updates__swiper {
  overflow: hidden;
  max-width: 260px;
  margin: 0 auto;
}
@media screen and (min-width: 375px) {
  .updates__swiper {
    max-width: 315px;
  }
}
@media screen and (min-width: 768px) {
  .updates__swiper {
    max-width: 530px;
  }
}
@media screen and (min-width: 900px) {
  .updates__swiper {
    max-width: 820px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__swiper {
    max-width: 900px;
  }
}
.updates__swiper-slide {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .updates__swiper-slide {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .updates__swiper-slide {
    border-radius: 24px;
  }
}
@media screen and (min-width: 768px) {
  .updates__swiper-slide {
    padding: 30px 50px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 900px) {
  .updates__swiper-slide {
    padding: 40px 50px 20px 50px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__swiper-slide {
    padding: 50px 50px 30px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 900px) {
  .updates__swiper-slide-wrapper {
    display: flex;
  }
}
@media screen and (min-width: 1920px) {
  .updates__swiper-slide-wrapper {
    justify-content: space-between;
  }
}
.updates__photo {
  border-radius: 10px;
  width: 220px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .updates__photo {
    border-radius: 13px;
    width: 390px;
    height: 256px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 900px) {
  .updates__photo {
    width: 256px;
    height: 256px;
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .updates__photo {
    width: 288px;
    height: 288px;
  }
}
.updates__photo img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (min-width: 900px) {
  .updates__photo img {
    width: 256px;
    height: 256px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__photo img {
    width: 288px;
    height: 288px;
  }
}
@media screen and (min-width: 900px) {
  .updates__info {
    max-width: 433px;
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .updates__info {
    max-width: 471px;
  }
}
.updates__slide-title {
  margin-bottom: 0px;
}
@media screen and (min-width: 1280px) {
  .updates__slide-title {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__slide-title {
    margin-bottom: 4px;
  }
}
.updates__slide-title h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .updates__slide-title h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .updates__slide-title h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__slide-title h3 {
    font-size: 32px;
  }
}
.updates__date {
  display: block;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .updates__date {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .updates__date {
    margin-bottom: 17px;
  }
}
.updates__date span {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .updates__date span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__date span {
    font-size: 13px;
  }
}
.updates__text {
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .updates__text {
    max-width: 398px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .updates__text {
    max-width: 433px;
    margin-bottom: 67px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__text {
    max-width: 471px;
    margin-bottom: 55px;
  }
}
.updates__text p {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .updates__text p {
    font-size: 13px;
    line-height: 130%;
  }
}
@media screen and (min-width: 1280px) {
  .updates__text p {
    font-size: 14px;
    line-height: normal;
  }
}
@media screen and (min-width: 1920px) {
  .updates__text p {
    font-size: 16px;
  }
}
.updates__divider {
  background-color: #FFFFFF;
  height: 1px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .updates__divider {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .updates__divider {
    max-width: 350px;
    width: 100%;
    margin-bottom: 0;
  }
}

.updates__swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.updates__swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 1px solid #321255 !important;
  border-radius: 50%;
  margin: 0 5px !important;
  cursor: pointer;
  opacity: 1 !important;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .updates__swiper .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
  }
}

.updates__swiper .swiper-pagination-bullet-active {
  background-color: #321255 !important;
  z-index: 10;
  width: 11px !important;
  height: 11px !important;
}
@media screen and (min-width: 768px) {
  .updates__swiper .swiper-pagination-bullet-active {
    width: 13px !important;
    height: 13px !important;
  }
}

.footer {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  border-radius: 16px;
  margin-bottom: 50px;
}
@media screen and (min-width: 576px) {
  .footer {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .footer {
    border-radius: 24px;
  }
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .footer__wrapper {
    padding: 20px 70px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__wrapper {
    padding: 20px 50px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__wrapper {
    padding: 30px 20px;
  }
}
.footer__logo-wrapper {
  display: flex;
  align-items: center;
}
.footer__logo img {
  max-width: 45px;
  width: 100%;
  max-height: 54px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    max-width: 50px;
    max-height: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__logo img {
    max-width: 68px;
    max-height: 81px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__logo img {
    max-width: 100px;
    max-height: 120px;
  }
}
.footer__items {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (min-width: 1920px) {
  .footer__items {
    padding: 17px 0 21px;
  }
}
.footer__slogan {
  max-width: 175px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__slogan {
    max-width: 500px;
  }
}
.footer__slogan span {
  color: #FFFFFF;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__slogan span {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__slogan span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__slogan span {
    font-size: 16px;
  }
}
.footer__social {
  display: flex;
  justify-content: center;
  gap: 12.6px;
}
@media screen and (min-width: 768px) {
  .footer__social {
    gap: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__social {
    gap: 22.5px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__social {
    gap: 24px;
  }
}
.footer__social a {
  display: block;
  width: 23px;
  height: 23px;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .footer__social a {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__social a {
    width: 37.5px;
    height: 37.5px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__social a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__social a:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 576px) {
  .footer__social svg {
    width: 19px;
    height: 19px;
  }
}