/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/** px to rem **/
/** calculating line-height **/
h1,
h2,
h3,
h4,
p {
  margin: 0;
  font-style: normal;
}

h1, .h1 {
  font-weight: 500;
  font-size: 7.2rem;
  line-height: 1.05556;
}

@media (max-width: 992px) {
  h1, .h1 {
    font-size: 3.6rem;
    line-height: 122%;
  }
}

h2, .h2 {
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1.16667;
}

@media (max-width: 992px) {
  h2, .h2 {
    line-height: 133%;
    font-size: 2.4rem;
  }
}

h3, .h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
}

@media (max-width: 992px) {
  h3, .h3 {
    font-size: 1.8rem;
    line-height: 144%;
  }
}

h4, .h4 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.44444;
}

p, .p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #D0D5DD;
}

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

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

html,
body {
  font: 10px/1.2 'Inter', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #17161A;
}

a[href]:not([tabindex="-1"]):focus-visible,
area[href]:not([tabindex="-1"]):focus-visible,
button:not([disabled]):not([tabindex="-1"]):focus-visible,
a:not([disabled]):not([tabindex="-1"]):focus-visible,
iframe:not([tabindex="-1"]):focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
  outline-offset: 2px;
  outline-color: #71a8e4;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  background: #17161A;
  color: white;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.row {
  width: 1290px;
  max-width: calc(100% - 150px);
  margin: 0 auto;
}

@media (max-width: 992px) {
  .row {
    max-width: calc(100% - 32px);
  }
}

.btn {
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  border: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  height: 56px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.44444;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition-property: opacity, border-radius, background-color, border-color, color, -webkit-transform, -webkit-box-shadow;
  transition-property: opacity, border-radius, background-color, border-color, color, -webkit-transform, -webkit-box-shadow;
  transition-property: transform, opacity, border-radius, background-color, border-color, color, box-shadow;
  transition-property: transform, opacity, border-radius, background-color, border-color, color, box-shadow, -webkit-transform, -webkit-box-shadow;
}

.btn:not(:disabled):active {
  opacity: 0.9;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.btn:disabled, .btn.disabled {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none;
}

.btnLarge {
  height: 64px;
}

.btnAccent {
  color: white;
  background: #3275D9;
}

.btnAccent:not(:disabled):not(.disabled):hover {
  -webkit-box-shadow: 4px 4px 0px #4B94E6;
          box-shadow: 4px 4px 0px #4B94E6;
}

.btnDark {
  color: white;
  background: #36343B;
}

.btnDark:not(:disabled):not(.disabled):hover {
  -webkit-box-shadow: 4px 4px 0px #4D4A57;
          box-shadow: 4px 4px 0px #4D4A57;
}

.btnWhite {
  color: #17161A;
  background: white;
}

.btnWhite:not(:disabled):not(.disabled):hover {
  -webkit-box-shadow: 4px 4px 0px rgba(255, 255, 255, 0.72);
          box-shadow: 4px 4px 0px rgba(255, 255, 255, 0.72);
}

.header {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 10;
}

@media (max-width: 992px) {
  .header {
    top: 12px;
  }
}

.header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .header .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.headerLogo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.headerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 56px 0 auto;
}

@media (max-width: 992px) {
  .headerNav {
    display: none;
  }
}

.headerNavLink {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 150%;
  color: #FFFFFF;
  white-space: nowrap;
}

.headerNavLink:hover {
  color: #86B6FF;
  text-decoration: underline;
}

.headerNavLink + * {
  margin-left: 24px;
}

.headerButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 992px) {
  .headerButtons {
    display: none;
  }
}

.headerButtonsItem {
  height: 40px;
  padding: 0 24px;
  font-size: 1.4rem;
}

.headerButtonsItem + * {
  margin-left: 12px;
}

.headerBurger {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  background: none;
}

@media (min-width: 993px) {
  .headerBurger {
    display: none;
  }
}

.menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 11;
  top: 0;
  bottom: 0;
  right: 0;
  width: 268px;
  background: #17161A;
  border-left: 1px solid #363538;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
}

.menu.isVisible {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  pointer-events: all;
}

.menu.isVisible .menuOverlay {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.menuHead {
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #363538;
}

.menuHeadTitle {
  font-weight: 500;
}

.menuHeadClose {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  background: none;
}

.menuNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 8px;
}

.menuNavLink {
  text-decoration: none;
  width: 100%;
  padding: 10px 16px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  color: #FFFFFF;
  border-radius: 8px;
}

.menuNavLink.isActive {
  background: #36343B;
}

.menuButtons {
  margin: auto 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  gap: 8px;
  padding: 16px 16px 32px;
}

.menuButtonsItem {
  height: 44px;
  font-size: 1.6rem;
}

.menuOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: calc(100vw - 268px);
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(23, 22, 26, 0.56);
  -webkit-transform: translateX(-268px);
          transform: translateX(-268px);
  opacity: 0;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
}

@media (min-width: 993px) {
  .menu {
    display: none !important;
  }
}

.footer {
  padding: 72px 0;
  position: relative;
}

.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footerNav {
  padding: 0 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 75px;
  width: 100%;
  max-width: 650px;
}

@media (max-width: 992px) {
  .footerNav {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0;
    margin-bottom: 32px;
  }
}

.footerNavBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 992px) {
  .footerNavBlock {
    border-bottom: 1px solid #363538;
  }
  .footerNavBlock.isOpened {
    padding-bottom: 16px;
  }
  .footerNavBlock.isOpened .footerNavTitle {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 6.75L9 11.25L3.75 6.75' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    padding-bottom: 16px;
  }
  .footerNavBlock.isOpened .footerNavLink {
    display: block;
  }
}

.footerNavTitle {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  width: 100%;
  text-align: left;
  pointer-events: none;
  font-weight: 600;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .footerNavTitle {
    pointer-events: all;
    padding: 14px 0;
    margin: 0;
    line-height: 1.25;
    background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 3.75L11.25 9L6.75 14.25' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center right/18px auto no-repeat;
  }
}

.footerNavLink {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 157%;
  color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 992px) {
  .footerNavLink {
    display: none;
  }
}

.footerNavLink:hover {
  color: #86B6FF;
  text-decoration: underline;
}

.footerNavLink + * {
  margin-top: 1em;
}

@media (max-width: 992px) {
  .footerMain img {
    width: 160px;
    height: 36px;
  }
}

.footerMainCopyright {
  margin: 16px 0 0;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 167%;
  color: #FFFFFF;
}

@media (max-width: 992px) {
  .footerMainCopyright {
    position: absolute;
    left: 16px;
    bottom: 24px;
    margin: 0;
  }
}

.footerSocials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .footerSocials {
    margin: 32px 0 0;
  }
}

.footerSocialsLink {
  text-decoration: none;
}

.footerSocialsLink + * {
  margin-left: 16px;
}

.sectionHeading {
  text-align: center;
  margin-bottom: 56px;
}

@media (max-width: 992px) {
  .sectionHeading {
    margin-bottom: 32px;
  }
}

.sectionHeadingTitle {
  color: white;
}

.sectionHeadingSubtitle {
  margin: 12px auto 0;
  color: #D0D5DD;
  width: 906px;
  max-width: 100%;
  font-weight: 400;
}

.intro .row {
  padding: 114px 0 74px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(50% - 15px))[2];
      grid-template-columns: repeat(2, calc(50% - 15px));
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .intro .row {
    padding: 72px 0 48px;
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .intro .row {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

.introSubtitle {
  max-width: 491px;
  margin: 32px 0 0;
  color: #d0d5dd;
}

.introLinks {
  display: flex;
}

@media (max-width: 992px) {
  .introSubtitle {
    margin: 16px 0 0;
  }

  .introLinks {
    flex-direction: column;
  }
}

.introButton {
  margin: 56px 0 0;
  padding: 0 40px;
}

@media (max-width: 992px) {
  .introButton {
    margin: 32px 0 0;
    width: 400px;
    max-width: 100%;
  }
}

.introIllustration img {
  height: auto;
}

.introIllustration {
  display: flex;
  justify-content: center;
}

.slider {
  padding: 74px 0 64px;
}

@media (max-width: 992px) {
  .slider {
    padding: 48px 0;
  }
}

.sliderInner {
  overflow: hidden;
}

.sliderControls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0;
}

@media (max-width: 992px) {
  .sliderControls {
    margin: 34px 0 0;
  }
}

.sliderControlsPrev, .sliderControlsNext {
  width: 40px;
  height: 40px;
  margin: 0 24px;
  background: #1d1c20;
  border: 1px solid #2f2e33;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: background 0.2s, border-color 0.2s, opacity 0.2s;
  transition: background 0.2s, border-color 0.2s, opacity 0.2s;
}

.sliderControlsPrev svg, .sliderControlsNext svg {
  stroke: white;
  -webkit-transition: stroke 0.2s;
  transition: stroke 0.2s;
}

.sliderControlsPrev:not(.swiper-button-disabled):hover, .sliderControlsNext:not(.swiper-button-disabled):hover {
  background: white;
  border-color: white;
}

.sliderControlsPrev:not(.swiper-button-disabled):hover svg, .sliderControlsNext:not(.swiper-button-disabled):hover svg {
  stroke: #17161a;
}

.sliderControlsPrev.swiper-button-disabled, .sliderControlsNext.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.sliderControlsPagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #1d1c20;
  opacity: 1;
  mix-blend-mode: normal;
  border: 1px solid #2f2e33;
}

.sliderControlsPagination .swiper-pagination-bullet-active {
  border-color: white;
  background: white;
}

.sliderItem {
  padding: 32px 24px 48px;
  background: #1d1c20;
  border: 1px solid #2f2e33;
  border-radius: 2px;
  color: white;
  text-decoration: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

@media (max-width: 992px) {
  .sliderItem {
    padding: 24px 16px 32px;
  }
}

.sliderItem:hover {
  -webkit-transition: border-color .2s !important;
  transition: border-color .2s !important;
  border-color: #3275d9;
}

.sliderItemTitle {
  margin-bottom: 32px;
}

@media (max-width: 992px) {
  .sliderItemTitle {
    padding: 0 8px;
    margin-bottom: 24px;
  }
}

.sliderItemIllustration {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .sliderItemIllustration {
    margin-bottom: 32px;
  }
}

.sliderItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #86b6ff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.sliderItemLink svg {
  margin-left: 12px;
}

@media (max-width: 992px) {
  .sliderItemLink svg {
    margin-left: 8px;
  }
}

.cases {
  padding: 64px 0 56px;
}

@media (max-width: 992px) {
  .cases {
    padding: 48px 0 32px;
  }
}

.casesGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px -30px;
}

@media (max-width: 767px) {
  .casesGrid {
    margin-bottom: -16px;
  }
}

.casesItem {
  padding: 24px 24px 32px;
  background: #1d1c20;
  border: 1px solid #2f2e33;
  border-radius: 2px;
  width: calc(50% - 30px);
  margin: 0 15px 30px;
}

@media (max-width: 767px) {
  .casesItem {
    margin-bottom: 16px;
    width: calc(100% - 30px);
  }
}

.casesItemTitle {
  margin: 24px 0 12px;
}

.casesItemText {
  font-weight: 400;
  color: #d0d5dd;
}

@media (max-width: 992px) {
  .casesItemText {
    min-height: 96px;
  }
}

.block {
  padding: 72px 36px;
  background: #3275d9;
  text-align: center;
}

@media (max-width: 992px) {
  .block {
    padding: 48px 16px;
  }
}

.blockTitle {
  margin: 40px 0 16px;
}

@media (max-width: 992px) {
  .blockTitle {
    margin: 24px 0 16px;
    padding: 0 8px;
  }
}

.blockInfo {
  margin: 0 0 12px;
}

@media (max-width: 992px) {
  .blockInfo {
    margin-bottom: 16px;
  }
}

.blockInfoItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin: 0 8px;
}

@media (max-width: 992px) {
  .blockInfoItem {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  .blockInfoItem + * {
    margin-top: 8px;
  }
}

.blockInfoItem svg {
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blockText {
  color: white;
}

@media (max-width: 992px) {
  .blockText {
    width: 265px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.blockButton {
  margin: 48px 0 0;
  width: 360px;
  padding: 0 24px;
  max-width: 100%;
}

@media (max-width: 992px) {
  .blockButton {
    margin: 40px 0 0;
  }
}

.options {
  padding: 128px 0 64px;
}

@media (max-width: 992px) {
  .options {
    padding: 96px 0 48px;
  }
}

.optionsGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px -30px;
}

@media (max-width: 767px) {
  .optionsGrid {
    margin-bottom: -16px;
  }
}

.optionsItem {
  width: calc(calc(100% / 3) - 30px);
  margin: 0 15px 30px;
  padding: 24px;
  background: #1d1c20;
  border: 1px solid #2f2e33;
  border-radius: 2px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .optionsItem {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .optionsItem {
    width: calc(100% - 30px);
    margin-bottom: 16px;
  }
}

.optionsItemIllustration {
  min-width: 606px;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .optionsItemIllustration {
    margin-bottom: 32px;
  }
}

.optionsItemTitle {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .optionsItemText {
    min-height: 48px;
  }
}

.optionsItem.x2 {
  width: calc(50% - 30px);
}

@media (max-width: 767px) {
  .optionsItem.x2 {
    width: calc(100% - 30px);
  }
}

.pricing {
  padding: 64px 0;
}

@media (max-width: 992px) {
  .pricing {
    padding: 48px 0;
  }
}

.pricingGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px -30px;
}

@media (max-width: 767px) {
  .pricingGrid {
    margin-bottom: -16px;
  }
}

.pricingItem {
  position: relative;
  overflow: hidden;
  background: #1d1c20;
  border: 1px solid #2f2e33;
  border-radius: 2px;
  padding: 40px 24px 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  width: calc((100% / 3) - 30px);
  margin: 0 15px 30px;
}

@media (max-width: 767px) {
  .pricingItem {
    padding: 24px 16px 16px;
    width: calc(100% - 30px);
    margin-bottom: 16px;
  }
}

.pricingItem:hover {
  border-color: #4d4a57;
}

.pricingItemHighlighted:hover {
  border-color: #3275d9;
}

.pricingItemRibbon {
  position: absolute;
  top: 20px;
  right: -50px;
  background: linear-gradient(135deg, #26A69A 20%, #1E88E5 80%);
  color: #fff;
  padding: 10px 50px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  transform: rotate(45deg);
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  text-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.pricingItemTitle {
  margin: 32px 0 12px;
}

@media (max-width: 767px) {
  .pricingItemTitle {
    margin: 40px 0 12px;
  }
}

@media (max-width: 767px) {
  .pricingItemDescr {
    padding: 0 8px;
  }
  .pricingItemDescr + .pricingItemButton {
    margin-top: 40px;
  }
}

.pricingItemButton {
  margin: auto 0 0;
  width: 100%;
}

.pricingItemAmount {
  margin: 56px 0 12px;
}

@media (max-width: 992px) {
  .pricingItemAmount {
    font-size: 3.6rem;
  }
}

@media (max-width: 767px) {
  .pricingItemAmount {
    margin-top: 48px;
  }
}

.pricingItemNote {
  margin: 0 0 48px;
}

@media (max-width: 767px) {
  .pricingItemNote {
    margin-bottom: 40px;
  }
}

.faq {
  padding: 64px 0;
}

@media (max-width: 992px) {
  .faq {
    padding: 48px 0;
  }
}

.faqList {
  width: 1070px;
  max-width: 100%;
  margin: 0 auto;
}

.faqItem {
  background: #1d1c20;
  border: 1px solid #2f2e33;
  border-radius: 2px;
}

.faqItem + .faqItem {
  margin: 16px 0 0;
}

.faqItemHead {
  cursor: pointer;
  padding: 24px;
  width: 100%;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
  color: white;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_282_5181)'%3E%3Cpath d='M3.75 12H20.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 3.75V20.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_282_5181'%3E%3Crect width='24' height='24' rx='2' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") calc(100% - 24px) center/24px auto no-repeat;
}

.faqItemBody {
  padding: 0 24px 24px;
  margin: -16px 0 0;
  display: none;
}

.faqItem.isOpened {
  border-color: #3275d9;
}

.faqItem.isOpened .faqItemHead {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_282_5205)'%3E%3Cpath d='M3.75 12H20.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_282_5205'%3E%3Crect width='24' height='24' rx='2' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.faqItem.isOpened .faqItemBody {
  display: block;
}

.alternatives {
  padding: 64px 0 128px;
}

@media (max-width: 992px) {
  .alternatives {
    padding: 48px 0 96px;
  }
}

.alternativesGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px -30px;
}

@media (max-width: 767px) {
  .alternativesGrid {
    margin-bottom: -16px;
  }
}

.alternativesItem {
  background: #1d1c20;
  border: 1px solid #2f2e33;
  border-radius: 2px;
  padding: 24px 24px 32px;
  width: calc(50% - 30px);
  margin: 0 15px 30px;
}

@media (max-width: 767px) {
  .alternativesItem {
    padding: 24px;
    margin-bottom: 16px;
    width: calc(100% - 30px);
  }
}

.alternativesItemTitle {
  margin: 24px 0 12px;
}

@media (max-width: 767px) {
  .alternativesItemTitle {
    margin-bottom: 8px;
  }
}

.alternativesItemIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 56px;
}

@media (max-width: 767px) {
  .alternativesItemIcon {
    height: 48px;
    min-height: initial;
  }
  .alternativesItemIcon img {
    max-height: 100%;
    width: auto;
  }
}

@media (max-width: 767px) {
  .alternativesItemText {
    min-height: 96px;
  }
  .alternativesItemText br {
    display: none;
  }
}

.alternativesItemText a {
  color: #86b6ff;
  text-underline-offset: 4px;
}

.alternativesItemText a:hover {
  color: #6da7ff;
}

/**
 * Landing page styles
 */

.introTitle {
  font-size: 6.0rem;
  font-weight: 500;
}

@media (max-width: 992px) {
  .introTitle {
    font-size: 3.4rem;
    line-height: 122%;
  }
}

