/* stylelint-disable */
/*! 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

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

/* 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] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
* 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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

/**
* 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 {
  padding: 0;
  border-style: none;
}

/**
* 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 {
  display: table; /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

/**
* 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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

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

/* stylelint-disable */
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

[data-tabs=parent] {
  overflow: hidden;
}
[data-tabs=parent].no-transition > [data-tabs=control],
[data-tabs=parent].no-transition > [data-tabs=content],
[data-tabs=parent].no-transition > [data-tabs=element] {
  -webkit-transition: none;
  transition: none;
}
[data-tabs=parent].no-transition-global [data-tabs=control],
[data-tabs=parent].no-transition-global [data-tabs=content],
[data-tabs=parent].no-transition-global [data-tabs=element] {
  -webkit-transition: none;
  transition: none;
}

[data-tabs=parent] [data-tabs=content] {
  position: relative;
}

[data-tabs=element] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

[data-tabs=element].for-load {
  position: static;
  visibility: visible;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

[data-tabs=element].is-active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

[data-accordion-init] > [data-tabs=content],
[data-accordion-init] > [data-tabs=controls] {
  display: none;
}
[data-accordion-init] [data-tabs=element] {
  z-index: 1;
  visibility: visible;
  position: static;
  opacity: 1;
}

[data-tabs=accordion-wrapper] {
  display: block;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden;
}

[data-tabs=accordion-content] {
  overflow: hidden;
}

[data-tabs=accordion] {
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

[data-tabs=accordion].is-active > [data-tabs=accordion-wrapper] {
  max-height: none;
}

@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/ubuntu-500.woff2") format("woff2");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/ubuntu-regular.woff2") format("woff2");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/ubuntu-700.woff2") format("woff2");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

html {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Ubuntu", "Arial", sans-serif;
  color: #2a2e3c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  height: 100%;
  background-color: #f4f4f0;
}

a {
  color: #2a2e3c;
  text-decoration: none;
}

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

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
          box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

input,
textarea {
  border-radius: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
}
input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  border-radius: 0;
}

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

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

select,
textarea,
input:matches([type=email],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh));
}
.wrapper .header,
.wrapper .footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrapper main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-transition {
  /* stylelint-disable-next-line */
  -webkit-transition: none !important;
  transition: none !important;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

@media (min-width: 1024px) {
  .has-mobile {
    display: none;
  }
}

.has-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .has-desktop {
    display: block;
  }
}

.container {
  width: 100%;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .container {
    margin: 0 auto;
    padding: 0 49px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1920px;
    padding: 0 96px;
  }
}
.container--no-mobile {
  padding: 0;
}
@media (min-width: 768px) {
  .container--no-mobile {
    margin: 0 auto;
    padding: 0 16px;
  }
}
@media (min-width: 1024px) {
  .container--no-mobile {
    padding: 0 49px;
  }
}
@media (min-width: 1280px) {
  .container--no-mobile {
    padding: 0 96px;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #2a2e3c;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 16px;
  border: none;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 24px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (min-width: 1024px) {
  .btn {
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
  }
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .btn:hover:not(.focus-visible) {
    background-color: #d71c1a;
    color: #ffffff;
  }
}
.btn.focus-visible:focus {
  background-color: #d71c1a;
  color: #ffffff;
}
.btn--red {
  font-size: 15px;
  color: #ffffff;
  background-color: #f65050;
  letter-spacing: 1px;
  opacity: 1;
  padding: 18px;
}
@media (min-width: 1024px) {
  .btn--red {
    font-size: 16px;
    border-radius: 44px;
  }
}
.btn--pink {
  background-color: #fdecec;
  color: #f65050;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .btn--pink:hover:not(.focus-visible) {
    background-color: #f65050;
    color: #ffffff;
  }
}
.btn--pink.focus-visible:focus {
  background-color: #f65050;
  color: #ffffff;
}
.btn--pink-text {
  padding: 17px 105px;
  color: #f65050;
}
.btn--gray {
  background-color: #f4f4f0;
  padding: 11px 16px;
  font-size: 12px;
}
.btn--black {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.5px;
  padding-top: 11px;
  padding-bottom: 11px;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .btn--black:hover:not(.focus-visible) {
    color: #2a2e3c;
    background-color: #ffffff;
  }
}
.btn--black.focus-visible:focus {
  color: #2a2e3c;
  background-color: #ffffff;
}
.btn--border {
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 11px;
  padding-bottom: 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .btn--border:hover:not(.focus-visible) {
    background-color: transparent;
    border-color: #ffffff;
  }
}
.btn--border.focus-visible:focus {
  background-color: transparent;
  border-color: #ffffff;
}
.btn--white {
  border-radius: 44px;
  background: #ffffff;
  color: #2a2e3c;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .btn--white:hover:not(.focus-visible) {
    background-color: #f65050;
  }
}
.btn--white.focus-visible:focus {
  background-color: #f65050;
}
.btn--bordered {
  color: #2a2e3c;
  background-color: transparent;
  border: 1px solid #c8Cee3;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.btn--bordered.is-active {
  color: #ffffff;
  background-color: #f65050;
  border-color: #f65050;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .btn--bordered.is-active:hover:not(.focus-visible) {
    color: #ffffff;
    background-color: #f65050;
    border-color: #f65050;
  }
}
.btn--bordered.is-active.focus-visible:focus {
  color: #ffffff;
  background-color: #f65050;
  border-color: #f65050;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .btn--bordered:hover:not(.focus-visible) {
    color: #f65050;
    background-color: transparent;
    border-color: #f65050;
  }
}
.btn--bordered.focus-visible:focus {
  color: #f65050;
  background-color: transparent;
  border-color: #f65050;
}
.btn--p-12 {
  padding: 12px;
}
.btn--p-12-18 {
  padding: 12px;
}
@media (min-width: 1024px) {
  .btn--p-12-18 {
    padding: 18px;
  }
}
.btn--bordered-alt {
  color: #2a2e3c;
  background-color: transparent;
  border: 1px solid #c8Cee3;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.btn--bordered-alt.is-active {
  color: #f65050;
  border-color: #f65050;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .btn--bordered-alt.is-active:hover:not(.focus-visible) {
    color: #f65050;
    border-color: #f65050;
  }
}
.btn--bordered-alt.is-active.focus-visible:focus {
  color: #f65050;
  border-color: #f65050;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .btn--bordered-alt:hover:not(.focus-visible) {
    color: #f65050;
    background-color: transparent;
  }
}
.btn--bordered-alt.focus-visible:focus {
  color: #f65050;
  background-color: transparent;
}

.custom-input {
  position: relative;
}
.custom-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.custom-input label input {
  max-width: 200px;
  padding: 0;
  border: none;
  border-radius: 5px;
  outline: none;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.28px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  color: #2a2e3c;
}
@media (min-width: 1024px) {
  .custom-input label input {
    font-size: 32px;
    letter-spacing: 0.32px;
  }
}
.custom-input__label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  margin-bottom: 5px;
}

[data-accordion=element].is-active > [data-accordion=content] {
  max-height: 100%;
}

[data-accordion=parent].no-transition [data-accordion=content] {
  -webkit-transition: none;
  transition: none;
}

[data-accordion=content] {
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
}

.section-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.56px;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .section-title {
    font-size: 42px;
    line-height: 110%;
    letter-spacing: 0.52px;
    margin-bottom: 34px;
  }
}
@media (min-width: 1280px) {
  .section-title {
    font-size: 52px;
    letter-spacing: 0.52px;
    margin-bottom: 44px;
  }
}
.section-title--small {
  margin-bottom: 28px;
  font-size: 22px;
  letter-spacing: 0.2px;
}
@media (min-width: 1024px) {
  .section-title--small {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.section-title--mb-28-45 {
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .section-title--mb-28-45 {
    margin-bottom: 45px;
  }
}

.section {
  margin: 44px 0;
}
@media (min-width: 1024px) {
  .section {
    margin: 100px 0;
  }
}
@media (min-width: 1024px) {
  .section--m80 {
    margin: 80px 0;
  }
}
.section--after-intro {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .section--after-intro {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .section--after-intro {
    margin-top: -40px;
  }
}
@media (min-width: 1280px) {
  .section--after-intro {
    margin-top: -56px;
  }
}

.title {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 12px;
}
@media (min-width: 1024px) {
  .title {
    font-size: 28px;
  }
}
.title--m16 {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .title--m16 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .title--d24 {
    font-size: 24px;
  }
}
.title--s {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .title--s {
    font-size: 24px;
  }
}

.header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 0 10px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 1024px) {
  .header {
    padding: 16px 0 14px;
  }
}
@media (min-width: 1599px) {
  .header {
    padding: 31px 0 25px;
  }
}
.header.is-fixed {
  background-color: rgba(244, 244, 240, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.header.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  height: 100%;
  overflow-y: auto;
}
.header.is-open::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #f4f4f0;
}
.header.is-open .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0 16px;
}
.header.is-open .header__contacts {
  width: calc(100% + 32px);
  margin-left: -16px;
  position: relative;
  z-index: 21;
  margin-top: 16px;
  padding-top: 24px;
  margin-bottom: 0;
  background-color: #ffffff;
  border-radius: 24px 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header.is-open .header__main-nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header.is-open .header__logo {
  margin-right: 0;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
}
@media (min-width: 1024px) {
  .header .container {
    padding-right: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1280px) {
  .header .container {
    padding-right: 96px;
  }
}
.header__logo {
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.header__logo img {
  max-width: 84px;
  max-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 1024px) {
  .header__logo img {
    max-width: 130px;
    max-height: 40px;
  }
}
@media (min-width: 1280px) {
  .header__logo img {
    max-width: 157px;
    max-height: 56px;
    width: 100%;
  }
}
.is-open .header__logo {
  position: relative;
  z-index: 21;
}
@media (min-width: 1024px) {
  .header__logo {
    width: 130px;
    height: auto;
  }
}
@media (min-width: 1440px) {
  .header__logo {
    width: 157px;
  }
}
@media (min-width: 1024px) {
  .header__main-nav {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -5px;
  margin-right: 48px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .header__contacts {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: 8px;
    margin-right: -5px;
    margin-top: 0;
    padding-top: 0;
    max-width: 50%;
    background-color: transparent;
  }
}
@media (min-width: 1440px) {
  .header__contacts {
    margin-top: -3px;
    margin-right: -20px;
  }
}
.header__btn {
  margin-bottom: 5px;
  margin-top: -2px;
  padding: 3px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  max-height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.is-open .header__btn {
  background-color: #f4f4f0;
  padding: 11px 26px;
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header__btn span {
  display: none;
}
@media (min-width: 1440px) {
  .header__btn span {
    display: inline;
  }
}
.is-open .header__btn span {
  display: inline;
}
@media (min-width: 1024px) {
  .header__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    margin-top: 5px;
    padding: 12px 11px;
    margin-right: 5px;
  }
}
@media (min-width: 1440px) {
  .header__btn {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 12px 24px;
    margin-right: 20px;
  }
}
.is-open .header__btn--loan {
  margin-left: 16px;
  margin-right: 6px;
  width: calc(50% - 34px);
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .header__btn--loan:hover:not(.focus-visible) {
    background-color: #2a2e3c;
  }
}
.header__btn--loan.focus-visible:focus {
  background-color: #2a2e3c;
}
.header__btn--lk {
  display: none;
  background-color: #fdecec;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .header__btn--lk {
    display: block;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: auto;
  }
}
.is-open .header__btn--lk {
  background-color: #fdecec;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
  margin-left: 6px;
  width: calc(50% - 34px);
}
.header__phone {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  background-color: #ffffff;
  border-radius: 28px;
  margin-right: 8px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__phone::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  -webkit-mask: url("../img/stack.svg#icon-tel");
          mask: url("../img/stack.svg#icon-tel");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2a2e3c;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 1024px) {
  .header__phone::before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 6px;
    top: 0;
    width: 24px;
    height: 27px;
  }
}
@media (min-width: 1024px) {
  .header__phone {
    padding-top: 4px;
    width: auto;
    height: auto;
    padding-left: 32px;
    background-color: transparent;
    margin: 0;
  }
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .header__phone:hover:not(.focus-visible) {
    color: #f65050;
  }
  .header__phone:hover:not(.focus-visible)::before {
    background-color: #f65050;
  }
}
.header__phone.focus-visible:focus {
  color: #f65050;
}
.header__phone.focus-visible:focus::before {
  background-color: #f65050;
}
.header__phone-text {
  display: none;
}
@media (min-width: 1024px) {
  .header__phone-text {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 92%;
    letter-spacing: -0.4px;
    margin-left: 8px;
  }
}
@media (min-width: 1440px) {
  .header__phone-text {
    font-size: 20px;
  }
}
.header__phone-wrap {
  display: none;
}
@media (min-width: 1024px) {
  .header__phone-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1440px) {
  .header__phone-wrap {
    margin-right: 20px;
  }
}
.header__phone-note {
  display: none;
}
@media (min-width: 1024px) {
  .header__phone-note {
    position: relative;
    right: -5px;
    display: block;
    margin: 15px 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 92%;
    opacity: 0.5;
  }
}
@media (min-width: 1440px) {
  .header__phone-note {
    font-size: 14px;
    margin-top: 10px;
  }
}
.header__footer {
  display: none;
  margin-top: 24px;
}
.is-open .header__footer {
  display: block;
}
.header__footer-phone {
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.28px;
  margin-bottom: 16px;
  margin-top: 0;
}
.header__footer-text {
  opacity: 0.5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 16px 0;
}
.header__footer-link {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__app {
  max-width: 328px;
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1px solid #f4f4f0;
}
.header__city {
  display: none;
  margin-top: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1024px) {
  .header__city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1280px) {
  .header__city {
    margin: 0 0 0 10px;
  }
}
.is-open .header__city {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header__city-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .header__city-button-wrapper {
    width: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1280px) {
  .header__city-button-wrapper {
    width: 140px;
  }
}
@media (min-width: 1650px) {
  .header__city-button-wrapper {
    width: 220px;
  }
}
.header__city-button {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media (min-width: 1024px) {
  .header__city-button {
    font-size: 12px;
    line-height: 150%;
  }
}
@media (min-width: 1280px) {
  .header__city-button {
    font-size: 14px;
  }
}
.header__city-button svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
}
@media (min-width: 1024px) {
  .header__city-button svg {
    opacity: 0.4;
  }
}
@media (min-width: 1280px) {
  .header__city-button svg {
    margin-top: 4px;
  }
}
.header__city-button:not(:last-child) {
  margin-bottom: 12px;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .header__city-button:hover:not(.focus-visible) {
    color: #f65050;
  }
  .header__city-button:hover:not(.focus-visible) span {
    border-color: #f65050;
  }
}
.header__city-button.focus-visible:focus {
  color: #f65050;
}
.header__city-button.focus-visible:focus span {
  border-color: #f65050;
}
@media (min-width: 1024px) {
  .header__city-button-text span {
    border-bottom: 1px dashed #91989e;
    padding-bottom: 2px;
  }
}
.header--city.is-open .header__main-nav {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .header--city .header__btn {
    padding: 10px 5px;
  }
}
@media (max-width: 1100px) {
  .header--city .main-nav__list {
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  .header--city .header__btn--loan {
    background-color: #ffffff;
  }
  .header--city .header__btn--loan span {
    display: none;
  }
  .header--city .header__logo {
    width: 84px;
    margin-right: 5px;
  }
  .header--city .header__logo img {
    width: 100%;
  }
  .header--city .main-nav__item {
    margin-right: 0;
  }
  .header--city .main-nav__link,
  .header--city .sub-nav__button {
    padding: 8px 6px;
  }
}
@media (min-width: 1101px) {
  .header--city .main-nav__link,
  .header--city .sub-nav__button {
    padding: 8px;
  }
  .header--city .main-nav__item {
    margin-right: 5px;
  }
}
@media (min-width: 1280px) {
  .header--city .header__logo {
    width: 125px;
    margin-right: 10px;
  }
}
@media (min-width: 1440px) {
  .header--city .header__logo {
    margin-right: 20px;
  }
}
@media (min-width: 1500px) {
  .header--city .main-nav__link {
    padding: 13px;
  }
  .header--city .sub-nav__button {
    padding: 13px 20px;
  }
}
.header--investors .main-nav__list:first-child {
  display: none;
}
.header--investors .main-nav__list {
  margin-right: 27px;
}
.header--investors .main-nav__item {
  margin-right: 22px;
}
.header--investors .header__btn--loan {
  margin-right: 8px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .header--investors .header__btn--loan {
    display: none;
  }
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.is-open .main-nav {
  width: 100%;
}
.main-nav__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  visibility: hidden;
  border-radius: 24px 24px 0 0;
  z-index: 20;
}
@media (min-width: 1024px) {
  .main-nav__wrapper {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.is-open .main-nav__wrapper {
  position: static;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.is-open .main-nav__wrapper .main-nav__item {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -5px 0 0;
  list-style: none;
  padding: 0;
}
@media (min-width: 1024px) {
  .main-nav__list {
    padding: 0;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1440px) {
  .main-nav__list {
    margin-right: -10px;
  }
}
@media (min-width: 1550px) {
  .main-nav__list {
    margin-right: 4px;
  }
}
.main-nav__item {
  opacity: 0;
  -webkit-transition: opacity ease-out 0.15s, -webkit-transform ease-out 0.15s;
  transition: opacity ease-out 0.15s, -webkit-transform ease-out 0.15s;
  transition: opacity ease-out 0.15s, transform ease-out 0.15s;
  transition: opacity ease-out 0.15s, transform ease-out 0.15s, -webkit-transform ease-out 0.15s;
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
  border-bottom: 1px solid #f3f3ed;
  padding: 24px 0 21px;
}
@media (min-width: 1024px) {
  .main-nav__item {
    opacity: 1;
    padding: 0;
    border: none;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-right: 3px;
  }
  .main-nav__item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .main-nav__item {
    margin-right: 10px;
  }
}
@media (min-width: 1400px) {
  .main-nav__item {
    margin-right: 5px;
  }
}
@media (min-width: 1550px) {
  .main-nav__item {
    margin-right: 16px;
  }
}
.main-nav__item.is-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .main-nav__item.is-desktop {
    display: block;
  }
}
.main-nav__link {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 1024px) {
  .main-nav__link {
    display: inline-block;
    font-size: 14px;
    border-radius: 55px;
    padding: 13px 13px;
  }
}
@media (min-width: 1280px) {
  .main-nav__link {
    font-size: 16px;
    padding: 13px;
  }
}
@media (min-width: 1024px) and (hover: hover), screen and (min-width: 1024px) and (min-width: 0\0 ) {
  .main-nav__link:hover:not(.focus-visible) {
    background-color: #f4f4f0;
  }
}
@media (min-width: 1024px) {
  .main-nav__link.focus-visible:focus {
    background-color: #f4f4f0;
  }
}
.main-nav__toggle {
  position: absolute;
  top: 12px;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  background-color: #f4f4f0;
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .main-nav__toggle {
    display: none;
  }
}
.is-open .main-nav__toggle {
  top: 0;
  z-index: 21;
}
.main-nav__icon-close {
  display: none;
  color: #000000;
}
.is-open .main-nav__icon-close {
  display: block;
}
.main-nav__icon-burger {
  display: block;
}
.is-open .main-nav__icon-burger {
  display: none;
}

.footer {
  padding: 44px 0 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 24px 24px 0px 0px;
  background-color: #2a2e3c;
  color: #c8Cee3;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .footer {
    padding-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .footer {
    border-radius: 56px 56px 0px 0px;
  }
}
@media (min-width: 1440px) {
  .footer {
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__contacts {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer__contacts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer__item--1col {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .footer__item--1col {
    width: 31.8%;
  }
}
@media (min-width: 1024px) {
  .footer__item--2col {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .footer__item--2col {
    width: 57.4%;
  }
}
.footer__phone {
  font-size: 36px;
  font-weight: 500;
  line-height: 106.5%;
  letter-spacing: 0.72px;
  margin-bottom: 16px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #c8Cee3;
}
@media (min-width: 768px) {
  .footer__phone {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media (min-width: 1024px) {
  .footer__phone {
    font-size: 42px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.52px;
  }
}
@media (min-width: 1280px) {
  .footer__phone {
    font-size: 52px;
  }
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .footer__phone:hover:not(.focus-visible) {
    color: #ffffff;
  }
}
.footer__phone.focus-visible:focus {
  color: #ffffff;
}
.footer__phone-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin: 16px 0;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .footer__phone-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin: 5px 0 20px;
  }
}
@media (min-width: 1024px) {
  .footer__phone-text {
    max-width: 355px;
  }
}
@media (min-width: 1280px) {
  .footer__phone-text {
    font-size: 16px;
  }
}
.footer__btn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 1550px) {
  .footer__btn.btn--black {
    width: 257px;
  }
}
@media (min-width: 768px) {
  .footer__btn.btn--border {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    max-width: 175px;
    margin-left: 17px;
  }
}
.footer__nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
  margin-top: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(227, 227, 222, 0.1);
}
@media (min-width: 768px) {
  .footer__nav--1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin-top: 17px;
    padding-top: 36px;
  }
}
@media (min-width: 768px) {
  .footer__nav--2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin-top: 1px;
    padding-top: 34px;
  }
}
.footer__nav-item {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin-right: 16px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .footer__nav-item {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .footer__nav-item {
    margin-right: 21px;
    font-size: 16px;
    line-height: 122%;
    margin-bottom: 19px;
  }
}
.footer__nav-link {
  color: #c8Cee3;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .footer__nav-link:hover:not(.focus-visible) {
    color: #f65050;
  }
}
.footer__nav-link.focus-visible:focus {
  color: #f65050;
}
.footer__app {
  margin-top: 0;
  padding-top: 2px;
}
@media (min-width: 1024px) {
  .footer__app {
    margin-bottom: 0;
    margin-top: 0;
    border-top: 1px solid rgba(227, 227, 222, 0.1);
    padding-top: 24px;
  }
}
@media (min-width: 1440px) {
  .footer__app {
    padding-top: 33px;
  }
}
.footer__app .app-block {
  margin-bottom: 24px;
  max-width: 330px;
}
@media (min-width: 1024px) {
  .footer__app .app-block {
    margin-bottom: 16px;
  }
}
.footer__legal {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .footer__legal {
    margin-bottom: -4px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1440px) {
  .footer__legal {
    padding-bottom: 15px;
  }
}
.footer__legal p {
  margin: 0 0 12px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #767e98;
}
.footer__legal p abbr {
  text-decoration: none;
}
.footer__legal p:nth-child(3) {
  display: none;
}
.footer__legal a {
  color: inherit;
  text-decoration: underline;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid rgba(227, 227, 222, 0.1);
  padding-top: 24px;
}
@media (min-width: 1440px) {
  .footer__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__link {
  color: #9aa2bc;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 12px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 1440px) {
  .footer__link {
    margin-right: 32px;
    margin-bottom: 15px;
  }
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .footer__link:hover:not(.focus-visible) {
    color: #ffffff;
  }
}
.footer__link.focus-visible:focus {
  color: #ffffff;
}
.footer__text {
  color: #9aa2bc;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin: 0 0 12px;
}
@media (min-width: 1440px) {
  .footer__text {
    font-size: 13px;
    width: 100%;
    margin-bottom: 14px;
  }
}
.footer__logo {
  display: block;
}
.footer__logo-link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .footer__logo-link:hover:not(.focus-visible) {
    opacity: 0.7;
  }
}
.footer__logo-link.focus-visible:focus {
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .footer__logo-link {
    opacity: 0.5;
  }
}
@media (min-width: 1024px) and (hover: hover), screen and (min-width: 1024px) and (min-width: 0\0 ) {
  .footer__logo-link:hover:not(.focus-visible) {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .footer__logo-link.focus-visible:focus {
    opacity: 1;
  }
}
.footer__block {
  margin-top: 24px;
  padding-top: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(227, 227, 222, 0.1);
  border-bottom: 1px solid rgba(227, 227, 222, 0.1);
}
@media (min-width: 1024px) {
  .footer__block {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-bottom: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 1280px) {
  .footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__block img {
  margin-top: 16px;
  width: 90px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 1280px) {
  .footer__block img {
    margin-top: 0;
    margin-left: 24px;
  }
}
.footer__ruBB-text {
  color: #c8Cee3;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  margin: 8px 0 0;
}
@media (min-width: 1024px) {
  .footer__ruBB-text {
    font-size: 16px;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .footer__ruBB-text {
    max-width: 651px;
  }
}
.footer--compact {
  padding-bottom: 44px;
}
@media (min-width: 1024px) {
  .footer--compact {
    padding-bottom: 56px;
  }
}
.footer--compact .footer__nav {
  display: none;
}
.footer--compact .footer__block {
  display: none;
}
@media (min-width: 1024px) {
  .footer--compact .footer__links {
    padding-top: 28px;
  }
}
.footer--compact .btn--black {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .footer--compact .btn--black {
    margin-bottom: 12px;
  }
}
.footer--compact .footer__link {
  display: none;
}
.footer--compact .footer__app {
  padding-top: 24px;
  border-top: 1px solid rgba(227, 227, 222, 0.1);
}
@media (min-width: 1024px) {
  .footer--compact .footer__app {
    padding-top: 30px;
  }
}
.footer--compact .footer__contacts {
  padding-bottom: 12px;
}
@media (min-width: 1024px) {
  .footer--compact .footer__contacts {
    padding-bottom: 20px;
  }
}
.footer--compact .footer__legal p:nth-child(3) {
  display: block;
}
.footer--compact .footer__legal p:nth-child(4) {
  display: none;
}
.footer--compact .footer__legal p:nth-child(5) {
  display: none;
}
.footer--fixed-button {
  padding-bottom: 98px;
}
@media (min-width: 1024px) {
  .footer--fixed-button {
    padding-bottom: 56px;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(42, 46, 60, 0.6);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 60px 40px;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal__content {
  position: relative;
  width: 600px;
  padding: 40px;
  background-color: #ffffff;
}
.modal__close-btn {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 1024px) {
  .modal__close-btn {
    top: 32px;
    right: 32px;
  }
}
.modal__close-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: #000000;
  -webkit-mask: url("../img/stack.svg#icon-close");
          mask: url("../img/stack.svg#icon-close");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .modal__close-btn:hover:not(.focus-visible) {
    background-color: #f65050;
  }
  .modal__close-btn:hover:not(.focus-visible)::before {
    background-color: #ffffff;
  }
}
.modal__close-btn.focus-visible:focus {
  background-color: #f65050;
}
.modal__close-btn.focus-visible:focus::before {
  background-color: #ffffff;
}
.modal--responsive .modal__content {
  width: 100%;
}
.modal--fit-content .modal__content {
  width: auto;
}
.modal--no-scale {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal--preload {
  -webkit-transition: none;
  transition: none;
}
.modal--certificate .modal__content {
  width: auto;
  padding: 0;
  background-color: transparent;
}
.modal--certificate .modal__wrapper {
  padding: 100px 16px;
}
@media (min-width: 1024px) {
  .modal--certificate .modal__wrapper {
    padding-bottom: 86px;
  }
}
.modal--review-photo .modal__content {
  max-width: 900px;
  width: 100%;
  padding: 0;
  background-color: transparent;
}
.modal--review-photo .modal__wrapper {
  padding: 100px 12px;
}
@media (min-width: 1024px) {
  .modal--review-photo .modal__wrapper {
    padding-bottom: 86px;
  }
}
.modal--review .modal__wrapper {
  padding: 100px 12px;
}
.modal--review .modal__content {
  border-radius: 16px;
  padding: 36px 24px;
  width: auto;
  max-width: 511px;
}
@media (min-width: 1024px) {
  .modal--review .modal__content {
    padding: 32px;
    border-radius: 36px;
  }
}
.modal--feedback .modal__content {
  padding: 44px;
}
.modal.is-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal--city .modal__wrapper {
  padding: 0;
}
.modal--city .modal__content {
  padding: 24px;
  height: 100%;
  width: 100%;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.modal--city .modal__close-btn {
  top: 8px;
  right: 8px;
}
@media (min-width: 1024px) {
  .modal--city .modal__wrapper {
    padding: 0 80px;
  }
  .modal--city .modal__content {
    padding: 56px;
    width: 1168px;
    max-height: 895px;
    border-radius: 36px;
  }
  .modal--city .modal__close-btn {
    top: 32px;
    right: 32px;
  }
}

.intro {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}
@media (min-width: 768px) {
  .intro {
    min-height: 701px;
    border-radius: 0px 0px 24px 24px;
  }
}
@media (min-width: 1024px) {
  .intro {
    border-radius: 0px 0px 56px 56px;
  }
}
@media (min-width: 1280px) {
  .intro {
    min-height: 901px;
  }
}
.intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
@media (min-width: 1024px) {
  .intro .container {
    position: relative;
  }
}
.intro__top {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 345px;
  padding-top: 100px;
}
@media (min-width: 1024px) {
  .intro__top {
    min-height: 100%;
  }
}
.intro__bg {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  min-height: calc(100% - 325px);
  width: 100%;
}
@media (min-width: 500px) {
  .intro__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100% - 250px);
  }
}
@media (min-width: 768px) {
  .intro__bg {
    height: calc(100% - 325px);
    overflow: hidden;
    border-radius: 0px 0px 24px 24px;
  }
}
@media (min-width: 1024px) {
  .intro__bg {
    top: 0;
    min-height: 100%;
    border-radius: 0px 0px 56px 56px;
    display: block;
  }
}
@media (min-width: 1280px) {
  .intro__bg {
    height: 100%;
  }
}
.intro__bg img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (min-width: 500px) {
  .intro__bg img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .intro__bg img {
    -o-object-position: top;
       object-position: top;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .intro__bg img {
    -o-object-position: center;
       object-position: center;
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .intro__bg img {
    height: 100%;
  }
}
.intro__title {
  margin-top: auto;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.72px;
  margin-bottom: 46px;
}
@media (min-width: 1024px) {
  .intro__title {
    margin-bottom: 120px;
    max-width: 680px;
    font-size: 60px;
    font-weight: 700;
    line-height: 99%;
    letter-spacing: 0;
  }
}
@media (min-width: 1280px) {
  .intro__title {
    margin-bottom: 185px;
    max-width: 780px;
    font-size: 76px;
    margin-left: -9px;
  }
}
@media (min-width: 1440px) {
  .intro__title {
    font-size: 80px;
  }
}
.intro__title--inner {
  max-width: none;
  margin: 0;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .intro__title--inner {
    font-size: 60px;
    line-height: 100%;
  }
}
@media (min-width: 1280px) {
  .intro__title--inner {
    font-size: 80px;
  }
}
.intro__text {
  margin-top: 0;
  margin-bottom: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 1024px) {
  .intro__text {
    margin-top: 150px;
    margin-bottom: 100px;
    max-width: 450px;
    row-gap: 32px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 1280px) {
  .intro__text {
    margin-top: 267px;
    margin-bottom: 133px;
    margin-left: 0;
    max-width: 560px;
  }
}
.intro__description {
  margin: 0;
}
.intro__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 135%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 9px;
}
@media (min-width: 1024px) {
  .intro__list {
    font-size: 20px;
    line-height: 150%;
    row-gap: 18px;
  }
}
.intro__list-item {
  padding-left: 28px;
  position: relative;
}
@media (min-width: 1024px) {
  .intro__list-item {
    padding-left: 40px;
  }
}
.intro__list-item span {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #f65050;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .intro__list-item span {
    width: 32px;
    height: 32px;
  }
  .intro__list-item span svg {
    width: 16px;
    height: 16px;
  }
}
.intro__calc {
  margin-top: -26px;
  margin-left: -16px;
  width: calc(100% + 32px);
  border-radius: 16px;
  background-color: #ffffff;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .intro__calc {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .intro__calc {
    position: absolute;
    top: 225px;
    right: 50px;
    width: 450px;
    border-radius: 36px;
  }
}
@media (min-width: 1280px) {
  .intro__calc {
    top: 340px;
    right: 96px;
    width: 514px;
  }
}
.intro__breadcrumbs {
  position: absolute;
  top: 125px;
  left: 0;
  display: none;
}
@media (min-width: 1024px) {
  .intro__breadcrumbs {
    display: block;
  }
}
.intro--2 .intro__top {
  position: relative;
}
.intro--2 .intro__calc {
  margin-top: -18px;
}
@media (min-width: 1024px) {
  .intro--2 .intro__calc {
    margin-top: 30px;
    margin-right: 0;
  }
}
.intro--no-bg-mobile .intro__bg {
  display: none;
}
@media (min-width: 1024px) {
  .intro--no-bg-mobile .intro__bg {
    display: block;
  }
}
.intro--no-bg-mobile .intro__title,
.intro--no-bg-mobile .intro__text {
  color: #2a2e3c;
}
@media (min-width: 1024px) {
  .intro--no-bg-mobile .intro__title,
  .intro--no-bg-mobile .intro__text {
    color: #ffffff;
  }
}
.intro--investors {
  min-height: auto;
}
@media (min-width: 1024px) {
  .intro--investors {
    min-height: 708px;
  }
}
.intro--investors .intro__bg {
  min-height: 100%;
}
.intro--investors .intro__breadcrumbs {
  display: block;
  top: 72px;
}
@media (min-width: 1024px) {
  .intro--investors .intro__breadcrumbs {
    top: 125px;
  }
}
.intro--investors .intro__text {
  margin-top: 91px;
}
@media (min-width: 1024px) {
  .intro--investors .intro__text {
    margin-top: 250px;
  }
}
.intro--investors .intro__title--inner {
  font-size: 44px;
  letter-spacing: 0.88px;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .intro--investors .intro__title--inner {
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0;
  }
}
@media (min-width: 1280px) {
  .intro--investors .intro__title--inner {
    font-size: 80px;
  }
}
.intro--investors .intro__description {
  font-size: 18px;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .intro--investors .intro__description {
    font-size: 28px;
  }
}

.calculator {
  padding: 20px 16px 6px;
  color: #2a2e3c;
}
@media (min-width: 1024px) {
  .calculator {
    padding: 30px;
  }
}
@media (min-width: 1280px) {
  .calculator {
    padding: 40px;
  }
}
.calculator--short {
  color: #ffffff;
}
.calculator--short .calculator__button {
  position: relative;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .calculator--short .calculator__button {
    width: 239px;
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .calculator--short .calculator__button {
    margin-top: -8px;
    margin-left: 28px;
  }
}
.calculator--short .calculator__range .noUi-base {
  border: none;
  top: -19px;
}
@media (min-width: 1280px) {
  .calculator--short .calculator__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 39px;
  }
}
@media (min-width: 1280px) {
  .calculator--short .calculator__field {
    width: 439px;
  }
}
.calculator--short .calculator__label {
  color: #ffffff;
  max-width: 55%;
}
@media (min-width: 768px) {
  .calculator--short .calculator__label {
    max-width: 85%;
  }
}
@media (min-width: 900px) {
  .calculator--short .calculator__label {
    max-width: none;
  }
}
.calculator--short .calculator__input input {
  background-color: transparent;
  color: #ffffff;
}
.calculator--short .calculator__range-note span {
  color: #c8Cee3;
}
.calculator--short .calculator__range-note span.is-active {
  color: #c8Cee3;
}
.calculator--short .calculator__range-note span.text-right {
  color: #c8Cee3;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .calculator--short .calculator__range {
    margin-top: 19px;
  }
}
@media (min-width: 1024px) {
  .calculator--short .calculator__range-note {
    margin-top: 22px;
  }
}
.calculator__label {
  width: 100%;
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
}
@media (min-width: 1024px) {
  .calculator__label {
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 7px;
  }
}
.calculator__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calculator__input--term .custom-input label input {
  max-width: 50px;
}
.calculator__input-info {
  position: relative;
  top: -1px;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-left: 5px;
}
.is-ios .calculator__input-info {
  top: -3px;
}
@media (min-width: 1024px) {
  .calculator__input-info {
    margin-left: 8px;
    font-size: 34px;
    letter-spacing: 0.32px;
  }
}
.calculator__field {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .calculator__field {
    margin-bottom: 12px;
  }
}
.calculator__field--sum .text-center {
  margin-right: -12px;
}
.calculator__field--term .calculator__range {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .calculator__field--term .calculator__range {
    margin-top: 9px;
  }
}
.calculator__field--term .text-center {
  margin-right: -26px;
}
@media (min-width: 1280px) {
  .calculator__field--term .text-center {
    margin-right: 10px;
  }
}
.calculator__range {
  margin-top: 11px;
}
@media (min-width: 1024px) {
  .calculator__range {
    margin-top: 7px;
  }
}
.calculator__range .noUi-connect {
  background-color: #f65050;
  height: 2px;
  position: absolute;
  top: 19px;
  border-radius: 44px;
}
.calculator__range .noUi-target {
  cursor: pointer;
}
.calculator__range .noUi-horizontal {
  height: 2px;
  background-color: #d6dcf0;
}
.calculator__range .noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-color: #f65050;
}
.calculator__range .noUi-target {
  background: #d6dcf0;
  border: none;
  height: 2px;
}
.calculator__range .noUi-base {
  border: 1px solid transparent;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: -20px;
  width: auto;
  height: auto;
}
.calculator__range .noUi-handle {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  border: none;
  top: 7px;
  right: -12px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  will-change: transform;
}
.calculator__range .noUi-handle.noUi-active {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-box-shadow: 0 0 0 12px rgba(246, 80, 80, 0.2);
          box-shadow: 0 0 0 12px rgba(246, 80, 80, 0.2);
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .calculator__range .noUi-handle:hover:not(.focus-visible) {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-box-shadow: 0 0 0 12px rgba(246, 80, 80, 0.2);
            box-shadow: 0 0 0 12px rgba(246, 80, 80, 0.2);
  }
}
.calculator__range .noUi-handle.focus-visible:focus {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-box-shadow: 0 0 0 12px rgba(246, 80, 80, 0.2);
          box-shadow: 0 0 0 12px rgba(246, 80, 80, 0.2);
}
.calculator__range .noUi-handle .noUi-touch-area {
  border: 1px solid transparent;
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  width: auto;
  height: auto;
}
.calculator__range .noUi-handle:after,
.calculator__range .noUi-handle:before {
  display: none;
}
.calculator__range-note {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calculator__range-note span {
  color: #747d86;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.26px;
  z-index: 1;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .calculator__range-note span:hover:not(.focus-visible) {
    opacity: 0.7;
  }
}
.calculator__range-note span.focus-visible:focus {
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .calculator__range-note span {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.calculator__range-note span.text-right {
  color: #f65050;
}
.calculator__range-note span.is-active {
  color: #2a2e3c;
}
.calculator__button {
  display: none;
}
@media (min-width: 1024px) {
  .calculator__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%;
    margin-top: 17px;
  }
}
.calculator__result {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -5px;
}
@media (min-width: 1024px) {
  .calculator__result {
    margin-top: 28px;
  }
}
.calculator__result-block {
  width: calc(50% - 2px);
  border-radius: 12px;
  background: #f5f8fb;
  padding: 15px 16px 12px;
  margin-bottom: 5px;
}
.calculator__result-title {
  color: #747d86;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 4px;
}
@media (min-width: 1024px) {
  .calculator__result-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.calculator__result-value {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  margin: 0;
}
@media (min-width: 1024px) {
  .calculator__result-value {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}

.calculator-invest {
  padding: 32px 16px;
  border-radius: 24px;
  background-color: #ffffff;
  color: #2a2e3c;
}
@media (min-width: 1024px) {
  .calculator-invest {
    padding: 56px;
    border-radius: 56px;
  }
}
@media (min-width: 1280px) {
  .calculator-invest .section-title {
    margin-bottom: 32px;
  }
}
.calculator-invest__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantages {
  padding: 30px 0 28px;
  margin-top: 32px;
  border-radius: 24px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .advantages {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 16px;
  }
}
@media (min-width: 1024px) {
  .advantages {
    margin-top: -60px;
  }
}
@media (min-width: 1280px) {
  .advantages {
    margin-top: -84px;
  }
}
@media (min-width: 768px) {
  .advantages__inner {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .advantages__inner {
    border-radius: 56px;
    padding: 56px;
  }
}
.advantages__title {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .advantages__title {
    margin-bottom: 34px;
  }
}
@media (min-width: 1280px) {
  .advantages__title {
    margin-bottom: 44px;
  }
}
.advantages .grid {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 16px;
}
@media (min-width: 1024px) {
  .advantages .grid {
    gap: 32px;
  }
}
.advantages--middle {
  margin: 44px 0;
}
@media (min-width: 1024px) {
  .advantages--middle {
    margin: 100px 0;
  }
}

.advantages-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .advantages-card {
    padding: 20px;
    background-color: #fbfbf9;
    border-radius: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .advantages-card {
    padding: 22px 40px 21px 43px;
  }
  .advantages-card:first-child .advantages__subtitle {
    max-width: 280px;
  }
  .advantages-card:last-child .advantages__subtitle {
    max-width: 280px;
  }
}
.advantages-card__img {
  padding-bottom: 87%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .advantages-card__img {
    padding-bottom: 40%;
    width: 46%;
  }
}
.advantages-card__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.advantages-card__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  margin: 11px 0 0;
}
@media (min-width: 1024px) {
  .advantages-card__subtitle {
    font-size: 20px;
    margin-right: -10px;
  }
}
@media (min-width: 1280px) {
  .advantages-card__subtitle {
    font-size: 28px;
    margin: 0 -10px 0 0;
  }
}
.advantages-card .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 768px) {
  .advantages-card .link {
    margin-top: 24px;
    font-size: 14px;
    line-height: 26px;
  }
}

.conditions .grid {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 768px) {
  .conditions .grid {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .conditions .grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .conditions .grid {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .conditions .has-desktop {
    display: inline;
  }
}

.conditions-card {
  border-radius: 24px;
  background: #ffffff;
  padding: 20px 20px 15px;
}
@media (min-width: 768px) {
  .conditions-card {
    border-radius: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 38px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.conditions-card__subtitle {
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .conditions-card__subtitle {
    font-size: 20px;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .conditions-card__subtitle {
    font-size: 24px;
  }
}
.conditions-card__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 5px;
}
@media (min-width: 1024px) {
  .conditions-card__text {
    font-size: 16px;
    text-align: center;
  }
}
.conditions-card__img {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .conditions-card__img {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (min-width: 1024px) {
  .conditions-card__img {
    width: 77%;
    padding-bottom: 77%;
    margin-bottom: 10px;
  }
}
.conditions-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.app-block {
  border-radius: 16px;
  background: #ffffff;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
@media (min-width: 1024px) {
  .app-block {
    max-width: 330px;
  }
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .app-block:hover:not(.focus-visible) {
    opacity: 0.7;
  }
}
.app-block.focus-visible:focus {
  opacity: 0.7;
}
.app-block--black {
  background-color: rgba(244, 244, 240, 0.1);
  padding: 13px 20px 10px;
}
@media (min-width: 1024px) {
  .app-block--black {
    padding: 17px 20px 16px;
  }
}
.app-block--black .app-block__text {
  color: #b3b9d0;
}
.app-block--black .app-block__light-text {
  opacity: 0.4;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .app-block--black:hover:not(.focus-visible) {
    opacity: 1;
    background-color: #ffffff;
  }
  .app-block--black:hover:not(.focus-visible) .app-block__text {
    color: #2a2e3c;
  }
  .app-block--black:hover:not(.focus-visible).is-ios .app-block__icon {
    background-color: #000000;
  }
}
.app-block--black.focus-visible:focus {
  opacity: 1;
  background-color: #ffffff;
}
.app-block--black.focus-visible:focus .app-block__text {
  color: #2a2e3c;
}
.app-block--black.focus-visible:focus.is-ios .app-block__icon {
  background-color: #000000;
}
.app-block__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
  width: 39px;
  height: 41px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/stack.svg#icon-android");
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.app-block--black.is-ios .app-block__icon {
  background-color: #ffffff;
}
.is-ios .app-block__icon {
  background-image: none;
  -webkit-mask: url("../img/stack.svg#icon-apple");
          mask: url("../img/stack.svg#icon-apple");
  background-color: #000000;
  width: 41px;
  height: 41px;
}
.app-block__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.app-block__text span {
  margin-bottom: 4px;
}
.app-block__text span:last-child {
  margin-bottom: 0;
}
.app-block__light-text {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  opacity: 0.2;
}

.fixed-button {
  position: fixed;
  z-index: 15;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 12px;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  .fixed-button {
    display: none;
  }
}
.fixed-button__text {
  text-align: center;
}
.fixed-button__submit-value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 13px;
}
.fixed-button__separator {
  opacity: 0.2;
}
.fixed-button.is-hide .fixed-button__separator,
.fixed-button.is-hide .fixed-button__submit-value {
  display: none;
}

.modal-certificate img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .modal-certificate img {
    max-width: 604px;
  }
}

@media (min-width: 1024px) {
  .sub-nav {
    position: relative;
  }
}
.sub-nav__button {
  position: relative;
  width: 100%;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  color: #2a2e3c;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1024px) {
  .sub-nav__button {
    font-size: 14px;
    border-radius: 55px;
    padding: 13px;
  }
}
@media (min-width: 1280px) {
  .sub-nav__button {
    font-size: 16px;
    padding: 13px 20px;
  }
}
@media (min-width: 1024px) and (hover: hover), screen and (min-width: 1024px) and (min-width: 0\0 ) {
  .sub-nav__button:hover:not(.focus-visible) {
    background-color: #f4f4f0;
  }
}
@media (min-width: 1024px) {
  .sub-nav__button.focus-visible:focus {
    background-color: #f4f4f0;
  }
}
.is-active .sub-nav__button:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #2a2e3c;
}
.is-active .sub-nav__button:after {
  background-color: #2a2e3c;
}
.sub-nav__button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 21px;
  height: 2px;
  background-color: #aab0c3;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 1024px) {
  .sub-nav__button:after {
    display: none;
  }
}
.sub-nav__button:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 2px;
  height: 21px;
  background-color: #aab0c3;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 1024px) {
  .sub-nav__button:before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .sub-nav__wrapper {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    padding-top: 13px;
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .is-show .sub-nav__wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.sub-nav__content {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .sub-nav__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 28px;
    border-radius: 24px;
    background: #ffffff;
    -webkit-box-shadow: 0px 9px 19px 0px rgba(0, 0, 0, 0.05), 0px 35px 35px 0px rgba(0, 0, 0, 0.05), 0px 78px 47px 0px rgba(0, 0, 0, 0.03), 0px 138px 55px 0px rgba(0, 0, 0, 0.01), 0px 216px 60px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 9px 19px 0px rgba(0, 0, 0, 0.05), 0px 35px 35px 0px rgba(0, 0, 0, 0.05), 0px 78px 47px 0px rgba(0, 0, 0, 0.03), 0px 138px 55px 0px rgba(0, 0, 0, 0.01), 0px 216px 60px 0px rgba(0, 0, 0, 0);
  }
}
.sub-nav__item {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin: 17px 0;
}
@media (min-width: 1024px) {
  .sub-nav__item {
    margin: 12px 0;
  }
  .sub-nav__item:first-of-type {
    margin-top: 0;
  }
}
.sub-nav__item:last-of-type {
  margin-bottom: 0;
}
.sub-nav__link {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .sub-nav__link:hover:not(.focus-visible) {
    color: #f65050;
  }
}
.sub-nav__link.focus-visible:focus {
  color: #f65050;
}
.sub-nav__link.is-active {
  color: #f65050;
}

.steps {
  overflow: hidden;
}
.steps .grid--three-columns {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 768px) {
  .steps .grid--three-columns {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .steps .grid--four-columns {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1440px) {
  .steps .grid--four-columns {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.steps .simple-card {
  margin-top: 12px;
  height: auto;
}
@media (min-width: 768px) {
  .steps .simple-card {
    margin-top: 0;
  }
}
.steps .simple-card p {
  line-height: 135%;
}
@media (min-width: 1024px) {
  .steps .simple-card p {
    font-size: 14px;
  }
}

.steps-card {
  position: relative;
  overflow: hidden;
  padding: 20px 98px 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (min-width: 1024px) {
  .steps-card {
    padding: 30px 98px 30px 30px;
  }
}
@media (min-width: 1440px) {
  .steps-card {
    padding: 44px 160px 44px 44px;
  }
}
.steps-card img {
  position: absolute;
  z-index: 0;
  right: -24px;
  bottom: -24px;
  width: 128px;
  height: 128px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (min-width: 1440px) {
  .steps-card img {
    width: 200px;
    height: 200px;
    right: -49px;
    bottom: -52px;
  }
}
.steps-card__tag {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 34px;
  background-color: #f65050;
  color: #ffffff;
  padding: 4px 8px;
  margin-bottom: 16px;
  margin-right: 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .steps-card__tag {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.steps-card__subtitle {
  margin: 0 0 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 1280px) {
  .steps-card__subtitle {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.steps-card__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 8px;
}
@media (min-width: 1280px) {
  .steps-card__text {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .steps-card--wide-text {
    padding: 44px 44px 140px;
  }
}

.requirements .container {
  padding: 0;
}
@media (min-width: 768px) {
  .requirements .container {
    padding: 0 16px;
  }
}
@media (min-width: 1024px) {
  .requirements .container {
    padding: 0 49px;
  }
}
@media (min-width: 1280px) {
  .requirements .container {
    padding: 0 96px;
  }
}
.requirements__wrapper {
  border-radius: 24px;
  background-color: #ffffff;
  padding: 43px 16px 43px;
}
@media (min-width: 1024px) {
  .requirements__wrapper {
    border-radius: 56px;
    padding: 56px 56px 60px;
  }
}
.requirements .requirements__title {
  line-height: 110%;
}
.requirements .grid {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 768px) {
  .requirements .grid {
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .requirements .grid {
    gap: 32px;
  }
}
.requirements--no-wrapper .container {
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .requirements--no-wrapper .container {
    padding: 0 49px;
  }
}
@media (min-width: 1280px) {
  .requirements--no-wrapper .container {
    padding: 0 96px;
  }
}

.requirements-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 16px 4px;
  border-radius: 20px;
  background: #fbfbf9;
}
@media (min-width: 1024px) {
  .requirements-card {
    padding: 52px 44px 34px;
  }
}
.requirements-card svg {
  width: 48px;
  height: 48px;
}
@media (min-width: 1024px) {
  .requirements-card svg {
    width: 72px;
    height: 72px;
  }
}
.requirements-card__text {
  text-align: center;
  margin: 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .requirements-card__text {
    margin: 16px 0;
    font-size: 24px;
  }
}
.requirements-card__text span {
  display: block;
}
@media (min-width: 1024px) {
  .requirements-card__text span {
    display: inline;
  }
}
.requirements-card--transparent {
  background-color: transparent;
  border: 1px solid #d4d4bc;
}

.short-calculator--main.section {
  margin: 44px 0;
}
@media (min-width: 1024px) {
  .short-calculator--main.section {
    margin: 100px 0;
  }
}
@media (min-width: 1024px) {
  .short-calculator.section {
    margin: 80px 0;
  }
}
.short-calculator .calculator {
  position: relative;
  padding: 0;
  z-index: 2;
}
.short-calculator .calculator__inner {
  background-color: transparent;
  padding: 0;
}
.short-calculator .calculator__field {
  display: none;
}
@media (min-width: 768px) {
  .short-calculator .calculator__field {
    display: block;
    max-width: 439px;
  }
}
.short-calculator .calculator__button {
  display: block;
  border-radius: 44px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 12px;
}
.short-calculator .calculator__button:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .short-calculator .calculator__button {
    margin-bottom: 0;
  }
}
.short-calculator__bubble {
  display: none;
}
.short-calculator__wrapper {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(156deg, #2a2e3c 6.38%, #51586e 97.87%);
}
@media (min-width: 768px) {
  .short-calculator__wrapper {
    position: relative;
  }
}
@media (min-width: 1280px) {
  .short-calculator__wrapper {
    padding: 36px;
    border-radius: 56px;
  }
}
@media (min-width: 1440px) {
  .short-calculator__wrapper {
    padding: 56px 56px 50px;
  }
}
.short-calculator__title {
  color: #ffffff;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.56px;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .short-calculator__title {
    max-width: 439px;
  }
}
@media (min-width: 1440px) {
  .short-calculator__title {
    margin-bottom: 37px;
    font-size: 52px;
    letter-spacing: 0.52px;
    max-width: 735px;
  }
}
.short-calculator__image {
  position: relative;
  top: -5px;
  left: -8px;
  z-index: 0;
  margin-bottom: -41px;
  margin-left: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  height: auto;
  max-height: 110%;
  pointer-events: none;
}
@media (min-width: 359px) {
  .short-calculator__image {
    min-width: 297px;
  }
}
@media (min-width: 768px) {
  .short-calculator__image {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: -1px;
    margin-bottom: 0;
    width: 45%;
    height: auto;
  }
}
@media (min-width: 1280px) {
  .short-calculator__image {
    max-width: 400px;
  }
}
@media (min-width: 1440px) {
  .short-calculator__image {
    min-width: 480px;
  }
}
@media (min-width: 1550px) {
  .short-calculator__image {
    min-width: 576px;
  }
}
.short-calculator__value {
  display: inline;
}
.short-calculator--full .short-calculator__image {
  display: none;
}
@media (min-width: 768px) {
  .short-calculator--full .short-calculator__image {
    display: block;
    right: 0;
  }
}
@media (min-width: 1470px) {
  .short-calculator--full .short-calculator__image {
    right: 16px;
  }
}
.short-calculator--full .short-calculator__bubble {
  display: block;
  margin-left: auto;
  margin-top: -17px;
  margin-right: -5px;
}
@media (min-width: 768px) {
  .short-calculator--full .short-calculator__bubble {
    display: none;
  }
}
@media (min-width: 1280px) {
  .short-calculator--full .calculator__inner {
    margin-top: 70px;
  }
}
.short-calculator--full .calculator__field {
  display: block;
  margin-top: -24px;
  margin-bottom: 26px;
}
@media (min-width: 1280px) {
  .short-calculator--full .calculator__field {
    margin-bottom: 0;
  }
}
.short-calculator--full .short-calculator__wrapper {
  padding: 27px;
}
@media (min-width: 1280px) {
  .short-calculator--full .short-calculator__wrapper {
    padding: 53px 53px 60px;
  }
}
.short-calculator--full .short-calculator__title {
  letter-spacing: normal;
  margin-right: 5px;
}
@media (min-width: 1280px) {
  .short-calculator--full .short-calculator__title {
    line-height: 111%;
    letter-spacing: 0.56px;
  }
}
.short-calculator--full .calculator__range {
  margin-top: 21px;
}
@media (min-width: 1280px) {
  .short-calculator--full .calculator__button {
    margin-top: -25px;
  }
}

.reviews .container {
  position: relative;
}
@media (min-width: 768px) {
  .reviews .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.reviews__title {
  margin-top: -5px;
}
@media (min-width: 1024px) {
  .reviews__title {
    margin-top: 0;
  }
}
.reviews__slider {
  margin-left: -16px;
  width: calc(100% + 32px);
  padding-left: 15px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .reviews__slider {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
  }
}
.reviews__buttons {
  display: none;
  top: -12px;
  right: 16px;
}
@media (min-width: 768px) {
  .reviews__buttons {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 112px;
    height: 48px;
  }
}
@media (min-width: 1024px) {
  .reviews__buttons {
    top: 5px;
    right: 49px;
  }
}
@media (min-width: 1280px) {
  .reviews__buttons {
    right: 96px;
  }
}
.reviews__slider-button {
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .reviews__slider-button:hover:not(.focus-visible) {
    background-color: #f65050;
  }
  .reviews__slider-button:hover:not(.focus-visible)::after {
    background-color: #ffffff;
  }
}
.reviews__slider-button.focus-visible:focus {
  background-color: #f65050;
}
.reviews__slider-button.focus-visible:focus::after {
  background-color: #ffffff;
}
.reviews__slider-button::after {
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask: url("../img/stack.svg#icon-arrow");
          mask: url("../img/stack.svg#icon-arrow");
  background-color: #2a2e3c;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.reviews__slider-button--next {
  right: 0;
}
.reviews__slider-button--next::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .reviews__slider-button--prev {
    left: 0;
  }
}
.reviews--2 .swiper {
  padding-bottom: 1px;
}

.reviews-card {
  position: relative;
  padding: 92px 20px 22px;
  height: auto;
  border-radius: 24px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (min-width: 1440px) {
  .reviews-card {
    border-radius: 36px;
    padding: 121px 44px 44px;
  }
}
.reviews-card::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/stack.svg#icon-quote");
  width: 32px;
  height: 32px;
}
@media (min-width: 1440px) {
  .reviews-card::before {
    top: 43px;
    left: 43px;
  }
}
.reviews-card__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}
@media (min-width: 1440px) {
  .reviews-card__text {
    font-size: 24px;
  }
}
.reviews-card .link {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: inherit;
  margin-top: 12px;
  margin-bottom: 42px;
  padding: 0;
}
@media (min-width: 1024px) {
  .reviews-card .link {
    font-size: 14px;
    margin-top: 16px;
  }
}
.reviews-card__name {
  margin: auto 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.reviews-card__fz-18-des .reviews-card__text {
  font-size: 18px;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .reviews-card--hover-shadow:hover:not(.focus-visible) {
    -webkit-box-shadow: 0 4px 25px 0 rgba(42, 46, 60, 0.07);
            box-shadow: 0 4px 25px 0 rgba(42, 46, 60, 0.07);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  }
}
.reviews-card--hover-shadow.focus-visible:focus {
  -webkit-box-shadow: 0 4px 25px 0 rgba(42, 46, 60, 0.07);
          box-shadow: 0 4px 25px 0 rgba(42, 46, 60, 0.07);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.reviews-card--transparent {
  background-color: transparent;
  border: 1px solid #d4d4bc;
}
.reviews-card--accordion {
  min-height: 260px;
  padding-top: 65px;
}
@media (min-width: 1024px) {
  .reviews-card--accordion {
    min-height: 384px;
  }
}
@media (min-width: 1440px) {
  .reviews-card--accordion {
    padding-top: 90px;
  }
}
.reviews-card--accordion .reviews-card__text {
  font-size: 16px;
  line-height: 150%;
  min-height: 96px;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
@media (min-width: 1024px) {
  .reviews-card--accordion .reviews-card__text {
    font-size: 18px;
    min-height: 135px;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
.reviews-card--accordion .reviews-card__button {
  margin-bottom: 24px;
}
.reviews-card--accordion.is-active .reviews-card__text {
  display: block;
}
.reviews-card--accordion .reviews-card__button-text-active {
  display: none;
}
.reviews-card--accordion .reviews-card__button-text-hidden {
  display: block;
}
.reviews-card--accordion.is-active .reviews-card__button-text-active {
  display: block;
}
.reviews-card--accordion.is-active .reviews-card__button-text-hidden {
  display: none;
}

.modal-review__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  margin: 0;
}
@media (min-width: 1024px) {
  .modal-review__text {
    font-size: 20px;
    line-height: 140%;
  }
}
.modal-review .link {
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 16px;
  border: none;
  background-color: transparent;
  padding: 0;
}
@media (min-width: 1024px) {
  .modal-review .link {
    font-size: 14px;
  }
}
.modal-review__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin: 24px 0 0;
}
.modal-review--feedback-fz-20 .modal-review__text {
  font-size: 20px;
}

.modal-review-photo {
  width: 100%;
}
.modal-review-photo img {
  width: 100%;
}

.fund-block {
  position: relative;
  overflow: hidden;
  background-color: #863c9b;
  padding: 24px 60px 21px 20px;
  border-radius: 24px;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .fund-block {
    padding: 56px;
    border-radius: 56px;
  }
}
.fund-block__bg {
  position: absolute;
  z-index: 0;
  right: -233px;
  top: 130px;
  height: auto;
  width: 313px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .fund-block__bg {
    right: -178px;
    top: 59px;
  }
}
@media (min-width: 1024px) {
  .fund-block__bg {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .fund-block__bg {
    width: 35%;
    right: 0;
    top: 200px;
  }
}
@media (min-width: 1440px) {
  .fund-block__bg {
    width: 43%;
    right: 0;
    top: 200px;
  }
}
.fund-block__logo {
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px) {
  .fund-block__logo {
    position: absolute;
    right: 33px;
    top: 21px;
  }
  .fund-block__logo img {
    width: 330px;
    height: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}
@media (min-width: 1024px) {
  .fund-block__logo img {
    width: 230px;
    height: auto;
  }
}
@media (min-width: 1280px) {
  .fund-block__logo img {
    width: 330px;
  }
}
.fund-block__title {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 500;
  line-height: 106.5%;
  letter-spacing: 0.56px;
}
@media (min-width: 1024px) {
  .fund-block__title {
    font-size: 52px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.52px;
    margin-bottom: 40px;
    max-width: 560px;
  }
}
@media (min-width: 1280px) {
  .fund-block__title {
    margin-top: 0;
  }
}
.fund-block__subtitle {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}
@media (min-width: 1024px) {
  .fund-block__subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
    margin-bottom: 24px;
  }
}
.fund-block__text {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin: 12px 0 7px;
}
@media (min-width: 1024px) {
  .fund-block__text {
    margin: 24px 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    max-width: 672px;
  }
  .fund-block__text ~ .fund-block__text {
    margin-top: 0;
  }
}
.fund-block__link {
  position: relative;
  z-index: 1;
  color: #fdecec;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .fund-block__link {
    font-size: 14px;
    margin-top: 12px;
    display: inline-block;
  }
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .fund-block__link:hover:not(.focus-visible) {
    opacity: 0.7;
  }
}
.fund-block__link.focus-visible:focus {
  opacity: 0.7;
}
.fund-block__link span {
  display: none;
}
@media (min-width: 1024px) {
  .fund-block__link span {
    display: inline;
  }
}

.faq {
  margin: 0 0 50px;
}
@media (min-width: 1440px) {
  .faq {
    margin: 0 0 80px;
  }
}
.faq__title {
  margin-top: -5px;
}
@media (min-width: 1024px) {
  .faq__title {
    margin-top: 0;
  }
}
.faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
@media (min-width: 1024px) {
  .faq__list {
    gap: 15px;
  }
}

.faq-block {
  padding: 14px 20px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .faq-block {
    border-radius: 32px;
    padding: 32px 44px 35px;
  }
}
.faq-block__button {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  color: #2a2e3c;
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 0 27px 0 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1024px) {
  .faq-block__button {
    font-size: 24px;
    padding-right: 30px;
  }
}
.is-active .faq-block__button:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-block__button:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 16px;
  height: 2px;
  background-color: #2a2e3c;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 2px;
}
@media (min-width: 1024px) {
  .faq-block__button:after {
    width: 24px;
  }
}
.faq-block__button:before {
  content: "";
  position: absolute;
  right: 9px;
  top: calc(50% - 7px);
  width: 2px;
  height: 16px;
  background-color: #2a2e3c;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 2px;
}
@media (min-width: 1024px) {
  .faq-block__button:before {
    height: 24px;
    right: 13px;
    top: calc(50% - 11px);
  }
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .faq-block__button:hover:not(.focus-visible) {
    color: #f65050;
  }
}
.faq-block__button.focus-visible:focus {
  color: #f65050;
}
.faq-block__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin: 12px 0 0;
}
@media (min-width: 1024px) {
  .faq-block__text {
    font-size: 18px;
    line-height: 150%;
    max-width: 826px;
    margin-top: 17px;
  }
}
.faq-block__content p {
  margin-top: 8px;
  margin-bottom: 0;
}
.faq-block__content ol {
  padding-left: 24px;
}
.faq-block__content a {
  color: #f65050;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .faq-block__content a:hover:not(.focus-visible) {
    color: #d71c1a;
  }
}
.faq-block__content a.focus-visible:focus {
  color: #d71c1a;
}

.page-intro {
  overflow: hidden;
  border-radius: 0px 0px 24px 24px;
  background: #ffffff;
  min-height: 292px;
}
@media (min-width: 1024px) {
  .page-intro {
    min-height: 400px;
  }
}
@media (min-width: 1440px) {
  .page-intro {
    min-height: 473px;
  }
}
@media (min-width: 1280px) {
  .page-intro {
    border-radius: 0px 0px 56px 56px;
  }
}
.page-intro .container {
  position: relative;
  padding-top: 71px;
  padding-bottom: 53px;
}
@media (min-width: 1024px) {
  .page-intro .container {
    padding-top: 101px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .page-intro .container {
    padding-top: 140px;
  }
}
.page-intro--one-news h1 {
  max-width: 600px;
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .page-intro--one-news h1 {
    font-size: 56px;
    line-height: 64px;
  }
}
.page-intro--inside-information .container {
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .page-intro--inside-information .container {
    padding-bottom: 50px;
  }
}
.page-intro--site-map {
  min-height: 268px;
}
@media (min-width: 1024px) {
  .page-intro--site-map {
    min-height: 473px;
  }
}
.page-intro--tabs .container {
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .page-intro--tabs .container {
    padding-bottom: 42px;
  }
}
@media (min-width: 1440px) {
  .page-intro--tabs .container {
    padding-bottom: 54px;
  }
}
.page-intro__tabs {
  margin-top: 65px;
  position: relative;
  z-index: 1;
  overflow: visible;
}
@media (min-width: 1024px) {
  .page-intro__tabs {
    margin-top: 89px;
  }
}
.page-intro__breadcrumbs {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.page-intro__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .page-intro__title {
    font-size: 60px;
    line-height: 99%;
  }
}
@media (min-width: 1440px) {
  .page-intro__title {
    font-size: 100px;
  }
}
.page-intro__title--megafon {
  display: none;
}
@media (min-width: 1024px) {
  .page-intro__title--megafon {
    display: block;
  }
}
.page-intro__desc {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  z-index: 1;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1024px) {
  .page-intro__desc {
    max-width: 568px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 24px;
    font-size: 20px;
    min-height: 144px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1440px) {
  .page-intro__desc {
    font-size: 24px;
    margin-right: 120px;
    margin-top: 87px;
  }
}
.page-intro__logo {
  position: absolute;
  top: 100px;
  right: -100px;
  z-index: 0;
  height: calc(100% - 100px);
  min-height: 287px;
  width: 100%;
  max-width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1024px) {
  .page-intro__logo {
    top: 0;
    right: 0;
    height: 100%;
    min-height: 494px;
    width: 100%;
    max-width: 60%;
  }
}
@media (min-width: 1440px) {
  .page-intro__logo {
    min-height: 587px;
  }
}
.page-intro__logo img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  width: auto;
  height: 100%;
}

.breadcrumbs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs__item {
  margin-right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs__item svg {
  margin-left: 4px;
  margin-top: -2px;
  color: #b8b8b2;
}
.breadcrumbs .link {
  color: rgba(184, 184, 178, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: text;
}
@media (min-width: 1024px) {
  .breadcrumbs .link {
    font-size: 14px;
    color: rgba(208, 208, 201, 0.72);
  }
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .breadcrumbs .link:hover:not(.focus-visible) {
    opacity: 1;
  }
}
.breadcrumbs .link.focus-visible:focus {
  opacity: 1;
}
.breadcrumbs .is-active .link {
  color: #b8b8b2;
  cursor: pointer;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .breadcrumbs .is-active .link:hover:not(.focus-visible) {
    color: #2a2e3c;
  }
}
.breadcrumbs .is-active .link.focus-visible:focus {
  color: #2a2e3c;
}
.breadcrumbs--contrast .link,
.breadcrumbs--contrast svg {
  color: rgba(255, 255, 255, 0.4);
}
.breadcrumbs--contrast .is-active .link {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .breadcrumbs--contrast .is-active .link:hover:not(.focus-visible) {
    opacity: 0.7;
  }
}
.breadcrumbs--contrast .is-active .link.focus-visible:focus {
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .breadcrumbs--contrast .link,
  .breadcrumbs--contrast svg {
    color: rgba(42, 46, 60, 0.4);
  }
  .breadcrumbs--contrast .is-active .link {
    color: #2a2e3c;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (min-width: 1024px) and (hover: hover), screen and (min-width: 1024px) and (min-width: 0\0 ) {
  .breadcrumbs--contrast .is-active .link:hover:not(.focus-visible) {
    opacity: 0.7;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs--contrast .is-active .link.focus-visible:focus {
    opacity: 0.7;
  }
}

.main-payment-methods {
  padding: 20px;
  height: 100%;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  border-radius: 24px;
  background: #ffffff;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .main-payment-methods {
    padding: 32px;
    border-radius: 36px;
  }
}
@media (min-width: 1280px) {
  .main-payment-methods {
    padding: 44px;
    padding-bottom: 40px;
    min-height: 380px;
  }
}
.main-payment-methods__img {
  position: absolute;
  right: -38px;
  bottom: 0;
  width: 177px;
}
@media (min-width: 1280px) {
  .main-payment-methods__img {
    width: 244px;
    height: auto;
    right: 0;
    bottom: 5px;
  }
}
@media (min-width: 1440px) {
  .main-payment-methods__img {
    width: 290px;
  }
}
@media (min-width: 1550px) {
  .main-payment-methods__img {
    width: 344px;
  }
}
.main-payment-methods__img img {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main-payment-methods__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
}
@media (min-width: 1280px) {
  .main-payment-methods__subtitle {
    font-size: 28px;
    max-width: 62%;
  }
}
.main-payment-methods__desc {
  margin: 16px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  position: relative;
  z-index: 1;
  max-width: 450px;
}
@media (min-width: 768px) {
  .main-payment-methods__desc {
    max-width: none;
  }
}
@media (min-width: 1280px) {
  .main-payment-methods__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    margin: 24px 0;
    max-width: 80%;
  }
}
@media (min-width: 1440px) {
  .main-payment-methods__desc {
    max-width: 50%;
  }
}
.main-payment-methods__desc span {
  display: block;
  max-width: 65%;
}
@media (min-width: 500px) {
  .main-payment-methods__desc span {
    max-width: 70%;
  }
}
@media (min-width: 1440px) {
  .main-payment-methods__desc span {
    display: inline;
  }
}
.main-payment-methods__banks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px 9px 0;
  padding: 0;
  max-width: 63%;
}
@media (min-width: 1280px) {
  .main-payment-methods__banks {
    margin-right: -22px;
    margin-bottom: 22px;
    max-width: 50%;
  }
}
.main-payment-methods__bank-logo {
  margin-right: 15px;
  margin-bottom: 8px;
}
@media (min-width: 1280px) {
  .main-payment-methods__bank-logo {
    margin-right: 22px;
    margin-bottom: 16px;
  }
}
.main-payment-methods__bank-logo:nth-child(1) svg {
  margin-top: 3px;
  width: 28px;
}
@media (min-width: 1024px) {
  .main-payment-methods__bank-logo:nth-child(1) svg {
    width: 39px;
  }
}
.main-payment-methods__bank-logo:nth-child(2) svg {
  margin-top: 4px;
  width: 47px;
}
@media (min-width: 1024px) {
  .main-payment-methods__bank-logo:nth-child(2) svg {
    width: 64px;
  }
}
.main-payment-methods__bank-logo:nth-child(3) img {
  margin-top: 4px;
  width: 50px;
}
@media (min-width: 1024px) {
  .main-payment-methods__bank-logo:nth-child(3) img {
    width: 70px;
  }
}
.main-payment-methods__bank-logo svg,
.main-payment-methods__bank-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.main-payment-methods__btn {
  padding: 7px 24px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22px;
  max-width: 60%;
}
@media (min-width: 1280px) {
  .main-payment-methods__btn {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    max-width: 48%;
    padding: 12px 24px;
  }
}
.main-payment-methods__conditions {
  list-style-type: disc;
  margin: 0;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 59%;
}
@media (min-width: 1280px) {
  .main-payment-methods__conditions {
    margin-bottom: -12px;
    max-width: 60%;
    padding-left: 23px;
  }
}
@media (min-width: 1440px) {
  .main-payment-methods__conditions {
    max-width: 53%;
  }
}
.main-payment-methods__conditions li {
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 8px;
}
.main-payment-methods__conditions li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .main-payment-methods__conditions li {
    margin-bottom: 12px;
    font-size: 16px;
  }
}

.other-payment-methods {
  height: 100%;
  padding: 19px 20px;
  border-radius: 24px;
  background: #ffffff;
}
@media (min-width: 1024px) {
  .other-payment-methods {
    border-radius: 36px;
  }
}
@media (min-width: 1280px) {
  .other-payment-methods {
    padding: 20px 40px 40px;
  }
}
@media (min-width: 1024px) {
  .other-payment-methods--2col {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media (min-width: 1280px) {
  .other-payment-methods--2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-right: 70px;
    padding-bottom: 102px;
  }
  .other-payment-methods--2col .other-payment-methods__text p {
    margin-top: 20px;
  }
}
.other-payment-methods__title {
  letter-spacing: normal;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .other-payment-methods__title {
    line-height: 110%;
    letter-spacing: 0.52px;
  }
}
@media (min-width: 1280px) {
  .other-payment-methods__content {
    margin-left: 37px;
  }
}
.other-payment-methods__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -16px;
  margin-bottom: 16px;
}
@media (min-width: 1280px) {
  .other-payment-methods__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 24px;
  }
}
.other-payment-methods__images img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 16px;
  width: 80px;
  height: 80px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 1280px) {
  .other-payment-methods__images img {
    margin-right: 0;
    width: 123px;
    height: 123px;
  }
}
.other-payment-methods__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 12px;
}
@media (min-width: 1280px) {
  .other-payment-methods__subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.other-payment-methods__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
}
@media (min-width: 1280px) {
  .other-payment-methods__text {
    font-size: 16px;
  }
}
.other-payment-methods__text p {
  margin: 12px 0 0;
}
@media (min-width: 1280px) {
  .other-payment-methods__text p {
    margin-top: 14px;
  }
}
.other-payment-methods__text a {
  color: #f65050;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .other-payment-methods__text a:hover:not(.focus-visible) {
    color: #d71c1a;
  }
}
.other-payment-methods__text a.focus-visible:focus {
  color: #d71c1a;
}

.payment-methods__title {
  letter-spacing: normal;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .payment-methods__title {
    line-height: 106.5%;
    letter-spacing: 0.56px;
  }
}
@media (min-width: 1024px) {
  .payment-methods.section {
    margin: 80px 0 87px;
  }
}
.payment-methods--main {
  margin-top: 32px;
}
.payment-methods .grid--two-columns {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 1024px) {
  .payment-methods .grid--two-columns {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.payment-methods .grid--three-columns {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 1024px) {
  .payment-methods .grid--three-columns {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.text-content {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .text-content {
    font-size: 20px;
    line-height: 30px;
  }
}
.text-content p {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
.text-content p:last-child {
  margin-bottom: 0;
}
.text-content a {
  color: #f65050;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .text-content a:hover:not(.focus-visible) {
    color: #d71c1a;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}
.text-content a.focus-visible:focus {
  color: #d71c1a;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.text-content--small {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .text-content--small {
    font-size: 16px;
    line-height: 24px;
  }
}
.text-content--small-2 {
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 1024px) {
  .text-content--small-2 {
    font-size: 18px;
    line-height: 27px;
  }
}
.text-content--big {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .text-content--big {
    font-size: 20px;
    line-height: 30px;
  }
}
.text-content--big p {
  margin-bottom: 23px;
}
@media (min-width: 1024px) {
  .text-content--big p {
    margin-bottom: 12px;
  }
}
.text-content--fs-16-18 {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .text-content--fs-16-18 {
    font-size: 18px;
  }
}
.text-content--lh-150 {
  line-height: 150%;
}
.text-content--lh-19-22 {
  line-height: 19px;
}
@media (min-width: 1024px) {
  .text-content--lh-19-22 {
    line-height: 22px;
  }
}
.text-content--lh-24-27 p {
  line-height: 24px;
}
@media (min-width: 1024px) {
  .text-content--lh-24-27 p {
    line-height: 27px;
  }
}
.text-content--mb-16-mob p {
  margin-bottom: 16px;
}
.text-content--mb-16-12 p {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .text-content--mb-16-12 p {
    margin-bottom: 12px;
  }
}
.text-content--mb-24 p:not(:last-child) {
  margin-bottom: 24px;
}
.text-content--mb-12-16 ul {
  margin: 0;
  padding: 0 0 0 22px;
}
.text-content--mb-12-16 p,
.text-content--mb-12-16 ul {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .text-content--mb-12-16 p,
  .text-content--mb-12-16 ul {
    margin-bottom: 16px;
  }
}
.text-content--mb-12-16 p:last-child,
.text-content--mb-12-16 ul:last-child {
  margin-bottom: 0;
}
.text-content--mb-12-16 li {
  margin: 0;
}
@media (min-width: 1024px) {
  .text-content--mb-12-16 li {
    margin-bottom: 8px;
  }
}
.text-content--mb-12-16 li:last-child {
  margin-bottom: 0;
}
.text-content--list ul {
  padding-left: 22px;
  margin: 0 0 12px;
}
.text-content--list li {
  margin: 0 0 8px;
}
.text-content--list ul:last-child,
.text-content--list li:last-child {
  margin-bottom: 0;
}

.attention-block {
  position: relative;
  padding: 2px;
  background: linear-gradient(246.95deg, #e30613 -5.94%, #e89519 97.51%);
  border-radius: 24px;
}
.attention-block:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .attention-block {
    padding: 4px;
    border-radius: 56px;
  }
}
.attention-block::after {
  display: block;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  right: 15px;
  top: 17px;
  background-image: url(../img/svg/information.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .attention-block::after {
    width: 44px;
    height: 44px;
    right: 32px;
    top: 32px;
  }
}
.attention-block__wrapper {
  padding: 26px 26px;
  border-radius: 22px;
}
@media (min-width: 1024px) {
  .attention-block__wrapper {
    padding: 46px 52px;
    border-radius: 52px;
  }
}
.attention-block h3 {
  margin: 0;
  margin-bottom: 17px;
  padding: 0;
  padding-right: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .attention-block h3 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }
}

.section-dual .section-dual__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 1024px) {
  .section-dual .section-dual__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    row-gap: 0;
  }
}
@media (min-width: 1440px) {
  .section-dual .section-dual__wrapper {
    -webkit-column-gap: 151px;
       -moz-column-gap: 151px;
            column-gap: 151px;
  }
}
@media (min-width: 1024px) {
  .section-dual--left-min .section-dual__left-column {
    max-width: 330px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .section-dual--left-min .section-dual__right-column {
    max-width: 928px;
  }
}
@media (min-width: 1024px) {
  .section-dual--right-min .section-dual__left-column {
    max-width: 802px;
  }
  .section-dual--right-min .section-dual__right-column {
    max-width: 448px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.simple-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (min-width: 1024px) {
  .simple-card {
    padding: 40px;
    border-radius: 36px;
  }
}
.simple-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .simple-card h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.simple-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .simple-card p {
    font-size: 16px;
    line-height: 24px;
  }
}
.simple-card p:last-child {
  margin-bottom: 0;
}
.simple-card h3 + p {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .simple-card h3 + p {
    margin-top: 20px;
  }
}
.simple-card svg + p {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .simple-card svg + p {
    margin-top: 20px;
  }
}
.simple-card p + p {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .simple-card p + p {
    margin-top: 20px;
  }
}
.simple-card--link-red a {
  color: #f65050;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .simple-card--link-red a:hover:not(.focus-visible) {
    color: #d71c1a;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}
.simple-card--link-red a.focus-visible:focus {
  color: #d71c1a;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.simple-card strong {
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .simple-card strong {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 27px;
  }
}
.simple-card ul,
.simple-card ol {
  margin: 0;
  padding: 0;
  padding-left: 21px;
}
@media (min-width: 1024px) {
  .simple-card ul,
  .simple-card ol {
    padding-left: 27px;
  }
}
.simple-card ul li,
.simple-card ol li {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.simple-card ul li:last-child,
.simple-card ol li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .simple-card ul li,
  .simple-card ol li {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 27px;
  }
}
.simple-card .doc-card {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .simple-card .doc-card {
    margin-top: 16px;
  }
}
.simple-card--fz-18 h3 {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .simple-card--fz-18 h3 {
    margin-bottom: 20px;
  }
}
.simple-card--fz-18 h3 + p {
  margin-top: 0;
}
.simple-card--fz-18 p + p {
  margin-top: 0;
}
.simple-card--fz-18 p {
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
}
@media (min-width: 1024px) {
  .simple-card--fz-18 p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
  }
}
.simple-card--vacancies h3 {
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 1024px) {
  .simple-card--vacancies h3 + p {
    margin-top: 20px;
  }
}
.simple-card--vacancies p {
  font-size: 18px;
  line-height: 27px;
}
.simple-card--transparent {
  background-color: transparent;
  border: 1px solid #d4d4bc;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .grid {
    gap: 32px;
  }
}
.grid--two-columns {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid--two-columns {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid--three-columns {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid--three-columns {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid--three-columns {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid--four-columns {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid--four-columns {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid--four-columns {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .grid--documents {
    gap: 8px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid--documents {
    gap: 16px;
  }
}
@media (min-width: 1440px) {
  .grid--documents {
    gap: 32px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid__item {
  height: 100%;
}

.risk .section-dual__left-column {
  max-width: 830px;
}
.risk .section-dual__left-column p {
  max-width: 802px;
}

.attention p {
  max-width: 877px;
}

.doc-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 36px 1fr;
  grid-template-columns: 36px 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  width: 100%;
  padding: 20px;
  border-radius: 24px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (min-width: 1024px) {
  .doc-card {
    -ms-grid-columns: 40px 1fr;
    grid-template-columns: 40px 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    padding: 40px;
    border-radius: 36px;
  }
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .doc-card:hover:not(.focus-visible) {
    -webkit-box-shadow: 0 4px 25px 0 rgba(42, 46, 60, 0.07);
            box-shadow: 0 4px 25px 0 rgba(42, 46, 60, 0.07);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  }
  .doc-card:hover:not(.focus-visible) svg {
    color: #f65050;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .doc-card:hover:not(.focus-visible) .doc-card__text {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.doc-card.focus-visible:focus {
  -webkit-box-shadow: 0 4px 25px 0 rgba(42, 46, 60, 0.07);
          box-shadow: 0 4px 25px 0 rgba(42, 46, 60, 0.07);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.doc-card.focus-visible:focus svg {
  color: #f65050;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.doc-card.focus-visible:focus .doc-card__text {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.doc-card__icon svg {
  display: block;
  width: 36px;
  height: 36px;
  color: #b1b6ca;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 1024px) {
  .doc-card__icon svg {
    width: 40px;
    height: 40px;
  }
}
.doc-card__text {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #2a2e3c;
  opacity: 0.78;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .doc-card__text {
    font-size: 18px;
    line-height: 27px;
    -webkit-line-clamp: 3;
  }
}
.doc-card--big-fz {
  font-size: 20px;
}
.doc-card--nocrop .doc-card__text {
  display: block;
}

.link {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .link:hover:not(.focus-visible) {
    opacity: 0.7;
  }
}
.link.focus-visible:focus {
  opacity: 0.7;
}
.link.focus-visible:active {
  opacity: 0.4;
}
.link--red {
  color: #f65050;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .link--red:hover:not(.focus-visible) {
    opacity: 1;
    color: #d71c1a;
  }
}
.link--red.focus-visible:focus {
  opacity: 1;
  color: #d71c1a;
}
.link--hover-red {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .link--hover-red:hover:not(.focus-visible) {
    opacity: 1;
    color: #f65050;
  }
}
.link--hover-red.focus-visible:focus {
  opacity: 1;
  color: #f65050;
}

.link-acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(208, 208, 201, 0.7215686275);
}
.link-acc:last-child {
  border-bottom: none;
}
.link-acc:not(:last-child) {
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .link-acc:not(:last-child) {
    margin-bottom: 22px;
  }
}
.link-acc__tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 17px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .link-acc__tabs-wrapper {
    font-size: 20px;
    line-height: 26px;
  }
}
.link-acc__tabs-wrapper .link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .link-acc__tabs-wrapper .link:hover:not(.focus-visible) {
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.link-acc__tabs-wrapper .link.focus-visible:focus {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-acc__tabs-wrapper button {
  display: block;
  margin-right: -2px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .link-acc__tabs-wrapper button {
    margin: 0;
  }
}
.link-acc__tabs-wrapper button svg {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #b8b8b2;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .link-acc__tabs-wrapper button:hover:not(.focus-visible) {
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.link-acc__tabs-wrapper button.focus-visible:focus {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-acc.is-active button {
  pointer-events: auto;
}
.link-acc.is-active svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #2a2e3c;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.link-acc__content-wrapper {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
@media (min-width: 1024px) {
  .link-acc__content-wrapper {
    font-size: 16px;
    line-height: 22px;
  }
}
.link-acc__content-wrapper:not(:last-child) {
  border-bottom: 1px solid rgba(208, 208, 201, 0.72);
}
.link-acc__content-wrapper ul {
  margin: 0;
  padding: 0;
}
.link-acc__content-wrapper li {
  margin-bottom: 16px;
  list-style-type: none;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .link-acc--hover-red .link-acc__content-wrapper .link:hover:not(.focus-visible) {
    color: #f65050;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}
.link-acc--hover-red .link-acc__content-wrapper .link.focus-visible:focus {
  color: #f65050;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.insurance .section-title {
  max-width: 802px;
}
.insurance .section-dual__wrapper {
  row-gap: 26px;
}
@media (min-width: 1024px) {
  .insurance .section-dual__wrapper {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
@media (min-width: 1440px) {
  .insurance .section-dual__wrapper {
    -webkit-column-gap: 158px;
       -moz-column-gap: 158px;
            column-gap: 158px;
  }
}
.insurance .section-dual__right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 1024px) {
  .insurance .section-dual__right-column {
    margin-left: auto;
    width: 100%;
  }
}
.insurance .section-dual__right-column .simple-card {
  height: auto;
}
@media (min-width: 1024px) {
  .insurance .section-dual__right-column .simple-card {
    min-width: 325px;
  }
}
.insurance .section-dual__right-column .simple-card svg {
  width: 157px;
  height: 36px;
}
@media (min-width: 1024px) {
  .insurance .section-dual__right-column .simple-card svg {
    width: 196px;
    height: 45px;
  }
}

.insurance-documents a {
  background-color: #ffffff;
  height: 100%;
}

.tab-content {
  width: 100%;
}
.tab-content__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 8px;
  margin: 0 -16px;
}
@media (min-width: 1024px) {
  .tab-content__wrapper {
    row-gap: 16px;
    margin: 0;
  }
}

.help-questions {
  margin-top: 44px;
}
@media (min-width: 1024px) {
  .help-questions {
    margin-top: 80px;
  }
}
.help-questions .section-dual__left-column,
.help-questions .section-dual__right-column {
  width: 100%;
}
.help-questions .section-dual__right-column {
  max-width: 100%;
}
.help-questions .section-dual__left-column {
  margin-bottom: 27px;
}

.news-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-list__wrapper .grid__item {
  min-height: auto;
}
@media (min-width: 768px) {
  .news-list__wrapper .grid__item {
    min-height: 215px;
  }
}
@media (min-width: 1024px) {
  .news-list__wrapper .grid__item {
    min-height: 356px;
  }
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .news-list__wrapper .grid__item a:hover:not(.focus-visible) .simple-card {
    -webkit-box-shadow: 0px 4px 25px 0px rgba(42, 46, 60, 0.07);
            box-shadow: 0px 4px 25px 0px rgba(42, 46, 60, 0.07);
  }
  .news-list__wrapper .grid__item a:hover:not(.focus-visible) .simple-card h3 {
    color: #f65050;
  }
}
.news-list__wrapper .grid__item a.focus-visible:focus .simple-card {
  -webkit-box-shadow: 0px 4px 25px 0px rgba(42, 46, 60, 0.07);
          box-shadow: 0px 4px 25px 0px rgba(42, 46, 60, 0.07);
}
.news-list__wrapper .grid__item a.focus-visible:focus .simple-card h3 {
  color: #f65050;
}
.news-list__wrapper .simple-card {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.news-list__wrapper .simple-card h3 {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 1024px) {
  .news-list__wrapper .simple-card h3 {
    max-width: 440px;
    font-size: 35px;
    line-height: 46px;
  }
}
.news-list__wrapper .simple-card p {
  line-height: 19px;
}
@media (min-width: 1024px) {
  .news-list__wrapper .simple-card p {
    max-width: 446px;
    margin-top: 24px;
    font-size: 18px;
    line-height: 27px;
  }
}
.news-list__wrapper .simple-card .date {
  -ms-flex-item-align: end;
      align-self: flex-end;
  max-width: 446px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .news-list__wrapper .simple-card .date {
    margin-top: 16px;
  }
}
.news-list__wrapper button {
  width: 100%;
  margin-top: 8px;
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .news-list__wrapper button {
    max-width: 338px;
    margin-top: 44px;
  }
}
@media (min-width: 1024px) {
  .news-list__wrapper button {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.date {
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  opacity: 0.4;
}
@media (min-width: 1024px) {
  .date {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.28px;
  }
}

.tab-list .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-list .swiper-slide {
  width: auto;
  margin-right: 9px;
  max-width: 285px;
}
@media (min-width: 375px) {
  .tab-list .swiper-slide {
    max-width: 85%;
  }
}
.tab-list .swiper-slide:last-child {
  margin-right: 0;
}
.tab-list .btn.is-active {
  pointer-events: none;
}
.tab-list .btn {
  padding: 12px 11px;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.26px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 1024px) {
  .tab-list .btn {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
  }
}

.documentation .documentation__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media (min-width: 1024px) {
  .documentation .documentation__blocks {
    gap: 53px;
  }
}
.documentation__tabs {
  overflow: visible;
}
.documentation .tab-list {
  margin-bottom: 24px;
  overflow: visible;
}
@media (min-width: 1024px) {
  .documentation .tab-list {
    margin-bottom: 44px;
  }
}
.documentation .tab-list .swiper-slide {
  max-width: 50%;
}
.documentation .section-title {
  letter-spacing: normal;
}
@media (min-width: 1024px) {
  .documentation .section-title {
    letter-spacing: 0.52px;
  }
}
.documentation .doc-card {
  height: 100%;
}
.documentation__title {
  margin: 10px 0 20px;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.3px;
}
@media (min-width: 1024px) {
  .documentation__title {
    margin: 10px 0 33px;
    font-size: 28px;
    letter-spacing: -0.5px;
  }
}

.news-description .section-dual__wrapper {
  row-gap: 44px;
}
.news-description .section-dual__right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 1024px) {
  .news-description .section-dual__right-column {
    margin-left: auto;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .news-description .text-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .news-description .text-content p:last-child {
    margin-bottom: 0;
  }
}
.news-description .simple-card {
  height: auto;
}
@media (min-width: 1024px) {
  .news-description .simple-card {
    min-width: 325px;
  }
}
.news-description .simple-card h3 + ul {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .news-description .simple-card h3 + ul {
    margin-top: 24px;
  }
}
.news-description .simple-card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.news-description .simple-card li {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .news-description .simple-card li {
    margin-bottom: 16px;
  }
}
.news-description .simple-card li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #2a2e3c;
  opacity: 0.78;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 1024px) {
  .news-description .simple-card li a {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .news-description .simple-card li a:hover:not(.focus-visible) {
    color: #f65050;
  }
}
.news-description .simple-card li a.focus-visible:focus {
  color: #f65050;
}
.news-description .simple-card li:last-child {
  margin-bottom: 0;
}

.documents a {
  height: 100%;
}

.inside-information a {
  height: 100%;
}

.contacts-block__title {
  position: relative;
  margin: 0 0 13px;
  padding: 0 0 0 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .contacts-block__title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 130%;
  }
}
.contacts-block__title svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contacts-block__grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-grid-columns: (127px)[2];
  grid-template-columns: repeat(2, 127px);
  gap: 12px;
}
@media (min-width: 1024px) {
  .contacts-block__grid {
    -ms-grid-columns: (160px)[2];
    grid-template-columns: repeat(2, 160px);
    gap: 28px;
  }
}
.contacts-block__grid:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .contacts-block__grid:not(:last-child) {
    margin-bottom: 20px;
  }
}
.contacts-block .text-content {
  line-height: 135%;
}
.contacts-block .text-content:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .contacts-block .text-content:not(:last-child) {
    margin-bottom: 20px;
  }
}
.contacts-block .contacts-block__info dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts-block .contacts-block__info dt {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 135%;
  opacity: 0.6;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 1024px) {
  .contacts-block .contacts-block__info dt {
    font-size: 14px;
  }
}
.contacts-block .contacts-block__info dd {
  margin: 0;
  line-height: 150%;
}
@media (min-width: 1024px) {
  .contacts-block .contacts-block__info dd {
    font-size: 20px;
    line-height: 135%;
  }
}
.contacts-block .contacts-block__info dd span {
  font-size: 14px;
  line-height: 135%;
  display: block;
  opacity: 0.4;
}
@media (min-width: 1024px) {
  .contacts-block .contacts-block__info dd span {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .office {
    margin-bottom: 56px;
  }
}
.office__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (min-width: 375px) {
  .office__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .office__container {
    padding: 40px;
    padding-right: 50%;
    border-radius: 36px;
  }
}
@media (min-width: 1440px) {
  .office__container {
    padding-right: 43.5%;
  }
}
.office__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 63px;
     -moz-column-gap: 63px;
          column-gap: 63px;
  row-gap: 24px;
}
@media (min-width: 1440px) {
  .office__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 61px;
  }
}
.office__image {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 130%;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
@media (min-width: 1024px) {
  .office__image {
    width: 45%;
    display: block;
  }
}
@media (min-width: 1440px) {
  .office__image {
    width: 34%;
  }
}
@media (min-width: 1500px) {
  .office__image {
    width: 37%;
  }
}

.sections-site__card {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .sections-site__card {
    margin-top: 48px;
  }
}
.sections-site__card:first-child {
  margin-top: 0;
}
.sections-site__title {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}
.sections-site__title + .sections-site__list {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .sections-site__title + .sections-site__list {
    margin-top: 24px;
  }
}
.sections-site__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 12px;
  max-width: 689px;
  margin-bottom: 0;
  padding: 24px 22px 24px 24px;
  background-color: #ffffff;
  border-radius: 24px;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .sections-site__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    padding: 28px 40px;
    border-radius: 32px;
  }
}
.sections-site__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sections-site__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sections-site__item a svg {
  min-width: 24px;
  min-height: 24px;
  margin-right: 12px;
}
@media (min-width: 1024px) {
  .sections-site__item a svg {
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .sections-site__item a {
    line-height: 22px;
  }
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .sections-site__item a:hover:not(.focus-visible) {
    color: #f65050;
  }
  .sections-site__item a:hover:not(.focus-visible) svg {
    stroke: #f65050;
  }
}
.sections-site__item a.focus-visible:focus {
  color: #f65050;
}
.sections-site__item a.focus-visible:focus svg {
  stroke: #f65050;
}

@media (min-width: 1024px) {
  .contacts-attention {
    margin: 56px 0;
  }
}
@media (min-width: 1024px) {
  .contacts-attention .attention-block__wrapper {
    padding: 32px;
  }
}
@media (min-width: 1024px) {
  .contacts-attention .text-content {
    max-width: 780px;
  }
}
.contacts-attention h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .contacts-attention h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.contacts-attention ul {
  margin: 0 0 12px;
  padding-left: 21px;
}
@media (min-width: 1024px) {
  .contacts-attention ul {
    padding-left: 25px;
  }
}
.contacts-attention ul:last-child {
  margin-bottom: 0;
}
.contacts-attention li:not(:last-child) {
  margin-bottom: 7px;
}
@media (min-width: 1024px) {
  .contacts-attention li:not(:last-child) {
    margin-bottom: 0;
  }
}

.description-table {
  padding: 26px;
  border-radius: 24px;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .description-table {
    padding: 40px;
    border-radius: 36px;
  }
}
.description-table table {
  width: 100%;
}
.description-table tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  justify-items: flex-start;
  gap: 12px;
}
@media (min-width: 768px) {
  .description-table tr {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.description-table tr:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c8Cee3;
}
@media (min-width: 1024px) {
  .description-table tr:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 24px;
  }
}
.description-table th {
  padding: 0;
  font-weight: 500;
  line-height: 120%;
  text-align: start;
}
@media (min-width: 1024px) {
  .description-table th {
    font-size: 20px;
    line-height: 130%;
  }
}
.description-table td {
  padding: 0;
  line-height: 135%;
}

@media (min-width: 768px) {
  .svo-information .section-title br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .svo-information .section-dual__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.svo-information .section-dual__right-column {
  margin-left: auto;
}
.svo-information .text-content:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .svo-information .text-content:not(:last-child) {
    margin-bottom: 44px;
  }
}
.svo-information ul {
  margin: 0;
  padding: 0;
}
.svo-information li {
  margin-bottom: 24px;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .svo-information li {
    margin-bottom: 20px;
  }
}
.svo-information li:last-child {
  margin-bottom: 0;
}
.svo-information .doc-card {
  margin-left: auto;
}
.svo-information .doc-card__text {
  width: intrinsic;
  -webkit-line-clamp: 5;
}
@media (min-width: 1024px) {
  .svo-information .doc-card__text {
    -webkit-line-clamp: 7;
  }
}

.reporting-list h3 {
  margin-top: 0;
}

.terms p + h3 {
  margin-top: 28px;
}
@media (min-width: 1024px) {
  .terms p + h3 {
    margin-top: 44px;
  }
}
@media (min-width: 1024px) {
  .terms h3,
  .terms .bulleted-list {
    max-width: 688px;
  }
}
.terms h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .terms h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.terms h3 + .bulleted-list {
  margin-top: 23px;
}
@media (min-width: 1024px) {
  .terms h3 + .bulleted-list {
    margin-top: 25px;
  }
}

.numbered-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: number;
}
.numbered-list__item {
  position: relative;
  padding-left: 36px;
  margin-bottom: 8px;
  counter-increment: number;
}
@media (min-width: 1024px) {
  .numbered-list__item {
    padding-left: 68px;
    margin-bottom: 32px;
  }
}
.numbered-list__item::before {
  content: counter(number);
  position: absolute;
  top: -8px;
  left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 8px solid #f4f4f0;
  z-index: 2;
}
@media (min-width: 1024px) {
  .numbered-list__item::before {
    top: -10px;
    left: -10px;
    width: 72px;
    height: 72px;
    font-size: 24px;
    line-height: 29px;
    border: 10px solid #f4f4f0;
  }
}
.numbered-list__item::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 16px;
  width: 1px;
  height: 100%;
  background-color: rgba(208, 208, 201, 0.72);
}
@media (min-width: 1024px) {
  .numbered-list__item::after {
    top: 30px;
    left: 26px;
  }
}
.numbered-list__item:last-child {
  margin-bottom: 0;
}
.numbered-list__item:last-child::after {
  display: none;
}
.numbered-list__item .simple-card {
  position: relative;
  z-index: 3;
}

@media (min-width: 1024px) {
  .asp-information .section-dual__left-column {
    max-width: 808px;
  }
}

.scammers-attention h3 {
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .scammers-attention h3 {
    max-width: 716px;
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 1024px) {
  .scammers-attention .bulleted-list {
    max-width: 716px;
  }
}
.scammers-attention .bulleted-list__item {
  margin-bottom: 13px;
  padding-left: 26px;
}
@media (min-width: 1024px) {
  .scammers-attention .bulleted-list__item {
    margin-bottom: 12px;
    padding-left: 36px;
    font-size: 20px;
    line-height: 30px;
  }
}
.scammers-attention .bulleted-list__item::before {
  top: 8px;
  width: 12px;
  left: 2px;
}
@media (min-width: 1024px) {
  .scammers-attention .bulleted-list__item::before {
    top: 11px;
    left: 4px;
    width: 16px;
  }
}
.scammers-attention .bulleted-list + .bulleted-list {
  margin-top: 13px;
}
@media (min-width: 1024px) {
  .scammers-attention .bulleted-list + .bulleted-list {
    margin-top: 12px;
  }
}
.scammers-attention__link {
  color: #f65050;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .scammers-attention__link:hover:not(.focus-visible) {
    color: #d71c1a;
  }
}
.scammers-attention__link.focus-visible:focus {
  color: #d71c1a;
}

@media (min-width: 1024px) {
  .consent-insurance .section-dual__left-column {
    max-width: 808px;
  }
}
.consent-insurance__block {
  margin-bottom: 44px;
}
.consent-insurance__block:last-child {
  margin-bottom: 0;
}
.consent-insurance__block-title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .consent-insurance__block-title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.table {
  padding: 32px 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (min-width: 1024px) {
  .table {
    padding: 28px 32px 16px;
    border-radius: 32px;
  }
}
.table__block {
  position: relative;
  padding: 39px 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #2a2e3c;
}
@media (min-width: 1024px) {
  .table__block {
    padding: 0;
    margin-bottom: 0;
  }
}
.table__block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.table__head {
  padding: 0 0 12px;
  font-size: 12px;
  line-height: 135%;
  letter-spacing: 0.78px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .table__head {
    padding: 0 0 15px;
    font-size: 14px;
    letter-spacing: 0.91px;
    border-bottom: 1px solid #2a2e3c;
  }
}
.table__header {
  opacity: 0.4;
}
.table__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1024px) {
  .table__row {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.table__body .table__row {
  padding-bottom: 12px;
}
@media (min-width: 1024px) {
  .table__body .table__row {
    padding: 12px 0;
    border-bottom: 1px solid #f2f2e6;
  }
}
.table__body .table__row:last-child {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .table__body .table__row:last-child {
    padding: 12px 0;
    border-bottom: none;
  }
}
.table__data {
  font-size: 16px;
  line-height: 135%;
}
.table__data--move {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .table__data--move {
    position: relative;
    font-weight: 400;
    line-height: 135%;
  }
}
.table__header, .table__data {
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .table__header, .table__data {
    text-align: end;
    margin-right: 57px;
  }
  .table__header:first-child, .table__data:first-child {
    text-align: start;
  }
}
.table__header:last-child, .table__data:last-child {
  margin-right: 0;
}

.soglasie-scorista {
  padding-bottom: 120px;
}
@media (min-width: 1024px) {
  .soglasie-scorista {
    padding-bottom: 167px;
  }
}
@media (min-width: 1024px) {
  .soglasie-scorista .text-content {
    width: 57%;
  }
}

@media (min-width: 1024px) {
  .soglasie-megafon p {
    font-size: 18px;
    line-height: 27px;
  }
}

.soglasie-reklama {
  padding-bottom: 120px;
}
@media (min-width: 1024px) {
  .soglasie-reklama {
    padding-bottom: 316px;
  }
}
.soglasie-reklama .text-content:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .soglasie-reklama p {
    font-size: 18px;
    line-height: 27px;
  }
}

.scammers-type .section-title {
  max-width: 850px;
}
.scammers-type .simple-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  padding: 24px;
}
@media (min-width: 1024px) {
  .scammers-type .simple-card {
    padding: 40px;
  }
}
@media (min-width: 1440px) {
  .scammers-type .simple-card {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
  }
}
.scammers-type .simple-card p {
  line-height: 19px;
}
@media (min-width: 1024px) {
  .scammers-type .simple-card p {
    line-height: 23px;
  }
}
.scammers-type .simple-card__img {
  display: none;
}
@media (min-width: 768px) {
  .scammers-type .simple-card__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    overflow: hidden;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}
@media (min-width: 1440px) {
  .scammers-type .simple-card__img {
    margin-right: -40px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.scammers-type .simple-card__img img {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.scammers-type__list + .scammers-type__list {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .scammers-type__list + .scammers-type__list {
    margin-top: 32px;
  }
}

@media (min-width: 1024px) {
  .security .bulleted-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
.security .bulleted-list__item {
  margin-bottom: 13px;
  padding-left: 28px;
}
@media (min-width: 1024px) {
  .security .bulleted-list__item {
    margin-bottom: 16px;
    padding-left: 36px;
    font-size: 20px;
    line-height: 30px;
  }
}
.security .bulleted-list__item::before {
  top: 8px;
  width: 12px;
}
@media (min-width: 1024px) {
  .security .bulleted-list__item::before {
    top: 15px;
    width: 16px;
  }
}

@media (min-width: 1024px) {
  .security-account .numbered-list__item {
    max-width: 810px;
  }
}
.security-account .numbered-list__item .simple-card {
  padding: 24px;
}
@media (min-width: 1024px) {
  .security-account .numbered-list__item .simple-card {
    padding: 40px;
  }
}
.security-account .numbered-list__item .simple-card h3 + .text-content {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .security-account .numbered-list__item .simple-card h3 + .text-content {
    margin-top: 20px;
  }
}
.security-account .numbered-list__item .simple-card p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .security-account .numbered-list__item .simple-card p {
    font-size: 20px;
    line-height: 30px;
  }
}
.security-account .numbered-list__item .simple-card p + p {
  margin-top: 14px;
}
.security-account .numbered-list__item .simple-card h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .security-account .numbered-list__item .simple-card h4 {
    font-size: 20px;
    line-height: 130%;
  }
}
.security-account .numbered-list__item .simple-card .text-content + h4 {
  margin-top: 13px;
}
@media (min-width: 1024px) {
  .security-account .numbered-list__item .simple-card .text-content + h4 {
    margin-top: 28px;
  }
}
.security-account .numbered-list__item .simple-card h4 + .simple-card__list {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .security-account .numbered-list__item .simple-card h4 + .simple-card__list {
    margin-top: 12px;
  }
}
.security-account .numbered-list__item .simple-card__item {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .security-account .numbered-list__item .simple-card__item {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 12px;
  }
}
.security-account .numbered-list__item .simple-card__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .requisites {
    margin-top: 56px;
  }
}

.bulleted-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bulleted-list__item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
@media (min-width: 1024px) {
  .bulleted-list__item {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 22px;
  }
}
.bulleted-list__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 16px;
  height: 2px;
  background-color: #f65050;
  border-radius: 38px;
}
@media (min-width: 1024px) {
  .bulleted-list__item::before {
    top: 10px;
  }
}
.bulleted-list__item:last-child {
  margin-bottom: 0;
}
.bulleted-list--small .bulleted-list__item {
  padding-left: 17px;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .bulleted-list--small .bulleted-list__item {
    margin-bottom: 12px;
    padding-left: 24px;
  }
}
.bulleted-list--small .bulleted-list__item:last-child {
  margin-bottom: 0;
}
.bulleted-list--small .bulleted-list__item::before {
  width: 9px;
  left: 0;
}
@media (min-width: 1024px) {
  .bulleted-list--small .bulleted-list__item::before {
    width: 16px;
  }
}

.security-attention h3,
.security-attention .text-content {
  max-width: 841px;
}
.security-attention h3 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 21px;
}
@media (min-width: 1024px) {
  .security-attention h3 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 34px;
  }
}
.security-attention .attention-block .security-attention__link {
  color: #f65050;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .security-attention .attention-block .security-attention__link:hover:not(.focus-visible) {
    color: #d71c1a;
  }
}
.security-attention .attention-block .security-attention__link.focus-visible:focus {
  color: #d71c1a;
}

.text-block {
  margin: 0 0 27px;
}
@media (min-width: 1024px) {
  .text-block {
    margin: 0 0 43px;
  }
}
.text-block:last-child {
  margin: 0;
}
.text-block h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .text-block h3 {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 16px;
  background-color: #ffffff;
  border-radius: 24px;
}
.feedback--form-submit .feedback__start {
  display: none;
}
.feedback--form-submit .feedback__center {
  display: -ms-grid;
  display: grid;
}
.feedback--sms-succes .feedback__start {
  display: none;
}
.feedback--sms-succes .feedback__center {
  display: none;
}
.feedback--sms-succes .feedback__end {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 1024px) {
  .feedback {
    padding: 56px;
    border-radius: 56px;
  }
}
.feedback__start {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media (min-width: 1024px) {
  .feedback__start {
    row-gap: 32px;
  }
}
.feedback__description p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media (min-width: 1024px) {
  .feedback__description p {
    font-size: 18px;
  }
}
.feedback__description p + p {
  margin-top: 10px;
}
.feedback__description a {
  color: #f65050;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .feedback__description a:hover:not(.focus-visible) {
    color: #d71c1a;
  }
}
.feedback__description a.focus-visible:focus {
  color: #d71c1a;
}
.feedback__form {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media (min-width: 1024px) {
  .feedback__form {
    row-gap: 32px;
  }
}
.feedback__form .input-message {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
  color: #ff3c3a;
  text-align: left;
  margin-top: 8px;
}
.feedback__form form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .feedback__form form {
    row-gap: 32px;
  }
}
.feedback__data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
@media (min-width: 1024px) {
  .feedback__data {
    row-gap: 24px;
  }
}
.feedback__data .custom-input {
  position: relative;
}
.feedback__data .custom-input::before {
  position: absolute;
  content: "*";
  top: -6px;
  left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
  color: #ff3c3a;
  background-color: #ffffff;
  z-index: 1;
}
.feedback__data .custom-input::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 19px;
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgb(96, 179, 59);
  background-image: url("../img/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.feedback__data .custom-input input {
  width: 100%;
  max-width: 100%;
  padding: 15px 52px 15px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  border-radius: 16px;
  border: 1px solid #dce0e3;
  outline: none;
}
@media (min-width: 1024px) {
  .feedback__data .custom-input input {
    font-size: 14px;
  }
}
.feedback__data .custom-input input::-webkit-input-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: #c0c8d0;
}
.feedback__data .custom-input input::-moz-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: #c0c8d0;
}
.feedback__data .custom-input input:-ms-input-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: #c0c8d0;
}
.feedback__data .custom-input input::-ms-input-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: #c0c8d0;
}
.feedback__data .custom-input input::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: #c0c8d0;
}
@media (min-width: 1024px) {
  .feedback__data .custom-input input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .feedback__data .custom-input input::-moz-placeholder {
    font-size: 14px;
  }
  .feedback__data .custom-input input:-ms-input-placeholder {
    font-size: 14px;
  }
  .feedback__data .custom-input input::-ms-input-placeholder {
    font-size: 14px;
  }
  .feedback__data .custom-input input::placeholder {
    font-size: 14px;
  }
}
.feedback__data .custom-textarea {
  position: relative;
}
.feedback__data .custom-textarea label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedback__data .custom-textarea::before {
  position: absolute;
  content: "*";
  top: -6px;
  left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
  color: #ff3c3a;
  background-color: #ffffff;
  z-index: 1;
}
.feedback__data .custom-textarea::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 19px;
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgb(96, 179, 59);
  background-image: url("../img/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.feedback__data .custom-textarea textarea {
  width: 100%;
  max-width: 100%;
  padding: 14px 52px 14px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  border-radius: 16px;
  border: 1px solid #dce0e3;
  outline: none;
}
@media (min-width: 1024px) {
  .feedback__data .custom-textarea textarea {
    font-size: 14px;
  }
}
.feedback__data .custom-textarea textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: #c0c8d0;
}
.feedback__data .custom-textarea textarea::-moz-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: #c0c8d0;
}
.feedback__data .custom-textarea textarea:-ms-input-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: #c0c8d0;
}
.feedback__data .custom-textarea textarea::-ms-input-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: #c0c8d0;
}
.feedback__data .custom-textarea textarea::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: #c0c8d0;
}
@media (min-width: 1024px) {
  .feedback__data .custom-textarea textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .feedback__data .custom-textarea textarea::-moz-placeholder {
    font-size: 14px;
  }
  .feedback__data .custom-textarea textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .feedback__data .custom-textarea textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .feedback__data .custom-textarea textarea::placeholder {
    font-size: 14px;
  }
}
.feedback__data .custom-textarea textarea {
  min-height: 135px;
  max-height: 196px;
}
.feedback__data .is-valid::after {
  display: block;
}
.feedback__data .is-valid input,
.feedback__data .is-valid textarea {
  border: 1px solid rgb(96, 179, 59);
}
.feedback__data .is-invalid input {
  border: 1px solid #ff3c3a;
}
.feedback__data .is-invalid textarea {
  border: 1px solid #ff3c3a;
}
.feedback .custom-toggle label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}
.feedback .custom-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.feedback .custom-toggle__label {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
@media (min-width: 1024px) {
  .feedback .custom-toggle__label {
    font-size: 16px;
  }
}
.feedback .custom-toggle__label a {
  color: #f65050;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .feedback .custom-toggle__label a:hover:not(.focus-visible) {
    color: #d71c1a;
  }
}
.feedback .custom-toggle__label a.focus-visible:focus {
  color: #d71c1a;
}
.feedback .custom-toggle__icon {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid rgb(192, 200, 208);
  border-radius: 2px;
  background-color: #ffffff;
}
.feedback .custom-toggle__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background-image: url("../img/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.feedback .custom-toggle input:checked + .custom-toggle__icon {
  background-color: #f65050;
  border: 1px solid #f65050;
}
.feedback__captcha {
  max-width: 326px;
  height: 76px;
}
@media (min-width: 1024px) {
  .feedback__captcha {
    max-width: 302px;
  }
}
.feedback .btn {
  padding: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .feedback .btn {
    max-width: 302px;
    padding: 18px;
    font-size: 15px;
  }
}
.feedback .btn:disabled {
  background-color: #b8b8b2;
  pointer-events: none;
}
.feedback__center {
  display: none;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media (min-width: 1024px) {
  .feedback__center {
    row-gap: 32px;
  }
}
@media (min-width: 1024px) {
  .feedback__center .btn {
    max-width: 250px;
    padding: 12px;
  }
}
.feedback__center .custom-input small {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.4;
  margin-top: 16px;
}
.feedback__center .is-invalid span {
  display: block;
}
.feedback__center .is-invalid small {
  display: none;
}
.feedback__center .is-invalid input {
  border: 1px solid #ff3c3a;
}
.feedback__end {
  display: none;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media (min-width: 1024px) {
  .feedback__end {
    row-gap: 32px;
  }
}
@media (min-width: 1024px) {
  .feedback__end .btn {
    max-width: 280px;
    padding: 12px;
  }
}
.feedback__subtitle {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .feedback__subtitle {
    font-size: 28px;
  }
}
.feedback__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
@media (min-width: 1024px) {
  .feedback__inner {
    -ms-grid-columns: 226px 190px 208px;
    grid-template-columns: 226px 190px 208px;
    gap: 32px;
  }
}
.feedback__data-succes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feedback__data-succes span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: rgba(42, 46, 60, 0.4);
}
.feedback__data-succes p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  word-break: break-all;
}
@media (min-width: 1024px) {
  .feedback__data-succes p {
    font-size: 18px;
  }
}
.feedback__data-succes span + p {
  margin-top: 4px;
}
@media (min-width: 1024px) {
  .feedback__data-succes span + p {
    margin-top: 8px;
  }
}
@media (min-width: 1024px) {
  .feedback__data-succes--message {
    grid-column: 1/-1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}

.modal-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.modal-city__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 20px;
}
@media (min-width: 1280px) {
  .modal-city__title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 45px;
  }
}
.modal-city__main {
  list-style: none;
  margin: 0;
  margin-bottom: 24px;
  padding: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  border-bottom: 1px solid rgba(208, 208, 201, 0.7215686275);
  line-height: 150%;
}
@media (min-width: 1280px) {
  .modal-city__main {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    font-size: 20px;
  }
}
.modal-city__main-item {
  position: relative;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .modal-city__main-item {
    padding-right: 28px;
  }
}
.modal-city__main-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #2a2e3c;
  border-radius: 50%;
}
.modal-city__main-item:last-child::after {
  content: none;
}
.modal-city__cities {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.modal-city__cities-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.modal-city__cities-content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: -12px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(208, 208, 201, 0.7215686275) transparent;
}
@media (min-width: 1024px) {
  .modal-city__cities-content {
    margin-right: -45px;
  }
}
.modal-city__cities-container.is-active .modal-city__cities-content {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .modal-city__cities-container.is-active .modal-city__cities-content {
    margin-bottom: 32px;
  }
}
.modal-city__cities-content::-webkit-scrollbar {
  width: 4px;
}
@media (min-width: 1024px) {
  .modal-city__cities-content::-webkit-scrollbar {
    width: 8px;
  }
}
.modal-city__cities-content::-webkit-scrollbar-track {
  background: transparent;
}
.modal-city__cities-content::-webkit-scrollbar-thumb {
  background-color: rgba(208, 208, 201, 0.7215686275);
  border-radius: 20px;
  border: none;
}
.modal-city__cities-content::-webkit-scrollbar-thumb:hover {
  background-color: #b8b8b2;
}
.modal-city__cities-inner {
  position: absolute;
  padding-right: 12px;
}
@media (min-width: 1024px) {
  .modal-city__cities-inner {
    padding-right: 45px;
  }
}
.modal-city__cities-block {
  margin-bottom: 24px;
}
.modal-city__cities-block:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .modal-city__cities-block {
    margin-bottom: 32px;
  }
  .modal-city__cities-block:last-child {
    margin-bottom: 0;
  }
}
.modal-city__cities-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 12px;
}
@media (min-width: 1024px) {
  .modal-city__cities-title {
    font-size: 20px;
    line-height: 130%;
  }
}
.modal-city__cities-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 8px;
  font-size: 14px;
  line-height: 135%;
}
@media (min-width: 1024px) {
  .modal-city__cities-list {
    font-size: 16px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 12px;
  }
}
.modal-city .link {
  display: block;
}
@media (min-width: 1024px) {
  .modal-city__button {
    margin-top: 8px;
  }
  .modal-city__button.is-active {
    margin-top: 0;
  }
}

.accordion-button {
  padding: 0;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-align: left;
  background: none;
  cursor: pointer;
  border: none;
  color: #b8b8b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 1024px) {
  .accordion-button {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
.accordion-button svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
[data-accordion=element].is-active .accordion-button svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .accordion-button:hover:not(.focus-visible) {
    color: #f65050;
  }
}
.accordion-button.focus-visible:focus {
  color: #f65050;
}
.accordion-button--big-mobile {
  font-size: 14px;
  letter-spacing: 0.5px;
}

[data-accordion=element] .accordion-button__active {
  display: none;
}

[data-accordion=element].accordion-button__hidden {
  display: block;
}

[data-accordion=element].is-active .accordion-button__active {
  display: block;
}

[data-accordion=element].is-active .accordion-button__hidden {
  display: none;
}

.feedback-list .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feedback-list .container .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .feedback-list .container .btn {
    margin-top: 16px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (min-width: 1440px) {
  .feedback-list .container .btn {
    margin-top: 35px;
  }
}
.feedback-list .reviews-card {
  height: 100%;
}

.vacancies .section-dual__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vacancies .section-title {
  display: block;
  letter-spacing: normal;
}
.vacancies .simple-card {
  height: auto;
}
.vacancies .simple-card .btn {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .vacancies .simple-card .btn {
    margin-top: 20px;
    font-size: 15px;
  }
}
.vacancies .simple-card .icon-wrapper {
  width: 280px;
  height: 267px;
  margin-top: 30px;
  margin-bottom: -20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 1px;
}
@media (min-width: 1024px) {
  .vacancies .simple-card .icon-wrapper {
    width: 342px;
    height: 325px;
    margin-top: 23px;
    margin-bottom: -40px;
  }
}
.vacancies .simple-card .icon-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}

.loans__container {
  padding: 28px 16px;
  border-radius: 24px;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .loans__container {
    padding: 56px;
    border-radius: 56px;
  }
}
.loans .grid {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1280px) {
  .loans .grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.loans-card {
  padding: 20px;
  background-color: #f4f4f0;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .loans-card {
    padding: 40px;
    border-radius: 36px;
  }
}
@media (min-width: 1024px) {
  .loans-card .loans-card__title {
    margin-bottom: 24px;
  }
}

.collection {
  padding: 20px 20px 20px;
  margin: 0 -6px;
  border-radius: 24px;
  background-color: #ffffff;
  position: relative;
}
@media (min-width: 1024px) {
  .collection {
    margin: 0;
    padding: 50px 56px;
    border-radius: 56px;
  }
}
.collection__title {
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .collection__title {
    margin-bottom: 36px;
  }
}
.collection__slider-buttons {
  margin-left: auto;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 7px;
  right: 5px;
}
@media (min-width: 1024px) {
  .collection__slider-buttons {
    top: 42px;
    right: 42px;
  }
}
.collection .slider-button {
  position: relative;
}
.collection__slider {
  margin: -2px -20px;
  padding: 2px 20px;
}
@media (min-width: 1024px) {
  .collection__slider {
    margin: -2px -56px;
    padding: 2px 56px;
  }
}
.collection .swiper-slide {
  width: auto;
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .collection .swiper-slide {
    margin-right: 13px;
  }
}
.collection .swiper-slide:last-child {
  margin-right: 0;
}
.collection__link {
  font-size: 14px;
  line-height: 135%;
  font-weight: 400;
  text-transform: none;
  border-radius: 79px;
  letter-spacing: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 1024px) {
  .collection__link {
    font-size: 18px;
    line-height: 150%;
    padding: 16px 32px;
  }
}

.slider-button {
  top: 0;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .slider-button:hover:not(.focus-visible)::after {
    background-color: #f65050;
  }
}
.slider-button.focus-visible:focus::after {
  background-color: #f65050;
}
.slider-button::after {
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask: url("../img/stack.svg#icon-arrow");
          mask: url("../img/stack.svg#icon-arrow");
  background-color: #2a2e3c;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.slider-button--next {
  right: 0;
}
.slider-button--next::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider-button--prev {
  left: 0;
}
.slider-button--round {
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .slider-button--round:hover:not(.focus-visible) {
    background-color: #f65050;
  }
  .slider-button--round:hover:not(.focus-visible)::after {
    background-color: #ffffff;
  }
}
.slider-button--round.focus-visible:focus {
  background-color: #f65050;
}
.slider-button--round.focus-visible:focus::after {
  background-color: #ffffff;
}

.obtain-card {
  padding: 20px 43% 20px 20px;
  background-color: #ffffff;
  border-radius: 24px;
  min-height: 186px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1024px) {
  .obtain-card {
    padding: 44px;
  }
}
.obtain-card__text {
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .obtain-card__text {
    padding: 0;
  }
}
.obtain-card .obtain-card__image img {
  width: 111px;
  max-height: 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .obtain-card .obtain-card__image img {
    position: relative;
    margin-bottom: 16px;
    width: 100%;
    right: 0;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: 162px;
  }
}
.obtain-card__tag {
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  padding: 4px 8px;
  color: #ffffff;
  background-color: #f65050;
  border-radius: 34px;
}
@media (min-width: 1024px) {
  .obtain-card__tag {
    margin-bottom: 18px;
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.obtain-card--alt {
  padding-right: 35%;
  min-height: 223px;
}
@media (min-width: 1024px) {
  .obtain-card--alt {
    padding: 44px;
  }
}
.obtain-card--alt .obtain-card__text {
  padding-right: 45px;
}
@media (min-width: 1024px) {
  .obtain-card--alt .obtain-card__text {
    padding: 0;
  }
}
.obtain-card--alt .obtain-card__image img {
  top: auto;
  width: 140px;
  max-width: 43%;
  max-height: 144px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  bottom: 0;
  right: 18px;
}
@media (min-width: 1024px) {
  .obtain-card--alt .obtain-card__image img {
    position: relative;
    margin-bottom: 16px;
    width: 100%;
    max-width: none;
    max-height: none;
    height: 162px;
    right: 0;
  }
}

.expert-section__container {
  padding: 32px 16px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (min-width: 1024px) {
  .expert-section__container {
    padding: 56px;
    border-radius: 56px;
  }
}

.expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
@media (min-width: 1024px) {
  .expert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
    margin-bottom: 40px;
  }
}
.expert__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
@media (min-width: 1024px) {
  .expert__person {
    width: 30%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    row-gap: 15px;
    margin-top: -5px;
  }
}
.expert__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .expert__top {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
  }
}
.expert__photo {
  width: 38px;
}
@media (min-width: 1024px) {
  .expert__photo {
    width: 62px;
  }
}
.expert__photo img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  height: 38px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .expert__photo img {
    height: 62px;
  }
}
.expert__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .expert__name {
    font-size: 20px;
    line-height: 130%;
  }
}
.expert__bubble {
  padding: 10px 20px 25px;
  position: relative;
  border: 1px solid #d4d4bc;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .expert__bubble {
    border: none;
    padding: 23px 40px 40px;
  }
}
.expert__bubble-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .expert__bubble-content {
    row-gap: 24px;
    margin-bottom: -30px;
    padding-right: 20px;
  }
}
.expert__title-wrapper svg {
  display: inline;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .expert__title-wrapper svg {
    width: 57px;
    height: 57px;
    margin-right: 10px;
  }
}
.expert__title {
  margin: 0;
  display: inline;
}
.expert__text h4 {
  margin: 37px 0 12px;
}
.expert__text p,
.expert__text ul,
.expert__text li {
  margin: 0 0 12px;
}
.expert__text ul {
  padding-left: 25px;
}
@media (min-width: 1024px) {
  .expert__text ul {
    font-size: 18px;
    line-height: 150%;
  }
}
.expert__text ul:last-child,
.expert__text li:last-child {
  margin-bottom: 0;
}
.expert__text-hide {
  min-height: 60px;
}
@media (min-width: 1024px) {
  .expert__text-hide {
    min-height: 42px;
  }
}
.expert__text-hide [data-full-text] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
@media (min-width: 1024px) {
  .expert__text-hide [data-full-text] {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}
.expert__bubble.is-active [data-full-text] {
  display: block;
}
.expert__bg {
  padding-right: 2.6%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media (min-width: 1024px) {
  .expert__bg {
    display: block;
  }
}
.expert__bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 330px;
}
.expert__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-right: 1px solid #d4d4bc;
  border-bottom: 1px solid #d4d4bc;
  border-left: 1px solid #d4d4bc;
  border-radius: 0 0 35px 35px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  top: 35px;
}

@media (min-width: 1024px) {
  .search__tab-list[data-slider-buttons=active] {
    margin: 0 45px;
  }
  .search__tab-list[data-slider-buttons=active] + .search__tab-list-buttons {
    display: block;
  }
  .search__tab-list[data-slider-buttons=hidden] {
    margin: 0;
  }
  .search__tab-list[data-slider-buttons=hidden] + .search__tab-list-buttons {
    display: none;
  }
}
.search__tab-list-wrapper {
  margin: 0 0 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .search__tab-list-wrapper {
    overflow: hidden;
    margin-bottom: 33px;
  }
}
.search__tab-list {
  overflow: visible;
}
@media (min-width: 1024px) {
  .search__tab-list {
    overflow: hidden;
    margin: 0 45px;
  }
}
.search__element {
  width: 100%;
  padding-bottom: 1px;
}
.search__tab-list-buttons {
  display: none;
}
@media (min-width: 1024px) {
  .search__tab-list-buttons {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.search .slider-button {
  width: 42px;
  height: 42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-card {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid #d4d4bc;
}
@media (min-width: 1024px) {
  .search-card {
    padding: 45px 20px 50px 56px;
    border-radius: 36px;
  }
}
.search-card__title {
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .search-card__title {
    margin-bottom: 24px;
  }
}
.search-card__list-wrapper {
  padding: 2px;
  margin: -2px;
  min-height: 390px;
}
@media (min-width: 1024px) {
  .search-card__list-wrapper {
    min-height: 155px;
  }
}
.search-card__list {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .search-card__list {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media (min-width: 1280px) {
  .search-card__list {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }
}
@media (min-width: 1550px) {
  .search-card__list {
    -webkit-columns: 5;
       -moz-columns: 5;
            columns: 5;
  }
}
.search-card__item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  margin: 0 0 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .search-card__item {
    font-size: 15px;
    line-height: 15.5px;
    margin-bottom: 15.5px;
  }
}
.search-card__item a {
  display: block;
}
.search-card__button {
  margin-top: 20px;
}
@media (min-width: 1550px) and (min-width: 1024px) {
  .search-card.is-active .search-card__button {
    margin-top: 15px;
  }
}

.custom-file {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.custom-file .input-message {
  position: absolute;
  top: 4px;
  left: 170px;
  padding: 3px 7px;
  font-size: 9px;
  line-height: normal;
}
.custom-file .custom-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.custom-file .custom-input label span {
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
@media (min-width: 1024px) {
  .custom-file .custom-input label span {
    font-size: 16px;
  }
}
.custom-file .custom-input label:hover {
  opacity: 0.7;
}
.custom-file .custom-input label svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .custom-file .custom-input label svg {
    width: 24px;
    height: 24px;
  }
}
.custom-file .is-valid + .custom-file__box,
.custom-file .is-invalid + .custom-file__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-file .is-invalid + .custom-file__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #d71c1a;
  color: #ffffff;
}
.custom-file .is-invalid + .custom-file__box .custom-file__text {
  color: #ffffff;
}
.custom-file .is-valid,
.custom-file .is-invalid {
  visibility: hidden;
}
.custom-file .is-valid ~ small,
.custom-file .is-invalid ~ small {
  visibility: hidden;
}
.custom-file small {
  font-family: Ubuntu;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #b8b8b2;
}
.custom-file__box {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #b8b8b2;
  background: #f4f4f0;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .custom-file__box {
    padding: 20px;
    height: auto;
    font-size: 16px;
  }
}
.custom-file__box .custom-file__text {
  width: 100%;
  color: #2a2e3c;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-file__box .custom-file__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  cursor: pointer;
}

.explain__text {
  opacity: 0.6;
}
@media (min-width: 1024px) {
  .explain__text {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
.explain__text li {
  margin: 0;
}
.explain__button {
  margin-top: 8px;
}

.rating__container {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 1024px) {
  .rating__container {
    border-radius: 56px;
    padding: 50px 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rating .title {
  margin: 0 0 16px;
}
.rating__logo {
  background-color: #f65050;
  padding: 12px 16px;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .rating__logo {
    padding: 30px 42px;
    border-radius: 24px;
  }
}
.rating__logo svg {
  display: block;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .rating__logo svg {
    width: 78px;
  }
}

.socials-section__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 768px) {
  .socials-section__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.socials-section__item:nth-child(odd):last-child {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .socials-section__item:nth-child(odd):last-child {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.social {
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 8px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (min-width: 1024px) {
  .social {
    padding: 44px;
    border-radius: 36px;
    row-gap: 20px;
  }
}
@media (hover: hover), screen and (min-width: 0\0 ) {
  .social:hover:not(.focus-visible) {
    -webkit-box-shadow: 0 4px 25px 0 rgba(42, 46, 60, 0.07);
            box-shadow: 0 4px 25px 0 rgba(42, 46, 60, 0.07);
  }
  .social:hover:not(.focus-visible) .social__title {
    color: #f65050;
  }
}
.social.focus-visible:focus {
  -webkit-box-shadow: 0 4px 25px 0 rgba(42, 46, 60, 0.07);
          box-shadow: 0 4px 25px 0 rgba(42, 46, 60, 0.07);
}
.social.focus-visible:focus .social__title {
  color: #f65050;
}
.social__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}
@media (min-width: 1024px) {
  .social__title {
    font-size: 20px;
  }
}
.social__icon {
  width: 32px;
  height: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .social__icon {
    width: 60px;
    height: 60px;
  }
}

.page-404 {
  margin: 175px 0 128px;
}
@media (min-width: 1024px) {
  .page-404 {
    margin: 336px 0 242px;
  }
}
@media (min-width: 1024px) {
  .page-404 .section-dual__wrapper {
    -webkit-column-gap: 145px;
       -moz-column-gap: 145px;
            column-gap: 145px;
  }
}
@media (min-width: 1024px) {
  .page-404 .section-dual__left-column {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .page-404 .section-dual__right-column {
    max-width: 500px;
    padding-top: 35px;
  }
}
.page-404__title {
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .page-404__title {
    font-size: 52px;
    line-height: 57px;
    letter-spacing: 0.01em;
  }
}
.page-404 .text-content {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .page-404 .text-content {
    margin-top: 30px;
    padding-right: 85px;
  }
}
.page-404 img {
  width: 328px;
  height: 219px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .page-404 img {
    width: 563px;
    height: 375px;
    margin: 0;
    margin-left: auto;
    margin-right: 5px;
  }
}
.page-404 .btn {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .page-404 .btn {
    width: 285px;
    margin-top: 33px;
  }
}

.calc-invest .container {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .calc-invest .container {
    margin: 0 auto;
    padding: 0 16px;
  }
}
@media (min-width: 1024px) {
  .calc-invest .container {
    margin: 0 auto;
    padding: 0 49px;
  }
}
@media (min-width: 1280px) {
  .calc-invest .container {
    max-width: 1920px;
    padding: 0 96px;
  }
}
.calc-invest .calculator-invest {
  margin-top: -60px;
}
@media (min-width: 1024px) {
  .calc-invest .calculator-invest {
    margin-top: -150px;
  }
}

.invest-adventures .section-title {
  max-width: 840px;
}
.invest-adventures .simple-card img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .invest-adventures .simple-card img {
    width: 200px;
    height: 200px;
  }
}
.invest-adventures .simple-card img + h3 {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .invest-adventures .simple-card img + h3 {
    margin-top: 20px;
  }
}
.invest-adventures .simple-card h3 + .bulleted-list {
  margin-top: 13px;
}
@media (min-width: 1024px) {
  .invest-adventures .simple-card h3 + .bulleted-list {
    margin-top: 20px;
  }
}
.invest-adventures .bulleted-list {
  padding: 0;
}
.invest-adventures .bulleted-list__item {
  margin-bottom: 9px;
}
@media (min-width: 1024px) {
  .invest-adventures .bulleted-list__item {
    margin-bottom: 14px;
    font-size: 16px;
  }
}

/* @mixin hover-focus {
    @media (hover: hover) {
      &:hover:not(.focus-visible) {
        @content;
      }
    }

    &.focus-visible:focus {
      @content;
    }
  }
*/
/*  @include hover-focus {
      opacity: 0.8;
    }
*/
/*@mixin hover {
    @media (hover: hover) {
      &:hover:not(.focus-visible) {
        @content;
      }
    }
  }
*/
/*@mixin focus {
    &.focus-visible:focus {
      @content;
    }
  }
*/
/*@mixin active {
    &.focus-visible:active {
      @content;
    }
  }
*/