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

/** px to rem **/
/** calculating line-height **/
:root {
  --linguix-base-white: #FFFFFF;
  --linguix-base-black: #101828;
  --linguix-gray-25: #FCFCFD;
  --linguix-gray-50: #F9FAFB;
  --linguix-gray-100: #F2F4F7;
  --linguix-gray-200: #EAECF0;
  --linguix-gray-300: #D0D5DD;
  --linguix-gray-400: #98A2B3;
  --linguix-gray-500: #667085;
  --linguix-gray-600: #475467;
  --linguix-gray-700: #344054;
  --linguix-gray-800: #1D2939;
  --linguix-gray-900: #101828;
  --linguix-primary-25: #FFF5F9;
  --linguix-primary-50: #FFE4ED;
  --linguix-primary-100: #FFCCDD;
  --linguix-primary-200: #FF86AF;
  --linguix-primary-300: #FF6397;
  --linguix-primary-400: #FF4382;
  --linguix-primary-500: #FF236D;
  --linguix-primary-600: #FF065A;
  --linguix-primary-700: #EB004F;
  --linguix-primary-800: #D30047;
  --linguix-primary-900: #BE0040;
  --linguix-error-25: #FFFBFA;
  --linguix-error-50: #FEF3F2;
  --linguix-error-100: #FEE4E2;
  --linguix-error-200: #FECDCA;
  --linguix-error-300: #FDA29B;
  --linguix-error-400: #F85F55;
  --linguix-error-500: #F04438;
  --linguix-error-600: #D92D20;
  --linguix-error-700: #B42318;
  --linguix-error-800: #912018;
  --linguix-error-900: #7A271A;
  --linguix-warning-25: #FFFCF5;
  --linguix-warning-50: #FFFAEB;
  --linguix-warning-100: #FEF0C7;
  --linguix-warning-200: #FEDF89;
  --linguix-warning-300: #FEC84B;
  --linguix-warning-400: #FDB022;
  --linguix-warning-500: #F79009;
  --linguix-warning-600: #DC6803;
  --linguix-warning-700: #B54708;
  --linguix-warning-800: #93370D;
  --linguix-warning-900: #7A2E0E;
  --linguix-success-25: #F6FEF9;
  --linguix-success-50: #ECFDF3;
  --linguix-success-100: #D1FADF;
  --linguix-success-200: #A6F4C5;
  --linguix-success-300: #6CE9A6;
  --linguix-success-400: #32D583;
  --linguix-success-500: #12B76A;
  --linguix-success-600: #039855;
  --linguix-success-700: #027A48;
  --linguix-success-800: #05603A;
  --linguix-success-900: #054F31;
  --linguix-yellow-25: #FFFCF5;
  --linguix-yellow-50: #FFFAEB;
  --linguix-yellow-100: #FEF0C7;
  --linguix-yellow-200: #FEDF89;
  --linguix-yellow-300: #FEC84B;
  --linguix-yellow-400: #FDB022;
  --linguix-yellow-500: #F79009;
  --linguix-yellow-600: #DC6803;
  --linguix-yellow-700: #B54708;
  --linguix-yellow-800: #93370D;
  --linguix-yellow-900: #7A2E0E;
  --linguix-purple-25: #FAFAFF;
  --linguix-purple-50: #F4F3FF;
  --linguix-purple-100: #EBE9FE;
  --linguix-purple-200: #D9D6FE;
  --linguix-purple-300: #BDB4FE;
  --linguix-purple-400: #9B8AFB;
  --linguix-purple-500: #7A5AF8;
  --linguix-purple-600: #6938EF;
  --linguix-purple-700: #5925DC;
  --linguix-purple-800: #4A1FB8;
  --linguix-purple-900: #3E1C96;
  --linguix-blue-25: #F5FAFF;
  --linguix-blue-50: #EFF8FF;
  --linguix-blue-100: #D1E9FF;
  --linguix-blue-200: #B2DDFF;
  --linguix-blue-300: #84CAFF;
  --linguix-blue-400: #53B1FD;
  --linguix-blue-500: #2E90FA;
  --linguix-blue-600: #1570EF;
  --linguix-blue-700: #175CD3;
  --linguix-blue-800: #1849A9;
  --linguix-blue-900: #194185;
  --linguix-shadow-1: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  --linguix-shadow-2: 0px 8px 48px -12px rgba(68, 75, 90, 0.24);
  --linguix-shadow-pink: 0px 0px 0px 4px #FFF5F9, 0px 0px 0px 4px #FFF5F9;
  --linguix-shadow-gray: 0px 0px 0px 4px #F9FAFB, 0px 0px 0px 4px #F9FAFB;
  --linguix-shadow-red: 0px 0px 0px 4px #FEF3F2, 0px 0px 0px 4px #FEF3F2;
  --linguix-typography-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --linguix-typography-title-font: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --linguix-typography-heading-lg: 400 40px/120% var(--linguix-typography-font);
  --linguix-typography-heading-md: 400 20px/140% var(--linguix-typography-font);
  --linguix-typography-heading-sm: 400 18px/144% var(--linguix-typography-font);
  --linguix-typography-text-md: 400 16px/150% var(--linguix-typography-font);
  --linguix-typography-text-sm: 400 14px/157% var(--linguix-typography-font);
  --linguix-typography-text-xs: 400 12px/167% var(--linguix-typography-font);
}

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

img {
  max-width: 100%;
}

html,
body {
  font: 10px/1.2 var(--linguix-typography-font);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

.ab-Wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  background: var(--linguix-base-white);
  color: var(--linguix-gray-600);
}
.ab-Wrapper.hasStickyItems {
  overflow: initial;
}
.ab-Wrapper .typed-cursor {
  color: var(--linguix-blue-500);
}
.ab-Wrapper .swiper-pagination {
  bottom: 16px;
}
.ab-Wrapper .swiper-pagination-bullet {
  opacity: 0.3;
  margin: 0 5px;
  background: var(--linguix-blue-600);
}
.ab-Wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.ab-Content {
  flex-grow: 1;
  flex-shrink: 0;
}

.ab-Footer {
  flex-shrink: 0;
}

.ab-Row {
  width: 1290px;
  max-width: calc(100% - 150px);
  margin: 0 auto;
}
@media (max-width: 992px) {
  .ab-Row {
    max-width: calc(100% - 32px);
  }
}

.ab-Btn {
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  border: none;
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  height: 56px;
  font: var(--linguix-typography-text-md);
  font-weight: 500;
  transition: 0.3s ease;
  transition-property: transform, opacity, border-radius, background-color, border-color, color;
}
.ab-Btn span {
  margin-left: 4px;
}
.ab-Btn:not(:disabled):active {
  opacity: 0.9;
  transform: scale(0.97);
}
.ab-Btn:disabled {
  cursor: not-allowed;
}

.ab-BtnAccent {
  color: var(--linguix-base-white);
  background: var(--linguix-blue-600);
}
.ab-BtnAccent:not(:disabled):not(.disabled):hover {
  background: var(--linguix-blue-700);
}
.ab-BtnAccent:disabled, .ab-BtnAccent.disabled {
  background: var(--linguix-gray-100);
  color: var(--linguix-gray-400);
  pointer-events: none;
}

.ab-BtnLightAccent {
  color: var(--linguix-blue-600);
  background: var(--linguix-blue-50);
}
.ab-BtnLightAccent:not(:disabled):not(.disabled):hover {
  background: var(--linguix-blue-100);
}
.ab-BtnLightAccent:disabled, .ab-BtnLightAccent.disabled {
  background: var(--linguix-gray-100);
  color: var(--linguix-gray-400);
  pointer-events: none;
}

.banner {
  position: absolute;
  height: 68px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(97.43deg, #F2B233 -1.43%, #FF7112 46.56%, #F2B233 106.78%);
}
@media (max-width: 992px) {
  .banner {
    min-height: 68px;
    height: initial;
    padding: 10px 12px;
  }
  .banner ~ .ab-Content {
    padding-top: 150px;
  }
}
.banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  mix-blend-mode: overlay;
  opacity: 0.4;
}
.banner .row {
  display: flex;
  align-items: center;
  height: inherit;
  justify-content: center;
}
@media (max-width: 767px) {
  .banner .row {
    flex-wrap: wrap;
  }
}
.bannerTitle {
  position: relative;
  z-index: 1;
  font: var(--linguix-typography-text-md);
  font-weight: 500;
  color: var(--linguix-base-white);
}
@media (max-width: 767px) {
  .bannerTitle {
    text-align: center;
    width: 100%;
  }
}
.bannerTimer {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .bannerTimer {
    margin: 16px 0 0;
  }
}
.bannerTimer b {
  font-weight: inherit;
}
.bannerTimer > span {
  margin: 10px 6px 0;
  width: 3px;
  height: 10px;
  position: relative;
}
.bannerTimer > span:before, .bannerTimer > span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--linguix-base-white);
}
.bannerTimer > span:before {
  top: 0;
}
.bannerTimer > span:after {
  bottom: 0;
}
.bannerTimerBlock {
  min-width: 44px;
  text-align: center;
  padding: 2px;
  font: var(--linguix-typography-text-sm);
  font-weight: 500;
  color: var(--linguix-base-white);
  background: rgba(255, 255, 255, 0.24);
  border: 0.2px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .bannerTimerBlock {
    font: var(--linguix-typography-text-xs);
    padding: 1px;
    min-width: 42px;
  }
}
.bannerTimerBlock span {
  display: block;
  font: var(--linguix-typography-text-xs);
  font-weight: 500;
  margin: -3px 0 0;
}
@media (max-width: 767px) {
  .bannerTimerBlock span {
    margin-top: -4px;
  }
}
.banner + .ab-Header {
  top: 68px;
  position: absolute;
}
@media (max-width: 992px) {
  .banner + .ab-Header {
    background: var(--linguix-base-white);
  }
}
.banner + .ab-Header.isScrolling {
  top: 0;
  position: fixed;
}

.ab-Header {
  position: fixed;
  padding: 24px 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background 0.2s, filter 0.2s;
  will-change: filter;
}
.ab-Header.isScrolling {
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 992px) {
  .ab-Header.isScrolling {
    background: var(--linguix-base-white);
  }
}
@media (min-width: 993px) {
  .ab-Header.isScrolling {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
}
.ab-Header .isWhite {
  display: none;
}
@media (max-width: 992px) {
  .ab-Header:not(.isScrolling).isWhite {
    background: var(--linguix-base-white);
  }
}
.ab-Header:not(.isScrolling).isWhite .isWhite {
  display: block;
}
@media (max-width: 992px) {
  .ab-Header:not(.isScrolling).isWhite .isWhite {
    display: none;
  }
}
.ab-Header:not(.isScrolling).isWhite .isBlack {
  display: none;
}
@media (max-width: 992px) {
  .ab-Header:not(.isScrolling).isWhite .isBlack {
    display: block;
  }
}
.ab-Header:not(.isScrolling).isWhite .ab-HeaderNav:not(.isOpened) .ab-HeaderNavLink {
  color: var(--linguix-base-white);
}
.ab-Header:not(.isScrolling).isWhite .ab-HeaderNav:not(.isOpened) .ab-HeaderNavLink:hover {
  color: var(--linguix-blue-500);
}
@media (max-width: 992px) {
  .ab-Header {
    padding: 9px 0;
  }
}
.ab-HeaderWrapper {
  display: flex;
  align-items: center;
}
.ab-HeaderLogo {
  flex-shrink: 0;
  margin-right: 24px;
}
.ab-HeaderBurger {
  margin-left: auto;
  width: 24px;
  height: 24px;
  border: none;
  box-shadow: none;
  padding: 0;
  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%3Cpath d='M20 7L4 7' stroke='%231C274C' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M20 12L4 12' stroke='%231C274C' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M20 17L4 17' stroke='%231C274C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A") center center/24px auto no-repeat;
}
@media (min-width: 993px) {
  .ab-HeaderBurger {
    display: none;
  }
}
.ab-HeaderNav {
  display: flex;
  margin: 0 40px 0 auto;
}
@media (max-width: 992px) {
  .ab-HeaderNav {
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--linguix-base-white);
    flex-direction: column;
    opacity: 0;
    transform: translateY(-15%);
    pointer-events: none;
    transition: opacity 0.2s, transform 0.2s;
  }
  .ab-HeaderNav.isOpened {
    opacity: 1;
    transform: none;
    pointer-events: all;
  }
}
.ab-HeaderNavLink {
  font: var(--linguix-typography-text-md);
  font-weight: 500;
  color: var(--linguix-gray-900);
  text-decoration: none;
  transition: color 0.2s;
}
@media (max-width: 992px) {
  .ab-HeaderNavLink {
    padding: 8px 16px;
  }
}
.ab-HeaderNavLink + * {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .ab-HeaderNavLink + * {
    margin: 0;
  }
}
.ab-HeaderNavLink:hover {
  color: var(--linguix-blue-600);
}
.ab-HeaderButtons {
  display: flex;
}
@media (max-width: 992px) {
  .ab-HeaderButtons {
    display: none;
  }
}
.ab-HeaderButtons > .ab-Btn {
  height: 44px;
  padding: 0 32px;
}
.ab-HeaderButtons > .ab-Btn + * {
  margin-left: 12px;
}

.ab-Footer {
  padding: 72px 0;
  background: var(--linguix-gray-900);
}
@media (max-width: 992px) {
  .ab-Footer {
    padding: 32px 0;
  }
}
.ab-FooterWrapper {
  display: flex;
}
@media (max-width: 992px) {
  .ab-FooterWrapper {
    flex-direction: column;
  }
}
.ab-FooterMain {
  flex-shrink: 0;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .ab-FooterMain {
    order: 1;
    padding: 0;
    margin: 32px 0 0;
  }
}
.ab-FooterLogo {
  display: inline-block;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .ab-FooterLogo img {
    width: 140px;
    height: auto;
  }
}
.ab-FooterSocials {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px -16px;
}
.ab-FooterSocialsLink {
  margin: 0 8px 16px;
  width: 24px;
  height: 24px;
  text-decoration: none;
  transition: transform 0.2s;
}
.ab-FooterSocialsLink:hover {
  transform: scale(1.1);
}
.ab-FooterCopyrights {
  font: var(--linguix-typography-text-md);
  color: var(--linguix-base-white);
  margin-top: 24px;
}
.ab-FooterNav {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  max-width: 690px;
  margin-left: auto;
}
@media (max-width: 992px) {
  .ab-FooterNav {
    margin: 0;
    max-width: 100%;
    justify-content: initial;
    flex-direction: column;
  }
}
.ab-FooterNavColumn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .ab-FooterNavColumn {
    border-bottom: 1px solid var(--linguix-gray-700);
  }
  .ab-FooterNavColumn.isOpened .ab-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");
  }
  .ab-FooterNavColumn.isOpened .ab-FooterNavTitle ~ * {
    display: block;
  }
}
.ab-FooterNavColumn + .ab-FooterNavColumn {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .ab-FooterNavColumn + .ab-FooterNavColumn {
    margin-left: 0;
  }
}
.ab-FooterNavTitle {
  text-align: left;
  padding: 0;
  border: none;
  box-shadow: none;
  background: none;
  font: var(--linguix-typography-text-md);
  font-weight: 600;
  color: var(--linguix-base-white);
  margin-bottom: 16px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .ab-FooterNavTitle {
    pointer-events: all;
    margin: 0;
    padding: 14px 34px 14px 0;
    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") right center/18px auto no-repeat;
    width: 100%;
  }
  .ab-FooterNavTitle ~ * {
    display: none;
  }
}
.ab-FooterNavLink {
  text-decoration: none;
  font: var(--linguix-typography-text-sm);
  color: var(--linguix-base-white);
}
@media (max-width: 992px) {
  .ab-FooterNavLink:last-child {
    margin-bottom: 16px;
  }
}
.ab-FooterNavLink + .ab-FooterNavLink {
  margin-top: 12px;
}
.ab-FooterNavLink:hover {
  text-decoration: underline;
}

.headerUserContainer {
  position: relative;
}
@media (max-width: 992px) {
  .headerUserContainer {
    margin-left: 24px !important;
    order: 1;
  }
}
.headerUserContainer .headerDropdown {
  left: auto;
  right: 0;
}
.headerUserContainer:hover .headerUserInner img, .headerUserContainer:focus-within .headerUserInner img {
  border: 1px solid var(--linguix-primary-400);
  box-shadow: 0px 0px 0px 4px #FFF5F9, 0px 0px 0px 4px #FFF5F9;
}
.headerUserContainer:hover .headerUserInner svg, .headerUserContainer:focus-within .headerUserInner svg {
  transform: scale(1, -1);
}
.headerUserContainer:hover .headerDropdown, .headerUserContainer:focus-within .headerDropdown {
  display: block;
}
.headerUserInner {
  display: flex;
  align-items: center;
  background: none;
  box-shadow: none;
  padding: 0;
  text-align: left;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.headerUserInner:focus {
  outline: none;
}
.headerUserInner img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.headerUserInner svg {
  margin-left: 8px;
  transition: transform 0.2s;
}
.headerDropdown {
  display: none;
  position: absolute;
  width: 267px;
  padding: 12px 16px;
  top: calc(100% + 20px);
  z-index: 999999;
  left: 24px;
  align-items: center;
  background: var(--linguix-base-white);
  border: 1px solid var(--linguix-gray-200);
  box-shadow: var(--linguix-shadow-1);
  border-radius: 8px;
}
.headerDropdownProfile {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--linguix-gray-200);
}
.headerDropdownProfileAvatar {
  margin-right: 8px;
  width: 32px;
  height: 32px;
}
.headerDropdownProfileText {
  font: var(--linguix-typography-text-xs);
  font-weight: 500;
  color: var(--linguix-base-black);
}
.headerDropdownProfileText span {
  display: block;
  color: var(--linguix-gray-400);
  margin-top: -2px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .headerDropdown {
    left: 0;
  }
}
.headerDropdown:hover {
  display: block;
}
.headerDropdown:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 60px;
}
.headerDropdownList {
  display: flex;
  list-style-type: none;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.headerDropdownListItem {
  margin: 0;
  display: flex;
  align-content: center;
  align-items: center;
  font: var(--linguix-typography-text-sm);
  color: var(--linguix-base-black);
}
.headerDropdownListItem svg {
  margin-right: 8px;
}
.headerDropdownListItem.hasDivider {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--linguix-gray-200);
}
.headerDropdownListItem a {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
  padding: 9px 0;
}
.headerDropdownListItem a:hover {
  color: var(--linguix-primary-400);
}

.promo {
  padding: 132px 0 128px;
}
@media (max-width: 992px) {
  .promo {
    padding: 64px 0 64px;
  }
}
@media (max-width: 992px) {
  .promoWrapper {
    overflow: hidden;
  }
}
.promoGrid {
  display: grid;
  grid-template-columns: calc(100% - 440px) 330px;
  gap: 110px;
}
@media (max-width: 992px) {
  .promoGrid {
    grid-template-columns: 100%;
    gap: 32px;
  }
}
.promoTop {
  max-width: calc(100% - 440px);
}
@media (max-width: 992px) {
  .promoTop {
    max-width: 100%;
  }
}
.promoSidebar {
  position: relative;
  width: 100%;
}
.promoSidebarContainer {
  position: sticky;
  text-align: center;
  top: 112px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--linguix-warning-400);
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  border-radius: 8px;
}
.promoSidebarContainer.desktopHidden {
  position: relative;
  top: 0;
  margin: 24px 0 48px;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}
@media (min-width: 993px) {
  .promoSidebarContainer.desktopHidden {
    display: none;
  }
}
.promoSidebarTitle {
  font: var(--linguix-typography-text-md);
  font-weight: 500;
  margin-bottom: 24px;
}
.promoSidebarLogo {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  text-decoration: none;
  color: white;
}
.promoSidebarName {
  font: var(--linguix-typography-heading-md);
  font-weight: 500;
  margin-bottom: 8px;
}
.promoSidebarRate {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font: var(--linguix-typography-text-sm);
}
.promoSidebarRate svg {
  margin-right: 8px;
}
.promoSidebarPrice {
  margin-bottom: 24px;
  padding: 16px 12px 18px;
  background: #f9fafb;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  color: var(--linguix-gray-500);
  font: var(--linguix-typography-text-sm);
  text-decoration: none;
  display: block;
}
.promoSidebarPrice span {
  padding-left: 100px;
  font: var(--linguix-typography-text-md);
  text-decoration-line: line-through;
  display: block;
}
.promoSidebarPrice b {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 125%;
  color: var(--linguix-base-black);
}
.promoSidebarCountdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.promoSidebarCountdownBlock {
  padding: 11px 6px;
  text-align: center;
  font: var(--linguix-typography-text-md);
  background: var(--linguix-warning-25);
  border: 1px solid var(--linguix-yellow-200);
  border-radius: 8px;
  color: var(--linguix-base-black);
}
.promoSidebarCountdownBlock + * {
  position: relative;
}
.promoSidebarCountdownBlock + *:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 15px;
  width: 5px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg width='5' height='15' viewBox='0 0 5 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4137_36759)'%3E%3Ccircle cx='2.78125' cy='2.21875' r='2.21875' transform='rotate(90 2.78125 2.21875)' fill='%23D0D5DD'/%3E%3Ccircle cx='2.78125' cy='12.5729' r='2.21875' transform='rotate(90 2.78125 12.5729)' fill='%23D0D5DD'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4137_36759'%3E%3Crect width='14.7917' height='4.4375' fill='white' transform='translate(5) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center center/100% auto no-repeat;
}
.promoSidebarCountdownBlock span {
  display: block;
  margin-bottom: -3px;
  font: var(--linguix-typography-heading-md);
  font-weight: 500;
}
.promoSidebarButton {
  font: var(--linguix-typography-heading-sm);
  font-weight: 500;
  color: var(--linguix-base-white);
  height: 56px;
  background: var(--linguix-yellow-400);
  border-radius: 100px;
  width: 100%;
  margin: 24px 0 8px;
  transition: background 0.2s;
}
.promoSidebarButton:hover {
  background: var(--linguix-yellow-500);
}
.promoSidebarNote {
  font: var(--linguix-typography-text-xs);
  color: var(--linguix-gray-500);
}
.promoHeader {
  margin-bottom: 68px;
}
@media (max-width: 992px) {
  .promoHeader {
    margin-bottom: 24px;
  }
}
.promoTags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 2px;
}
.promoTags span {
  margin: 0 10px 20px;
  font: var(--linguix-typography-text-md);
  font-weight: 500;
  color: var(--linguix-blue-600);
  position: relative;
}
@media (max-width: 992px) {
  .promoTags span {
    font: var(--linguix-typography-text-sm);
  }
}
.promoTags span:not(:first-child):before {
  content: "";
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--linguix-blue-600);
}
.promoTitle {
  margin: 0 0 24px;
  font-family: var(--linguix-typography-title-font);
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 121%;
  color: var(--linguix-base-black);
  max-width: 785px;
}
@media (max-width: 992px) {
  .promoTitle {
    font-size: 3.2rem;
  }
}
.promoSubtitle {
  font: var(--linguix-typography-heading-sm);
  color: var(--linguix-gray-600);
  margin-bottom: 52px;
}
@media (max-width: 992px) {
  .promoSubtitle {
    font: var(--linguix-typography-text-md);
    margin-bottom: 32px;
  }
}
.promoList {
  position: relative;
  margin: 40px 0 56px;
}
@media (max-width: 992px) {
  .promoList {
    margin: 32px 0 40px;
  }
}
.promoListItem {
  position: relative;
  min-height: 52px;
  padding-left: 56px;
}
.promoListItem + * {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .promoListItem + * {
    margin-top: 10px;
  }
}
.promoListItem svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.promoMain {
  position: relative;
}
.promoMain > *:first-child {
  margin-top: 0 !important;
}
.promoMain > *:last-child {
  margin-bottom: 0 !important;
}
.promoMainImage {
  width: 100%;
  height: auto;
  margin: 24px 0 40px;
  display: block;
}
@media (max-width: 992px) {
  .promoMainImage {
    margin: 20px -8px 32px;
    width: calc(100% + 16px);
    max-width: calc(100% + 16px);
  }
}
.promoMain p {
  font: var(--linguix-typography-heading-sm);
  color: var(--linguix-gray-600);
  margin: 0;
}
@media (max-width: 992px) {
  .promoMain p {
    font: var(--linguix-typography-text-md);
  }
}
.promoMain h3 {
  margin: 24px 0 16px;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 129%;
  color: var(--linguix-base-black);
}
@media (max-width: 992px) {
  .promoMain h3 {
    font-size: 2.4rem;
    margin: 20px 0 12px;
    font-weight: 700;
  }
}
.promoMain h4 {
  font: var(--linguix-typography-heading-md);
  font-weight: 600;
  color: var(--linguix-base-black);
  margin: 24px 0 16px;
}
@media (max-width: 992px) {
  .promoMain h4 {
    font: var(--linguix-typography-heading-sm);
    font-weight: 600;
    margin: 20px 0 12px;
  }
}
.promoSlider {
  position: relative;
  margin: 56px 0 30px;
  padding-bottom: 26px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .promoSlider {
    margin: 24px -8px 0;
    padding-bottom: 24px;
  }
}
.promoSliderControls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .promoSliderControls {
    margin-top: 12px;
  }
}
.promoSliderPrev, .promoSliderNext {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--linguix-base-white);
  box-shadow: 0px 8px 32px -12px rgba(68, 75, 90, 0.16);
  transition: background 0.2s;
}
@media (max-width: 992px) {
  .promoSliderPrev, .promoSliderNext {
    width: 40px;
    height: 40px;
    background: var(--linguix-blue-600);
  }
  .promoSliderPrev svg, .promoSliderNext svg {
    stroke: var(--linguix-base-white) !important;
  }
}
.promoSliderPrev:hover, .promoSliderNext:hover {
  background: var(--linguix-blue-600);
}
.promoSliderPrev:hover svg, .promoSliderNext:hover svg {
  stroke: var(--linguix-base-white);
}
.promoSliderPrev svg, .promoSliderNext svg {
  stroke: var(--linguix-base-black);
  transition: stroke 0.2s;
}
@media (max-width: 992px) {
  .promoSliderPrev svg, .promoSliderNext svg {
    zoom: 0.6;
  }
}
.promoSliderPagination {
  margin: 0 16px;
  width: initial !important;
}
@media (max-width: 992px) {
  .promoSliderPagination {
    margin: 0 12px;
  }
}
.promoSliderPagination .swiper-pagination-bullet {
  opacity: 1;
  transform: none !important;
  left: 0 !important;
  background: var(--linguix-gray-200);
}
.promoSliderPagination .swiper-pagination-bullet-active {
  background: var(--linguix-blue-600);
}
.promoFeatures {
  margin: 128px 0 0;
  background: var(--linguix-blue-600);
  padding: 128px 110px 88px;
  border-radius: 80px 80px 0 0;
}
@media (max-width: 992px) {
  .promoFeatures {
    margin: 48px -12px 0;
    padding: 20px 24px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
  }
}
.promoFeatures svg {
  margin-bottom: 34px;
  filter: drop-shadow(0px 8px 32px rgba(68, 75, 90, 0.24));
}
@media (max-width: 992px) {
  .promoFeatures svg {
    max-width: 120px;
    height: auto;
    margin: 0 auto 20px;
  }
}
.promoFeaturesTitle {
  font-family: var(--linguix-typography-title-font);
  font-weight: 700;
  font-size: 4rem;
  line-height: 120%;
  color: var(--linguix-base-white);
  max-width: 785px;
  margin: 0 0 32px;
}
@media (max-width: 992px) {
  .promoFeaturesTitle {
    font-size: 2.4rem;
    margin-bottom: 20px;
    text-align: center;
  }
}
.promoFeaturesList {
  display: grid;
  grid-template-columns: calc(65% - 50px) 35%;
  gap: 16px 50px;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .promoFeaturesList {
    grid-template-columns: 100%;
    gap: 8px;
  }
}
.promoFeaturesList li {
  list-style: none;
  padding-left: 36px;
  font: var(--linguix-typography-heading-sm);
  color: var(--linguix-base-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%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM16.0303 8.96967C16.3232 9.26256 16.3232 9.73744 16.0303 10.0303L11.0303 15.0303C10.7374 15.3232 10.2626 15.3232 9.96967 15.0303L7.96967 13.0303C7.67678 12.7374 7.67678 12.2626 7.96967 11.9697C8.26256 11.6768 8.73744 11.6768 9.03033 11.9697L10.5 13.4393L12.7348 11.2045L14.9697 8.96967C15.2626 8.67678 15.7374 8.67678 16.0303 8.96967Z' fill='white'/%3E%3C/svg%3E%0A") left 1px/24px auto no-repeat;
}
@media (max-width: 992px) {
  .promoFeaturesList li {
    font: var(--linguix-typography-text-sm);
  }
}
.promoMessage {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .promoMessage {
    margin-top: 32px;
  }
}
.promoMessage:before {
  content: "";
  height: 210px;
  background: var(--linguix-blue-600);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 0 0 80px 80px;
}
@media (max-width: 992px) {
  .promoMessage:before {
    display: none;
  }
}
.promoMessageWrap {
  position: relative;
  width: 1070px;
  max-width: 100%;
  z-index: 1;
  background: var(--linguix-base-white);
  border: 1px solid var(--linguix-gray-200);
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  border-radius: 80px;
  padding: 78px;
  display: grid;
  grid-template-columns: 101px 1fr;
  gap: 18px;
}
@media (max-width: 992px) {
  .promoMessageWrap {
    margin: 0 -12px;
    max-width: calc(100% + 24px);
    padding: 20px 24px;
    border-radius: 20px;
    grid-template-columns: 100%;
    box-shadow: none;
    border: none;
  }
}
.promoMessageAuthor {
  text-align: center;
  font: var(--linguix-typography-text-sm);
  color: var(--linguix-base-black);
}
@media (max-width: 992px) {
  .promoMessageAuthor {
    position: relative;
    min-height: 64px;
    padding-left: 80px;
    text-align: left;
  }
  .promoMessageAuthor img {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.promoMessageAuthor span {
  margin: 12px 0 2px;
  display: block;
  font: var(--linguix-typography-text-md);
  font-weight: 500;
}
@media (max-width: 992px) {
  .promoMessageAuthor span {
    margin: 5px 0 2px;
  }
}
.promoMessageContent {
  max-width: 676px;
  padding: 48px;
  background: var(--linguix-base-white);
  border: 1px solid var(--linguix-gray-200);
  border-radius: 16px;
  color: var(--linguix-base-black);
  font: var(--linguix-typography-text-md);
}
@media (max-width: 992px) {
  .promoMessageContent {
    margin: 0 -8px;
    padding: 12px;
    font: var(--linguix-typography-text-sm);
    border-radius: 12px;
  }
}
.promoMessageContent ul {
  margin: 0;
  padding: 0 0 0 1.3em;
}
.promoReviewsHeading {
  text-align: center;
}
.promoReviewsTitle {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 121%;
  color: var(--linguix-base-black);
}
@media (max-width: 992px) {
  .promoReviewsTitle {
    font-size: 3.2rem;
  }
}
.promoReviewsSubtitle {
  font: var(--linguix-typography-heading-sm);
  color: var(--linguix-gray-600);
}
@media (max-width: 992px) {
  .promoReviewsSubtitle {
    font: var(--linguix-typography-text-md);
  }
}
.promoReviews .hm-Reviews {
  margin: 0;
  padding: 48px 0 168px;
}
@media (max-width: 992px) {
  .promoReviews .hm-Reviews {
    padding: 24px 0 112px;
  }
}

.hm-Reviews {
  padding: 128px 0 168px;
  overflow: hidden;
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .hm-Reviews {
    padding: 88px 0 116px;
  }
}
.hm-ReviewsControls {
  position: absolute;
  bottom: 128px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  z-index: 10;
}
@media (max-width: 992px) {
  .hm-ReviewsControls {
    bottom: 88px;
  }
}
.hm-ReviewsControlsButton {
  margin: 0 12px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  box-shadow: none;
  background: #ffffff;
  box-shadow: 0px 8px 32px -12px rgba(68, 75, 90, 0.16);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
}
.hm-ReviewsControlsButton svg {
  transition: filter 0.2s;
}
@media (max-width: 992px) {
  .hm-ReviewsControlsButton {
    width: 56px;
    height: 56px;
  }
  .hm-ReviewsControlsButton svg {
    zoom: 0.7;
  }
}
.hm-ReviewsControlsButton:hover {
  background: var(--linguix-blue-500);
}
.hm-ReviewsControlsButton:hover svg {
  filter: brightness(15);
}
.hm-ReviewsItem {
  padding: 80px 44px;
  display: flex;
  flex-direction: column;
  border-radius: 80px;
}
@media (max-width: 992px) {
  .hm-ReviewsItem {
    padding: 32px;
    border-radius: 32px;
  }
}
.hm-ReviewsItemBlue {
  background: var(--linguix-blue-50);
}
.hm-ReviewsItemRed {
  background: var(--linguix-error-50);
}
.hm-ReviewsItemPurple {
  background: var(--linguix-purple-50);
}
.hm-ReviewsItemLogo {
  margin: 0 auto 32px;
  min-height: 55px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .hm-ReviewsItemLogo {
    margin-bottom: 24px;
  }
  .hm-ReviewsItemLogo img {
    max-height: 40px;
    width: auto;
  }
}
.hm-ReviewsItemText {
  margin: 0 0 32px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 4rem;
  line-height: 125%;
  color: var(--linguix-base-black);
}
@media (max-width: 992px) {
  .hm-ReviewsItemText {
    margin-bottom: 24px;
    font-size: 2rem;
  }
}
.hm-ReviewsItemAuthor {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  font: var(--linguix-typography-text-sm);
  color: var(--linguix-base-black);
}
.hm-ReviewsItemAuthor span {
  margin-bottom: 4px;
  font: var(--linguix-typography-text-md);
  font-weight: 500;
}
.hm-ReviewsItemAuthor img {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .hm-ReviewsItemAuthor img {
    max-width: 40px;
    height: auto;
    margin-bottom: 8px;
  }
}
.hm-ReviewsContainer {
  width: 1070px;
  max-width: calc(100% - 150px);
  margin: 0 auto;
}
@media (max-width: 992px) {
  .hm-ReviewsContainer {
    max-width: calc(100% - 32px);
  }
}

.banner ~ .promo {
  padding-top: 224px !important;
}
@media (max-width: 992px) {
  .banner ~ .promo {
    padding-top: 148px !important;
  }
}