/*!
Theme Name: Bulgakov\'s
Theme URI: https://bulgakovcff.org.ua/
Author: The Bulgakov's charity fund "Concern for the future"
Author URI: https://bulgakovcff.org.ua/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bulgakovs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
* {
    box-sizing: border-box;
  }
  
  /*! 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;
  }
  
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-ExtraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
  }
  @font-face {
    font-family: "Prompt";
    src: url("assets/fonts/prompt/Prompt-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
  }
  /*colors*/
  /*header style*/
  /*button style*/
  /*footer style*/
  .header__phone-wrap{-ms-flex-direction:column;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;display:flex;flex-direction:column;justify-content: center;align-items: center;}
  .header__messendger{-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;color:#0d003a;font-family:"Prompt";font-size:10px;letter-spacing:.07em;line-height:16px;margin-right:14px;position:relative;text-transform:uppercase;transition:all .2s ease-in-out;text-decoration: none;}
  .header__messendger:nth-child(2){margin-right:0}
  .header__messendger:nth-child(2):after{display:none}
  .header__messendger:after{background:#000000;content:"";display:block;height:7px;position:absolute;right:-8px;top:4px;width:1px}
  .header__messendger:hover{-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;color:#3e96fc;transition:all .2s ease-in-out}
  .header__lang {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
  }
  .header__lang li {
    margin-right: 8px;
  }
  .header__lang li a {
    font-family: "Prompt";
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #0e3a46;
    padding: 4px 6px;
    border-radius: 4px;
    transition: .4s linear;
    text-decoration: none;
  }
  .header__lang li.current-lang a {
    background: rgba(255,230,148,.8);
  }
  @media screen and (max-width: 500px) {
    .header__lang {
      padding-left: 12px;
    }
    .header__lang li {
      margin-right: 12px;
    }
    .header__lang li a {
      font-size: 14px;
      line-height: 17px;
      padding: 4px 5px;
    }
  }
  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Prompt";
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
  }
  .button--border {
    padding: 13px 32px 11px;
    border: 2px solid #3e96fc;
    filter: drop-shadow(0px 0px 16px rgba(62, 150, 252, 0.1));
    border-radius: 12px;
    color: #3e96fc;
    transition: all 0.3s ease-in-out;
  }
  .button--border:hover {
    background: #50a1ff;
    box-shadow: 0px 4px 16px rgba(80, 161, 255, 0.2);
    color: #ffffff;
  }
  @media screen and (min-width: 1460px) {
    .button--border {
      padding: 13px 32px 11px;
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .button--border {
      padding: 8px 24px;
      font-size: 14px;
      line-height: 21px;
    }
  }
  .button--small-fill {
    background: #3e96fc;
    border-radius: 10px;
    padding: 11px 24px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
  }
  .button--small-fill:hover {
    background: #50a1ff;
    box-shadow: 0px 4px 16px rgba(80, 161, 255, 0.2);
  }
  .button--big-fill {
    background: #3e96fc;
    border-radius: 10px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
  }
  .button--big-fill:hover {
    background: #50a1ff;
    box-shadow: 0px 4px 16px rgba(80, 161, 255, 0.2);
  }
  @media screen and (min-width: 1650px) {
    .button--big-fill {
      font-size: 18px;
      line-height: 27px;
      padding: 16px 38px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .button--big-fill {
      font-size: 16px;
      line-height: 24px;
      padding: 9px 24px;
    }
  }
  
  .header {
    padding: 8px 16px 0 16px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
  }
  @media screen and (min-width: 1750px) {
    .header {
      padding: 12px 100px 0px 248px;
    }
  }
  @media screen and (min-width: 1460px) and (max-width: 1749px) {
    .header {
      padding: 12px 80px 0px 60px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .header {
      padding: 8px 16px 0 28px;
    }
  }
  .header__logo > img {
    width: 80px;
  }
  @media screen and (min-width: 1750px) {
    .header__logo > img {
      width: 180px;
    }
  }
  @media screen and (min-width: 1460px) and (max-width: 1749px) {
    .header__logo > img {
      width: 130px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .header__logo > img {
      width: 100px;
    }
  }
  .header__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header__burger {
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .header__burger > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
    width: 20px;
    height: 2px;
    background: #0d003a;
    transform: translate(-50%, -50%);
  }
  .header__burger > div:first-child {
    top: calc(50% - 5px);
  }
  .header__burger > div:last-child {
    top: calc(50% + 5px);
  }
  @media screen and (min-width: 1024px) {
    .header__burger {
      display: none;
    }
  }
  .header__burger.active > div {
    opacity: 0;
  }
  .header__burger.active > div:first-child {
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 1;
    top: 50%;
  }
  .header__burger.active > div:last-child {
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 1;
    top: 50%;
  }
  .header__button {
    display: none;
  }
  @media screen and (min-width: 1024px) {
    .header__button {
      display: flex;
    }
  }
  .header__navigation {
    display: none;
  }
  @media screen and (min-width: 1024px) {
    .header__navigation {
      display: block;
      margin-right: 20px;
    }
  }
  .header__navigation > ul {
    list-style: none;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .header__item {
    display: inline-block;
  }
  @media screen and (min-width: 1460px) {
    .header__item {
      margin-left: 28px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .header__item {
      margin-left: 18px;
    }
  }
  .header__item > a {
    text-decoration: none;
    font-family: "Prompt";
    font-style: normal;
    font-weight: 500;
    align-items: center;
    text-align: center;
    color: #0d003a;
    transition: all 0.3s ease-in-out;
  }
  .header__item > a:hover {
    color: #3e96fc;
  }
  @media screen and (min-width: 1460px) {
    .header__item > a {
      font-size: 20px;
      line-height: 24px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .header__item > a {
      font-size: 18px;
      line-height: 21px;
    }
    .header__lang {
      padding-left: 20px;
    }
  }
  .header__item > a.active {
    color: #3e96fc;
  }
  .header__phone {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 500;
    color: #0d003a;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    transition: all 0.3s ease-in-out;
  }
  .header__phone:hover {
    color: #3e96fc;
  }
  @media screen and (min-width: 1750px) {
    .header__phone {
      margin: 0 32px;
    }
  }
  @media screen and (min-width: 1460px) and (max-width: 1749px) {
    .header__phone {
      font-size: 18px;
      line-height: 27px;
      margin: 0 12px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .header__phone {
      font-size: 16px;
      line-height: 24px;
      margin: 0 12px;
    }
  }
  @media screen and (max-width: 500px) {
    .header__phone {
      font-size: 12px;
      line-height: 12px;
    }
    .header__messendger {
      font-size: 8px;
      letter-spacing: .06em;
      line-height: 10px;
      margin-right: 6px;
    }
    .header__messendger:after {
      right: -6px;
      top: 3px;
    }
  }
  .bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: -1;
  }
  .bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(assets/img/Noise.png) center/cover no-repeat;
    z-index: 2;
  }
  @media screen and (min-width: 1100px) {
    .bg {
      background: url(assets/img/Bg-blur1920.png) center / cover no-repeat;
  }
  }
  
  @media screen and (min-width: 700px) and (max-width: 1099px) {
    .bg {
      background: url(assets/img/Bg-blur1024.png) center / cover no-repeat;
  }
  }
  
  @media screen and (min-width: 320px) and (max-width: 699px) {
    .bg {
      background: url(assets/img/Bg-blur320.png) center / cover no-repeat;
    }
  }
  
  .wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    display: none;
  }
  
  .footer {
    padding: 25px 39px 22px 38px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: rgba(255, 255, 255, 0.65);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
  @media screen and (min-width: 1024px) {
    .footer {
      flex-direction: row;
      justify-content: space-between;
      padding: 43px 100px 41px;
    }
  }
  .footer__copyright {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 21px;
    color: #566577;
    margin-bottom: 16px;
  }
  .footer__link {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #566577;
    margin-bottom: 16px;
    text-decoration: none;
  }
  @media screen and (min-width: 1024px) {
    .footer__copyright,
    .footer__link {
      margin-bottom: 0;
    }
  }
  .footer__social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer__social > span {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #566577;
    display: inline-block;
    margin-right: 16px;
  }
  .footer__social_items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer__social_item {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .footer__social_item > img {
    width: 100%;
  }
  @media screen and (max-width: 500px) {
    .footer__social_item {
      width: 30px;
      height: 30px;
    }
  }
  
  .offer {
    width: 100vw;
    height: 100vh;
    padding: 92px 16px 0;
    display: block;
  }
  .offer_button {
    text-decoration: none;
    text-transform: uppercase;
    width: 300px;
    margin: 0 auto;
    margin-top: 50px;
  }
  @media screen and (min-width: 1650px) {
    .offer {
      padding: 220px 252px 0;
    }
    .offer_button {
      width: 320px;
      margin: 60px 0 0;
    }
  }
  @media screen and (max-width: 1649px) and (min-width: 1024px) {
    .offer {
      padding: 160px 92px 0;
    }
    .offer_button {
      width: 310px;
      margin: 60px 0 0;
    }
  }
  @media screen and (min-width: 1024px) {
    .offer {
      display: table;
    }
  }
  .offer__wrapper {
    display: flex;
    flex-direction: column;
  }
  @media screen and (min-width: 1024px) {
    .offer__wrapper {
      display: table-row;
    }
  }
  .offer__content {
    width: 100%;
  }
  @media screen and (min-width: 1024px) {
    .offer__content {
      display: table-cell;
    }
  }
  @media screen and (min-width: 1770px) {
    .offer__content {
      width: 850px;
    }
  }
  @media screen and (max-width: 1769px) and (min-width: 1650px) {
    .offer__content {
      width: 700px;
    }
  }
  @media screen and (max-width: 1649px) and (min-width: 1460px) {
    .offer__content {
      width: 815px;
    }
  }
  @media screen and (max-width: 1459px) and (min-width: 1024px) {
    .offer__content {
      width: 600px;
    }
  }
  .offer__visual {
    width: 100%;
    height: 375px;
    position: relative;
    margin-top: 10px;
    -webkit-animation: circle 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite alternate backwards;
            animation: circle 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite alternate backwards;
  }
  @media screen and (min-width: 1024px) {
    .offer__visual {
      display: table-cell;
      height: initial;
      margin-top: 0;
    }
  }
  @media screen and (min-width: 1770px) {
    .offer__visual {
      width: calc(100% - 800px);
    }
  }
  @media screen and (max-width: 1769px) and (min-width: 1650px) {
    .offer__visual {
      width: calc(100% - 700px);
    }
  }
  @media screen and (max-width: 1649px) and (min-width: 1460px) {
    .offer__visual {
      width: calc(100% - 815px);
    }
  }
  @media screen and (max-width: 1459px) and (min-width: 1024px) {
    .offer__visual {
      width: calc(100% - 600px);
    }
  }
  .offer__visual > img {
    height: 50%;
    position: absolute;
    top: 10%;
    left: 0;
  }
  @media screen and (min-width: 1024px) {
    .offer__visual > img {
      right: 0;
      left: initial;
    }
  }
  .offer__title > span {
    color: #3e96fc;
    position: relative;
    display: inline-block;
  }
  @media screen and (max-width: 1459px) and (min-width: 1024px) {
    .offer__visual > img {
      height: 30%;
      width: 130%;
  }
  }
  @media screen and (max-width: 1023px) {
    .offer__visual > img {
      height: 50%;
      width: 100%;
  }
  }
  .offer__untitle {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    color: #0d003a;
    font-size: 20px;
  }
  @media screen and (min-width: 1650px) {
    .offer__untitle {
      max-width: 576px;
      font-size: 36px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .offer__untitle {
      font-size: 24px;
    }
  }
  .offer__items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  @media screen and (min-width: 1460px) {
    .offer__items {
      flex-direction: row;
    }
  }
  .offer__item {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #566577;
    margin-bottom: 16px;
    padding-left: 32px;
    position: relative;
  }
  @media screen and (min-width: 1650px) {
    .offer__item {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 26px;
      padding-left: 48px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .offer__item {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 16px;
      padding-left: 32px;
    }
  }
  .offer__item > div {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .offer__item > div > svg {
    width: 100%;
  }
  @media screen and (min-width: 1650px) {
    .offer__item > div {
      width: 32px;
      height: 32px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .offer__item > div {
      width: 24px;
      height: 24px;
    }
  }
  .offer__phone {
    width: 100%;
    margin-top: 32px;
    position: relative;
  }
  @media screen and (min-width: 1650px) {
    .offer__phone {
      width: 511px;
      margin-top: 70px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .offer__phone {
      width: 336px;
      margin-top: 40px;
    }
  }
  .offer__phone > input {
    width: 100%;
    padding: 12px;
    font-family: "Prompt";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #0d003a;
    background: #ffffff;
    box-shadow: 4px 8px 14px rgba(62, 150, 252, 0.06);
    border: 1px solid transparent;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
  }
  .offer__phone > input:hover {
    box-shadow: 0px 4px 16px rgba(62, 150, 252, 0.1);
    border: 1px solid #3e97fc83;
  }
  .offer__phone > input:focus {
    border: 1px solid #3e96fc;
    box-shadow: 0px 4px 16px rgba(62, 150, 252, 0.1);
  }
  @media screen and (min-width: 1650px) {
    .offer__phone > input {
      padding: 26px 32px 27px;
      font-size: 18px;
      line-height: 27px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .offer__phone > input {
      padding: 12px;
      font-size: 16px;
      line-height: 24px;
    }
  }
  .offer__phone > input:focus {
    outline: none;
  }
  .offer__phone > input::-moz-placeholder {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #566577;
    opacity: 0.4;
  }
  .offer__phone > input:-ms-input-placeholder {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #566577;
    opacity: 0.4;
  }
  .offer__phone > input::placeholder {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #566577;
    opacity: 0.4;
  }
  @media screen and (min-width: 1650px) {
    .offer__phone > input::-moz-placeholder {
      font-size: 18px;
      line-height: 27px;
    }
    .offer__phone > input:-ms-input-placeholder {
      font-size: 18px;
      line-height: 27px;
    }
    .offer__phone > input::placeholder {
      font-size: 18px;
      line-height: 27px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .offer__phone > input::-moz-placeholder {
      font-size: 16px;
      line-height: 24px;
    }
    .offer__phone > input:-ms-input-placeholder {
      font-size: 16px;
      line-height: 24px;
    }
    .offer__phone > input::placeholder {
      font-size: 16px;
      line-height: 24px;
    }
  }
  .offer__button {
    width: initial;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  @media screen and (min-width: 1650px) {
    .offer__button {
      top: 10px;
      right: 10px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .offer__button {
      top: 3px;
      right: 3px;
    }
  }
  
  @-webkit-keyframes circle {
    0% {
      transform: translateY(-30px);
    }
    100% {
      transform: translateY(30px);
    }
  }
  
  @keyframes circle {
    0% {
      transform: translateY(-30px);
    }
    100% {
      transform: translateY(30px);
    }
  }
  .benefit {
    padding: 10px 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    position: relative;
  }
  .benefit.help {
    padding: 60px 16px 0;
  }
  .benefit.teams {
    padding: 60px 16px;
  }
  .benefit.help::after,
  .benefit.contact::after {
    display: none;
  }
  .benefit__contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items:center;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .benefit__contact_item {
    width: 60px;
    height: 60px;
    margin: 18px;
    border-radius: 100%;
  }
  .benefit__contact_item:hover {
    box-shadow: 4px 4px 10px rgba(29, 69, 115, 0.35);
  }
  
  .benefit__contact_item > img {
    width: 100%;
    height: 100%;
  }
  @media screen and (min-width: 1024px) {
    .benefit__contact_item {
      width: 100px;
      height: 100px;
    }
  }
  
  @media screen and (min-width: 1650px) {
    .benefit {
      padding: 10px 372px 0;
    }
    .benefit.help {
      padding: 100px 252px 0;
    }
    .benefit.teams {
      padding: 100px 252px;
    }
  }
  @media screen and (max-width: 1649px) and (min-width: 1024px) {
    .benefit {
      padding: 10px 92px 0;
    }
    .benefit.help {
      padding: 80px 92px 0;
    }
    .benefit.teams {
      padding: 80px 92px;
    }
  }
  
  .benefit__text {
    text-align: center;
  }
  .benefit__text.new,
  .benefit__text.help {
    text-align: justify;
  }
  .benefit__play {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.25);
    -webkit-animation: pulse-play 2s infinite;
            animation: pulse-play 2s infinite;
  }
  .benefit__video {
    width: 100%;
    height: 220px;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 24px;
  }
  .benefit__video::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: linear-gradient(180deg,#0182ff 0,#ffd101 100%);
    opacity: 0.5;
  }
  .benefit__video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -99;
  }
  .benefit__video.active > iframe {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .benefit__video.active .benefit__play {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  @media screen and (min-width: 1650px) {
    .benefit__video {
      height: 600px;
      border-radius: 50px;
    }
  }
  @media screen and (max-width: 1649px) and (min-width: 1024px) {
    .benefit__video {
      height: 428px;
      border-radius: 44px;
    }
  }
  .benefit__video svg {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .benefit__video svg:hover > circle {
    fill: #ffa332;
    box-shadow: 2px 4px 6px rgba(29, 69, 115, 0.1);
  }
  .benefit__video svg > circle {
    transition: all 0.3s ease-in-out;
  }
  
  .familiar {
    width: 100vw;
    padding: 0 16px;
    display: block;
  }
  @media screen and (min-width: 1650px) {
    .familiar {
      padding: 0 252px;
    }
  }
  @media screen and (max-width: 1649px) and (min-width: 1024px) {
    .familiar {
      padding: 0 92px;
    }
  }
  @media screen and (min-width: 1024px) {
    .familiar {
      display: table;
    }
  }
  .familiar__wrapper {
    display: flex;
    flex-direction: column;
  }
  @media screen and (min-width: 1024px) {
    .familiar__wrapper {
      display: table-row;
    }
  }
  .familiar__content {
    width: 100%;
    display: table-cell;
    text-align: center;
  }
  .familiar__box {
    width: 100%;
    background: #ffffff;
    border: 4px solid #3e96fc;
    box-sizing: border-box;
    box-shadow: 0px 0px 40px rgba(140, 78, 0, 0.05);
    border-radius: 24px;
    margin-top: 43px;
    padding: 32px 14px 16px;
    position: relative;
    text-align: justify;
  }
  @media screen and (min-width: 1460px) {
    .familiar__box {
      margin-top: 60px;
      padding: 40px;
      border-radius: 50px;
    }
  }
  @media screen and (max-width: 1449px) and (min-width: 1024px) {
    .familiar__box {
      padding: 24px;
      margin-top: 40px;
      border-radius: 44px;
    }
  }
  .familiar__description {
    font-family: "Prompt";
    font-style: italic;
    font-weight: 200;
    font-size: 14px;
    line-height: 140%;
    color: #566577;
  }
  @media screen and (min-width: 1460px) {
    .familiar__description {
      font-size: 18px;
      line-height: 160%;
    }
  }
  @media screen and (min-width: 1020px) and (max-width: 1459px) {
    .familiar__description {
      font-size: 16px;
      line-height: 160%;
    }
  }
  
  .losing {
    margin: 40px 16px 0;
    border-radius: 24px;
    width: calc(100vw - 2 * 16px);
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media screen and (min-width: 1650px) {
    .losing {
      margin: 100px 252px 0;
      width: calc(100vw - 2 * 252px);
      border-radius: 50px;
    }
  }
  @media screen and (min-width: 1460px) and (max-width: 1649px) {
    .losing {
      margin: 60px 92px 0;
      border-radius: 44px;
      width: calc(100vw - 2 * 92px);
    }
  }
  @media screen and (max-width: 1459px) and (min-width: 1024px) {
    .losing {
      margin: 60px 92px 0;
      border-radius: 50px;
      width: calc(100vw - 2 * 92px);
    }
  }
  .losing__content {
    padding: 20px 16px;
    background: rgba(13, 0, 58, 0.15);
    border: 4px solid rgba(255, 255, 255, 0.25);
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
    border-radius: 24px;
    width: 90%;
    margin: 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  @media screen and (min-width: 1460px) {
    .losing__content {
      margin: 150px 0;
      width: 705px;
      padding: 32px 58px;
      border-radius: 50px;
    }
  }
  @media screen and (max-width: 1459px) and (min-width: 1024px) {
    .losing__content {
      margin: 43px 0;
      width: 410px;
      padding: 20px;
      border-radius: 44px;
    }
  }
  .losing__title {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 115%;
    text-align: center;
    color: #ffffff;
  }
  @media screen and (min-width: 1460px) {
    .losing__title {
      font-size: 52px;
    }
  }
  @media screen and (max-width: 1459px) and (min-width: 1024px) {
    .losing__title {
      font-size: 42px;
    }
  }
  .losing__text {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
  }
  @media screen and (min-width: 1460px) {
    .losing__text {
      font-size: 20px;
      line-height: 160%;
    }
  }
  @media screen and (max-width: 1459px) and (min-width: 1024px) {
    .losing__text {
      font-size: 18px;
      line-height: 160%;
    }
  }
  
  .applicable {
    padding-top: 70px;
    margin: 10px 16px;
    width: calc(100vw - 2 * 16px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .applicable.index {
    padding-top: 0;
  }
  .applicable.news {
    padding-top: 40px;
    margin: 10px 16px;
  }
  @media screen and (min-width: 1650px) {
    .applicable {
      padding-top: 100px;
      margin: 110px 252px 200px;
      width: calc(100vw - 2 * 252px);
    }
    .applicable.news {
      padding-top: 0;
      margin: 110px 252px 0;
      width: calc(100vw - 2 * 252px);
    }
    .applicable.reports {
      margin: 110px 252px 40px;
    }
    .applicable.index {
      padding-top: 0;
      margin: 80px 252px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .applicable {
      padding-top: 80px;
      margin: 20px 92px 200px;
      width: calc(100vw - 2 * 92px);
    }
    .applicable.news {
      margin: 20px 92px 0;
      width: calc(100vw - 2 * 92px);
    }
    .applicable.reports {
      margin: 20px 92px 20px;
    }
    .applicable.index {
      padding-top: 0;
      margin: 20px 92px;
    }
  }
  .applicable__boxes {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .applicable__items {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  @media screen and (min-width: 600px) {
    .applicable__boxes {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
    }
    .applicable__items {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: flex-start;
    }
  }
  .applicable__boxes > .applicable__box:last-child {
    margin-right: 0;
  }
  .applicable__box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 24px;
    text-decoration: none;
  }
  .applicable__item {
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:center;
    margin: 20px 10px 30px 10px;
  }
  .applicable__box.news {
    align-items: flex-start;
  }
  
  @media screen and (min-width: 600px) {
    .applicable__box {
      align-items: center;
      width: 45%;
      margin-right: 24px;
      margin-bottom: 50px;
    }
  }
  @media screen and (min-width: 1024px) {
    .applicable__box {
      align-items: center;
      width: 30%;
      margin-right: 24px;
      margin-bottom: 50px;
    }
  }
  .applicable__visual {
    box-shadow: 0px 0px 40px rgba(29, 69, 115, 0.05);
    border-radius: 24px;
    width: 100%;
    height: 240px;
    margin-bottom: 16px;
  }
  .applicable__visual.news {
    margin-bottom: 14px;
    height: 300px;
  }
  @media screen and (min-width: 1650px) {
    .applicable__visual {
      margin-bottom: 24px;
      height: 274px;
    }
    .applicable__visual.news {
      height: 360px;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 1649px) {
    .applicable__visual {
      height: 200px;
      border-radius: 44px;
    }
    .applicable__visual.news {
      height: 320px;
    }
  }
  .applicable__description {
    font-family: "Prompt";
    font-weight: 500;
    text-align: left;
    color: #0d003a;
    font-size: 18px;
    line-height: 140%;
  }
  .applicable__descr {
    margin-top: 24px;
    width: 100%;
    font-family: "Prompt";
    font-weight: 500;
    text-align: center;
    color: #0d003a;
    font-size: 18px;
    line-height: 140%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-radius: 12px;
  }
  .applicable__number {
    font-family: "Prompt";
    font-weight: 400;
    color: #0d003a;
    font-size: 42px;
    line-height: 120%;
  }
  .applicable__description.news {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-radius: 12px;
    font-family: "Prompt";
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #566577;
    text-decoration: none;
    text-align:left;
  }
  @media screen and (min-width: 1650px) {
    .applicable__description,
    .applicable__descr {
      font-size: 22px;
      line-height: 140%;
      text-align: center;
    }
    .applicable__description.news {
      font-size: 20px;
    }
    .applicable__number {
      font-size: 64px;
      font-weight: 300;
    }
    .applicable__item {
      width: 360px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .applicable__description,
    .applicable__descr {
      font-size: 20px;
      line-height: 140%;
      text-align: center;
    }
    .applicable__number {
      font-size: 56px;
    }
  }
  .bonuses {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 16px 40px;
    background: rgba(255, 255, 255, 0.65);
    border-top: 4px solid #0182ff;
    border-bottom: 4px solid #ffd101;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    width: 100vw;
    position: relative;
    overflow: hidden;
  }
  @media screen and (min-width: 1650px) {
    .bonuses {
      padding: 80px 252px 60px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .bonuses {
      padding: 60px 92px 60px;
    }
  }
  .bonuses__boxes {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  @media screen and (min-width: 600px) {
    .bonuses__boxes {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
    }
  }
  .bonuses__boxes > .bonuses-box:last-child {
    margin-right: 0;
  }
  
  .bonuses-box {
    width: 100%;
  }
  @media screen and (min-width: 600px) {
    .bonuses-box {
      width: 30%;
    }
  }
  @media screen and (min-width: 1024px) {
    .bonuses-box {
      width: 21%;
    }
  }
  @media screen and (min-width: 1460px) {
    .bonuses-box {
      margin-right: 24px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .bonuses-box {
      margin-right: 15px;
    }
  }
  .bonuses-box__visual {
    width: 100%;
    height: 280px;
    box-shadow: 0px 0px 40px rgba(29, 69, 115, 0.05);
    border-radius: 24px;
    margin-bottom: 24px;
  }
  @media screen and (min-width: 1460px) {
    .bonuses-box__visual {
      height: 260px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .bonuses-box__visual {
      height: 240px;
    }
  }
  .bonuses-box__title {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #0d003a;
  }
  @media screen and (min-width: 1460px) {
    .bonuses-box__title {
      font-size: 22px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .bonuses-box__title {
      font-size: 20px;
    }
  }
  .bonuses-box__text {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #566577;
  }
  @media screen and (min-width: 1460px) {
    .bonuses-box__text {
      font-size: 18px;
      line-height: 150%;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .bonuses-box__text {
      font-size: 16px;
      line-height: 160%;
    }
  }
  
  .cases {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 80px 16px;
    width: 100vw;
  }
  @media screen and (min-width: 1650px) {
    .cases {
      padding: 120px 252px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .cases {
      padding: 80px 40px;
    }
  }
  .cases__content {
    margin-top: 32px;
    width: 100%;
    position: relative;
  }
  @media screen and (min-width: 1024px) {
    .cases__content {
      margin-top: 80px;
    }
  }
  .cases__content:before {
    content: "";
    width: 420px;
    height: 100%;
    background: #f5f8fd;
    filter: blur(100px);
    position: absolute;
    bottom: 0;
    left: calc(-420px / 2);
    z-index: 5;
    border-radius: 70%;
    opacity: 0;
    visibility: hidden;
  }
/*   @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .cases__content:before {
      opacity: 1;
      visibility: visible;
    }
  } */
  .cases__content::after {
    content: "";
    width: 420px;
    height: 100%;
    background: #f5f8fd;
    filter: blur(100px);
    position: absolute;
    bottom: 0;
    right: calc(-420px / 2);
    z-index: 5;
    border-radius: 70%;
    opacity: 0;
    visibility: hidden;
  }
/*   @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .cases__content::after {
      opacity: 1;
      visibility: visible;
    }
  } */
  .cases__content > svg {
    cursor: pointer;
    position: absolute;
  }
  @media screen and (min-width: 1650px) {
    .cases__content > svg {
      top: 50%;
      transform: translate(0, -50%);
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .cases__content > svg {
      top: initial;
      bottom: -100px;
    }
  }
  .cases__content > svg > g > rect {
    transition: all 0.3s ease-in-out;
  }
  .cases__content > svg > g > path {
    transition: all 0.3s ease-in-out;
  }
  .cases__content > svg.left-arrow {
    left: -100px;
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .cases__content > svg.left-arrow {
      left: 92px;
    }
  }
  .cases__content > svg.right-arrow {
    right: -100px;
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .cases__content > svg.right-arrow {
      right: 92px;
    }
  }
  .cases__content > svg:hover > g > rect:first-child {
    fill: #3e96fccc;
  }
  .cases__content > svg:hover > g > rect:last-child {
    stroke: #3e96fccc;
  }
  .cases__content > svg:hover > g > path {
    fill: #ffffffcc;
  }
  .cases__slider {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  .cases__slider > .slick-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -50px;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  @media screen and (min-width: 1024px) {
    .cases__slider > .slick-dots {
      bottom: -100px;
    }
  }
  .cases__slider > .slick-dots > li {
    display: inline-block;
    position: relative;
  }
  .cases__slider > .slick-dots > li.slick-active:before {
    width: 16px;
    height: 16px;
    opacity: 1;
  }
  .cases__slider > .slick-dots > li:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #3e96fc;
    opacity: 0.35;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cases__slider > .slick-dots > li > button {
    opacity: 0;
  }
  
  .cases-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
  }
  @media screen and (min-width: 1460px) {
    .cases-item {
      margin-right: 24px;
    }
  }
  @media screen and (max-width: 1459px) and (min-width: 1024px) {
    .cases-item {
      margin-right: 16px;
    }
  }
  .cases-item__visual {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: 0px 0px 40px rgba(29, 69, 115, 0.05);
    border-radius: 24px;
    margin-bottom: 24px;
  }
  .cases-item:hover .cases-item__visual {
    box-shadow: 4px 4px 10px rgba(29, 69, 115, 0.35);
  }
  .applicable__box.news:hover .applicable__visual.news {
    box-shadow: 4px 4px 10px rgba(29, 69, 115, 0.35);
  }
  @media screen and (min-width: 1460px) {
    .cases-item__visual {
      height: 360px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .cases-item__visual {
      height: 360px;
    }
  }
  .cases-item__visual > img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cases-item__title {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #0d003a;
    text-decoration: none;
  }
  .cases-item__title.news {
    padding-left: 14px;
  }
  @media screen and (min-width: 1460px) {
    .cases-item__title {
      font-size: 24px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .cases-item__title {
      font-size: 20px;
    }
  }
  .cases-item__description {
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
    border-radius: 16px;
    font-family: "Prompt";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #566577;
    text-decoration: none;
  }
  .cases-item:hover .cases-item__description {
    background: rgba(255, 255, 255, 0.57);
    box-shadow: 0px 1px 5px rgba(29, 69, 115, 0.15);
  }
  .applicable__box.news:hover .applicable__description.news {
    background: rgba(255, 255, 255, 0.57);
    box-shadow: 0px 1px 5px rgba(29, 69, 115, 0.15);
  }
  @media screen and (min-width: 1460px) {
    .cases-item__description {
      font-size: 20px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .cases-item__description {
      font-size: 18px;
    }
  }
  
  .system {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 16px 0;
    width: 100vw;
  }
  .system.contact {
    padding: 40px 16px 0;
  }
  .system.new {
    padding: 60px 16px 20px;
  }
  .system__title.new {
    font-size: 22px;
  }
  @media screen and (min-width: 1650px) {
    .system {
      padding: 0 252px 0;
    }
    .system.contact {
      padding: 100px 252px 0;
    }
    .system.new {
      padding: 110px 252px 40px;
    }
    .system__title.new {
      font-size: 38px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .system {
      padding: 0 92px 0;
    }
    .system.contact {
      padding: 60px 92px 0;
    }
    .system.new {
      padding: 80px 92px 30px;
    }
    .system__title.new {
      font-size: 30px;
    }
  }
  .system__content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }
  .system__content > .system-box:nth-child(2n) {
    margin-right: 0;
  }
  @media screen and (min-width: 1024px) {
    .system__content > .system-box:nth-child(2n) {
      margin-right: 24px;
    }
  }
  .system__content > .system-box:nth-child(4n) {
    margin-right: 0;
  }
  
  .system-box {
    margin-right: 16px;
    width: calc(100% / 2 - 8px);
    margin-bottom: 25px;
  }
  @media screen and (min-width: 1460px) {
    .system-box {
      margin-bottom: 40px;
      width: calc(100% / 4 - 18px);
      margin-right: 24px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .system-box {
      margin-bottom: 40px;
      width: calc(100% / 4 - 18px);
      margin-right: 24px;
    }
  }
  .system-box__visual {
    width: 100%;
    height: 92px;
    box-shadow: 0px 0px 40px rgba(29, 69, 115, 0.05);
    border-radius: 24px;
    overflow: hidden;
  }
  .system-box__visual.new {
    height: 200px;
  }
  @media screen and (min-width: 1460px) {
    .system-box__visual {
      height: 230px;
    }
    .system-box__visual.new {
      height: 280px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .system-box__visual {
      height: 130px;
    }
    .system-box__visual.new {
      height: 240px;
    }
  }
  .system-box__visual > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .how-it-works {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 16px;
    width: 100vw;
  }
  @media screen and (min-width: 1650px) {
    .how-it-works {
      padding: 0 252px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .how-it-works {
      padding: 0 92px;
    }
  }
  .how-it-works__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  @media screen and (min-width: 1024px) {
    .how-it-works__content {
      flex-direction: row;
    }
  }
  @media screen and (min-width: 1024px) {
    .how-it-works__content > .how-it-works__block:first-child {
      padding-top: 150px;
    }
  }
  @media screen and (min-width: 1024px) {
    .how-it-works__content > .how-it-works__block:nth-child(2) {
      padding-top: 50px;
    }
  }
  @media screen and (min-width: 1024px) {
    .how-it-works__content > .how-it-works__block:nth-child(3) {
      padding-top: 100px;
    }
  }
  .how-it-works__content > .how-it-works__block:last-child {
    margin-right: 0;
  }
  .how-it-works__block {
    width: 100%;
    margin-bottom: 24px;
  }
  @media screen and (min-width: 1460px) {
    .how-it-works__block {
      width: calc(100% / 4);
      margin-right: 24px;
      margin-bottom: 0;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .how-it-works__block {
      width: calc(100% / 4);
      margin-right: 16px;
      margin-bottom: 0;
    }
  }
  .how-it-works__box {
    width: 100%;
    padding: 16px 8px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  @media screen and (min-width: 1460px) {
    .how-it-works__box {
      padding: 24px 16px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .how-it-works__box {
      padding: 16px 8px;
    }
  }
  .how-it-works__box > span {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #0d003a;
  }
  @media screen and (min-width: 1460px) {
    .how-it-works__box > span {
      font-size: 22px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .how-it-works__box > span {
      font-size: 20px;
    }
  }
  .how-it-works__box > p {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #566577;
    margin: 0;
  }
  @media screen and (min-width: 1460px) {
    .how-it-works__box > p {
      font-size: 20px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .how-it-works__box > p {
      font-size: 18px;
    }
  }
  .how-it-works__visual {
    box-shadow: 0px 0px 40px rgba(29, 69, 115, 0.05);
    border-radius: 24px;
    width: 100%;
    height: 320px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
  }
  @media screen and (min-width: 1460px) {
    .how-it-works__visual {
      height: 400px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .how-it-works__visual {
      height: 300px;
    }
  }
  .how-it-works__visual > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 16px 0;
    width: 100vw;
  }
  @media screen and (min-width: 1460px) {
    .faq {
      padding: 100px 0 0;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .faq {
      padding: 80px 92px 0;
    }
  }
  .faq__content {
    width: 100%;
    position: relative;
  }
  @media screen and (min-width: 1460px) {
    .faq__content {
      width: 940px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .faq__content {
      width: 100%;
    }
  }
  .faq__item {
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
    border-radius: 16px;
    padding: 20px 24px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
  }
  .faq__item-wrap {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    margin-bottom: 11px;
    padding: 2px;
    background: linear-gradient(107.38deg, rgba(255, 255, 255, 0.9) 0%, rgba(62, 150, 252, 0) 100%);
    transition: all 0.3s ease-in-out;
  }
  .faq__item-wrap:hover {
    background: rgba(62, 150, 252, 0.2);
  }
  .faq__item:hover {
    background: #FFFFFF;
  }
  .faq__item:hover > .faq__question > div {
    background: rgba(48, 219, 137, 0.1);
  }
  .faq__item.active > .faq__text {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    height: initial;
    overflow: visible;
    margin: 20px 0 0;
    padding: 16px 0 0 0;
  }
  @media screen and (min-width: 1024px) {
    .faq__item.active > .faq__text {
      padding: 20px 0 0 64px;
    }
  }
  .faq__item.active > .faq__question > div {
    border: 2px solid rgba(252, 62, 62, 0.8);
  }
  .faq__item.active > .faq__question > div > div {
    background: rgba(252, 62, 62, 0.8);
  }
  .faq__item.active > .faq__question > div > div:first-child {
    transform: translate(-50%, -50%) rotate(0);
  }
  .faq__item.active:hover > .faq__question > div {
    background: rgba(252, 62, 62, 0.1);
  }
  .faq__question {
    display: inline-block;
    font-family: "Prompt";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #0d003a;
    position: relative;
    padding-top: 50px;
  }
  @media screen and (min-width: 1024px) {
    .faq__question {
      padding-left: 64px;
      padding-top: 0;
    }
  }
  @media screen and (min-width: 1460px) {
    .faq__question {
      font-size: 22px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .faq__question {
      font-size: 20px;
    }
  }
  .faq__question > div {
    content: "";
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(19, 214, 120, 0.8);
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
  }
  @media screen and (min-width: 1024px) {
    .faq__question > div {
      top: 50%;
      transform: translate(0, -50%);
    }
  }
  .faq__question > div > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
    transform: translate(-50%, -50%);
    background: rgba(19, 214, 120, 0.8);
    box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    border-radius: 4px;
    width: 20px;
    height: 4px;
    transition: all 0.3s ease-in-out;
  }
  .faq__question > div > div:first-child {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .faq__text {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #566577;
    position: relative;
    visibility: hidden;
    opacity: 0;
    z-index: -999;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
  }
  @media screen and (min-width: 1460px) {
    .faq__text {
      font-size: 20px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .faq__text {
      font-size: 18px;
    }
  }
  .faq__text:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #3e96fc;
    opacity: 0.1;
  }
  
  .contacts {
    padding: 80px 16px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }
  @media screen and (min-width: 1460px) {
    .contacts {
      padding: 170px 372px 0;
    }
  }
  @media screen and (max-width: 1459px) and (min-width: 1024px) {
    .contacts {
      padding: 160px 40px 0;
    }
  }
  .contacts__content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media screen and (min-width: 1024px) {
    .contacts__content {
      padding: 83px 10px;
      background: url(assets/img/bl.jpeg) center/contain no-repeat;
    }
  }
  .contacts__title {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #0d003a;
    margin-bottom: 32px;
  }
  @media screen and (min-width: 1024px) {
    .contacts__title {
      font-size: 28px;
    }
  }
  
  .form {
    background: #ffffff;
    border: 2px solid rgba(62, 150, 252, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 0px 40px rgba(29, 69, 115, 0.05);
    border-radius: 24px;
    padding: 24px 16px;
    max-width: 504px;
    width: 100%;
  }
  @media screen and (min-width: 1024px) {
    .form {
      padding: 40px;
      border-radius: 50px;
    }
  }
  .form button {
    width: 100%;
    background: #3e96fc;
    border-radius: 10px;
    padding: 16px;
    border: none;
    font-family: "Prompt";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .form button:hover {
    background: #50a1ff;
    box-shadow: 0px 4px 16px rgba(80, 161, 255, 0.2);
  }
  @media screen and (min-width: 1024px) {
    .form button {
      font-size: 18px;
      line-height: 27px;
    }
  }
  .form input,
  .form textarea {
    width: 100%;
    margin-bottom: 24px;
    background: #ffffff;
    border: 1px solid rgba(62, 150, 252, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 4px 14px rgba(62, 150, 252, 0.06);
    border-radius: 12px;
    font-family: "Prompt";
    font-style: normal;
    font-weight: 500;
    color: #0d003a;
    padding: 11px 12px;
    font-size: 14px;
    line-height: 21px;
    transition: all 0.3s ease-in-out;
  }
  textarea {
    resize: none; 
    height: 80px;
  }
  .form input:hover,
  .form textarea:hover {
    box-shadow: 0px 4px 16px rgba(62, 150, 252, 0.1);
    border: 1px solid #3e97fc83;
  }
  .form input:focus,
  .form textarea:focus {
    border: 1px solid #3e96fc;
    box-shadow: 0px 4px 16px rgba(62, 150, 252, 0.1);
  }
  @media screen and (min-width: 1460px) {
    .form input,
    .form textarea {
      padding: 16px 24px;
      font-size: 18px;
      line-height: 27px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .form input,
    .form textarea {
      padding: 12px 16px;
      font-size: 16px;
      line-height: 24px;
    }
  }
  .form input:focus,
  .form textarea:focus {
    outline: none;
  }
  .form input::-moz-placeholder,
  .form textarea::-moz-placeholder {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #566577;
    opacity: 0.4;
    font-size: 14px;
    line-height: 21px;
  }
  .form input:-ms-input-placeholder,
  .form textarea:-ms-input-placeholder {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #566577;
    opacity: 0.4;
    font-size: 14px;
    line-height: 21px;
  }
  .form input::placeholder,
  .form textarea::placeholder {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #566577;
    opacity: 0.4;
    font-size: 14px;
    line-height: 21px;
  }
  @media screen and (min-width: 1460px) {
    .form input::-moz-placeholder,
    .form textarea::-moz-placeholder {
      font-size: 18px;
      line-height: 27px;
    }
    .form input:-ms-input-placeholder,
    .form > textarea:-ms-input-placeholder {
      font-size: 18px;
      line-height: 27px;
    }
    .form input::placeholder,
    .form textarea::placeholder {
      font-size: 18px;
      line-height: 27px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1459px) {
    .form input::-moz-placeholder,
    .form textarea::-moz-placeholder {
      font-size: 16px;
      line-height: 24px;
    }
    .form input:-ms-input-placeholder,
    .form textarea:-ms-input-placeholder {
      font-size: 16px;
      line-height: 24px;
    }
    .form input::placeholder,
    .form textarea::placeholder {
      font-size: 16px;
      line-height: 24px;
    }
  }
.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-response-output {
    display: none;
}

.contacts__form input[aria-invalid="true"],
.popup input[aria-invalid="true"] {
    border: 1px solid #FC3E3E;
}
  .popup,
  .popup-thanks {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -999;
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
  .popup.active,
  .popup-thanks.active {
    position: fixed;
    z-index: 99999;
    opacity: 1;
    visibility: visible;
  }
  .popup__wrapper,
  .popup-thanks__wrapper {
    background: rgba(13, 0, 58, 0.25);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .popup__wrapper > .form,
  .popup-thanks__wrapper > .form {
    position: relative;
    align-items: flex-start;
    margin: 16px;
  }
  .popup__wrapper > .form > div,
  .popup-thanks__wrapper > .form > div {
    text-align: left;
  }
  .popup__wrapper > .form > .popup__close,
  .popup-thanks__wrapper > .form > .popup__close {
    position: absolute;
    top: 31px;
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  @media screen and (min-width: 1024px) {
    .popup__wrapper > .form > .popup__close,
  .popup-thanks__wrapper > .form > .popup__close {
      top: 44px;
      right: 50px;
    }
  }
  .popup__wrapper > .form > .popup__close > div,
  .popup-thanks__wrapper > .form > .popup__close > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 3px;
    background: #000000;
    border-radius: 2px;
    -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
  }
  .popup__wrapper > .form > .popup__close > div:first-child,
  .popup-thanks__wrapper > .form > .popup__close > div:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .popup__wrapper > .form > .popup__close > div:last-child,
  .popup-thanks__wrapper > .form > .popup__close > div:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .popup__content,
  .popup-thanks__content {
    padding: 24px 16px;
    background: #ffffff;
    border: 2px solid rgba(62, 150, 252, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 0px 40px rgba(29, 69, 115, 0.05);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  @media screen and (min-width: 1024px) {
    .popup__content,
  .popup-thanks__content {
      padding: 40px 50px;
      border-radius: 50px;
    }
  }
  .popup__content > p,
  .popup-thanks__content > p {
    margin: 16px 0 24px;
    font-family: "Prompt";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #566577;
  }
  @media screen and (min-width: 1024px) {
    .popup__content > p,
  .popup-thanks__content > p {
      margin: 24px 0 40px;
      font-size: 18px;
    }
  }
  .popup__content > a,
  .popup-thanks__content > a {
    width: 100%;
    text-decoration: none;
  }
  .popup__title,
  .popup-thanks__title {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #0d003a;
  }
  
  .menu-popup {
    width: 100vw;
    height: 100vh;
    padding: 92px 40px 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: -999;
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
  .menu-popup.active {
    position: fixed;
    z-index: 990;
    opacity: 1;
    visibility: visible;
  }
  .menu-popup > li {
    list-style-type: none;
  }
  .menu-popup > li > a {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #0d003a;
    display: inline-block;
    margin-bottom: 32px;
    text-decoration: none;
  }
  .menu-popup > li > a.active {
    color: #3e96fc;
  }
  
  .text {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #566577;
  }
  @media screen and (min-width: 1650px) {
    .text {
      font-size: 20px;
      line-height: 160%;
    }
  }
  @media screen and (max-width: 1649px) and (min-width: 1024px) {
    .text {
      font-size: 18px;
      line-height: 160%;
    }
  }
  
  .title-h1 {
    display: inline-block;
    font-family: "Prompt";
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 125%;
    color: #0d003a;
  }
  @media screen and (min-width: 1650px) {
    .title-h1 {
      font-size: 60px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .title-h1 {
      font-size: 48px;
    }
  }
  
  .title-h2 {
    display: inline-block;
    font-family: "Prompt";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 115%;
    color: #0d003a;
    text-align: center;
  }
  @media screen and (min-width: 1650px) {
    .title-h2 {
      font-size: 58px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1649px) {
    .title-h2 {
      font-size: 48px;
    }
  }
  
  .blur-out {
    -webkit-animation: blur-out 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
            animation: blur-out 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  }
  
  @-webkit-keyframes blur-out {
    0% {
      filter: blur(100px);
    }
    100% {
      filter: blur(0);
    }
  }
  
  @keyframes blur-out {
    0% {
      filter: blur(100px);
    }
    100% {
      filter: blur(0);
    }
  }
  @-webkit-keyframes pulse-play {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 81, 15, 0.4);
    }
    70% {
      box-shadow: 0 0 0 30px rgba(255, 81, 15, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 81, 15, 0);
    }
  }
  @keyframes pulse-play {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 81, 15, 0.4);
    }
    70% {
      box-shadow: 0 0 0 30px rgba(255, 81, 15, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 81, 15, 0);
    }
  }
  .offer__title,
  .offer__untitle,
  .offer__items,
  .offer__phone,
  .offer_button,
  .benefit__title,
  .benefit__text,
  .familiar__title,
  .familiar__box,
  .applicable__number,
  .applicable__title,
  .applicable__box,
  .bonuses__title,
  .bonuses-box,
  .cases__title,
  .cases__content,
  .system__title,
  .system-box,
  .system .benefit__contact_item,
  .service-features__title,
  .service-features__content,
  .service-features__partners,
  .how-it-works__title,
  .how-it-works__block {
    opacity: 0;
  }
  .cases__title, .system__title {
    text-decoration: none;
  }
  .applicable.news .applicable__title,
  .applicable.news .applicable__box,
  .system__title.new,
  .system-box.new,
  .benefit__text.new,
  .benefit__title.help,
  .benefit__text.help {
    opacity: 1;
  }
