@charset "UTF-8";
@font-face {
  font-family: "Mail Sans Roman";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MailSansRoman-Regular.woff2") format("woff2"), url("../fonts/MailSansRoman-Regular.woff") format("woff"); }

@font-face {
  font-family: "Mail Sans Roman";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/MailSansRoman-Medium.woff2") format("woff2"), url("../fonts/MailSansRoman-Medium.woff") format("woff"); }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slideFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

/*! normalize.css v8.0.0 | 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; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *	`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, form, fieldset {
  display: block; }

body, html {
  -webkit-text-size-adjust: 100%; }

*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

label {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input,
textarea,
button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: block; }

input::-ms-reveal {
  display: none; }

input::-ms-clear {
  display: none; }

textarea {
  outline: none;
  resize: none; }

button {
  background: none;
  cursor: pointer;
  padding: 0; }
  button:disabled {
    cursor: not-allowed; }

button, input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

button:focus, input:focus {
  outline: none; }

select {
  border: 0;
  box-shadow: none;
  color: inherit;
  outline: none;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }
  select::-ms-value {
    background: none;
    color: inherit; }
  select::-ms-expand {
    display: none; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

abbr[title], acronym[title] {
  text-decoration: none; }

a {
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none; }

svg {
  fill: currentColor; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

body {
  background: white;
  color: #333;
  font-family: "Mail Sans Roman", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  height: 100%;
  line-height: 1.6;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-stretch: 115%;
  font-variation-settings: "wdth" 115; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

html.no-touchevents .is-mobile {
  display: none; }

html.touchevents .is-desktop {
  display: none; }

.icon {
  display: block;
  max-width: 100%;
  height: auto; }
  .icon-mailru {
    width: 110px; }
    .icon-mailru__at {
      fill: orange;
      transition: fill 300ms; }
    .icon-mailru__text {
      fill: white;
      transition: fill 300ms; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.l-main {
  display: flex;
  flex-direction: column; }
  .l-main > * {
    flex: 0 0 auto; }
  .l-main > footer {
    margin-top: auto; }
  .l-main__scroll-content {
    position: relative; }
    html.no-touchevents .l-main__scroll-content {
      position: relative; }
      html.no-touchevents .l-main__scroll-content .b-features-xtra {
        position: absolute;
        left: 0; }
      html.no-touchevents .l-main__scroll-content .b-footer {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%; }
    .l-main__scroll-content .b-protection__items-container {
      z-index: 1; }
    .l-main__scroll-content .b-features-xtra {
      z-index: 1; }

.l-container {
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  max-width: 1372px; }

.b-header {
  height: 64px;
  z-index: 100; }
  @media (max-width: 1023.98px) {
    .b-header {
      display: none; } }
  .b-header.is-fixed .b-header__detachable {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff; }
    .b-header.is-fixed .b-header__detachable > .l-container {
      padding-top: 0;
      max-width: none; }
    @media (max-width: 1023.98px) {
      .b-header.is-fixed .b-header__detachable {
        background: none; } }
  .b-header.is-fixed .b-header__logo-link {
    display: flex;
    flex: 0 0 auto; }
    @media (max-width: 1023.98px) {
      .b-header.is-fixed .b-header__logo-link {
        display: none; } }
  .b-header.is-fixed .b-header-menu__item:has(.is-active, .mail) {
    border-radius: 9.8px;
    transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0); }
  .b-header.is-fixed .b-header-menu__item:hover {
    background: #f5f5f7;
    border-radius: 9.8px;
    cursor: pointer; }
    .b-header.is-fixed .b-header-menu__item:hover .b-header-menu__link {
      opacity: 1; }
  .b-header.is-fixed .b-header-menu__item .b-header-menu__link {
    opacity: .7; }
  .b-header.is-fixed .b-header-menu__link.mail {
    color: #fff;
    opacity: 1;
    margin-right: 0; }
    @media (max-width: 1023.98px) {
      .b-header.is-fixed .b-header-menu__link.mail {
        display: none; } }
  .b-header__detachable {
    height: 64px;
    transition: background-color 300ms;
    background: #edeef1; }
    @media (max-width: 639.98px) {
      .b-header__detachable {
        transition: none; } }
    @media (max-width: 819.98px) {
      .b-header__detachable {
        height: 64px; } }
    .b-header__detachable > .l-container {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: none; }
      @media (max-width: 1023.98px) {
        .b-header__detachable > .l-container {
          justify-content: flex-start;
          padding: 0; } }
  .b-header__logo-link {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    flex: 0 0 auto; }
    @media (max-width: 1023.98px) {
      .b-header__logo-link {
        display: none; } }
    @media (min-width: 2560px) {
      .b-header__logo-link .icon-mailru {
        width: 213px; } }
    @media (min-width: 1920px) and (max-width: 1920.98px) {
      .b-header__logo-link .icon-mailru {
        width: 160px; } }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .b-header__logo-link .icon-mailru {
        width: 82px; } }
    @media (min-width: 820px) and (max-width: 1023.98px) {
      .b-header__logo-link .icon-mailru {
        width: 60px; } }
    @media (max-width: 819.98px) {
      .b-header__logo-link .icon-mailru {
        flex: 0 0 auto;
        width: 65px;
        height: 22px;
        margin-top: 1px; } }
  .b-header__menu {
    flex: 0 0 auto; }
  .b-header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    align-items: center; }
    @media (max-width: 1439.98px) {
      .b-header-menu {
        gap: 0; } }
    @media (max-width: 1023.98px) {
      .b-header-menu {
        display: none; } }
    .b-header-menu__item {
      padding: 7px 16px;
      border-radius: 10px;
      color: #262626;
      flex: 0 0 auto;
      font-size: 15px;
      line-height: 22px;
      font-weight: 500;
      transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0); }
      @media (max-width: 1439.98px) {
        .b-header-menu__item {
          padding: 5px 8px;
          font-size: 14px; } }
      @media (min-width: 820px) and (max-width: 1023.98px) {
        .b-header-menu__item {
          font-size: 13px; } }
      .b-header-menu__item:has(.mail) {
        background: #005ff9;
        color: #ffffff; }
        .b-header-menu__item:has(.mail):hover {
          background: #0056e0;
          cursor: pointer; }
        @media (max-width: 1023.98px) {
          .b-header-menu__item:has(.mail) {
            display: none; } }
    .b-header-menu__link {
      color: #262626;
      text-decoration: none;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      opacity: .7;
      transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0); }
      .b-header-menu__link:hover {
        color: #262626; }
        html.no-touchevents .b-header-menu__link:hover {
          opacity: 1; }
      .b-header-menu__link.mail {
        color: #ffffff;
        opacity: 1;
        font-weight: 500; }
  .b-header__burger {
    flex: 0 0 auto;
    background: transparent url("../images/burger.svg") 50% 50% no-repeat;
    background-size: 23px;
    width: 55px;
    height: 55px;
    margin: 0 -16px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: none; }
    @media (max-width: 1023.98px) {
      .b-header__burger {
        display: block;
        position: fixed;
        z-index: 100; } }

.b-hero {
  min-height: 767px;
  background-color: #edeef1;
  padding: 212px 0 201px;
  padding: 167px 0 137px;
  position: relative;
  background-image: url("../images/bg4.jpg");
  background-size: contain;
  background-position: top center;
  margin-bottom: 100px; }
  @media (max-width: 1439.98px) {
    .b-hero {
      min-height: 604px; } }
  @media (max-width: 1023.98px) {
    .b-hero {
      margin-bottom: 0px; } }
  @media (max-width: 639.98px) {
    .b-hero {
      background-image: url("../images/bg_mob-2.png");
      background-size: 340px auto;
      height: auto;
      min-height: 643px;
      padding: 150px 0 167px; } }
  .b-hero > .l-container {
    display: flex;
    align-items: center;
    justify-content: center; }
  .b-hero__content {
    max-width: 820px;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row-align: center;
        align-self: center;
    justify-content: center;
    text-align: center; }
  .b-hero__logo-link {
    display: inline-flex;
    width: 240px;
    height: 42px;
    margin-bottom: 50px; }
    .b-hero__logo-link img {
      display: inline; }
    @media (max-width: 639.98px) {
      .b-hero__logo-link {
        width: 139px;
        height: 23px;
        margin-bottom: 32px; } }
  .b-hero__title {
    font-weight: 500;
    color: #111111;
    font-size: 60px;
    line-height: 64px; }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .b-hero__title {
        max-width: 270px;
        font-size: 28px;
        line-height: 32px;
        margin: 0 auto; } }
    @media (max-width: 1023.98px) {
      .b-hero__title {
        max-width: 450px;
        font-size: 48px;
        line-height: 46px; } }
    @media (max-width: 639.98px) {
      .b-hero__title {
        max-width: 270px;
        font-size: 28px;
        line-height: 32px; } }
  .b-hero__text {
    font-size: 18px;
    line-height: 24px;
    color: #111111;
    opacity: .6;
    max-width: 593px;
    display: inline-flex;
    font-weight: 400;
    max-width: 457px; }
    @media (max-width: 1439.98px) {
      .b-hero__text {
        font-size: 14px;
        line-height: 20px;
        max-width: 405px; } }
    @media (max-width: 639.98px) {
      .b-hero__text {
        font-size: 16px;
        line-height: 22px;
        max-width: 280px; } }
    .b-hero__text:not(:first-child) {
      margin-top: 20px; }
      @media (max-width: 1439.98px) {
        .b-hero__text:not(:first-child) {
          margin-top: 15px; } }
      @media (max-width: 639.98px) {
        .b-hero__text:not(:first-child) {
          margin-top: 32px; } }
    @media (max-width: 639.98px) {
      .b-hero__text br {
        display: none; } }
    .b-hero__text .mob {
      display: none; }
      @media (max-width: 639.98px) {
        .b-hero__text .mob {
          display: block; } }
  .b-hero__image {
    flex: 0 0 auto;
    width: 596px; }
    @media (min-width: 2560px) {
      .b-hero__image {
        width: 1151px; } }
    @media (min-width: 1920px) and (max-width: 1920.98px) {
      .b-hero__image {
        width: 885px;
        height: 633px;
        -o-object-fit: cover;
           object-fit: cover; } }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .b-hero__image {
        width: 446px; } }
    @media (min-width: 820px) and (max-width: 1023.98px) {
      .b-hero__image {
        width: 333px; } }
    @media (max-width: 819.98px) {
      .b-hero__image {
        display: none; } }
  .b-hero__arrow-container {
    position: absolute;
    bottom: 34px;
    left: calc(50% - 18.5px);
    -ms-grid-row-align: center;
        align-self: center;
    width: 37px;
    height: 37px;
    background: #fff;
    border-radius: 50%;
    transition: scale 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    scale: 1; }
    .b-hero__arrow-container:hover {
      scale: 1.05;
      transition: scale 0.3s cubic-bezier(0.12, 0, 0.39, 0); }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .b-hero__arrow-container {
        display: block;
        bottom: 40px; } }
  .b-hero__arrow {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/arrow-down.svg") center no-repeat;
    transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    background-size: 24px 11px; }
  .b-hero__arrow-link {
    width: 37px;
    height: 37px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .b-hero__arrow-link {
        width: 37px;
        height: 37px; } }
    @media (min-width: 820px) and (max-width: 1023.98px) {
      .b-hero__arrow-link {
        width: 37px;
        height: 37px; } }
    @media (max-width: 819.98px) {
      .b-hero__arrow-link {
        display: none; } }

@-webkit-keyframes animationFunctionArrow {
  0% {
    background-position-x: 0; }
  50% {
    background-position-x: 25px; }
  50.00001% {
    background-position-x: -25px; }
  100% {
    background-position-x: 0; } }

@keyframes animationFunctionArrow {
  0% {
    background-position-x: 0; }
  50% {
    background-position-x: 25px; }
  50.00001% {
    background-position-x: -25px; }
  100% {
    background-position-x: 0; } }

.b-features {
  min-height: 728px;
  padding-bottom: 140px;
  overflow: hidden; }
  .b-features.super {
    padding: 0;
    min-height: 0;
    margin-bottom: 127px;
    height: 590px; }
    @media (max-width: 1023.98px) {
      .b-features.super {
        height: auto;
        padding: 82px 16px 70px; } }
    @media (max-width: 639.98px) {
      .b-features.super {
        padding: 30px 26px 40px;
        margin-bottom: 0px; } }
    .b-features.super .b-tips-item {
      border-radius: 52px;
      padding: 58px 30px 58px 40px;
      height: 338px;
      width: 370px; }
      @media (max-width: 639.98px) {
        .b-features.super .b-tips-item {
          width: 290px;
          height: 294px;
          border-radius: 32px; } }
    .b-features.super .b-tips-item__text {
      margin-top: 14px;
      color: rgba(17, 17, 17, 0.6); }
  .b-features.technologies {
    padding: 0;
    min-height: 833px;
    padding: 0px 0 140px; }
    @media (max-width: 639.98px) {
      .b-features.technologies {
        height: auto;
        padding: 30px 0 0px; } }
    .b-features.technologies .swiper-third .swiper-slide {
      width: 100% !important; }
  @media (max-width: 1023.98px) {
    .b-features {
      height: auto;
      min-height: 725px;
      padding-top: 70px;
      padding-bottom: 70px; } }
  .b-features > .swiper {
    max-width: 1586px;
    overflow: visible; }
    @media (max-width: 639.98px) {
      .b-features > .swiper {
        max-width: 285px; } }
    @media (max-width: 1023.98px) {
      .b-features > .swiper .swiper-button-next, .b-features > .swiper .swiper-button-prev {
        display: none !important; } }
    @media (max-width: 639.98px) {
      .b-features > .swiper .swiper-slide {
        width: 290px !important; } }
    .b-features > .swiper .swiper-pagination-bullet {
      display: flex;
      margin: 0 11.25px !important;
      cursor: pointer;
      width: 3.75px;
      height: 3.75px;
      background: #141414;
      opacity: 1; }
      .b-features > .swiper .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        background: #005ff9; }
      .b-features > .swiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
        opacity: .6; }
  .b-features-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 42px;
    line-height: 46px;
    font-weight: 500;
    color: #111111;
    margin: 0 0 140px 0; }
    .b-features-title.technologies {
      margin: 0; }
      @media (max-width: 639.98px) {
        .b-features-title.technologies {
          margin: 0 auto; } }
    @media (max-width: 1023.98px) {
      .b-features-title {
        font-size: 40px;
        line-height: 46px; } }
    @media (max-width: 639.98px) {
      .b-features-title {
        display: block;
        font-size: 28px;
        line-height: 32px;
        max-width: 247px;
        margin: 0 auto 65px; } }
  .b-features__privacy-anchor {
    position: absolute;
    height: 40px;
    width: 100%;
    top: -80px;
    left: 0; }
    @media (min-width: 820px) {
      .b-features__privacy-anchor {
        top: -65px; } }
    @media (min-width: 1024px) {
      .b-features__privacy-anchor {
        top: -70px; } }
    @media (min-width: 1680px) {
      .b-features__privacy-anchor {
        top: -90px; } }
  .b-features__title {
    font-size: 50px;
    font-weight: 500;
    line-height: 64px;
    margin-bottom: 50px; }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .b-features__title {
        font-size: 38px;
        line-height: 47px;
        margin-bottom: 40px; } }
    @media (max-width: 1023.98px) {
      .b-features__title {
        font-size: 30px;
        line-height: 33px; } }
    @media (max-width: 819.98px) {
      .b-features__title {
        margin-bottom: 20px; } }
  .b-features__item {
    display: flex;
    gap: 40px;
    justify-content: center; }
    @media (max-width: 1023.98px) {
      .b-features__item {
        flex-direction: column;
        align-items: center; } }
  .b-features-item {
    position: relative; }
    .b-features-item__container {
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #F5F7FA;
      border-radius: 44px;
      padding-bottom: 48px; }
      @media (max-width: 1023.98px) {
        .b-features-item__container {
          max-width: 75%; } }
      @media (max-width: 819.98px) {
        .b-features-item__container {
          max-width: 90%; } }
    .b-features-item__image-container {
      flex: 0 0 auto;
      height: 330px;
      max-width: 600px; }
      @media (max-width: 1023.98px) {
        .b-features-item__image-container {
          margin-bottom: 20px; } }
      @media (max-width: 639.98px) {
        .b-features-item__image-container {
          margin-bottom: -20px;
          height: 215px; } }
    .b-features-item__content {
      flex: 0 0 auto;
      max-width: 504px; }
      @media (max-width: 1439.98px) {
        .b-features-item__content {
          align-items: center;
          max-width: 404px; } }
      @media (max-width: 1023.98px) {
        .b-features-item__content {
          align-items: center;
          max-width: 80%; } }
    .b-features-item__title {
      font-weight: 500;
      font-size: 32px;
      line-height: 42px; }
      @media (max-width: 1023.98px) {
        .b-features-item__title {
          font-size: 26px;
          line-height: 30px;
          max-width: none; } }
      @media (max-width: 639.98px) {
        .b-features-item__title {
          font-size: 20px;
          line-height: 24px; } }
    .b-features-item__text {
      font-size: 18px;
      line-height: 28px;
      margin-top: 15px;
      max-width: 95%;
      color: rgba(51, 51, 51, 0.8); }
      @media (max-width: 1023.98px) {
        .b-features-item__text {
          font-size: 22px;
          line-height: 28px;
          max-width: none; } }
      @media (max-width: 639.98px) {
        .b-features-item__text {
          font-size: 16px;
          line-height: 22px; } }
      .b-features-item__text a {
        color: #196ff9;
        text-decoration: none;
        transition: opacity 300ms;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        display: inline-block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        @media (max-width: 639.98px) {
          .b-features-item__text a {
            font-size: 17px; } }
        .b-features-item__text a span {
          display: inline-block;
          width: 25px;
          height: 11px;
          margin-left: 15px;
          background: url("../images/arrow.svg") no-repeat center;
          line-height: inherit; }
        .b-features-item__text a:hover span {
          -webkit-animation: animationFunctionArrow .3s ease-in;
                  animation: animationFunctionArrow .3s ease-in; }
        .b-features-item__text a:active {
          opacity: 0.7; }
      .b-features-item__text br {
        display: none; }
        @media (max-width: 639.98px) {
          .b-features-item__text br {
            display: block; } }
    .b-features-item__btn {
      padding: 15px 25px;
      background: #005ff9;
      color: #fff;
      border-radius: 14px;
      transition: background 0.3s cubic-bezier(0.12, 0, 0.39, 0);
      margin-top: 28px;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      display: inline-block; }
      @media (max-width: 1023.98px) {
        .b-features-item__btn {
          margin: 42px auto 0;
          padding: 16px 23px;
          font-size: 19px;
          line-height: 100%; } }
    .b-features-item__btn:hover {
      transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
      background-color: #0056e0; }
  .b-features-xtra {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .b-features-xtra a {
      color: #196ff9;
      text-decoration: none;
      transition: opacity 300ms;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      display: inline-block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media (max-width: 639.98px) {
        .b-features-xtra a {
          font-size: 17px; } }
      .b-features-xtra a span {
        display: inline-block;
        width: 25px;
        height: 11px;
        margin-left: 15px;
        background: url("../images/arrow.svg") no-repeat center;
        line-height: inherit; }
      .b-features-xtra a:hover span {
        -webkit-animation: animationFunctionArrow .3s ease-in;
                animation: animationFunctionArrow .3s ease-in; }
      .b-features-xtra a:active {
        opacity: 0.7; }
    .b-features-xtra__tabs-container {
      flex: 0 0 auto;
      border-radius: 24px;
      max-width: 100%;
      padding: 64px 64px; }
      @media (max-width: 1439.98px) {
        .b-features-xtra__tabs-container {
          padding: 64px 0; } }
      @media (max-width: 1023.98px) {
        .b-features-xtra__tabs-container {
          padding: 43px 14px 40px; } }
      @media (max-width: 819.98px) {
        .b-features-xtra__tabs-container {
          overflow-x: auto;
          scrollbar-width: none; }
          .b-features-xtra__tabs-container::-webkit-scrollbar {
            display: none; } }
    .b-features-xtra__title {
      font-size: 20px;
      font-weight: 500;
      line-height: 31px; }
      @media (min-width: 2560px) {
        .b-features-xtra__title {
          font-size: 38px;
          line-height: 53px; } }
      @media (min-width: 1920px) and (max-width: 1920.98px) {
        .b-features-xtra__title {
          font-size: 28px;
          line-height: 39px; } }
      @media (min-width: 1024px) and (max-width: 1439.98px) {
        .b-features-xtra__title {
          font-size: 15px;
          line-height: 21px; } }
      @media (max-width: 1023.98px) {
        .b-features-xtra__title {
          font-size: 12px;
          line-height: 19px; } }
    .b-features-xtra__tabs {
      display: flex; }
      .b-features-xtra__tabs:not(:first-child) {
        margin-top: 20px; }
        @media (max-width: 819.98px) {
          .b-features-xtra__tabs:not(:first-child) {
            margin-top: 15px; } }
    .b-features-xtra__tab {
      flex: 1 1 auto;
      font-size: 18px;
      font-weight: 500;
      line-height: 40px;
      white-space: nowrap;
      overflow: hidden;
      background: #edeef1;
      border-radius: 16px;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
      text-align: center;
      color: #060606;
      line-height: 28px;
      padding: 10px 24px; }
      @media (max-width: 1023.98px) {
        .b-features-xtra__tab {
          font-size: 12px;
          line-height: 28px; } }
      @media (max-width: 639.98px) {
        .b-features-xtra__tab {
          font-size: 15px;
          overflow: visible; } }
      .b-features-xtra__tab:not(:first-child) {
        margin-left: 15px; }
      .b-features-xtra__tab.is-active {
        background: #005ff9;
        color: #fff; }
      .b-features-xtra__tab:not(.is-active):hover {
        color: #4e4e4e;
        transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0); }
    .b-features-xtra__tabs-content {
      flex: 0 0 auto;
      width: 1240px;
      height: 440px; }
      @media (max-width: 1439.98px) {
        .b-features-xtra__tabs-content {
          width: 95%; } }
      @media (max-width: 639.98px) {
        .b-features-xtra__tabs-content {
          width: 100%;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: center; } }
    .b-features-xtra__bubble {
      display: flex;
      align-items: center;
      justify-content: space-around;
      width: 100%;
      height: 100%;
      background: #F5F7FA;
      border-radius: 25px;
      padding: 92px 55px 93px;
      position: relative;
      -webkit-animation-name: fadeIn, slideUp;
              animation-name: fadeIn, slideUp;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-duration: 300ms;
              animation-duration: 300ms;
      overflow: hidden; }
      @media (min-width: 1024px) and (max-width: 1439.98px) {
        .b-features-xtra__bubble {
          padding: 20px; } }
      @media (max-width: 1023.98px) {
        .b-features-xtra__bubble {
          padding: 39px 18px; } }
      @media (max-width: 639.98px) {
        .b-features-xtra__bubble {
          flex-direction: column;
          width: 100%;
          border-radius: 34px; } }
      .b-features-xtra__bubble:not(.is-active) {
        display: none; }
        @media (max-width: 639.98px) {
          .b-features-xtra__bubble:not(.is-active) {
            display: flex; } }
      @media (min-width: 820px) {
        .b-protection .b-features-xtra__bubble {
          background: white; } }
      .b-features-xtra__bubble-content {
        max-width: 489px; }
        @media (min-width: 820px) and (max-width: 1439.98px) {
          .b-features-xtra__bubble-content {
            max-width: 350px; } }
        @media (max-width: 1023.98px) {
          .b-features-xtra__bubble-content {
            max-width: 350px; } }
      .b-features-xtra__bubble-image {
        width: 55%; }
        @media (max-width: 1439.98px) {
          .b-features-xtra__bubble-image {
            width: 100%; } }
      .b-features-xtra__bubble-title {
        font-size: 32px;
        line-height: 42px;
        font-weight: 500;
        padding-right: 20px; }
        @media (min-width: 640px) and (max-width: 1439.98px) {
          .b-features-xtra__bubble-title {
            font-size: 28px;
            line-height: 34px; } }
        @media (max-width: 639.98px) {
          .b-features-xtra__bubble-title {
            font-size: 24px;
            line-height: 26px;
            padding-right: 0; } }
        .b-features-xtra__bubble-title .fakelink {
          color: #005ff9; }
      .b-features-xtra__bubble-text {
        font-size: 18px;
        line-height: 28px; }
        @media (min-width: 820px) and (max-width: 1439.98px) {
          .b-features-xtra__bubble-text {
            font-size: 14px;
            line-height: 20px; } }
        @media (max-width: 639.98px) {
          .b-features-xtra__bubble-text {
            font-size: 16px;
            line-height: 22px; } }
        .b-features-xtra__bubble-text:not(:first-child) {
          margin-top: 16px; }
        .b-features-xtra__bubble-text:not(:has(a)) {
          color: rgba(51, 51, 51, 0.6); }
        .b-features-xtra__bubble-text .arrow {
          display: inline;
          margin-left: 14px; }
      .b-features-xtra__bubble-close {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        background: transparent url("../images/cross.svg") 50% 50% no-repeat;
        background-size: cover;
        width: 16px;
        height: 16px;
        border: 0;
        border-radius: 0;
        -webkit-appearance: none !important;
           -moz-appearance: none !important;
                appearance: none !important; }
        @media (min-width: 2560px) {
          .b-features-xtra__bubble-close {
            width: 30px;
            height: 30px;
            top: 35px;
            right: 35px; } }
        @media (min-width: 1920px) and (max-width: 1920.98px) {
          .b-features-xtra__bubble-close {
            width: 24px;
            height: 24px;
            top: 30px;
            right: 30px; } }
        @media (max-width: 819.98px) {
          .b-features-xtra__bubble-close {
            top: 15px;
            right: 15px; } }
  .b-features-antispam__anchor {
    position: absolute;
    left: 0;
    top: -90px; }
    @media (min-width: 2560px) {
      .b-features-antispam__anchor {
        top: -160px; } }
    @media (min-width: 1920px) and (max-width: 1920.98px) {
      .b-features-antispam__anchor {
        top: -128px; } }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .b-features-antispam__anchor {
        top: -90px; } }
    @media (min-width: 820px) and (max-width: 1023.98px) {
      .b-features-antispam__anchor {
        top: -74px; } }
    @media (max-width: 819.98px) {
      .b-features-antispam__anchor {
        top: -195px; } }

@keyframes animationFunctionArrow {
  0% {
    background-position-x: 0; }
  50% {
    background-position-x: 25px; }
  50.00001% {
    background-position-x: -25px; }
  100% {
    background-position-x: 0; } }

.b-tips {
  padding: 50px 0 0;
  overflow: hidden; }
  @media (min-width: 2560px) {
    .b-tips {
      padding: 110px 0 0; } }
  @media (min-width: 1920px) and (max-width: 1920.98px) {
    .b-tips {
      padding: 90px 0 0; } }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .b-tips {
      padding: 50px 0 0; } }
  @media (min-width: 820px) and (max-width: 1023.98px) {
    .b-tips {
      padding: 40px 0 0; } }
  @media (max-width: 819.98px) {
    .b-tips {
      padding: 30px 0 0; } }
  .b-tips > .swiper-wrapper {
    overflow: hidden; }
  .b-tips__anchor {
    position: absolute;
    left: 0;
    top: -64px; }
    @media (min-width: 2560px) {
      .b-tips__anchor {
        top: -81px; } }
    @media (min-width: 1920px) and (max-width: 1920.98px) {
      .b-tips__anchor {
        top: -81px; } }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .b-tips__anchor {
        top: -60px; } }
    @media (min-width: 820px) and (max-width: 1023.98px) {
      .b-tips__anchor {
        top: -52px; } }
    @media (max-width: 819.98px) {
      .b-tips__anchor {
        top: -64px; } }
  .b-tips__title {
    font-size: 50px;
    font-weight: 500;
    line-height: 64px; }
    @media (min-width: 2560px) {
      .b-tips__title {
        font-size: 94px;
        line-height: 117px; } }
    @media (min-width: 1920px) and (max-width: 1920.98px) {
      .b-tips__title {
        font-size: 70px;
        line-height: 87px; } }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .b-tips__title {
        font-size: 38px;
        line-height: 47px; } }
    @media (max-width: 1023.98px) {
      .b-tips__title {
        font-size: 30px;
        line-height: 33px; } }
  .b-tips__item {
    flex: 0 0 auto; }
    .b-tips__item-link {
      display: inline-flex;
      align-self: flex-start;
      justify-content: center;
      align-items: center;
      gap: 15px;
      font-weight: 500;
      margin-top: 17px;
      color: #196ff9;
      text-decoration: none;
      transition: opacity 300ms;
      font-weight: 500;
      font-size: 20px;
      line-height: 26px;
      font-size: 17px;
      line-height: 23px;
      transition: all .3s linear; }
      .b-tips__item-link span {
        display: block;
        width: 25px;
        height: 100%;
        background: url("../images/arrow.svg") no-repeat center;
        line-height: inherit; }
      .b-tips__item-link:hover span {
        -webkit-animation: animationFunctionArrow .3s ease-in;
                animation: animationFunctionArrow .3s ease-in; }
      @media (min-width: 1024px) and (max-width: 1439.98px) {
        .b-tips__item-link {
          font-size: 17px;
          line-height: 23px; } }
      .b-tips__item-link img {
        position: static !important; }
      @media (min-width: 1024px) and (max-width: 1679.98px) {
        .b-tips__item-link {
          font-size: 18px;
          line-height: 24px; } }
      @media (max-width: 1439.98px) {
        .b-tips__item-link {
          font-size: 14px;
          line-height: 19px; } }
  .b-tips-item {
    width: 444px;
    height: 370px;
    position: relative;
    border-radius: 24px;
    background: #F5F7FA;
    padding: 54px 30px 24px 40px; }
    @media (min-width: 1024px) and (max-width: 1679.98px) {
      .b-tips-item {
        width: 370px;
        height: 308px;
        padding: 43px 32px 73px; } }
    @media (max-width: 1439.98px) {
      .b-tips-item {
        width: 296px;
        height: 247px; } }
    @media (max-width: 1023.98px) {
      .b-tips-item {
        width: 260px;
        height: 284px;
        padding: 28px 20px; } }
    @media (max-width: 639.98px) {
      .b-tips-item {
        height: 304px;
        padding: 57px 22px 35px 27px; } }
    .b-tips-item:nth-child(3) {
      padding: 65px 22px 48px 0; }
    .b-tips-item__title {
      font-size: 24px;
      line-height: 32px;
      font-weight: 500;
      color: #1e1e1e; }
      @media (max-width: 639.98px) {
        .b-tips-item__title {
          font-size: 20px;
          line-height: 24px; } }
      .b-tips-item__title br {
        display: none; }
        @media (max-width: 1023.98px) {
          .b-tips-item__title br {
            display: block; } }
    .b-tips-item__text {
      font-size: 18px;
      line-height: 28px;
      color: #333; }
      @media (max-width: 639.98px) {
        .b-tips-item__text {
          font-size: 16px;
          line-height: 22px; } }
      .b-tips-item__text:not(:first-child) {
        margin-top: 28px; }
        @media (min-width: 2560px) {
          .b-tips-item__text:not(:first-child) {
            margin-top: 40px; } }
        @media (min-width: 1024px) and (max-width: 1439.98px) {
          .b-tips-item__text:not(:first-child) {
            margin-top: 15px; } }
        @media (max-width: 639.98px) {
          .b-tips-item__text:not(:first-child) {
            margin-top: 14px; } }
      .b-tips-item__text br.mob {
        display: none; }
        @media (max-width: 1023.98px) {
          .b-tips-item__text br.mob {
            display: block; } }
      @media (max-width: 1023.98px) {
        .b-tips-item__text br:not(.mob) {
          display: none; } }
      .b-tips-item__text a {
        color: white;
        text-decoration: none;
        transition: opacity 300ms; }
      .b-tips-item__text .is__underlined {
        text-decoration: underline;
        color: inherit;
        -webkit-text-decoration-skip-ink: none;
                text-decoration-skip-ink: none; }
      .b-tips-item__text .fakelink {
        color: #005ff9; }
    .b-tips-item__icon {
      width: 64px;
      height: 64px;
      position: absolute;
      top: -32px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .b-tips-item__icon img {
        width: inherit; }
      @media (max-width: 639.98px) {
        .b-tips-item__icon {
          width: 71px;
          height: 71px;
          border-radius: 12.66px; } }

.swiper-button-disabled {
  display: none !important; }

.swiper-button-next:after {
  content: '' !important; }

.swiper-button-prev:after {
  content: '' !important; }

.swiper-button-next {
  right: 58px !important; }

.swiper-button-prev {
  left: 58px !important; }

.swiper-button-prev, .swiper-button-next {
  height: 55px !important;
  width: 55px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  opacity: 1 !important;
  box-shadow: 0px 100px 80px rgba(153, 164, 184, 0.0393604), 0px 41.7776px 33.4221px rgba(153, 164, 184, 0.056545), 0px 22.3363px 17.869px rgba(153, 164, 184, 0.07), 0px 12.5216px 10.0172px rgba(153, 164, 184, 0.083455), 0px 6.6501px 5.32008px rgba(153, 164, 184, 0.10064), 0px 2.76726px 2.21381px rgba(153, 164, 184, 0.14); }

.swiper-button-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -75px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto !important; }

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

.b-footer {
  min-height: 494px;
  background: #141414; }
  @media (max-width: 1023.98px) {
    .b-footer {
      height: auto;
      min-height: 0; } }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .b-footer > .l-container {
      max-width: 1306px; } }
  @media (max-width: 1439.98px) {
    .b-footer > .l-container {
      padding: 0 50px 0 39px; } }
  .b-footer__tabs-content {
    padding-top: 81px; }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .b-footer__tabs-content {
        padding-top: 94px; } }
    @media (max-width: 1439.98px) {
      .b-footer__tabs-content {
        padding-top: 62px; } }
    @media (max-width: 1023.98px) {
      .b-footer__tabs-content {
        padding-left: 0; } }
    @media (max-width: 819.98px) {
      .b-footer__tabs-content {
        padding-top: 30px; } }
    @media (max-width: 639.98px) {
      .b-footer__tabs-content {
        padding-top: 0;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center; } }
  @media (max-width: 639.98px) {
    .b-footer__tabs-content:first-child {
      display: none; } }
  .b-footer__title {
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    color: white;
    max-width: 482px; }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .b-footer__title {
        max-width: 423px;
        font-size: 38px;
        line-height: 47px; } }
    @media (max-width: 1439.98px) {
      .b-footer__title {
        max-width: 338px;
        font-size: 32px;
        line-height: 38px; } }
  .b-footer__subtitle {
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    font-weight: 500; }
    @media (max-width: 1439.98px) {
      .b-footer__subtitle {
        font-size: 25px;
        line-height: 30px; } }
    @media (max-width: 639.98px) {
      .b-footer__subtitle {
        visibility: hidden; } }
    @media (max-width: 639.98px) {
      .b-footer__subtitle::after {
        content: 'Скачать приложение';
        visibility: visible;
        display: block; } }
  .b-footer__platforms {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 819.98px) {
      .b-footer__platforms {
        display: block; } }
    .b-footer__platforms:not(:first-child) {
      margin-top: 37px; }
      @media (min-width: 820px) and (max-width: 1439.98px) {
        .b-footer__platforms:not(:first-child) {
          margin-top: 30px;
          max-width: 442px; } }
      @media (max-width: 819.98px) {
        .b-footer__platforms:not(:first-child) {
          margin-top: 40px; } }
      @media (max-width: 639.98px) {
        .b-footer__platforms:not(:first-child) {
          margin-top: 0; } }
  .b-footer__markets {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    max-width: 600px;
    margin: 0;
    padding: 0; }
    @media (max-width: 1023.98px) {
      .b-footer__markets {
        max-width: 350px; } }
    @media (max-width: 639.98px) {
      .b-footer__markets {
        display: block;
        margin-top: 40px; } }
    @media (max-width: 639.98px) {
      .b-footer__markets {
        margin-top: 52px; } }
    .b-footer__markets-item {
      margin: 5px;
      cursor: pointer; }
      @media (max-width: 639.98px) {
        .b-footer__markets-item {
          margin: 5px 5px 12px; } }
    @media (max-width: 639.98px) {
      .b-footer__markets-item:last-child {
        display: none; } }
    .b-footer__markets-link {
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .b-footer__markets-image {
      max-width: 204px;
      min-width: 178px;
      width: 100%; }
      @media (max-width: 1439.98px) {
        .b-footer__markets-image {
          max-width: 137px;
          min-width: 0; } }
    .b-footer__markets-button {
      background: #005ff9;
      border: 0;
      border-radius: 4px;
      margin: 0 auto;
      padding: 0 8px;
      width: 100%;
      max-width: 330px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-appearance: none !important;
         -moz-appearance: none !important;
              appearance: none !important;
      font-size: 15px;
      line-height: 23px;
      color: white;
      text-decoration: none; }
      .b-footer__markets-button:visited {
        color: white; }
      .b-footer__markets-button:hover {
        color: white; }
  .b-footer__social {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 -12px 0 0;
    padding: 0; }
    @media (max-width: 639.98px) {
      .b-footer__social {
        justify-content: space-between;
        margin: 25px auto 0;
        max-width: 330px; } }
    .b-footer__social-item:first-child {
      margin-left: 50px; }
      @media (min-width: 1024px) and (max-width: 1439.98px) {
        .b-footer__social-item:first-child {
          margin-left: 2px; } }
      @media (max-width: 639.98px) {
        .b-footer__social-item:first-child {
          margin-left: 0; } }
    .b-footer__social-link {
      width: 41px;
      height: 41px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      transition: all 0.1s cubic-bezier(0.12, 0, 0.3, 0); }
      @media (min-width: 1024px) and (max-width: 1439.98px) {
        .b-footer__social-link {
          width: 38px;
          height: 38px; } }
      .b-footer__social-link:hover img {
        transition: all 0.1s cubic-bezier(0.12, 0, 0.3, 0);
        opacity: .7; }
  .b-footer__copyright {
    color: #fff;
    opacity: .5; }
    @media (max-width: 1439.98px) {
      .b-footer__copyright {
        font-size: 14px; } }
    @media (max-width: 1023.98px) {
      .b-footer__copyright {
        order: 2; } }
  .b-footer__bottom {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1439.98px) {
      .b-footer__bottom {
        padding: 18px 0; } }
    @media (max-width: 639.98px) {
      .b-footer__bottom {
        border-top: 0;
        padding: 0 0 40px;
        flex-direction: column;
        justify-content: flex-start; } }
    .b-footer__bottom:not(:first-child) {
      margin-top: 64px; }
      @media (min-width: 1024px) and (max-width: 1439.98px) {
        .b-footer__bottom:not(:first-child) {
          margin-top: 60px; } }
      @media (min-width: 820px) and (max-width: 1023.98px) {
        .b-footer__bottom:not(:first-child) {
          margin-top: 30px; } }
      @media (max-width: 819.98px) {
        .b-footer__bottom:not(:first-child) {
          margin-top: 40px; } }
  .b-footer__menu {
    flex: 0 0 auto;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    @media (max-width: 819.98px) {
      .b-footer__menu {
        margin-top: 16px;
        flex-direction: column;
        align-items: center; } }
    @media (max-width: 1023.98px) {
      .b-footer__menu {
        order: 1;
        margin: 29px 0;
        line-height: 100%; } }
    .b-footer__menu-item {
      flex: 0 0 auto;
      font-size: 20px;
      line-height: 26px;
      color: white; }
      @media (min-width: 2560px) {
        .b-footer__menu-item {
          font-size: 38px;
          line-height: 49px; } }
      @media (min-width: 1920px) and (max-width: 1920.98px) {
        .b-footer__menu-item {
          font-size: 28px;
          line-height: 36px; } }
      @media (min-width: 1024px) and (max-width: 1439.98px) {
        .b-footer__menu-item {
          font-size: 15px;
          line-height: 19px; } }
      @media (min-width: 820px) and (max-width: 1023.98px) {
        .b-footer__menu-item {
          font-size: 13px;
          line-height: 17px; } }
      @media (max-width: 819.98px) {
        .b-footer__menu-item {
          font-size: 15px;
          line-height: 30px; } }
      .b-footer__menu-item:not(:first-child) {
        margin-left: 48px; }
        @media (min-width: 2560px) {
          .b-footer__menu-item:not(:first-child) {
            margin-left: 99px; } }
        @media (min-width: 1024px) and (max-width: 1439.98px) {
          .b-footer__menu-item:not(:first-child) {
            margin-left: 80px; } }
        @media (min-width: 1024px) and (max-width: 1439.98px) {
          .b-footer__menu-item:not(:first-child) {
            margin-left: 40px; } }
        @media (min-width: 820px) and (max-width: 1023.98px) {
          .b-footer__menu-item:not(:first-child) {
            margin-left: 50px; } }
        @media (max-width: 819.98px) {
          .b-footer__menu-item:not(:first-child) {
            margin-left: 0;
            margin-top: 0; } }
    .b-footer__menu-link {
      color: white;
      text-decoration: none;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      opacity: 1;
      transition: opacity 300ms; }
      @media (max-width: 1439.98px) {
        .b-footer__menu-link {
          display: inline-block;
          max-height: 24px;
          max-width: 139px; } }
      .b-footer__menu-link:visited {
        color: white; }
      .b-footer__menu-link:hover {
        color: white;
        opacity: .7; }
      .b-footer__menu-link:active {
        opacity: 1; }
  .b-footer__logo-link {
    flex: 0 0 auto;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (max-width: 819.98px) {
      .b-footer__logo-link {
        order: -1;
        padding: 8px;
        margin: -8px; } }
    .b-footer__logo-link .icon-mailru {
      width: 110px;
      height: 38px; }
      @media (min-width: 2560px) {
        .b-footer__logo-link .icon-mailru {
          width: 206px;
          height: 71px; } }
      @media (min-width: 1920px) and (max-width: 1920.98px) {
        .b-footer__logo-link .icon-mailru {
          width: 155px;
          height: 53px; } }
      @media (min-width: 820px) and (max-width: 1439.98px) {
        .b-footer__logo-link .icon-mailru {
          width: 82px;
          height: 28px; } }
      @media (max-width: 819.98px) {
        .b-footer__logo-link .icon-mailru {
          width: 90px;
          height: 31px; } }
    .b-footer__logo-link .icon-mailru__at,
    .b-footer__logo-link .icon-mailru__text {
      fill: white; }
      @media (max-width: 819.98px) {
        .b-footer__logo-link .icon-mailru__at,
        .b-footer__logo-link .icon-mailru__text {
          fill: #a2a8b1; } }
  .b-footer__logo {
    height: 28px; }
  .b-footer__tabs {
    display: flex;
    justify-content: space-between; }
  .b-footer__btns {
    margin-top: 51px;
    display: flex;
    gap: 10px; }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .b-footer__btns {
        margin-top: 24px; } }
    .b-footer__btns-btn {
      padding: 16px 38px;
      color: #fff;
      border-radius: 18px;
      font-size: 22px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0); }
      @media (max-width: 1023.98px) {
        .b-footer__btns-btn {
          font-size: 17px;
          line-height: 23px;
          padding: 15px 30px; } }
      .b-footer__btns-btn.create {
        background: #005ff9; }
        .b-footer__btns-btn.create:hover {
          background: #0056e0;
          transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0); }
      .b-footer__btns-btn.login {
        background: rgba(255, 255, 255, 0.12); }
        .b-footer__btns-btn.login:hover {
          background: rgba(255, 255, 255, 0.22);
          transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0); }

.b-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100; }
  .b-menu:not(.is-active) {
    display: none; }
  .b-menu__background {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .b-menu__container {
    background: white;
    position: relative;
    width: 100%;
    max-width: 320px;
    min-height: 100%;
    padding-bottom: 20px;
    -webkit-animation-name: slideFromLeft;
            animation-name: slideFromLeft;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    @media (max-width: 639.98px) {
      .b-menu__container {
        max-width: 100%; } }
  .b-menu__header {
    padding: 24px 0 0 19px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .b-menu__logo-link {
    flex: 0 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px 0 19px;
    margin-left: -19px; }
    .b-menu__logo-link .icon-mailru {
      flex: 0 0 auto;
      width: 65px;
      height: 22px;
      margin-top: 1px; }
  .b-menu__close {
    flex: 0 0 auto;
    background: transparent url("../images/close.svg") 50% 50% no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin: 0 -16px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .b-menu__list:not(:first-child) {
    margin-top: 92.5px; }
  .b-menu-list__item {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-left: 19px; }
  .b-menu-list__link {
    color: #000;
    text-decoration: none;
    padding: 15px 15px 13px 19px;
    margin-left: -19px;
    display: block; }
    .b-menu-list__link:visited {
      color: #000; }
    .b-menu-list__link:hover {
      color: #000; }
    .b-menu-list__link.is-active {
      color: #005ff9; }
    .b-menu-list__link.mail {
      color: #005ff9; }

@keyframes animationFunctionArrow {
  0% {
    background-position-x: 0; }
  50% {
    background-position-x: 25px; }
  50.00001% {
    background-position-x: -25px; }
  100% {
    background-position-x: 0; } }

.b-order {
  padding: 0;
  overflow: hidden;
  min-height: 705px; }
  @media (max-width: 1679.98px) {
    .b-order {
      min-height: 0;
      height: 690px; } }
  @media (max-width: 1439.98px) {
    .b-order {
      height: 686px; } }
  @media (max-width: 1023.98px) {
    .b-order {
      padding: 82px 0;
      height: auto; } }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .b-order > .l-container {
      margin-bottom: 94px;
      max-width: 100%;
      padding: 0 43px; } }
  .b-order-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 42px;
    line-height: 46px;
    font-weight: 500;
    color: #111111;
    margin: 0 0 90px 0; }
    @media (min-width: 820px) and (max-width: 1439.98px) {
      .b-order-title {
        font-size: 48px;
        line-height: 51px;
        margin-bottom: 60px; } }
    @media (max-width: 1023.98px) {
      .b-order-title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 31px; } }
    @media (max-width: 639.98px) {
      .b-order-title {
        font-size: 28px;
        line-height: 32px;
        text-align: left; } }
  .b-order-items {
    display: flex;
    gap: 136px;
    justify-content: center; }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .b-order-items {
        gap: 0;
        justify-content: space-between; } }
    @media (max-width: 1023.98px) {
      .b-order-items {
        flex-direction: column;
        align-items: center;
        gap: 30px; } }
  .b-order__item {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 296px;
    height: 439px; }
    @media (max-width: 1023.98px) {
      .b-order__item {
        width: 600px;
        height: auto;
        justify-content: unset;
        gap: 26px; } }
    @media (max-width: 639.98px) {
      .b-order__item {
        width: 100%; } }
    .b-order__item-icon {
      max-width: 64px;
      max-height: 64px; }
      @media (max-width: 639.98px) {
        .b-order__item-icon {
          max-width: 50px;
          max-height: 50px; } }
    .b-order__item-title {
      color: #2c2d2e;
      font-weight: 500;
      font-size: 32px;
      line-height: 42px;
      max-width: 235px; }
      @media (max-width: 639.98px) {
        .b-order__item-title {
          font-size: 20px;
          line-height: 24px; } }
    .b-order__item-text {
      color: #2c2d2e;
      font-size: 18px;
      line-height: 28px;
      color: rgba(44, 45, 46, 0.6); }
      @media (min-width: 820px) and (max-width: 1439.98px) {
        .b-order__item-text {
          max-width: 250px; } }
      @media (max-width: 1023.98px) {
        .b-order__item-text {
          max-width: none; } }
      @media (max-width: 639.98px) {
        .b-order__item-text {
          max-width: none;
          font-size: 16px;
          line-height: 22px; } }
    .b-order__item-link {
      color: #196ff9;
      text-decoration: none;
      transition: opacity 300ms;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      display: inline-block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .b-order__item-link span {
        display: inline-block;
        width: 25px;
        height: 11px;
        margin-left: 15px;
        background: url("../images/arrow.svg") no-repeat center;
        line-height: inherit; }
      .b-order__item-link:hover span {
        -webkit-animation: animationFunctionArrow .3s ease-in;
                animation: animationFunctionArrow .3s ease-in; }
      @media (min-width: 1024px) and (max-width: 1439.98px) {
        .b-order__item-link {
          font-size: 17px;
          line-height: 23px; } }
      .b-order__item-link img {
        display: inline;
        transition: all .5s linear;
        margin-left: 15px; }
      @media (max-width: 639.98px) {
        .b-order__item-link {
          font-size: 16px;
          line-height: 22px; } }
  .b-order__title {
    font-size: 50px;
    font-weight: 500;
    line-height: 64px;
    margin-bottom: 50px; }
    @media (min-width: 2560px) {
      .b-order__title {
        font-size: 94px;
        line-height: 117px;
        margin-bottom: 115px; } }
    @media (min-width: 1920px) and (max-width: 1920.98px) {
      .b-order__title {
        font-size: 70px;
        line-height: 87px;
        margin-bottom: 77px; } }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .b-order__title {
        font-size: 38px;
        line-height: 47px;
        margin-bottom: 40px; } }
    @media (max-width: 1023.98px) {
      .b-order__title {
        font-size: 30px;
        line-height: 33px; } }
    @media (max-width: 819.98px) {
      .b-order__title {
        margin-bottom: 20px; } }

@keyframes animationFunctionArrow {
  0% {
    background-position-x: 0; }
  50% {
    background-position-x: 25px; }
  50.00001% {
    background-position-x: -25px; }
  100% {
    background-position-x: 0; } }

.b-advices {
  overflow: hidden;
  min-height: 787px; }
  @media (max-width: 1679.98px) {
    .b-advices {
      min-height: 0;
      height: 790px;
      padding: 0 43px; } }
  @media (max-width: 1439.98px) {
    .b-advices {
      height: 757px; } }
  @media (max-width: 1023.98px) {
    .b-advices {
      padding: 82px 0;
      height: auto; } }
  @media (max-width: 639.98px) {
    .b-advices {
      padding: 39px 0 126px; } }
  .b-advices > .l-container {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 1023.98px) {
      .b-advices > .l-container {
        align-items: center;
        text-align: center; } }
  .b-advices > .swiper-second {
    position: relative;
    max-width: 1406px;
    overflow: visible;
    -ms-grid-row-align: center;
        align-self: center;
    margin: 0 auto; }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .b-advices > .swiper-second {
        max-width: 1306px; } }
    @media (max-width: 1439.98px) {
      .b-advices > .swiper-second {
        max-width: 100%; } }
    @media (max-width: 1023.98px) {
      .b-advices > .swiper-second {
        display: block;
        align-items: flex-start; }
        .b-advices > .swiper-second .swiper-second-button-prev, .b-advices > .swiper-second .swiper-second-button-next {
          display: none !important; } }
    @media (max-width: 639.98px) {
      .b-advices > .swiper-second {
        padding: 0 16px; } }
    .b-advices > .swiper-second #more {
      position: relative;
      z-index: 100; }
    @media (max-width: 1023.98px) {
      .b-advices > .swiper-second .swiper-second-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 26px;
        -webkit-transform: none !important;
                transform: none !important; } }
    .b-advices > .swiper-second .swiper-second-wrapper__more {
      display: none;
      font-size: 14px;
      font-weight: 500;
      color: #005ff9; }
      @media (max-width: 1023.98px) {
        .b-advices > .swiper-second .swiper-second-wrapper__more {
          display: block; } }
    .b-advices > .swiper-second .swiper-second-wrapper__collapse {
      display: none;
      font-size: 14px;
      font-weight: 500;
      color: #005ff9; }
    @media (max-width: 1023.98px) {
      .b-advices > .swiper-second .swiper-second-pagination {
        display: none !important; } }
    .b-advices > .swiper-second .swiper-second-pagination .swiper-pagination-bullet {
      display: flex;
      cursor: pointer;
      width: 3.75px;
      height: 3.75px;
      background: #141414;
      opacity: 1;
      margin: 0 11.25px; }
      .b-advices > .swiper-second .swiper-second-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
        opacity: .6; }
      .b-advices > .swiper-second .swiper-second-pagination .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        background: #005ff9; }
    .b-advices > .swiper-second .swiper-second-button-next:after {
      content: '' !important; }
    .b-advices > .swiper-second .swiper-second-button-prev:after {
      content: '' !important; }
    .b-advices > .swiper-second .swiper-second-button-next {
      cursor: pointer;
      right: 58px !important; }
    .b-advices > .swiper-second .swiper-second-button-prev {
      cursor: pointer;
      left: 58px !important; }
    .b-advices > .swiper-second .swiper-second-button-prev, .b-advices > .swiper-second .swiper-second-button-next {
      position: absolute;
      top: 40%;
      z-index: 10;
      height: 55px !important;
      width: 55px !important;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0px 100px 80px rgba(153, 164, 184, 0.0393604), 0px 41.7776px 33.4221px rgba(153, 164, 184, 0.056545), 0px 22.3363px 17.869px rgba(153, 164, 184, 0.07), 0px 12.5216px 10.0172px rgba(153, 164, 184, 0.083455), 0px 6.6501px 5.32008px rgba(153, 164, 184, 0.10064), 0px 2.76726px 2.21381px rgba(153, 164, 184, 0.14); }
    .b-advices > .swiper-second .swiper-second-button-next img {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .b-advices > .swiper-second .swiper-horizontal > .swiper-pagination-bullets, .b-advices > .swiper-second .swiper-pagination-bullets.swiper-pagination-horizontal, .b-advices > .swiper-second .swiper-pagination-custom, .b-advices > .swiper-second .swiper-pagination-fraction {
      display: inline-flex;
      height: 30px;
      justify-content: center;
      position: absolute;
      bottom: -75px; }
    .b-advices > .swiper-second .swiper-slide {
      width: auto !important; }
      .b-advices > .swiper-second .swiper-slide.is-shown {
        opacity: 1 !important;
        position: relative !important;
        -webkit-animation-name: fadeIn, slideUp;
                animation-name: fadeIn, slideUp;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-duration: 300ms;
                animation-duration: 300ms; }
    @media (max-width: 1023.98px) {
      .b-advices > .swiper-second .swiper-slide:nth-child(n+4) {
        opacity: 0;
        position: absolute; } }
  .b-advices-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 42px;
    line-height: 46px;
    font-weight: 500;
    color: #111111;
    margin: 0 0 64px 0; }
    @media (max-width: 1023.98px) {
      .b-advices-title {
        font-size: 40px;
        line-height: 46px; } }
    @media (max-width: 639.98px) {
      .b-advices-title {
        font-size: 28px;
        line-height: 32px; } }
  .b-advices__title {
    font-size: 50px;
    font-weight: 500;
    line-height: 64px;
    margin-bottom: 50px; }
    @media (min-width: 2560px) {
      .b-advices__title {
        font-size: 94px;
        line-height: 117px;
        margin-bottom: 115px; } }
    @media (min-width: 1920px) and (max-width: 1920.98px) {
      .b-advices__title {
        font-size: 70px;
        line-height: 87px;
        margin-bottom: 77px; } }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .b-advices__title {
        font-size: 38px;
        line-height: 47px;
        margin-bottom: 40px; } }
    @media (max-width: 1023.98px) {
      .b-advices__title {
        font-size: 30px;
        line-height: 33px; } }
    @media (max-width: 819.98px) {
      .b-advices__title {
        margin-bottom: 20px; } }
  .b-advices__item:not(:first-child) {
    margin-top: 20px; }
    @media (max-width: 819.98px) {
      .b-advices__item:not(:first-child) {
        margin-top: 40px; } }
  .b-advices-item {
    position: relative; }
    .b-advices-item__container {
      display: flex;
      align-items: center; }
      @media (max-width: 819.98px) {
        .b-advices-item__container {
          flex-direction: column;
          align-items: stretch; } }
      .b-advices-item__container > :nth-child(1) {
        width: 550px; }
        @media (min-width: 2560px) {
          .b-advices-item__container > :nth-child(1) {
            width: 950px; } }
        @media (min-width: 1920px) and (max-width: 1920.98px) {
          .b-advices-item__container > :nth-child(1) {
            width: 770px; } }
        @media (min-width: 1024px) and (max-width: 1439.98px) {
          .b-advices-item__container > :nth-child(1) {
            width: 420px; } }
        @media (min-width: 820px) and (max-width: 1023.98px) {
          .b-advices-item__container > :nth-child(1) {
            width: 310px; } }
        @media (max-width: 819.98px) {
          .b-advices-item__container > :nth-child(1) {
            flex-basis: 100%;
            max-width: 100%;
            padding-right: 0;
            width: auto; } }
    .b-advices-item__image {
      width: 420px; }
      @media (min-width: 2560px) {
        .b-advices-item__image {
          width: 788px; } }
      @media (min-width: 1920px) and (max-width: 1920.98px) {
        .b-advices-item__image {
          width: 592px; } }
      @media (min-width: 1024px) and (max-width: 1439.98px) {
        .b-advices-item__image {
          width: 312px; } }
      @media (min-width: 820px) and (max-width: 1023.98px) {
        .b-advices-item__image {
          width: 240px; } }
      @media (max-width: 819.98px) {
        .b-advices-item__image {
          width: 305px;
          margin: 0 auto; } }
    .b-advices-item__content {
      flex: 0 0 auto;
      max-width: 525px; }
    .b-advices-item__title {
      font-size: 30px;
      font-weight: 500;
      line-height: 38px;
      align-self: flex-start; }
      @media (min-width: 2560px) {
        .b-advices-item__title {
          font-size: 56px;
          line-height: 73px; } }
      @media (min-width: 1920px) and (max-width: 1920.98px) {
        .b-advices-item__title {
          font-size: 40px;
          line-height: 44px; } }
      @media (min-width: 1024px) and (max-width: 1439.98px) {
        .b-advices-item__title {
          font-size: 22px;
          line-height: 29px; } }
      @media (max-width: 1023.98px) {
        .b-advices-item__title {
          font-size: 20px;
          line-height: 24px; } }
    .b-advices-item__text {
      font-size: 20px;
      line-height: 28px; }
      @media (min-width: 2560px) {
        .b-advices-item__text {
          font-size: 38px;
          line-height: 53px; } }
      @media (min-width: 1920px) and (max-width: 1920.98px) {
        .b-advices-item__text {
          font-size: 20px;
          line-height: 26px; } }
      @media (min-width: 1024px) and (max-width: 1439.98px) {
        .b-advices-item__text {
          font-size: 15px;
          line-height: 21px; } }
      @media (max-width: 1023.98px) {
        .b-advices-item__text {
          font-size: 15px;
          line-height: 22px; } }
      @media (max-width: 819.98px) {
        .b-advices-item__text br {
          display: none; } }
      .b-advices-item__text:not(:first-child) {
        margin-top: 42px; }
      .b-advices-item__text a {
        color: #196ff9;
        text-decoration: none;
        transition: opacity 300ms;
        font-weight: 500;
        font-size: 17px; }
        .b-advices-item__text a:visited {
          color: #196ff9; }
        .b-advices-item__text a span {
          display: block;
          width: 25px;
          height: 10px;
          margin-left: 17px;
          background: url("../../../public/images/arrow.svg") no-repeat 0 0; }
        .b-advices-item__text a img {
          margin-left: 15px;
          transition: all .3s linear; }
        .b-advices-item__text a:visited {
          color: #196ff9; }
        .b-advices-item__text a:hover {
          color: #196ff9; }
          .b-advices-item__text a:hover img {
            margin-left: 25px;
            transition: all .3s linear; }
        .b-advices-item__text a:active {
          opacity: 0.7; }
  .b-advices .advices {
    width: 550px !important;
    height: 512px !important;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .b-advices .advices img {
      position: absolute; }
    @media (max-width: 639.98px) {
      .b-advices .advices {
        width: 100% !important;
        height: auto !important; } }
  .b-advices .swiper-slide {
    width: auto !important; }
    @media (max-width: 639.98px) {
      .b-advices .swiper-slide {
        height: auto !important; } }
  .b-advices .swiper-pagination {
    bottom: -75px !important; }
  .b-advices .b-tips-item {
    padding-top: 0; }
    @media (max-width: 639.98px) {
      .b-advices .b-tips-item {
        padding-top: 30px; } }
    .b-advices .b-tips-item__title {
      color: #000;
      align-self: flex-start;
      margin-top: 265px;
      font-size: 24px;
      line-height: 32px; }
      @media (max-width: 639.98px) {
        .b-advices .b-tips-item__title {
          font-size: 24px;
          line-height: 32px;
          margin-top: 220px; } }
    .b-advices .b-tips-item__text {
      color: #2c2d2e;
      margin-top: 11px;
      font-size: 18px;
      line-height: 28px;
      opacity: .6; }
      .b-advices .b-tips-item__text .is-underlined {
        color: #2c2d2e;
        line-height: 80%;
        border-bottom: 1px solid #2c2d2e; }
      @media (max-width: 639.98px) {
        .b-advices .b-tips-item__text {
          font-size: 16px;
          line-height: 24px; } }

.b-qr {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 101;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }
  .b-qr.modal-active {
    display: block; }
  .b-qr__container {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 515px;
    padding: 42px 74px 35px;
    background: #fff;
    border-radius: 20px;
    box-shadow: none;
    vertical-align: middle; }
    .b-qr__container-content {
      z-index: 102;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .b-qr__container-text {
      font-size: 18px;
      font-weight: 500;
      margin-top: 42px; }
  .b-qr__close {
    position: absolute;
    top: 21px;
    right: 20px;
    width: 42px;
    height: 42px;
    background: #edeef1;
    background-size: 42px 42px;
    border-radius: 50%;
    cursor: pointer; }
    .b-qr__close img {
      margin: 14px 14px;
      display: inline; }

.b-entries {
  display: none; }
  @media (max-width: 639.98px) {
    .b-entries {
      display: flex;
      margin-bottom: 60px; } }
  .b-entries__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #111111;
    margin-bottom: 17px;
    max-width: 274px; }
    .b-entries__title .blue {
      color: #005ff9; }
  .b-entries__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    font-size: 19px;
    font-weight: 500;
    line-height: 100%; }
    .b-entries__btns-btn {
      padding: 16px 23px;
      border-radius: 14px; }
      .b-entries__btns-btn.create {
        background: #005ff9;
        color: #fff; }
      .b-entries__btns-btn.login {
        background: #edeef1;
        color: #040404; }

.b-test {
  display: flex;
  width: 100%;
  padding: 78px 0px 78px 105px;
  background: linear-gradient(110.16deg, #005FF9 15.83%, #307FFF 73.14%);
  border-radius: 44px;
  position: relative;
  max-width: 1240px;
  margin: 0 auto 140px auto;
  overflow: hidden; }
  @media (max-width: 1439.98px) {
    .b-test {
      max-width: 95%;
      padding: 39px 0 39px 52px; } }
  @media (max-width: 639.98px) {
    .b-test {
      margin: 70px auto;
      padding: 0 0 20px;
      display: flex;
      flex-direction: column-reverse;
      border-radius: 24px;
      max-width: 82.5%; } }
  .b-test > .l-container {
    padding: 0;
    margin: 0;
    width: 100%; }
  .b-test::before {
    content: '';
    position: absolute;
    top: -286px;
    left: -400px;
    background: #FFFFFF;
    opacity: 0.4;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    -webkit-transform: matrix(0.87, -0.5, 0.87, 0.5, 0, 0);
            transform: matrix(0.87, -0.5, 0.87, 0.5, 0, 0);
    width: 519.36px;
    height: 519.36px; }
  @media (max-width: 1023.98px) {
    .b-test__content {
      padding: 0px 20px; } }
  .b-test__content-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #005bd1;
    padding: 4px 12px;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media (max-width: 1023.98px) {
      .b-test__content-label {
        font-size: 14px;
        line-height: 24px;
        padding: 2px 8px;
        border-radius: 8px;
        margin-bottom: 16px; } }
  .b-test__content-title {
    font-weight: 500;
    font-size: 42px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 20px; }
    @media (max-width: 1023.98px) {
      .b-test__content-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px; } }
  .b-test__content-subtitle {
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 32px; }
    @media (max-width: 1023.98px) {
      .b-test__content-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px; } }
    .b-test__content-subtitle .mob {
      display: none; }
      @media (max-width: 819.98px) {
        .b-test__content-subtitle .mob {
          display: block; } }
  .b-test__content-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    background: #111111;
    border-radius: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1023.98px) {
      .b-test__content-link {
        font-size: 16px;
        line-height: 24px; } }
    .b-test__content-link a {
      width: 100%;
      padding: 15px 32px;
      transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0); }
      @media (max-width: 1023.98px) {
        .b-test__content-link a {
          padding: 10px 20px; } }
    .b-test__content-link:hover a {
      opacity: .8 !important;
      transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0); }
  .b-test__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%; }
    @media (max-width: 639.98px) {
      .b-test__img {
        position: static;
        width: 100%;
        max-width: 264px;
        margin-top: -7px; } }

