@charset "UTF-8";
/*! 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.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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;
}

/**
 * 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.
 */
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;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-LightItalic.woff2") format("woff2"), url("../fonts/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  box-sizing: border-box;
  --clr-blue: #312B6D;
  --clr-blue-light: #4800FF;
  --clr-blue-light-secondary: #8F00FF;
  --clr-blue-dark: #060043;
  --clr-white: #ffffff;
  --clr-pink: #FF00A7;
  --clr-white-dark: #F6F2FF;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  color: var(--clr-blue);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  background-color: var(--clr-white);
}
@media screen and (max-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.5;
  }
}

body.lock {
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

ul > li {
  list-style: none;
}

p {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: 100%;
}

input {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Epiloque", sans-serif;
  font-weight: 700;
  color: var(--clr-blue);
  line-height: 1;
}

h1 {
  font-size: 95px;
  text-transform: uppercase;
  color: var(--clr-white);
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 66px;
  }
}

h2 {
  font-size: 60px;
  font-family: "Epiloque", sans-serif;
  font-weight: 600;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.05;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 34px;
  }
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

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

.wrapper__content {
  flex: 1;
}

#redirectForm {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}

.container {
  margin: 0 auto;
  height: 100%;
  max-width: 1720px;
  z-index: 1;
}
@media screen and (max-width: 1820px) {
  .container {
    margin: 0px 50px;
  }
}
@media screen and (max-width: 1600px) {
  .container {
    margin: 0 100px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    margin: 0px 30px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    margin: 0px 20px;
  }
}

.about {
  background-image: url("../images/about-bg%40desktop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 196px 0 202px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .about {
    padding: 136px 0 202px;
  }
}
@media screen and (max-width: 1280px) {
  .about {
    padding: 126px 0 202px;
  }
}
@media screen and (max-width: 992px) {
  .about {
    background-image: none;
    padding: 123px 0px 20px;
    background-position: center;
    background-size: cover;
    background-color: #7364EC;
  }
}

.about .container {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .about .container {
    flex-direction: column;
    align-items: initial;
  }
}

.about__left {
  margin-left: 118px;
  flex: 1 1 574px;
  max-width: 570px;
}
@media screen and (max-width: 1830px) {
  .about__left {
    max-width: 610px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 1600px) {
  .about__left {
    max-width: 490px;
  }
}
@media screen and (max-width: 1280px) {
  .about__left {
    max-width: 420px;
  }
}
@media screen and (max-width: 992px) {
  .about__left {
    flex: initial;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.about__right {
  flex: 1 1 929px;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 15px;
  width: 933px;
}
.about__right._anim-items._active {
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .about__right._anim-items._active {
    transform: initial;
  }
}
@media screen and (max-width: 1830px) {
  .about__right {
    margin-top: 70px;
    width: 825px;
    height: 570px;
  }
}
@media screen and (max-width: 1600px) {
  .about__right {
    width: 825px;
    height: 570px;
  }
}
@media screen and (max-width: 1440px) {
  .about__right {
    width: 666px;
    height: 571px;
  }
}
@media screen and (max-width: 1366px) {
  .about__right {
    width: 592px;
    height: 620px;
  }
}
@media screen and (max-width: 1280px) {
  .about__right {
    width: 457px;
    height: 570px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 1187px) {
  .about__right {
    width: 342px;
    height: 422px;
  }
}
@media screen and (max-width: 992px) {
  .about__right {
    margin-top: initial;
    height: initial;
    width: initial;
    position: relative;
    margin-left: 0;
    max-width: 100%;
    flex: initial;
    top: initial;
    transform: initial;
  }
}

.about__title {
  position: relative;
  margin-bottom: 21px;
  margin-top: 70px;
  letter-spacing: -5px;
  z-index: 2;
}
@media screen and (max-width: 1167px) {
  .about__title {
    font-size: 75px;
  }
}
@media screen and (max-width: 1600px) {
  .about__title {
    margin-top: 20px;
    font-size: 63px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 1366px) {
  .about__title {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1280px) {
  .about__title {
    margin-top: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1024px) {
  .about__title {
    font-size: 53px;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    letter-spacing: initial;
    margin-bottom: 62px;
    font-size: 34px;
  }
}

.about__desc {
  color: var(--clr-white);
  padding-left: 41px;
  position: relative;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .about__desc {
    padding-left: 27px;
  }
}
.about__desc::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: var(--clr-pink);
}

.about__img {
  overflow: hidden;
  border-radius: 500px;
  height: 100%;
}

.about__img-elem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about__icon {
  position: absolute;
  top: 140px;
  left: 0px;
  width: 154px;
  height: 154px;
  margin-top: -111px;
  border-radius: 47px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0px 4px 66px 0px rgba(56, 24, 82, 0.1);
  backdrop-filter: blur(20px);
  background-image: url("../images/about-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 81px 69px;
}
@media screen and (max-width: 1600px) {
  .about__icon {
    bottom: initial;
    top: -20px;
    right: 50px;
    left: initial;
    margin-top: 0;
    width: 117px;
    height: 117px;
    border-radius: 35px;
    background-size: 66px 56px;
  }
}
@media screen and (max-width: 1280px) {
  .about__icon {
    top: -20px;
    right: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .about__icon {
    width: 67px;
    height: 67px;
    border-radius: 20px;
    background-size: 37px 32px;
  }
}
@media screen and (max-width: 992px) {
  .about__icon {
    display: none;
  }
}

.education {
  padding: 96px 0 100px;
}
@media screen and (max-width: 768px) {
  .education {
    padding: 70px 0 35px;
  }
}

.education__title {
  max-width: 1131px;
  margin: 0 auto 81px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .education__title {
    max-width: initial;
    margin-bottom: 40px;
    text-align: left;
  }
}

.education__list-wrapper {
  max-width: 985px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .education__list-wrapper {
    max-width: initial;
  }
}

.eduation__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -140px;
  margin-top: -91px;
}
@media screen and (max-width: 1050px) {
  .eduation__list {
    margin-left: -70px;
  }
}
@media screen and (max-width: 768px) {
  .eduation__list {
    margin-left: 0;
    margin-top: -55px;
  }
}

.education__item {
  width: calc(50% - 140px);
  margin-left: 140px;
  margin-top: 91px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .education__item {
    margin-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .education__item {
    width: 100%;
    margin-left: 0;
    margin-top: 55px;
  }
}

.education__img {
  width: 131px;
  height: 142px;
  margin-bottom: 14px;
}
.education__img-elem {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.education__subtitle {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  color: var(--clr-blue-light);
  font-size: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .education__desc {
    font-size: 22px;
  }
}

.experts {
  padding: 90px 0 95px;
}
@media screen and (max-width: 768px) {
  .experts {
    padding: 35px 0 80px;
  }
}

.experts__title {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .experts__title {
    margin-bottom: 40px;
  }
}

.experts__slider {
  background-color: var(--clr-white-dark);
  padding: 74px 0 66px;
}
@media screen and (max-width: 768px) {
  .experts__slider {
    background-color: transparent;
    padding: 0;
  }
}
.experts__slider .container {
  position: relative;
}

.experts__swiper {
  max-width: 1570px;
}

.experts__card.swiper-slide {
  width: 306px;
}

.expert__img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 22px;
  height: 367px;
  position: relative;
}
.expert__company {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 203px;
  height: 64px;
  background-image: url("../images/experts_bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.expert__company-img {
  width: 148px;
  height: 32px;
  object-fit: contain;
  object-position: center;
}

.experts__img-elem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.experts__info {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
.experts__fullname {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  color: var(--clr-blue-light);
  font-size: 20px;
  margin-right: 10px;
}
.experts__link {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-top: 2px;
}
.experts__icon {
  width: 100%;
  height: 100%;
}
.experts__position {
  font-size: 16px;
  color: #060043;
}
@media screen and (max-width: 768px) {
  .experts__buttons {
    display: none;
  }
}
.experts__buttons .swiper-button-prev,
.experts__buttons .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .experts__buttons .swiper-button-prev,
  .experts__buttons .swiper-button-next {
    background-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0px 0px 55px 0px rgba(140, 0, 92, 0.2);
    backdrop-filter: blur(11.5px);
  }
}
.experts__buttons .swiper-button-prev,
.experts__buttons .swiper-rtl .swiper-button-next {
  left: 0;
}
@media screen and (max-width: 1750px) {
  .experts__buttons .swiper-button-prev,
  .experts__buttons .swiper-rtl .swiper-button-next {
    left: -50px;
  }
}
@media screen and (max-width: 992px) {
  .experts__buttons .swiper-button-prev,
  .experts__buttons .swiper-rtl .swiper-button-next {
    left: -30px;
  }
}
.experts__buttons .swiper-button-next,
.experts__buttons .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
@media screen and (max-width: 1750px) {
  .experts__buttons .swiper-button-next,
  .experts__buttons .swiper-rtl .swiper-button-prev {
    right: -50px;
  }
}
@media screen and (max-width: 992px) {
  .experts__buttons .swiper-button-next,
  .experts__buttons .swiper-rtl .swiper-button-prev {
    right: -30px;
  }
}

.experts__scrollbar {
  display: none;
  position: absolute;
  bottom: -34px;
  width: 100%;
  height: 14px;
  background-color: var(--clr-white-dark);
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .experts__scrollbar {
    display: block;
  }
}

.experts__scrollbar > .swiper-scrollbar-drag {
  cursor: grab;
  background-color: var(--clr-blue-light);
  position: relative;
}
.experts__scrollbar > .swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 27px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/programs__direction-scrollbar.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.welcome {
  padding: 98px 0 90px;
}
@media screen and (max-width: 768px) {
  .welcome {
    padding: 35px 0;
  }
}

.welcome__title {
  font-family: "Epiloque", sans-serif;
  font-weight: 600;
  font-size: 76px;
  margin-bottom: 14px;
  line-height: normal;
  padding-left: 75px;
}
@media screen and (max-width: 1203px) {
  .welcome__title {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .welcome__title {
    font-size: 34px;
    margin-bottom: 40px;
    padding-left: 0;
  }
}

.welcome__title--mobile {
  display: none;
}
@media screen and (max-width: 1203px) {
  .welcome__title--mobile {
    display: block;
  }
}
.welcome__fullname {
  padding-left: 75px;
  font-family: "Epiloque", sans-serif;
  font-weight: 700;
  font-size: 37px;
  color: var(--clr-pink);
  margin-bottom: 50px;
}
@media screen and (max-width: 1289px) {
  .welcome__fullname {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1203px) {
  .welcome__fullname {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .welcome__fullname {
    padding-left: 0;
    margin-bottom: 27px;
  }
}

.welcome__fullname--mobile {
  display: none;
}
@media screen and (max-width: 1203px) {
  .welcome__fullname--mobile {
    display: block;
  }
}
.welcome__inner {
  display: flex;
  align-items: center;
  max-width: 1270px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .welcome__inner {
    margin: initial;
    flex-direction: column;
    justify-content: initial;
  }
}

@media screen and (max-width: 1203px) {
  .welcome__left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .welcome__left {
    width: 100%;
  }
}

.welcome__img {
  max-width: 400px;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .welcome__img {
    margin: 0 auto 20px;
  }
}

.welcome__img-elem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 1203px) {
  .welcome__title--desktop {
    display: none;
  }
}
@media screen and (max-width: 1203px) {
  .welcome__fullname--desktop {
    display: none;
  }
}
.welcome__desc {
  font-size: 22px;
  padding: 48px 78px 47px 85px;
  background-color: var(--clr-white-dark);
  border-radius: 0 20px 20px 0;
  max-width: 736px;
  line-height: 1.9;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1203px) {
  .welcome__desc {
    font-size: 20px;
    padding: 38px 68px 37px 75px;
  }
}
@media screen and (max-width: 768px) {
  .welcome__desc {
    font-size: 18px;
    padding: 21px 20px 23px 20px;
  }
}
.welcome__desc::after, .welcome__desc::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 95px;
  width: 28px;
  height: 24px;
  background-image: url(../images/bracket1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .welcome__desc::after, .welcome__desc::before {
    left: 15px;
  }
}
.welcome__desc::before {
  top: initial;
  left: initial;
  right: 95px;
  bottom: -12px;
}
@media screen and (max-width: 768px) {
  .welcome__desc::before {
    right: 15px;
  }
}

.accordion__item {
  border: 1px solid #FF00A7;
  padding: 46px 60px 40px 60px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .accordion__item {
    padding: 32px 13px 16px 16px;
    border-radius: 3px;
  }
}

.accordion__item + .accordion__item {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .accordion__item + .accordion__item {
    margin-top: 0;
  }
}

.accordion__control {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 992px) {
  .accordion__control {
    flex-direction: column;
  }
}
.open .accordion__title::after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 768px) {
  .open .accordion__title::after {
    transform: rotate(180deg);
  }
}

.accordion__title {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 35px;
  color: var(--clr-blue);
  text-align: left;
  max-width: 88%;
  padding-left: 64px;
  position: relative;
}
.accordion__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 13px;
  transition: all 0.5s;
  background-image: url("../images/accordion-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .accordion__title::after {
    top: -14px;
    transform: none;
    width: 5px;
    height: 3px;
    background-size: contain;
    background-image: url("../images/accordion-icon-mob.svg");
  }
}
.accordion__title span {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .accordion__title span {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1420px) {
  .accordion__title {
    max-width: 84%;
  }
}
@media screen and (max-width: 1200px) {
  .accordion__title {
    max-width: 82%;
    font-size: 45px;
  }
}
@media screen and (max-width: 992px) {
  .accordion__title {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .accordion__title {
    padding-left: 0;
    font-size: 18px;
  }
}

.accordion__credits {
  color: var(--clr-blue-light);
  border: 1px solid var(--clr-blue-light);
  border-radius: 100px;
  padding: 10px 16px;
  flex-shrink: 1;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .accordion__credits {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .accordion__credits {
    font-size: 12px;
    padding: 6px;
  }
}

.accordion__content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  will-change: max-height;
  transition: all 0.3s ease-out;
  box-sizing: content-box;
}

.open .accordion__content {
  opacity: 1;
  padding-top: 25px;
}

.accordion__content {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .accordion__content {
    font-size: 14px;
  }
}

.accordion__content p + p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .accordion__content p + p {
    margin-top: 15px;
  }
}

.accordion__content h5 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 57px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .accordion__content h5 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.accordion__content ol {
  font-weight: 500;
}

.accordion__content ol li + li,
.accordion__content ul li + li {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .accordion__content ol li + li,
  .accordion__content ul li + li {
    margin-top: 5px;
  }
}

.process {
  background-image: url("../images/about-bg%40desktop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 116px 0 88px;
}
@media screen and (max-width: 992px) {
  .process {
    background-image: none;
    padding: 123px 0px 20px;
    background-position: center;
    background-size: cover;
    background-color: #7364EC;
  }
}

.process .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .process .container {
    flex-direction: column;
  }
}

.process__left {
  margin-left: 118px;
  flex: 1 1 654px;
}
@media screen and (max-width: 1417px) {
  .process__left {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .process__left {
    margin-left: 0px;
  }
}
@media screen and (max-width: 992px) {
  .process__left {
    flex: initial;
    margin-left: 0;
    margin-bottom: 47px;
  }
}

.process__right {
  margin-left: 143px;
  flex: 1 1 863px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1485px) {
  .process__right {
    margin-left: 70px;
  }
}
@media screen and (max-width: 992px) {
  .process__right {
    margin-left: 0;
    flex: initial;
  }
}

.process__title {
  margin-bottom: 21px;
}
@media screen and (max-width: 1700px) {
  .process__title {
    font-size: 80px;
  }
}
@media screen and (max-width: 1600px) {
  .process__title {
    font-size: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .process__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .process__title {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .process__title {
    margin-bottom: 14px;
    font-size: 34px;
  }
}

.process__desc {
  color: var(--clr-white);
  padding-left: 41px;
  position: relative;
  line-height: 1.9;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .process__desc {
    padding-left: 27px;
  }
}
.process__desc::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: var(--clr-pink);
}

.process__btn {
  max-width: 333px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 27px;
  background-color: var(--clr-white);
  border-radius: 34px;
  text-align: center;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.process__btn:hover span {
  background: none;
  color: var(--clr-white);
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.process__btn:hover span::after {
  background-image: url("../images/arrow-left-white.svg");
}
.process__btn:hover::before {
  opacity: 1;
}
.process__btn span {
  display: inline-block;
  font-family: "Epiloque", sans-serif;
  font-weight: 600;
  background: linear-gradient(90deg, #8F00FF 2.49%, #4800FF 51.75%, #FF00A7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  line-height: normal;
  padding-right: 27px;
  position: relative;
}
.process__btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 13px;
  background-image: url(../images/arrow-left-pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.process__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(261deg, #FF00A7 13.42%, #4800FF 91.19%);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.process__img {
  overflow: hidden;
  border-radius: 500px;
}

.process__img-elem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.process__icon {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 154px;
  height: 154px;
  margin-top: -111px;
  border-radius: 47px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0px 4px 66px 0px rgba(56, 24, 82, 0.1);
  backdrop-filter: blur(20px);
  background-image: url("../images/about-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 81px 69px;
}
@media screen and (max-width: 1614px) {
  .process__icon {
    left: 20%;
    top: initial;
    bottom: -20px;
  }
}
@media screen and (max-width: 1510px) {
  .process__icon {
    display: none;
  }
}

.stages {
  padding: 86px 0 40px;
}
.stages__item {
  background-color: #F6F2FF;
  border-radius: 44px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1084px) {
  .stages__item {
    padding: 160px 50px 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .stages__item {
    padding: 200px 20px 60px 20px;
  }
}
.stages__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 501px;
  background-image: url("../images/stages1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .stages__item::after {
    width: 173.3333333333px;
    height: 334px;
  }
}
@media screen and (max-width: 1084px) {
  .stages__item::after {
    background-image: url("../images/stages1-mob.svg");
    width: 419px;
    height: 314px;
    top: -197px;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .stages__item::after {
    top: -157px;
  }
}
.stages__item:nth-child(1) {
  padding: 120px 120px 120px 340px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1700px) {
  .stages__item:nth-child(1) {
    padding: 80px 80px 80px 340px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1280px) {
  .stages__item:nth-child(1) {
    padding: 40px 100px 40px 200px;
  }
}
@media screen and (max-width: 1084px) {
  .stages__item:nth-child(1) {
    padding: 160px 50px 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .stages__item:nth-child(1) {
    padding: 200px 20px 60px 20px;
  }
}
@media screen and (max-width: 1700px) {
  .stages__item:nth-child(1) .stages__elem:nth-child(2) {
    margin-top: 10px;
  }
}
.stages__item:nth-child(1) .stages__title {
  max-width: 755px;
}
.stages__item:nth-child(1) .stages__desc {
  max-width: 601px;
}
.stages__item:nth-child(1) .stages__subtitle {
  font-family: "Epiloque", sans-serif;
  font-weight: 700;
  font-size: 37px;
  color: var(--clr-pink);
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .stages__item:nth-child(1) .stages__subtitle {
    font-size: 24px;
  }
}
.stages__item:nth-child(1) .stages__docs ul > li {
  font-size: 20px;
  margin-left: 25px;
  list-style: initial;
}
.stages__item:nth-child(1) .stages__docs ul > li:last-child {
  position: relative;
}
.stages__item:nth-child(1) .stages__docs ul > li:last-child span {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 120px;
  color: #FFF;
  background-color: var(--clr-pink);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .stages__item:nth-child(1) .stages__docs ul > li:last-child span {
    right: 60px;
  }
}
@media screen and (max-width: 360px) {
  .stages__item:nth-child(1) .stages__docs ul > li:last-child span {
    right: 25px;
  }
}
.stages__item:nth-child(1) .stages__docs ul > li:last-child span .wind-tooltip {
  font-weight: 400;
  position: absolute;
  bottom: 30px;
  left: -50px;
  z-index: 5;
  padding: 20px;
  width: 250px;
  border-radius: 5px;
  background-color: #685bd2;
  color: var(--clr-white);
  font-size: 14px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.8s ease 0s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .stages__item:nth-child(1) .stages__docs ul > li:last-child span .wind-tooltip {
    left: initial;
    right: -25px;
  }
}
.stages__item:nth-child(1) .stages__docs ul > li:last-child span .wind-tooltip.open {
  opacity: 1;
  visibility: visible;
}
.stages__item:nth-child(1) .stages__docs ul > li + li {
  margin-top: 5px;
}
.stages__item:nth-child(2) {
  padding: 120px 340px 120px 120px;
}
@media screen and (max-width: 1280px) {
  .stages__item:nth-child(2) {
    padding: 40px 200px 40px 100px;
  }
}
@media screen and (max-width: 1084px) {
  .stages__item:nth-child(2) {
    padding: 160px 50px 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .stages__item:nth-child(2) {
    padding: 200px 20px 60px 20px;
  }
}
.stages__item:nth-child(2)::after {
  left: initial;
  right: 0;
  background-image: url("../images/stages2.svg");
}
@media screen and (max-width: 1084px) {
  .stages__item:nth-child(2)::after {
    background-image: url("../images/stages2-mob.svg");
  }
}
.stages__item:nth-child(2) .stages__title {
  max-width: 475px;
}
.stages__item:nth-child(2) .stages__desc {
  max-width: 794px;
}
.stages__item:nth-child(2) .stages__duration {
  line-height: initial;
  position: absolute;
  top: 123px;
  left: 50%;
  font-size: 37px;
  color: var(--clr-pink);
  font-family: "Epiloque", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1700px) {
  .stages__item:nth-child(2) .stages__duration {
    position: static;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .stages__item:nth-child(2) .stages__duration {
    font-size: 19px;
    font-weight: 700;
    margin-top: 40px;
  }
}
.stages__item:nth-child(2) .stages__duration span {
  font-weight: 700;
}
.stages__item:nth-child(3) {
  padding: 120px 120px 120px 340px;
}
@media screen and (max-width: 1280px) {
  .stages__item:nth-child(3) {
    padding: 40px 100px 40px 200px;
  }
}
@media screen and (max-width: 1084px) {
  .stages__item:nth-child(3) {
    padding: 160px 50px 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .stages__item:nth-child(3) {
    padding: 200px 20px 60px 20px;
  }
}
.stages__item:nth-child(3)::after {
  background-image: url("../images/stages3.svg");
}
@media screen and (max-width: 1084px) {
  .stages__item:nth-child(3)::after {
    background-image: url("../images/stages3-mob.svg");
  }
}
.stages__item:nth-child(3) .stages__title {
  max-width: 914px;
}
.stages__item:nth-child(3) .stages__desc {
  max-width: 914px;
}
.stages__item:nth-child(4) {
  padding: 120px 340px 120px 120px;
}
@media screen and (max-width: 1280px) {
  .stages__item:nth-child(4) {
    padding: 40px 200px 40px 100px;
  }
}
@media screen and (max-width: 1084px) {
  .stages__item:nth-child(4) {
    padding: 160px 50px 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .stages__item:nth-child(4) {
    padding: 200px 20px 60px 20px;
  }
}
.stages__item:nth-child(4)::after {
  left: initial;
  right: 0;
  background-image: url("../images/stages4.svg");
}
@media screen and (max-width: 1084px) {
  .stages__item:nth-child(4)::after {
    background-image: url("../images/stages4-mob.svg");
  }
}
.stages__item:nth-child(4) .stages__title {
  max-width: 896px;
}
.stages__item:nth-child(4) .stages__desc {
  max-width: 1049px;
}
.stages__item + .stages__item {
  margin-top: 40px;
}

.stages__title {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .stages__title {
    margin-bottom: 40px;
  }
}

.stages__link {
  margin-top: 30px;
  background: transparent;
  border: 0;
}

.stages__link {
  text-decoration: none;
  width: 331px;
  height: 67px;
  border-radius: 34px;
  text-align: center;
  transition: all 0.5s;
  border: 0;
  border-image-slice: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  font-weight: 600;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .stages__link {
    width: 100%;
    max-width: 331px;
  }
}
.stages__link > div {
  transition: all 0.5s;
  border-radius: 34px;
  background-color: #F6F2FF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.stages__link:hover div {
  opacity: 1;
  visibility: visible;
}
.stages__link::before, .stages__link::after {
  border-radius: 34px;
  transition: all 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.stages__link::before {
  border-radius: 34px;
  content: " ";
  position: absolute;
  margin: -1px 0 0 -1px;
  width: 333px;
  height: 69px;
  background: linear-gradient(rgb(255, 0, 167), rgb(72, 0, 255));
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .stages__link::before {
    width: calc(100% + 2px);
    max-width: 333px;
  }
}
.stages__link::after {
  background-image: linear-gradient(-261deg, #FF00A7 13.42%, #4800FF 91.19%);
}
.stages__link:hover::after {
  opacity: 0;
  visibility: hidden;
}
.stages__link:hover::before {
  opacity: 1;
  visibility: visible;
}
.stages__link:hover span {
  color: var(--clr-pink);
}
.stages__link:hover span::after {
  opacity: 0;
  visibility: hidden;
}
.stages__link span {
  transition: all 0.5s;
  padding-right: 27px;
  position: relative;
}
.stages__link span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 13px;
  background-image: url("../images/arrow-left-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.5s;
}
.stages__link span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 13px;
  background-image: url("../images/arrow-left-pink.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.5s;
}

.alumni {
  padding: 130px 0 85px;
}
@media screen and (max-width: 992px) {
  .alumni {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .alumni {
    padding: 70px 0 40px;
  }
}

.alumni__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .alumni__list {
    max-width: 800px;
    margin: 0 auto;
  }
}

.alumni__item + .alumni__item {
  margin-top: 60px;
}

.alumni__grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 66% auto;
  grid-template-rows: auto;
  grid-template-areas: "first second" "third second";
  gap: 30px 20px;
}
@media screen and (max-width: 1024px) {
  .alumni__grid {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "first" "second" "third";
    gap: 12px 0;
  }
}

.alumni__item:nth-child(even) .alumni__grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 66%;
  grid-template-rows: auto;
  grid-template-areas: "second first" "second third";
  gap: 30px 20px;
}
@media screen and (max-width: 1024px) {
  .alumni__item:nth-child(even) .alumni__grid {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "first" "second" "third";
    gap: 12px 0;
  }
}

.alumni__grid-child-1 {
  grid-area: first;
}

.alumni__grid-child-2 {
  grid-area: second;
}

.alumni__grid-child-3 {
  grid-area: third;
}

.alumni__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .alumni__flex {
    flex-direction: column;
  }
}

.alumni__flex-item {
  margin-left: 40px;
}
@media screen and (max-width: 1440px) {
  .alumni__flex-item {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .alumni__flex-item {
    margin-left: 0px;
    margin-bottom: 15px;
  }
}

.alumni__title {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 95px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .alumni__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .alumni__title {
    font-size: 34px;
    margin-bottom: 5px;
  }
}

.alumni__subtitle {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .alumni__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .alumni__subtitle {
    font-size: 16px;
  }
}

.alumni__flex-img {
  padding: 27px;
  background-color: var(--clr-blue);
  border-radius: 24px;
  width: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
@media screen and (max-width: 1440px) {
  .alumni__flex-img {
    width: 200px;
  }
}
@media screen and (max-width: 992px) {
  .alumni__flex-img {
    border-radius: 12px;
    width: 100%;
  }
}

.alumni__flex-img-elem {
  width: 220px;
  height: 68px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 1440px) {
  .alumni__flex-img-elem {
    width: 260px;
    height: 32px;
  }
}

.alumni__grid-img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 420px;
}
@media screen and (max-width: 1440px) {
  .alumni__grid-img {
    max-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .alumni__grid-img {
    max-height: 200px;
  }
}

.alumni__grid-text {
  padding: 42px 42px 55px 42px;
  border-radius: 24px;
  background-color: #F6F2FF;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  .alumni__grid-text {
    padding: 30px;
    font-size: 20px;
    line-height: 1.7;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .alumni__grid-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

._anim-items {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.3s linear;
}
._anim-items._active {
  transform: translateY(0);
  opacity: 1;
}

.article {
  padding: 123px 0 93px;
}
@media screen and (max-width: 768px) {
  .article {
    padding: 97px 0 35px;
  }
}

.article__wrap {
  max-width: 1140px;
  margin: 0 auto;
}

.article__breadcrumbs {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .article__breadcrumbs {
    margin-bottom: 40px;
  }
}

.article__title {
  color: #312B6D;
  text-transform: initial;
  max-width: 1100px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .article__title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}

.article__author {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .article__author {
    margin-bottom: 40px;
  }
}

.article__desc {
  font-size: 18px;
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #060043;
  max-width: 705px;
  margin-bottom: 20px;
}

.article__content {
  font-size: 20px;
  margin-bottom: 45px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .article__content {
    font-size: 18px;
  }
}

.article__content img {
  height: 368px;
  margin: 20px 0 45px;
  border-radius: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .article__content img {
    height: 192px;
    margin: 20px 0 40px;
  }
}

.article__content p + p {
  margin-top: 5px;
}

.article__share {
  font-weight: 500;
  padding: 12px 45px 12px 20px;
  font-size: 18px;
  border-radius: 300px;
  background: #F6F2FF;
  color: #4800FF;
  position: relative;
}
.article__share::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-image: url("../images/share.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.larticles {
  padding: 95px 0px;
}
@media screen and (max-width: 768px) {
  .larticles {
    padding: 35px 0 20px;
  }
}

.larticles__title {
  max-width: 1140px;
  margin: 0 auto 73px;
}
@media screen and (max-width: 768px) {
  .larticles__title {
    margin-bottom: 40px;
  }
}

.larticles__slider {
  position: relative;
}

.larticles__swiper.swiper {
  overflow: initial;
}

@media screen and (max-width: 768px) {
  .larticles__swiper .swiper-wrapper {
    flex-direction: column;
  }
}

.larticles__card.swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 623px;
}
@media screen and (max-width: 768px) {
  .larticles__card.swiper-slide {
    height: 320px;
  }
}
.larticles__card.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 106%);
}

@media screen and (max-width: 768px) {
  .larticles__card.swiper-slide + .larticles__card.swiper-slide {
    margin-top: 20px;
  }
}

.larticles__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.larticles__card-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .larticles__card-content {
    padding: 20px;
  }
}

.larticles__card-tags {
  color: #fff;
  line-height: normal;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .larticles__card-tags {
    font-size: 14px;
  }
}
.larticles__card-read-time {
  display: inline-block;
  padding: 10px 18px 10px 41px;
  background-color: var(--clr-blue-light);
  border-radius: 80px;
  position: relative;
}

.larticles__card-read-time::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 18px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/publication-news-read.svg");
}

.larticles__card-category {
  display: inline-block;
  padding: 10px 18px;
  background-color: var(--clr-pink);
  border-radius: 80px;
}

.larticles__card-title {
  max-width: 578px;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 31px;
  color: var(--clr-white);
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .larticles__card-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.larticles__card-link {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: var(--clr-white);
  padding: 20px 42px;
  border-radius: 80px;
  border: 0.8px solid var(--clr-white);
}

@media screen and (max-width: 768px) {
  .larticles__card-link {
    padding: 12px 27px;
  }
}
.author {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.author__avatar {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .author__avatar {
    margin-right: 12px;
  }
}

.author__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.author__additional {
  font-size: 14px;
}

.br-desktop {
  display: block;
}
@media screen and (max-width: 992px) {
  .br-desktop {
    display: none;
  }
}

.br-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-mobile {
    display: block;
  }
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs li {
  font-size: 18px;
  line-height: 1.9;
  color: #7D79A7;
}

.breadcrumbs li {
  margin-right: 20px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #4800FF;
  padding-right: 10px;
  position: relative;
}
.breadcrumbs a::after {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  width: 5px;
  height: 10px;
  background-image: url("../images/breadcrumbs-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn {
  font-family: "Epiloque", sans-serif;
  font-weight: 600;
  padding: 22px 40px 22px 24px;
  border: 1px solid var(--clr-white);
  font-size: 16px;
  color: var(--clr-white);
  border-radius: 34px;
  line-height: 1;
  transition: all 0.5s;
}
.btn:hover {
  color: var(--clr-blue);
  background-color: var(--clr-white);
}

a.btn {
  display: inline-block;
  text-decoration: none;
}

.btn--icon {
  position: relative;
}
.btn--icon:hover::after {
  opacity: 0;
}
.btn--icon:hover::before {
  opacity: 1;
}
.btn--icon::after, .btn--icon::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 25px;
  transform: translateY(-50%);
  background-image: url("../images/arrow-white-to-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 4px;
  height: 6px;
  background-size: cover;
  transition: all 0.5s;
}
.btn--icon::before {
  background-image: url("../images/arrow-blue-to-left.svg");
  opacity: 0;
}

.canvas-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
  .canvas-wrap {
    transform: initial;
    width: 100%;
  }
}
.canvas-wrap.canvas-wrap--full {
  transform: initial;
}

#canvas,
#canvas-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #canvas,
  #canvas-header {
    width: 100%;
  }
}

#canvas {
  height: 80%;
}

.canvas-wrap-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.help {
  padding: 57px 0 75px;
}
@media screen and (max-width: 768px) {
  .help {
    padding: 20px 0 35px;
  }
}

.help__list-wrap {
  max-width: 1237px;
  margin: 0 auto;
}

.help__list {
  display: flex;
  flex-direction: column;
  margin-top: -20px;
}
.help__item {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .help__item {
    flex-direction: column;
    justify-content: initial;
  }
}
.help__item:nth-child(1) .help__elem:nth-child(1) {
  flex: 1 1 646px;
}
@media screen and (max-width: 992px) {
  .help__item:nth-child(1) .help__elem:nth-child(1) {
    flex: initial;
  }
}
.help__item:nth-child(1) .help__elem:nth-child(2) {
  flex: 1 1 571px;
}
@media screen and (max-width: 992px) {
  .help__item:nth-child(1) .help__elem:nth-child(2) {
    flex: initial;
  }
}
.help__item:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .help__item:nth-child(2) {
    flex-direction: column;
  }
}
.help__item:nth-child(2) .help__elem + .help__elem {
  margin-left: 0;
}
.help__item:nth-child(2) .help__elem:nth-child(1) {
  margin-left: 20px;
  flex: 1 1 646px;
}
@media screen and (max-width: 992px) {
  .help__item:nth-child(2) .help__elem:nth-child(1) {
    flex: initial;
    margin-left: 0;
  }
}
.help__item:nth-child(2) .help__elem:nth-child(2) {
  flex: 1 1 571px;
}
@media screen and (max-width: 992px) {
  .help__item:nth-child(2) .help__elem:nth-child(2) {
    flex: initial;
  }
}
.help__item:nth-child(3) .help__elem:nth-child(1) {
  flex: 1 1 646px;
}
@media screen and (max-width: 992px) {
  .help__item:nth-child(3) .help__elem:nth-child(1) {
    flex: initial;
  }
}
.help__item:nth-child(3) .help__elem:nth-child(2) {
  flex: 1 1 571px;
}
@media screen and (max-width: 992px) {
  .help__item:nth-child(3) .help__elem:nth-child(2) {
    flex: initial;
  }
}
@media screen and (max-width: 992px) {
  .help__elem {
    flex: initial;
  }
}

.help__elem + .help__elem {
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .help__elem + .help__elem {
    margin-left: 0;
    margin-top: 20px;
  }
}

.help__content {
  line-height: 1.97;
  border-radius: 20px;
  background: #F6F2FF;
  padding: 69px;
}
.help__content p + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .help__content {
    line-height: 1.5;
    padding: 30px;
  }
}

.help__img {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}
.help__img-elem {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.services {
  padding: 145px 0 118px;
  background-image: url("../images/career.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .services {
    background-image: none;
    padding: 126px 0px 26px;
    background-position: center;
    background-size: cover;
    background-color: #7364EC;
  }
}

.services__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .services__title {
    font-size: 34px;
    text-align: center;
  }
}

.chat {
  padding: 85px 0;
}
@media screen and (max-width: 768px) {
  .chat {
    padding: 30px 0;
  }
}

.chat__title {
  text-align: center;
  text-transform: capitalize;
  max-width: 1148px;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .chat__title {
    margin-bottom: 20px;
  }
}

.chat__title span {
  position: relative;
  display: inline-block;
  width: 86px;
  height: 86px;
  background-image: url("../images/%D1%81hat-%D1%81ircle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 11px;
}
@media screen and (max-width: 768px) {
  .chat__title span {
    width: 32px;
    height: 32px;
    top: 0;
  }
}

.chat__slider {
  background-image: url("../images/chat-bg.svg");
  background-color: var(--clr-blue);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .chat__slider {
    padding: 25px 0;
  }
}

.chat__slider .container {
  position: relative;
  min-height: 683px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1536px) {
  .chat__slider .container {
    min-height: 510px;
  }
}
@media screen and (max-width: 491px) {
  .chat__slider .container {
    display: initial;
    align-items: initial;
  }
}

.chat__swiper {
  max-width: 1432px;
}
@media screen and (max-width: 1700px) {
  .chat__swiper {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1536px) {
  .chat__swiper {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1366px) {
  .chat__swiper {
    max-width: 768px;
  }
}
@media screen and (max-width: 1280px) {
  .chat__swiper {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .chat__swiper {
    max-width: 320px;
  }
}

.chat__swiper .swiper-wrapper {
  align-items: center;
}

.chat__card.swiper-slide {
  border-radius: 18px;
  padding: 9px;
  overflow: hidden;
  transition: all 0.3s;
  backdrop-filter: blur(74.0469207764px);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px 0 rgba(30, 21, 94, 0.02), 0 6px 5px 0 rgba(30, 21, 94, 0.03), 0 15px 10px 0 rgba(30, 21, 94, 0.04), 0 29px 19px 0 rgba(30, 21, 94, 0.04), 0 48px 35px 0 rgba(30, 21, 94, 0.05), 0 74px 59px 0 rgba(30, 21, 94, 0.07);
  color: var(--clr-white);
  height: initial;
}
@media screen and (max-width: 1536px) {
  .chat__card.swiper-slide {
    border-radius: 24px;
    padding: 8px;
  }
}
.chat__card.swiper-slide.swiper-slide-active {
  padding: 12px;
  border-radius: 24px;
}
@media screen and (max-width: 1536px) {
  .chat__card.swiper-slide.swiper-slide-active {
    border-radius: 24px;
    padding: 8px;
  }
}
.chat__card.swiper-slide.swiper-slide-active .chat__img {
  border-radius: 18px;
  overflow: hidden;
  height: 482px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1536px) {
  .chat__card.swiper-slide.swiper-slide-active .chat__img {
    border-radius: 18px;
    height: 355px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .chat__card.swiper-slide.swiper-slide-active .chat__img {
    height: 333px;
    margin-bottom: 10px;
  }
}
.chat__card.swiper-slide.swiper-slide-active .chat__name {
  font-size: 32px;
  margin: 0 12px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1536px) {
  .chat__card.swiper-slide.swiper-slide-active .chat__name {
    font-size: 23px;
    margin: 0 9px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .chat__card.swiper-slide.swiper-slide-active .chat__name {
    font-size: 26px;
    margin: 0 12px;
    margin-bottom: 2px;
  }
}
.chat__card.swiper-slide.swiper-slide-active .chat__degree {
  font-family: "Epiloque", sans-serif;
  font-weight: 700;
  font-size: 19px;
  margin: 0 12px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1536px) {
  .chat__card.swiper-slide.swiper-slide-active .chat__degree {
    font-size: 14px;
    margin: 0 9px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .chat__card.swiper-slide.swiper-slide-active .chat__degree {
    font-size: 16px;
    margin: 0 12px;
    margin-bottom: 2px;
  }
}
.chat__card.swiper-slide.swiper-slide-active .chat__info {
  transition: all 0.3s;
  font-size: 18px;
  margin: 0 12px;
  margin-bottom: 11px;
}
@media screen and (max-width: 1536px) {
  .chat__card.swiper-slide.swiper-slide-active .chat__info {
    font-size: 13px;
    margin: 0 9px;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 768px) {
  .chat__card.swiper-slide.swiper-slide-active .chat__info {
    font-size: 16px;
    margin: 0 12px;
    margin-bottom: 12px;
  }
}
.chat__card.swiper-slide.swiper-slide-active .chat__social + .chat__social {
  margin-left: 10px;
}
@media screen and (max-width: 1536px) {
  .chat__card.swiper-slide.swiper-slide-active .chat__social + .chat__social {
    margin-left: 6px;
  }
}
.chat__card.swiper-slide.swiper-slide-active .chat__social {
  padding: 0 48px 0 24px;
  border-radius: 34px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .chat__card.swiper-slide.swiper-slide-active .chat__social {
    height: 42px;
    padding: 0 48px 0 24px;
    border-radius: 34px;
    font-size: 12px;
  }
}
.chat__card.swiper-slide.swiper-slide-active .chat__social::after {
  right: 4px;
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 768px) {
  .chat__card.swiper-slide.swiper-slide-active .chat__social::after {
    right: 4px;
    width: 34px;
    height: 34px;
  }
}

.chat__img {
  border-radius: 15px;
  overflow: hidden;
  height: 355px;
  transition: all 0.3s;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .chat__img {
    border-radius: 18px;
    height: 333px;
    margin-bottom: 10px;
  }
}

.chat__img-elem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.chat__name {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 23px;
  transition: all 0.3s;
  margin: 0 9px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .chat__name {
    font-size: 26px;
    margin: 0 12px;
    margin-bottom: 2px;
  }
}

.chat__degree {
  font-family: "Epiloque", sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s;
  margin: 0 9px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .chat__degree {
    font-size: 16px;
    margin: 0 12px;
    margin-bottom: 2px;
  }
}

.chat__info {
  transition: all 0.3s;
  margin: 0 9px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .chat__info {
    font-size: 16px;
    margin: 0 12px;
    margin-bottom: 12px;
  }
}

.chat__country {
  transition: all 0.3s;
}

.chat__socials {
  display: flex;
}

.chat__social {
  flex: 1 1 auto;
  font-family: "Epiloque", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 0 35px 0 17px;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  font-size: 10px;
  color: var(--clr-white);
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 31px;
}
.chat__social:hover {
  border-color: var(--clr-pink);
}
@media screen and (max-width: 1536px) {
  .chat__social {
    padding: 0 48px 0 24px;
    border-radius: 34px;
    font-size: 14px;
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .chat__social {
    padding: 0 48px 0 24px;
    border-radius: 34px;
    font-size: 12px;
    height: 42px;
  }
}
.chat__social::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  width: 25px;
  height: 25px;
  background-image: url("../images/linkedin-chat.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
@media screen and (max-width: 1536px) {
  .chat__social::after {
    right: 4px;
    width: 34px;
    height: 34px;
  }
}

.chat__social-linkedin::after {
  background-image: url("../images/linkedin-chat.svg");
}

.chat__social-gmail::after {
  background-image: url("../images/gmail-chat.svg");
}

.chat__social + .chat__social {
  margin-left: 6px;
}

.chat__pagintaion {
  display: none;
}
@media screen and (max-width: 491px) {
  .chat__pagintaion {
    display: block;
    margin-top: 14px;
  }
}

.chat__pagintaion .swiper-pagination {
  position: initial;
}

.chat__pagintaion .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.45);
  width: 10px;
  height: 10px;
}

.chat__pagintaion .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
}

@media screen and (max-width: 491px) {
  .chat__buttons {
    display: none;
  }
}

.contact {
  padding: 145px 0 118px;
  background-image: url("../images/career.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .contact {
    background-image: none;
    padding: 126px 0px 26px;
    background-position: center;
    background-size: cover;
    background-color: #7364EC;
  }
}

.contact__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 34px;
    text-align: center;
  }
}

.contacts {
  padding: 50px 0 31px;
}
@media screen and (max-width: 768px) {
  .contacts {
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .contacts .socials {
    justify-content: center;
  }
}
.contacts .socials__link {
  width: 35px;
  height: 35px;
}
.contacts .socials__icon {
  width: 35px;
  height: 35px;
}
.contacts--thanks {
  background-color: #7364EC;
  background-image: url(../images/application-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 145px 0 20px;
  position: relative;
}

.contacts__wrap {
  max-width: 972px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contacts__wrap {
    max-width: initial;
  }
}

.contacts__address-wrap {
  padding: 54px 72px 54px 54px;
  border-radius: 44px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #060043;
  backdrop-filter: blur(36.5px);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contacts__address-wrap {
    padding: 50px 33px;
  }
}

.contacts__addresses {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
  margin-left: -24px;
}
@media screen and (max-width: 1074px) {
  .contacts__addresses {
    flex-wrap: wrap;
    margin-top: -24px;
  }
}
@media screen and (max-width: 768px) {
  .contacts__addresses {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
}

.contacts__address {
  margin-left: 24px;
}
@media screen and (max-width: 1074px) {
  .contacts__address {
    width: calc(50% - 24px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .contacts__address {
    margin-left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.contacts__address a {
  color: #fff;
  text-decoration: none;
}

.contacts__location,
.contacts__email,
.contacts__phones {
  position: relative;
  padding-left: 26px;
}
.contacts__location::after,
.contacts__email::after,
.contacts__phones::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 16px;
  background-image: url("../images/email.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.contacts__location::after {
  background-image: url("../images/map.svg");
}
.contacts__list {
  display: flex;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .contacts__list {
    flex-direction: column;
    margin-left: 0;
    margin-top: -20px;
  }
}

.contacts__item {
  width: calc(50% - 20px);
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .contacts__item {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.contacts__map {
  overflow: hidden;
  border-radius: 44px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .contacts__map {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}

.contacts__thanks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 230px 0 29px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contacts__thanks {
    padding: 142px 0 50px;
    max-width: 320px;
  }
}
.contacts__thanks::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  background-image: url(../images/done.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .contacts__thanks::after {
    width: 72px;
    height: 72px;
    top: 20px;
  }
}

.contacts__thanks h1 {
  font-family: "Epiloque", sans-serif;
  font-weight: 600;
  color: var(--clr-white);
  text-align: center;
  margin-bottom: 70px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .contacts__thanks h1 {
    font-size: 34px;
    margin-bottom: 50px;
  }
}

.contacts__stages__link.stages__link {
  width: 100%;
  max-width: 263px;
  margin-top: 0;
}
.contacts__stages__link.stages__link span {
  padding-right: 0;
}
.contacts__stages__link.stages__link span::before, .contacts__stages__link.stages__link span::after {
  display: none;
}
.contacts__stages__link.stages__link > div {
  background-color: #fff;
}
.contacts__stages__link.stages__link::before {
  width: calc(100% + 2px);
  max-width: 265px;
}
.contacts__wrap.active {
  display: block;
}
.contacts__wrap.hide {
  display: none;
}

.contacts__thanks.active {
  display: flex;
}
.contacts__thanks.hide {
  display: none;
}

.country {
  /* Стилизация прокрутки внутри .custom-scroll */
}
.country .custom-select {
  position: relative;
  width: 100%;
}
.country .custom-select select {
  display: none;
}
.country .custom-select .selected-item {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #D0D5DD;
  width: 100%;
  border-radius: 4px;
  padding: 8px;
  font-size: 14px;
  color: #000;
}
.country .custom-select .selected-item::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  width: 8px;
  height: 5px;
  background-image: url("../images/country-more.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  opacity: 0.8;
}
.country .custom-select .selected-item.rotate_icon::after {
  transform: rotate(-180deg);
}
.country .custom-select .all-items {
  background-color: #f2f2f2;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  overflow-y: auto;
  /* Вертикальная прокрутка */
  max-height: 200px;
  /* Максимальная высота блока */
  z-index: 2;
  border-radius: 4px;
  margin-top: 5px;
}
.country .custom-select .all-items::-webkit-scrollbar {
  width: 8px;
}
.country .custom-select .all-items::-webkit-scrollbar-thumb {
  background-color: #e2e2e2;
  /* Зелёный ползунок */
  border-radius: 4px;
}
.country .custom-select .all-items-hide {
  display: none;
}
.country .custom-select .item:nth-child(1) {
  display: none;
}
.country .custom-select .item {
  font-size: 14px;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
  user-select: none;
  padding: 8px 0;
  padding-left: 8px;
}
.country .custom-select .item:hover {
  background: #fff;
}

.custom-phone-select {
  font-size: 16px;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  display: flex;
  align-items: center;
}

.custom-phone-select input {
  font-size: 16px;
  padding: initial;
  width: 100%;
  border-radius: initial;
  border: initial;
}

.custom-phone-select span {
  color: inherit !important;
}

.custom_phone-select-wrap-parent {
  position: relative;
  display: flex;
}

.custom_phone-select-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.custom_phone-select-value {
  color: var(--clr-blue-dark);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom_phone-select-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: url("../images/custom-phone-select-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.custom_phone-select-list-wrap {
  overflow-y: scroll;
  background-color: var(--clr-white);
  position: absolute;
  top: 25px;
  left: -5px;
  height: 100px;
  width: 60px;
  border: 1px solid #D0D5DD;
  display: none;
}

.custom_phone-select-list-wrap.active {
  display: block;
}

.custom_phone-select-list-wrap::-webkit-scrollbar {
  width: 5px;
  background-color: #f9f9fd;
}

.custom_phone-select-list-wrap::-webkit-scrollbar-thumb {
  background-color: var(--clr-pink);
}

.custom_phone-select-list {
  display: flex;
  flex-direction: column;
}

.custom_phone-select-list-item {
  font-size: 12px;
  padding: 2px 4px 2px 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_phone-select-list-item-img {
  width: 18px;
  height: 9px;
}

.custom_phone-select-list-item-img-elem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.custom_phone-select-list-item-iso {
  margin-left: 5px;
}

.event {
  padding: 123px 0 93px;
}
@media screen and (max-width: 768px) {
  .event {
    padding: 97px 0 35px;
  }
}

.event__wrap {
  max-width: 1140px;
  margin: 0 auto;
}

.event__breadcrumbs {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .event__breadcrumbs {
    margin-bottom: 40px;
  }
}

.event__img {
  height: 368px;
  margin: 20px 0 45px;
  border-radius: 300px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .event__img {
    height: 192px;
    margin: 20px 0 40px;
  }
}

.event__img-elem {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.event__title {
  color: #312B6D;
  text-transform: initial;
  max-width: 1100px;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .event__title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}

.event__desc {
  font-size: 18px;
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #060043;
  max-width: 993px;
  margin-bottom: 20px;
}

.event__details {
  margin-left: -10px;
  margin-top: -10px;
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .event__details {
    margin-bottom: 40px;
  }
}

.event__detail {
  margin-left: 10px;
  margin-top: 10px;
}
.event__detail:nth-child(1) {
  order: 1;
}
@media screen and (max-width: 768px) {
  .event__detail:nth-child(1) {
    order: 1;
  }
}

.event__detail:nth-child(2) {
  order: 2;
}
@media screen and (max-width: 768px) {
  .event__detail:nth-child(2) {
    order: 3;
  }
}

.event__detail:nth-child(3) {
  order: 3;
}
@media screen and (max-width: 768px) {
  .event__detail:nth-child(3) {
    order: 2;
  }
}

.event__detail:nth-child(4) {
  order: 4;
}
@media screen and (max-width: 768px) {
  .event__detail:nth-child(4) {
    order: 4;
  }
}

.event__format {
  display: inline-block;
  text-align: center;
  padding: 10px 18px;
  background-color: var(--clr-pink);
  color: #fff;
  border-radius: 80px;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
}
.event__date {
  display: inline-block;
  text-align: center;
  padding: 10px 18px;
  color: var(--clr-blue-light);
  border: 1px solid var(--clr-blue-light);
  border-radius: 80px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.event__time {
  display: inline-block;
  text-align: center;
  padding: 10px 18px;
  color: var(--clr-blue-light);
  border: 1px solid var(--clr-blue-light);
  border-radius: 80px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.event__map {
  display: inline-block;
  text-align: center;
  padding: 10px 18px 10px 38px;
  background-color: var(--clr-blue-light);
  color: #fff;
  border-radius: 80px;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}
.event__map::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-46%);
  left: 18px;
  width: 12px;
  height: 16.57px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/event-map.svg");
}
.event__content {
  font-size: 20px;
  margin-bottom: 45px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .event__content {
    font-size: 18px;
  }
}

.event__content img {
  height: 368px;
  margin: 20px 0 45px;
  border-radius: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .event__content img {
    height: 192px;
    margin: 20px 0 40px;
  }
}

.event__content p + p {
  margin-top: 5px;
}

.event__stages__link.stages__link {
  width: 241px;
  margin-bottom: 38px;
  margin-top: 0;
}
.event__stages__link.stages__link > div {
  background-color: #fff;
}
.event__stages__link.stages__link::before {
  width: 243px;
}
@media screen and (max-width: 768px) {
  .event__stages__link.stages__link::before {
    width: calc(100% + 2px);
    max-width: 333px;
  }
}
@media screen and (max-width: 768px) {
  .event__stages__link.stages__link {
    width: 100%;
    max-width: 331px;
  }
}

.event__share {
  display: block;
  font-weight: 500;
  padding: 12px 45px 12px 20px;
  font-size: 18px;
  border-radius: 300px;
  background: #F6F2FF;
  color: #4800FF;
  position: relative;
}
.event__share::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-image: url("../images/share.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.nevents {
  padding: 95px 0px;
}
@media screen and (max-width: 768px) {
  .nevents {
    padding: 35px 0 20px;
  }
}

.nevents__title {
  max-width: 1140px;
  margin: 0 auto 73px;
}
@media screen and (max-width: 768px) {
  .nevents__title {
    margin-bottom: 40px;
  }
}

.nevents__slider {
  position: relative;
}

.nevents__swiper.swiper {
  overflow: initial;
}

@media screen and (max-width: 768px) {
  .nevents__swiper .swiper-wrapper {
    flex-direction: column;
  }
}

.nevents__card.swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 623px;
}
@media screen and (max-width: 768px) {
  .nevents__card.swiper-slide {
    height: 320px;
  }
}
.nevents__card.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 106%);
}

@media screen and (max-width: 768px) {
  .nevents__card.swiper-slide + .nevents__card.swiper-slide {
    margin-top: 20px;
  }
}

.nevents__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nevents__card-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .nevents__card-content {
    padding: 20px;
  }
}

.nevents__card-tags {
  color: #fff;
  line-height: normal;
  font-weight: 500;
  font-size: 16px;
}

.nevents__card-time {
  display: inline-block;
  padding: 10px 12px;
  background-color: var(--clr-blue-light);
  border-radius: 80px;
  position: relative;
}

.nevents__card-format {
  display: inline-block;
  padding: 10px 14px;
  background-color: var(--clr-pink);
  border-radius: 80px;
}

.nevents__card-title {
  max-width: 578px;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 31px;
  color: var(--clr-white);
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .nevents__card-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.nevents__card-link {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: var(--clr-white);
  padding: 20px 42px;
  border-radius: 80px;
  border: 0.8px solid var(--clr-white);
}
@media screen and (max-width: 768px) {
  .nevents__card-link {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  .nevents__card-link {
    padding: 12px 27px;
  }
}
.footer {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #060043;
  padding: 77px 0 81px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0 45px;
  }
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: var(--clr-white);
}
@media screen and (max-width: 1326px) {
  .footer__wrap {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 1326px) {
  .footer__elem {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__elem:nth-child(3) {
    margin-left: 68px;
    align-self: flex-start;
  }
}

.footer__logo.logo {
  width: 280px;
  height: 73px;
  margin-bottom: 54px;
}
@media screen and (max-width: 1620px) {
  .footer__logo.logo {
    width: 202px;
    height: 53px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo.logo {
    width: 222px;
    height: 57px;
    margin-bottom: 39px;
  }
}

.footer__contacts {
  max-width: 190px;
}
@media screen and (max-width: 1326px) {
  .footer__contacts {
    margin-bottom: 76px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .footer__contacts {
    max-width: 188px;
  }
}

.footer__contacts-tel {
  display: inline-block;
  color: var(--clr-pink);
  font-size: 26px;
  text-decoration: none;
  margin-bottom: 20px;
}

.footer__contacts-map,
.footer__contacts-email,
.footer__contacts-global {
  font-weight: 500;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__contacts-map,
  .footer__contacts-email,
  .footer__contacts-global {
    padding-left: 26px;
  }
}
.footer__contacts-map::after,
.footer__contacts-email::after,
.footer__contacts-global::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 16px;
  background-image: url("../images/map.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer__contacts-map {
  margin-bottom: 20px;
}

.footer__contacts-email {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 36px;
}
@media screen and (max-width: 1326px) {
  .footer__contacts-email {
    margin-bottom: 20px;
  }
}
.footer__contacts-email::after {
  background-image: url("../images/email.svg");
}

.footer__contacts-global {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 36px;
}
@media screen and (max-width: 1326px) {
  .footer__contacts-global {
    margin-bottom: 0;
  }
}
.footer__contacts-global::after {
  background-image: url("../images/global.svg");
}

.footer__menus {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__menus {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .footer__menu {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu:nth-child(3) .footer__label {
    margin-bottom: 0;
  }
}

.footer__menu + .footer__menu {
  margin-left: 111px;
}
@media screen and (max-width: 1620px) {
  .footer__menu + .footer__menu {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu + .footer__menu {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer__label {
    display: flex;
    align-items: flex-start;
  }
}

.footer__label-text {
  font-size: 32px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .footer__label-text {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.footer__label-text span {
  color: var(--clr-pink);
}

@media screen and (max-width: 768px) {
  .footer__label-btn {
    margin-left: 10px;
    width: 13px;
    height: 35px;
    background-image: url("../images/arrow-down.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.8s;
  }
}

@media screen and (max-width: 768px) {
  .footer__menu.active .footer__label-btn {
    transform: rotate(180deg);
  }
  .footer__menu.active .footer__label ~ ul {
    visibility: visible;
    opacity: 1;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .footer__menu .footer__label ~ ul {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    box-sizing: content-box;
    will-change: max-height;
    max-height: 0;
    margin-bottom: 0;
  }
}

.footer__menu ul li a {
  color: inherit;
  text-decoration: none;
}

.footer__menu ul li + li {
  margin-top: 20px;
}

.footer__subscription-title {
  font-family: "Epiloque", sans-serif;
  font-weight: 400;
  margin-bottom: 22px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .footer__subscription-title {
    margin-left: 15px;
  }
}
.footer__subscription-title span {
  color: var(--clr-pink);
}

.footer__subscription-form-wrapper {
  position: relative;
  max-width: 308px;
  border-radius: 13px 0px 13px 13px;
  border: 1px solid var(--clr-white);
  margin-bottom: 32px;
}

.footer__subscription-form-error {
  text-align: left;
  max-width: 240px;
  font-size: 14px;
  color: #ff2a2a;
  display: none;
  margin-bottom: 20px;
}
.footer__subscription-form-error.active {
  display: block;
}

.footer__subscription-form-email {
  color: var(--clr-white);
  background-color: transparent;
  border: none;
  padding: 17px 60px 17px 24px;
}

.footer__subscription-form-btn {
  position: absolute;
  right: 0;
  width: 54px;
  height: 100%;
  font-size: 0;
  background-image: url("../images/programs__direction-link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  border-radius: 13px 0px;
  border: 1px solid var(--clr-pink);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .footer__subscription-form-btn {
    background-size: 16px 16px;
    border-radius: 10px 0px;
  }
}

.footer__socials {
  margin-bottom: 35px;
}
@media screen and (max-width: 1326px) {
  .footer__socials {
    margin-bottom: 64px;
  }
}

.footer__copy {
  color: var(--clr-white);
  font-size: 12px;
  font-variant-numeric: lining-nums proportional-nums;
}
@media screen and (max-width: 1326px) {
  .footer__copy {
    display: none;
  }
}

.footer__links {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1326px) {
  .footer__links {
    margin-bottom: 64px;
  }
}

.footer__link {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--clr-white);
}
@media screen and (max-width: 1326px) {
  .footer__link {
    justify-content: center;
    font-size: 16px;
  }
}
.footer__link img {
  margin-left: 12px;
}
@media screen and (max-width: 1326px) {
  .footer__link img {
    margin-left: 5px;
  }
}
.footer__link a {
  color: var(--clr-white);
}
.footer__link + .footer__link {
  margin-top: 20px;
}
@media screen and (max-width: 1326px) {
  .footer__link + .footer__link {
    margin-top: 40px;
  }
}

.footer__link:last-child() > a {
  display: flex;
  align-items: center;
}

.footer__copy.footer__copy--additional {
  display: none;
}
@media screen and (max-width: 1326px) {
  .footer__copy.footer__copy--additional {
    display: block;
  }
}

.footer__contacts-picture {
  max-width: 420px;
  margin-bottom: 30px;
}
.footer__contacts-picture--desktop {
  display: flex;
}
@media screen and (max-width: 1326px) {
  .footer__contacts-picture--desktop {
    display: none;
  }
}
.footer__contacts-picture--mobile {
  display: none;
}
@media screen and (max-width: 1326px) {
  .footer__contacts-picture--mobile {
    display: flex;
    margin-bottom: 50px;
  }
}

.footer__contacts-picture-elem + .footer__contacts-picture-elem {
  margin-left: 20px;
}

.footer__contacts-picture-elem-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.form__top {
  padding: 54px 34px 34px 34px;
  margin-bottom: 20px;
  border-radius: 44px;
  border: 1px solid #FFF;
  background: #FFF;
  box-shadow: 0px 4px 66px 0px rgba(56, 24, 82, 0.1);
  backdrop-filter: blur(20px);
}
@media screen and (max-width: 768px) {
  .form__top {
    padding: 54px 20px 34px 20px;
  }
}

.form__row + .form__row {
  margin-top: 7px;
}

.form__label {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.form__label span {
  color: var(--clr-pink);
}
.form__input {
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  width: 100%;
  padding: 8px;
  font-size: 14px;
}
.form__input--textarea {
  resize: none;
  height: 171px;
}
.form__radio-label {
  margin-bottom: 5px;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .form__radio-label {
    margin-bottom: 4px;
  }
}

.form__radio-wrap {
  display: flex;
  flex-wrap: wrap;
}

.form__radio {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
}

.form__radio input[type=radio] {
  appearance: none;
}

.form__radio input[type=radio] ~ span {
  color: var(--clr-black);
  width: max-content;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  margin: 2px;
}
@media screen and (max-width: 768px) {
  .form__radio input[type=radio] ~ span {
    padding: 12px 16px;
  }
}

.form__radio input[type=radio]:checked ~ span {
  background: #D0D5DD;
  border-color: none;
}

@media screen and (max-width: 768px) {
  .form__bottom {
    display: flex;
    justify-content: center;
  }
}

.form__stages__link.stages__link {
  width: 100%;
  max-width: 471px;
  margin-top: 0;
}
.form__stages__link.stages__link span {
  padding-right: 0;
}
.form__stages__link.stages__link span::before, .form__stages__link.stages__link span::after {
  display: none;
}
.form__stages__link.stages__link > div {
  background-color: #fff;
}
.form__stages__link.stages__link::before {
  width: calc(100% + 2px);
  max-width: 473px;
}
.form__error {
  font-size: 14px;
  color: #ff2a2a;
  opacity: 0;
  visibility: hidden;
}
.form__error.active {
  opacity: 1;
  visibility: visible;
}
.form__error span {
  font-weight: 500;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  padding: 25px 0 25px;
  z-index: 500;
}
@media screen and (max-width: 1600px) {
  .header {
    padding: 17px 0 17px;
  }
}
@media screen and (max-width: 1600px) {
  .header {
    padding: 23px 0 23px;
  }
}
@media screen and (max-width: 992px) {
  .header {
    padding: 20px 0 20px;
  }
}
.header .header-after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background-image: url("../images/header-after-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header.header--bg .header-after,
.header.active .header-after {
  visibility: visible;
  opacity: 1;
}

.header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 400;
}

.header__top {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__top {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .header__top .header__icon-btn {
    display: flex;
    margin-left: 0;
    z-index: 200;
    padding: 10px 14px;
  }
}

.header__left,
.header__right {
  display: flex;
  align-items: center;
}

.header__logo {
  margin-right: 74px;
}
@media screen and (max-width: 1600px) {
  .header__logo {
    margin-right: 143px;
  }
}
@media screen and (max-width: 1536px) {
  .header__logo {
    margin-right: 90px;
  }
}
@media screen and (max-width: 1440px) {
  .header__logo {
    margin-right: 70px;
  }
}
@media screen and (max-width: 1280px) {
  .header__logo {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo {
    margin-right: 28px;
  }
}
@media screen and (max-width: 992px) {
  .header__logo {
    margin-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .header__left .header__menu {
    display: none;
  }
}

.header__icon-btn {
  text-decoration: none;
  background: transparent;
  border-radius: 34px;
  border: 0;
  border-image-slice: 1;
  padding: 15px 38px 15px 24px;
  background-color: var(--clr-white);
  display: flex;
  align-items: center;
  font-family: "Epiloque", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  z-index: 3;
  position: relative;
  margin-left: 43px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .header__icon-btn {
    margin-left: 117px;
  }
}
@media screen and (max-width: 1440px) {
  .header__icon-btn {
    margin-left: 65px;
  }
}
@media screen and (max-width: 1216px) {
  .header__icon-btn {
    display: none;
  }
}
.header__icon-btn:hover span {
  background: none;
  color: var(--clr-white);
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.header__icon-btn:hover::after {
  background-image: url("../images/arrow-left-white.svg");
}
.header__icon-btn:hover::before {
  opacity: 1;
}
.header__icon-btn span {
  background: linear-gradient(90deg, #8F00FF 2.49%, #4800FF 51.75%, #FF00A7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  transition: all 0.5s;
}
@media screen and (max-width: 992px) {
  .header__icon-btn span {
    font-size: 12px;
  }
}
.header__icon-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 4px;
  height: 7px;
  background-image: url("../images/arrow-left-pink.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.5s;
}
@media screen and (max-width: 992px) {
  .header__icon-btn::after {
    display: none;
  }
}
.header__icon-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(261deg, #FF00A7 13.42%, #4800FF 91.19%);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}

.header__right {
  display: flex;
}
@media screen and (max-width: 992px) {
  .header__right .header__btn {
    display: inline-block;
    margin-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .header__dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    right: 0;
    top: -150%;
    height: 100%;
    z-index: 150;
    overflow: auto;
    padding: 125px 45px 65px 45px;
    background-color: #7364EC;
    transition: all 0.5s ease;
  }
}

.header__dropdown .header__menu {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__dropdown .header__menu {
    display: block;
  }
}

.header__btns {
  font-size: 18px;
  color: var(--clr-white);
}
@media screen and (max-width: 1600px) {
  .header__btns {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .header__btns {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .header__btns {
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.header__btn,
.header__link {
  color: inherit;
  text-decoration: none;
}

.header__btn {
  padding: 14px 20px;
  border-radius: 41px;
  margin-right: 24px;
  border: 1px solid var(--clr-white);
  transition: all 0.5s;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header__btn {
    margin-right: 4px;
  }
}
.header__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(261deg, #FF00A7 13.42%, #4800FF 91.19%);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
  border-radius: 41px;
  transform: translate(-50%, -50%);
}
.header__btn:hover {
  border-color: transparent;
}
.header__btn:hover::after {
  opacity: 1;
}
.header__link {
  position: relative;
}
.header__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--clr-white);
  opacity: 0;
  transition: 0.5s;
}
.header__link:hover::after {
  opacity: 1;
}

.accreditation {
  background-image: url("../images/accreditation-bg%40desktop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 85px 0;
}
@media screen and (max-width: 768px) {
  .accreditation {
    background-image: url("../images/accreditation-bg%40mobile.png");
    padding: 55px 0px 18px;
  }
}

.accreditation__title {
  color: var(--clr-white);
  margin-bottom: 47px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .accreditation__title {
    margin-bottom: 40px;
  }
}

.accreditation__wrapper {
  max-width: 1321px;
  margin: 0 auto;
}

.accreditation__top {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .accreditation__top {
    margin-bottom: 50px;
  }
}

.accreditation__list {
  display: flex;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .accreditation__list {
    flex-direction: column;
    margin-left: 0;
    margin-top: -50px;
  }
}

.accreditation__item {
  width: calc(33.3333333333% - 20px);
  margin-left: 20px;
  color: var(--clr-white);
}
@media screen and (max-width: 768px) {
  .accreditation__item {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
}

.accreditation__item h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  color: inherit;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.accreditation__img {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 53px;
}
@media screen and (max-width: 768px) {
  .accreditation__img {
    margin-bottom: 20px;
  }
}

.accreditation__img-elem,
.accreditation__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.accreditation__content {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  color: inherit;
  font-size: 18px;
  line-height: 1.53;
}

.accreditation__cards {
  display: flex;
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .accreditation__cards {
    flex-direction: column;
    margin-left: 0;
    margin-top: -10px;
  }
}

.accreditation__card {
  width: calc(25% - 10px);
  margin-left: 10px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .accreditation__card {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.explore {
  padding: 86px 0 114px;
}
@media screen and (max-width: 768px) {
  .explore {
    padding: 35px 0;
  }
}
.explore .grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 33% 24% 41%;
  grid-template-rows: auto;
  grid-template-areas: "first third fourth" "second third fourth";
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .explore .grid {
    grid-template-columns: 100%;
    grid-template-areas: "first" "second" "third" "fourth";
    gap: 10px;
  }
}
.explore .grid__child {
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .explore .grid__child {
    border-radius: 10px;
  }
}
.explore .grid__child img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.explore .grid__child-1 {
  grid-area: first;
}
.explore .grid__child-2 {
  grid-area: second;
}
.explore .grid__child-3 {
  grid-area: third;
}
@media screen and (max-width: 768px) {
  .explore .grid__child-3 {
    display: none;
  }
}
.explore .grid__child-4 {
  grid-area: fourth;
}
@media screen and (max-width: 768px) {
  .explore .grid__child-4 {
    display: none;
  }
}

.explore__title {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .explore__title {
    margin-bottom: 40px;
  }
}

.explore__desc {
  max-width: 678px;
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .explore__desc {
    margin-bottom: 40px;
  }
}

.explore__tabs {
  position: relative;
  overflow: auto;
  display: flex;
}
.explore__tabs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--clr-blue-light);
  bottom: 1px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .explore__tabs::after {
    display: none;
  }
}

.explore__tab:nth-child(1) {
  z-index: 7;
}

.explore__tab:nth-child(2) {
  z-index: 6;
}

.explore__tab:nth-child(3) {
  z-index: 5;
}

.explore__tab:nth-child(4) {
  z-index: 4;
}

.explore__tab:nth-child(5) {
  z-index: 3;
}

.explore__tab:nth-child(6) {
  z-index: 2;
}

.explore__tab:nth-child(7) {
  z-index: 1;
}

.explore__tab.active {
  z-index: 8;
}

.explore__tab + .explore__tab {
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  .explore__tab + .explore__tab {
    margin-left: -8px;
  }
}

.explore__tab {
  color: var(--clr-blue);
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  cursor: pointer;
  font-size: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 64px;
  background-image: url("../images/explore__tab.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.explore__tab--big {
  width: 400px;
  background-image: url("../images/explore__tab-big.svg");
}
@media screen and (max-width: 768px) {
  .explore__tab {
    width: 130px;
    height: 41px;
    font-size: 12px;
  }
}

.explore__tab.active {
  background-image: url("../images/explore__tab-active.svg");
  position: relative;
}
.explore__tab.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  bottom: 1px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .explore__tab.active::after {
    bottom: 2px;
  }
}

.explore__tab--big.active {
  background-image: url("../images/explore__tab-big-active.svg");
}

.explore__list {
  margin-top: 20px;
}
.explore__item {
  position: relative;
  visibility: hidden;
  height: 0;
}
.explore__item.active {
  visibility: visible;
  height: initial;
}
.explore__gallery-scrollbar {
  position: absolute;
  bottom: -34px;
  width: 100%;
  height: 14px;
  background-color: var(--clr-white-dark);
  border-radius: 7px;
}
.explore__gallery-scrollbar > .swiper-scrollbar-drag {
  cursor: grab;
  background-color: var(--clr-blue-light);
  position: relative;
}
.explore__gallery-scrollbar > .swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 27px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/programs__direction-scrollbar.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero {
  background-image: url("../images/hero-bg%40desktop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 245px 0 169px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero {
    background-image: url("../images/hero-bg%40mobile.png");
    padding: 123px 0px 55px;
    min-height: 767px;
    background-size: cover;
  }
}

.hero .container {
  display: flex;
}
@media screen and (max-width: 768px) {
  .hero .container {
    flex-direction: column;
  }
}

.hero__left {
  margin-left: 188px;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .hero__left {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1300px) {
  .hero__left {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .hero__left {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .hero__left {
    margin-bottom: 62px;
  }
}

.hero__title {
  margin-bottom: 67px;
  max-width: 496px;
  letter-spacing: -3px;
}
@media screen and (max-width: 768px) {
  .hero__title {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 355px) {
  .hero__title {
    font-size: 59px;
  }
}

.hero__btn {
  max-width: 320px;
  width: 100%;
  transition-delay: 0.1s;
}

.hero__right {
  margin-left: 143px;
  display: flex;
  flex-direction: column;
  flex-basis: 772px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .hero__right {
    margin-left: 56px;
  }
}
@media screen and (max-width: 768px) {
  .hero__right {
    margin-left: 0;
    flex-direction: column-reverse;
    flex-basis: initial;
  }
}

.hero__graduates {
  border-radius: 33px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0px 4px 66px 0px rgba(56, 24, 82, 0.1);
  backdrop-filter: blur(20px);
  padding: 17px 18px 21px 21px;
  max-width: 172px;
  color: var(--clr-white);
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .hero__graduates {
    position: relative;
    border-radius: 18px;
    padding: 16px 12px 14px 20px;
    max-width: 140px;
  }
}

.hero__graduataes-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .hero__graduataes-top {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.hero__graduataes-top > span {
  font-weight: 100;
  font-size: 35px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .hero__graduataes-top > span {
    display: none;
  }
}

.hero__graduataes-icons {
  display: flex;
  align-items: center;
}
.hero__graduataes-icon {
  width: 29px;
  height: 29px;
  border: 1px solid var(--clr-white);
  border-radius: 50%;
}
.hero__graduataes-icon + .hero__graduataes-icon {
  margin-left: -5px;
}
.hero__graduates-icon-elem {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__graduates-text {
  display: block;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .hero__graduates-text {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.hero__graduates-text-add {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero__graduates-text-add {
    display: inline-block;
  }
}

.hero__graduates-subtext {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .hero__graduates-subtext {
    display: none;
  }
}

.hero__rating {
  border-radius: 47px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0px 4px 66px 0px rgba(56, 24, 82, 0.1);
  backdrop-filter: blur(20px);
  color: var(--clr-white);
  padding: 30px 43px 33px 34px;
  max-width: 260px;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .hero__rating {
    border-radius: 18px;
    padding: 16px 20px 14px 20px;
    max-width: 141px;
    margin-bottom: 113px;
  }
}

.hero__rating span {
  display: block;
  font-size: 21px;
  text-shadow: 0px 1px 2px #AC6ED1;
}
@media screen and (max-width: 768px) {
  .hero__rating span {
    font-size: 12px;
  }
}

.hero__rating-img {
  object-fit: cover;
  width: 95px;
  height: 19px;
  margin-bottom: 92px;
}
@media screen and (max-width: 768px) {
  .hero__rating-img {
    display: none;
  }
}

.interesting {
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .interesting {
    padding: 35px 0;
  }
}

.interesting__title {
  max-width: 1155px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .interesting__title {
    text-align: left;
    margin-bottom: 40px;
  }
}

.interesting__desc {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .interesting__desc {
    text-align: left;
  }
}

.interesting__list-wrap {
  position: relative;
  max-width: 1024px;
  margin: 0px auto 48px;
  height: 321px;
}
@media screen and (max-width: 768px) {
  .interesting__list-wrap {
    max-width: initial;
    margin: 0px auto 35px;
    height: initial;
  }
}

.interesting__list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .interesting__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.interesting__list .interesting__item:nth-child(1) {
  transition-delay: 0.3s;
}
.interesting__list .interesting__item:nth-child(1) .interesting__item-img-sh,
.interesting__list .interesting__item:nth-child(1) .interesting__item-title {
  transition-delay: 1.5s;
}
.interesting__list .interesting__item:nth-child(2) {
  transition-delay: 0.6s;
}
.interesting__list .interesting__item:nth-child(2) .interesting__item-img-sh,
.interesting__list .interesting__item:nth-child(2) .interesting__item-title {
  transition-delay: 1.8s;
}
.interesting__list .interesting__item:nth-child(3) {
  transition-delay: 0.9s;
}
.interesting__list .interesting__item:nth-child(3) .interesting__item-img-sh,
.interesting__list .interesting__item:nth-child(3) .interesting__item-title {
  transition-delay: 2.1s;
}
.interesting__list .interesting__item:nth-child(4) {
  transition-delay: 1.2s;
}
.interesting__list .interesting__item:nth-child(4) .interesting__item-img-sh,
.interesting__list .interesting__item:nth-child(4) .interesting__item-title {
  transition-delay: 2.4s;
}

.interesting__list-bg {
  position: absolute;
  background-image: url("../images/interesting__dots.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transform: translateY(0);
  transition-delay: 2.7s;
}
@media screen and (max-width: 873px) {
  .interesting__list-bg {
    background-size: 469px 60px;
  }
}
@media screen and (max-width: 768px) {
  .interesting__list-bg {
    background-image: none;
    background-position: initial;
    background-repeat: initial;
    background-size: initial;
  }
}

.interesting__item {
  position: relative;
  max-width: 170px;
  height: 194px;
}
.interesting__item-img-sh {
  width: 153px;
  height: 92px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.interesting__item-img-sh._active {
  transform: translateX(-50%);
}

.interesting__item:nth-child(1) {
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .interesting__item:nth-child(1) {
    align-self: center;
  }
}
.interesting__item:nth-child(1) .interesting__item-title {
  color: var(--clr-blue-light);
}

.interesting__item:nth-child(2) .interesting__item-title {
  color: var(--clr-blue-dark);
}

.interesting__item:nth-child(3) {
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .interesting__item:nth-child(3) {
    align-self: center;
  }
}
.interesting__item:nth-child(3) .interesting__item-title {
  color: var(--clr-pink);
}

.interesting__item:nth-child(4) .interesting__item-title {
  color: var(--clr-blue-light-secondary);
}

.interesting__item-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: initial;
  margin-bottom: 12px;
  transform: translateY(0);
}
.interesting__item-img {
  width: 170px;
  height: 110px;
}
.interesting__item-img-elem {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.interesting__link,
.next__link {
  text-decoration: none;
  display: block;
  padding: 21px 32px;
  text-align: center;
  margin: 0 auto;
  max-width: 290px;
  background: linear-gradient(261deg, #FF00A7 13.42%, #4800FF 91.19%);
  border-radius: 34px;
  position: relative;
  transition: 0.5s;
}
.interesting__link:hover::after,
.next__link:hover::after {
  opacity: 0;
}
.interesting__link:hover > span,
.next__link:hover > span {
  background: initial;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: var(--clr-white);
}
@media screen and (max-width: 768px) {
  .interesting__link,
  .next__link {
    max-width: 320px;
  }
}
.interesting__link::after,
.next__link::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: var(--clr-white);
  border-radius: 34px;
  z-index: 1;
  transition: 0.5s;
}
.interesting__link > span,
.next__link > span {
  position: relative;
  line-height: initial;
  background: linear-gradient(90deg, #8F00FF 2.49%, #4800FF 51.75%, #FF00A7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-family: "Epiloque", sans-serif;
  font-weight: 600;
  z-index: 2;
}
.partners {
  padding: 95px 0 85px;
}
@media screen and (max-width: 768px) {
  .partners {
    padding: 35px 0 35px;
  }
}

.partners__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 94px;
}
@media screen and (max-width: 768px) {
  .partners__title {
    text-align: left;
    margin-bottom: 40px;
  }
}

.partners__slider.swiper {
  overflow: initial;
}
@media screen and (max-width: 768px) {
  .partners__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-top: -8px;
  }
}

.partners__item {
  width: 205px;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #F6F2FF;
}
.partners__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .partners__item {
    margin-left: 8px;
    margin-top: 8px;
    width: calc(50% - 8px);
    height: initial;
  }
}

.programs {
  padding: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  .programs {
    padding: 35px 0;
  }
}

.programs__title {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .programs__title {
    margin-bottom: 40px;
  }
}

.programs__desc {
  max-width: 727px;
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .programs__desc {
    margin-bottom: 44px;
  }
}

.programs__tabs {
  display: flex;
}
@media screen and (max-width: 768px) {
  .programs__tabs {
    overflow: scroll;
  }
}

.programs__tab:nth-child(1) {
  z-index: 3;
}

.programs__tab:nth-child(2) {
  z-index: 2;
}

.programs__tab:nth-child(3) {
  z-index: 1;
}

.programs__tab.active {
  z-index: 4;
}

.programs__tab {
  color: var(--clr-blue-light);
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  cursor: pointer;
  font-size: 42px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 321px;
  height: 101px;
  background-image: url("../images/programs__tab-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.programs__tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--clr-white);
}
@media screen and (max-width: 768px) {
  .programs__tab {
    font-size: 17px;
    width: 130px;
    height: 41px;
  }
}

.programs__tab + .programs__tab {
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .programs__tab + .programs__tab {
    margin-left: -8px;
  }
}

.programs__tab.active {
  background-image: url("../images/programs__tab-bg-active.svg");
  color: var(--clr-blue);
}
.programs__tab.active::after {
  display: none;
}

.programs__items {
  background-color: var(--clr-white-dark);
}

.programs__item {
  position: relative;
  display: none;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .programs__item {
    padding: 20px 0;
  }
}

.programs__item.active {
  display: block;
}

.programs__swiper.swiper {
  overflow: initial;
}

@media screen and (max-width: 768px) {
  .programs__swiper .swiper-wrapper {
    flex-direction: column;
  }
}

.programs__direction-scrollbar {
  position: absolute;
  bottom: -34px;
  width: 100%;
  height: 14px;
  background-color: var(--clr-white-dark);
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .programs__direction-scrollbar {
    display: none;
  }
}

.programs__direction-scrollbar > .swiper-scrollbar-drag {
  cursor: grab;
  background-color: var(--clr-blue-light);
  position: relative;
}
.programs__direction-scrollbar > .swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 27px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/programs__direction-scrollbar.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.programs__direction-inner {
  overflow: auto;
  padding: 40px 40px 36px 40px;
  border-radius: 20px;
  border: 1px solid var(--clr-blue-light);
  min-height: 405px;
}
@media screen and (max-width: 768px) {
  .programs__direction-inner {
    padding: 20px;
    border-radius: 10px;
    min-height: initial;
  }
}

@media screen and (max-width: 768px) {
  .programs__direction.swiper-slide + .programs__direction.swiper-slide {
    margin-top: 10px;
  }
}

.programs__direction-degree {
  display: inline-block;
  padding: 10px 16px;
  color: var(--clr-blue-light);
  border: 1px solid var(--clr-blue-light);
  line-height: normal;
  font-size: 14px;
  border-radius: 100px;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .programs__direction-degree {
    padding: 10px 16px;
    font-size: 8px;
    margin-bottom: 23px;
    border-radius: 52px;
  }
}

.programs__direction-name {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 55px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .programs__direction-name {
    font-size: 28px;
    margin-bottom: 3px;
  }
}

.programs__direction-desc {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  max-width: 400px;
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .programs__direction-desc {
    font-size: 10px;
    max-width: 230px;
    margin-bottom: 24px;
  }
}

.programs__direction-additional {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  max-width: 242px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .programs__direction-additional {
    max-width: 134px;
    font-size: 10px;
  }
}

.programs__direction-link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 86px;
  height: 86px;
  font-size: 0;
  background-image: url("../images/programs__direction-link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 25px;
  border-radius: 20px 0px;
  border: 1px solid var(--clr-pink);
}
@media screen and (max-width: 768px) {
  .programs__direction-link {
    background-size: 16px 16px;
    border-radius: 10px 0px;
    width: 45px;
    height: 45px;
  }
}

.publication {
  background-color: #5046ab;
  background-image: url("../images/publication-bg%40desktop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0 80px;
  color: var(--clr-white);
}
@media screen and (max-width: 768px) {
  .publication {
    background-image: url("../images/publication-bg%40mobile.png");
  }
}

.publication__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .publication__wrapper {
    flex-direction: column;
  }
}

.publication__events {
  width: 60.47%;
  margin-right: 35px;
}
@media screen and (max-width: 1680px) {
  .publication__events {
    width: 50%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .publication__events {
    width: 100%;
    margin-right: 0;
  }
}

.publication__news {
  width: 35.47%;
  margin-left: 35px;
}
@media screen and (max-width: 1680px) {
  .publication__news {
    width: 50%;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .publication__news {
    width: 100%;
    margin-left: 0;
    margin-top: 82px;
  }
}

.publication__events-title {
  color: var(--clr-white);
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .publication__events-title {
    margin-bottom: 20px;
  }
}

.publication__events-desc {
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .publication__events-desc {
    margin-bottom: 34px;
  }
}

.publication__events__slider {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .publication__events__slider {
    margin-bottom: 20px;
  }
}

.publication__events__swiper.swiper {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1680px) {
  .publication__events__swiper .swiper-wrapper {
    flex-direction: column;
  }
}

.publication__events__card {
  height: 302px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1680px) {
  .publication__events__card {
    height: 372px;
  }
}
@media screen and (max-width: 768px) {
  .publication__events__card {
    height: 320px;
  }
}
.publication__events__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 106%);
}
@media screen and (max-width: 1680px) {
  .publication__events__card + .publication__events__card {
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .publication__events__card + .publication__events__card {
    margin-top: 15px;
  }
}

.publication__events__card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.publication__events__card-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}
@media screen and (max-width: 1680px) {
  .publication__events__card-content {
    padding: 20px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .publication__events__card-content {
    padding: 25px;
  }
}
.publication__events__card-tags {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 30px;
}
.publication__events__card-time {
  line-height: normal;
  padding: 10px 12px;
  background-color: var(--clr-blue-light);
  border-radius: 80px;
}
.publication__events__card-format {
  line-height: normal;
  padding: 10px 14px;
  background-color: var(--clr-pink);
  border-radius: 80px;
  margin-left: 10px;
}
.publication__events__card-title {
  color: var(--clr-white);
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: normal;
  max-width: 520px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1680px) {
  .publication__events__card-title {
    font-size: 31px;
  }
}
@media screen and (max-width: 768px) {
  .publication__events__card-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.publication__events__card-link {
  display: inline-block;
  line-height: normal;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: var(--clr-white);
  padding: 12px 27px;
  border-radius: 80px;
  border: 0.8px solid var(--clr-white);
}
@media screen and (max-width: 768px) {
  .publication__events__card-link {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1680px) {
  .publication__events__buttons {
    display: none;
  }
}
.publication__events__buttons .swiper-button-prev {
  display: none;
}
.publication__events__buttons .swiper-button-prev,
.publication__events__buttons .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0px 0px 55px 0px rgba(140, 0, 92, 0.2);
  backdrop-filter: blur(11.5px);
}
.publication__events__buttons .swiper-button-prev, .publication__events__buttons .swiper-rtl .swiper-button-next {
  left: -25px;
}
.publication__events__buttons .swiper-button-next, .publication__events__buttons .swiper-rtl .swiper-button-prev {
  right: -25px;
  left: auto;
}

.publication__events-more {
  text-decoration: none;
  border: 1px solid var(--clr-white);
  border-radius: 34px;
  color: var(--clr-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
.publication__events-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(261deg, #FF00A7 13.42%, #4800FF 91.19%);
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
  border-radius: 34px;
  transform: translate(-50%, -50%);
}
.publication__events-more:hover {
  border-color: transparent;
}
.publication__events-more:hover::after {
  opacity: 1;
}
.publication__events-more:hover .publication__events-more-icon::after {
  opacity: 0;
}
.publication__events-more:hover .publication__events-more-icon::before {
  opacity: 1;
}
.publication__events-more-imgs {
  display: flex;
  z-index: 1;
}
@media screen and (max-width: 1156px) {
  .publication__events-more-imgs {
    display: none;
  }
}

.publication__events-more-img {
  width: 120px;
  display: block;
  border-radius: 80px;
  overflow: hidden;
}
.publication__events-more-img + .publication__events-more-img {
  margin-left: -60px;
}

.publication__events-more-text {
  padding: 15px 0;
  font-size: 20px;
  z-index: 1;
}
@media screen and (max-width: 1156px) {
  .publication__events-more-text {
    padding: 15px;
  }
}

.publication__events-more-icon {
  margin-right: 24px;
  width: 6px;
  height: 12px;
  z-index: 1;
  position: relative;
}
.publication__events-more-icon::after, .publication__events-more-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/arrow-left-pink.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.5s;
}
.publication__events-more-icon::after {
  opacity: 1;
}
.publication__events-more-icon::before {
  background-image: url("../images/arrow-left-white-p.svg");
}

.publication__news-title {
  color: var(--clr-white);
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .publication__news-title {
    margin-bottom: 20px;
  }
}

.publication__news-desc {
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .publication__news-desc {
    margin-bottom: 30px;
  }
}

.publication__news-cards {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .publication__news-cards {
    margin-bottom: 20px;
  }
}

.publication__news-card {
  height: 302px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1680px) {
  .publication__news-card {
    height: 372px;
  }
}
@media screen and (max-width: 768px) {
  .publication__news-card {
    border-radius: 20px;
  }
}
.publication__news-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 106%);
}
.publication__news-card + .publication__news-card {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .publication__news-card + .publication__news-card {
    margin-top: 15px;
  }
}

.publication__news-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.publication__news__card-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .publication__news__card-content {
    padding: 20px;
  }
}

.publication__news__card-tags {
  line-height: normal;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .publication__news__card-tags {
    font-size: 14px;
  }
}

.publication__news__card-read-time {
  display: inline-block;
  padding: 10px 18px 10px 41px;
  background-color: var(--clr-blue-light);
  border-radius: 80px;
  position: relative;
}
.publication__news__card-read-time::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 18px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/publication-news-read.svg");
}

.publication__news__card-category {
  display: inline-block;
  padding: 10px 18px;
  background-color: var(--clr-pink);
  border-radius: 80px;
}
.publication__news__card-title {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 31px;
  color: var(--clr-white);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .publication__news__card-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.publication__news__card-link {
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: var(--clr-white);
  padding: 12px 27px;
  border-radius: 80px;
  border: 0.8px solid var(--clr-white);
}
@media screen and (max-width: 768px) {
  .publication__news__card-link {
    padding: 10px 20px;
  }
}

.publication__news-more {
  text-decoration: none;
  border: 1px solid var(--clr-white);
  border-radius: 34px;
  color: var(--clr-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
.publication__news-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(261deg, #FF00A7 13.42%, #4800FF 91.19%);
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
  border-radius: 34px;
  transform: translate(-50%, -50%);
}
.publication__news-more:hover {
  border-color: transparent;
}
.publication__news-more:hover::after {
  opacity: 1;
}
.publication__news-more:hover .publication__news-more-icon::after {
  opacity: 0;
}
.publication__news-more:hover .publication__news-more-icon::before {
  opacity: 1;
}
.publication__news-more-imgs {
  display: flex;
  z-index: 1;
}
@media screen and (max-width: 1156px) {
  .publication__news-more-imgs {
    display: none;
  }
}

.publication__news-more-img {
  width: 120px;
  display: block;
  border-radius: 80px;
  overflow: hidden;
}
.publication__news-more-img + .publication__news-more-img {
  margin-left: -60px;
}

.publication__news-more-icon {
  margin-right: 24px;
  width: 6px;
  height: 12px;
  z-index: 1;
  position: relative;
}
.publication__news-more-icon::after, .publication__news-more-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/arrow-left-pink.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.5s;
}
.publication__news-more-icon::after {
  opacity: 1;
}
.publication__news-more-icon::before {
  background-image: url("../images/arrow-left-white-p.svg");
}

.publication__news-more-text {
  padding: 15px 0;
  font-size: 20px;
  z-index: 1;
}
@media screen and (max-width: 1156px) {
  .publication__news-more-text {
    padding: 15px;
  }
}

.say {
  padding: 114px 0 197px;
}
@media screen and (max-width: 768px) {
  .say {
    padding: 35px 0;
  }
}

.say__title {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .say__title {
    text-align: left;
    margin-bottom: 40px;
  }
}

.say__slider {
  position: relative;
  max-width: 1424px;
  margin: 0 auto;
}
@media screen and (max-width: 1662px) {
  .say__slider {
    max-width: 1224px;
  }
}
@media screen and (max-width: 1466px) {
  .say__slider {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1269px) {
  .say__slider {
    max-width: 751px;
  }
}
@media screen and (max-width: 768px) {
  .say__slider {
    max-width: initial;
    margin: initial;
  }
}

.say__card.swiper-slide .say__card-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .say__card.swiper-slide .say__card-inner {
    flex-direction: column;
  }
}

.say__left {
  flex: 1 0 calc(39.33% - 24px);
  margin-right: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .say__left {
    flex: initial;
    margin-right: initial;
    margin-bottom: 48px;
  }
}

.say__text {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  color: var(--clr-blue-light);
  max-width: 382px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .say__text {
    font-size: 22px;
    margin-top: 18px;
  }
}
.say__text-top {
  display: none;
}
@media screen and (max-width: 768px) {
  .say__text-top {
    display: block;
  }
}
.say__text-bottom {
  display: block;
}
@media screen and (max-width: 768px) {
  .say__text-bottom {
    display: none;
  }
}

.say__right {
  flex: 1 0 calc(57.3% - 24px);
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .say__right {
    flex: initial;
    margin-left: 0;
  }
}

.say__right-text {
  font-size: 20px;
  padding: 54px 50px 54px 63px;
  background-color: var(--clr-white-dark);
  border-radius: 24px;
  line-height: 1.9;
  position: relative;
  z-index: 2;
  height: 100%;
}
@media screen and (max-width: 1269px) {
  .say__right-text {
    font-size: 17px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .say__right-text {
    font-size: 20px;
    padding: 27px 20px 38px 20px;
    line-height: 1.9;
  }
}
.say__right-text::after, .say__right-text::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 79px;
  width: 28px;
  height: 24px;
  background-image: url("../images/bracket1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .say__right-text::after, .say__right-text::before {
    left: 26px;
  }
}
.say__right-text::before {
  top: initial;
  left: initial;
  right: 66px;
  bottom: -12px;
}
@media screen and (max-width: 768px) {
  .say__right-text::before {
    right: 26px;
  }
}
.say .swiper-button-prev,
.say .swiper-button-next {
  top: 156px;
}
.say .swiper-button-prev, .say .swiper-rtl .swiper-button-next {
  left: -70px;
}
.say .swiper-button-next, .say .swiper-rtl .swiper-button-prev {
  right: -70px;
  left: auto;
}

.values {
  padding: 193px 0 95px;
}
@media screen and (max-width: 768px) {
  .values {
    padding: 70px 0 35px;
  }
}

.values__title {
  text-align: center;
  margin-bottom: 109px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .values__title {
    text-align: left;
    margin-bottom: 40px;
  }
}

.values__list-inner {
  max-width: 1190px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .values__list-inner {
    max-width: initial;
    margin: initial;
  }
}

.values__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -66px;
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .values__list {
    flex-direction: column;
    margin-left: 0;
    margin-top: -20px;
  }
}

.values__item {
  width: calc(50% - 66px);
  margin-left: 66px;
  margin-top: 60px;
  border-radius: 44px;
  border: 1px solid var(--clr-white-dark);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .values__item {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    border-radius: 24px;
  }
}

.values__item-top {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 206px;
  padding-right: 100px;
  height: 188px;
  background-color: var(--clr-white-dark);
  font-size: 31px;
  font-family: "Epiloque", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .values__item-top {
    padding-left: 120px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .values__item-top {
    font-size: 24px;
    padding-right: 30px;
    height: 120px;
    padding-left: 130px;
  }
}
@media screen and (max-width: 768px) {
  .values__item-top {
    padding-left: 107px;
    padding-right: 30px;
    height: 110px;
    font-size: 20px;
  }
}
.values__item-top::after {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/values-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 159px;
  height: 188px;
}
@media screen and (max-width: 1280px) {
  .values__item-top::after {
    left: -60px;
  }
}
@media screen and (max-width: 1000px) {
  .values__item-top::after {
    width: 119px;
    height: 138px;
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .values__item-top::after {
    left: 0;
    width: 81px;
    height: 68px;
    top: 0;
    background-image: url("../images/values-mob-1.svg");
  }
}

.values__item:nth-child(2) .values__item-top::after {
  background-image: url("../images/values-2.svg");
}
@media screen and (max-width: 768px) {
  .values__item:nth-child(2) .values__item-top::after {
    background-image: url("../images/values-mob-2.svg");
  }
}

.values__item:nth-child(3) .values__item-top::after {
  background-image: url("../images/values-3.svg");
}
@media screen and (max-width: 768px) {
  .values__item:nth-child(3) .values__item-top::after {
    background-image: url("../images/values-mob-3.svg");
  }
}

.values__item:nth-child(4) .values__item-top::after {
  background-image: url("../images/values-4.svg");
}
@media screen and (max-width: 768px) {
  .values__item:nth-child(4) .values__item-top::after {
    background-image: url("../images/values-mob-4.svg");
  }
}

.values__item-bottom {
  padding: 33px 41px;
  text-align: center;
  font-size: 20px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .values__item-bottom {
    padding: 15px 10px 20px 10px;
    font-size: 14px;
  }
}

.who {
  padding: 85px 0 60px;
  background-color: var(--clr-white);
}
@media screen and (max-width: 768px) {
  .who {
    padding: 70px 0 35px;
  }
}

.who__title {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .who__title {
    text-align: left;
    margin-bottom: 20px;
  }
}

.who__tabs {
  display: flex;
  justify-content: space-between;
  max-width: 638px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 166px;
}
@media screen and (max-width: 768px) {
  .who__tabs {
    margin: initial;
    max-width: 320px;
    margin-bottom: 38px;
  }
}

.who__tab {
  font-size: 27px;
  border-radius: 100px;
  font-weight: 700;
  padding: 28px 50px 28px 50px;
  border: 1px solid transparent;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .who__tab {
    font-size: 14px;
    padding: 12px 14px;
  }
}
.who__tab:nth-child(1) {
  background-color: var(--clr-pink);
  color: var(--clr-white);
}
.who__tab:nth-child(1):hover {
  background-color: #ce0087;
}
.who__tab:nth-child(2) {
  color: var(--clr-blue-light);
  border-color: var(--clr-blue-light);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.who__tab:nth-child(2):hover {
  color: var(--clr-white);
  background-color: var(--clr-blue-light);
}
@media screen and (max-width: 768px) {
  .who__tab:nth-child(2) {
    position: static;
    transform: initial;
  }
}
.who__tab:nth-child(2)::before {
  content: "&";
  position: absolute;
  color: var(--clr-blue);
  font-size: 27px;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .who__tab:nth-child(2)::before {
    display: none;
  }
}
.who__tab:nth-child(3) {
  color: var(--clr-blue-dark);
  border-color: var(--clr-blue-dark);
}
.who__tab:nth-child(3):hover {
  color: var(--clr-white);
  background-color: var(--clr-blue-dark);
}
@media screen and (max-width: 768px) {
  .who__tab + .who__tab {
    margin-left: 6px;
  }
}

.who__cards {
  max-width: 1128px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.who__slider {
  max-width: 1128px;
  margin: 0 auto;
  position: relative;
}

.who__card {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .who__card {
    flex-direction: column;
  }
}

.who__card-left {
  max-width: 465px;
}
@media screen and (max-width: 992px) {
  .who__card-left {
    margin-bottom: 38px;
  }
}

.who__card-left._anim-items {
  transform: translateX(-50px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.who__card-left._anim-items._active {
  transform: translateX(0);
  opacity: 1;
}

.who__card-title {
  margin-top: 58px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .who__card-title {
    margin-top: 0;
    margin-bottom: 35px;
  }
}

.who__card-desc strong {
  font-weight: 600;
}

.who__card-right {
  min-width: 530.21px;
}
@media screen and (max-width: 768px) {
  .who__card-right {
    min-width: 320px;
    display: none;
  }
}

.who__card-right-inner {
  max-width: 530.21px;
  min-height: 455px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .who__card-right-inner {
    max-width: 320px;
    min-height: 274px;
  }
}

.who__card-right-inner-dot {
  position: absolute;
  z-index: 1;
}
.who__card-right-inner-dot span {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  color: var(--clr-white);
  line-height: 1;
}

.who__card-right-inner-dot-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.who__card-right-inner-dot-img-shadow {
  position: absolute;
  height: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.who__card-right-inner-dot-img-shadow._active {
  transform: translateX(-50%) translateY(0);
}

.who__card-right-inner-dot-1 {
  left: 0;
  top: 0;
  width: 398px;
  height: 398px;
}
.who__card-right-inner-dot-1 span {
  font-size: 74px;
  top: 157px;
  left: 127px;
  transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  .who__card-right-inner-dot-1 span {
    font-size: 44px;
    top: 93px;
    left: 79px;
  }
}
.who__card-right-inner-dot-1 .who__card-right-inner-dot-img {
  transition-delay: 0.6s;
}
.who__card-right-inner-dot-1 .who__card-right-inner-dot-img-shadow {
  transition-delay: 0.9s;
  width: 329px;
  bottom: -44px;
}

.who__card-right-inner-dot-2 {
  right: 30px;
  top: 54px;
  width: 169px;
  height: 171px;
}
.who__card-right-inner-dot-2 span {
  font-size: 25px;
  top: 73px;
  left: 61px;
  transition-delay: 0.9s;
}
@media screen and (max-width: 768px) {
  .who__card-right-inner-dot-2 span {
    font-size: 25px;
    top: 58px;
    left: 227px;
  }
}
.who__card-right-inner-dot-2 .who__card-right-inner-dot-img {
  transition-delay: 0.9s;
}
.who__card-right-inner-dot-2 .who__card-right-inner-dot-img-shadow {
  transition-delay: 1.2s;
  width: 219px;
  bottom: -218px;
}

.who__card-right-inner-dot-3 {
  right: 98px;
  bottom: 123px;
  width: 144px;
  height: 144px;
}
.who__card-right-inner-dot-3 span {
  font-size: 25px;
  top: 59px;
  left: 49px;
  transition-delay: 1.2s;
}
@media screen and (max-width: 768px) {
  .who__card-right-inner-dot-3 span {
    font-size: 15px;
    top: 154px;
    left: 210px;
  }
}
.who__card-right-inner-dot-3 .who__card-right-inner-dot-img {
  transition-delay: 1.2s;
}
.who__card-right-inner-dot-3 .who__card-right-inner-dot-img-shadow {
  transition-delay: 1.5s;
  width: 163px;
  bottom: -115px;
}

.who__swiper .swiper-wrapper > .who__card:nth-child(2) .who__card-right-inner-dot-1 {
  left: 53px;
  top: 13px;
}
.who__swiper .swiper-wrapper > .who__card:nth-child(2) .who__card-right-inner-dot-2 {
  right: initial;
  left: -20px;
  top: initial;
  bottom: 41px;
}
.who__swiper .swiper-wrapper > .who__card:nth-child(2) .who__card-right-inner-dot-2 .who__card-right-inner-dot-img-shadow {
  bottom: -40px;
}
.who__swiper .swiper-wrapper > .who__card:nth-child(2) .who__card-right-inner-dot-3 {
  right: initial;
  left: -46px;
  bottom: 173px;
}
.who__swiper .swiper-wrapper > .who__card:nth-child(2) .who__card-right-inner-dot-3 .who__card-right-inner-dot-img-shadow {
  bottom: -175px;
}
.who__swiper .swiper-wrapper > .who__card:nth-child(3) .who__card-right-inner-dot-1 {
  left: 153px;
  top: 13px;
}
.who__swiper .swiper-wrapper > .who__card:nth-child(3) .who__card-right-inner-dot-2 {
  right: initial;
  left: 50px;
  top: initial;
  bottom: 191px;
}
.who__swiper .swiper-wrapper > .who__card:nth-child(3) .who__card-right-inner-dot-2 .who__card-right-inner-dot-img-shadow {
  bottom: -192px;
}
.who__swiper .swiper-wrapper > .who__card:nth-child(3) .who__card-right-inner-dot-3 {
  right: initial;
  left: 134px;
  bottom: 94px;
}
.who__swiper .swiper-wrapper > .who__card:nth-child(3) .who__card-right-inner-dot-3 .who__card-right-inner-dot-img-shadow {
  bottom: -95px;
}

.who__card:nth-child(1) .who__card-title {
  color: var(--clr-pink);
}
.who__card:nth-child(2) .who__card-title {
  color: var(--clr-blue-light);
}
.who__card:nth-child(3) .who__card-title {
  color: var(--clr-blue-dark);
}
.who__buttons .swiper-button-prev,
.who__buttons .swiper-button-next {
  top: 156px;
}
.who__buttons .swiper-button-prev, .who__buttons .swiper-rtl .swiper-button-next {
  left: -110px;
}
.who__buttons .swiper-button-next, .who__buttons .swiper-rtl .swiper-button-prev {
  right: -110px;
  left: auto;
}

.accent {
  background-image: url("../images/accent-bg%40desktop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 121px 0;
}
@media screen and (max-width: 768px) {
  .accent {
    background-image: url("../images/accent-bg%40mobile.png");
    padding: 56px 0 46px;
  }
}

.accent__wrapper {
  position: relative;
  max-width: 1328px;
  margin: 0 auto;
}
.accent__content {
  max-width: 1283px;
  font-family: "Epiloque", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  border-radius: 47px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0px 4px 66px 0px rgba(56, 24, 82, 0.1);
  backdrop-filter: blur(20px);
  padding: 89px 133px 81px 345px;
}
@media screen and (max-width: 992px) {
  .accent__content {
    padding: 195px 30px 51px 30px;
  }
}
@media screen and (max-width: 768px) {
  .accent__content {
    font-size: 18px;
  }
}

.accent__content p + p {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .accent__content p + p {
    margin-top: 26px;
  }
}

.accent__logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
  width: 314px;
  height: 187px;
  border-radius: 47px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0px 4px 66px 0px rgba(56, 24, 82, 0.1);
  backdrop-filter: blur(20px);
  background-image: url("../images/neuro.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 225px 60px;
}
@media screen and (max-width: 992px) {
  .accent__logo {
    width: 260px;
    height: 130px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.benefits {
  padding: 96px 0 156px;
}
@media screen and (max-width: 768px) {
  .benefits {
    padding: 70px 0 20px;
  }
}

.benefits__title {
  max-width: 1131px;
  margin: 0 auto 81px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .benefits__title {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .benefits__title {
    max-width: initial;
    margin: initial;
    margin-bottom: 40px;
    text-align: left;
  }
}

.benefits__grid-wrapper {
  max-width: 1308px;
  margin: 0 auto;
}
.benefits__grid-wrapper-inner {
  margin-left: -20px;
  margin-top: -20px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .benefits__grid-wrapper-inner {
    margin-left: 0;
  }
}
.benefits__grid-wrapper .grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  grid-template-areas: "first second" "third second" "third fourth";
}
@media screen and (max-width: 992px) {
  .benefits__grid-wrapper .grid {
    grid-template-columns: 100%;
    grid-template-areas: "first" "second" "third" "fourth";
    margin-left: 0px;
  }
}
.benefits__grid-wrapper .grid__child {
  margin-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .benefits__grid-wrapper .grid__child {
    margin-left: 0;
  }
}
.benefits__grid-wrapper .grid__child img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.benefits__grid-wrapper .grid__child-1 {
  grid-area: first;
}
.benefits__grid-wrapper .grid__child-1 .benefits__subtitle {
  color: #312B6D;
}
.benefits__grid-wrapper .grid__child-2 {
  grid-area: second;
}
.benefits__grid-wrapper .grid__child-2 .benefits__subtitle {
  color: #8F00FF;
}
.benefits__grid-wrapper .grid__child-3 {
  grid-area: third;
}
.benefits__grid-wrapper .grid__child-3 .benefits__subtitle {
  color: #4800FF;
}
.benefits__grid-wrapper .grid__child-4 {
  grid-area: fourth;
}
.benefits__grid-wrapper .grid__child-4 .benefits__subtitle {
  color: #FF00A7;
}

.benefits__item {
  height: 100%;
  padding: 69px;
  border-radius: 20px;
  background-color: #F6F2FF;
}
@media screen and (max-width: 768px) {
  .benefits__item {
    padding: 30px;
  }
}

.benefits__subtitle {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.05;
  margin-bottom: 52px;
}
@media screen and (max-width: 1400px) {
  .benefits__subtitle {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .benefits__subtitle {
    font-size: 27px;
  }
}
@media screen and (max-width: 1100px) {
  .benefits__subtitle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .benefits__subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1150px) {
  .benefits__desc {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .benefits__desc {
    font-size: 16px;
  }
}

.international {
  background-image: url("../images/about-bg%40desktop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 116px 0 262px;
}
@media screen and (max-width: 1600px) {
  .international {
    padding: 136px 0 202px;
  }
}
@media screen and (max-width: 1280px) {
  .international {
    padding: 126px 0 202px;
  }
}
@media screen and (max-width: 992px) {
  .international {
    background-image: none;
    padding: 123px 0px 20px;
    background-position: center;
    background-size: cover;
    background-color: #7364EC;
  }
}

.international .container {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .international .container {
    flex-direction: column;
    align-items: initial;
  }
}

.international__left {
  flex: 1 1 740px;
  margin-left: 118px;
  max-width: 740px;
}
@media screen and (max-width: 1830px) {
  .international__left {
    max-width: 610px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 1600px) {
  .international__left {
    max-width: 490px;
  }
}
@media screen and (max-width: 992px) {
  .international__left {
    flex: initial;
    margin-bottom: 30px;
    max-width: 100%;
  }
}

.international__right {
  margin-left: 50px;
  flex: 1 1 863px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 85px;
  width: 863px;
}
.international__right._anim-items._active {
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .international__right._anim-items._active {
    transform: initial;
  }
}
@media screen and (max-width: 1830px) {
  .international__right {
    margin-top: 70px;
    width: 825px;
    height: 570px;
  }
}
@media screen and (max-width: 1600px) {
  .international__right {
    width: 825px;
    height: 570px;
  }
}
@media screen and (max-width: 1440px) {
  .international__right {
    width: 666px;
    height: 571px;
  }
}
@media screen and (max-width: 1366px) {
  .international__right {
    width: 592px;
    height: 620px;
  }
}
@media screen and (max-width: 1280px) {
  .international__right {
    width: 457px;
    height: 570px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 1187px) {
  .international__right {
    width: 342px;
    height: 422px;
  }
}
@media screen and (max-width: 992px) {
  .international__right {
    margin-top: initial;
    height: initial;
    width: initial;
    position: relative;
    margin-left: 0;
    max-width: 100%;
    flex: initial;
    top: initial;
    transform: initial;
  }
}

.international__title {
  position: relative;
  margin-top: 105px;
  letter-spacing: -5px;
  z-index: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .international__title {
    margin-top: 20px;
    font-size: 63px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 1366px) {
  .international__title {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1280px) {
  .international__title {
    margin-top: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1024px) {
  .international__title {
    font-size: 53px;
  }
}
@media screen and (max-width: 768px) {
  .international__title {
    letter-spacing: initial;
    margin-bottom: 62px;
    font-size: 34px;
  }
}

.international__desc {
  color: var(--clr-white);
  padding-left: 41px;
  position: relative;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .international__desc {
    padding-left: 27px;
  }
}
.international__desc::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: var(--clr-pink);
}

.international__img {
  overflow: hidden;
  border-radius: 500px;
  height: 100%;
}

.international__img-elem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.international__icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 154px;
  height: 154px;
  margin-top: -111px;
  border-radius: 47px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0px 4px 66px 0px rgba(56, 24, 82, 0.1);
  backdrop-filter: blur(20px);
  background-image: url("../images/about-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 81px 69px;
}
@media screen and (max-width: 1600px) {
  .international__icon {
    bottom: initial;
    top: -20px;
    right: -60px;
    left: initial;
    margin-top: 0;
    width: 117px;
    height: 117px;
    border-radius: 35px;
    background-size: 66px 56px;
  }
}
@media screen and (max-width: 1280px) {
  .international__icon {
    top: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .international__icon {
    width: 67px;
    height: 67px;
    border-radius: 20px;
    background-size: 37px 32px;
  }
}
@media screen and (max-width: 992px) {
  .international__icon {
    display: none;
  }
}

.logo {
  width: 202px;
  height: 53px;
}
@media screen and (max-width: 1600px) {
  .logo {
    width: 181px;
    height: 42.75px;
  }
}
@media screen and (max-width: 1280px) {
  .logo {
    width: 146px;
    height: 39px;
  }
}
@media screen and (max-width: 1024px) {
  .logo {
    width: 112px;
    height: 30px;
  }
}
@media screen and (max-width: 992px) {
  .logo {
    z-index: 200;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    width: 156px;
    height: 43px;
  }
}
@media screen and (max-width: 355px) {
  .logo {
    width: 136px;
    height: 43px;
  }
}

.logo__img {
  width: 100%;
  height: 100%;
}

.career {
  padding: 174px 0 87px;
}
@media screen and (max-width: 768px) {
  .career {
    padding: 70px 0 35px;
  }
}

.career__title {
  text-align: center;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .career__title {
    text-align: left;
    margin-bottom: 40px;
  }
}

.career__wrap {
  display: flex;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .career__wrap {
    flex-direction: column;
    margin-left: 0;
  }
}

.career__elem {
  width: calc(50% - 20px);
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .career__elem {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .career__elem + .career__elem {
    margin-top: 20px;
  }
}

.career__block {
  background-color: var(--clr-white-dark);
  padding: 81px 90px;
  border-radius: 24px;
}
@media screen and (max-width: 992px) {
  .career__block {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .career__block {
    padding: 28px 16px;
  }
}

.career__block ul {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .career__block ul {
    font-size: 14px;
  }
}
.career__block ul > li {
  line-height: 1.9;
  list-style: initial;
}
.career__block-title {
  font-family: "Epiloque", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 31px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .career__block-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.career__info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.career__info .career__block {
  flex: 1;
  border: 1px solid #7D79A7;
  background-color: #ffffff;
}
.career__info-link {
  text-decoration: none;
  display: block;
  padding: 54px;
  text-align: center;
  border: 1px solid #8F00FF;
  border-radius: 24px;
  position: relative;
  margin-top: 3px;
  transition: all 0.5s;
}
.career__info-link:hover {
  background: linear-gradient(90deg, #8F00FF 2.49%, #4800FF 51.75%, #FF00A7 100%);
}
.career__info-link:hover > span {
  background: none;
  color: var(--clr-white);
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.career__info-link:hover > span::after {
  opacity: 0;
}
.career__info-link:hover > span::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .career__info-link {
    padding: 19px 14px;
  }
}
.career__info-link > span {
  display: inline-block;
  position: relative;
  line-height: initial;
  padding-right: 46px;
  background: linear-gradient(90deg, #8F00FF 2.49%, #4800FF 51.75%, #FF00A7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
  font-family: "Epiloque", sans-serif;
  font-weight: 400;
  z-index: 2;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .career__info-link > span {
    font-size: 13px;
  }
}
.career__info-link > span::after, .career__info-link > span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 12px;
  background-image: url(../images/career-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.5s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .career__info-link > span::after, .career__info-link > span::before {
    width: 10px;
    height: 6px;
  }
}
.career__info-link > span::before {
  background-image: url(../images/career-arrow-white.svg);
}
.career__info-link > span::after {
  opacity: 1;
}
.fees {
  padding: 95px 0;
}
@media screen and (max-width: 768px) {
  .fees {
    padding: 35px 0;
  }
}

.fees__wrap {
  background-image: url("../images/fees-bg%40desktop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 98px 200px 70px;
  border-radius: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .fees__wrap {
    border-radius: 300px;
    padding: 98px 100px 70px;
  }
}
@media screen and (max-width: 768px) {
  .fees__wrap {
    padding: 98px 27px 70px;
    border-radius: 100px;
    background-image: url("../images/fees-bg%40mobile.png");
  }
}

.fees__title {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fees__title {
    max-width: 123px;
    margin: 0 auto 40px;
  }
}

.fees__list {
  display: flex;
  margin-left: -30px;
}
@media screen and (max-width: 1300px) {
  .fees__list {
    margin-top: -30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .fees__list {
    flex-direction: column;
    margin-left: 0;
  }
}

.fees__item {
  padding: 24px 35px;
  text-align: center;
  color: #fff;
  border-radius: 14.393px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: linear-gradient(123deg, rgba(255, 255, 255, 0) 10.32%, rgba(255, 255, 255, 0.14) 48.61%, rgba(255, 255, 255, 0) 86.9%), rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(3.1983804703px);
  margin-left: 30px;
}
@media screen and (max-width: 1300px) {
  .fees__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .fees__item {
    width: 100%;
    margin-left: 0;
  }
}

.fees__name {
  margin-bottom: 18px;
}

.fees__sum {
  font-size: 54px;
  font-weight: 500;
}

.master {
  background-image: url("../images/master-bg%40desktop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 116px 0 88px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .master {
    padding: 165px 0 121px;
  }
}
@media screen and (max-width: 1366px) {
  .master {
    padding: 95px 0 60px;
  }
}
@media screen and (max-width: 1280px) {
  .master {
    padding: 113px 0 60px;
  }
}
@media screen and (max-width: 992px) {
  .master {
    background-image: none;
    padding: 123px 0px 20px;
    background-position: center;
    background-size: cover;
    background-color: #7364EC;
  }
}

.master .container {
  display: flex;
  position: relative;
}
@media screen and (max-width: 992px) {
  .master .container {
    flex-direction: column;
    align-items: initial;
  }
}

.master__left {
  margin-left: 117px;
  flex: 1 1 774px;
}
@media screen and (max-width: 1600px) {
  .master__left {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .master__left {
    flex: initial;
    max-width: 100%;
    margin-bottom: 43px;
  }
}
.master__right {
  margin-left: 50px;
  flex: 1 1 863px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  width: 863px;
}
@media screen and (max-width: 1600px) {
  .master__right {
    width: 825px;
    height: 570px;
  }
}
@media screen and (max-width: 1536px) {
  .master__right {
    width: 762px;
    height: 570px;
  }
}
@media screen and (max-width: 1440px) {
  .master__right {
    width: 666px;
    height: 571px;
  }
}
@media screen and (max-width: 1366px) {
  .master__right {
    width: 592px;
    height: 620px;
  }
}
@media screen and (max-width: 1280px) {
  .master__right {
    width: 507px;
    height: 620px;
  }
}
@media screen and (max-width: 1187px) {
  .master__right {
    width: 342px;
    height: 422px;
  }
}
@media screen and (max-width: 992px) {
  .master__right {
    height: initial;
    width: initial;
    position: relative;
    margin-left: 0;
    max-width: 100%;
    flex: initial;
  }
}
.master__title {
  position: relative;
  margin-top: 105px;
  margin-bottom: 52px;
  letter-spacing: -5px;
  z-index: 2;
}
@media screen and (max-width: 1700px) {
  .master__title {
    font-size: 80px;
  }
}
@media screen and (max-width: 1600px) {
  .master__title {
    margin-top: 0;
    font-size: 63px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 1366px) {
  .master__title {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1280px) {
  .master__title {
    margin-top: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1024px) {
  .master__title {
    margin-bottom: 61px;
    font-size: 53px;
  }
}
@media screen and (max-width: 768px) {
  .master__title {
    letter-spacing: initial;
    margin-bottom: 62px;
    font-size: 34px;
  }
}

.master__bullets {
  border-radius: 47px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgba(246, 242, 255, 0.18);
  backdrop-filter: blur(36.5px);
  padding: 54px;
  display: flex;
  flex-direction: column;
  max-width: 495px;
}
@media screen and (max-width: 1600px) {
  .master__bullets {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .master__bullets {
    border-radius: 27px;
    max-width: 392px;
    padding: 20px;
  }
}
@media screen and (max-width: 992px) {
  .master__bullets {
    max-width: 100%;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .master__bullets {
    border-radius: 30px;
    padding: 30px;
  }
}

.master__bullet + .master__bullet {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .master__bullet + .master__bullet {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .master__bullet + .master__bullet {
    margin-top: 13px;
  }
}

.master__bullet {
  padding: 16px 24px;
  border-radius: 13px;
  border: 1px dashed #FFF;
  display: flex;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .master__bullet {
    font-size: 9px;
    padding: 10px 15px;
    border-radius: 8.4px;
  }
}
.master__bullet span {
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .master__bullet span {
    font-size: 16px;
    white-space: initial;
  }
}
@media screen and (max-width: 768px) {
  .master__bullet span {
    font-size: 12px;
  }
}
.master__bullet-elem:nth-child(1) {
  width: 30%;
}

.master__bullet-elem:nth-child(2) {
  width: 60%;
}

.master__bullet-elem + .master__bullet-elem {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .master__bullet-elem + .master__bullet-elem {
    margin-left: 20px;
  }
}

.master__buttons {
  font-size: 20px;
  max-width: 333px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  z-index: 2;
}
.master__buttons._active._anim-items {
  transform: translateX(-50%) translateY(0);
}
@media screen and (max-width: 1600px) {
  .master__buttons {
    position: static;
    max-width: 480px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    left: initial;
    bottom: initial;
    transform: initial;
    z-index: 2;
  }
  .master__buttons._active._anim-items {
    transform: translateY(0);
  }
}
@media screen and (max-width: 992px) {
  .master__buttons {
    max-width: initial;
    flex-direction: column;
    position: static;
    margin: 0 auto;
    left: initial;
    bottom: initial;
    transform: initial;
  }
}

.master__button {
  text-decoration: none;
  padding: 27px;
  border-radius: 34px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .master__button {
    max-width: 263px;
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .master__button {
    max-width: initial;
    padding: 23px;
  }
}

.master__button + .master__button {
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .master__button + .master__button {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .master__button + .master__button {
    margin-top: 20px;
  }
}

.master__button--bordered {
  font-family: "Epiloque", sans-serif;
  font-weight: 600;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.5s;
}
.master__button--bordered:hover {
  color: var(--clr-blue);
  background-color: var(--clr-white);
}

.master__button--icon {
  text-decoration: none;
  padding: 27px;
  background-color: var(--clr-white);
  border-radius: 34px;
  text-align: center;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .master__button--icon {
    padding: 20px;
  }
}
.master__button--icon:hover span {
  background: none;
  color: var(--clr-white);
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.master__button--icon:hover span::after {
  background-image: url("../images/arrow-left-white.svg");
}
.master__button--icon:hover::before {
  opacity: 1;
}
.master__button--icon span {
  display: inline-block;
  font-family: "Epiloque", sans-serif;
  font-weight: 600;
  background: linear-gradient(90deg, #8F00FF 2.49%, #4800FF 51.75%, #FF00A7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  line-height: normal;
  padding-right: 27px;
  position: relative;
}
.master__button--icon span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 13px;
  background-image: url(../images/arrow-left-pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.master__button--icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(261deg, #FF00A7 13.42%, #4800FF 91.19%);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.master__img {
  overflow: hidden;
  border-radius: 500px;
  height: 100%;
  max-height: 630px;
}
.master__img-elem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.master__icon {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 154px;
  height: 154px;
  margin-top: -111px;
  border-radius: 47px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0px 4px 66px 0px rgba(56, 24, 82, 0.1);
  backdrop-filter: blur(20px);
  background-image: url("../images/about-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 81px 69px;
}
@media screen and (max-width: 1600px) {
  .master__icon {
    bottom: initial;
    top: 0px;
    right: 0px;
    margin-top: 0;
    width: 117px;
    height: 117px;
    border-radius: 35px;
    background-size: 66px 56px;
  }
}
@media screen and (max-width: 1280px) {
  .master__icon {
    top: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .master__icon {
    width: 67px;
    height: 67px;
    border-radius: 20px;
    background-size: 37px 32px;
  }
}
@media screen and (max-width: 768px) {
  .master__icon {
    display: none;
  }
}

.next {
  padding: 153px 0 124px;
  background-image: url("../images/next-bg%40desktop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .next {
    padding: 82px 0 50px;
    background-image: url("../images/next-bg%40mobile.png");
  }
}

.next__title {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .next__title {
    margin-bottom: 40px;
  }
}

.next__wrap {
  border-radius: 47px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(126deg, rgba(255, 255, 255, 0) 0.23%, rgba(255, 255, 255, 0.12) 19.14%, rgba(255, 255, 255, 0) 36.9%), linear-gradient(126deg, rgba(255, 255, 255, 0) 57.06%, rgba(255, 255, 255, 0.2) 83.24%, rgba(255, 255, 255, 0) 99.31%), rgba(246, 242, 255, 0.01);
  backdrop-filter: blur(5px);
  padding: 54px;
  max-width: 746px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .next__wrap {
    border-radius: initial;
    border: initial;
    background: initial;
    backdrop-filter: initial;
    padding: initial;
    max-width: initial;
  }
}

.next__list {
  display: flex;
  margin-left: -20px;
}
@media screen and (max-width: 746px) {
  .next__list {
    margin-left: 0;
    flex-direction: column;
  }
}
.next__item {
  border-radius: 18px;
  background: linear-gradient(123deg, rgba(255, 255, 255, 0) 10.32%, rgba(255, 255, 255, 0.14) 48.61%, rgba(255, 255, 255, 0) 86.9%), rgba(255, 255, 255, 0.06);
  margin-left: 20px;
  padding: 30px 24px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 746px) {
  .next__item {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 746px) {
  .next__item + .next__item {
    margin-top: 20px;
  }
}

.next__format {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 21px;
  padding: 14px 20px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.next__format span {
  display: inline-block;
  padding-left: 46px;
  position: relative;
}
.next__format span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-image: url(../images/next-online.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.next__format--online {
  background-color: var(--clr-pink);
}
.next__format--campus {
  color: #060043;
  background-color: var(--clr-white);
}
.next__format--campus span::after {
  background-image: url(../images/next-campus.svg);
}

.next__dates {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}
.next__date + .next__date {
  margin-top: 20px;
}
.next__link {
  margin-top: 30px;
}

.semesters {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .semesters {
    padding: 58px 0 0;
  }
}

.semesters__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .semesters__title {
    margin-bottom: 40px;
  }
}

.semesters__tabs {
  display: flex;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .semesters__tabs {
    overflow: scroll;
  }
}

.semesters__tab:nth-child(1) {
  z-index: 3;
}

.semesters__tab:nth-child(2) {
  z-index: 2;
}

.semesters__tab:nth-child(3) {
  z-index: 1;
}

.semesters__tab.active {
  z-index: 4;
}

.semesters__tab {
  color: var(--clr-blue-light);
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  cursor: pointer;
  font-size: 36px;
  text-transform: uppercase;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 321px;
  height: 101px;
  background-image: url("../images/programs__tab-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.semesters__tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--clr-white);
}
@media screen and (max-width: 768px) {
  .semesters__tab {
    font-size: 17px;
    width: 130px;
    height: 41px;
  }
}

.semesters__tab + .semesters__tab {
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .semesters__tab + .semesters__tab {
    margin-left: -8px;
  }
}

.semesters__tab.active {
  background-image: url("../images/programs__tab-bg-active.svg");
  color: var(--clr-blue);
}
.semesters__tab.active::after {
  display: none;
}

.semesters__items {
  background-color: var(--clr-white-dark);
  padding: 95px 0;
}
@media screen and (max-width: 768px) {
  .semesters__items {
    padding: 20px 0 20px;
  }
}

.semesters__item {
  position: relative;
  display: none;
}
.semesters__item.active {
  display: block;
}

.skills {
  padding: 85px 0 120px;
}
@media screen and (max-width: 768px) {
  .skills {
    padding: 35px 0 35px;
  }
}

.skills__title {
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .skills__title {
    margin-bottom: 40px;
  }
}

.skills__wrapper {
  background-color: #F6F2FF;
  padding: 68px 0 30px;
}
@media screen and (max-width: 768px) {
  .skills__wrapper {
    padding: 20px 0;
  }
}

.skills__slider {
  position: relative;
}

.skills__swiper.swiper {
  overflow: initial;
}

.skills__card {
  border-radius: 20px;
  border: 1px solid #4800FF;
  background: #F6F2FF;
  padding: 30px 131px 30px 30px;
  height: initial;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .skills__card {
    padding: 29px 133px 29px 32px;
  }
}
.skills__card span {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 81.25px;
  height: 78.412px;
  background-image: url("../images/skills1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.skills__card-scrollbar {
  position: absolute;
  bottom: -74px;
  width: 100%;
  height: 14px;
  background-color: var(--clr-white-dark);
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .skills__card-scrollbar {
    bottom: -54px;
  }
}

.skills__card-scrollbar > .swiper-scrollbar-drag {
  cursor: grab;
  background-color: var(--clr-blue-light);
  position: relative;
}
.skills__card-scrollbar > .swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 27px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/programs__direction-scrollbar.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.specifics {
  padding: 85px 0 85px;
}
@media screen and (max-width: 768px) {
  .specifics {
    padding: 70px 0 35px;
  }
}

.specifics__list {
  display: flex;
  flex-direction: column;
}
.specifics__item {
  padding: 58px 125px 58px 145px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 44px;
  border: 1px solid #FF00A7;
}
@media screen and (max-width: 1536px) {
  .specifics__item {
    padding: 50px;
  }
}
@media screen and (max-width: 992px) {
  .specifics__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .specifics__item {
    padding: 0;
    border: initial;
    border-radius: initial;
  }
}
.specifics__item:nth-child(1) .specifics__elem:nth-child(1) {
  width: 691px;
}
@media screen and (max-width: 1536px) {
  .specifics__item:nth-child(1) .specifics__elem:nth-child(1) {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .specifics__item:nth-child(1) .specifics__elem:nth-child(1) {
    width: 100%;
  }
}
.specifics__item:nth-child(1) .specifics__elem:nth-child(2) {
  width: 648px;
  margin-left: 108px;
}
@media screen and (max-width: 1536px) {
  .specifics__item:nth-child(1) .specifics__elem:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 1440px) {
  .specifics__item:nth-child(1) .specifics__elem:nth-child(2) {
    margin-left: 50px;
  }
}
@media screen and (max-width: 992px) {
  .specifics__item:nth-child(1) .specifics__elem:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
}
.specifics__item:nth-child(2) .specifics__elem:nth-child(2) {
  width: 691px;
}
@media screen and (max-width: 1536px) {
  .specifics__item:nth-child(2) .specifics__elem:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .specifics__item:nth-child(2) .specifics__elem:nth-child(2) {
    width: 100%;
  }
}
.specifics__item:nth-child(2) .specifics__elem:nth-child(1) {
  width: 648px;
  margin-left: 108px;
}
@media screen and (max-width: 1536px) {
  .specifics__item:nth-child(2) .specifics__elem:nth-child(1) {
    width: 50%;
  }
}
@media screen and (max-width: 1440px) {
  .specifics__item:nth-child(2) .specifics__elem:nth-child(1) {
    margin-left: 50px;
  }
}
@media screen and (max-width: 992px) {
  .specifics__item:nth-child(2) .specifics__elem:nth-child(1) {
    width: 100%;
    margin-left: 0;
  }
}
.specifics__item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .specifics__item--reverse {
    flex-direction: column;
  }
}

@media screen and (max-width: 992px) {
  .specifics__item + .specifics__item {
    margin-top: 70px;
  }
}

@media screen and (max-width: 992px) {
  .specifics__elem + .specifics__elem {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .specifics__elem + .specifics__elem {
    margin-top: 30px;
  }
}

.specifics__title {
  margin-bottom: 47px;
}
@media screen and (max-width: 1440px) {
  .specifics__title {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .specifics__title {
    margin-bottom: 40px;
    font-size: 34px;
  }
}

.specifics__elem-img-wrap {
  overflow: hidden;
  border-radius: 500px;
}
.specifics__elem-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.study {
  padding: 85px 0 103px;
}
@media screen and (max-width: 768px) {
  .study {
    padding: 35px 0;
  }
}

.study__content {
  max-width: 1332px;
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .study__content {
    min-width: initial;
    margin-bottom: 36px;
  }
}

.study__title {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .study__title {
    margin-bottom: 40px;
  }
}

.study__list {
  display: flex;
  flex-direction: column;
}
.study__item {
  border: 1px solid #4800FF;
  border-radius: 44px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 96px 95px 74px 113px;
}
@media screen and (max-width: 768px) {
  .study__item {
    padding: 31px 24px 19px;
  }
}
.study__item--reverse {
  flex-direction: row-reverse;
}
.study__item--reverse .study__elem + .study__elem {
  margin-left: 0;
}
.study__item--reverse .study__elem:nth-child(1) {
  margin-left: 108px;
}
@media screen and (max-width: 1200px) {
  .study__item--reverse .study__elem:nth-child(1) {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1020px) {
  .study__item--reverse .study__elem:nth-child(1) {
    margin-left: 0;
    margin-top: 30px;
  }
}
.study__item--reverse .study__elem:nth-child(1) .study__elem-desc {
  max-width: 539px;
}
@media screen and (max-width: 1020px) {
  .study__item {
    flex-direction: column;
  }
}
.study__elem {
  flex: 1 1 50%;
}
@media screen and (max-width: 768px) {
  .study__elem {
    flex: initial;
  }
}

.study__elem + .study__elem {
  margin-left: 108px;
}
@media screen and (max-width: 1200px) {
  .study__elem + .study__elem {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1020px) {
  .study__elem + .study__elem {
    margin-left: 0;
    margin-top: 30px;
  }
}

.study__elem-title {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 65px;
  color: var(--clr-pink);
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .study__elem-title {
    font-size: 24px;
    margin-bottom: 17px;
  }
}

.study__elem-img {
  height: 276px;
  width: 100%;
  border-radius: 500px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .study__elem-img {
    height: 140px;
  }
}

.study__elem-img-elem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.works {
  padding: 85px 0 85px;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 35px 0 35px;
  }
}

.works__title {
  text-align: center;
  margin-bottom: 94px;
}
@media screen and (max-width: 768px) {
  .works__title {
    text-align: left;
    margin-bottom: 40px;
  }
}

.works__slider.swiper {
  overflow: initial;
}
@media screen and (max-width: 768px) {
  .works__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-top: -8px;
  }
}

.works__item {
  width: 205px;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #F6F2FF;
}
.works__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .works__item {
    margin-left: 8px;
    margin-top: 8px;
    width: calc(50% - 8px);
    height: initial;
  }
}

.menu {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  color: var(--clr-white);
}

.menu > ul {
  display: flex;
}
@media screen and (max-width: 992px) {
  .menu > ul {
    width: 100%;
    flex-direction: column;
    margin-bottom: 62px;
    text-align: center;
  }
}

.menu > ul > li {
  position: relative;
}

.menu > ul > li > a {
  position: relative;
}

.menu > ul > li:nth-child(2) > a:after,
.menu > ul > li:nth-child(3) > a:after,
.menu > ul > li:nth-child(4) > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-image: url("../images/switcher.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.5s;
}

.menu > ul > li:nth-child(2).active > a:after,
.menu > ul > li:nth-child(3).active > a:after,
.menu > ul > li:nth-child(4).active > a:after {
  transform: translateY(-50%) rotate(180deg);
}

.menu > ul > li > a {
  font-size: 18px;
  color: inherit;
  padding-right: 16px;
  text-decoration: none;
}
@media screen and (max-width: 1600px) {
  .menu > ul > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .menu > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .menu > ul > li > a {
    font-size: 24px;
  }
}

.menu > ul > li + li {
  margin-left: 75px;
}
@media screen and (max-width: 1600px) {
  .menu > ul > li + li {
    margin-left: 41px;
  }
}
@media screen and (max-width: 1440px) {
  .menu > ul > li + li {
    margin-left: 42px;
  }
}
@media screen and (max-width: 1366px) {
  .menu > ul > li + li {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1280px) {
  .menu > ul > li + li {
    margin-left: 41px;
  }
}
@media screen and (max-width: 1024px) {
  .menu > ul > li + li {
    margin-left: 16px;
  }
}
@media screen and (max-width: 992px) {
  .menu > ul > li + li {
    margin-left: 0px;
    margin-top: 40px;
  }
}

.menu > ul > li > .sub-menu {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  position: absolute;
  top: 36px;
  transition: opacity 0.2s ease-in-out;
  box-sizing: content-box;
  will-change: max-height;
  font-size: 16px;
  color: var(--clr-black);
  max-height: 0;
  border-radius: 47px;
  border: 1px solid var(--clr-white);
  background-color: rgb(108, 93, 217);
  box-shadow: 0px 4px 66px 0px rgba(56, 24, 82, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  visibility: hidden;
  opacity: 0;
  z-index: 600;
  box-sizing: border-box;
}
.menu > ul > li > .sub-menu::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: -10px;
  left: 0;
  z-index: -1;
}
.menu > ul > li > .sub-menu a {
  position: relative;
}
.menu > ul > li > .sub-menu a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--clr-white);
  opacity: 0;
  transition: 0.5s;
}
.menu > ul > li > .sub-menu a:hover::after {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .menu > ul > li > .sub-menu {
    position: static;
    border-radius: initial;
    width: 100%;
    text-wrap: initial;
    background: none;
    border: none;
    box-shadow: initial;
    backdrop-filter: initial;
  }
}

.menu > ul > li:nth-child(2) > .sub-menu {
  left: -94px;
}
@media screen and (max-width: 992px) {
  .menu > ul > li:nth-child(2) > .sub-menu {
    left: 0;
  }
}

.menu > ul > li:nth-child(3) > .sub-menu {
  left: -78px;
}
@media screen and (max-width: 992px) {
  .menu > ul > li:nth-child(3) > .sub-menu {
    left: 0;
  }
}

.menu > ul > li:nth-child(4) > .sub-menu {
  left: -25px;
}
@media screen and (max-width: 992px) {
  .menu > ul > li:nth-child(4) > .sub-menu {
    left: 0;
  }
}

.menu > ul > li > .sub-menu.active {
  visibility: visible;
  opacity: 1;
}

.menu > ul > li > .sub-menu li + li {
  margin-top: 16px;
}

.menu > ul > li > .sub-menu li a {
  color: inherit;
  text-decoration: none;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
  color: black;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal__content {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  border-radius: 44px;
}

.modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/modal_close.svg");
  cursor: pointer;
  z-index: 1;
}
#modal-form .modal__content {
  max-width: 544px;
  top: 40px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #modal-form .modal__content {
    max-width: 360px;
  }
}
#modal-form .modal__title {
  font-size: 24px;
  margin-bottom: 72px;
  max-width: 439px;
}
@media screen and (max-width: 768px) {
  #modal-form .modal__title {
    font-size: 22px;
    max-width: 255px;
    margin-bottom: 54px;
  }
}
#modal-form .form__input::placeholder,
#modal-form .form__textarea::placeholder {
  color: #676767;
  opacity: 1;
  /* Firefox */
}
#modal-form .form__input::-ms-input-placeholder,
#modal-form .form__textarea::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #676767;
}
#modal-form .form__textarea {
  height: 122px;
}
#modal-form .form__btn {
  font-size: 28px;
}

.modal__title {
  font-size: 22px;
  line-height: 1.18;
  max-width: 255px;
  margin-bottom: 22px;
}

.blog, .podcast {
  padding: 145px 0 118px;
  background-image: url("../images/career.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .blog, .podcast {
    background-image: none;
    padding: 126px 0px 26px;
    background-position: center;
    background-size: cover;
    background-color: #7364EC;
  }
}

.blog__title, .podcast__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .blog__title, .podcast__title {
    font-size: 34px;
    text-align: left;
  }
}

.blogs {
  padding: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .blogs {
    padding: 60px 0;
  }
}

.blogs__title {
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .blogs__title {
    margin-bottom: 22px;
  }
}

.blogs__recherche {
  margin-bottom: 16px;
}
.blog__rubrics {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .blog__rubrics {
    margin-bottom: 6px;
  }
}

.blogs__cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .blogs__cards {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .blogs__cards {
    margin-bottom: 20px;
  }
}
.blogs__card {
  height: 623px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
  width: calc(40.99% - 20px);
}
@media screen and (max-width: 768px) {
  .blogs__card {
    height: 320px;
    width: 100%;
    margin-left: 0;
  }
}
.blogs__card:nth-child(4n-3), .blogs__card:nth-child(4n), .blogs__card:nth-child(4n+1) {
  width: calc(57.85% - 20px);
}
@media screen and (max-width: 768px) {
  .blogs__card:nth-child(4n-3), .blogs__card:nth-child(4n), .blogs__card:nth-child(4n+1) {
    width: 100%;
  }
}
.blogs__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 106%);
}

@media screen and (max-width: 768px) {
  .blogs__card {
    border-radius: 20px;
  }
}
.blogs__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 106%);
}

.blogs__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blogs__card-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .blogs__card-content {
    padding: 20px;
  }
}
.blogs__card-tags {
  color: #fff;
  line-height: normal;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .blogs__card-tags {
    font-size: 14px;
  }
}
.blogs__card-read-time {
  display: inline-block;
  padding: 10px 18px 10px 41px;
  background-color: var(--clr-blue-light);
  border-radius: 80px;
  position: relative;
}

.blogs__card-read-time::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 18px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/publication-news-read.svg");
}

.blogs__card-category {
  text-decoration: none;
  display: inline-block;
  padding: 10px 18px;
  background-color: var(--clr-pink);
  border-radius: 80px;
  color: var(--clr-white);
}

.blogs__card-title {
  max-width: 578px;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 31px;
  color: var(--clr-white);
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .blogs__card-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.blogs__card-link {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: var(--clr-white);
  padding: 20px 42px;
  border-radius: 80px;
  border: 0.8px solid var(--clr-white);
}

@media screen and (max-width: 768px) {
  .blogs__card-link {
    padding: 12px 27px;
  }
}
.levents {
  padding: 33px 0 72px;
}
@media screen and (max-width: 768px) {
  .levents {
    padding: 20px 0 60px;
  }
}

.levents__title {
  margin-bottom: 81px;
}
@media screen and (max-width: 768px) {
  .levents__title {
    margin-bottom: 23px;
  }
}

.levents__slider {
  position: relative;
}

.levents__swiper.swiper {
  overflow: initial;
}

.levents__card.swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 504px;
}
@media screen and (max-width: 768px) {
  .levents__card.swiper-slide {
    height: 320px;
  }
}
.levents__card.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 106%);
}

.levents__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.levents__card-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.levents__card-tags {
  color: #fff;
  line-height: normal;
  font-weight: 500;
  font-size: 16px;
}

.levents__card-time {
  display: inline-block;
  padding: 10px 12px;
  background-color: var(--clr-blue-light);
  border-radius: 80px;
  position: relative;
}

.levents__card-format {
  display: inline-block;
  padding: 10px 14px;
  background-color: var(--clr-pink);
  border-radius: 80px;
}

.levents__card-title {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 44px;
  color: var(--clr-white);
  margin-bottom: 40px;
  max-width: 520px;
}
@media screen and (max-width: 768px) {
  .levents__card-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.levents__card-link {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  color: var(--clr-white);
  padding: 20px 42px;
  border-radius: 80px;
  border: 1px solid var(--clr-white);
}
@media screen and (max-width: 768px) {
  .levents__card-link {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.levents__card-scrollbar {
  position: absolute;
  bottom: -34px;
  width: 100%;
  height: 14px;
  background-color: var(--clr-white-dark);
  border-radius: 7px;
}

.levents__card-scrollbar > .swiper-scrollbar-drag {
  cursor: grab;
  background-color: var(--clr-blue-light);
  position: relative;
}
.levents__card-scrollbar > .swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 27px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/programs__direction-scrollbar.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.nbs {
  padding: 95px 0 95px;
}
@media screen and (max-width: 992px) {
  .nbs {
    padding: 50px 0 70px;
  }
}

.nbs__title {
  margin-bottom: 40px;
}

.nbs__tabs {
  display: none;
}
@media screen and (max-width: 992px) {
  .nbs__tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}

.nbs__tab {
  font-family: "Epiloque", sans-serif;
  font-weight: 400;
  padding: 12px 14px;
  color: var(--clr-blue-light);
  border: 1px solid var(--clr-blue-light);
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .nbs__tab {
    font-size: 14px;
  }
}

.nbs__tab.active {
  font-weight: 700;
  color: #fff;
  background-color: var(--clr-pink);
  border-color: var(--clr-pink);
}

.nbs__tab + .nbs__tab {
  margin-top: 6px;
}

.nbs__list {
  display: flex;
}
@media screen and (max-width: 1536px) {
  .nbs__list {
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  .nbs__list {
    height: initial;
  }
}

.nbs__list > div + div {
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .nbs__list > div + div {
    margin-left: 0;
  }
}

.nbs__item {
  cursor: pointer;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  border: 1px solid var(--clr-blue-light-secondary);
  width: 161px;
  font-size: 34px;
  color: var(--clr-blue-light-secondary);
  border-radius: 200px;
  position: relative;
  z-index: 3;
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1536px) {
  .nbs__item {
    width: 121px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .nbs__item {
    width: 100px;
  }
}
@media screen and (max-width: 992px) {
  .nbs__item {
    display: none;
  }
}
.nbs__item:hover .nbs__item-inner {
  background-color: #8F00FF;
}
.nbs__item:hover::before {
  opacity: 0;
  visibility: hidden;
}
.nbs__item:hover::after {
  opacity: 1;
  visibility: visible;
}
.nbs__item::before, .nbs__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: 111px;
  height: 111px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  transition: 0.8s;
}
@media screen and (max-width: 1536px) {
  .nbs__item::before, .nbs__item::after {
    bottom: 8px;
  }
}
@media screen and (max-width: 1300px) {
  .nbs__item::before, .nbs__item::after {
    width: 80px;
    height: 80px;
  }
}
.nbs__item::after {
  opacity: 0;
  visibility: hidden;
}
.nbs__item:nth-child(1) {
  color: var(--clr-blue-light-secondary);
}
.nbs__item:nth-child(1) .nbs__item-icon {
  background-color: #B14CFF;
}
.nbs__item:nth-child(1)::before {
  background-image: url("../images/nbs1.svg");
}
.nbs__item:nth-child(1)::after {
  background-image: url("../images/nbs1-hover.svg");
}
.nbs__item:nth-child(1):hover {
  color: #fff;
  border-color: #8F00FF;
}
.nbs__item:nth-child(3) {
  color: var(--clr-blue-light-secondary);
}
.nbs__item:nth-child(3) .nbs__item-icon {
  background-color: #B14CFF;
}
.nbs__item:nth-child(3)::before {
  background-image: url("../images/nbs2.svg");
}
.nbs__item:nth-child(3)::after {
  background-image: url("../images/nbs2-hover.svg");
}
.nbs__item:nth-child(3):hover {
  color: #fff;
  border-color: #8F00FF;
}
.nbs__item:nth-child(5) {
  color: var(--clr-blue-light);
}
.nbs__item:nth-child(5) .nbs__item-icon {
  background-color: #7F4CFF;
}
.nbs__item:nth-child(5)::before {
  background-image: url("../images/nbs3.svg");
}
.nbs__item:nth-child(5)::after {
  background-image: url("../images/nbs3-hover.svg");
}
.nbs__item:nth-child(5):hover {
  color: #fff;
  border-color: #4800FF;
}
.nbs__item:nth-child(5):hover .nbs__item-inner {
  background-color: #4800FF;
}
.nbs__item:nth-child(7) {
  color: var(--clr-pink);
}
.nbs__item:nth-child(7) .nbs__item-icon {
  background-color: #FF4CC1;
}
.nbs__item:nth-child(7)::before {
  background-image: url("../images/nbs4.svg");
}
.nbs__item:nth-child(7)::after {
  background-image: url("../images/nbs4-hover.svg");
}
.nbs__item:nth-child(7):hover {
  color: #fff;
  border-color: #FF00A7;
}
.nbs__item:nth-child(7):hover .nbs__item-inner {
  background-color: #FF00A7;
}
.nbs__item:nth-child(9) {
  color: #FF00FE;
}
.nbs__item:nth-child(9) .nbs__item-icon {
  background-color: #FF4CFE;
}
.nbs__item:nth-child(9)::before {
  background-image: url("../images/nbs5.svg");
}
.nbs__item:nth-child(9)::after {
  background-image: url("../images/nbs5-hover.svg");
}
.nbs__item:nth-child(9):hover {
  color: #fff;
  border-color: #FF00FE;
}
.nbs__item:nth-child(9):hover .nbs__item-inner {
  background-color: #FF00FE;
}

.nbs__item.active {
  opacity: 0;
  visibility: hidden;
  width: 0;
}

.nbs__item-icon {
  position: absolute;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 47px;
  border-radius: 33px;
  color: var(--clr-white);
  left: 50%;
  top: -24px;
  transform: translateX(-50%) rotate(90deg);
  z-index: 2;
}

.nbs__item-inner {
  border-radius: 200px;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.nbs__text {
  display: block;
  white-space: nowrap;
  transform: translateY(109px) rotate(90deg);
}

.nbs__block {
  margin-right: 30px;
  flex: 1;
  transition: opacity 2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .nbs__block {
    margin-right: 0;
  }
}

.nbs__block:not(.active) {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  margin-right: 0;
  flex: initial;
}

.nbs__block-top {
  position: relative;
  width: 100%;
  min-height: 262px;
  border-radius: 44px;
  border: 1px solid #F6F2FF;
  padding: 56px 193px 56px 227px;
  margin-bottom: 26px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .nbs__block-top {
    padding: 56px 56px 56px 187px;
    min-height: initial;
  }
}
@media screen and (max-width: 1536px) {
  .nbs__block-top {
    padding: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .nbs__block-top {
    padding: 26px 26px 26px 26px;
  }
}
@media screen and (max-width: 992px) {
  .nbs__block-top {
    padding: 0;
    overflow: initial;
    border-radius: initial;
    min-height: initial;
    border: initial;
    margin-bottom: 34px;
  }
}
.nbs__block-top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/nbs-block1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 164px;
  height: 230px;
}
@media screen and (max-width: 1536px) {
  .nbs__block-top::after {
    display: none;
  }
}
.nbs__block-top-title {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 17px;
}

@media screen and (max-width: 1536px) {
  .nbs__block-top-desc {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .nbs__block-top-desc {
    font-size: 22px;
  }
}

.nbs__block-bottom {
  width: 100%;
  border-radius: 44px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1536px) {
  .nbs__block-bottom {
    max-height: 250px;
  }
}
@media screen and (max-width: 992px) {
  .nbs__block-bottom {
    max-height: initial;
  }
}

.nbs__block-bottom-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/nbs-block-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 73px;
}
@media screen and (max-width: 992px) {
  .nbs__block-bottom-icon {
    display: none;
  }
}

.nbs__block-bottom-icon span {
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  position: relative;
  left: 26px;
  top: 20px;
  display: inline-block;
  transform: rotate(90deg);
}

.nbs__block-bottom-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
@media screen and (max-width: 1536px) {
  .nbs__block-bottom-img {
    object-fit: cover;
  }
}

.notfound {
  position: relative;
  background-color: #7364EC;
  background-image: url(../images/application-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 145px 0 20px;
}

.application {
  background-color: #7364EC;
  background-image: url("../images/application-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 145px 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .application {
    background-image: initial;
    background-position: initial;
    background-repeat: initial;
    padding: 126px 0 20px;
  }
}

.application__container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .application__container {
    margin: 0px;
  }
}

.application__title {
  text-align: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .application__title {
    font-size: 34px;
    text-align: left;
    margin-bottom: 32px;
  }
}

.application-wrap {
  max-width: 1002px;
  margin: 0 auto;
  color: var(--clr-blue-dark);
}
.application-wrap.hide {
  display: none;
}

.application__steps-wrap {
  max-width: 514px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .application__steps-wrap {
    max-width: 320px;
  }
}

.application__steps {
  border-radius: 44px 44px 0px 0px;
  background: var(--clr-blue);
  padding: 18px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .application__steps {
    border-radius: 26px 26px 0px 0px;
    padding: 18px 24px;
  }
}

.application__step {
  font-size: 14px;
  color: var(--clr-white);
  line-height: normal;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .application__step {
    font-size: 12px;
  }
}

.application__dot {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  background: var(--clr-blue);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .application__dot {
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 1.3;
  }
}
.application__dot span {
  position: relative;
  z-index: 3;
}
.application__dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgb(148, 0, 255), rgb(255, 0, 141));
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.application__dot::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transform: translate(-50%, -50%);
  background-color: var(--clr-blue);
  z-index: 2;
}

.application__step > span {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .application__step > span {
    margin-left: 3px;
  }
}

.application__step.active {
  font-weight: 700;
}
.application__step.active .application__dot::before {
  background-image: linear-gradient(203deg, #FF00A7 18.72%, #4800FF 84.31%);
}
.application__step.active .application__dot::after {
  display: none;
}

.application__arrow {
  width: 18px;
  height: 8px;
  background-image: url("../images/application__step-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .application__arrow {
    width: 5px;
    height: 8px;
    background-image: url("../images/application__step-arrow%40mobile.svg");
  }
}

.application__content {
  display: none;
}

.application__content.active {
  display: block;
}

.application__content-inner {
  padding: 54px;
  border-radius: 0px 0px 44px 44px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .application__content-inner {
    padding: 20px;
    border-radius: 0px;
  }
}

.application__section + .application__section {
  margin-top: 20px;
}

.application__row {
  display: flex;
  justify-content: space-between;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .application__row {
    flex-direction: column;
    justify-content: initial;
    margin-left: 0px;
  }
}

.application__row + .application__row {
  margin-top: 20px;
}

.application__block {
  width: calc(50% - 20px);
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .application__block {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .application__block + .application__block {
    margin-top: 20px;
  }
}

.application__block--full {
  width: calc(100% - 20px);
}
@media screen and (max-width: 768px) {
  .application__block--full {
    width: 100%;
  }
}

.application__label span {
  color: #FF00A7;
}

.application__label-text {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .application__label-text {
    margin-bottom: 4px;
  }
}

.application-input {
  font-size: 14px;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
}

.application__section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.application__custom-radio-label {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .application__custom-radio-label {
    margin-bottom: 4px;
  }
}
.application__custom-radio-label span {
  color: #FF00A7;
}

.application__custom-radio-wrap {
  display: flex;
  flex-wrap: wrap;
}

.application__custom-radio {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
}

.application__custom-radio input[type=radio] {
  appearance: none;
}

.application__custom-radio input[type=radio] ~ span {
  width: max-content;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #D0D5DD;
}
@media screen and (max-width: 768px) {
  .application__custom-radio input[type=radio] ~ span {
    padding: 12px 16px;
  }
}

.application__content:nth-child(2) .application__custom-radio input[type=radio] ~ span {
  padding: 16px 28px;
}

.application__custom-radio input[type=radio]:checked ~ span {
  background: #cecece;
}

.application__link {
  text-decoration: none;
  background: transparent;
  width: 100%;
  height: 56px;
  border-radius: 34px;
  text-align: center;
  transition: all 0.5s;
  border: 0;
  border-image-slice: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Epiloque", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  z-index: 3;
  position: relative;
}
.application__link > div {
  transition: all 0.5s;
  border-radius: 34px;
  background: linear-gradient(-261deg, #FF00A7 13.42%, #4800FF 91.19%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.application__link:hover div {
  opacity: 1;
  visibility: visible;
}
.application__link::before, .application__link::after {
  border-radius: 34px;
  transition: all 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.application__link::before {
  border-radius: 34px;
  content: " ";
  position: absolute;
  margin: -1px 0 0 -1px;
  width: calc(100% + 2px);
  height: 58px;
  background: linear-gradient(-261deg, #FF00A7 13.42%, #4800FF 91.19%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.application__link::after {
  background-image: linear-gradient(-261deg, #FF00A7 13.42%, #4800FF 91.19%);
}
.application__link:hover::after {
  opacity: 0;
  visibility: hidden;
}
.application__link:hover::before {
  opacity: 1;
  visibility: visible;
}
.application__link:hover span::after {
  opacity: 0;
  visibility: hidden;
}
.application__link span {
  transition: all 0.5s;
  padding-right: 27px;
  position: relative;
}
.application__link span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 7px;
  background-image: url("../images/application__link-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .application__link span::after {
    background-image: url("../images/application__step-arrow%40mobile.svg");
  }
}
.application__link span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 7px;
  background-image: url("../images/application__link-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .application__link span::before {
    background-image: url("../images/application__step-arrow%40mobile.svg");
  }
}

.application__link--full,
.application__content-btns {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .application__link--full,
  .application__content-btns {
    margin: 20px auto 0;
    max-width: 90%;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .application__link--full span::after {
    background-image: url("../images/application__link-arrow.svg");
  }
}
@media screen and (max-width: 768px) {
  .application__link--full span::before {
    background-image: url("../images/application__link-arrow.svg");
  }
}

@media screen and (max-width: 768px) {
  .application__link:not(.application__link--full) {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .application__link:not(.application__link--full) > span {
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .application__link.application__link--main > span {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .application__link.application__link--main > span::after, .application__link.application__link--main > span::before {
    display: none;
  }
}

.application__content-error {
  font-size: 14px;
  color: #ff2a2a;
  opacity: 0;
  visibility: hidden;
}
.application__content-error.active {
  opacity: 1;
  visibility: visible;
}
.application__content-error span {
  font-weight: 500;
}

.application__content-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.application__content-btns-left {
  width: 232px;
}
@media screen and (max-width: 768px) {
  .application__content-btns-left {
    max-width: 155px;
    width: 100%;
  }
}

.application__link-prev {
  text-decoration: none;
  width: 100%;
  height: 56px;
  border-radius: 34px;
  text-align: center;
  transition: all 0.5s;
  border: 0;
  border-image-slice: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Epiloque", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  z-index: 3;
  position: relative;
  background-color: var(--clr-blue);
}
@media screen and (max-width: 768px) {
  .application__link-prev {
    font-size: 14px;
  }
}
.application__link-prev:hover {
  background-color: #25205b;
}
.application__link-prev span {
  transition: all 0.5s;
  padding-left: 27px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .application__link-prev span {
    font-size: 14px;
    padding-left: 12px;
  }
}
.application__link-prev span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-180deg);
  width: 13px;
  height: 7px;
  background-image: url("../images/application__link-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .application__link-prev span::after {
    width: 5px;
    height: 8px;
    background-image: url("../images/application__step-arrow%40mobile.svg");
  }
}

.application__content-btns-right {
  width: 232px;
}
@media screen and (max-width: 768px) {
  .application__content-btns-right {
    max-width: 155px;
    width: 100%;
  }
}

.application__file,
.application__file--comment {
  background-color: #FCFCFC;
  border-radius: 4px;
  padding: 20px;
  width: 100%;
  height: 100%;
  color: var(--clr-blue);
}
@media screen and (max-width: 768px) {
  .application__file,
  .application__file--comment {
    background-color: initial;
    border-radius: initial;
    padding: 0;
  }
}

.application__file-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}

.application__file-label span {
  color: var(--clr-pink);
}

.application__file-text {
  font-size: 12px;
  color: var(--clr-blue-dark);
  margin-bottom: 10px;
}
.application__file-text--bottom {
  margin-bottom: 0;
  margin-top: 10px;
}

.application__file-input-wrap {
  position: relative;
  margin-bottom: 10px;
}

.application__file-input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.application__file-input-label {
  display: block;
  background-color: #F6F2FF;
  padding: 14px 18px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  max-width: 155px;
}

.application__file-alert {
  color: #ff2a2a;
  font-size: 14px;
  margin-bottom: 5px;
  display: none;
}
.application__file-alert.active {
  display: block;
}

.application__file-progress {
  max-width: 304px;
  position: relative;
  padding: 16px 16px 16px 56px;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
}
.application__file-progress::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 24px;
  height: 32px;
  transform: translateY(-50%);
  background-image: url("../images/file-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.application__file-progress.laoded .application__file-progress-percent {
  color: var(--clr-pink);
}
.application__file-progress.laoded .application__file-progress-indicator div {
  background-color: var(--clr-pink);
}

.application__file-progress.completed .application__file-progress-percent {
  color: var(--clr-blue-light);
}
.application__file-progress.completed .application__file-progress-indicator div {
  background-color: var(--clr-blue-light);
}

.application__file-progress-content-top {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--clr-blue-dark);
  margin-bottom: 12px;
}

.application__file-progress-name {
  max-width: 155px;
  overflow: hidden;
  white-space: nowrap;
}

.application__file-progress-percent {
  color: #E7EAEE;
}

.application__file-progress-indicator {
  border-radius: 4px;
  background-color: #E7EAEE;
  width: 100%;
  height: 3px;
}

.application__file-progress-indicator div {
  width: 0%;
  height: 100%;
  border-radius: 4px;
  background-color: var(--clr-pink);
}

.application__block-text {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px;
  background-color: #F6F2FF;
}

.application__check {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
}

.application__check-top-label {
  color: var(--clr-blue);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.application__check-top-label span {
  color: var(--clr-pink);
}

.application__check-top-price {
  margin-bottom: 10px;
}

.application__checkbox-wrap {
  display: flex;
  align-items: center;
}

.application__checkbox {
  appearance: none;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.application__checkbox-custom {
  flex: 0 0 14px;
  position: relative;
  width: 14px;
  height: 14px;
  background: var(--clr-white);
  border-radius: 2px;
  margin-right: 8px;
  background-color: var(--clr-pink);
}

.application__checkbox-custom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  display: none;
}

.application__checkbox-wrap input:checked ~ .application__checkbox-custom .application__checkbox-custom-icon {
  display: block;
}

.application__checkbox-politics {
  font-size: 14px;
  color: #191D23;
}

.application__checkbox-politics a {
  color: inherit;
  text-decoration: none;
}

.application__check-bottom-label {
  color: var(--clr-blue);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.application__check-stripe {
  font-size: 16px;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  display: flex;
  align-items: center;
  position: relative;
}
.application__check-stripe::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 20px;
  height: 20px;
  background-image: url("../images/stripe.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.application__check-stripe-input {
  font-size: 16px;
  padding: initial;
  padding-left: 28px;
  width: 100%;
  border-radius: initial;
  border: initial;
}

.application__status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 118px 0 47px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .application__status {
    padding: 122px 0 30px;
  }
}
.application__status::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 78px;
  background-image: url(../images/done.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .application__status::after {
    width: 72px;
    height: 72px;
  }
}

.application__status--error::after {
  background-image: url(../images/failure.svg);
}
.application__status--error .application__status-link {
  width: 100%;
  max-width: 263px;
  margin-top: 0;
}
.application__status--error .application__status-link span {
  padding-left: 23px;
  padding-right: 0;
}
.application__status--error .application__status-link span::after, .application__status--error .application__status-link span::before {
  width: 13px;
  height: 7px;
  background-image: url(../images/application__link-arrow.svg);
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.application__status-title {
  font-family: "Epiloque", sans-serif;
  font-weight: 600;
  color: var(--clr-white);
  font-size: 37px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .application__status-title {
    font-size: 34px;
    margin-bottom: 50px;
  }
}

.application__status--success.hide,
.application__status--error.hide {
  display: none;
}
.application__status--success.active,
.application__status--error.active {
  display: flex;
}

#pay_app_loader {
  width: 30px;
  height: 30px;
  border: 4px solid #837979;
  border-bottom-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  z-index: 5555;
  opacity: 1;
  visibility: visible;
  background: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.pagination {
  border-top: 1px solid #EAECF0;
  padding-top: 28px;
}

.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination__item {
  color: #667085;
  padding: 16px;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination__item.active {
  color: #7F56D9;
  border-radius: 12px;
  background: #F9F5FF;
}

.pagination__item a,
.pagination__link {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .pagination__item:nth-child(5), .pagination__item:nth-child(6) {
    display: none;
  }
}

.photo {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 362px;
}
@media screen and (max-width: 768px) {
  .photo {
    height: auto;
  }
}

.photo__preview {
  height: 100%;
}

.photo__preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 768px) {
  .photo__preview-img {
    object-fit: contain;
    object-position: center;
  }
}

.podcasts {
  padding: 57px 0 30px;
}
@media screen and (max-width: 768px) {
  .podcasts {
    padding: 20px 0 60px;
  }
}

.podcast__cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .podcast__cards {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.podcast__card {
  height: 560px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  .podcast__card {
    height: 320px;
    width: 100%;
    margin-left: 0;
  }
}
.podcast__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 106%);
}

.podcast__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.podcast__card-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .podcast__card-content {
    padding: 20px;
  }
}
.podcast__card-tags {
  color: #fff;
  line-height: normal;
  font-size: 16px;
}
.podcast__card-read-time {
  display: inline-block;
  padding: 10px 18px 10px 41px;
  background-color: var(--clr-blue-light);
  border-radius: 80px;
  position: relative;
}
.podcast__card-read-time::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 18px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/publication-news-read.svg");
}
.podcast__card-title {
  max-width: 510px;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 31px;
  color: var(--clr-white);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .podcast__card-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.podcast__card-link {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: var(--clr-white);
  padding: 20px 42px;
  border-radius: 80px;
  border: 0.8px solid var(--clr-white);
}
@media screen and (max-width: 768px) {
  .podcast__card-link {
    padding: 12px 27px;
  }
}

.politics {
  position: relative;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .politics {
    padding: 40px 0;
  }
}

.politics__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .politics__title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .politics__title {
    margin-bottom: 25px;
  }
}

.politics__text h3 {
  margin-bottom: 15px;
}

.politics__text h1 {
  font-size: 80px;
}
@media screen and (max-width: 768px) {
  .politics__text h1 {
    font-size: 45px;
  }
}

.politics__text h2 {
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  .politics__text h2 {
    font-size: 40px;
  }
}

.politics__text h1,
.politics__text h2,
.politics__text h3,
.politics__text h4,
.politics__text h5,
.politics__text h6 {
  text-transform: initial;
  margin: 15px 0;
  color: var(--clr-blue);
}

@media screen and (max-width: 992px) {
  .politics__text p, ul, a {
    font-size: 14px;
  }
}

.politics__text p {
  margin-top: 20px;
}

.politics ul {
  margin-top: 20px;
  margin-left: 20px;
}

.politics ul > li {
  list-style: disc;
}

.politics ul > li + li {
  margin-top: 10px;
}

.politics table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.politics table,
.politics th,
.politics td {
  border: 1px solid black;
}

.politics th {
  font-weight: normal;
  text-align: left;
}

.politics th,
.politics td {
  padding: 5px;
}

.recherche {
  /* width */
  /* Track */
  /* Handle */
}
.recherche .custom-select {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  height: 309px;
  padding: 23px 10px 0px 23px;
}
.recherche .custom-select__list {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 25px;
}
.recherche .custom-select__list::-webkit-scrollbar {
  width: 6px;
}
.recherche .custom-select__list::-webkit-scrollbar-track {
  border-radius: 10px;
}
.recherche .custom-select__list::-webkit-scrollbar-thumb {
  background: #DDDDDD;
  margin: 19px;
  border-radius: 10px;
}
.recherche .custom-select__item {
  display: flex;
  align-items: center;
  width: 95%;
}
.recherche .custom-select__item + .custom-select__item {
  margin-top: 15px;
}
.recherche .custom-select__img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .recherche .custom-select__img {
    display: none;
  }
}
.recherche .custom-select__img-elem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.recherche .custom-select__title {
  font-family: "Gilroy", "Arial", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1F2431;
  text-decoration: none;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .recherche .custom-select__title {
    font-size: 16px;
  }
}
.recherche .custom-select__title:hover {
  color: #1F2431;
}

.recherche__field {
  position: relative;
  z-index: 5;
}

.recherche__input {
  width: 100%;
  padding: 18px 77px;
  font-size: 24px;
  border: none;
  border-radius: 17.872px;
  background: rgba(118, 118, 128, 0.12);
  outline: none;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .recherche__input {
    padding: 7px 30px;
    font-size: 17px;
    font-weight: 500;
  }
}

.recherche__icon {
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 27.934px;
  height: 28.201px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/search.svg");
}
@media screen and (max-width: 768px) {
  .recherche__icon {
    left: 8px;
    width: 15.63px;
    height: 15.78px;
  }
}

.recherche__input::placeholder {
  color: rgba(60, 60, 67, 0.6);
}

.recherche__close {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: opacity 0.3s;
  background-image: url("../images/icon-search-close.svg");
  opacity: 0;
  visibility: hidden;
}

.recherche__close.active {
  opacity: 0.5;
  visibility: visible;
}

.recherche__custom-select {
  position: absolute;
  top: 64px;
  left: 0;
  display: none;
}

.recherche__custom-select.active {
  display: block;
}

.rubrics__list {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
}

@media screen and (max-width: 992px) {
  .rubrics__list {
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    padding: 10px 0;
  }
}
.rubrics__item {
  padding: 0 12px;
}
.rubrics__item.active .rubrics__link {
  color: #6d6b72;
}

@media screen and (max-width: 768px) {
  .rubrics__item {
    padding: 0 10px;
  }
}
.rubrics__link {
  color: var(--clr-blue-light);
  text-decoration: none;
}

.socials {
  display: flex;
  align-items: center;
}

.socials__item {
  opacity: 0.9;
  transition: 0.3s;
}

.socials__item + .socials__item {
  margin-left: -3px;
}
@media screen and (max-width: 768px) {
  .socials__item + .socials__item {
    margin-left: -6px;
  }
}

.socials__link {
  display: block;
  width: 35px;
  height: 35px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .socials__link {
    width: 60px;
    height: 60px;
  }
}

.socials__icon {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .socials__icon {
    width: 60px;
    height: 60px;
  }
}

.stars {
  border: 1px solid #312B6D;
  padding: 7px 50px 7px 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .stars {
    padding: 4px 8px;
  }
}

.stars__img {
  width: 54px;
  height: 54px;
}
@media screen and (max-width: 768px) {
  .stars__img {
    width: 30px;
    height: 30px;
  }
}

.stars__content {
  margin-left: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .stars__content {
    margin-left: 4px;
  }
}

.stars__text {
  width: 105px;
  height: 23px;
}
@media screen and (max-width: 768px) {
  .stars__text {
    width: 59px;
    height: 13px;
  }
}

.stars__icon {
  width: 61px;
  height: 13px;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .stars__icon {
    width: 34px;
    height: 7px;
    margin-top: 1px;
  }
}

.stars__img-elem,
.stars__text-elem,
.stars__icon-elem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.strenght {
  padding: 170px 0;
}
@media screen and (max-width: 768px) {
  .strenght {
    padding: 70px 0;
  }
}

.strenght__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .strenght__top {
    margin-bottom: 20px;
  }
}

.strenght__title {
  text-transform: uppercase;
}
@media screen and (max-width: 344px) {
  .strenght__title {
    font-size: 30px;
  }
}

.strenght__link {
  background: linear-gradient(97.94deg, #8F00FF 0.7%, #4800FF 38.39%, #FF00A7 76.08%);
  text-decoration: none;
  width: 100%;
  height: 75px;
  border-radius: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Epiloque", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: #fff;
  z-index: 3;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .strenght__link {
    height: 52px;
  }
}
.strenght__link > div {
  transition: all 0.5s;
  background-image: linear-gradient(-261deg, #FF00A7 13.42%, #4800FF 91.19%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.strenght__link > span {
  z-index: 4;
}
.strenght__link:hover div {
  opacity: 1;
  visibility: visible;
}

.strenght__grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: auto;
  grid-template-areas: "first second third fourth" "fifth fifth sixth seventh";
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .strenght__grid {
    grid-template-columns: 100%;
    grid-template-areas: "first" "second" "third" "fourth" "fifth" "sixth" "seventh";
    margin-bottom: 20px;
  }
}

.strenght__grid-child {
  border-radius: 44px;
  overflow: hidden;
  border: 1px solid #312B6D;
  padding: 38px 60px 38px 38px;
  height: 425px;
  transition: all 0.5s;
}
.strenght__grid-child:hover {
  background-color: #312B6D;
  color: #ffffff;
}
.strenght__grid-child--pink {
  border-color: #FF00A7;
  color: #FF00A7;
  text-decoration: none;
}
.strenght__grid-child--pink:hover {
  background-color: #FF00A7;
}
@media screen and (max-width: 1800px) {
  .strenght__grid-child {
    height: 325px;
  }
}
@media screen and (max-width: 1536px) {
  .strenght__grid-child {
    height: 280px;
  }
}
@media screen and (max-width: 1366px) {
  .strenght__grid-child {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .strenght__grid-child {
    border-radius: 24px;
    padding: 18px;
    height: initial;
  }
}

.strenght__grid-child-1 {
  grid-area: first;
}

.strenght__grid-child-2 {
  grid-area: second;
}

.strenght__grid-child-3 {
  grid-area: third;
}

.strenght__grid-child-4 {
  grid-area: fourth;
}

.strenght__grid-child-5 {
  grid-area: fifth;
}

.strenght__grid-child-6 {
  grid-area: sixth;
}

.strenght__grid-child-7 {
  grid-area: seventh;
}

.strength__indicator {
  font-family: "Epiloque", sans-serif;
  font-weight: 600;
  font-size: 90px;
  line-height: 1;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 1800px) {
  .strength__indicator {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1600px) {
  .strength__indicator {
    font-size: 70px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1536px) {
  .strength__indicator {
    font-size: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .strength__indicator {
    font-size: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .strength__indicator {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .strength__indicator {
    font-size: 52px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 348px) {
  .strength__indicator {
    font-size: 46px;
  }
}

.strength__indicator-text {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .strength__indicator-text {
    font-size: 18px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--clr-pink);
  margin: 0;
  transition: 0.5s;
}
.swiper-button-prev::after, .swiper-button-prev::before,
.swiper-button-next::after,
.swiper-button-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  opacity: 0;
  transition: 0.5s;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  opacity: 1;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: var(--clr-pink);
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  opacity: 0;
}
.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
    border-width: 1.5px;
    background-size: 12px 12px;
  }
}

.swiper-button-prev::before {
  background-image: url("../images/arrow-prev-white.svg");
}

.swiper-button-next::before {
  background-image: url("../images/arrow-next-white.svg");
}

.swiper-button-prev::after {
  background-image: url("../images/arrow-prev.svg");
}

.swiper-button-next::after {
  background-image: url("../images/arrow-next.svg");
}

.swiper-button-prev:hover {
  background-image: none;
}

.swiper-button-disabled {
  opacity: 0.6 !important;
}

.switcher {
  color: var(--clr-white);
  position: relative;
  margin-right: 32px;
  z-index: 50;
}
@media screen and (max-width: 1440px) {
  .switcher {
    margin-right: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .switcher {
    margin-right: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .switcher {
    margin-right: 2px;
  }
}
@media screen and (max-width: 992px) {
  .switcher {
    margin-right: 0;
  }
}

.switcher__select {
  display: flex;
  align-items: center;
}
.switcher__select-span {
  display: inline-block;
}
.switcher__select-svg {
  width: 6px;
  height: 6px;
  margin-left: 7px;
  transition: all 0.5s;
}

.switcher.active .switcher__select svg {
  transform: rotate(180deg);
}

.swithcer__dropdown {
  padding: 10px 25px 10px 11px;
  border-radius: 10px;
  color: var(--clr-white);
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  font-size: 18px;
}

.switcher.active .swithcer__dropdown {
  display: block;
}

.switcher__item + .switcher__item {
  margin-top: 11px;
}

.switcher__item-current .switcher__link {
  text-decoration: none;
  color: #a7a0a0;
  cursor: initial;
}

.switcher__link {
  color: var(--clr-white);
  text-decoration: none;
}

.tags {
  display: flex;
}

.tags__item + .tags__item {
  margin-left: 10px;
}

.tags__link {
  line-height: normal;
  text-decoration: none;
}

.toggle {
  position: relative;
  width: 22px;
  height: 14px;
  display: none;
}
@media screen and (max-width: 992px) {
  .toggle {
    z-index: 200;
    display: block;
  }
}

.toggle::after,
.toggle::before,
.toggle > span {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--clr-white);
  border-radius: 40px;
  transition: all 0.5s;
}

.toggle::after {
  top: 0;
}

.toggle::before {
  bottom: 0;
}

.toggle > span {
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 992px) {
  .header__right.menu--opened .header__dropdown {
    top: 0;
  }
}
.header__right.menu--opened .header__toggle span {
  display: none;
}
.header__right.menu--opened .header__toggle::before {
  top: 8px;
  transform: rotate(30deg);
}
.header__right.menu--opened .header__toggle::after {
  top: 8px;
  width: 100%;
  transform: rotate(-30deg);
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 3;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  overflow: hidden;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.touch {
  background-image: url("../images/touch-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 97px 0 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .touch {
    padding: 95px 0 0 0;
    background-image: url("../images/touch-bg%40mob.png");
  }
}

.touch__wrap {
  max-width: 1034px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .touch__wrap {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

.touch__left {
  color: #fff;
}
.touch__title {
  text-transform: uppercase;
  color: #fff;
  margin-top: 48px;
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .touch__title {
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 34px;
  }
}

.touch__desc {
  max-width: 259px;
  margin-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .touch__desc {
    font-size: 22px;
    margin-bottom: 48px;
  }
}

.touch__link {
  display: inline-block;
  font-family: "Epiloque", sans-serif;
  font-weight: 600;
  text-decoration: none;
  padding: 27px;
  border-radius: 34px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  max-width: 290px;
  width: 100%;
  transition: all 0.5s;
}
.touch__link:hover {
  color: var(--clr-blue);
  background-color: var(--clr-white);
}
.touch__right {
  align-self: flex-end;
}
@media screen and (max-width: 992px) {
  .touch__right {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .touch__right {
    margin: 42px auto 0;
  }
}

.touch__img-elem {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
.video {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 362px;
}
@media screen and (max-width: 768px) {
  .video {
    height: 207px;
  }
}

.video.pause .video__preview {
  display: block;
}
.video.pause .video__btn {
  display: block;
}
.video.pause .video__time {
  display: block;
}

.video__preview {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  display: none;
}

.video__preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 44px;
  background-image: url("../images/video-btn.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.video__time {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 11px 13px 10px 14px;
  border-top-left-radius: 23px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 23px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--clr-blue-dark);
  color: var(--clr-white);
}

.video__elem {
  width: 100%;
  height: 100%;
}
.video__elem-inner {
  width: 100%;
  height: 100%;
}