/* ================================================
 * Main - Imports
 * ================================================
*/
/*
Theme Name: Profiart
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: Profiart
Author URI: https://wordpress.org/
Description: Profiart theme
Version: 1.0.0
Text Domain: profiart
*/
/* ------------------------------------------------
 * Fonts
 * ------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* ------------------------------------------------
 * Colors
 * ------------------------------------------------
 */
/* ------------------------------------------------
 * Media queries
 * ------------------------------------------------
 */
/* ------------------------------------------------
 * CSS variables
 * ------------------------------------------------
 */
html {
  scroll-behavior: smooth;
}

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

/* 
 * @include mq(320, 640);  * mq between 320px and 640px
 * @include mq(640);  * mq min-width 640px
 * @include mq($min: 640);  * also mq min-width 640px
 * @include mq($max: 640);  * mq max-width 640px
 */
body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #000;
}
@media only screen and (min-width: 861px) {
  body {
    font-size: 16px;
  }
}

a {
  line-height: 1.5;
  text-decoration: none;
  transition: 0.3s;
  color: #6CB4FF;
}
a:hover {
  color: #6CB4FF;
}

ul,
ol {
  margin-top: 16px;
}
ul li,
ol li {
  position: relative;
  margin-top: 8px;
  line-height: 1.55;
}

ol {
  padding-left: 22px;
}
ol li {
  padding-left: 10px;
}

ul {
  padding-left: 26px;
}
ul li {
  padding-left: 6px;
}
ul li::marker {
  font-size: 12px;
}
@media only screen and (min-width: 861px) {
  ul li::marker {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child),
p:not(:first-child) {
  margin-top: 8px;
}

p {
  line-height: 1.35;
}
@media only screen and (min-width: 1211px) {
  p:not(:first-of-type) {
    margin-top: 8px;
  }
}

h1 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 861px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

h2 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 861px) {
  h2 {
    font-size: 38px;
    line-height: 46px;
  }
}

h3 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (min-width: 861px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (min-width: 861px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (min-width: 861px) {
  h5 {
    font-size: 18px;
  }
}

strong {
  font-weight: 600 !important;
}

.highlightRed {
  color: #e70000;
}

.container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 90%;
  max-width: 1260px;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 90%;
  }
}
@media only screen and (min-width: 861px) {
  .container {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .container {
    width: 90%;
  }
}

.container--small {
  max-width: 1040px;
}
.container--verySmall {
  max-width: 920px;
}
.container--wide {
  max-width: 1720px;
}
.container--positionUnset {
  position: unset;
}

/* ------------------------------------------------
 * CSS variables handle
 * ------------------------------------------------
 */
:root {
  --moduleSpace: 40px;
}
@media only screen and (min-width: 768px) {
  :root {
    --moduleSpace: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  :root {
    --moduleSpace: 120px;
  }
}

.Hamburger {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 24px;
  transition-duration: 0.5s;
  z-index: 800;
}
@media only screen and (min-width: 861px) {
  .Hamburger {
    display: none;
  }
}
.Hamburger:hover {
  cursor: pointer;
}
.Hamburger__leftIcon {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 9px;
  top: 12px;
  background-color: #000;
  border-radius: 1px 0 0 1px;
  background: transparent;
}
.Hamburger__leftIcon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: #000;
  content: "";
  top: -4px;
  border-radius: 1px 0 0 1px;
}
.Hamburger__leftIcon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: #000;
  content: "";
  top: 4px;
  border-radius: 1px 0 0 1px;
}
.Hamburger__leftIcon:hover {
  cursor: pointer;
}
.Hamburger__rightIcon {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 9px;
  top: 12px;
  background-color: #000;
  left: 9px;
  border-radius: 0 1px 1px 0;
  background: transparent;
}
.Hamburger__rightIcon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: #000;
  content: "";
  top: -4px;
  border-radius: 0 1px 1px 0;
}
.Hamburger__rightIcon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: #000;
  content: "";
  top: 4px;
  border-radius: 0 1px 1px 0;
}
.Hamburger--open .Hamburger__leftIcon {
  transition-duration: 0.5s;
  background: transparent;
}
.Hamburger--open .Hamburger__leftIcon:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(1px, 1px);
  top: -6px;
}
.Hamburger--open .Hamburger__leftIcon:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(1px, -1px);
  top: 6px;
}
.Hamburger--open .Hamburger__rightIcon {
  transition-duration: 0.5s;
  background: transparent;
}
.Hamburger--open .Hamburger__rightIcon:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-1px, 1px);
  top: -6px;
}
.Hamburger--open .Hamburger__rightIcon:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-1px, -1px);
  top: 6px;
}

.Form br,
.Form .wpcf7-not-valid-tip,
.Contact__form br,
.Contact__form .wpcf7-not-valid-tip {
  display: none;
}
.Form .invalid .wpcf7-response-output,
.Contact__form .invalid .wpcf7-response-output {
  display: none;
}
.Form .wpcf7-response-output,
.Contact__form .wpcf7-response-output {
  color: #46b450;
  border: none !important;
  padding: 0 !important;
  margin: 10px 0 !important;
}
.Form .wpcf7-not-valid,
.Contact__form .wpcf7-not-valid {
  border-color: #e70000 !important;
}
.Form .wpcf7-not-valid .wpcf7-list-item-label::before,
.Contact__form .wpcf7-not-valid .wpcf7-list-item-label::before {
  border-color: #e70000 !important;
}
.Form .wpcf7-select,
.Contact__form .wpcf7-select {
  outline: 0 !important;
  width: 100%;
  padding: 16px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  box-shadow: none !important;
  color: #0A131B;
}
@media only screen and (min-width: 861px) {
  .Form .wpcf7-select,
  .Contact__form .wpcf7-select {
    padding: 20px 16px;
  }
}
.Form .wpcf7-checkbox input,
.Contact__form .wpcf7-checkbox input {
  display: none;
}
.Form .wpcf7-checkbox .wpcf7-list-item-label,
.Contact__form .wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media only screen and (min-width: 861px) {
  .Form .wpcf7-checkbox .wpcf7-list-item-label,
  .Contact__form .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.Form .wpcf7-checkbox .wpcf7-list-item-label::before,
.Contact__form .wpcf7-checkbox .wpcf7-list-item-label::before {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  top: 2px;
  left: -20px;
}
.Form .wpcf7-checkbox .wpcf7-list-item-label.active::after,
.Contact__form .wpcf7-checkbox .wpcf7-list-item-label.active::after {
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #6CB4FF;
  left: -15px;
  top: 7px;
}
.Form input[type=submit],
.Contact__form input[type=submit] {
  margin-top: 40px;
  width: 100%;
  padding: 13px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  cursor: pointer;
}
@media only screen and (min-width: 861px) {
  .Form input[type=submit],
  .Contact__form input[type=submit] {
    font-size: 18px;
    line-height: 27px;
  }
}
.Form input,
.Form textarea,
.Contact__form input,
.Contact__form textarea {
  box-sizing: border-box;
}
.Form__title,
.Contact__form__title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
@media only screen and (min-width: 861px) {
  .Form__title,
  .Contact__form__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.Form__itemWrapper,
.Contact__form__itemWrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 861px) {
  .Form__itemWrapper,
  .Contact__form__itemWrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
  }
}
.Form__item,
.Contact__form__item {
  position: relative;
  margin-top: 16px;
  width: 100%;
}
@media only screen and (min-width: 861px) {
  .Form__item,
  .Contact__form__item {
    margin-top: 24px;
  }
}
.Form__item input[type=text],
.Form__item input[type=tel],
.Form__item input[type=email],
.Form__item textarea,
.Contact__form__item input[type=text],
.Contact__form__item input[type=tel],
.Contact__form__item input[type=email],
.Contact__form__item textarea {
  outline: 0 !important;
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  color: #0A131B;
}
.Form__item input[type=text]::placeholder,
.Form__item input[type=tel]::placeholder,
.Form__item input[type=email]::placeholder,
.Form__item textarea::placeholder,
.Contact__form__item input[type=text]::placeholder,
.Contact__form__item input[type=tel]::placeholder,
.Contact__form__item input[type=email]::placeholder,
.Contact__form__item textarea::placeholder {
  color: #0A131B;
}
@media only screen and (min-width: 861px) {
  .Form__item input[type=text],
  .Form__item input[type=tel],
  .Form__item input[type=email],
  .Form__item textarea,
  .Contact__form__item input[type=text],
  .Contact__form__item input[type=tel],
  .Contact__form__item input[type=email],
  .Contact__form__item textarea {
    padding: 14px 24px;
    font-size: 16px;
  }
}
.Form__item--input label,
.Contact__form__item--input label {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 14px;
  z-index: 1;
  color: #0A131B;
}
@media only screen and (min-width: 861px) {
  .Form__item--input label,
  .Contact__form__item--input label {
    top: 14px;
    left: 24px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 861px) {
  .Form__item--oneThird,
  .Contact__form__item--oneThird {
    width: 32%;
  }
}
.Form__item--text,
.Contact__form__item--text {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.Form__item--text strong,
.Contact__form__item--text strong {
  font-weight: 600;
}
.Form__item--checkbox,
.Contact__form__item--checkbox {
  margin-top: 24px;
}
.Form__item--box,
.Contact__form__item--box {
  width: fit-content;
  margin-top: 32px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (min-width: 861px) {
  .Form__item--box,
  .Contact__form__item--box {
    padding: 16px 24px;
  }
}
.Form__labelRequired::after,
.Contact__form__labelRequired::after {
  content: "*";
  display: inline-block;
  margin-left: 2px;
  color: #e70000;
}
.Form__red,
.Contact__form__red {
  color: #e70000;
}

.Spinner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.Spinner__loading {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 8px solid #DEDEDE;
  border-top-color: #6CB4FF;
  animation: loading 1s linear infinite;
}
@media only screen and (min-width: 861px) {
  .Spinner__loading {
    width: 100px;
    height: 100px;
    border: 10px solid #DEDEDE;
    border-top-color: #6CB4FF;
  }
}
.Spinner--show {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
.Select {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-family: inherit;
  font-size: 16px;
  user-select: none;
}
.Select--open .Select__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.Select--open .Select__arrow {
  transform: rotate(180deg);
}
.Select--disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.Select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.Select__trigger:hover {
  border-color: #999;
}
.Select__trigger:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}
.Select__value {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select__arrow {
  margin-left: 12px;
  font-size: 12px;
  transition: transform 0.3s ease;
  color: #666;
}
.Select__dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  max-height: 300px;
  overflow: auto;
}
.Select__options {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}
.Select__option {
  padding: 10px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.Select__option:hover {
  background-color: #f5f5f5;
}
.Select__option--selected {
  background-color: #4a90e2;
  color: #fff;
}
.Select__option--selected:hover {
  background-color: #357abd;
}
.Select__option--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.Navigation__list, .Navigation__childList {
  list-style: none;
}
.Navigation-- {
  /* ------------------------------------------------
   * Navigation Header
   * ------------------------------------------------
   */
  /* ------------------------------------------------
   * Navigation Footer
   * ------------------------------------------------
   */
}
.Navigation--header .Navigation__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 36px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 861px) {
  .Navigation--header .Navigation__list {
    flex-direction: row;
    gap: 32px;
  }
}
.Navigation--header .Navigation__item {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 861px) {
  .Navigation--header .Navigation__item--button .Navigation__link {
    padding: 8px 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    border-radius: 39px;
    background-color: #6CB4FF;
    transition: 0.3s;
  }
  .Navigation--header .Navigation__item--button .Navigation__link:hover {
    color: #fff;
    background-color: #347CC7;
  }
}
.Navigation--header .Navigation__link {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #0A131B;
}
.Navigation--footer .Navigation__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 861px) {
  .Navigation--footer .Navigation__list {
    align-items: start;
  }
}
.Navigation--footer .Navigation__item {
  margin: 0;
  padding: 0;
}
.Navigation--footer .Navigation__link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  text-decoration: underline;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
}
.Navigation--footer .Navigation__link:hover {
  color: #6CB4FF;
}
@media only screen and (min-width: 861px) {
  .Navigation--footer .Navigation__link {
    text-align: left;
  }
}

.swiper .swiper-slide {
  width: auto;
}

.Accordion__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Accordion__item {
  position: relative;
  padding: 20px 16px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  cursor: pointer;
}
.Accordion__item:not(:first-child) {
  margin-top: 16px;
}
@media only screen and (min-width: 861px) {
  .Accordion__item {
    padding: 28px 32px;
  }
}
.Accordion__icon {
  position: absolute;
  top: 16px;
  right: 6px;
  width: 32px;
  height: 32px;
  background-color: #EEF8FF;
  border-radius: 8px;
}
@media only screen and (min-width: 861px) {
  .Accordion__icon {
    top: 16px;
    width: 50px;
    height: 50px;
  }
}
.Accordion__icon::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 12px;
  height: 2px;
  width: 12px;
  background-color: #000;
  transition: 0.3s;
}
@media only screen and (min-width: 861px) {
  .Accordion__icon::after {
    top: 24px;
    left: 16px;
    height: 3px;
    width: 18px;
  }
}
.Accordion__icon::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 17px;
  height: 12px;
  width: 2px;
  background-color: #000;
  opacity: 1;
  transition: 0.3s;
}
@media only screen and (min-width: 861px) {
  .Accordion__icon::before {
    top: 17px;
    left: 24px;
    width: 3px;
    height: 18px;
  }
}
.Accordion__item--open .Accordion__icon::before {
  opacity: 0;
}
.Accordion__title {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.02em;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
@media only screen and (min-width: 861px) {
  .Accordion__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.Accordion__wrapper {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.Accordion__item--open .Accordion__wrapper {
  opacity: 1;
}
.Accordion__content {
  padding-top: 16px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 861px) {
  .Accordion__content {
    padding-top: 24px;
    font-size: 16px;
    line-height: 22px;
  }
}

.Pagination {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 40px;
}
@media only screen and (min-width: 861px) {
  .Pagination {
    margin-top: 60px;
  }
}
.Pagination .page-numbers {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #0A131B;
  margin-right: 16px;
}
.Pagination .page-numbers:hover {
  color: #6CB4FF;
  text-decoration: underline;
}
@media only screen and (min-width: 861px) {
  .Pagination .page-numbers {
    font-size: 18px;
    line-height: 25px;
  }
}
.Pagination .current {
  color: #6CB4FF;
  text-decoration: underline;
}
.Pagination .prev,
.Pagination .next {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
.Pagination .prev::after,
.Pagination .next::after {
  content: "";
  display: block;
  background-size: contain;
  width: 10px;
  height: 17px;
}
.Pagination .prev:hover::after,
.Pagination .next:hover::after {
  background-size: contain;
}
.Pagination .prev {
  position: absolute;
  right: 48px;
}
.Pagination .prev:hover::after {
  transform: rotate(180deg);
}
.Pagination .next {
  position: absolute;
  right: 0;
}
.Pagination .next::after {
  transform: rotate(180deg);
}
.Pagination .next:hover::after {
  transform: rotate(0deg);
}

.Text__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 861px) {
  .Text__title {
    font-size: 38px;
    line-height: 45.6px;
  }
}
.Text__title, .Text__text {
  max-width: 1015px;
}
.Text__text {
  margin-top: 8px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}
@media only screen and (min-width: 861px) {
  .Text__text {
    margin-top: 32px;
    font-size: 22px;
    line-height: 33px;
  }
}

.Banner {
  position: relative;
}
.Banner__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.Banner__overlay {
  padding: 150px 0 27px;
  background: linear-gradient(180deg, rgba(10, 19, 27, 0.8) 0%, rgba(0, 0, 0, 0.9) 100%);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 861px) {
  .Banner__overlay {
    padding: 248px 0 163px;
  }
}
.Banner__title {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  text-align: center;
  background: linear-gradient(103deg, #FFF 23.9%, #6CB4FF 83.11%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 861px) {
  .Banner__title {
    font-size: 59px;
    line-height: 70px;
  }
}
.Banner__text {
  margin-top: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #D0ECFF;
}
@media only screen and (min-width: 861px) {
  .Banner__text {
    margin-top: 64px;
  }
}
.Banner__text p:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (min-width: 861px) {
  .Banner__text p:not(:first-child) {
    margin-top: 40px;
  }
}
.Banner__button {
  display: block;
  margin: 40px auto 0;
  padding: 8px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  border-radius: 39px;
  background-color: #6CB4FF;
  transition: 0.3s;
  width: fit-content;
}
.Banner__button:hover {
  color: #fff;
  background-color: #347CC7;
}
@media only screen and (min-width: 861px) {
  .Banner__button {
    margin: 64px auto 0;
  }
}

.Learning {
  padding: 87px 0 224px;
  background-color: #0A131B;
  overflow: visible;
}
@media only screen and (min-width: 861px) {
  .Learning {
    padding: 62px 0 300px;
  }
}
.Learning__wrapper {
  padding: 87px 24px 0;
  background-color: #EEF8FF;
  border-radius: 48px;
  overflow: visible;
}
@media only screen and (min-width: 861px) {
  .Learning__wrapper {
    padding: 120px 190px;
  }
}
.Learning__title {
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 47px;
}
@media only screen and (min-width: 861px) {
  .Learning__title {
    text-align: center;
    font-size: 42px;
  }
}
.Learning__title span {
  background: linear-gradient(91deg, #0A131B -15.84%, #6CB4FF 102.63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Learning__title span:last-child {
  font-style: italic;
}
.Learning__text {
  margin-top: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #416D99;
}
@media only screen and (min-width: 861px) {
  .Learning__text {
    margin: 30px auto -130px;
    max-width: 562px;
  }
}
.Learning__text strong {
  color: #0A131B;
}
.Learning__items {
  margin-top: 72px;
}
@media only screen and (min-width: 861px) {
  .Learning__items {
    display: flex;
    justify-content: space-between;
    top: 260px;
    position: relative;
    margin-top: 0;
  }
}
.Learning__item:last-child {
  position: relative;
  top: 80px;
}
@media only screen and (min-width: 861px) {
  .Learning__item:last-child {
    top: unset;
  }
}
.Learning__itemText {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #416D99;
}
@media only screen and (min-width: 861px) {
  .Learning__itemText {
    min-height: 73px;
  }
}
.Learning__itemText strong {
  font-weight: 600;
}
.Learning__itemVideo {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.Learning__itemVideo iframe {
  border-radius: 12px;
}
@media only screen and (min-width: 861px) {
  .Learning__itemVideo iframe {
    height: 622px;
    width: 350px;
  }
}

.ImagesText {
  background-color: #0A131B;
  padding: 0 0 114px;
}
@media only screen and (min-width: 861px) {
  .ImagesText {
    padding: 0 0 159px;
  }
}
.ImagesText__title {
  font-size: 38px;
  font-weight: 600;
  line-height: 47px;
  font-style: italic;
  background: linear-gradient(90deg, #EEF8FF 0%, #6CB4FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 861px) {
  .ImagesText__title {
    font-size: 42px;
    line-height: 70px;
  }
}
.ImagesText__text {
  margin-top: 6px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}
@media only screen and (min-width: 861px) {
  .ImagesText__text {
    margin-top: 16px;
  }
}
.ImagesText__container {
  width: 100%;
}
@media only screen and (min-width: 861px) {
  .ImagesText__container {
    width: 90%;
  }
}
.ImagesText__items {
  margin-top: 36px;
}
@media only screen and (min-width: 861px) {
  .ImagesText__items {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 861px) {
  .ImagesText__items .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
  }
}
.ImagesText__itemsNavigation {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-top: 42px;
  margin-right: 5%;
}
@media only screen and (min-width: 861px) {
  .ImagesText__itemsNavigation {
    display: none !important;
  }
}
.ImagesText__itemsNavigation .swiper-button-prev,
.ImagesText__itemsNavigation .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: unset !important;
  left: unset !important;
  bottom: unset !important;
  right: unset !important;
  width: 54px;
  height: 26px;
  background-color: #416D99;
  border-radius: 35px;
}
.ImagesText__itemsNavigation .swiper-button-prev::before,
.ImagesText__itemsNavigation .swiper-button-next::before {
  content: "";
  display: block;
  width: 30px;
  height: 10px;
  background: url("./img/arrow.svg") no-repeat center;
  background-size: contain;
}
.ImagesText__itemsNavigation .swiper-button-prev .swiper-navigation-icon,
.ImagesText__itemsNavigation .swiper-button-next .swiper-navigation-icon {
  display: none !important;
}
.ImagesText__itemsNavigation .swiper-button-prev {
  transform: rotate(180deg);
}
.ImagesText__item {
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 16px;
  width: 324px;
  height: 412px;
  border-radius: 9px;
}
@media only screen and (min-width: 861px) {
  .ImagesText__item {
    padding-bottom: 24px;
    width: 100%;
    height: 514px;
  }
}
.ImagesText__itemText {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media only screen and (min-width: 861px) {
  .ImagesText__itemText {
    font-size: 18px;
  }
}
.ImagesText__itemText strong {
  font-weight: 700;
}
.ImagesText__textSecond {
  margin-top: 47px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}
.ImagesText__textSecond strong {
  font-weight: 600;
}

.Reviews {
  padding: 66px 0 39px;
  background: linear-gradient(92deg, #6CB4FF -3.53%, #416D99 101.48%);
}
@media only screen and (min-width: 861px) {
  .Reviews {
    padding: 78px 0 41px;
  }
}
.Reviews__itemsNavigation {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-top: 42px;
  margin-right: 5%;
}
@media only screen and (min-width: 861px) {
  .Reviews__itemsNavigation {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 90%;
    max-width: 1260px;
  }
}
.Reviews__itemsNavigation .swiper-button-prev,
.Reviews__itemsNavigation .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: unset !important;
  left: unset !important;
  bottom: unset !important;
  right: unset !important;
  width: 54px;
  height: 26px;
  background-color: #B0D8FE;
  border-radius: 35px;
}
.Reviews__itemsNavigation .swiper-button-prev::before,
.Reviews__itemsNavigation .swiper-button-next::before {
  content: "";
  display: block;
  width: 30px;
  height: 10px;
  background: url("./img/arrow_blue.svg") no-repeat center;
  background-size: contain;
}
.Reviews__itemsNavigation .swiper-button-prev .swiper-navigation-icon,
.Reviews__itemsNavigation .swiper-button-next .swiper-navigation-icon {
  display: none !important;
}
.Reviews__itemsNavigation .swiper-button-prev {
  transform: rotate(180deg);
}
.Reviews__item {
  width: auto;
  height: 122px;
}
@media only screen and (min-width: 861px) {
  .Reviews__item {
    height: 188px;
  }
}

.AboutMe {
  padding: 114px 0;
  background: linear-gradient(180deg, #EEF8FF 36.42%, #6CB4FF 118.62%);
}
@media only screen and (min-width: 861px) {
  .AboutMe {
    padding: 158px 0 170px;
  }
}
.AboutMe__title {
  font-size: 38px;
  font-style: italic;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  background: linear-gradient(91deg, #0A131B -15.84%, #6CB4FF 102.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 861px) {
  .AboutMe__title {
    font-size: 42px;
  }
}
.AboutMe__subtitle {
  margin-top: 13px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #416D99;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .AboutMe__subtitle {
    margin-left: auto;
    margin-right: auto;
    max-width: 747px;
  }
}
.AboutMe__subtitle strong {
  font-style: italic;
  font-weight: 600;
}
.AboutMe__video {
  margin-top: 54px;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
}
@media only screen and (min-width: 861px) {
  .AboutMe__video {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 747px;
  }
  .AboutMe__video::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #EEF8FF 75.63%, #6CB4FF 182.67%);
  }
  .AboutMe__video::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #EEF8FF 75.63%, #6CB4FF 182.67%);
    transform: rotate(180deg);
  }
}
.AboutMe__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 861px) {
  .AboutMe__videoContainer {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
.AboutMe__middle {
  margin-top: 54px;
}
@media only screen and (min-width: 861px) {
  .AboutMe__middle {
    margin-top: 60px;
  }
}
.AboutMe__middleSubtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #416D99;
  text-align: center;
}
.AboutMe__middleTitle {
  margin-top: 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
}
@media only screen and (min-width: 861px) {
  .AboutMe__middleTitle {
    font-size: 48px;
    line-height: 56px;
  }
}
.AboutMe__middleTitle span {
  display: block;
  text-align: center;
  background: linear-gradient(91deg, #0A131B -15.84%, #6CB4FF 102.63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AboutMe__middleTitle span:last-child {
  font-style: italic;
}
.AboutMe__middleText {
  margin-top: 14px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #416D99;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .AboutMe__middleText {
    margin-top: 18px;
  }
}
.AboutMe__middleButton {
  display: block;
  margin: 36px auto 0;
  padding: 8px 16px;
  width: 146px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  border-radius: 39px;
  background-color: #6CB4FF;
  transition: 0.3s;
  text-align: center;
  box-sizing: border-box;
}
.AboutMe__middleButton:hover {
  color: #fff;
  background-color: #347CC7;
}
@media only screen and (min-width: 861px) {
  .AboutMe__middleButton {
    margin: 26px auto 0;
    width: 172px;
  }
}
.AboutMe__about {
  margin-top: 114px;
  padding: 25px 24px 43px;
  border-radius: 48px;
  background-color: #EEF8FF;
}
@media only screen and (min-width: 861px) {
  .AboutMe__about {
    display: flex;
    align-items: center;
    gap: 88px;
    margin-top: 158px;
    padding: 24px 40px 24px 24px;
  }
}
.AboutMe__aboutImage {
  width: 316px;
  height: 347px;
  object-fit: cover;
  border-radius: 34px;
}
@media only screen and (min-width: 861px) {
  .AboutMe__aboutImage {
    width: 50%;
    height: 500px;
    object-position: top;
  }
}
.AboutMe__aboutContent {
  margin-top: 45px;
}
@media only screen and (min-width: 861px) {
  .AboutMe__aboutContent {
    margin-top: 0;
    width: 50%;
  }
}
.AboutMe__aboutTitle {
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  background: linear-gradient(91deg, #0A131B -15.84%, #6CB4FF 102.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AboutMe__aboutText {
  margin-top: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #416D99;
}
.AboutMe__aboutText strong {
  font-weight: 500;
  color: #0A131B;
}

.ForWho {
  padding: 117px 0 122px;
  background: linear-gradient(180deg, #EEF8FF 11.97%, #C4E2FF 47.04%, #EEF8FF 77.57%);
}
@media only screen and (min-width: 861px) {
  .ForWho {
    padding: 146px 0 167px;
  }
}
.ForWho__subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  color: #416D99;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .ForWho__subtitle {
    font-size: 24px;
  }
}
.ForWho__title {
  margin-top: 16px;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  background: linear-gradient(91deg, #0A131B 11.51%, #6CB4FF 83.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .ForWho__title {
    margin-top: 8px;
    font-size: 42px;
    line-height: 56px;
  }
}
.ForWho__text {
  margin-top: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #416D99;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .ForWho__text {
    margin-top: 32px;
  }
}
.ForWho__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px;
  margin-top: 48px;
}
@media only screen and (min-width: 861px) {
  .ForWho__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 58px;
  }
}
.ForWho__item {
  border-radius: 12px;
  background: linear-gradient(121deg, #0A131B 23.45%, #6CB4FF 183.71%);
}
.ForWho__itemImage {
  width: 100%;
  height: 251px;
  object-fit: cover;
  border-radius: 12px;
}
@media only screen and (min-width: 861px) {
  .ForWho__itemImage {
    height: 306px;
    aspect-ratio: 149/102;
  }
}
.ForWho__itemText {
  padding: 20px 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #EEF8FF;
}
@media only screen and (min-width: 861px) {
  .ForWho__itemText {
    padding: 30px 35px;
  }
}
.ForWho__textSecond {
  margin-top: 48px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #416D99;
}
@media only screen and (min-width: 861px) {
  .ForWho__textSecond {
    margin-top: 58px;
  }
}
.ForWho__textSecond strong {
  font-weight: 600;
}
.ForWho__textMain {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 89px;
}
@media only screen and (min-width: 861px) {
  .ForWho__textMain {
    margin-top: 126px;
  }
}
.ForWho__textMain span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 51px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  color: #416D99;
}
.ForWho__textMain span:first-child {
  margin-left: -180px;
}
.ForWho__textMain span:nth-child(2) {
  font-weight: 800;
  background: linear-gradient(90deg, #416D99 0%, #6CB4FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}
.ForWho__textMain span:nth-child(3) {
  margin-right: -80px;
}
.ForWho__textMain span:last-child {
  margin-right: -130px;
}
@media only screen and (min-width: 861px) {
  .ForWho__textMain span {
    font-size: 64px;
    line-height: 74px;
  }
  .ForWho__textMain span:first-child {
    margin-left: -260px;
  }
  .ForWho__textMain span:nth-child(4) {
    margin-left: -120px;
  }
  .ForWho__textMain span:last-child {
    margin-right: -310px;
  }
}
.ForWho__button {
  display: block;
  margin: 54px auto 0;
  padding: 8px 16px;
  width: 172px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  border-radius: 39px;
  background-color: #6CB4FF;
  transition: 0.3s;
  text-align: center;
  box-sizing: border-box;
}
.ForWho__button:hover {
  color: #fff;
  background-color: #347CC7;
}
@media only screen and (min-width: 861px) {
  .ForWho__button {
    margin: 80px auto 0;
  }
}
.ForWho__whats {
  margin-top: 114px;
}
@media only screen and (min-width: 861px) {
  .ForWho__whats {
    margin-top: 158px;
  }
}
.ForWho__whatsTitle {
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  background: linear-gradient(92deg, #0A131B -27.55%, #6CB4FF 109.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 861px) {
  .ForWho__whatsTitle {
    font-size: 42px;
  }
}
.ForWho__whatsItems {
  margin-top: 44px;
}
.ForWho__whatsItemsNavigation {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-top: 42px;
  margin-right: 5%;
}
@media only screen and (min-width: 861px) {
  .ForWho__whatsItemsNavigation {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 90%;
    max-width: 1260px;
  }
}
.ForWho__whatsItemsNavigation .swiper-button-prev,
.ForWho__whatsItemsNavigation .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: unset !important;
  left: unset !important;
  bottom: unset !important;
  right: unset !important;
  width: 54px;
  height: 26px;
  background-color: #B0D8FE;
  border-radius: 35px;
}
.ForWho__whatsItemsNavigation .swiper-button-prev::before,
.ForWho__whatsItemsNavigation .swiper-button-next::before {
  content: "";
  display: block;
  width: 30px;
  height: 10px;
  background: url("./img/arrow_blue.svg") no-repeat center;
  background-size: contain;
}
.ForWho__whatsItemsNavigation .swiper-button-prev .swiper-navigation-icon,
.ForWho__whatsItemsNavigation .swiper-button-next .swiper-navigation-icon {
  display: none !important;
}
.ForWho__whatsItemsNavigation .swiper-button-prev {
  transform: rotate(180deg);
}
.ForWho__whatsItems .swiper-slide {
  height: auto;
}
.ForWho__whatsItem {
  width: 306px;
  height: 100%;
  box-sizing: border-box;
  padding: 26px 20px 36px 20px;
  border-radius: 12px;
  background-color: #fff;
}
@media only screen and (min-width: 861px) {
  .ForWho__whatsItem {
    width: 458px;
    padding: 27px 27px 42px;
  }
}
.ForWho__whatsItemImage {
  width: 100%;
  height: 129px;
  object-fit: cover;
  border-radius: 7px;
}
@media only screen and (min-width: 861px) {
  .ForWho__whatsItemImage {
    height: 197px;
  }
}
.ForWho__whatsItemContent {
  margin-top: 24px;
}
@media only screen and (min-width: 861px) {
  .ForWho__whatsItemContent {
    margin-top: 30px;
  }
}
.ForWho__whatsItemTitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.ForWho__whatsItemText {
  margin-top: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #416D99;
}
.ForWho__whatsItemText strong {
  font-weight: 300;
  font-style: italic;
}

.Programs {
  padding: 80px 0 114px;
}
.Programs__title {
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .Programs__title {
    font-size: 42px;
  }
}
.Programs__title span {
  background: linear-gradient(95deg, #D0ECFF -6.55%, #6CB4FF 108.69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Programs__title span:last-child {
  font-style: italic;
}
.Programs__subtitle {
  margin-top: 19px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #D0ECFF;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .Programs__subtitle {
    margin-top: 8px;
  }
}
.Programs__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px;
  margin-top: 60px;
}
@media only screen and (min-width: 861px) {
  .Programs__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 48px;
  }
}
.Programs__item {
  padding: 60px 0 40px;
  border-radius: 44px;
  background: linear-gradient(168deg, #EEF8FF 8.59%, #6CB4FF 234.33%);
}
@media only screen and (min-width: 861px) {
  .Programs__item {
    padding: 67px 0 26px;
  }
}
.Programs__itemTitle {
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  background: linear-gradient(91deg, #0A131B 11.51%, #6CB4FF 83.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.Programs__itemContent {
  margin-top: 42px;
  border-top: 1px solid #6CB4FF;
  border-bottom: 1px solid #6CB4FF;
}
@media only screen and (min-width: 861px) {
  .Programs__itemContent {
    margin-top: 48px;
  }
}
.Programs__itemPriceWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 44px 0;
  border-radius: 110px;
  border-left: 1px solid #6CB4FF;
  border-right: 1px solid #6CB4FF;
  box-sizing: border-box;
}
.Programs__itemPrice {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  color: #0A131B;
}
.Programs__itemTime {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 29px;
  color: #416D99;
}
.Programs__itemButton {
  display: block;
  margin: 35px auto 0;
  padding: 8px 13px;
  width: 172px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  border-radius: 39px;
  background-color: #0A131B;
  transition: 0.3s;
  text-align: center;
  box-sizing: border-box;
}
.Programs__itemButton:hover {
  color: #fff;
  background-color: #347CC7;
}
.Programs__itemText {
  margin-top: 24px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #416D99;
}
@media only screen and (min-width: 861px) {
  .Programs__itemText {
    margin-top: 40px;
  }
}

.Header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 24px;
  z-index: 9999;
}
.Header__wrapper {
  padding: 13px 20px;
  background-color: #D0ECFF;
  border-radius: 54px;
}
@media only screen and (min-width: 861px) {
  .Header__wrapper {
    padding: 7px 8px 7px 28px;
  }
}
.Header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header__logo {
  display: block;
  width: 146px;
  height: 24px;
  background: url("./img/logo.svg") no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 861px) {
  .Header__logo {
    width: 176px;
    height: 29px;
  }
}
.Header__navigation {
  display: none;
}
@media only screen and (min-width: 861px) {
  .Header__navigation {
    display: block;
  }
}
.Header__navigationMobile {
  display: none;
}
.Header--adminBar {
  top: 46px;
}
@media only screen and (min-width: 861px) {
  .Header--adminBar {
    top: 32px;
  }
}
.Header--open .Header__wrapper {
  border-radius: 25px;
}
.Header--open .Header__navigationMobile {
  display: block;
  padding: 50px 0;
}

.Body {
  box-sizing: border-box !important;
}
.Body__default {
  padding: 120px 0;
  background-color: #EEF8FF;
}
@media only screen and (min-width: 861px) {
  .Body__default {
    padding: 179px 0;
  }
}
.Body__defaultTitle {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
}
@media only screen and (min-width: 861px) {
  .Body__defaultTitle {
    font-size: 42px;
  }
}
.Body__defaultContent {
  margin-top: 24px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #416D99;
}
@media only screen and (min-width: 861px) {
  .Body__defaultContent {
    margin-top: 48px;
    font-size: 18px;
  }
}
.Body--open {
  overflow: hidden;
}

.Footer {
  padding: 60px 0;
  background-color: #0A131B;
}
@media only screen and (min-width: 861px) {
  .Footer__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 861px) {
  .Footer__left {
    display: flex;
    align-items: center;
    gap: 76px;
  }
}
.Footer__logo {
  display: block;
  width: 302px;
  height: 50px;
  margin: auto;
  background: url("./img/logo_footer.svg") no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 861px) {
  .Footer__logo {
    width: 334px;
    height: 55px;
  }
}
.Footer__text {
  margin-top: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 861px) {
  .Footer__text {
    margin-top: 0;
    text-align: left;
  }
}
.Footer__text a {
  color: #fff;
  text-decoration: underline;
}
.Footer__text a:hover {
  color: #6CB4FF;
}
.Footer__navigation {
  margin-top: 40px;
}
@media only screen and (min-width: 861px) {
  .Footer__navigation {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
