/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Unbounded-Bold.woff2) format("woff2"),
    url(../fonts/Unbounded-Bold.woff) format("woff");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Robotobold.woff2) format("woff2"),
    url(../fonts/Robotobold.woff) format("woff");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url(../fonts/Robotomedium.woff2) format("woff2"),
    url(../fonts/Robotomedium.woff) format("woff");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/Roboto.woff2) format("woff2"),
    url(../fonts/Roboto.woff) format("woff");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url(../fonts/Robotolight.woff2) format("woff2"),
    url(../fonts/Robotolight.woff) format("woff");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Robotolightitalic.woff2) format("woff2"),
    url(../fonts/Robotolightitalic.woff) format("woff");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/Robotothin.woff2) format("woff2"),
    url(../fonts/Robotothin.woff) format("woff");
}

:root {
  --mainBackground: #f9f9f9;
  --footerBackground: #0e142d;
  --helpMenuBackground: #fefefe;
  --blogArticleFirstBackground: #182046;
  --blogArticleSecondBackground: linear-gradient(
    180deg,
    #5770eb 0%,
    #313f85 100%
  );
  --blogElementsBackground: #ecf1fe;
  --blogElementsBackgroundHovered: #d4d8e4;
  --businessPageUpperGradinent: linear-gradient(
    180deg,
    rgba(71, 91, 190, 0.4) 0%,
    rgba(249, 249, 249, 0) 910px
  );
  --businessPageDownGradinent: linear-gradient(
    to top,
    rgba(71, 91, 190, 0.4) 0%,
    rgba(249, 249, 249, 0) 65%
  );
  --businessPageDownGradinent__mobile: linear-gradient(
    to top,
    rgba(71, 91, 190, 0.4) 0%,
    rgba(249, 249, 249, 0) 80%
  );

  --dotsGradientImage: radial-gradient(
    rgb(226, 226, 226) 2px,
    rgb(249, 249, 249) 1.1px
  );

  --dotsGradientPosition: 238.867px 96.9337px;
  --dotsGradientSize: 27.5px 27.5px;
  --mainColor: #475bbe;
  --mainTextColor: #0c0c0c;
  --secondTextColor: #fefefe;
  --accentTextColor: #406bed;
  --spanTextColor: #6689f1;
  --onDarkTextColor: #fff;
  --updatesDateTextColor: #d5d5d5;
  --updateCardDescriptionTextColor: #585858;
  --blogElementsTextColor: #434343;
  --blogLinkTextColor: #2445b3;
  /* --linkTextColor: #7f7f7f; */
  --popupAddFilesTextColor: #547aef;
  --footerProtectionRaightsColor: #818181;
  --errorTextColor: #ff4e4e;
  --businessLabelTextColor: #1e1b16;
  --errorInputBorderColor: #ff9191;
  --errorInputPlaceholder: #dc5757;
  --errorSpanBackground: #fff4f4;
  --blocksBackground: #ffffff;
  --helpSubHeader: #2f55d0;
  --helpMenuCloseBtn: #ababab;
  --helpAccordionHover: #6689f1;
  --helpAccordionSelected: #406bed;
  --helpAccordionLink: #6d6d6d;
  --helpAccordionScrollbarThumb: #a0b5f6;
  --helpAccordionScrollbarThumbHover: #888;
  --helpAccordionScrollbarTrack: #ebebeb;
  --helpHeaderInputSearchBackground: #f6f7fb;
  --helpHeaderInputSearchBorder: #6689f1;
  --helpHeaderInputSearchBorderValid: #d5d5d5;
  --helpHeaderInputSearchHoverBackground: #edeff9;
  --scrollBarWidth: 14px;
  --scrollBarWidthSearchResult: 12px;
  --faqAccordionBorder: #b3c4f8;
  --headerBoxShadow: 0px 4px 14.6px 0px #00000033;
  --cardBoxShadow: 0px 4px 12px 0px #0000000d;
  --toolsCardsBoxShadow: -2px 4px 13.6px 0px #00000026;
  --businessCardBoxShadow: 0px 4px 12px 0px #0000000d;
  --businessAdvantagesCardBoxShadow: 0px 5px 27.3px 0px #0000000d;
  --businessCapabilitesCardBoxShadow: 0px 5px 28px 0px #0000000d;
  --businessOrganisationCardBoxShadow: 0px 8px 25.6px 0px #0000001a;
  --customizationSliderBoxShadow: 2px 3px 16px 0px #0000001a;
  --benefitButtonShadow: 0px 4px 14.9px 0px #0000001a;
  --businessButtonsContainerShadow: 0px 8px 29px 0px #0000000d;

  --benefitImgGradient: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 44.63%,
    rgba(0, 0, 0, 0.4) 69.63%
  );
  --readyEllipseGradient: radial-gradient(
    50% 50% at 50% 50%,
    #ffffff 0%,
    #ffffff 60%,
    transparent 100%
  );

  --blogCardGradient: linear-gradient(
      179.91deg,
      rgba(0, 0, 0, 0) 48.44%,
      rgba(0, 0, 0, 0.4) 74.43%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  --securityBorderCardGradient: linear-gradient(
    180deg,
    #8289fd 0%,
    #465efe 100%
  );

  --mainBtnColor: linear-gradient(180deg, #ffc038 0%, #f59003 100%);
  --mainBtnColorHovered: linear-gradient(180deg, #e9a30c 0%, #d1851b 100%);
  --helpMenuBtn: #b5bde5;
  --helpCentreBtnColor: #475bbe;
  --helpCentreBtnColorHovered: #5a6cc5;
  --blogSortBtnColor: #547aef;
  --blogSortBtnColorInnactive: #8ca6f4;
  --crossCloseBtn: #d1d1d1;
  --accordionSwitcher: #0c0c0c;

  --maxWidthPage: 1435px;
  --maxWidthSection: 1240px;
  --minWidthPage: 320px;

  --headerHightMain: 85px;
  --headerHightSmall: 113px;
  --headerExpandedHeight: 397px;

  --buisnessOrganisationCardPadding: 67px;

  --circleWrapper-1-animationDuration: 70s;
  --circleWrapper-2-animationDuration: 50s;
  --circleWrapper-3-animationDuration: 40s;
  --circleWrapper-4-animationDuration: 30s;
  --circleWrapper-5-animationDuration: 20s;
}

.body-text {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  cursor: default;
  user-select: none;
}

.body-text_type_post-main {
  /* font-weight: 300; */
  font-size: 24px;
}

.body-text_type_post-main--business {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
}

.body-text_type_sub-description {
  /* font-weight: 300; */
  font-size: 16px;
  flex: 1;
}

.body-text_style_italic {
  font-style: italic;
  & b {
    font-weight: 900;
  }
}

.body-text_type_footer-main {
  font-weight: 700;
  font-size: 20px;
}

.body-text_type_updates-date {
  font-weight: 600;
  font-size: 32px;
}

.body-text_type_blog-sort-button {
  font-weight: 500;
  font-size: 20px;
}

.body-text_type_help-first-level {
  font-weight: 500;
  font-size: 20px !important;
}

.body-text_type_main {
  font-weight: 500;
  font-size: 64px;
}

.body-text_type_extra-main {
  font-weight: 500;
  font-size: 48px;
}

.body-text_type_ready {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.8;
}

.body-text_type_regular-header {
  font-weight: 500;
  font-size: 36px;
  line-height: 0.9;
}

.body-text_type_regular-header--business {
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
}

.body-text_type_regular-accent {
  font-weight: 500;
  font-size: 32px !important;
  line-height: 1.17;
}

.body-text_type_card-accent {
  font-weight: 500;
  font-size: 24px !important;
  line-height: 1.17;
}

.body-text_type_sub-header {
  margin: 0;
  text-align: left;
  font-weight: 500;
  font-size: 20px !important;
  width: 100%;
  pointer-events: none;
}

.body-text_type_search-results-header {
  font-weight: 500;
  font-size: 16px !important;
}

.body-text_type_card-image {
  font-size: 16px !important;
}

.body-text_type_main-link {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  width: 259px;
  height: 51px;
  border-radius: 8px;
  background: var(--mainBtnColor);
  border: none;
  cursor: pointer;
  z-index: 50;
}

.body-text_type_main-link::before {
  content: "";
  display: block;
  border-radius: 8px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--mainBtnColorHovered);
  transition: opacity 0.3s ease-in-out;
  z-index: -1000;
}

.body-text_type_main-link:hover::before {
  opacity: 1;
}

.body-text_type_popup {
  font-weight: 400;
  font-size: 32px;
}

.body-text_type_proposal-card-btn {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
}

.body-text_type_business-proposal-description {
  position: relative;
  font-weight: 400;
  font-size: 20px;
}

.body-text_type_blue-link {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  width: 150px;
  height: 36px;
  border-radius: 24px;
  background: var(--helpCentreBtnColor);
}

.body-text_type_blue-link::before {
  content: "";
  display: block;
  border-radius: 24px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--helpCentreBtnColorHovered);
  transition: opacity 0.3s ease-in-out;
  z-index: -1000;
}

.body-text_type_blue-link:hover::before {
  opacity: 1;
}

.body-text_type_blog-link {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  width: 147px;
  height: 40px;
  border-radius: 20px;
  background: var(--blogElementsBackground);
  border: none;
  cursor: pointer;
  z-index: 50;
}

.body-text_type_blog-link::before {
  content: "";
  display: block;
  border-radius: 30px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blogElementsBackgroundHovered);
  transition: opacity 0.3s ease-in-out;
  z-index: -1000;
}

.body-text_type_blog-link:hover::before {
  opacity: 1;
}

.body-text_type_header-link {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  width: 190px;
  height: 46px;
  border-radius: 8px;
  background: var(--helpCentreBtnColor);
  border: none;
  cursor: pointer;
  z-index: 50;
}

.body-text_type_header-link::before {
  content: "";
  display: block;
  border-radius: 8px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--helpCentreBtnColorHovered);
  transition: opacity 0.3s ease-in-out;
  z-index: -1000;
}

.body-text_type_header-link:hover::before {
  opacity: 1;
}

.body-text_type_blog-post-link {
  color: var(--helpCentreBtnColor) !important;
  background-color: transparent;
}

.body-text_type_blog-post-link::before {
  background-color: transparent;
}

@media screen and (max-width: 1250px) {
  .body-text_type_help-centre-link {
    background: transparent;
  }

  .body-text_type_help-centre-link::before {
    background: transparent;
  }
}

.body-text_type_main-registry {
  font-weight: 400;
  font-size: 24px;
}

.body-text_type_help-second-level {
  font-weight: 400;
  font-size: 14px !important;
}

.body-text_type_small {
  font-weight: 400;
  font-size: 16px;
}

.body-text_type_very-small {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.17;
}

@media screen and (max-width: 768px) {
  .body-text_type_main {
    font-size: 44px;
  }

  .body-text_type_regular-header {
    font-size: 30px;
  }

  .body-text_type_regular-header--business {
    font-size: 32px !important;
    line-height: 120%;
  }
}

@media screen and (max-width: 576px) {
  .body-text {
    font-size: 16px;
  }

  .body-text_type_main {
    font-size: 32px;
    line-height: 1.2;
  }

  .body-text_type_regular-header {
    font-size: 24px;
    line-height: 1.2;
  }

  .body-text_type_main-registry {
    font-size: 16px;
  }

  .body-text_type_post-main {
    font-size: 16px;
  }

  .body-text_type_ready {
    font-size: 24px;
    line-height: 1.2;
  }

  .body-text_type_updates-date {
    font-size: 24px;
  }
}

@media screen and (max-width: 420px) {
  .body-text_type_help-centre-link {
    width: 125px;
  }

  .body-text_type_regular-header--business {
    line-height: 140%;
  }

  .body-text_type_post-main--business {
    font-size: 20px !important;
    line-height: 140%;
  }
}

.body-text_type_sticker {
  font-weight: 200;
  font-size: 20px;
  line-height: 1.17;
}

.body-text_type_main-link {
  font-size: 20px;
}

.body-text_type_link {
  text-decoration: none;
}



@media screen and (max-width: 1250px) {
  .overflow {
    overflow-x: clip;
  }
}

@media screen and (max-width: 576px) {
  .overflow {
    overflow-x: visible;
  }
}

.fade-in-0_3 {
  -webkit-animation: fadeInFromNone 0.3s ease-out;
  -moz-animation: fadeInFromNone 0.3s ease-out;
  -o-animation: fadeInFromNone 0.3s ease-out;
  animation: fadeInFromNone 0.3s ease-out;
}

.fade-in-0_8 {
  -webkit-animation: fadeInFromNone 0.8s ease-out;
  -moz-animation: fadeInFromNone 0.8s ease-out;
  -o-animation: fadeInFromNone 0.8s ease-out;
  animation: fadeInFromNone 0.8s ease-out;
}

.fade-in-1_5 {
  -webkit-animation: fadeInFromNone 1.5s ease-out;
  -moz-animation: fadeInFromNone 1.5s ease-out;
  -o-animation: fadeInFromNone 1.5s ease-out;
  animation: fadeInFromNone 1.5s ease-out;
}

.fade-in-2_5 {
  -webkit-animation: fadeInFromNone 2.5s ease-out;
  -moz-animation: fadeInFromNone 2.5s ease-out;
  -o-animation: fadeInFromNone 2.5s ease-out;
  animation: fadeInFromNone 2.5s ease-out;
}

.fade-in-3_5 {
  -webkit-animation: fadeInFromNone 3.5s ease-out;
  -moz-animation: fadeInFromNone 3.5s ease-out;
  -o-animation: fadeInFromNone 3.5s ease-out;
  animation: fadeInFromNone 3.5s ease-out;
}

.invisible {
  opacity: 0;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.scale_0_5 {
  -webkit-animation: scaleInOut .5s ease-out;
  -moz-animation: scaleInOut .5s ease-out;
  -o-animation: scaleInOut .5s ease-out;
  animation: scaleInOut .5s ease-out;
}

@-webkit-keyframes scaleInOut {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@-moz-keyframes scaleInOut {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@-o-keyframes scaleInOut {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes scaleInOut {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.translate-up-0_8 {
  transform: translate(0, -40px);
  transition: transform 0.8s ease-out;
}

.translate-down-0_8 {
  transform: translate(0, 30px);
  transition: transform 0.8s ease-out;
}

.transalteStart {
  transform: translate(0, 0);
}



.landing-image {
  position: absolute;
  z-index: 2;
  user-select: none;
  pointer-events: none;
}

.landing-image_type_work-start-animation {
  transition: transform 15s ease-in-out;
}

.landing-image_type_ready-animation {
  transition: transform 1s ease-out;
}

.landing-image_type_business-user-arrow-animation {
  top: 161px;
  right: 361px;
  offset-rotate: 0deg;
  offset-path: path(
    "M285 89.0019C305 113.502 296.5 103.002 326 104.502C352.167 105.835 407.6 109.6 420 114C435.5 119.5 442.5 160 392 163.5C341.5 167 373.5 172.5 342 217.5C310.5 262.5 275.5 253 204 253C132.5 253 90 223.5 68 211.5C46 199.5 13.4994 208.5 6.49937 215C-0.500632 221.5 -2.00063 239.5 8.99937 261.5C19.9994 283.5 50.4994 295 61.4994 303C72.4994 311 102 324 92.5005 343C83.0005 362 103.5 383.5 115.5 387.5C127.5 391.5 138.001 398 184.501 397C231.001 396 218.501 387.5 235.001 383.5C251.501 379.5 259 388.5 270.5 404.5C282 420.5 282.5 420.5 303.5 432.5C324.5 444.5 339.5 430 354 424C368.5 418 360 408 360 383.5C360 359 363.5 353.5 376.5 350.5C389.5 347.5 397.5 363.5 403.5 371C409.5 378.5 418.5 376 456 371C493.5 366 501.5 347 509 335C516.5 323 527 302.5 530.5 280.5C534 258.5 509.5 218 506 207.5C502.5 197 508 174.5 504 160C500 145.5 480.5 143.5 477 120C473.5 96.5 483.5 82.5 487.5 67.5C491.5 52.5 487.5 25 468.5 19.5019C449.5 14.0039 420.5 19.5019 386 6.00195C351.5 -7.49805 329.5 6.50195 319 19.5019C308.5 32.5019 310.5 46.5019 307 50.5019C303.5 54.5019 265 64.5019 285 89.0019Z"
  );
  animation: move 120s cubic-bezier(0.21, 0.82, 0.55, 0.05) infinite;
  animation-delay: 3s;
}

.landing-image_type_business-user-arrow-2-animation {
  top: 180px;
  left: 113px;
  offset-rotate: 0deg;
  offset-path: path(
    "M1.50026 105.499C0.000262737 161.499 21.5003 165.499 35.0003 199.499C37.5002 203.833 43.3 215 46.5 225C50.5 237.5 42 272 22 310C2 348 35.0003 382 46.5 380C57.9997 378 74 398.5 82 401.5C90 404.5 94.5 393.5 104 393.5C113.5 393.5 112.5 393.5 155.5 437C198.5 480.5 265.5 394.5 269 388.5C272.5 382.5 292 362 327.5 398.5C363 435 410 416.5 454 415C508 447 575.5 445.5 544 375C580 350.5 585 336 575.5 323.5C566 311 477.5 326.5 458 313C438.5 299.5 483.5 301 508 280C532.5 259 464 272.5 435.5 272C407 271.5 352.5 258 327.5 258.5C302.5 259 279.5 286 251 286.5C222.5 287 211.5 278 190 266C168.5 254 146 189 158.5 161C171 133 261 110.5 272.5 101.5C284 92.5 282 74.5 272.5 62C263 49.5 203 40.4989 170 17.4989C137 -5.50107 94 -0.501067 69 7.99893C44 16.4989 3.00026 49.4989 1.50026 105.499Z"
  );
  animation: move 120s ease-in-out reverse infinite;
  animation-delay: 2s;
}

@keyframes move {
  to {
    offset-distance: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-image_type_work-start-animation {
    animation: none;
  }
  .landing-image_type_ready-animation {
    animation: none;
  }
  .landing-image_type_business-user-arrow-animation {
    animation: none;
  }
  .landing-image_type_business-user-arrow-2-animation {
    animation: none;
  }
}

.landing-image_type_left-arrow {
  display: block;
  top: 285px;
  left: -400px;

  & .arrow-head {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
}

.landing-image_type_right-arrow {
  display: block;
  top: -65px;
  right: -330px;

  & .arrow-head {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
}

.landing-image_type_ellipse {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.landing-image_type_left-arrow-2 {
  top: -1015px;
  left: -333px;
}

.landing-image_type_purple-plus {
  top: 240px;
  right: -190px;
}

.landing-image_type_circle {
  top: -60px;
  right: -300px;
}

.landing-image_type_comment {
  top: -80px;
  left: -200px;
}

@media (prefers-reduced-motion: no-preference) {
  .landing-image_type_purple-plus {
    transition: 1.5s ease;
  }

  .landing-image_type_circle {
    transition: 1.5s ease;
  }

  .landing-image_type_comment {
    transition: 1.5s ease;
  }
}

.landing-image_type_yellow-scotch {
  top: 480px;
  right: -140px;
}

.landing-image_type_blue-cursor {
  top: 600px;
  left: 280px;
}

.landing-image_type_green-cursor {
  top: 790px;
  left: 420px;
}

.landing-image_type_yellow-cursor {
  top: 580px;
  right: 260px;
}

.landing-image_type_comments-window {
  top: 580px;
  right: -280px;
}

.landing-image_type_comment-window {
  top: 750px;
  right: -60px;
}

.landing-image_type_comment-window2 {
  top: 850px;
  right: -60px;
}

.landing-image_type_tools {
  top: 540px;
  left: -220px;
  z-index: 10;
}

.landing-image_type_pallet {
  top: 630px;
  left: 98px;
  z-index: 5;
}

.landing-image_type_thin {
  top: 710px;
  left: 150px;
}

.landing-image_type_doodle {
  top: 25px;
  left: 450px;
}

.landing-image_type_future-plans_bg {
  top: 0;
  right: 0;
}

.landing-image_type_proposal {
  top: 39px;
  left: 245px;
}

.landing-image_type_left_firecracker {
  bottom: 77px;
  left: 82px;
  z-index: 5;
}

.landing-image_type_sticker {
  bottom: 1px;
  left: 228px;
  z-index: 6;
}

.landing-image_type_shadow {
  top: 60%;
  left: 42%;
  transform: translate(-50%, -50%);
  z-index: 7;
}

.landing-image_type_kanban {
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: 8;
}

.landing-image_type_menu {
  bottom: 109px;
  right: 265px;
  z-index: 9;
}

.landing-image_type_right_firecracker {
  bottom: 20px;
  right: 75px;
  z-index: 10;
}

.landing-image_type_updates-tools {
  bottom: 0;
  left: 44px;
}

.landing-image_type_updates-magic-star {
  bottom: 0;
  left: 195px;
}

.landing-image_type_updates-task {
  top: 0;
  left: 145px;
}

.landing-image_type_updates-arrow {
  bottom: 88px;
  right: 266px;
}

.landing-image_type_updates-sticker {
  bottom: 0;
  right: 0;
}

.landing-image_type_security-folders {
  top: 42px;
  left: -42px;
}

.landing-image_type_security-metka {
  bottom: 24px;
  left: 139px;
}

.landing-image_type_security-monitor {
  bottom: 42px;
  right: 22px;
}

.landing-image_type_security-shield {
  bottom: 243px;
  right: -42px;
}

@media screen and (max-width: 1240px) {
  .landing-image_type_security-folders {
    top: -24px;
    left: -11px;
  }

  .landing-image_type_security-metka {
    bottom: -37px;
    left: 77px;
  }

  .landing-image_type_security-monitor {
    bottom: -54px;
  }

  .landing-image_type_security-shield {
    bottom: 223px;
    right: -7px;
  }
}

@media screen and (max-width: 1024px) {
  .landing-image_type_left-arrow {
    transform: translate(-100px, 70px);
  }

  .landing-image_type_right-arrow {
    transform: translate(100px, 70px);
  }
}

@media screen and (max-width: 992px) {
  .landing-image_type_left-arrow {
    transform: translate(-170px, 110px);
  }

  .landing-image_type_right-arrow {
    transform: translate(120px, 110px);
  }

  .landing-image_type_yellow-scotch {
    transform: translateY(585px);
  }
}

@media screen and (max-width: 820px) {
  .landing-image_type_updates-arrow {
    bottom: 86px;
    right: 35px;
    height: 111px;
    z-index: 3;
  }
}

@media screen and (max-width: 768px) {
  .landing-image_type_work-start-animation {
    display: none;
  }

  .landing-image_type_left-arrow {
    display: none;
  }

  .landing-image_type_right-arrow {
    display: none;
  }

  .landing-image_type_left-arrow-2 {
    display: none;
  }
  .landing-image_type_ellipse {
    top: 30%;
    z-index: -1;
  }

  .landing-image_type_purple-plus {
    display: none;
  }

  .landing-image_type_circle {
    display: none;
  }

  .landing-image_type_comment {
    display: none;
  }

  .landing-image_type_comments-window {
    display: none;
  }

  .landing-image_type_comment-window {
    display: none;
  }

  .landing-image_type_tools {
    display: none;
  }

  .landing-image_type_pallet {
    display: none;
  }

  .landing-image_type_thin {
    display: none;
  }

  .landing-image_type_menu {
    display: none;
  }

  .landing-image_type_shadow {
    display: none;
  }

  .landing-image_type_left_firecracker {
    display: none;
  }

  .landing-image_type_updates-magic-star {
    width: 133px;
    left: 90px;
  }

  .landing-image_type_updates-sticker {
    bottom: 0;
    right: -125px;
  }

  .landing-image_type_updates-tools {
    left: 33px;
  }

  .landing-image_type_security-monitor {
    bottom: -100px;
  }
}

@media screen and (max-width: 960px) {
  .landing-image_type_doodle {
    top: 28px;
    left: 290px;
  }

  .landing-image_type_security-folders {
    height: 110px;
    top: -25px;
    left: 0;
  }

  .landing-image_type_security-metka {
    height: 100px;
    left: -30px;
    rotate: -25deg;
  }
}

@media screen and (max-width: 650px) {
  .landing-image_type_doodle {
    left: 350px;
  }
}

@media screen and (max-width: 600px) {
  .landing-image_type_business-user-arrow-animation {
    display: none;
  }

  .landing-image_type_business-user-arrow-2-animation {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .landing-image_type_yellow-scotch {
    display: none;
  }

  .landing-image_type_ellipse {
    width: 451px;
    height: 451px;
    top: 18%;
  }

  .landing-image_type_doodle {
    display: none;
  }

  .landing-image_type_kanban {
    display: none;
  }

  .landing-image_type_updates-task {
    width: 253px;
    left: 128px;
  }

  .landing-image_type_updates-magic-star {
    width: 133px;
    left: 90px;
  }

  .landing-image_type_updates-arrow {
    bottom: 124px;
    right: 113px;
    z-index: 1;
  }

  .landing-image_type_updates-sticker {
    display: none;
  }

  .landing-image_type_updates-tools {
    left: 20px;
  }

  .landing-image_type_security-monitor {
    height: 100px;
    bottom: -90px;
    right: -38px;
  }

  .landing-image_type_security-metka {
    bottom: -86px;
    left: -43px;
  }

  .landing-image_type_security-shield {
    height: 100px;
    bottom: 130px;
    right: -15px;
  }
}

.content {
  max-width: var(--maxWidthSection);
  margin: 0 auto;
}

.page {
  font-family: "Roboto", "Unbounded", Arial, Helvetica, sans-serif;
  background-color: var(--mainBackground);
  background-image: var(--dotsGradientImage);
  background-position: var(--dotsGradientPosition);
  background-size: var(--dotsGradientSize);
  overflow-x: hidden;
  margin: auto;
  background-position: center;
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

.page--fixed {
  position: fixed;
}

.page__container {
  max-width: var(--maxWidthPage);
  min-width: var(--minWidthPage);
  margin: 0 auto;
}

.content {
  max-width: var(--maxWidthSection);
  margin: 0 auto;
}

@media screen and (max-width: 1900px) {
  .page {
    overflow-x: hidden !important;
    max-width: 100vw;
  }
}

@media screen and (max-width: 1250px) {
  .page {
    overflow-x: auto;
  }
}

.page__container {
  max-width: var(--maxWidthPage);
  min-width: var(--minWidthPage);
  margin: 0 auto;
}


.header {
  height: var(--headerHightMain);
  background-color: var(--blocksBackground);
  border-radius: 0 0 40px 40px;
  box-shadow: var(--headerBoxShadow);
  margin: 0 auto;
  display: grid;
  align-items: center;
  justify-content: space-around;
  grid-template-columns: 190px 89px 628px 278px;
  grid-template-rows: 85px;
  padding: 0 56px 0 32px;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 200;
}

.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header__overlay--visible {
  opacity: 1;
}

.header__logo {
  width: 190px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: transform 0.3s;
}

.header__swicher-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__swicher-button {
  position: relative;
  cursor: pointer;
  border: none;
  background: none;
  height: 24px;
  width: 24px;
}

.header__swicher-button--active {
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}

.header__swicher-button:hover {
  opacity: 0.6;
  transition: 0.2s ease-in-out;
}

.header__swicher-button:before {
  position: absolute;
  content: "";
  height: 9px;
  border: 1px solid var(--accordionSwitcher);
  background-color: var(--accordionSwitcher);
  top: 8px;
  left: 15px;
  transform: rotate(45deg);
}

.header__swicher-button:after {
  position: absolute;
  content: "";
  height: 8px;
  border: 1px solid var(--accordionSwitcher);
  background-color: var(--accordionSwitcher);
  top: 9px;
  left: 8px;
  transform: rotate(-45deg);
}

.header__swicher-button--active:before {
  border: 1px solid var(--helpAccordionSelected);
  background-color: var(--helpAccordionSelected);
}

.header__swicher-button--active:after {
  border: 1px solid var(--helpAccordionSelected);
  background-color: var(--helpAccordionSelected);
  top: 8px;
  height: 9px;
}

.header__swicher-popup {
  position: absolute;
  top: 70px;
  z-index: 10;
  width: 174px;
  height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 8px 16px;
  background-color: #fff;
  box-shadow: 0px 5px 14px 0px #00000029;
}

.header__buttons-container {
  display: grid;
  align-items: center;
  width: 278px;
  column-gap: 5px;
  grid-template-columns: 1fr 190px;
}

.header__nav-container {
  display: block;
}

.header__nav-container_type_help {
  position: absolute;
  left: -63%;
}

.header__nav {
  margin: 0 125px;
  padding: 0;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}

.header__nav-item {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header__link {
  margin: 0;
  color: var(--mainTextColor);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__link_type_entry {
  justify-content: flex-start;
}

.header__link_type_help {
  color: var(--secondTextColor);
  justify-content: space-evenly;
}

.header__search-form {
  width: fit-content;
  margin-left: 26px;
  position: relative;
}

.header__search-form::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  margin: auto 0;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE4IDE4Ij48Y2lyY2xlIGN4PSI4LjUiIGN5PSI3LjUiIHI9IjYiIHN0cm9rZT0iIzU4NTg1OCIvPjxwYXRoIGZpbGw9IiM1ODU4NTgiIGQ9Ik0xNS4yMSAxNy42MTRhMSAxIDAgMCAwIDEuNTgtMS4yMjh6bTEuNTgtMS4yMjgtMy41LTQuNS0xLjU4IDEuMjI4IDMuNSA0LjV6Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.header__search-form-input-wrapper {
  position: relative;
}

button[type="reset"] {
  position: absolute;
  top: 7px;
  bottom: 10px;
  right: 10px;
  border: 0;
  display: none;
  padding: 0 10px;
  outline: none;
  z-index: 25;
  font-size: 25px;
  color: var(--helpHeaderInputSearchBorder);
  background-color: transparent;
}

.header__search:focus:valid ~ button[type="reset"] {
  display: block;
  color: var(--helpHeaderInputSearchBorder);
  right: 10px;
}

.header__search:valid ~ button[type="reset"] {
  display: block;
  color: var(--helpHeaderInputSearchBorderValid);
}

.header__search-results {
  position: absolute;
  z-index: 10;
  background: var(--helpMenuBackground);
  width: 100%;
  height: auto;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 14px 0 0 0;
  border-radius: 9px;
  display: none;
  box-shadow: 0px 8px 12.2px -5px #0000001a;
  overflow: hidden;
}

.no-results {
  text-align: center;
  padding: 10px;
  color: var(--helpAccordionLink);
  border-left: none !important;
  pointer-events: none;
  margin-top: 20px !important;
  margin-bottom: 15px !important;
}

.header__search-results-wrapper {
  width: 95%;
  height: auto;
  max-height: 300px;
  padding: 0;
  margin: 0 0 19px 0;
  overflow-y: auto;
  display: block;
  overscroll-behavior: contain;
  position: relative;
  z-index: 10;
  scrollbar-width: thin;
}

.header__search-results::before,
.header__search-results::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: calc(95% - var(--scrollBarWidthSearchResult));
  height: 45px;
  pointer-events: none;
  z-index: 15;
}

.header__search-results::before {
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(254, 254, 254, 1) 20%,
    rgba(0, 0, 0, 0) 100%
  );
}

.header__search-results::after {
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(254, 254, 254, 1) 20%,
    rgba(0, 0, 0, 0) 100%
  );
}

.header__search-results_type_no-results::before,
.header__search-results_type_no-results::after {
  content: none;
}

.header__search-results-item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 27px;
  margin-left: 30px;
  border-left: 2px solid var(--helpHeaderInputSearchBorderValid);
  box-sizing: border-box;
  cursor: pointer;
  height: auto;
  overflow: hidden;
  background-color: var(--helpMenuBackground);
  z-index: 20;
}

.header__search-results-item:first-child {
  margin-top: 27px;
}

.header__search-results-item:hover {
  background-color: var(--helpHeaderInputSearchBackground);
}

.header__search-results-item-header {
  margin: 0;
  margin-bottom: 12px;
  pointer-events: none;
}

.header__search-results-item-description {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

.header__search {
  width: 583px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: var(--helpHeaderInputSearchBackground);
  border: 2px solid var(--helpHeaderInputSearchBackground);
  outline: none;
  padding-left: 20px;
  transition: border 0.3s ease;

  &::placeholder {
    /* text-indent: 35px; */
    font-size: 16px;
    font-weight: 400;
    color: var(--helpAccordionLink);
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  &::-moz-placeholder {
    /* text-indent: 35px; */
    font-size: 16px;
    font-weight: 400;
    color: var(--helpAccordionLink);
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  &:-moz-placeholder {
    /* text-indent: 35px; */
    font-size: 16px;
    font-weight: 400;
    color: var(--helpAccordionLink);
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  &::-webkit-input-placeholder {
    /* text-indent: 35px; */
    font-size: 16px;
    font-weight: 400;
    color: var(--helpAccordionLink);
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  &:-ms-placeholder {
    /* text-indent: 35px; */
    font-size: 16px;
    font-weight: 400;
    color: var(--helpAccordionLink);
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}

.header__search:hover {
  background-color: var(--helpHeaderInputSearchHoverBackground);
  border-color: var(--helpHeaderInputSearchHoverBackground);
  transition: border 0.3s ease;
}

.header__search:focus {
  background-color: var(--helpMenuBackground);
  border-color: var(--helpHeaderInputSearchBorder);
  position: relative;
  z-index: 5;

  &::placeholder {
    text-indent: -200px;
    transition: text-indent 0.5s ease;
  }

  &::-webkit-input-placeholder {
    text-indent: -200px;
    transition: text-indent 0.5s ease;
  }

  &::-moz-placeholder {
    /* text-indent: -200px;
    transition: text-indent opacity 0.5s ease; */
    opacity: 0;
  }

  &:-moz-placeholder {
    /* text-indent: -200px;
    transition: text-indent opacity 0.5s ease; */
    opacity: 0;
  }

  &:-ms-input-placeholder {
    text-indent: -200px;
    transition: text-indent 0.5s ease;
  }
}

.header__search:focus:hover {
  background-color: var(--helpMenuBackground);
}

.header__search:focus:valid {
  border-color: var(--helpHeaderInputSearchBorder);
}

.header__search:valid {
  background-color: var(--helpMenuBackground);
  border-color: var(--helpHeaderInputSearchBorderValid);
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1800px) {
  .header__nav-container_type_help {
    left: -52%;
  }
}

@media screen and (max-width: 1600px) {
  .header__nav-container_type_help {
    left: calc(-100vw + 1176px);
  }
}

@media screen and (max-width: 1500px) {
  .header__nav-container_type_help {
    left: calc(-100vw + 1084px);
  }
}

@media screen and (max-width: 1440px) {
  .header__search {
    width: 377px;
  }

  .header__nav-container_type_help {
    left: calc(1136px - 100vw);
  }
}

@media screen and (max-width: 1280px) {
  .header {
    grid-template-columns: repeat(4, minmax(89px, auto));
    justify-content: space-between;
  }
}

@media screen and (max-width: 1250px) {
  .header__nav {
    gap: 40px;
  }

  .header__nav-container_type_help {
    position: relative;
    left: -35px;
  }

  .header__link_type_help {
    color: var(--helpCentreBtnColor);
  }

  .header__link_type_help svg path {
    stroke: var(--helpCentreBtnColor);
  }

  .header__link_type_help:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 1150px) {
  .header {
    grid-template-columns: repeat(2, fit-content(190px));
    justify-content: space-between;
    padding: 0 32px;
  }

  .header__swicher-popup {
    top: 50px;
  }

  .header__swicher-container {
    display: none;
  }

  .header__nav-container {
    display: none;
    width: fit-content;
    background: var(--blocksBackground);
  }

  .header__buttons-container {
    display: none !important;
  }

  .header__nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin: 0;
  }

  .header__toggle {
    display: block;
  }

  .header--expanded {
    height: var(--headerExpandedHeight) !important;
    row-gap: 60px;
    position: relative;
  }

  .header--expanded .header__logo {
    transform: translateY(30px);
    transition: transform 0.3s;
  }

  .header--expanded .header__swicher-container {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 190px;
    bottom: 20px;
    right: 40px;
  }

  .header--expanded .header__nav-container .body-text_type_small {
    font-size: 20px;
  }

  .header--expanded .header__nav-container {
    display: block;
    grid-row: 2;
    z-index: 5;
    align-self: flex-start;
  }

  .header--expanded .header__buttons-container {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    grid-row: 2;
    width: min-content;
    align-self: flex-start;

    & > a:first-child {
      color: var(--accentTextColor) !important;
      position: relative;
      width: 100%;
      transition: color 0.3s;
    }

    & > a:first-child:hover {
      color: var(--spanTextColor) !important;
      transition: color 0.3s;
    }

    & > a:first-child::after {
      content: "";
      position: absolute;
      top: 6px;
      right: 18px;
      width: 9px;
      height: 2px;
      transform: rotate(45deg);
      background: var(--accentTextColor);
    }

    & > a:first-child::before {
      content: "";
      position: absolute;
      top: 12px;
      right: 18px;
      width: 9px;
      height: 2px;
      transform: rotate(135deg);
      background: var(--accentTextColor);
    }
  }

  .header__nav-container_type_help {
    left: 10px;
  }
}

@media screen and (max-width: 950px) {
  .header {
    padding: 0 32px;
  }

  .header__search-form {
    width: 100%;
    grid-column: 2 / span1;
  }

  .header__search-results {
    width: 95%;
  }

  .header__search {
    width: 90%;
    transition: width 0.3s ease;
  }

  .header__search:focus {
    width: 95%;
  }

  .header__search:valid {
    width: 95%;
  }

  button[type="reset"] {
    right: 35px;
  }

  .header__search:focus:valid ~ button[type="reset"] {
    right: 35px;
  }
}

@media screen and (max-width: 576px) {
  .header {
    height: var(--headerHightSmall);
    justify-content: left;
    border-radius: 0;
    grid-template-rows: 140px min-content 1fr;
    grid-template-columns: 1fr;
  }

  .header__swicher-popup {
    box-shadow: none;
    padding: 0;
    top: 43px;
    justify-content: space-evenly;
  }

  .header__nav-container_type_help {
    position: absolute;
    top: 55px;
  }

  .header__swicher-container {
    top: 600px;
    left: 30px;
    width: calc(100vw - 2 * 30px) !important;
    height: fit-content;
  }

  .header__buttons-container {
    display: none;
    grid-row: 3;
  }

  .header--expanded {
    height: 100dvh !important;
    border-radius: 0;
    overflow-y: scroll;
  }

  .header--expanded .header__buttons-container {
    grid-column: 1;
    width: 100%;
    margin-top: -30px;
  }

  .header--expanded .header__nav-container {
    grid-row: 3;
  }

  .header__link {
    width: 100%;
  }

  .header__link > svg {
    display: none;
  }
  .header__search-form {
    grid-column: span2 / 2;
    margin-left: 10px;
  }
  button[type="reset"] {
    right: 30px;
  }

  .header__search:focus {
    width: 100%;
  }

  .header__search-form:focus-within {
    grid-column: 1 / span1;
    margin: 0;
  }

  .header__search-form:valid {
    grid-column: 1 / span1;
    margin: 0;
  }

  .header__search:focus:valid ~ button[type="reset"] {
    right: 15px;
  }
}

.header__link_type_fill {
  color: var(--secondTextColor);
}

.work-start {
  position: relative;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto;
}

.work-start__header {
  width: 1030px;
  margin: 0 auto;
  margin-top: 144px;
  text-align: center;
}

.work-start__header-span {
  background: linear-gradient(90deg, #475bbe 0%, #687bdc 50%, #475bbe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.work-start__description {
  margin: 0 auto;
  text-align: center;
  margin-top: 33px;
}

.work-start__link {
  margin: 112px 0 126px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--mainTextColor);
}

/* .work-start__span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-start__check {
  width: 30px;
  height: 30px;
  z-index: 1;
}

.work-start__registry {
  margin: 0;
  padding: 0;
  color: var(--linkTextColor);
  padding-left: 14px;
}

.work-start__registry-link {
  color: var(--linkTextColor);
} */

.work-start__cards-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 58px 0 100px 0;
}

@media screen and (max-width: 1200px) {
  .work-start__cards-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .work-start__header {
    width: 672px;
  }
}

@media screen and (max-width: 768px) {
  .work-start__header {
    width: 472px;
  }

  .work-start__description {
    width: 85%;
  }
}

@media screen and (max-width: 576px) {
  .work-start {
    overflow-x: hidden;
  }

  .work-start__header {
    width: 354px;
    margin-top: 60px;
  }

  .work-start__link {
    margin: 112px 0 80px 0;
  }

  .work-start__span {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .work-start__registry {
    padding-left: 0;
  }
}

.work-card {
  max-width: 295px;
  min-width: 250px;
  height: 132px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: var(--blocksBackground);
  border-radius: 16px;
  box-shadow: var(--cardBoxShadow);
  z-index: 2;
}

.work-card__img {
  width: 40px;
  height: 40px;
  padding: 24px 0 0 24px;
}

.work-card__description {
  margin: 24px 12px 24px 0;
  line-height: 1.4 !important;
  color: var(--mainTextColor);
}

@media screen and (max-width: 576px) {
  .work-card {
    max-height: 114px;
    height: auto;
  }
}

.work-organisation {
  display: grid;
  grid-template-rows: auto;
}

.work-organisation__header {
  margin-bottom: 90px;
  text-align: center;
  justify-self: center;
}

.work-organisation__video {
  justify-self: center;
  width: auto;
  height: 682px;
  border: 10px solid var(--mainBackground);
  border-radius: 15px;
  box-sizing: border-box;
}

.work-organisation__cards-container {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  padding: 115px 0 140px 0;
}

.work-organisation__card {
  position: relative;
  max-width: 365px;
  min-height: 182px;
}

.work-organisation__card-header {
  color: var(--accentTextColor);
}

.work-organisation__card-description {
  color: var(--mainTextColor);
}

.work-organisation__card-img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
  z-index: 1;
}

@media screen and (max-width: 1250px) {
  .work-organisation__video {
    width: 97%;
    height: auto;
  }
}

@media screen and (max-width: 1200px) {
  .work-organisation__cards-container {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }

  .work-organisation__card-img {
    top: 60%;
  }
}

@media screen and (max-width: 1024px) {
  .work-organisation__header {
    width: 690px;
    margin-bottom: 90px;
  }

  .work-organisation__video {
    width: 96%;
  }
}

@media screen and (max-width: 768px) {
  .work-organisation__header {
    width: 600px;
  }
}

@media screen and (max-width: 576px) {
  .work-organisation__header {
    width: 288px;
    margin-bottom: 40px;
  }

  .work-organisation__video {
    width: 92%;
  }

  .work-organisation__cards-container {
    padding-top: 60px;
    padding-bottom: 0;
    margin: 0 17px;
  }

  .work-organisation__card {
    max-width: 286px;
    min-height: 138px;
  }

  .work-organisation__card-img {
    display: none;
  }
}

.tools {
  position: relative;
  display: grid;
  grid-template-rows: auto;
}

.tools__header {
  margin: 0;
  color: var(--mainTextColor);
  justify-self: center;
  padding-bottom: 20px;
  text-align: center;
}

.tools__description {
  margin: 0;
  color: var(--mainTextColor);
  justify-self: center;
  text-align: center;
}

.tools__img-container {
  width: 200px;
  height: 100px;
  position: relative;
  top: 90px;
  left: -240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tools__img-description {
  width: 193px;
  color: var(--mainTextColor);
  transform: rotate(-18deg);
  text-align: center;
}

@media (prefers-reduced-motion: no-preference) {
  .tools__img-container {
    transition: 1.5s ease;
  }

  .tools__img-description {
    transition: 1.5s ease;
  }
}

.tools__cards-container {
  display: grid;
  grid-template-columns: 1fr 10px 10px 1fr;
  grid-template-rows: 145px 145px 10px 10px 145px 10px 10px 145px 145px 20px 220px;
  padding: 90px 0 100px 0;
}

.tools__card {
  position: relative;
  grid-row: span 2;
  background-color: var(--blocksBackground);
  box-shadow: var(--toolsCardsBoxShadow);
  border-radius: 11px;
  overflow: hidden;
}

.tools__card:nth-child(2) {
  grid-column: 4 / span 1;
}

.tools__card:nth-child(3) {
  grid-row: 8 / span 2;
}

.tools__card_type_large {
  grid-column: auto;
  grid-row: span 5;
}

.tools__card_type_large-last {
  grid-column: 4 / span 1;
  grid-row: 5 / span 5;
}

.tools__card:last-child {
  grid-row: 11 / span 1;
  width: auto;
  grid-column: span 4;
}

.tools__card-header {
  margin: 48px 15px 20px 48px;
  color: var(--accentTextColor);
}

.tools__card-header_type_last {
  margin-bottom: 14px;
  color: var(--accentTextColor);
}

.tools__card-description {
  max-width: 403px;
  margin: 0 15px 0 48px;
  color: var(--mainTextColor);
}

.tools__card-description_type_last {
  max-width: 695px;
}

.tools__handle-image {
  position: absolute;
  bottom: -10px;
  left: -10px;
  transition: transform 0.2s;
}

@media (hover: hover) and (pointer: fine) {
  .tools__handle-image:hover {
    transform: scale(1.1);
  }
}

@media (hover: none) and (pointer: coarse) {
  .tools__handle-image:hover {
    transform: inherit;
  }
}

.tools__card:first-child > .tools__handle-image {
  bottom: 0;
  left: 15px;
}

.tools__card:nth-child(2) > .tools__handle-image {
  bottom: 9px;
  left: 365px;
}

.tools__card:nth-child(3) > .tools__handle-image {
  bottom: 5px;
  left: 400px;
}

.tools__card:nth-child(3) > .tools__card-description {
  width: 350px;
}

.tools__card:last-child > .tools__handle-image {
  bottom: 0;
  left: 750px;
}

@media screen and (max-width: 1200px) {
  .tools__cards-container {
    display: grid;
    grid-template-columns: 1fr 10px 10px 1fr;
    grid-template-rows: 145px 145px 10px 10px 145px 10px 10px 145px 145px 20px 220px;
    padding: 90px 17px 100px 17px;
  }

  .tools__card:nth-child(3) > .tools__handle-image {
    bottom: 5px;
    left: 350px;
  }
}

@media screen and (max-width: 992px) {
  .tools__header {
    width: 75%;
  }

  .tools__card:nth-child(2) > .tools__handle-image {
    width: 205px;
    bottom: 1px;
    left: 250px;
  }

  .tools__card:nth-child(3) > .tools__handle-image {
    bottom: -50px;
    left: 300px;
  }

  .tools__card:nth-child(3) > .tools__card-description {
    width: auto;
  }

  .tools__card:last-child > .tools__handle-image {
    width: 300px;
    bottom: -20px;
    left: 650px;
  }
}

@media screen and (max-width: 768px) {
  .tools {
    margin-top: 120px;
  }

  .tools__header {
    width: 65%;
    line-height: 1.1 !important;
  }

  .tools__description {
    width: 70%;
  }

  .tools__img-container {
    display: none;
  }

  .tools__cards-container {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .tools__card {
    height: 400px;
    width: 250px;
    flex-grow: 1;
  }

  .tools__card:last-child {
    height: 258px;
  }

  .tools__card:first-child > .tools__handle-image {
    width: 800px;
    left: -100px;
    bottom: -80px;
  }

  .tools__card:nth-child(2) > .tools__handle-image {
    bottom: -10px;
    left: 140px;
  }

  .tools__card:nth-child(3) > .tools__handle-image {
    width: 200px;
    bottom: -30px;
    left: 100px;
  }

  .tools__card:nth-child(3) > .tools__card-description {
    width: auto;
  }

  .tools__card:last-child > .tools__handle-image {
    display: none;
  }

  .tools__card-header {
    max-width: 250px;
  }

  .tools__card-description_type_last {
    max-width: 594px;
  }

  .tools__card:last-child > .tools__card-header {
    max-width: 594px;
  }
}

@media screen and (max-width: 576px) {
  .tools__header {
    width: 75%;
  }

  .tools__cards-container {
    padding-top: 40px;
  }

  .tools__card:last-child {
    height: 400px;
  }

  .tools__card:nth-child(2) > .tools__handle-image {
    width: 300px;
    bottom: -20px;
    left: 210px;
  }

  .tools__card:nth-child(3) > .tools__handle-image {
    width: fit-content;
    bottom: -35px;
    left: 70px;
  }

  .tools__card:last-child > .tools__handle-image {
    display: block;
    width: 450px;
    bottom: 10px;
    left: 150px;
  }
}

@media screen and (max-width: 430px) {
  .tools__card:nth-child(2) > .tools__handle-image {
    width: 500px;
    bottom: -100px;
    left: -125px;
  }

  .tools__card:nth-child(3) > .tools__handle-image {
    bottom: 40px;
    left: 130px;
  }

  .tools__card:last-child > .tools__handle-image {
    display: block;
    width: 550px;
    bottom: -50px;
    left: 40px;
  }
}

.customization {
  position: relative;
  display: grid;
  grid-template-rows: auto;
  margin-top: 100px;
  box-sizing: border-box;
}

.customization__header {
  margin: 0;
  color: var(--mainTextColor);
  justify-self: center;
  padding-bottom: 20px;
  text-align: center;
}

.customization__description {
  margin: 0;
  color: var(--mainTextColor);
  justify-self: center;
  text-align: center;
}

.customization__slider {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 90px auto 0;
  overflow: hidden;
  box-shadow: var(--customizationSliderBoxShadow);
  border-radius: 15px;
  aspect-ratio: 1240 / 680;
}

@media screen and (max-width: 1240px) {
  .customization__slider {
    width: calc(100% - 34px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .customization__header {
    width: 65%;
    line-height: 1.1 !important;
  }

  .customization__description {
    width: 85%;
  }
}

@media screen and (max-width: 576px) {
  .customization__header {
    width: 85%;
  }

  .customization__description {
    width: 85%;
  }
}

.customization__before-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.customization__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  pointer-events: none;
}

.customization__image--after {
  clip-path: inset(0 50% 0 0);
}

.customization__divider {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background-color: var(--blocksBackground);
  cursor: ew-resize;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customization__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: #b8b8ba;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.customization__handle-icon {
  width: 24px;
  height: 24px;
}

.benefit {
  position: relative;
  display: grid;
  grid-template-rows: auto;
  margin-top: 100px;
}

.benefit__header {
  margin: 0;
  color: var(--mainTextColor);
  justify-self: center;
  padding-bottom: 20px;
  text-align: center;
}

.benefit__description {
  margin: 0;
  color: var(--mainTextColor);
  justify-self: center;
  text-align: center;
}

.benefit__slider {
  display: grid;
  gap: 20px;
  grid-template-columns: 505px 1fr;
  grid-template-rows: repeat(5, 92px);
  overflow: hidden;
  padding: 90px 17px 90px 17px;
}

.benefit__slider-button {
  display: block;
  height: 92px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 24px;
  grid-column: 1 / span 1;
  background-color: var(--blocksBackground);
  box-shadow: var(--benefitButtonShadow);
  border: none;
  border-radius: 15px;
  color: var(--mainTextColor);
  transition: color 0.3s ease, fill 0.3s ease;
  cursor: pointer;
}

.benefit__slider-button svg path {
  stroke: var(--mainTextColor);
  transition: stroke 0.3s ease;
}

.benefit__slider-button.active {
  color: var(--accentTextColor);
}

.benefit__slider-button.active svg path {
  stroke: var(--accentTextColor);
}

.benefit__icon {
  flex-shrink: 0;
  width: 24px;
}

.benefit__slider-button.active .benefit__icon path {
  stroke: var(--accentTextColor);
}

.benefit__slider-button-text {
  display: block;
  cursor: pointer;
}

.benefit__slider-container {
  width: 100%;
  position: relative;
  grid-column: 2 / span 1;
  grid-row: 1 / span 5;
  overflow: hidden;
  box-shadow: var(--cardBoxShadow);
  border-radius: 15px;
}

.benefit__slides {
  position: relative;
  height: 580px;
  width: 100%;
}

.benefit__slide {
  position: absolute;
  flex: 0 0 20%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s;
}

.benefit__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}

.benefit__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--benefitImgGradient);
  z-index: 1;
}

.benefit__img.hidden {
  opacity: 0;
}

.benefit__img-text-container {
  position: absolute;
  bottom: 40%;
  width: 85%;
}

.benefit__img-text-header {
  display: none;
}

.benefit__img-text {
  position: absolute;
  margin: 0;
  max-width: 602px;
  color: var(--secondTextColor);
}

@media screen and (max-width: 1200px) {
  .benefit__slider {
    box-sizing: border-box;
    padding: 90px 17px 90px 17px;
  }

  .benefit__img-text-container {
    bottom: 270px;
  }
}

@media screen and (max-width: 1024px) {
  .benefit__img-text-container {
    bottom: 320px;
  }
}

@media screen and (max-width: 996px) {
  .benefit__header {
    width: 85%;
  }

  .benefit__description {
    width: 75%;
  }

  .benefit__slider {
    padding: 90px 27px 90px 27px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .benefit__slider-container {
    height: 540px;
  }

  .benefit__img-text-container {
    bottom: 200px;
  }
}

@media screen and (max-width: 730px) {
  .benefit__img-text-container {
    bottom: 250px;
  }
}

@media screen and (max-width: 576px) {
  .benefit__header {
    width: 95%;
  }

  .benefit__description {
    width: 95%;
  }

  .benefit__slider {
    width: 100%;
    flex-direction: row;
    gap: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .benefit__slider-button {
    width: 20%;
    min-width: 72px;
    height: 72px;
    margin: 0 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .benefit__slider-button-text {
    display: none;
  }

  .benefit__slider-container {
    height: 580px;
    margin: 0 1px;
  }

  .benefit__img-text-container {
    left: 0;
    margin: 0 48px;
    bottom: 180px;
  }

  .benefit__img-text-header {
    display: block;
    margin: 0 0 10px 0;
    max-width: 258px;
    color: var(--secondTextColor);
    font-size: 24px !important;
  }

  .benefit__img-text {
    line-height: 1.3 !important;
  }
}

@media screen and (max-width: 440px) {
  .benefit__img-text-container {
    margin: 0 28px;
  }
}

.future-plans {
  height: 547px;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.future-plans__card {
  position: relative;
  width: 100%;
  height: 347px;
  padding: 0 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 1fr;
  border-radius: 15px;
  background: linear-gradient(180deg, #5770EB 0%, #313F85 100%);
}

.future-plans__header {
  color: var(--onDarkTextColor);
  margin: 73px 0 0 0;
}

.future-plans__description {
  color: var(--onDarkTextColor);
  margin: 0;
  grid-row: 2;
}

.future-plans__link {
  grid-row: 2;
  align-self: flex-end;
  justify-self: center;
  margin-bottom: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--mainTextColor);
}

@media screen and (max-width: 1200px) {
  .future-plans {
    margin: 0 17px;
    height: auto;
  }
}

@media screen and (max-width: 675px) {
  .future-plans__card {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 25px 0 25px;
  }

  .future-plans__link {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .future-plans {
    margin: 0 17px;
  }

  .future-plans__card {
    justify-content: space-around;
    padding: 0 5px 0 5px;
  }

  .future-plans__header {
    text-align: center;
  }

  .future-plans__description {
    text-align: center;
  }

  .future-plans__link {
    align-self: center;
    margin-bottom: 54px;
  }
}

.ready {
  position: relative;
  height: 980px;
  display: grid;
  grid-template-rows: min-content;
  margin-top: 140px;
}

.ready__square-img {
  display: block;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 643px;
  background-image: var(--readyEllipseGradient);
}

.ready__header {
  margin: 0;
  color: var(--mainTextColor);
  justify-self: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ready__header {
    width: 95%;
  }

  .ready__square-img {
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 576px) {
  .ready {
    height: 505px;
    margin-top: 40px;
  }

  .ready__square-img {
    height: 443px;
  }

  .ready__square-img {
    display: none;
  }

  .ready__header {
    width: 75%;
  }
}

.ready__link {
  justify-self: center;
  margin-top: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--mainTextColor);
}

.footer {
  position: absolute;
  min-height: 464px;
  background-color: var(--footerBackground);
  border-radius: 20px 20px 0 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.footer__logo-conatiner {
  position: relative;
  width: 295px;
  height: 141px;
  margin-top: 100px;
}

.footer__logo {
  width: 190px;
  margin: 0 0 40px 0;
  display: flex;
  gap: 4px;
}

.footer__logo-description {
  color: var(--secondTextColor);
}

.footer__logo-protection-rights {
  color: var(--footerProtectionRaightsColor);
}

.footer__contacts-container {
  width: 820px;
  margin: 100px 0 0 125px;
  display: grid;
  gap: 20px;
  grid-template-columns: 294px 189px 208px;
}

@media screen and (max-width: 1300px) {
  .footer__contacts-container {
    margin-left: 0;
    width: auto;
  }
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 0 68px;
    flex-direction: column;
    justify-content: center;
  }

  .footer__contacts-container {
    width: auto;
    margin: 40px 0 100px 0;
    grid-template-columns: 254px 189px 190px;
    justify-content: space-between;
  }

  .footer__logo-conatiner {
    height: 171px;
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    min-height: 880px;
    justify-content: flex-start;
  }

  .footer__logo-conatiner {
    margin-top: 100px;
  }

  .footer__contacts-container {
    margin: 10px 0 100px 0;
    grid-template-columns: 294px 189px;
    grid-template-rows: repeat(2, 124px);
    justify-content: flex-start;
  }

  .footer__contact-item:last-child {
    grid-column: 2;
    padding-top: 250px;
  }

  .footer__logo-protection-rights {
    position: absolute;
    bottom: -550px;
  }
}

@media screen and (max-width: 576px) {
  .footer {
    padding: 0 40px;
    justify-content: center;
  }

  .footer__logo-conatiner {
    margin-top: 60px;
  }

  .footer__logo-description {
    font-size: 24px;
  }

  .footer__logo-protection-rights {
    position: relative;
    bottom: -860px;
  }

  .footer__contacts-container {
    grid-template-columns: 241px;
    grid-template-rows: auto;
    gap: 21px;
    margin-bottom: 120px;
  }

  .footer__contact-item:last-child {
    grid-column: 1;
    max-width: 208px;
    padding-top: 0;
  }

  .footer__nav-item:last-child {
    padding-bottom: 0;
  }
}

.footer__contact-header {
  margin: 0 0 20px 0;
  color: var(--secondTextColor);
  font-size: 20px !important;
}

.footer__contact {
  margin: 16px 0;
  width: 257px;
  color: var(--secondTextColor);
}

.footer__contact-link {
  color: var(--secondTextColor);
  cursor: pointer;
  user-select: text !important;
}

.footer__nav {
  padding: 0;
}

.footer__nav-item {
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
}

.footer__nav-link {
  cursor: pointer;
  color: var(--secondTextColor);
}

.future {
  margin: 0 auto;
  max-width: 910px;
  justify-self: center;
}

.future__header {
  color: var(--mainTextColor);
  margin: 105px 0 0 0;
  text-align: left;
}

.future__img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.future__img_type_main {
  max-width: 718px;
  max-height: 398px;
  margin-bottom: 81px;
}

.future__img_type_card {
  border-radius: 15px;
}

.future__sub-header {
  color: var(--mainTextColor);
  margin: 0;
  text-align: left;
}

.future__sub-description {
  color: var(--mainTextColor);
  margin: 0;
  text-align: left;
  padding-top: 40px;
}

.future__cards-container {
  width: 100%;
  padding: 0;
  margin: 100px 0 0 0;
  list-style: none;
}

.future__cards-container > li:last-child > .future__img_type_card {
  margin-bottom: 0;
}

.future__card {
  position: relative;
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 2.26px 5.65px 0px #0000001A;
}

.future__card-description-container {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 279px;
  height: 264px;
  background-image: var(--readyEllipseGradient);
  background-repeat: no-repeat;
  background-size: 100% 85%;
  background-position: top;
}

.future__card-description-container_type_invert {
  top: auto;
  left: auto;
  bottom: 0;
  right: 40px;
}

.future__card-header {
  color: var(--mainTextColor);
  margin: 0;
  text-align: left;
  padding-bottom: 12px;
}

.future__card-description {
  color: var(--mainTextColor);
  margin: 0;
  text-align: left;
}

.future__proposal-card {
  position: relative;
  width: 100%;
  height: 276px;
  margin: 40px 0 124px 0;
  padding: 0 61px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 1fr;
  border-radius: 15px;
  background: linear-gradient(180deg, #5770EB 0%, #313F85 100%);
}

.future__proposal-card-header {
  color: var(--onDarkTextColor);
  margin: 73px 0 0 0;
}

.future__proposal-card-description {
  width: 498px;
  color: var(--onDarkTextColor);
  margin: 0;
  grid-row: 2;
}

.future__proposal-card-btn {
  height: 51px;
  width: 219px;
  border-radius: 8px;
  grid-row: 2;
  justify-self: flex-end;
  margin-bottom: 94px;
  color: var(--mainTextColor);
  border: none;
  text-transform: none !important;
}

@media screen and (max-width: 910px) {
  .future {
    margin: 0 10px;
  }

  .future__img_type_main {
    width: 100%;
    height: auto;
  }

  .future__card-description-container {
    height: fit-content;
    padding: 10px;
    border-radius: 25px;
    width: 299px;
    background-size: 90% 90%;
    background-position: -1px -10px;
    background-repeat: no-repeat;
    padding: 10px 60px 40px 10px;
  }

  .future__card-description-container_type_invert {
    padding: 60px 10px 40px 60px !important;
  }

  .future__proposal-card {
    padding: 0 20px;
  }

  .future__proposal-card-description {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .future__proposal-card {
    padding: 0 40px;
  }

  .future__proposal-card-btn {
    justify-self: center;
  }
}

@media screen and (max-width: 576px) {
  .future__card-description-container {
    top: 15px;
    left: 9px;
    background: radial-gradient(
      50% 50% at 50% 50%,
      #ffffff 40%,
      #ffffff 65%,
      transparent 100%
    );
    background-position: -45px -25px;
    background-repeat: no-repeat;
  }

  .future__card-description-container_type_invert {
    top: auto;
    left: auto;
  }

  .future__proposal-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .future__proposal-card-header {
    height: auto;
    margin: 33px 0 30px 0;
    align-self: flex-start;
  }

  .future__proposal-card-btn {
    margin: 0;
  }

  .future__card-description {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 420px) {
  .future__card {
    background-color: var(--mainBackground);
    background-image: radial-gradient(rgb(226, 226, 226) 1px, rgb(249, 249, 249) 1.1px);
    background-size: 17.5px 17.5px;
  }

  .future__card-description-container {
    background-image: var(--readyEllipseGradient);
    background-repeat: no-repeat;
    background-size: 100% 85%;
    background-position: top;
    padding: 0;
  }

  .future__card-description-container_type_invert {
    padding: 0 !important;
    top: 15px;
    left: 9px;
  }

  .future__img_type_card {
    opacity: 0;
  }

  .future__card-header {
    font-size: 20px !important;
  }
}

.terms {
  margin: 0 100px;
  padding-bottom: 50px;
}

.terms__header {
  margin: 100px auto 50px auto;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .terms {
    margin: 0 40px;
    padding-bottom: 10px;
    text-align: justify;
  }
}

.help {
  max-width: 910px;
  margin: 0 5px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  scroll-margin-top: 250px;
}

.help:target {
  animation: shakeSection 0.5s;
  animation-delay: 1s;
}

.help__header {
  width: 910px;
  margin: 45px 0 50px 0;
  text-align: left;
  color: var(--mainTextColor);
}

.help__header_type_section {
  margin-top: 0 !important;
  margin-bottom: 40px;
}

.help__content {
  margin: 0;
  padding-bottom: 40px;
  color: var(--mainTextColor);
}

.help__content:not(:first-child) {
  padding-top: 0;
}

.help__content_type_first-section {
  padding-bottom: 12px;
}

.help__content_type_first-section:last-child {
  padding-bottom: 0;
}

.help__sub-header {
  margin: 0;
  color: var(--mainTextColor);
}

.help__sub-description {
  margin: 16px 0 0 0;
  color: var(--mainTextColor);
}

.help__sub-description:first-child {
  margin: 0;
}

.help__sub-header-section {
  margin-bottom: 24px;
  color: var(--mainTextColor);
}

.help__sub-header-section_type_card-image {
  margin-bottom: 12px;
  align-self: flex-end;
  color: var(--helpSubHeader);
}

.help__sub-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
  scroll-margin-top: 200px;
}

.help__sub-container:target {
  animation: shakeSection 0.5s;
  animation-delay: 1s;
}

@keyframes shakeSection {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}

.help__sub-container:first-child {
  padding-top: 24px;
}

.help__sub-container:last-child {
  margin-bottom: 0;
}

.help__sub-section {
  width: 100%;
  margin-bottom: 36px;
  scroll-margin-top: 200px;
}

.help__sub-section:target {
  animation: shakeSection 0.5s;
  animation-delay: 1s;
}

.help__sub-section:last-child {
  margin-bottom: 0;
}

.help__img {
  width: 100%;
  padding-top: 40px;
}

.help__img_type_main {
  width: 441px;
  height: 372px;
  margin-left: 325px;
  margin-top: -100px;
}

.help__sub-img {
  width: 100%;
  padding-top: 24px;
}

.help__sub-img_type_card_image {
  width: auto;
  padding-top: 0;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
}

.help__sub-container_type_card-image {
  display: grid;
  column-gap: 40px;
  grid-template-columns: 1fr;
  padding-top: 60px;
  margin: 0;
}

.help__sub-container_type_card-image:nth-child(even) .help__sub-description {
  grid-column: 2 / span 2;
}

.help__sub-container_type_card-image:nth-child(even) .help__sub-header-section {
  grid-column: 2 / span 1;
}

.help__sub-container_type_card-image:nth-child(even) .help__sub-img {
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
}

.help__sub-list {
  margin: 12px 0 0 0;
}

.menu-container {
  width: 310px;
  height: fit-content;
  position: fixed;
  margin: 0 0 0 -450px;
  overflow: hidden;
  -ms-scroll-chaining: none;
  background-color: var(--mainBackground);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-reduced-motion: reduce) {
  .menu-container {
    animation: none;
  }
}

.menu-container__visible {
  transform: translateX(40px) !important;
}

.help__menu {
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  position: relative;
  transition: max-height 0.3s ease;
  scrollbar-width: thin;
}

.menu-container::before,
.menu-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 25px;
  margin-right: var(--scrollBarWidth);
  pointer-events: none;
  z-index: 15;
}

.menu-container::before {
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(249, 249, 249, 1) 20%,
    rgba(0, 0, 0, 0) 100%
  );
}

.menu-container::after {
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(249, 249, 249, 1) 20%,
    rgba(0, 0, 0, 0) 100%
  );
}

.help__menu-header {
  display: block;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  padding: 24px 0 0 0;
  color: var(--helpAccordionLink);
}

.help__menu-header:last-child {
  margin-bottom: 40px;
}

.help__menu-header:hover {
  color: var(--helpAccordionHover);
}

.help__menu-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
}

.help__link {
  color: var(--helpAccordionLink);

  &:hover {
    color: var(--helpAccordionHover);
  }
}

.help__menu-accordion {
  position: relative;
  margin-bottom: 0.5rem;
  box-sizing: border-box;

  &::details-content {
    opacity: 0;
    block-size: 0;
    overflow-y: clip;
    transition: content-visibility 0.3s allow-discrete, opacity 0.3s,
      block-size 0.3s;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .help__menu-accordion {
    interpolate-size: allow-keywords;
  }
}

.help__menu-accordion-item {
  display: inline-block;
  width: 100%;
  padding-right: 1rem;
  cursor: pointer;
  outline: 0;
  transition: color 0.12s;
  -webkit-transition: color 0.12s;
  box-sizing: border-box;
  color: var(--helpAccordionLink);

  &:hover {
    color: var(--helpAccordionHover);
  }
}

.help__menu-accordion-item_type_first-level-summary::before {
  content: "";
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEyIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNyAxMiI+PHBhdGggc3Ryb2tlPSIjQUJBQkFCIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTEgMSA1IDUtNSA1Ii8+PC9zdmc+)
    no-repeat 50% 50% / 0.8rem 0.8rem;
  width: 1.1rem;
  height: 1.1rem;
  transition: transform 0.1s ease-in;
  -webkit-transition: transform 0.1s ease-in;
}

.help__menu-accordion-item_type_second-level-summary::before {
  content: "";
  right: 0;
  top: 26px;
  position: absolute;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEyIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNyAxMiI+PHBhdGggc3Ryb2tlPSIjQUJBQkFCIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTEgMSA1IDUtNSA1Ii8+PC9zdmc+)
    no-repeat 50% 20% / 0.8rem 0.8rem;
  width: 1.1rem;
  height: 1.1rem;
  transition: transform 0.1s ease-in;
  -webkit-transition: transform 0.1s ease-in;
}

.help__menu-accordion-item::-webkit-details-marker {
  display: none;
}

.help__menu-accordion-item::-moz-list-bullet {
  list-style-type: none;
}

.help__menu-accordion-item_faq {
  color: var(--mainTextColor);

  &:hover {
    color: var(--mainTextColor);
  }
}

.help__menu-accordion-item_type_second-level-summary ~ * {
  padding-left: 16px;
}

.help__menu-accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
}

.help__menu-accordion_type_first-level-details {
  padding-top: 24px;
  margin-bottom: 0;
  width: 95%;
}

.help__menu-accordion_type_second-level-details {
  width: 100%;
  padding-top: 24px;
  margin-bottom: 0;
  width: 100%;
}

.help__menu-accordion_type_second-level-details:last-child
  > .help__menu-accordion-item_type_second-level-summary {
  padding-bottom: 0;
}

.help__menu-accordion_type_first-level-details[open]
  .help__menu-accordion-item_type_first-level-summary {
  color: var(--helpAccordionSelected);
}

.help__menu-accordion_type_first-level-details[open]
  .help__menu-accordion-item_type_first-level-summary-faq {
  color: var(--mainTextColor) !important;
}

.help__menu-accordion_type_first-level-details[open]
  .help__menu-accordion-item_type_first-level-summary:before {
  transform: rotate(90deg) translate(-50%, 0);
  -webkit-transform: rotate(90deg) translate(-50%, 0);
  -moz-transform: rotate(90deg) translate(-50%, 0);
}

.help__menu-accordion_type_second-level-details[open]
  .help__menu-accordion-item_type_second-level-summary {
  color: var(--helpAccordionSelected);
}

.help__menu-accordion_type_second-level-details[open]
  .help__menu-accordion-item_type_second-level-summary:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.help__menu-accordion_type_faq-details {
  margin: 0;
  padding-top: 20px;
  margin-bottom: 20px;
  overflow: visible;
}

.help__menu-accordion_type_faq-details:not(:first-child) {
  border-top: 1px solid var(--faqAccordionBorder);
}

.help__menu-accordion-description {
  margin: 0;
  padding: 16px 0;
}

.help__faq-container {
  display: grid;
  grid-auto-rows: minmax(max-content, auto);
}

@media screen and (max-width: 1800px) {
  .menu-container {
    margin: 0 0 0 -350px;
  }
}
@media screen and (max-width: 1600px) {
  .menu-container {
    margin-left: calc(-100vw + 1300px);
  }
}
@media screen and (max-width: 1500px) {
  .menu-container {
    width: 294px;
    margin-left: calc(-100vw + 1210px);
  }
}
@media screen and (max-width: 1440px) {
  .menu-container {
    margin-left: calc(-100vw + 1260px);
  }
}
@media screen and (max-width: 1200px) {
  .menu-container {
    width: 315px;
    margin-left: 0;
    padding-top: 32px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 4px 6px 25px 0px #0000001a;
    transform: translateX(-500px);
    z-index: 6;
    background-color: var(--helpMenuBackground);
    padding-left: 40px;
    left: -40px;
  }

  .menu-container::before {
    top: 30px;
    background: linear-gradient(
      to bottom,
      rgba(254, 254, 254, 1) 20%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .menu-container::after {
    bottom: 0;
    background: linear-gradient(
      to top rgba(254, 254, 254, 1) 20%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .help__header {
    width: 80%;
    margin-top: 70px;
  }

  .help__header_type_section {
    margin-top: 0;
  }

  .help__menu-accordion_type_first-level-details {
    width: 90%;
  }
}

@media screen and (max-width: 900px) {
  .help__header {
    width: 90%;
  }
  .help__img_type_main {
    margin-left: 275px;
  }
}

@media screen and (max-width: 768px) {
  .help__header {
    margin-top: 90px;
  }
  .help__sub-container_type_card-image {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .help__sub-header-section_type_card-image {
    margin-bottom: 0;
  }
  .help__sub-description_type_card-image {
    margin: 12px 0 40px 0 !important;
  }
  .help__sub-img_type_card_image {
    max-width: 100%;
  }
  .help__img_type_main {
    margin-left: 150px;
  }
}

@media screen and (max-width: 520px) {
  .help__header {
    margin-top: 50px;
  }
  .help__img_type_main {
    margin-top: -50px;
    margin-left: -10px;
    padding-top: 0;
  }
}

.menu-button {
  display: none;
  position: fixed;
  top: 150px;
  left: 0;
  height: 36px;
  width: 44px;
  background-color: var(--mainColor);
  border: none;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.menu-button:hover {
  opacity: 0.9;
}

.menu-button__hamburger {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 7px;
  height: 37px;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-button__hamburger-btn {
  position: relative;
  top: 0;
  left: 0;
  background: white;
  height: 2px;
  width: 60%;
  transition: all 0.4s ease;
}

.menu-button__hamburger-btn::before,
.menu-button__hamburger-btn::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  background: white;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
}

.menu-button__hamburger-btn::after {
  top: 7px;
}

.menu-button__pressed {
  transform: translateX(-50px);
}

.menu-button__pressed .menu-button__hamburger-btn {
  background: transparent;
}

.menu-button__pressed .menu-button__hamburger-btn::before {
  top: 0;
  background: var(--helpMenuCloseBtn);
  transform: translateX(350px) rotate(45deg);
}

.menu-button__pressed .menu-button__hamburger-btn::after {
  top: 0;
  background: var(--helpMenuCloseBtn);
  transform: translateX(350px) rotate(135deg);
}

.menu-button__pressed .menu-button__toggle-btn {
  transform: translateX(340px);
}

@media screen and (max-width: 1200px) {
  .menu-button {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .menu-button {
    display: block;
    top: 125px;
  }
}

.menu-button-header {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: none;
  z-index: 10;
  transition: all 0.3s ease;
}

.menu-button__toggle-btn {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

.menu-button__toggle-btn:active {
  background: transparent !important;
}

.menu-button__toggle-btn:focus {
  outline: none;
  box-shadow: none;
}

.menu-button__hamburger-header {
  position: absolute;
  z-index: 4;
  top: -6px;
  right: 0;
  height: 37px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.menu-button__hamburger-btn-header {
  position: relative;
  top: 0;
  left: 0;
  background: var(--mainTextColor);
  height: 2px;
  width: 60%;
  transition: all 0.4s ease;
}

.menu-button__hamburger-btn-header {
  background: var(--mainTextColor);
}

.menu-button__hamburger-btn-header::before,
.menu-button__hamburger-btn-header::after {
  content: "";
  position: absolute;
  top: -9px;
  right: 0;
  background: var(--mainTextColor);
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
}

.menu-button__hamburger-btn-header::after {
  top: 9px;
}

.header--expanded .menu-button__hamburger-btn-header {
  background: transparent;
}

.header--expanded .menu-button__hamburger-btn-header::before,
.header--expanded .menu-button__hamburger-btn-header::after {
  width: 130%;
}

.header--expanded .menu-button__hamburger-header {
  transform: translateY(26px);
  transition: transform 0.4s ease;
}

.header--expanded .menu-button__hamburger-btn-header::before {
  top: 0;
  transform: rotate(45deg);
}

.header--expanded .menu-button__hamburger-btn-header::after {
  top: 0;
  transform: rotate(135deg);
}

.menu-button__hamburger-btn-header {
  position: relative;
  background: var(--mainTextColor);
  height: 2px;
  width: 60%;
  transition: all 0.4s ease;
}

@media screen and (max-width: 1150px) {
  .menu-button-header {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .menu-button-header {
    top: 60px;
  }
}

.popup {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.1s, opacity 0.1s linear;
}

.popup_opened {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s linear;
}

.popup__window {
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  height: auto;
  width: 446px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.popup__form {
  position: relative;
  width: 366px;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 32px 0 40px 0;
}

.popup__label {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
}

.popup__label::before {
  content: "*";
  position: absolute;
  left: 76px;
  color: #dc5757;
  font-size: inherit;
}

.popup__label:first-child {
  padding-bottom: 20px;

  & > .popup__error {
    bottom: 0;
  }
}

.popup__input {
  height: 40px;
  margin-top: 8px;
  padding-left: 15px;
  border: 1px solid var(--faqAccordionBorder);
  border-radius: 8px;
  transition: 0.2s ease-in-out;

  &::placeholder {
    color: var(--helpMenuCloseBtn);
  }

  &:focus {
    box-shadow: 0 0 0 1px var(--helpAccordionHover);
    transition: 0.2s ease-in-out;
  }

  &:not(:focus):hover {
    transition: 0.2s ease-in-out;
  }
}

.popup__input_type_about {
  height: 90px;
  position: relative;
  resize: none;
  padding-top: 14px;

  &::placeholder {
    position: absolute;
    top: 14px;
  }
}

.popup__input:focus-visible {
  outline: none;
}

.popup__input-files-wrapper {
  display: grid;
  position: relative;
  margin-bottom: 5px;
  padding-top: 26px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px dotted transparent;
}

.popup__input-files-wrapper:hover .business-tooltip_type_right {
  width: 200px;
  display: block;
  animation: tooltipSlideLeft 0.3s ease-out;
  top: -20px !important;
  left: 63% !important;

  & .business-tooltip__inner {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    padding: 11px 16px;
  }

  & .business-tooltip__type_triangle-left {
    transform: rotate3d(1, 1.5, 2.8, -12deg) !important;
    left: -5px !important;
    top: 60% !important;
  }
}

.popup__input-files--dragover {
  border: 1px dotted var(--faqAccordionBorder);
  transition: all 0.2s ease-in-out;
}

.popup__input-files-label {
  opacity: 1;
  position: relative;
  display: flex;
  justify-self: end;
  height: 24px;
  width: 130px;
  transition: all 0.3s ease-in-out;
}

.popup__input-files-label:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.popup__input-files-label::before {
  content: "Прикрепить";
  display: inline-block;
  color: var(--accentTextColor);
  padding-left: 28px;
  height: 24px;
  width: 114px;
  z-index: 50;
  cursor: pointer;
  pointer-events: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxOSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE3IDE5Ij48cGF0aCBzdHJva2U9IiM0MDZCRUQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xNS45NTcgOS41MDUgOC45MSAxNi41NTFjLTEuOTE3IDEuOTE3LTQuNzkzIDIuMTQ0LTYuNzQ4LjE4OS0xLjkxOC0xLjkxOC0xLjY2OS00LjY5Ni4yODYtNi42NTFsNy45Mi03LjkyYTMuMDg3IDMuMDg3IDAgMCAxIDQuMzc2IDAgMy4wODcgMy4wODcgMCAwIDEgMCA0LjM3NmwtOC4wNiA4LjA1OWExLjU0NyAxLjU0NyAwIDAgMS0yLjE4Ny0yLjE4OGw3LjE4NC03LjE4NSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: auto;
}

.popup__input-files-label--disabled {
  pointer-events: none;
  cursor: default;
}

.popup__input-files-label--disabled::before {
  content: "Прикрепить";
  display: inline-block;
  color: #ababab;
  padding-left: 28px;
  height: 24px;
  width: 114px;
  z-index: 110;
  pointer-events: none;
  cursor: default;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxOSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE3IDE5Ij48cGF0aCBzdHJva2U9IiNBQkFCQUIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xNS45NTcgOS41MDUgOC45MSAxNi41NTFjLTEuOTE3IDEuOTE3LTQuNzkzIDIuMTQ0LTYuNzQ4LjE4OS0xLjkxOC0xLjkxOC0xLjY2OS00LjY5Ni4yODYtNi42NTFsNy45Mi03LjkyYTMuMDg3IDMuMDg3IDAgMCAxIDQuMzc2IDAgMy4wODcgMy4wODcgMCAwIDEgMCA0LjM3NmwtOC4wNiA4LjA1OWExLjU0NyAxLjU0NyAwIDAgMS0yLjE4Ny0yLjE4OGw3LjE4NC03LjE4NSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: auto;
}

.popup__input-files {
  height: 0;
  width: 114px;
  justify-self: end;
  visibility: hidden;
}

.popup__input-file-list--no-files {
  margin: 0;
  text-align: left;
  display: none;
  opacity: 0;
}

.popup__input-file-list--files {
  display: block;
  opacity: 1;
}

.popup__input-file-list-wrapper {
  width: 100%;
  height: fit-content;
  position: relative;
}

.popup__input-file-list-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to top,
    rgba(254, 254, 254, 1) 20%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 10;
}

.popup__input-file-list-wrapper {
  width: 100%;
  height: fit-content;
}

.popup__input-file-list {
  position: relative;
  max-height: 68px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  scrollbar-width: thin;
}

.popup__input-file-list-item {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: auto 1fr 10px;
  align-items: center;
  gap: 20px;
}

.popup__input-file-list-remove {
  height: 12px;
  width: 12px;
  position: absolute;
  top: 9px;
  right: 10px;
  cursor: pointer;
  border: none;
  background: none;
  transition: all 0.5s ease;
}

.popup__input-file-list-remove:hover {
  opacity: 0.6;
  transition: 0.2s ease-in-out;
}

.popup__input-file-list-remove:before {
  position: absolute;
  content: "";
  height: 16px;
  border: 1px solid var(--crossCloseBtn);
  background-color: var(--crossCloseBtn);
  top: 0;
  transform: rotate(45deg);
}

.popup__input-file-list-remove:after {
  position: absolute;
  content: "";
  height: 16px;
  border: 1px solid var(--crossCloseBtn);
  background-color: var(--crossCloseBtn);
  top: 0;
  transform: rotate(-45deg);
}

.popup__input-file-icon {
  width: 40px;
  height: 40px;
}

.popup__input-file-name {
  position: relative;
  text-wrap: nowrap;
  text-overflow: clip;
  overflow: hidden;
}

.popup__input-file-name::after {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  right: 0;
  background: linear-gradient(
    to left,
    rgba(254, 254, 254, 1) 20%,
    rgba(0, 0, 0, 0) 100%
  );
}

.popup__input--error {
  border: 2px solid var(--errorInputBorderColor) !important;

  &:focus {
    box-shadow: 0 0 0 1px var(--errorInputBorderColor) !important;
    transition: 0.2s ease-in-out;
  }

  &::placeholder {
    color: var(--errorInputPlaceholder);
  }
}

.popup__input-text--error {
  color: var(--errorInputPlaceholder);
}

.popup__submit-btn {
  margin: 40px auto 0;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  z-index: 70;
}

.popup__submit-btn_disabled {
  background: var(--helpHeaderInputSearchBorderValid);
  color: var(--helpMenuCloseBtn);
  pointer-events: none;
  cursor: default;
}

.popup__error {
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  min-height: 44px;
  height: fit-content;
  border-radius: 8px;
  padding: 12px;
  box-sizing: border-box;
}

.popup__error-validation {
  left: 415px;
  bottom: 372px;
  background-color: var(--errorSpanBackground);
  color: var(--errorTextColor);
  width: 382px;
  padding: 12px;
}

.popup__toast-error {
  width: 100%;
  background-color: #ffffff;
  color: var(--accentTextColor);
  box-shadow: 0px 4px 12px 0px #0000000d;
  z-index: 60;
}

.popup__error-files {
  left: 0;
  bottom: 50px;
  width: 100%;
  will-change: transform;
  box-shadow: 0px 4px 12px 0px #0000000d;
  z-index: 60;
}

.popup__error-files_type_success {
  background-color: #ffffff;
  color: var(--accentTextColor);
}

.popup__error-files_type_error {
  background-color: var(--errorSpanBackground);
  color: var(--errorTextColor);
}

.popup__header {
  text-align: center;
  color: var(--mainTextColor);
  margin: 40px 0 20px 0;
}

.popup__description {
  text-align: center;
  color: var(--blogElementsTextColor);
  width: 365px;
  margin: 0 auto;
}

.popup__close-button {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  border: none;
  background: none;
  height: 12px;
  width: 12px;
  transition: all 0.5s ease;
}

.popup__close-button:hover {
  opacity: 0.6;
  transition: 0.2s ease-in-out;
}

.popup__close-button:before {
  position: absolute;
  content: "";
  height: 16px;
  border: 1px solid var(--crossCloseBtn);
  background-color: var(--crossCloseBtn);
  top: 0;
  transform: rotate(45deg);
}

.popup__close-button:after {
  position: absolute;
  content: "";
  height: 16px;
  border: 1px solid var(--crossCloseBtn);
  background-color: var(--crossCloseBtn);
  top: 0;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1250px) {
  .popup__error-validation {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -310px);
    z-index: 10;
  }
}

@media screen and (max-width: 430px) {
  .popup__error-validation {
    width: 100%;
  }
}

.counter-text {
  text-align: end;
  padding-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: var(--footerProtectionRaightsColor);
}

.blog {
  max-width: 1240px;
  margin: 0 auto;
  min-height: calc(100vh - 85px - 464px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-section {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.blog-card {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-self: left;
  align-self: flex-end;
  padding: 0 0 30px 32px;
  pointer-events: none;
  cursor: pointer;
}

.blog-header__link {
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 49px;
  width: 83px;

  & svg path {
    stroke: var(--helpCentreBtnColor);
  }
}

.blog__sort-buttons-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 43px;
  row-gap: 10px;
  padding-top: 63px;
  align-self: baseline;
}

.blog__sort-button {
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  border: none;
  border-radius: 20px;
  color: #fff;
  background: var(--blogSortBtnColor);
  cursor: pointer;
  transition: 0.2s ease-out;
}

.blog__sort-button_type_innactive {
  background: var(--blogSortBtnColorInnactive);
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .blog__sort-button_type_innactive:hover {
    background: var(--helpCentreBtnColorHovered);
    transition: 0.2s ease-out;
  }
}

.blog__keywords-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.blog__keyword {
  height: 24px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 8px;
  border-radius: 4px;
  color: var(--blogElementsTextColor);
  background: var(--blogElementsBackground);
}

.blog__header-article {
  position: relative;
  width: 100%;
  height: 540px;
  margin-top: 33px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  border-radius: 20px;
  background: var(--blogArticleFirstBackground);
}

.blog__header-article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 52%;
  width: 4px;
  height: 100%;
  background: var(--mainBackground);
  transform: translateX(-2px);
}

.blog__header-article::after {
  content: "";
  position: absolute;
  top: 0;
  left: 52%;
  width: 48%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: var(--blogArticleSecondBackground);
}

.blog__header-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
  padding: 30px 0 30px 32px;
}

.blog__header-container-item {
  height: 24px;
  margin: 0;
  padding: 0 8px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background-color: var(--blogElementsBackground);
  color: var(--blogElementsTextColor);
}

.blog__load-more-btn {
  height: 40px;
  width: 174px;
  margin-bottom: 100px;
  color: var(--onDarkTextColor);
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.blog__load-more-btn[hidden] {
  display: none;
}

.blog__header-title {
  color: var(--onDarkTextColor);
  margin: 0;
  padding: 0 0 30px 32px;
}

.blog__header-link {
  color: var(--blogLinkTextColor);
  margin: 0 0 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog__content-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: row;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .blog {
    margin: 0 20px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 950px) {
  .blog {
    width: auto;
    margin: 0 10px;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 576px) {
  .blog__header-article {
    background: var(--blogArticleSecondBackground);
  }

  .blog__header-article::before {
    background: var(--blogArticleSecondBackground);
  }

  .blog__sort-buttons-container {
    column-gap: 20px;
    row-gap: 20px;
  }

  .blog__sort-button {
    height: 38px;
    padding: 0 16px;
  }
}

.slider-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 40px 0;
  overflow: hidden;
}

.slider-title {
  font-size: 32px;
  color: black;
  margin: 0 0 30px;
  max-width: 910px;
  padding: 0 20px;
  margin: 0 auto 30px;
}

.slider-container {
  position: relative;
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 0 0 100px;
}

.slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.3s ease-in-out;
}

.slider-button {
  position: absolute;
  top: 0;
  height: 436px;
  width: 60px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s;
}

.slider-button.next {
  right: 0;
}

.slider-button.prev {
  left: 0;
}

.slider-button[hidden] {
  display: none;
}

.slider-item {
  flex: 0 0 400px;
  height: 436px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: grid;
  transition: opacity 0.3s ease-in;
  cursor: pointer;
}

.slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blogCardGradient);
  z-index: 1;
}

.slider-item__header {
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0 0 32px 0;
}

.slider-item__content {
  padding: 0;
  color: #fff;
  max-width: 546px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

.slider-item__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1240px;
  height: auto;
  padding: 0;
  transform: translate(-50%, -50%);
}

.no-posts,
.error-message {
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 40px 0;
  margin: 0 auto;
  max-width: 600px;
}

.error-message {
  color: #ff4444;
}

@media (max-width: 768px) {
  .slider-button {
    display: none;
  }

  .slider-title {
    font-size: 24px;
    padding: 0 15px;
  }

  .slider-container {
    padding: 0 15px;
  }
}

.security {
  margin: 0;
  max-width: 1240px;
  justify-self: center;
}

.security:last-child {
  flex-grow: 1;
  display: flex;
  justify-content: stretch;
}

.security__container {
  width: 100%;
  margin-top: 90px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.security__header-container {
  position: relative;
  width: 100%;
  height: 369px;
  margin-top: 144px;
}

.security__header {
  color: var(--mainTextColor);
  margin: 0;
  padding: 66px 0 33px 0;
  text-align: center;
}

.security__description {
  max-width: 614px;
  color: var(--mainTextColor);
  margin: 0 auto;
  text-align: center;
  justify-self: center;
}

.security__header-update {
  max-width: 1092px;
  color: var(--mainTextColor);
  margin: 0;
  padding: 54px 74px 20px;
  text-align: left;
}

.security__description-update {
  max-width: 1092px;
  color: var(--mainTextColor);
  margin: 0;
  padding: 0 74px 20px;
  text-align: left;

  &:last-child {
    padding: 0 74px 60px;
  }
}

.security__description-update:last-child {
  padding: 0 74px 60px;
}

.updates__description-update-link {
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 1240px) {
  .security {
    margin-left: 15px;
    margin-right: 15px;
  }
  .security__header-container {
    height: 290px;
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .security__header {
    width: 70%;
    justify-self: center;
    margin: 0 auto;
    font-size: 64px;
  }

  .security__description {
    width: 70%;
  }
}

@media screen and (max-width: 576px) {
  .security__header {
    font-size: 32px;
  }

  .security__description {
    width: 90%;
    margin: 0 auto;
  }

  .security__header-container {
    margin-top: 48px;
    height: 220px;
    width: auto;
  }

  .security__description-update  {
    padding: 0 20px 60px;
  }

  .security__description-update:first-child {
    padding: 0 20px 20px;
  }

  .security__description-update:last-child {
    padding: 0 20px 60px;
  }

  .security__header-update {
    padding: 54px 20px 20px;
  }
}

@media screen and (max-width: 375px) {
  .security {
    display: inline-grid;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.updates {
  margin: 0;
  max-width: 1240px;
  justify-self: center;
}

.updates__header-container {
  position: relative;
  width: 100%;
  height: 540px;
  margin-top: 144px;
  border: 3px solid var(--helpAccordionSelected);
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.updates__header-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 470px;
  height: 420px;
  background-color: #fff;
}

.updates__header {
  color: var(--mainTextColor);
  margin: 0 auto;
  padding: 144px 0 33px 0;
  text-align: center;
}

.updates__description {
  color: var(--mainTextColor);
  margin: 0 auto;
  text-align: center;
}

.updates__img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.updates__container {
  width: 100%;
  margin-top: 90px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-grow: 1;
}

.updates__header-update {
  max-width: 1092px;
  color: var(--mainTextColor);
  margin: 0;
  padding: 54px 74px 20px;
  text-align: left;
}

.updates__description-update {
  max-width: 1092px;
  color: var(--mainTextColor);
  margin: 0;
  padding: 0 74px 60px;
  text-align: left;
}

.updates__description-update-span {
  font-weight: 600;
}

.updates__cards-container {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0 74px;
  max-width: 1092px;
}

.updates__cards-container-item {
  display: grid;
  grid-template-columns: min-content 1fr;
  column-gap: 20px;
  padding-top: 70px;
  box-sizing: border-box;
  border-top: 1px solid var(--helpHeaderInputSearchBorderValid);

  &:first-child {
    border-top: none;
    padding-top: 0;
  }
}

.updates__card-data {
  margin: 0;
  color: var(--updatesDateTextColor);
}

.updates__card-header {
  margin: 0;
  color: var(--accentTextColor);
}

.updates__card-description {
  margin: 0;
  padding-top: 12px;
  color: var(--updateCardDescriptionTextColor);
}

.updates__features-container {
  display: flex;
  flex-direction: column;
  padding: 40px 0 70px 0;
  row-gap: 40px;
  text-decoration: none;
}

.updates__feature {
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: end;
  column-gap: 30px;
}

.updates__feature-header {
  color: var(--mainTextColor);
  margin: 0;
  grid-column: 2;
}

.updates__features-description-container {
  grid-column: 2;
  list-style: disc;
  padding-left: 24px;
}

.updates__features-description-item {
  margin: 0;
  padding-top: 16px;
  color: var(--mainTextColor);

  &::marker {
    color: var(--accentTextColor);
    font-size: 24px;
  }
}

@media screen and (max-width: 820px) {
  .updates__header {
    width: 60%;
  }
  .updates__description {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .updates__header-container {
    margin-top: 72px;
  }

  .updates__header-container::after {
    width: 130px;
    height: 280px;
  }

  .updates__header {
    width: 70%;
    justify-self: center;
    font-size: 64px;
  }

  .updates__description {
    width: 70%;
  }

  .updates__cards-container-item {
    grid-template-columns: 1fr;
  }

  .updates__card-data {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .updates__header-container::after {
    display: none;
  }

  .updates__header {
    font-size: 32px;
  }

  .updates__description {
    width: 60%;
  }

  .updates__description-update {
    padding: 0 20px 60px;
  }

  .updates__header-update {
    padding: 54px 20px 20px;
  }

  .updates__cards-container {
    padding: 0 20px 40px;
  }

  .updates__cards-container-item {
    border: none;
    padding-top: 0;
  }

  .updates__feature {
    display: flex;
    align-items: center;
    column-gap: 12px;
    flex-wrap: wrap;
  }

  .updates__feature-header {
    font-size: 20px !important;
  }

  .updates__feature-img {
    padding-left: 5px;
    width: 24px;
  }
}

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

.error__img-container {
  position: relative;
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;

  & .landing-image {
    padding-top: 20px;
  }
}

.error__img-description {
  width: 193px;
  color: var(--mainTextColor);
  transform: rotate(-18deg);
  text-align: center;
  padding-top: 20px;
}

.error__text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 70px;
  gap: 17px;
}

.error__text-header {
  padding: 0;
  margin: 0;
  color: var(--mainTextColor);
}

.error__text-description {
  padding: 0;
  margin: 0;
  color: var(--mainTextColor);
}

@media (max-width: 768px) {
  .error {
    flex-direction: column;
    padding-top: 90px;
  }

  .error__text-container {
    padding: 150px 40px 60px 40px;
  }
}

.business-box {
  position: relative;
  max-width: 1800px;
  margin: 50px auto 65px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: var(--mainBackground);
  background-image: var(--dotsGradientImage);
  background-position: var(--dotsGradientPosition);
  background-size: var(--dotsGradientSize);
  background-position: center;
  background-attachment: fixed;
  display: grid;
}

.business-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 93px;
  bottom: 0;
  background: linear-gradient(to top, #f9f9f9 20%, rgba(0, 0, 0, 0) 100%);
}

.business-box__header {
  max-width: 1196px;
  margin: 0 auto;
  padding: 99px 20px 0;
  text-align: center;
  line-height: 140%;
  font-weight: 500;
  font-size: 64px;
  color: var(--mainTextColor);
}

.business-box__description {
  max-width: 1196px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
  font-size: 32px;
  color: var(--blogElementsTextColor);
}

.business-box__link {
  width: 239px;
  height: 56px;
  margin: 62px 0 120px 0;
}

.business-box__cards-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 40px;
}

.business-box__span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 91px;
}

.business-box__registry {
  margin: 0;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 400;
  color: var(--mainTextColor);
}

.business-box__registry-link {
  color: inherit;
}

.business-box__check {
  width: 22px;
  z-index: 10;
}

@media screen and (max-width: 1950px) {
  .business-box {
    width: auto;
    margin: 50px 60px 65px;
  }
}

@media screen and (max-width: 1440px) {
  .business-box {
    margin: 40px 35px 85px;
  }
}

@media screen and (max-width: 1200px) {
  .business-box {
    margin: 70px 32px 40px;
  }

  .business-box__cards-container {
    flex-direction: column;
    align-items: center;
  }

  .business-box__link {
    width: 330px;
    margin: 56px 0 120px;
  }
}

@media screen and (max-width: 744px) {
  .business-box {
    margin: 41px 32px 80px;
  }

  .business-box__header {
    line-height: 120%;
    font-size: 48px;
  }

  .business-box__description {
    font-size: 24px;
  }

  .business-box__span {
    padding-bottom: 19px;
  }
}

@media screen and (max-width: 600px) {
  .business-box {
    min-height: 770px;
  }

  .business-box__header {
    font-size: 40px;
  }

  .business-box__cards-container {
    display: none;
  }

  .business-box__span {
    padding-top: 65px;
    padding-bottom: 0;
    grid-row: 3;
  }

  .business-box__link {
    width: 100%;
    margin: 68px 0 100px;
  }

  .business-box__registry {
    margin: 0;
    padding-left: 16px;
    font-size: 20px;
    font-weight: 400;
    color: var(--blogElementsTextColor);
  }
}

@media screen and (max-width: 576px) {
  .business-box__span {
    flex-direction: column;
    gap: 17px;
  }
}

@media screen and (max-width: 375px) {
  .business-box {
    margin: 20px 12px 0;
  }

  .business-box__description {
    margin: 40px 10px 0;
    font-size: 16px;
  }
}

.business-card {
  width: 505px;
  height: 106px;
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-template-rows: min-content;
  column-gap: 20px;
  background-color: var(--blocksBackground);
  border-radius: 24px;
  box-shadow: var(--businessCardBoxShadow);
  z-index: 2;
}

.business-card__img {
  width: 30px;
  height: 30px;
  padding: 29px 0 0 29px;
}

.business-card__header {
  margin: 24px 24px 12px 0;
  color: var(--mainTextColor);
}

.business-card__description {
  margin: 0;
  grid-column: 2;
  color: var(--mainTextColor);
}

@media screen and (max-width: 1440px) {
  .business-card {
    width: 488px;
  }
}

@media screen and (max-width: 744px) {
  .business-card {
    width: 505px;
  }
}

@media screen and (max-width: 375px) {
  .business-card {
    display: none;
  }
}

.business-advantages {
  margin: 0 auto;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background-color: var(--mainBackground);
}

.business-advantages__header {
  margin: 0 auto;
  padding: 0 20px 32px;
  max-width: 830px;
  color: var(--mainTextColor);
  text-align: center;
}

.business-advantages__description {
  max-width: 610px;
  padding: 0 20px;
  margin: 0 auto;
  color: var(--blogElementsTextColor);
  text-align: center;
}

.business-advantages__buttons-container {
  margin: 0 10px;
  width: 1030px;
  padding: 12px;
  margin-top: 80px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: var(--businessButtonsContainerShadow);
}

.business-advantages__button {
  height: 46px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  background: #fff;
  transition: background 0.3s ease;
}

.business-advantages__button.active {
  background: var(--helpHeaderInputSearchHoverBackground);
}

.business-advantages__cards-container {
  position: relative;
  overflow-x: hidden;
  width: 1920px;
  height: 480px;
  padding: 80px 0 60px 0;
  z-index: 1;
}

.business-advantages__cards-container::before {
  content: "";
  position: absolute;
  right: 0;
  top: 49%;
  transform: translateY(-47%);
  height: 540px;
  width: 200px;
  background: linear-gradient(
    to left,
    rgba(249, 249, 249, 1) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 10;
}

.business-advantages__cards-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-47%);
  height: 540px;
  width: 200px;
  background: linear-gradient(
    to right,
    rgba(249, 249, 249, 1) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 10;
}

.business-advantages__card {
  position: absolute;
  width: 1240px;
  height: 480px;
  padding: 80px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: var(--businessAdvantagesCardBoxShadow);
  overflow: hidden;
  box-sizing: border-box;
  transition: transform 0.5s ease;
}

.business-advantages__card_type_map::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 100%;
  bottom: 0;
  right: -25px;
  background: linear-gradient(
    to left,
    rgba(254, 254, 254, 1) 30%,
    rgba(0, 0, 0, 0) 100%
  );
}

.business-advantages-card__img {
  position: absolute;
}

.business-advantages-card__img_type_map {
  bottom: 40px;
  right: -70px;
  width: 1934px;
  height: 377px;
}

.business-advantages-card__img_type_advantages {
  bottom: 0;
  left: 630px;
}

.business-advantages-card__img_type_communication {
  bottom: 0;
  right: 0;
}

.business-advantages-card__img_type_security {
  bottom: 0;
  left: 543px;
}

.business-advantages-card__img_type_integration {
  bottom: 34px;
  right: 44px;
  border-radius: 24px;
  background-color: #fff;
  background-image: radial-gradient(
    rgb(226, 226, 226) 2px,
    rgb(255, 255, 255) 1.1px
  );
  background-size: var(--dotsGradientSize);
}

.business-advantages-card__header {
  width: 501px;
  margin: 0;
  color: var(--mainTextColor);
  padding-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.business-advantages-card__description {
  width: 501px;
  margin: 0;
  color: var(--blogElementsTextColor);
  padding-bottom: 80px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

@media screen and (max-width: 1280px) {
  .business-advantages__card {
    width: 90vw;
  }

  .business-advantages__cards-container::before {
    content: none;
  }

  .business-advantages__cards-container::after {
    content: none;
  }
}

@media screen and (max-width: 1240px) {
  .business-advantages__card_type_integration
    .business-advantages-card__header {
    width: 360px;
  }

  .business-advantages__card_type_integration
    .business-advantages-card__description {
    width: 400px;
  }
}

@media screen and (max-width: 1200px) {
  .business-advantages-card__img_type_map {
    left: -700px;
  }
}

@media screen and (max-width: 1185px) {
  .business-advantages-card__img_type_security {
    bottom: -100px;
    left: 304px;
  }

  .business-advantages-card__img_type_integration {
    bottom: -70px;
    right: 44px;
    left: 490px;
  }
}

@media screen and (max-width: 1050px) {
  .business-advantages__buttons-container {
    width: -webkit-fill-available;
    width: -moz-available;
    max-width: 1030px;
  }
}

@media screen and (max-width: 930px) {
  .business-advantages__card {
    padding: 54px;
  }

  .business-advantages-card__img_type_integration {
    bottom: -90px;
    right: -125px;
    left: auto;
  }

  .business-advantages__card_type_communication::before {
    content: "";
    position: absolute;
    z-index: 5;
    width: 120px;
    height: 100%;
    top: 0;
    right: 36%;
    background: linear-gradient(
      to right,
      rgb(254, 254, 254) 30%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .business-advantages-card__img_type_security {
    bottom: 100px;
    left: 365px;
  }

  .business-advantages-card__img_type_map {
    left: -900px;
  }

  .business-advantages-card__img_type_advantages {
    left: 430px;
    bottom: 50px;
  }

  .business-advantages-card__header {
    width: 360px;
  }

  .business-advantages-card__description {
    width: 360px;
  }
}

@media screen and (max-width: 744px) {
  .business-advantages__card {
    width: 85vw;
  }

  .business-advantages__card_type_integration
    .business-advantages-card__description {
    width: 380px;
  }

  .business-advantages__card_type_communication::before {
    width: 150px;
    right: 40%;
  }

  .business-advantages__cards-container {
    height: 400px;
  }

  .business-advantages__card {
    height: 400px;
  }

  .business-advantages-card__img_type_map {
    left: -660px;
    bottom: 20px;
  }

  .business-advantages-card__img_type_advantages {
    left: 385px;
    bottom: 20px;
  }

  .business-advantages-card__description {
    font-size: 16px;
    line-height: 140%;
  }
}

@media screen and (max-width: 743px) {
  .business-advantages__buttons-container {
    display: none;
  }

  .business-advantages__cards-container {
    height: 500px;
  }

  .business-advantages__card {
    height: 500px;
  }
}

@media screen and (max-width: 680px) {
  .business-advantages__card {
    padding: 40px 20px;
  }

  .business-advantages__card_type_map .header__link {
    position: fixed;
    bottom: 30px;
    left: 170px;
  }

  .business-advantages__card_type_communication::before {
    content: none;
  }

  .business-advantages-card__img_type_communication {
    top: 50%;
    right: 0;
    transform: translate(0, -10%);
  }

  .business-advantages-card__img_type_security {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 91%);
  }

  .business-advantages-card__img_type_advantages {
    left: 160px;
    bottom: -70px;
  }

  .business-advantages__card_type_integration .business-advantages-card__header,
  .business-advantages__card_type_integration
    .business-advantages-card__description {
    width: 100%;
  }

  .business-advantages-card__header {
    width: 100%;
    text-align: center;
    padding-bottom: 32px;
    font-size: 24px;
  }

  .business-advantages-card__description {
    width: 100%;
    text-align: center;
  }

  .business-advantages-card__img_type_integration {
    bottom: -85px;
    right: 0;
    left: auto;
  }

  .business-advantages-card__img_type_map {
    left: auto;
    right: -475px;
    height: 300px;
    bottom: 90px;
  }
}

@media screen and (max-width: 600px) {
  .business-advantages__card_type_map .header__link {
    width: calc(100% - 40px);
    left: 20px;
  }

  .business-advantages-card__img_type_security {
    transform: translate(-40%, 110%);
  }

  .business-advantages__buttons-container {
    display: none;
  }

  .business-advantages-card__img_type_integration {
    bottom: -140px;
    left: 0;
  }

  .business-advantages-card__img_type_map {
    left: auto;
    right: -16%;
    transform: translateX(30%);
  }
}

@media screen and (max-width: 470px) {
  .business-advantages-card__img_type_map {
    transform: translateX(23%);
  }

  .business-advantages-card__img_type_advantages {
    left: 30px;
    bottom: -85px;
  }
}

@media screen and (max-width: 375px) {
  .business-advantages__header span {
    display: none;
  }

  .business-advantages__buttons-container {
    display: none;
  }

  .business-advantages__card {
    width: 90vw;
  }

  .business-advantages-card__img_type_communication {
    transform: translate(0, -25%);
  }

  .business-advantages-card__img_type_security {
    transform: translate(-35%, 115%);
  }

  .business-advantages-card__img_type_integration {
    bottom: -110px;
  }

  .business-advantages-card__img_type_map {
    height: auto;
    transform: translateX(28%);
  }
}

.business-capabilities {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 1895px;
  margin-top: -250px;
  background: radial-gradient(
    81.13% 81.13% at 51.49% 52.68%,
    rgba(200, 213, 255, 0.2) 0%,
    rgba(249, 249, 249, 0.2) 80%
  );
}

.business-capabilities__header {
  margin: 0;
  color: var(--mainTextColor);
  text-align: center;
  padding-top: 320px;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

.business-capabilities__description {
  margin: 0;
  padding: 0 20px;
  color: var(--blogElementsTextColor);
  justify-self: center;
  text-align: center;
}

.business-capabilities__cards-container {
  max-width: 1240px;
  height: 930px;
  margin: 60px 0 140px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 24px;
}

.business-capabilities__card {
  position: relative;
  padding: 40px 50px 0 32px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: var(--businessCapabilitesCardBoxShadow);
  overflow: hidden;
}

.business-capabilities__card:nth-child(4) {
  background-color: var(--mainColor);
  & > .business-capabilities-card__header {
    color: var(--onDarkTextColor);
  }
  & > .business-capabilities-card__description {
    color: var(--onDarkTextColor);
  }
}

.business-capabilities__card:nth-child(5) {
  grid-column: 1/3;
  grid-row: 2;
}

.business-capabilities-card__img {
  position: absolute;
}

.business-capabilities-card__img_type_boards-big {
  bottom: -60px;
  right: 0;
}

.business-capabilities-card__img_type_instruments-big {
  bottom: 20px;
  left: -80px;
}

.business-capabilities-card__img_type_chat-big {
  height: 48px;
  margin-bottom: 56px;
  padding-left: 16px;
  position: relative;
}

.business-capabilities-card__img_type_chat-bubles {
  bottom: calc(132px - 56px);
}

.business-capabilities-card__img_type_space-big {
  bottom: 0;
  right: 30px;
}

.business-capabilities-card__header {
  margin: 0;
  padding-bottom: 16px;
  color: var(--mainTextColor);
}

.business-capabilities-card__description {
  margin: 0;
  max-width: 487px;
  min-width: 265px;
  color: var(--blogElementsTextColor);
  line-height: 140%;
}

.business-capabilities-icons__img {
  position: absolute;
  max-width: 1250px;
  width: 100%;
  bottom: -250px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 6;
}

@media screen and (max-width: 1200px) {
  .business-capabilities {
    height: 2020px;
  }

  .business-capabilities__cards-container {
    height: 1224px;
    width: -webkit-fill-available;
    margin: 60px 32px 140px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr 270px;
  }

  .business-capabilities__card:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }

  .business-capabilities__card:nth-child(5) {
    grid-row: 3;

    & > .business-capabilities-card__header {
      max-width: 50%;
    }
    & > .business-capabilities-card__description {
      max-width: 50%;
    }
  }

  .business-capabilities-card__header {
    max-width: 382px;
  }

  .business-capabilities-card__description {
    max-width: 382px;
  }

  .business-capabilities-icons__img {
    width: 90%;
  }

  .business-capabilities-card__img_type_instruments-big {
    bottom: 40px;
    left: 60px;
  }

  .business-capabilities-card__img_type_space-big {
    bottom: -40px;
    right: 86px;
    width: 40%;
  }
}

@media screen and (max-width: 1000px) {
  .business-capabilities-icons__img {
    bottom: -210px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .business-capabilities-card__img_type_space-big {
    bottom: 0;
    right: 40px;
    width: 45%;
  }
}

@media screen and (max-width: 744px) {
  .business-capabilities {
    height: auto;
    padding-bottom: 100px;
  }

  .business-capabilities__cards-container {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }

  .business-capabilities__card {
    height: 320px;
    box-sizing: border-box;
  }

  .business-capabilities__card:nth-child(3) {
    & > div .business-capabilities-card__header {
      max-width: 100%;
    }
    & > div .business-capabilities-card__description {
      max-width: 100%;
    }
  }

  .business-capabilities__card:nth-child(5) {
    & > .business-capabilities-card__header {
      max-width: 100%;
    }
    & > .business-capabilities-card__description {
      max-width: 100%;
    }
  }

  .business-capabilities-card__img_type_chat-big {
    margin-bottom: 36px;
  }

  .business-capabilities-card__img_type_chat-bubles {
    bottom: 65px;
  }

  .business-capabilities-card__img_type_instruments-big {
    bottom: 37px;
    left: 25%;
  }

  .business-capabilities-card__img_type_boards-big {
    bottom: -140px;
  }

  .business-capabilities-card__img_type_space-big {
    bottom: -140px;
    right: 30px;
    width: auto;
  }

  .business-capabilities-icons__img {
    bottom: -150px;
  }
}

@media screen and (max-width: 650px) {
  .business-capabilities-card__img_type_boards-big {
    right: -80px;
  }
}

@media screen and (max-width: 610px) {
  .business-capabilities-card__img_type_space-big {
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .business-capabilities-icons__img {
    bottom: -120px;
  }
}

@media screen and (max-width: 580px) {
  .business-capabilities__card:nth-child(5) {
    & > .business-capabilities-card__description > span {
      display: none;
    }
  }

  .business-capabilities-card__img_type_space-big {
    width: auto;
    left: 32px;
    bottom: -120px;
    transform: translate(0, 0);
  }

  .business-capabilities-card__img_type_boards-big {
    right: -120px;
  }

  .business-capabilities-card__img_type_chat-bubles {
    right: 0;
  }
}

@media screen and (max-width: 520px) {
  .business-capabilities-icons__img {
    bottom: -210px;
  }
}

@media screen and (max-width: 490px) {
  .business-capabilities-icons__img {
    bottom: -175px;
  }
}

@media screen and (max-width: 450px) {
  .business-capabilities__cards-container {
    margin: 60px 22px 140px;
  }

  .business-capabilities__card {
    height: 384px;
    padding: 40px 32px 0 32px;
  }

  .business-capabilities__card:first-child
    > .business-capabilities-card__header {
    margin-top: 200px;
  }

  .business-capabilities__card:nth-child(2)
    > .business-capabilities-card__header {
    margin-top: 150px;
  }

  .business-capabilities-card__img_type_boards-big {
    right: 0;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
  }

  .business-capabilities-card__img_type_instruments-big {
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
  }

  .business-capabilities-card__img_type_chat-bubles {
    right: auto;
  }
}

@media screen and (max-width: 388px) {
  .business-capabilities-card__img_type_chat-bubles {
    height: 50px;
  }
}

@media screen and (max-width: 375px) {
  .business-capabilities {
    margin-top: -250px;
  }

  .business-capabilities__cards-container {
    margin: 32px 15px 94px;
  }

  .business-capabilities-card__img_type_space-big {
    bottom: -90px;
  }

  .business-capabilities-icons__img {
    bottom: -205px;
  }
}

.business-local-security {
  position: relative;
  width: 100%;
  height: 360px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: var(--businessCapabilitesCardBoxShadow);
  z-index: 5;
  overflow: hidden;
}

.business-local-security_type_support {
  height: 360px !important;
}

.business-local-security__header {
  margin: 0 10px;
  max-width: 1083px;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  color: var(--blogElementsTextColor);
}

.business-local-security__header-span {
  margin: 0;
  color: var(--spanTextColor);
}

.business-local-security__support-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 64px;
  margin: 0 10px;
}

.business-local-security__support-span {
  height: 61px;
  margin: 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  box-sizing: border-box;
  color: var(--blogElementsTextColor);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.business-local-security__support-span:first-child {
  background: var(--accentTextColor);
  color: var(--onDarkTextColor);
}

.business-local-security__support-span:not(:first-child) {
  background: linear-gradient(#fff, #fff) padding-box,
    var(--securityBorderCardGradient) border-box;
  border: 5px solid transparent;
}

@supports not (
  background: linear-gradient(#fff, #fff) padding-box,
  var(--securityBorderCardGradient) border-box
) {
  .business-local-security__support-span:not(:first-child) {
    position: relative;
    background: #fff;
  }

  .business-local-security__support-span:not(:first-child)::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: var(--securityBorderCardGradient);
    border-radius: 28px;
    z-index: 0;
  }

  .business-local-security__support-span:not(:first-child) > * {
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 1440px) {
  .business-local-security {
    height: 350px;
  }
}

@media screen and (max-width: 950px) {
  .business-local-security__header {
    font-size: 32px;
    color: var(--mainTextColor);
  }
}

@media screen and (max-width: 744px) {
  .business-local-security {
    height: 240px;
  }

  .business-local-security__support-span {
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  .business-local-security {
    padding-bottom: 50px;
    box-shadow: none;
  }

  .business-local-security__header {
    line-height: 140%;
  }
}

@media screen and (max-width: 500px) {
  .business-local-security {
    justify-content: flex-start;
    background-color: transparent;
  }

  .business-local-security_type_support {
    height: 700px !important;
  }

  .business-local-security__header {
    padding-top: 38px;
  }

  .business-local-security__support-span:first-child {
    background: linear-gradient(#fff, #fff) padding-box,
      var(--securityBorderCardGradient) border-box;
    border: 5px solid transparent;
    color: var(--blogElementsTextColor);
  }
}

@media screen and (max-width: 375px) {
  .business-local-security {
    height: 290px;
    margin-top: 100px;
    padding-bottom: 0;
  }

  .business-local-security__header {
    padding-top: 0;
  }
}

.business-security {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  row-gap: 24px;
  overflow: hidden;
}

.business-security::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 1900px;
  height: 100%;
  background-image: radial-gradient(
    ellipse closest-side,
    #fffefeb2 0%,
    #fffefeb2 90%,
    transparent 100%
  );
  z-index: 3;
}

.business-security::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  z-index: 2;
}

.business-security__cards-container {
  width: 1241px;
  height: 1266px;
  margin: 0 20px;
  padding: 130px 0 180px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 24px;
  z-index: 3;
}

.business-security__card {
  padding: 40px;
  border-radius: 24px;
  position: relative;
  box-sizing: border-box;
  transition: transform 0.5s ease;
}

.business-security__card_type_integration {
  background-color: #fff;
  box-shadow: var(--businessCapabilitesCardBoxShadow);
}

.business-security__card_type_admin-panel {
  background-color: var(--blogElementsBackground);
  box-shadow: var(--businessCapabilitesCardBoxShadow);
}

.business-security__card_type_contur {
  background: linear-gradient(#fff, #fff) padding-box,
    var(--securityBorderCardGradient) border-box;
  border: 5px solid transparent;
  box-shadow: 0px 5px 33px 0px #0000000f;
}

@supports not (
  background: linear-gradient(#fff, #fff) padding-box,
  var(--securityBorderCardGradient) border-box
) {
  .business-security__card_type_contur {
    position: relative;
    background: #fff;
  }

  .business-security__card_type_contur::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: var(--securityBorderCardGradient);
    border-radius: 28px;
    z-index: 0;
  }

  .business-security__card_type_contur > * {
    position: relative;
    z-index: 1;
  }
}

.business-security__card_type_astra {
  background-color: #fff;
  box-shadow: var(--businessCapabilitesCardBoxShadow);
}

.business-security-card__header {
  margin: 24px 0;
  color: var(--mainTextColor);
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
}

.business-security-card__description {
  margin: 0;
  color: var(--blogElementsTextColor);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

.business-security__span {
  position: absolute;
  top: 36px;
  left: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 149px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #617fdd;
  box-sizing: border-box;
  background-color: #c8d6ff;
}

.business-security__link {
  color: var(--accentTextColor);
}

.business-security-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.business-security-icons__img-user-arrow {
  top: 35px;
  left: 85%;
}

.business-security-icons__img-dude {
  transform: translate(700px, -250px);
}

.business-security-icons__img-comment {
  transform: translate(750px, -450px);
}

.business-security-icons__img-comment-window {
  transform: translate(-950px, -590px);
}

.business-security-icons__img-table {
  transform: translate(-1350px, -330px);
}

.business-security-icons__img-note {
  display: none;
}

@media screen and (max-width: 1440px) {
  .business-security__cards-container {
    padding: 90px 0 174px;
  }

  .business-security-icons__img-dude {
    transform: translate(620px, 300px);
  }

  .business-security-icons__img-comment {
    transform: translate(650px, -490px);
  }

  .business-security-icons__img-comment-window {
    transform: translate(-710px, -615px);
  }

  .business-security-icons__img-table {
    transform: translate(-1170px, -365px);
  }

  .business-security-icons__img-user-arrow {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .business-security__cards-container {
    height: auto;
    padding: 163px 0 270px;
  }

  .business-security-icons__img-dude {
    transform: translate(450px, 600px);
  }

  .business-security-icons__img-comment-window {
    transform: translate(-560px, -870px);
  }

  .business-security-icons__img-table {
    transform: translate(-1000px, -600px);
  }

  .business-security-icons__img-comment {
    display: none;
  }
}

@media screen and (max-width: 744px) {
  .business-security {
    justify-content: center;
    overflow: hidden;
  }

  .business-security::before {
    background-image: radial-gradient(
      ellipse closest-side,
      #fffefeb2 0%,
      #fffefeb2 10%,
      transparent 70%
    );
  }

  .business-security__cards-container {
    height: 406px;
    width: 1920px;
    display: block;
    padding: 94px 0 443px;
    display: block;
    position: relative;
    overflow-x: visible;
    z-index: 3;
  }

  .business-security__card {
    width: calc(100vw - 42px);
    background-color: #fff;
    position: absolute;
    height: 406px;
  }

  .business-security__card:first-child {
    background-color: #fff;
    box-shadow: var(--businessCapabilitesCardBoxShadow);
  }

  .business-security__card:last-child {
    background-color: #fff;
    box-shadow: var(--businessCapabilitesCardBoxShadow);
  }

  .business-security-icons__img-dude {
    transform: translate(-80px, 50px);
  }

  .business-security-icons__img-table {
    transform: translate(-800px, -125px);
  }

  .business-security-icons__img-note {
    display: block;
    transform: translate(150px, -150px);
  }
}

@media screen and (max-width: 650px) {
  .business-security::before {
    background-image: radial-gradient(
      ellipse closest-side,
      #fffefeb2 0%,
      #fffefeb2 60%,
      transparent 130%
    );
  }
  .business-security__card {
    height: 624px;
  }

  .business-security__cards-container {
    column-gap: 12px;
  }

  .business-security-icons__img-comment {
    display: block;
    transform: translate(-150px, 225px);
  }

  .business-security-icons__img-dude {
    transform: translate(40px, 110px);
  }

  .business-security-icons__img-note {
    transform: translate(-480px, 130px);
  }
}

@media screen and (max-width: 375px) {
  .business-security__card {
    height: 724px;
  }
}

.business-organisation {
  position: relative;
  width: 100%;
  max-width: 1348px;
  margin: 0 auto 100px;
  height: 1432px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.business-organisation__header {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 830px;
  color: var(--mainTextColor);
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  padding-bottom: 32px;
}

.business-organisation__description {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 830px;
  text-align: center;
  padding-bottom: 120px;
  color: var(--blogElementsTextColor);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
}

.business-organisation__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -41%);
}

.business-organisation__cards-container {
  position: relative;
  width: 98%;
  height: 1070px;
}

.business-organisation__card {
  position: absolute;
  width: 505px;
  height: 180px;
}

.business-organisation__card-content {
  height: calc(100% - 1px);
  display: grid;
  grid-template-columns: 66px 1fr;
  grid-template-rows: 48px 120px;
  background: #6acf4c;
  box-shadow: var(--businessOrganisationCardBoxShadow);
  padding: 24px 20px;
  border-radius: 30px;
  box-sizing: border-box;
  color: var(--blogElementsTextColor);
  overflow: hidden;
}

.business-organisation__card-content::after {
  content: "";
  position: absolute;
  top: -0.25px;
  left: 90px;
  width: 416px;
  height: 100%;
  background: #fff;
  border-radius: 0 24px 24px 0;
}

.business-organisation__card:nth-child(2) {
  top: 66px;
  right: 0;

  & .business-organisation__card-content {
    background: #53bce2;
  }
}

.business-organisation__card:nth-child(3) {
  width: 566px;
  top: 325px;

  & .business-organisation__card-content {
    background: #fa797b;
  }
}

.business-organisation__card:nth-child(3)
  .business-organisation__card-content::after {
  width: 476px;
}

.business-organisation__card:nth-child(3):hover .business-tooltip_type_left {
  display: block;
  animation: tooltipSlideLeft 0.3s ease-out;
}

.business-organisation__card:nth-child(4) {
  width: 715px;
  top: 528px;
  right: 19px;

  & .business-organisation__card-content {
    background: #f7c352;
  }

  &.business-organisation__card-content::after {
    width: 625px;
  }
}

.business-organisation__card:nth-child(4)
  .business-organisation__card-content::after {
  width: 625px;
}

.business-organisation__card:nth-child(4):hover .business-tooltip_type_right {
  display: block;
  animation: tooltipSlideRight 0.3s ease-out;
}

.business-organisation__card:nth-child(5) {
  width: 489px;
  height: 331px;
  top: 779px;
  left: 390px;

  & .business-organisation__card-content {
    color: var(--onDarkTextColor);
    background: linear-gradient(
      94.26deg,
      #5b6dc9 25.23%,
      #6267ff 44.73%,
      #657ae4 81.53%
    );

    &.business-organisation__card-content::after {
      content: none;
    }
  }
}

.business-organisation__card-header {
  margin: 0;
  padding-bottom: 12px;
  padding-left: 24px;
  color: inherit;
}

.business-organisation__card-description {
  width: 91%;
  margin: 0;
  padding-left: 24px;
  color: inherit;
  line-height: 150% !important;
  grid-column: 2;
}

.business-organisation__card-span {
  margin: 0 5px;
  font-weight: 600;
  font-size: 48px;
  font-family: "Unbounded";
  color: rgba(255, 255, 255, 0.4);
}

.business-organisation__card-btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  grid-column: 2;

  & > a {
    font-size: 24px;
    width: 331px;
    height: 61px;
    margin: 40px 0 0 0;
  }
}

.business-organisation__card-img {
  display: none;
}

@media screen and (max-width: 1440px) {
  .business-organisation__cards-container {
    width: 92%;
  }
}

@media screen and (max-width: 1280px) {
  .business-organisation__cards-container {
    width: 97%;
  }
}

@media screen and (max-width: 1200px) {
  .business-organisation {
    height: 1425px;
    margin: -70px auto 100px;
  }

  .business-organisation__description {
    padding-bottom: 78px;
  }

  .business-organisation__img {
    transform: translate(-50%, -35%);
  }

  .business-organisation__cards-container {
    width: 87%;
  }

  .business-organisation__card:nth-child(2) {
    top: 194px;
  }

  .business-organisation__card:nth-child(3) {
    top: 432px;
    left: 35px;
  }

  .business-organisation__card:nth-child(4) {
    top: 710px;
  }

  .business-organisation__card:nth-child(5) {
    width: 913px;
    height: 200px;
    top: 945px;
    left: 35px;
  }

  .business-organisation__card:nth-child(5)
    .business-organisation__card-content {
    grid-template-columns: 66px 450px 1fr;
  }

  .business-organisation__card-btn {
    grid-column: 3;
  }
}

@media screen and (max-width: 1150px) {
  .business-organisation__card:nth-child(3):hover .business-tooltip_type_left {
    display: none;
    animation: none;
  }
}

@media screen and (max-width: 1060px) {
  .business-organisation__cards-container {
    width: 97%;
  }
}

@media screen and (max-width: 1000px) {
  .business-organisation__card:nth-child(5) {
    width: 100%;
    top: 945px;
    left: 0;
  }
}

@media screen and (max-width: 960px) {
  .business-organisation__card:nth-child(4):hover .business-tooltip_type_right {
    display: none;
    animation: none;
  }
}

@media screen and (max-width: 930px) {
  .business-organisation {
    height: 1600px;
  }

  .business-organisation__img {
    transform: translate(-50%, -44%);
  }

  .business-organisation__card:nth-child(2) {
    top: 236px;
  }

  .business-organisation__card:nth-child(3) {
    width: 505px;
    height: 210px;
    top: 472px;
    left: 0;
  }

  .business-organisation__card:nth-child(3)
    .business-organisation__card-content::after {
    width: 417px;
  }

  .business-organisation__card:nth-child(4) {
    width: 505px;
    height: 240px;
    top: 738px;
  }

  .business-organisation__card:nth-child(4)
    .business-organisation__card-content::after {
    width: 417px;
  }

  .business-organisation__card:nth-child(5) {
    height: 301px;
    top: 1034px;
  }

  .business-organisation__card:nth-child(5)
    .business-organisation__card-content {
    grid-template-columns: 66px 1fr;
    grid-template-rows: 48px 93px;
  }

  .business-organisation__card-btn {
    grid-column: 2;
    margin-left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .business-organisation__img {
    transform: translate(-50%, -47%);
  }

  .business-organisation__header {
    font-size: 32px;
    line-height: 120%;
  }
}

@media screen and (max-width: 700px) {
  .business-organisation {
    height: auto;
    margin: -70px auto 84px;
  }

  .business-organisation::after {
    content: "";
    position: absolute;
    bottom: -84px;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, #ffffff 0%, #f9f9f9 100%);
  }

  .business-organisation__img {
    display: none;
  }

  .business-organisation__cards-container {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    margin: 0 20px;
  }

  .business-organisation__card {
    --buisnessOrganisationCardIndex: 1;
    position: sticky;
    width: 100%;
    top: calc(
      var(--buisnessOrganisationCardIndex) *
        var(--buisnessOrganisationCardPadding)
    ) !important;
    box-sizing: content-box;
    margin-bottom: 120px;
  }

  .business-organisation__card-content::after {
    width: calc(100% - 88px) !important;
  }

  .business-organisation__card:nth-child(2) {
    --buisnessOrganisationCardIndex: 2;
    top: 0;
  }

  .business-organisation__card:nth-child(3) {
    --buisnessOrganisationCardIndex: 3;
    top: 0;
    width: 100%;
  }

  .business-organisation__card:nth-child(4) {
    --buisnessOrganisationCardIndex: 4;
    top: 0;
    width: 100%;
  }

  .business-organisation__card:nth-child(5) {
    --buisnessOrganisationCardIndex: 5;
    top: 0;
    width: 100.5%;
  }

  .business-organisation__card-content {
    width: 100%;
  }

  .business-organisation__card-img {
    display: block;
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 580px) {
  .business-organisation__card-content {
    grid-template-columns: 30px 1fr;
    grid-template-rows: 35px auto;
    padding: 20px 0 20px 20px;
  }

  .business-organisation__card-content::after {
    width: calc(100% - 53px) !important;
    left: 53px;
  }

  .business-organisation__card:nth-child(5)
    .business-organisation__card-content {
    grid-template-columns: 30px 1fr;
    padding: 20px;
  }

  .business-organisation__card-header {
    font-size: 24px !important;
    padding-left: 12px;
  }

  .business-organisation__card-description {
    padding-left: 12px;
  }

  .business-organisation__card-span {
    margin: 0 -6px;
    font-size: 36px;
  }

  .business-organisation__card-btn {
    width: 100%;
    margin-left: 0;
    grid-column: 1 / 3;
  }

  .business-organisation__card-btn > a {
    width: 100%;
    height: 56px;
    font-size: 20px;
    margin: 57px 0 0 0;
  }
}

@media screen and (max-width: 500px) {
  .business-organisation {
    margin: -70px auto 0;
  }

  .business-organisation::after {
    bottom: 0;
  }
}

@media screen and (max-width: 375px) {
  .business-organisation__header {
    line-height: 140%;
  }

  .business-organisation__description {
    font-size: 20px;
  }
}

.business-tooltip {
  position: absolute;
  transform: translateY(-50%);
  width: 202px;
  height: 56px;
  z-index: 1000;
  background-color: #505055;
  border-radius: 24px;
}

.business-tooltip_type_left {
  right: calc(100% + 9px);
  top: 50%;
  display: none;
}

.business-tooltip_type_right {
  width: 181px;
  left: calc(100% + 9px);
  top: 50%;
  display: none;
}

.business-tooltip__inner {
  margin: 0;
  padding: 8px 24px;
  color: var(--onDarkTextColor);
  line-height: 140% !important;
}

.business-tooltip__triangle {
  position: absolute;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

.business-tooltip__type_triangle-right {
  border: 20px solid transparent;
  border-left: 20px solid #505055;
  transform: rotate3d(2, 1, 1, 80deg);
  right: -31px;
  top: 27%;
}

.business-tooltip__type_triangle-left {
  left: -18px;
  top: -9%;
  border: 20px solid transparent;
  border-right: 20px solid #505055;
  transform: rotate3d(1, 1.5, 2.8, 85deg);
}

@keyframes tooltipSlideLeft {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

@keyframes tooltipSlideRight {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

@media screen and (max-width: 1780px) {
  .business-tooltip_type_left {
    right: 80%;
    top: -42px;
  }

  .business-tooltip_type_right {
    left: 85%;
    top: -42px;
  }

  .business-tooltip__type_triangle-right {
    transform: rotate3d(3, 2, 1, 388deg);
    right: -6px;
    top: 60%;
  }

  .business-tooltip__type_triangle-left {
    left: -5px;
    top: 60%;
    transform: rotate3d(1, 1.5, 2.8, -12deg);
  }
}

@media screen and (max-width: 1520px) {
  .business-tooltip_type_left {
    right: 65%;
  }

  .business-tooltip_type_right {
    left: 70%;
  }
}

@media screen and (max-width: 1420px) {
  .business-tooltip_type_right {
    left: 30%;
  }
}

@media screen and (max-width: 1200px) {
  .business-tooltip_type_left {
    right: 80%;
  }

  .business-tooltip_type_right {
    left: 63%;
  }
}

.business-road-map {
  position: relative;
  margin: 0 auto 80px;
  padding-top: 160px;
}

.business-road-map__header {
  margin: 0 auto;
  padding: 0 10px;
  color: var(--mainTextColor);
  text-align: center;
  max-width: 996px;
  padding-bottom: 32px;
}

.business-road-map__description {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 996px;
  color: var(--blogElementsTextColor);
  text-align: center;
  padding-bottom: 100px;
}

.business-road-map__link {
  width: 338px;
  height: 56px;
  margin: 0 auto;
  font-weight: 400 !important;
}

@media screen and (max-width: 1200px) {
  .business-road-map__header {
    max-width: 846px;
  }

  .business-road-map__description {
    max-width: 556px;
  }
}

@media screen and (max-width: 744px) {
  .business-road-map__header {
    max-width: 678px;
  }
}

@media screen and (max-width: 576px) {
  .business-road-map {
    background-color: var(--mainBackground);
    margin: 0;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .business-road-map::before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #f9f9f9 0%, transparent 100%);
    width: 100%;
    height: 50px;
    top: -50px;
    z-index: 10;
  }

  .business-road-map__link {
    font-size: 20px !important;
  }
}

.circles-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate linear infinite;
  width: calc(var(--circleWrapperSize) * 2);
  height: calc(var(--circleWrapperSize) * 2);
}

.circles-container .circle-wrapper:nth-child(1) {
  --circleWrapperSize: clamp(300px, 70vw, 832px);
}
.circles-container .circle-wrapper:nth-child(2) {
  --circleWrapperSize: clamp(260px, 56vw, 688px);
}
.circles-container .circle-wrapper:nth-child(3) {
  --circleWrapperSize: clamp(220px, 45vw, 575px);
}
.circles-container .circle-wrapper:nth-child(4) {
  --circleWrapperSize: clamp(180px, 37vw, 491px);
}
.circles-container .circle-wrapper:nth-child(5) {
  --circleWrapperSize: clamp(150px, 30vw, 398px);
}

.circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
}

.circle::after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 50%;
  top: 1px;
  left: 1px;
}

.circle-1 {
  background: linear-gradient(
    208.69deg,
    #d5d5d5 4.69%,
    #d8d8d8 32.14%,
    #969696 96.78%
  );
}

.circle-2 {
  background: linear-gradient(
    142.24deg,
    #d5d5d5 12.9%,
    #d8d8d8 38.04%,
    #969696 97.23%
  );
}

.circle-3 {
  opacity: 0.6;
  background: linear-gradient(
    135.91deg,
    #d5d5d5 -3.45%,
    #d8d8d8 27.88%,
    #969696 101.65%
  );
}

.circle-4 {
  opacity: 0.4;
  background: linear-gradient(
    230.45deg,
    #d5d5d5 6.6%,
    #d8d8d8 31.51%,
    #969696 90.15%
  );
}

.circle-5 {
  opacity: 0.2;
  background: linear-gradient(
    191.42deg,
    #d5d5d5 0.26%,
    #d8d8d8 26.43%,
    #969696 88.05%
  );
}

.circle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateX(calc(var(--circleWrapperSize)));

  & img {
    width: 100%;
    height: 100%;
  }
}

@keyframes rotate {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.circle-wrapper:nth-child(1) {
  animation-duration: var(--circleWrapper-1-animationDuration);
  animation-direction: reverse;
}
.circle-wrapper:nth-child(2) {
  animation-duration: var(--circleWrapper-2-animationDuration);
}
.circle-wrapper:nth-child(3) {
  animation-duration: var(--circleWrapper-3-animationDuration);
  animation-direction: reverse;
}
.circle-wrapper:nth-child(4) {
  animation-duration: var(--circleWrapper-4-animationDuration);
}
.circle-wrapper:nth-child(5) {
  animation-duration: var(--circleWrapper-5-animationDuration);
  animation-direction: reverse;
}

@keyframes counter-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes counter-rotate--opposite-plus {
  from {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-350deg);
  }
}

@keyframes counter-rotate--opposite-minus {
  from {
    transform: rotate(-10deg);
  }
  to {
    transform: rotate(-370deg);
  }
}

.circle-icon__inner {
  animation: counter-rotate linear infinite;
}

.circle-wrapper:nth-child(1) .circle-icon__inner {
  animation-duration: var(--circleWrapper-1-animationDuration);
  animation-direction: reverse;
}

.circle-wrapper:nth-child(2) .circle-icon__inner {
  animation-duration: var(--circleWrapper-2-animationDuration);
  animation-direction: normal;
}

.circle-wrapper:nth-child(3) .circle-icon__inner {
  animation-duration: var(--circleWrapper-3-animationDuration);
  animation-direction: reverse;
}

.circle-wrapper:nth-child(4) .circle-icon__inner {
  animation-duration: var(--circleWrapper-4-animationDuration);
  animation-direction: normal;
}

.circle-wrapper:nth-child(5) .circle-icon--fast {
  animation-duration: 5s;
}

.circle-placeholder {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.circle-icon--opposite {
  transform: translate(-50%, -50%) rotate(180deg)
    translateX(var(--circleWrapperSize));
  animation: counter-rotate linear infinite;
}

.circle-icon--opposite-plus {
  transform: translate(-50%, -50%) rotate(170deg)
    translateX(var(--circleWrapperSize));
  animation: counter-rotate--opposite-plus linear infinite;
}

.circle-icon--opposite-minus {
  transform: translate(-50%, -50%) rotate(190deg)
    translateX(var(--circleWrapperSize));
  animation: counter-rotate--opposite-minus linear infinite;
}

.circle-icon--fast {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: orbit 30s linear infinite;
  will-change: transform;
}

@keyframes orbit {
  from {
    transform: translate(-50%, -50%) rotate(0deg)
      translateX(var(--circleWrapperSize));
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg)
      translateX(var(--circleWrapperSize));
  }
}

@media screen and (max-width: 768px) {
  .circle-wrapper:nth-child(1) .circle-icon__inner {
    width: 70px;
    height: 70px;
  }

  .circle-wrapper:nth-child(2) .circle-icon__inner {
    width: 70px;
    height: 70px;
  }

  .circle-wrapper:nth-child(3) .circle-icon__inner {
    width: 70px;
    height: 70px;
  }

  .circle-wrapper:nth-child(4) .circle-icon__inner {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 576px) {
  .circles-container {
    top: 100px;
  }

  .circles-container .circle-wrapper:nth-child(1) {
    --circleWrapperSize: 550px;
  }
  .circles-container .circle-wrapper:nth-child(2) {
    display: none;
  }
  .circles-container .circle-wrapper:nth-child(3) {
    --circleWrapperSize: 450px;
  }
  .circles-container .circle-wrapper:nth-child(4) {
    --circleWrapperSize: 390px;
  }
  .circles-container .circle-wrapper:nth-child(5) {
    --circleWrapperSize: 300px;
  }

  .circle-wrapper:nth-child(1) .circle-icon--fast {
    display: none;
  }
  .circle-wrapper:nth-child(1) .circle-icon__inner,
  .circle-wrapper:nth-child(3) .circle-icon__inner {
    width: 50px;
    height: 50px;
  }

  .circle-wrapper:nth-child(4) .circle-icon__inner {
    width: 40px;
    height: 40px;
  }
}

.business-feedback-form {
  background: var(--businessPageDownGradinent);
  margin-bottom: -50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.business-feedback-form__img-tables,
.business-feedback-form__img-tables-2 {
  position: absolute;
  top: 0;
  left: 425px;
}

.business-feedback-form__img-diagram,
.business-feedback-form__img-diagram-2 {
  position: absolute;
  top: 182px;
  left: 724px;
}

.business-feedback-form__img-timer,
.business-feedback-form__img-timer-2 {
  position: absolute;
  top: 29px;
  left: 1160px;
}

.business-feedback-form__img-ai-instruments,
.business-feedback-form__img-ai-instruments-2 {
  position: absolute;
  top: 194px;
  left: 1394px;
}

.business-feedback-form__img-voice-message,
.business-feedback-form__img-voice-message-2 {
  position: absolute;
  top: 35px;
  left: 1641px;
}

.business-feedback-form__img-style-copy,
.business-feedback-form__img-style-copy-2 {
  position: absolute;
  top: 214px;
  left: 1984px;
}

.business-feedback-form__img-iframe,
.business-feedback-form__img-iframe-2 {
  position: absolute;
  top: 106px;
  left: 2314px;
}

.business-feedback-form__img-intelect-cards,
.business-feedback-form__img-intelect-cards-2 {
  position: absolute;
  top: 203px;
  left: 2577px;
}

.business-feedback-form__img-container img {
  will-change: opacity;
}

.business-feedback-form__img-container
  img:not(.business-feedback-form__img-time-line) {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.business-feedback-form__img-container
  img.visible:not(.business-feedback-form__img-time-line) {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.6, 1);
}

/* для воторого контейнера */

.business-feedback-form__img-container-2 img {
  will-change: opacity;
}

.business-feedback-form__img-container-2
  img:not(.business-feedback-form__img-time-line) {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.business-feedback-form__img-container-2
  img.visible:not(.business-feedback-form__img-time-line) {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.6, 1);
}

.business-feedback-form__img-track {
  position: relative;
  display: flex;
  max-width: 3100px;
  overflow: hidden;
  margin: 0 auto;
}

.business-feedback-form__img-track::before {
  content: "";
  position: absolute;
  left: calc(100vw - 200px);
  top: 0;
  height: 100%;
  width: 200px;
  background: linear-gradient(
    to left,
    rgba(249, 249, 249, 1) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 10;
}

.business-feedback-form__img-track::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 200px;
  background: linear-gradient(
    to right,
    rgba(249, 249, 249, 1) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 10;
}

.business-feedback-form__img-container {
  display: flex;
  align-items: flex-end;
  height: 360px;
  width: 3117px;
  flex-shrink: 0;
  animation: timeline-scroll 40s linear infinite;
  animation-delay: -40s;
}

.business-feedback-form__img-container-2 {
  display: flex;
  align-items: flex-end;
  height: 360px;
  width: 3117px;
  flex-shrink: 0;
  animation: timeline-scroll2 40s linear infinite;
  animation-delay: -20s;
}

.business-feedback-form__container {
  position: relative;
  height: 980px;
  width: 1800px;
  margin: 200px auto 100px;
  border-radius: 40px;
  background-color: var(--mainBackground);
  background-image: var(--dotsGradientImage);
  background-position: var(--dotsGradientPosition);
  background-size: var(--dotsGradientSize);
  background-position: center;
  background-attachment: fixed;
  display: grid;
  justify-content: center;
  grid-template-columns: 629px 472px;
  grid-auto-rows: min-content;
  column-gap: 106px;
}

.business-feedback-form__container::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    to bottom,
    rgba(249, 249, 249, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.business-feedback-form__header {
  margin: 0;
  color: var(--mainTextColor);
  padding: 75px 0 32px;
  line-height: 140% !important;
}

.business-feedback-form__description {
  margin: 0 auto;
  color: var(--mainTextColor);
  padding-bottom: 24px;
}

.business-feedback-form__link {
  font-weight: 500;
  width: 195px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  background: transparent;
  color: var(--accentTextColor);
  cursor: pointer;
}

.business-feedback-form__link::before {
  content: "";
  display: block;
  border-radius: 24px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: opacity 0.3s ease-in-out;
  z-index: -1000;
}

.business-feedback-form__link:hover::before {
  opacity: 1;
}

.business-feedback-form__img {
  padding-top: 140px;
}

.business-feedback-form__form-container {
  height: 636px;
  display: flex;
  grid-column: 2;
  grid-row: 1 / 6;
  flex-direction: column;
  justify-content: center;
  padding: 42px 50px;
  background-color: #fff;
  border-radius: 24px;
  margin-top: 94px;
}

.business-feedback-form__form-header {
  margin: 0;
  color: var(--mainTextColor);
  padding-bottom: 16px;
  line-height: 120% !important;
}

.business-feedback-form__form-description {
  margin: 0;
  color: var(--mainTextColor);
  padding-bottom: 28px;
}

.business-feedback-form__form {
  display: grid;
  position: relative;
}

.business-feedback-form__label .popup__error {
  bottom: 0;
}

.business-feedback-form__label {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  color: var(--businessLabelTextColor);
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.business-feedback-form__label::before {
  content: "*";
  position: absolute;
  left: 35px;
  color: #dc5757;
  font-size: inherit;
}

.business-feedback-form__label:nth-child(4) {
  padding-bottom: 24px;
}

.business-feedback-form__label:nth-child(4) .popup__error {
  bottom: 4px;
}

.business-feedback-form__label:nth-child(2)::before {
  left: 130px;
}

.business-feedback-form__label:nth-child(3)::before {
  left: 47px;
}

.business-feedback-form__label:nth-child(4)::before {
  left: 155px;
}

.business-feedback-form__input {
  height: 40px;
  margin-top: 12px;
  padding-left: 15px;
  border: 2px solid var(--faqAccordionBorder);
  border-radius: 8px;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;

  &:focus {
    border: 2px solid var(--helpAccordionHover);
    transition: 0.2s ease-in-out;
  }

  &:not(:focus):hover {
    transition: 0.2s ease-in-out;
  }
}

.business-feedback-form__input:focus-visible {
  outline: none;
}

.business-feedback-form__checkbox-container {
  position: relative;
  padding-left: 40px;
  margin: 0 0 40px;
  cursor: pointer;
  color: var(--businessLabelTextColor);
}

.business-feedback-form__checkbox-container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.business-feedback-form__checkbox-container label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: white;
  border-radius: 4px;
}

.business-feedback-form__checkbox-container label::after {
  content: "*";
  position: absolute;
  left: 26px;
  top: 0;
  color: #dc5757;
  font-size: 16px;
}

.business-feedback-form__checkbox-container input:checked + label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.business-feedback-form__checkbox-container label {
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--mainTextColor);
}

.business-feedback-form__checkbox-container.popup__input--error {
  border: none !important;
}

.business-feedback-form__checkbox-container.popup__input--error label::before {
  background: var(--errorSpanBackground);
  border: 2px solid var(--errorInputBorderColor);
}

.business-feedback-form__checkbox-container input:checked + label::before {
  border: 1px solid #ccc;
  background: white;
}

.business-feedback-form__submit-btn {
  width: 100%;
  height: 56px;
  color: #fff;
  font-weight: 400 !important;
}

.business-feedback-form__submit-btn_disabled {
  background: var(--helpHeaderInputSearchBorderValid);
  color: var(--helpMenuCloseBtn);
  pointer-events: none;
  cursor: default;
}

.business-feedback-form__error {
  position: absolute;
  color: var(--errorTextColor);
  bottom: 30px;
  z-index: 110;
}

.business-feedback-form__error-validation {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -400px);
  z-index: 200;
}

@media screen and (max-width: 1950px) {
  .business-feedback-form__container {
    width: auto;
    margin: 200px 60px 100px;
  }
}

@media screen and (max-width: 1440px) {
  .business-feedback-form__container {
    grid-template-columns: auto 488px;
    column-gap: 83px;
    padding: 0 80px;
    margin: 200px 40px 100px;
  }

  .business-feedback-form__form-description {
    font-weight: 300 !important;
  }
}

@media screen and (max-width: 1250px) {
  .business-feedback-form__container {
    column-gap: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .business-feedback-form__container {
    height: 940px;
    grid-template-columns: auto;
    margin-bottom: 115px;
  }

  .business-feedback-form__form-container {
    height: 513px;
    grid-column: 1;
    grid-row: 5;
    padding: 42px 50px 60px;
    margin-top: 30px;
    box-sizing: border-box;
  }

  .business-feedback-form__form {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    column-gap: 20px;
  }

  .business-feedback-form__img {
    display: none;
  }

  .business-feedback-form__header {
    text-align: center;
    padding: 58px 0 32px;
  }

  .business-feedback-form__description {
    text-align: center;
    max-width: 750px;
  }

  .business-feedback-form__link {
    margin: 0 auto;
  }

  .business-feedback-form__submit-btn {
    grid-column: 1 / 3;
  }

  .business-feedback-form__checkbox-container {
    grid-column: 1 / 3;
    margin: 0 0 45px 0;
  }

  .business-feedback-form__label:nth-child(2) {
    grid-row: 2;
  }

  .business-feedback-form__label:nth-child(4) {
    grid-row: 1;
    grid-column: 2;
  }

  .business-feedback-form__error-validation {
    transform: translate(-50%, -260px);
  }
}

@media screen and (max-width: 870px) {
  .business-feedback-form__img-track::before {
    width: 100px;
    left: calc(100vw - 100px);
    background: linear-gradient(
      to left,
      rgba(249, 249, 249, 1) 10%,
      rgba(0, 0, 0, 0) 80%
    );
  }

  .business-feedback-form__img-track::after {
    width: 100px;
    background: linear-gradient(
      to right,
      rgba(249, 249, 249, 1) 10%,
      rgba(0, 0, 0, 0) 80%
    );
  }

  .business-feedback-form__container {
    height: 980px;
    margin: 200px 32px 125px;
  }
}

@media screen and (max-width: 744px) {
  .business-feedback-form__container {
    height: 1360px;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .business-feedback-form__form-container {
    height: 810px;
    width: 505px;
    margin: 52px auto 98px;
  }

  .business-feedback-form__header {
    width: 505px;
    margin: 0 auto;
    padding: 37px 0 32px;
    font-size: 32px !important;
    line-height: 120% !important;
  }

  .business-feedback-form__description {
    width: 505px;
    margin: 0 auto;
    padding-bottom: 36px;
  }

  .business-feedback-form__form {
    display: flex;
    flex-direction: column;
  }

  .business-feedback-form__form-description {
    font-size: 24px !important;
    font-weight: 300 !important;
  }

  .business-feedback-form__error-validation {
    transform: translate(-50%, -430px);
  }
}

@media screen and (max-width: 600px) {
  .business-feedback-form__container {
    margin: 0;
    background: transparent;
  }

  .business-feedback-form__container::before {
    content: none;
  }

  .business-feedback-form__description {
    font-size: 20px !important;
  }

  .business-feedback-form__form-container {
    height: 920px;
    margin: 46px 0 0;
    padding: 64px 20px 0;
    width: auto;
    justify-content: flex-start;
  }

  .business-feedback-form__form-description {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 576px) {
  .business-feedback-form {
    background: var(--businessPageDownGradinent__mobile);
  }

  .business-feedback-form__container {
    height: 1345px;
  }

  .business-feedback-form__header {
    width: auto;
    margin: 0 20px;
  }

  .business-feedback-form__description {
    width: auto;
    margin: 0 20px;
  }

  .business-feedback-form__link {
    font-size: 20px !important;
  }

  .business-feedback-form__submit-btn {
    font-size: 20px !important;
  }

  .business-feedback-form__form-container {
    height: 1920px;
  }
}

@keyframes timeline-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes timeline-scroll2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

.buble {
  fill: #475bbe;
  animation: typing 1.5s infinite;
}

.buble1 {
  animation-delay: 0s;
}

.buble2 {
  animation-delay: 0.25s;
}

.buble3 {
  animation-delay: 0.5s;
}

@keyframes typing {
  0%,
  100% {
    fill: #475bbe;
    transform: translateY(-3px);
  }
  50%,
  70% {
    fill: #c6d3fa;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
    scrollbar-color: var(--helpAccordionScrollbarThumb)
      var(--helpAccordionScrollbarTrack);
    scrollbar-width: thin;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

