@charset "UTF-8";
@font-face {
  font-family: 'Montserrat';
  font-weight: 300;
  font-style: normal;
  src: url("/fonts/Montserrat/Montserrat-300.woff2?3385") format("woff2"), url("/fonts/Montserrat/Montserrat-300.woff?3385") format("woff");
  font-display: block; }

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/Montserrat/Montserrat-400.woff2?3385") format("woff2"), url("/fonts/Montserrat/Montserrat-400.woff?3385") format("woff");
  font-display: block; }

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  src: url("/fonts/Montserrat/Montserrat-500.woff2?3385") format("woff2"), url("/fonts/Montserrat/Montserrat-500.woff?3385") format("woff");
  font-display: block; }

@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
  src: url("/fonts/Montserrat/Montserrat-600.woff2?3385") format("woff2"), url("/fonts/Montserrat/Montserrat-600.woff?3385") format("woff");
  font-display: block; }

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/Montserrat/Montserrat-700.woff2?3385") format("woff2"), url("/fonts/Montserrat/Montserrat-700.woff?3385") format("woff");
  font-display: block; }

@font-face {
  font-family: 'Montserrat';
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-900.woff2?3385") format("woff2"), url("../fonts/Montserrat/Montserrat-900.woff?3385") format("woff");
  font-display: block; }

@font-face {
  font-family: 'Muller';
  font-weight: 300;
  font-style: normal;
  src: url("/fonts/Muller/MullerLight.woff2?3385") format("woff2"), url("/fonts/Muller/MullerLight.woff?3385") format("woff");
  font-display: block; }

@font-face {
  font-family: 'Muller';
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/Muller/MullerRegular.woff2?3385") format("woff2"), url("/fonts/Muller/MullerLight.woff?3385") format("woff");
  font-display: block; }

@font-face {
  font-family: 'Muller';
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/Muller/MullerBold.woff2?3385") format("woff2"), url("/fonts/Muller/MullerBold.woff?3385") format("woff");
  font-display: block; }

@font-face {
  font-family: 'Muller';
  font-weight: 800;
  font-style: normal;
  src: url("/fonts/Muller/MullerExtraBold.woff2?3385") format("woff2"), url("/fonts/Muller/MullerExtraBold.woff?3385") format("woff");
  font-display: block; }

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

* {
  box-sizing: border-box; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -25px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

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

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

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

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

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

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

/*! nouislider - 14.1.1 - 12/15/2019 */
/* 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;
  -moz-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;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

/* 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 {
  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;
  transition: 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;
  top: -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;
  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;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  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 * {
  -moz-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%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-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%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-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);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

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

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }

.modal-video-close {
  opacity: 0; }

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px); }

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out; }

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }

.modal-video-close-btn:before {
  transform: rotate(45deg); }

.modal-video-close-btn:after {
  transform: rotate(-45deg); }

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px; }

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */ }

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear; }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-text-gray: #999;
  --iti-border-gray: #ccc;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
  --iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
  --iti-path-flags-1x: url("/images/iti/flags.png?1");
  --iti-path-flags-2x: url("/images/iti/flags@2x.png?1");
  --iti-path-globe-1x: url("/images/iti/globe.png");
  --iti-path-globe-2x: url("/images/iti/globe@2x.png");
  --iti-flag-sprite-width: 5762px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px; }

.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti__a11y-text {
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute; }
  .iti__country-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: var(--iti-border-width); }
  .iti__selected-country {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border-radius: 0;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none; }
  .iti__selected-country-primary {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal); }
  .iti__arrow {
    margin-left: var(--iti-arrow-padding);
    width: 0;
    height: 0;
    border-left: var(--iti-triangle-border) solid transparent;
    border-right: var(--iti-triangle-border) solid transparent;
    border-top: var(--iti-arrow-height) solid var(--iti-arrow-color); }
  .iti__arrow--up {
    border-top: none;
    border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color); }
  .iti__dropdown-content {
    border-radius: 3px;
    background-color: #fff; }
  .iti__search-input {
    width: 100%;
    border-width: 0;
    border-radius: 3px;
    padding: 9px 12px; }
    .iti__search-input + .iti__country-list {
      border-top: 1px solid var(--iti-border-gray); }
  .iti__country-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .iti__flag-box {
    display: inline-block;
    width: var(--iti-flag-width); }
  .iti__country {
    display: flex;
    align-items: center;
    padding: 8px var(--iti-spacer-horizontal);
    outline: 0; }
    .iti__country.iti__highlight {
      background-color: var(--iti-hover-color); }
  .iti__dial-code {
    color: var(--iti-text-gray); }
  .iti__country-name, .iti__flag-box {
    margin-right: var(--iti-spacer-horizontal); }

.iti input.iti__tel-input, .iti input.iti__tel-input[type=tel], .iti input.iti__tel-input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: var(--iti-right-hand-selected-country-padding);
  margin-right: 0; }

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0; }

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-gray);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }

.iti--inline-dropdown .iti__country-list {
  max-height: 185px; }

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap; }

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal; } }

[dir=rtl] .iti__country-name, [dir=rtl] .iti__flag-box {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal); }

.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=tel], .iti--allow-dropdown input.iti__tel-input[type=text] {
  padding-right: var(--iti-input-padding);
  padding-left: var(--iti-selected-country-arrow-padding);
  margin-left: 0; }

[dir=rtl] .iti--allow-dropdown input.iti__tel-input, [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text] {
  padding-right: var(--iti-selected-country-arrow-padding);
  padding-left: var(--iti-input-padding);
  margin-right: 0; }

.iti--allow-dropdown .iti__country-container {
  right: auto;
  left: 0; }

[dir=rtl] .iti--allow-dropdown .iti__country-container {
  right: 0;
  left: auto; }

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer; }

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color); }

.iti .iti__selected-dial-code {
  font-size: 14px;
  margin-left: 4px; }

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px; }

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width); }

.iti--container:hover {
  cursor: pointer; }

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative; }

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  --iti-flag-offset: 0px;
  --iti-flag-width: 20px;
  --iti-flag-height: 14px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  box-shadow: 0 0 1px 0 #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height); }

.iti__np {
  --iti-flag-width: 13px; }

.iti__ch, .iti__va {
  --iti-flag-width: 15px; }

.iti__be, .iti__ne {
  --iti-flag-width: 18px; }

.iti__mc {
  --iti-flag-width: 19px; }

.iti__ac, .iti__ae, .iti__ai, .iti__am, .iti__as, .iti__au, .iti__az, .iti__ba, .iti__bm, .iti__bn, .iti__bs, .iti__by, .iti__ca, .iti__cc, .iti__ck, .iti__cu, .iti__cx, .iti__dg, .iti__dm, .iti__eh, .iti__er, .iti__et, .iti__fj, .iti__fk, .iti__gb, .iti__gi, .iti__gs, .iti__gw, .iti__hm, .iti__hn, .iti__hr, .iti__hu, .iti__ie, .iti__im, .iti__io, .iti__jm, .iti__jo, .iti__ki, .iti__kp, .iti__kw, .iti__ky, .iti__kz, .iti__lc, .iti__lk, .iti__lv, .iti__ly, .iti__md, .iti__me, .iti__mk, .iti__mn, .iti__mp, .iti__ms, .iti__my, .iti__nc, .iti__nf, .iti__ng, .iti__nr, .iti__nu, .iti__nz, .iti__om, .iti__ph, .iti__pn, .iti__ps, .iti__sb, .iti__sc, .iti__sd, .iti__sh, .iti__si, .iti__ss, .iti__st, .iti__su, .iti__ta, .iti__tc, .iti__tj, .iti__tk, .iti__tl, .iti__to, .iti__tv, .iti__uk, .iti__uz, .iti__vg, .iti__ws, .iti__zw {
  --iti-flag-height: 10px; }

.iti__fm, .iti__gu, .iti__lr, .iti__mh, .iti__py, .iti__um, .iti__us {
  --iti-flag-height: 11px; }

.iti__bd, .iti__bg, .iti__bh, .iti__bi, .iti__bz, .iti__cq, .iti__cr, .iti__cv, .iti__de, .iti__fi, .iti__gd, .iti__gy, .iti__ht, .iti__ir, .iti__je, .iti__kg, .iti__km, .iti__li, .iti__lt, .iti__lu, .iti__mx, .iti__ni, .iti__sv, .iti__tt, .iti__vu {
  --iti-flag-height: 12px; }

.iti__ar, .iti__ax, .iti__ee, .iti__gt, .iti__kh, .iti__pl, .iti__pw, .iti__se, .iti__tg {
  --iti-flag-height: 13px; }

.iti__al, .iti__be, .iti__bv, .iti__cd, .iti__ch, .iti__dk, .iti__fo, .iti__ga, .iti__il, .iti__is, .iti__mc, .iti__ne, .iti__no, .iti__np, .iti__pg, .iti__sj, .iti__sm, .iti__va, .iti__xk {
  --iti-flag-height: 15px; }

.iti__qa {
  --iti-flag-height: 8px; }

.iti__ac {
  --iti-flag-offset: 0px; }

.iti__ad {
  --iti-flag-offset: -22px; }

.iti__ae {
  --iti-flag-offset: -44px; }

.iti__af {
  --iti-flag-offset: -66px; }

.iti__ag {
  --iti-flag-offset: -88px; }

.iti__ai {
  --iti-flag-offset: -110px; }

.iti__al {
  --iti-flag-offset: -132px; }

.iti__am {
  --iti-flag-offset: -154px; }

.iti__ao {
  --iti-flag-offset: -176px; }

.iti__aq {
  --iti-flag-offset: -198px; }

.iti__ar {
  --iti-flag-offset: -220px; }

.iti__as {
  --iti-flag-offset: -242px; }

.iti__at {
  --iti-flag-offset: -264px; }

.iti__au {
  --iti-flag-offset: -286px; }

.iti__aw {
  --iti-flag-offset: -308px; }

.iti__ax {
  --iti-flag-offset: -330px; }

.iti__az {
  --iti-flag-offset: -352px; }

.iti__ba {
  --iti-flag-offset: -374px; }

.iti__bb {
  --iti-flag-offset: -396px; }

.iti__bd {
  --iti-flag-offset: -418px; }

.iti__be {
  --iti-flag-offset: -440px; }

.iti__bf {
  --iti-flag-offset: -460px; }

.iti__bg {
  --iti-flag-offset: -482px; }

.iti__bh {
  --iti-flag-offset: -504px; }

.iti__bi {
  --iti-flag-offset: -526px; }

.iti__bj {
  --iti-flag-offset: -548px; }

.iti__bl {
  --iti-flag-offset: -570px; }

.iti__bm {
  --iti-flag-offset: -592px; }

.iti__bn {
  --iti-flag-offset: -614px; }

.iti__bo {
  --iti-flag-offset: -636px; }

.iti__bq {
  --iti-flag-offset: -658px; }

.iti__br {
  --iti-flag-offset: -680px; }

.iti__bs {
  --iti-flag-offset: -702px; }

.iti__bt {
  --iti-flag-offset: -724px; }

.iti__bv {
  --iti-flag-offset: -746px; }

.iti__bw {
  --iti-flag-offset: -768px; }

.iti__by {
  --iti-flag-offset: -790px; }

.iti__bz {
  --iti-flag-offset: -812px; }

.iti__ca {
  --iti-flag-offset: -834px; }

.iti__cc {
  --iti-flag-offset: -856px; }

.iti__cd {
  --iti-flag-offset: -878px; }

.iti__cf {
  --iti-flag-offset: -900px; }

.iti__cg {
  --iti-flag-offset: -922px; }

.iti__ch {
  --iti-flag-offset: -944px; }

.iti__ci {
  --iti-flag-offset: -961px; }

.iti__ck {
  --iti-flag-offset: -983px; }

.iti__cl {
  --iti-flag-offset: -1005px; }

.iti__cm {
  --iti-flag-offset: -1027px; }

.iti__cn {
  --iti-flag-offset: -1049px; }

.iti__co {
  --iti-flag-offset: -1071px; }

.iti__cp {
  --iti-flag-offset: -1093px; }

.iti__cq {
  --iti-flag-offset: -1115px; }

.iti__cr {
  --iti-flag-offset: -1137px; }

.iti__cu {
  --iti-flag-offset: -1159px; }

.iti__cv {
  --iti-flag-offset: -1181px; }

.iti__cw {
  --iti-flag-offset: -1203px; }

.iti__cx {
  --iti-flag-offset: -1225px; }

.iti__cy {
  --iti-flag-offset: -1247px; }

.iti__cz {
  --iti-flag-offset: -1269px; }

.iti__de {
  --iti-flag-offset: -1291px; }

.iti__dg {
  --iti-flag-offset: -1313px; }

.iti__dj {
  --iti-flag-offset: -1335px; }

.iti__dk {
  --iti-flag-offset: -1357px; }

.iti__dm {
  --iti-flag-offset: -1379px; }

.iti__do {
  --iti-flag-offset: -1401px; }

.iti__dz {
  --iti-flag-offset: -1423px; }

.iti__ea {
  --iti-flag-offset: -1445px; }

.iti__ec {
  --iti-flag-offset: -1467px; }

.iti__ee {
  --iti-flag-offset: -1489px; }

.iti__eg {
  --iti-flag-offset: -1511px; }

.iti__eh {
  --iti-flag-offset: -1533px; }

.iti__er {
  --iti-flag-offset: -1555px; }

.iti__es {
  --iti-flag-offset: -1577px; }

.iti__et {
  --iti-flag-offset: -1599px; }

.iti__eu {
  --iti-flag-offset: -1621px; }

.iti__ez {
  --iti-flag-offset: -1643px; }

.iti__fi {
  --iti-flag-offset: -1665px; }

.iti__fj {
  --iti-flag-offset: -1687px; }

.iti__fk {
  --iti-flag-offset: -1709px; }

.iti__fm {
  --iti-flag-offset: -1731px; }

.iti__fo {
  --iti-flag-offset: -1753px; }

.iti__fr {
  --iti-flag-offset: -1775px; }

.iti__fx {
  --iti-flag-offset: -1797px; }

.iti__ga {
  --iti-flag-offset: -1819px; }

.iti__gb {
  --iti-flag-offset: -1841px; }

.iti__gd {
  --iti-flag-offset: -1863px; }

.iti__ge {
  --iti-flag-offset: -1885px; }

.iti__gf {
  --iti-flag-offset: -1907px; }

.iti__gg {
  --iti-flag-offset: -1929px; }

.iti__gh {
  --iti-flag-offset: -1951px; }

.iti__gi {
  --iti-flag-offset: -1973px; }

.iti__gl {
  --iti-flag-offset: -1995px; }

.iti__gm {
  --iti-flag-offset: -2017px; }

.iti__gn {
  --iti-flag-offset: -2039px; }

.iti__gp {
  --iti-flag-offset: -2061px; }

.iti__gq {
  --iti-flag-offset: -2083px; }

.iti__gr {
  --iti-flag-offset: -2105px; }

.iti__gs {
  --iti-flag-offset: -2127px; }

.iti__gt {
  --iti-flag-offset: -2149px; }

.iti__gu {
  --iti-flag-offset: -2171px; }

.iti__gw {
  --iti-flag-offset: -2193px; }

.iti__gy {
  --iti-flag-offset: -2215px; }

.iti__hk {
  --iti-flag-offset: -2237px; }

.iti__hm {
  --iti-flag-offset: -2259px; }

.iti__hn {
  --iti-flag-offset: -2281px; }

.iti__hr {
  --iti-flag-offset: -2303px; }

.iti__ht {
  --iti-flag-offset: -2325px; }

.iti__hu {
  --iti-flag-offset: -2347px; }

.iti__ic {
  --iti-flag-offset: -2369px; }

.iti__id {
  --iti-flag-offset: -2391px; }

.iti__ie {
  --iti-flag-offset: -2413px; }

.iti__il {
  --iti-flag-offset: -2435px; }

.iti__im {
  --iti-flag-offset: -2457px; }

.iti__in {
  --iti-flag-offset: -2479px; }

.iti__io {
  --iti-flag-offset: -2501px; }

.iti__iq {
  --iti-flag-offset: -2523px; }

.iti__ir {
  --iti-flag-offset: -2545px; }

.iti__is {
  --iti-flag-offset: -2567px; }

.iti__it {
  --iti-flag-offset: -2589px; }

.iti__je {
  --iti-flag-offset: -2611px; }

.iti__jm {
  --iti-flag-offset: -2633px; }

.iti__jo {
  --iti-flag-offset: -2655px; }

.iti__jp {
  --iti-flag-offset: -2677px; }

.iti__ke {
  --iti-flag-offset: -2699px; }

.iti__kg {
  --iti-flag-offset: -2721px; }

.iti__kh {
  --iti-flag-offset: -2743px; }

.iti__ki {
  --iti-flag-offset: -2765px; }

.iti__km {
  --iti-flag-offset: -2787px; }

.iti__kn {
  --iti-flag-offset: -2809px; }

.iti__kp {
  --iti-flag-offset: -2831px; }

.iti__kr {
  --iti-flag-offset: -2853px; }

.iti__kw {
  --iti-flag-offset: -2875px; }

.iti__ky {
  --iti-flag-offset: -2897px; }

.iti__kz {
  --iti-flag-offset: -2919px; }

.iti__la {
  --iti-flag-offset: -2941px; }

.iti__lb {
  --iti-flag-offset: -2963px; }

.iti__lc {
  --iti-flag-offset: -2985px; }

.iti__li {
  --iti-flag-offset: -3007px; }

.iti__lk {
  --iti-flag-offset: -3029px; }

.iti__lr {
  --iti-flag-offset: -3051px; }

.iti__ls {
  --iti-flag-offset: -3073px; }

.iti__lt {
  --iti-flag-offset: -3095px; }

.iti__lu {
  --iti-flag-offset: -3117px; }

.iti__lv {
  --iti-flag-offset: -3139px; }

.iti__ly {
  --iti-flag-offset: -3161px; }

.iti__ma {
  --iti-flag-offset: -3183px; }

.iti__mc {
  --iti-flag-offset: -3205px; }

.iti__md {
  --iti-flag-offset: -3226px; }

.iti__me {
  --iti-flag-offset: -3248px; }

.iti__mf {
  --iti-flag-offset: -3270px; }

.iti__mg {
  --iti-flag-offset: -3292px; }

.iti__mh {
  --iti-flag-offset: -3314px; }

.iti__mk {
  --iti-flag-offset: -3336px; }

.iti__ml {
  --iti-flag-offset: -3358px; }

.iti__mm {
  --iti-flag-offset: -3380px; }

.iti__mn {
  --iti-flag-offset: -3402px; }

.iti__mo {
  --iti-flag-offset: -3424px; }

.iti__mp {
  --iti-flag-offset: -3446px; }

.iti__mq {
  --iti-flag-offset: -3468px; }

.iti__mr {
  --iti-flag-offset: -3490px; }

.iti__ms {
  --iti-flag-offset: -3512px; }

.iti__mt {
  --iti-flag-offset: -3534px; }

.iti__mu {
  --iti-flag-offset: -3556px; }

.iti__mv {
  --iti-flag-offset: -3578px; }

.iti__mw {
  --iti-flag-offset: -3600px; }

.iti__mx {
  --iti-flag-offset: -3622px; }

.iti__my {
  --iti-flag-offset: -3644px; }

.iti__mz {
  --iti-flag-offset: -3666px; }

.iti__na {
  --iti-flag-offset: -3688px; }

.iti__nc {
  --iti-flag-offset: -3710px; }

.iti__ne {
  --iti-flag-offset: -3732px; }

.iti__nf {
  --iti-flag-offset: -3752px; }

.iti__ng {
  --iti-flag-offset: -3774px; }

.iti__ni {
  --iti-flag-offset: -3796px; }

.iti__nl {
  --iti-flag-offset: -3818px; }

.iti__no {
  --iti-flag-offset: -3840px; }

.iti__np {
  --iti-flag-offset: -3862px; }

.iti__nr {
  --iti-flag-offset: -3877px; }

.iti__nu {
  --iti-flag-offset: -3899px; }

.iti__nz {
  --iti-flag-offset: -3921px; }

.iti__om {
  --iti-flag-offset: -3943px; }

.iti__pa {
  --iti-flag-offset: -3965px; }

.iti__pe {
  --iti-flag-offset: -3987px; }

.iti__pf {
  --iti-flag-offset: -4009px; }

.iti__pg {
  --iti-flag-offset: -4031px; }

.iti__ph {
  --iti-flag-offset: -4053px; }

.iti__pk {
  --iti-flag-offset: -4075px; }

.iti__pl {
  --iti-flag-offset: -4097px; }

.iti__pm {
  --iti-flag-offset: -4119px; }

.iti__pn {
  --iti-flag-offset: -4141px; }

.iti__pr {
  --iti-flag-offset: -4163px; }

.iti__ps {
  --iti-flag-offset: -4185px; }

.iti__pt {
  --iti-flag-offset: -4207px; }

.iti__pw {
  --iti-flag-offset: -4229px; }

.iti__py {
  --iti-flag-offset: -4251px; }

.iti__qa {
  --iti-flag-offset: -4273px; }

.iti__re {
  --iti-flag-offset: -4295px; }

.iti__ro {
  --iti-flag-offset: -4317px; }

.iti__rs {
  --iti-flag-offset: -4339px; }

.iti__ru {
  --iti-flag-offset: -4361px; }

.iti__rw {
  --iti-flag-offset: -4383px; }

.iti__sa {
  --iti-flag-offset: -4405px; }

.iti__sb {
  --iti-flag-offset: -4427px; }

.iti__sc {
  --iti-flag-offset: -4449px; }

.iti__sd {
  --iti-flag-offset: -4471px; }

.iti__se {
  --iti-flag-offset: -4493px; }

.iti__sg {
  --iti-flag-offset: -4515px; }

.iti__sh {
  --iti-flag-offset: -4537px; }

.iti__si {
  --iti-flag-offset: -4559px; }

.iti__sj {
  --iti-flag-offset: -4581px; }

.iti__sk {
  --iti-flag-offset: -4603px; }

.iti__sl {
  --iti-flag-offset: -4625px; }

.iti__sm {
  --iti-flag-offset: -4647px; }

.iti__sn {
  --iti-flag-offset: -4669px; }

.iti__so {
  --iti-flag-offset: -4691px; }

.iti__sr {
  --iti-flag-offset: -4713px; }

.iti__ss {
  --iti-flag-offset: -4735px; }

.iti__st {
  --iti-flag-offset: -4757px; }

.iti__su {
  --iti-flag-offset: -4779px; }

.iti__sv {
  --iti-flag-offset: -4801px; }

.iti__sx {
  --iti-flag-offset: -4823px; }

.iti__sy {
  --iti-flag-offset: -4845px; }

.iti__sz {
  --iti-flag-offset: -4867px; }

.iti__ta {
  --iti-flag-offset: -4889px; }

.iti__tc {
  --iti-flag-offset: -4911px; }

.iti__td {
  --iti-flag-offset: -4933px; }

.iti__tf {
  --iti-flag-offset: -4955px; }

.iti__tg {
  --iti-flag-offset: -4977px; }

.iti__th {
  --iti-flag-offset: -4999px; }

.iti__tj {
  --iti-flag-offset: -5021px; }

.iti__tk {
  --iti-flag-offset: -5043px; }

.iti__tl {
  --iti-flag-offset: -5065px; }

.iti__tm {
  --iti-flag-offset: -5087px; }

.iti__tn {
  --iti-flag-offset: -5109px; }

.iti__to {
  --iti-flag-offset: -5131px; }

.iti__tr {
  --iti-flag-offset: -5153px; }

.iti__tt {
  --iti-flag-offset: -5175px; }

.iti__tv {
  --iti-flag-offset: -5197px; }

.iti__tw {
  --iti-flag-offset: -5219px; }

.iti__tz {
  --iti-flag-offset: -5241px; }

.iti__ua {
  --iti-flag-offset: -5263px; }

.iti__ug {
  --iti-flag-offset: -5285px; }

.iti__uk {
  --iti-flag-offset: -5307px; }

.iti__um {
  --iti-flag-offset: -5329px; }

.iti__un {
  --iti-flag-offset: -5351px; }

.iti__us {
  --iti-flag-offset: -5373px; }

.iti__uy {
  --iti-flag-offset: -5395px; }

.iti__uz {
  --iti-flag-offset: -5417px; }

.iti__va {
  --iti-flag-offset: -5439px; }

.iti__vc {
  --iti-flag-offset: -5456px; }

.iti__ve {
  --iti-flag-offset: -5478px; }

.iti__vg {
  --iti-flag-offset: -5500px; }

.iti__vi {
  --iti-flag-offset: -5522px; }

.iti__vn {
  --iti-flag-offset: -5544px; }

.iti__vu {
  --iti-flag-offset: -5566px; }

.iti__wf {
  --iti-flag-offset: -5588px; }

.iti__ws {
  --iti-flag-offset: -5610px; }

.iti__xk {
  --iti-flag-offset: -5632px; }

.iti__ye {
  --iti-flag-offset: -5654px; }

.iti__yt {
  --iti-flag-offset: -5676px; }

.iti__za {
  --iti-flag-offset: -5698px; }

.iti__zm {
  --iti-flag-offset: -5720px; }

.iti__zw {
  --iti-flag-offset: -5742px; }

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px; }

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x); }
  .iti__globe {
    background-image: var(--iti-path-globe-2x); } }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64,%20d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+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?3385");
  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 {
  flex-direction: column; }

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

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

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

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

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  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 {
  scroll-snap-type: x mandatory; }

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  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 {
  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-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.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: flex;
  align-items: 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;
  transition: 300ms opacity;
  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 {
  transform: scale(0.33);
  position: relative; }

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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;
  box-shadow: none;
  -webkit-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%;
  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%;
  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;
  transition: 200ms transform, 200ms top; }

.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%;
  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 {
  transition: 200ms transform, 200ms left; }

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

/* 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%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: flex;
  justify-content: 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%;
  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;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    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 {
  transition-timing-function: ease-out;
  margin: 0 auto; }

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

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

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

.swiper-fade .swiper-slide {
  pointer-events: none;
  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;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

.swiper-cube.swiper-rtl .swiper-slide {
  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;
  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;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*# sourceMappingURL=magnific-popup.css.map */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px .choices; }
  .choices :focus {
    outline: 0; }
  .choices:last-child {
    margin-bottom: 0; }
  .choices.is-open {
    overflow: visible; }
  .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    user-select: none; }
  .choices.is-disabled .choices__item {
    cursor: not-allowed; }
  .choices [hidden] {
    display: none !important; }
  .choices[data-type*=select-one] {
    cursor: pointer; }
    .choices[data-type*=select-one] .choices__inner {
      padding-bottom: 7.5px; }
    .choices[data-type*=select-one] .choices__input {
      display: block;
      width: 100%;
      padding: 10px;
      border-bottom: 1px solid #ddd;
      background-color: #fff;
      margin: 0; }
    .choices[data-type*=select-one] .choices__button {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
      padding: 0;
      background-size: 8px;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -10px;
      margin-right: 25px;
      height: 20px;
      width: 20px;
      border-radius: 10em;
      opacity: .25; }
      .choices[data-type*=select-one] .choices__button:hover {
        opacity: 1; }
      .choices[data-type*=select-one] .choices__button:focus {
        opacity: 1;
        box-shadow: 0 0 0 2px #005f75; }
    .choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
      display: none; }
    .choices[data-type*=select-one]::after {
      content: "";
      height: 0;
      width: 0;
      border-style: solid;
      border-color: #333 transparent transparent;
      border-width: 5px;
      position: absolute;
      right: 11.5px;
      top: 50%;
      margin-top: -2.5px;
      pointer-events: none; }
    .choices[data-type*=select-one].is-open::after {
      border-color: transparent transparent #333;
      margin-top: -7.5px; }
    .choices[data-type*=select-one][dir=rtl]::after {
      left: 11.5px;
      right: auto; }
    .choices[data-type*=select-one][dir=rtl] .choices__button {
      right: auto;
      left: 0;
      margin-left: 25px;
      margin-right: 0; }
  .choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
    cursor: text; }
  .choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #003642;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
    border-radius: 0; }
    .choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
      opacity: 1; }
  .choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden; }
  .choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none; }
    .choices__list--single {
      display: inline-block;
      padding: 4px 16px 4px 4px;
      width: 100%; }
      .choices__list--single .choices__item {
        width: 100%; }
    .choices__list--multiple {
      display: inline; }
      .choices__list--multiple .choices__item {
        display: inline-block;
        vertical-align: middle;
        border-radius: 20px;
        padding: 4px 10px;
        font-size: 12px;
        font-weight: 500;
        margin-right: 3.75px;
        margin-bottom: 3.75px;
        background-color: #005f75;
        border: 1px solid #004a5c;
        color: #fff;
        word-break: break-all;
        box-sizing: border-box; }
        .choices__list--multiple .choices__item[data-deletable] {
          padding-right: 5px; }
        .choices__list--multiple .choices__item.is-highlighted {
          background-color: #004a5c;
          border: 1px solid #003642; }
          .choices__list--multiple .choices__item.is-highlighted::after {
            opacity: .5; }
    .choices__list--dropdown, .choices__list[aria-expanded] {
      display: none;
      z-index: 1;
      position: absolute;
      width: 100%;
      background-color: #fff;
      border: 1px solid #ddd;
      top: 100%;
      margin-top: -1px;
      border-bottom-left-radius: 2.5px;
      border-bottom-right-radius: 2.5px;
      overflow: hidden;
      word-break: break-all; }
      .choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
        position: relative;
        max-height: 300px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        will-change: scroll-position; }
      .choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
        position: relative;
        padding: 10px;
        font-size: 14px; }
        .choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
          background-color: #f2f2f2; }
  .choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px; }
    .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-decoration, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
      display: none; }
    .choices__input::-ms-clear, .choices__input::-ms-reveal {
      display: none;
      width: 0;
      height: 0; }
    .choices__input:focus {
      outline: 0; }
  .choices__item {
    cursor: default; }
    .choices__item--selectable {
      cursor: pointer; }
    .choices__item--disabled {
      cursor: not-allowed;
      -webkit-user-select: none;
      user-select: none;
      opacity: .5; }
    .choices__item:focus {
      outline: 0; }
  .choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray; }
  .choices__button {
    text-indent: -9999px;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }
    .choices__button:focus {
      outline: 0; }
  .choices__placeholder {
    opacity: .5; }

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7; }

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0; }

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7; }

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px; }

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px; }

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px; }

[dir=rtl] .choices__list--dropdown, [dir=rtl] .choices__list[aria-expanded] {
  text-align: right; }

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0; }

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191; }

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block; }

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0; }

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    /* padding-right: 100px; */ }
    .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
      content: attr(data-select-text);
      font-size: 12px;
      opacity: 0;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
  [dir=rtl] .choices__list--dropdown, [dir=rtl] .choices__list[aria-expanded] {
    text-align: right;
    /* padding-left: 100px; */
    padding-right: 10px; }
    [dir=rtl] .choices__list--dropdown::after, [dir=rtl] .choices__list[aria-expanded]::after {
      right: auto;
      left: 10px; } }

.choices {
  height: 100%; }
  .choices__inner {
    border: none;
    border-radius: 8px;
    background: #F6F6F6;
    height: 100%;
    min-height: inherit;
    padding: 0 16px;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .is-open .choices__inner {
      background: linear-gradient(0deg, rgba(14, 86, 169, 0.05) 0%, rgba(14, 86, 169, 0.05) 100%), #F6F6F6;
      border-radius: 8px; }
    .choices__inner.active {
      background: #fed63f; }
  .choices__placeholder {
    opacity: 1; }
  .choices__item {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif; }
  .choices[data-type*=select-one]::after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgOSA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04IDAuNUw0LjUgMy41TDEgMC41IiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat;
    background-size: contain;
    right: 16px;
    width: 9px;
    height: 4px;
    border: none;
    transition: all 0.2s ease; }
  .choices[data-type*=select-one].is-open::after {
    margin-bottom: 0;
    margin-top: 0;
    transform: translateY(-50%) rotate(180deg); }
  .choices__list--dropdown, .choices__list[aria-expanded] {
    margin-top: 5px;
    padding: 5px 0;
    min-width: 160px;
    left: auto;
    right: 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    border: none; }
  .choices__list--single {
    padding: 0;
    padding-right: 12px; }

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  font-size: 12px; }
  .choices__list--dropdown .choices__item:hover, .choices__list[aria-expanded] .choices__item:hover {
    background: rgba(14, 86, 169, 0.05); }

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: white;
  position: relative; }
  .choices__list--dropdown .choices__item--selectable.is-highlighted::after {
    display: none; }

.choices__list[aria-expanded] .choices__item--selectable.is-selected {
  background: white;
  position: relative; }
  .choices__list[aria-expanded] .choices__item--selectable.is-selected::after {
    position: absolute;
    content: '';
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4wMzAzIDMuOTcxNjJDMTQuMzIzMiA0LjI2NDUyIDE0LjMyMzIgNC43MzkzOSAxNC4wMzAzIDUuMDMyMjhMNy4wMzAzMyAxMi4wMzIzQzYuNzM3NDQgMTIuMzI1MiA2LjI2MjU2IDEyLjMyNTIgNS45Njk2NyAxMi4wMzIzTDEuOTY5NjcgOC4wMzIyOEMxLjY3Njc4IDcuNzM5MzkgMS42NzY3OCA3LjI2NDUyIDEuOTY5NjcgNi45NzE2MkMyLjI2MjU2IDYuNjc4NzMgMi43Mzc0NCA2LjY3ODczIDMuMDMwMzMgNi45NzE2Mkw2LjUgMTAuNDQxM0wxMi45Njk3IDMuOTcxNjJDMTMuMjYyNiAzLjY3ODczIDEzLjczNzQgMy42Nzg3MyAxNC4wMzAzIDMuOTcxNjJaIiBmaWxsPSIjMEIxRjMzIi8+Cjwvc3ZnPg==) center no-repeat;
    background-size: contain;
    opacity: 1; }

.choices__list--dropdown .choices__item--selectable.is-highlighted.is-selected::after {
  display: flex; }

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  max-height: 255px;
  overflow-x: hidden; }
  .choices__list--dropdown .choices__list::-webkit-scrollbar, .choices__list[aria-expanded] .choices__list::-webkit-scrollbar {
    width: 4px; }
  .choices__list--dropdown .choices__list::-webkit-scrollbar-track, .choices__list[aria-expanded] .choices__list::-webkit-scrollbar-track {
    background: transparent; }
  .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb, .choices__list[aria-expanded] .choices__list::-webkit-scrollbar-thumb {
    background-color: #B8BFC9;
    border-radius: 8px;
    border: none; }

@media (min-width: 640px) {
  .choices {
    min-width: 130px; } }

.advantages {
  padding-top: 30px;
  overflow: hidden; }
  .advantages__wrapper {
    position: relative;
    visibility: visible !important; }
    .advantages__wrapper::after {
      content: '';
      position: absolute;
      z-index: -1;
      width: 200%;
      height: 1px;
      top: 30%;
      left: -50%;
      transform: rotate(-45deg) scaleX(0.5);
      transition: transform 1500ms ease;
      background-color: #fed63f; }
    .advantages__wrapper.aos-animate::after {
      transform: rotate(-45deg) scaleX(1); }
  .advantages__title {
    margin-bottom: 24px; }
    .advantages__title--bottom {
      margin-bottom: 10px; }
  .advantages__appeal {
    margin-top: 20px;
    min-width: 265px; }
  .advantages__list--bottom {
    padding-left: 14px; }
    .advantages__list--bottom .advantages__item-text {
      font-size: 14px; }
  .advantages__item {
    margin-bottom: 32px; }
    .advantages__item:last-child {
      margin-bottom: 0; }
  .advantages__item-title {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 600; }
  .advantages__item-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.4; }
  .advantages__highlight {
    margin: 40px 0 55px;
    font-size: 20px;
    font-weight: 600; }
  .advantages__image {
    position: relative;
    z-index: 12;
    margin-bottom: 265px;
    pointer-events: none; }
  .advantages__image-positioner {
    position: absolute;
    z-index: 10;
    width: 390px;
    left: -20px;
    top: 0; }
    .advantages__image-positioner img {
      display: block;
      max-width: 100%;
      max-height: 650px; }
  .advantages__item-images {
    display: flex;
    flex-flow: row nowrap;
    margin: 16px -7px 0; }
  .advantages__item-image {
    display: flex;
    align-items: center;
    width: 30%;
    margin: 0 7px;
    flex: 1 1 auto; }
    .advantages__item-image img {
      max-width: 100%; }

@media (min-width: 768px) {
  .advantages {
    padding-bottom: 135px; }
    .advantages__wrapper {
      display: grid;
      grid-template-columns: repeat(3, 33.33%);
      grid-template-rows: 140px 225px min-content min-content 1fr;
      grid-template-areas: 'topList highlight topTitle' 'topList image image' 'topList bottomTitle bottomList' '. appeal bottomList' '. . bottomList'; }
      .advantages__wrapper::after {
        width: 100%;
        top: 30%;
        left: -35%; }
    .advantages__title--top {
      grid-area: topTitle; }
    .advantages__title--bottom {
      grid-area: bottomTitle;
      align-self: start; }
    .advantages__list--top {
      grid-area: topList;
      padding-right: 20px; }
    .advantages__list--bottom {
      grid-area: bottomList; }
      .advantages__list--bottom .advantages__item-text {
        font-size: 16px; }
    .advantages__highlight {
      grid-area: highlight;
      padding-right: 12px;
      font-size: 26px;
      margin: 0; }
    .advantages__appeal {
      grid-area: appeal;
      align-self: start;
      justify-self: start; }
      .advantages__appeal.btn {
        min-width: auto;
        width: 90%;
        padding-left: 12px;
        padding-right: 12px; }
    .advantages__image {
      grid-area: image;
      width: 100%;
      margin-bottom: 0;
      top: 40px; }
    .advantages__image-positioner {
      width: 100%;
      left: 0; } }

@media (min-width: 925px) {
  .advantages__wrapper {
    grid-template-rows: 140px 255px min-content min-content 1fr; } }

@media (min-width: 1024px) {
  .advantages__wrapper {
    grid-template-rows: 140px 275px min-content min-content 1fr; }
    .advantages__wrapper::after {
      top: 45%;
      left: -40%; }
  .advantages__highlight {
    font-size: 30px; }
  .advantages__list--top {
    padding-right: 32px; }
  .advantages__list--bottom {
    padding-left: 32px; }
  .advantages__appeal {
    max-width: 265px; } }

@media (min-width: 1200px) {
  .advantages {
    padding-top: 55px; }
    .advantages__wrapper {
      grid-template-rows: 140px 320px min-content min-content 1fr;
      grid-template-columns: 400px 360px 400px; }
      .advantages__wrapper::after {
        top: 45%;
        left: -45%; }
      .advantages__wrapper::before {
        content: '';
        position: absolute;
        z-index: 10;
        width: 3px;
        height: calc(100% + 350px);
        background-color: #fff;
        right: -1px;
        top: -175px; }
    .advantages__image {
      left: -12px; }
    .advantages__title {
      position: relative;
      left: -3px;
      overflow: hidden; }
    .advantages__highlight {
      font-size: 34px; }
    .advantages__list--top {
      padding-right: 45px; }
    .advantages__list--bottom {
      padding-left: 90px; }
    .advantages__appeal {
      margin-top: 32px; } }

.authorization__actions {
  display: flex;
  justify-content: space-between; }

.authorization__action {
  display: block;
  padding-right: 10px;
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  color: var(--theme-text-color);
  text-decoration: none;
  transition: color 300ms ease; }
  .authorization__action:hover, .authorization__action:active, .authorization__action:focus {
    color: #fed63f;
    text-decoration: none; }
  .authorization__action::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    right: 0;
    top: 50%;
    transform: translateY(-45%) rotate(-45deg);
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fed63f; }

.authorization__logged {
  position: relative;
  display: flex;
  align-items: center; }

.authorization__inner-link {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 8px; }
  .authorization__inner-link svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    fill: #7c7c7c;
    transition: fill 300ms ease; }
  .authorization__inner-link:hover svg {
    fill: #fed63f; }

.authorization__account {
  position: relative;
  width: 100px;
  padding: 3px 5px;
  display: block;
  color: var(--theme-text-color);
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #fed63f;
  border-top-width: 0;
  transition: color 300ms ease; }
  .authorization__account::after {
    content: '';
    position: absolute;
    right: 0;
    top: -8px;
    width: 100%;
    height: 9px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCAxMDAgOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA4TDUwLjc0ODcgMUwxMDAgOCIgc3Ryb2tlPSIjZmVkNjNmIi8+PC9zdmc+); }
  .authorization__account span {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .authorization__account:hover {
    color: #fed63f; }

.authorization__exit {
  position: relative;
  width: 24px;
  height: 24px; }
  .authorization__exit:hover svg {
    fill: #fed63f; }
  .authorization__exit svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    fill: #9c9c9c;
    transition: fill 300ms ease; }

@media (min-width: 1024px) {
  .authorization__inner-link {
    display: none; }
  .authorization__action {
    display: none; }
    .authorization__action--main {
      display: block; } }

@media (min-width: 1200px) {
  .authorization__inner-link {
    display: block; } }

.base-checkbox {
  position: relative; }
  .base-checkbox__label {
    display: block;
    position: relative;
    padding: 0;
    padding-left: 24px;
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer; }
    .base-checkbox__label::before {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      top: 50%;
      left: 0;
      transform: translateY(-45%);
      border: solid 1px #fed63f;
      border-radius: 4px;
      background-color: #fff;
      transition: all 300ms ease;
      box-sizing: border-box; }
    .base-checkbox__label::after {
      content: '';
      position: absolute;
      width: 4px;
      height: 8px;
      left: 5px;
      top: 50%;
      border-width: 0 1px 1px 0;
      border-style: solid;
      transform: rotate(45deg) translate(-55%, -45%);
      border-color: #000;
      opacity: 0;
      transition: opacity 300ms ease; }
  .base-checkbox__input {
    position: absolute;
    opacity: 0; }
    .base-checkbox__input:checked + .base-checkbox__label::before {
      background-color: #fed63f; }
    .base-checkbox__input:checked + .base-checkbox__label::after {
      opacity: 1; }
    .base-checkbox__input:disabled + .base-checkbox__label {
      color: #696969; }
      .base-checkbox__input:disabled + .base-checkbox__label::before {
        border-color: #696969; }

.base-input {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  -webkit-tap-highlight-color: transparent; }
  .base-input.no-label .base-input__label {
    display: none; }
  .base-input.has-error .base-input__input {
    border-bottom-color: #f52f4b; }
  .base-input.has-error .base-input__label {
    color: #f52f4b; }
  .base-input.hasValue .base-input__label {
    transform: scale(0.7) translateY(-145%);
    color: #000;
    left: 0; }
  .base-input.hasValue .base-input__input {
    border-color: #fed63f; }
  .base-input.hasVal .base-input__label {
    transform: scale(0.7) translateY(-145%);
    color: #000;
    left: 0; }
  .base-input__input, .base-input__textarea {
    width: 100%;
    padding: 7px 0;
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid #696969;
    transition: border-color 300ms ease; }
    .base-input__input:focus, .base-input__textarea:focus {
      border-bottom-color: #fed63f; }
      .base-input__input:focus ~ .base-input__label, .base-input__textarea:focus ~ .base-input__label {
        transform: scale(0.7) translateY(-145%);
        color: #000;
        left: 0; }
    .base-input__input.hasValue ~ .base-input__label, .base-input__textarea.hasValue ~ .base-input__label {
      transform: scale(0.7) translateY(-145%);
      color: #000;
      left: 0; }
    .base-input__input::placeholder, .base-input__textarea::placeholder {
      color: #696969; }
    .base-input__input:disabled, .base-input__textarea:disabled {
      opacity: 0.5; }
    .base-input__input::-webkit-outer-spin-button, .base-input__input::-webkit-inner-spin-button, .base-input__textarea::-webkit-outer-spin-button, .base-input__textarea::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .base-input__input[type='number'], .base-input__textarea[type='number'] {
      -moz-appearance: textfield; }
  .base-input__textarea {
    height: 70px;
    resize: none; }
  .base-input__label {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 14px;
    color: #696969;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: transform 200ms ease, color 200ms ease;
    transform-origin: left center; }
    .base-input__label.js-focus {
      transform: scale(0.7) translateY(-145%);
      color: #000;
      left: 0; }
  .base-input__errors {
    display: none;
    position: relative;
    margin-top: 5px;
    font-size: 14px;
    color: #f52f4b; }
    .base-input__errors.has-error {
      display: block; }
  .base-input small {
    color: #4a4a4a; }

/* additional styles for input with autocomplete functionality */
.base-input-autocomplete {
  position: relative; }
  .base-input-autocomplete::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -3px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: translateY(-50%) rotate(45deg); }
  .base-input-autocomplete .base-input__input,
  .base-input-autocomplete .base-input__label {
    padding-right: 32px; }
  .base-input-autocomplete .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 100;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    max-height: 155px;
    overflow: auto;
    background-color: #fdfdfd; }
    .base-input-autocomplete .tt-dropdown-menu .simplebar-track {
      width: 3px;
      background-color: transparent; }
      .base-input-autocomplete .tt-dropdown-menu .simplebar-track.horizontal {
        display: none; }
    .base-input-autocomplete .tt-dropdown-menu .simplebar-scrollbar {
      width: 3px;
      right: 0; }
      .base-input-autocomplete .tt-dropdown-menu .simplebar-scrollbar::before {
        opacity: 1;
        background-color: #979797;
        border-radius: 0; }
  .base-input-autocomplete .tt-suggestion {
    position: relative;
    padding: 6px 20px;
    font-size: 12px;
    color: #000;
    background-color: #fdfdfd;
    cursor: pointer;
    transition: background-color 300ms ease; }
    .base-input-autocomplete .tt-suggestion:hover, .base-input-autocomplete .tt-suggestion:active, .base-input-autocomplete .tt-suggestion:focus {
      background-color: #efefef; }
    .base-input-autocomplete .tt-suggestion .value + div {
      color: #7c7c7c;
      font-size: 8px; }

.base-radio {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center; }
  .base-radio__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0; }
    .base-radio__input:checked + .base-radio__label {
      background-color: #fed63f;
      border-color: #fed63f; }
  .base-radio__label {
    display: block;
    position: relative;
    padding: 4px 20px;
    min-width: 58px;
    border-radius: 4px;
    border: 1px solid #000;
    background-color: transparent;
    cursor: pointer;
    transition: border-color 300ms ease, background-color 300ms ease; }
  .base-radio__errors {
    display: none;
    position: relative;
    margin-top: 5px;
    font-size: 14px;
    color: #f52f4b; }

.base-select {
  position: relative;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  -webkit-tap-highlight-color: transparent; }
  .base-select::after {
    content: '';
    position: absolute;
    right: 17px;
    top: 50%;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 300ms ease; }
  .base-select.active::after {
    transform: translateY(-50%) rotate(225deg); }

.base-select__input {
  position: relative;
  width: 100%;
  padding: 9px 0;
  padding-right: 35px;
  border: none;
  outline: none;
  border-bottom: 1px solid #9b9b9b;
  cursor: pointer;
  transition: border-color 300ms ease; }
  .base-select__input:focus {
    border-bottom-color: #fed63f; }
    .base-select__input:focus + .base-select__label {
      transform: scale(0.5) translateY(-200%);
      color: #000;
      left: 0; }
  .base-select__input.hasValue + .base-select__label {
    transform: scale(0.5) translateY(-200%);
    color: #000;
    left: 0; }

.base-select__label {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 24px;
  color: #d7d7d8;
  transition: transform 200ms ease, color 200ms ease;
  transform-origin: left center;
  pointer-events: none; }

.base-select__errors {
  display: none;
  position: relative;
  margin-top: 5px;
  font-size: 14px;
  color: #f52f4b; }

.base-select__options-list {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2; }

.base-select__options-item {
  position: relative;
  z-index: 2;
  padding: 12px 24px;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  transition: color 300ms ease, background-color 300ms ease; }
  .base-select__options-item:hover, .base-select__options-item:active, .base-select__options-item:focus {
    color: #fed63f;
    background-color: rgba(245, 247, 249, 0.2); }

@media (max-width: 1240px) {
  .base-select__label {
    top: 22px;
    font-size: 18px; } }

@media (max-width: 480px) {
  .base-select {
    font-size: 16px; }
  .base-select__input {
    padding: 4px;
    padding-right: 35px; }
    .base-select__input:focus + .base-select__label {
      transform: scale(0.7) translateY(-150%); }
    .base-select__input.hasValue + .base-select__label {
      transform: scale(0.7) translateY(-150%); }
  .base-select__label {
    top: 4px;
    font-size: 16px; }
  .base-select__errors {
    font-size: 12px; } }

.base-textarea {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  -webkit-tap-highlight-color: transparent; }
  .base-textarea.no-label .base-textarea__label {
    display: none; }
  .base-textarea.has-error .base-textarea__input {
    border-bottom-color: #f52f4b; }
  .base-textarea.has-error .base-textarea__label {
    color: #f52f4b; }
  .base-textarea__input {
    width: 100%;
    padding: 7px 0;
    height: 70px;
    border: none;
    outline: none;
    background-color: transparent;
    appearance: none;
    resize: none;
    border-bottom: 1px solid #696969;
    transition: border-color 300ms ease; }
    .base-textarea__input:focus {
      border-bottom-color: #fed63f; }
      .base-textarea__input:focus ~ .base-textarea__label {
        transform: scale(0.7) translateY(-145%);
        color: #000;
        left: 0; }
    .base-textarea__input.hasValue ~ .base-textarea__label {
      transform: scale(0.7) translateY(-145%);
      color: #000;
      left: 0; }
    .base-textarea__input::placeholder {
      color: #696969; }
    .base-textarea__input:disabled {
      opacity: 0.5; }
    .base-textarea__input::-webkit-outer-spin-button, .base-textarea__input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .base-textarea__input[type='number'] {
      -moz-appearance: textfield; }
  .base-textarea__label {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 14px;
    color: #696969;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: transform 200ms ease, color 200ms ease;
    transform-origin: left center; }
    .base-textarea__label.js-focus {
      transform: scale(0.7) translateY(-145%);
      color: #000;
      left: 0; }
  .base-textarea__errors {
    display: none;
    position: relative;
    margin-top: 5px;
    font-size: 14px;
    color: #f52f4b; }
    .base-textarea__errors.has-error {
      display: block; }

/* additional styles for input with autocomplete functionality */
.base-textarea-autocomplete {
  position: relative; }
  .base-textarea-autocomplete::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -3px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: translateY(-50%) rotate(45deg); }
  .base-textarea-autocomplete .base-textarea__input,
  .base-textarea-autocomplete .base-textarea__label {
    padding-right: 32px; }
  .base-textarea-autocomplete .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 100;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    max-height: 155px;
    overflow: auto;
    background-color: #fdfdfd; }
    .base-textarea-autocomplete .tt-dropdown-menu .simplebar-track {
      width: 3px;
      background-color: transparent; }
      .base-textarea-autocomplete .tt-dropdown-menu .simplebar-track.horizontal {
        display: none; }
    .base-textarea-autocomplete .tt-dropdown-menu .simplebar-scrollbar {
      width: 3px;
      right: 0; }
      .base-textarea-autocomplete .tt-dropdown-menu .simplebar-scrollbar::before {
        opacity: 1;
        background-color: #979797;
        border-radius: 0; }
  .base-textarea-autocomplete .tt-suggestion {
    position: relative;
    padding: 6px 20px;
    font-size: 12px;
    color: #000;
    background-color: #fdfdfd;
    cursor: pointer;
    transition: background-color 300ms ease; }
    .base-textarea-autocomplete .tt-suggestion:hover, .base-textarea-autocomplete .tt-suggestion:active, .base-textarea-autocomplete .tt-suggestion:focus {
      background-color: #efefef; }
    .base-textarea-autocomplete .tt-suggestion .value + div {
      color: #7c7c7c;
      font-size: 8px; }

.best-object-card {
  position: absolute;
  width: 100%;
  height: 500px;
  padding: 24px;
  will-change: transform, opacity; }
  .best-object-card__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .best-object-card__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .best-object-card__image::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)); }
  .best-object-card__name {
    position: relative;
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 400;
    color: white;
    line-height: 1;
    width: calc(100% - 65px); }
  .best-object-card__title {
    font-size: 10px;
    opacity: 0.95;
    margin: 0 0 8px;
    color: #fff; }
  .best-object-card__link {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    font-size: 14px;
    color: #fed63f;
    text-decoration: none;
    transition: opacity 300ms ease; }
    .best-object-card__link:hover, .best-object-card__link:active, .best-object-card__link:focus {
      opacity: 0.6;
      text-decoration: none; }
    .best-object-card__link::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      bottom: -3px;
      background-color: #fed63f; }
  .best-object-card__rate {
    position: relative;
    margin-bottom: 8px;
    font-size: 50px;
    font-weight: 600;
    color: #fff; }
  .best-object-card__class {
    position: absolute;
    top: calc(24px * 0.75);
    right: calc(20px * 0.75);
    transform: scale(0.75);
    padding: 0 8px;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    min-width: 80px;
    text-align: center;
    border-radius: 6px; }
    .best-object-card__class a {
      color: #fff;
      text-decoration: none; }
    .best-object-card__class.A {
      background-color: #5fce67; }
    .best-object-card__class.B {
      background-color: #71aaeb; }
    .best-object-card__class.C {
      background-color: #fed63f; }
    .best-object-card__class.D {
      background-color: #f52f4b; }

.best-objects {
  padding-top: 105px;
  overflow: hidden; }
  .best-objects__title {
    margin-bottom: 20px;
    overflow: hidden; }
  .best-objects__content {
    margin-bottom: 26px; }
  .best-objects__paragraph {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2; }
  .best-objects__paragraph_light {
    margin: 0 0 25px;
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.2; }
  .best-objects__link {
    width: 100%;
    max-width: 320px; }
  .best-objects__graph {
    position: relative;
    width: calc(100% + 20px);
    padding-left: 20px;
    height: 560px; }
  .best-objects__legend {
    position: absolute;
    z-index: 1;
    left: -12px;
    width: 26px;
    height: 100%; }
  .best-objects__legend-item {
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    text-align: right; }
    .best-objects__legend-item:nth-child(1) {
      top: 0%; }
    .best-objects__legend-item:nth-child(2) {
      top: 10%; }
    .best-objects__legend-item:nth-child(3) {
      top: 20%; }
    .best-objects__legend-item:nth-child(4) {
      top: 30%; }
    .best-objects__legend-item:nth-child(5) {
      top: 40%; }
    .best-objects__legend-item:nth-child(6) {
      top: 50%; }
    .best-objects__legend-item:nth-child(7) {
      top: 60%; }
    .best-objects__legend-item:nth-child(8) {
      top: 70%; }
    .best-objects__legend-item:nth-child(9) {
      top: 80%; }
    .best-objects__legend-item:nth-child(10) {
      top: 90%; }
    .best-objects__legend-item--hidden {
      opacity: 0; }
  .best-objects__objects {
    z-index: 11;
    display: flex;
    flex-flow: row nowrap;
    height: calc(100% + 5px); }
    .best-objects__objects .slick-list,
    .best-objects__objects .slick-track {
      height: 100%;
      will-change: transform; }
    .best-objects__objects .slick-arrow {
      padding: 0;
      margin: 0;
      background: none;
      border: none;
      outline: none;
      position: absolute;
      top: 50%;
      left: 0;
      width: 35px;
      height: 35px;
      transform: translateY(-50%) rotate(-45deg);
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: #fed63f;
      font-size: 0;
      transition: opacity 300ms ease; }
      .best-objects__objects .slick-arrow.slick-prev {
        display: none !important;
        transform: translateY(-50%) rotate(135deg); }
      .best-objects__objects .slick-arrow.slick-next {
        left: auto;
        right: 28px; }
      .best-objects__objects .slick-arrow.slick-disabled {
        opacity: 0;
        pointer-events: none; }
  .best-objects__object {
    position: relative;
    width: 280px;
    height: 100%;
    flex: 0 0 auto;
    outline: none; }

@media (min-width: 768px) {
  .best-objects {
    position: relative;
    padding-top: 0;
    margin-top: -115px; }
    .best-objects::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      bottom: 0;
      background-color: #fed63f; }
    .best-objects__wrapper {
      display: flex; }
    .best-objects__title {
      position: relative;
      margin-bottom: 0;
      padding-bottom: 10px; }
      .best-objects__title::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        background-color: rgba(145, 145, 145, 0.2); }
    .best-objects__content {
      padding-top: 60px;
      width: 33.3%;
      flex: 1 1 auto; }
    .best-objects__paragraph {
      padding-right: 35px; }
    .best-objects__paragraph_light {
      padding-right: 35px; }
    .best-objects__link {
      position: relative;
      z-index: 12;
      white-space: nowrap; }
    .best-objects__graph {
      width: 66.6%;
      height: 600px;
      flex: 1 1 auto;
      padding-top: 5px;
      padding-left: 0;
      margin-bottom: 1px;
      margin-left: 1px;
      background-color: #fff;
      z-index: 11; }
    .best-objects__legend {
      left: -45px; }
      .best-objects__legend::after {
        content: '';
        position: absolute;
        height: calc(100% + 5px);
        width: 1px;
        right: 0;
        top: -5px;
        background-color: rgba(145, 145, 145, 0.2); }
    .best-objects__objects {
      width: calc(100% + 34px); }
      .best-objects__objects .slick-arrow.slick-prev {
        display: block !important;
        left: 28px;
        z-index: 1; } }

@media (min-width: 1024px) {
  .best-objects__paragraph {
    padding-right: 85px; }
  .best-objects__paragraph_light {
    padding-right: 85px; }
  .best-objects__legend {
    left: -55px; }
  .best-objects__link {
    width: 290px; }
  .best-objects__graph {
    height: 660px; }
  .best-objects__legend-item {
    font-size: 13px; } }

@media (min-width: 1200px) {
  .best-objects {
    margin-top: -165px; }
    .best-objects__title {
      padding-bottom: 35px; }
      .best-objects__title::after {
        width: calc(100% + 240px);
        left: -120px; }
    .best-objects__content {
      width: 400px;
      flex: 0 0 auto;
      padding-top: 60px; }
    .best-objects__paragraph {
      font-size: 30px; }
    .best-objects__objects {
      width: calc(100% + 20px); }
    .best-objects__legend-item {
      font-size: 16px; } }

@media (min-width: 1440px) {
  .best-objects__graph {
    width: 880px; }
  .best-objects__objects {
    width: 100%; } }

.btn {
  padding: 0 20px;
  height: 39px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #162133;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: #fed63f;
  /*border: 1px solid $theme-color;*/
  border: 0;
  border-radius: 8px;
  outline: none;
  transition: all 300ms ease; }
  .btn:hover, .btn:active, .btn:focus {
    background: #FFDD4D;
    text-decoration: none; }
  .btn__arrow {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 12px;
    width: 8px;
    height: 14px; }
    .btn__arrow.left {
      margin-left: 0;
      margin-right: 12px; }
  .btn__icon {
    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;
    margin-right: 10px;
    width: 15px;
    height: 15px; }
  .btn--secondary {
    background: rgba(14, 86, 169, 0.07);
    color: #2A415E; }
    .btn--secondary:hover {
      background: rgba(14, 86, 169, 0.1); }
  .btn--white {
    color: #162133;
    background: white; }
    .btn--white:hover {
      background: rgba(255, 255, 255, 0.8); }
  .btn--whatsapp {
    background: #1CA242;
    color: #fff; }
    .btn--whatsapp svg {
      margin-right: 5px; }
    .btn--whatsapp:hover {
      background: #1CA242;
      opacity: 0.8; }
  .btn--whatsapp-light {
    background: rgba(28, 162, 66, 0.1);
    color: #1CA242; }
    .btn--whatsapp-light svg {
      margin-right: 5px; }
    .btn--whatsapp-light:hover {
      background: rgba(28, 162, 66, 0.07); }
  .btn--icon svg {
    margin: 0; }
  .btn--small {
    padding: 7px 24px 6px;
    /*font-size: 16px;*/ }
  .btn--disabled {
    pointer-events: none;
    background: #FFF7D3;
    color: #7C7C7C; }
  .btn--fullwidth {
    width: 100%; }

@media (min-width: 1024px) {
  .btn--small {
    font-size: 12px; } }

.footer-nav__list {
  padding: 0;
  margin: 0 0 35px;
  list-style: none; }

.footer-nav__item {
  margin-bottom: 15px; }

.footer-nav__link {
  display: block;
  font-size: 16px;
  color: #a5a5a5;
  text-decoration: none;
  transition: color 300ms ease; }
  .footer-nav__link:hover, .footer-nav__link:active, .footer-nav__link:focus {
    color: #fed63f;
    text-decoration: none; }
  .footer-nav__link--highlight {
    color: #000;
    font-weight: 500; }

@media (min-width: 1024px) {
  .footer-nav {
    display: flex; }
    .footer-nav__list {
      flex: 1 1 auto;
      padding-right: 25px; } }

@media (min-width: 1200px) {
  .footer-nav__list {
    padding-right: 50px; } }

.hamburger {
  position: relative;
  width: 18px; }
  .hamburger:hover {
    cursor: pointer; }

.hamburger__line {
  width: 100%;
  height: 1px;
  background-color: var(--theme-text-color);
  color: var(--theme-text-color);
  display: block;
  margin: 0 auto 4px;
  transition: all 300ms ease; }
  .hamburger__line:last-child {
    margin-bottom: 0; }

.hamburger.active .hamburger__line:nth-child(2) {
  opacity: 0; }

.hamburger.active .hamburger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg); }

.hamburger.active .hamburger__line:nth-child(3) {
  transform: translateY(-3px) rotate(-45deg); }

.inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  min-width: 320px;
  max-width: 1200px;
  padding: 0 20px; }
  .inner.big {
    max-width: 1360px; }

@media (min-width: 768px) {
  .inner {
    padding: 0 34px; } }

@media (min-width: 1200px) {
  .inner {
    padding: 0 20px; } }

.invest-object-card {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 24px 16px; }
  .invest-object-card__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
    .invest-object-card__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .invest-object-card__image::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)); }
  .invest-object-card__name {
    position: relative;
    margin: 0 0 36px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1; }
    .invest-object-card__name::after {
      content: '';
      position: absolute;
      width: calc(50% + 16px);
      height: 1px;
      left: -16px;
      bottom: -15px;
      background-color: #fed63f; }
  .invest-object-card__price {
    margin-bottom: 4px;
    font-size: 24px;
    color: #fff;
    font-weight: 600; }
  .invest-object-card__tip {
    margin: 0 0 15px;
    font-size: 14px;
    color: #fff; }
  .invest-object-card__link {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #fed63f;
    text-decoration: none;
    transition: opacity 300ms ease; }
    .invest-object-card__link:hover, .invest-object-card__link:active, .invest-object-card__link:focus {
      opacity: 0.6;
      text-decoration: none; }
    .invest-object-card__link::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      bottom: -3px;
      background-color: #fed63f; }
  .invest-object-card__rate {
    position: relative;
    font-size: 50px;
    font-weight: 600;
    color: #6ec89e; }

@media (min-width: 1024px) {
  .invest-object-card {
    padding: 30px;
    padding-right: 16px; }
    .invest-object-card__title::after {
      width: calc(50% + 30px);
      left: -30px; }
    .invest-object-card__price {
      font-size: 32px; } }

.investment-steps {
  padding-top: 30px; }
  .investment-steps__title {
    margin-bottom: 48px; }
  .investment-steps__list {
    padding: 0;
    margin: 0 0 40px;
    list-style: none; }
  .investment-steps__item {
    position: relative;
    margin-bottom: 56px;
    padding-left: 72px; }
    .investment-steps__item:last-child {
      margin-bottom: 0; }
  .investment-steps__content {
    max-width: 250px; }
  .investment-steps__counter {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 100px;
    font-weight: 600;
    color: #fff;
    -webkit-text-stroke: 0.5px #b9b9b9;
    text-stroke: 0.5px #b9b9b9; }
  .investment-steps__item-title {
    margin: 0 0 26px;
    font-size: 16px;
    font-weight: 600; }
  .investment-steps__item-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6; }
  .investment-steps__appeal-text {
    margin: 0 0 5px;
    font-size: 28px;
    font-weight: 600; }
  .investment-steps__appeal-link {
    position: relative;
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    color: #fed63f;
    text-decoration: none;
    transition: opacity 300ms ease; }
    .investment-steps__appeal-link:hover, .investment-steps__appeal-link:active, .investment-steps__appeal-link:focus {
      opacity: 0.6; }

@media (min-width: 768px) {
  .investment-steps {
    padding-top: 80px; }
    .investment-steps__wrapper {
      display: grid;
      grid-template-areas: 'title list appeal' '. list appeal' '. list .';
      grid-template-columns: repeat(3, 33.3%);
      grid-template-rows: auto max-content auto; }
    .investment-steps__title {
      grid-area: title;
      padding-top: 45px; }
    .investment-steps__list {
      grid-area: list;
      margin-bottom: 45px; }
    .investment-steps__appeal {
      grid-area: appeal; }
    .investment-steps__item {
      padding-left: 65px;
      padding-right: 7px; }
    .investment-steps__counter {
      left: 7px; } }

@media (min-width: 1024px) {
  .investment-steps__title {
    padding-top: 25px; }
  .investment-steps__item {
    padding-left: 72px; }
  .investment-steps__appeal-text {
    font-size: 34px;
    margin-bottom: 8px; }
  .investment-steps__appeal-link::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    right: -16px;
    top: 50%;
    transform: translateY(-40%) rotate(-45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fed63f; }
  .investment-steps__item {
    margin-bottom: 45px; }
  .investment-steps__item-text {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .investment-steps {
    padding-top: 110px; }
    .investment-steps__title {
      margin-left: -3px;
      overflow: hidden; }
    .investment-steps__wrapper {
      position: relative;
      grid-template-columns: 400px 360px 400px; }
    .investment-steps__list {
      margin-bottom: 125px; }
    .investment-steps__item {
      padding-left: 124px;
      padding-right: 30px; }
      .investment-steps__item:first-child .investment-steps__counter {
        left: 35px; }
    .investment-steps__title {
      margin-top: -20px; }
    .investment-steps__item-title {
      margin-bottom: 20px; }
    .investment-steps__counter {
      font-size: 140px;
      left: 25px;
      top: -30px; }
    .investment-steps__appeal-text {
      margin-bottom: 12px;
      padding-right: 50px; } }

.lines {
  position: absolute;
  z-index: 12;
  width: 100%;
  max-width: 1200px;
  height: calc(100% - 55px);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  pointer-events: none; }
  .lines::before, .lines::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(145, 145, 145, 0.2); }
  .lines::after {
    left: auto;
    right: 20px; }
  .lines .top {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 3000px;
    background: transparent; }

@media (min-width: 768px) {
  .lines::before {
    left: 34px; }
  .lines::after {
    right: 34px; }
  .lines.small-right::after {
    opacity: 0; }
  .lines.left-only::after {
    opacity: 0; }
  .lines.left-only .line::after {
    opacity: 0; }
  .lines.two-columns .line {
    width: calc((100% - 68px) * 0.4);
    left: calc((100% - 68px) * 0.6 + 34px); }
    .lines.two-columns .line::after {
      opacity: 0; }
  .lines.only-sides .line {
    display: none; }
  .lines .line {
    position: absolute;
    width: calc((100% - 68px) / 3);
    height: 100%;
    left: calc((100% - 68px) / 3 + 34px); }
    .lines .line::before, .lines .line::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 1px;
      background-color: rgba(145, 145, 145, 0.2); }
    .lines .line::after {
      left: auto;
      right: 0; } }

@media (min-width: 1200px) {
  .lines::before {
    left: 20px; }
  .lines::after {
    right: 20px; }
  .lines.small-right::after {
    opacity: 1; }
  .lines.small-right .line {
    width: 400px; }
  .lines.offset-right {
    overflow: hidden; }
    .lines.offset-right::after {
      right: -40px; }
  .lines.two-columns .line {
    width: 495px;
    left: 665px; }
  .lines.account .line {
    display: none; }
  .lines .line {
    position: absolute;
    width: 360px;
    height: 100%;
    left: 420px; }
    .lines .line::before, .lines .line::after {
      content: '';
      position: absolute;
      left: 0px;
      top: 0;
      height: 100%;
      width: 1px;
      background-color: rgba(145, 145, 145, 0.2); }
    .lines .line::after {
      left: auto;
      right: 0; } }

.main-footer {
  background: var(--theme-footer-bg-color); }
  .main-footer__content {
    padding: 24px 0 92px; }
  .main-footer__top {
    margin-bottom: 24px; }
  .main-footer__top-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px; }
  .main-footer__logo {
    width: 86px;
    height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .main-footer__phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: var(--theme-text-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    margin-right: 24px; }
  .main-footer__phone-icon {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px; }
  .main-footer__phone-text {
    color: var(--theme-text-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 160%; }
  .main-footer__account {
    display: none; }
  .main-footer__top-text {
    color: #6a7784;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 8px; }
    .main-footer__top-text:last-child {
      margin-bottom: 0; }
  .main-footer__form {
    margin-bottom: 24px; }
  .main-footer__form-title {
    color: #71aaeb;
    font-size: 12px;
    font-weight: 600;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .main-footer__form-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid var(--theme-header-lk);
    background: var(--theme-footer-input);
    margin-bottom: 20px;
    padding: 8px;
    height: 54px; }
    .main-footer__form-wrapper path {
      fill: var(--theme-text-color); }
  .main-footer__form-submit {
    width: 16px;
    height: 16px;
    border: none;
    outline: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    padding: 0; }
  .main-footer__form-label {
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px);
    position: relative; }
    .main-footer__form-label .help-block {
      position: absolute;
      top: 8px;
      left: 2px;
      font-size: 12px;
      color: #f52f4b; }
  .main-footer__form-input {
    width: 100%;
    color: var(--theme-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    background: 0 0;
    border: none;
    outline: 0; }
    .main-footer__form-input::-webkit-input-placeholder, .main-footer__form-input::-moz-placeholder, .main-footer__form-input:-ms-input-placeholder, .main-footer__form-input::-ms-input-placeholder, .main-footer__form-input::placeholder {
      color: #b8bfc9; }
  .main-footer__form-policy {
    color: #6a7784;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%; }
    .main-footer__form-policy a {
      color: var(--theme-text-color);
      text-decoration: none; }
  .main-footer__socials {
    margin-bottom: 24px; }
  .main-footer__socials-title {
    color: #71aaeb;
    font-size: 12px;
    font-weight: 600;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .main-footer__socials-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .main-footer__socials-item {
    margin-right: 16px; }
  .main-footer__socials-link {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-socials);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease; }
    .main-footer__socials-link:hover {
      opacity: 0.5; }
  .main-footer__info {
    padding: 24px 0;
    border-top: 1px solid rgba(113, 211, 235, 0.2);
    border-bottom: 1px solid rgba(113, 211, 235, 0.2); }
  .main-footer__info-text {
    color: #6a7784;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%; }
    .main-footer__info-text.hidden {
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .main-footer__info-toggle {
    color: var(--theme-text-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 160%; }
  .main-footer__legal {
    padding-top: 24px; }
  .main-footer__legal-text {
    color: #6a7784;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 16px; }
  .main-footer__legal-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .main-footer__legal-link {
    text-decoration: none;
    color: var(--theme-text-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 16px; }
    .main-footer__legal-link:last-child {
      margin-bottom: 0; }
  .main-footer__col {
    display: none; }

@media screen and (min-width: 1200px) {
  .main-footer__content {
    padding: 60px 0 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .main-footer__bottom, .main-footer__col, .main-footer__top {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
  .main-footer __top {
    padding-right: 48px; }
  .main-footer__top-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 16px; }
  .main-footer__account {
    height: 33px;
    padding: 0 16px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--theme-footer-btn);
    font-size: 14px;
    color: var(--theme-text-color);
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 16px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease; }
    .main-footer__account:hover {
      opacity: 0.8; }
  .main-footer__account-icon {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px; }
  .main-footer__top-text {
    margin-bottom: 16px; }
  .main-footer__logo {
    margin-bottom: 32px; }
  .main-footer__bottom {
    padding-right: 0;
    margin-bottom: 24px; }
  .main-footer__col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 16px;
    margin-bottom: 24px; }
    .main-footer__col .main-footer__menu:last-child {
      margin-bottom: 0; }
  .main-footer__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 32px; }
  .main-footer__menu-title {
    color: #71aaeb;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .main-footer__menu-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .main-footer__menu-item {
    margin-bottom: 16px; }
    .main-footer__menu-item:last-child {
      margin-bottom: 0; }
  .main-footer__menu-link {
    color: var(--theme-text-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease; }
    .main-footer__menu-link:hover {
      opacity: 0.5; }
  .main-footer__demo {
    height: 33px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 16px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--theme-footer-btn);
    font-size: 14px;
    color: var(--theme-text-color);
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease; }
    .main-footer__demo:hover {
      opacity: 0.8; }
  .main-footer__form {
    margin-bottom: 32px; }
  .main-footer__form-wrapper {
    margin-bottom: 29px; }
    .main-footer__form-wrapper svg {
      position: absolute;
      right: 24px;
      z-index: 0; }
    .main-footer__form-wrapper input {
      z-index: 1; }
  .main-footer__legal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .main-footer__legal-text {
    margin-bottom: 0; }
  .main-footer__legal-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto; }
  .main-footer__legal-link {
    margin-left: 24px;
    margin-bottom: 0; } }

.alert-banner {
  padding: 12px 0;
  color: #000;
  font-size: 14px;
  background-color: #fed63f; }
  .alert-banner__content {
    text-align: center; }
    .alert-banner__content a {
      text-decoration: none;
      color: #000; }
    .alert-banner__content span {
      display: block; }

@media (min-width: 1024px) {
  .alert-banner {
    font-size: 16px; }
    .alert-banner__content span {
      display: inline-block;
      margin-right: 5px; }
      .alert-banner__content span:last-child {
        margin-right: 0; } }

@media (min-width: 1200px) {
  .alert-banner {
    font-size: 16px; } }

.main-header {
  width: 100%;
  height: 65px;
  border-bottom: 1px solid rgba(145, 145, 145, 0.2);
  position: relative;
  z-index: 100; }
  .main-header__inner {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 16px 20px;
    height: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto; }
  .main-header__logo {
    width: 110px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    z-index: 100; }
  .main-header__navigation {
    display: none;
    height: 100%;
    z-index: 100; }
  .main-header__phone {
    padding: 0 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: var(--theme-text-color);
    text-decoration: none;
    cursor: pointer;
    z-index: 100; }
  .main-header__personal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: var(--theme-header-lk);
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 100; }
    .main-header__personal:hover {
      color: #71aaeb; }
  .main-header__personal-icon {
    width: 17px;
    height: 17px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px; }
  .main-header__personal-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-text-color);
    text-transform: uppercase; }
    .main-header__personal-text--desktop {
      display: none; }

@media (min-width: 1024px) {
  .main-header__navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 44px; }
  .main-header__logo {
    width: 162px; }
  .main-header__phone {
    margin-right: 8px; }
  .main-header__personal-text {
    text-transform: inherit; }
    .main-header__personal-text--desktop {
      display: inline-block; }
    .main-header__personal-text--mobile {
      display: none; } }

.main-nav {
  height: 100%; }
  .main-nav__list {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0; }
  .main-nav__item {
    height: 100%;
    margin-left: 8px; }
    .main-nav__item:first-child {
      margin-left: 0; }
  .main-nav__link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 8px 16px;
    border-radius: 8px;
    color: var(--theme-text-color);
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease; }
    .main-nav__link .main-nav__arrow svg {
      transition: all .2s ease; }
    .main-nav__link .main-nav__demoacc {
      background: rgba(233, 233, 233, 0.2);
      color: #FFCE00; }
    .main-nav__link.active {
      background: rgba(233, 233, 233, 0.2); }
      .main-nav__link.active .main-nav__arrow svg {
        transform: rotate(-180deg); }
    .main-nav__link.art {
      background: linear-gradient(90deg, #BB59FE 0%, #F4BC9B 100%);
      color: #fff; }
      .main-nav__link.art:hover {
        opacity: 0.8;
        background: linear-gradient(90deg, #BB59FE 0%, #F4BC9B 100%); }
    .main-nav__link:hover {
      background: rgba(233, 233, 233, 0.2); }
  .main-nav__arrow {
    width: 8px;
    height: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 8px; }
  .main-nav__sub {
    position: fixed;
    top: 65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: calc(100% - 8px);
    max-width: 1352px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    background: 0 0;
    z-index: 0; }
    .main-nav__sub.active {
      opacity: 1;
      visibility: visible;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      z-index: 10; }

body[theme='dark-theme'] .main-nav__demoacc, body[theme='blue-theme'] .main-nav__demoacc {
  background: rgba(233, 233, 233, 0.1);
  color: #FFDD4D; }
  body[theme='dark-theme'] .main-nav__demoacc:hover, body[theme='blue-theme'] .main-nav__demoacc:hover {
    background: #FFDD4D;
    color: #162133; }

body[theme='white-theme'] .main-nav__demoacc {
  background: #FFCE00;
  color: #162133; }
  body[theme='white-theme'] .main-nav__demoacc:hover {
    background: #FFDD4D;
    color: #162133; }

body[theme='dark-theme'] .main-nav__arrow path {
  stroke: #fff; }

.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100; }
  .mobile-nav__list {
    position: relative;
    height: 100%;
    padding-bottom: 16px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    background: #f6f6f6;
    border-radius: 0;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    z-index: 10;
    /*padding-bottom: 16px;*/ }
  .mobile-nav__item {
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .mobile-nav__link {
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 160%;
    /*text-transform: uppercase;*/
    text-decoration: none;
    padding: 0 16px;
    text-align: center;
    cursor: pointer; }
  .mobile-nav__icon {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .mobile-nav__text {
    color: #2a415e;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap; }
    .mobile-nav__text.active {
      color: #71AAEB; }
  .mobile-nav__menu {
    position: fixed;
    bottom: 64px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 0;
    z-index: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease;
    -moz-transition: max-height .4s ease;
    transition: max-height .4s ease; }
    .mobile-nav__menu.active {
      max-height: -webkit-calc(100vh - 64px);
      max-height: -moz-calc(100vh - 64px);
      max-height: calc(100vh - 64px);
      z-index: 9; }

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

.mobile-menu {
  background: #f6f6f6;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2);
  box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2); }
  .mobile-menu__header {
    padding: 16px;
    overflow: hidden;
    max-height: 81px;
    opacity: 1;
    -webkit-transition: max-height .4s ease,padding .4s ease;
    -moz-transition: max-height .4s ease,padding .4s ease;
    transition: max-height .4s ease,padding .4s ease; }
    .mobile-menu__header.hidden {
      max-height: 0;
      opacity: 0;
      padding: 0; }
  .mobile-menu__button {
    height: 49px;
    width: 100%;
    border-radius: 8px;
    background: rgba(14, 86, 169, 0.07);
    font-size: 14px;
    color: #2a415e;
    line-height: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none; }
  .mobile-menu__button-icon {
    width: 17px;
    height: 17px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px; }
  .mobile-menu__inner {
    padding-bottom: 16px; }
  .mobile-menu__list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none; }
  .mobile-menu__item {
    height: 65px;
    max-height: 65px;
    width: 100%;
    padding: 0 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #e9e9e9;
    opacity: 1;
    -webkit-transition: max-height .4s ease;
    -moz-transition: max-height .4s ease;
    transition: max-height .4s ease; }
    .mobile-menu__item.hidden {
      max-height: 0;
      opacity: 0;
      border-top: 1px solid transparent; }
  .mobile-menu__link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none; }
  .mobile-menu__text {
    color: #2a415e;
    font-size: 14px;
    font-weight: 500;
    line-height: normal; }
    .mobile-menu__text.active {
      color: #71AAEB; }
  .mobile-menu__icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px; }
  .mobile-menu__arrow {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(14, 86, 169, 0.07);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-left: auto;
    cursor: pointer; }
  .mobile-menu__sub {
    width: 100%;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease;
    -moz-transition: max-height .4s ease;
    transition: max-height .4s ease; }
    .mobile-menu__sub .mobile-menu__item {
      max-height: 0; }
    .mobile-menu__sub.active {
      opacity: 1;
      max-height: -webkit-calc(100vh - 64px);
      max-height: -moz-calc(100vh - 64px);
      max-height: calc(100vh - 64px); }
      .mobile-menu__sub.active .mobile-menu__item {
        max-height: 65px; }
  .mobile-menu__back {
    height: 33px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer; }
  .mobile-menu__back-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    border-radius: 50%;
    background: rgba(14, 86, 169, 0.07);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: pointer; }
  .mobile-menu__back-text {
    color: #2a415e;
    font-size: 14px;
    font-weight: 500;
    line-height: normal; }

.sub-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px rgba(42, 65, 94, 0.2); }
  .sub-nav__block {
    width: 40%;
    padding: 32px 24px;
    background: #fff;
    -ms-flex-item-align: stretch;
    align-self: stretch; }
    .sub-nav__block:first-child {
      width: 35%;
      background: #2A415E; }
      .sub-nav__block:first-child .sub-nav__name {
        color: #fff; }
    .sub-nav__block:last-child {
      width: 25%;
      background: #f6f6f6; }
      .sub-nav__block:last-child .sub-nav__item {
        width: 100%; }
  .sub-nav__title {
    color: #71aaeb;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    height: 15px;
    margin-bottom: 16px;
    padding: 0 20px; }
  .sub-nav__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    flex-wrap: wrap; }
  .sub-nav__item {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px 20px;
    border-radius: 8px;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    margin-bottom: 16px; }
    .sub-nav__item:last-child {
      margin-bottom: 0; }
    .sub-nav__item:hover {
      background: rgba(113, 170, 235, 0.1);
      /*.sub-nav__name {
                transition: all .2s ease;
                color: #71aaeb;
            }*/ }
  .sub-nav__icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px; }
  .sub-nav__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .sub-nav__name {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: #162133; }
  .sub-nav__description {
    color: #6a7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px; }

@media screen and (min-width: 1200px) {
  .sub-nav__item {
    width: 50%; } }

.main-personal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 17.5px 20px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fcfcfc; }
  .main-personal__manager {
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer; }
  .main-personal__image {
    width: 40px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin-right: 10px; }
  .main-personal__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1; }
  .main-personal__name {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #000;
    margin-bottom: 6px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    /*&:hover {
            opacity: 1;
        }*/ }
  .main-personal__add-to-contacts {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 20px;
    display: flex;
    font-weight: 400;
    background-color: #FED63F;
    border-radius: 8px;
    transition: 0.3s;
    color: #000;
    text-decoration: none;
    white-space: nowrap; }
    .main-personal__add-to-contacts:hover {
      background-color: #f8c503; }
  .main-personal__subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.12;
    color: #000;
    opacity: 1;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .main-personal__bottom {
    display: none; }
  .main-personal__contacts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 50px;
    flex-wrap: wrap; }
  .main-personal__add-to-contacts-container {
    width: 100%;
    margin-top: 20px;
    display: flex; }
  .main-personal__phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 30px;
    border-right: 1px solid #ebebeb;
    text-decoration: none;
    opacity: .6;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease; }
    .main-personal__phone:hover {
      opacity: 1; }
  .main-personal__phone-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 6px; }
  .main-personal__phone-text {
    font-size: 12px;
    color: #000;
    white-space: nowrap;
    text-decoration: none; }
  .main-personal__email, .main-personal__whatsapp {
    height: 16px;
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .6;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease; }
  .main-personal__email:hover, .main-personal__whatsapp:hover {
    opacity: 1; }
  .main-personal__whatsapp {
    border-right: 1px solid #ebebeb; }
  .main-personal__modal {
    position: absolute;
    top: -75px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease; }
    .main-personal__modal.active {
      opacity: 1;
      visibility: visible;
      z-index: 10; }
  .main-personal__modal-window {
    position: relative;
    width: 380px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #fff;
    padding: 40px 30px 30px;
    border-radius: 5px; }
  .main-personal__modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 10px;
    height: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
  .main-personal__modal-manager {
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .main-personal__modal-image {
    width: 60px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin-right: 10px; }
  .main-personal__modal-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .main-personal__modal-name {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #000;
    margin-bottom: 6px; }
  .main-personal__modal-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.12;
    color: #000;
    opacity: .4; }
  .main-personal__modal-contacts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .main-personal__modal-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease; }
  .main-personal__modal-contact:last-child {
    margin-bottom: 0; }
  .main-personal__modal-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease; }
  .main-personal__modal-text {
    font-size: 16px;
    line-height: normal;
    color: #000; }
  .main-personal__modal-time {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 14px;
    color: #000;
    opacity: .6;
    font-size: 14px;
    line-height: normal; }
  .main-personal__label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    height: 21px;
    border-radius: 10px;
    background: #eeeeee;
    font-size: 10px;
    font-weight: 400;
    opacity: 1;
    margin-right: 0px;
    margin-left: 10px;
    white-space: nowrap; }

.main-personal__modal-contact .main-personal__modal-text {
  color: #000;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease; }

.main-personal__modal-contact .main-personal__modal-text {
  color: #000;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease; }

.main-personal__modal-contact:hover .main-personal__modal-text {
  color: #666; }

@media (min-width: 1024px) {
  .main-header__phone {
    margin-left: 24px; }
  .hide-on-desk {
    display: none; }
  .main-header__navigation {
    position: static;
    width: auto;
    padding: 0;
    margin: 0;
    height: auto;
    margin-left: auto;
    margin-right: 40px;
    overflow: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: transparent;
    margin-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .main-personal {
    width: 280px;
    height: 74px;
    padding: 16.5px 20px;
    margin-left: 40px;
    margin-right: 17px;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-top: none;
    border-bottom: none;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    transition: background-color .2s ease; }
    .main-personal.active {
      border-right: none;
      background-color: #e9e9e9; }
    .main-personal__modal-close {
      top: 10px;
      right: 10px;
      width: 40px;
      height: 40px; }
    .main-personal__manager {
      height: 100%;
      margin-bottom: 0; }
    .main-personal__name {
      font-size: 12px;
      opacity: 1; }
    .main-personal__subtitle {
      display: none; }
    .main-personal__bottom {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .main-personal__label {
      margin-right: 15px;
      margin-left: 0;
      background: #FED63F; }
    .main-personal__contact-icons {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .main-personal__contact-icon {
      width: 14px;
      height: 14px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 10px;
      cursor: pointer;
      opacity: 1; }
    .main-personal__contacts {
      display: none; }
    .main-personal__modal {
      top: 75px;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      height: -webkit-calc(100vh - 75px);
      height: -moz-calc(100vh - 75px);
      height: calc(100vh - 75px); }
    .main-personal__modal-window {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      margin-right: 34px; }
    .main-personal__info {
      opacity: .6;
      -webkit-transition: opacity .2s ease;
      -moz-transition: opacity .2s ease;
      transition: opacity .2s ease; }
      .main-personal__info:hover {
        opacity: 1; } }

@media (min-width: 1200px) {
  .main-header__phone {
    margin-left: 50px; }
  .main-personal__modal-window {
    margin-right: -webkit-calc((100vw - 1160px) / 2);
    margin-right: -moz-calc((100vw - 1160px) / 2);
    margin-right: calc((100vw - 1160px) / 2); }
  .main-nav__item {
    padding: 0 4px; } }

/*@media(min-width: 1280px) {*/
/*    .main-nav__item {*/
/*        padding: 0 20px;*/
/*    }*/
/*}*/
.main-personal__modal-contact .main-personal__modal-icon path {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease; }

.main-personal__modal-contact:hover .main-personal__modal-icon path {
  fill: #666666; }

.main-personal__info .main-personal__contact-icon {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s; }

.main-personal__contact-icon svg {
  overflow: visible; }

html.menu-opened, html.modal-opened {
  overflow: hidden; }

body.menu-opened, body.modal-opened {
  overflow: hidden; }

.profit-calc {
  padding-top: 40px;
  background-color: #fff;
  overflow: hidden; }
  .profit-calc__text {
    position: relative;
    padding-left: 115px;
    margin-bottom: 95px;
    font-size: 14px;
    line-height: 1.55; }
    .profit-calc__text p {
      margin: 0; }
    .profit-calc__text a {
      position: relative;
      display: inline-block;
      color: #fed63f;
      text-decoration: none;
      transition: opacity 300ms ease; }
      .profit-calc__text a:hover, .profit-calc__text a:active, .profit-calc__text a:focus {
        color: #fed63f;
        text-decoration: none;
        opacity: 0.6; }
      .profit-calc__text a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: -2px;
        background-color: currentColor; }
  .profit-calc__ruble-icon {
    position: absolute;
    width: 96px;
    height: 120px;
    left: 0;
    top: 6px; }
    .profit-calc__ruble-icon svg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      fill: none;
      stroke: #b9b9b9; }
  .profit-calc__title {
    margin-bottom: 15px;
    overflow: hidden; }
  .profit-calc__investment {
    position: relative;
    width: calc(100% + 20px);
    margin-left: -20px;
    height: 100px; }
  .profit-calc__investment-range {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .profit-calc__investment-data {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%); }
  .profit-calc__investment-label {
    font-size: 14px;
    line-height: 1.6; }
  .profit-calc__investment-value {
    font-size: 28px;
    font-weight: 600;
    line-height: 1; }
  .profit-calc__objects {
    position: relative;
    z-index: 1;
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 506px;
    overflow: hidden; }
  .profit-calc__income-range {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 44px;
    bottom: 115px; }
  .profit-calc__investment-range.noUi-target, .profit-calc__income-range.noUi-target {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none; }
  .profit-calc__investment-range .noUi-connects, .profit-calc__income-range .noUi-connects {
    border-radius: 0; }
  .profit-calc__investment-range .noUi-connect, .profit-calc__income-range .noUi-connect {
    background-color: rgba(254, 214, 63, 0.2); }
  .profit-calc__investment-range .noUi-origin, .profit-calc__income-range .noUi-origin {
    height: 100%; }
  .profit-calc__investment-range .noUi-connect.transition,
  .profit-calc__investment-range .noUi-origin.transition, .profit-calc__income-range .noUi-connect.transition,
  .profit-calc__income-range .noUi-origin.transition {
    transition: transform 300ms ease; }
  .profit-calc__investment-range .noUi-handle, .profit-calc__income-range .noUi-handle {
    top: 0;
    width: 74px;
    right: -37px;
    height: 100%;
    background: none;
    box-shadow: none;
    border: none;
    outline: none; }
    .profit-calc__investment-range .noUi-handle::before, .profit-calc__investment-range .noUi-handle::after, .profit-calc__income-range .noUi-handle::before, .profit-calc__income-range .noUi-handle::after {
      width: 0;
      height: 0;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
      border-right: 16px solid #fed63f;
      background: none; }
    .profit-calc__investment-range .noUi-handle::after, .profit-calc__income-range .noUi-handle::after {
      right: 0;
      left: auto;
      transform: translateY(-50%) rotate(180deg); }
  .profit-calc__investment-range .noUi-touch-area, .profit-calc__income-range .noUi-touch-area {
    position: relative;
    width: 100%;
    height: 100%; }
    .profit-calc__investment-range .noUi-touch-area::after, .profit-calc__income-range .noUi-touch-area::after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      left: 50%;
      background-color: #fed63f; }
  .profit-calc__income-range .noUi-connect {
    background-color: transparent; }
  .profit-calc__objects-nav {
    position: absolute;
    width: 100%;
    z-index: 2; }
    .profit-calc__objects-nav::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      left: 20px;
      background-color: rgba(145, 145, 145, 0.2); }
    .profit-calc__objects-nav .slick-slide {
      height: 44px;
      padding-left: 20px;
      display: flex;
      align-items: center;
      color: #fff;
      opacity: 0.3;
      font-weight: 600;
      transition: opacity 300ms ease;
      outline: none; }
      .profit-calc__objects-nav .slick-slide.slick-current {
        opacity: 1; }
  .profit-calc__objects-slider {
    height: 100%; }
    .profit-calc__objects-slider .slick-list,
    .profit-calc__objects-slider .slick-track,
    .profit-calc__objects-slider .slick-slide {
      height: 100%; }
  .profit-calc__object-link {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 12;
    font-size: 25px;
    font-weight: 500;
    color: #fed63f;
    text-decoration: none;
    transition: opacity 300ms ease; }
    .profit-calc__object-link::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      bottom: -3px;
      background-color: #fed63f; }
    .profit-calc__object-link:hover, .profit-calc__object-link:active, .profit-calc__object-link:focus {
      opacity: 0.6;
      text-decoration: none; }

@media (min-width: 768px) {
  .profit-calc {
    padding-top: 85px; }
    .profit-calc__wrapper {
      display: grid;
      grid-template-areas: '. . text' 'title objects objects' 'investment objects objects';
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto max-content auto; }
    .profit-calc__text {
      grid-area: text;
      padding-left: 0;
      font-size: 16px; }
    .profit-calc__ruble-icon {
      left: -130px; }
    .profit-calc__title {
      grid-area: title;
      align-self: start;
      position: relative;
      top: -10px;
      margin-bottom: 0;
      height: 106px; }
    .profit-calc__investment {
      grid-area: investment;
      height: 100%;
      width: calc(100% + 35px);
      margin-left: -35px; }
    .profit-calc__investment-data {
      left: 35px;
      top: 205px;
      transform: none; }
    .profit-calc__investment-label {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: initial; }
    .profit-calc__investment-value {
      font-size: 30px;
      line-height: initial; }
    .profit-calc__investment-range .noUi-handle, .profit-calc__income-range .noUi-handle {
      cursor: col-resize; }
      .profit-calc__investment-range .noUi-handle::before, .profit-calc__investment-range .noUi-handle::after, .profit-calc__income-range .noUi-handle::before, .profit-calc__income-range .noUi-handle::after {
        top: 65%; }
    .profit-calc__investment-range::after {
      content: '';
      position: absolute;
      width: calc(100% - 35px);
      height: 1px;
      right: 0;
      bottom: 0;
      background-color: rgba(145, 145, 145, 0.2); }
    .profit-calc__income-range {
      top: 106px;
      bottom: 0; }
    .profit-calc__objects {
      z-index: 10;
      grid-area: objects;
      width: calc(100% + 35px);
      margin-left: 0;
      height: 684px; }
    .profit-calc__objects-nav .slick-slide {
      height: 106px;
      padding-left: 45px;
      font-size: 25px;
      cursor: pointer; }
    .profit-calc__objects-nav::after {
      left: 0; }
    .profit-calc__object-link {
      left: 40px; } }

@media (min-width: 1200px) {
  .profit-calc {
    padding-top: 125px; }
    .profit-calc__wrapper {
      grid-template-columns: 400px 360px 400px; }
    .profit-calc__title {
      height: 120px;
      left: -3px; }
      .profit-calc__title .title {
        line-height: 1.1; }
    .profit-calc__text {
      max-width: 260px; }
    .profit-calc__investment {
      width: calc(100% + 120px);
      margin-left: -120px; }
    .profit-calc__investment-range::after {
      width: 100%; }
    .profit-calc__investment-data {
      left: 120px; }
    .profit-calc__objects {
      width: calc(100% + 120px);
      height: 684px; }
    .profit-calc__objects-nav .slick-slide {
      padding-left: 55px;
      height: 120px; }
    .profit-calc__income-range {
      top: 120px; }
    .profit-calc__object-link {
      left: 55px;
      bottom: 35px; } }

.profit-object {
  position: relative;
  padding: 60px 20px 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  color: #fff; }
  .profit-object__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .profit-object__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .profit-object__image::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)); }
  .profit-object__content {
    position: relative;
    z-index: 2;
    margin: auto 0; }
  .profit-object__title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 400; }
  .profit-object__data-row {
    margin-bottom: 16px; }
    .profit-object__data-row:last-child {
      margin-bottom: 0; }
  .profit-object__data-value {
    margin: 0 0 5px;
    max-width: 240px;
    border-bottom: 1px solid #fff;
    font-size: 28px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden; }
    .profit-object__data-value-rate {
      border-bottom: none; }
    .profit-object__data-value .value {
      outline: none; }
  .profit-object__data-label {
    font-size: 14px; }
    .profit-object__data-label a {
      color: #fff; }
  .profit-object__footer {
    position: relative;
    z-index: 2;
    height: 115px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .profit-object__footer::before {
      content: '';
      position: absolute;
      width: calc(100% + 40px);
      height: 1px;
      left: -20px;
      top: 0;
      background-color: rgba(145, 145, 145, 0.2); }
  .profit-object__name {
    margin: 20px 0 10px;
    font-size: 25px;
    font-weight: 600; }

@media (min-width: 768px) {
  .profit-object {
    padding: 106px 40px 0; }
    .profit-object__footer {
      height: 95px; }
      .profit-object__footer::before {
        display: none; }
    .profit-object__name {
      display: none; }
    .profit-object__content {
      margin-top: 115px; }
    .profit-object__data-value {
      font-size: 30px; } }

@media (min-width: 1200px) {
  .profit-object {
    padding: 120px 55px 0; } }

.title {
  position: relative;
  display: inline-block;
  margin: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2; }
  .title.main {
    font-size: 32px; }
  .title.small {
    font-size: 20px; }
  .title.account {
    font-size: 24px; }
  .title.medium {
    font-size: 28px; }
  .title.light {
    color: #fff; }

@media (min-width: 768px) {
  .title {
    font-size: 32px; }
    .title.small, .title.account {
      font-size: 26px; }
    .title.medium {
      font-size: 28px; } }

@media (min-width: 1024px) {
  .title {
    font-size: 40px; }
    .title.small, .title.account {
      font-size: 30px; }
    .title.medium {
      font-size: 34px; } }

@media (min-width: 1200px) {
  .title {
    font-size: 50px;
    line-height: 1.1; }
    .title.small {
      font-size: 34px; }
    .title.medium {
      font-size: 34px; } }

.page-navigation {
  position: relative; }
  .page-navigation__wrapper {
    overflow: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    border-bottom: 1px solid #ebebeb;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .page-navigation__wrapper::-webkit-scrollbar {
      display: none; }
  .page-navigation__list {
    display: flex;
    padding-bottom: 1px; }
  .page-navigation__controls {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0; }
    .page-navigation__controls .control-btn {
      padding: 0;
      margin: 0;
      background: none;
      border: none;
      outline: none;
      position: absolute;
      z-index: 2;
      width: 30px;
      height: 30px;
      top: 45%;
      transform: translateY(-50%);
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      font-size: 0;
      background-color: rgba(255, 255, 255, 0.95);
      transition: opacity 300ms ease; }
      .page-navigation__controls .control-btn.disabled {
        opacity: 0;
        pointer-events: none; }
      .page-navigation__controls .control-btn::before {
        content: '';
        position: absolute;
        width: 9px;
        height: 9px;
        transform: rotate(135deg);
        border-width: 0 1px 1px 0;
        border-style: solid;
        border-color: #fed63f; }
      .page-navigation__controls .control-btn.prev {
        left: 0; }
      .page-navigation__controls .control-btn.next {
        right: 0; }
        .page-navigation__controls .control-btn.next::before {
          transform: rotate(-45deg); }
  .page-navigation__link {
    flex: 0 0 auto;
    position: relative;
    padding: 12px 32px 20px;
    scroll-snap-align: start;
    outline: none;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    outline: none;
    transition: color 300ms ease; }
    .page-navigation__link::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: -1px;
      left: 0;
      transform: scaleX(0);
      background-color: #fed63f;
      transition: transform 300ms ease; }
    .page-navigation__link.active {
      font-weight: 600; }
      .page-navigation__link.active::before {
        transform: scaleX(1); }
    .page-navigation__link svg {
      position: relative;
      width: 16px;
      height: 16px;
      right: 0px;
      top: 0;
      fill: #fed63f; }
    .page-navigation__link--notify::after {
      /*content: '!';*/
      content: '';
      position: absolute;
      top: 12px;
      right: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #E53838;
      width: 6px;
      height: 6px;
      /*width: 9px;
                height: 9px;*/
      color: #000;
      line-height: 1;
      font-size: 7px;
      font-weight: 700;
      /*background-color: $theme-color;*/
      border-radius: 50%; }
  .page-navigation__notify {
    position: absolute;
    top: 12px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6px;
    height: 6px;
    /*width: 9px;
        height: 9px;*/
    color: #000;
    line-height: 1;
    /*font-size: 7px;*/
    font-size: 0;
    font-weight: 700;
    /*background-color: $theme-color;*/
    background-color: #E53838;
    border-radius: 50%; }
  .page-navigation__notice {
    position: absolute;
    top: 12px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6px;
    height: 6px;
    color: #000;
    line-height: 1;
    font-size: 0;
    font-weight: 700;
    background-color: #71aaeb;
    border-radius: 50%; }
  .page-navigation__lock {
    color: #B8BFC9;
    display: flex;
    flex: 0 0 auto;
    position: relative;
    padding: 12px 32px 20px;
    scroll-snap-align: start;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 500;
    text-decoration: none;
    outline: none; }
    .page-navigation__lock svg {
      height: 16px;
      width: 16px;
      margin-left: 5px;
      fill: #B8BFC9; }

@media (min-width: 768px) {
  .page-navigation.small .page-navigation__link {
    padding: 12px 35px 12px; }
  .page-navigation__item {
    padding-right: 16px; }
  .page-navigation__link, .page-navigation__lock {
    padding: 12px 52px 20px; } }

@media (min-width: 1024px) {
  .page-navigation.small .page-navigation__link {
    font-size: 14px; }
  .page-navigation__link {
    font-size: 16px; }
    .page-navigation__link:not(.active):hover, .page-navigation__link:not(.active):focus-visible {
      color: #fed63f;
      text-decoration: none; } }

@media (min-width: 1200px) {
  .page-navigation.small .page-navigation__link {
    font-size: 14px; }
  .page-navigation__link {
    font-size: 18px; } }

.label_new:after {
  content: 'new';
  margin-left: 5px;
  color: #fff;
  text-shadow: none;
  background: #162133;
  border-radius: 4px 8px 4px 8px;
  padding: 4.5px 8px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  transition: color 300ms ease; }

.label_new:hover:after {
  color: #F8D85E; }

.youtube-videos__wrapper {
  background: #ffffff;
  position: relative;
  z-index: 9;
  margin-left: 1px;
  width: calc(100% - 2px);
  overflow: hidden;
  margin-top: 250px; }

@media (min-width: 768px) {
  .youtube-videos__wrapper {
    padding-top: 135px;
    margin-top: 0; }
    .youtube-videos__wrapper::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      bottom: 0;
      background-color: rgba(145, 145, 145, 0.2); } }

.index-bottom {
  padding-top: 48px;
  background: #e1e5ea; }
  .index-bottom__cover {
    border-radius: 24px 24px 0 0;
    background: #162133; }
  .index-bottom__wrapper {
    padding: 24px 0; }
  .index-bottom__title {
    color: #fff;
    font-family: Muller,sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 16px;
    padding: 0 16px; }
  .index-bottom__item {
    position: relative;
    border-radius: 16px;
    background: #2a415e;
    padding: 16px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin: 0 4px;
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    overflow: hidden; }
  .index-bottom__top {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -4px 8px;
    width: -webkit-calc(100% + 8px);
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px); }
  .index-bottom__bottom {
    margin: 0 -4px;
    width: -webkit-calc(100% + 8px);
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px); }
    .index-bottom__bottom .index-bottom__item {
      width: -webkit-calc(100% - 8px);
      width: -moz-calc(100% - 8px);
      width: calc(100% - 8px); }
    .index-bottom__bottom .index-bottom__name {
      margin-bottom: 0; }
    .index-bottom__bottom .index-bottom__text {
      margin-bottom: 16px; }
  .index-bottom__name {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 8px;
    font-family: 'Muller', sans-serif; }
  .index-bottom__name-large {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 16px;
    font-family: 'Muller', sans-serif; }
  .index-bottom__text {
    color: #b8bfc9;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 8px; }
  .index-bottom__form-title {
    display: block;
    color: #71aaeb;
    font-size: 12px;
    font-weight: 600;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .index-bottom__form-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px; }
  .index-bottom__form-label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 8px;
    border: 1px solid rgba(22, 33, 51, 0.4);
    background: rgba(22, 33, 51, 0.3);
    padding: 8px;
    height: 54px;
    margin: 0;
    margin-right: 16px; }
  .index-bottom__form-submit {
    padding: 0 30px;
    height: 54px;
    font-size: 14px; }
  .index-bottom__form-input {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    background: 0 0;
    padding: 0;
    margin: 0;
    border: none;
    outline: 0; }
    .index-bottom__form-input::-webkit-input-placeholder, .index-bottom__form-input::-moz-placeholder, .index-bottom__form-input:-ms-input-placeholder, .index-bottom__form-input::-ms-input-placeholder, .index-bottom__form-input::placeholder {
      color: #b8bfc9; }
  .index-bottom__form-policy {
    color: #6a7784;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 8px; }
    .index-bottom__form-policy a {
      color: #fff;
      text-decoration: none; }
  .index-bottom__index {
    position: absolute;
    bottom: -20px;
    right: 22px;
    color: #162133;
    font-family: Muller,sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 120%; }
  .index-bottom__bg {
    display: none;
    position: absolute;
    bottom: 0;
    right: 32px;
    width: 303px;
    height: 387px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain; }

@media screen and (min-width: 1200px) {
  .index-bottom__cover {
    border-radius: 64px 64px 0 0; }
  .index-bottom__wrapper {
    padding: 80px 0; }
  .index-bottom__title {
    font-size: 34px;
    padding: 0 32px;
    margin-bottom: 24px; }
  .index-bottom__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .index-bottom__top {
    width: 376px;
    min-width: 376px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    margin-right: 16px; }
    .index-bottom__top .index-bottom__item:first-child {
      height: 242px;
      margin-bottom: 16px; }
    .index-bottom__top .index-bottom__item:nth-child(2) {
      height: 242px; }
  .index-bottom__item {
    padding: 32px;
    border-radius: 32px;
    width: 100%;
    margin: 0; }
  .index-bottom__name {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 16px; }
  .index-bottom__text {
    font-size: 14px;
    line-height: 140%;
    color: #fff; }
  .index-bottom__index {
    font-size: 100px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    left: 32px;
    right: auto;
    bottom: -40px; }
  .index-bottom__bg {
    display: block; }
  .index-bottom__bottom {
    -ms-flex-item-align: stretch;
    align-self: stretch; }
    .index-bottom__bottom .index-bottom__item {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .index-bottom__bottom .index-bottom__name {
      margin-bottom: 8px; }
    .index-bottom__bottom .index-bottom__index {
      font-size: 120px;
      top: 34px;
      bottom: auto;
      right: 180px;
      left: auto; }
    .index-bottom__bottom .index-bottom__text {
      max-width: 377px;
      margin-bottom: auto; }
  .index-bottom__name-large {
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
    max-width: 377px; }
  .index-bottom__form {
    max-width: 377px; }
  .index-bottom__form-title {
    line-height: normal; }
  .index-bottom__form-policy {
    line-height: normal;
    margin-bottom: 0; }
  .index-bottom__form-submit {
    font-size: 16px; } }

@media screen and (min-width: 1360px) {
  .index-bottom {
    padding-top: 56px; }
    .index-bottom__title {
      padding: 0 40px; }
    .index-bottom__top {
      width: 430px;
      min-width: 430px; }
    .index-bottom__item {
      padding: 40px; }
    .index-bottom__index {
      left: 40px; }
    .index-bottom__bg {
      right: 40px; }
    .index-bottom__bottom .index-bottom__index {
      right: 188px; }
    .index-bottom__bottom .index-bottom__text {
      max-width: 468px;
      margin-bottom: auto; }
    .index-bottom__name-large {
      max-width: 468px; }
    .index-bottom__form {
      max-width: 468px; } }

.index-slider {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: -16px;
  margin-right: -16px;
  width: -webkit-calc(100% + 32px);
  width: -moz-calc(100% + 32px);
  width: calc(100% + 32px);
  padding: 0 16px; }
  .index-slider__isin-copy {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .index-slider__isin-copy svg {
      margin-right: 5px; }
    .index-slider__isin-copy path {
      transition: all 0.2s ease; }
    .index-slider__isin-copy.active path {
      fill: #FFCE00; }
  .index-slider__button {
    order: 2;
    min-height: 39px; }
  .index-slider__item {
    position: relative;
    height: 100%;
    padding: 24px;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none; }
    .index-slider__item.hidden {
      display: none; }
    .index-slider__item--realty .index-slider__object {
      position: absolute;
      top: -16px;
      right: -16px;
      font-size: 110px;
      font-family: Muller, 'Montserrat', sans-serif;
      font-weight: 800;
      color: #fff;
      line-height: normal;
      opacity: .5;
      text-transform: uppercase; }
    .index-slider__item--realty .index-slider__title {
      line-height: 1; }
    .index-slider__item--realty .index-slider__content {
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .index-slider__item--estate .index-slider__title {
      font-weight: 700;
      margin-bottom: auto; }
      .index-slider__item--estate .index-slider__title.flipping-status-bar {
        margin-bottom: 0; }
    .index-slider__item--adv {
      padding: 24px; }
      .index-slider__item--adv .index-slider__title {
        font-weight: 600;
        font-size: 18px;
        font-family: Muller, 'Montserrat', sans-serif;
        margin-top: 4px; }
    .index-slider__item--blog {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0; }
      .index-slider__item--blog .index-slider__content {
        width: 100%;
        border-radius: 24px;
        height: 105px;
        padding: 0 24px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .index-slider__item--blog .index-slider__title {
        font-family: Montserrat,sans-serif;
        font-weight: 500;
        line-height: 160%;
        font-size: 14px; }
  .index-slider__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 12px; }
  .index-slider__top-text {
    display: none; }
    .index-slider__top-text.dark {
      color: #162133; }
  .index-slider__label {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    text-transform: uppercase;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); }
    .index-slider__label.dark {
      color: #162133;
      background: rgba(22, 33, 51, 0.1); }
    .index-slider__label.text-normal {
      text-transform: none; }
  .index-slider__title {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    font-family: Muller, 'Montserrat', sans-serif;
    line-height: normal; }
    .index-slider__title.dark {
      color: #162133; }
    .index-slider__title.yellow {
      color: #ffce00; }
    .index-slider__title.big-title {
      margin-bottom: auto;
      margin-top: 8px;
      font-size: 24px;
      line-height: 28px;
      font-weight: 700;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .index-slider__title .big {
      font-size: 28px;
      line-height: 28px;
      font-weight: 800; }
  .index-slider__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    z-index: 0; }
  .index-slider__content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    z-index: 1;
    text-decoration: none; }
    .index-slider__content.center {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .index-slider__content.space-between {
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .index-slider__content--white {
      background: #fff; }
      .index-slider__content--white .index-slider__title {
        color: #162133; }
    .index-slider__content--dark {
      background: var(--grey-text, #6a7784); }
  .index-slider__subtitle {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 8px;
    margin-top: 8px; }
  .index-slider__icon {
    width: auto;
    height: 56px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 8px; }
  .index-slider__pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 40px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto !important;
    bottom: 24px !important;
    padding: 8px 4px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: 24px; }
    .index-slider__pagination .swiper-pagination-bullet {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 8px;
      height: 8px;
      margin: 0 4px !important;
      opacity: 1 !important;
      border-radius: 50%;
      background: #6a7784; }
    .index-slider__pagination .swiper-pagination-bullet-active {
      width: 24px;
      border-radius: 8px;
      background: #e1e5ea; }
  .index-slider__timer {
    display: none;
    width: 100%;
    justify-content: space-between; }
    .index-slider__timer.mini {
      width: 260px;
      padding: 10px;
      border-radius: 10px;
      display: none;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      .index-slider__timer.mini.small {
        justify-content: flex-start; }
        .index-slider__timer.mini.small .index-slider__timer-annotation {
          width: 100%; }
        .index-slider__timer.mini.small .index-slider__timer-item {
          margin-left: 0;
          margin-top: 8px;
          padding-bottom: 0;
          min-width: auto;
          align-items: flex-end; }
          .index-slider__timer.mini.small .index-slider__timer-item:after {
            content: none; }
          .index-slider__timer.mini.small .index-slider__timer-item:before {
            position: relative;
            order: 2;
            margin-left: 5px;
            /*                        margin-bottom: 2px;*/
            font-size: 14px;
            line-height: 18px; }
          .index-slider__timer.mini.small .index-slider__timer-item:not(:last-child) {
            margin-right: 10px; }
      .index-slider__timer.mini.transparent {
        background: transparent;
        padding: 8px 0;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .index-slider__timer.mini.transparent .index-slider__timer-annotation {
          width: 100%;
          margin-bottom: 8px; }
    .index-slider__timer.dark-red-yellow-gradient {
      color: #fff;
      background: -webkit-linear-gradient(90deg, #162133 0%, #C32100 100%);
      background: -o-linear-gradient(90deg, #162133 0%, #C32100 100%);
      background: linear-gradient(90deg, #162133 0%, #C32100 100%); }
    .index-slider__timer.white {
      background: rgba(255, 255, 255, 0.2); }
  .index-slider__timer-annotation {
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin-right: 10px;
    display: none;
    padding-top: 2px; }
  .index-slider__timer-animation {
    display: none;
    border-radius: 100%;
    border: 1px solid #E53838;
    animation: pulse 1.5s ease infinite;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 21px; }
    .index-slider__timer-animation:before {
      content: '';
      width: 12px;
      height: 12px;
      border-radius: 12px;
      background: #E53838; }
    .index-slider__timer-animation.active {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
  .index-slider__timer-item {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    display: flex;
    position: relative;
    justify-content: center;
    min-width: 38px; }
    .index-slider__timer-item:before {
      content: attr(data-title);
      font-size: 10px;
      line-height: 12px;
      font-weight: 500;
      position: absolute;
      bottom: 0;
      opacity: 0.8; }
    .index-slider__timer-item:not(:last-child) {
      margin-right: 20px; }
      .index-slider__timer-item:not(:last-child):after {
        content: ":";
        position: absolute;
        right: calc(-50% + 5px - 3.5px);
        opacity: 0.4; }

@media screen and (min-width: 1200px) {
  .index-slider__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .index-slider__item {
    padding: 32px; }
    .index-slider__item--realty {
      display: none; }
    .index-slider__item--estate {
      height: 360px;
      width: 66.5%; }
    .index-slider__item--adv {
      height: 225px;
      width: 32%;
      padding: 40px; }
    .index-slider__item--image {
      -webkit-box-ordinal-group: 6;
      -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
      height: 219px;
      width: 32%;
      margin-top: -119px; }
    .index-slider__item--blog {
      -webkit-box-ordinal-group: 5;
      -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
      height: 84px;
      width: 66.5%;
      margin-top: 16px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0; }
      .index-slider__item--blog .index-slider__content {
        height: 100%;
        border-radius: 32px;
        width: -webkit-calc(50% - 8px);
        width: -moz-calc(50% - 8px);
        width: calc(50% - 8px);
        padding: 0 32px; }
      .index-slider__item--blog .index-slider__title {
        font-size: 16px; }
  .index-slider__top {
    margin-bottom: 16px; }
  .index-slider__top-text {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    margin-right: 16px; }
  .index-slider__title {
    font-size: 40px; }
    .index-slider__title.big-title {
      margin-top: 0;
      margin-bottom: 16px;
      font-size: 56px;
      line-height: 56px; }
    .index-slider__title .big {
      font-size: 80px;
      line-height: 80px; }
  .index-slider__timer-item:not(:last-child):after {
    right: calc(-50%); }
  .index-slider__pagination {
    display: none; }
  .index-slider__timer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .index-slider__timer.mini {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 250px;
      padding: 10px 20px;
      flex-wrap: wrap; }
  .index-slider__timer-annotation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 1360px) {
  .index-slider__item {
    padding: 40px; }
    .index-slider__item--estate {
      height: 413px; }
    .index-slider__item--adv {
      height: 262px; }
    .index-slider__item--image {
      height: 262px;
      margin-top: -135px; }
    .index-slider__item--blog {
      height: 111px;
      padding: 0; }
      .index-slider__item--blog .index-slider__content {
        padding: 0 40px; } }

@keyframes pulse {
  0% {
    width: 13px;
    height: 13px; }
  50% {
    width: 20px;
    height: 20px;
    margin-left: -3.5px; }
  100% {
    width: 13px;
    height: 13px; } }

.index-top {
  padding-top: 65px;
  margin-top: -65px;
  background: linear-gradient(-45deg, #162133, #28415e, #000);
  background-size: 400% 400%;
  animation: gradient 120s ease infinite; }
  .index-top.new-year {
    background: url("/images/redesign/index-top/index-ny1.jpg?3385");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: none; }
  .index-top.anniversary {
    animation: none;
    background: linear-gradient(-30deg, #162133, #28415e); }
    .index-top.anniversary:before {
      position: absolute;
      right: 0;
      z-index: 0;
      height: calc(364px / 2);
      background-size: cover !important;
      width: calc(487px / 2);
      content: '';
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDg3IiBoZWlnaHQ9IjM2NCIgdmlld0JveD0iMCAwIDQ4NyAzNjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMy44NTE3IDEyMC4zMDZMMCA5OS4wMzk5TDg5Ljc0OTMgNDAuNzAxMlY3MC45MzIyTDEzLjg1MTcgMTIwLjMwNloiIGZpbGw9IiMxNjIxMzMiLz4KPHBhdGggZD0iTTY0LjM3NSAzNTguMzQ2SDg5Ljc1MjlWNDAuNzAxMkw2NC4zNzUgNTcuMTgxNlYzNTguMzQ2WiIgZmlsbD0iIzE2MjEzMyIvPgo8cGF0aCBkPSJNNDEzLjUyOSAyNDMuNDUyQzQxNy4yMDMgMjUzLjMyNyA0MjMuNjA2IDI2MS43ODYgNDMxLjg2MyAyNjcuOTg3QzQ0My41MjQgMjQyLjQ3NSA0NDguNzgyIDIxMy41OTIgNDQ1LjY4MSAxODMuNjY0QzQ0Mi4xMDkgMTQ5LjA1MiA0MjcuODg2IDExOC4xMTMgNDA2LjY1NCA5My42Nzg3TDM5MS41MjEgMTE2LjI5M0M0MDYuODIyIDEzNS44NzQgNDE3LjAzNCAxNTkuODM2IDQxOS43NjQgMTg2LjMyNkM0MjEuODIgMjA2LjI0NSA0MTkuNDYxIDIyNS41OSA0MTMuNDk1IDI0My40NTJINDEzLjUyOVoiIGZpbGw9IiMxNjIxMzMiLz4KPHBhdGggZD0iTTM0NS42MTcgMzIyLjQ1N0MzMzEuMDU4IDMyOS44NzIgMzE0LjkxNSAzMzQuODI2IDI5Ny43MjcgMzM2LjYxMkMyMjIuNjM4IDM0NC4zOTggMTU1LjIzMyAyODkuNjMxIDE0Ny40ODIgMjE0LjU0MkMxMzkuNjk2IDEzOS40NTQgMTk0LjQ2MiA3Mi4wNDkgMjY5LjU1MSA2NC4yOTc1QzI5Ni4wNDEgNjEuNTY3NiAzMjEuNTg4IDY2LjYyMjkgMzQzLjg5OSA3Ny42MDk5TDM2Mi45NDEgNTguMTYzN0MzMzQuNjk4IDQyLjM5MSAzMDEuNTAxIDM0LjgwNzkgMjY2Ljg4OSAzOC4zODA0QzE3Ny4zNzUgNDcuNjQ4NSAxMTIuMzMgMTI3LjY5MiAxMjEuNTk4IDIxNy4yMDVDMTMwLjg2NiAzMDYuNzE4IDIxMC45MDkgMzcxLjc2NCAzMDAuNDIzIDM2Mi40OTZDMzI0LjExNSAzNjAuMDM1IDM0Ni4wNTYgMzUyLjU4NyAzNjUuNDAxIDM0MS4zNjRDMzYwLjU0OCAzMzMuNTEyIDM1My43NCAzMjcuMDA3IDM0NS42NTEgMzIyLjQ1N0gzNDUuNjE3WiIgZmlsbD0iIzE2MjEzMyIvPgo8cGF0aCBkPSJNNDExLjMwOCA1Ny42NTE2QzQyNi41NDIgMzcuMzk2NSA0MzQuMjI2IDI0LjExNzggNDQ2Ljg5OCAzLjI1NjA1QzQ0OC4xNzkgMS4xMzI4MSA0NDUuNDE1IC0xLjA5MTU1IDQ0My42MjkgMC41OTM1N0M0MjkuMjA0IDE0LjEwODIgNDIwLjU0MyAyMS41NTY0IDQwNy42MzUgMzYuMjUwNkM0MDQuODA0IDQwLjEyNjQgNDA2LjQ1NSA0NS4wNDcgNDA5LjQ1NSA1Mi42NjM3QzQxMC4wOTUgNTQuMjgxNCA0MTAuNzM1IDU1Ljk2NjUgNDExLjM0MiA1Ny42NTE2SDQxMS4zMDhaIiBmaWxsPSIjMTYyMTMzIi8+CjxwYXRoIGQ9Ik0zMTIuOTIgMTMzLjI4M0MzMDUuMTM1IDE0NC4yMDMgMzEwLjMyNSAxNTcuMTQ0IDMxNS44MTggMTcwLjg2MUMzMTcuODc0IDE3NS45ODQgMzE5Ljk2NCAxODEuMTc0IDMyMS4zNzkgMTg2LjM5OEMzMjEuNzg0IDE4Ny45MTQgMzIzLjgwNiAxODguMzE5IDMyNC43ODMgMTg3LjA3MkMzMzcuNzI1IDE3MC44MjcgMzQ4Ljk0OCAxNTQuNzg1IDM1Ni41NjQgMTM5LjI0OEMzNTguOTIzIDEzMy4zODQgMzU1Ljg1NyAxMjUuNjY2IDM1Mi41NTQgMTE3LjQ3N0MzNTAuNTMyIDExMi40NTUgMzQ4LjQwOCAxMDcuMTk3IDM0Ny4zNjQgMTAxLjczOEMzNDcuMDk0IDEwMC4yODggMzQ1LjMwOCA5OS43MTU1IDM0NC4xOTYgMTAwLjY1OUMzMzIuMTY0IDExMC44MzcgMzIxLjY0OSAxMjEuNjU2IDMxMi45MiAxMzMuMzE3VjEzMy4yODNaIiBmaWxsPSIjMTYyMTMzIi8+CjxwYXRoIGQ9Ik0zNjAuODUgODQuMDQyQzM1NS43OTUgOTEuMDUyMSAzNTguNDkxIDk5LjM0MjkgMzYzLjIxIDExMS4xMDVDMzY0LjMyMiAxMTMuODY5IDM2NS40NjggMTE2LjczMyAzNjYuNDExIDExOS42MzJDMzY2Ljg4MyAxMjEuMDgxIDM2OC44MDQgMTIxLjQxOCAzNjkuNzgyIDEyMC4yMzhDMzgyLjI4NSAxMDUuMTczIDM5My4zNzMgODguOTI4OSA0MDIuNDczIDcwLjk5OTJDNDAzLjg4OCA2Ny43NjM4IDQwMS44NjYgNjIuNjA3MyAzOTkuODc4IDU3LjU4NTdDMzk5LjAwMSA1NS4zNjEzIDM5OC4wNTggNTIuOTY4NSAzOTcuMjgzIDUwLjQ3NDVDMzk2Ljg3OCA0OS4wOTI3IDM5NS4xNTkgNDguNjU0NiAzOTQuMDgxIDQ5LjYzMTlDMzgyLjY1NiA2MC4xODA4IDM3MS42MDEgNzEuNzA3IDM2MC44NSA4NC4wNDJaIiBmaWxsPSIjMTYyMTMzIi8+CjxwYXRoIGQ9Ik0yNjUuMDQxIDE4Mi40NTdDMjU0Ljg2MyAxOTYuNzQ3IDI2MS40MzUgMjEzLjE5NCAyNjguNDEyIDIzMC42MThDMjcxLjQ0NSAyMzguMjAxIDI3NC41NDUgMjQ1Ljg4NSAyNzYuMTk3IDI1My41NjlDMjc2LjUzNCAyNTUuMTUzIDI3OC41NTYgMjU1LjYyNSAyNzkuNjAxIDI1NC4zNzhDMjkyLjQ3NSAyMzguODc1IDMwMy41MjkgMjIzLjQ3MyAzMTAuMDY4IDIwOC4zMDdDMzE0LjE3OSAxOTkuNjc5IDMwOS43OTggMTg4LjcyNiAzMDUuMTQ3IDE3Ny4yQzMwMi4wMTMgMTY5LjQ0OCAyOTguNzEgMTYxLjE1NyAyOTcuNzY2IDE1Mi42NjRDMjk3LjU5OCAxNTEuMTQ4IDI5NS43NzggMTUwLjQ0IDI5NC41OTggMTUxLjM4NEMyODQuNzU3IDE1OS41NzMgMjc0Ljg4MiAxNzAuMjIzIDI2NC45NzQgMTgyLjQyM0wyNjUuMDQxIDE4Mi40NTdaIiBmaWxsPSIjMTYyMTMzIi8+CjxwYXRoIGQ9Ik0xNTcuODAxIDI5Mi41OTdMMjE4LjgwMiAzNDIuMTRDMjIzLjI4NCAzMjguNzYgMjE3LjAxNiAzMTMuMTIyIDIxMC40MSAyOTYuNjc1QzIwNS4wNTEgMjgzLjI5NiAxOTkuMjg4IDI2OC44NzEgMTk5LjMyMiAyNTQuMzEyQzE5OS4zMjIgMjUyLjYyNyAxOTcuMzM0IDI1MS43NSAxOTYuMDUzIDI1Mi44NjJDMTgyLjE2NyAyNjUuMzY2IDE2OS4yNiAyNzguNTEgMTU3LjgwMSAyOTIuNTk3WiIgZmlsbD0iIzE2MjEzMyIvPgo8cGF0aCBkPSJNMjE3LjE4IDIzMS42MjhDMjA0LjYwOSAyNDkuMzIyIDIxMi41NjMgMjY5LjI0IDIyMS4wNTYgMjkwLjMzOEMyMjUuMDY2IDMwMC4zMTQgMjI5LjExMSAzMTAuNDU4IDIzMC44NjMgMzIwLjUzNUMyMzEuMTY2IDMyMi4yMiAyMzMuMzIzIDMyMi42OTIgMjM0LjMzNSAzMjEuMzQ0QzI0NS4xODcgMzA2LjgxOCAyNTQuODkzIDI5Mi40MjggMjYzLjA4MyAyNzguMjA1QzI2OS43MjIgMjY2LjY0NSAyNjMuOTU5IDI1Mi4xODcgMjU3LjgyNSAyMzYuOTUzQzI1My42MTIgMjI2LjQ3MiAyNDkuMDk2IDIxNS4xODIgMjQ4LjQ4OSAyMDMuNzIzQzI0OC40MjIgMjAyLjEwNSAyNDYuNDY3IDIwMS4yOTYgMjQ1LjI1NCAyMDIuMzc1QzIzNS4xNDMgMjExLjQwNyAyMjUuODA4IDIyMS4xODEgMjE3LjE4IDIzMS42NjJWMjMxLjYyOFoiIGZpbGw9IiMxNjIxMzMiLz4KPHBhdGggZD0iTTIzNC4zMzcgMTAwLjkyOEMyMzYuNTk1IDEyMC4wMzggMjUxLjY2IDEzNS4xMDIgMjcwLjc2OSAxMzcuMzYxQzI3Mi4wNSAxMzcuNDk1IDI3Mi4wNSAxMzkuMzgzIDI3MC43NjkgMTM5LjUxN0MyNTEuNjYgMTQxLjc3NiAyMzYuNTk1IDE1Ni44NCAyMzQuMzM3IDE3NS45NUMyMzQuMjAyIDE3Ny4yMyAyMzIuMzE1IDE3Ny4yMyAyMzIuMTggMTc1Ljk1QzIyOS45MjIgMTU2Ljg0IDIxNC44NTcgMTQxLjc3NiAxOTUuNzQ4IDEzOS41MTdDMTk0LjQ2NyAxMzkuMzgzIDE5NC40NjcgMTM3LjQ5NSAxOTUuNzQ4IDEzNy4zNjFDMjE0Ljg1NyAxMzUuMTAyIDIyOS45MjIgMTIwLjAzOCAyMzIuMTggMTAwLjkyOEMyMzIuMzE1IDk5LjY0NzYgMjM0LjIwMiA5OS42NDc2IDIzNC4zMzcgMTAwLjkyOFoiIGZpbGw9IiMxNjIxMzMiLz4KPHBhdGggZD0iTTM5My42ODEgMjMyLjY0MUMzOTcuNTkxIDI2NS41MzUgNDIzLjUwOCAyOTEuNDUyIDQ1Ni40MDEgMjk1LjM2MUM0NTguNTkyIDI5NS42MzEgNDU4LjU5MiAyOTguNzk5IDQ1Ni40MDEgMjk5LjA2OEM0MjMuNTA4IDMwMi45NzggMzk3LjU5MSAzMjguODk1IDM5My42ODEgMzYxLjc4OEMzOTMuNDEyIDM2My45NzkgMzkwLjI0NCAzNjMuOTc5IDM4OS45NzQgMzYxLjc4OEMzODYuMDY1IDMyOC44OTUgMzYwLjE0OCAzMDIuOTc4IDMyNy4yNTQgMjk5LjA2OEMzMjUuMDY0IDI5OC43OTkgMzI1LjA2NCAyOTUuNjMxIDMyNy4yNTQgMjk1LjM2MUMzNjAuMTQ4IDI5MS40NTIgMzg2LjA2NSAyNjUuNTM1IDM4OS45NzQgMjMyLjY0MUMzOTAuMjQ0IDIzMC40NSAzOTMuNDEyIDIzMC40NSAzOTMuNjgxIDIzMi42NDFaIiBmaWxsPSIjMTYyMTMzIi8+CjxwYXRoIGQ9Ik00NTguODI5IDU2LjI3NTFDNDYwLjQ4IDcwLjE2MDUgNDcxLjQzMyA4MS4xMTM4IDQ4NS4zMTkgODIuNzY1MkM0ODYuMjYyIDgyLjg2NjMgNDg2LjI2MiA4NC4yMTQ0IDQ4NS4zMTkgODQuMzQ5MkM0NzEuNDMzIDg2LjAwMDYgNDYwLjQ4IDk2Ljk1MzggNDU4LjgyOSAxMTAuODM5QzQ1OC43MjggMTExLjc4MyA0NTcuMzc5IDExMS43ODMgNDU3LjI0NSAxMTAuODM5QzQ1NS41OTMgOTYuOTUzOCA0NDQuNjQgODYuMDAwNiA0MzAuNzU1IDg0LjM0OTJDNDI5LjgxMSA4NC4yNDgxIDQyOS44MTEgODIuOSA0MzAuNzU1IDgyLjc2NTJDNDQ0LjY0IDgxLjExMzggNDU1LjU5MyA3MC4xNjA1IDQ1Ny4yNDUgNTYuMjc1MUM0NTcuMzQ2IDU1LjMzMTUgNDU4LjY5NCA1NS4zMzE1IDQ1OC44MjkgNTYuMjc1MVoiIGZpbGw9IiMxNjIxMzMiLz4KPC9zdmc+Cg==); }
  .index-top__wrapper {
    margin-bottom: -110px; }
  .index-top__top {
    padding: 32px 0; }
  .index-top__title {
    font-size: 24px;
    color: #fff;
    font-family: Muller,sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    margin-bottom: 24px; }
  .index-top__top-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .index-top__button {
    margin-right: 16px; }
  .index-top__invest {
    color: #fed63f;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none; }
  .index-top__slider {
    height: 220px;
    width: 100%; }

@media screen and (min-width: 1200px) {
  .index-top.new-year {
    background-position: top center;
    background-size: 100%; }
  .index-top.anniversary:before {
    height: calc(364px / 1);
    width: calc(487px / 1); }
  .index-top__wrapper {
    margin-bottom: -260px; }
  .index-top__top {
    padding: 48px 16px; }
  .index-top__title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 24px; }
  .index-top__button {
    margin-right: 32px; }
  .index-top__invest {
    font-size: 14px; }
    .index-top__invest br {
      display: none; }
  .index-top__slider {
    height: auto; } }

@media screen and (min-width: 1360px) {
  .index-top__wrapper {
    margin-bottom: -300px; }
  .index-top__top {
    padding: 48px 40px; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.index-videos {
  position: relative;
  z-index: 9;
  width: calc(100% + 30px);
  height: 100%;
  margin: calc(32px - 15px) 0 0 -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px; }
  .index-videos:not(.slick-initialized) {
    overflow: hidden; }
  .index-videos .slick-list,
  .index-videos .slick-track {
    width: 100%;
    height: 100%; }
  .index-videos .slick-dots {
    display: flex !important;
    justify-content: center;
    list-style-type: none;
    position: absolute;
    bottom: 0;
    padding: 0; }
  .index-videos .slick-dots li {
    background: transparent;
    width: 16px;
    height: 16px;
    margin: 5px;
    border-radius: 100%;
    border: 1px solid #fed63f;
    cursor: pointer; }
    .index-videos .slick-dots li.slick-active {
      background-color: #fed63f; }
  .index-videos .slick-dots li button {
    display: none; }
  .index-videos .slick-arrow {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: calc(50% - 35px);
    left: 0;
    width: 35px;
    height: 35px;
    transform: translateY(calc(-50% - 25px)) rotate(-45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fed63f;
    font-size: 0;
    z-index: 11; }
    .index-videos .slick-arrow.slick-prev {
      left: 28px;
      right: auto;
      transform: translateY(calc(-50% - 25px)) rotate(135deg); }
    .index-videos .slick-arrow.slick-next {
      left: auto;
      right: 28px; }
    .index-videos .slick-arrow.slick-disabled {
      opacity: 0;
      z-index: -1;
      transition-duration: 0.3s; }
  .index-videos__slide {
    position: relative;
    height: 100%;
    padding: 15px; }
  .index-videos__title {
    position: relative;
    margin: 15px 0 35px;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    font-weight: 500; }

@media (min-width: 768px) {
  .index-slider .slick-arrow {
    top: calc(75% - 35px); } }

@media (min-width: 1024px) {
  .index-slider .slick-arrow {
    top: calc(50% - 35px); }
    .index-slider .slick-arrow.slick-prev {
      display: block !important;
      left: 28px;
      z-index: 1; } }

.index-chart__wrapper {
  margin-bottom: 8px; }

.index-chart__container {
  height: 200px;
  width: 100%; }

.index-chart__legend {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }

.index-chart__legend-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 16px;
  margin-top: 8px; }
  .index-chart__legend-item:last-child {
    margin-right: 0; }

.index-chart__legend-text {
  font-size: 12px;
  color: #162133;
  font-weight: 500;
  line-height: 19px;
  margin-right: 4px; }

.index-chart__legend-label {
  height: 19px;
  padding: 0 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #162133; }

@media screen and (min-width: 1200px) {
  .index-chart {
    display: flex;
    flex-direction: column-reverse; }
    .index-chart__wrapper {
      margin-bottom: 0;
      margin-top: 24px; }
    .index-chart__container {
      height: 400px; }
    .index-chart__legend-item {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-top: 0;
      margin-right: 24px; }
    .index-chart__legend-text {
      font-size: 14px;
      margin-right: 8px; }
    .index-chart__legend-label {
      height: 31px;
      padding: 0 16px;
      font-size: 14px; } }

.index-oscar {
  padding-top: 48px;
  background: #E1E5EA; }
  .index-oscar__top {
    position: relative;
    background: linear-gradient(334deg, rgba(196, 204, 210, 0) 64.82%, #C4CCD2 86.85%), linear-gradient(264deg, rgba(196, 204, 210, 0) 64.88%, #C4CCD2 74.98%), #D0D6DB;
    border-radius: 24px;
    padding: 16px;
    overflow: hidden; }
  .index-oscar__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(562px / 2.25);
    height: calc(608px / 2.25);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0; }
  .index-oscar__oscar-label {
    position: absolute;
    bottom: 71px;
    right: 16px;
    width: 100px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  .index-oscar__content {
    position: relative;
    z-index: 1; }
  .index-oscar__title {
    color: #162133;
    font-family: 'Muller', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 8px; }
  .index-oscar__subtitle {
    color: #6A7784;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 32px; }
  .index-oscar__values {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
  .index-oscar__value {
    margin-bottom: 16px; }
  .index-oscar__indicator {
    color: #162133;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%; }
  .index-oscar__text {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%; }
  .index-oscar__button {
    width: 100%; }
  .index-oscar__blocks {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 8px);
    margin: 0 -4px; }
  .index-oscar__block {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    border-radius: 24px;
    background: white;
    padding: 16px;
    /*width: calc(50% - 8px);*/
    width: calc(100% - 8px);
    margin-left: 4px;
    margin-right: 4px;
    /*min-height: 167px;*/
    align-self: stretch; }
    .index-oscar__block:last-child {
      width: calc(100% - 8px); }
  .index-oscar__icon {
    height: 32px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px; }
    .index-oscar__icon img, .index-oscar__icon svg {
      height: 100%;
      width: auto;
      max-width: 150px; }
  .index-oscar__label {
    color: #162133;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    text-align: left;
    margin-top: auto; }
  .index-oscar__description {
    display: none; }
  .index-oscar__block-title {
    color: #162133;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 8px; }
  .index-oscar__table {
    margin-bottom: 16px; }
  .index-oscar__row {
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px; }
    .index-oscar__row:last-child {
      margin-bottom: 0; }
  .index-oscar__left {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%; }
  .index-oscar__right {
    color: #162133;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; }
  .index-oscar__footer {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .index-oscar__footer-text {
    display: none; }

@media screen and (min-width: 1200px) {
  .index-oscar {
    padding-top: 80px; }
    .index-oscar__wrapper {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
    .index-oscar__top {
      flex-grow: 1;
      margin-right: 16px;
      padding: 32px;
      align-self: stretch; }
    .index-oscar__bg {
      width: calc(562px * 0.98);
      height: calc(608px * 0.98); }
    .index-oscar__oscar-label {
      bottom: 32px;
      right: 32px;
      width: 180px;
      height: 79px; }
    .index-oscar__content {
      display: flex;
      flex-direction: column;
      height: 100%; }
    .index-oscar__title {
      font-size: 34px;
      margin-bottom: 10px; }
    .index-oscar__subtitle {
      font-size: 14px;
      max-width: 400px;
      margin-bottom: auto; }
    .index-oscar__values {
      margin-bottom: 16px; }
    .index-oscar__indicator {
      font-size: 24px;
      line-height: normal; }
    .index-oscar__text {
      font-size: 14px;
      line-height: 140%; }
    .index-oscar__button {
      width: fit-content; }
    .index-oscar__bottom {
      width: 376px;
      min-width: 376px; }
    .index-oscar__blocks {
      width: 100%;
      margin: 0;
      flex-direction: column; }
    .index-oscar__block {
      width: 100%;
      padding: 32px;
      height: fit-content;
      min-height: auto;
      margin: 0;
      margin-bottom: 16px; }
      .index-oscar__block:first-child .index-oscar__icon {
        height: 44px;
        margin-bottom: 44px; }
      .index-oscar__block:first-child .index-oscar__label {
        color: #162133;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 10px; }
      .index-oscar__block:first-child .index-oscar__description {
        display: inline-block;
        color: var(--grey-text, #6A7784);
        font-size: 14px;
        font-weight: 500;
        line-height: 140%; }
      .index-oscar__block:last-child {
        width: 100%;
        margin: 0;
        margin-bottom: 16px;
        order: 2; }
      .index-oscar__block:nth-child(2) {
        order: 3;
        margin-bottom: 0;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-start; }
        .index-oscar__block:nth-child(2) .index-oscar__icon {
          height: 48px;
          margin-bottom: 0;
          margin-left: 10px; }
        .index-oscar__block:nth-child(2) .index-oscar__label {
          font-size: 14px;
          line-height: 140%;
          margin-top: 0; }
    .index-oscar__block-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 16px; }
    .index-oscar__table {
      margin-bottom: 32px; }
    .index-oscar__row {
      margin-bottom: 16px; }
    .index-oscar__left {
      font-size: 14px;
      line-height: 140%; }
    .index-oscar__right {
      font-size: 18px;
      font-weight: 600;
      line-height: normal; }
    .index-oscar__footer-text {
      display: inline-block;
      color: #6A7784;
      font-size: 14px;
      font-weight: 500;
      line-height: 140%;
      margin-left: 16px; } }

@media screen and (min-width: 1360px) {
  .index-oscar__top {
    padding: 40px; }
  .index-oscar__bg {
    width: calc(562px * 1);
    height: calc(608px * 1); }
  .index-oscar__oscar-label {
    bottom: 58px;
    right: 40px;
    width: 200px;
    height: 88px; }
  .index-oscar__bottom {
    width: 430px;
    min-width: 430px; }
  .index-oscar__block {
    padding: 40px; }
    .index-oscar__block:first-child .index-oscar__icon {
      margin-bottom: 20px; } }

.index-profit {
  padding-top: 48px;
  background: #E1E5EA; }
  .index-profit__title {
    padding: 0 16px;
    color: #162133;
    font-family: 'Muller', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 16px; }
  .index-profit__content {
    border-radius: 24px;
    background: white;
    padding: 24px 16px;
    width: 100%; }
  .index-profit__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px; }
  .index-profit__content-title {
    color: #162133;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .index-profit__liberty {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px; }
  .index-profit__switcher {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 24px; }
    .index-profit__switcher .switchbox {
      display: none; }
      .index-profit__switcher .switchbox + .switchbox-label {
        background: rgba(225, 229, 234, 0.7);
        border-radius: 16px;
        padding: 4px;
        cursor: pointer;
        display: inline-block;
        height: 24px;
        overflow: hidden;
        position: relative;
        width: 40px;
        transition: all 0.2s linear; }
        .index-profit__switcher .switchbox + .switchbox-label:after {
          background-color: white;
          background-image: url("/images/redesign/index-profit/liberty.svg?3385");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 8px 6px;
          border-radius: 50px;
          content: " ";
          display: block;
          height: 16px;
          width: 16px;
          position: absolute;
          right: calc(100% - 20px);
          transition: all 0.2s linear;
          top: 50%;
          transform: translateY(-50%);
          filter: grayscale(1);
          opacity: 0.7; }
      .index-profit__switcher .switchbox:checked + .switchbox-label {
        background: #fed63f; }
        .index-profit__switcher .switchbox:checked + .switchbox-label:after {
          right: 4px;
          filter: grayscale(0);
          opacity: 1; }
  .index-profit__liberty-text {
    color: #162133;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    margin-left: 8px; }
    .index-profit__liberty-text--left {
      margin-right: 16px; }
  .index-profit__note {
    display: none; }
  .index-profit__input {
    position: relative;
    border-radius: 8px;
    background: #F3F5F7;
    border: 1px solid #E9E9E9;
    height: 68px;
    margin-bottom: 20px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .index-profit__input.transparent {
      padding: 0;
      background: transparent;
      border: 0;
      height: 50px;
      margin-top: -18px; }
      .index-profit__input.transparent .index-profit__range {
        left: 0;
        width: 100%; }
  .index-profit__number-input {
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    position: relative; }
    .index-profit__number-input input {
      color: #162133;
      border: 0;
      padding: 10px 0;
      outline: none;
      -moz-appearance: textfield;
      appearance: textfield;
      margin: 0;
      width: 100%; }
      .index-profit__number-input input::-webkit-inner-spin-button, .index-profit__number-input input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    .index-profit__number-input label {
      font-size: 14px;
      line-height: 140%;
      color: #6A7784; }
  .index-profit__number-input-buttons {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 10px; }
  .index-profit__number-input-button {
    font-size: 24px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: rgba(14, 86, 169, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease; }
    .index-profit__number-input-button:hover {
      background: rgba(14, 86, 169, 0.1); }
  .index-profit__quantity {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #162133;
    font-size: 16px;
    font-weight: 400;
    line-height: normal; }
  .index-profit__quantity-items {
    color: #162133; }
  .index-profit__range {
    position: absolute;
    bottom: -1px;
    left: 16px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1px;
    width: calc(100% - 32px); }
    .index-profit__range label {
      width: 100%;
      height: 1px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .index-profit__range input {
      width: 100%;
      height: 100%;
      -webkit-appearance: none;
      background: transparent; }
      .index-profit__range input::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        height: 16px;
        width: 16px;
        background: #fed63f;
        border-radius: 50%;
        cursor: pointer;
        margin-top: -6px; }
      .index-profit__range input::-moz-range-thumb {
        height: 16px;
        width: 16px;
        background: #fed63f;
        border-radius: 50%;
        cursor: pointer;
        margin-top: -6px; }
      .index-profit__range input:focus {
        outline: none; }
      .index-profit__range input::-ms-track {
        width: 100%;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent; }
      .index-profit__range input::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        border-radius: 5px;
        background: transparent; }
    .index-profit__range:focus {
      outline: none; }
  .index-profit__results-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .index-profit__results-block .calculator__top-annotation {
      width: 100%;
      margin-top: -16px; }
    .index-profit__results-block .calculator__percent-plus {
      margin-bottom: 2px; }
  .index-profit__result {
    padding: 16px;
    border-radius: 16px;
    background: #f3f5f7;
    position: relative; }
  .index-profit__result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px; }
  .index-profit__result-title {
    color: #162133;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    text-transform: uppercase; }
  .index-profit__result-name {
    color: #162133;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    text-transform: uppercase; }
  .index-profit__result-object {
    display: none; }
  .index-profit__result-table {
    margin-bottom: 16px; }
  .index-profit__result-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E9E9E9; }
    .index-profit__result-row:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
  .index-profit__result-left {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%; }
  .index-profit__result-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%; }
    .index-profit__result-right.highlight {
      color: #71AAEB; }
    .index-profit__result-right--hidden {
      display: none; }
    .index-profit__result-right.column-title {
      color: #71aaeb;
      font-size: 12px;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      display: none; }
  .index-profit__result-icon {
    width: 14px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px; }
  .index-profit__button {
    width: 100%; }
  .index-profit__result-bg {
    display: none; }
  .index-profit__result-cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -26px; }
  .index-profit__result-col {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap; }
    .index-profit__result-col--fullwidth {
      width: 100%; }
    .index-profit__result-col.forecast {
      width: 100%;
      position: relative; }
      .index-profit__result-col.forecast:after {
        content: 'на горизонте 3-х лет';
        font-size: 10px;
        line-height: 12px;
        position: absolute;
        right: 0;
        top: 0; }
      .index-profit__result-col.forecast .index-profit__result-top {
        display: none; }
    .index-profit__result-col.irr {
      width: 100%;
      position: relative; }
      .index-profit__result-col.irr:after {
        content: 'на горизонте  12 мес.';
        font-size: 10px;
        line-height: 12px;
        position: absolute;
        right: 0;
        top: 0; }
      .index-profit__result-col.irr .index-profit__result-top {
        display: none; }
  .index-profit__result-top {
    font-size: 10px;
    line-height: 12px;
    color: #6A7784;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
    font-weight: 500; }
  .index-profit__results {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #162133;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .index-profit__results .big {
      font-size: 28px;
      line-height: 28px;
      padding-top: 10px; }
    .index-profit__results .highlight {
      color: #1CA242; }
    .index-profit__results .del {
      color: #97A0A9;
      text-decoration: line-through;
      margin-left: 10px;
      line-height: 20px; }
    .index-profit__results .old {
      color: #97A0A9;
      font-size: 12px;
      line-height: 14px;
      margin-left: 4px; }
  .index-profit__footer {
    color: #6A7784;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400; }
  .index-profit__buttons {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 10px; }
  .index-profit__btn {
    font-size: 12px !important;
    line-height: 20px !important;
    height: 47px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .index-profit__btn:not(:last-child) {
      width: 47px !important;
      margin-right: 10px !important;
      margin-left: 0 !important; }
    .index-profit__btn:last-child {
      order: 3;
      margin-right: 0 !important;
      width: 100% !important; }
    .index-profit__btn span {
      display: none; }
    .index-profit__btn svg {
      margin: 0px;
      width: 16px;
      min-width: 16px; }
    .index-profit__btn.whatsapp {
      background: rgba(28, 162, 66, 0.1);
      color: #1CA242; }
      .index-profit__btn.whatsapp:hover {
        background: rgba(28, 162, 66, 0.15); }
  .index-profit__desktop-hide {
    display: inherit; }
  .index-profit__mobile-hide {
    display: none; }
  .index-profit__mobile-param {
    margin-top: -15px;
    margin-bottom: 15px;
    display: flex; }
  .index-profit__mobile-param-name {
    font-size: 12px;
    line-height: 14px;
    color: #6A7784; }
  .index-profit__mobile-param-value {
    font-size: 12px;
    line-height: 14px;
    color: #1CA242;
    margin-left: 5px; }
  .index-profit__del {
    position: relative;
    color: #6A7784; }
    .index-profit__del:before {
      content: '';
      width: 100%;
      height: 1px;
      top: 50%;
      left: 0;
      background: #6A7784;
      position: absolute; }

@media screen and (min-width: 1200px) {
  .index-profit {
    padding-top: 80px; }
    .index-profit__content-title {
      font-size: 16px; }
    .index-profit__title {
      font-size: 34px;
      margin-bottom: 24px;
      padding: 0 32px; }
    .index-profit__content {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 16px; }
    .index-profit__top {
      display: flex;
      flex-direction: column;
      width: 360px;
      padding: 24px;
      margin-right: 16px;
      align-self: stretch; }
    .index-profit__head {
      margin-bottom: 24px; }
      .index-profit__head .index-profit__liberty {
        display: none; }
    .index-profit__content-title {
      font-size: 20px;
      line-height: 120%; }
    .index-profit__input {
      margin-bottom: 29px;
      height: 68px; }
    .index-profit__liberty {
      justify-content: flex-start; }
    .index-profit__liberty-text {
      font-size: 14px;
      line-height: 140%;
      margin-left: 16px; }
      .index-profit__liberty-text--left {
        color: #6A7784;
        margin-left: 0;
        margin-right: 16px; }
    .index-profit__note {
      display: block;
      margin-top: auto;
      color: #162133;
      font-size: 14px;
      font-weight: 500;
      line-height: 140%; }
    .index-profit__results {
      font-size: 18px;
      line-height: 20px; }
    .index-profit__result {
      position: relative;
      padding: 32px;
      flex-grow: 1; }
    .index-profit__result-head {
      justify-content: flex-start;
      margin-bottom: 24px; }
    .index-profit__result-title {
      font-size: 20px;
      line-height: 120%;
      font-family: 'Muller', sans-serif;
      margin-right: 16px; }
    .index-profit__result-name {
      font-size: 20px;
      line-height: 120%;
      font-family: 'Muller', sans-serif; }
    .index-profit__result-object {
      display: inline-block;
      font-size: 20px;
      line-height: 120%;
      font-family: 'Muller', sans-serif;
      font-weight: 400; }
    .index-profit__result-table {
      margin-bottom: 24px; }
    .index-profit__result-row {
      margin-bottom: 16px;
      padding-bottom: 16px;
      justify-content: flex-start; }
    .index-profit__result-left {
      font-size: 14px;
      line-height: 140%;
      margin-right: auto; }
    .index-profit__result-right {
      font-size: 18px;
      width: 180px;
      line-height: normal; }
      .index-profit__result-right--hidden {
        display: inline-block;
        opacity: 0.5;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
      .index-profit__result-right.column-title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
    .index-profit__button {
      width: fit-content; }
    .index-profit__result-bg {
      display: block;
      position: absolute;
      right: 26px;
      bottom: -40px;
      color: white;
      font-family: 'Muller', sans-serif;
      font-size: 100px;
      font-weight: 400;
      line-height: 120%; }
    .index-profit__result-cols {
      margin-bottom: -20px; }
    .index-profit__result-col {
      width: 50%;
      margin-bottom: 20px;
      flex-wrap: wrap;
      align-content: space-between; }
      .index-profit__result-col.forecast:after {
        content: none; }
      .index-profit__result-col.forecast .index-profit__result-top {
        display: flex; }
      .index-profit__result-col--fullwidth {
        width: 100%; }
      .index-profit__result-col.irr:after {
        content: none; }
      .index-profit__result-col.irr .index-profit__result-top {
        display: flex; }
    .index-profit__result-top {
      margin-bottom: 5px;
      font-size: 12px;
      line-height: 14px;
      width: 100%; }
    .index-profit__footer {
      font-size: 12px;
      line-height: 20px; }
    .index-profit__btn {
      white-space: nowrap; }
      .index-profit__btn:first-child {
        margin-right: 5px !important;
        margin-left: 0 !important; }
      .index-profit__btn:nth-child(2) {
        margin-left: 5px !important;
        margin-right: 0 !important; }
      .index-profit__btn:last-child {
        width: 100% !important;
        margin: 0px 0px 10px 10px !important; }
    .index-profit__desktop-hide {
      display: none; }
    .index-profit__mobile-hide {
      display: inherit; } }

@media screen and (min-width: 1360px) {
  .index-profit__title {
    padding: 0 40px; }
  .index-profit__top {
    width: 410px;
    margin-right: 32px; } }

.index-products {
  padding-top: 48px;
  background: #E1E5EA; }
  .index-products__title {
    color: #162133;
    text-align: center;
    font-family: 'Muller', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 24px; }
  .index-products__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  .index-products__item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #B8BFC9; }
    .index-products__item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
  .index-products__item-image {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px; }
    .index-products__item-image img {
      min-width: 100%;
      max-height: 100%; }
  .index-products__item-name {
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%; }
  .index-products__item-description {
    color: var(--grey-text, #6A7784);
    font-size: 12px;
    font-weight: 500;
    line-height: 160%; }
  .index-products__item-arrow {
    align-self: center;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .index-products__item-bottom {
    display: none; }
  .index-products__item-bg {
    display: none; }
  .index-products__item-mobile {
    display: flex;
    margin-top: 10px; }
  .index-products__item-store {
    margin-right: 8px; }
    .index-products__item-store:last-child {
      margin-right: 0; }

@media screen and (min-width: 1200px) {
  .index-products {
    padding-top: 80px; }
    .index-products__title {
      font-size: 34px;
      margin-bottom: 24px;
      text-align: left;
      padding: 0 32px; }
    .index-products__list {
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: row;
      width: calc(100% + 16px);
      margin: 0 -8px; }
    .index-products__item {
      flex-direction: column;
      align-self: stretch;
      flex-wrap: wrap;
      width: calc(33.3% - 16px);
      margin: 0 8px;
      padding: 0;
      border-radius: 32px;
      border-bottom: none;
      background: white; }
      .index-products__item:first-child {
        background: #FFF6D4; }
        .index-products__item:first-child .index-products__item-bg {
          background-position: bottom right; }
      .index-products__item:nth-child(2) .index-products__item-bg {
        background-position: bottom center; }
      .index-products__item:nth-child(3) .index-products__item-bg {
        background-position: center;
        background-size: cover; }
    .index-products__item-image, .index-products__item-arrow {
      display: none; }
    .index-products__item-content {
      width: 100%;
      padding: 32px 32px 0; }
    .index-products__item-name {
      font-family: 'Muller', sans-serif;
      font-size: 20px;
      font-weight: 800;
      line-height: normal;
      text-transform: uppercase;
      margin-bottom: 16px; }
    .index-products__item-description {
      font-size: 14px;
      font-weight: 500;
      line-height: 140%;
      margin-bottom: 16px; }
    .index-products__item-bottom {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      padding: 0 32px;
      margin-bottom: 24px; }
    .index-products__item-bg {
      display: block;
      margin-top: auto;
      height: 278px;
      width: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      border-bottom-left-radius: 32px;
      border-bottom-right-radius: 32px; }
    .index-products__item-store {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 135px;
      height: 40px;
      margin-right: 16px; }
      .index-products__item-store:last-child {
        margin-right: 0; }
      .index-products__item-store img {
        width: 100%;
        height: 100%; }
    .index-products__item-mobile {
      display: none; } }

@media screen and (min-width: 1360px) {
  .index-products__title {
    padding: 0 40px; }
  .index-products__item-content {
    padding: 40px 40px 0; }
  .index-products__item-bottom {
    padding: 0 40px; }
  .index-products__item-bg {
    height: 300px; } }

.index-profitability {
  padding-top: 158px;
  background: #E1E5EA; }
  .index-profitability__content {
    background: white;
    border-radius: 24px;
    padding: 16px; }
  .index-profitability__title {
    font-size: 24px;
    color: #162133;
    font-family: 'Muller', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 16px; }
  .index-profitability__percent {
    color: #162133;
    font-family: 'Muller', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0; }
  .index-profitability__text {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 16px; }
  .index-profitability__chart {
    margin-bottom: 16px; }
  .index-profitability__button-top {
    display: none; }

@media screen and (min-width: 1200px) {
  .index-profitability {
    padding-top: 388px; }
    .index-profitability__content {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 32px; }
    .index-profitability__top {
      display: flex;
      flex-direction: column;
      width: 344px;
      margin-right: 16px;
      align-self: stretch; }
    .index-profitability__chart {
      flex-grow: 1;
      margin-bottom: 0; }
    .index-profitability__title {
      font-size: 34px;
      margin-bottom: auto; }
    .index-profitability__percent {
      font-size: 40px;
      margin-bottom: 16px;
      line-height: 1; }
    .index-profitability__text {
      font-size: 14px;
      line-height: 140%; }
    .index-profitability__button {
      display: none; }
    .index-profitability__button-top {
      display: inline-flex;
      width: fit-content; } }

@media screen and (min-width: 1360px) {
  .index-profitability {
    padding-top: 380px; }
    .index-profitability__content {
      padding: 40px; } }

.partners-appeal {
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
  background-image: url(/images/redesign/partners-page/appeal-bg.jpg);
  background-size: cover; }
  .partners-appeal__title {
    margin-bottom: 15px; }
  .partners-appeal__button {
    margin-bottom: 25px; }
  .partners-appeal__info {
    max-width: 270px;
    font-size: 16px;
    color: #fff;
    line-height: 1.4; }
  .partners-appeal__info-title {
    margin-bottom: 22px;
    font-weight: 600; }
  .partners-appeal__info-text {
    margin: 0; }

@media (min-width: 768px) {
  .partners-appeal {
    padding-bottom: 95px; }
    .partners-appeal .lines::after {
      display: none; }
    .partners-appeal .lines .line::after {
      display: none; }
    .partners-appeal__title {
      margin-bottom: 30px; }
    .partners-appeal__wrapper {
      padding-left: 33%; }
    .partners-appeal__row {
      display: flex;
      align-items: flex-start; }
    .partners-appeal__button {
      flex: 1 1 auto;
      margin-right: 30px;
      min-width: 230px;
      max-width: 290px; }
    .partners-appeal__info {
      max-width: 230px; } }

@media (min-width: 1024px) {
  .partners-appeal__button {
    margin-right: 40px; } }

@media (min-width: 1200px) {
  .partners-appeal {
    padding-top: 60px;
    padding-bottom: 130px; }
    .partners-appeal__wrapper {
      padding-left: 400px; }
    .partners-appeal__title {
      margin-bottom: 80px; }
    .partners-appeal__button {
      margin-right: 60px; } }

.partners-choice {
  padding-top: 25px; }
  .partners-choice__title {
    position: relative;
    padding-left: 75px;
    margin-bottom: 25px; }
  .partners-choice__step {
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 1px #fed63f; }
  .partners-choice__target {
    position: relative;
    padding-left: 75px;
    margin-bottom: 40px; }
    .partners-choice__target::before {
      content: '?';
      position: absolute;
      left: 0;
      top: -20px;
      font-size: 100px;
      color: #fed63f;
      font-weight: 700; }
  .partners-choice__target-title {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 600; }
  .partners-choice__target-text {
    font-size: 16px; }
    .partners-choice__target-text p {
      margin: 0 0 15px; }
      .partners-choice__target-text p:last-child {
        margin-bottom: 0; }
  .partners-choice__options {
    max-width: 400px; }
    .partners-choice__options .smi {
      --highlight: #3f76fe; }
    .partners-choice__options .sales {
      --highlight: #fed63f; }
  .partners-choice__data {
    margin-bottom: 16px; }
  .partners-choice__option-label {
    margin: 0 0 10px;
    font-size: 18px;
    color: var(--highlight);
    font-weight: 500; }
  .partners-choice__option-title {
    margin: 0 0 5px;
    font-size: 28px;
    font-weight: 500; }
  .partners-choice__option-text {
    font-size: 16px;
    line-height: 1.4; }
    .partners-choice__option-text p {
      margin-top: 0;
      margin-bottom: 16px; }
      .partners-choice__option-text p:last-child {
        margin-bottom: 0; }
  .partners-choice__advantages.smi {
    margin-bottom: 50px; }
  .partners-choice__advantage {
    margin-bottom: 15px; }
  .partners-choice__advantage-label {
    margin-bottom: 8px;
    font-size: 16px;
    color: #7c7c7c;
    font-weight: 600; }
  .partners-choice__advantage-value {
    font-size: 18px;
    color: var(--highlight);
    font-weight: 500; }

@media (min-width: 768px) {
  .partners-choice {
    padding-top: 30px; }
    .partners-choice__wrapper {
      display: grid;
      grid-template-areas: '. title target' '. options options' '. options options';
      grid-template-columns: repeat(3, 33.33%);
      grid-template-rows: repeat(3, auto); }
    .partners-choice__title {
      grid-area: title;
      padding-left: 0; }
    .partners-choice__step {
      display: none; }
    .partners-choice__target {
      grid-area: target;
      margin-bottom: 55px; }
      .partners-choice__target::before {
        font-size: 110px;
        top: -25px; }
    .partners-choice__options {
      max-width: none;
      grid-area: options;
      display: grid;
      grid-template-areas: 'smiData salesData' 'smiAdvantages salesAdvantages';
      grid-template-columns: 1fr 1fr;
      margin-bottom: 0; }
      .partners-choice__options .smi {
        --data_area: smiData;
        --advantages_area: smiAdvantages; }
      .partners-choice__options .sales {
        --data_area: salesData;
        --advantages_area: salesAdvantages; }
        .partners-choice__options .sales .partners-choice__advantage-label {
          visibility: hidden; }
    .partners-choice__option-text {
      padding-right: 20px; }
    .partners-choice__data {
      grid-area: var(--data_area);
      margin-bottom: 45px; }
    .partners-choice__advantages {
      grid-area: var(--advantages_area);
      display: flex;
      flex-flow: column nowrap; }
      .partners-choice__advantages.smi {
        margin-bottom: 0; }
    .partners-choice__advantage {
      margin-bottom: 15px; }
      .partners-choice__advantage:last-child {
        margin-top: auto;
        margin-bottom: 0; }
    .partners-choice__advantage-label {
      margin-bottom: 16px; }
    .partners-choice__advantage-value {
      font-size: 27px; } }

@media (min-width: 1024px) {
  .partners-choice__advantage {
    margin-bottom: 35px; } }

@media (min-width: 1200px) {
  .partners-choice {
    overflow: hidden; }
    .partners-choice__wrapper {
      grid-template-columns: 400px 400px 360px; }
    .partners-choice__target {
      margin-bottom: 70px;
      padding-left: 135px; }
      .partners-choice__target::before {
        font-size: 200px;
        top: -50px; }
    .partners-choice__data {
      margin-bottom: 35px; }
    .partners-choice__options {
      grid-template-columns: 400px 360px; }
    .partners-choice__option-label {
      font-size: 27px; }
    .partners-choice__option-title {
      margin-bottom: 20px;
      font-size: 34px;
      width: 400px; }
    .partners-choice__advantage-label {
      position: relative;
      margin-bottom: 8px;
      padding-bottom: 8px; }
      .partners-choice__advantage-label::after {
        content: '';
        position: absolute;
        width: 1000%;
        height: 1px;
        left: 0;
        bottom: 0;
        background-color: rgba(145, 145, 145, 0.2); } }

.partners-income {
  padding-top: 70px;
  padding-bottom: 40px; }
  .partners-income__title {
    position: relative;
    padding-left: 75px;
    margin-bottom: 30px; }
  .partners-income__step {
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 1px #fed63f; }
  .partners-income__total {
    margin-bottom: 25px; }
  .partners-income__total-value {
    margin: 0 0 10px;
    font-size: 46px;
    color: #fed63f;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap; }
  .partners-income__total-label {
    font-size: 16px;
    line-height: 1.4; }
  .partners-income__options-title {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2; }
    .partners-income__options-title .highlight {
      margin-left: 10px;
      font-size: 80px;
      color: #fed63f; }
  .partners-income__options {
    max-width: 400px; }
    .partners-income__options .smi {
      --highlight: #3f76fe; }
    .partners-income__options .sales {
      --highlight: #fed63f; }
  .partners-income__data {
    margin-bottom: 16px; }
  .partners-income__option-label {
    margin: 0 0 10px;
    font-size: 18px;
    color: var(--highlight);
    font-weight: 500; }
  .partners-income__option-title {
    margin: 0 0 5px;
    font-size: 28px;
    font-weight: 500; }
  .partners-income__advantages.smi {
    margin-bottom: 40px; }
  .partners-income__advantage {
    margin-bottom: 20px; }
    .partners-income__advantage:last-child {
      margin-bottom: 0; }
  .partners-income__advantage-label {
    margin-bottom: 12px;
    font-size: 16px;
    color: #7c7c7c;
    font-weight: 600; }
  .partners-income__advantage-value {
    margin-bottom: 10px;
    font-size: 46px;
    color: var(--highlight);
    font-weight: 600;
    line-height: 1; }
    .partners-income__advantage-value .divider {
      position: relative;
      width: 10px;
      display: inline-block; }
      .partners-income__advantage-value .divider::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 34px;
        top: -30px;
        left: 6px;
        background-color: #fed63f; }
  .partners-income__advantage-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.4; }
  .partners-income__link {
    display: block;
    margin-top: 20px;
    color: #fed63f;
    font-size: 18px;
    font-weight: 500;
    transition: opacity 300ms ease; }
    .partners-income__link:hover, .partners-income__link:active, .partners-income__link:focus {
      opacity: 0.6; }

@media (min-width: 768px) {
  .partners-income {
    padding-top: 60px;
    padding-bottom: 65px; }
    .partners-income__wrapper {
      padding-left: 33%; }
    .partners-income__title {
      padding-left: 0;
      margin-bottom: 20px; }
      .partners-income__title .title br {
        display: none; }
    .partners-income__step {
      display: none; }
    .partners-income__total {
      margin-bottom: 35px; }
    .partners-income__total-value {
      margin-bottom: 0;
      font-size: 80px; }
    .partners-income__options {
      max-width: none; }
    .partners-income__options-title {
      margin-bottom: 50px;
      font-size: 40px; }
      .partners-income__options-title .highlight {
        font-size: 120px;
        line-height: 1; }
    .partners-income__options {
      grid-area: options;
      display: grid;
      grid-template-areas: 'smiData salesData' 'smiAdvantages salesAdvantages';
      grid-template-columns: 1fr 1fr;
      margin-bottom: 0; }
      .partners-income__options .smi {
        --data_area: smiData;
        --advantages_area: smiAdvantages; }
      .partners-income__options .sales {
        --data_area: salesData;
        --advantages_area: salesAdvantages; }
        .partners-income__options .sales .partners-income__advantage-label {
          visibility: hidden; }
    .partners-income__option-text {
      padding-right: 20px; }
    .partners-income__data {
      grid-area: var(--data_area);
      margin-bottom: 10px; }
    .partners-income__advantages {
      grid-area: var(--advantages_area);
      display: flex;
      flex-flow: column nowrap; }
      .partners-income__advantages.smi {
        margin-bottom: 0; }
    .partners-income__advantage {
      margin-bottom: 30px; }
      .partners-income__advantage:last-child {
        margin-top: auto;
        margin-bottom: 0; }
    .partners-income__advantage-label {
      margin-bottom: 16px; }
    .partners-income__advantage-value {
      font-size: 54px; }
      .partners-income__advantage-value.huge {
        font-size: 65px; }
      .partners-income__advantage-value.translate {
        transform: translateY(-65px); }
      .partners-income__advantage-value .divider::before {
        height: 40px;
        top: -38px; }
    .partners-income__advantage-desc {
      padding-right: 15px; }
    .partners-income__link {
      margin-top: 0; } }

@media (min-width: 1024px) {
  .partners-income__total-value {
    font-size: 105px; }
  .partners-income__option-title {
    font-size: 34px; }
  .partners-income__advantage-value {
    font-size: 67px; }
    .partners-income__advantage-value.huge {
      font-size: 77px; }
    .partners-income__advantage-value.translate {
      transform: translateY(-40px); } }

@media (min-width: 1200px) {
  .partners-income {
    overflow: hidden;
    padding-top: 205px;
    padding: 120px; }
    .partners-income__wrapper {
      padding-left: 400px; }
    .partners-income__total {
      margin-bottom: 85px; }
    .partners-income__total-value {
      margin-bottom: 7px;
      font-size: 127px; }
    .partners-income__options-title {
      margin-bottom: 70px;
      font-size: 50px; }
      .partners-income__options-title .highlight {
        font-size: 130px; }
    .partners-income__data {
      margin-bottom: 10px; }
    .partners-income__options {
      grid-template-columns: 400px 360px; }
    .partners-income__option-label {
      font-size: 27px; }
    .partners-income__option-title {
      margin-bottom: 20px;
      font-size: 34px;
      width: 400px; }
    .partners-income__advantage {
      margin-bottom: 50px; }
    .partners-income__advantage-label {
      position: relative;
      margin-bottom: 8px;
      padding-bottom: 8px; }
      .partners-income__advantage-label::after {
        content: '';
        position: absolute;
        width: 1000%;
        height: 1px;
        left: 0;
        bottom: 0;
        background-color: rgba(145, 145, 145, 0.2); }
    .partners-income__advantage-value {
      font-size: 77px; }
      .partners-income__advantage-value .divider::before {
        height: 60px;
        top: -55px; } }

.partners-status {
  padding-top: 35px; }
  .partners-status__title {
    position: relative;
    padding-left: 75px;
    margin-bottom: 10px; }
  .partners-status__step {
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 1px #fed63f; }
  .partners-status__text {
    margin: 0 0 45px;
    font-size: 16px;
    line-height: 1.4; }
  .partners-status__icon {
    margin: 0 0 15px;
    margin-left: -10px;
    font-size: 160px;
    font-weight: 600;
    color: #fed63f;
    line-height: 0.75; }
  .partners-status__action {
    margin-bottom: 16px; }
    .partners-status__action:last-child {
      margin-bottom: 0; }
  .partners-status__action-title {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600; }
  .partners-status__action-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.4; }

@media (min-width: 768px) {
  .partners-status {
    padding-top: 80px; }
    .partners-status__wrapper {
      display: grid;
      grid-template-areas: '. title icon' '. text actions';
      grid-template-columns: repeat(3, 33.33%);
      grid-template-rows: repeat(2, auto); }
    .partners-status__title {
      grid-area: title;
      padding-left: 0;
      margin-bottom: 20px; }
    .partners-status__step {
      display: none; }
    .partners-status__icon {
      grid-area: icon;
      align-self: end;
      margin-bottom: 20px;
      padding-bottom: 5px; }
    .partners-status__text {
      grid-area: text;
      padding-right: 15px;
      margin-bottom: 0; }
    .partners-status__actions {
      grid-area: actions; }
    .partners-status__action {
      margin-bottom: 40px; } }

@media (min-width: 1200px) {
  .partners-status {
    padding-top: 175px; }
    .partners-status__wrapper {
      grid-template-columns: 400px 400px 360px; }
    .partners-status__title {
      margin-bottom: 40px; }
    .partners-status__text {
      padding-right: 40px; }
    .partners-status__icon {
      font-size: 225px;
      margin-left: -15px;
      margin-bottom: 40px; }
    .partners-status__actions {
      padding-right: 40px; } }

.partners-top {
  padding-top: 130px;
  margin-top: -130px;
  padding-bottom: 40px;
  background-image: url(/images/redesign/index-top/bg.jpg);
  background-size: cover; }
  .partners-top__title {
    margin-top: -7px;
    margin-bottom: 25px; }
  .partners-top__link {
    width: 100%;
    max-width: 285px;
    margin-bottom: 36px; }
  .partners-top__subtitle {
    margin: 0 0 25px;
    font-size: 16px;
    color: #fff;
    font-weight: 600; }
  .partners-top__steps {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 300px;
    counter-reset: steps; }
  .partners-top__step {
    position: relative;
    margin-bottom: 50px;
    padding-left: 72px;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    counter-increment: step; }
    .partners-top__step:last-child {
      margin-bottom: 0; }
    .partners-top__step::before {
      content: counter(step);
      position: absolute;
      left: 0;
      top: -27px;
      width: 55px;
      display: flex;
      justify-content: center;
      font-size: 90px;
      color: transparent;
      -webkit-text-stroke: 1px #fff; }

@media (min-width: 768px) {
  .partners-top__wrapper {
    padding-top: 90px;
    padding-bottom: 65px;
    display: grid;
    grid-template-areas: '. left right' '. left right';
    grid-template-columns: repeat(3, 33.33%);
    grid-template-rows: repeat(2, auto); }
  .partners-top__col:first-child {
    grid-area: left; }
  .partners-top__col:last-child {
    grid-area: right;
    padding-left: 20px; }
  .partners-top__link {
    padding-left: 12px;
    padding-right: 12px; }
  .partners-top__title .title {
    font-size: 25px; } }

@media (min-width: 1024px) {
  .partners-top__wrapper {
    padding-top: 125px;
    padding-bottom: 145px; }
  .partners-top__col:last-child {
    padding-left: 40px; }
  .partners-top__title {
    margin-left: -3px; }
    .partners-top__title .title {
      font-size: 34px; }
  .partners-top__step:first-child::before {
    -webkit-text-stroke: 1px #fed63f; } }

@media (min-width: 1200px) {
  .partners-top__wrapper {
    padding-top: 155px;
    padding-bottom: 110px;
    grid-template-columns: 400px 400px 360px; }
  .partners-top__col:last-child {
    padding-left: 60px; }
  .partners-top__subtitle {
    margin-bottom: 60px; }
  .partners-top__step {
    margin-bottom: 70px; }
  .partners-top__title .title {
    font-size: 43px; } }

.partners-wrapper {
  position: relative; }
  .partners-wrapper__steps {
    display: none; }
  .partners-wrapper__top {
    position: relative; }
    .partners-wrapper__top .lines {
      top: 130px;
      height: calc(100% - 130px); }
      .partners-wrapper__top .lines .top {
        background: rgba(145, 145, 145, 0.2); }
  .partners-wrapper__main {
    position: relative; }
    .partners-wrapper__main__top .lines {
      top: 0; }

@media (min-width: 768px) {
  .partners-wrapper__steps {
    display: block;
    position: absolute;
    z-index: 1;
    height: calc(100% - 225px);
    top: 75px;
    margin-top: 90px;
    left: 34px;
    width: calc(33% - 17px);
    pointer-events: none; }
  .partners-wrapper__step {
    position: sticky;
    top: 25px;
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 500ms ease, transform 500ms ease; }
    .partners-wrapper__step:nth-child(1) {
      width: 149px; }
    .partners-wrapper__step.active {
      opacity: 1;
      transform: translateX(0); } }

@media (min-width: 1200px) {
  .partners-wrapper {
    margin: 0 auto; }
    .partners-wrapper__top .lines .line, .partners-wrapper__main .lines .line {
      width: 400px; }
    .partners-wrapper__main .lines {
      top: 0; }
      .partners-wrapper__main .lines::after {
        opacity: 0; }
    .partners-wrapper__steps {
      height: calc(100% - 325px);
      margin-top: 145px;
      width: 1200px;
      left: 50%;
      transform: translateX(-50%); }
    .partners-wrapper__step {
      margin-left: 20px; }
      .partners-wrapper__step:nth-child(1) {
        width: 170px; } }

.objects {
  padding-top: 0px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(145, 145, 145, 0.2); }
  .objects__title {
    margin-bottom: 15px; }
  .objects__top {
    position: relative;
    padding-bottom: 1px; }
    .objects__top::after {
      position: absolute;
      content: '';
      height: 1px;
      width: calc(100% + 2000px);
      left: -1000px;
      bottom: 0;
      background: #E6E6E6; }
  .objects__categories {
    margin-bottom: 30px; }
  .objects__categories-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 34px;
    overflow-x: scroll; }
    .objects__categories-list::-webkit-scrollbar {
      display: none; }
  .objects__categories-item {
    margin-right: 10px;
    height: 100%;
    cursor: pointer; }
    .objects__categories-item:last-child {
      margin-right: 0; }
  .objects__categrories-link {
    border: 1px solid #fed63f;
    border-radius: 8px;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: black;
    text-decoration: none;
    white-space: nowrap; }
    .objects__categrories-link:hover, .objects__categrories-link:active, .objects__categrories-link:focus {
      color: black; }
    .objects__categrories-link.active {
      border: 1px solid black; }
  .objects__annotation {
    margin-bottom: 15px;
    width: 100%; }
  .objects__annotation-title {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 15px; }
  .objects__annotation-items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    overflow-x: scroll; }
    .objects__annotation-items::-webkit-scrollbar {
      display: none; }
  .objects__annotation-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 220px;
    margin-right: 20px; }
    .objects__annotation-item:last-child {
      margin-right: 0; }
  .objects__annotation-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 20px; }
  .objects__annotation-text {
    height: 100%;
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500; }
  .objects__list {
    position: relative;
    padding-bottom: 1px; }
    .objects__list::after {
      position: absolute;
      content: '';
      height: 1px;
      width: calc(100% + 2000px);
      left: -1000px;
      bottom: 0;
      background: #E6E6E6; }
  .objects__object {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 0;
    padding-top: 30px;
    /*&:nth-last-child(-n + 3) {
            border-bottom: none;
            margin-bottom: 0;
        }*/ }
    .objects__object.html_object .object-card {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .objects__object.html_object .object-card .object-card__data {
        height: calc(100% - 260px);
        align-content: space-between; }
    .objects__object:last-child {
      border-bottom: none;
      margin-bottom: 0; }
  .objects__content {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px; }
    .objects__content h2 {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.25;
      margin-top: 15px;
      margin-bottom: 15px; }
    .objects__content p {
      font-size: 14px;
      line-height: 1.25;
      font-weight: 500;
      margin-bottom: 15px; }
    .objects__content::after {
      position: absolute;
      content: '';
      height: 1px;
      width: calc(100% + 2000px);
      left: -1000px;
      bottom: 0;
      background: #E6E6E6; }

@media (min-width: 768px) {
  .objects {
    padding-top: 0px; }
    .objects__wrapper {
      display: flex;
      flex-direction: column;
      overflow: hidden; }
    .objects__top {
      width: 100%; }
    .objects__annotation {
      margin-bottom: 25px; }
    .objects__list {
      width: calc(100% + 45px);
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      margin: 0; }
    .objects__object {
      width: calc(100% / 2 - 5px);
      padding-top: 20px;
      padding-right: 30px;
      border-left: 1px solid #E7E7E7;
      padding-bottom: 20px;
      /*&:nth-child(2n+2) {
                width: calc((100% - 30px) / 2);
                padding-right: 0;
            }*/ }
      .objects__object.html_object .object-card__more.disabled {
        margin-bottom: 56px; } }

@media (min-width: 1024px) {
  .objects__title {
    margin-bottom: 20px; }
  .objects__categories {
    margin-bottom: 40px; }
  .objects__annotation {
    margin-bottom: 40px; }
  .objects__annotation-title {
    margin-bottom: 20px; }
  .objects__annotation-image {
    min-width: 35px;
    height: 35px; }
  .objects__object {
    width: calc(100% / 3 - 5px);
    /*&:nth-child(2n+2) {
                width: calc( ((100% - 60px) / 3) + 30px);
                padding-right: 30px;
            }

            &:nth-child(3n+3) {
                width: calc((100% - 60px) / 3);
                padding-right: 0;
            }*/ } }

@media (min-width: 1200px) {
  .objects {
    padding-top: 20px; }
    .objects__top {
      width: 100%; }
    .objects__annotation-item {
      margin-right: 25px; }
    .objects__annotation-text {
      font-weight: 400; }
    .objects__annotation-image {
      margin-right: 25px; }
    .objects__categrories-link.active::before {
      left: -25px; }
    .objects__object {
      width: calc(100% / 3);
      padding-top: 0px;
      padding-right: 45px;
      padding-bottom: 55px;
      /*&:nth-child(2n+2) {
                width: calc(((100% - 90px) / 3) + 45px);
                //width: calc( ((100% - 90px) / 3) + 45px);
                padding-right: 45px;
            }*/
      /*&:nth-child(3n+3) {
                width: calc(((100% - 90px) / 3) + 45px);
                //width: calc((100% - 90px) / 3);
                padding-right: 45px;
            }*/ }
      .objects__object.html_object .object-card__more.disabled {
        margin-bottom: 0px; }
      .objects__object.primary {
        width: calc((100% / 3) * 2); }
    .objects__content h2 {
      margin-top: 20px;
      margin-bottom: 20px; }
      .objects__content h2.bigger {
        font-size: 24px; }
    .objects__content p {
      margin-bottom: 20px; }
  /*.realtytest {*/
  .objects__object.primary {
    width: calc((100% / 3)); }
    .objects__object.primary .object-card__label--sale {
      background-color: #71aaeb; }
  .object-card__timer-banner {
    width: 100%;
    margin: 0 0 10px; }
  .object-card__reserve-inputs {
    display: none; }
  .primary .object-card__reserve {
    width: 50%; }
  .primary .object-card__reserve-btn {
    width: 100%;
    margin-left: 0; }
  .primary .object-card__reserve-btn .object-card__more {
    margin-right: 0; }
  .primary .object-card__buttons {
    width: 100%; }
  .primary .object-card__more.secondary {
    width: 50%;
    margin-right: 0; }
  /*}*/ }

.object-card {
  position: relative;
  z-index: 11;
  height: 100%; }
  .object-card__hidden {
    display: none !important; }
  .object-card__timer-banner {
    width: 100%;
    background: linear-gradient(118.28deg, rgba(254, 214, 63, 0.79) -38.48%, #E53838 85.91%);
    border-radius: 8px;
    padding: 5px 12px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
    order: 2; }
  .object-card__timer {
    display: flex;
    width: 50%;
    justify-content: space-between;
    margin-left: 5px; }
  .object-card__timer-item {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    display: flex;
    position: relative;
    justify-content: center;
    min-width: 30px;
    width: 25%; }
    .object-card__timer-item:before {
      content: attr(data-title);
      font-size: 10px;
      line-height: 12px;
      font-weight: 500;
      position: absolute;
      bottom: 0;
      opacity: 0.8; }
    .object-card__timer-item:not(:last-child) {
      margin-right: 0px; }
      .object-card__timer-item:not(:last-child):after {
        content: ":";
        position: absolute;
        right: calc(-2.75px);
        opacity: 0.4; }
  .object-card__timer-info {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500; }
  .object-card__info {
    display: flex;
    flex-direction: column; }
  .object-card__buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    order: 2; }
  .object-card.object_26 > .object-card__header::after {
    content: '';
    background: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 26.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 283.5 283.5' style='enable-background:new 0 0 283.5 283.5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FF0508;%7d .st1%7bfill:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3crect class='st0' width='283.5' height='283.5'/%3e%3cpath class='st1' d='M34.6,202.8v-76.3h82.6V80.7h131.6v122H34.6z'/%3e%3cpath class='st0' d='M79.4,178.6h-1.7l-8.4-34.9H53.5V186h8.1v-34.9h1.7l8.4,34.9h13.9l8.4-34.9h1.7V186h8.1v-42.4H88L79.4,178.6z M162.4,186h29v-7.4h-20.6v-10.5h17.7v-7.2h-17.7v-9.8h20.6v-7.4h-29V186z M133.2,179.8c-9.3,0-13.6-6.5-13.6-15.1 s4.3-14.8,13.6-14.8c9.3,0,13.6,6.5,13.6,14.8S142.6,179.8,133.2,179.8z M133.2,142.5c-14.1,0-22.3,9.1-22.3,22.3 s8.1,22.5,22.3,22.5c14.1,0,22.3-9.3,22.3-22.5C155.5,151.5,147.4,142.5,133.2,142.5z M197.1,186h8.9l9.8-16.8l10.8,16.8h8.9 l-14.1-22.3l13.4-20.1h-9.1l-9.3,15.1l-9.3-15.1h-9.1l12.9,19.9L197.1,186z'/%3e%3c/g%3e%3c/svg%3e");
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 40px;
    background-size: cover;
    background-position: center; }
  .object-card__header {
    position: relative;
    width: 100%;
    height: 260px; }
  .object-card__link {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .object-card__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .object-card__image::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 6e-05) 100%); }
    .object-card__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .object-card__play {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 9px;
    border-width: 18px 0 18px 36px;
    border-color: #fed63f;
    border-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    background-color: transparent;
    outline: none; }
  .object-card__top {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    color: #fff; }
  .object-card__name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600; }
  .object-card__address {
    font-size: 10px;
    line-height: 1.2; }
  .object-card__bottom {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end; }
  .object-card__video {
    position: relative;
    z-index: 2;
    margin-right: 10px;
    padding-left: 18px;
    color: #fff;
    font-weight: 500;
    text-decoration: none; }
    .object-card__video::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      border-width: 6px 0 6px 10px;
      border-color: #fed63f;
      border-style: solid;
      border-top-color: transparent;
      border-bottom-color: transparent; }
  .object-card__labels {
    margin-left: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end; }
  .object-card__label {
    font-size: 12px;
    padding: 0 10px;
    height: 18px;
    font-weight: 500;
    text-align: right;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 5px; }
    .object-card__label.green {
      background-color: #5fce67; }
    .object-card__label--sale {
      background-color: #5fce67; }
    .object-card__label--notsale {
      background-color: #f52f4b; }
    .object-card__label--club {
      background-color: #f52f4b; }
    .object-card__label--soon {
      background-color: #5fce67; }
    .object-card__label--liberty {
      background-color: #71aaeb; }
    .object-card__label--new {
      background-color: #5fce67; }
    .object-card__label--booking {
      background-color: #71aaeb; }
    .object-card__label--forming {
      background-color: #f52f4b; }
    .object-card__label:last-child {
      margin-bottom: 0; }
  .object-card__data {
    padding: 10px 10px 0;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    height: calc(100% - 260px); }
  .object-card__progress {
    width: 100%;
    height: 24px;
    margin-bottom: 20px; }
    .object-card__progress.disabled {
      background: #ECECEC;
      display: flex;
      align-items: center;
      font-size: 10px;
      font-weight: 500;
      padding: 0 10px;
      color: #000;
      border-bottom: 1px solid #fed63f; }
  .object-card__table {
    width: 100%;
    table-layout: fixed;
    /*margin-top: 10px;*/
    margin-bottom: 20px;
    overflow: hidden; }
    .object-card__table tr {
      vertical-align: middle;
      height: 28px;
      display: table-row;
      width: 100%; }
    .object-card__table td {
      position: relative;
      font-size: 12px; }
      .object-card__table td .object-card__isin-copy {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .object-card__table td:first-child {
        width: 60%;
        padding-right: 10px; }
      .object-card__table td:nth-child(2) {
        width: 40%;
        text-align: right; }
      .object-card__table td .label {
        position: relative;
        display: inline-block;
        color: black;
        font-weight: 500;
        white-space: nowrap; }
      .object-card__table td .value {
        display: inline;
        position: relative;
        text-decoration: none;
        color: #7C7C7C;
        white-space: nowrap; }
        .object-card__table td .value.bold {
          font-weight: 600;
          color: black; }
        .object-card__table td .value.rating {
          height: 17px;
          font-size: 12px;
          padding: 0 5px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          border-radius: 4px;
          color: white;
          font-weight: 500; }
          .object-card__table td .value.rating.green {
            background-color: #5fce67; }
          .object-card__table td .value.rating.yellow {
            background-color: #fed63f; }
          .object-card__table td .value.rating.red {
            background-color: #ff2b2b; }
          .object-card__table td .value.rating.A {
            background-color: #5fce67; }
          .object-card__table td .value.rating.B {
            background-color: #71aaeb; }
          .object-card__table td .value.rating.C {
            background-color: #fed63f; }
          .object-card__table td .value.rating.D {
            color: #7C7C7C; }
  .object-card__more {
    position: relative;
    height: 44px;
    font-size: 14px;
    color: black;
    font-weight: 400;
    border-radius: 8px;
    background-color: #FFCE00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    text-decoration: none;
    width: 100%;
    transition: 0.3s;
    border: 0;
    cursor: pointer; }
    .object-card__more:hover {
      background: #FFDD4D; }
    .object-card__more.secondary {
      background: rgba(14, 86, 169, 0.07);
      color: #2A415E; }
      .object-card__more.secondary:hover {
        background: rgba(14, 86, 169, 0.1); }
    .object-card__more.not_active {
      background-color: #ececec; }
    .object-card__more.grey {
      /*background: #F0F0F0;
        color: #7C7C7C;*/
      cursor: pointer; }
    .object-card__more.green {
      background: #1CA242;
      color: #fff;
      transition: 0.3s; }
      .object-card__more.green:hover {
        opacity: 0.8; }
    .object-card__more.disabled {
      background: #F0F0F0;
      color: #7C7C7C;
      pointer-events: none; }
    .object-card__more svg {
      margin-right: 10px; }
    .object-card__more .icon {
      width: 13px;
      height: 19px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 8px; }
      .object-card__more .icon svg {
        max-height: 100%;
        fill: #7C7C7C; }
  .object-card__reserve {
    /*margin-bottom: 20px;*/
    width: 100%; }
    .object-card__reserve .object-card__more {
      width: 100%;
      border: none; }
  .object-card__reserve-inputs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px; }
  .object-card__reserve-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%; }
    .object-card__reserve-input:first-child {
      margin-right: 10px; }
    .object-card__reserve-input label {
      font-size: 8px;
      line-height: 1.2;
      margin-bottom: 10px;
      color: #7C7C7C; }
    .object-card__reserve-input input {
      border: 1px solid #CCCCCC;
      outline: none;
      border-radius: 8px;
      height: 34px;
      padding: 0 20px;
      font-size: 14px;
      color: black;
      width: 100%;
      background: transparent;
      font-weight: 500; }
      .object-card__reserve-input input[disabled] {
        background: #ECECEC;
        color: #7C7C7C; }
  .object-card__reserve-btn {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    color: black;
    width: 50%;
    margin-bottom: 20px;
    margin-top: -20px; }
    .object-card__reserve-btn .content {
      position: relative;
      background: white;
      padding-right: 12px;
      width: fit-content;
      z-index: 1;
      cursor: pointer;
      text-decoration: none;
      color: black; }
      .object-card__reserve-btn .content input {
        border: none;
        outline: none;
        padding: 0;
        background: transparent; }
      .object-card__reserve-btn .content:hover + .arrow {
        max-width: 100%; }
    .object-card__reserve-btn .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      height: 1.5px;
      background-color: #fed63f;
      width: 100%;
      max-width: 150px;
      transition: all 0.3s ease; }
      .object-card__reserve-btn .arrow:before {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        background-color: transparent;
        border-top: 1.5px solid #fed63f;
        border-right: 1.5px solid #fed63f;
        right: 1px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg); }
  .object-card .bluetip {
    background-color: #71aaeb;
    color: #ffffff; }
  .object-card .green_pseudo {
    background-color: #5fce67;
    color: #ffffff; }
  .object-card .green_pseudo::after {
    content: '!'; }
  .object-card .pseudo::after {
    content: '?'; }
  .object-card__tooltip {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fed63f;
    border-radius: 50%;
    z-index: 1; }
    .object-card__tooltip::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: -100vw; }
  .object-card__lock {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px; }
    .object-card__lock svg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      fill: #fed63f; }
  .object-card--skeleton .object-card__image, .object-card--skeleton .object-card__top, .object-card--skeleton .object-card__bottom, .object-card--skeleton .object-card__tooltip, .object-card--skeleton .object-card__progress, .object-card--skeleton .object-card__reserve {
    display: none; }
  .object-card--skeleton .object-card__header::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: #F0F0F0;
    border-radius: 8px;
    z-index: 2;
    animation: skeleton 1s infinite; }
  .object-card--skeleton .object-card__table .label {
    color: transparent; }
    .object-card--skeleton .object-card__table .label::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: 25px;
      background: #F0F0F0;
      border-radius: 8px;
      z-index: 2;
      animation: skeleton 1s infinite; }
  .object-card--skeleton .object-card__table .value {
    background: transparent !important;
    color: transparent !important; }
    .object-card--skeleton .object-card__table .value::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: 25px;
      background: #F0F0F0;
      border-radius: 8px;
      z-index: 2;
      animation: skeleton 1s infinite; }
  .object-card--skeleton .object-card__lock {
    background: transparent;
    color: transparent; }
    .object-card--skeleton .object-card__lock::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: 100%;
      background: #F0F0F0;
      border-radius: 8px;
      z-index: 2;
      animation: skeleton 1s infinite; }
    .object-card--skeleton .object-card__lock svg {
      display: none; }
  .object-card--skeleton .object-card__more {
    background-color: transparent;
    color: transparent; }
    .object-card--skeleton .object-card__more::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: 100%;
      background: #F0F0F0;
      border-radius: 8px;
      z-index: 2;
      animation: skeleton 1s infinite; }
    .object-card--skeleton .object-card__more .icon {
      display: none; }
  .object-card__popup {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease; }
    .object-card__popup .object-card__buttons {
      flex-wrap: wrap; }
    .object-card__popup .object-card__more {
      font-size: 12px;
      line-height: 14px;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 0; }
      .object-card__popup .object-card__more.green {
        margin-top: 10px; }
    .object-card__popup.active {
      opacity: 1;
      z-index: 1000;
      visibility: visible;
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px); }
    .object-card__popup .muted {
      margin-left: 5px;
      color: #97A0A9;
      font-size: 14px;
      font-weight: 400; }
    .object-card__popup .sale {
      color: #1CA242;
      font-weight: 700; }
    .object-card__popup .btn {
      width: calc(50% - 5px);
      margin-bottom: 0px;
      font-size: 12px;
      border: none;
      font-weight: 400;
      padding: 12px;
      height: 40px; }
      .object-card__popup .btn.secondary {
        cursor: pointer;
        color: #2A415E;
        background: rgba(14, 86, 169, 0.07);
        transition: 0.3s; }
        .object-card__popup .btn.secondary:hover {
          background: rgba(14, 86, 169, 0.1); }
      .object-card__popup .btn:last-child {
        margin-top: 0px;
        margin-right: 5px; }
      .object-card__popup .btn:not(:last-child) {
        margin-top: 0px;
        margin-left: 5px; }
  .object-card__popup-buttons {
    display: flex;
    flex-wrap: wrap; }
  .object-card__popup-window {
    position: relative;
    padding: 30px;
    border-radius: 24px;
    width: 350px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: linear-gradient(180deg, #162133 0px, #fff 85px); }
    .object-card__popup-window.mini .index-profit__content {
      padding: 0; }
    .object-card__popup-window.mini .index-profit__content-title {
      margin-bottom: 10px; }
    .object-card__popup-window.mini .index-profit__head {
      flex-wrap: wrap; }
    .object-card__popup-window.mini .index-profit__result-left {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .object-card__popup-window.mini .object-card__buttons {
      flex-wrap: wrap; }
      .object-card__popup-window.mini .object-card__buttons .object-card__more {
        width: 100%;
        margin-right: 0;
        margin-top: 10px; }
    .object-card__popup-window.mini .tooltip {
      position: relative;
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-left: 8px; }
      .object-card__popup-window.mini .tooltip:hover .tooltip__text {
        opacity: 1;
        visibility: visible;
        z-index: 1; }
      .object-card__popup-window.mini .tooltip__icon {
        width: 14px;
        height: 14px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer; }
      .object-card__popup-window.mini .tooltip__text {
        position: absolute;
        top: 50%;
        left: -webkit-calc(100% + 12px);
        left: -moz-calc(100% + 12px);
        left: calc(100% + 12px);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 200px;
        border-radius: 8px;
        background: #eaeff4;
        padding: 10px;
        font-size: 11px;
        color: rgba(0, 0, 0, 0.6);
        font-weight: 500;
        line-height: normal;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        -webkit-transition: opacity .2s ease;
        -moz-transition: opacity .2s ease;
        transition: opacity .2s ease; }
        .object-card__popup-window.mini .tooltip__text:before {
          position: absolute;
          content: '';
          left: -4px;
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(45deg);
          -moz-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
          width: 10px;
          height: 10px;
          background: #eaeff4;
          border-radius: 2px; }
  .object-card__popup-logo {
    width: 60px;
    position: absolute;
    top: 20px; }
  .object-card__popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #B8BFC9;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer; }
  .object-card__popup-content {
    display: flex;
    flex-wrap: wrap; }
    .object-card__popup-content p {
      margin: 18px 0;
      font-size: 12px;
      line-height: 14px; }
  .object-card__popup-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 24px;
    color: #fff;
    font-family: 'Muller', 'Montserrat';
    position: relative;
    z-index: 2; }
  .object-card__popup-highlight {
    background: #2A415E;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    width: calc(100%);
    flex-wrap: wrap;
    margin-bottom: 18px; }
    .object-card__popup-highlight .object-card__popup-desc-name {
      color: #DDE7F3; }
    .object-card__popup-highlight .object-card__popup-desc-value {
      color: #fff; }
      .object-card__popup-highlight .object-card__popup-desc-value.highlight {
        color: #fff; }
    .object-card__popup-highlight.light {
      background: rgba(14, 86, 169, 0.05);
      margin-top: 18px;
      margin-bottom: 0; }
  .object-card__popup-img {
    margin-bottom: 15px;
    width: 100%;
    min-width: 100%;
    height: 130px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px;
    position: relative; }
    .object-card__popup-img img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .object-card__popup-sale {
    padding: 2px 4px;
    border-radius: 4px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    background: #1CA242;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600; }
  .object-card__popup-subtitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%; }
  .object-card__popup-subinfo-item {
    font-size: 16px;
    font-weight: 500; }
  .object-card__popup-subinfo-title {
    font-size: 12px;
    line-height: 16px;
    color: #97A0A9;
    margin-bottom: 3px; }
  .object-card__popup-subinfo {
    display: flex;
    flex-direction: column;
    margin-right: 15px; }
  .object-card__popup-info {
    display: flex;
    flex-wrap: wrap; }
  .object-card__popup-total {
    margin-top: 10px; }
  .object-card__popup-total-title {
    font-weight: 500;
    font-size: 12px;
    color: #2A415E;
    margin-bottom: 3px; }
    .object-card__popup-total-title.sale {
      font-weight: 500; }
  .object-card__popup-total-item {
    font-size: 20px;
    font-weight: 700;
    color: #2A415E; }
  .object-card__popup-notice {
    display: flex; }
    .object-card__popup-notice svg {
      margin-right: 10px;
      width: 22px;
      min-width: 22px; }
  .object-card__popup-head {
    height: 85px;
    margin: -30px -30px 0px;
    border-radius: 24px 24px 0 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center !important;
    background-size: cover !important;
    box-sizing: border-box; }
  .object-card__popup-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px; }
  .object-card__popup-desc-name {
    font-size: 12px;
    line-height: 14px;
    color: #2A415E;
    font-weight: 500; }
  .object-card__popup-desc-value {
    font-size: 12px;
    line-height: 14px;
    color: #2A415E;
    font-weight: 500; }
    .object-card__popup-desc-value.highlight {
      font-weight: 700;
      color: #2A415E; }
  .object-card__popup-progress {
    position: relative;
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    background: #fff;
    width: 100%;
    border-radius: 16px;
    padding: 8px 16px;
    color: #162133;
    overflow: hidden; }
  .object-card__popup-progress-value {
    position: absolute;
    background: rgba(14, 86, 169, 0.14);
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 0px; }
  .object-card__popup-download {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #0E56A9;
    margin-bottom: 18px;
    text-decoration: none;
    order: -1; }
    .object-card__popup-download svg {
      width: 35px;
      margin-right: 10px; }
  .object-card__popup-column {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
  .object-card__popup-column-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: rgba(14, 86, 169, 0.5);
    text-transform: uppercase; }
  .object-card__popup-highlight-total {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #0E56A9;
    margin-bottom: 10px; }
  .object-card__popup-steps {
    display: flex;
    flex-wrap: nowrap;
    width: 100%; }
  .object-card__popup-step {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%; }
    .object-card__popup-step span {
      font-size: 12px;
      line-height: 14px;
      font-weight: 500;
      color: #97A0A9;
      margin-top: 10px;
      width: 100%;
      height: 100%; }
    .object-card__popup-step.active {
      width: calc(30% - 5px);
      margin-right: 5px; }
      .object-card__popup-step.active .object-card__popup-step-line {
        width: 100%;
        background: #0E56A9;
        margin: 0; }
      .object-card__popup-step.active span {
        color: #0E56A9; }
  .object-card__popup-step-line {
    height: 5px;
    background: #D9D9D9;
    border-radius: 16px;
    width: calc(100% / 6 - 5px); }
    .object-card__popup-step-line:last-child {
      margin: 0; }
  .object-card__mobile-hide {
    display: none; }
  .object-card__laptop-hide {
    display: flex;
    flex-wrap: wrap; }
  .object-card__table-brokers {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -8px;
    margin-left: 0px;
    margin-right: -4px;
    width: 100%;
    margin-bottom: 20px; }
    .object-card__table-brokers:before {
      content: 'Приобретайте паи\Aу брокеров';
      white-space: pre;
      font-size: 13px;
      color: #000;
      font-weight: 500; }
  .object-card__table-brokers-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .object-card__table-broker {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 8px 8px; }
    .object-card__table-broker img, .object-card__table-broker svg {
      width: 100%; }
  .object-card__brokers {
    position: relative;
    margin-left: auto;
    max-width: 100%;
    display: none;
    order: 1;
    margin-bottom: 20px;
    margin-top: -20px;
    width: 100%; }
  .object-card__brokers-label {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    /*color: #6A7784;*/
    margin-right: 20px;
    order: 0;
    white-space: nowrap; }
  .object-card__brokers-icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    order: 1;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .object-card__brokers-preview {
    display: none;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    flex-wrap: wrap; }
    .object-card__brokers-preview:hover .object-card__brokers-number {
      background: #fed63f; }
  .object-card__brokers-item {
    position: relative;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin: 8px 8px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1; }
    .object-card__brokers-item img, .object-card__brokers-item svg {
      width: 100%; }
      .object-card__brokers-item img:nth-child(n+4), .object-card__brokers-item svg:nth-child(n+4) {
        display: none; }
    .object-card__brokers-item:first-child {
      margin-left: 0; }
    .object-card__brokers-item.number {
      display: none; }
  .object-card__brokers-number {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #e9e9e9;
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    color: #162133;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease; }
  .object-card__brokers-window {
    position: absolute;
    top: -webkit-calc(100% - 115px);
    top: -moz-calc(100% - 115px);
    top: calc(100% - 115px);
    right: -13px;
    padding: 8px 8px 8px 16px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 24px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2);
    box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2);
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease; }
    .object-card__brokers-window.active {
      opacity: 1;
      visibility: visible;
      height: auto; }
  .object-card__brokers-text {
    width: 100px;
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    color: #162133; }
  .object-card__brokers-item-full {
    position: relative;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 8px; }
    .object-card__brokers-item-full img, .object-card__brokers-item-full svg {
      width: 100%; }
    .object-card__brokers-item-full:hover .object-card__brokers-item-tooltip {
      opacity: 1;
      visibility: visible;
      height: auto; }
  .object-card__brokers-item-tooltip {
    position: absolute;
    top: -webkit-calc(100% + 14px);
    top: -moz-calc(100% + 14px);
    top: calc(100% + 14px);
    right: 0;
    font-size: 11px;
    padding: 10px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2);
    box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease; }
  .object-card__isin-copy {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .object-card__isin-copy svg {
      margin: 0 5px; }
    .object-card__isin-copy path {
      transition: all 0.2s ease; }
    .object-card__isin-copy.active path {
      fill: #FFCE00; }

#calc {
  width: 100%; }

@media (min-width: 768px) {
  .object-card__popup-window {
    width: 500px; } }

@media (min-width: 1024px) {
  .object-card__popup-column-title {
    font-size: 14px;
    line-height: 20px; }
  .object-card__popup .object-card__buttons {
    flex-wrap: nowrap; }
  .object-card__popup .object-card__more {
    margin-top: 0px;
    height: 54px; }
    .object-card__popup .object-card__more.green {
      width: calc(50%);
      margin-left: 0px;
      margin-top: 0; }
      .object-card__popup .object-card__more.green span {
        display: inherit; }
      .object-card__popup .object-card__more.green svg {
        margin-right: 10px; }
    .object-card__popup .object-card__more:not(.green) {
      width: calc(50% - 18px);
      margin-right: 18px; }
  .object-card__popup .btn {
    height: 54px;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 16px;
    padding: 13px 32px 12px; }
    .object-card__popup .btn:not(:last-child) {
      margin-left: 0;
      order: 0;
      margin-top: 0px; }
    .object-card__popup .btn:last-child {
      margin: 0; }
  .object-card__popup-window {
    background: linear-gradient(180deg, #162133 0px, #fff 160px); }
  .object-card__popup-desc {
    margin-top: 12px; }
  .object-card__popup-highlight {
    padding: 20px;
    margin-bottom: 0; }
  .object-card__popup-desc-name {
    font-size: 14px;
    line-height: 18px; }
  .object-card__popup-desc-value {
    font-size: 14px;
    line-height: 18px; }
  .object-card__popup-logo {
    top: 48px;
    width: 86px; }
  .object-card__popup-head {
    height: 160px;
    margin: -60px -60px 32px;
    border-radius: 24px 24px 0 0; }
  .object-card__popup-title {
    margin-top: 32px;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    position: absolute; }
  .object-card__popup-total-item {
    font-size: 24px; }
  .object-card__popup-total-title {
    font-size: 14px; }
  .object-card__popup-subinfo-item {
    font-size: 18px; }
  .object-card__popup-img {
    width: 142px;
    min-width: 142px;
    height: 142px;
    margin-bottom: 0; }
  .object-card__popup-close {
    top: 0px;
    right: -40px; }
  .object-card__popup-content p {
    font-size: 14px;
    line-height: 18px; }
  .object-card__popup-window {
    width: 920px;
    padding: 60px;
    border-radius: 24px; }
    .object-card__popup-window.mini {
      width: 570px; }
      .object-card__popup-window.mini .object-card__buttons .object-card__more {
        width: calc(50% - 5px);
        margin-top: 16px; }
        .object-card__popup-window.mini .object-card__buttons .object-card__more:first-child {
          margin-right: 5px; }
        .object-card__popup-window.mini .object-card__buttons .object-card__more:last-child {
          margin-left: 5px; }
      .object-card__popup-window.mini .index-profit__head {
        flex-wrap: nowrap; }
      .object-card__popup-window.mini .index-profit__content-title {
        font-family: 'Muller', 'Montserrat';
        font-size: 16px;
        margin-bottom: 0; }
      .object-card__popup-window.mini .index-profit__result-table {
        margin-bottom: 0; }
      .object-card__popup-window.mini .index-profit__result-left {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .object-card__popup-window .index-profit__head .index-profit__liberty {
      display: flex !important; }
    .object-card__popup-window .index-profit__top {
      padding: 0;
      width: 100%;
      margin-right: 0; }
    .object-card__popup-window .index-profit__content {
      padding: 0;
      flex-wrap: wrap; }
  .object-card__popup-highlight-total {
    font-size: 20px;
    line-height: 24px; }
  .object-card__more {
    width: 100%;
    margin-bottom: 10px; }
    .object-card__more.disabled, .object-card__more.grey {
      margin-right: 10px;
      width: calc(50% - 10px); }
  .object-card__popup-progress {
    font-size: 12px;
    line-height: 14px; }
  .object-card__popup-column {
    width: 50%;
    margin: 0; }
    .object-card__popup-column.first {
      width: calc(50% - 18px);
      margin-right: 18px; }
  .object-card__popup-download {
    order: 2; }
  .object-card__popup-step span {
    font-size: 14px;
    line-height: 16px; }
  .object-card__mobile-hide {
    display: flex;
    flex-wrap: wrap; }
  .object-card__laptop-hide {
    display: none; } }

@media (min-width: 1200px) {
  #calc {
    width: calc(75% - 10px); }
    #calc .object-card__reserve {
      width: 100% !important; }
  .objects__object:not(.primary) .object-card__table-brokers {
    display: flex; }
  .object-card {
    width: 100%;
    /*&__timer-banner {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 0;
    }*/ }
    .object-card__reserve-btn {
      margin-top: 0;
      margin-bottom: 0; }
    .object-card__label {
      height: 20px; }
    .object-card__data {
      padding: 20px 20px 0;
      justify-content: space-between; }
    .object-card__tooltip {
      font-size: 8px;
      width: 12px;
      height: 12px; }
    .object-card__table td {
      font-size: 13px; }
    .object-card__more {
      width: calc(50% - 10px);
      margin-right: 10px;
      margin-bottom: 0;
      /*&.disabled, &.grey {
            margin-right: 10px;
            width: calc(50% - 10px);
        }*/ }
    .object-card__reserve {
      margin-bottom: 0;
      padding-right: 10px;
      width: 50%; }
    .object-card__brokers {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 0; }
    .object-card__brokers-item {
      width: 30px;
      height: 30px;
      margin: 0 0 0 -4px; }
      .object-card__brokers-item:nth-child(n+3) {
        display: none; }
      .object-card__brokers-item.number {
        order: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
    .object-card__brokers-preview {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap; }
    .object-card__table-brokers {
      display: none; } }

#flipping .object-card__top {
  padding-left: 26px; }
  #flipping .object-card__top:before {
    content: '';
    width: 20px;
    height: 100%;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDk2IiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDQ5NiA1MDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02Ni4xMDAzIDI0My41N0wxMjguMTEgMjEyLjU2QzEyOS4yOSAyMTEuOTcgMTMwLjE4IDIxMC45MyAxMzAuNjEgMjA5LjY4QzEzNi45MyAxOTEuMjQgMTQ3LjYxIDE3NC40MSAxNjIuMTQgMTYwLjQ3QzE4NC44NyAxMzguNjYgMjE1LjI2IDEyNi4yOSAyNDYuNzYgMTI2QzI4MC4zMiAxMjUuNjkgMzExLjkyIDEzOC42MiAzMzUuNjEgMTYyLjMxQzM1MC42OCAxNzcuMzggMzYxLjM4IDE5NS42NCAzNjcuMSAyMTUuNTdDMzY3Ljk2IDIxOC41NiAzNzEuMzQgMjIwLjAxIDM3NC4xMyAyMTguNjJMNDI4LjIyIDE5MS41OEM0MjkuNjMgMTkwLjg4IDQzMS4yOCAxOTAuODggNDMyLjY5IDE5MS41OEw0ODguMTggMjE5LjMyQzQ5MS43OSAyMjEuMTMgNDk1Ljk1IDIxOC4xMiA0OTUuMzcgMjE0LjEzQzQ3Ny45NyA5My4wNSAzNzMuODMgMCAyNDcuOTMgMEMxMjIuMDMgMCAyMC41ODAzIDkwLjY4IDEuMjIwMjkgMjA5LjQ4QzAuODcwMjg5IDIxMS42MyAxLjk4MDI5IDIxMy43NSAzLjkzMDI5IDIxNC43Mkw2MS42NDAzIDI0My41N0M2My4wNTAzIDI0NC4yNyA2NC43MDAzIDI0NC4yNyA2Ni4xMTAzIDI0My41N0g2Ni4xMDAzWiIgZmlsbD0iI0ZGQ0UwMCIvPgo8cGF0aCBkPSJNNDI4LjIxOCAyNTYuNDNMMzY4LjA2OCAyODYuNTFDMzY2Ljg3OCAyODcuMTEgMzY1Ljk3OCAyODguMTYgMzY1LjU1OCAyODkuNDJDMzU5LjMxOCAzMDguMDkgMzQ4LjYyOCAzMjUuMTQgMzM0LjAxOCAzMzkuMjVDMzExLjI0OCAzNjEuMjQgMjgwLjcwOCAzNzMuNzEgMjQ5LjA1OCAzNzMuOTlDMjE1LjUxOCAzNzQuMjggMTgzLjk0OCAzNjEuMzYgMTYwLjI1OCAzMzcuNjhDMTQ1LjAyOCAzMjIuNDUgMTM0LjI0OCAzMDMuOTUgMTI4LjU3OCAyODMuNzdDMTI3LjczOCAyODAuNzcgMTI0LjMzOCAyNzkuMyAxMjEuNTQ4IDI4MC43TDY2LjEwODMgMzA4LjQyQzY0LjY5ODMgMzA5LjEyIDYzLjA0ODMgMzA5LjEyIDYxLjYzODMgMzA4LjQyTDcuODI4MzMgMjgxLjUyQzQuMjA4MzMgMjc5LjcxIDAuMDQ4MzMyMyAyODIuNzMgMC42MzgzMzIgMjg2LjczQzE4LjM5ODMgNDA3LjM5IDEyMi4zNDggNTAwLjAxIDI0Ny45NDggNTAwLjAxQzM3My41NDggNTAwLjAxIDQ3NC44ODggNDA5LjcxIDQ5NC41NTggMjkxLjI3QzQ5NC45MTggMjg5LjEyIDQ5My44MDggMjg2Ljk5IDQ5MS44NTggMjg2LjAxTDQzMi43MTggMjU2LjQ0QzQzMS4zMDggMjU1Ljc0IDQyOS42NTggMjU1Ljc0IDQyOC4yNDggMjU2LjQ0TDQyOC4yMTggMjU2LjQzWiIgZmlsbD0iI0ZGQ0UwMCIvPgo8L3N2Zz4K);
    background-size: 16px;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    top: 2px;
    left: 2px; }

@keyframes skeleton {
  50% {
    background: rgba(240, 240, 240, 0.5); }
  100% {
    background: #f0f0f0; } }

.img_tooltip {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0px;
  top: -35px;
  background: transparent;
  border-radius: 0; }

.realty-objects {
  padding-top: calc(65px + 54px);
  padding-bottom: 48px;
  margin-top: calc(-65px - 54px);
  background-color: #E1E5EA; }
  .realty-objects__title {
    font-size: 16px;
    line-height: 1.25;
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #162133;
    margin-top: 0;
    margin-bottom: 16px; }
  .realty-objects__top {
    position: relative; }
  .realty-objects__categories {
    margin-bottom: 16px; }
  .realty-objects__categories-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .realty-objects__categories-item {
    height: 26px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 16px;
    overflow: hidden; }
    .realty-objects__categories-item:last-child {
      margin-right: 0; }
  .realty-objects__categrories-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 14px;
    background: transparent;
    color: #2A415E;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer; }
    .realty-objects__categrories-link:hover, .realty-objects__categrories-link:active, .realty-objects__categrories-link:focus, .realty-objects__categrories-link.active {
      background: #71AAEB;
      color: white; }
  .realty-objects__annotation {
    display: none; }
  .realty-objects__list {
    position: relative; }
  .realty-objects__object {
    width: 100%;
    margin-bottom: 16px; }
    .realty-objects__object.sale {
      color: #fff; }
      .realty-objects__object.sale .realty-object-card__content {
        background: url("/images/redesign/index-top/11_11_sale.png?3385");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      .realty-objects__object.sale .realty-object-card__name,
      .realty-objects__object.sale .realty-object-card__address,
      .realty-objects__object.sale .realty-object-card__table td:nth-child(2) .bold,
      .realty-objects__object.sale .realty-object-card__param-title,
      .realty-objects__object.sale .realty-object-card__param-value {
        color: #fff; }
  .realty-objects__content {
    position: relative;
    padding-top: 32px; }
    .realty-objects__content h2 {
      font-size: 16px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 16px;
      color: #162133; }
    .realty-objects__content p {
      font-size: 12px;
      line-height: normal;
      font-weight: 500;
      margin-bottom: 16px;
      color: #6A7784; }
      .realty-objects__content p:last-child {
        margin-bottom: 0; }

@media screen and (min-width: 1020px) {
  .realty-objects__title {
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: inherit; }
  .realty-objects__categories {
    margin-bottom: 40px; }
  .realty-objects__categories-item {
    height: 31px;
    border-radius: 8px; }
  .realty-objects__categrories-link {
    padding: 0 16px;
    font-size: 14px; }
  .realty-objects__annotation {
    display: block;
    margin-bottom: 48px; }
  .realty-objects__annotation-title {
    color: #162133;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px; }
  .realty-objects__annotation-items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px; }
  .realty-objects__annotation-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(25% - 16px);
    margin: 0 8px; }
  .realty-objects__annotation-image {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px; }
  .realty-objects__annotation-text {
    color: #6A7784;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; }
  .realty-objects__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -8px;
    width: calc(100% + 16px); }
  .realty-objects__object {
    align-self: stretch;
    width: calc(33.3% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px; }
    .realty-objects__object.big {
      width: calc(66.7% - 16px); }
      .realty-objects__object.big .realty-object-card__brokers {
        width: calc(50% - 32px);
        margin-bottom: 0; }
      .realty-objects__object.big .realty-object-card__buttons {
        width: 50%; }
    .realty-objects__object:not(.big) .realty-object-card__tables {
      flex-wrap: wrap; }
    .realty-objects__object:not(.big) .realty-object-card__buttons {
      order: 2; }
    .realty-objects__object:last-child {
      margin-bottom: 16px; }
  .realty-objects__content {
    position: relative; }
    .realty-objects__content h2 {
      font-size: 18px; }
    .realty-objects__content p {
      font-size: 14px;
      line-height: 140%; } }

@media screen and (min-width: 1360px) {
  .realty-objects {
    padding-top: calc(65px + 100px);
    margin-top: calc(-65px - 100px);
    padding-bottom: 56px; } }

.realty-object-card {
  position: relative;
  border-radius: 24px;
  background: white;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .realty-object-card__wrapper {
    max-width: 100%;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    .minimalized .realty-object-card__wrapper {
      width: calc((100% - 130px)); }
    .bali .realty-object-card__wrapper {
      width: 100%;
      height: 140px; }
  .realty-object-card__image {
    width: 130px;
    min-height: 100%;
    align-self: stretch;
    max-width: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-width 0.3s ease; }
    .minimalized .realty-object-card__image {
      max-width: 130px;
      opacity: 1;
      visibility: visible; }
    .realty-object-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .realty-object-card__labels {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    align-items: flex-start;
    z-index: 1; }
    .minimalized .realty-object-card__labels {
      top: 8px;
      left: auto;
      right: 8px;
      flex-direction: column-reverse;
      justify-content: flex-start;
      align-items: flex-end; }
  .realty-object-card__label {
    margin-bottom: 7px;
    margin-left: 7px;
    padding: 4px 8px;
    border-radius: 16px;
    font-size: 10px;
    line-height: normal; }
    .realty-object-card__label:first-child {
      margin-left: 0; }
    .realty-object-card__label .timer {
      display: flex;
      align-items: center; }
    .realty-object-card__label .timer-item {
      font-size: 12px;
      line-height: 14px;
      color: #fff;
      font-weight: 700;
      position: relative; }
      .realty-object-card__label .timer-item:before {
        content: none; }
      .realty-object-card__label .timer-item:not(:last-child) {
        margin-right: 3px;
        padding-right: 3px;
        position: relative; }
        .realty-object-card__label .timer-item:not(:last-child):after {
          content: ':';
          right: -3px;
          opacity: 0.5;
          position: relative; }
    .realty-object-card__label--sale {
      font-weight: 500;
      text-transform: lowercase;
      color: white;
      background: #1CA242; }
    .realty-object-card__label--notsale {
      font-weight: 500;
      text-transform: lowercase;
      color: white;
      background: #E53838; }
    .realty-object-card__label--club {
      font-weight: 500;
      text-transform: lowercase;
      color: white;
      background-color: #f52f4b; }
    .realty-object-card__label--active {
      font-weight: 500;
      text-transform: lowercase;
      color: white;
      background: #1CA242; }
    .realty-object-card__label--disabled {
      font-weight: 500;
      text-transform: lowercase;
      background: #E53838;
      color: white; }
    .realty-object-card__label--liberty {
      font-weight: 500;
      background: #71AAEB;
      color: white; }
    .realty-object-card__label--new {
      font-weight: 500;
      background: #C20DC2;
      color: white; }
    .realty-object-card__label--transparent {
      font-weight: 700;
      text-transform: uppercase;
      color: white;
      background: rgba(0, 0, 0, 0.2);
      backdrop-filter: blur(5px); }
    .realty-object-card__label--dark {
      font-weight: 700;
      text-transform: uppercase;
      color: #ffce00;
      background: #162133; }
    .realty-object-card__label--dark-red-yellow-gradient {
      font-weight: 700;
      text-transform: uppercase;
      color: #ffffff;
      background: -webkit-linear-gradient(90deg, #162133 0%, #C32100 100%);
      background: -o-linear-gradient(90deg, #162133 0%, #C32100 100%);
      background: linear-gradient(90deg, #162133 0%, #C32100 100%); }
  .realty-object-card__header {
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    max-height: 220px;
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    transition: max-height 0.3s ease; }
    .minimalized .realty-object-card__header {
      max-height: 0;
      opacity: 0;
      visibility: hidden; }
  .realty-object-card__content {
    padding: 16px; }
  .realty-object-card__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: opacity 0.4s ease;
    transform: rotate(90deg);
    cursor: pointer; }
    .minimalized .realty-object-card__close {
      opacity: 0;
      visibility: hidden;
      height: 0; }
    .bali .realty-object-card__close {
      display: none; }
  .realty-object-card__bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .realty-object-card__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .realty-object-card__content {
    display: flex;
    flex-direction: column;
    flex: 1; }
    .bali .realty-object-card__content {
      display: none; }
  .realty-object-card__name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Muller', 'Montserrat', sans-serif;
    color: #162133;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
    text-decoration: none; }
    .minimalized .realty-object-card__name {
      font-size: 14px;
      line-height: 17px; }
    .realty-object-card__name svg {
      margin-right: 8px; }
  .realty-object-card__bali-content {
    position: relative;
    padding: 44px 16px 16px;
    z-index: 1; }
  .realty-object-card__bali-title {
    color: white;
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px; }
  .realty-object-card__bali-subtitle {
    color: white;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
  .realty-object-card__hot {
    margin-right: 8px;
    width: 14px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .realty-object-card__hot svg {
      width: 100%;
      height: 100%; }
    .minimalized .realty-object-card__hot {
      width: 10px;
      height: 14px; }
  .realty-object-card__address {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 16px; }
    .minimalized .realty-object-card__address {
      margin-bottom: 13px; }
  .realty-object-card__status {
    position: relative;
    width: 100%;
    height: 31px;
    border-radius: 16px;
    background: #F6F6F6;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
    overflow: hidden; }
    .minimalized .realty-object-card__status {
      display: none; }
  .realty-object-card__status-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 16px 0 0 16px;
    background: #FFF6D4; }
  .realty-object-card__status-text {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: #162133; }
  .realty-object-card__tables {
    margin-bottom: 8px; }
  .realty-object-card__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse; }
    .minimalized .realty-object-card__table {
      display: none; }
    .realty-object-card__table tr {
      position: relative;
      vertical-align: middle;
      height: 23px;
      display: table-row;
      width: 100%; }
    .realty-object-card__table td {
      font-size: 12px;
      font-weight: 500;
      line-height: normal; }
      .realty-object-card__table td:first-child {
        width: 65%;
        padding-right: 5px; }
        .realty-object-card__table td:first-child .label {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
      .realty-object-card__table td:nth-child(2) {
        width: 35%;
        text-align: right; }
        .realty-object-card__table td:nth-child(2) .bold {
          font-weight: 700;
          color: #0e56a9; }
      .realty-object-card__table td .value.highlight {
        color: #71AAEB;
        font-weight: 700; }
      .realty-object-card__table td .value.rating {
        display: inline-block;
        padding: 0 8px;
        border-radius: 4px;
        font-size: 14px;
        color: white;
        line-height: 140%;
        text-decoration: none; }
        .realty-object-card__table td .value.rating.green {
          background-color: #5fce67; }
        .realty-object-card__table td .value.rating.yellow {
          background-color: #fed63f; }
        .realty-object-card__table td .value.rating.red {
          background-color: #ff2b2b; }
        .realty-object-card__table td .value.rating.A {
          background-color: #5fce67; }
        .realty-object-card__table td .value.rating.B {
          background-color: #71aaeb; }
        .realty-object-card__table td .value.rating.C {
          background-color: #fed63f; }
        .realty-object-card__table td .value.rating.D {
          color: #7C7C7C; }
  .realty-object-card .tooltip {
    position: relative;
    display: inline-flex;
    margin-left: 8px; }
    .realty-object-card .tooltip.img-tooltip {
      position: absolute;
      right: 8px;
      bottom: 4px; }
      .realty-object-card .tooltip.img-tooltip .tooltip__text {
        transform: translateY(-50%) translateX(-238px);
        right: calc(100% + 12px); }
        .realty-object-card .tooltip.img-tooltip .tooltip__text::before {
          right: -4px;
          left: auto; }
    .realty-object-card .tooltip__label {
      border-radius: 16px;
      font-size: 12px;
      font-weight: 500;
      padding: 4px 8px;
      line-height: normal;
      background: #71AAEB;
      color: #fff; }
      .realty-object-card .tooltip__label.blue-gradient {
        background: linear-gradient(90deg, #0E56A9 0%, #71AAEB 100%);
        display: flex;
        font-weight: 700; }
        .realty-object-card .tooltip__label.blue-gradient svg {
          margin-right: 5px; }
      .realty-object-card .tooltip__label.red-gradient {
        background: linear-gradient(90deg, #D4180C 0%, #EF9F5F 100%);
        display: flex;
        font-weight: 700; }
        .realty-object-card .tooltip__label.red-gradient svg {
          margin-right: 5px; }
    .realty-object-card .tooltip.label-tooltip {
      position: absolute;
      left: 8px;
      bottom: 8px; }
    .realty-object-card .tooltip--lock .tooltip__text {
      right: calc(100% + 12px);
      left: auto;
      min-width: 230px;
      text-align: left; }
      .realty-object-card .tooltip--lock .tooltip__text::before {
        right: -4px;
        left: auto; }
    .realty-object-card .tooltip--lock svg {
      height: 16px;
      width: auto;
      min-width: 12px;
      max-width: 16px; }
    .realty-object-card .tooltip:hover .tooltip__text {
      opacity: 1;
      visibility: visible;
      z-index: 1; }
    .realty-object-card .tooltip__icon {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #fed63f;
      color: #162133;
      font-size: 10px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
    .realty-object-card .tooltip__text {
      position: absolute;
      top: 50%;
      left: calc(100% + 12px);
      transform: translateY(-50%);
      max-width: 250px;
      min-width: 150px;
      width: auto;
      border-radius: 8px;
      background: #EAEFF4;
      padding: 10px;
      font-size: 11px;
      color: rgba(0, 0, 0, 0.6);
      font-weight: 500;
      line-height: normal;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      transition: opacity 0.2s ease; }
      .realty-object-card .tooltip__text::before {
        position: absolute;
        content: '';
        left: -4px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 10px;
        height: 10px;
        background: #EAEFF4;
        border-radius: 2px; }
  .realty-object-card__brokers {
    margin-bottom: 16px; }
    .minimalized .realty-object-card__brokers {
      display: none; }
  .realty-object-card__brokers-title {
    color: #162133;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px; }
  .realty-object-card__brokers-list {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .realty-object-card__brokers-item {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px; }
    .realty-object-card__brokers-item:last-child {
      margin-bottom: 0; }
    .realty-object-card__brokers-item img {
      width: 100%; }
  .realty-object-card__params {
    display: none;
    align-items: center;
    justify-content: flex-start; }
    .minimalized .realty-object-card__params {
      display: flex; }
  .realty-object-card__param {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 75px;
    margin-right: 8px;
    margin-bottom: auto; }
    .realty-object-card__param:first-child {
      min-width: 85px; }
    .realty-object-card__param:last-child {
      margin-right: 0; }
  .realty-object-card__param-title {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px; }
  .realty-object-card__param-value {
    color: #0e56a9;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    line-height: normal; }
    .realty-object-card__param-value .tooltip {
      margin-left: 0; }
  .realty-object-card__param-rating {
    padding: 0 8px;
    border-radius: 4px; }
    .realty-object-card__param-rating a {
      color: white;
      font-weight: 500;
      line-height: 140%;
      font-size: 14px;
      text-decoration: none; }
    .realty-object-card__param-rating.green {
      background-color: #5fce67; }
    .realty-object-card__param-rating.yellow {
      background-color: #fed63f; }
    .realty-object-card__param-rating.red {
      background-color: #ff2b2b; }
    .realty-object-card__param-rating.A {
      background-color: #5fce67; }
    .realty-object-card__param-rating.B {
      background-color: #71aaeb; }
    .realty-object-card__param-rating.C {
      background-color: #fed63f; }
    .realty-object-card__param-rating.D {
      color: #7C7C7C; }
  .realty-object-card__footer {
    margin-top: auto; }
    .realty-object-card__footer .realty-object-card__brokers {
      display: none; }
  .realty-object-card__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .minimalized .realty-object-card__buttons {
      display: none; }
  .realty-object-card__button {
    width: calc(50% - 8px);
    cursor: pointer; }
    .realty-object-card__button--fullwidth {
      width: 100%; }
  .realty-object-card__hidden {
    display: none !important; }
  .realty-object-card__timer-banner {
    width: 100%;
    background: linear-gradient(118.28deg, rgba(254, 214, 63, 0.79) -38.48%, #E53838 85.91%);
    border-radius: 8px;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap; }
    .realty-object-card__timer-banner.blue-gradient {
      background: linear-gradient(90deg, #0E56A9 0%, #71AAEB 100%); }
    .realty-object-card__timer-banner.red-gradient {
      background: linear-gradient(90deg, #D4180C 0%, #EF9F5F 100%); }
    .minimalized .realty-object-card__timer-banner {
      display: none; }
  .realty-object-card__timer {
    display: flex;
    width: auto;
    justify-content: space-between; }
    .realty-object-card__timer.small .realty-object-card__timer-item {
      margin-left: 0;
      padding-bottom: 0;
      min-width: auto;
      align-items: flex-end; }
      .realty-object-card__timer.small .realty-object-card__timer-item:after {
        content: none; }
      .realty-object-card__timer.small .realty-object-card__timer-item:before {
        position: relative;
        order: 2;
        margin-left: 5px;
        margin-bottom: 2px;
        font-size: 14px;
        line-height: 18px; }
      .realty-object-card__timer.small .realty-object-card__timer-item:not(:last-child) {
        margin-right: 10px; }
  .realty-object-card__timer-item {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    display: flex;
    position: relative;
    justify-content: center;
    min-width: 30px;
    width: 25%; }
    .realty-object-card__timer-item:before {
      content: attr(data-title);
      font-size: 10px;
      line-height: 12px;
      font-weight: 500;
      position: absolute;
      bottom: 0;
      opacity: 0.8; }
    .realty-object-card__timer-item:not(:last-child) {
      margin-right: 0px; }
      .realty-object-card__timer-item:not(:last-child):after {
        content: ":";
        position: absolute;
        right: calc(-2.75px);
        opacity: 0.4; }
  .realty-object-card__timer-info {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500; }
  .realty-object-card__timer-title {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px; }
  .realty-object-card__play {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 110px;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    border: none;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQiIGhlaWdodD0iNTQiIHZpZXdCb3g9IjAgMCA1NCA1NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfYl8yMTkxXzQ3ODEpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNi42NjY3IDUzLjMzMzNDNDEuMzk0MyA1My4zMzMzIDUzLjMzMzMgNDEuMzk0MyA1My4zMzMzIDI2LjY2NjdDNTMuMzMzMyAxMS45MzkxIDQxLjM5NDMgMCAyNi42NjY3IDBDMTEuOTM5MSAwIDAgMTEuOTM5MSAwIDI2LjY2NjdDMCA0MS4zOTQzIDExLjkzOTEgNTMuMzMzMyAyNi42NjY3IDUzLjMzMzNaTTIxLjMzNjYgMTcuNzI3QzIxLjMzNjYgMTYuMzY1IDIyLjcxMTUgMTUuNTM5NiAyMy43NjIzIDE2LjI3MDlMMzYuNjA1NiAyNS4yMDg3QzM3LjU4MDIgMjUuODg2OSAzNy41ODAyIDI3LjQ0MjggMzYuNjA1NiAyOC4xMjFMMjMuNzYyMyAzNy4wNTg5QzIyLjcxMTUgMzcuNzkwMSAyMS4zMzY2IDM2Ljk2NDcgMjEuMzM2NiAzNS42MDI3VjE3LjcyN1oiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2JfMjE5MV80NzgxIiB4PSItMTAiIHk9Ii0xMCIgd2lkdGg9IjczLjMzMzMiIGhlaWdodD0iNzMuMzMzNCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVHYXVzc2lhbkJsdXIgaW49IkJhY2tncm91bmRJbWFnZUZpeCIgc3RkRGV2aWF0aW9uPSI1Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0iaW4iIHJlc3VsdD0iZWZmZWN0MV9iYWNrZ3JvdW5kQmx1cl8yMTkxXzQ3ODEiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2JhY2tncm91bmRCbHVyXzIxOTFfNDc4MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K); }
  .realty-object-card__isin-copy {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .realty-object-card__isin-copy svg {
      margin: 0 5px 0 0; }
    .realty-object-card__isin-copy path {
      transition: all 0.2s ease; }
    .realty-object-card__isin-copy.active path {
      fill: #FFCE00; }
  .realty-object-card__mini-banner {
    width: 100%;
    padding: 10px 20px;
    background: #162133;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    border-radius: 8px;
    text-align: center; }
    .minimalized .realty-object-card__mini-banner {
      display: none; }
    .realty-object-card__mini-banner.hidden {
      display: none !important; }
    .realty-object-card__mini-banner.sale {
      font-weight: 600;
      color: #ffce00;
      background: url("/images/redesign/index-top/11_11_sale.png?3385");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .realty-object-card__mini-banner.transparent {
      background: transparent;
      text-align: left;
      padding: 10px 0; }
      .realty-object-card__mini-banner.transparent svg {
        margin-right: 4px;
        animation: arrow-anim 1.5s ease infinite; }
      .realty-object-card__mini-banner.transparent span {
        font-weight: 600;
        color: #ffce00; }

@keyframes arrow-anim {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }

@media screen and (min-width: 1020px) {
  .realty-object-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%; }
    .realty-object-card__timer-banner {
      width: calc(50% + 16px);
      height: 100%;
      margin-bottom: 0;
      flex-wrap: nowrap; }
    .realty-object-card__timer-title {
      font-size: 14px;
      margin-top: 0;
      margin-bottom: 0; }
    .realty-object-card__wrapper {
      min-height: inherit;
      height: 100%; }
      .minimalized .realty-object-card__wrapper {
        width: 100%; }
      .bali .realty-object-card__wrapper {
        height: 100%; }
    .realty-object-card__image {
      display: none; }
      .minimalized .realty-object-card__image {
        display: none; }
    .realty-object-card__play {
      top: 102px; }
    .realty-object-card__header {
      position: relative;
      height: 204px;
      max-height: inherit; }
      .realty-object-card__header.big {
        height: 343px; }
      .minimalized .realty-object-card__header {
        display: block;
        max-height: 204px;
        opacity: 1;
        visibility: visible; }
        .minimalized .realty-object-card__header.big {
          max-height: 343px; }
          .minimalized .realty-object-card__header.big .realty-object-card__play {
            top: calc(343px / 2); }
        .realty-objects__object.big .minimalized .realty-object-card__header {
          max-height: 343px; }
        .realty-objects__object:nth-child(2) .minimalized .realty-object-card__header, .realty-objects__object:first-child .minimalized .realty-object-card__header {
          max-height: 343px; }
      .realty-objects__object.big .realty-object-card__header {
        height: 343px; }
        .realty-objects__object.big .realty-object-card__header .realty-object-card__play {
          top: calc(343px / 2); }
      .realty-objects__object:nth-child(2) .realty-object-card__header, .realty-objects__object:first-child .realty-object-card__header {
        height: 343px; }
        .realty-objects__object:nth-child(2) .realty-object-card__header .realty-object-card__play, .realty-objects__object:first-child .realty-object-card__header .realty-object-card__play {
          top: calc(343px / 2); }
    .realty-object-card__content {
      padding: 24px; }
      .bali .realty-object-card__content {
        display: flex; }
    .realty-object-card__bali-content {
      display: none; }
    .realty-object-card__labels {
      right: auto;
      top: 16px;
      left: 16px;
      right: auto;
      flex-direction: column;
      align-items: flex-start;
      z-index: 1; }
      .minimalized .realty-object-card__labels {
        top: 16px;
        left: 16px;
        right: auto;
        flex-direction: column;
        align-items: flex-start; }
    .realty-object-card__label {
      margin-left: 0;
      font-size: 12px; }
    .realty-object-card__close {
      display: none; }
      .minimalized .realty-object-card__close {
        display: none; }
    .realty-object-card__address {
      font-size: 14px;
      margin-bottom: 24px; }
      .minimalized .realty-object-card__address {
        margin-bottom: 16px; }
      .bali .realty-object-card__address {
        margin-bottom: 16px; }
    .realty-object-card__top {
      padding: 24px;
      flex: 1; }
      .minimalized .realty-object-card__top {
        padding-bottom: 24px; }
      .realty-objects__object.big .realty-object-card__top {
        flex-basis: 50%; }
        .realty-objects__object.big .realty-object-card__top .realty-object-card__status {
          display: none; }
    .realty-object-card__name {
      font-size: 20px;
      margin-bottom: 8px;
      line-height: normal; }
      .minimalized .realty-object-card__name {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: normal; }
    .minimalized .realty-object-card__hot {
      width: 14px;
      height: 20px; }
    .realty-object-card__status {
      margin-bottom: 16px; }
      .minimalized .realty-object-card__status {
        display: flex; }
    .bali .realty-object-card__status-progress {
      background: rgba(113, 170, 235, 0.17); }
    .realty-object-card__tables {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: auto;
      padding-bottom: 16px; }
      .realty-objects__object.big .realty-object-card__tables {
        margin-bottom: auto; }
    .realty-object-card__table {
      /*            width: calc(100%);*/ }
      .realty-objects__object.big .realty-object-card__table {
        width: calc(50% - 32px); }
      .minimalized .realty-object-card__table {
        display: table; }
      .realty-object-card__table tr {
        height: 36px; }
      .realty-object-card__table td {
        font-size: 14px;
        line-height: 140%; }
    .realty-object-card__brokers {
      display: none; }
    .realty-object-card__params {
      display: none; }
      .minimalized .realty-object-card__params {
        display: none; }
    .realty-object-card__brokers {
      position: relative;
      margin-bottom: 0;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      cursor: pointer; }
    .realty-object-card__brokers-title {
      color: #6A7784;
      font-size: 14px;
      font-weight: 500;
      line-height: 140%;
      margin-bottom: 0;
      margin-right: 8px; }
    .realty-object-card__brokers-list {
      margin-bottom: 0; }
    .realty-object-card__brokers-item {
      margin-right: 0;
      margin-left: -10px; }
      .realty-object-card__brokers-item:first-child {
        margin-left: 0; }
      .realty-object-card__brokers-item:nth-child(n+4) {
        display: none; }
    .realty-object-card__brokers-number {
      margin-left: -10px;
      width: 30px;
      height: 30px;
      background: #E9E9E9;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #162133;
      font-size: 12px;
      font-weight: 500;
      line-height: normal; }
    .realty-object-card__footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .realty-object-card__footer .realty-object-card__brokers {
        display: inline-flex;
        margin-bottom: 16px; }
      .realty-object-card__footer .realty-object-card__brokers-window {
        position: absolute;
        bottom: calc(100% + 15px);
        right: 0;
        padding: 8px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-radius: 24px;
        box-shadow: 0px 4px 20px 0px rgba(42, 65, 94, 0.2);
        opacity: 0;
        visibility: hidden;
        height: 0;
        transition: opacity 0.2s ease; }
        .realty-object-card__footer .realty-object-card__brokers-window.active {
          opacity: 1;
          visibility: visible;
          height: auto; }
      .realty-object-card__footer .realty-object-card__brokers-item-full {
        position: relative;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-left: 8px; }
        .realty-object-card__footer .realty-object-card__brokers-item-full img {
          width: 100%; }
        .realty-object-card__footer .realty-object-card__brokers-item-full:first-child {
          margin-left: 0; }
        .realty-object-card__footer .realty-object-card__brokers-item-full:hover .realty-object-card__brokers-item-tooltip {
          opacity: 1;
          visibility: visible;
          height: auto; }
      .realty-object-card__footer .realty-object-card__brokers-item-tooltip {
        position: absolute;
        top: calc(100% + 14px);
        right: 15px;
        font-size: 11px;
        padding: 10px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.6);
        border-radius: 8px;
        background: white;
        box-shadow: 0px 4px 20px 0px rgba(42, 65, 94, 0.2);
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        height: 0;
        transition: opacity 0.2s ease; }
    .realty-object-card__buttons {
      width: 100%;
      /*            .realty-objects__object.big & {*/
      /*                 width: calc(50% - 32px);*/
      /*            }*/ }
      .realty-object-card__buttons.w-50 {
        width: calc(50% - 32px); }
      .minimalized .realty-object-card__buttons {
        display: flex; }
    .minimalized .realty-object-card__timer-banner {
      display: flex; }
    .minimalized .realty-object-card__mini-banner {
      display: block; } }

@media screen and (min-width: 1360px) {
  .realty-object-card__play {
    top: calc(233px / 2); }
  .realty-object-card__header {
    height: 233px;
    /*             .realty-objects__object.big & {*/
    /*                 height: 396px;*/
    /*             }*/
    /*             .realty-objects__object:nth-child(2) & {*/
    /*                 height: 396px;*/
    /*             }*/ }
    .realty-object-card__header.big {
      height: 343px; }
      .realty-object-card__header.big__play {
        top: calc(343px / 2); }
    .minimalized .realty-object-card__header {
      max-height: 233px;
      /*                 .realty-objects__object.big & {*/
      /*                     max-height: 396px;*/
      /*                 }*/
      /*                 .realty-objects__object:nth-child(2) & {*/
      /*                     max-height: 396px;*/
      /*                 }*/ } }

.realty-about {
  background-color: #E1E5EA; }
  .realty-about__content {
    position: relative;
    border-radius: 24px;
    background: white;
    padding: 16px 8px 8px;
    margin-top: -80px; }
  .realty-about__top {
    padding: 16px 8px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 16px; }
  .realty-about__title {
    color: #162133;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0; }
  .realty-about__title-small {
    font-weight: 400;
    margin-left: 8px; }
  .realty-about__rating {
    margin-left: auto; }
  .realty-about__rating-text {
    display: none; }
  .realty-about__rating-value {
    border-radius: 4px;
    padding: 0 8px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none; }
    .realty-about__rating-value.A {
      background-color: #5fce67; }
    .realty-about__rating-value.B {
      background-color: #71aaeb; }
    .realty-about__rating-value.C {
      background-color: #fed63f; }
    .realty-about__rating-value.D {
      color: #7C7C7C; }
  .realty-about__attendance {
    position: absolute;
    left: 0;
    top: calc(-16px - 32px);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 4px 4px 16px; }
  .realty-about__attendance-text {
    color: white;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-right: 8px; }
  .realty-about__attendance-value {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 8px;
    border-radius: 4px;
    background: #71AAEB;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: white; }
  .realty-about__attendance-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px; }
  .realty-about__items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
    width: 100%; }
  .realty-about__item {
    width: calc(50% - 4px);
    padding: 16px;
    border-radius: 16px;
    background: rgba(225, 229, 234, 0.4);
    margin-bottom: 8px; }
    .realty-about__item:nth-last-child(-n+2) {
      margin-bottom: 0; }
  .realty-about__item-title {
    color: #162133;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%; }
  .realty-about__item-label {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }
  .realty-about__info {
    margin-bottom: 16px;
    padding: 0 8px; }
  .realty-about__text {
    max-height: 145px;
    transition: all 0.2s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical; }
    .realty-about__text h2 {
      color: #162133;
      font-size: 16px;
      font-weight: 600;
      line-height: 125%;
      margin-bottom: 8px;
      margin-top: 0; }
    .realty-about__text h3 {
      color: #162133;
      font-size: 14px;
      font-weight: 600;
      line-height: 140%;
      margin-bottom: 8px;
      margin-top: 0; }
    .realty-about__text p {
      color: #6A7784;
      font-size: 12px;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 16px; }
      .realty-about__text p:last-child {
        margin-bottom: 0; }
    .realty-about__text ul {
      margin-top: 0; }
    .realty-about__text li {
      position: relative;
      list-style-type: none;
      color: #6A7784;
      font-size: 12px;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 8px; }
      .realty-about__text li::before {
        position: absolute;
        content: '';
        top: 6px;
        left: -12px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #162133; }
      .realty-about__text li:last-child {
        margin-bottom: 0; }
    .realty-about__text.active {
      max-height: 1000px;
      text-overflow: unset;
      -webkit-line-clamp: unset; }
  .realty-about__more {
    display: inline-flex;
    color: #71AAEB;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px;
    cursor: pointer; }
  .realty-about__slider {
    display: none; }
  .realty-about__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 0 8px; }
  .realty-about__button {
    width: calc(50% - 4px); }
    .realty-about__button:only-child {
      width: 100%; }
  .realty-about__brokers {
    margin-bottom: 16px;
    padding: 0 16px; }
  .realty-about__brokers-title {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px; }
    .realty-about__brokers-title br {
      display: none; }
  .realty-about__brokers-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .realty-about__brokers-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px; }
    .realty-about__brokers-icon img {
      width: 100%;
      height: 100%; }
    .realty-about__brokers-icon:last-child {
      margin-right: 0; }
  .realty-about__labels {
    width: 100%; }
  .realty-about__label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 24px;
    background: rgba(225, 229, 234, 0.4);
    padding: 16px;
    margin-bottom: 8px;
    width: 100%; }
    .realty-about__label:last-child {
      margin-bottom: 0; }
  .realty-about__label-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px; }
  .realty-about__label-text {
    color: #162133;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }
  .realty-about .tooltip {
    position: relative;
    display: inline-flex;
    margin-left: 8px; }
    .realty-about .tooltip--lock .tooltip__text {
      right: calc(100% + 12px);
      left: auto;
      min-width: 230px;
      text-align: left; }
      .realty-about .tooltip--lock .tooltip__text::before {
        right: -4px;
        left: auto; }
    .realty-about .tooltip--lock svg {
      height: 16px;
      width: auto;
      min-width: 12px;
      max-width: 16px; }
    .realty-about .tooltip:hover .tooltip__text {
      opacity: 1;
      visibility: visible;
      z-index: 1; }
    .realty-about .tooltip__icon {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #fed63f;
      color: #162133;
      font-size: 10px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .realty-about .tooltip__icon.dark {
        background: #162133;
        color: #fff; }
    .realty-about .tooltip__text {
      position: absolute;
      top: 50%;
      right: calc(100% + 12px);
      transform: translateY(-50%);
      max-width: 250px;
      min-width: 150px;
      width: auto;
      border-radius: 8px;
      background: #EAEFF4;
      padding: 10px;
      font-size: 11px;
      color: rgba(0, 0, 0, 0.6);
      font-weight: 500;
      line-height: normal;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      transition: opacity 0.2s ease; }
      .realty-about .tooltip__text::before {
        position: absolute;
        content: '';
        left: -4px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 10px;
        height: 10px;
        background: #EAEFF4;
        border-radius: 2px; }

@media screen and (min-width: 767.98px) {
  .realty-about__content {
    padding: 16px;
    border-radius: 32px;
    display: flex;
    flex-wrap: wrap; }
  .realty-about__top {
    padding: 16px 16px 0;
    margin-bottom: 16px;
    width: 100%; }
  .realty-about__title {
    font-size: 32px;
    line-height: 120%;
    width: 80%;
    /*            white-space: nowrap;*/
    overflow: hidden;
    /*            text-overflow: ellipsis;*/ }
  .realty-about__rating-text {
    display: block;
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 4px; }
  .realty-about__rating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 20%;
    margin-left: 0; }
  .realty-about__rating-value {
    display: inline-flex; }
  .realty-about__items {
    margin-bottom: calc(16px + 24px); }
  .realty-about__item-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 125%; }
  .realty-about__item-label {
    font-size: 14px;
    line-height: 140%; }
  .realty-about__attendance {
    top: calc(-32px - 32px); }
  .realty-about__info {
    width: 100%;
    padding: 0 24px;
    margin-bottom: calc(24px + 16px); }
  .realty-about__text {
    overflow: visible;
    -webkit-line-clamp: inherit;
    max-height: inherit; }
    .realty-about__text h2 {
      font-size: 20px;
      line-height: normal;
      margin-bottom: 24px;
      text-transform: uppercase; }
    .realty-about__text h3 {
      font-size: 18px;
      line-height: normal; }
  .realty-about__more {
    display: none; }
  .realty-about__buttons {
    width: 50%;
    margin-bottom: 24px;
    padding: 0 8px 0 24px;
    align-items: flex-end;
    justify-content: flex-start; }
  .realty-about__button {
    width: auto; }
    .realty-about__button:first-child {
      margin-right: 16px; }
  .realty-about__brokers {
    padding: 0 0 0 8px;
    width: 50%;
    margin-bottom: 24px; }
  .realty-about__labels {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -4px;
    width: calc(100% + 8px); }
  .realty-about__label {
    margin: 0 4px;
    width: calc(50% - 8px);
    margin-bottom: 0;
    align-self: stretch; }
  .realty-about .tooltip__text {
    left: calc(100% + 12px); } }

@media screen and (min-width: 1199.98px) {
  .realty-about__top {
    padding: 24px 0 0;
    margin: 0 -8px 16px;
    width: calc(100% + 16px); }
  .realty-about__title {
    width: calc(50% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 32px; }
  .realty-about__rating {
    align-items: flex-start;
    width: calc(25% - 16px);
    margin-left: 8px;
    margin-right: 8px; }
  .realty-about__attendance {
    position: relative;
    top: inherit;
    left: inherit;
    width: calc(25% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    padding: 0;
    background: transparent;
    display: block; }
  .realty-about__attendance-text {
    display: block;
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 4px; }
  .realty-about__attendance-value {
    display: inline-flex;
    font-size: 14px;
    line-height: 140%;
    padding: 0 8px; }
  .realty-about__attendance-icon {
    width: 24px;
    height: 24px; }
    .realty-about__attendance-icon svg {
      width: 100%;
      height: 100%; }
  .realty-about__items {
    flex-wrap: nowrap;
    margin: 0 -8px calc(16px + 24px);
    width: calc(100% + 16px); }
  .realty-about__item {
    width: calc(25% - 16px);
    margin: 0 8px;
    align-self: stretch;
    border-radius: 24px;
    padding: 24px; }
  .realty-about__info {
    width: 50%;
    padding: 0 16px 0 24px; }
  .realty-about__slider {
    display: block;
    width: 50%;
    padding: 0 24px 0 16px;
    margin-bottom: calc(24px + 16px); }
  .realty-about__buttons {
    margin-bottom: 24px;
    padding: 0 16px 0 24px;
    justify-content: flex-start;
    align-items: center; }
  .realty-about__brokers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px 0 16px; }
  .realty-about__brokers-title {
    margin-bottom: 0; }
    .realty-about__brokers-title br {
      display: inline-block; }
  .realty-about__brokers-icons {
    margin-left: 16px; }
  .realty-about__labels {
    margin: 0 -8px;
    width: calc(100% + 16px); }
  .realty-about__label {
    margin: 0 8px;
    width: calc(50% - 16px);
    padding: 16px 24px; }
  .realty-about__label-icon {
    width: 48px;
    height: 48px; }
  .realty-about__label-text {
    font-size: 14px;
    line-height: 140%; }
  .realty-about-slider {
    height: 310px;
    margin-bottom: 8px; }
    .realty-about-slider__item {
      position: relative;
      border-radius: 24px;
      overflow: hidden; }
    .realty-about-slider__image {
      width: 100%;
      height: 100%; }
      .realty-about-slider__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .realty-about-slider__play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 41px;
      height: 41px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease;
      opacity: 0.6;
      cursor: pointer; }
      .realty-about-slider__play:hover {
        transform: translateX(-50%) translateY(-50%) scale3d(1.02, 1.02, 1.02);
        opacity: 1; }
      .realty-about-slider__play svg {
        width: 100%;
        height: 100%; }
    .realty-about-slider__pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      left: 50% !important;
      transform: translateX(-50%) !important;
      bottom: calc(16px) !important;
      padding: 8px 4px;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(5px);
      width: fit-content !important;
      height: 24px; }
      .realty-about-slider__pagination .swiper-pagination-bullet {
        display: flex;
        width: 8px;
        height: 8px;
        margin: 0 4px !important;
        opacity: 1 !important;
        border-radius: 50%;
        background: #6A7784; }
      .realty-about-slider__pagination .swiper-pagination-bullet-active {
        width: 24px;
        border-radius: 8px;
        background: #E1E5EA; }
  .realty-about-thumbs-slider {
    height: 58px; }
    .realty-about-thumbs-slider__item {
      border-radius: 16px;
      overflow: hidden;
      transition: all 0.1s ease;
      cursor: pointer; }
      .realty-about-thumbs-slider__item.swiper-slide-thumb-active {
        border: 2px solid #ffce00; }
      .realty-about-thumbs-slider__item img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }

@media screen and (min-width: 1359.98px) {
  .realty-about__title {
    font-size: 34px; }
  .realty-about__top {
    padding: 32px 0 0;
    margin-bottom: 0 -8px 32px; }
  .realty-about__rating-text {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px; }
  .realty-about__attendance-text {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px; }
  .realty-about__items {
    margin: 0 -8px calc(32px + 24px); }
  .realty-about__item {
    padding: 32px; }
  .realty-about__item-title {
    font-size: 24px;
    line-height: 120%; }
  .realty-about__text p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 24px;
    margin-top: 0; }
  .realty-about__text ul {
    padding: 0 24px;
    padding-left: 44px;
    margin-bottom: 0;
    margin-top: 0; }
  .realty-about__text li {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 8px; }
  .realty-about__info {
    margin-bottom: calc(24px + 32px); }
  .realty-about__slider {
    margin-bottom: calc(24px + 32px); }
  .realty-about__buttons {
    margin-bottom: 32px; }
  .realty-about__button {
    height: 54px;
    font-size: 16px;
    padding: 0 32px; }
  .realty-about__brokers {
    margin-bottom: 32px; }
  .realty-about__brokers-title {
    font-size: 14px;
    line-height: 140%; }
  .realty-about__brokers-icon {
    width: 50px;
    height: 50px; }
  .realty-about-slider {
    height: 351px; }
    .realty-about-slider__play {
      width: 57px;
      height: 57px; }
  .realty-about-thumbs-slider {
    height: 67px; } }

.realty-chart__container {
  height: 200px;
  width: 100%; }

@media screen and (min-width: 767.98px) {
  .realty-chart__container {
    height: 258px; } }

.realty-description {
  padding-top: 16px;
  background-color: #E1E5EA; }
  .realty-description__content {
    background: white;
    padding: 4px;
    border-radius: 32px;
    overflow: hidden; }
  .realty-description__slider {
    height: 412px;
    border-radius: 32px 32px 0 0;
    overflow: hidden; }
  .realty-description__image {
    width: 100%;
    height: 100%; }
    .realty-description__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .realty-description__info {
    position: relative;
    border-radius: 32px;
    padding: 24px 20px 20px;
    margin-top: -24px;
    background: white;
    z-index: 1; }
  .realty-description__title {
    color: #162133;
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .realty-description__title-small {
    font-weight: 400; }
  .realty-description__text p {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px; }
    .realty-description__text p:last-child {
      margin-bottom: 0; }

.realty-description-slider {
  height: 100%; }
  .realty-description-slider__prev, .realty-description-slider__next {
    position: absolute;
    width: 39px;
    height: 39px;
    top: 50%;
    transform: translateY(-50%);
    fill: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    z-index: 1; }
  .realty-description-slider__prev {
    left: 16px; }
  .realty-description-slider__next {
    right: 16px; }
  .realty-description-slider__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 48px !important;
    padding: 8px 4px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    width: fit-content !important;
    height: 24px; }
    .realty-description-slider__pagination .swiper-pagination-bullet {
      display: flex;
      width: 8px;
      height: 8px;
      margin: 0 4px !important;
      opacity: 1 !important;
      border-radius: 50%;
      background: #6A7784; }
    .realty-description-slider__pagination .swiper-pagination-bullet-active {
      width: 24px;
      border-radius: 8px;
      background: #E1E5EA; }

@media screen and (min-width: 767.98px) {
  .realty-description {
    padding-top: calc(32px + 32px); }
    .realty-description__info {
      padding: 16px 28px 12px;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    .realty-description__title {
      font-size: 24px;
      line-height: normal;
      width: 50%;
      margin-right: 16px;
      margin-bottom: 0; }
    .realty-description__text {
      width: 50%; } }

@media screen and (min-width: 1199.98px) {
  .realty-description {
    padding-top: calc(32px + 56px); } }

@media screen and (min-width: 1360px) {
  .realty-description__info {
    padding: 40px 44px 44px; }
  .realty-description__title {
    font-size: 34px;
    line-height: 120%; }
  .realty-description__text p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 24px; } }

.realty-location {
  padding-top: 16px;
  background: #E1E5EA; }
  .realty-location__head {
    padding: 16px 16px 0;
    margin-bottom: 8px; }
  .realty-location__title {
    color: #162133;
    font-family: 'Muller', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0; }
  .realty-location__title-small {
    font-weight: 400; }
  .realty-location__content {
    border-radius: 24px;
    background: white;
    padding: 8px 8px 16px;
    margin-bottom: 16px; }
  .realty-location__top {
    padding: 16px;
    border-radius: 16px;
    background: rgba(225, 229, 234, 0.4);
    margin-bottom: 16px; }
  .realty-location__name {
    color: #162133;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 8px; }
  .realty-location__address {
    color: #162133;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }
  .realty-location__description {
    padding: 0 8px;
    margin-bottom: 16px; }
    .realty-location__description ul {
      padding: 0 8px 0 28px;
      margin-bottom: 16px;
      margin-top: 0; }
    .realty-location__description li {
      position: relative;
      list-style-type: none;
      color: #6A7784;
      font-size: 12px;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 16px; }
      .realty-location__description li::before {
        position: absolute;
        content: '';
        top: 6px;
        left: -12px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #162133; }
      .realty-location__description li:last-child {
        margin-bottom: 0; }
    .realty-location__description p {
      color: #6A7784;
      font-size: 12px;
      font-weight: 500;
      line-height: normal;
      margin-top: 0;
      margin-bottom: 16px; }
      .realty-location__description p:last-child {
        margin-bottom: 0; }
  .realty-location__map {
    height: 400px;
    min-height: 400px;
    width: 100%;
    padding: 0 8px;
    border-radius: 24px;
    overflow: hidden; }
  .realty-location__banner {
    position: relative;
    background: linear-gradient(180deg, #62DAD3 70%, #B7F4F1 100%);
    border-radius: 24px;
    padding: 24px;
    height: 190px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    max-height: 600px; }
  .realty-location__banner-label {
    position: relative;
    display: inline-flex;
    padding: 4px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    z-index: 1; }
  .realty-location__banner-title {
    position: relative;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    margin-top: 8px;
    z-index: 1; }
  .realty-location__banner-bg {
    position: absolute;
    top: 9px;
    left: -153px;
    width: 966px;
    height: 264px;
    background-repeat: no-repeat;
    background-size: cover; }

@media screen and (min-width: 767.98px) {
  .realty-location {
    padding-top: 32px; }
    .realty-location__head {
      padding: 32px 40px;
      margin-bottom: 0; }
    .realty-location__title {
      font-size: 32px; }
    .realty-location__content {
      padding: 16px;
      border-radius: 32px;
      margin-bottom: 24px; }
    .realty-location__top {
      border-radius: 24px; }
    .realty-location__address {
      font-size: 14px;
      line-height: 140%; }
    .realty-location__list {
      padding: 0 16px 0 36px;
      margin-bottom: 32px; }
    .realty-location__map {
      padding: 0; }
    .realty-location__banner {
      height: 280px; }
    .realty-location__banner-bg {
      top: -60px;
      left: -275px;
      width: 1740px;
      height: 470px; } }

@media screen and (min-width: 1199.98px) {
  .realty-location {
    padding-top: 56px; }
    .realty-location__head {
      padding: 32px 40px;
      width: 100%; }
    .realty-location__title {
      font-size: 32px;
      line-height: 120%;
      text-transform: uppercase; }
    .realty-location__wrapper {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap; }
    .realty-location__content {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      width: calc(100% - 350px);
      margin-bottom: 0; }
    .realty-location__info {
      margin-right: 16px; }
    .realty-location__top {
      margin-bottom: 24px; }
    .realty-location__name {
      font-size: 16px;
      line-height: 125%;
      margin-bottom: 8px; }
    .realty-location__address {
      font-size: 14px;
      line-height: 140%; }
    .realty-location__description ul {
      padding: 0 16px;
      padding-left: 36px;
      margin-bottom: 0; }
    .realty-location__description li, .realty-location__description p {
      font-size: 14px;
      line-height: 140%;
      margin-bottom: 24px;
      margin-top: 0; }
    .realty-location__list {
      padding: 16px;
      padding-left: 36px;
      margin-bottom: 0; }
    .realty-location__map {
      padding: 0;
      border-radius: 24px;
      width: 379px;
      height: auto;
      min-width: 379px;
      align-self: stretch; }
    .realty-location__banner {
      width: 326px;
      margin-left: 24px;
      align-self: stretch;
      height: auto;
      padding: 32px;
      border-radius: 24px; }
    .realty-location__banner-title {
      font-size: 24px;
      line-height: normal;
      margin-top: 20px; }
    .realty-location__banner-bg {
      top: inherit;
      bottom: -22px;
      left: -153px;
      width: 966px;
      height: 264px; } }

@media screen and (min-width: 1360px) {
  .realty-location__title {
    font-size: 34px; }
  .realty-location__info {
    margin-right: 32px; }
  .realty-location__top {
    padding: 24px; }
  .realty-location__name {
    font-size: 24px;
    line-height: normal; }
  .realty-location__address {
    font-size: 18px;
    line-height: normal;
    font-weight: 600; }
  .realty-location__list {
    padding: 24px;
    padding-left: 44px; }
  .realty-location__list-item {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 24px; }
  .realty-location__map {
    width: 498px;
    min-width: 498px; } }

.realty-main {
  position: relative;
  padding-top: calc(65px + 54px);
  margin-top: calc(-65px - 54px);
  background-color: #E1E5EA;
  height: calc(540px - 49px); }
  .realty-main__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(540px - 49px);
    z-index: 0; }
  .realty-main__image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .realty-main__content {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1; }
  .realty-main__title {
    color: white;
    font-family: 'Muller', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 125%;
    text-transform: uppercase;
    margin: 0; }
  .realty-main__id {
    display: none; }

.realty-main-slider {
  height: 100%; }
  .realty-main-slider__prev, .realty-main-slider__next {
    position: absolute;
    width: 39px;
    height: 39px;
    top: 50%;
    transform: translateY(-50%);
    fill: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    z-index: 10;
    cursor: pointer; }
  .realty-main-slider__prev {
    left: 16px; }
  .realty-main-slider__next {
    right: 16px; }
  .realty-main-slider__pagination {
    display: none;
    align-items: center;
    justify-content: center;
    right: 16px !important;
    left: auto !important;
    transform: inherit !important;
    bottom: calc(20px + 80px) !important;
    padding: 8px 4px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    width: fit-content !important;
    height: 24px; }
    .realty-main-slider__pagination .swiper-pagination-bullet {
      display: flex;
      width: 8px;
      height: 8px;
      margin: 0 4px !important;
      opacity: 1 !important;
      border-radius: 50%;
      background: #6A7784; }
    .realty-main-slider__pagination .swiper-pagination-bullet-active {
      width: 24px;
      border-radius: 8px;
      background: #E1E5EA; }

@media screen and (min-width: 767.98px) {
  .realty-main {
    height: 700px; }
    .realty-main__content {
      height: calc(700px - 65px - 54px); }
    .realty-main__slider {
      height: 700px; }
    .realty-main__title {
      font-size: 40px;
      font-weight: 700;
      line-height: 100%;
      text-transform: inherit; }
    .realty-main__id {
      position: absolute;
      right: 0;
      bottom: 17px;
      display: inline-block;
      color: white;
      font-family: 'Muller', sans-serif;
      font-size: 200px;
      font-weight: 300;
      line-height: 100%;
      z-index: 1; }
  .realty-main-slider__pagination {
    display: flex;
    bottom: calc(36px + 80px) !important; } }

@media screen and (min-width: 1199.98px) {
  .realty-main-slider__pagination {
    display: flex;
    bottom: calc(56px + 80px) !important;
    left: 50% !important;
    right: inherit !important;
    transform: translateX(-50%) !important; } }

@media screen and (min-width: 1359.98px) {
  .realty-main {
    padding-top: calc(65px + 100px);
    margin-top: calc(-65px - 100px); }
    .realty-main__content {
      height: calc(700px - 65px - 100px); }
    .realty-main__id {
      font-size: 230px; } }

.realty-plans {
  display: none; }
  .realty-plans__filter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
    padding: 16px; }
  .realty-plans__filter-item {
    border-radius: 8px;
    background: rgba(14, 86, 169, 0.07);
    margin-right: 8px;
    padding: 7px 16px;
    color: #2A415E;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none; }
    .realty-plans__filter-item:last-child {
      margin-right: 0; }
    .realty-plans__filter-item.active {
      background: #71AAEB;
      color: white; }

@media screen and (min-width: 767.98px) {
  .realty-plans {
    display: block;
    padding-top: 32px;
    background: #E1E5EA; }
    .realty-plans__head {
      padding: 32px 40px; }
    .realty-plans__title {
      color: #162133;
      font-family: 'Muller', 'Montserrat', sans-serif;
      font-size: 32px;
      font-weight: 700;
      line-height: 120%;
      text-transform: uppercase;
      margin: 0; }
    .realty-plans__title-small {
      font-weight: 400; }
    .realty-plans__content {
      padding: 16px;
      border-radius: 32px;
      background: white; }
    .realty-plans__filter {
      margin-bottom: 0; }
    .realty-plans__plan {
      width: 100%;
      max-height: 400px;
      overflow: hidden;
      transition: all 0.2s ease; }
      .realty-plans__plan.active {
        max-height: 2000px; }
    .realty-plans__plan-floor {
      display: none; }
      .realty-plans__plan-floor.active {
        display: block; }
    .realty-plans__more {
      margin-top: 16px;
      color: #71AAEB;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
      line-height: 140%;
      cursor: pointer; } }

@media screen and (min-width: 1199.98px) {
  .realty-plans {
    padding-top: 56px; } }

@media screen and (min-width: 1360px) {
  .realty-plans__title {
    font-size: 34px; } }

.realty-profit {
  padding-top: 16px;
  background: #E1E5EA; }
  .realty-profit__head {
    padding: 16px 16px 0;
    margin-bottom: 8px; }
  .realty-profit__title {
    color: #162133;
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0; }
  .realty-profit__title-small {
    font-weight: 400; }
  .realty-profit__content {
    border-radius: 24px;
    background: white;
    padding: 24px 8px 8px; }

@media screen and (min-width: 767.98px) {
  .realty-profit {
    padding-top: 32px; }
    .realty-profit__head {
      padding: 32px 40px;
      margin-bottom: 0; }
    .realty-profit__title {
      font-size: 32px;
      line-height: 120%; }
    .realty-profit__content {
      padding: 16px;
      border-radius: 32px; } }

@media screen and (min-width: 1199.98px) {
  .realty-profit {
    padding-top: 56px; } }

@media screen and (min-width: 1360px) {
  .realty-profit__title {
    font-size: 34px; } }

.realty-profitability {
  padding-top: 16px;
  background: #E1E5EA; }
  .realty-profitability__head {
    padding: 16px 16px 0;
    margin-bottom: 8px; }
  .realty-profitability__title {
    color: #162133;
    font-family: 'Muller', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0; }
  .realty-profitability__title-small {
    font-weight: 400; }
  .realty-profitability__content {
    border-radius: 24px;
    background: white;
    padding: 8px 8px 16px;
    margin-bottom: 16px;
    position: relative; }
  .realty-profitability__select {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 16px;
    padding: 16px 8px 0; }
    .realty-profitability__select::-webkit-scrollbar {
      display: none; }
  .realty-profitability__select-item {
    padding-bottom: 16px;
    color: #2A415E;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    white-space: nowrap;
    margin-right: 16px;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none; }
    .realty-profitability__select-item.active {
      color: #162133;
      border-bottom: 2px solid #ffce00; }
    .realty-profitability__select-item:last-child {
      margin-right: 0; }
  .realty-profitability__info {
    padding: 0 8px;
    margin-bottom: 16px; }
  .realty-profitability__filter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px; }
  .realty-profitability__filter-item {
    border-radius: 8px;
    background: rgba(14, 86, 169, 0.07);
    margin-right: 8px;
    padding: 7px 16px;
    color: #2A415E;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none; }
    .realty-profitability__filter-item:last-child {
      margin-right: 0; }
    .realty-profitability__filter-item.active {
      background: #71AAEB;
      color: white; }
  .realty-profitability__total {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    background: #F6F6F6;
    padding: 8px 16px; }
  .realty-profitability__total-text {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }
  .realty-profitability__total-value {
    flex: 1;
    color: #162133;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal; }
  .realty-profitability__chart {
    padding: 0 8px;
    width: 100%; }
  .realty-profitability__banner {
    position: relative;
    background: linear-gradient(180deg, #62DAD3 39.31%, #B7F4F1 100%);
    border-radius: 24px;
    padding: 24px;
    height: 190px;
    background: #1CA242;
    display: flex;
    flex-direction: column;
    overflow: hidden; }
  .realty-profitability__banner-title {
    position: relative;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: auto;
    z-index: 1; }
  .realty-profitability__banner-button {
    position: relative;
    width: 100%;
    z-index: 1; }
  .realty-profitability__banner-bg-mobile {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover; }

@media screen and (min-width: 767.98px) {
  .realty-profitability {
    padding-top: 32px; }
    .realty-profitability__head {
      padding: 32px 40px;
      margin-bottom: 0; }
    .realty-profitability__title {
      font-size: 32px;
      line-height: 120%; }
    .realty-profitability__content {
      padding: 16px;
      border-radius: 32px;
      margin-bottom: 24px; }
    .realty-profitability__select {
      padding: 16px 16px 0; }
    .realty-profitability__select-item {
      font-size: 16px;
      line-height: 140%;
      margin-right: 16px; }
    .realty-profitability__filter {
      margin-bottom: 0; }
    .realty-profitability__total-text {
      margin-right: 8px; }
    .realty-profitability__total-value {
      min-width: 160px; }
    .realty-profitability__chart {
      padding: 0; }
    .realty-profitability__info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 16px;
      width: 100%; }
    .realty-profitability__banner {
      height: 280px; }
    .realty-profitability__banner-title br {
      display: none; }
    .realty-profitability__banner-button {
      width: fit-content; } }

@media screen and (min-width: 1199.98px) {
  .realty-profitability {
    padding-top: 56px; }
    .realty-profitability__head {
      width: 100%; }
    .realty-profitability__wrapper {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap; }
    .realty-profitability__content {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      width: calc(100% - 350px);
      margin-bottom: 0; }
    .realty-profitability__banner {
      width: 326px;
      margin-left: 24px;
      align-self: stretch;
      height: auto;
      padding: 32px;
      border-radius: 24px; }
    .realty-profitability__banner-title {
      font-size: 24px;
      line-height: normal; }
    .realty-profitability__banner-button {
      width: 100%; }
    .realty-profitability__banner-bg-mobile {
      display: none; }
    .realty-profitability__banner-bg-desktop {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover; } }

@media screen and (min-width: 1360px) {
  .realty-profitability__title {
    font-size: 34px; } }

.business-objects {
  padding-top: calc(65px + 54px);
  padding-bottom: 48px;
  margin-top: calc(-65px - 54px);
  background-color: #E1E5EA; }
  .business-objects__title {
    font-size: 16px;
    line-height: 1.25;
    font-family: 'Muller', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #162133;
    margin-top: 0;
    margin-bottom: 16px; }
  .business-objects__top {
    position: relative; }
  .business-objects__categories {
    margin-bottom: 16px; }
  .business-objects__categories-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .business-objects__categories-item {
    height: 26px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 16px;
    overflow: hidden; }
    .business-objects__categories-item:last-child {
      margin-right: 0; }
  .business-objects__categrories-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 14px;
    background: transparent;
    color: #2A415E;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer; }
    .business-objects__categrories-link:hover, .business-objects__categrories-link:active, .business-objects__categrories-link:focus, .business-objects__categrories-link.active {
      background: #71AAEB;
      color: white; }
  .business-objects__list {
    position: relative; }
  .business-objects__object {
    width: 100%;
    margin-bottom: 16px; }
  .business-objects__content {
    position: relative;
    padding-top: 32px; }
    .business-objects__content h2 {
      font-size: 16px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 16px;
      color: #162133;
      font-family: 'Muller', sans-serif; }
    .business-objects__content h3 {
      font-size: 14px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 16px;
      color: #162133;
      font-family: 'Muller', sans-serif; }
    .business-objects__content p {
      font-size: 12px;
      line-height: normal;
      font-weight: 500;
      margin-bottom: 16px;
      color: #6A7784; }
      .business-objects__content p:last-child {
        margin-bottom: 0; }

@media screen and (min-width: 1020px) {
  .business-objects__title {
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: inherit; }
  .business-objects__categories {
    margin-bottom: 40px; }
  .business-objects__categories-item {
    height: 31px;
    border-radius: 8px; }
  .business-objects__categrories-link {
    padding: 0 16px;
    font-size: 14px; }
  .business-objects__content {
    position: relative; }
    .business-objects__content h2 {
      font-size: 18px; }
    .business-objects__content h3 {
      font-size: 16px; }
    .business-objects__content p {
      font-size: 14px;
      line-height: 140%; } }

@media screen and (min-width: 1360px) {
  .business-objects {
    padding-top: calc(65px + 100px);
    margin-top: calc(-65px - 100px);
    padding-bottom: 56px; } }

.business-object-card {
  position: relative;
  border-radius: 24px;
  background: white;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .business-object-card__wrapper {
    max-width: 100%;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    .minimalized .business-object-card__wrapper {
      width: calc((100% - 130px)); }
  .business-object-card__image {
    width: 130px;
    min-height: 100%;
    align-self: stretch;
    max-width: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-width 0.3s ease; }
    .minimalized .business-object-card__image {
      max-width: 130px;
      opacity: 1;
      visibility: visible; }
    .business-object-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .business-object-card__labels {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    align-items: flex-start;
    z-index: 1; }
    .minimalized .business-object-card__labels {
      top: 8px;
      left: auto;
      right: 8px;
      flex-direction: column-reverse;
      justify-content: flex-start;
      align-items: flex-end; }
  .business-object-card__label {
    margin-bottom: 7px;
    margin-left: 7px;
    padding: 4px 8px;
    border-radius: 16px;
    font-size: 10px;
    line-height: normal; }
    .business-object-card__label:first-child {
      margin-left: 0; }
    .business-object-card__label--active {
      font-weight: 500;
      text-transform: lowercase;
      background: #1CA242;
      color: white; }
    .business-object-card__label--disabled {
      font-weight: 500;
      text-transform: lowercase;
      background: #E53838;
      color: white; }
    .business-object-card__label--sale {
      font-weight: 500;
      text-transform: lowercase;
      color: white;
      background: #1CA242; }
    .business-object-card__label--notsale {
      font-weight: 500;
      text-transform: lowercase;
      color: white;
      background: #E53838; }
    .business-object-card__label--club {
      font-weight: 500;
      text-transform: lowercase;
      color: white;
      background-color: #f52f4b; }
  .business-object-card__header {
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    max-height: 220px;
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    transition: max-height 0.3s ease; }
    .minimalized .business-object-card__header {
      max-height: 0;
      opacity: 0;
      visibility: hidden; }
  .business-object-card__content {
    padding: 16px; }
  .business-object-card__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: opacity 0.4s ease;
    transform: rotate(90deg);
    cursor: pointer; }
    .minimalized .business-object-card__close {
      opacity: 0;
      visibility: hidden;
      height: 0; }
  .business-object-card__bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .business-object-card__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .business-object-card__content {
    display: flex;
    flex-direction: column;
    flex: 1; }
  .business-object-card__top {
    position: relative;
    margin-bottom: 16px; }
    .minimalized .business-object-card__top {
      margin-bottom: 8px; }
  .business-object-card__name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-family: 'Muller', sans-serif;
    color: #162133;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
    text-decoration: none; }
    .minimalized .business-object-card__name {
      font-size: 14px; }
      .minimalized .business-object-card__name .business-object-card__name--desktop {
        display: none; }
      .minimalized .business-object-card__name .business-object-card__name--mobile {
        display: inline-flex; }
    .business-object-card__name--mobile {
      display: none; }
  .business-object-card__separator {
    width: 8px;
    height: 8px;
    background: #E1E5EA;
    border-radius: 50%;
    display: inline-flex;
    margin: 0 8px; }
    .minimalized .business-object-card__separator {
      width: 4px;
      height: 4px; }
  .business-object-card__address {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #162133;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }
  .business-object-card__address-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-bottom: 2px; }
  .business-object-card__highlight {
    display: none; }
  .business-object-card__tables {
    margin-bottom: 16px; }
    .minimalized .business-object-card__tables {
      display: none; }
  .business-object-card__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse; }
    .minimalized .business-object-card__table {
      display: none; }
    .business-object-card__table tr {
      position: relative;
      vertical-align: middle;
      height: 23px;
      display: table-row;
      width: 100%; }
    .business-object-card__table td {
      font-size: 12px;
      font-weight: 500;
      line-height: normal;
      color: #162133; }
      .business-object-card__table td:first-child {
        width: 70%;
        padding-right: 5px; }
        .business-object-card__table td:first-child .label {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
      .business-object-card__table td:nth-child(2) {
        width: 30%;
        text-align: right; }
      .business-object-card__table td .value {
        font-weight: 700; }
        .business-object-card__table td .value--small {
          font-weight: 500;
          color: #6A7784; }
  .business-object-card__params {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: auto; }
    .minimalized .business-object-card__params {
      display: flex; }
  .business-object-card__param {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(50% - 4px); }
    .business-object-card__param:first-child {
      display: none; }
  .business-object-card__param-title {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }
  .business-object-card__param-value {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #162133;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%; }
    .business-object-card__param-value--small {
      font-size: 12px;
      font-weight: 500; }
  .business-object-card__description {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #162133;
    margin-bottom: 16px; }
    .minimalized .business-object-card__description {
      display: none; }
  .business-object-card__categories {
    display: none; }
  .business-object-card__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .minimalized .business-object-card__buttons {
      display: none; }
  .business-object-card__button {
    width: calc(50% - 8px);
    white-space: nowrap; }
    .business-object-card__button--fullwidth {
      width: 100%; }

@media screen and (min-width: 1020px) {
  .business-object-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 32px; }
    .business-object-card__wrapper {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      min-height: inherit;
      height: 100%; }
      .minimalized .business-object-card__wrapper {
        width: 100%; }
    .business-object-card__image {
      display: none; }
      .minimalized .business-object-card__image {
        display: none; }
    .business-object-card__header {
      position: relative;
      width: 360px;
      height: auto;
      min-height: 384px;
      max-height: inherit;
      border-radius: 32px;
      align-self: stretch;
      overflow: hidden; }
      .minimalized .business-object-card__header {
        max-height: inherit;
        opacity: 1;
        visibility: visible; }
    .business-object-card__content {
      padding: 16px; }
    .business-object-card__labels {
      right: auto;
      top: 16px;
      left: 16px;
      right: auto;
      flex-direction: column;
      align-items: flex-start;
      z-index: 1; }
      .minimalized .business-object-card__labels {
        top: 16px;
        left: 16px;
        right: auto;
        flex-direction: column;
        align-items: flex-start; }
    .business-object-card__label {
      margin-left: 0;
      font-size: 12px; }
    .business-object-card__close {
      display: none; }
      .minimalized .business-object-card__close {
        display: none; }
    .business-object-card__top {
      position: relative;
      padding: 28px 16px 16px;
      border-radius: 24px;
      background: #F3F5F7;
      margin-bottom: 8px; }
    .minimalized .business-object-card__name {
      font-size: 20px; }
      .minimalized .business-object-card__name .business-object-card__name--desktop {
        display: inline-flex; }
      .minimalized .business-object-card__name .business-object-card__name--mobile {
        display: none; }
    .minimalized .business-object-card__separator {
      width: 8px;
      height: 8px; }
    .business-object-card__highlight {
      display: inline-flex;
      position: absolute;
      right: 0;
      top: -9px;
      padding: 9px 24px;
      background: white;
      border-radius: 0 0 0 24px;
      color: #71AAEB;
      font-size: 12px;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase; }
    .business-object-card__tables {
      display: none; }
    .business-object-card__params {
      display: flex;
      margin-left: -4px;
      margin-right: -4px;
      margin-bottom: 16px;
      width: calc(100% + 8px); }
      .minimalized .business-object-card__params {
        display: flex; }
    .business-object-card__param {
      width: calc(33.333% - 8px);
      margin: 0 4px;
      padding: 16px;
      border-radius: 24px;
      background: rgba(225, 229, 234, 0.4); }
      .business-object-card__param:first-child {
        display: flex; }
    .business-object-card__param-value {
      font-size: 16px;
      line-height: normal; }
      .business-object-card__param-value--small {
        color: #6A7784; }
    .business-object-card__bottom {
      padding-left: 16px;
      padding-right: 16px; }
    .business-object-card__description {
      margin-bottom: 8px;
      padding-bottom: 8px;
      border-bottom: 1px solid #F6F6F6; }
      .minimalized .business-object-card__description {
        display: block; }
    .business-object-card__categories {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-bottom: 16px; }
    .business-object-card__category {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-right: 16px; }
      .business-object-card__category:last-child {
        margin-right: 0; }
    .business-object-card__category-title {
      color: #6A7784;
      font-size: 12px;
      font-weight: 500;
      line-height: normal;
      margin-right: 8px; }
    .business-object-card__category-value {
      color: #162133;
      font-size: 12px;
      font-weight: 500;
      line-height: normal; }
    .business-object-card__footer {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .minimalized .business-object-card__buttons {
      display: flex; }
    .business-object-card__button {
      width: auto; }
      .business-object-card__button:first-child {
        margin-right: 24px; } }

@media screen and (min-width: 1360px) {
  .business-object-card__header {
    width: 460px;
    min-height: 476px; }
  .business-object-card__content {
    padding: 24px; }
  .business-object-card__top {
    padding: 28px 24px 24px; }
  .business-object-card__address {
    font-size: 14px;
    line-height: 140%; }
  .business-object-card__param {
    padding: 24px; }
  .business-object-card__param-title {
    font-size: 14px;
    line-height: 140%; }
  .business-object-card__param-value {
    font-size: 20px; }
    .business-object-card__param-value--small {
      font-size: 14px; }
  .business-object-card__bottom {
    padding-left: 24px;
    padding-right: 24px; }
  .business-object-card__description {
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 140%; }
  .business-object-card__category-title {
    font-size: 14px;
    line-height: 140%; }
  .business-object-card__category-value {
    font-size: 14px;
    line-height: 140%; } }

.management__header {
  margin-bottom: 24px; }

.management__title {
  font-size: 16px;
  line-height: 1.25;
  font-family: 'Muller', 'Montserrat', sans-serif;
  font-weight: 700;
  color: #162133;
  margin-top: 0;
  margin-bottom: 8px; }

.management__subtitle {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 16px; }

.management__managers {
  display: flex;
  flex-wrap: wrap; }

.management__manager {
  text-decoration: none;
  color: #2A415E;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%; }

.management__manager-photo {
  width: 100%;
  height: 330px;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 8px; }
  .management__manager-photo img {
    width: 100%;
    object-fit: cover;
    object-position: top; }

.management__manager-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  width: 100%; }

.management__manager-position {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  width: 100%; }

.management-manager__header {
  padding: 24px;
  background: #f6f6f6;
  border-radius: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap; }
  .management-manager__header p {
    margin-top: 0; }
  .management-manager__header h2 {
    margin-top: 0; }

.management-manager__photo {
  float: left;
  width: 200px;
  height: 200px;
  margin-right: 16px;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden; }
  .management-manager__photo img {
    width: 100%;
    object-fit: cover;
    object-position: top; }

.management-manager__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 8px;
  order: -1;
  width: 100%; }

.management-manager__position {
  width: 100%;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  order: -1;
  width: 100%;
  display: block; }

.management-manager__body {
  padding: 24px;
  background: #f6f6f6;
  border-radius: 24px;
  margin-bottom: 24px; }
  .management-manager__body p {
    margin-top: 0; }
  .management-manager__body h2 {
    margin-top: 0; }

.management-manager__sidebar-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px; }

.management-manager__sidebar-manager {
  text-decoration: none;
  color: #2A415E;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center; }

.management-manager__sidebar-manager-photo {
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin-bottom: 8px;
  border-radius: 8px; }
  .management-manager__sidebar-manager-photo img {
    width: 100%;
    object-fit: cover;
    object-position: top; }

.management-manager__sidebar-manager-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  width: 100%; }

.management-manager__sidebar-manager-position {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  width: 100%; }

@media screen and (min-width: 768px) {
  .management__manager {
    width: calc(100% / 2); }
  .management__manager-photo {
    width: 330px;
    height: 330px; } }

@media screen and (min-width: 1020px) {
  .management__title {
    font-size: 50px;
    line-height: 120%; }
  .management__subtitle {
    font-size: 18px; }
  .management__manager {
    width: calc(100% / 3); }
  .management__manager-photo {
    border-radius: 16px; }
  .management-manager__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .management-manager__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 42px;
    border-right: 1px solid #E9E9E9; }
  .management-manager__sidebar {
    width: 312px;
    padding-left: 32px;
    padding-top: 0; }
  .management-manager__sidebar-title {
    font-size: 20px;
    line-height: 20px; }
  .management-manager__header {
    display: flow-root;
    /*            margin-bottom: 56px;*/ }
  .management-manager__photo {
    margin-bottom: 0px; }
  .management-manager__title {
    width: calc(100% - 200px - 16px); }
  .management-manager__position {
    width: calc(100% - 200px - 16px); } }

@media screen and (min-width: 1360px) {
  .management__manager-photo {
    width: 400px;
    height: 400px; } }

.flipping-main {
  padding-top: calc(65px + 54px);
  margin-top: calc(-65px - 54px);
  background-color: #E1E5EA; }
  .flipping-main .tooltip {
    position: relative;
    display: inline-flex;
    margin-bottom: 8px; }
    .flipping-main .tooltip__label {
      border-radius: 16px;
      font-size: 12px;
      font-weight: 500;
      padding: 4px 8px;
      line-height: normal;
      background: #71AAEB;
      color: #fff; }
    .flipping-main .tooltip.label-tooltip {
      position: absolute;
      left: 8px;
      bottom: 8px; }
    .flipping-main .tooltip--lock .tooltip__text {
      right: calc(100% + 12px);
      left: auto;
      min-width: 230px;
      text-align: left; }
      .flipping-main .tooltip--lock .tooltip__text::before {
        right: -4px;
        left: auto; }
    .flipping-main .tooltip--lock svg {
      height: 16px;
      width: auto;
      min-width: 12px;
      max-width: 16px; }
    .flipping-main .tooltip:hover .tooltip__text {
      opacity: 1;
      visibility: visible;
      z-index: 1; }
    .flipping-main .tooltip__icon {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #fed63f;
      color: #162133;
      font-size: 10px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
    .flipping-main .tooltip__text {
      position: absolute;
      top: 50%;
      left: calc(100% + 12px);
      transform: translateY(-50%);
      max-width: 250px;
      min-width: 150px;
      width: auto;
      border-radius: 8px;
      background: #EAEFF4;
      padding: 10px;
      font-size: 11px;
      color: rgba(0, 0, 0, 0.6);
      font-weight: 500;
      line-height: normal;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      transition: opacity 0.2s ease; }
      .flipping-main .tooltip__text::before {
        position: absolute;
        content: '';
        left: -4px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 10px;
        height: 10px;
        background: #EAEFF4;
        border-radius: 2px; }
  .flipping-main__top {
    border-radius: 24px;
    background: linear-gradient(113deg, #FFF 21.15%, #F3F5F7 65.12%);
    overflow: hidden;
    margin-bottom: 8px; }
  .flipping-main__bg {
    height: 297px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 404px; }
  .flipping-main__info {
    padding: 16px; }
  .flipping-main__uppertitle {
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 16px; }
  .flipping-main__title {
    color: #162133;
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 16px; }
  .flipping-main__advantage {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 16px; }
  .flipping-main__advantage-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px; }
  .flipping-main__advantage-text {
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; }
  .flipping-main__button {
    margin-bottom: 14px;
    width: 100%; }
  .flipping-main__telegram {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none; }
  .flipping-main__telegram-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px; }
    .flipping-main__telegram-icon svg {
      border-radius: 50%;
      overflow: hidden; }
  .flipping-main__telegram-text {
    color: #71AAEB;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; }
  .flipping-main__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
  .flipping-main__item {
    border-radius: 24px;
    background: white;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px; }
    .flipping-main__item.link {
      background-color: #71AAEB; }
      .flipping-main__item.link .flipping-main__item-content {
        flex-wrap: wrap; }
      .flipping-main__item.link .flipping-main__item-text {
        margin-left: 0;
        margin-top: 8px; }
      .flipping-main__item.link * {
        color: #fff; }
      .flipping-main__item.link:after {
        content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMS41TDkgOS41TDEgMTcuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
        position: absolute;
        right: 40px; }
    .flipping-main__item:last-child {
      margin-bottom: 0; }
  .flipping-main__item-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 16px; }
  .flipping-main__item-value {
    color: #162133;
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal; }
  .flipping-main__item-small {
    color: #162133;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-transform: none; }
  .flipping-main__item-text {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-left: 8px; }
  .flipping-main__item-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .flipping-main__status {
    position: relative;
    background: #0E56A9;
    padding: 20px 15px;
    border-radius: 0 0 16px 16px;
    box-sizing: border-box;
    width: calc(100% + 32px);
    margin: 16px -16px -16px; }
    .flipping-main__status.main-page {
      display: none;
      order: 1;
      padding: 0;
      background: transparent;
      margin: 16px 0;
      max-width: 300px; }
      .flipping-main__status.main-page .flipping-main__status-bar {
        background: #E9ECF0; }
  .flipping-main__status-bar {
    position: relative;
    width: 100%;
    height: 31px;
    border-radius: 16px;
    background: #f6f6f6;
    padding: 0 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden; }
  .flipping-main__status-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0px;
    background: rgba(14, 86, 169, 0.14);
    z-index: 1; }
  .flipping-main__status-text {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: #000; }

@media screen and (min-width: 1020px) {
  .flipping-main__top {
    position: relative;
    margin-bottom: 16px;
    border-radius: 32px; }
  .flipping-main__bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 667px;
    background-size: cover; }
  .flipping-main__info {
    position: relative;
    z-index: 1;
    padding: 98px 32px; }
  .flipping-main__uppertitle {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 24px; }
  .flipping-main__title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 24px; }
  .flipping-main__advantage {
    margin-bottom: 32px; }
  .flipping-main__advantage-icon {
    margin-right: 16px; }
  .flipping-main__advantage-text {
    font-size: 14px;
    line-height: 140%; }
  .flipping-main__button {
    width: auto;
    margin-bottom: 0;
    margin-right: 14px; }
  .flipping-main__telegram-icon {
    margin-right: 11px; }
  .flipping-main__telegram-text {
    font-size: 14px;
    line-height: 140%; }
  .flipping-main__bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .flipping-main__items {
    flex-direction: row;
    margin: 0 -8px;
    width: calc(100% + 16px); }
  .flipping-main__item {
    margin-bottom: 0;
    /*            width: fit-content;*/
    white-space: nowrap;
    margin: 0 8px;
    padding: 24px;
    border-radius: 32px; }
    .flipping-main__item.link .flipping-main__item-text {
      margin-left: 0;
      margin-top: 0px; }
  .flipping-main__item-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  .flipping-main__item-value {
    font-size: 24px;
    line-height: normal; }
  .flipping-main__item-small {
    font-size: 16px;
    line-height: 125%; }
  .flipping-main__item-text {
    font-size: 14px;
    line-height: 140%;
    margin-left: 0; }
  .flipping-main__item-icon {
    width: 32px;
    height: 32px; }
    .flipping-main__item-icon svg {
      width: 100%;
      height: 100%; }
  .flipping-main__status {
    width: 429px;
    padding: 20px 40px;
    border-radius: 0 32px 0 32px;
    margin: calc(98px - 71px / 2) 0 -98px -32px; } }

@media screen and (min-width: 1200px) {
  .flipping-main__status.main-page {
    display: block;
    order: 1;
    margin: 16px 0 auto;
    max-width: 320px; }
  .flipping-main__status.sale {
    order: 0;
    margin-top: 0; } }

@media screen and (min-width: 1360px) {
  .flipping-main__info {
    padding: 123px 40px; }
  .flipping-main__bg {
    width: 866px; }
  .flipping-main__uppertitle {
    font-size: 18px;
    line-height: normal;
    font-weight: 600; }
  .flipping-main__title {
    font-size: 50px; }
  .flipping-main__advantage {
    margin-bottom: 56px; }
  .flipping-main__advantage-icon {
    width: 44px;
    height: 44px; }
  .flipping-main__advantage-text {
    font-size: 18px;
    font-weight: 600;
    line-height: normal; }
  .flipping-main__button {
    height: 54px;
    padding: 0 32px;
    margin-right: 32px; }
  .flipping-main__telegram-icon {
    margin-right: 16px; }
  .flipping-main__item {
    padding: 40px; }
  .flipping-main__item-icon {
    width: 64px;
    height: 64px; }
  .flipping-main__item-value {
    font-size: 34px;
    line-height: 120%; }
  .flipping-main__item-small {
    font-size: 24px;
    line-height: normal; }
  .flipping-main__status {
    margin: calc(123px - 71px / 2) 0 -123px -40px; } }

.flipping-about {
  padding-top: 48px;
  background-color: #E1E5EA; }
  .flipping-about__title {
    color: #162133;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 48px; }
    .flipping-about__title .blue {
      color: #71AAEB; }
  .flipping-about__content {
    background: white;
    border-radius: 24px;
    padding: 8px; }
  .flipping-about__subtitle {
    color: #162133;
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    padding: 8px;
    margin-bottom: 8px;
    margin-top: 0; }
  .flipping-about__subtitle-small {
    font-weight: 300; }
  .flipping-about__attributes {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 8px; }
  .flipping-about__attribute {
    position: relative;
    border-radius: 16px;
    padding: 16px;
    background: #F3F5F7;
    flex-basis: calc(50% - 4px);
    align-self: stretch;
    margin-bottom: 8px; }
    .flipping-about__attribute:last-child {
      flex-basis: 100%;
      margin-bottom: 0; }
  .flipping-about__attribute-label {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }
  .flipping-about__attribute-value {
    color: #162133;
    font-size: 18px;
    font-weight: 600;
    line-height: normal; }
  .flipping-about__attribute-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .flipping-about__class {
    background: #71AAEB;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 8px; }
  .flipping-about__class-title {
    color: white;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px; }
  .flipping-about__class-content {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .flipping-about__class-label {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    text-transform: uppercase;
    margin-right: 16px; }
    .flipping-about__class-label:last-child {
      margin-right: 0; }
  .flipping-about__bottom {
    position: relative;
    border-radius: 16px;
    padding: 16px;
    overflow: hidden;
    width: 100%;
    height: 140px; }
  .flipping-about__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0; }
  .flipping-about__location {
    position: relative;
    border-radius: 24px;
    background: white;
    padding: 4px 4px 4px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1; }
  .flipping-about__location-label {
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-right: 24px; }
  .flipping-about__location-name {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 28px;
    background: #fed63f;
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; }

@media screen and (min-width: 1020px) {
  .flipping-about__title {
    font-size: 24px;
    line-height: 120%;
    font-weight: 500; }
  .flipping-about__content {
    padding: 16px;
    border-radius: 32px; }
  .flipping-about__top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px; }
  .flipping-about__subtitle {
    font-size: 32px;
    line-height: 100%;
    padding: 24px 0 0 24px;
    max-width: 253px;
    margin-bottom: 0;
    margin-right: auto; }
  .flipping-about__attributes {
    margin-bottom: 0;
    margin-right: 16px;
    width: 344px; }
  .flipping-about__attribute {
    padding: 24px;
    border-radius: 32px;
    flex-basis: calc(50% - 8px);
    margin-bottom: 16px; }
  .flipping-about__attribute-label {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 8px; }
  .flipping-about__attribute-value {
    font-size: 18px;
    line-height: normal; }
  .flipping-about__attribute-icon {
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px; }
    .flipping-about__attribute-icon svg {
      width: 100%;
      height: 100%; }
  .flipping-about__class {
    align-self: stretch;
    width: 275px;
    padding: 24px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0; }
  .flipping-about__class-title {
    margin-bottom: auto; }
  .flipping-about__class-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
  .flipping-about__class-label {
    font-size: 20px;
    line-height: normal;
    margin-right: 0;
    margin-top: 16px; }
  .flipping-about__bottom {
    height: 300px;
    padding: 24px;
    border-radius: 24px; } }

@media screen and (min-width: 1360px) {
  .flipping-about {
    padding-top: 56px; }
    .flipping-about__title {
      margin-bottom: 56px;
      font-size: 34px; }
    .flipping-about__subtitle {
      font-size: 40px;
      max-width: 390px; }
    .flipping-about__attributes {
      width: 567px; }
    .flipping-about__attribute {
      padding: 32px; }
    .flipping-about__attribute-label {
      font-size: 14px;
      line-height: 140%; }
    .flipping-about__attribute-value {
      font-size: 24px; }
    .flipping-about__attribute-icon {
      width: 64px;
      height: 64px;
      right: 32px;
      top: 50%;
      transform: translateY(-50%); }
    .flipping-about__class {
      padding: 32px; }
    .flipping-about__class-title {
      font-size: 14px;
      line-height: 140%; } }

.flipping-compare {
  padding-top: 48px;
  background-color: #E1E5EA; }
  .flipping-compare__content {
    padding: 8px 8px 16px;
    border-radius: 24px;
    background: white; }
  .flipping-compare__title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 8px;
    margin-top: 0; }
  .flipping-compare__title-icon {
    width: 50px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px; }
  .flipping-compare__bg {
    display: none; }
  .flipping-compare__lists {
    margin-bottom: 16px; }
  .flipping-compare__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 8px; }
  .flipping-compare__item {
    width: 100%;
    border-radius: 16px;
    padding: 16px;
    background: rgba(225, 229, 234, 0.4);
    backdrop-filter: blur(47px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 8px; }
    .flipping-compare__item:last-child {
      margin-bottom: 0; }
  .flipping-compare__item-icon {
    width: 28px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px; }
  .flipping-compare__item-title {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 140%; }
  .flipping-compare__item-description {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }
  .flipping-compare__footer {
    display: flex;
    align-items: center;
    justify-content: center; }
  .flipping-compare__button {
    height: 55px; }

@media screen and (min-width: 1020px) {
  .flipping-compare__content {
    border-radius: 32px;
    padding: 16px 16px 40px; }
  .flipping-compare__title {
    padding: 32px 40px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 100%; }
  .flipping-compare__title-icon {
    margin: 0 24px;
    width: 61px;
    height: 32px; }
    .flipping-compare__title-icon svg {
      width: 100%;
      height: 100%; }
  .flipping-compare__bg {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 620px;
    height: 602px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    z-index: 1; }
  .flipping-compare__lists {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .flipping-compare__list {
    max-width: 327px;
    margin-bottom: 0; }
    .flipping-compare__list:first-child {
      position: relative;
      z-index: 2; }
  .flipping-compare__item {
    padding: 24px;
    margin-bottom: 16px; }
    .flipping-compare__item:nth-child(2), .flipping-compare__item:nth-child(3) {
      min-height: 138px; }
  .flipping-compare__item-title {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 8px; }
  .flipping-compare__footer {
    position: relative;
    z-index: 1; }
  .flipping-compare__button {
    width: 263px;
    padding: 16px 32px;
    height: auto;
    font-size: 16px;
    line-height: 140%; } }

@media screen and (min-width: 1360px) {
  .flipping-compare {
    padding-top: 56px; }
    .flipping-compare__title {
      font-size: 40px; }
    .flipping-compare__title-icon {
      width: 86px;
      height: 45px; }
    .flipping-compare__bg {
      height: 778px;
      width: 800px; }
    .flipping-compare__lists {
      margin-bottom: 20px; }
    .flipping-compare__list {
      max-width: 465px; }
    .flipping-compare__item {
      padding: 32px; }
      .flipping-compare__item:nth-child(2) {
        min-height: auto; }
      .flipping-compare__item:nth-child(3) {
        min-height: 154px; }
    .flipping-compare__item-title {
      font-size: 18px;
      line-height: normal; }
    .flipping-compare__item-description {
      font-size: 14px;
      line-height: 140%; } }

.flipping-advantages {
  padding-top: 48px;
  background-color: #E1E5EA; }
  .flipping-advantages__content {
    padding: 8px;
    border-radius: 24px;
    background: white; }
  .flipping-advantages__title {
    color: #162133;
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    padding: 8px;
    margin-bottom: 8px; }
  .flipping-advantages__title-small {
    font-weight: 300; }
  .flipping-advantages__bg {
    height: 376px;
    width: calc(100% + 16px);
    margin: 0 -8px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 404px 376px;
    z-index: 0; }
  .flipping-advantages__items {
    position: relative;
    z-index: 1; }
  .flipping-advantages__item {
    padding: 16px;
    border-radius: 16px;
    background: rgba(225, 229, 234, 0.4);
    backdrop-filter: blur(47px);
    -webkit-backdrop-filter: blur(47px);
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    .flipping-advantages__item:last-child {
      margin-bottom: 0; }
  .flipping-advantages__item-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px; }
  .flipping-advantages__item-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  .flipping-advantages__item-title {
    color: #162133;
    font-size: 16px;
    font-weight: 600;
    line-height: normal; }
  .flipping-advantages__item-text {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }

@media screen and (min-width: 1020px) {
  .flipping-advantages__content {
    position: relative;
    padding: 32px 16px;
    border-radius: 32px; }
  .flipping-advantages__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 477px;
    background-size: contain; }
  .flipping-advantages__title {
    padding: 32px 0;
    font-size: 32px;
    line-height: 1;
    width: 635px;
    margin-left: auto;
    margin-bottom: 0; }
  .flipping-advantages__items {
    width: calc(635px + 16px);
    margin: 0 -8px;
    margin-left: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
  .flipping-advantages__item {
    width: calc(33.333% - 8px);
    margin: 0 8px;
    align-self: stretch;
    border-radius: 32px;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  .flipping-advantages__item-icon {
    margin-right: 0;
    margin-bottom: 32px; }
  .flipping-advantages__item-title {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 16px; } }

@media screen and (min-width: 1360px) {
  .flipping-advantages {
    padding-top: 56px; }
    .flipping-advantages__content {
      padding: 60px 16px; }
    .flipping-advantages__title {
      width: 868px;
      padding: 32px;
      font-size: 40px; }
    .flipping-advantages__bg {
      width: 650px; }
    .flipping-advantages__items {
      width: 886px; }
    .flipping-advantages__item {
      padding: 32px; }
    .flipping-advantages__item-icon {
      width: 64px;
      height: 64px;
      margin-bottom: 56px; }
      .flipping-advantages__item-icon svg {
        width: 100%;
        height: 100%; }
    .flipping-advantages__item-title {
      font-size: 18px; }
    .flipping-advantages__item-text {
      font-size: 14px;
      line-height: 140%; } }

.flipping-profitability {
  padding-top: 48px;
  background: #E1E5EA; }
  .flipping-profitability__content {
    background: white;
    border-radius: 24px;
    padding: 16px; }
  .flipping-profitability__title {
    color: #162133;
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 16px;
    margin-top: 0; }
  .flipping-profitability__advantages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px; }
  .flipping-profitability__advantage {
    padding: 16px;
    width: calc(50% - 4px);
    border-radius: 16px;
    background: #71AAEB;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch; }
  .flipping-profitability__advantage-top {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .flipping-profitability__advantage-value {
    color: white;
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase; }
  .flipping-profitability__advantage-icon {
    width: 25px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .flipping-profitability__advantage-text {
    color: white;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }
  .flipping-profitability__chart {
    margin-bottom: 16px; }
  .flipping-profitability__source {
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; }
    .flipping-profitability__source a {
      text-decoration: none;
      color: #71AAEB; }

@media screen and (min-width: 1020px) {
  .flipping-profitability__content {
    border-radius: 32px; }
  .flipping-profitability__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px; }
  .flipping-profitability__title {
    padding: 24px;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0; }
  .flipping-profitability__advantages {
    margin-bottom: 0; }
  .flipping-profitability__advantage {
    padding: 24px;
    border-radius: 32px;
    width: 160px;
    margin-left: 16px; }
    .flipping-profitability__advantage:first-child {
      margin-left: 0; }
  .flipping-profitability__advantage-value {
    font-size: 34px;
    line-height: 120%; }
  .flipping-profitability__advantage-icon {
    width: 35px;
    height: 41px; }
    .flipping-profitability__advantage-icon svg {
      width: 100%;
      height: 100%; }
  .flipping-profitability__chart {
    padding: 0 24px; }
  .flipping-profitability__source {
    padding-bottom: 24px;
    padding-left: 24px; } }

@media screen and (min-width: 1360px) {
  .flipping-profitability {
    padding-top: 56px; }
    .flipping-profitability__title {
      padding: 32px 40px 32px 32px;
      font-size: 40px; }
    .flipping-profitability__advantage {
      padding: 32px;
      width: 190px; }
    .flipping-profitability__advantage-text {
      font-size: 14px;
      line-height: 140%; }
    .flipping-profitability__chart {
      padding: 0 32px; }
    .flipping-profitability__source {
      padding-left: 32px;
      padding-bottom: 32px; } }

.flipping-chart__wrapper {
  margin-bottom: 8px; }

.flipping-chart__container {
  height: 200px;
  width: 100%; }

.flipping-chart__legend {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 16px; }

.flipping-chart__legend-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 24px;
  margin-bottom: 8px;
  padding: 7px 16px;
  border-radius: 8px;
  border: 1px solid #E1E5EA; }
  .flipping-chart__legend-item:last-child {
    margin-right: 0; }

.flipping-chart__legend-text {
  color: #162133;
  font-size: 14px;
  font-weight: 500;
  line-height: normal; }

.flipping-chart__legend-label {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 8px; }

@media screen and (min-width: 1020px) {
  .flipping-chart__wrapper {
    margin-bottom: 16px; }
  .flipping-chart__container {
    height: 311px; } }

.flipping-profit {
  padding-top: 48px;
  background: #E1E5EA; }
  .flipping-profit__content {
    border-radius: 24px;
    background: white;
    padding: 24px 8px 8px; }
    .flipping-profit__content .calculator__right-block {
      margin-bottom: 16px;
      width: 100%; }
    .flipping-profit__content .calculator__mobile-hide .calculator__payment-parts {
      margin-bottom: 0px; }
    .flipping-profit__content .calculator__top-annotation {
      margin-top: -16px; }
    .flipping-profit__content .calculator__top {
      /*            margin-top: auto;*/
      padding-bottom: 16px; }
  .flipping-profit__head {
    padding: 0 8px;
    margin-bottom: 16px; }
  .flipping-profit__title {
    margin-bottom: 8px;
    color: #162133;
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0; }
  .flipping-profit__title-small {
    font-weight: 300; }
  .flipping-profit__text {
    color: #162133;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }

@media screen and (min-width: 1020px) {
  .flipping-profit__content {
    padding: 16px;
    border-radius: 32px; }
  .flipping-profit__head {
    padding: 24px; }
  .flipping-profit__title {
    font-size: 32px;
    line-height: 120%; } }

@media screen and (min-width: 1360px) {
  .flipping-profit {
    padding-top: 56px; }
    .flipping-profit__head {
      padding: 32px; }
    .flipping-profit__title {
      font-size: 40px;
      line-height: 1; }
    .flipping-profit__text {
      font-size: 14px;
      line-height: 140%; } }

.flipping-cases {
  padding-top: 48px;
  background: #E1E5EA; }
  .flipping-cases__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px; }
  .flipping-cases__title {
    color: #162133;
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; }
  .flipping-cases__title-small {
    font-weight: 300; }
  .flipping-cases__counter {
    color: #162133;
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
    white-space: nowrap;
    margin-left: 8px; }
  .flipping-cases__toggle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto; }
  .flipping-cases__slider {
    position: relative;
    padding: 8px;
    border-radius: 24px;
    background: white;
    overflow: hidden; }

@media screen and (min-width: 1020px) {
  .flipping-cases__head {
    padding: 32px 40px;
    margin-bottom: 0; }
  .flipping-cases__title {
    font-size: 32px;
    line-height: 1; }
  .flipping-cases__counter {
    font-size: 32px;
    margin-left: auto; }
  .flipping-cases__toggle {
    margin-left: 0; }
  .flipping-cases__slider {
    padding: 16px;
    border-radius: 32px; } }

@media screen and (min-width: 1360px) {
  .flipping-cases {
    padding-top: 56px; }
    .flipping-cases__title {
      font-size: 40px; }
    .flipping-cases__counter {
      font-size: 34px; } }

.flipping-slider__prev, .flipping-slider__next {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  cursor: pointer; }
  .flipping-slider__prev.swiper-button-disabled, .flipping-slider__next.swiper-button-disabled {
    opacity: 0.5; }

@media screen and (min-width: 1020px) {
  .flipping-slider__prev, .flipping-slider__next {
    margin-left: 16px; } }

.flipping-case__content {
  margin-bottom: 32px; }

.flipping-case__slider {
  height: 190px;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: hidden; }

.flipping-case__name {
  color: #162133;
  font-family: 'Muller', 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 0 8px; }

.flipping-case__characteristics {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 0 8px;
  width: calc(100% + 24px); }

.flipping-case__characteristic {
  width: calc(33.333% - 24px);
  margin: 0 12px 18px;
  min-height: 60px;
  align-self: stretch;
  border-bottom: 1px solid #E9E9E9; }
  .flipping-case__characteristic:last-child {
    width: calc(100% - 24px);
    margin-bottom: 0;
    min-height: auto;
    border-bottom: none; }

.flipping-case__characteristic-label {
  color: #6A7784;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px; }

.flipping-case__characteristic-value {
  color: #162133;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; }

.flipping-case__results {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative; }

.flipping-case__result {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  padding: 8px;
  width: calc(50% - 4px); }
  .flipping-case__result:first-child {
    background: #2A415E;
    padding: 16px; }
  .flipping-case__result:nth-child(2) {
    background: #71AAEB; }

.flipping-case__result-title {
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  margin-bottom: auto;
  padding-bottom: 8px;
  border-bottom: 1px solid #E9E9E9; }

.flipping-case__result-label {
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px; }

.flipping-case__result-percent {
  color: white;
  font-family: 'Muller', 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; }

.flipping-case__result-items {
  padding: 8px 8px 0; }

.flipping-case__result-item {
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(233, 233, 233, 0.2); }
  .flipping-case__result-item:last-child {
    margin-bottom: 0;
    border-bottom: none; }

.flipping-case__result-value {
  color: white;
  font-family: 'Muller', 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }

.flipping-case__result-profit {
  width: 100%;
  padding: 8px;
  border-radius: 16px;
  background: white; }

.flipping-case__result-profit-label {
  color: #6A7784;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px; }

.flipping-case__result-profit-value {
  color: #162133;
  font-family: 'Muller', 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }

@media screen and (min-width: 1020px) {
  .flipping-case {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    .flipping-case__content {
      width: calc(100% - 300px);
      padding-right: 16px;
      margin-bottom: 0; }
    .flipping-case__slider {
      height: 213px;
      border-radius: 24px;
      margin-bottom: 24px; }
    .flipping-case__name {
      font-size: 24px;
      line-height: 120%;
      padding: 0 24px; }
    .flipping-case__characteristics {
      padding: 0 24px; }
    .flipping-case__characteristic {
      width: calc(50% - 24px);
      margin-bottom: 16px; }
      .flipping-case__characteristic:last-child {
        width: calc(50% - 24px);
        margin-bottom: 0; }
      .flipping-case__characteristic:nth-last-child(2) {
        border-bottom: none;
        margin-bottom: 0; }
    .flipping-case__characteristic-value {
      font-size: 16px;
      line-height: normal;
      font-weight: 600; }
    .flipping-case__results {
      width: 300px;
      flex-direction: column; }
    .flipping-case__result {
      width: 100%;
      padding: 16px;
      border-radius: 24px; }
      .flipping-case__result:first-child {
        margin-bottom: 16px;
        padding: 32px; }
    .flipping-case__result-title {
      padding-bottom: 16px;
      margin-bottom: 48px;
      font-size: 20px; }
    .flipping-case__result-bottom {
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
    .flipping-case__result-label {
      width: 91px;
      margin-bottom: 0; }
    .flipping-case__result-percent {
      font-size: 60px;
      margin-left: 16px; }
    .flipping-case__result-items {
      width: 100%;
      padding: 16px; }
    .flipping-case__result-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
      padding-bottom: 16px; }
      .flipping-case__result-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0; }
    .flipping-case__result-value {
      font-size: 18px; }
    .flipping-case__result-profit {
      padding: 16px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .flipping-case__result-profit-label {
      margin-bottom: 0; }
    .flipping-case__result-profit-value {
      font-size: 18px; } }

@media screen and (min-width: 1360px) {
  .flipping-case__content {
    width: calc(100% - 380px); }
  .flipping-case__results {
    width: 380px; }
  .flipping-case__slider {
    height: 300px;
    margin-bottom: 32px; }
  .flipping-case__name {
    font-size: 34px;
    padding: 0 32px; }
  .flipping-case__characteristics {
    padding: 0 32px;
    margin: 0 -20px;
    width: calc(100% + 40px); }
  .flipping-case__characteristic {
    margin: 0 20px 16px;
    width: calc(33.333% - 40px);
    min-height: 66px; }
    .flipping-case__characteristic:nth-last-child(2) {
      border-bottom: 1px solid #E9E9E9;
      margin-bottom: 16px; }
    .flipping-case__characteristic:last-child {
      width: 100%; }
  .flipping-case__characteristic-label {
    font-size: 14px;
    line-height: 140%; }
  .flipping-case__characteristic-value {
    font-size: 18px; }
  .flipping-case__result:first-child {
    padding: 32px 40px; }
  .flipping-case__result-title {
    font-size: 24px;
    margin-bottom: 110px; }
  .flipping-case__result-label {
    font-size: 14px;
    line-height: 140%;
    width: auto;
    min-width: 110px; }
  .flipping-case__result-percent {
    font-size: 80px; }
  .flipping-case__result-value {
    font-size: 20px; }
  .flipping-case__result-items {
    padding: 16px 24px; }
  .flipping-case__result-profit {
    padding: 24px; }
  .flipping-case__result-profit-label {
    font-size: 14px;
    line-height: 140%; }
  .flipping-case__result-profit-value {
    font-size: 20px; } }

.flipping-image-slider {
  position: relative;
  height: 100%; }
  .flipping-image-slider__image {
    width: 100%;
    height: 100%; }
    .flipping-image-slider__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .flipping-image-slider__prev, .flipping-image-slider__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 50%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    cursor: pointer; }
  .flipping-image-slider__prev {
    left: 16px; }
  .flipping-image-slider__next {
    right: 16px; }
  .flipping-image-slider__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50% !important;
    transform: translateX(-50%);
    right: auto !important;
    bottom: 16px !important;
    padding: 8px 4px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: fit-content !important;
    height: 24px; }
    .flipping-image-slider__pagination .swiper-pagination-bullet {
      display: flex;
      width: 8px;
      height: 8px;
      margin: 0 4px !important;
      opacity: 1 !important;
      border-radius: 50%;
      background: #6A7784; }
    .flipping-image-slider__pagination .swiper-pagination-bullet-active {
      width: 24px;
      border-radius: 8px;
      background: #E1E5EA; }

.flipping-faq {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #E1E5EA; }
  .flipping-faq__title {
    color: #162133;
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px; }
  .flipping-faq__questions {
    margin-bottom: 8px; }
  .flipping-faq__answer {
    margin-bottom: 8px;
    transition: all 0.2s ease; }
    .flipping-faq__answer:last-child {
      margin-bottom: 0; }
  .flipping-faq__paragraph-head {
    padding: 16px;
    border-radius: 16px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer; }
    .flipping-faq__paragraph-head.active {
      background: transparent; }
      .flipping-faq__paragraph-head.active .flipping-faq__paragraph-toggle-active {
        display: flex; }
      .flipping-faq__paragraph-head.active .flipping-faq__paragraph-toggle-disabled {
        display: none; }
  .flipping-faq__paragraph-index {
    color: #6A7784;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    width: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 8px; }
  .flipping-faq__paragraph-q {
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    margin-right: auto;
    user-select: none; }
  .flipping-faq__paragraph-toggle {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    margin-left: 8px; }
    .flipping-faq__paragraph-toggle .flipping-faq__paragraph-toggle-active, .flipping-faq__paragraph-toggle .flipping-faq__paragraph-toggle-disabled {
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
    .flipping-faq__paragraph-toggle .flipping-faq__paragraph-toggle-active {
      display: none; }
  .flipping-faq__paragraph-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    color: #162133;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    transition: padding 0.3s ease-in-out, opacity 0.5s ease-in-out; }
    .flipping-faq__paragraph-content.active {
      height: fit-content;
      opacity: 1;
      visibility: visible;
      padding: 8px 8px 16px 16px; }
      .flipping-faq__paragraph-content.active + .flipping-faq__paragraph-head {
        background: transparent; }
    .flipping-faq__paragraph-content p, .flipping-faq__paragraph-content ul {
      margin-top: 0; }
  .flipping-faq__bottom-title {
    display: none; }
  .flipping-faq__bottom-content {
    padding: 16px;
    background: #F6F6F6;
    border-radius: 16px; }
  .flipping-faq__bottom-subtitle {
    color: #162133;
    font-size: 18px;
    font-weight: 600;
    line-height: normal; }
  .flipping-faq__bottom-text {
    color: #6A7784;
    opacity: 0.6;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px; }
  .flipping-faq__bottom-manager {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px; }
  .flipping-faq__bottom-manager-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden; }
    .flipping-faq__bottom-manager-icon img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .flipping-faq__bottom-manager-name {
    color: #162133;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 3px; }
  .flipping-faq__bottom-manager-job {
    color: #6A7784;
    font-size: 12px;
    font-weight: 400;
    line-height: 112.1%; }
  .flipping-faq__bottom-button {
    height: 37px;
    width: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #fed63f;
    color: #162133;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    transition: all 0.2s ease;
    cursor: pointer; }
    .flipping-faq__bottom-button.whatsapp {
      color: white;
      background: #1CA242; }
    .flipping-faq__bottom-button:hover {
      opacity: 0.9; }
    .flipping-faq__bottom-button:last-child {
      margin-bottom: 0; }
  .flipping-faq__bottom-button-icon {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; }
    .whatsapp .flipping-faq__bottom-button-icon {
      width: 24px;
      height: 17px; }

@media screen and (min-width: 1020px) {
  .flipping-faq__title {
    display: none; }
  .flipping-faq__content {
    display: flex;
    flex-direction: row-reverse; }
  .flipping-faq__bottom {
    padding: 16px;
    border-radius: 32px;
    background: white;
    width: 317px;
    margin-right: 20px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: sticky;
    top: 0;
    height: fit-content; }
  .flipping-faq__bottom-title {
    display: block;
    padding: 24px;
    color: #162133;
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: auto; }
  .flipping-faq__bottom-content {
    padding: 24px;
    border-radius: 24px; }
  .flipping-faq__bottom-subtitle {
    font-size: 22px; }
  .flipping-faq__bottom-text {
    margin-bottom: 20px; }
  .flipping-faq__bottom-manager {
    margin-bottom: 20px; }
  .flipping-faq__questions {
    flex: 1;
    margin-bottom: 0; }
  .flipping-faq__answer {
    margin-bottom: 16px; }
  .flipping-faq__paragraph-head {
    padding: 16px 24px; }
  .flipping-faq__paragraph-index {
    width: 80px; }
  .flipping-faq__paragraph-content.active {
    padding: 8px 56px 16px 112px; } }

@media screen and (min-width: 1360px) {
  .flipping-faq {
    padding-top: 56px;
    padding-bottom: 56px; }
    .flipping-faq__bottom {
      width: 363px; }
    .flipping-faq__bottom-title {
      padding: 32px; }
    .flipping-faq__bottom-content {
      padding: 32px; }
    .flipping-faq__bottom-text {
      font-size: 14px;
      line-height: 140%; }
    .flipping-faq__paragraph-q {
      font-size: 16px; }
    .flipping-faq__paragraph-content {
      font-size: 14px;
      line-height: 140%; } }

.flipping-video {
  padding-top: 48px;
  background: #E1E5EA; }
  .flipping-video__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px; }
  .flipping-video__title {
    color: #162133;
    font-family: 'Muller', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin: 0; }
  .flipping-video__title-small {
    font-weight: 300; }
  .flipping-video__toggle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto; }
  .flipping-video__content {
    border-radius: 32px;
    background: white;
    padding: 8px; }
  .flipping-video__slider {
    width: 100%;
    margin-bottom: 16px; }
  .flipping-video__item {
    color: #162133;
    text-decoration: none; }
    .flipping-video__item:hover .flipping-video__image img {
      transform: scale3d(1.02, 1.02, 1.02); }
  .flipping-video__image {
    width: 100%;
    height: 216px;
    border-radius: 32px;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative; }
    .flipping-video__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.2s ease; }
  .flipping-video__play {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    border: none;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQiIGhlaWdodD0iNTQiIHZpZXdCb3g9IjAgMCA1NCA1NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfYl8yMTkxXzQ3ODEpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNi42NjY3IDUzLjMzMzNDNDEuMzk0MyA1My4zMzMzIDUzLjMzMzMgNDEuMzk0MyA1My4zMzMzIDI2LjY2NjdDNTMuMzMzMyAxMS45MzkxIDQxLjM5NDMgMCAyNi42NjY3IDBDMTEuOTM5MSAwIDAgMTEuOTM5MSAwIDI2LjY2NjdDMCA0MS4zOTQzIDExLjkzOTEgNTMuMzMzMyAyNi42NjY3IDUzLjMzMzNaTTIxLjMzNjYgMTcuNzI3QzIxLjMzNjYgMTYuMzY1IDIyLjcxMTUgMTUuNTM5NiAyMy43NjIzIDE2LjI3MDlMMzYuNjA1NiAyNS4yMDg3QzM3LjU4MDIgMjUuODg2OSAzNy41ODAyIDI3LjQ0MjggMzYuNjA1NiAyOC4xMjFMMjMuNzYyMyAzNy4wNTg5QzIyLjcxMTUgMzcuNzkwMSAyMS4zMzY2IDM2Ljk2NDcgMjEuMzM2NiAzNS42MDI3VjE3LjcyN1oiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2JfMjE5MV80NzgxIiB4PSItMTAiIHk9Ii0xMCIgd2lkdGg9IjczLjMzMzMiIGhlaWdodD0iNzMuMzMzNCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVHYXVzc2lhbkJsdXIgaW49IkJhY2tncm91bmRJbWFnZUZpeCIgc3RkRGV2aWF0aW9uPSI1Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0iaW4iIHJlc3VsdD0iZWZmZWN0MV9iYWNrZ3JvdW5kQmx1cl8yMTkxXzQ3ODEiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2JhY2tncm91bmRCbHVyXzIxOTFfNDc4MSIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K); }
  .flipping-video__name {
    padding: 0 8px;
    color: #162133;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%; }
  .flipping-video__more {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 32px;
    background: #F6F6F6;
    padding: 16px;
    color: #162133;
    text-decoration: none;
    transition: all 0.2s ease; }
    .flipping-video__more:hover {
      transform: scale3d(1.02, 1.02, 1.02); }
  .flipping-video__more-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px; }
    .flipping-video__more-icon img {
      width: 100%;
      height: 100%; }
  .flipping-video__more-text {
    color: #162133;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%; }

@media screen and (min-width: 1020px) {
  .flipping-video__head {
    padding: 32px 40px;
    margin-bottom: 0; }
  .flipping-video__title {
    font-size: 32px;
    line-height: 1; }
  .flipping-video__toggle {
    margin-left: auto; }
  .flipping-video__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px; }
  .flipping-video__slider {
    margin-bottom: 0;
    margin-right: 24px;
    width: calc(100% - 300px - 24px); }
  .flipping-video__image {
    height: 167px;
    margin-bottom: 16px; }
    .single .flipping-video__image {
      height: 352px; }
  .flipping-video__name {
    padding: 0 16px 16px; }
    .single .flipping-video__name {
      font-size: 16px;
      line-height: 125%; }
  .flipping-video__more {
    width: 300px;
    min-width: 300px;
    align-self: stretch;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 0; }
  .flipping-video__more-icon {
    margin-bottom: 16px; }
  .flipping-video__more-text {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%; }
    .single .flipping-video__more-text {
      font-size: 16px;
      font-weight: 600;
      line-height: 125%; } }

@media screen and (min-width: 1360px) {
  .flipping-video {
    padding-top: 56px; }
    .flipping-video__title {
      font-size: 40px; }
    .flipping-video__slider {
      width: calc(100% - 413px - 24px); }
    .flipping-video__image {
      height: 230px; }
      .single .flipping-video__image {
        height: 476px; }
    .flipping-video__name {
      font-size: 16px;
      line-height: 125%; }
      .single .flipping-video__name {
        font-size: 18px;
        line-height: normal; }
    .flipping-video__more {
      width: 413px;
      min-width: 413px; }
    .single .flipping-video__more-text {
      font-size: 24px;
      line-height: normal; } }

.flipping-video-slider__prev, .flipping-video-slider__next {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  cursor: pointer; }
  .flipping-video-slider__prev.swiper-button-disabled, .flipping-video-slider__next.swiper-button-disabled {
    opacity: 0.5; }

@media screen and (min-width: 1020px) {
  .flipping-video-slider__prev, .flipping-video-slider__next {
    margin-left: 16px; } }

.flipping-objects {
  padding-top: 48px;
  background: #E1E5EA; }
  .flipping-objects__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px; }
  .flipping-objects__title {
    color: #162133;
    font-family: 'Muller', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin: 0; }
  .flipping-objects__title-small {
    font-weight: 300; }
  .flipping-objects__counter {
    color: #162133;
    font-family: 'Muller', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
    white-space: nowrap;
    margin-left: 8px;
    display: none; }
  .flipping-objects__toggle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto; }
  .flipping-objects__slider {
    position: relative; }

@media screen and (min-width: 1020px) {
  .flipping-objects {
    /*        &__toggle {*/
    /*            margin-left: 0;*/
    /*        }*/ }
    .flipping-objects__head {
      padding: 32px 40px;
      margin-bottom: 0; }
    .flipping-objects__title {
      font-size: 32px;
      line-height: 1; }
    .flipping-objects__counter {
      display: block; }
    .flipping-objects__counter {
      font-size: 32px;
      margin-left: auto; } }

@media screen and (min-width: 1360px) {
  .flipping-objects {
    padding-top: 56px; }
    .flipping-objects__title {
      font-size: 40px; }
    .flipping-objects__counter {
      font-size: 34px; } }

.flipping-objects-slider__prev, .flipping-objects-slider__next {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  cursor: pointer; }
  .flipping-objects-slider__prev.swiper-button-disabled, .flipping-objects-slider__next.swiper-button-disabled {
    opacity: 0.5; }

@media screen and (min-width: 1020px) {
  .flipping-objects-slider__prev, .flipping-objects-slider__next {
    margin-left: 16px; } }

.flipping-object {
  border-radius: 32px;
  padding: 8px;
  background: white; }
  .flipping-object__slider {
    height: 275px;
    width: 100%;
    overflow: hidden; }
  .flipping-object__content {
    padding: 8px; }
  .flipping-object__name {
    color: #162133;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px; }
  .flipping-object__characteristics {
    margin-bottom: 8px; }
  .flipping-object__characteristic {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px; }
    .flipping-object__characteristic:last-child {
      margin-bottom: 0; }
  .flipping-object__characteristic-label {
    color: #6A7784;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; }
  .flipping-object__characteristic-value {
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; }
  .flipping-object__results {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .flipping-object__labels {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .flipping-object__label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 25px;
    border-radius: 8px;
    padding: 0 10px;
    margin-right: 10px;
    margin-top: 8px;
    color: #162133;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase; }
    .flipping-object__label:last-child {
      margin-right: 0; }
  .flipping-object__label-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; }

@media screen and (min-width: 1020px) {
  .flipping-object {
    padding: 16px; }
    .flipping-object__slider {
      height: 198px; }
    .flipping-object__content {
      padding: 20px 0; }
    .flipping-object__name {
      font-size: 24px;
      line-height: normal; } }

@media screen and (min-width: 1360px) {
  .flipping-object {
    padding: 16px 20px; }
    .flipping-object__slider {
      height: 264px; } }

.flipping-objects-image-slider {
  position: relative;
  height: 100%; }
  .flipping-objects-image-slider__image {
    width: 100%;
    height: 100%; }
    .flipping-objects-image-slider__image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .flipping-objects-image-slider__prev, .flipping-objects-image-slider__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 50%;
    backdrop-filter: blur(5px);
    cursor: pointer; }
  .flipping-objects-image-slider__prev {
    left: 16px; }
  .flipping-objects-image-slider__next {
    right: 16px; }
  .flipping-objects-image-slider__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50% !important;
    transform: translateX(-50%);
    right: auto !important;
    bottom: 16px !important;
    padding: 8px 4px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    width: fit-content !important;
    height: 24px; }
    .flipping-objects-image-slider__pagination .swiper-pagination-bullet {
      display: flex;
      width: 8px;
      height: 8px;
      margin: 0 4px !important;
      opacity: 1 !important;
      border-radius: 50%;
      background: #6A7784; }
    .flipping-objects-image-slider__pagination .swiper-pagination-bullet-active {
      width: 24px;
      border-radius: 8px;
      background: #E1E5EA; }

.about-history {
  padding-top: 270px;
  overflow: hidden;
  background-color: #fff; }
  .about-history__section {
    margin-bottom: 40px; }
    .about-history__section:last-child {
      margin-bottom: 0; }
  .about-history__title {
    margin: 0 0 10px;
    color: transparent;
    font-size: 63px;
    font-weight: 600;
    line-height: 1;
    -webkit-text-stroke: 0.7px #fed63f; }
  .about-history__subtitle {
    margin-bottom: 15px; }
  .about-history__text {
    font-size: 16px;
    line-height: 1.4; }
    .about-history__text p {
      margin: 0 0 20px; }
      .about-history__text p:last-child {
        margin-bottom: 0; }
      .about-history__text p.bold {
        font-weight: 600; }
  .about-history__highlight {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4; }
  .about-history__figure {
    display: none; }

@media (min-width: 768px) {
  .about-history {
    padding-top: 150px; }
    .about-history__section {
      display: grid;
      grid-template-columns: repeat(3, 33.33%);
      grid-template-rows: repeat(2, auto);
      margin-bottom: 50px; }
      .about-history__section:nth-child(1) {
        grid-template-areas: 'title . text' '. subtitle text'; }
        .about-history__section:nth-child(1) .about-history__title {
          margin-bottom: -50px; }
      .about-history__section:nth-child(2) {
        grid-template-areas: 'title subtitle figure' '. text figure'; }
        .about-history__section:nth-child(2) .about-history__text {
          padding-right: 10px; }
      .about-history__section:nth-child(3) {
        position: relative;
        grid-template-areas: 'title subtitle text' '. highlight text';
        grid-template-rows: max-content auto; }
        .about-history__section:nth-child(3)::after {
          content: '';
          position: absolute;
          width: 400px;
          height: 1px;
          top: 30%;
          left: -110px;
          transform: rotate(-45deg);
          background-color: #fed63f; }
    .about-history__title {
      grid-area: title;
      font-size: 90px; }
    .about-history__subtitle {
      grid-area: subtitle;
      margin-bottom: 25px; }
    .about-history__text {
      grid-area: text; }
    .about-history__highlight {
      grid-area: highlight;
      padding-right: 10px;
      font-size: 24px; }
    .about-history__figure {
      display: block;
      position: relative;
      margin: 0;
      grid-area: figure;
      height: 340px; }
      .about-history__figure::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)); }
      .about-history__figure img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover; }
    .about-history__figcaption {
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: 25px;
      padding-left: 25px;
      font-size: 16px;
      color: #fff;
      line-height: 1.4; } }

@media (min-width: 1024px) {
  .about-history__section {
    margin-bottom: 75px; }
    .about-history__section:nth-child(2) .about-history__text {
      padding-right: 20px; }
    .about-history__section:nth-child(3)::after {
      width: 500px;
      height: 1px;
      top: 60%;
      left: -150px; }
  .about-history__title {
    font-size: 115px; }
  .about-history__highlight {
    font-size: 30px; }
  .about-history__figure {
    height: 390px; } }

@media (min-width: 1200px) {
  .about-history__section {
    grid-template-columns: 400px 400px 360px;
    margin-bottom: 50px; }
    .about-history__section:nth-child(1) {
      margin-bottom: 150px; }
      .about-history__section:nth-child(1) .about-history__title {
        margin-bottom: -60px;
        margin-top: -15px;
        margin-left: -12px;
        line-height: 0.8; }
    .about-history__section:nth-child(2) .about-history__text {
      padding-right: 90px; }
    .about-history__section:nth-child(3)::after {
      width: 750px;
      height: 1px;
      top: 65%;
      left: -350px;
      transform: rotate(-35deg); }
  .about-history__title {
    font-size: 137px;
    margin-left: -5px; }
  .about-history__text {
    padding-right: 20px; }
  .about-history__highlight {
    margin-top: 25px;
    padding-right: 30px; }
  .about-history__figure {
    width: 400px;
    height: 535px;
    z-index: 12; }
  .about-history__figcaption {
    max-width: 280px; } }

.about-partners {
  padding-top: 80px;
  padding-bottom: 80px; }
  .about-partners__title {
    margin-bottom: 20px; }
  .about-partners__button.btn {
    display: none; }
  .about-partners__text {
    margin: 0 0 30px;
    max-width: 260px;
    font-size: 20px;
    font-weight: 500; }
  .about-partners__list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 -5px -20px;
    max-width: 360px; }
  .about-partners__partner {
    flex: 1 1 auto;
    max-width: 60%;
    margin: 0 5px 20px; }
    .about-partners__partner img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  .about-partners__other {
    flex: 1 1 auto;
    max-width: 60%;
    margin: 0 5px 20px;
    display: flex;
    align-items: center; }
    .about-partners__other span {
      font-size: 16px;
      line-height: 1.25; }
      .about-partners__other span:first-child {
        margin-right: 8px;
        font-size: 44px;
        font-weight: 600;
        color: #fed63f; }

@media (min-width: 768px) {
  .about-partners {
    padding-top: 60px;
    padding-bottom: 60px; }
    .about-partners__wrapper {
      display: grid;
      grid-template-columns: repeat(3, 33.33%); }
    .about-partners__title {
      margin-bottom: 25px; }
    .about-partners__button {
      width: 90%;
      max-width: 290px; }
      .about-partners__button.btn {
        display: flex;
        padding-left: 20px;
        padding-right: 20px; }
    .about-partners__text {
      padding-right: 15px;
      max-width: none;
      margin-bottom: 0;
      font-size: 24px; }
    .about-partners__partner {
      max-width: 50%; }
    .about-partners__other {
      max-width: 50%; }
      .about-partners__other span {
        font-size: 11px; }
        .about-partners__other span:first-child {
          font-size: 28px; } }

@media (min-width: 1024px) {
  .about-partners__text {
    font-size: 30px; }
  .about-partners__partner {
    max-width: 60%; }
  .about-partners__other {
    max-width: 60%; }
    .about-partners__other span {
      font-size: 16px; }
      .about-partners__other span:first-child {
        font-size: 44px; } }

@media (min-width: 1200px) {
  .about-partners {
    padding-top: 120px;
    padding-bottom: 120px; }
    .about-partners__wrapper {
      grid-template-columns: 400px 400px 360px; }
    .about-partners__title {
      margin-bottom: 40px; }
    .about-partners__list {
      justify-content: space-between;
      margin: 0 0 -20px; }
    .about-partners__partner {
      margin: 0 0 20px;
      width: 45%; }
    .about-partners__text {
      font-size: 34px;
      padding-right: 45px; } }

.about-smi {
  padding-top: 90px;
  overflow: hidden; }
  .about-smi__title {
    margin-bottom: 25px; }
  .about-smi__list {
    position: relative;
    z-index: 12; }
  .about-smi__post {
    display: block;
    width: 300px;
    height: 300px; }
  .about-smi__figure {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0; }
    .about-smi__figure::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      left: 0;
      top: 0;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7)); }
    .about-smi__figure > img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover; }
  .about-smi__figcaption {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 30px;
    padding: 0 30px; }
  .about-smi__smi {
    margin-bottom: 10px;
    max-width: 100%; }
    .about-smi__smi img {
      display: block;
      width: auto;
      max-width: 100%; }
  .about-smi__heading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25; }

@media (min-width: 768px) {
  .about-smi {
    position: relative;
    padding-top: 50px;
    margin-bottom: 30px; }
    .about-smi .inner {
      position: relative; }
      .about-smi .inner::after {
        content: '';
        position: absolute;
        width: calc(100% - 68px);
        height: 70px;
        left: 72px;
        z-index: 12;
        background-color: #fff; }
    .about-smi__list {
      display: flex;
      flex-flow: row wrap;
      width: 700px; }
    .about-smi__post {
      width: 233px;
      height: 233px; }
    .about-smi__heading {
      font-size: 16px; } }

@media (min-width: 1024px) {
  .about-smi__list {
    width: 984px; }
  .about-smi__post {
    width: 318px;
    height: 318px; }
  .about-smi__heading {
    font-size: 18px; } }

@media (min-width: 1200px) {
  .about-smi {
    padding-top: 100px;
    margin-bottom: 50px; }
    .about-smi__title {
      margin-bottom: 70px; }
    .about-smi__list {
      width: 1200px; }
    .about-smi__post {
      width: 400px;
      height: 400px; }
    .about-smi__figcaption {
      bottom: 50px; } }

.about-team {
  padding-top: 20px; }
  .about-team__header {
    margin-bottom: 20px; }
  .about-team__title {
    margin: 0 0 15px;
    color: transparent;
    font-size: 63px;
    font-weight: 600;
    line-height: 1;
    -webkit-text-stroke: 0.7px #fed63f; }
  .about-team__subtitle br {
    display: none; }
  .about-team__list .about-team__slider {
    position: relative;
    z-index: 12; }
  .about-team__figure {
    position: relative;
    width: 300px;
    height: 342px;
    margin: 0; }
    .about-team__figure::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      left: 0;
      top: 0;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.4)); }
    .about-team__figure img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover; }
  .about-team__figcaption {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 30px;
    padding-left: 22px;
    color: #fff;
    font-size: 16px;
    line-height: 1.4; }
  .about-team__name {
    font-size: 22px;
    font-weight: 600; }

@media (min-width: 768px) {
  .about-team {
    padding-top: 65px; }
    .about-team__header {
      margin-bottom: 45px;
      display: flex; }
    .about-team__title {
      flex: 1 1 66.6%;
      margin-left: -5px;
      margin-top: -5px;
      margin-bottom: 0;
      font-size: 75px; }
    .about-team__subtitle {
      order: -1;
      flex: 1 1 33.3%; }
      .about-team__subtitle br {
        display: inline; }
    .about-team__list {
      display: flex;
      flex-flow: row wrap; }
    .about-team__slider .slick-arrow {
      padding: 0;
      margin: 0;
      background: none;
      border: none;
      outline: none;
      position: absolute;
      top: 50%;
      z-index: 11;
      left: 0;
      width: 35px;
      height: 35px;
      transform: translateY(-50%) rotate(-45deg);
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: #fed63f;
      font-size: 0; }
      .about-team__slider .slick-arrow.slick-prev {
        left: 16px;
        transform: translateY(-50%) rotate(135deg); }
      .about-team__slider .slick-arrow.slick-next {
        left: auto;
        right: 16px; }
    .about-team__slider .about-team__teammate {
      margin-bottom: 0; }
    .about-team__teammate {
      flex: 1 1 33%; }
    .about-team__figure {
      width: 233px;
      height: 233px; } }

@media (min-width: 1024px) {
  .about-team__header {
    margin-bottom: 60px; }
  .about-team__title {
    margin-left: -15px;
    margin-top: -10px;
    font-size: 101px; }
  .about-team__list {
    margin-bottom: -32px; }
  .about-team__teammate {
    margin-bottom: 32px; }
  .about-team__figure {
    width: 256px;
    height: 256px; } }

@media (min-width: 1200px) {
  .about-team {
    padding-top: 160px; }
    .about-team__header {
      margin-bottom: 40px; }
    .about-team__title {
      width: 760px;
      margin-left: 5px;
      font-size: 117px;
      line-height: 0.9; }
    .about-team__subtitle {
      width: 400px; }
    .about-team__teammate {
      margin-bottom: -48px; }
    .about-team__teammate {
      width: 400px;
      flex: 1 1 auto;
      margin-bottom: 48px; }
      .about-team__teammate:nth-child(3n) {
        width: 360px; }
    .about-team__figure {
      width: 342px;
      height: 342px; } }

.about-top {
  padding-top: 130px;
  margin-top: -130px;
  background-color: #1b1b1b;
  background-image: url(/images/redesign/index-top/bg.jpg);
  background-size: cover; }
  .about-top__wrapper {
    margin-bottom: -225px; }
  .about-top__title {
    position: relative;
    top: -3px;
    margin: 0 0 12px; }
    .about-top__title .title {
      font-size: 28px; }
  .about-top__link {
    width: 100%;
    max-width: 280px; }
  .about-top__advantages {
    padding: 0;
    margin: 0 0 20px;
    list-style: none; }
  .about-top__advantages-item {
    margin-bottom: 20px; }
    .about-top__advantages-item:last-child {
      margin-bottom: 0; }
  .about-top__advantage-title {
    display: block;
    font-size: 14px;
    color: #fff; }
  .about-top__advantage-value {
    display: block;
    font-size: 34px;
    font-weight: 600;
    color: #fed63f; }
  .about-top__link {
    margin-bottom: 40px;
    max-width: 290px; }
  .about-top__video-snippet {
    position: relative;
    z-index: 11;
    display: block;
    height: 450px;
    width: 300px;
    margin-right: -20px; }
    .about-top__video-snippet::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -70%);
      border-width: 35px 0 35px 70px;
      border-color: #fed63f;
      border-style: solid;
      border-top-color: transparent;
      border-bottom-color: transparent; }
  .about-top__video-poster {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .about-top__video-poster::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)); }
    .about-top__video-poster img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover; }
  .about-top__video-content {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.4; }
  .about-top__blockquote {
    padding: 0;
    margin: 0 0 12px; }
  .about-top__name {
    display: block;
    font-size: 22px;
    font-weight: 600; }

@media (min-width: 768px) {
  .about-top__wrapper {
    padding-top: 125px;
    margin-bottom: -155px;
    display: grid;
    grid-template-areas: '. title title' 'video link advantages';
    grid-template-columns: repeat(3, 33.33%);
    grid-template-rows: repeat(2, auto); }
  .about-top__title {
    position: relative;
    z-index: 2;
    grid-area: title;
    margin-bottom: 35px; }
    .about-top__title .title {
      font-size: 40px; }
  .about-top__advantages {
    grid-area: advantages;
    margin-bottom: 0; }
  .about-top__link {
    grid-area: link;
    width: 290px;
    max-width: 95%;
    align-self: start;
    justify-self: start;
    margin-right: 10px; }
    .about-top__link.btn {
      padding-left: 20px;
      padding-right: 20px; }
  .about-top__video-snippet {
    grid-area: video;
    position: relative;
    top: -75px;
    z-index: 1;
    width: 100%;
    height: 490px; }
  .about-top__video-content {
    padding-left: 20px; } }

@media (min-width: 1200px) {
  .about-top__wrapper {
    padding-top: 155px;
    margin-bottom: -275px;
    grid-template-columns: 400px 400px 360px; }
  .about-top__title {
    margin-bottom: 20px;
    margin-left: -3px; }
    .about-top__title .title {
      font-size: 50px; }
  .about-top__video-snippet {
    top: -190px;
    height: 600px; }
  .about-top__video-content {
    padding-left: 32px;
    padding-right: 62px;
    bottom: 35px; }
  .about-top__blockquote {
    margin-bottom: 55px; }
    .about-top__blockquote::before {
      content: '«';
      position: absolute;
      left: -90px;
      top: -80px;
      font-size: 150px;
      font-weight: 600;
      color: transparent;
      -webkit-text-stroke: 0.5px #b9b9b9; } }

.dev-nav__heading {
  font-size: 2.75em;
  color: #fed63f; }

.dev-nav__list {
  color: #fed63f; }

.dev-nav__link {
  display: block;
  padding: 3px 0;
  color: #000;
  text-decoration: none;
  transition: color 300ms ease; }

.faq {
  position: relative;
  padding-top: 20px; }
  .faq .lines {
    top: 5px;
    height: calc(100% + 5px); }
    .faq .lines .top {
      background: rgba(145, 145, 145, 0.2); }
  .faq__title {
    font-size: 16px;
    font-weight: 800;
    color: #162133;
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 24px;
    margin-top: 0; }
    .faq__title br {
      display: none; }
  .faq__aside {
    margin-bottom: 50px; }
  .faq__questions-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .faq__questions-item {
    margin-bottom: 10px; }
    .faq__questions-item:last-child {
      margin-bottom: 0; }
    .faq__questions-item a {
      text-decoration: none;
      color: #6a7784; }
  .faq__questions-link {
    position: relative;
    padding: 3px 0;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    transition: color 300ms ease; }
    .faq__questions-link:hover, .faq__questions-link:active, .faq__questions-link:focus-visible {
      color: #fed63f;
      text-decoration: none;
      outline: none; }
    .faq__questions-link.active {
      font-weight: 700; }
      .faq__questions-link.active::before {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        left: -15px;
        top: 9px;
        transform: rotate(-45deg);
        border-width: 0 1px 1px 0;
        border-style: solid;
        border-color: #fed63f; }
  .faq__answer {
    margin-bottom: 16px;
    border-radius: 8px;
    background: #f6f6f6;
    display: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease; }
    .faq__answer.active {
      display: block; }
    .faq__answer.visible {
      background: 0 0; }
  .faq__paragraph-head {
    padding: 15px 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer; }
    .faq__paragraph-head.active .faq__paragraph-toggle-active {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .faq__paragraph-head.active .faq__paragraph-toggle-disabled {
      display: none; }
  .faq__paragraph-index {
    color: #969CA4;
    font-size: 14px;
    font-weight: 500;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 8px; }
  .faq__paragraph-q {
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .faq__paragraph-toggle {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    margin-left: 8px; }
    .faq__paragraph-toggle .faq__paragraph-toggle-active, .faq__paragraph-toggle .faq__paragraph-toggle-disabled {
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
    .faq__paragraph-toggle .faq__paragraph-toggle-active {
      display: none; }
  .faq__paragraph-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    color: #162133;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    -webkit-transition: padding .3s ease-in-out,opacity .2s ease-in-out;
    -moz-transition: padding .3s ease-in-out,opacity .2s ease-in-out;
    transition: padding .3s ease-in-out,opacity .2s ease-in-out; }
    .faq__paragraph-content.active {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      opacity: 1;
      visibility: visible;
      padding: 0 0px 15px 0;
      margin-left: 16px;
      margin-right: 16px; }
      .faq__paragraph-content.active .faq__paragraph-head {
        background: 0 0; }
    .faq__paragraph-content .rating {
      font-size: 16px;
      line-height: 22px;
      padding: 5px 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      color: white;
      font-weight: 500; }
      .faq__paragraph-content .rating.A {
        background-color: #5fce67; }
      .faq__paragraph-content .rating.B {
        background-color: #71aaeb; }
      .faq__paragraph-content .rating.C {
        color: #162133;
        background-color: #fed63f; }
      .faq__paragraph-content .rating.D {
        background-color: #E53838; }
    .faq__paragraph-content p, .faq__paragraph-content li {
      font-size: 14px;
      font-weight: 400;
      line-height: 140%; }
    .faq__paragraph-content a:not(.btn) {
      color: #71AAEB; }
  .faq__paragraph {
    margin-bottom: 36px; }
    .faq__paragraph:last-child {
      margin-bottom: 0; }
    .faq__paragraph h3 {
      margin: 0 0 8px;
      font-size: 18px;
      font-weight: 600; }
    .faq__paragraph p {
      margin: 0 0 20px;
      font-size: 14px;
      font-weight: 400;
      line-height: 140%; }
      .faq__paragraph p:last-child {
        margin-bottom: 0; }
    .faq__paragraph ol li {
      margin-bottom: 8px; }
    .faq__paragraph ul {
      padding: 0;
      margin: 0 0 20px;
      list-style: none;
      font-size: 16px;
      line-height: 1.4; }
      .faq__paragraph ul:last-child {
        margin-bottom: 0; }
      .faq__paragraph ul li {
        position: relative;
        padding-left: 24px;
        margin-bottom: 8px; }
        .faq__paragraph ul li::before {
          content: '';
          position: absolute;
          width: 12px;
          height: 2px;
          left: 0;
          top: 10px;
          background-color: #fed63f; }
        .faq__paragraph ul li:last-child {
          margin-bottom: 0; }
  .faq__categories {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
    width: -webkit-calc(100% + 8px);
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px; }
  .faq__category {
    margin-bottom: 8px;
    margin-left: 4px;
    margin-right: 4px;
    height: 26px;
    font-size: 12px;
    padding: 0 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f6f6f6;
    color: #6a7784;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 16px;
    cursor: pointer; }
    .faq__category:hover {
      background: #FFF6D4; }
    .faq__category.active {
      background: #fed63f;
      color: #162133; }
  .faq__highlight {
    background: rgba(229, 234, 245, 0.5);
    border-radius: 12px;
    padding: 16px 24px;
    position: relative;
    overflow: hidden;
    font-weight: 600; }
    .faq__highlight a {
      color: #0E56A9 !important;
      text-decoration: none;
      margin-top: 8px;
      display: block; }
    .faq__highlight:before {
      content: '';
      width: 6px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #71AAEB; }
  .faq__buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap; }
    .faq__buttons a {
      font-size: 14px;
      line-height: 18px;
      padding: 10px 20px;
      margin-bottom: 10px;
      border: 0;
      height: 40px; }
    .faq__buttons svg {
      margin-right: 10px; }
  .faq__logos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  .faq__logos-item {
    width: 175px;
    margin: 0 20px 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
    height: auto; }
    .faq__logos-item svg, .faq__logos-item img {
      width: 100%;
      margin-bottom: 10px; }
  .faq__logos-item-name {
    font-size: 10px;
    line-height: 14px; }
  .faq__icon-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 10px; }
  .faq__icon-item-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin-right: 10px; }
    .faq__icon-item-icon svg {
      width: 100%;
      height: 100%; }
  .faq__link {
    text-decoration: none;
    color: #000 !important; }

.faq-cat {
  padding-top: 24px;
  padding-bottom: 48px;
  border-top: 1px solid rgba(145, 145, 145, 0.2);
  background: #f7f8f9; }
  .faq-cat__background {
    display: none; }
  .faq-cat__top {
    margin-bottom: 48px; }
  .faq-cat__title {
    margin-bottom: 16px; }
  .faq-cat__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .faq-cat__text {
    font-size: 14px;
    line-height: normal;
    color: #000;
    font-weight: 500;
    margin-bottom: 16px; }
  .faq-cat__actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .faq-cat__subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000; }
  .faq-cat__description {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-bottom: 16px; }
  .faq-cat__card {
    width: 100%;
    background: #fff;
    border-left: 1px solid #fed63f;
    padding: 24px 10px;
    margin-bottom: 16px; }
  .faq-cat__card-title {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 10px; }
  .faq-cat__card:last-child {
    margin-bottom: 0; }
  .faq-cat__card-text {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 32px; }
  .faq-cat__card-link {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #000; }
    .faq-cat__card-link .text {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      background: #fff;
      padding-right: 12px;
      z-index: 1; }
    .faq-cat__card-link .arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      height: 1px;
      background-color: #fed63f;
      width: 100%;
      max-width: 130px;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .faq-cat__card-link .arrow:before {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        background-color: transparent;
        border-top: 1px solid #fed63f;
        border-right: 1px solid #fed63f;
        right: 1px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }

@media (min-width: 768px) {
  .faq {
    position: relative;
    padding-top: 20px; }
    .faq::after {
      content: '';
      position: absolute;
      z-index: 12;
      height: 1px;
      left: 33px;
      right: 0;
      background-color: rgba(145, 145, 145, 0.2); }
    .faq .lines {
      top: 0; }
      .faq .lines .line::after {
        opacity: 0; }
    .faq__title {
      margin-top: 0;
      margin-bottom: 35px; }
    .faq__wrapper {
      display: flex; }
    .faq__aside {
      width: calc(100% / 3);
      padding-right: 10px; }
    .faq__questions {
      position: sticky;
      top: 20px; }
    .faq__questions-item {
      margin-bottom: 40px; }
    .faq__content {
      margin-bottom: 16px; }
    .faq__buttons a:not(:first-child) {
      margin-left: 10px; } }

@media (min-width: 1200px) {
  .faq-cat {
    position: relative;
    padding-top: 82px;
    padding-bottom: 30px; }
    .faq-cat__background {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      top: 220px;
      right: -145px;
      z-index: 0; }
    .faq-cat__top {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 60px; }
    .faq-cat__title {
      width: -webkit-calc(50% - 30px);
      width: -moz-calc(50% - 30px);
      width: calc(50% - 30px);
      margin-right: 30px; }
    .faq-cat__info {
      width: 50%; }
    .faq-cat__text {
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 30px; }
    .faq-cat__subtitle {
      font-size: 24px;
      margin-bottom: 20px; }
    .faq-cat__description {
      margin-bottom: 40px; }
    .faq-cat__cards {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -20px;
      width: -webkit-calc(100% + 40px);
      width: -moz-calc(100% + 40px);
      width: calc(100% + 40px);
      z-index: 1; }
    .faq-cat__card {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 30px 20px;
      width: -webkit-calc(33.3% - 40px);
      width: -moz-calc(33.3% - 40px);
      width: calc(33.3% - 40px);
      margin: 0 20px 40px;
      -ms-flex-item-align: stretch;
      align-self: stretch; }
      .faq-cat__card:last-child {
        margin-bottom: 40px; }
    .faq-cat__card-title {
      font-size: 18px; }
    .faq-cat__card-text {
      font-size: 16px;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-bottom: 40px; }
  .faq {
    padding-top: 20px; }
    .faq::after {
      left: 0; }
    .faq .lines .line {
      width: 400px; }
    .faq .lines::after {
      opacity: 0; }
    .faq__aside {
      width: 400px; }
    .faq__questions {
      top: 50px; }
    .faq__questions-link.active::before {
      left: -25px; }
    .faq__content {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-height: 600px; }
    .faq__wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .faq__left {
      width: 360px;
      margin-right: 20px; }
    .faq__title {
      font-family: Montserrat,sans-serif;
      font-size: 50px;
      font-weight: 600;
      margin-bottom: 30px;
      line-height: normal;
      text-transform: initial; }
      .faq__title br {
        display: inline-block; }
    .faq__categories {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .faq__category {
      height: 33px;
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: 400; }
    .faq__paragraph-index {
      width: 80px;
      min-width: 80px;
      max-width: 80px;
      height: 17px; }
    .faq__paragraph-q {
      font-size: 16px; }
    .faq__paragraph-content.active {
      padding: 0 0px 15px 0px;
      margin-left: 104px;
      margin-right: 16px; }
    .faq__paragraph-content p, .faq__paragraph-content li {
      font-size: 16px; } }

.project-appeal {
  position: relative;
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #1b1b1b;
  background-image: url(../images/redesign/index-bottom/bg.jpg);
  background-size: cover; }
  .project-appeal__title {
    margin-bottom: 20px; }
  .project-appeal__button {
    width: 100%;
    max-width: 240px;
    margin-bottom: 32px; }
  .project-appeal__duration {
    margin-bottom: 46px; }
    .project-appeal__duration .value {
      display: block;
      margin-bottom: 4px;
      font-size: 50px;
      color: #fed63f;
      font-weight: 600; }
    .project-appeal__duration .label {
      display: block;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.25; }
  .project-appeal__steps {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none; }
    .project-appeal__steps::before {
      content: '';
      position: absolute;
      width: 1px;
      left: 0;
      top: 4px;
      bottom: 4px;
      background-color: #fed63f; }
  .project-appeal__step {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #fff; }
    .project-appeal__step::before {
      content: '';
      position: absolute;
      z-index: 12;
      width: 16px;
      height: 16px;
      top: 2px;
      left: -8px;
      background-color: #fed63f;
      border-radius: 50%; }
  .project-appeal__step-title {
    margin-bottom: 2px; }
  .project-appeal__step-duration {
    color: #fed63f; }

@media (min-width: 768px) {
  .project-appeal {
    padding-top: 95px;
    padding-bottom: 75px; }
    .project-appeal .lines::after {
      opacity: 0; }
    .project-appeal__wrapper {
      display: flex; }
    .project-appeal__column {
      width: 60%;
      flex: 0 0 auto;
      margin-bottom: 0; }
      .project-appeal__column:last-child {
        width: 40%; }
    .project-appeal__button {
      max-width: 290px;
      margin-bottom: 45px; }
    .project-appeal__duration {
      margin-bottom: 0;
      display: flex;
      align-items: center; }
      .project-appeal__duration .value {
        margin-right: 20px; }
    .project-appeal__steps {
      margin-top: 15px; } }

@media (min-width: 1200px) {
  .project-appeal {
    padding-top: 85px;
    padding-bottom: 85px; }
    .project-appeal__title {
      margin-bottom: 24px; }
    .project-appeal__column {
      width: 665px; }
      .project-appeal__column:last-child {
        width: 495px; }
    .project-appeal__step {
      margin-bottom: 16px;
      padding-left: 42px; }
    .project-appeal__step-title {
      margin-bottom: 6px; } }

.project-calc {
  position: relative;
  padding-top: 50px;
  z-index: 3;
  background: #ffffff; }
  .project-calc__title {
    margin-bottom: 20px; }
  .project-calc__section {
    margin-bottom: 40px;
    max-width: 215px; }
  .project-calc__section-title {
    margin-bottom: 26px;
    color: #b1b1b1;
    font-size: 16px;
    font-weight: 600; }
    .project-calc__section-title--big-margin {
      margin-bottom: 46px; }
  .project-calc__section-value {
    display: block;
    margin: 0 0 4px;
    font-size: 24px;
    color: #fed63f; }
  .project-calc__section-input {
    position: relative;
    margin-bottom: 26px;
    max-width: 215px; }
    .project-calc__section-input:last-child {
      margin-bottom: 0; }
  .project-calc__input-tip {
    font-size: 10px;
    color: #9e9e9e;
    line-height: 2; }
    .project-calc__input-tip.accent {
      color: red; }
  .project-calc__result-row {
    margin-bottom: 20px; }
    .project-calc__result-row:last-child {
      margin-bottom: 0; }
  .project-calc__result-value {
    margin: 0;
    color: #fed63f;
    font-size: 34px;
    font-weight: 600; }
  .project-calc__result-label {
    font-size: 14px; }
  .project-calc__row-v2 {
    display: flex;
    flex-wrap: wrap; }
  .project-calc__column-v2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative; }
    .project-calc__column-v2 label {
      position: absolute;
      left: 8px;
      top: 16px;
      color: #6A7784;
      transition: 0.15s; }
    .project-calc__column-v2 .project-input input[type="range"] {
      width: 100%;
      position: absolute;
      top: 51px;
      height: 2px; }
      .project-calc__column-v2 .project-input input[type="range"]::-webkit-slider-thumb, .project-calc__column-v2 .project-input input[type="range"]::-ms-thumb, .project-calc__column-v2 .project-input input[type="range"]::-moz-range-thumb {
        background: #fed63f; }
    .project-calc__column-v2 .project-input progress {
      width: 100%;
      position: absolute;
      top: 51px;
      height: 2px; }
      .project-calc__column-v2 .project-input progress::-webkit-progress-value {
        background: #fed63f; }
  .project-calc__input-v2 {
    color: #000;
    padding: 16px 8px 8px;
    border: 1px solid #E1E5EA;
    background-color: #F6F6F6;
    border-radius: 8px;
    width: 100%;
    margin: 0 20px 20px 0;
    height: 53px; }
    .project-calc__input-v2:focus + label, .project-calc__input-v2:not(:placeholder-shown) + label {
      font-size: 8px;
      top: 8px;
      transition: 0.2s; }
    .project-calc__input-v2.error {
      border-color: #ff2b2b; }
    .project-calc__input-v2:focus-visible {
      outline: none; }
    .project-calc__input-v2.project-calc__section-input {
      max-width: 100%;
      margin-bottom: 20px; }
    .project-calc__input-v2 .project-select__selected {
      border-bottom: 0;
      height: auto; }
    .project-calc__input-v2 .project-select:after {
      bottom: 0;
      border-color: #162133; }
    .project-calc__input-v2 .project-select__options {
      background-color: #ffffff;
      border: 1px solid #f4f4f4;
      width: calc(100% + 16px);
      left: -8px;
      border-top: 2px solid #ebebeb;
      top: calc(100% + 16px); }
  .project-calc__container-v2 {
    display: flex;
    flex-wrap: wrap; }
  .project-calc__sidebar {
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start; }
    .project-calc__sidebar h3 {
      margin-top: 0; }

.btn-out-icon {
  background: transparent;
  font-size: 16px;
  height: 53px;
  margin: 0 16px 16px 0;
  cursor: pointer; }
  .btn-out-icon svg {
    margin-right: 12px; }

.copy_text_remove {
  animation: fade 5s ease-in-out;
  color: #6A7784;
  font-size: 14px;
  margin: 0;
  display: none;
  height: 53px;
  align-items: center; }
  .copy_text_remove.active {
    display: flex; }

@keyframes fade {
  0% {
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden; }
  5% {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible; }
  100% {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible; } }

@media (min-width: 768px) {
  .project-calc {
    padding-top: 100px; }
    .project-calc .lines::after {
      opacity: 0; }
    .project-calc__row {
      display: flex; }
      .project-calc__row:last-child {
        margin-bottom: -40px; }
    .project-calc__column {
      width: 60%;
      flex: 0 0 auto; }
      .project-calc__column:first-child {
        padding-right: 15px; }
      .project-calc__column:nth-child(2) {
        width: 40%; }
      .project-calc__column--flex {
        display: flex;
        justify-content: space-between; }
    .project-calc__section {
      width: 40%;
      flex: 1 1 auto; }
      .project-calc__section:first-child {
        margin-right: 15px; }
    .project-calc__row-v2 {
      width: 60%; }
    .project-calc__column-v2 {
      padding-right: 20px; }
    .project-calc__sidebar {
      width: 40%; } }

@media (min-width: 1024px) {
  .project-calc__column--flex {
    justify-content: flex-start; }
  .project-calc__column-v2.col-lg-6 {
    width: 50%; }
  .project-calc__section {
    max-width: 235px; }
    .project-calc__section:first-child {
      margin-right: 75px; }
  .project-calc__result-row {
    margin-bottom: 32px; }
  .project-calc__result-value {
    font-size: 54px; }
  .project-calc__button {
    min-width: 290px; } }

@media (min-width: 1200px) {
  .project-calc {
    padding-top: 50px; }
    .project-calc__title {
      margin-bottom: 46px; }
    .project-calc__row:last-child {
      margin-bottom: -62px; }
    .project-calc__row-v2 {
      width: 665px; }
    .project-calc__sidebar {
      width: 495px; }
    .project-calc__column {
      width: 665px;
      flex: 0 0 auto; }
      .project-calc__column:first-child {
        padding-left: 26px; }
      .project-calc__column:nth-child(2) {
        width: 495px; }
    .project-calc__section {
      margin-bottom: 62px; }
    .project-calc__section-input {
      max-width: 230px; } }

.project-decoration {
  position: absolute;
  top: 575px;
  width: 100%;
  max-width: 1160px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 2;
  pointer-events: none; }
  .project-decoration__container {
    position: relative; }
  .project-decoration__figure {
    position: relative; }
    .project-decoration__figure:nth-child(1) {
      width: 100%;
      max-width: 360px;
      margin-bottom: -10px;
      left: 20px; }
    .project-decoration__figure:nth-child(2) {
      width: 200px; }
    .project-decoration__figure:nth-child(3) {
      display: none; }
    .project-decoration__figure svg {
      display: block;
      width: 100%;
      height: auto;
      max-width: 100%; }

@media (min-width: 768px) {
  .project-decoration {
    top: 85px; }
    .project-decoration__container {
      width: calc((100% - 68px) * 0.4 + 34px);
      left: calc((100% - 68px) * 0.6 + 34px); }
    .project-decoration__figure {
      position: relative; }
      .project-decoration__figure:nth-child(1) {
        width: 120%;
        max-width: 435px;
        left: 40px; }
      .project-decoration__figure:nth-child(2) {
        width: 75%;
        max-width: 314px; }
      .project-decoration__figure:nth-child(3) {
        display: block;
        width: 110%;
        max-width: 445px; } }

@media (min-width: 1200px) {
  .project-decoration {
    width: calc(100% - 120px);
    max-width: 1280px;
    margin-left: 60px; }
    .project-decoration__container {
      width: 615px;
      left: 665px; }
    .project-decoration__figure {
      position: relative; }
      .project-decoration__figure:nth-child(1) {
        width: 120%;
        max-width: 560px;
        left: 50px; }
      .project-decoration__figure:nth-child(2) {
        width: 75%;
        max-width: 390px; }
      .project-decoration__figure:nth-child(3) {
        display: block;
        width: 100%;
        max-width: 620px;
        top: -30px; } }

.project-input {
  position: relative; }
  .project-input.error .project-input__error {
    opacity: 1;
    pointer-events: all; }
  .project-input.small-padding .project-input__input {
    padding-right: 80px; }
  .project-input.big-padding .project-input__input {
    padding-right: 100px; }
  .project-input__label {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4; }
    .project-input__label sup {
      color: red; }
  .project-input__input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding-right: 20px;
    padding-left: 2px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    border: none;
    outline: none;
    border-bottom: solid 1px rgba(151, 151, 151, 0.5);
    transition: border-color 300ms ease; }
    .project-input__input::placeholder {
      color: rgba(0, 0, 0, 0.26); }
    .project-input__input::-webkit-inner-spin-button, .project-input__input::-webkit-outer-spin-button {
      appearance: none;
      -webkit-appearance: none;
      margin: 0; }
  .project-input__tip {
    font-size: 10px;
    color: #9e9e9e;
    line-height: 2; }
  .project-input__error {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    color: red;
    font-size: 10px;
    line-height: 2; }

.project-select {
  position: relative;
  cursor: pointer; }
  .project-select.active::after {
    opacity: 0; }
  .project-select::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 12px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fed63f;
    transform: translateY(-50%) rotate(45deg);
    transition: opacity 300ms ease; }
  .project-select.inline {
    position: absolute;
    width: auto;
    min-width: 80px;
    bottom: 1px;
    right: 0; }
    .project-select.inline.small .project-select__selected {
      font-size: 10px; }
    .project-select.inline.small .project-select__option {
      font-size: 10px; }
    .project-select.inline .project-select__selected {
      border-bottom: none; }
  .project-select__label {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4; }
  .project-select__selected {
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    padding-right: 20px;
    padding-left: 2px;
    font-size: 16px;
    border: none;
    outline: none;
    border-bottom: solid 1px rgba(151, 151, 151, 0.5); }
    .project-select__selected::placeholder {
      color: rgba(0, 0, 0, 0.26); }
  .project-select__options {
    display: none;
    position: absolute;
    background-color: #f4f4f4;
    width: 100%;
    z-index: 9;
    top: calc(100% - 38px);
    max-height: calc(38px * 6);
    overflow-y: auto; }
  .project-select__option {
    height: 38px;
    display: flex;
    align-items: center;
    padding-left: 2px;
    padding-right: 5px;
    cursor: pointer;
    transition: background-color 300ms ease; }
    .project-select__option:hover, .project-select__option:active, .project-select__option:focus {
      background-color: #eaeaea; }

.project-structure {
  position: relative;
  padding-top: 65px;
  padding-bottom: 70px; }
  .project-structure__title {
    margin-bottom: 20px; }
    .project-structure__title--main {
      margin-bottom: 30px; }
  .project-structure__section {
    margin-bottom: 40px; }
    .project-structure__section:last-child {
      margin-bottom: 0; }
  .project-structure__list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .project-structure__item {
    position: relative;
    min-height: 270px;
    padding-bottom: 30px;
    padding-left: 45px;
    font-size: 16px;
    line-height: 1.4; }
    .project-structure__item::before {
      content: '';
      position: absolute;
      z-index: 12;
      width: 27px;
      height: 100%;
      left: 0;
      top: 0; }
    .project-structure__item:nth-child(1)::before {
      background-color: #fed643; }
    .project-structure__item:nth-child(2)::before {
      background-color: #d5dadf; }
    .project-structure__item:nth-child(3)::before {
      background-color: #848f9b; }
    .project-structure__item:nth-child(4)::before {
      background-color: #455a6e; }
  .project-structure__item-title {
    margin: 0 0 10px;
    font-weight: 600; }
  .project-structure__item-text {
    margin: 0; }
  .project-structure__advantages-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .project-structure__advantages-item {
    position: relative;
    padding-left: 54px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4; }
    .project-structure__advantages-item:last-child {
      margin-bottom: 0; }
    .project-structure__advantages-item::before {
      content: '';
      position: absolute;
      left: 0;
      top: -25px;
      color: transparent;
      font-size: 66px;
      font-weight: 600;
      -webkit-text-stroke: 0.7px #fed63f; }
    .project-structure__advantages-item--plus::before {
      content: '+'; }
    .project-structure__advantages-item--copyright::before {
      content: '©';
      top: -15px;
      font-size: 56px; }
    .project-structure__advantages-item--equal::before {
      content: '='; }
    .project-structure__advantages-item--ruble::before {
      content: '₽';
      font-size: 56px; }

@media (min-width: 768px) {
  .project-structure {
    padding-top: 80px;
    padding-bottom: 80px; }
    .project-structure .lines::after {
      opacity: 0; }
    .project-structure__title {
      margin-bottom: 46px; }
      .project-structure__title .title {
        font-size: 34px; }
      .project-structure__title--main {
        margin-bottom: 32px; }
        .project-structure__title--main .title {
          font-size: 40px; }
          .project-structure__title--main .title br {
            display: none; }
    .project-structure__wrapper {
      display: flex; }
    .project-structure__section {
      width: 60%;
      flex: 0 0 auto;
      margin-bottom: 0; }
      .project-structure__section:last-child {
        width: 40%; }
    .project-structure__item {
      min-height: 190px;
      padding-bottom: 30px;
      padding-left: 125px;
      padding-right: 20px; }
      .project-structure__item::before {
        width: 82px; }
    .project-structure__advantages-item {
      margin-bottom: 55px; } }

@media (min-width: 1200px) {
  .project-structure {
    padding-top: 130px;
    padding-bottom: 100px; }
    .project-structure__section {
      width: 665px; }
      .project-structure__section:last-child {
        width: 495px; }
    .project-structure__title {
      margin-bottom: 45px; }
      .project-structure__title--main {
        margin-bottom: 35px; }
    .project-structure__item {
      padding-left: 210px;
      padding-right: 40px; }
      .project-structure__item::before {
        width: 165px; } }

.project-top {
  position: relative;
  padding-top: 130px;
  margin-top: -130px;
  padding-bottom: 40px;
  background-color: #1b1b1b;
  background-image: url(/images/redesign/index-top/bg.jpg);
  background-size: cover; }
  .project-top .lines {
    top: 130px;
    height: calc(100% - 130px); }
    .project-top .lines .top {
      background: rgba(145, 145, 145, 0.2); }
  .project-top__title {
    margin-top: -5px;
    margin-bottom: 20px; }
  .project-top__button {
    width: 100%;
    max-width: 290px;
    margin-bottom: 25px; }
  .project-top__advantages {
    padding: 0;
    margin: 0 0 40px;
    list-style: none; }
  .project-top__advantages-item {
    margin-bottom: 20px; }
    .project-top__advantages-item:last-child {
      margin-bottom: 0; }
  .project-top__advantage-title {
    display: block;
    font-size: 14px;
    color: #fff; }
  .project-top__advantage-value {
    display: block;
    font-size: 34px;
    font-weight: 600;
    color: #fed63f; }

@media (min-width: 768px) {
  .project-top {
    padding-bottom: 105px; }
    .project-top__wrapper {
      padding-top: 90px;
      width: 60%; }
    .project-top__title {
      margin-bottom: 25px; }
    .project-top__row {
      display: flex;
      align-items: flex-start; }
    .project-top__button {
      max-width: 230px;
      margin-right: 20px; } }

@media (min-width: 1024px) {
  .project-top {
    padding-bottom: 145px; }
    .project-top__wrapper {
      padding-top: 160px; }
    .project-top__button {
      max-width: 290px;
      margin-right: 50px; } }

@media (min-width: 1200px) {
  .project-top {
    padding-bottom: 125px; }
    .project-top__wrapper {
      padding-top: 100px;
      width: 665px; }
    .project-top__button {
      margin-right: 60px; } }

.howitworks-aktivo {
  position: relative;
  padding-top: 140px;
  padding-bottom: 200px;
  overflow: hidden; }
  .howitworks-aktivo::before {
    content: 'A';
    position: absolute;
    top: -95px;
    left: -250px;
    color: transparent;
    font-size: 700px;
    font-weight: 600;
    -webkit-text-stroke: 0.7px #fed63f; }
  .howitworks-aktivo__title {
    margin-bottom: 26px; }
  .howitworks-aktivo__subtitle {
    margin-bottom: 16px; }
  .howitworks-aktivo__text {
    font-size: 14px;
    line-height: 1.6; }
    .howitworks-aktivo__text--first {
      margin-bottom: 35px; }
    .howitworks-aktivo__text p {
      margin: 0 0 10px; }
      .howitworks-aktivo__text p:last-child {
        margin-bottom: 0; }

@media (min-width: 768px) {
  .howitworks-aktivo {
    padding-top: 120px;
    padding-bottom: 250px; }
    .howitworks-aktivo__wrapper {
      display: flex; }
    .howitworks-aktivo__title {
      width: 33.3%;
      flex: 1 1 auto; }
    .howitworks-aktivo__content {
      width: 66.6%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: min-content auto; }
    .howitworks-aktivo__column {
      width: 50%; }
    .howitworks-aktivo__subtitle {
      margin-bottom: 50px;
      grid-column: 1;
      grid-row: 1;
      align-self: end; }
      .howitworks-aktivo__subtitle--second {
        grid-column: 2;
        grid-row: 1; }
    .howitworks-aktivo__text {
      padding-right: 10px; } }

@media (min-width: 1024px) {
  .howitworks-aktivo::before {
    top: -225px;
    left: -282px;
    font-size: 850px; }
  .howitworks-aktivo__text {
    font-size: 16px;
    line-height: 1.4; } }

@media (min-width: 1200px) {
  .howitworks-aktivo {
    max-width: 1440px;
    margin: 0 auto;
    overflow: visible;
    padding-top: 120px;
    padding-bottom: 270px; }
    .howitworks-aktivo::before {
      top: -255px;
      left: -214px;
      font-size: 950px; }
    .howitworks-aktivo__title {
      width: 400px;
      flex: 0 0 auto; }
    .howitworks-aktivo__content {
      width: 760px;
      flex: 0 0 auto;
      grid-template-columns: 360px 400px; }
    .howitworks-aktivo__text {
      padding-right: 75px; } }

.howitworks-investors {
  padding-top: 65px;
  overflow: hidden; }
  .howitworks-investors__title {
    margin-bottom: 5px; }
  .howitworks-investors__subtitle {
    display: none; }
  .howitworks-investors__letters {
    margin-bottom: 30px;
    margin-left: -10px;
    color: transparent;
    font-size: 110px;
    font-weight: 600;
    line-height: 0.85;
    -webkit-text-stroke: 0.7px #fed63f; }
  .howitworks-investors__advantages {
    max-width: 360px;
    padding-right: 30px; }
  .howitworks-investors__advantage {
    margin-bottom: 40px; }
    .howitworks-investors__advantage:last-child {
      margin-bottom: 0; }
  .howitworks-investors__advantage-title {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 600; }
  .howitworks-investors__advantage-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6; }

@media (min-width: 768px) {
  .howitworks-investors {
    padding-top: 100px; }
    .howitworks-investors__wrapper {
      display: grid;
      grid-template-areas: 'subtitle advantages title' '. advantages letters';
      grid-template-columns: repeat(3, 33.3%);
      grid-template-rows: 50px auto; }
    .howitworks-investors__title {
      grid-area: title; }
    .howitworks-investors__subtitle {
      display: block; }
    .howitworks-investors__advantages {
      grid-area: advantages; }
    .howitworks-investors__advantage {
      margin-bottom: 20px; }
    .howitworks-investors__letters {
      grid-area: letters;
      margin-bottom: 0; } }

@media (min-width: 1024px) {
  .howitworks-investors__wrapper {
    grid-template-rows: 70px auto; } }

@media (min-width: 1200px) {
  .howitworks-investors__wrapper {
    grid-template-columns: 400px 360px 400px; }
  .howitworks-investors__advantages {
    padding-right: 60px; }
  .howitworks-investors__advantage {
    margin-bottom: 40px; }
  .howitworks-investors__letters {
    margin-left: -13px;
    font-size: 128px; } }

.howitworks-objects {
  padding-top: 40px;
  padding-bottom: 90px;
  background-color: #1b1b1b;
  background-image: url(../images/redesign/index-bottom/bg.jpg);
  background-size: cover; }
  .howitworks-objects__wrapper {
    position: relative; }
    .howitworks-objects__wrapper::before {
      content: 'О';
      position: absolute;
      top: -45%;
      left: 50%;
      transform: translateX(-50%);
      color: transparent;
      font-size: 360px;
      font-weight: 600;
      -webkit-text-stroke: 0.7px #fed63f; }
  .howitworks-objects__title {
    margin-bottom: 20px; }
  .howitworks-objects__subtitle {
    margin-bottom: 15px; }
  .howitworks-objects__text {
    margin: 0 0 45px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6; }
  .howitworks-objects__link {
    width: 100%;
    max-width: 290px;
    margin-bottom: 60px; }
  .howitworks-objects__utp .value {
    display: block;
    margin-bottom: 25px;
    color: transparent;
    font-size: 180px;
    font-weight: 600;
    line-height: 125px;
    -webkit-text-stroke: 0.7px #fed63f; }
  .howitworks-objects__utp .label {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.6; }

@media (min-width: 768px) {
  .howitworks-objects__wrapper {
    display: flex; }
    .howitworks-objects__wrapper::before {
      z-index: -1;
      top: -290px;
      right: -15px;
      left: auto;
      transform: none;
      font-size: 400px; }
  .howitworks-objects__title {
    width: 33.3%;
    flex: 1 1 auto;
    margin-bottom: 25px; }
  .howitworks-objects__content {
    width: 66.6%;
    flex: 1 1 auto;
    display: flex; }
  .howitworks-objects__column {
    width: 50%;
    flex: 1 1 auto; }
  .howitworks-objects__text {
    padding-right: 16px;
    margin-bottom: 25px; }
  .howitworks-objects__link {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0; }
  .howitworks-objects__utp .value {
    font-size: 150px; } }

@media (min-width: 1024px) {
  .howitworks-objects__text {
    font-size: 16px;
    line-height: 1.4; }
  .howitworks-objects__utp .value {
    font-size: 180px; }
  .howitworks-objects__utp .label {
    font-size: 16px;
    line-height: 1.4; } }

@media (min-width: 1200px) {
  .howitworks-objects {
    padding-top: 90px;
    padding-bottom: 145px; }
    .howitworks-objects__wrapper::before {
      top: -425px;
      right: -23px;
      font-size: 528px; }
    .howitworks-objects__title {
      width: 400px;
      flex: 0 0 auto;
      margin-bottom: 20px; }
    .howitworks-objects__content {
      width: 760px;
      flex: 0 0 auto; }
    .howitworks-objects__column {
      width: 360px;
      flex: 0 0 auto; }
      .howitworks-objects__column:last-child {
        width: 400px; }
    .howitworks-objects__text {
      padding-right: 50px;
      margin-bottom: 50px; } }

.howitworks-top {
  overflow: hidden; }
  .howitworks-top__title {
    margin-bottom: 32px;
    margin-top: -5px; }
  .howitworks-top__steps {
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    counter-reset: steps; }
    .howitworks-top__steps::before {
      content: '';
      position: absolute;
      width: 1px;
      height: 150%;
      bottom: 0;
      left: 0;
      background-color: #fed63f; }
  .howitworks-top__step {
    position: relative;
    padding-left: 112px;
    margin-bottom: 50px;
    counter-increment: steps; }
    .howitworks-top__step::before {
      content: counter(steps);
      position: absolute;
      left: -13px;
      top: -10px;
      font-size: 24px;
      font-weight: 600;
      color: #fed63f; }
  .howitworks-top__step-title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600; }
  .howitworks-top__step-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6; }
  .howitworks-top__step-letter {
    position: absolute;
    left: 0;
    top: -25px;
    font-size: 125px;
    color: transparent;
    font-weight: 600;
    -webkit-text-stroke: 0.7px #fed63f; }
    .howitworks-top__step-letter--wide {
      left: -11px; }

@media (min-width: 768px) {
  .howitworks-top {
    padding-top: 115px; }
    .howitworks-top__wrapper {
      display: grid;
      grid-template-columns: repeat(3, 33.3%);
      grid-template-rows: repeat(2, auto); }
    .howitworks-top__title {
      grid-column: 1;
      margin-bottom: 0; }
    .howitworks-top__subtitle {
      grid-column: 3;
      margin-bottom: 75px; }
    .howitworks-top__steps {
      grid-column: 1 / 4;
      grid-row: 2;
      display: flex;
      padding-top: 35px;
      margin-bottom: 0; }
      .howitworks-top__steps::before {
        width: calc(100% + 68px);
        left: -34px;
        top: 0;
        height: 1px; }
    .howitworks-top__step {
      width: 33.3%;
      flex: 1 1 auto;
      padding-left: 92px;
      margin-bottom: 0; }
      .howitworks-top__step::before {
        left: 0px;
        top: -58px; }
    .howitworks-top__step-letter {
      font-size: 105px;
      top: -18px; }
      .howitworks-top__step-letter--wide {
        left: -9px; } }

@media (min-width: 1024px) {
  .howitworks-top {
    padding-top: 135px; }
    .howitworks-top__step {
      padding-left: 112px; }
    .howitworks-top__step-letter {
      top: -25px;
      font-size: 125px; }
      .howitworks-top__step-letter--wide {
        left: -11px; } }

@media (min-width: 1200px) {
  .howitworks-top__wrapper {
    grid-template-columns: 400px 360px 400px; }
  .howitworks-top__title {
    margin-bottom: 75px; }
  .howitworks-top__subtitle {
    align-self: center;
    margin-bottom: 75px; }
  .howitworks-top__steps::before {
    width: 200%;
    left: -50%; }
  .howitworks-top__step {
    width: 400px;
    flex: 0 0 auto; }
    .howitworks-top__step:nth-child(2) {
      width: 360px; }
  .title {
    font-size: 44px;
    line-height: 1.1; } }

.security-advantages {
  padding-bottom: 50px;
  overflow: hidden; }
  .security-advantages__title {
    margin-bottom: 55px;
    margin-top: -5px; }
  .security-advantages__rating {
    margin: 0 0 20px;
    color: #fed63f;
    font-size: 108px;
    font-weight: 600;
    line-height: 1; }
  .security-advantages__column--first {
    position: relative;
    margin-bottom: 26px; }
    .security-advantages__column--first::after {
      content: '';
      position: absolute;
      z-index: -1;
      width: 160%;
      height: 1px;
      top: 95%;
      left: -50%;
      transform: rotate(-50deg);
      background-color: #fed63f; }
  .security-advantages__column--second {
    padding-left: 22px;
    margin-bottom: 50px; }
  .security-advantages__image {
    position: relative;
    margin-bottom: 285px;
    pointer-events: none; }
  .security-advantages__image-positioner {
    position: absolute;
    z-index: 10;
    width: 390px;
    left: -20px;
    top: 0; }
    .security-advantages__image-positioner img {
      display: block;
      max-width: 100%;
      max-height: 650px; }
  .security-advantages__subtitle {
    margin-bottom: 20px; }
  .security-advantages__text {
    font-size: 14px;
    line-height: 1.6; }
    .security-advantages__text p {
      margin: 0 0 26px; }
      .security-advantages__text p.bold {
        margin-bottom: 8px;
        font-size: 18px;
        font-weight: 600; }
      .security-advantages__text p:last-child {
        margin-bottom: 0; }
  .security-advantages__text-images {
    display: flex;
    flex-flow: row nowrap;
    margin: 16px -7px 0; }
  .security-advantages__text-image {
    display: flex;
    align-items: center;
    width: 30%;
    margin: 0 7px;
    flex: 1 1 auto; }
    .security-advantages__text-image img {
      max-width: 100%; }

@media (min-width: 768px) {
  .security-advantages {
    padding-top: 100px;
    padding-bottom: 85px; }
    .security-advantages__title {
      width: 33%;
      margin-bottom: 65px; }
    .security-advantages__row {
      display: flex;
      position: relative;
      align-items: flex-start; }
    .security-advantages__column {
      width: 33%;
      flex: 1 1 auto; }
      .security-advantages__column--first {
        padding-top: 25px;
        padding-right: 15px; }
        .security-advantages__column--first::after {
          top: 60%; }
      .security-advantages__column--second {
        padding-left: 0;
        padding-right: 20px; }
      .security-advantages__column--third {
        padding-left: 20px; }
    .security-advantages__image {
      position: absolute;
      left: 33%;
      top: -195px; }
    .security-advantages__image-positioner {
      position: relative;
      left: 0;
      width: auto; }
    .security-advantages__rating {
      font-size: 80px; } }

@media (min-width: 962px) {
  .security-advantages__image {
    top: -225px; } }

@media (min-width: 1024px) {
  .security-advantages {
    padding-top: 155px; }
    .security-advantages__title {
      margin-bottom: 105px; }
    .security-advantages__column--first {
      padding-right: 30px; }
      .security-advantages__column--first::after {
        top: 60%; }
    .security-advantages__column--second {
      padding-left: 0;
      padding-right: 20px; }
    .security-advantages__column--third {
      padding-left: 30px; }
    .security-advantages__image {
      top: -265px; }
    .security-advantages__text {
      font-size: 16px;
      line-height: 1.4; }
    .security-advantages__rating {
      font-size: 90px; } }

@media (min-width: 1200px) {
  .security-advantages {
    padding-bottom: 145px; }
    .security-advantages__title {
      width: 400px;
      margin-bottom: 85px; }
    .security-advantages__column {
      width: 400px;
      flex: 0 0 auto; }
      .security-advantages__column--first {
        padding-top: 0;
        padding-right: 60px; }
        .security-advantages__column--first::after {
          top: 110%;
          left: -60%; }
      .security-advantages__column--second {
        width: 360px;
        padding-right: 60px; }
      .security-advantages__column--third {
        padding-left: 60px;
        padding-right: 10px; }
    .security-advantages__image {
      left: 390px;
      top: -305px; }
    .security-advantages__rating {
      font-size: 131px; } }

.security-appeal {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1b1b1b;
  background-image: url("/images/redesign/index-bottom/bg.jpg?3385");
  background-size: cover; }
  .security-appeal__title {
    margin-bottom: 20px; }
  .security-appeal__button {
    width: 100%;
    max-width: 290px;
    margin-bottom: 36px;
    padding-left: 20px;
    padding-right: 20px; }
  .security-appeal__text {
    font-size: 14px;
    line-height: 1.6;
    color: #fff; }
    .security-appeal__text .highlight {
      display: block;
      margin-bottom: 4px;
      color: transparent;
      font-size: 88px;
      line-height: 1;
      font-weight: 600;
      white-space: nowrap;
      -webkit-text-stroke: 0.7px #fed63f; }
    .security-appeal__text p {
      margin: 0; }

@media (min-width: 768px) {
  .security-appeal {
    padding-top: 65px;
    padding-bottom: 100px; }
    .security-appeal__wrapper {
      display: flex; }
    .security-appeal__col {
      width: 66%;
      flex: 1 1 auto; }
      .security-appeal__col:last-child {
        width: 33%; }
    .security-appeal__button {
      margin-bottom: 0; }
    .security-appeal__text .highlight {
      font-size: 75px; } }

@media (min-width: 1024px) {
  .security-appeal__button {
    max-width: 354px; }
  .security-appeal__text {
    font-size: 16px;
    line-height: 1.4; }
    .security-appeal__text .highlight {
      font-size: 102px; } }

@media (min-width: 1200px) {
  .security-appeal {
    padding-top: 110px;
    padding-bottom: 160px; }
    .security-appeal__title {
      margin-bottom: 26px; }
    .security-appeal__col {
      width: 760px; }
      .security-appeal__col:last-child {
        width: 400px; }
    .security-appeal__text {
      padding-right: 30px;
      margin-bottom: 10px; }
      .security-appeal__text .highlight {
        font-size: 128px; } }

/*.modal {
    align-items: center;
    background: #16213366;
    display: flex;
    height: 0;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transform: inherit;
    transition: opacity .4s ease;
    visibility: hidden;
    width: 100vw;
    z-index: 5;

    &.active, &.is-open {
        height: 100vh;
        opacity: 1;
        overflow: visible;
        visibility: visible;
        z-index: 99;
    }

    &__head {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    &__title {
        color: #162133;
        font-size: 16px;
        font-weight: 600;
        line-height: 125%;
    }

    &__close {
        align-items: center;
        cursor: pointer;
        display: flex;
        height: 12px;
        justify-content: center;
        margin-left: 10px;
        min-width: 12px;
        transition: all .2s ease;

        &:hover {
            transform: rotate(0);
        }
    }

    &__window {
        background: #fff;
        border-radius: 24px;
        height: -moz-fit-content;
        height: fit-content;
        left: inherit;
        margin: 0 12px;
        max-height: calc(100vh - 100px);
        max-width: 100%;
        overflow: hidden;
        padding: 16px;
        position: relative;
        top: inherit;
        transform: inherit;
        width: -moz-fit-content;
        width: fit-content;
    }

    &__content {
        height: 100%;
        max-height: calc(-132px + 100vh);
        overflow-y: auto;
        width: 100%;
    }

    &__footer {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }
}

@media screen and (min-width: 1199.98px) {
    .modal {
        &__title {
            font-size:24px;
            line-height: normal;
        }

        &__close {
            height: 24px;
            min-width: 24px;
        }

        &__window {
            padding: 24px;
        }

        &__content {
            max-height: calc(-148px + 100vh);
        }

        &__footer {
            margin-top: 32px;
        }
    }
}*/
.modal {
  display: none; }
  .modal.is-open {
    display: block; }
  .modal[aria-hidden='false'] .modal__overlay {
    animation: mmfadeIn 300ms cubic-bezier(0, 0, 0.2, 1); }
  .modal[aria-hidden='true'] .modal__overlay {
    animation: mmfadeOut 300ms cubic-bezier(0, 0, 0.2, 1); }
  .modal[aria-hidden='false'] .modal__dialog {
    animation: mmslideIn 300ms cubic-bezier(0, 0, 0.2, 1); }
  .modal[aria-hidden='true'] .modal__dialog {
    animation: mmslideOut 300ms cubic-bezier(0, 0, 0.2, 1); }
  .modal__overlay, .modal__dialog {
    will-change: transform;
    outline: none; }
  .modal__overlay {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  .modal__dialog {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 486px;
    right: 0;
    left: auto;
    top: 0;
    padding: 60px 15px 20px 25px;
    display: flex;
    flex-flow: column nowrap;
    color: #000;
    overflow-y: auto;
    background-color: #fff; }
  .modal__close {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 22px;
    right: 22px; }
    .modal__close svg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      stroke: #000;
      pointer-events: none; }
  .modal__header {
    margin-bottom: 40px; }
  .modal__title {
    margin: 0 0 5px;
    font-size: 31px;
    font-weight: 600; }
    .modal__title:last-child {
      margin-bottom: 0; }
  .modal__subtitle {
    margin: 16px 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400; }
    .modal__subtitle:last-child {
      margin-bottom: 0; }
  .modal__content p {
    margin: 0 0 16px; }
  .modal__content ol, .modal__content ul {
    padding: 0 0 0 20px;
    list-style-position: inside;
    margin: 0 0 16px; }
  .modal__input-row {
    position: relative;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .modal__input-row a {
      color: #fed63f;
      text-decoration: underline;
      transition: opacity 300ms ease; }
      .modal__input-row a:hover, .modal__input-row a:active, .modal__input-row a:focus {
        opacity: 0.6; }
      .modal__input-row a.black-color {
        color: #000; }
    .modal__input-row .base-checkbox__label {
      font-size: 12px; }
  .modal__label {
    width: 30%;
    flex: 1 1 auto;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2; }
  .modal__input {
    width: 70%;
    flex: 1 1 auto;
    height: 34px;
    font-size: 16px;
    appearance: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #979797;
    line-height: 34px; }
    .modal__input::placeholder {
      color: #c8c8c8; }
    .modal__input:disabled {
      opacity: 0.5; }
    .modal__input.error + .error {
      opacity: 1; }
  .modal__input-error {
    position: absolute;
    color: red;
    font-size: 10px;
    right: 0;
    bottom: -12px;
    text-align: right;
    transition: opacity 300ms ease; }
  .modal__checkbox {
    position: relative;
    margin-bottom: 12px;
    margin-top: 24px; }
    .modal__checkbox input {
      position: absolute;
      opacity: 0; }
      .modal__checkbox input:checked + label::after {
        opacity: 1; }
    .modal__checkbox label {
      padding-left: 35px;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.2; }
      .modal__checkbox label::before, .modal__checkbox label::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      .modal__checkbox label::before {
        border: solid 1px #979797; }
      .modal__checkbox label::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNiAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSB4MT0iMS4zNTM1NSIgeTE9IjAuNjQ2NDQ3IiB4Mj0iMjUuMzUzNiIgeTI9IjI0LjY0NjQiIHN0cm9rZT0iI2ZlZDYzZiIvPjxsaW5lIHgxPSIwLjY0NjQ0NyIgeTE9IjI0LjY0NjQiIHgyPSIyNC42NDY0IiB5Mj0iMC42NDY0NDgiIHN0cm9rZT0iI2ZlZDYzZiIvPjwvc3ZnPg==);
        opacity: 0;
        transition: opacity 300ms ease; }
  .modal__submit {
    margin-top: 20px;
    margin-bottom: 10px; }
  .modal__text-field {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.4; }
    .modal__text-field a {
      color: #fed63f;
      text-decoration: underline;
      transition: opacity 300ms ease; }
      .modal__text-field a:hover, .modal__text-field a:active, .modal__text-field a:focus {
        opacity: 0.6; }
      .modal__text-field a.black-color {
        color: #000; }
  .modal__legal {
    padding-top: 20px;
    margin: 0;
    font-size: 12px;
    line-height: 1.6; }
    .modal__legal a {
      color: #000;
      text-decoration: underline; }
  .modal__subtitle-phone {
    text-align: center;
    color: #6A7784;
    margin: 10px 0; }
  .modal__subtitle-phonecode {
    border: 2px solid #FED63F;
    border-radius: 4px;
    padding: 8px;
    font-weight: 500;
    color: #000000; }

@media (min-width: 768px) {
  .modal__dialog {
    padding: 90px 60px 25px; } }

@media (min-width: 1200px) {
  .modal__close {
    left: 22px;
    right: auto; } }

@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    opacity: 0;
    transform: translateX(100%); }
  to {
    opacity: 1;
    transform: translateX(0%); } }

@keyframes mmslideOut {
  from {
    opacity: 1;
    transform: translateX(0); }
  to {
    opacity: 0;
    transform: translateX(100%); } }

.liberty-advantages {
  padding-top: 50px; }
  .liberty-advantages__title {
    position: relative;
    padding-left: 66px;
    margin-bottom: 35px; }
    .liberty-advantages__title .title {
      font-weight: 500; }
    .liberty-advantages__title::before {
      content: '«';
      position: absolute;
      left: 0;
      top: -40px;
      font-size: 90px;
      font-weight: 600;
      color: #8f6d00; }
  .liberty-advantages__item {
    max-width: 300px;
    margin-bottom: 45px; }
    .liberty-advantages__item:last-child {
      margin-bottom: 0; }
  .liberty-advantages__item-title {
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2; }
    .liberty-advantages__item-title--ruble {
      padding-top: 70px; }
      .liberty-advantages__item-title--ruble::before {
        content: '₽';
        position: absolute;
        top: -5px;
        color: transparent;
        font-size: 81px;
        font-weight: 700;
        line-height: 0.9;
        -webkit-text-stroke: 0.5px #8f6d00; }
    .liberty-advantages__item-title--parentheses {
      padding-left: 45px;
      margin-bottom: 30px; }
      .liberty-advantages__item-title--parentheses::before, .liberty-advantages__item-title--parentheses::after {
        top: -30px;
        position: absolute;
        color: transparent;
        font-weight: 700;
        font-size: 81px;
        -webkit-text-stroke: 0.5px #8f6d00; }
      .liberty-advantages__item-title--parentheses::before {
        content: '(';
        left: 0; }
      .liberty-advantages__item-title--parentheses::after {
        content: ')';
        right: -60px; }
  .liberty-advantages__item-text {
    font-size: 14px;
    color: #fff;
    line-height: 1.45; }
    .liberty-advantages__item-text p {
      margin: 0 0 15px; }
      .liberty-advantages__item-text p:last-child {
        margin-bottom: 0; }

@media (min-width: 768px) {
  .liberty-advantages {
    padding-top: 85px; }
    .liberty-advantages__wrapper {
      display: flex;
      align-items: flex-start; }
    .liberty-advantages__title {
      width: 33%;
      flex: 1 1 auto;
      padding-left: 50px; }
    .liberty-advantages__list {
      width: 66%;
      flex: 1 1 auto;
      display: flex;
      padding-top: 30px; }
    .liberty-advantages__item {
      width: 50%;
      flex: 1 1 auto;
      max-width: none;
      margin-bottom: 0; }
    .liberty-advantages__item-title {
      margin-bottom: 25px; }
      .liberty-advantages__item-title--ruble {
        padding-top: 0; }
        .liberty-advantages__item-title--ruble::before {
          top: -35px;
          left: -40px;
          font-size: 51px; }
      .liberty-advantages__item-title--parentheses {
        padding-left: 0;
        margin-bottom: 25px; }
        .liberty-advantages__item-title--parentheses::before {
          left: -45px; }
    .liberty-advantages__item-text {
      max-width: 255px;
      padding-right: 15px; } }

@media (min-width: 1024px) {
  .liberty-advantages__title {
    padding-left: 55px; } }

@media (min-width: 1200px) {
  .liberty-advantages {
    padding-top: 120px; }
    .liberty-advantages__title {
      width: 400px;
      flex: 0 0 auto;
      padding-left: 0; }
      .liberty-advantages__title::before {
        left: -50px; }
    .liberty-advantages__list {
      width: 760px;
      flex: 0 0 auto;
      padding-top: 15px; }
    .liberty-advantages__item {
      width: 400px;
      flex: 0 0 auto; }
      .liberty-advantages__item:first-child {
        width: 360px; }
    .liberty-advantages__item-title--ruble::before {
      top: -60px;
      left: -75px;
      font-size: 81px; }
    .liberty-advantages__item-text {
      max-width: 285px; } }

.liberty-appeal {
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden; }
  .liberty-appeal__title {
    position: relative;
    padding-left: 66px;
    margin-bottom: 15px; }
    .liberty-appeal__title .title {
      font-weight: 500; }
    .liberty-appeal__title::before {
      content: '«';
      position: absolute;
      left: 0;
      top: -40px;
      font-size: 90px;
      font-weight: 600;
      color: #8f6d00; }
  .liberty-appeal__text {
    margin: 0 0 15px;
    max-width: 280px;
    font-size: 14px;
    color: #fff;
    line-height: 1.45; }
  .liberty-appeal__button {
    min-width: 200px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 400;
    background-color: #8f6d00;
    border-color: #8f6d00; }
  .liberty-appeal__number {
    color: transparent;
    font-size: 110px;
    font-weight: 700;
    -webkit-text-stroke: 0.7px #8f6d00;
    white-space: nowrap; }

@media (min-width: 768px) {
  .liberty-appeal {
    padding-top: 145px;
    padding-bottom: 145px; }
    .liberty-appeal__wrapper {
      display: flex;
      align-items: flex-start; }
    .liberty-appeal__content {
      width: 33%;
      flex: 1 1 auto;
      padding-right: 15px; }
    .liberty-appeal__text {
      margin-bottom: 25px; }
    .liberty-appeal__number {
      width: 66%;
      flex: 1 1 auto;
      font-size: 320px;
      line-height: 0.7; }
    .liberty-appeal__button {
      margin-bottom: 0; } }

@media (min-width: 1024px) {
  .liberty-appeal__content {
    padding-left: 66px;
    padding-right: 20px; }
  .liberty-appeal__title {
    padding-left: 0; }
    .liberty-appeal__title::before {
      left: -65px; }
  .liberty-appeal__number {
    font-size: 400px; } }

@media (min-width: 1200px) {
  .liberty-appeal__content {
    width: 400px;
    flex: 0 0 auto;
    padding-left: 0; }
  .liberty-appeal__title {
    margin-bottom: 30px; }
  .liberty-appeal__text {
    max-width: 340px;
    margin-bottom: 30px; }
  .liberty-appeal__number {
    width: 760px;
    flex: 0 0 auto;
    font-size: 500px; } }

.liberty-club {
  position: relative;
  padding-top: 130px;
  margin-top: -130px;
  background-color: #282724;
  overflow: hidden; }
  .liberty-club::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 160%;
    top: 7%;
    left: -6%;
    background-color: #8f6d00;
    transform: rotate(9deg); }
  .liberty-club .lines {
    top: 130px; }
    .liberty-club .lines .top {
      background: rgba(145, 145, 145, 0.2); }

@media (min-width: 768px) {
  .liberty-club::before {
    top: 7%;
    left: -20%;
    height: 200%;
    transform: rotate(18deg); } }

@media (min-width: 1024px) {
  .liberty-club::before {
    top: 2%;
    left: -16%;
    transform: rotate(23deg); } }

@media (min-width: 1200px) {
  .liberty-club::before {
    top: -3%;
    left: -9%;
    transform: rotate(29deg); } }

@media (min-width: 1920px) {
  .liberty-club::before {
    left: 5%; } }

.liberty-target {
  padding-top: 20px; }
  .liberty-target__image {
    position: relative;
    z-index: 12;
    width: calc(100% + 20px);
    margin-bottom: 35px; }
    .liberty-target__image img {
      display: block;
      max-width: 100%;
      height: auto; }
  .liberty-target__figure {
    position: relative;
    margin: 0; }
  .liberty-target__figcaption {
    position: absolute;
    left: 20px;
    bottom: 15px;
    color: #fff; }
    .liberty-target__figcaption .name {
      display: block;
      margin-bottom: 3px;
      font-size: 22px;
      font-weight: 600; }
    .liberty-target__figcaption .post {
      font-size: 16px; }
  .liberty-target__title {
    margin-bottom: 25px; }
    .liberty-target__title .title {
      font-weight: 500; }
  .liberty-target__blockquote {
    position: relative;
    margin: 0;
    padding-left: 55px;
    padding-right: 10px;
    max-width: 320px;
    color: #fff;
    font-size: 14px;
    line-height: 1.45; }
    .liberty-target__blockquote::before {
      content: '«';
      position: absolute;
      left: 0;
      top: -50px;
      font-size: 90px;
      font-weight: 600;
      color: #8f6d00; }

@media (min-width: 768px) {
  .liberty-target {
    padding-top: 60px; }
    .liberty-target__wrapper {
      display: flex;
      align-items: flex-start; }
    .liberty-target__image {
      width: 66%;
      flex: 1 1 auto; }
    .liberty-target__figcaption {
      left: auto;
      right: 35px;
      bottom: 20px; }
    .liberty-target__content {
      width: 33%;
      flex: 1 1 auto;
      padding-left: 40px; }
    .liberty-target__title .title {
      line-height: 1.2; }
    .liberty-target__blockquote {
      padding-left: 0; }
      .liberty-target__blockquote::before {
        left: -50px; } }

@media (min-width: 1024px) {
  .liberty-target__content {
    padding-left: 75px; }
  .liberty-target__blockquote::before {
    left: -60px; } }

@media (min-width: 1200px) {
  .liberty-target {
    padding-top: 80px; }
    .liberty-target__image {
      width: 760px; }
    .liberty-target__figure {
      max-width: 686px; }
    .liberty-target__content {
      width: 400px;
      padding-left: 0; }
    .liberty-target__title {
      margin-bottom: 25px;
      max-width: 240px; }
    .liberty-target__blockquote {
      max-width: 240px; } }

.liberty-top__title {
  margin-bottom: 25px; }
  .liberty-top__title .title {
    font-weight: 500; }

.liberty-top__subtitle {
  max-width: 240px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2; }

.liberty-top__text {
  margin: 0 0 20px;
  max-width: 240px;
  font-size: 14px;
  color: #fff;
  line-height: 1.45; }

.liberty-top__button {
  min-width: 200px;
  margin-bottom: 16px;
  color: #fff;
  font-weight: 400;
  background-color: #8f6d00;
  border-color: #8f6d00; }

.liberty-top__tip {
  margin: 0;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5; }

@media (min-width: 768px) {
  .liberty-top {
    padding-top: 80px; }
    .liberty-top__wrapper {
      display: flex;
      align-items: flex-start; }
    .liberty-top__title {
      width: 66%;
      flex: 1 1 auto;
      margin-bottom: 0; }
      .liberty-top__title .title {
        font-size: 58px;
        line-height: 1.2; }
    .liberty-top__content {
      width: 33%;
      flex: 1 1 auto; }
    .liberty-top__subtitle {
      font-size: 28px; }
    .liberty-top__text {
      margin-bottom: 40px; } }

@media (min-width: 1024px) {
  .liberty-top {
    padding-top: 145px; }
    .liberty-top__title .title {
      font-size: 68px; }
    .liberty-top__subtitle {
      margin-bottom: 15px;
      font-size: 30px; } }

@media (min-width: 1200px) {
  .liberty-top {
    padding-top: 110px; }
    .liberty-top__title {
      width: 760px; }
      .liberty-top__title .title {
        font-size: 78px; }
    .liberty-top__content {
      width: 400px; }
    .liberty-top__subtitle {
      margin-bottom: 5px;
      font-size: 34px; } }

.liberty-progress {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
  border-bottom: 1px solid #E7E7E7; }
  .liberty-progress__bar {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 1px);
    border-bottom: 1px solid #fed63f;
    background: #FFF6D4; }
    .liberty-progress__bar.active {
      background-color: #FED63F; }
  .liberty-progress__label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 500;
    color: #2A415E; }
  .liberty-progress__arrow {
    position: absolute;
    top: calc(100% + 1px);
    width: 22px;
    height: 13px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transform: translateX(-11px); }
  .liberty-progress__status {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 100%;
    padding: 0 10px;
    color: #6A7784;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    z-index: 1; }
    .liberty-progress__status.active {
      color: #162133; }
      .liberty-progress__status.active svg path {
        fill: #162133; }
  .liberty-progress__status-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 10px;
    margin-right: 4px;
    overflow: hidden; }

@media (min-width: 1200px) {
  .liberty-progress__label {
    left: 20px;
    font-size: 14px; }
  .liberty-progress__status {
    padding: 0 20px;
    font-size: 14px; } }

.liberty-status {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: opacity 0.2s ease; }
  .liberty-status.active {
    opacity: 1;
    visibility: visible;
    height: 100vh;
    z-index: 150; }
  .liberty-status__window {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    padding: 25px 25px 0;
    background: white;
    transform: translateX(300px);
    transition: transform 0.2s ease; }
    .active .liberty-status__window {
      transform: translateX(0); }
  .liberty-status__close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
  .liberty-status__status {
    position: relative;
    height: 24px;
    width: fit-content;
    margin-bottom: 30px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px 8px;
    background: #F6F6F6;
    overflow: hidden;
    text-decoration: none; }
  .liberty-status__status-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    color: #6A7784;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    z-index: 1; }
    .liberty-status__status-content.active {
      color: #162133; }
      .liberty-status__status-content.active svg path {
        fill: #162133; }
  .liberty-status__status-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 10px;
    margin-right: 4px;
    overflow: hidden; }
  .liberty-status__status-progress {
    position: absolute;
    top: 0;
    left: 0;
    background: #fed63f;
    height: 100%;
    z-index: 0; }
  .liberty-status__title {
    color: var(--black, #162133);
    font-size: 18px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .liberty-status__content {
    overflow: hidden; }
    .liberty-status__content p, .liberty-status__content ul, .liberty-status__content ol, .liberty-status__content li {
      color: #162133;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%; }
    .liberty-status__content p {
      margin-top: 0;
      margin-bottom: 15px; }
    .liberty-status__content li {
      margin-bottom: 10px; }
      .liberty-status__content li:last-child {
        margin-bottom: 0; }
    .liberty-status__content ul, .liberty-status__content ol {
      margin-top: 0;
      padding-left: 20px;
      margin-bottom: 20px; }
  .liberty-status__progress {
    height: 44px;
    width: 100%;
    margin-bottom: 23px; }

@media (min-width: 1200px) {
  .liberty-status__window {
    width: 480px;
    padding: 115px 50px 0 60px;
    transform: translateX(480px); }
  .liberty-status__close {
    top: 60px;
    right: auto;
    left: 60px; }
  .liberty-status__title {
    font-size: 24px;
    margin-bottom: 30px; }
  .liberty-status__content p, .liberty-status__content ul, .liberty-status__content ol, .liberty-status__content li {
    font-size: 14px; }
  .liberty-status__content p {
    margin-bottom: 20px; }
  .liberty-status__content li {
    margin-bottom: 15px; }
  .liberty-status__content ul, .liberty-status__content ol {
    margin-bottom: 30px; } }

.contacts {
  overflow: hidden; }
  .contacts__map {
    position: relative;
    z-index: 12;
    margin-bottom: 32px;
    width: calc(100% + 40px);
    height: 200px;
    margin-left: -20px; }
  .contacts__title {
    margin-bottom: 12px; }
  .contacts__address {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.4; }
  .contacts__table tr:first-child td {
    padding-bottom: 14px; }
  .contacts__table td {
    padding: 6px 0;
    font-size: 12px; }
    .contacts__table td:first-child {
      padding-right: 24px; }
  .contacts__table a {
    color: #000;
    text-decoration: none;
    transition: color 300ms ease; }
    .contacts__table a:hover, .contacts__table a:active, .contacts__table a:focus {
      color: #fed63f; }

@media (min-width: 768px) {
  .contacts__wrapper {
    display: flex;
    width: calc(100% + 32px); }
  .contacts__map {
    order: 1;
    width: 66%;
    flex: 1 1 auto;
    height: auto;
    margin: 0; }
  .contacts__data {
    flex: 1 1 auto;
    width: calc(33% - 32px);
    padding-top: 75px;
    padding-right: 10px; }
  .contacts__table td:first-child {
    padding-right: 12px; } }

@media (min-width: 1024px) {
  .contacts {
    padding-top: 125px; }
    .contacts__data {
      padding-top: 25px; }
    .contacts__table td {
      font-size: 13px; }
      .contacts__table td:first-child {
        padding-right: 24px; } }

@media (min-width: 1200px) {
  .contacts {
    padding-top: 155px; }
    .contacts__wrapper {
      display: flex; }
    .contacts__map {
      min-height: 564px;
      width: 880px;
      flex: 0 0 auto; }
    .contacts__data {
      width: 400px;
      flex: 0 0 auto; }
    .contacts__address {
      margin-bottom: 65px; }
    .contacts__table tr:first-child td {
      padding-bottom: 18px; }
    .contacts__table td {
      padding: 7px 0;
      font-size: 16px; } }

.error-screen__code {
  margin-bottom: 20px;
  margin-left: -4px;
  font-size: 140px;
  color: transparent;
  font-weight: 600;
  line-height: 0.7;
  -webkit-text-stroke: 1px #fed63f; }

.error-screen__title {
  margin-bottom: 12px; }

.error-screen__text {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.4; }

.error-screen__link {
  min-width: 214px; }

@media (min-width: 768px) {
  .error-screen {
    padding-top: 65px;
    padding-bottom: 60px; }
    .error-screen__wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .error-screen__code {
      margin: 0;
      order: 1;
      font-size: 198px; }
    .error-screen__content {
      width: 270px;
      margin-right: 30px;
      flex: 0 0 auto; }
    .error-screen__title {
      margin-bottom: 16px; } }

@media (min-width: 1024px) {
  .error-screen {
    padding-top: 135px; }
    .error-screen__code {
      font-size: 325px; } }

@media (min-width: 1200px) {
  .error-screen {
    padding-top: 150px;
    padding-bottom: 155px; }
    .error-screen__code {
      margin-right: -4px;
      font-size: 360px; }
    .error-screen__content {
      width: 365px;
      margin-right: 44px; } }

/*@import "../blocks/object/object";*/
.object-new {
  position: relative;
  border-top: 1px solid rgba(145, 145, 145, 0.2); }
  .object-new__title {
    display: none; }
  .object-new__wrapper {
    display: flex;
    flex-flow: column nowrap; }
  .object-new__navigation {
    padding-top: 8px;
    position: sticky;
    z-index: 19;
    top: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
    background-color: #fff; }
  .object-new .lines .top {
    background: rgba(145, 145, 145, 0.2); }
  .object-new__section > section {
    padding-top: 90px; }
  .object-new__section--top > section {
    padding-top: 24px; }
  .object-new__section#objectFinances, .object-new__section#objectEstimates, .object-new__section#objectPlans {
    /* hack to make side lines visible but not central */
    padding-left: 1px;
    padding-right: 1px; }
  .object-new__actual-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 20px 0;
    height: auto;
    background: #f2f2f2; }
    .object-new__actual-banner--content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .object-new__actual-banner--content .svg-logo {
        float: left;
        margin-right: 15px; }
  .object-new__actual-banner--left, .object-new__actual-banner--right {
    width: 100%; }
  .object-new__actual-banner--title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #162133;
    margin-bottom: 15px; }
  .object-new__actual-banner--subtitle {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: rgba(22, 33, 51, 0.7);
    margin-bottom: 15px; }
  .object-new__actual-banner--button {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    transition: all 300ms ease; }
    .object-new__actual-banner--button.secondary {
      cursor: pointer;
      color: #2A415E;
      background: rgba(14, 86, 169, 0.07);
      transition: 0.3s; }
      .object-new__actual-banner--button.secondary:hover {
        background: rgba(14, 86, 169, 0.1); }
    .object-new__actual-banner--button:not(:last-child) {
      margin-right: 10px; }
    .object-new__actual-banner--button svg {
      margin-left: 15px;
      margin-right: 0; }

@media (min-width: 768px) {
  .object-new {
    padding-top: 40px; }
    .object-new .lines .line {
      width: 30%;
      left: calc(40% + 7px); }
      .object-new .lines .line::after {
        display: none; }
    .object-new__title {
      display: block;
      margin-bottom: 35px; }
    .object-new__wrapper {
      width: 100%; }
    .object-new__navigation {
      padding-top: 0;
      margin-bottom: 24px;
      width: calc(100% - 3px);
      margin: 0 1.5px;
      border-left: none;
      border-right: none; }
      .object-new__navigation .page-navigation {
        padding: 0; }
    .object-new__section {
      width: 100%; }
    .object-new__actual-banner--title {
      margin-bottom: 2px;
      float: left; }
    .object-new__actual-banner--subtitle {
      float: left; } }

@media (min-width: 1024px) {
  .object-new .lines .line {
    left: calc(40% + 7px); }
  .object-new__actual-banner--left, .object-new__actual-banner--right {
    width: auto;
    white-space: nowrap; }
  .object-new__actual-banner--content {
    flex-wrap: nowrap; }
    .object-new__actual-banner--content .svg-logo {
      float: left; }
  .object-new__actual-banner--title {
    float: none;
    margin-bottom: 2px; }
  .object-new__actual-banner--subtitle {
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0; }
  .object-new__actual-banner--button {
    font-size: 14px;
    line-height: 18px; } }

@media (min-width: 1200px) {
  .object-new .lines .line {
    left: 420px; }
  .object-new__wrapper {
    width: 100%; }
  .object-new__section--top > section {
    padding-top: 60px; } }

.object-calc {
  position: relative;
  z-index: 12; }
  .object-calc__title {
    margin-bottom: 24px; }
  .object-calc__wrapper {
    position: relative;
    width: calc(100% + 40px);
    margin-left: -20px;
    overflow: hidden; }
  .object-calc__investment {
    position: relative;
    height: 180px; }
  .object-calc__investment-range {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .object-calc__investment-data {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%); }
  .object-calc__investment-label {
    font-size: 14px;
    line-height: 1.6; }
  .object-calc__investment-value {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    white-space: nowrap; }
  .object-calc__income-result {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 20px;
    min-height: 405px;
    display: flex;
    flex-flow: column wrap; }
  .object-calc__income-header {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
    color: #fff; }
  .object-calc__income-label {
    font-size: 16px; }
  .object-calc__income-rating {
    margin-bottom: 12px; }
    .object-calc__income-rating span {
      display: inline-block;
      margin-left: 6px;
      padding: 0 3px;
      text-align: center;
      border-radius: 2px; }
    .object-calc__income-rating .value.A {
      background-color: #5fce67; }
    .object-calc__income-rating .value.B {
      background-color: #ffd729; }
    .object-calc__income-rating .value.C {
      background-color: #fdbd39; }
    .object-calc__income-rating .value.D {
      background-color: #f52f4b; }
  .object-calc__income-range {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .object-calc__investment-range.noUi-target, .object-calc__income-range.noUi-target {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none; }
  .object-calc__investment-range .noUi-connects, .object-calc__income-range .noUi-connects {
    border-radius: 0; }
  .object-calc__investment-range .noUi-connect, .object-calc__income-range .noUi-connect {
    background-color: rgba(254, 214, 63, 0.2); }
  .object-calc__investment-range .noUi-origin, .object-calc__income-range .noUi-origin {
    height: 100%; }
  .object-calc__investment-range .noUi-connect.transition,
  .object-calc__investment-range .noUi-origin.transition, .object-calc__income-range .noUi-connect.transition,
  .object-calc__income-range .noUi-origin.transition {
    transition: transform 300ms ease; }
  .object-calc__investment-range .noUi-handle, .object-calc__income-range .noUi-handle {
    top: 0;
    width: 74px;
    right: -37px;
    height: 100%;
    background: none;
    box-shadow: none;
    border: none;
    outline: none; }
    .object-calc__investment-range .noUi-handle::before, .object-calc__investment-range .noUi-handle::after, .object-calc__income-range .noUi-handle::before, .object-calc__income-range .noUi-handle::after {
      width: 0;
      height: 0;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
      border-right: 16px solid #fed63f;
      background: none; }
    .object-calc__investment-range .noUi-handle::after, .object-calc__income-range .noUi-handle::after {
      right: 0;
      left: auto;
      transform: translateY(-50%) rotate(180deg); }
  .object-calc__investment-range .noUi-touch-area, .object-calc__income-range .noUi-touch-area {
    position: relative;
    width: 100%;
    height: 100%; }
    .object-calc__investment-range .noUi-touch-area::after, .object-calc__income-range .noUi-touch-area::after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      left: 50%;
      background-color: #fed63f; }
  .object-calc__income-range .noUi-connect {
    background-color: transparent; }
  .object-calc__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none; }
    .object-calc__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .object-calc__image::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)); }
  .object-calc__income-data {
    position: relative;
    margin-top: auto;
    z-index: 2;
    color: #fff; }
  .object-calc__data-row {
    margin-bottom: 24px; }
    .object-calc__data-row:last-child {
      margin-bottom: 0; }
  .object-calc__data-value {
    margin: 0 0 5px;
    max-width: 240px;
    border-bottom: 1px solid #fff;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden; }
    .object-calc__data-value-rate {
      border-bottom: none; }
    .object-calc__data-value .value {
      outline-offset: 2px; }
  .object-calc__data-label {
    font-size: 14px; }
    .object-calc__data-label a {
      color: #fff; }
  .object-calc__button {
    margin-top: 25px;
    pointer-events: all; }

@media (min-width: 768px) {
  .object-calc__title {
    flex: 0 0 auto;
    padding-right: 15px;
    margin-bottom: 40px; }
  .object-calc__wrapper {
    display: flex;
    width: 100%;
    margin: 0; }
  .object-calc__investment {
    width: 40%;
    height: auto; }
  .object-calc__income-result {
    width: 50%;
    flex: 1 1 auto; }
  .object-calc__investment-data {
    position: relative;
    padding-top: 30px;
    height: 100%;
    top: 0;
    transform: none; }
  .object-calc__investment-label {
    font-size: 20px;
    font-weight: 600; }
  .object-calc__investment-value {
    position: absolute;
    top: 30%;
    font-size: 26px; }
  .object-calc__income-result {
    padding: 30px 25px; }
  .object-calc__income-label {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6; }
  .object-calc__income-rating {
    font-size: 20px;
    font-weight: 600; }
    .object-calc__income-rating span {
      padding: 0 6px;
      border-radius: 3px; }
  .object-calc__button {
    white-space: nowrap; } }

@media (min-width: 1024px) {
  .object-calc__investment-data {
    left: 40px; }
  .object-calc__investment-value {
    top: 40%;
    font-size: 30px; }
  .object-calc__income-result {
    padding: 30px 50px;
    min-height: 420px; }
  .object-calc__income-header {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .object-calc__income-label {
    order: -1; }
  .object-calc__income-rating {
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  .object-calc__title {
    margin-bottom: 60px; }
  .object-calc__investment {
    width: 400px;
    flex: 0 0 auto; }
  .object-calc__investment-value {
    top: 50%; }
  .object-calc__income-result {
    width: 60%;
    flex: 1 1 auto;
    min-height: 560px; }
  .object-calc__investment-range .noUi-handle::before, .object-calc__investment-range .noUi-handle::after, .object-calc__income-range .noUi-handle::before, .object-calc__income-range .noUi-handle::after {
    top: 40%; } }

#liberty_check {
  display: none; }
  #liberty_check + label {
    display: flex;
    align-items: center;
    position: relative; }
  #liberty_check + label:before {
    width: 20px;
    height: 20px;
    content: '';
    border: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid #fff;
    margin-right: 10px;
    text-align: center;
    border-radius: 4px;
    transition: all 300ms ease; }
  #liberty_check:checked + label::before {
    background: #fed63f;
    border: 1px solid #fed63f; }
  #liberty_check:checked + label::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 10px;
    left: 7px;
    top: calc(50% - 1.5px);
    border-width: 0 1px 1px 0;
    border-style: solid;
    transform: rotate(45deg) translate(-55%, -45%);
    border-color: #000;
    opacity: 1;
    transition: opacity 300ms ease;
    z-index: 2; }

.object-description__title {
  margin-bottom: 16px; }

.object-description__main {
  margin-bottom: 35px;
  padding-left: 3px; }
  .object-description__main p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.4; }
    .object-description__main p:last-child {
      margin-bottom: 0; }
  .object-description__main ul {
    padding: 0;
    margin: 0 0 35px;
    list-style: none; }
    .object-description__main ul:last-child {
      margin-bottom: 0; }
    .object-description__main ul li {
      position: relative;
      padding-left: 16px;
      margin-bottom: 8px;
      font-size: 16px;
      line-height: 1.4; }
      .object-description__main ul li::before {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        top: 9px;
        left: 0;
        background-color: #fed63f;
        border-radius: 50%; }
      .object-description__main ul li:last-child {
        margin-bottom: 0; }

.object-description__aside {
  display: flex;
  flex-grow: 1; }
  .object-description__aside p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.4; }
    .object-description__aside p:last-child {
      margin-bottom: 0; }

.object-description__data {
  display: flex;
  flex-direction: column;
  margin-bottom: 26px; }
  .object-description__data:last-child {
    margin-bottom: 0; }

.object-description__data-value {
  margin-bottom: 8px;
  color: #fed63f;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2; }

.object-description__data-label {
  font-size: 14px;
  max-width: 200px; }

.object-description__data-hidden {
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  max-height: 0; }

.object-description__brokers {
  margin-bottom: 20px; }

.object-description__brokers-preview {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap; }

.object-description__brokers-item {
  text-decoration: none;
  color: #000;
  width: 32px;
  height: 32px;
  margin: 0 8px 8px 0;
  position: relative; }
  .object-description__brokers-item img, .object-description__brokers-item svg {
    width: 100%;
    height: auto; }
  .object-description__brokers-item:hover .object-description__brokers-item-tooltip {
    opacity: 1;
    visibility: visible;
    height: auto; }

.object-description__brokers-item-tooltip {
  position: absolute;
  top: -webkit-calc(100% + 14px);
  top: -moz-calc(100% + 14px);
  top: calc(100% + 14px);
  left: 15px;
  font-size: 11px;
  padding: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2);
  box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease; }

.btns_main_custom {
  display: inline-grid;
  width: 100%;
  white-space: nowrap;
  text-align: center; }

.custom_btn {
  margin: 0 10px 10px 0px;
  white-space: nowrap; }
  .custom_btn__gray {
    background: #f0f0f0;
    border-color: #f0f0f0; }

@media (min-width: 768px) {
  .object-description {
    display: flex; }
    .object-description__title {
      width: 40%;
      flex: 0 0 auto;
      padding-right: 15px; }
    .object-description__wrapper {
      width: 50%;
      flex: 1 1 auto;
      margin-bottom: 0; }
    .object-description__main {
      margin-bottom: 30px; } }

@media (min-width: 1024px) {
  .object-description__title {
    width: 40%; }
  .object-description__wrapper {
    display: flex; }
  .object-description__main {
    width: 60%;
    padding-right: 45px;
    margin-bottom: 0; }
    .object-description__main.full {
      width: 100%; }
  .btns_main_custom {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .object-description__title {
    width: 400px; } }

.object-estimates {
  position: relative;
  z-index: 12;
  background-color: #fff; }
  .object-estimates__title {
    margin-bottom: 32px; }
    .object-estimates__title span {
      margin-top: 5px;
      display: block;
      font-size: 15px;
      font-weight: 600;
      color: #959595; }
  .object-estimates__main {
    margin-bottom: 40px; }
  .object-estimates__wrapper {
    margin-bottom: 50px;
    position: relative; }
  .object-estimates__aside--desktop {
    display: none; }
  .object-estimates__sum-value {
    color: #fed63f;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap; }
  .object-estimates__sum-label {
    font-size: 12px;
    line-height: 1.5; }
  .object-estimates__row {
    margin-bottom: 16px;
    padding-left: 72px; }
    .object-estimates__row:last-child {
      margin-bottom: 0; }
  .object-estimates__value {
    position: relative;
    font-size: 24px;
    font-weight: 600; }
    .object-estimates__value--positive, .object-estimates__value--equal {
      color: #fed63f; }
    .object-estimates__value--equal::before {
      content: '=';
      position: absolute;
      left: -32px;
      top: 50%;
      transform: translateY(-50%);
      color: inherit;
      font-size: inherit; }
    .object-estimates__value--minus, .object-estimates__value--divide {
      color: #cecece; }
      .object-estimates__value--minus::before, .object-estimates__value--divide::before {
        content: '-';
        position: absolute;
        top: 50%;
        left: -30px;
        transform: translateY(-50%);
        color: inherit;
        font-size: inherit; }
    .object-estimates__value--divide::before {
      content: '/'; }
  .object-estimates__label {
    font-size: 14px; }
  .object-estimates__link {
    display: none;
    text-align: center; }
    .object-estimates__link--mobile {
      display: block; }
  .object-estimates__forbidden {
    position: absolute;
    width: 100%;
    height: calc(100% + 50px);
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    z-index: 999;
    backdrop-filter: blur(10px);
    align-content: center;
    flex-wrap: wrap;
    font-size: 150%;
    font-weight: 600;
    cursor: pointer;
    right: 0;
    text-decoration: none;
    color: black;
    -webkit-backdrop-filter: blur(10px); }

@media (min-width: 768px) {
  .object-estimates__wrapper {
    display: flex; }
  .object-estimates__main {
    width: 40%;
    flex: 0 0 auto;
    padding-right: 15px; }
  .object-estimates__aside {
    width: 50%;
    flex: 1 1 auto;
    margin-bottom: 0; }
  .object-estimates__sum-value {
    font-size: 36px; }
  .object-estimates__link {
    padding-left: 40%; } }

@media (min-width: 1024px) {
  .object-estimates__sum-value {
    font-size: 58px; } }

@media (min-width: 1200px) {
  .object-estimates__title {
    margin-bottom: 80px; }
    .object-estimates__title span {
      display: inline-block;
      font-size: 34px;
      margin-left: 24px; }
  .object-estimates__wrapper {
    margin-bottom: 0; }
  .object-estimates__main {
    width: 360px;
    margin-bottom: 0;
    margin-top: -10px; }
  .object-estimates__aside {
    display: none; }
    .object-estimates__aside--desktop {
      display: flex; }
  .object-estimates__col {
    width: 33%;
    padding: 0 26px;
    border-left: 1px solid #bebebe; }
  .object-estimates__row {
    padding-left: 20px;
    margin-bottom: 32px;
    min-height: 60px; }
  .object-estimates__label {
    font-size: 12px; }
  .object-estimates__sum-value {
    font-size: 60px; }
  .object-estimates__sum-label {
    font-size: 14px; }
  .object-estimates__link {
    display: block;
    text-align: left;
    padding: 0;
    padding-top: 65px; }
    .object-estimates__link--mobile {
      display: none; } }

.object-finances {
  position: relative;
  background-color: #fff;
  z-index: 12;
  overflow: hidden; }
  .object-finances__title {
    margin-bottom: 55px; }
  .object-finances__table-wrapper {
    position: relative;
    z-index: 15;
    margin-bottom: -24px; }
  .object-finances__table {
    width: 100%;
    overflow: hidden; }
    .object-finances__table table {
      table-layout: fixed; }
    .object-finances__table td {
      width: 105px;
      padding-right: 5px;
      padding-left: 5px;
      padding-bottom: 40px;
      vertical-align: top;
      font-size: 12px;
      text-align: right;
      white-space: nowrap;
      overflow: hidden; }
    .object-finances__table tr:first-child th:first-child {
      width: 120px; }
    .object-finances__table tr:first-child td {
      font-weight: 600;
      color: #9e9e9e; }
      .object-finances__table tr:first-child td:first-child {
        padding-left: 0;
        color: #000;
        text-align: left;
        width: 120px; }
    .object-finances__table tr:first-child .heading {
      position: absolute;
      width: 120px;
      background-color: #fff;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.2;
      white-space: initial; }
    .object-finances__table th {
      width: 120px;
      vertical-align: top;
      position: absolute;
      background-color: #fff;
      font-weight: 500;
      text-align: left;
      font-size: 12px; }
  .object-finances__vr {
    position: absolute;
    z-index: 16;
    width: 105px;
    top: 160px;
    bottom: 0;
    background-color: rgba(254, 214, 63, 0.2);
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .object-finances__vr.active {
      opacity: 1; }
  .object-finances__controls-wrapper {
    position: relative;
    z-index: 14;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .object-finances__controls {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 360px; }
    .object-finances__controls button {
      padding: 0;
      margin: 0;
      background: 0 0;
      border: none;
      outline: 0;
      -webkit-transition: opacity .3s ease,color .3s ease;
      -moz-transition: opacity .3s ease,color .3s ease;
      transition: opacity .3s ease,color .3s ease; }
      .object-finances__controls button.hidden {
        opacity: 0;
        pointer-events: none; }
    .object-finances__controls .scroll {
      position: relative;
      padding-left: 10px;
      font-size: 14px;
      font-weight: 500;
      color: #696969;
      line-height: 1; }
      .object-finances__controls .scroll:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%) rotate(135deg);
        -moz-transform: translate(0, -50%) rotate(135deg);
        -ms-transform: translate(0, -50%) rotate(135deg);
        transform: translate(0, -50%) rotate(135deg);
        border-width: 0 1px 1px 0;
        border-style: solid;
        border-color: currentColor; }
      .object-finances__controls .scroll.next {
        padding-left: 0;
        padding-right: 10px; }
        .object-finances__controls .scroll.next:before {
          left: auto;
          right: 0;
          -webkit-transform: translate(0, -50%) rotate(-45deg);
          -moz-transform: translate(0, -50%) rotate(-45deg);
          -ms-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg); }
      .object-finances__controls .scroll:hover {
        color: #fed63f; }
      .object-finances__controls .scroll .jump {
        position: relative;
        width: 20px;
        height: 20px; }
        .object-finances__controls .scroll .jump:before, .object-finances__controls .scroll .jump:after {
          content: '';
          position: absolute;
          width: 8px;
          height: 8px;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(135deg);
          -moz-transform: translate(-50%, -50%) rotate(135deg);
          -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
          border-width: 0 1px 1px 0;
          border-style: solid;
          border-color: #696969;
          -webkit-transition: border-color .3s ease;
          -moz-transition: border-color .3s ease;
          transition: border-color .3s ease; }
        .object-finances__controls .scroll .jump:before {
          margin-left: 4px; }
        .object-finances__controls .scroll .jump.next {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        .object-finances__controls .scroll .jump:hover:after, .object-finances__controls .scroll .jump:hover:before {
          border-color: #fed63f; }
  .object-finances__line-chart {
    position: relative;
    padding-top: 50px;
    padding-left: 4px; }
    .object-finances__line-chart .highcharts-scrolling {
      overflow: hidden !important; }
    .object-finances__line-chart [data-highcharts-chart] {
      position: relative; }
    .object-finances__line-chart #lineChart, .object-finances__line-chart #sharesLineChart, .object-finances__line-chart #columnChart {
      height: 300px; }
  .object-finances__column-chart {
    position: relative;
    padding-top: 50px;
    margin-top: 50px;
    padding-left: 4px; }
    .object-finances__column-chart .highcharts-scrolling {
      overflow: hidden !important; }
    .object-finances__column-chart [data-highcharts-chart] {
      position: relative; }
    .object-finances__column-chart #columnChart {
      height: 400px; }
  .object-finances__subtitle {
    position: absolute;
    z-index: 1000;
    width: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    top: 52px;
    font-size: 14px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.4); }
  .object-finances__forbidden {
    position: absolute;
    width: 100%;
    height: calc(100% + 70px);
    top: 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.4);
    z-index: 999;
    backdrop-filter: blur(10px);
    font-size: 150%;
    font-weight: 600;
    cursor: pointer;
    right: 0;
    text-decoration: none;
    color: #000;
    -webkit-backdrop-filter: blur(10px); }
  .object-finances__togglers {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-right: auto;
    padding-left: 0;
    margin-top: 10px; }
  .object-finances__toggler {
    padding: 0 10px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
    height: 31px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(31, 55, 96, 0.6);
    background: rgba(14, 86, 169, 0.05);
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s; }
    .object-finances__toggler:hover {
      background: rgba(14, 86, 169, 0.1);
      color: #1F3760; }
    .object-finances__toggler.active {
      background: #fed63f;
      color: #1F3760; }
  .object-finances__reg-buttons {
    width: 100%;
    margin-top: 15px; }
  .object-finances__reg-button.btn {
    color: #162133;
    width: 150px;
    margin: 5px;
    font-size: 14px;
    border: none; }
  .object-finances__reg-button.secondary {
    color: #2A415E;
    background: #EEF3F9; }
    .object-finances__reg-button.secondary:hover {
      background: #E5EDF5; }
  .object-finances__reg-button svg {
    margin-left: 5px; }

@media (min-width: 1024px) {
  .object-finances {
    padding: 0 24px;
    position: relative;
    /*&__title {
            padding-left: 24px;
        }*/ }
    .object-finances__table-wrapper {
      margin-bottom: 0; }
      .object-finances__table-wrapper:after {
        content: '';
        position: absolute;
        width: 90px;
        height: 100%;
        top: 0;
        right: 0;
        background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: -moz-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        transition: opacity .3s ease; }
      .object-finances__table-wrapper.finished:after {
        opacity: 0; }
    .object-finances__table tr:first-child td:first-child {
      width: 288px; }
    .object-finances__table tr:first-child .heading {
      width: 288px;
      padding-left: 24px;
      font-size: 24px;
      margin-top: -2px; }
    .object-finances__table tr:last-child td {
      border-bottom: 1px solid #f1f1f1; }
    .object-finances__table td {
      width: 126px;
      font-size: 14px;
      padding-bottom: 24px; }
    .object-finances__table th {
      width: 288px;
      padding-left: 24px;
      padding-bottom: 24px;
      font-size: 14px;
      font-weight: 600; }
    .object-finances__line-chart {
      position: relative;
      padding-top: 70px;
      padding-left: 24px; }
      .object-finances__line-chart #lineChart {
        height: 400px; }
      .object-finances__line-chart #sharesLineChart, .object-finances__line-chart #columnChart {
        height: 350px; }
    .object-finances__column-chart {
      padding-left: 24px; }
    .object-finances__togglers {
      padding-left: 24px;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 30px; }
    .object-finances__toggler {
      padding: 0 16px;
      margin-right: 10px;
      font-size: 14px; }
    .object-finances__subtitle {
      width: 288px;
      top: 62px;
      padding-left: 24px;
      font-size: 24px; }
    .object-finances__vr {
      width: 126px;
      bottom: 40px; } }

.object-location__title {
  margin-bottom: 16px; }

.object-location__wrapper {
  margin-bottom: 25px; }

.object-location__main {
  margin-bottom: 35px;
  padding-left: 3px; }
  .object-location__main p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.4; }
    .object-location__main p:last-child {
      margin-bottom: 0; }
  .object-location__main ul {
    padding: 0;
    margin: 0 0 25px;
    list-style: none; }
    .object-location__main ul:last-child {
      margin-bottom: 0; }
    .object-location__main ul li {
      position: relative;
      padding-left: 16px;
      margin-bottom: 8px;
      font-size: 16px;
      line-height: 1.4; }
      .object-location__main ul li::before {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        top: 9px;
        left: 0;
        background-color: #fed63f;
        border-radius: 50%; }
      .object-location__main ul li:last-child {
        margin-bottom: 0; }

.object-location__aside p {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.4; }
  .object-location__aside p:last-child {
    margin-bottom: 0; }

.object-location__data {
  margin-bottom: 26px; }
  .object-location__data:last-child {
    margin-bottom: 0; }

.object-location__data-value {
  margin-bottom: 8px;
  color: #fed63f;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2; }

.object-location__data-label {
  font-size: 14px;
  max-width: 200px; }

.object-location__map {
  position: relative;
  z-index: 12;
  width: calc(100% + 40px);
  margin-left: -20px;
  height: 480px;
  margin-bottom: 30px;
  background-color: tan; }

@media (min-width: 768px) {
  .object-location {
    display: flex; }
    .object-location__title {
      width: 40%;
      flex: 0 0 auto;
      padding-right: 15px; }
    .object-location__wrapper {
      width: 50%;
      flex: 1 1 auto;
      margin-bottom: 0; }
    .object-location__map {
      width: 100%;
      height: 380px;
      margin: 0;
      margin-bottom: 40px; }
    .object-location__content {
      padding-right: 32px; } }

@media (min-width: 1024px) {
  .object-location__content {
    display: flex; }
  .object-location__main {
    width: 60%;
    padding-right: 45px;
    margin-bottom: 0; }
    .object-location__main.full {
      width: 100%; } }

@media (min-width: 1200px) {
  .object-location__main {
    padding-right: 75px; }
  .object-location__title {
    width: 400px; } }

.object-plans {
  position: relative;
  z-index: 12;
  background-color: #fff; }
  .object-plans__title {
    margin-bottom: 16px; }
  .object-plans__slider {
    position: relative;
    z-index: 12;
    width: 100%; }
    .object-plans__slider .slick-list,
    .object-plans__slider .slick-track {
      width: 100%;
      height: 100%; }
    .object-plans__slider .slick-arrow {
      padding: 0;
      margin: 0;
      background: none;
      border: none;
      outline: none;
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 0;
      width: 25px;
      height: 25px;
      transform: translateY(-50%) rotate(-45deg);
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: #fed63f;
      font-size: 0; }
      .object-plans__slider .slick-arrow.slick-prev {
        left: 14px;
        transform: translateY(-50%) rotate(135deg); }
      .object-plans__slider .slick-arrow.slick-next {
        left: auto;
        right: 14px; }
  .object-plans__slide {
    position: relative; }
    .object-plans__slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }

@media (min-width: 768px) {
  .object-plans__title {
    margin-bottom: 25px; }
  .object-plans__slider .slick-arrow {
    width: 35px;
    height: 35px; }
    .object-plans__slider .slick-arrow.slick-prev {
      left: 40px; }
    .object-plans__slider .slick-arrow.slick-next {
      right: 40px; } }

.object-slider {
  position: relative;
  width: calc(100% + 40px);
  margin-left: -20px;
  z-index: 12;
  overflow: hidden; }
  .object-slider__data {
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    pointer-events: none; }
  .object-slider__progress ~ .object-slider__data .object-slider__data-top {
    top: 32px;
    height: 280px; }
  .object-slider__data-top {
    position: absolute;
    top: 20px;
    height: 270px;
    left: 20px;
    right: 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 600; }
  .object-slider__title {
    font-size: 28px; }
  .object-slider__rating span {
    display: inline-block;
    margin-left: 6px;
    padding: 0 3px;
    text-align: center;
    border-radius: 2px; }
  .object-slider__rating .value.A {
    background-color: #5fce67; }
  .object-slider__rating .value.B {
    background-color: #ffd729; }
  .object-slider__rating .value.C {
    background-color: #fdbd39; }
  .object-slider__rating .value.D {
    background-color: #f52f4b; }
  .object-slider__data-bottom {
    display: table;
    padding: 20px;
    color: #000;
    margin-bottom: -32px; }
  .object-slider__data-col {
    display: table-row;
    font-size: 14px; }
  .object-slider__data-label {
    display: table-cell;
    padding-bottom: 20px;
    padding-right: 12px; }
  .object-slider__data-value {
    display: table-cell;
    padding-bottom: 20px;
    font-weight: 500;
    white-space: nowrap; }
  .object-slider__slider {
    width: 100%;
    height: 310px; }
    .object-slider__slider:not(.slick-initialized) {
      overflow: hidden; }
    .object-slider__slider .slick-list,
    .object-slider__slider .slick-track {
      width: 100%;
      height: 100%; }
    .object-slider__slider .slick-arrow {
      padding: 0;
      margin: 0;
      background: none;
      border: none;
      outline: none;
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 0;
      width: 25px;
      height: 25px;
      transform: translateY(-50%) rotate(-45deg);
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: #fed63f;
      font-size: 0; }
      .object-slider__slider .slick-arrow.slick-prev {
        left: 14px;
        transform: translateY(-50%) rotate(135deg); }
      .object-slider__slider .slick-arrow.slick-next {
        left: auto;
        right: 14px; }
  .object-slider__slide {
    position: relative;
    height: 100%; }
    .object-slider__slide::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .object-slider__slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .object-slider__progress {
    position: relative; }
  .object-slider__play {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    left: 50%;
    top: 160px;
    border-width: 18px 0 18px 36px;
    border-color: #fed63f;
    border-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    background-color: transparent;
    outline: none; }

@media (min-width: 768px) {
  .object-slider {
    width: 100%;
    margin: 0;
    height: 410px; }
    .object-slider__slider {
      height: 100%; }
      .object-slider__slider .slick-arrow {
        top: 50%; }
    .object-slider__data-top {
      flex-flow: row nowrap;
      align-items: center;
      height: auto; }
    .object-slider .object-slider__progress ~ .object-slider__data .object-slider__data-top {
      height: auto; }
    .object-slider__data-bottom {
      position: absolute;
      padding: 0;
      margin: 0;
      bottom: 5px;
      left: 5px;
      right: 5px;
      color: #fff;
      display: flex;
      flex-flow: row wrap; }
    .object-slider__data-col {
      width: auto;
      flex: 1 1 auto;
      margin: 0 12px 15px;
      white-space: nowrap; }
    .object-slider__data-label {
      display: block;
      padding: 0;
      margin-bottom: 2px;
      font-size: 12px; }
    .object-slider__data-value {
      display: block;
      padding: 0;
      font-size: 14px; }
    .object-slider__play {
      top: 50%;
      transform: translateY(-50%);
      margin-top: 16px; } }

@media (min-width: 1024px) {
  .object-slider {
    height: 490px; }
    .object-slider__slider .slick-arrow {
      width: 35px;
      height: 35px; }
      .object-slider__slider .slick-arrow.slick-prev {
        left: 40px; }
      .object-slider__slider .slick-arrow.slick-next {
        right: 40px; }
    .object-slider__play {
      margin-top: 20px;
      border-width: 35px 0 35px 70px; }
    .object-slider__progress ~ .object-slider__data .object-slider__data-top {
      top: 40px; }
    .object-slider__data-top {
      left: 40px;
      right: 40px;
      top: 32px; }
    .object-slider__data-bottom {
      left: 28px;
      right: 28px; }
    .object-slider__data-col {
      width: auto; }
    .object-slider__title, .object-slider__rating {
      font-size: 34px; }
    .object-slider__rating span {
      padding: 0 6px;
      border-radius: 3px; }
    .object-slider__data-label {
      font-size: 14px; }
    .object-slider__data-value {
      font-size: 20px; } }

@media (min-width: 768px) {
  .object-slider {
    height: 100%; } }

@media (min-width: 1200px) {
  .object-slider {
    height: 100%; } }

.estate-objects {
  padding-top: 0;
  position: relative;
  overflow: hidden; }
  .estate-objects__title {
    font-size: 16px;
    line-height: 1.25;
    font-family: Muller,sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    margin-bottom: 16px; }
  .estate-objects__top {
    position: relative; }
  .estate-objects__categories {
    margin-bottom: 16px; }
  .estate-objects__categories-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .estate-objects__categories-item {
    height: 26px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 16px;
    overflow: hidden; }
    .estate-objects__categories-item:last-child {
      margin-right: 0; }
  .estate-objects__categrories-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 14px;
    background: 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    background: rgba(246, 246, 246, 0.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    cursor: pointer; }
    .estate-objects__categrories-link.active, .estate-objects__categrories-link:active, .estate-objects__categrories-link:focus, .estate-objects__categrories-link:hover {
      background: #fed63f;
      color: #000; }
  .estate-objects__list {
    position: relative;
    padding-bottom: 32px; }
  .estate-objects__object {
    width: 100%;
    margin-bottom: 16px; }
    .estate-objects__object:last-child {
      margin-bottom: 0; }
  .estate-objects__content {
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #fff; }
    .estate-objects__content h2 {
      font-size: 14px;
      font-family: Muller,sans-serif;
      text-transform: uppercase;
      font-weight: 800;
      line-height: 1.25;
      margin-top: 16px;
      margin-bottom: 16px; }
    .estate-objects__content p {
      font-size: 12px;
      line-height: 1.25;
      font-weight: 500;
      margin-bottom: 16px; }
  .estate-objects .inner {
    max-width: 1360px; }

@media (min-width: 1200px) {
  .estate-objects {
    padding-top: 20px; }
    .estate-objects__title {
      font-size: 50px;
      line-height: 120%;
      margin-bottom: 20px;
      font-weight: 700;
      text-transform: inherit; }
    .estate-objects__categories {
      margin-bottom: 40px; }
    .estate-objects__categories-item {
      height: 31px;
      border-radius: 8px; }
    .estate-objects__categrories-link {
      padding: 0 16px;
      font-size: 14px; }
    .estate-objects__list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -8px;
      width: -webkit-calc(100% + 16px);
      width: -moz-calc(100% + 16px);
      width: calc(100% + 16px); }
    .estate-objects__object {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      width: -webkit-calc(33.3% - 16px);
      width: -moz-calc(33.3% - 16px);
      width: calc(33.3% - 16px);
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 16px; }
      .estate-objects__object:first-child {
        width: -webkit-calc(66.7% - 16px);
        width: -moz-calc(66.7% - 16px);
        width: calc(66.7% - 16px); }
        .estate-objects__object:first-child .estate-object-card__header {
          height: 420px;
          max-height: 420px; }
        .estate-objects__object:first-child .estate-object-card__content {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; }
        .estate-objects__object:first-child .estate-object-card__top {
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
          .estate-objects__object:first-child .estate-object-card__top .estate-object-card__status {
            display: none; }
        .estate-objects__object:first-child .estate-object-card__name {
          font-size: 18px; }
        .estate-objects__object:first-child .estate-object-card__status {
          background: #fff;
          margin-bottom: 16px; }
        .estate-objects__object:first-child .estate-object-card__bottom {
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
      .estate-objects__object:not(:first-child) .estate-object-card__bottom .estate-object-card__status {
        display: none; }
      .estate-objects__object:last-child {
        margin-bottom: 16px; }
    .estate-objects__content {
      position: relative;
      padding-top: 24px;
      padding-bottom: 24px;
      color: #fff; }
      .estate-objects__content h2 {
        font-size: 16px; }
      .estate-objects__content p {
        font-size: 14px; } }

.estate-object-card {
  position: relative;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .estate-object-card:not(.minimalized) .estate-object-card__labels {
    display: none; }
  .estate-object-card:not(.minimalized) .estate-object-card__header .estate-object-card__labels {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .estate-object-card.minimalized .estate-object-card__labels {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .estate-object-card.minimalized .estate-object-card__header .estate-object-card__labels {
    display: none; }
  .estate-object-card__wrapper {
    max-width: 100%;
    min-height: 130px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .estate-object-card__image {
    width: 130px;
    min-height: 100%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-width: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: max-width .3s ease;
    -moz-transition: max-width .3s ease;
    transition: max-width .3s ease; }
    .estate-object-card__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .estate-object-card__labels {
    position: absolute;
    top: 16px;
    left: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1; }
  .estate-object-card__label {
    margin-bottom: 7px;
    margin-left: 7px;
    padding: 4px 8px;
    border-radius: 16px;
    font-size: 10px;
    line-height: normal; }
    .estate-object-card__label:first-child {
      margin-left: 0; }
    .estate-object-card__label--active {
      font-weight: 500;
      text-transform: lowercase;
      background: #1ca242;
      color: #fff; }
    .estate-object-card__label--disabled {
      font-weight: 500;
      text-transform: lowercase;
      background: #e53838;
      color: #fff; }
    .estate-object-card__label--soon {
      font-weight: 500;
      text-transform: lowercase;
      background: #71aaeb;
      color: #fff; }
    .estate-object-card__label--name {
      font-weight: 700;
      text-transform: uppercase;
      background: rgba(0, 0, 0, 0.2);
      color: #e1e5ea;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px); }
  .estate-object-card__header {
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    max-height: 220px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: max-height .3s ease;
    -moz-transition: max-height .3s ease;
    transition: max-height .3s ease; }
  .estate-object-card__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer; }
  .estate-object-card__slider {
    position: relative;
    width: 100%;
    height: 100%;
    background: #162133; }
  .estate-object-card__slider-item {
    width: 100%;
    height: 100%; }
    .estate-object-card__slider-item img {
      width: calc(100% + 2px);
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .estate-object-card__slider-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 8px !important;
    padding: 8px 4px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: 24px; }
    .estate-object-card__slider-pagination .swiper-pagination-bullet {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 8px;
      height: 8px;
      margin: 0 4px;
      border-radius: 50%;
      background: #6a7784; }
    .estate-object-card__slider-pagination .swiper-pagination-bullet-active {
      width: 24px;
      border-radius: 8px;
      background: #e1e5ea; }
    .estate-object-card__slider-pagination.swiper-pagination-lock {
      display: none; }
  .estate-object-card__slider-button {
    background: rgba(106, 119, 132, 0.1);
    width: 39px;
    height: 39px;
    border-radius: 39px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .estate-object-card__slider-button:after {
      content: none; }
    .estate-object-card__slider-button.swiper-button-disabled {
      display: none; }
  .estate-object-card__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .estate-object-card__top {
    padding: 16px; }
  .estate-object-card__name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: Muller,sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
    text-decoration: none; }
    .estate-object-card__name span:nth-last-child(-n+2) {
      display: none; }
  .estate-object-card__separator {
    width: 8px;
    height: 8px;
    background: rgba(14, 86, 169, 0.14);
    border-radius: 50%;
    margin: 0 8px; }
  .estate-object-card__status {
    position: relative;
    width: 100%;
    height: 31px;
    border-radius: 16px;
    background: #f6f6f6;
    padding: 0 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 16px;
    overflow: hidden; }
  .estate-object-card__status-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0px;
    background: rgba(14, 86, 169, 0.14);
    z-index: 1; }
  .estate-object-card__status-text {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: #000; }
  .estate-object-card__table {
    width: 100%;
    table-layout: fixed; }
    .estate-object-card__table tr {
      position: relative;
      vertical-align: middle;
      height: 23px;
      display: table-row;
      width: 100%; }
    .estate-object-card__table td {
      font-size: 12px;
      font-weight: 500;
      line-height: normal; }
      .estate-object-card__table td:first-child {
        width: 50%;
        padding-right: 5px; }
        .estate-object-card__table td:first-child .label {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
        .estate-object-card__table td:first-child .tooltip {
          position: relative;
          display: -webkit-inline-box;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          margin-left: 8px; }
          .estate-object-card__table td:first-child .tooltip:hover .tooltip__text {
            opacity: 1;
            visibility: visible;
            z-index: 1; }
          .estate-object-card__table td:first-child .tooltip__icon {
            width: 14px;
            height: 14px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            cursor: pointer; }
          .estate-object-card__table td:first-child .tooltip__text {
            position: absolute;
            top: 50%;
            left: -webkit-calc(100% + 12px);
            left: -moz-calc(100% + 12px);
            left: calc(100% + 12px);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            max-width: 200px;
            border-radius: 8px;
            background: #eaeff4;
            padding: 10px;
            font-size: 11px;
            color: rgba(0, 0, 0, 0.6);
            font-weight: 500;
            line-height: normal;
            opacity: 0;
            visibility: hidden;
            z-index: -1;
            -webkit-transition: opacity .2s ease;
            -moz-transition: opacity .2s ease;
            transition: opacity .2s ease; }
            .estate-object-card__table td:first-child .tooltip__text:before {
              position: absolute;
              content: '';
              left: -4px;
              top: 50%;
              -webkit-transform: translateY(-50%) rotate(45deg);
              -moz-transform: translateY(-50%) rotate(45deg);
              -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
              width: 10px;
              height: 10px;
              background: #eaeff4;
              border-radius: 2px; }
      .estate-object-card__table td:nth-child(2) {
        width: 50%;
        text-align: right; }
      .estate-object-card__table td .value {
        font-weight: 700; }
        .estate-object-card__table td .value.highlight {
          color: #0e56a9 !important;
          font-weight: 700; }
  .estate-object-card__bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px;
    background: #f6f6f6; }
    .estate-object-card__bottom .estate-object-card__param:first-child {
      display: none; }
    .estate-object-card__bottom .estate-object-card__param-title {
      display: none; }
    .estate-object-card__bottom .estate-object-card__status {
      display: none; }
  .estate-object-card__payment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px; }
  .estate-object-card__installment {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #6a7784; }
    .estate-object-card__installment .blue {
      color: #71aaeb; }
  .estate-object-card__payment-icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .estate-object-card__payment-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    min-width: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 4px;
    border-radius: 16px;
    background: rgba(113, 170, 235, 0.15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--blue-lt, #71aaeb);
    font-size: 10px;
    font-weight: 500;
    line-height: 160%;
    text-transform: uppercase;
    margin-left: 4px; }
    .estate-object-card__payment-icon:first-child {
      margin-left: 0; }
  .estate-object-card__params {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .estate-object-card__param {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 20px; }
    .estate-object-card__param:last-child {
      margin-right: 0; }
  .estate-object-card__param-title {
    color: #6a7784;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px; }
  .estate-object-card__param-value {
    color: #162133;
    font-size: 14px;
    font-weight: 700;
    line-height: 1; }
    .estate-object-card__param-value--highlight {
      color: #0e56a9; }
  .estate-object-card__price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 16px;
    flex-wrap: wrap; }
  .estate-object-card__price-current {
    color: #000;
    font-family: Muller,sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase; }
  .estate-object-card__price-discount {
    color: #6a7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through;
    margin-left: 8px;
    margin-top: 0px; }
  .estate-object-card__buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 39px; }
  .estate-object-card__button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 50%;
    border-radius: 8px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: normal;
    background: #fed63f;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease; }
    .estate-object-card__button:hover {
      background: #FFDD4D; }
    .estate-object-card__button.grey {
      background: rgba(14, 86, 169, 0.07); }
      .estate-object-card__button.grey:hover {
        background: rgba(14, 86, 169, 0.1); }
    .estate-object-card__button:nth-child(2) {
      margin-left: 16px; }

.minimalized .estate-object-card__payment-icons {
  display: none; }

.minimalized .estate-object-card__wrapper {
  width: -webkit-calc((100% - 130px));
  width: -moz-calc((100% - 130px));
  width: calc((100% - 130px)); }

.minimalized .estate-object-card__image {
  max-width: 130px;
  opacity: 1;
  visibility: visible; }

.minimalized .estate-object-card__labels {
  top: 8px;
  left: auto;
  right: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.minimalized .estate-object-card__header {
  max-height: 0;
  opacity: 0;
  visibility: hidden; }

.minimalized .estate-object-card__top {
  padding-bottom: 0; }

.minimalized .estate-object-card__name {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 17px; }

.minimalized .estate-object-card__close {
  opacity: 0;
  visibility: hidden;
  height: 0; }

.minimalized .estate-object-card__separator {
  width: 4px;
  height: 4px; }

.minimalized .estate-object-card__status {
  display: none; }

.minimalized .estate-object-card__table {
  display: none; }

.minimalized .estate-object-card__bottom {
  background: #fff;
  padding-top: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .minimalized .estate-object-card__bottom .estate-object-card__param:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .minimalized .estate-object-card__bottom .estate-object-card__param-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

.minimalized .estate-object-card__price {
  margin-bottom: 0; }

.minimalized .estate-object-card__price-current {
  font-size: 14px; }

.minimalized .estate-object-card__price-discount {
  font-size: 10px;
  margin-left: 0;
  margin-top: 8px; }

.minimalized .estate-object-card__buttons {
  display: none; }

@media (min-width: 1200px) {
  .estate-object-card {
    position: relative;
    border-radius: 24px;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%; }
    .estate-object-card:not(.minimalized) .estate-object-card__labels {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .estate-object-card:not(.minimalized) .estate-object-card__header .estate-object-card__labels {
      display: none; }
    .estate-object-card.minimalized .estate-object-card__labels {
      display: none; }
    .estate-object-card.minimalized .estate-object-card__header .estate-object-card__labels {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .estate-object-card__wrapper {
      min-height: inherit;
      height: 100%; }
    .estate-object-card__image {
      display: none; }
    .estate-object-card__header {
      position: relative;
      height: 204px;
      max-height: inherit; }
    .estate-object-card__labels {
      right: auto;
      top: 16px;
      left: 16px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      z-index: 1; }
    .estate-object-card__label {
      font-size: 12px; }
    .estate-object-card__close {
      display: none; }
    .estate-object-card__slider {
      position: relative;
      width: 100%;
      height: 100%; }
    .estate-object-card__top {
      padding: 24px;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .estate-object-card__name span:nth-last-child(-n+2) {
      display: inline-block; }
    .estate-object-card__status {
      margin-bottom: 16px; }
    .estate-object-card__table tr {
      height: 30px; }
    .estate-object-card__table td {
      font-size: 14px;
      line-height: 140%; }
    .estate-object-card__bottom {
      padding: 24px;
      background: #f6f6f6;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0;
      flex: 0; }
    .estate-object-card__payment {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .estate-object-card__installment {
      font-size: 14px;
      line-height: 140%; }
    .estate-object-card__params {
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .estate-object-card__param:first-child {
      display: none; }
    .estate-object-card__param-title {
      display: none; }
    .estate-object-card__price {
      margin-bottom: 16px; }
    .estate-object-card__price-current {
      font-size: 28px;
      line-height: 120%; }
    .estate-object-card__price-discount {
      font-size: 14px;
      line-height: 140%;
      margin-top: 0;
      margin-left: 8px; }
    .estate-object-card__payment-icons {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
  .minimalized .estate-object-card__wrapper {
    width: 100%; }
  .minimalized .estate-object-card__image {
    display: none; }
  .minimalized .estate-object-card__header {
    display: block;
    max-height: 204px;
    opacity: 1;
    visibility: visible; }
  .minimalized .estate-object-card__close {
    display: none; }
  .minimalized .estate-object-card__top {
    padding-bottom: 24px; }
  .minimalized .estate-object-card__name {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: normal; }
  .minimalized .estate-object-card__separator {
    width: 8px;
    height: 8px; }
  .minimalized .estate-object-card__status {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .minimalized .estate-object-card__table {
    display: table; }
  .minimalized .estate-object-card__bottom {
    background: #f6f6f6;
    padding-top: 24px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0;
    flex: 0; }
    .minimalized .estate-object-card__bottom .estate-object-card__param:first-child {
      display: none; }
    .minimalized .estate-object-card__bottom .estate-object-card__param-title {
      display: none; }
  .minimalized .estate-object-card__installment {
    margin-bottom: 0; }
  .minimalized .estate-object-card__price {
    margin-bottom: 16px; }
  .minimalized .estate-object-card__price-current {
    font-size: 28px;
    line-height: 120%; }
  .minimalized .estate-object-card__price-discount {
    font-size: 14px;
    margin-top: 0px;
    margin-left: 8px; }
  .minimalized .estate-object-card__buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .minimalized .estate-object-card__labels {
    right: auto;
    top: 16px;
    left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 1; }
  .minimalized .estate-object-card__payment-icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; } }

.object-card__popup-highlight.light {
  background: rgba(14, 86, 169, 0.05); }
  .object-card__popup-highlight.light .object-card__popup-desc-name {
    color: #97A0A9; }
  .object-card__popup-highlight.light .object-card__popup-desc-value {
    color: #000000; }

.mini-popup {
  width: 100% !important;
  margin-top: 24px !important; }

@media (min-width: 1024px) {
  .object-card__popup-window.mini {
    width: 570px; } }

.art-objects {
  padding-bottom: 48px; }
  .art-objects__title {
    font-size: 16px;
    line-height: 1.25;
    font-family: Muller,sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #162133;
    margin-top: 0;
    margin-bottom: 16px; }
  .art-objects__categories {
    margin-bottom: 8px; }
  .art-objects__categories-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .art-objects__categories-item {
    height: 26px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    overflow: hidden; }
    .art-objects__categories-item:last-child {
      margin-right: 0; }
  .art-objects__categrories-link {
    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: 100%;
    height: 100%;
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    background: rgba(14, 86, 169, 0.07);
    transition: all .3s ease;
    cursor: pointer;
    padding: 0 8px; }
    .art-objects__categrories-link.active, .art-objects__categrories-link:active, .art-objects__categrories-link:focus, .art-objects__categrories-link:hover {
      background: #71AAEB;
      color: #fff; }
  .art-objects__object {
    width: 100%;
    margin-bottom: 24px; }
  .art-objects__content {
    padding-top: 24px; }
    .art-objects__content h2 {
      font-size: 16px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 16px;
      margin-top: 0;
      color: #162133; }
    .art-objects__content p {
      font-size: 12px;
      line-height: normal;
      font-weight: 500;
      margin-bottom: 16px;
      color: #6A7784; }
      .art-objects__content p:last-child {
        margin-bottom: 0; }

.art-object-card {
  border-radius: 24px;
  background: #F6F6F6;
  overflow: hidden;
  position: relative; }
  .art-object-card__labels {
    position: absolute;
    top: 16px;
    left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1; }
  .art-object-card__slider-pagination {
    -webkit-backdrop-filter: blur(5px);
    bottom: inherit !important;
    left: inherit !important;
    position: relative; }
  .art-object-card__slider-next, .art-object-card__slider-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% + 28px));
    -ms-transform: translateY(calc(-50% + 28px));
    transform: translateY(calc(-50% + 28px));
    width: 28px;
    height: 28px;
    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-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); }
    .art-object-card__slider-next::after, .art-object-card__slider-prev::after {
      display: none; }
  .art-object-card__slider-prev {
    left: 10px; }
  .art-object-card__slider-next {
    right: 10px; }
  .art-object-card__label {
    margin-left: 8px;
    padding: 4px 8px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #fff; }
    .art-object-card__label:first-child {
      margin-left: 0; }
    .art-object-card__label--evaluation {
      background: -webkit-gradient(linear, left top, right top, from(#BD57FC), to(#F5A281));
      background: linear-gradient(90deg, #BD57FC 0, #F5A281 100%); }
    .art-object-card__label--discount {
      padding: 4px 16px;
      background: #1CA242; }
  .art-object-card__header {
    position: relative;
    display: block;
    width: 100%;
    height: 248px; }
  .art-object-card__slider {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 16px 16px 0; }
  .art-object-card__slider-wrapper {
    height: calc(100% - 8px); }
  .art-object-card__slider-item {
    width: 100%;
    height: 100%;
    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: 4px 0 20px; }
  .art-object-card__slider-item-wrap {
    max-width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    overflow: hidden; }
    .art-object-card__slider-item-wrap img {
      max-width: 100%;
      height: 100%; }
  .art-object-card__slider-pagination {
    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;
    backdrop-filter: blur(5px);
    width: 100% !important;
    height: 8px; }
    .art-object-card__slider-pagination .swiper-pagination-bullet {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 8px;
      height: 8px;
      margin: 0 4px !important;
      opacity: 1 !important;
      border-radius: 50%;
      background: #6A7784; }
    .art-object-card__slider-pagination .swiper-pagination-bullet-active {
      width: 24px;
      border-radius: 8px;
      background: #E1E5EA; }
  .art-object-card__content {
    padding: 20px; }
  .art-object-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px; }
  .art-object-card__name {
    color: #0E56A9;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    text-decoration: none; }
  .art-object-card__favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .art-object-card__favorite-icon {
    width: 20px;
    height: 18px;
    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;
    margin-right: 8px;
    cursor: pointer; }
    .art-object-card__favorite-icon.active svg path {
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      fill: #E53838;
      stroke: #E53838; }
  .art-object-card__favorite-quantity {
    color: #6A7784; }
  .art-object-card__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 16px; }
    .art-object-card__table tr {
      position: relative;
      vertical-align: middle;
      height: 23px;
      display: table-row;
      width: 100%; }
    .art-object-card__table td:first-child {
      width: 70%;
      padding-right: 5px; }
      .art-object-card__table td:first-child .label {
        color: #162133; }
    .art-object-card__table td:nth-child(2) {
      width: 30%;
      text-align: right; }
      .art-object-card__table td:nth-child(2) .value {
        color: #6A7784; }
        .art-object-card__table td:nth-child(2) .value.highlight {
          color: #0E56A9;
          font-weight: 700; }
  .art-object-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .art-object-card__prices {
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .art-object-card__price {
    color: #0E56A9;
    font-size: 24px;
    font-weight: 600;
    line-height: normal; }
  .art-object-card__price-current {
    color: #1CA242;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%; }
  .art-object-card__price-old {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through; }

.art-single {
  padding-bottom: 48px; }
  .art-single__main {
    padding: 8px;
    border-radius: 24px;
    background: #F6F6F6;
    margin-bottom: 24px; }
  .art-single__top {
    padding: 8px; }
  .art-single__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #162133;
    font-size: 16px;
    line-height: 125%;
    font-weight: 400;
    margin: 0; }
    .art-single__name span {
      margin-bottom: 8px; }
    .art-single__name b {
      font-weight: 600; }
  .art-single__category-label, .art-single__category-value, .art-single__favorite-quantity, .art-single__label, .art-single__prices-title {
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }
  .art-single__separator {
    width: 8px;
    height: 8px;
    background: rgba(14, 86, 169, 0.14);
    border-radius: 50%;
    margin: 0 8px 8px; }
  .art-single__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .art-single__category, .art-single__category-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center; }
  .art-single__category {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .art-single__category-separator {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4px;
    height: 4px;
    background: rgba(14, 86, 169, 0.14);
    border-radius: 50%;
    margin: 0 16px; }
  .art-single__category-label {
    color: #6A7784;
    margin-right: 10px; }
  .art-single__category-value {
    color: #162133; }
  .art-single__slider {
    position: relative;
    width: 100%;
    height: 248px;
    padding: 16px 8px 0;
    margin-bottom: 16px; }
  .art-single__slider-item, .art-single__slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100% !important; }
  .art-single__slider-wrapper {
    height: calc(100% - 8px); }
  .art-single__slider-item {
    height: 100%;
    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: 4px 0 20px; }
  .art-single__slider-item-wrap {
    max-width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    overflow: hidden; }
    .art-single__slider-item-wrap img {
      max-width: 100%;
      height: 100%; }
  .art-single__slider-pagination {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    height: 8px; }
    .art-single__slider-pagination .swiper-pagination-bullet {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 8px;
      height: 8px;
      margin: 0 4px !important;
      opacity: 1 !important;
      border-radius: 50%;
      background: #6A7784; }
    .art-single__slider-pagination .swiper-pagination-bullet-active {
      width: 24px;
      border-radius: 8px;
      background: #E1E5EA; }
  .art-single__slider-next, .art-single__slider-prev {
    display: none; }
  .art-single__favorite, .art-single__labels {
    position: absolute;
    top: 16px;
    display: -webkit-box;
    display: -ms-flexbox; }
  .art-single__labels {
    left: 8px;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1; }
  .art-single__label {
    margin-left: 8px;
    padding: 4px 8px;
    border-radius: 16px;
    color: #fff; }
    .art-single__label:first-child {
      margin-left: 0; }
    .art-single__label--evaluation {
      background: -webkit-gradient(linear, left top, right top, from(#BD57FC), to(#F5A281));
      background: linear-gradient(90deg, #BD57FC 0, #F5A281 100%); }
    .art-single__label--discount {
      padding: 4px 16px;
      background: #1CA242; }
  .art-single__items {
    padding-bottom: 16px;
    border-bottom: 1px solid #E9E9E9; }
  .art-single__favorite {
    right: 8px;
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2; }
  .art-single__favorite-icon {
    width: 20px;
    height: 18px;
    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;
    margin-right: 8px;
    cursor: pointer; }
    .art-single__favorite-icon.active svg path {
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      fill: #E53838;
      stroke: #E53838; }
  .art-single__favorite-quantity {
    color: #6A7784; }
  .art-single__bottom {
    border-radius: 16px;
    background: #fff;
    padding: 16px; }
  .art-single__author, .art-single__description {
    padding: 16px;
    border-radius: 24px;
    background: #F6F6F6; }
  .art-single__request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .art-single__price, .art-single__prices {
    display: -webkit-box;
    display: -ms-flexbox; }
  .art-single__author, .art-single__prices {
    -ms-flex-direction: column;
    -webkit-box-direction: normal; }
  .art-single__prices {
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .art-single__prices-title {
    color: #6A7784; }
  .art-single__price {
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .art-single__price-current {
    color: #0E56A9;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    margin-right: 8px; }
  .art-single__price-old {
    color: #162133;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through; }
  .art-single__characteristics {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #E9E9E9; }
    .art-single__characteristics:empty {
      display: none; }
  .art-single__characteristic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 8px; }
    .art-single__characteristic:last-child {
      margin-bottom: 0; }
  .art-single__characteristic-title {
    color: #6A7784;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-right: 10px; }
    .highlight .art-single__characteristic-title {
      color: #162133; }
  .art-single__characteristic-value {
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; }
    .highlight .art-single__characteristic-value {
      font-weight: 700;
      color: #0E56A9; }
  .art-single__description {
    margin-bottom: 24px; }
  .art-single__description-title {
    color: #162133;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 16px;
    margin-top: 0; }
  .art-single__item-title, .art-single__item-value, .art-single__text ol li, .art-single__text p {
    font-size: 14px;
    font-weight: 500; }
  .art-single__items {
    margin-bottom: 16px; }
  .art-single__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 8px; }
  .art-single__item-icon {
    width: 29px;
    height: 32px;
    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;
    margin-right: 16px; }
  .art-single__item-title {
    color: #6A7784;
    line-height: 140%;
    padding-top: 4px;
    margin-bottom: 8px; }
    .art-single__item-title.highlight {
      color: #162133; }
  .art-single__item-value {
    color: #162133;
    line-height: 140%; }
  .art-single__text {
    max-height: 210px;
    -webkit-line-clamp: 8;
    overflow: hidden;
    /*        -webkit-transition: all 1s ease;*/
    /*        transition: all 1s ease;*/ }
    .art-single__text.active {
      max-height: 100%; }
    .art-single__text p {
      color: #162133;
      line-height: 140%;
      margin-bottom: 16px;
      margin-top: 0; }
    .art-single__text ol {
      list-style-type: none;
      counter-reset: step-counter;
      padding-left: 46px; }
      .art-single__text ol li {
        position: relative;
        color: #162133;
        line-height: 140%;
        margin-bottom: 16px; }
        .art-single__text ol li:last-child {
          margin-bottom: 0; }
        .art-single__text ol li::before {
          position: absolute;
          top: 4px;
          left: -38px;
          content: counter(step-counter) ".";
          counter-increment: step-counter;
          width: 30px;
          height: 22px;
          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: #B8BFC9;
          text-align: center;
          font-size: 16px;
          font-weight: 800;
          line-height: 140%; }
  .art-single__author, .art-single__author-content {
    display: -webkit-box;
    -webkit-box-orient: vertical; }
  .art-single__author {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px; }
  .art-single__author-label {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    color: #6A7784;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; }
  .art-single__author-title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    color: #162133;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px; }
  .art-single__author-image {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    /*        width: 100%;*/
    /*        height: 372px;*/
    width: 200px;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px; }
    .art-single__author-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .art-single__author-content {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 200px;
    /*        -webkit-transition: all 1s ease;*/
    /*        transition: all 1s ease;*/ }
    .art-single__author-content.active {
      -webkit-line-clamp: inherit;
      max-height: 100%; }
    .art-single__author-content p {
      color: #162133;
      font-size: 14px;
      font-weight: 500;
      line-height: 140%;
      margin-bottom: 16px;
      margin-top: 0; }
      .art-single__author-content p:last-child {
        margin-bottom: 0; }
    .art-single__author-content blockquote {
      margin: 10px 0;
      font-style: italic; }
  .art-single__author-toggle {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    color: #71AAEB;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-top: 16px;
    cursor: pointer; }
    .art-single__author-toggle.active .art-single__author-toggle-collapse {
      display: block; }
  .art-single__author-toggle-collapse, .art-single__author-toggle.active .art-single__author-toggle-expand {
    display: none; }
  .art-single__promo {
    position: relative;
    border-radius: 8px;
    border: 1px solid #FED63F;
    width: 100%;
    background: #FFF6D4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 20px 24px;
    font-size: 14px;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 24px; }
    .art-single__promo::before {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 4px;
      height: calc(100% - 40px);
      border-radius: 0 10px 10px 0;
      background: #FED63F; }
  .art-single__promo-title {
    line-height: normal;
    color: #162133;
    font-family: Muller,sans-serif;
    /*        text-transform: uppercase;*/
    font-weight: 700;
    margin-bottom: 16px; }
  .art-single__promo-button {
    margin-top: 20px; }
  .art-single__relevant {
    padding-top: 24px; }
  .art-single__relevant-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-align: center; }
  .art-single__relevant-item {
    margin-bottom: 16px; }
  .art-single__relevant-image {
    height: 192px;
    width: 100%;
    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: 16px 10px; }
  .art-single__relevant-image-wrap {
    max-width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    overflow: hidden; }
    .art-single__relevant-image-wrap img {
      max-width: 100%;
      height: 100%; }
  .art-single__relevant-name {
    color: #2A415E;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    display: block;
    text-decoration: none; }

@media screen and (min-width: 1020px) {
  .art-objects__title {
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: inherit; }
  .art-objects__categories {
    margin-bottom: 40px; }
  .art-objects__categories-item {
    height: 31px;
    border-radius: 8px; }
  .art-objects__categrories-link {
    padding: 0 16px;
    font-size: 14px; }
  .art-objects__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    width: calc(100% + 40px); }
  .art-objects__object {
    position: relative;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: calc(33.3% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px; }
  .art-objects__content {
    padding-top: 8px; }
    .art-objects__content h2 {
      font-size: 18px; }
    .art-objects__content p {
      font-size: 14px;
      line-height: 140%; }
  .art-object-card {
    height: 100%; }
    .art-object-card__author, .art-object-card__favorite-quantity, .art-object-card__table td {
      font-size: 14px;
      line-height: 140%; }
    .art-object-card__table tr {
      height: 28px; }
  .art-single {
    padding-bottom: 56px; }
    .art-single__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .art-single__content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-right: 42px;
      border-right: 1px solid #E9E9E9; }
    .art-single__bottom, .art-single__top {
      padding: 24px; }
    .art-single__main {
      margin-bottom: 56px; }
    .art-single__name {
      font-size: 24px;
      line-height: normal; }
    .art-single__category-label, .art-single__category-value, .art-single__favorite-quantity, .art-single__prices-title {
      font-size: 14px;
      line-height: 140%; }
    .art-single__slider {
      height: 448px;
      padding: 16px 10px 0; }
    .art-single__slider-item {
      padding-bottom: 20px; }
    .art-single__slider-next, .art-single__slider-prev {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 28px;
      height: 28px;
      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-radius: 20px;
      background: rgba(255, 255, 255, 0.6);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px); }
      .art-single__slider-next::after, .art-single__slider-prev::after {
        display: none; }
    .art-single__slider-prev {
      left: 10px; }
    .art-single__slider-next {
      right: 10px; }
    .art-single__labels {
      top: 24px;
      left: 24px; }
    .art-single__favorite {
      top: 24px;
      right: 24px; }
    .art-single__prices-title {
      font-weight: 500;
      margin-bottom: 8px; }
    .art-single__price-current {
      font-size: 24px;
      line-height: normal; }
    .art-single__price-old {
      font-size: 14px;
      line-height: 140%; }
    .art-single__characteristics {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: calc(100% + 16px);
      margin: 0 -8px; }
    .art-single__characteristic {
      width: calc(50% - 16px);
      margin: 0 8px 8px; }
      .art-single__characteristic.highlight {
        width: calc(100% - 16px); }
      .art-single__characteristic:nth-last-child(-n+2) {
        margin-bottom: 0; }
    .art-single__description {
      padding: 32px;
      margin-bottom: 56px; }
    .art-single__description-title {
      font-size: 24px;
      line-height: normal;
      margin-bottom: 24px; }
    .art-single__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: calc(100% + 16px);
      margin: 0 -8px 24px;
      padding: 24px; }
    .art-single__item {
      width: calc(50% - 16px);
      margin: 0 8px 8px; }
      .art-single__item:nth-last-child(-n+2) {
        margin-bottom: 0; }
    .art-single__text p {
      margin-bottom: 24px; }
    .art-single__author {
      display: block;
      padding: 32px;
      margin-bottom: 56px; }
    .art-single__author-image {
      float: right;
      /*            width: 200px;*/
      /*            height: 200px;*/
      margin-left: 24px; }
    .art-single__author-content {
      max-height: 149px; }
    .art-single__relevant {
      width: 312px;
      padding-left: 32px;
      padding-top: 0; }
    .art-single__relevant-title {
      font-size: 20px;
      line-height: 20px; }
    .art-single__relevant-item {
      margin-bottom: 32px; }
    .art-single__promo {
      margin-bottom: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 16px 16px 16px 20px;
      margin-bottom: 56px; }
      .art-single__promo::before {
        height: calc(100% - 32px); }
    .art-single__promo-title {
      font-size: 20px;
      line-height: 24px; }
    .art-single__promo-button {
      height: 54px;
      margin-top: 0;
      font-size: 16px;
      line-height: 140%;
      margin-left: 16px; } }

@media screen and (min-width: 1360px) {
  .art-objects {
    padding-bottom: 56px; } }

.account {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 65px; }
  .account__aside {
    display: none; }
  .account__title {
    padding: 16px;
    border-radius: 16px;
    background: white;
    color: #162133;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 8px; }
  .account__banners {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 0 -4px;
    margin-left: calc(-4px - 12px);
    padding-left: 16px;
    padding-right: 16px;
    width: calc(100% + 32px);
    overflow-x: scroll;
    margin-bottom: 8px; }
    .account__banners::-webkit-scrollbar {
      display: none; }
  .account__banner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 115px;
    width: auto;
    margin-right: 4px; }
    .account__banner:last-child {
      margin-right: 0; }
    .account__banner img {
      height: 100%;
      width: auto; }
  .account__step {
    margin-bottom: 8px; }
    .account__step:last-child {
      margin-bottom: 0; }
    .account__step .account-step {
      background: white;
      padding: 40px 20px;
      border-radius: 8px; }
      .account__step .account-step.active {
        background: linear-gradient(224deg, #FFF6D4 -0.04%, rgba(255, 246, 212, 0.5) 99.33%); }
      .account__step .account-step__label {
        padding: 4.5px 10px;
        border-radius: 8px;
        background: white;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        color: #162133;
        font-size: 10px;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 32px; }
      .account__step .account-step__icon {
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px; }
      .account__step .account-step__title {
        color: #162133;
        font-size: 18px;
        font-weight: 600;
        line-height: normal; }
      .account__step .account-step__subtitle {
        color: #162133;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-top: 8px; }
      .account__step .account-step__text {
        color: #162133;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        opacity: 0.6;
        margin-top: 8px; }
      .account__step .account-step__button {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 32px; }

@media screen and (min-width: 767.98px) {
  .account__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
  .account__aside {
    display: block;
    width: 200px;
    margin-right: 32px; }
  .account__content {
    width: calc(100% - 200px - 32px); }
  .account__title {
    margin-bottom: 30px; }
  .account__banners {
    display: none; }
  .account__step {
    margin-bottom: 32px; } }

@media screen and (min-width: 1199.98px) {
  .account {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0; }
    .account__aside {
      width: 270px; }
    .account__content {
      width: calc(100% - 32px - 270px); }
    .account__title {
      padding: 0;
      background: transparent;
      font-size: 24px;
      line-height: normal; }
    .account__steps {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin: 0 -10px;
      width: calc(100% + 20px); }
    .account__step {
      width: calc(33.3% - 20px);
      margin: 0 10px;
      margin-bottom: 0; }
      .account__step .account-step {
        height: 407px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; }
        .account__step .account-step__subtitle {
          margin-top: 20px; }
        .account__step .account-step__text {
          margin-top: 20px; }
        .account__step .account-step__button {
          margin-top: auto; }
    .account__label {
      margin-bottom: 60px; } }

.account-header {
  width: 100%;
  height: auto;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 99; }
  .account-header__inner {
    height: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto; }
  .account-header__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 65px;
    padding: 0 20px; }
  .account-header__logo {
    width: 120px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto; }
  .account-header__bottom {
    width: 100%;
    padding: 0 20px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 8px;
    display: none; }
  .account-header__personal {
    margin-left: auto; }
  .account-header__user {
    margin-left: 8px; }
  .account-header__cart {
    margin-left: 8px;
    z-index: 21; }
  .account-header__navigation {
    width: 100%; }
  .account-header__whatsapp {
    position: fixed;
    bottom: 96px;
    right: 16px;
    z-index: 9999; }
    .account-header__whatsapp img, .account-header__whatsapp svg {
      width: 64px; }

@media (min-width: 1024px) {
  .account-header {
    /*        background: #f6f6f6;*/ }
    .account-header__logo {
      width: 162px; }
    .account-header__bottom {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .account-header__user {
      margin-left: 10px; }
    .account-header__cart {
      margin-left: 8px; }
    .account-header__whatsapp {
      position: fixed;
      bottom: 32px;
      right: 32px; }
      .account-header__whatsapp img, .account-header__whatsapp svg {
        width: 64px; } }

@media (min-width: 1024px) {
  .account-header {
    position: relative; } }

.account-user-cart {
  position: relative; }
  .account-user-cart__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer; }
  .account-user-cart__image {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden; }
    .account-user-cart__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .account-user-cart__quantity {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    background: #E53838;
    border-radius: 50%;
    overflow: hidden; }
  .account-user-cart__modal {
    position: fixed;
    bottom: 80px;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    border-radius: 16px 16px 0px 0px;
    background: white;
    box-shadow: 0px 4px 20px 0px rgba(42, 65, 94, 0.2);
    overflow: hidden;
    transition: opacity 0.4s ease; }
    .account-user-cart__modal.active {
      height: auto;
      visibility: visible;
      opacity: 1;
      z-index: 11; }
  .account-user-cart__modal-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 32px;
    background: #F6F6F6; }
  .account-user-cart__modal-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 8px; }
  .account-user-cart__modal-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #000; }
  .account-user-cart__modal-items {
    display: flex;
    flex-direction: column;
    padding: 8px; }
  .account-user-cart__modal-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px 24px;
    text-decoration: none;
    border-radius: 24px;
    transition: all 0.2s ease;
    color: #000; }
    .account-user-cart__modal-item:hover {
      background: rgba(14, 86, 169, 0.05); }
  .account-user-cart__modal-content {
    padding: 3px 0;
    flex: 1;
    text-decoration: none; }
  .account-user-cart__modal-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px; }
    .account-user-cart__modal-top:last-child {
      margin-bottom: 0; }
  .account-user-cart__modal-name {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-right: 8px; }
  .account-user-cart__modal-price {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    white-space: nowrap; }
  .account-user-cart__modal-label {
    padding: 4px 8px;
    border-radius: 10px;
    background: rgba(229, 56, 56, 0.07);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #E53838;
    font-size: 10px;
    font-weight: 500;
    line-height: normal; }
  .account-user-cart__modal-remove {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px; }

@media screen and (min-width: 1024px) {
  .account-user-cart {
    position: relative;
    height: 65px; }
    .account-user-cart__wrap {
      padding: 8px 16px;
      border-radius: 8px;
      background: #FFF;
      border-bottom: 2px solid #FED63F;
      transition: background-color 0.2s ease; }
      .account-user-cart__wrap.active {
        background-color: #E9E9E9; }
    .account-user-cart__quantity {
      top: 10px;
      right: 8px; }
    .account-user-cart__modal {
      position: absolute;
      top: 66px;
      bottom: inherit;
      left: inherit;
      right: 0;
      width: 400px;
      border-radius: 32px; } }

.account-nav {
  width: 100%; }
  .account-nav__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 40px; }
  .account-nav__item {
    position: relative;
    transition: 0.2s ease;
    /*&:last-child {
            margin-left: auto;

            &:not(.active) {
                .account-nav__link {
                    padding-right: 0;
                }
            }
        }*/ }
    .account-nav__item:not(.active) {
      opacity: 0.7; }
    .account-nav__item:hover {
      opacity: 1; }
    .account-nav__item:first-child:not(.active) .account-nav__link {
      padding-left: 0; }
    .account-nav__item.demo .account-nav__link:not(.lock) svg {
      margin-bottom: 2px; }
    .account-nav__item.demo .account-nav__link svg {
      /*margin-left: 8px;*/
      margin-right: 8px; }
    .account-nav__item.demo .account-nav__link.lock {
      color: #B8BFC9;
      cursor: pointer; }
      .account-nav__item.demo .account-nav__link.lock svg {
        margin-top: 2px;
        width: 14px;
        height: 14px;
        fill: #B8BFC9; }
    .account-nav__item.active .account-nav__link {
      background: #fff;
      border-top: 2px solid #fed63f;
      color: #162133; }
    .account-nav__item.active.delta .account-nav__link {
      background: transparent; }
  .account-nav__link {
    padding: 8px 16px 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #2a415e;
    border-radius: 8px 8px 0 0;
    border-top: 2px solid transparent;
    text-decoration: none;
    background: 0 0; }
  .account-nav__notify {
    position: relative;
    top: 0px;
    right: -6px;
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6px;
    height: 6px;
    color: #000;
    line-height: 1;
    font-size: 0;
    font-weight: 700;
    background-color: #E53838;
    border-radius: 50%; }
  .account-nav__notice {
    position: relative;
    top: 0px;
    right: -6px;
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6px;
    height: 6px;
    color: #000;
    line-height: 1;
    font-size: 0;
    font-weight: 700;
    background-color: #71aaeb;
    border-radius: 50%; }

@media (min-width: 1200px) {
  .account-nav__link.notice:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #71aaeb;
    margin-left: 12px;
    border-radius: 6px; }
  .account-nav__link.notify:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #E53838;
    margin-left: 12px;
    border-radius: 6px; }
  .account-nav__notify, .account-nav__notice {
    position: absolute;
    top: calc(50% - 3px);
    right: -3px; } }

.account-mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 11; }
  .account-mobile-nav__list {
    position: relative;
    height: 100%;
    padding-bottom: 16px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f6f6f6;
    border-radius: 0;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    z-index: 10;
    padding-bottom: 16px; }
  .account-mobile-nav__item {
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .account-mobile-nav__link {
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*text-transform: uppercase;*/
    text-decoration: none;
    padding: 0 16px;
    text-align: center;
    cursor: pointer; }
  .account-mobile-nav__icon {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .account-mobile-nav__text {
    color: #2a415e;
    font-size: 10px;
    font-weight: 500;
    line-height: 160%;
    text-align: center;
    position: relative;
    display: flex; }
    .account-mobile-nav__text.active {
      color: #71AAEB; }
    .account-mobile-nav__text .account-nav__notice, .account-mobile-nav__text .account-nav__notify {
      margin: 0;
      top: 4.5px;
      right: -12px;
      position: absolute; }
  .account-mobile-nav__menu {
    position: fixed;
    bottom: 64px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 0;
    z-index: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease;
    -moz-transition: max-height .4s ease;
    transition: max-height .4s ease; }
    .account-mobile-nav__menu.active {
      max-height: -webkit-calc(100vh - 64px);
      max-height: -moz-calc(100vh - 64px);
      max-height: calc(100vh - 64px);
      z-index: 9; }

@media (min-width: 1200px) {
  .account-mobile-nav {
    display: none; } }

.account-mobile-menu {
  background: #f6f6f6;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2);
  box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2); }
  .account-mobile-menu__manager {
    padding: 16px 20px; }
  .account-mobile-menu__manager-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px; }
  .account-mobile-menu__manager-image {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px; }
    .account-mobile-menu__manager-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .account-mobile-menu__manager-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .account-mobile-menu__manager-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #2a415e; }
  .account-mobile-menu__manager-subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #6a7784; }
  .account-mobile-menu__manager-contacts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 50px; }
  .account-mobile-menu__manager-phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 20px;
    text-decoration: none;
    cursor: pointer; }
  .account-mobile-menu__manager-phone-icon {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 6px; }
  .account-mobile-menu__manager-phone-text {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: #2a415e; }
  .account-mobile-menu__manager-email, .account-mobile-menu__manager-whatsapp {
    width: 60px;
    height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #ebebeb;
    cursor: pointer; }
  .account-mobile-menu__inner {
    padding-bottom: 16px; }
  .account-mobile-menu__list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none; }
  .account-mobile-menu__item {
    height: 65px;
    max-height: 65px;
    width: 100%;
    padding: 0 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #e9e9e9;
    opacity: 1;
    -webkit-transition: max-height .4s ease;
    -moz-transition: max-height .4s ease;
    transition: max-height .4s ease; }
    .account-mobile-menu__item.hidden {
      max-height: 0;
      opacity: 0;
      border-top: 1px solid transparent; }
  .account-mobile-menu__link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none; }
    .account-mobile-menu__link svg {
      margin-right: 8px; }
    .account-mobile-menu__link.lock .account-mobile-menu__text {
      color: #B8BFC9; }
    .account-mobile-menu__link.lock svg {
      width: 14px;
      height: 14px;
      fill: #B8BFC9; }
  .account-mobile-menu__text {
    color: #2a415e;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    display: flex; }
    .account-mobile-menu__text .account-nav__notice, .account-mobile-menu__text .account-nav__notify {
      top: 6px; }
    .account-mobile-menu__text.active {
      color: #71AAEB; }
  .account-mobile-menu__icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px; }

.account-personal {
  z-index: 20;
  display: none; }
  .account-personal__manager {
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    padding: 0 16px;
    cursor: pointer; }
    .account-personal__manager .account-personal__label {
      transition: all 0.2s ease; }
    .account-personal__manager:hover .account-personal__label {
      background: #fed63f; }
  .account-personal__logo {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden; }
    .account-personal__logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .account-personal__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .account-personal__name {
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    color: #2a415e;
    margin-bottom: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease; }
  .account-personal__label {
    background: rgba(113, 170, 235, 0.1);
    border-radius: 8px;
    padding: 4.5px 10px;
    margin-right: 8px;
    font-size: 10px;
    font-weight: 500;
    color: #2a415e;
    line-height: normal;
    display: none; }
  .account-personal__contact-icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .account-personal__contact-icon {
    width: 14px;
    height: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease; }
    .account-personal__contact-icon :last-child {
      margin-right: 0; }
  .account-personal__modal {
    display: none;
    position: fixed;
    bottom: 64px;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2);
    box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2);
    overflow: hidden;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease; }
    .account-personal__modal.active {
      height: auto;
      visibility: visible;
      opacity: 1;
      z-index: 11; }
  .account-personal__modal-manager {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 16px 20px; }
  .account-personal__modal-image {
    width: 33px;
    height: 33px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px; }
    .account-personal__modal-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .account-personal__modal-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .account-personal__modal-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #2a415e;
    margin-bottom: 5px; }
  .account-personal__modal-subtitle {
    color: #6a7784;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4; }
  .account-personal__modal-contacts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .account-personal__modal-contact {
    height: 65px;
    max-height: 65px;
    width: 100%;
    padding: 0 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #e9e9e9;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease; }
    .account-personal__modal-contact:hover {
      opacity: 1; }
  .account-personal__modal-icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px; }
  .account-personal__modal-text {
    color: #2a415e;
    font-size: 14px;
    font-weight: 500;
    line-height: normal; }
  .account-personal__modal-time {
    display: none; }

@media (min-width: 1024px) {
  .account-personal {
    position: relative;
    height: 65px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .account-personal__manager {
      padding: 11.5px 16px;
      border-radius: 8px;
      background: #fff;
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      transition: all .2s ease; }
      .account-personal__manager.active {
        background-color: #e9e9e9; }
    .account-personal__name {
      font-size: 12px;
      opacity: .8;
      margin-bottom: 6px; }
      .account-personal__name br {
        display: none; }
    .account-personal__info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .account-personal__logo {
      width: 40px;
      height: 40px;
      margin-right: 8px; }
    .account-personal__bottom {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .account-personal__label {
      display: inline-block; }
    .account-personal__contact-icon {
      margin-left: 8px;
      opacity: .6; }
    .account-personal__modal {
      display: block;
      position: absolute;
      top: 66px;
      bottom: inherit;
      left: inherit;
      right: -74px;
      width: 400px;
      border-radius: 32px; }
    .account-personal__modal-manager {
      padding: 32px 32px 16px 32px;
      background: #f6f6f6; }
    .account-personal__modal-image {
      width: 50px;
      height: 50px;
      margin-right: 8px; }
    .account-personal__modal-content {
      padding: 16px 32px 32px; }
    .account-personal__modal-contacts {
      border-bottom: 1px solid #e9e9e9;
      margin-bottom: 16px; }
    .account-personal__modal-contact {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      border: none;
      margin-bottom: 16px;
      padding: 0; }
    .account-personal__modal-icon {
      width: 16px;
      height: 16px;
      margin-right: 12px; }
    .account-personal__modal-time {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .account-personal__modal-time-text {
      font-size: 14px;
      font-weight: 500;
      color: #6a7784;
      line-height: 1.4; } }

.account-user {
  z-index: 20; }
  .account-user__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    transition: 0.3s ease; }
    .account-user__wrap.active .account-user__arrow {
      transform: rotate(180deg); }
  .account-user__logo {
    width: 33px;
    height: 33px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden; }
    .account-user__logo img, .account-user__logo svg {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .account-user__arrow {
    width: 9px;
    height: 5px;
    display: none;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 8px; }
  .account-user__modal {
    position: fixed;
    bottom: 64px;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2);
    box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2);
    overflow: hidden;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease; }
    .account-user__modal.active {
      height: auto;
      visibility: visible;
      opacity: 1;
      z-index: 11; }
  .account-user__modal-user {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 16px 20px; }
  .account-user__modal-image {
    width: 33px;
    height: 33px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px; }
    .account-user__modal-image img, .account-user__modal-image svg {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .account-user__modal-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .account-user__modal-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #2a415e;
    margin-bottom: 5px; }
  .account-user__modal-status {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .account-user__modal-verify {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 16px;
    text-decoration: none; }
  .account-user__modal-verify-icon {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 4px; }
  .account-user__modal-verify-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: #1aa341; }
    .account-user__modal-verify-text--danger {
      color: #e53838; }
  .account-user__modal-liberty {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #f6f6f6;
    border-radius: 4px 8px;
    padding: 5px 10px;
    overflow: hidden; }
  .account-user__modal-liberty-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 4px 8px;
    background: #fed63f; }
  .account-user__modal-liberty-icon {
    position: relative;
    width: 14px;
    height: 9px;
    margin-right: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1; }
  .account-user__modal-liberty-text {
    position: relative;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    color: #6a7784;
    z-index: 1; }
  .account-user__modal-actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 16px; }
  .account-user__modal-action {
    height: 65px;
    max-height: 65px;
    width: 100%;
    padding: 0 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #e9e9e9;
    text-decoration: none; }
  .account-user__modal-icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px; }
  .account-user__modal-text {
    color: #2a415e;
    font-size: 14px;
    font-weight: 500;
    line-height: normal; }

@media (min-width: 1024px) {
  .account-user {
    position: relative;
    height: 65px; }
    .account-user__wrap {
      padding: 11.5px 16px;
      border-radius: 8px;
      background: #fff;
      -webkit-transition: background-color .2s ease;
      -moz-transition: background-color .2s ease;
      transition: background-color .2s ease; }
      .account-user__wrap.active {
        background-color: #e9e9e9; }
    .account-user__logo {
      width: 40px;
      height: 40px; }
    .account-user__arrow {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .account-user__modal {
      position: absolute;
      top: 66px;
      bottom: inherit;
      left: inherit;
      right: 0;
      width: 400px;
      border-radius: 32px; }
    .account-user__modal-user {
      padding: 32px 32px 16px 32px;
      background: #f6f6f6; }
    .account-user__modal-image {
      width: 40px;
      height: 40px;
      margin-right: 8px; }
    .account-user__modal-liberty {
      background: #fff; }
    .account-user__modal-actions {
      padding: 8px 8px 16px; }
    .account-user__modal-action {
      height: 52px;
      border-radius: 8px;
      border: none;
      -webkit-transition: background-color .2s ease;
      -moz-transition: background-color .2s ease;
      transition: background-color .2s ease;
      margin-bottom: 8px; }
      .account-user__modal-action:hover {
        background-color: rgba(14, 86, 169, 0.05); }
      .account-user__modal-action:last-child {
        margin-bottom: 0; } }

.account-layout {
  position: relative; }
  .account-layout .lines {
    display: none; }
    .account-layout .lines .line:after {
      opacity: 0; }
  .account-layout .add-sidebar {
    display: flex;
    flex-wrap: wrap; }
    .account-layout .add-sidebar .account-monitoring__sidebar {
      margin-bottom: 16px; }
  .account-layout__wrapper {
    margin-top: 65px;
    padding-top: 12px;
    padding-bottom: 40px; }
  .account-layout__sidebar {
    width: -webkit-calc(100% + 16px);
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    margin-left: -8px; }

@media tablet {
  .account-layout__wrapper {
    max-width: none; }
  .account-layout__sidebar {
    margin-left: 0;
    width: 100%; } }

@media (min-width: 1200px) {
  .account-layout .lines {
    display: block; }
  .account-layout .add-sidebar {
    flex-wrap: nowrap; }
    .account-layout .add-sidebar .account-monitoring__sidebar {
      margin-right: 16px; }
  .account-layout__wrapper {
    padding-top: 40px;
    margin-top: 0;
    border: none; }
  .account-layout__sidebar {
    position: -webkit-sticky;
    position: sticky;
    z-index: 19;
    top: 0;
    width: 100%;
    background: #fff;
    border-left: 1px solid rgba(145, 145, 145, 0.2);
    border-right: 1px solid rgba(145, 145, 145, 0.2); } }

.account-cart {
  padding-top: 16px;
  padding-bottom: 60px;
  margin-top: 65px; }
  .account-cart__window {
    display: none; }
    .account-cart__window.active {
      display: block; }
  .account-cart__steps {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-bottom: 20px; }
    .account-cart__steps::-webkit-scrollbar {
      display: none; }
  .account-cart__step {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 4.5px 10px;
    border-radius: 8px;
    color: #000;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none; }
    .account-cart__step.active {
      background: #F6F6F6; }
      .account-cart__step.active .account-cart__step-title {
        color: #000;
        display: block; }
  .account-cart__step-separator {
    width: 4px;
    min-width: 4px;
    height: 4px;
    background: #6A7784;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px; }
  .account-cart__step-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE2IDE3IiBmaWxsPSJub25lIj48cmVjdCB5PSIwLjUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgcng9IjgiIGZpbGw9IiNFMUU1RUEiLz48cGF0aCBkPSJNNy40NzQ4NyA0LjUwMTY5VjkuNDUxNDRIMTAuMzAzMyIgc3Ryb2tlPSIjMTYyMTMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px; }
    .current .account-cart__step-icon {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE2IDE3IiBmaWxsPSJub25lIj48cmVjdCB5PSIwLjUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgcng9IjgiIGZpbGw9IiNGRUQ2M0YiLz48cGF0aCBkPSJNNy40NzQ4NyA0LjUwMTY5VjkuNDUxNDRIMTAuMzAzMyIgc3Ryb2tlPSIjMTYyMTMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=); }
    .completed .account-cart__step-icon {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE2IDE3IiBmaWxsPSJub25lIj48cmVjdCB5PSIwLjUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgcng9IjgiIGZpbGw9IiMxQ0EyNDIiLz48cGF0aCBkPSJNMy41IDguNUw3IDEyTDEzIDYiIHN0cm9rZT0id2hpdGUiLz48L3N2Zz4=); }
  .account-cart__step-title {
    display: none;
    color: #6A7784;
    margin-left: 10px; }
  .account-cart__right {
    margin-top: 24px; }
    .select-funds .account-cart__right {
      display: none; }
  .account-cart__panel {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 16px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid #E9E9E9;
    background: #fff; }
    .account-cart__panel .account-cart__progress {
      /*            display: none;*/
      padding: 0;
      width: 100%; }
  .account-cart__panel-promo {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .account-cart__panel-promo-text {
    color: #1CA242;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-right: 8px; }
  .account-cart__panel-promo-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    transform: rotate(45deg);
    cursor: pointer; }
    .account-cart__panel-promo-icon.active {
      transform: rotate(0); }
  .account-cart__panel-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .account-cart__panel-table {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    border-bottom: 1px solid #E9E9E9; }
    .account-cart__panel-table:last-child {
      border-bottom: none;
      margin-bottom: 0; }
  .account-cart__panel-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px; }
  .account-cart__panel-value {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; }
    .account-cart__panel-value:first-child {
      font-size: 12px;
      line-height: normal; }
    .account-cart__panel-value.notice:after {
      content: ' *'; }
  .account-cart__panel-notice {
    color: #0E56A9;
    font-size: 12px;
    line-height: 16px; }
  .account-cart__panel-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .account-cart__panel-title {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }
  .account-cart__panel-price {
    color: #1ca242;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%; }
    .account-cart__panel-price.notice:after {
      content: ' *'; }
  .account-cart__panel-button {
    /*        height: 54px;*/
    /*        font-size: 16px;*/
    width: 100%;
    margin-top: 8px; }
  .account-cart__promocode {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    border: 1px solid #E1E5EA;
    background: white;
    padding: 7px;
    height: 54px;
    margin-bottom: 25px; }
  .account-cart__promocode-input {
    color: #162133;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    outline: none;
    background: transparent;
    margin-right: 8px;
    flex: 1; }
    .account-cart__promocode-input::placeholder {
      color: #6A7784;
      font-weight: 400; }
  .account-cart__promocode-clear {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    cursor: pointer; }
  .account-cart__promocode-submit {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer; }
  .account-cart__promocode-status {
    position: absolute;
    top: calc(100% + 4px);
    left: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%; }
    .account-cart__promocode-status.success {
      color: #1CA242; }
    .account-cart__promocode-status.error {
      color: #E53838; }
  .account-cart__top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px; }
  .account-cart__title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin: 0; }
  .account-cart__liberty {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 24px; }
  .account-cart__switcher {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 24px; }
    .account-cart__switcher .switchbox {
      display: none; }
      .account-cart__switcher .switchbox + .switchbox-label {
        background: rgba(225, 229, 234, 0.7);
        border-radius: 16px;
        padding: 4px;
        cursor: pointer;
        display: inline-block;
        height: 24px;
        overflow: hidden;
        position: relative;
        width: 40px;
        font-size: 0;
        transition: all 0.2s linear; }
        .account-cart__switcher .switchbox + .switchbox-label:after {
          background-color: white;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC4zNzcxNyAwLjg1MTc0N0M0LjQ2ODc1IDAuNzYxNTM2IDQuNTI1NTMgMC42MzYwOTEgNC41MjU1MyAwLjQ5NzM4NUM0LjUyNTUzIDAuMjIyNjg3IDQuMzAyODQgMCA0LjAyODE1IDBDMy43NTM0NSAwIDMuNTMwNzYgMC4yMjI2ODcgMy41MzA3NiAwLjQ5NzM4NUMzLjUzMDc2IDAuNjIyMjA2IDMuNTc2NzQgMC43MzYyODkgMy42NTI2OSAwLjgyMzYxOUwzLjE1MTM4IDEuNTEzMThIMy4xNTA0NUwyLjcwMDQ2IDIuMTMyMTdDMi40MTgzNSAyLjUyMDIxIDEuODc1MDggMi42MDYxIDEuNDg3MDUgMi4zMjM5OUwxLjI4NzMyIDIuMTc4OEwwLjgzNjU3MyAxLjY3NjA0TDAuODM2MTAzIDEuNjc0MjVDMC45MzM3MTMgMS41ODM0NCAwLjk5NDc3IDEuNDUzODYgMC45OTQ3NyAxLjMxMDAyQzAuOTk0NzcgMS4wMzUzMiAwLjc3MjA4MyAwLjgxMjYzNSAwLjQ5NzM4NSAwLjgxMjYzNUMwLjIyMjY4NyAwLjgxMjYzNSAwIDEuMDM1MzIgMCAxLjMxMDAyQzAgMS41MjgwOCAwLjE0MDMyMyAxLjcxMzM2IDAuMzM1NTk2IDEuNzgwNUwwLjg2Mzc4OCAzLjc5MzA2QzAuODkwOTA1IDMuODk2MzggMC45ODU4NiAzLjk2Mzg2IDEuMDg4MzIgMy45NjAyNUMxLjEwMzM0IDMuOTYzNDIgMS4xMTg5MiAzLjk2NTA5IDEuMTM0ODkgMy45NjUwOUg2LjkyMTM2QzYuOTUxNiAzLjk2NTA5IDYuOTgwNDQgMy45NTkxIDcuMDA2NzYgMy45NDgyNUM3LjA3NTI5IDMuOTI0NyA3LjEzMTE0IDMuODY4NDEgNy4xNTA5MiAzLjc5MzA2TDcuNjgwNjggMS43NzQ1MUM3Ljg2NzMzIDEuNzAyODQgNy45OTk4MSAxLjUyMTkgNy45OTk4MSAxLjMxMDAyQzcuOTk5ODEgMS4wMzUzMiA3Ljc3NzEyIDAuODEyNjM1IDcuNTAyNDIgMC44MTI2MzVDNy4yMjc3MyAwLjgxMjYzNSA3LjAwNTA0IDEuMDM1MzIgNy4wMDUwNCAxLjMxMDAyQzcuMDA1MDQgMS40NTk2OSA3LjA3MTE1IDEuNTkzOTIgNy4xNzU3NSAxLjY4NTFMNy4xNzM2IDEuNjkzM0w2Ljc2ODIyIDIuMTQ1NDZMNi41MjI2NSAyLjMyMzk5QzYuMTM0NiAyLjYwNjEgNS41OTEzMyAyLjUyMDIxIDUuMzA5MjQgMi4xMzIxN0w0Ljg1OTIyIDEuNTEzMThINC44NTgwM0w0LjM3NzE3IDAuODUxNzQ3Wk0xLjEzNDg5IDQuNDI3NDZINi45MjEzNkM3LjA0NTE3IDQuNDI3NDYgNy4xNDU1NCA0LjUyNzgzIDcuMTQ1NTQgNC42NTE2NFY1LjE1NjAzQzcuMTQ1NTQgNS4yNzk4MyA3LjA0NTE3IDUuMzgwMiA2LjkyMTM2IDUuMzgwMkgxLjEzNDg5QzEuMDExMDggNS4zODAyIDAuOTEwNzEyIDUuMjc5ODMgMC45MTA3MTIgNS4xNTYwM1Y0LjY1MTY0QzAuOTEwNzEyIDQuNTI3ODMgMS4wMTEwOCA0LjQyNzQ2IDEuMTM0ODkgNC40Mjc0NloiIGZpbGw9IiUyMzZBNzc4NCIvPjwvc3ZnPg==);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 8px 6px;
          border-radius: 50px;
          content: " ";
          display: block;
          height: 16px;
          width: 16px;
          position: absolute;
          right: calc(100% - 20px);
          transition: all 0.2s linear;
          top: 50%;
          transform: translateY(-50%); }
      .account-cart__switcher .switchbox:checked + .switchbox-label {
        background: #FFCE00; }
        .account-cart__switcher .switchbox:checked + .switchbox-label:after {
          right: 4px;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC4zNzcxNyAwLjg1MTc0N0M0LjQ2ODc1IDAuNzYxNTM2IDQuNTI1NTMgMC42MzYwOTEgNC41MjU1MyAwLjQ5NzM4NUM0LjUyNTUzIDAuMjIyNjg3IDQuMzAyODQgMCA0LjAyODE1IDBDMy43NTM0NSAwIDMuNTMwNzYgMC4yMjI2ODcgMy41MzA3NiAwLjQ5NzM4NUMzLjUzMDc2IDAuNjIyMjA2IDMuNTc2NzQgMC43MzYyODkgMy42NTI2OSAwLjgyMzYxOUwzLjE1MTM4IDEuNTEzMThIMy4xNTA0NUwyLjcwMDQ2IDIuMTMyMTdDMi40MTgzNSAyLjUyMDIxIDEuODc1MDggMi42MDYxIDEuNDg3MDUgMi4zMjM5OUwxLjI4NzMyIDIuMTc4OEwwLjgzNjU3MyAxLjY3NjA0TDAuODM2MTAzIDEuNjc0MjVDMC45MzM3MTMgMS41ODM0NCAwLjk5NDc3IDEuNDUzODYgMC45OTQ3NyAxLjMxMDAyQzAuOTk0NzcgMS4wMzUzMiAwLjc3MjA4MyAwLjgxMjYzNSAwLjQ5NzM4NSAwLjgxMjYzNUMwLjIyMjY4NyAwLjgxMjYzNSAwIDEuMDM1MzIgMCAxLjMxMDAyQzAgMS41MjgwOCAwLjE0MDMyMyAxLjcxMzM2IDAuMzM1NTk2IDEuNzgwNUwwLjg2Mzc4OCAzLjc5MzA2QzAuODkwOTA1IDMuODk2MzggMC45ODU4NiAzLjk2Mzg2IDEuMDg4MzIgMy45NjAyNUMxLjEwMzM0IDMuOTYzNDIgMS4xMTg5MiAzLjk2NTA5IDEuMTM0ODkgMy45NjUwOUg2LjkyMTM2QzYuOTUxNiAzLjk2NTA5IDYuOTgwNDQgMy45NTkxIDcuMDA2NzYgMy45NDgyNUM3LjA3NTI5IDMuOTI0NyA3LjEzMTE0IDMuODY4NDEgNy4xNTA5MiAzLjc5MzA2TDcuNjgwNjggMS43NzQ1MUM3Ljg2NzMzIDEuNzAyODQgNy45OTk4MSAxLjUyMTkgNy45OTk4MSAxLjMxMDAyQzcuOTk5ODEgMS4wMzUzMiA3Ljc3NzEyIDAuODEyNjM1IDcuNTAyNDIgMC44MTI2MzVDNy4yMjc3MyAwLjgxMjYzNSA3LjAwNTA0IDEuMDM1MzIgNy4wMDUwNCAxLjMxMDAyQzcuMDA1MDQgMS40NTk2OSA3LjA3MTE1IDEuNTkzOTIgNy4xNzU3NSAxLjY4NTFMNy4xNzM2IDEuNjkzM0w2Ljc2ODIyIDIuMTQ1NDZMNi41MjI2NSAyLjMyMzk5QzYuMTM0NiAyLjYwNjEgNS41OTEzMyAyLjUyMDIxIDUuMzA5MjQgMi4xMzIxN0w0Ljg1OTIyIDEuNTEzMThINC44NTgwM0w0LjM3NzE3IDAuODUxNzQ3Wk0xLjEzNDg5IDQuNDI3NDZINi45MjEzNkM3LjA0NTE3IDQuNDI3NDYgNy4xNDU1NCA0LjUyNzgzIDcuMTQ1NTQgNC42NTE2NFY1LjE1NjAzQzcuMTQ1NTQgNS4yNzk4MyA3LjA0NTE3IDUuMzgwMiA2LjkyMTM2IDUuMzgwMkgxLjEzNDg5QzEuMDExMDggNS4zODAyIDAuOTEwNzEyIDUuMjc5ODMgMC45MTA3MTIgNS4xNTYwM1Y0LjY1MTY0QzAuOTEwNzEyIDQuNTI3ODMgMS4wMTEwOCA0LjQyNzQ2IDEuMTM0ODkgNC40Mjc0NloiIGZpbGw9IiNGRkNFMDAiLz48L3N2Zz4=); }
  .account-cart__liberty-text {
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-left: 16px; }
  .account-cart__objects {
    margin-bottom: 24px; }
  .account-cart__object {
    margin-bottom: 24px; }
    .account-cart__object .account-object {
      position: relative;
      background: #F6F6F6;
      padding: 8px;
      border-radius: 16px; }
      .account-cart__object .account-object__image {
        /*                position: absolute;*/
        top: 0;
        left: 0;
        border-radius: 16px;
        /*                width: 130px;*/
        width: 100%;
        height: 160px;
        overflow: hidden; }
        .account-cart__object .account-object__image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .account-cart__object .account-object__discount {
        position: absolute;
        top: 8px;
        right: 8px;
        padding: 4px 8px;
        background: #1CA242;
        border-radius: 16px;
        color: white;
        font-size: 10px;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase; }
      .account-cart__object .account-object__content {
        width: 100%;
        padding: 8px;
        /*                padding-left: calc(130px + 8px);*/
        padding-bottom: 0;
        min-height: 152px; }
        .account-cart__object .account-object__content .account-object__liberty {
          display: none; }
      .account-cart__object .account-object__top {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 16px; }
      .account-cart__object .account-object__title {
        padding: 3px 0;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        line-height: 140%;
        max-width: 210px; }
      .account-cart__object .account-object__remove {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        cursor: pointer; }
      .account-cart__object .account-object__table-r {
        min-height: 20px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px; }
        .account-cart__object .account-object__table-r:last-child {
          margin-bottom: 0; }
      .account-cart__object .account-object__table-d:first-child {
        color: #6A7784;
        font-size: 12px;
        font-weight: 500;
        line-height: normal; }
      .account-cart__object .account-object__table-d:last-child {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; }
        .account-cart__object .account-object__table-d:last-child.highlight {
          color: #71AAEB;
          font-weight: 700; }
      .account-cart__object .account-object__table-icon {
        width: 14px;
        height: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 4px; }
      .account-cart__object .account-object__actions {
        margin-top: 16px;
        padding: 0 8px 8px; }
      .account-cart__object .account-object__quantity {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row-reverse;
        margin-bottom: 16px; }
      .account-cart__object .account-object__input-number {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .account-cart__object .account-object__input-number-toggle {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
        border: none;
        background: none; }
      .account-cart__object .account-object__input-number-value {
        border-radius: 8px;
        border: 1px solid #E1E5EA;
        background: white;
        outline: none;
        color: #162133;
        font-family: 'Muller', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        padding: 0 8px;
        height: 40px;
        margin: 0 8px;
        width: 100px;
        -moz-appearance: textfield; }
        .account-cart__object .account-object__input-number-value::-webkit-outer-spin-button, .account-cart__object .account-object__input-number-value::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      .account-cart__object .account-object__prices {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-right: auto;
        flex-wrap: wrap; }
      .account-cart__object .account-object__price {
        color: #6A7784;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%;
        width: 100%; }
        .account-cart__object .account-object__price.main {
          color: #1CA242;
          font-size: 18px;
          font-weight: 600;
          line-height: normal; }
      .account-cart__object .account-object__panel {
        margin: 0 -8px 16px; }
        .account-cart__object .account-object__panel .account-cart__panel {
          border: none;
          background: white; }
      .account-cart__object .account-object__liberty {
        width: 100%;
        /*                padding: 0 8px;*/
        padding: 8px 0;
        color: #6A7784;
        font-size: 12px;
        font-weight: 500;
        line-height: normal; }
      .account-cart__object .account-object__liberty-label {
        color: var(--theme-color);
        font-size: 12px;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: normal; }
      .account-cart__object .account-object__liberty-icon {
        width: 14px;
        height: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 4px; }
    .account-cart__object:last-child {
      margin-bottom: 0; }
  .account-cart__progress {
    background: #F6F6F6;
    border-radius: 16px;
    padding: 16px;
    margin-top: 16px; }
  .account-cart__progress-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #1CA242;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }
  .account-cart__progress-value {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    margin-right: 8px;
    white-space: nowrap; }
    .account-cart__progress-value.notice:after {
      content: ' *'; }
  .account-cart__progress-ranges {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px; }
  .account-cart__progress-range {
    background: #E1E5EA;
    border-radius: 2px;
    height: 4px; }
    .account-cart__progress-range:first-child {
      background: #1CA242;
      margin-right: 4px; }
    .account-cart__progress-range.active {
      background: #1CA242;
      margin-right: 0; }
    .account-cart__progress-range.completed {
      background: #6A7784;
      margin-right: 4px; }
  .account-cart__progress-bottom {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }
  .account-cart__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 24px; }
  .account-cart__button {
    margin-right: 16px; }
    .account-cart__button:last-child {
      margin-right: 0; }
  .account-cart__form {
    margin-bottom: 16px; }
  .account-cart__form-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 50px;
    height: fit-content; }
  .account-cart__form-input {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    border: 1px solid #E1E5EA;
    background: #F6F6F6;
    margin-bottom: 24px;
    -webkit-tap-highlight-color: transparent; }
    .account-cart__form-input.error .account-cart__form-label::after {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      top: calc(100% - 1px);
      left: 50%;
      transform: translateX(-50%);
      background: #E53838; }
    .account-cart__form-input.error .account-cart__form-input-incorrect {
      display: block; }
  .account-cart__form-input-incorrect {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    color: #E53838;
    white-space: nowrap;
    text-align: left; }
  .account-cart__form-input-message {
    position: absolute;
    top: calc(100% + 4px);
    left: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    color: #6A7784;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .account-cart__form-input-message-icon {
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px; }
  .account-cart__form-label {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; }
    .account-cart__form-label .iti {
      height: 100%; }
    .account-cart__form-label.required:after {
      position: absolute;
      content: '';
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj48cGF0aCBkPSJNOCAzQzguMTUwMSAzIDguMjk0MDUgMy4wNjU4NSA4LjQwMDE5IDMuMTgzMDZDOC41MDYzMiAzLjMwMDI3IDguNTY1OTUgMy40NTkyNCA4LjU2NTk1IDMuNjI1VjYuOTE3NUwxMS4xNDc4IDUuMjcxMjVDMTEuMjEyMiA1LjIyOTU2IDExLjI4MzQgNS4yMDIzNSAxMS4zNTc0IDUuMTkxMTlDMTEuNDMxMyA1LjE4MDAyIDExLjUwNjUgNS4xODUxMiAxMS41Nzg3IDUuMjA2MTlDMTEuNjUwOSA1LjIyNzI2IDExLjcxODUgNS4yNjM4OCAxMS43Nzc4IDUuMzEzOTVDMTEuODM3MSA1LjM2NDAxIDExLjg4NjkgNS40MjY1NCAxMS45MjQyIDUuNDk3OTJDMTEuOTYxNSA1LjU2OTMgMTEuOTg1NyA1LjY0ODEzIDExLjk5NTMgNS43Mjk4N0MxMi4wMDQ5IDUuODExNjEgMTEuOTk5OCA1Ljg5NDY0IDExLjk4MDIgNS45NzQxOEMxMS45NjA3IDYuMDUzNzMgMTEuOTI3MSA2LjEyODIyIDExLjg4MTMgNi4xOTMzNkMxMS44MzU2IDYuMjU4NSAxMS43Nzg3IDYuMzEzMDEgMTEuNzEzOCA2LjM1Mzc1TDkuMTMxOSA4TDExLjcxMzggOS42NDYyNUMxMS43Nzg3IDkuNjg2OTkgMTEuODM1NiA5Ljc0MTUgMTEuODgxMyA5LjgwNjY0QzExLjkyNzEgOS44NzE3OCAxMS45NjA3IDkuOTQ2MjcgMTEuOTgwMiAxMC4wMjU4QzExLjk5OTggMTAuMTA1NCAxMi4wMDQ5IDEwLjE4ODQgMTEuOTk1MyAxMC4yNzAxQzExLjk4NTcgMTAuMzUxOSAxMS45NjE1IDEwLjQzMDcgMTEuOTI0MiAxMC41MDIxQzExLjg4NjkgMTAuNTczNSAxMS44MzcxIDEwLjYzNiAxMS43Nzc4IDEwLjY4NjFDMTEuNzE4NSAxMC43MzYxIDExLjY1MDkgMTAuNzcyNyAxMS41Nzg3IDEwLjc5MzhDMTEuNTA2NSAxMC44MTQ5IDExLjQzMTMgMTAuODIgMTEuMzU3NCAxMC44MDg4QzExLjI4MzQgMTAuNzk3NiAxMS4yMTIyIDEwLjc3MDQgMTEuMTQ3OCAxMC43Mjg4TDguNTY1OTUgOS4wODI1VjEyLjM3NUM4LjU2NTk1IDEyLjU0MDggOC41MDYzMiAxMi42OTk3IDguNDAwMTkgMTIuODE2OUM4LjI5NDA1IDEyLjkzNDIgOC4xNTAxIDEzIDggMTNDNy44NDk5IDEzIDcuNzA1OTUgMTIuOTM0MiA3LjU5OTgxIDEyLjgxNjlDNy40OTM2OCAxMi42OTk3IDcuNDM0MDUgMTIuNTQwOCA3LjQzNDA1IDEyLjM3NVY5LjA4MjVMNC44NTIxOCAxMC43Mjg4QzQuNzg3NzkgMTAuNzcwNCA0LjcxNjU3IDEwLjc5NzYgNC42NDI2MiAxMC44MDg4QzQuNTY4NjcgMTAuODIgNC40OTM0NSAxMC44MTQ5IDQuNDIxMjkgMTAuNzkzOEM0LjM0OTEzIDEwLjc3MjcgNC4yODE0NiAxMC43MzYxIDQuMjIyMTcgMTAuNjg2MUM0LjE2Mjg4IDEwLjYzNiA0LjExMzE1IDEwLjU3MzUgNC4wNzU4MyAxMC41MDIxQzQuMDM4NTEgMTAuNDMwNyA0LjAxNDM0IDEwLjM1MTkgNC4wMDQ3MiAxMC4yNzAxQzMuOTk1MSAxMC4xODg0IDQuMDAwMjIgMTAuMTA1NCA0LjAxOTc3IDEwLjAyNThDNC4wMzkzMyA5Ljk0NjI3IDQuMDcyOTQgOS44NzE3OCA0LjExODY3IDkuODA2NjRDNC4xNjQ0IDkuNzQxNSA0LjIyMTM0IDkuNjg2OTkgNC4yODYyMyA5LjY0NjI1TDYuODY4MSA4TDQuMjg2MjMgNi4zNTM3NUM0LjE1NzMgNi4yNzAyOCA0LjA2MzUgNi4xMzM4OCA0LjAyNTMgNS45NzQzMkMzLjk4NzEgNS44MTQ3NiA0LjAwNzYgNS42NDUgNC4wODIzMyA1LjUwMjA3QzQuMTU3MDYgNS4zNTkxNCA0LjI3OTk0IDUuMjU0NjUgNC40MjQxNyA1LjIxMTQxQzQuNTY4NCA1LjE2ODE2IDQuNzIyMjYgNS4xODk2OCA0Ljg1MjE4IDUuMjcxMjVMNy40MzQwNSA2LjkxNzVWMy42MjVDNy40MzQwNSAzLjQ1OTI0IDcuNDkzNjggMy4zMDAyNyA3LjU5OTgxIDMuMTgzMDZDNy43MDU5NSAzLjA2NTg1IDcuODQ5OSAzIDggM1YzWiIgZmlsbD0iI0I4QkZDOSIvPjwvc3ZnPg==);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .account-cart__form-label input {
      width: 100%;
      height: calc(100% - 18px);
      background: transparent;
      border: none;
      outline: none;
      font-size: 14px;
      font-weight: 400;
      color: #162133; }
      .account-cart__form-label input::placeholder {
        color: transparent; }
      .account-cart__form-label input[type="tel"] {
        height: 100%; }
        .account-cart__form-label input[type="tel"]::placeholder {
          color: #B8BFC9; }
      .account-cart__form-label input:focus ~ .account-cart__form-input-title, .account-cart__form-label input:not(:placeholder-shown) ~ .account-cart__form-input-title {
        transform: none;
        top: 6px;
        font-size: 10px;
        line-height: 12px;
        color: #6A7784; }
      .account-cart__form-label input:focus ~ .account-cart__form-input-clear, .account-cart__form-label input:not(:placeholder-shown) ~ .account-cart__form-input-clear {
        display: flex; }
  .account-cart__form-input-title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #B8BFC9;
    transition: all 300ms ease; }
  .account-cart__checks {
    margin-bottom: 24px; }
  .account-cart__checkbox {
    position: relative;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-top: 3px; }
    .account-cart__checkbox .checkbox {
      position: absolute;
      z-index: -1;
      opacity: 0;
      width: 100%;
      height: 100%;
      visibility: hidden; }
      .account-cart__checkbox .checkbox + label {
        display: inline-flex;
        align-items: center;
        user-select: none;
        width: 100%;
        height: 100%;
        cursor: pointer;
        font-size: 0; }
        .account-cart__checkbox .checkbox + label::before {
          content: '';
          display: inline-block;
          width: 100%;
          height: 100%;
          flex: 1;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj48cmVjdCB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iMy41IiBzdHJva2U9IiNGRUQ2M0YiLz48cGF0aCBkPSJNMy41IDhMNyAxMS41TDEzIDUuNSIgc3Ryb2tlPSJ3aGl0ZSIvPjwvc3ZnPg==);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% 100%;
          transition: all 0.1s ease;
          box-sizing: border-box; }
      .account-cart__checkbox .checkbox:checked + label::before {
        border-width: 0;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSI0IiBmaWxsPSIjRkVENjNGIi8+PHBhdGggZD0iTTMuNSA4TDcgMTEuNUwxMyA1LjUiIHN0cm9rZT0iIzE2MjEzMyIvPjwvc3ZnPg==); }
    .account-cart__checkbox.has-error label::before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj48cmVjdCB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iMy41IiBzdHJva2U9IiNlNTM4MzgiLz48cGF0aCBkPSJNMy41IDhMNyAxMS41TDEzIDUuNSIgc3Ryb2tlPSJ3aGl0ZSIvPjwvc3ZnPg==); }
  .account-cart__checkrow {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 24px;
    position: relative; }
    .account-cart__checkrow:last-child {
      margin-bottom: 0; }
  .account-cart__checkrow-text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-left: 8px; }
    .account-cart__checkrow-text a {
      color: #000;
      text-decoration: underline; }
  .account-cart__error {
    position: absolute;
    top: -webkit-calc(100% + 2px);
    top: -moz-calc(100% + 2px);
    top: calc(100% + 2px);
    left: 24px;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    color: #e53838;
    white-space: nowrap;
    text-align: left;
    margin: 0; }
  .account-cart__popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity 0.2s ease; }
    .account-cart__popup.active {
      opacity: 1;
      visibility: visible;
      height: 100%; }
  .account-cart__popup-close {
    position: fixed;
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #B8BFC9;
    z-index: 1; }
  .account-cart__popup-window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: fit-content;
    max-height: 100%;
    overflow: hidden;
    border-radius: 32px;
    background: #FFF;
    padding: 40px 32px;
    max-width: 364px;
    width: 100%; }
  .account-cart .confirm__logo {
    width: 86px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }
  .account-cart .confirm__title {
    margin-top: 22px;
    margin-bottom: 22px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-family: 'Muller', sans-serif; }
  .account-cart .confirm__subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #000;
    margin-bottom: 22px;
    text-align: center; }
  .account-cart .confirm__form {
    transition: opacity 0.2s ease; }
  .account-cart .confirm__form-row {
    display: flex;
    width: 100%;
    min-height: 50px;
    height: fit-content;
    margin-bottom: 24px; }
  .account-cart .confirm__form-otp {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .account-cart .confirm__form-otp input {
      width: 50px;
      height: 50px;
      border-radius: 8px;
      border: 1px solid #E1E5EA;
      background: #F6F6F6;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      line-height: 50px;
      margin: 0;
      padding: 0;
      outline: none; }
    .account-cart .confirm__form-otp.error .account-cart__form-otp-label::after {
      position: absolute;
      content: '';
      width: 36px;
      height: 1px;
      top: calc(100% - 1px);
      left: 50%;
      transform: translateX(-50%);
      background: #E53838; }
    .account-cart .confirm__form-otp.error .account-cart__form-otp-incorrect {
      display: block; }
  .account-cart .confirm__form-otp-label {
    position: relative;
    margin: 0 4px; }
  .account-cart .confirm__form-otp-incorrect {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    color: #E53838;
    white-space: nowrap; }
  .account-cart .confirm__form-button {
    width: 100%;
    height: 50px; }
  .account-cart .confirm__timer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #6A7784;
    margin-top: 16px;
    margin-bottom: 24px; }
    .account-cart .confirm__timer--margin-bottom-0 {
      margin-bottom: 0; }
  .account-cart .confirm__timer-icon {
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px; }
  .account-cart__payments {
    margin-bottom: 24px; }
  .account-cart__payment {
    padding: 16px;
    border-radius: 16px;
    background: #F6F6F6;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .account-cart__payment:last-child {
      margin-bottom: 0; }
    .account-cart__payment.active .account-cart__payment-toggle-hide {
      display: flex; }
    .account-cart__payment.active .account-cart__payment-toggle-show {
      display: none; }
    .account-cart__payment.active .account-cart__payment-content {
      opacity: 1;
      visibility: visible;
      height: auto;
      margin-top: 16px; }
  .account-cart__payment-info {
    flex: 1; }
  .account-cart__payment-toggle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    cursor: pointer; }
    .account-cart__payment-toggle-hide {
      display: none; }
    .account-cart__payment-toggle-show {
      display: flex; }
  .account-cart__payment-title {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%; }
  .account-cart__payment-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.3s ease;
    margin: 0;
    overflow: hidden; }
  .account-cart__payment-text {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px; }
  .account-cart__payment-code {
    width: 171px;
    height: 171px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .account-cart__payment-row {
    margin-bottom: 16px; }
  .account-cart__payment-label {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }
  .account-cart__payment-value {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #71AAEB;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; }
  .account-cart__payment-copy {
    width: 16px;
    height: auto;
    padding: 2px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    cursor: pointer; }
  .account-cart__quote {
    position: relative;
    padding: 16px 16px 16px 20px;
    border-radius: 8px;
    border: 1px solid #B8BFC9;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 24px; }
    .account-cart__quote::before {
      position: absolute;
      content: '';
      top: 16px;
      left: 0;
      height: calc(100% - 32px);
      width: 4px;
      border-radius: 0px 10px 10px 0px;
      background: #E53838; }
  .account-cart__quote-icon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px; }
  .account-cart__quote-text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; }
    .account-cart__quote-text p {
      margin-bottom: 8px;
      margin-top: 0; }
      .account-cart__quote-text p:last-child {
        margin-bottom: 0; }
  .account-cart__questions {
    margin-bottom: 24px; }
  .account-cart__question {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 8px; }
    .account-cart__question:last-child {
      margin-bottom: 0; }
  .account-cart__question-icon {
    width: 12px;
    min-width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFCE00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    margin-top: 4px;
    margin-right: 8px; }
  .account-cart__question-text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; }
  .account-cart__completed {
    position: relative;
    padding: 16px 16px 16px 20px;
    border-radius: 8px;
    border: 1px solid #B8BFC9;
    margin-bottom: 24px; }
    .account-cart__completed::before {
      position: absolute;
      content: '';
      top: 16px;
      left: 0;
      height: calc(100% - 32px);
      width: 4px;
      border-radius: 0px 10px 10px 0px;
      background: #1CA242; }
    .account-cart__completed.wait::before {
      background: #B8BFC9; }
    .account-cart__completed.wait .account-cart__completed-title {
      color: #162133; }
  .account-cart__completed-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px; }
  .account-cart__completed-icon {
    width: 28px;
    height: 32px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .account-cart__completed-title {
    color: #1CA242;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%; }
  .account-cart__completed-text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 16px; }
  .account-cart__completed-contacts {
    margin-bottom: 24px; }
    .account-cart__completed-contacts:last-child {
      margin-bottom: 0; }
  .account-cart__manager {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px; }
  .account-cart__manager-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    overflow: hidden; }
    .account-cart__manager-icon img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .account-cart__manager-name {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; }
  .account-cart__contacts {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .account-cart__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    text-decoration: none; }
    .account-cart__contact:last-child {
      margin-right: 0; }
  .account-cart__contact-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .account-cart__contact-text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-left: 8px; }
  .account-cart__nocall {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .account-cart__nocall .account-cart__switcher .switchbox {
      display: none; }
      .account-cart__nocall .account-cart__switcher .switchbox + .switchbox-label:after {
        background-image: none; }
      .account-cart__nocall .account-cart__switcher .switchbox:checked + .switchbox-label:after {
        background-image: none; }
  .account-cart__nocall-text {
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-left: 16px; }

@media screen and (min-width: 1024px) {
  .account-cart {
    padding-top: 40px;
    padding-bottom: 128px;
    margin-top: 0; }
    .account-cart__step-title {
      display: block; }
    .account-cart__content {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
    .account-cart__left {
      flex: 1; }
    .account-cart__right {
      width: 340px;
      margin-left: 24px; }
    .account-cart__panel {
      position: relative;
      bottom: auto;
      left: auto;
      width: 100%;
      border-radius: 16px;
      flex-direction: column;
      padding: 8px; }
      .account-cart__panel .account-cart__progress {
        display: block;
        padding: 16px; }
    .account-cart__panel-wrap {
      width: 100%;
      padding: 16px;
      flex-direction: column; }
    .account-cart__panel-mobile {
      display: none; }
    .account-cart__panel-table {
      display: block;
      width: 100%;
      margin-bottom: 16px;
      border-bottom: 1px solid #E9E9E9; }
    .account-cart__panel-row, .account-cart__panel-total {
      display: -webkit-box;
      display: -ms-flexbox;
      -webkit-box-align: center; }
    .account-cart__panel-row {
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 16px; }
    .account-cart__panel-value {
      font-size: 14px;
      line-height: 140%; }
    .account-cart__panel-total {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin-bottom: 24px; }
      .account-cart__panel-total:last-child {
        margin-bottom: 0; }
    .account-cart__panel-title {
      color: #000;
      font-size: 18px;
      font-weight: 600;
      line-height: normal; }
    .account-cart__panel-price {
      color: #1CA242;
      font-size: 18px;
      font-weight: 600;
      line-height: normal; }
    .account-cart__panel-button {
      /*            height: 54px;*/
      /*            font-size: 16px;*/ }
    .account-cart__button {
      /*            height: 54px;*/
      /*            font-size: 16px;*/
      padding: 0 30px; }
    .account-cart__progress {
      display: none;
      border-radius: 8px;
      background: white;
      width: 100%; }
    .account-cart__progress-top {
      font-size: 14px;
      line-height: 140%; }
    .account-cart__progress-value {
      line-height: normal;
      font-size: 18px; }
    .account-cart__progress-bottom {
      font-size: 14px;
      line-height: 140%; }
    .account-cart__panel-button {
      margin-left: 0;
      width: 100%; }
    .account-cart__title {
      font-size: 24px;
      line-height: normal; }
    .account-cart__liberty {
      margin-left: auto; }
    .account-cart__object .account-object {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
      .account-cart__object .account-object__image {
        width: 280px;
        height: 100%;
        min-height: 220px;
        /*                    max-height: 280px;*/
        border-radius: 16px;
        position: absolute; }
      .account-cart__object .account-object__discount {
        padding: 4px 16px;
        font-size: 12px;
        top: 16px;
        right: 16px; }
      .account-cart__object .account-object__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: calc(280px + 40px - 8px);
        padding-top: 16px;
        padding-bottom: 16px;
        width: auto;
        flex: 1;
        margin-bottom: 0;
        align-self: stretch;
        min-height: calc(220px - 16px); }
        .account-cart__object .account-object__content .account-object__liberty {
          display: block; }
      .account-cart__object .account-object__remove {
        position: absolute;
        top: 24px;
        right: 24px; }
      .account-cart__object .account-object__top {
        margin-bottom: 24px; }
      .account-cart__object .account-object__title {
        font-size: 18px;
        line-height: normal;
        font-weight: 600;
        padding: 0;
        max-width: 100%; }
      .account-cart__object .account-object__actions {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        height: 100%;
        padding: 0;
        margin-top: 0; }
        .account-cart__object .account-object__actions .account-object__liberty {
          display: none; }
      .account-cart__object .account-object__quantity {
        flex-direction: column-reverse;
        min-width: 124px;
        margin-left: 24px;
        margin-right: 16px;
        margin-bottom: 0;
        margin-top: calc(22px + 24px); }
      .account-cart__object .account-object__prices {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 24px; }
      .account-cart__object .account-object__price {
        margin-left: 0; }
        .account-cart__object .account-object__price:first-child {
          margin-bottom: 2px; }
      .account-cart__object .account-object__input-number {
        width: 100%; }
      .account-cart__object .account-object__input-number-value {
        width: 60px;
        height: 54px;
        font-size: 16px;
        line-height: normal; }
      .account-cart__object .account-object__panel {
        width: 332px;
        height: 100%;
        margin: 0;
        margin-left: 8px; }
      .account-cart__object .account-object__table {
        width: 100%;
        margin-bottom: 24px; }
      .account-cart__object .account-object__table-r {
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #E9E9E9; }
        .account-cart__object .account-object__table-r:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
      .account-cart__object .account-object__table-d:first-child, .account-cart__object .account-object__table-d:last-child {
        font-size: 14px;
        line-height: 140%; }
      .account-cart__object .account-object__table-icon {
        margin-left: 8px; }
      .account-cart__object .account-object__liberty {
        padding: 0;
        margin-top: auto;
        width: calc(100% + 24px + 124px); }
    .account-cart__objects {
      margin-bottom: 0; }
      .account-cart__objects .account-object__remove {
        right: calc(332px + 24px); }
    .account-cart__form {
      margin-bottom: 0; }
    .account-cart__form-row {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .account-cart__form-input {
      width: calc(50% - 12px); }
    .account-cart__popup-window {
      overflow: hidden;
      max-width: 440px;
      padding: 40px;
      border-radius: 40px; }
    .account-cart__payments {
      margin-bottom: 48px; }
    .account-cart__payment.active .account-cart__payment-content {
      margin-top: 24px; }
    .account-cart__payment-title {
      font-size: 18px;
      font-weight: 600;
      line-height: normal; }
    .account-cart__payment-text {
      font-size: 14px;
      line-height: 140%;
      margin-bottom: 16px; }
    .account-cart__payment-row {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 24px; }
    .account-cart__payment-label {
      font-size: 14px;
      line-height: 140%;
      width: 180px;
      min-width: 180px; }
    .account-cart__payment-value {
      flex: 1; }
    .account-cart__completed-title {
      font-size: 18px;
      line-height: normal; }
    .account-cart__completed-contacts {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    .account-cart__manager {
      margin-bottom: 0;
      margin-right: 16px; } }

.account-news__column {
  margin-bottom: 40px; }
  .account-news__column:last-child {
    margin-bottom: 0; }

.account-news__column-title {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600; }

.account-news__date {
  display: block;
  margin-bottom: 12px;
  color: #838282;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6; }

.account-news__block {
  margin-bottom: 32px; }

.account-news__empty {
  max-width: 360px;
  padding: 24px;
  text-align: center;
  border: 1px solid #fed63f;
  border-radius: 8px; }

.account-news__empty-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600; }

.account-news__empty-link.btn {
  font-size: 16px; }

.account-news__card {
  margin-bottom: 16px; }
  .account-news__card:last-child {
    margin-bottom: 0; }

.account-news__load {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  padding: 16px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  border: 1px solid #fed63f;
  border-radius: 8px; }

@media (min-width: 768px) {
  .account-news {
    display: flex;
    padding: 0 16px; }
    .account-news__column {
      margin: 0;
      width: 50%;
      padding: 0 8px; }
      .account-news__column:only-child {
        width: 100%;
        margin: 0 -12px;
        display: flex;
        flex-wrap: wrap; }
        .account-news__column:only-child .account-news__column-title {
          width: 100%;
          padding-left: 12px; }
        .account-news__column:only-child .account-news__block {
          width: 50%;
          padding: 0 12px; }
    .account-news__column-title {
      margin-bottom: 32px;
      font-size: 18px; }
    .account-news__empty {
      padding: 56px 24px; } }

.news-card {
  padding: 8px 20px 20px;
  font-size: 14px;
  background-color: #FCFCFC;
  border-radius: 8px; }
  .news-card__title {
    margin: 0 0 4px;
    font-weight: 600;
    line-height: 1.6; }
  .news-card__excerpt {
    margin: 0;
    line-height: 1.45; }
  .news-card__link {
    display: inline;
    color: #3f76fe;
    font-weight: 600;
    text-decoration: none; }

@media (min-width: 768px) {
  .news-card {
    padding: 20px 36px 26px; }
    .news-card__title {
      font-size: 16px; } }

.account-documents {
  width: calc(100% + 40px);
  margin-left: -20px; }
  .account-documents__list {
    display: flex;
    flex-direction: column; }
  .account-documents__empty {
    max-width: 360px;
    margin: 0 auto;
    padding: 24px;
    text-align: center;
    border: 1px solid #fed63f;
    border-radius: 8px; }
  .account-documents__empty-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600; }
  .account-documents__empty-link.btn {
    font-size: 16px; }
  .account-documents__date {
    display: block;
    padding-left: 16px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #838282; }
  .account-documents__aside {
    padding: 0 0 12px;
    border-bottom: 1px solid #f6f6f6; }
  .account-documents__aside-link {
    display: block;
    padding: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: background-color 300ms ease; }
    .account-documents__aside-link.active {
      background-color: #fff6d4;
      font-weight: 700; }
    .account-documents__aside-link:hover, .account-documents__aside-link:active, .account-documents__aside-link:focus-visible {
      background-color: #fff6d4; }
  .account-documents__block {
    /*margin-bottom: 20px;

        &:last-child {
            margin-bottom: 0;
        }*/ }
  .account-documents__notification-block {
    background: rgba(229, 234, 245, 0.5);
    padding: 12px 16px;
    margin: 0 8px 8px;
    border-radius: 8px;
    overflow: hidden;
    position: relative; }
    .account-documents__notification-block:before {
      position: absolute;
      height: 100%;
      width: 6px;
      top: 0;
      left: 0;
      background: #71AAEB;
      display: flex;
      content: ''; }
  .account-documents__notification-block-title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    border-radius: 12px; }
  .account-documents__notification-block-subtitle {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    font-weight: 400; }
  .account-documents__notification-block-link {
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    color: #0E56A9;
    font-weight: 500; }

@media (min-width: 768px) {
  .account-documents {
    width: 100%;
    margin: 0; }
    .account-documents__empty {
      padding: 56px 24px; }
    .account-documents__notification-block {
      padding: 16px 24px;
      border-radius: 12px; }
    .account-documents__notification-block-title {
      font-size: 16px;
      line-height: 24px; }
    .account-documents__notification-block-subtitle {
      font-size: 14px;
      line-height: 24px; }
    .account-documents__notification-block-link {
      font-size: 14px;
      line-height: 24px; } }

@media (min-width: 1024px) {
  .account-documents__wrapper {
    display: flex; }
  .account-documents__aside {
    min-width: 200px;
    border-right: 1px solid #f6f6f6; }
  .account-documents__list {
    flex: 1 1 auto; } }

@media (min-width: 1200px) {
  .account-documents__aside {
    min-width: 300px; }
  .account-documents__aside-link {
    padding: 12px 20px; } }

.account-document {
  transition: background-color 300ms ease;
  margin: 0 8px 8px;
  border-radius: 8px;
  background: #f9f9f9;
  /*&__account-notification {
        margin: 10px 16px;
        width: calc(100% - 32px);
        padding: 10px 20px;
        border-radius: 10px;
        border: 1px solid #E53838;
        font-size: 12px;
        line-height: 1.3;
        position: relative;

        &:before {
            content: '';
            width: 4px;
            height: calc(100% - 20px);
            border-radius: 0 10px 10px 0;
            background-color: #E53838;
            position: absolute;
            top: 10px;
            left: 0;
        }
    }*/
  /*&:last-child {
        border-bottom: 1px solid #f6f6f6;
    }*/ }
  .account-document__account-notification {
    display: flex;
    /*align-items: center;*/
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #2A415E;
    /*padding: 0 12px 16px 20px;*/
    margin-bottom: 10px; }
    .account-document__account-notification svg {
      width: 18px;
      min-width: 18px;
      max-width: 18px;
      margin-right: 10px; }
  .account-document__manager-link {
    text-decoration: none;
    color: #000000; }
  .account-document__comment {
    width: 310px;
    font-size: 10px;
    font-weight: 400;
    color: #000000;
    padding: 10px 0;
    text-align: left; }
  .account-document.poll .account-document__title {
    width: 70%; }
  .account-document.active {
    background-color: #fcfcfc; }
    .account-document.active .account-document__cancel-tooltip {
      background-color: #fcfcfc; }
  .account-document__header {
    position: relative;
    padding: 14px 20px;
    display: flex;
    align-items: flex-start;
    /*border-top: 1px solid #f6f6f6;*/
    cursor: pointer; }
    .account-document__header::before {
      content: '';
      position: absolute;
      top: 20px;
      left: 6px;
      margin-top: -1px;
      border: solid #000;
      border-width: 0 1px 1px 0;
      padding: 2px;
      transform: translateY(-50%) rotate(45deg);
      transition: transform 300ms ease; }
    .account-document__header.active::before {
      transform: translateY(0%) rotate(225deg); }
  .account-document__title {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    flex-direction: column;
    flex-wrap: wrap; }
    .account-document__title .account-document__status {
      margin-left: 0;
      margin-top: 6px; }
    .account-document__title .account-document_date {
      font-size: 12px;
      margin-top: 5px;
      color: #838282;
      width: 100%; }
    .account-document__title .fund_name {
      font-weight: 700;
      margin-right: 8px; }
      .account-document__title .fund_name:after {
        content: '';
        width: 1px;
        height: 100%;
        background: #ccc;
        margin-left: 8px; }
    .account-document__title span {
      position: relative;
      display: flex; }
      .account-document__title span.notify {
        padding-left: 15px; }
        .account-document__title span.notify::after {
          /*content: '!';*/
          content: '';
          position: absolute;
          bottom: 3px;
          left: 0;
          /*right: -18px;*/
          display: flex;
          justify-content: center;
          align-items: center;
          width: 6px;
          height: 6px;
          /*width: 9px;
                    height: 9px;*/
          color: #000;
          line-height: 1;
          font-size: 7px;
          font-weight: 700;
          background: #E53838;
          /*background-color: $theme-color;*/
          border-radius: 50%; }
      .account-document__title span.notice {
        padding-left: 15px; }
        .account-document__title span.notice::after {
          content: '';
          position: absolute;
          bottom: 3px;
          left: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 6px;
          height: 6px;
          color: #000;
          line-height: 1;
          font-size: 7px;
          font-weight: 700;
          background: #71aaeb;
          border-radius: 50%; }
  .account-document__header-with-btn {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    flex-direction: column; }
  .account-document__data {
    width: 35%;
    padding-left: 12px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end; }
  .account-document__cancel {
    position: relative;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    cursor: pointer; }
    .account-document__cancel svg {
      width: 100%;
      height: 100%; }
    .account-document__cancel.closed svg path {
      fill: #838282; }
    .account-document__cancel:hover .account-document__cancel-tooltip {
      opacity: 1;
      visibility: visible; }
  .account-document__cancel-tooltip {
    position: absolute;
    right: 100%;
    top: 50%;
    width: max-content;
    transform: translateY(-50%);
    font-size: 10px;
    font-weight: 400;
    color: #838282;
    padding: 10px 12px;
    text-align: right;
    border-radius: 8px;
    background-color: #f9f9f9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    min-width: 150px; }
  .account-document__price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    white-space: nowrap;
    color: #838282;
    margin-left: 30px; }
    .account-document__price .icon {
      display: none;
      position: relative;
      width: 9px;
      height: 11px;
      flex: 0 0 auto;
      margin-right: 10px; }
      .account-document__price .icon svg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        stroke: #fed63f;
        stroke-width: 2px; }
    .account-document__price.sell .icon {
      order: 1;
      margin-left: 10px;
      margin-right: 0; }
      .account-document__price.sell .icon svg {
        stroke: #3f76fe;
        transform: rotate(180deg); }
    .account-document__price.closed {
      color: #727272; }
      .account-document__price.closed .icon svg {
        stroke: #727272; }
  .account-document__header-status {
    font-size: 10px;
    line-height: 1.6; }
    .account-document__header-status.ready {
      color: #727272; }
  .account-document__body {
    display: none; }
    .account-document__body.active {
      display: block; }
  .account-document__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 12px 24px 20px; }
    .account-document__row .notice {
      margin: 10px 0;
      width: 100%;
      padding: 10px 20px;
      border-radius: 10px;
      border: 1px solid #71aaeb;
      font-size: 12px;
      line-height: 1.3;
      position: relative;
      background: rgba(113, 170, 235, 0.07); }
      .account-document__row .notice:before {
        content: '';
        width: 4px;
        height: calc(100% - 20px);
        border-radius: 0 10px 10px 0;
        background-color: #71aaeb;
        position: absolute;
        top: 10px;
        left: 0; }
      .account-document__row .notice.warning {
        border: 1px solid #E53838;
        background: #FAE8E8; }
        .account-document__row .notice.warning:before {
          background-color: #E53838; }
  .account-document__name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2; }
  .account-document__status {
    height: 17px;
    padding: 0 6px;
    width: auto;
    border-radius: 8px;
    background: #eee;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 8px;
    margin-left: 8px;
    font-weight: 400;
    color: #000;
    white-space: nowrap; }
    .account-document__status span {
      display: block;
      /*&.highlight {
                padding: 3px 9px;

                color: $text-color;

                background-color: $theme-color;
                border-radius: 9px;
            }*/ }
    .account-document__status.warning {
      background: #FAE8E8;
      color: #E53838;
      font-weight: 500 !important; }
    .account-document__status.success {
      background: #E6F3E9;
      color: #1CA242;
      font-weight: 500 !important; }
  .account-document__actions {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 8px;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    order: 2; }
  .account-document__action {
    /*background: #fed63f;
        color: #000;*/
    background: rgba(14, 86, 169, 0.07);
    color: #2A415E;
    border-radius: 8px;
    /*height: 24px;*/
    height: auto;
    padding: 8px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    text-decoration: none;
    transition: 0.3s;
    white-space: nowrap;
    margin-right: 10px; }
    .account-document__action.icon_btn {
      color: #0E56A9; }
      .account-document__action.icon_btn svg {
        max-width: 14px;
        max-height: 14px;
        margin-right: 5px; }
    .account-document__action.second_btn {
      background: #FFCE00;
      color: #162133; }
      .account-document__action.second_btn:hover {
        background: #FFDD4D; }
    .account-document__action.secondary {
      background: rgba(14, 86, 169, 0.07);
      color: #2A415E; }
    .account-document__action:hover, .account-document__action:active, .account-document__action:focus {
      /*color: $theme-color;*/
      color: #2A415E;
      background-color: rgba(14, 86, 169, 0.1); }
    .account-document__action svg {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: 6px;
      max-height: 8px;
      margin-left: 5px;
      fill: none;
      stroke: currentColor; }
  .account-document__account {
    padding: 12px 16px;
    border-top: 1px solid #d2d2d2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .account-document__account-logo {
    max-width: 30%;
    margin-bottom: 6px;
    order: 2;
    margin-left: 10px; }
    .account-document__account-logo img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
  .account-document__account-text {
    margin: 0;
    font-size: 12px;
    line-height: 1.3; }
    .account-document__account-text span {
      position: relative; }
      .account-document__account-text span.notify::after {
        /*content: '!';*/
        content: '';
        position: absolute;
        bottom: 3px;
        right: -18px;
        display: flex;
        justify-content: center;
        align-items: center;
        /*width: 9px;
                    height: 9px;*/
        color: #000;
        line-height: 1;
        font-size: 7px;
        font-weight: 700;
        background: #E53838;
        /*background-color: $theme-color;*/
        border-radius: 50%; }
      .account-document__account-text span.notice::after {
        content: '';
        position: absolute;
        bottom: 3px;
        right: -18px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        line-height: 1;
        font-size: 7px;
        font-weight: 700;
        background: #71aaeb;
        border-radius: 50%; }
  .account-document__account-button.btn {
    padding: 7px 24px 8px;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    transition: 0.3s;
    order: 3; }
    .account-document__account-button.btn:hover {
      opacity: 1;
      background-color: #F8C503; }
  .account-document__document-notice {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 10px;
    color: #2A415E;
    order: 3;
    width: 100%; }
    .account-document__document-notice svg {
      width: 18px;
      min-width: 18px;
      max-width: 18px;
      margin-right: 10px; }

@media (min-width: 768px) {
  .account-document {
    margin: 0 8px 8px;
    /*&__account-notification {
            margin: 10px 16px 20px 45px;
            width: calc(100% - 64px);
        }*/ }
    .account-document__document-notice {
      align-items: center; }
    .account-document__account-notification {
      padding: 10px 0;
      order: 3;
      /*margin: 0 18px 10px 45px;*/ }
    .account-document__account-button.btn {
      margin-left: auto;
      order: 3; }
    .account-document__header {
      padding: 20px 30px 20px 45px; }
      .account-document__header::before {
        left: 16px;
        padding: 5px;
        margin-top: -3px;
        top: 28px; }
    .account-document__header-with-btn {
      flex-direction: column-reverse; }
    .account-document__comment {
      width: 240px;
      padding: 10px 12px;
      text-align: right; }
    .account-document__title {
      width: auto;
      font-size: 16px;
      flex-direction: row; }
      .account-document__title .account-document__status {
        margin-left: 6px;
        margin-top: 0; }
      .account-document__title span.notify::after, .account-document__title span.notice::after {
        bottom: calc(50% - 3px); }
    .account-document__data {
      width: 30%;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: flex-end; }
    .account-document__price {
      flex: 1 1 auto;
      justify-content: flex-end;
      font-size: 17px; }
      .account-document__price .icon {
        width: 13px;
        height: 16px;
        margin-right: 16px; }
      .account-document__price.sell .icon {
        margin-left: 16px;
        margin-right: 0; }
    .account-document__header-status {
      width: 102px;
      font-size: 12px; }
    .account-document__row {
      padding-right: 0;
      margin-right: 18px;
      padding-left: 0;
      margin-left: 45px;
      padding: 10px 0;
      border-top: 1px solid #e9e9e9;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      min-height: 60px; }
      .account-document__row:first-child {
        border-top: none; }
      .account-document__row .notice {
        margin: 10px 0;
        width: 100%; }
    .account-document__name {
      width: auto;
      max-width: calc(100% - 300px);
      max-height: -webkit-calc(100% - 300px);
      max-height: -moz-calc(100% - 300px);
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .account-document__status {
      height: 21px;
      padding: 0 10px;
      text-transform: initial;
      font-size: 10px; }
    .account-document__actions {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: auto;
      margin-top: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-left: 10px;
      flex-direction: row;
      align-items: flex-end; }
    .account-document__action {
      /*margin: 0;*/
      font-size: 12px;
      height: 39px;
      padding: 0 16px;
      margin-right: 0;
      margin-left: 10px; }
      .account-document__action svg {
        margin-right: 5px;
        max-width: 7px;
        max-height: 10px; }
      .account-document__action.icon_btn {
        color: #0E56A9; }
        .account-document__action.icon_btn svg {
          max-width: 20px;
          max-height: 20px; }
      .account-document__action:last-child {
        margin-bottom: 0;
        /*margin-left: auto;*/ }
    .account-document__account {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      padding: 16px 30px 16px 45px; }
    .account-document__account-logo {
      margin-right: 20px;
      max-width: 115px;
      margin-bottom: 0; }
    .account-document__account-button {
      flex: 0 0 auto;
      /*order: -1;
            margin-right: 20px;*/ }
    .account-document__account-text {
      margin-right: 10px;
      margin-bottom: 0;
      margin-top: 0; } }

.modal .account-settings .modal__dialog {
  padding: 0;
  max-width: 320px; }

.modal .account-settings__title {
  padding: 24px 20px;
  margin-bottom: 42px;
  font-size: 16px;
  border-bottom: 1px solid #919191; }

.modal .account-settings__close {
  width: 24px;
  height: 24px;
  top: 20px;
  right: 30px;
  left: auto; }
  .modal .account-settings__close svg {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    stroke-width: 2px; }

.modal .account-settings__action {
  padding: 0 20px 25px;
  margin-top: 24px; }

.modal .account-settings__submit {
  width: 100%;
  min-width: 174px;
  padding: 10px 32px 9px;
  margin-bottom: 12px;
  font-size: 14px; }

.modal .account-settings__submit-tip {
  font-size: 12px;
  line-height: 1.2;
  color: #7c7c7c;
  text-align: center; }

.modal .account-settings__form {
  padding: 0 20px; }

.modal .account-settings__block {
  margin-bottom: 32px; }

.modal .account-settings__subtitle {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600; }

.modal .account-settings__input {
  margin-bottom: 20px; }

.modal .account-settings__tip {
  margin: 0;
  margin-top: -8px;
  font-size: 10px;
  line-height: 1.5; }

.modal .account-settings__subs-checkbox {
  margin-bottom: 10px; }

@media (min-width: 1024px) {
  .modal .account-settings .modal__dialog {
    max-width: 768px;
    padding: 90px 60px 70px 90px; }
  .modal .account-settings__close {
    width: 30px;
    height: 30px;
    left: 32px;
    top: 28px; }
    .modal .account-settings__close svg {
      width: 100%;
      height: 100%;
      stroke-width: 1px; }
  .modal .account-settings__title {
    padding: 0;
    margin-bottom: 25px;
    border-bottom: none;
    font-size: 30px; }
  .modal .account-settings__form {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 30px 0 0; }
  .modal .account-settings__action {
    padding: 0;
    position: absolute;
    margin-top: -12px;
    right: 60px;
    top: -50px; }
  .modal .account-settings__data {
    width: 232px;
    flex: 0 0 auto; }
  .modal .account-settings__subs {
    padding-left: 50px;
    flex: 1 1 auto; }
  .modal .account-settings__subs-list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -16px; }
  .modal .account-settings__subs-checkbox {
    width: 50%;
    padding: 0 16px; } }

@media (min-width: 1200px) {
  .modal .account-settings .modal__dialog {
    max-width: 920px;
    padding: 90px 60px 70px 90px; }
  .modal .account-settings__subs-checkbox {
    width: 33%; } }

.account-wizard__title {
  margin-bottom: 16px; }

.account-wizard__steps {
  margin-bottom: -32px; }

.account-wizard__step {
  padding: 16px 20px 20px;
  margin-bottom: 16px;
  min-height: 234px;
  display: flex;
  flex-flow: column nowrap;
  color: #b4b4b4;
  font-size: 14px;
  line-height: 1.4;
  background: #f7f7f7;
  border-radius: 8px; }
  .account-wizard__step.current {
    background-color: #fffbe7; }
    .account-wizard__step.current .account-wizard__step-status,
    .account-wizard__step.current .account-wizard__step-text {
      color: #696969; }
    .account-wizard__step.current .account-wizard__step-title {
      color: #000; }

.account-wizard__step-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px; }

.account-wizard__step-label {
  padding-right: 6px; }

.account-wizard__step-status {
  position: relative;
  padding-left: 20px;
  color: #696969; }
  .account-wizard__step-status::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    border-radius: 50%; }
  .account-wizard__step-status--ready::before {
    background-image: url("/images/redesign/account/success-icon.svg?3385"); }
  .account-wizard__step-status--current::before {
    background-image: url("/images/redesign/account/clock-icon.svg?3385"); }

.account-wizard__step-title {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600; }

.account-wizard__step-text {
  margin-bottom: 24px; }

.account-wizard__step-action {
  align-self: flex-start;
  margin-top: auto; }
  .account-wizard__step-action.btn:hover, .account-wizard__step-action.btn:focus, .account-wizard__step-action.btn:active {
    opacity: 1;
    background-color: #F8C503; }

@media (min-width: 768px) {
  .account-wizard__title {
    padding-left: 20px; } }

@media (min-width: 1024px) {
  .account-wizard__title {
    margin-bottom: 30px; }
  .account-wizard__steps {
    display: flex;
    margin: 0 -6px; }
  .account-wizard__step {
    width: 30%;
    flex: 1 1 auto;
    min-height: 334px;
    margin: 0 6px;
    padding: 16px 12px 24px; } }
  @media (min-width: 1024px) and (hover) {
    .account-wizard__step.current {
      cursor: pointer; }
      .account-wizard__step.current .account-wizard__step-action {
        opacity: 1;
        transition: 300ms ease; }
        .account-wizard__step.current .account-wizard__step-action:hover {
          background-color: #F8C503; } }

@media (min-width: 1024px) {
  .account-wizard__step-action.btn {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .account-wizard__steps {
    margin: 0 -12px; }
  .account-wizard__step {
    margin: 0 12px;
    padding: 16px 20px 24px; } }

.account-details .hidden {
  display: none !important; }

.account-details__step.active {
  background-color: #f6f6f6; }

.account-details__step-header {
  position: relative;
  padding: 14px 24px 15px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f6f6f6; }
  .account-details__step-header::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -3px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: translateY(-50%) rotate(45deg); }

.account-details__step-title {
  position: relative;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 600; }

.account-details__step-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.account-details__step-status {
  position: relative;
  padding-left: 20px;
  color: #000;
  font-size: 12px; }
  .account-details__step-status::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    border-radius: 50%; }
  .account-details__step-status--ready::before {
    background-image: url("/images/redesign/account/success-icon.svg?3385"); }
  .account-details__step-status--waiting::before {
    background-image: url("/images/redesign/account/clock-icon.svg?3385"); }

.account-details__step-body {
  padding: 8px 32px 32px 24px; }

.account-details__inputs-row {
  display: grid;
  gap: 0 32px;
  grid-template-columns: repeat(auto-fit, minmax(146px, 1fr)); }

.account-details__input {
  margin-bottom: 28px; }

.account-details__input-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #696969;
  line-height: 1.4; }

.account-details__radios-block, .account-details__checkboxes-block {
  margin-bottom: 28px; }
  .account-details__radios-block--2x, .account-details__checkboxes-block--2x {
    grid-column: span 2; }

.account-details__radios-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px; }

.account-details__radio {
  flex: 0 0 auto;
  margin-right: 12px;
  margin-bottom: 12px; }
  .account-details__radio:last-child {
    margin-right: 0; }

.account-details__checkbox {
  margin-bottom: 12px; }
  .account-details__checkbox:last-child {
    margin-right: 0; }

.account-details__subtitle {
  margin: 24px 0;
  font-size: 16px;
  font-weight: 600; }

.account-details__files-row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -24px; }
  .account-details__files-row:last-child {
    margin-bottom: -32px; }
  .account-details__files-row:first-child {
    padding-top: 24px; }

.account-details__file-block {
  position: relative;
  width: 50%;
  min-width: 300px;
  padding: 0 24px 32px; }

.account-details__file-upload {
  position: relative;
  width: 235px;
  height: 226px;
  color: #979797;
  border: 1px solid currentColor;
  cursor: pointer; }
  .account-details__file-upload::before, .account-details__file-upload::after {
    content: '';
    position: absolute;
    width: 90px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 300ms ease 200ms;
    background-color: currentColor; }
  .account-details__file-upload::after {
    transform: translate(-50%, -50%) rotate(-90deg); }
  .account-details__file-upload .dz-preview {
    display: none; }
  .account-details__file-upload.error {
    color: #ff2b2b; }
    .account-details__file-upload.error::before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .account-details__file-upload.error::after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  .account-details__file-upload.success, .account-details__file-upload.has-data {
    color: #5fce67; }
    .account-details__file-upload.success::before, .account-details__file-upload.has-data::before {
      top: 65%;
      left: 30%;
      transform: scaleX(0.45) scaleY(1.3) rotate(15deg) translate(-50%, -50%); }
    .account-details__file-upload.success::after, .account-details__file-upload.has-data::after {
      transform: translate(-23%, 150%) rotate(125deg);
      top: 48%; }

.account-details__upload-label {
  display: block;
  margin-bottom: 4px;
  min-height: 34px;
  font-size: 14px;
  color: #696969; }

.account-details__upload-status {
  position: absolute;
  top: 6px;
  left: 12px;
  font-size: 8px; }

.account-details__actions {
  display: flex;
  flex-flow: row wrap;
  padding-top: 32px;
  margin-bottom: -12px; }

.account-details__action {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  display: block;
  padding: 0 24px;
  height: 28px;
  margin-right: 16px;
  margin-bottom: 12px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity 300ms ease; }
  .account-details__action:hover {
    opacity: 0.6; }

.account-details__skip {
  background: #e1e1e1; }

.account-details__submit {
  background-color: #fed63f; }

@media (min-width: 768px) {
  .account-details__step-header {
    padding-left: 48px; }
    .account-details__step-header::before {
      left: 16px;
      padding: 5px; }
  .account-details__step-title {
    font-size: 16px; }
  .account-details__step-body {
    padding-left: 48px; } }

.partner-links__add {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  position: relative;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  color: #000;
  background-color: #fed63f;
  transition: opacity 300ms ease; }
  .partner-links__add:hover, .partner-links__add:active, .partner-links__add:focus {
    opacity: 0.6; }
  .partner-links__add::before, .partner-links__add::after {
    content: '';
    position: absolute;
    width: 9px;
    height: 1px;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    background-color: currentColor; }
  .partner-links__add::after {
    transform: translateY(-50%) rotate(90deg); }

.partner-links__wrapper {
  max-height: 320px; }
  .partner-links__wrapper .simplebar-track.simplebar-vertical {
    width: 3px; }
    .partner-links__wrapper .simplebar-track.simplebar-vertical .simplebar-scrollbar {
      width: 3px;
      right: 0; }
      .partner-links__wrapper .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
        background-color: #fed63f;
        opacity: 1; }

.partner-links__block {
  transition: background-color 300ms ease; }
  .partner-links__block.active {
    background-color: #fcfcfc; }

.partner-links__header {
  position: relative;
  padding: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #3f76fe;
  display: flex;
  cursor: pointer; }
  .partner-links__header.active::before {
    transform: translateY(20%) rotate(225deg); }
  .partner-links__header input {
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 0;
    border: none;
    appearance: none;
    background-color: transparent;
    pointer-events: none;
    outline-color: #3f76fe; }
  .partner-links__header .copy {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    position: relative;
    width: 16px;
    height: 16px; }
    .partner-links__header .copy svg {
      position: absolute;
      width: 8px;
      height: 10px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      fill: currentColor; }
  .partner-links__header::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -2px;
    border: solid currentColor;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 300ms ease; }

.partner-links__content {
  display: none;
  padding: 0 20px 32px; }

.partner-links__data {
  margin-bottom: 15px;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: -16px; }

.partner-links__data-block {
  margin-right: 20px;
  margin-bottom: 16px; }
  .partner-links__data-block:last-child {
    margin-right: 0; }

.partner-links__data-title {
  margin: 0 0 4px;
  font-size: 12px;
  color: #696969;
  line-height: 1.4; }

.partner-links__data-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6; }

.partner-links__form {
  padding-top: 18px; }

.partner-links__input {
  margin-bottom: 24px; }
  .partner-links__input:last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .partner-links__add {
    position: relative;
    z-index: 1;
    padding-left: 48px; }
    .partner-links__add::before, .partner-links__add::after {
      left: 16px;
      width: 18px; }
  .partner-links__header {
    padding-left: 48px;
    font-size: 14px; }
    .partner-links__header::before {
      padding: 5px;
      left: 20px;
      margin-top: -3px; }
    .partner-links__header .copy svg {
      width: 10px;
      height: 10px; }
  .partner-links__content {
    padding-left: 48px;
    padding-right: 40px;
    padding-bottom: 48px; } }

.partner-friends {
  position: relative;
  z-index: 9; }
  .partner-friends__add {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    position: relative;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    background-color: #fed63f;
    transition: opacity 300ms ease; }
    .partner-friends__add:hover, .partner-friends__add:active, .partner-friends__add:focus {
      opacity: 0.6; }
    .partner-friends__add::before, .partner-friends__add::after {
      content: '';
      position: absolute;
      width: 9px;
      height: 1px;
      left: 7px;
      top: 50%;
      transform: translateY(-50%);
      background-color: currentColor; }
    .partner-friends__add::after {
      transform: translateY(-50%) rotate(90deg); }
  .partner-friends__wrapper {
    max-height: 320px; }
    .partner-friends__wrapper .simplebar-track.simplebar-vertical {
      width: 3px; }
      .partner-friends__wrapper .simplebar-track.simplebar-vertical .simplebar-scrollbar {
        width: 3px;
        right: 0; }
        .partner-friends__wrapper .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
          background-color: #fed63f;
          opacity: 1; }
  .partner-friends__block {
    transition: background-color 300ms ease;
    border-bottom: 1px solid #f6f6f6; }
    .partner-friends__block.active {
      background-color: #fcfcfc; }
  .partner-friends__header {
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }
    .partner-friends__header.active::before {
      transform: translateY(20%) rotate(225deg); }
    .partner-friends__header::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 8px;
      margin-top: -2px;
      border: solid currentColor;
      border-width: 0 1px 1px 0;
      padding: 3px;
      transform: translateY(-50%) rotate(45deg);
      transition: transform 300ms ease; }
  .partner-friends__name {
    padding-right: 12px;
    flex: 1;
    font-size: 14px;
    font-weight: 600; }
  .partner-friends__status {
    position: relative;
    margin-left: auto;
    flex: 0 0 auto;
    padding-left: 14px;
    font-size: 10px; }
    .partner-friends__status::before {
      content: '';
      position: absolute;
      width: 9px;
      height: 9px;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      border-radius: 50%;
      background-size: cover; }
    .partner-friends__status--active::before {
      background-image: url("/images/redesign/account/success-icon.svg?3385"); }
    .partner-friends__status--waiting::before {
      background-image: url("/images/redesign/account/clock-icon.svg?3385"); }
  .partner-friends__content {
    display: none;
    padding: 0 20px 32px; }
  .partner-friends__input {
    margin-bottom: 24px; }
    .partner-friends__input--phone {
      position: relative; }
      .partner-friends__input--phone .partner-friends__checkbox {
        position: absolute;
        margin-bottom: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
  .partner-friends__checkbox {
    margin-bottom: 14px; }
  .partner-friends__actions {
    margin-top: 24px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: -16px; }
  .partner-friends__submit {
    width: 160px;
    padding: 8px 20px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500; }
    .partner-friends__submit.disabled {
      background-color: #c1c1c1;
      border-color: #c1c1c1; }
  .partner-friends__remove {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    flex: 1;
    padding: 8px 20px;
    padding-right: 0;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #3f76fe;
    text-align: left; }

@media (min-width: 768px) {
  .partner-friends__add {
    padding-left: 48px; }
    .partner-friends__add::before, .partner-friends__add::after {
      left: 16px;
      width: 18px; }
  .partner-friends__header {
    padding-left: 48px; }
    .partner-friends__header::before {
      padding: 5px;
      left: 20px;
      margin-top: -3px; }
  .partner-friends__content {
    padding-left: 48px;
    padding-right: 40px;
    padding-bottom: 48px; }
  .partner-friends__name {
    font-size: 16px; }
  .partner-friends__status {
    font-size: 12px;
    padding-left: 20px; }
    .partner-friends__status::before {
      width: 14px;
      height: 14px; } }

.account-partner__header {
  margin-bottom: 16px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start; }

.account-partner__name {
  padding-right: 12px;
  flex: 1;
  font-size: 16px;
  font-weight: 600; }

.account-partner__status {
  position: relative;
  margin-left: auto;
  flex: 0 0 auto;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 600; }
  .account-partner__status::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background-size: cover; }
  .account-partner__status--active {
    color: #5fce67; }
    .account-partner__status--active::before {
      background-image: url(../images/redesign/account/success-icon.svg); }
  .account-partner__status--waiting {
    color: #fed63f; }
    .account-partner__status--waiting::before {
      background-image: url(../images/redesign/account/clock-icon.svg); }

.account-partner__data {
  width: 100%;
  margin-top: 20px;
  column-count: 2;
  column-gap: 35px; }

.account-partner__data-block {
  margin-bottom: 10px;
  break-inside: avoid; }

.account-partner__data-title {
  color: #696969;
  font-size: 12px;
  line-height: 1.4; }

.account-partner__data-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8; }
  .account-partner__data-value span {
    display: block;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.1;
    font-weight: 400; }
  .account-partner__data-value--full {
    padding-top: 8px;
    border-top: 1px solid #f6f6f6;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #696969; }

.account-partner__wrapper {
  width: calc(100% + 40px);
  margin-left: -20px; }

@media (min-width: 768px) {
  .account-partner__header {
    padding: 0 24px; }
  .account-partner__name {
    font-size: 18px; }
  .account-partner__data {
    columns: initial;
    column-gap: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 24px -20px -12px; }
  .account-partner__data-block {
    padding: 0 20px 12px; }
  .account-partner__data-value {
    font-size: 18px; }
    .account-partner__data-value--flex {
      display: flex;
      margin: 0 -12px; }
      .account-partner__data-value--flex div {
        padding: 0 12px; }
    .account-partner__data-value--full {
      font-size: 14px; }
  .account-partner__wrapper {
    width: 100%;
    margin: 0;
    display: flex; }
  .account-partner__col {
    width: 50%; }
    .account-partner__col:first-child {
      position: relative; }
      .account-partner__col:first-child::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
        background-color: #e7e7e7; } }

@media (min-width: 1200px) {
  .account-partner__data {
    margin: 24px -24px -12px; }
  .account-partner__data-block {
    padding: 0 24px 12px; } }

.partner-table {
  padding: 24px 0; }
  .partner-table__desktop {
    display: none; }
  .partner-table__mobile table {
    width: 100%;
    max-width: 380px; }
    .partner-table__mobile table td {
      padding: 10px;
      vertical-align: top;
      font-size: 10px;
      line-height: 1.2; }
      .partner-table__mobile table td.right {
        text-align: right; }
      .partner-table__mobile table td.center {
        text-align: center; }
      .partner-table__mobile table td span {
        display: block;
        margin-bottom: 5px;
        text-align: left; }
        .partner-table__mobile table td span:last-child {
          margin-bottom: 0; }
      .partner-table__mobile table td:first-child {
        padding-left: 0; }
      .partner-table__mobile table td:last-child {
        padding-right: 0; }
    .partner-table__mobile table thead td {
      font-size: 8px;
      color: #696969;
      font-weight: 500; }
  .partner-table__actions {
    position: relative;
    max-width: 380px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px; }
  .partner-table__select {
    width: 50px;
    margin-right: 80px; }
  .partner-table__arrow {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #696969;
    transition: color 300ms ease; }
    .partner-table__arrow::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      border: solid currentColor;
      border-width: 0 1px 1px 0;
      padding: 5px;
      transform: translate(-50%, -50%) rotate(135deg); }
    .partner-table__arrow.prev {
      right: 32px; }
    .partner-table__arrow.next {
      right: 0px; }
    .partner-table__arrow.next::after {
      transform: translate(-50%, -50%) rotate(-45deg); }
    .partner-table__arrow:hover, .partner-table__arrow:active, .partner-table__arrow:focus {
      color: #fed63f; }

@media (min-width: 768px) {
  .partner-table {
    padding-top: 40px; }
    .partner-table__mobile {
      display: none; }
    .partner-table__desktop {
      display: block;
      padding: 0 10px; }
      .partner-table__desktop table {
        width: 100%; }
        .partner-table__desktop table td {
          padding: 15px 10px;
          vertical-align: top;
          font-size: 16px;
          line-height: 1.2; }
          .partner-table__desktop table td.right {
            text-align: right; }
          .partner-table__desktop table td.center {
            text-align: center; }
        .partner-table__desktop table thead td {
          font-size: 14px;
          font-weight: 500;
          color: #696969; }
    .partner-table__actions {
      max-width: none;
      margin-right: 30px; } }

.modal .account-feedback-modal .modal__dialog {
  padding: 0;
  max-width: 320px; }

.modal .account-feedback-modal__title {
  padding: 24px 20px;
  margin-bottom: 20px;
  font-size: 16px;
  border-bottom: 1px solid #919191; }

.modal .account-feedback-modal__description {
  padding: 0 24px;
  margin-bottom: 30px;
  font-size: 14px; }

.modal .account-feedback-modal__close {
  width: 24px;
  height: 24px;
  top: 20px;
  right: 30px;
  left: auto; }
  .modal .account-feedback-modal__close svg {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    stroke-width: 2px; }

.modal .account-feedback-modal__form {
  padding: 0 24px; }

.modal .account-feedback-modal__submit {
  width: 100%;
  min-width: 174px;
  padding: 10px 32px 9px;
  margin-bottom: 12px;
  font-size: 14px; }

.modal .account-feedback-modal__input {
  margin-bottom: 28px; }

@media (min-width: 1024px) {
  .modal .account-feedback-modal .modal__dialog {
    max-width: 520px;
    padding: 90px 60px 70px 90px; }
  .modal .account-feedback-modal__close {
    width: 30px;
    height: 30px;
    left: 32px;
    top: 28px; }
    .modal .account-feedback-modal__close svg {
      width: 100%;
      height: 100%;
      stroke-width: 1px; }
  .modal .account-feedback-modal__title {
    padding: 0;
    margin-bottom: 25px;
    border-bottom: none;
    font-size: 30px; }
  .modal .account-feedback-modal__description {
    padding: 0;
    font-size: 16px; }
  .modal .account-feedback-modal__form {
    padding: 0; }
  .modal .account-feedback-modal__submit {
    max-width: 182px; } }

/*.registration {
    height: calc(100vh);

    &__policy {
        a {
            color: #000;
        }
    }

    &__background {
        position: absolute;
        left: 0;
        top: 0;
        background-color: white;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    &__wrapper {
        position: relative;
        width: 100%;
        padding-top: 65px;
        padding-bottom: 65px;
        padding-left: 25px;
        padding-right: 25px;
        background-color: white;
        overflow: hidden;
        height: fit-content;
        min-height: 600px;
    }

    &__title {
        color: black;
        text-align: left;
        font-weight: 600;
        font-size: 32px;
        margin-bottom: 30px;
    }

    &__tabs {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 45px;
        margin-bottom: 30px;
        width: 100%;
        border-bottom: 1px solid #D9D9D9;
    }
    &__tab {
        position: relative;
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 0 25px;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        transition: all 0.2s ease;
        cursor: pointer;

        &::after {
            position: absolute;
            content: '';
            width: 100%;
            height: 1px;
            bottom: -1px;
            left: 0;
            background: #D9D9D9;
        }

        &.active {
            font-weight: 600;
            &::after {
                height: 2px;
                background: $theme-color;
            }
        }
    }

    &__form {
        transition: opacity 0.2s ease;
        &:not(.active) {
            opacity: 0;
            visibility: hidden;
            height: 0;
            margin-bottom: 0;
        }
    }

    &__form-row {
        min-height: 42px;
        height: fit-content;
        padding-top: 8px;
        margin-bottom: 24px;
        .base-checkbox__label {
            font-size: 12px;
        }
    }

    &__form-footer {
        margin-top: 32px;
    }

    &__forgot-password {
        margin-top: 32px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: black;
        cursor: pointer;
        display: block;
        text-decoration: none;
    }

    &__policy {
        margin-top: 32px;
        font-weight: 400;
        font-size: 10px;
        line-height: 16px;
        color: black;
        text-align: left;
    }

    &__step {
        display: flex;
        width: 100%;
        margin-bottom: 8px;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        color: black;
    }

    &__step-current {
        font-weight: 600;
        margin: 0 2px;
    }

    &__step-all {
        font-weight: 600;
        margin: 0 2px;
    }

    &__popup {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        transform: translateX(100%);
        transition: all 0.3s ease;
        &.active {
            transform: translateX(0);
            width: 100%;
            z-index: 2;
        }
    }

    &__back {
        position: absolute;
        left: 25px;
        top: 25px;
        width: 12px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer;
        z-index: 2;
    }

    &__text {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: black;
        margin-bottom: 32px;
        a {
            color: black;
        }
    }

    &__list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 32px;
    }

    &__list-item {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;

        &:not(&:last-child) {
            margin-bottom: 32px;
        }
    }

    &__list-icon {
        width: 13px;
        height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
    }

    &__list-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: black;
    }

    &__timer {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 32px;
        opacity: 1;
        visibility: visible;
        transition: all 0.2s ease;
        &.hidden {
            opacity: 0;
            visibility: hidden;
            max-height: 0;
            margin: 0;
        }
    }

    &__timer-icon {
        height: 25px;
        width: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
    }

    &__timer-text {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: black;
    }

    &__resend {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 32px;
        opacity: 1;
        visibility: visible;
        transition: all 0.2s ease;
        cursor: pointer;
        &.hidden {
            opacity: 0;
            visibility: hidden;
            max-height: 0;
            margin: 0;
        }
    }

    &__resend-icon {
        height: 16px;
        width: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
    }

    &__resend-text {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: black;
        text-decoration: underline;
    }

    &__arrow-btn {
        font-size: 14px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: black;
        width: 100%;
        margin-top: 32px;

        &.disabled {
            .content {
                a {
                    color: #7C7C7C;
                }
            }
            .arrow {
                background-color: #7C7C7C;
                &:before {
                    border-color: #7C7C7C;
                }
            }
        }

        .content {
            background: white;
            padding-right: 12px;
            width: fit-content;
            z-index: 1;
            cursor: pointer;

            a {
                background: transparent;
                text-decoration: none;
                color: black;
            }
        }

        .arrow {
            position: relative;
            height: 1px;
            background-color: $theme-color;
            width: 30px;
            transition: all 0.3s ease;

            &:before {
                position: absolute;
                content: '';
                width: 10px;
                height: 10px;
                background-color: transparent;
                border-top: 1px solid $theme-color;
                border-right: 1px solid $theme-color;
                right: 1px;
                top: 50%;
                transform: translateY(-50%) rotate(45deg);
            }
        }
    }
}

@media (min-width: 768px) {
    .registration {
        display: flex;
        justify-content: center;
        padding-top: 125px;
        &__background {
            background-image: url('/images/redesign/registration/bg.jpg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        &__wrapper {
            max-width: 420px;
        }
    }
}

@media (min-width: 1024px) {
    .registration {

    }
}

@media (min-width: 1200px) {
    .registration {

    }
}*/
.registration__form-row .base-input__label {
  transform: scale(0.7) translateY(-145%); }

.d-none {
  display: none; }

.account-profitability__containers {
  display: flex;
  flex-direction: column; }

.active .account-profitability-single {
  background-color: #fcfcfc; }

.account-profitability-single {
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  .account-profitability-single.poll .account-profitability-single__title {
    width: 70%; }
  .account-profitability-single:last-child {
    border-bottom: 1px solid #f6f6f6; }
  .account-profitability-single.quart_doc:last-child {
    border-bottom: 1px solid #f0f0f0; }
  .account-profitability-single.quart_doc {
    background-color: #f7f7f7; }
    .account-profitability-single.quart_doc .account-profitability-single__title {
      font-weight: 700; }
  .account-profitability-single.active {
    background-color: #fcfcfc; }
  .account-profitability-single__header {
    position: relative;
    padding: 16px 12px 16px 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f6f6f6;
    cursor: pointer; }
  .account-profitability-single__header::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -1px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    padding: 3px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -moz-transition: transform .3s ease,-moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease,-moz-transform .3s ease; }
  .account-profitability-single__header.active::before {
    -webkit-transform: translateY(0) rotate(225deg);
    -moz-transform: translateY(0) rotate(225deg);
    -ms-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg); }
  .account-profitability-single__title {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 400;
    line-height: normal; }
  .account-profitability-single__data {
    width: auto; }
  .account-profitability-single__object {
    font-size: 12px;
    font-weight: 500; }
  .account-profitability-single__header-status {
    font-size: 10px;
    line-height: 1.6; }
  .account-profitability-single__header-status.ready {
    color: #727272; }
  .account-profitability-single__body {
    padding-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s all ease;
    /*display: none;*/ }
  .account-profitability-single__body.active {
    padding-bottom: 10px;
    max-height: 186px;
    padding: inherit;
    transition: 0.3s all ease;
    /*display: block;*/ }
  .account-profitability-single__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 12px 16px 28px; }
  .account-profitability-single__name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2; }
  .account-profitability-single__table {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px; }
  .account-profitability-single__table-r {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 16px; }
  .account-profitability-single__table-r:last-child {
    margin-bottom: 0; }
  .account-profitability-single__table-d {
    width: 50%;
    text-align: left;
    line-height: normal;
    padding-right: 15px; }
  .account-profitability-single__table-d:first-child {
    color: #838282; }
  .account-profitability-single__table-d:nth-child(2) {
    font-weight: 400; }
  .account-profitability-single__actions {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 8px; }
  .account-profitability-single__action {
    background: #fed63f;
    border-radius: 8px;
    height: 24px;
    padding: 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    /*text-transform: capitalize;*/
    transition: 0.3s;
    margin-right: 10px; }
    .account-profitability-single__action:hover {
      background-color: #F8C503; }
    .account-profitability-single__action.secondary {
      color: #2A415E;
      background: rgba(14, 86, 169, 0.07); }
      .account-profitability-single__action.secondary:hover {
        background: rgba(14, 86, 169, 0.1); }
  .account-profitability-single__action svg {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 6px;
    max-height: 8px;
    margin-left: 5px;
    fill: none;
    stroke: currentColor; }
  .account-profitability-single__body.active {
    display: block; }

.active .quart_doc {
  background-color: #fcfcfc; }

.active .quart_doc:last-child {
  border-bottom: 1px solid #f6f6f6; }

@media (max-width: 1024px) {
  .account-profitability-single__name {
    width: auto; }
  .account-profitability-single__actions {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 1200px) {
  .account-profitability-single__header {
    padding: 20px 18px 20px 45px; }
  .account-profitability-single__header::before {
    left: 18px;
    padding: 5px;
    margin-top: -3px; }
  .account-profitability-single__title {
    width: auto;
    font-size: 16px; }
  .account-profitability-single__title span.notify::after {
    bottom: 4px; }
  .account-profitability-single__data {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .account-profitability-single__body.active {
    padding-bottom: 10px;
    max-height: 130px; }
  .account-profitability-single__row {
    padding-right: 0;
    margin-right: 18px;
    padding-left: 0;
    margin-left: 45px;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
    /*-ms-flex-wrap: nowrap;
            flex-wrap: nowrap;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .account-profitability-single__row:first-child {
    padding-top: 0; }
  .account-profitability-single__row:last-child {
    border-bottom: none; }
  .account-profitability-single__table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px; }
  .account-profitability-single__table-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 150px;
    width: 25%;
    margin-bottom: 0; }
  .account-profitability-single__table-d {
    width: 100%; }
  .account-profitability-single__table-d:first-child {
    font-weight: 400;
    margin-bottom: 16px; }
  .account-profitability-single__actions {
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .account-profitability-single__action {
    margin: 0;
    font-size: 14px;
    height: 39px;
    padding: 0 20px;
    margin-right: 10px; }
  .account-profitability-single__action svg {
    margin-right: 5px;
    max-width: 7px;
    max-height: 10px; }
  .account-profitability-single__action:last-child {
    margin-bottom: 0; } }

.account-profitability {
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -20px; }
  .account-profitability__empty {
    max-width: 360px;
    margin: 0 auto;
    padding: 24px;
    text-align: center;
    border: 1px solid #fed63f;
    border-radius: 8px; }
  .account-profitability__empty-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600; }
  .account-profitability__empty-link.btn {
    font-size: 16px; }
  .account-profitability__actions {
    padding: 5px 12px;
    height: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #fcfcfc;
    border-bottom: 1px solid #f6f6f6; }
  .account-profitability__actions-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer; }
  .account-profitability__actions-icon {
    margin-left: 10px; }
  .account-profitability__tabs {
    height: 100%;
    border-radius: 8px;
    background: #f6f6f6;
    padding: 1px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: auto; }
  .account-profitability__tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    height: 100%;
    border-radius: 8px;
    padding: 0 9px;
    text-decoration: none;
    color: #000; }
  .account-profitability__tab.active {
    background: #fed63f; }
  .account-profitability__mobile {
    position: fixed;
    top: 0;
    right: -100vw;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
    z-index: 99;
    -webkit-transition: background-color .8s ease,right .3s ease;
    -moz-transition: background-color .8s ease,right .3s ease;
    transition: background-color .8s ease,right .3s ease; }
  .account-profitability__mobile.active {
    right: 0;
    background: rgba(0, 0, 0, 0.5); }
  .account-profitability__mobile .account-profitability__aside {
    display: block;
    border-bottom: none; }
  .account-profitability__mobile-container {
    width: 330px;
    height: 100%;
    background-color: #fff;
    padding: 10px; }
  .account-profitability__mobile-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 16px 0; }
  .account-profitability__mobile-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 600;
    color: #000; }
  .account-profitability__mobile-icon {
    width: 13px;
    height: 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px; }
  .account-profitability__mobile-close {
    width: 13px;
    height: 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto; }
  .account-profitability__date {
    display: none;
    padding-left: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    border-bottom: 1px solid #f6f6f6; }
    .account-profitability__date.active {
      display: block; }
  .account-profitability__date:first-letter {
    text-transform: uppercase; }
  .account-profitability__aside {
    display: none;
    border-bottom: 1px solid #f6f6f6; }
  .account-profitability__aside-list {
    position: relative;
    width: 100%;
    padding-top: 12px; }
  .account-profitability__aside-list:not(.account-profitability__aside-list:last-child) {
    padding-bottom: 12px; }
  .account-profitability__aside-list:not(.account-profitability__aside-list:last-child)::after {
    position: absolute;
    content: '';
    height: 1px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    bottom: 0;
    background-color: #e9e9e9; }
  .account-profitability__aside-link {
    display: block;
    padding: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer; }
  .account-profitability__aside-div {
    padding: 12px;
    font-size: 12px;
    font-weight: 600; }
  .account-profitability__aside-link.active {
    background-color: #fff6d4;
    font-weight: 700; }
  .account-profitability__aside-link.hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .account-profitability__aside-link:active, .account-profitability .account-profitability__aside-link:focus-visible, .account-profitability .account-profitability__aside-link:hover {
    background-color: #fff6d4; }
  .account-profitability__aside-toggle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 34px;
    margin-left: 12px;
    cursor: pointer; }
  .account-profitability__aside-toggle .text {
    font-size: 12px;
    font-weight: 500;
    color: #000; }
  .account-profitability__aside-toggle .icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    width: 16px;
    height: 9px; }
  .account-profitability__aside-toggle .icon svg {
    width: 100%;
    height: 100%; }
  .account-profitability__block:last-child {
    margin-bottom: 0; }
  .account-profitability__document:not(.account-profitability__document:first-child) .account-profitability-single__header {
    border-top: none; }

@media (min-width: 768px) {
  .account-profitability {
    width: 100%;
    margin: 0; }
    .account-profitability__empty {
      padding: 56px 24px; } }

@media (min-width: 1024px) {
  .account-profitability__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .account-profitability__actions {
    background-color: #fff;
    border-bottom: none; }
  .account-profitability__actions-item {
    display: none; }
  .account-profitability__tabs {
    margin-left: 0; }
  .account-profitability__aside {
    display: block;
    min-width: 200px;
    border-right: 1px solid #f6f6f6; }
  .account-profitability__list {
    padding-top: 3px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; } }

@media (min-width: 1200px) {
  .account-profitability__aside {
    min-width: 300px; }
  .account-profitability__aside-toggle {
    height: 40px;
    margin-left: 20px; }
  .account-profitability__aside-toggle .icon {
    margin-left: 20px; }
  .account-profitability__actions {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 0; }
  .account-profitability__tabs {
    padding: 4px; }
  .account-profitability__tab {
    padding: 0 16px; }
  .account-profitability__list {
    padding-top: 0; }
  .account-profitability__aside-link {
    padding: 12px 20px; }
  .account-profitability__aside-div {
    padding: 12px 20px; }
  .account-profitability__date {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px; } }

.no-reports-yet {
  position: relative; }

.no-reports-yet:empty:before {
  width: 100%;
  height: 235px;
  content: 'Отчеты за данный';
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  color: #8f8f8f;
  font-weight: 400;
  background-position: center 50px;
  background-repeat: no-repeat;
  background-size: 80px;
  padding-top: 150px;
  box-sizing: border-box;
  background-image: url("/images/redesign/account/no-reports.svg?3385");
  opacity: 0.9; }

.no-reports-yet:empty:after {
  width: 100%;
  height: 235px;
  content: 'период отсутствуют';
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #8f8f8f;
  font-weight: 400;
  position: relative;
  top: 60px;
  position: absolute;
  opacity: 0.9; }

.no-reports {
  position: relative; }

.no-reports:before {
  width: 100%;
  height: 235px;
  content: 'Отчеты за данный';
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  color: #8f8f8f;
  font-weight: 400;
  background-position: center 50px;
  background-repeat: no-repeat;
  background-size: 80px;
  padding-top: 150px;
  box-sizing: border-box;
  background-image: url("/images/redesign/account/no-reports.svg?3385");
  opacity: 0.9; }

.no-reports:after {
  width: 100%;
  height: 235px;
  content: 'период отсутствуют';
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #8F8F8F;
  font-weight: 400;
  position: relative;
  bottom: -60px;
  position: absolute;
  opacity: 0.9; }

.account-delta {
  padding-top: 16px;
  padding-bottom: 20px;
  background: #fff;
  margin-top: 65px; }
  .account-delta .inner {
    padding: 0; }
  .account-delta__wrapper {
    position: relative; }
  .account-delta__left {
    display: none; }
  .account-delta__buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 10px;
    display: none; }
    .account-delta__buttons--desktop {
      display: none; }
  .account-delta__button {
    width: calc(50% - 5px); }
    .account-delta__button.red {
      background: rgba(229, 56, 56, 0.05);
      color: #E53838; }
      .account-delta__button.red:hover {
        background: rgba(229, 56, 56, 0.1); }
  .account-delta__top {
    padding: 10px;
    border-radius: 8px;
    background: #FFF;
    margin-bottom: 20px;
    position: relative;
    z-index: 11; }
    .account-delta__top.no-padding {
      padding: 0; }
  .account-delta__select {
    height: 40px; }
    .account-delta__select input {
      display: none; }
    .account-delta__select select {
      display: none; }
  .account-delta__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .account-delta__row--tablet {
      display: none; }
    .account-delta__row .account-delta__select:first-child {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-right: 15px; }
    .account-delta__row .account-delta__select:nth-child(2) {
      width: 95px; }
  .account-delta__tabs {
    height: 40px;
    margin-top: 15px;
    border-radius: 8px;
    background: #F6F6F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .account-delta__tabs .account-delta__select {
      width: 33.3%; }
  .account-delta__tab {
    font-size: 12px;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    height: 100%;
    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-radius: 8px;
    padding: 0 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    text-decoration: none;
    color: #000; }
    .account-delta__tab:hover {
      background: rgba(14, 86, 169, 0.05); }
    .account-delta__tab.active {
      background: #fed63f; }
  .account-delta__content {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    position: relative; }
    .account-delta__content.shadow {
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px; }
  .account-delta__title {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px; }
  .account-delta__block {
    text-decoration: none; }
  .account-delta__block-info {
    font-size: 12px;
    line-height: 14px;
    color: rgba(22, 33, 51, 0.5);
    font-weight: 500;
    margin-top: 12px; }
  .account-delta__block-desk-hide {
    margin-bottom: 20px; }
    .account-delta__block-desk-hide .account-delta__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .account-delta__block-desk-hide .account-delta__block-info {
      margin-top: 0; }
    .account-delta__block-desk-hide svg {
      margin-right: 16px; }
  .account-delta__chart {
    height: 345px;
    width: 100%; }
  .account-delta__empty {
    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: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap; }
  .account-delta__empty-img {
    width: 94px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px; }
  .account-delta__empty-text {
    text-align: center;
    color: #8f8f8f;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500; }
  .account-delta__legend {
    margin-bottom: 16px; }
    .account-delta__legend ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap; }
    .account-delta__legend:empty {
      display: none; }
  .account-delta__legend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    white-space: nowrap;
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px solid rgba(22, 33, 51, 0.1);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease; }
    .account-delta__legend-item:not(.active) {
      border-color: transparent;
      background: #F6F6F6; }
      .account-delta__legend-item:not(.active) .account-delta__legend-color {
        background: #fff !important; }
      .account-delta__legend-item:not(.active) .account-delta__legend-text {
        color: #6A7784; }
  .account-delta__legend-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    height: 12px;
    border-radius: 12px;
    margin-right: 8px;
    width: 12px; }
  .account-delta__legend-text {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #162133;
    padding: 0;
    margin: 0; }
  .account-delta__results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px; }
  .account-delta__results-notice {
    font-size: 12px;
    line-height: 14px;
    color: #7F8D9E;
    text-align: left;
    width: 100%;
    min-width: 350px;
    order: 2; }
  .account-delta__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500; }
    .account-delta__result:not(:last-child) {
      margin-right: 8px; }
    .account-delta__result.minus {
      font-weight: 600;
      color: #0E56A9; }
    .account-delta__result.plus {
      font-weight: 600;
      color: #1CA242; }
  .account-delta__result-separator {
    margin-left: 8px;
    margin-top: 4px; }
  .account-delta__result-year {
    margin-left: 4px;
    color: #7F8D9E; }
  .account-delta__table {
    position: relative; }
    .account-delta__table .delta-table__r:nth-child(2) .delta-table__d:first-child {
      border-top-left-radius: 16px; }
    .account-delta__table .delta-table__r:nth-child(2) .delta-table__d:last-child {
      border-top-right-radius: 16px; }
    .account-delta__table .delta-table__r:last-child .delta-table__d:first-child {
      border-bottom-left-radius: 16px; }
    .account-delta__table .delta-table__r:last-child .delta-table__d:last-child {
      border-bottom-right-radius: 16px; }
    .account-delta__table .delta-table {
      width: 100%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      overflow-x: scroll;
      padding-bottom: 4px; }
      .account-delta__table .delta-table::-webkit-scrollbar {
        height: 8px; }
      .account-delta__table .delta-table::-webkit-scrollbar-track {
        background: 0 0; }
      .account-delta__table .delta-table::-webkit-scrollbar-thumb {
        background-color: #B8BFC9;
        border-radius: 8px;
        border: none; }
      .account-delta__table .delta-table__r {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding-left: 150px; }
        .account-delta__table .delta-table__r.hide-row {
          max-height: 0;
          transition: all .2s ease; }
          .account-delta__table .delta-table__r.hide-row.active {
            max-height: 90px; }
            .account-delta__table .delta-table__r.hide-row.active .delta-table__d {
              background: #fff; }
              .account-delta__table .delta-table__r.hide-row.active .delta-table__d:first-child {
                background: #FBFBFB; }
        .account-delta__table .delta-table__r.toggle-rows {
          cursor: pointer; }
          .account-delta__table .delta-table__r.toggle-rows .delta-table__d:first-child:after {
            content: '+';
            position: absolute;
            right: 10px;
            background: #ebebeb;
            width: 20px;
            line-height: 20px;
            height: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 20px; }
          .account-delta__table .delta-table__r.toggle-rows.active .delta-table__d:first-child:after {
            content: '-'; }
        .account-delta__table .delta-table__r .delta-table__d {
          background: #F6F6F6; }
        .account-delta__table .delta-table__r:hover .delta-table__d {
          background: #f1f7fd !important; }
        .account-delta__table .delta-table__r:first-child .delta-table__d {
          min-height: 33px;
          max-height: 33px;
          padding: 0 16px;
          background: #fff !important; }
        .account-delta__table .delta-table__r:nth-child(2) .delta-table__d:first-child {
          border-top-left-radius: 16px; }
        .account-delta__table .delta-table__r:nth-child(2) .delta-table__d:last-child {
          border-top-right-radius: 16px; }
        .account-delta__table .delta-table__r:last-child .delta-table__d:first-child {
          border-bottom-left-radius: 16px; }
        .account-delta__table .delta-table__r:last-child .delta-table__d:last-child {
          border-bottom-right-radius: 16px; }
      .account-delta__table .delta-table__d, .account-delta__table .delta-table .btn__arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-align: center; }
    .account-delta__table .delta-table__d {
      min-height: 49px;
      height: 49px;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      color: var(--text-color);
      font-size: 12px;
      padding: 16px;
      line-height: 140%;
      font-weight: 500;
      min-width: 136px;
      max-width: 136px; }
      .account-delta__table .delta-table__d:first-child {
        min-width: 150px;
        max-width: 150px;
        position: absolute;
        left: 0;
        z-index: 2; }
      .account-delta__table .delta-table__d:last-child {
        margin-right: 0; }
      .account-delta__table .delta-table__d.green {
        color: #1CA242; }
      .account-delta__table .delta-table__d.red {
        color: #E53838; }
      .account-delta__table .delta-table__d.active:not(:first-child) {
        position: relative; }
        .account-delta__table .delta-table__d.active:not(:first-child):after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: #71AAEB;
          opacity: 0.1; }
  .account-delta__placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    align-content: space-between; }
  .account-delta__placeholder-logo {
    margin-bottom: 16px; }
  .account-delta__placeholder-info {
    color: rgba(22, 33, 51, 0.5);
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 16px; }
    .account-delta__placeholder-info a {
      color: #162133;
      text-decoration: none; }
  .account-delta__dropdown {
    width: 170px;
    height: auto;
    position: relative; }
  .account-delta__dropdown-list {
    position: absolute;
    width: 100%;
    display: none;
    padding: 5px 5px 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
    background: #F6F6F6;
    border-radius: 0 0 8px 8px; }
    .account-delta__dropdown-list.active {
      display: flex; }
    .account-delta__dropdown-list--single {
      width: 100%;
      height: 40px;
      font-size: 12px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      position: relative; }
      .account-delta__dropdown-list--single.active:after {
        transform: rotate(180deg); }
      .account-delta__dropdown-list--single:after {
        content: '';
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgOSA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04IDAuNUw0LjUgMy41TDEgMC41IiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat;
        background-size: contain;
        right: 16px;
        width: 9px;
        height: 4px;
        border: none;
        margin-left: 8px;
        transition: all 0.2s ease; }
    .account-delta__dropdown-list .account-delta__tab {
      height: 40px;
      display: flex;
      flex: 0 0 calc(50% - 10px);
      margin: 5px 5px 0; }

@media screen and (min-width: 768px) {
  .account-delta {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f6f6f6; }
    .account-delta .inner {
      padding: 0 20px; }
    .account-delta__left {
      display: block;
      width: 200px;
      margin-right: 32px; }
    .account-delta__right {
      width: calc(100% - 200px - 32px); }
    .account-delta__buttons {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0; }
    .account-delta__button {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .account-delta__button:first-child {
        margin-right: 10px; }
    .account-delta__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .account-delta__row {
      margin-right: 15px; }
      .account-delta__row .account-delta__select:first-child {
        width: 180px; }
      .account-delta__row .account-delta__select:nth-child(2) {
        width: 80px; }
      .account-delta__row--tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: 0; }
        .account-delta__row--tablet .account-delta__select :first-child {
          width: 125px;
          margin-right: 0; }
    .account-delta__tabs {
      margin-top: 0;
      /*&:last-child {
                display: none;
            }*/ }
    .account-delta__togglers {
      margin-right: 15px; }
    .account-delta__title {
      font-size: 22px; }
    .account-delta__content {
      padding: 40px; }
    .account-delta__table .delta-table__r {
      padding-left: 182px; }
    .account-delta__table .delta-table__d:first-child {
      min-width: 182px;
      max-width: 182px; } }

@media screen and (min-width: 1200px) {
  .account-delta {
    margin-top: 0; }
    .account-delta__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .account-delta__left {
      width: 270px; }
    .account-delta__right {
      width: calc(100% - 32px - 270px); }
    .account-delta__buttons {
      display: none; }
      .account-delta__buttons--desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        margin-left: auto; }
    .account-delta__top {
      width: 100%; }
    .account-delta__title {
      margin-bottom: 32px; }
    .account-delta__row {
      display: none; }
      .account-delta__row--tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .account-delta__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 20px;
      text-decoration: none; }
      .account-delta__block:last-child {
        margin-bottom: 0; }
    .account-delta__block-title {
      font-size: 14px;
      font-weight: 600;
      line-height: 120%;
      color: var(--text-color);
      margin-bottom: 14px; }
    .account-delta__block-desk-hide {
      display: none; }
    .account-delta__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -2.5px;
      width: calc(100% + 5px); }
      .account-delta__items--fullwidth {
        border-radius: 16px;
        background: rgba(14, 86, 169, 0.05);
        padding: 8px; }
        .account-delta__items--fullwidth .account-delta__item {
          width: calc(100% - 5px);
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background: 0 0;
          font-size: 14px;
          line-height: 20px;
          padding: 10px; }
          .account-delta__items--fullwidth .account-delta__item:last-child {
            margin-bottom: 0; }
    .account-delta__item {
      border-radius: 8px;
      padding: 5px;
      margin: 0 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(25% - 8px);
      font-size: 14px;
      font-weight: 500;
      line-height: 140%;
      margin-bottom: 8px;
      text-decoration: none;
      transition: all 0.2s ease;
      cursor: pointer;
      background: rgba(14, 86, 169, 0.05);
      color: #1F3760;
      opacity: 0.5; }
      .account-delta__item--fullwidth {
        width: calc(100% - 5px); }
      .account-delta__item:hover {
        background: rgba(14, 86, 169, 0.1);
        opacity: 1; }
      .account-delta__item.active {
        background: #fed63f;
        opacity: 1; }
    .account-delta__item-icon {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      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; }
    .account-delta__placeholder {
      height: 336px; }
    .account-delta__results {
      position: absolute;
      top: 40px;
      right: 40px; }
    .account-delta__results-notice {
      text-align: right;
      position: absolute;
      top: 32px;
      right: 0; }
    .account-delta__result {
      font-size: 16px;
      line-height: 20px; } }

.account-funds__head {
  height: fit-content;
  padding: 0; }

.account-funds__title {
  padding: 16px 0 8px;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
  text-align: left;
  line-height: 1; }

.account-funds__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0;
  z-index: 2;
  position: relative; }
  .account-funds__actions:after {
    content: '';
    background: #E9E9E9;
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 100%;
    z-index: 1; }

.account-funds__search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1; }

.account-funds__search-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 34px;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #E9E9E9;
  background: #F5F5F5;
  width: 100%; }

.account-funds__search-label {
  height: 14px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px; }

.account-funds__search-input {
  height: 100%;
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #162133;
  font-size: 14px;
  font-weight: 400; }
  .account-funds__search-input::placeholder {
    color: #9F9F9F; }

.account-funds__search-button {
  border: none;
  outline: none;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent; }

.account-funds__sort-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 600;
  margin-left: 0px;
  padding: 6px 10px;
  border-radius: 5px;
  background: #F6F6F6;
  z-index: 2; }
  .account-funds__sort-button span {
    margin-right: 10px; }

.account-funds__sort-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 8px; }

.account-funds__sortby-mob-text {
  margin-left: 10px; }

.account-funds__header {
  display: none; }

.account-funds__items {
  position: relative;
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap; }
  .account-funds__items::before {
    position: absolute;
    content: '';
    left: -20px;
    top: 0;
    width: calc(100% + 40px);
    height: 100%;
    z-index: -1;
    background: #E9E9E9; }

.account-funds__item {
  /*&.desktop {
            display: none;
        }*/
  overflow: hidden;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  background: white;
  margin-bottom: 8px;
  /*&:last-child {
            margin-bottom: 0;
        }*/
  /*&.notinsale {
            order: 1000;
        }*/
  /*        &.flipping {*/
  /*            .account-funds__col {*/
  /*                &:last-child {*/
  /*                    display: none;*/
  /*                }*/
  /*            }*/
  /*        }*/ }
  .account-funds__item.highlight {
    background: #FFF6D4; }
    .account-funds__item.highlight.active {
      background: #ffffff; }
  .account-funds__item.sale {
    background: url("/images/redesign/index-top/11_11_sale.png?3385");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .account-funds__item.sale:not(.active) {
      color: #fff; }
    .account-funds__item.sale .account-funds__subtitle, .account-funds__item.sale .account-funds__name, .account-funds__item.sale .account-funds__index-title, .account-funds__item.sale .account-funds__index-value {
      color: #fff;
      opacity: 1; }
    .account-funds__item.sale:hover {
      background: url("/images/redesign/index-top/11_11_sale.png?3385"); }

.account-funds__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 16px;
  padding-left: 8px;
  margin-top: 8px; }

.account-funds__name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  font-weight: 400;
  text-transform: inherit;
  line-height: 1;
  text-decoration: none; }
  .account-funds__name b {
    margin-right: 8px; }

.account-funds__info {
  display: flex;
  flex-wrap: wrap; }

.account-funds__subtitle {
  width: 100%;
  color: #818181;
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px; }
  .account-funds__subtitle svg {
    margin-right: 5px; }

.account-funds__primary-rest {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: content-box;
  padding: 10px;
  justify-content: center;
  margin: 10px -10px -10px -10px;
  background: #0E56A9;
  color: #fff;
  font-size: 12px;
  line-height: 14px; }
  .account-funds__primary-rest svg {
    margin-right: 5px; }

.account-funds__flash {
  width: 11px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px; }

.account-funds__icon {
  width: 36px;
  height: 36px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  border-radius: 8px;
  transition: all 0.2s ease; }
  .account-funds__icon:hover {
    background: #fed63f; }

.account-funds__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 8px;
  padding-right: 8px;
  /*.active & {
            display: none;
        }*/ }

.account-funds__indexes {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.account-funds__index {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 8px; }
  .account-funds__index:nth-child(3) {
    width: 60px; }
  .account-funds__index:last-child {
    margin-right: 0; }

.account-funds__index-title {
  color: #162133;
  opacity: 0.6;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px; }

.account-funds__index-value {
  color: #162133;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  min-width: 45px;
  height: 20px; }

.account-funds__price {
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: normal; }
  .account-funds__price.tooltip span {
    position: relative;
    padding-left: 22px;
    cursor: pointer; }
    .account-funds__price.tooltip span:after {
      content: '';
      width: 10px;
      height: 10px;
      border: 8px solid transparent;
      box-sizing: border-box;
      margin-bottom: 10px;
      order: 0;
      position: absolute;
      left: 0; }
  .account-funds__price.tooltip.plus span:after {
    top: -4px;
    border-bottom: 10px solid #00AC00; }
  .account-funds__price.tooltip.minus span:after {
    top: 3px;
    border-top: 10px solid #f52f4b; }

.account-funds__table {
  display: none;
  padding: 12px;
  border-radius: 8px;
  background: #F6F6F6;
  flex-wrap: wrap;
  /*.active & {
            display: block;
        }*/ }

.account-funds__table-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: fit-content;
  min-height: 15px;
  margin-bottom: 15px; }
  .account-funds__table-row:last-child {
    margin-bottom: 0; }

.account-funds__table-title {
  width: 50%;
  font-size: 12px;
  color: #162133;
  opacity: 0.6;
  line-height: 1.25; }

.account-funds__table-value {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px; }

.account-funds__tooltip {
  position: relative;
  width: 13px;
  height: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: black;
  border-radius: 50%;
  color: white;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer; }
  .account-funds__tooltip:hover .account-funds__tooltip-text {
    opacity: 1;
    visibility: visible;
    height: fit-content; }

.account-funds__tooltip-text {
  position: absolute;
  top: 50%;
  right: calc(100%);
  transform: translateY(-50%);
  border-radius: 8px;
  background: #EBEBEB;
  padding: 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
  font-weight: 500;
  width: 160px;
  transition: opacity 0.4s ease;
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-right: 10px;
  z-index: 1; }
  .account-funds__tooltip-text::before {
    position: absolute;
    content: '';
    top: 50%;
    left: calc(100% - 4px);
    transform: translateY(-50%) rotate(90deg);
    width: 14px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2215%22%20height=%226%22%20viewBox=%220%200%2015%206%22%20fill=%22none%22%3E%3Cmask%20id=%22mask0_88_568%22%20style=%22mask-type:alpha%22%20maskUnits=%22userSpaceOnUse%22%20x=%220%22%20y=%220%22%20width=%2215%22%20height=%226%22%3E%3Crect%20x=%2214.5%22%20y=%226%22%20width=%2214%22%20height=%226%22%20transform=%22rotate(-180%2014.5%206)%22%20fill=%22%23D9D9D9%22/%3E%3C/mask%3E%3Cg%20mask=%22url(%23mask0_88_568)%22%3E%3Cpath%20d=%22M5.55885%201.49769C6.34565%200.680025%207.65435%200.680024%208.44115%201.49769L12.4014%205.61325C13.624%206.88386%2012.7235%209%2010.9602%209H3.0398C1.27648%209%200.376005%206.88386%201.59865%205.61325L5.55885%201.49769Z%22%20fill=%22%23EBEBEB%22/%3E%3C/g%3E%3C/svg%3E?3385");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain; }

.account-funds__label {
  border-radius: 4px 8px;
  width: 32px;
  height: 20px;
  font-size: 14px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center; }
  .account-funds__label.A {
    background-color: #5fce67; }
  .account-funds__label.B {
    background-color: #71aaeb; }
  .account-funds__label.C {
    background-color: #fed63f; }
  .account-funds__label.D {
    background-color: #f52f4b; }

.account-funds__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.account-funds__button {
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFCE00;
  width: calc(50% - 4px);
  font-size: 12px;
  font-weight: 400;
  color: #162133;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s; }
  .account-funds__button.fund_btn {
    margin-left: 10px; }
  .account-funds__button:hover {
    background: #FFDD4D; }
  .account-funds__button.white {
    background: white; }
  .account-funds__button.disabled {
    color: #6A7784;
    background: #FFF6D4; }
  .account-funds__button.grey {
    background: #ECECEC;
    width: 100%; }
  .account-funds__button.full {
    width: 100%; }

.account-funds__modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  opacity: 1;
  visibility: visible;
  transform: translateX(calc(100% + 280px));
  transition: transform 0.2s ease-in-out; }
  .account-funds__modal.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); }

.account-funds__modal-window {
  width: 280px;
  padding: 0 10px;
  background: white;
  height: 100%; }

.account-funds__modal-head {
  height: 34px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  margin-top: 10px; }

.account-funds__modal-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 600;
  color: black; }

.account-funds__modal-icon {
  width: 12px;
  height: 7px;
  display: flex;
  align-items: center;
  justify-content: center; }

.account-funds__modal-close {
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer; }

.account-funds__modal-item {
  height: 39px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer; }
  .account-funds__modal-item.active {
    background: #FFF6D4; }

.account-funds__sortby-mob {
  background: #F6F6F6;
  color: #4C525A;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 6px;
  margin-bottom: 10px;
  width: fit-content;
  font-size: 12px; }
  .account-funds__sortby-mob.asc .account-funds__sort-icon {
    transform: rotate(180deg); }

.account-funds__popup {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease; }
  .account-funds__popup.active {
    opacity: 1;
    z-index: 1000;
    visibility: visible; }

.account-funds__popup-window {
  position: relative;
  width: 380px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #FFFFFF;
  padding: 40px 30px 30px;
  border-radius: 8px; }

.account-funds__popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }

.account-funds__popup-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px; }

.account-funds__popup-button {
  border-radius: 8px;
  width: fit-content;
  font-size: 12px;
  line-height: 14px;
  padding: 14px 20px;
  text-decoration: none;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #162133;
  font-weight: 500;
  background: #fed63f;
  transition: 0.3s; }
  .account-funds__popup-button:hover {
    background: #F8C503; }

.account-funds__col {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 15px;
  font-size: 14px;
  /*&:nth-child(3):before {
            content: 'Факт 12 мес.';
        }*/
  /*&:last-child {
            display: none;
        }*/ }
  .account-funds__col:nth-child(1), .account-funds__col:nth-child(2) {
    display: none; }
  .account-funds__col:before {
    width: 50%;
    font-size: 12px;
    color: #162133;
    opacity: .6;
    line-height: 1.25; }
  .account-funds__col.tooltip span {
    position: relative;
    padding-left: 22px;
    cursor: pointer; }
    .account-funds__col.tooltip span:after {
      content: '';
      width: 10px;
      height: 10px;
      border: 8px solid transparent;
      box-sizing: border-box;
      margin-bottom: 10px;
      order: 0;
      position: absolute;
      left: 0; }
  .account-funds__col.tooltip.plus span:after {
    top: -4px;
    border-bottom: 10px solid #00AC00; }
  .account-funds__col.tooltip.minus span:after {
    top: 3px;
    border-top: 10px solid #f52f4b; }
  .account-funds__col:nth-child(3):before {
    content: 'Прогноз 1-й год'; }
  .account-funds__col:nth-child(4):before {
    content: 'Прогноз 2-й год'; }
  .account-funds__col:nth-child(5):before {
    content: 'IRR 10 лет'; }
  .account-funds__col:nth-child(6):before {
    content: 'Потенциал роста IRR'; }
  .account-funds__col:nth-child(7):before {
    content: 'Рейтинг'; }
  .account-funds__col:nth-child(8):before {
    content: 'Текущее предложение'; }
  .account-funds__col:nth-child(9):before {
    content: 'Паев в продаже'; }
  .account-funds__col:nth-child(10) {
    margin-bottom: 0;
    order: 1; }
  .account-funds__col:last-child:empty {
    display: none; }
  .account-funds__col:last-child:before {
    content: 'Приобретайте паи\Aу брокеров';
    white-space: pre; }

.account-funds__table-brokers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 50%;
  margin-top: -8px;
  margin-left: 0px;
  margin-right: -4px; }

.account-funds__table-broker {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8px 8px 0 0; }
  .account-funds__table-broker img, .account-funds__table-broker svg {
    width: 100%; }

.account-funds__brokers {
  position: relative;
  margin-left: auto;
  max-width: 50%;
  display: none; }

.account-funds__brokers-preview {
  display: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  flex-wrap: wrap; }
  .account-funds__brokers-preview:hover .account-funds__brokers-number {
    background: #fed63f; }

.account-funds__brokers-item {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 8px 8px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1; }
  .account-funds__brokers-item img, .account-funds__brokers-item svg {
    width: 100%; }
    .account-funds__brokers-item img:nth-child(n+3), .account-funds__brokers-item svg:nth-child(n+3) {
      display: none; }
  .account-funds__brokers-item:first-child {
    margin-left: 0; }
  .account-funds__brokers-item.number {
    display: none; }

.account-funds__brokers-number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #e9e9e9;
  font-size: 12px;
  line-height: normal;
  font-weight: 500;
  color: #162133;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease; }

.account-funds__brokers-window {
  position: absolute;
  top: -webkit-calc(100% + 15px);
  top: -moz-calc(100% + 15px);
  top: calc(100% + 15px);
  right: -13px;
  padding: 8px 8px 8px 16px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2);
  box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2);
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease;
  flex-wrap: wrap; }
  .account-funds__brokers-window--top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap; }
  .account-funds__brokers-window.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    z-index: 2; }

.account-funds__brokers-text {
  width: 100px;
  font-size: 12px;
  line-height: normal;
  font-weight: 500;
  color: #162133; }

.account-funds__brokers-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap; }

.account-funds__brokers-item-full {
  position: relative;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 8px; }
  .account-funds__brokers-item-full img, .account-funds__brokers-item-full svg {
    width: 100%; }
  .account-funds__brokers-item-full:hover .account-funds__brokers-item-tooltip {
    opacity: 1;
    visibility: visible;
    height: auto; }

.account-funds__brokers-item-tooltip {
  position: absolute;
  top: -webkit-calc(100% + 14px);
  top: -moz-calc(100% + 14px);
  top: calc(100% + 14px);
  left: 15px;
  font-size: 11px;
  padding: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2);
  box-shadow: 0 4px 20px 0 rgba(42, 65, 94, 0.2);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease; }

.account-funds__brokers-isin {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .account-funds__brokers-isin svg {
    margin: 0 5px; }
  .account-funds__brokers-isin path {
    transition: all 0.2s ease; }
  .account-funds__brokers-isin.active path {
    fill: #FFCE00; }

.account-funds__isin-mobile {
  width: 100%;
  margin-bottom: 15px; }
  .account-funds__isin-mobile span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 50%;
    font-size: 12px;
    color: #162133;
    opacity: .6;
    line-height: 1.25; }
    .account-funds__isin-mobile span:last-child {
      margin-left: -5px;
      opacity: 1; }

.account-demo__popup {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease; }
  .account-demo__popup.active {
    opacity: 1;
    z-index: 1000;
    visibility: visible; }

.account-demo__popup-window {
  position: relative;
  width: 380px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #FFFFFF;
  padding: 40px 30px 30px;
  border-radius: 8px; }

.account-demo__popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }

.account-demo__popup-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px; }

.account-demo__popup-button {
  border-radius: 8px;
  width: fit-content;
  font-size: 12px;
  line-height: 14px;
  padding: 14px 20px;
  text-decoration: none;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #162133;
  font-weight: 500;
  background: #fed63f;
  transition: 0.3s; }
  .account-demo__popup-button:hover {
    background: #F8C503; }

.growthPotential {
  color: #00AC00;
  font-weight: 500; }

@media (min-width: 768px) {
  .account-funds__items:before {
    content: none; }
  .account-funds__item {
    border: 1px solid #e9e9e9;
    margin: 0 8px 8px; }
  .account-funds__head {
    margin: 0 8px; } }

@media (min-width: 1200px) {
  .scroll_header {
    overflow-x: visible; }
  .scroll_header {
    overflow-x: visible; }
  .scroll_header .account-layout__sidebar {
    margin-bottom: 0;
    position: relative; }
  .account-funds__modal {
    display: none; }
  .account-funds__sort-button {
    display: none; }
  .account-funds__head {
    display: none;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    height: 74px;
    border-bottom: 1px solid #E9E9E9; }
  .account-funds__title {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: #162133; }
  .account-funds__search-form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 230px;
    height: 34px;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #E9E9E9;
    background: #F5F5F5; }
  .account-funds__search-label {
    height: 14px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px; }
  .account-funds__search-input {
    height: 100%;
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    color: #162133;
    font-size: 14px;
    font-weight: 400; }
    .account-funds__search-input::placeholder {
      color: #9F9F9F; }
  .account-funds__search-button {
    border: none;
    outline: none;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent; }
  .account-funds__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0; }
  .account-funds__header {
    width: calc(100% - 2px);
    height: fit-content;
    margin-left: 1px;
    margin-bottom: 10px;
    background: #ffffff;
    border-bottom: 1px solid rgba(145, 145, 145, 0.2);
    z-index: 19;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    color: rgba(22, 33, 51, 0.6);
    font-size: 12px;
    position: sticky;
    top: 0; }
    .account-funds__header .account-funds__col {
      font-size: 12px;
      margin-bottom: 0; }
  .account-funds__header-title {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
  .account-funds__header-arrow {
    position: initial;
    margin-left: 4px;
    left: calc(100% + 2px);
    bottom: 0;
    height: 14px;
    width: 7px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .account-funds__items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%; }
    .account-funds__items::before {
      display: none; }
  .account-funds__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 69px;
    margin: 0 0 20px 0;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #162133;
    border-radius: 0;
    overflow: visible;
    /*&:last-child {
                margin-bottom: 0;
            }*/ }
    .account-funds__item.highlight {
      background: #FFF6D4 !important; }
      .account-funds__item.highlight:hover {
        background: #FFF3C5 !important; }
    .account-funds__item.sale {
      background: url("/images/redesign/index-top/11_11_sale.png?3385") !important; }
      .account-funds__item.sale:hover {
        background: url("/images/redesign/index-top/11_11_sale.png?3385") !important; }
    .account-funds__item.mobile {
      display: none; }
    .account-funds__item:hover {
      background: #f9f9f9; }
    .account-funds__item.desktop {
      display: flex; }
  .account-funds__primary-rest {
    display: none; }
  .account-funds__table {
    display: flex !important;
    background: none;
    border-radius: none;
    padding: 0;
    flex-wrap: nowrap; }
  .account-funds__top, .account-funds__bottom {
    display: none !important; }
  .account-funds__col {
    margin-right: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start; }
    .account-funds__col:nth-child(1), .account-funds__col:nth-child(2) {
      display: flex; }
    .account-funds__col:before {
      content: none !important; }
    .account-funds__col.asc .account-funds__header-arrow {
      transform: rotate(180deg); }
    .account-funds__col:not(.active) .account-funds__header-title .account-funds__header-arrow {
      opacity: 0; }
    .account-funds__col.active .account-funds__header-title .account-funds__header-arrow {
      opacity: 1; }
    .account-funds__col:first-child {
      width: 40px; }
    .account-funds__col:nth-child(2) {
      width: 265px; }
    .account-funds__col:nth-child(3) {
      width: 90px; }
    .account-funds__col:nth-child(4) {
      width: 90px; }
    .account-funds__col:nth-child(5) {
      width: 90px; }
    .account-funds__col:nth-child(6) {
      width: 90px; }
    .account-funds__col:nth-child(7) {
      width: 90px; }
    .account-funds__col:nth-child(8) {
      width: 100px; }
    .account-funds__col:nth-child(9) {
      width: 80px; }
    .account-funds__col:nth-child(10) {
      width: 186px; }
    .account-funds__col:last-child {
      width: 64px;
      margin-right: 0;
      order: 2;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .account-funds__image {
    position: relative;
    width: 49px;
    height: 49px;
    border-radius: 10px;
    background-color: #162133;
    margin-right: 10px; }
    .account-funds__image img {
      width: 49px;
      height: 49px;
      object-fit: cover;
      background-size: cover;
      border-radius: 10px; }
  .account-funds__flash {
    position: absolute;
    top: -9px;
    right: -7px;
    right: -6px;
    width: 20px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0; }
  .account-funds__name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #162133; }
  .account-funds__label {
    border-radius: 4px 8px;
    width: 39px;
    height: 39px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center; }
  .account-funds__tooltip {
    position: relative;
    width: 13px;
    height: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: black;
    border-radius: 50%;
    color: white;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer; }
    .account-funds__tooltip:hover .account-funds__tooltip-text {
      opacity: 1;
      visibility: visible;
      height: fit-content; }
  .account-funds__tooltip-text {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    background: #EBEBEB;
    padding: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 11px;
    font-weight: 500;
    width: 160px;
    transition: opacity 0.4s ease;
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin-top: 10px;
    margin-right: 0; }
    .account-funds__tooltip-text::before {
      position: absolute;
      content: '';
      bottom: 100%;
      left: 50%;
      top: auto;
      transform: translateX(-50%);
      width: 14px;
      width: 15px;
      height: 6px;
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2215%22%20height=%226%22%20viewBox=%220%200%2015%206%22%20fill=%22none%22%3E%3Cmask%20id=%22mask0_88_568%22%20style=%22mask-type:alpha%22%20maskUnits=%22userSpaceOnUse%22%20x=%220%22%20y=%220%22%20width=%2215%22%20height=%226%22%3E%3Crect%20x=%2214.5%22%20y=%226%22%20width=%2214%22%20height=%226%22%20transform=%22rotate(-180%2014.5%206)%22%20fill=%22%23D9D9D9%22/%3E%3C/mask%3E%3Cg%20mask=%22url(%23mask0_88_568)%22%3E%3Cpath%20d=%22M5.55885%201.49769C6.34565%200.680025%207.65435%200.680024%208.44115%201.49769L12.4014%205.61325C13.624%206.88386%2012.7235%209%2010.9602%209H3.0398C1.27648%209%200.376005%206.88386%201.59865%205.61325L5.55885%201.49769Z%22%20fill=%22%23EBEBEB%22/%3E%3C/g%3E%3C/svg%3E?3385");
      background-position: center bottom;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  .account-funds__button {
    border-radius: 8px;
    height: 39px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #162133;
    font-weight: 400;
    background: #FFCE00;
    transition: 0.3s; }
    .account-funds__button.fund_btn {
      display: none; }
    .account-funds__button:hover {
      background: #FFDD4D; }
    .account-funds__button.grey {
      background: #ECECEC; }
    .account-funds__button.disabled {
      color: #6A7784;
      background: #FFF6D4; }
    .account-funds__button.popup_open {
      cursor: pointer; }
  .account-funds__popup-window {
    border-radius: 16px; }
  .account-funds__popup-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px; }
  .account-funds__popup-button {
    margin-top: 20px;
    font-weight: 400; }
  .account-funds__brokers {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0; }
  .account-funds__brokers-item {
    width: 24px;
    height: 24px;
    margin: 0 0 0 -4px; }
    .account-funds__brokers-item:nth-child(n+3) {
      display: none; }
    .account-funds__brokers-item.number {
      order: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
  .account-funds__brokers-preview {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap; }
  .account-funds__table-brokers {
    display: none; }
  .account-funds__brokers-isin {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    flex-basis: 100%;
    margin: 8px -8px -8px -16px;
    padding: 8px 16px;
    box-shadow: 0px 4px 20px 0px rgba(42, 65, 94, 0.2);
    border-radius: 0px 0px 24px 24px;
    white-space: nowrap;
    color: #737A85;
    font-size: 12px;
    line-height: 16px;
    box-sizing: content-box; }
    .account-funds__brokers-isin span {
      color: #162133;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .account-funds__isin-mobile {
    display: none; }
  .account-demo__popup-window {
    border-radius: 16px; }
  .account-demo__popup-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px; }
  .account-demo__popup-button {
    margin-top: 20px;
    font-weight: 400; } }

.popup_opened {
  overflow: hidden; }

.account-monitoring__sidebar {
  width: calc(100% + 0px);
  margin-left: 0px;
  margin-bottom: 20px;
  background: #f8f8f8;
  border-radius: 8px;
  /*overflow: hidden;*/
  z-index: 11;
  height: fit-content;
  padding: 24px 16px 8px; }
  .account-monitoring__sidebar.demo {
    background: #fff;
    padding: 0;
    height: 100%; }

.account-monitoring__sidebar-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 16px; }

.account-monitoring__select {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 40px 8px 16px;
  background: #fff;
  border-radius: 8px;
  width: fit-content;
  cursor: pointer;
  position: relative;
  transition: 0.2s; }
  .account-monitoring__select:after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    display: flex;
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    transition: 0.2s; }
  .account-monitoring__select.active {
    transition: 0.2s; }
    .account-monitoring__select.active:after {
      transform: rotate(-135deg);
      top: 12px; }

.account-monitoring__select-options {
  display: none;
  width: 260px;
  background: #fff;
  margin-top: 8px;
  border: 1px solid #efefef;
  position: absolute;
  left: 0px;
  padding: 0px;
  border-radius: 0px 0px 8px 8px;
  z-index: 10; }

.account-monitoring__select-option {
  transition: 0.2s; }
  .account-monitoring__select-option.active, .account-monitoring__select-option:hover {
    background: #f5f5f5; }
  .account-monitoring__select-option a {
    text-decoration: none;
    color: #000;
    padding: 8px 16px;
    display: block; }

.account-monitoring__portfolio-price {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: 600; }

.account-monitoring #docsZone {
  display: flex;
  flex-direction: column; }
  .account-monitoring #docsZone:empty:before {
    content: "у вас нет активных заявок";
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    opacity: 0.3; }

.account-monitoring__deals-toggles {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px; }

.account-monitoring__deals-toggle {
  background: #fff;
  width: 50%;
  text-align: center;
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: 0.2s; }
  .account-monitoring__deals-toggle:not(.active) {
    opacity: 1;
    color: #999; }
    .account-monitoring__deals-toggle:not(.active):hover {
      background: rgba(14, 86, 169, 0.1);
      color: #2A415E; }
  .account-monitoring__deals-toggle.active {
    background: rgba(14, 86, 169, 0.07);
    color: #2A415E; }
  .account-monitoring__deals-toggle:first-child {
    border-right: 1px solid #efefef;
    border-radius: 8px 0 0 8px; }
  .account-monitoring__deals-toggle:last-child {
    border-radius: 0 8px 8px 0;
    border-left: 1px solid #efefef; }

.account-monitoring__deals {
  margin: 16px 0 8px;
  border-top: 1px solid #efefef;
  padding: 16px 0 0; }

.account-monitoring__banner {
  padding: 20px;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  background: #fff;
  align-content: flex-start; }
  .account-monitoring__banner.no-padding {
    padding: 0; }
    .account-monitoring__banner.no-padding img {
      border-radius: 20px; }
  .account-monitoring__banner img {
    width: 100%; }
  .account-monitoring__banner.shadow-gradient {
    transform-style: preserve-3d; }
    .account-monitoring__banner.shadow-gradient:before {
      content: '';
      position: absolute;
      inset: 2px;
      transform: translate3d(0px, 0px, -1px);
      filter: blur(10px);
      background: linear-gradient(-45deg, #EF8C97, #FED63F, #D7EDFF);
      -webkit-filter: blur(10px); }
  .account-monitoring__banner.blue-red-gradient {
    background: linear-gradient(121.28deg, rgba(14, 86, 169, 0.79) 3.76%, #E53838 105.44%); }
    .account-monitoring__banner.blue-red-gradient *:not(.btn) {
      color: #fff; }
    .account-monitoring__banner.blue-red-gradient span:not(.big), .account-monitoring__banner.blue-red-gradient .account-monitoring__banner-subtitle {
      color: rgba(255, 255, 255, 0.8); }
  .account-monitoring__banner.hidden {
    display: none !important; }

.account-monitoring__banner-btn {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-top: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: 0.3s; }

.account-monitoring__banner-label {
  background: rgba(14, 86, 169, 0.07);
  padding: 4px 12px;
  color: #0E56A9;
  font-size: 12px;
  line-height: 16px;
  border-radius: 32px;
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  margin-bottom: 15px; }
  .account-monitoring__banner-label.purple-label {
    background: #790022;
    color: #fff;
    font-weight: 700; }
  .account-monitoring__banner-label.white-label {
    background: #fff;
    color: #162133; }
  .account-monitoring__banner-label.dark-blue {
    background: linear-gradient(90deg, #0E56A9 0%, #2A415E 100%);
    color: #fff; }
  .account-monitoring__banner-label.top-label {
    font-weight: 700;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 16px 0 16px 0;
    padding: 8px 20px;
    text-transform: uppercase; }
  .account-monitoring__banner-label.red-gradient-label {
    background: #fff; }
    .account-monitoring__banner-label.red-gradient-label .account-monitoring__banner-label-content {
      -webkit-text-fill-color: transparent;
      background: linear-gradient(90deg, #D4180C, #EF9F5F);
      -webkit-background-clip: text;
      background-clip: text;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
  .account-monitoring__banner-label svg {
    margin-right: 4px; }

.account-monitoring__banner-body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 2; }

.account-monitoring__banner-name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #162133;
  width: 100%;
  text-align: left;
  font-family: 'Muller', 'Montserrat', sans-serif;
  margin-bottom: 4px; }
  .account-monitoring__banner-name.dark-red-yellow-gradient {
    background: -webkit-linear-gradient(90deg, #162133 0%, #C32100 51.3%, #FFCE00 100%);
    background: -o-linear-gradient(90deg, #162133 0%, #C32100 51.3%, #FFCE00 100%);
    background: linear-gradient(90deg, #162133 0%, #C32100 51.3%, #FFCE00 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; }

.account-monitoring__banner-subtitle {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Muller', 'Montserrat', sans-serif;
  color: #162133;
  text-align: left;
  margin-bottom: 16px; }
  .account-monitoring__banner-subtitle .big {
    font-size: 30px;
    line-height: 30px; }

.account-monitoring__banner-content {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #0E56A9;
  font-family: 'Muller', 'Montserrat', sans-serif;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap; }
  .account-monitoring__banner-content .big {
    font-size: 26px;
    line-height: 26px; }
  .account-monitoring__banner-content .green {
    color: #1CA242; }

.account-monitoring__banner-percent-plus {
  font-size: 14px;
  line-height: 14px;
  background: #1CA242;
  color: #fff;
  font-weight: 600;
  padding: 4px 4px 2px;
  margin: 0 4px 4px;
  border-radius: 4px; }

.account-monitoring__banner-del {
  position: relative;
  color: #97A0A9; }
  .account-monitoring__banner-del:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #97A0A9; }

.account-monitoring__banner-footer {
  width: 100%;
  margin: 20px -20px -20px -20px;
  text-align: center;
  padding: 10px 20px;
  box-sizing: content-box;
  background: linear-gradient(90deg, #FF9C00 0%, #EF8C97 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  border-radius: 0 0 20px 20px; }
  .account-monitoring__banner-footer svg {
    margin-right: 5px; }
  .account-monitoring__banner-footer.dark-red-yellow-gradient {
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-weight: 600;
    background: -webkit-linear-gradient(90deg, #162133 0%, #C32100 51.3%, #FFCE00 100%);
    background: -o-linear-gradient(90deg, #162133 0%, #C32100 51.3%, #FFCE00 100%);
    background: linear-gradient(90deg, #162133 0%, #C32100 51.3%, #FFCE00 100%); }

.account-monitoring__primary-deal {
  padding: 20px;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  overflow: hidden;
  margin-bottom: 16px; }
  .account-monitoring__primary-deal.hidden {
    display: none; }

.account-monitoring__primary-deal-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  z-index: 2;
  flex-wrap: wrap; }

.account-monitoring__primary-deal-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Muller', 'Montserrat', sans-serif;
  /*margin-right: 10px;*/
  margin-bottom: -10px;
  width: 100%; }
  .account-monitoring__primary-deal-title.small {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 5px;
    width: auto; }

.account-monitoring__primary-deal-subtitle {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  display: none; }

.account-monitoring__primary-deal-label {
  /*background: #FED63F;*/
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 8px;
  /*color: #0E56A9;*/
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  border-radius: 32px;
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap; }
  .account-monitoring__primary-deal-label svg {
    margin-right: 5px; }

.account-monitoring__primary-deal-body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 2; }

.account-monitoring__primary-deal-btn {
  width: 100%;
  background: #FED63F;
  color: #162133;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-top: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: 0.3s; }
  .account-monitoring__primary-deal-btn:hover {
    background: #FFDD4D;
    opacity: 1; }

.account-monitoring__primary-deal-info {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500; }
  .account-monitoring__primary-deal-info span {
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    color: white;
    display: flex; }

.account-monitoring__primary-deal-footer {
  width: 100%;
  margin: 20px -20px -20px -20px;
  text-align: center;
  padding: 10px 20px;
  box-sizing: content-box;
  /*background: #0E56A9;*/
  background: rgba(255, 255, 255, 0.2);
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  font-weight: 400;
  z-index: 2; }
  .account-monitoring__primary-deal-footer svg {
    margin-right: 5px; }

.account-monitoring__primary-deal-background {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(123.52deg, #FFCE00 -76.57%, #E53838 80.49%); }
  .account-monitoring__primary-deal-background--purple {
    background: linear-gradient(122.35deg, #0E56A9 3.75%, #E53838 97.15%); }
  .account-monitoring__primary-deal-background img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.account-monitoring__secondary-deal {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  overflow: hidden; }

.account-monitoring__secondary-deal-btn {
  font-size: 12px;
  width: 100%;
  display: flex;
  margin-top: 15px;
  transition: 0.2s;
  cursor: pointer; }
  .account-monitoring__secondary-deal-btn:hover {
    background: #FFDD4D;
    opacity: 1; }

.account-monitoring__secondary-deal-title {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  font-weight: 600; }

.account-monitoring__secondary-deal-price {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  display: flex; }

.account-monitoring__secondary-deal-subtext {
  margin-top: 5px;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  color: #6A7784;
  width: 100%; }

.account-monitoring__secondary-deal-header {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px; }

.account-monitoring__secondary-deal-body {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%; }

.account-monitoring__secondary-deal-footer {
  width: 100%;
  color: #E53838;
  margin: 20px -20px -20px -20px;
  text-align: center;
  padding: 10px 20px;
  box-sizing: content-box;
  background: rgba(229, 56, 56, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  z-index: 2; }
  .account-monitoring__secondary-deal-footer svg {
    margin-right: 5px; }

.account-monitoring__secondary-deal-oldprice {
  margin-left: 10px;
  color: #6A7784;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500; }

.account-monitoring__secondary-deal-irr {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  color: #1CA242;
  background: rgba(28, 162, 66, 0.07);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border-radius: 32px;
  height: 20px; }

.account-monitoring__deal {
  margin-bottom: 8px; }
  .account-monitoring__deal a {
    display: flex;
    background: #ffffff;
    padding: 8px;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #000000;
    align-items: center;
    position: relative;
    box-sizing: border-box; }
    .account-monitoring__deal a:after {
      content: '';
      width: 6px;
      height: 6px;
      position: absolute;
      border-right: 2px solid #B3B3B3;
      border-top: 2px solid #B3B3B3;
      transform: rotate(45deg);
      top: calc(50% - 4px);
      right: 12px; }
  .account-monitoring__deal.notify .account-monitoring__deal-title:before {
    content: '';
    width: 6px;
    height: 6px;
    margin-right: 6px;
    background: #E53838;
    display: flex;
    border-radius: 100%; }
  .account-monitoring__deal.notice .account-monitoring__deal-title:before {
    content: '';
    width: 6px;
    height: 6px;
    margin-right: 6px;
    background: #71aaeb;
    display: flex;
    border-radius: 100%; }
  .account-monitoring__deal.new-deal {
    margin-bottom: 16px; }
    .account-monitoring__deal.new-deal .colored {
      color: #71AAEB;
      font-weight: 600; }
    .account-monitoring__deal.new-deal .account-monitoring__deal-name {
      background: #FFFFFF;
      border: 1px solid #B3D1F2;
      color: #71AAEB; }
      .account-monitoring__deal.new-deal .account-monitoring__deal-name:before {
        color: #71AAEB;
        font-weight: 900; }
    .account-monitoring__deal.new-deal .account-monitoring__deal-title {
      font-weight: 600;
      font-size: 14px;
      line-height: 16px; }
    .account-monitoring__deal.new-deal .account-monitoring__deal-subtitle {
      font-weight: 400;
      margin-bottom: 0; }
    .account-monitoring__deal.new-deal a {
      cursor: pointer;
      align-items: center;
      background: linear-gradient(45deg, #DBE9F6, #FFFFFF);
      border: 1px solid #B3D1F2; }
      .account-monitoring__deal.new-deal a:after {
        content: '';
        border-right: 2px solid #71AAEB;
        border-top: 2px solid #71AAEB; }

.account-monitoring__deal-status .account-document__status {
  height: auto;
  font-size: 8px;
  margin: 0;
  margin-top: 4px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  width: fit-content; }
  .account-monitoring__deal-status .account-document__status.warning {
    background: #FAE8E8;
    padding: 3px 6px;
    border-radius: 6px; }
  .account-monitoring__deal-status .account-document__status.success {
    background: #E6F3E9;
    padding: 3px 6px;
    border-radius: 6px; }

.account-monitoring__deal-name {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 600;
  flex-wrap: wrap; }
  .account-monitoring__deal-name svg {
    transform: scale(1.5);
    margin-top: 4px;
    margin-bottom: -4px; }
  .account-monitoring__deal-name:empty:before {
    content: '+';
    font-size: 30px;
    font-weight: 300;
    display: flex; }

.account-monitoring__deal-info {
  display: flex;
  flex-direction: column; }

.account-monitoring__deal-title {
  display: flex;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  align-items: center; }

.account-monitoring__deal-subtitle {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  margin-top: 4px; }
  .account-monitoring__deal-subtitle .account-document__status {
    height: auto;
    padding: 0 10px;
    text-transform: initial;
    font-size: 10px;
    margin: 0px 0px 0px 8px;
    padding: 2px 8px;
    font-size: 8px;
    overflow: hidden;
    text-align: left;
    justify-content: flex-start; }

.account-monitoring__popup {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease; }
  .account-monitoring__popup.active {
    opacity: 1;
    z-index: 1000;
    visibility: visible;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px); }
  .account-monitoring__popup .muted {
    margin-left: 5px;
    color: #97A0A9;
    font-size: 14px;
    font-weight: 400; }
  .account-monitoring__popup .sale {
    color: #1CA242;
    font-weight: 600; }
  .account-monitoring__popup .btn {
    width: calc(50% - 5px);
    margin-bottom: 0px;
    font-size: 12px;
    border: none;
    font-weight: 400;
    padding: 12px;
    height: 40px; }
    .account-monitoring__popup .btn.secondary {
      cursor: pointer;
      color: #2A415E;
      background: rgba(14, 86, 169, 0.07);
      transition: 0.3s; }
      .account-monitoring__popup .btn.secondary:hover {
        background: rgba(14, 86, 169, 0.1); }
    .account-monitoring__popup .btn:last-child {
      margin-top: 0px;
      margin-right: 5px; }
    .account-monitoring__popup .btn:not(:last-child) {
      margin-top: 0px;
      margin-left: 5px;
      order: 2; }

.account-monitoring__popup-header {
  height: 150px;
  position: relative;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px; }

.account-monitoring__popup-header-bg {
  margin: 0 -30px;
  overflow: hidden;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px 12px 0 0;
  position: absolute;
  width: calc(100% + 60px);
  top: 0;
  z-index: 0; }
  .account-monitoring__popup-header-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.account-monitoring__popup-header-logos {
  align-items: center;
  height: 40px;
  margin-top: -60px;
  z-index: 2;
  padding-top: 60px;
  display: flex;
  position: relative; }
  .account-monitoring__popup-header-logos svg, .account-monitoring__popup-header-logos img {
    margin-right: 10px; }

.account-monitoring__popup-brokers {
  display: flex;
  flex-wrap: wrap; }

.account-monitoring__popup-col {
  width: 100%;
  margin-bottom: 10px; }
  .account-monitoring__popup-col:last-child {
    margin-bottom: 0; }
  .account-monitoring__popup-col span {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    display: block; }

.account-monitoring__popup-buttons {
  display: flex;
  flex-wrap: wrap; }
  .account-monitoring__popup-buttons.invert .btn {
    margin: 0 0 10px 0;
    width: 100% !important; }
    .account-monitoring__popup-buttons.invert .btn:first-child {
      order: 1; }
    .account-monitoring__popup-buttons.invert .btn:not(:first-child) {
      order: 2; }
    .account-monitoring__popup-buttons.invert .btn:last-child {
      margin-bottom: 0; }
  .account-monitoring__popup-buttons.moex {
    margin-top: 10px; }
    .account-monitoring__popup-buttons.moex .btn {
      font-size: 12px;
      white-space: nowrap;
      width: 100%;
      margin: 0 0 10px;
      /*&:first-child {
                    margin-left: 5px;
                    width: calc(50% - 5px);
                }
                &:not(:first-child) {
                    margin-right: 5px;
                    width: calc(50% - 5px);
                }*/ }
      .account-monitoring__popup-buttons.moex .btn:first-child {
        margin: 0; }

.account-monitoring__popup-window {
  position: relative;
  padding: 30px;
  border-radius: 12px;
  width: 350px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #FFFFFF; }

.account-monitoring__popup-logo {
  width: 86px; }

.account-monitoring__popup-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #B8BFC9;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer; }

.account-monitoring__popup-content p {
  margin: 18px 0;
  font-size: 12px;
  line-height: 14px; }

.account-monitoring__popup-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 24px;
  position: relative;
  z-index: 2; }
  .account-monitoring__popup-title.white {
    color: #fff; }
  .account-monitoring__popup-title.big {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600; }
  .account-monitoring__popup-title.dark-red-yellow-gradient {
    background: -webkit-linear-gradient(90deg, #162133 0%, #C32100 51.3%, #FFCE00 100%);
    background: -o-linear-gradient(90deg, #162133 0%, #C32100 51.3%, #FFCE00 100%);
    background: linear-gradient(90deg, #162133 0%, #C32100 51.3%, #FFCE00 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; }

.account-monitoring__popup-highlight {
  background: rgba(14, 86, 169, 0.05);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  width: calc(100% + 40px);
  margin-left: -20px;
  flex-wrap: wrap; }
  .account-monitoring__popup-highlight.moex {
    width: 100%;
    margin-left: 0; }

.account-monitoring__popup-img {
  margin-bottom: 15px;
  width: 100%;
  min-width: 100%;
  height: 130px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 15px;
  position: relative; }
  .account-monitoring__popup-img img {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.account-monitoring__popup-sale {
  padding: 2px 4px;
  border-radius: 4px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  background: #1CA242;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600; }

.account-monitoring__popup-subtitle {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%; }

.account-monitoring__popup-subinfo-item {
  font-size: 16px;
  font-weight: 600;
  color: #162132; }

.account-monitoring__popup-subinfo-title {
  font-size: 12px;
  line-height: 16px;
  color: #97A0A9;
  margin-bottom: 3px; }

.account-monitoring__popup-subinfo {
  display: flex;
  flex-direction: column;
  margin-right: 15px; }
  .account-monitoring__popup-subinfo.col {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-right: 0;
    justify-content: space-between; }
    .account-monitoring__popup-subinfo.col .account-monitoring__popup-subinfo-item {
      font-size: 12px;
      line-height: 14px;
      font-weight: 500; }

.account-monitoring__popup-info {
  display: flex;
  flex-wrap: wrap; }

.account-monitoring__popup-total {
  margin-top: 10px;
  width: 100%; }
  .account-monitoring__popup-total.col {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-right: 0;
    justify-content: space-between;
    align-items: flex-end; }

.account-monitoring__popup-total-title {
  font-weight: 500;
  font-size: 12px;
  color: #2A415E;
  margin-bottom: 3px; }
  .account-monitoring__popup-total-title.sale {
    font-weight: 500; }

.account-monitoring__popup-total-item {
  font-size: 20px;
  font-weight: 600;
  color: #2A415E; }

.account-monitoring__popup-notice {
  display: flex; }
  .account-monitoring__popup-notice svg {
    margin-right: 10px;
    width: 22px;
    min-width: 22px; }

.account-monitoring__chessclub-btn {
  font-size: 14px;
  line-height: 22px; }
  .account-monitoring__chessclub-btn svg {
    margin-right: 10px; }

.account-monitoring__chess-club {
  border: 1px solid #FED63F;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  align-items: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, #FED63F 100%), linear-gradient(90.63deg, #FFFFFF 0.54%, #FED63F 99.46%); }
  .account-monitoring__chess-club:after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    border-right: 2px solid rgba(22, 33, 51, 0.5);
    border-top: 2px solid rgba(22, 33, 51, 0.5);
    transform: rotate(45deg);
    top: calc(50% - 4px);
    right: 12px; }
  .account-monitoring__chess-club svg {
    margin-right: 10px; }
  .account-monitoring__chess-club--text {
    display: flex;
    flex-direction: column; }
  .account-monitoring__chess-club--title {
    font-size: 12px;
    line-height: 14px;
    color: #162133;
    font-weight: 800;
    text-transform: uppercase; }
  .account-monitoring__chess-club--subtitle {
    font-size: 12px;
    line-height: 14px;
    color: rgba(22, 33, 51, 0.5);
    font-weight: 800;
    text-transform: uppercase; }
  .account-monitoring__chess-club--title-popup {
    font-size: 12px;
    line-height: 14px;
    color: #162133;
    font-weight: 800;
    text-transform: uppercase; }
  .account-monitoring__chess-club--subtitle-popup {
    font-size: 12px;
    line-height: 14px;
    color: #0E56A9;
    font-weight: 800;
    text-transform: uppercase; }
  .account-monitoring__chess-club--popup-title {
    color: #162133;
    font-size: 18px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .account-monitoring__chess-club--popup-content p, .account-monitoring__chess-club--popup-content ul, .account-monitoring__chess-club--popup-content ol, .account-monitoring__chess-club--popup-content li {
    color: #162133;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; }
  .account-monitoring__chess-club--popup-content p {
    margin-top: 0;
    margin-bottom: 15px; }
  .account-monitoring__chess-club--popup-content li {
    margin-bottom: 10px; }
    .account-monitoring__chess-club--popup-content li:last-child {
      margin-bottom: 0; }
  .account-monitoring__chess-club--popup-content ul, .account-monitoring__chess-club--popup-content ol {
    margin-top: 0;
    padding-left: 20px;
    margin-bottom: 20px; }
  .account-monitoring__chess-club--icontext {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 30px; }
    .account-monitoring__chess-club--icontext svg {
      margin-right: 10px; }

.account-monitoring__timer {
  display: flex;
  width: 100%;
  justify-content: space-between; }

.account-monitoring__timer-item {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  display: flex;
  position: relative;
  justify-content: center;
  min-width: 38px; }
  .account-monitoring__timer-item:before {
    content: attr(data-title);
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    opacity: 0.8; }
  .account-monitoring__timer-item:not(:last-child) {
    margin-right: 20px; }
    .account-monitoring__timer-item:not(:last-child):after {
      content: ":";
      position: absolute;
      right: calc(-50% - 3.5px);
      opacity: 0.4; }

.account-monitoring__notice {
  position: relative;
  padding-left: 24px; }
  .account-monitoring__notice:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjQwODE0IDE3LjAzNDJDNi4wOTAxIDE4LjcxNjIgOC4zNzEzNCAxOS42NjExIDEwLjc1IDE5LjY2MTFDMTMuMTI4NyAxOS42NjExIDE1LjQwOTkgMTguNzE2MiAxNy4wOTE5IDE3LjAzNDJDMTguNzczOCAxNS4zNTIzIDE5LjcxODggMTMuMDcxIDE5LjcxODggMTAuNjkyNEMxOS43MTg4IDguMzEzNzIgMTguNzczOCA2LjAzMjQ5IDE3LjA5MTkgNC4zNTA1MkMxNS40MDk5IDIuNjY4NTUgMTMuMTI4NyAxLjcyMzYzIDEwLjc1IDEuNzIzNjNDOC4zNzEzNCAxLjcyMzYzIDYuMDkwMSAyLjY2ODU1IDQuNDA4MTQgNC4zNTA1MkMyLjcyNjE3IDYuMDMyNDkgMS43ODEyNSA4LjMxMzcyIDEuNzgxMjUgMTAuNjkyNEMxLjc4MTI1IDEzLjA3MSAyLjcyNjE3IDE1LjM1MjMgNC40MDgxNCAxNy4wMzQyWk0xNy45OTc4IDE3Ljk0MDJDMTYuMDc1NiAxOS44NjI1IDEzLjQ2ODUgMjAuOTQyNCAxMC43NSAyMC45NDI0QzguMDMxNTMgMjAuOTQyNCA1LjQyNDQgMTkuODYyNSAzLjUwMjE2IDE3Ljk0MDJDMS41Nzk5MSAxNi4wMTggMC41IDEzLjQxMDkgMC41IDEwLjY5MjRDMC41IDcuOTczOTEgMS41Nzk5MSA1LjM2Njc5IDMuNTAyMTYgMy40NDQ1NEM1LjQyNDQgMS41MjIyOSA4LjAzMTUzIDAuNDQyMzgzIDEwLjc1IDAuNDQyMzgzQzEzLjQ2ODUgMC40NDIzODMgMTYuMDc1NiAxLjUyMjI5IDE3Ljk5NzggMy40NDQ1NEMxOS45MjAxIDUuMzY2NzkgMjEgNy45NzM5MSAyMSAxMC42OTI0QzIxIDEzLjQxMDkgMTkuOTIwMSAxNi4wMTggMTcuOTk3OCAxNy45NDAyWk05LjU2ODc4IDE0LjA0NDdDOS41MDQzOSAxNC4yMDAyIDkuNDcxMjUgMTQuMzY2OCA5LjQ3MTI1IDE0LjUzNUM5LjQ3MTI1IDE0Ljg3NDggOS42MDYyNCAxNS4yMDA3IDkuODQ2NTIgMTUuNDQxQzEwLjA4NjggMTUuNjgxMyAxMC40MTI3IDE1LjgxNjMgMTAuNzUyNSAxNS44MTYzQzExLjA5MjMgMTUuODE2MyAxMS40MTgyIDE1LjY4MTMgMTEuNjU4NSAxNS40NDFDMTEuODk4OCAxNS4yMDA3IDEyLjAzMzggMTQuODc0OCAxMi4wMzM4IDE0LjUzNUMxMi4wMzM4IDE0LjM2NjggMTIuMDAwNiAxNC4yMDAyIDExLjkzNjIgMTQuMDQ0N0MxMS44NzE4IDEzLjg4OTMgMTEuNzc3NSAxMy43NDggMTEuNjU4NSAxMy42MjkxQzExLjUzOTUgMTMuNTEwMSAxMS4zOTgzIDEzLjQxNTcgMTEuMjQyOCAxMy4zNTEzQzExLjA4NzQgMTMuMjg2OSAxMC45MjA4IDEzLjI1MzggMTAuNzUyNSAxMy4yNTM4QzEwLjU4NDIgMTMuMjUzOCAxMC40MTc2IDEzLjI4NjkgMTAuMjYyMiAxMy4zNTEzQzEwLjEwNjcgMTMuNDE1NyA5Ljk2NTUgMTMuNTEwMSA5Ljg0NjUyIDEzLjYyOTFDOS43Mjc1NSAxMy43NDggOS42MzMxNyAxMy44ODkzIDkuNTY4NzggMTQuMDQ0N1pNOS42NDcwNCA2LjM2MTQ2QzkuNTk2ODYgNi41MTYwNiA5LjU3OTc1IDYuNjc5NDggOS41OTY4MiA2Ljg0MTEzTDEwLjA0NTMgMTEuMzM0NUMxMC4wNjAzIDExLjUxMSAxMC4xNDExIDExLjY3NTQgMTAuMjcxNiAxMS43OTUzQzEwLjQwMjEgMTEuOTE1MSAxMC41NzI4IDExLjk4MTYgMTAuNzQ5OSAxMS45ODE2QzEwLjkyNzEgMTEuOTgxNiAxMS4wOTc4IDExLjkxNTEgMTEuMjI4MyAxMS43OTUzQzExLjM1ODggMTEuNjc1NCAxMS40Mzk2IDExLjUxMSAxMS40NTQ2IDExLjMzNDVMMTEuOTAzMSA2Ljg0MTEzQzExLjkyMDEgNi42Nzk0OCAxMS45MDMgNi41MTYwNiAxMS44NTI4IDYuMzYxNDZDMTEuODAyNyA2LjIwNjg2IDExLjcyMDUgNi4wNjQ1NCAxMS42MTE4IDUuOTQzNzJDMTEuNTAzMSA1LjgyMjkxIDExLjM3MDIgNS43MjYzIDExLjIyMTcgNS42NjAxN0MxMS4wNzMyIDUuNTk0MDUgMTAuOTEyNSA1LjU1OTg4IDEwLjc0OTkgNS41NTk4OEMxMC41ODc0IDUuNTU5ODggMTAuNDI2NyA1LjU5NDA1IDEwLjI3ODIgNS42NjAxN0MxMC4xMjk3IDUuNzI2MyA5Ljk5NjggNS44MjI5MSA5Ljg4ODA3IDUuOTQzNzJDOS43NzkzMyA2LjA2NDU0IDkuNjk3MjIgNi4yMDY4NiA5LjY0NzA0IDYuMzYxNDZaIiBmaWxsPSIjNzFBQUVCIi8+Cjwvc3ZnPgo=);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0; }

.account-monitoring__popup-banner {
  background: #000000;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 14px; }
  .account-monitoring__popup-banner.dark-red-yellow-gradient {
    background: -webkit-linear-gradient(90deg, #162133 0%, #C32100 51.3%, #FFCE00 100%);
    background: -o-linear-gradient(90deg, #162133 0%, #C32100 51.3%, #FFCE00 100%);
    background: linear-gradient(90deg, #162133 0%, #C32100 51.3%, #FFCE00 100%); }

.account-monitoring__popup-banner-title {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  margin-bottom: 4px; }

.account-monitoring__popup-banner-content {
  display: flex;
  align-items: flex-end; }
  .account-monitoring__popup-banner-content .big {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: 600; }

.account-monitoring__popup-banner-percent-plus {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  padding: 2px 4px;
  border-radius: 4px;
  margin: 0 8px 2px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600; }

@media (min-width: 768px) {
  .account-monitoring__header {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(145, 145, 145, 0.2); }
  .account-monitoring__wrapper {
    display: flex;
    /*border-top: 1px solid rgba(#919191, 0.2);*/ }
  .account-monitoring__popup-header-bg {
    margin: 0 -60px;
    border-radius: 24px 24px 0 0;
    width: calc(100% + 120px); }
  .account-monitoring__sidebar {
    margin: 0;
    width: 290px;
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    /*border-right: 1px solid rgba(#919191, 0.2);*/ }
    .account-monitoring__sidebar.demo {
      position: relative;
      border-right: 1px solid rgba(145, 145, 145, 0.2); }
  .account-monitoring__body {
    width: 50%;
    flex: 1 1 auto; }
  .account-monitoring__popup .btn {
    height: 54px;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 16px;
    padding: 13px 32px 12px; }
    .account-monitoring__popup .btn:not(:last-child) {
      margin-left: 0;
      order: 0;
      margin-top: 0px; }
    .account-monitoring__popup .btn:last-child {
      margin: 0; }
  .account-monitoring__popup-title {
    margin-top: 32px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase; }
    .account-monitoring__popup-title.big {
      font-size: 26px;
      line-height: 26px; }
  .account-monitoring__popup-total-item {
    font-size: 24px; }
  .account-monitoring__popup-total-title {
    font-size: 14px; }
  .account-monitoring__popup-subinfo-item {
    font-size: 18px; }
  .account-monitoring__popup-img {
    width: 142px;
    min-width: 142px;
    height: 142px;
    margin-bottom: 0; }
  .account-monitoring__popup-close {
    top: 60px;
    right: 60px; }
  .account-monitoring__popup-window {
    width: 620px;
    padding: 60px;
    border-radius: 24px; }
  .account-monitoring__popup-highlight {
    flex-wrap: nowrap; }
  .account-monitoring__popup-content p {
    font-size: 14px;
    line-height: 18px; }
  .account-monitoring__popup-col {
    width: 50%;
    margin-bottom: 0; }
  .account-monitoring__popup-buttons.invert .btn {
    margin: 0;
    width: calc(50% - 8px) !important; }
    .account-monitoring__popup-buttons.invert .btn:first-child {
      order: 2;
      margin-left: 8px; }
    .account-monitoring__popup-buttons.invert .btn:not(:first-child) {
      order: 1;
      margin-right: 8px; }
  .account-monitoring__popup-buttons.moex .btn {
    font-size: 14px; }
    .account-monitoring__popup-buttons.moex .btn:first-child {
      margin-right: 5px;
      width: calc(50% - 5px); }
    .account-monitoring__popup-buttons.moex .btn:not(:first-child) {
      margin-left: 5px;
      width: calc(50% - 5px); }
  .account-monitoring__primary-deal-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px; }
  .account-monitoring__primary-deal-subtitle {
    display: block; }
  .account-monitoring__primary-deal-footer {
    display: flex; }
  .account-monitoring__timer-item:not(:last-child):after {
    right: calc(-50% - 3.5px + 10px); } }

@media (min-width: 1024px) {
  .account-monitoring__sidebar {
    width: 290px; } }

@media (min-width: 1200px) {
  .account-monitoring__chess-club--popup-title {
    font-size: 24px;
    margin-bottom: 30px; }
  .account-monitoring__chess-club--popup-content p, .account-monitoring__chess-club--popup-content ul, .account-monitoring__chess-club--popup-content ol, .account-monitoring__chess-club--popup-content li {
    font-size: 14px; }
  .account-monitoring__chess-club--popup-content p {
    margin-bottom: 20px; }
  .account-monitoring__chess-club--popup-content li {
    margin-bottom: 15px; }
  .account-monitoring__chess-club--popup-content ul, .account-monitoring__chess-club--popup-content ol {
    margin-bottom: 30px; }
  .account-monitoring__popup-banner {
    font-size: 16px;
    line-height: 18px; }
  .account-monitoring__popup-subtitle {
    font-size: 16px;
    line-height: 20px; }
  .account-monitoring__popup-subinfo {
    display: flex;
    flex-direction: column;
    margin-right: 15px; }
    .account-monitoring__popup-subinfo.col {
      width: 50%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap; }
      .account-monitoring__popup-subinfo.col .account-monitoring__popup-subinfo-item {
        font-size: 18px;
        line-height: 18px; }
  .account-monitoring__popup-total.col {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start; }
  .account-monitoring__popup-banner-content .big {
    font-size: 28px;
    line-height: 28px; } }

.monitoring-data__subnav {
  padding-top: 24px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-bottom: 6px;
  justify-content: space-between; }

.monitoring-data__link {
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 6px;
  font-size: 12px;
  background-color: #fed63f;
  font-weight: 500;
  text-decoration: none;
  border-radius: 12px;
  padding: 14px 6px 14px 18px;
  color: #000;
  margin: 0;
  transition: 300ms; }
  .monitoring-data__link:hover, .monitoring-data__link:active, .monitoring-data__link:focus {
    background-color: #F8C503; }
  .monitoring-data__link.grey-btn {
    color: #9E9E9E;
    padding: 0 0 12px 0;
    background: transparent; }
    .monitoring-data__link.grey-btn:hover, .monitoring-data__link.grey-btn:active, .monitoring-data__link.grey-btn:focus {
      color: #000000;
      background: transparent; }
  .monitoring-data__link.secondary {
    background: rgba(14, 86, 169, 0.07);
    color: #2A415E; }
    .monitoring-data__link.secondary:hover {
      background: rgba(14, 86, 169, 0.1); }
  .monitoring-data__link svg {
    width: 9px;
    height: 8px;
    margin-right: 12px;
    margin-left: 12px;
    stroke: currentColor; }
  .monitoring-data__link--right svg {
    margin-right: 0;
    margin-left: 12px;
    transform: rotate(180deg); }
  .monitoring-data__link--big {
    font-size: 16px; }

.monitoring-data__header {
  padding: 16px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /*border-top: 1px solid rgba(#919191, 0.2);*/
  border-bottom: 1px solid rgba(145, 145, 145, 0.2);
  flex-wrap: wrap; }
  .monitoring-data__header--funds {
    border: none; }

.monitoring-data__header-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%; }
  .monitoring-data__header-buttons .monitoring-data__link:not(:last-child) {
    margin-right: 10px; }

.monitoring-data__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  width: 100%;
  margin-bottom: 10px; }
  .monitoring-data__title .liberty_title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .monitoring-data__title .liberty_title .liberty-status__status {
      margin-bottom: 0; }

.monitoring-data__demo-description {
  font-size: 14px;
  line-height: 17px;
  margin-top: 12px; }

.monitoring-data__rating {
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 600; }
  .monitoring-data__rating span {
    display: inline-block;
    margin-left: 6px;
    padding: 0 3px;
    text-align: center;
    color: #fff;
    border-radius: 2px; }
    .monitoring-data__rating span.A {
      background-color: #5fce67;
      color: #FFFFFF;
      border-radius: 4px;
      padding: 0 10px; }
    .monitoring-data__rating span.B {
      background-color: #71aaeb;
      color: #FFFFFF;
      border-radius: 4px;
      padding: 0 10px; }
    .monitoring-data__rating span.C {
      background-color: #fed63f;
      color: #FFFFFF;
      border-radius: 4px;
      padding: 0 10px; }
    .monitoring-data__rating span.D {
      background-color: #f52f4b;
      color: #FFFFFF;
      border-radius: 4px;
      padding: 0 10px; }

.monitoring-data__data-list {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(145, 145, 145, 0.2);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .monitoring-data__data-list.flex-column {
    flex-direction: column; }
  .monitoring-data__data-list.flex-col-mob {
    flex-direction: row; }

.monitoring-data__data-col {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .monitoring-data__data-col .monitoring-data__data-block {
    width: 50%;
    padding: 0 8px; }
  .monitoring-data__data-col .monitoring-data__data-block--full {
    width: 100%; }

.monitoring-data__data-block {
  margin-bottom: 12px;
  width: 50%; }

.monitoring-data__data-label {
  display: inline-block;
  position: relative;
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.4;
  color: #696969; }

.monitoring-data__data-value {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding-right: 10px; }
  .monitoring-data__data-value--green {
    color: #5fce67; }
  .monitoring-data__data-value--yellow {
    color: #fed63f; }
  .monitoring-data__data-value--red {
    color: #ff2b2b; }
  .monitoring-data__data-value--AAA {
    background-color: #5fce67;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 0 10px;
    display: inline; }
  .monitoring-data__data-value--AA {
    background-color: #5fce67;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 0 10px;
    display: inline; }
  .monitoring-data__data-value--A {
    background-color: #5fce67;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 0 10px;
    display: inline; }
  .monitoring-data__data-value--BBB {
    background-color: #71aaeb;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 0 10px;
    display: inline; }
  .monitoring-data__data-value--BB {
    background-color: #71aaeb;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 0 10px;
    display: inline; }
  .monitoring-data__data-value--B {
    background-color: #71aaeb;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 0 10px;
    display: inline; }
  .monitoring-data__data-value--CCC {
    background-color: #fdbd39;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 0 10px;
    display: inline; }
  .monitoring-data__data-value--CC {
    background-color: #fdbd39;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 0 10px;
    display: inline; }
  .monitoring-data__data-value--C {
    background-color: #fdbd39;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 0 10px;
    display: inline; }
  .monitoring-data__data-value--DDD {
    background-color: #f52f4b;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 0 10px;
    display: inline; }
  .monitoring-data__data-value--DD {
    background-color: #f52f4b;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 0 10px;
    display: inline; }
  .monitoring-data__data-value--D {
    background-color: #f52f4b;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 0 10px;
    display: inline; }
  .monitoring-data__data-value a {
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    transition: opacity 300ms ease; }
    .monitoring-data__data-value a:hover, .monitoring-data__data-value a:active, .monitoring-data__data-value a:focus {
      opacity: 0.6; }

.monitoring-data__data-info {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  width: 10px;
  height: 10px;
  right: -12px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 7px;
  line-height: 1;
  background-color: #fed63f;
  border-radius: 50%; }

.monitoring-data__toggles {
  padding-top: 20px;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px -15px; }

.monitoring-data__toggle {
  margin-bottom: 15px;
  width: 50%;
  padding: 0 10px; }

.monitoring-data__toggle-title {
  margin-bottom: 8px;
  font-size: 14px;
  color: #696969;
  line-height: 1.4; }

.monitoring-data__toggle-inputs {
  display: flex;
  border: 1px solid var(--fund-color);
  border-radius: 999px;
  overflow: hidden; }

.monitoring-data__toggle-input {
  flex: 1 1 auto;
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center; }
  .monitoring-data__toggle-input.active {
    background-color: #fed63f; }
  .monitoring-data__toggle-input span {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border-right: 1px solid var(--fund-color);
    transition: background-color 300ms ease; }
  .monitoring-data__toggle-input:last-child span {
    border-right: none; }

.monitoring-data__table {
  padding-top: 30px; }

.monitoring-data__graph {
  padding-top: 30px; }

.monitoring-data__steps {
  padding-top: 20px;
  width: calc(100% + 40px);
  margin-left: -20px; }

.monitoring-data__finances, .monitoring-data__estimates {
  padding-top: 44px; }
  .monitoring-data__finances .title.medium, .monitoring-data__estimates .title.medium {
    font-size: 18px; }
  .monitoring-data__finances .object-finances__title, .monitoring-data__estimates .object-finances__title {
    margin-bottom: 24px; }
  .monitoring-data__finances .object-finances__vr, .monitoring-data__estimates .object-finances__vr {
    top: 40px; }

.monitoring-data__funds-table {
  display: flex;
  flex-wrap: wrap; }

.monitoring-data__funds-row {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  /*padding-bottom: 8px;
        padding-top: 8px;*/
  margin: 0 0px 8px;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  align-items: center;
  border-bottom: 1px solid rgba(145, 145, 145, 0.2);
  transition: 0.3s; }

.monitoring-data__funds-cell {
  padding: 8px 16px;
  flex: 0 0 auto;
  height: 100%;
  align-items: center;
  font-size: 14px;
  font-weight: 400; }
  .monitoring-data__funds-cell:first-child {
    width: 35%;
    /*max-width: 170px;*/
    font-weight: 600; }
  .monitoring-data__funds-cell:nth-child(2) {
    width: 65%;
    text-align: right; }
  .monitoring-data__funds-cell:nth-child(3) {
    width: 50%; }
  .monitoring-data__funds-cell:nth-child(4) {
    width: 50%;
    text-align: right; }
  .monitoring-data__funds-cell:empty {
    display: none; }
  .monitoring-data__funds-cell--long {
    width: 65%; }

.monitoring-data__demoblock-yellow {
  color: #696969;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 10px;
  background-color: #FFF6D4;
  border-radius: 8px; }

.monitoring-data__demoblock {
  color: #6A7784;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 10px;
  background-color: #F6F6F6;
  border-radius: 8px; }

.monitoring-data__title-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .monitoring-data__title-container.d-lg-none {
    margin: 20px; }

.monitoring-data__title-container-title {
  white-space: nowrap;
  margin: 0 0 16px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px; }

.monitoring-funds__show-hide-funds {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 40px;
  border-top: 1px solid #ebebeb;
  background: #F6F6F6;
  padding: 0 12px;
  cursor: pointer; }
  .monitoring-funds__show-hide-funds .text {
    font-size: 14px;
    font-weight: 500;
    color: #6A7784; }
  .monitoring-funds__show-hide-funds .icon {
    margin-left: 20px; }
    .monitoring-funds__show-hide-funds .icon path {
      stroke: #6A7784; }

.hide_all .icon {
  transform: rotate(180deg); }

.d-mob-none {
  display: none; }

.monitoring-graph .monitoring-data__demoblock {
  margin: 0 0 24px; }

.account-monitoring__sidebar .monitoring-data__demoblock {
  margin: 20px; }

.monitoring-data__toggles .monitoring-data__demoblock {
  margin: 10px 10px 20px; }

.monitoring-table__mobile .monitoring-data__demoblock {
  margin-bottom: 10px; }

.monitoring-table__desktop .monitoring-data__demoblock {
  margin: 0 12px 12px;
  width: calc(100% - 24px); }

/*.hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
}*/
.demoacc .monitoring-data__toggle {
  width: 100%;
  padding: 0 30px; }

.monitoring-data__toggles.d-lg-none {
  margin: -10px -10px 12px; }

.monitoring-data__toggles.d-lg-none > .monitoring-data__toggle {
  width: 100%; }

@media (min-width: 768px) {
  .d-lg-none {
    display: none; }
  .d-mob-none {
    display: inherit; }
  .d-mob-none .monitoring-data__title {
    padding-right: 0; }
  .account-monitoring__sidebar .monitoring-data__demoblock {
    margin: 10px; }
  .monitoring-graph .monitoring-data__demoblock {
    margin: -12px 12px 24px 24px;
    width: calc(100% - 48px); }
  .monitoring-data__toggles .monitoring-data__demoblock {
    width: calc(100% - 36px);
    margin-top: 0; }
  .monitoring-data__title-container-title {
    margin: 0 20px 12px 0;
    font-size: inherit;
    line-height: inherit; }
  .monitoring-data__subnav {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 12px; }
  .monitoring-data__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px; }
  .monitoring-data__title {
    padding-right: 12px;
    /*            margin-bottom: 0;*/
    flex: 1 1 auto; }
  .monitoring-data__link {
    flex: 0 0 auto; }
  .monitoring-data__toggles {
    padding: 20px 24px 0 24px; }
  .monitoring-data__data-list {
    padding-top: 42px;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row; }
    .monitoring-data__data-list.flex-col-mob {
      flex-direction: row; }
      .monitoring-data__data-list.flex-col-mob .monitoring-data__data-block {
        width: auto; }
  .monitoring-data__data-col {
    padding-right: 24px;
    flex: 1;
    width: 100%; }
    .monitoring-data__data-col .monitoring-data__data-block {
      width: 50%;
      padding: 0; }
    .monitoring-data__data-col .monitoring-data__data-block--full {
      width: 100%; }
  .monitoring-data__steps {
    padding-top: 30px;
    width: 100%;
    margin-left: 0; }
  .monitoring-data__table {
    padding-left: 24px;
    padding-right: 24px; }
  .monitoring-data__finances, .monitoring-data__estimates {
    padding-left: 24px; }
  .monitoring-data__estimates {
    padding-right: 24px; }
  .monitoring-data__funds-row {
    margin: 0; }
  .monitoring-data__funds-cell {
    font-size: 16px;
    /*&:first-child {
                max-width: 190px;
            }*/ }
    .monitoring-data__funds-cell:first-child {
      width: 35%; }
    .monitoring-data__funds-cell:nth-child(2) {
      width: 65%; }
    .monitoring-data__funds-cell:nth-child(3) {
      width: 35%; }
    .monitoring-data__funds-cell:nth-child(4) {
      width: 65%; } }

.empty_select {
  border: none !important; }

.empty_select:after {
  content: none !important; }

@media (min-width: 1024px) {
  .monitoring-graph .monitoring-data__demoblock {
    margin: -24px 12px 24px 24px;
    width: calc(100% - 48px); }
  .monitoring-data__toggles .monitoring-data__demoblock {
    width: calc(50% - 36px);
    margin-top: 0; }
  .monitoring-data__title-container-title {
    margin: 0 20px 0 0;
    font-size: inherit;
    line-height: inherit; }
  .monitoring-data__title-container {
    flex-wrap: nowrap; }
  .monitoring-data__header {
    padding: 24px; }
  .monitoring-data__title {
    font-size: 24px; }
  .monitoring-data__link {
    font-size: 14px; }
    .monitoring-data__link svg {
      position: relative;
      top: 2px;
      width: 11px;
      height: 13px; }
  .monitoring-data__toggles {
    padding: 20px 24px 12px; }
  .monitoring-data__toggle {
    width: 25%; }
  .monitoring-data__toggle-title {
    font-size: 14px; }
  .monitoring-data__toggle-input span {
    font-size: 13px;
    white-space: nowrap; }
  .monitoring-data__data-col .monitoring-data__data-block {
    width: 25%; }
    .monitoring-data__data-col .monitoring-data__data-block.desktop-30 {
      width: 30%; }
    .monitoring-data__data-col .monitoring-data__data-block.desktop-20 {
      width: 20%; }
  .monitoring-data__data-col .monitoring-data__data-block--full {
    width: 100%; }
  .monitoring-data__graph {
    padding-top: 0; }
  .monitoring-data__table {
    padding-top: 40px;
    padding-left: 12px;
    padding-right: 12px; }
  .monitoring-data__finances {
    padding-left: 0px; }
  .monitoring-data__funds-table {
    /*display: table;*/
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    table-layout: fixed; }
  .monitoring-data__funds-row {
    margin: 0;
    display: flex;
    width: 100%;
    /*display: table-row;*/ }
  .monitoring-data__funds-cell {
    /*display: table-cell;*/
    display: flex;
    padding: 24px 16px;
    font-size: 18px;
    /*border-bottom: 1px solid rgba(#919191, 0.2);*/ }
    .monitoring-data__funds-cell:first-child {
      width: 20%;
      font-weight: 600;
      text-align: left; }
    .monitoring-data__funds-cell:nth-child(2) {
      width: 35%;
      text-align: left; }
    .monitoring-data__funds-cell:nth-child(3) {
      width: 20%;
      text-align: left; }
    .monitoring-data__funds-cell:nth-child(4) {
      width: 25%;
      text-align: left; }
    .monitoring-data__funds-cell--long {
      width: 40%; }
    .monitoring-data__funds-cell:empty {
      display: flex; } }

@media (min-width: 1200px) {
  .monitoring-data__header {
    padding-top: 32px;
    padding-bottom: 32px; }
    .monitoring-data__header--funds .monitoring-data__title {
      font-size: 18px; }
  .monitoring-data__title {
    font-size: 34px; }
  .monitoring-data__rating {
    font-size: 34px; }
    .monitoring-data__rating span {
      padding-left: 6px;
      padding-right: 6px; }
  .monitoring-data__data-label {
    font-size: 14px; }
  .monitoring-data__data-value {
    font-size: 18px; }
    .monitoring-data__data-value a {
      font-size: 14px; }
  .monitoring-data__finances, .monitoring-data__estimates {
    padding-right: 1px;
    padding-left: 1px; }
    .monitoring-data__finances .object-finances__title, .monitoring-data__estimates .object-finances__title {
      margin-bottom: 50px; }
      .monitoring-data__finances .object-finances__title .title.medium, .monitoring-data__estimates .object-finances__title .title.medium {
        font-size: 34px; }
    .monitoring-data__finances .object-estimates__title .title.medium, .monitoring-data__estimates .object-estimates__title .title.medium {
      font-size: 34px; }
  .monitoring-data__funds-row:hover {
    background-color: #fff6d4; }
  .monitoring-data__funds-cell {
    padding: 36px 24px;
    transition: background-color 300ms ease; }
    .monitoring-data__funds-cell:first-child {
      padding-left: 36px; }
    .monitoring-data__funds-cell:last-child {
      padding-right: 36px; } }

.monitoring-funds__row {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  transition: background-color 300ms ease; }
  .monitoring-funds__row::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(var(--fund-value) * 1%);
    background-color: #f1f1f1;
    transition: opacity 300ms ease; }
  .monitoring-funds__row.active, .monitoring-funds__row:hover, .monitoring-funds__row:active, .monitoring-funds__row:focus {
    font-weight: 600;
    background-color: #fff6d4; }
    .monitoring-funds__row.active::after, .monitoring-funds__row:hover::after, .monitoring-funds__row:active::after, .monitoring-funds__row:focus::after {
      opacity: 0; }
  .monitoring-funds__row--header {
    font-weight: 600;
    background-color: #fff6d4; }
    .monitoring-funds__row--header::after {
      display: none;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: calc(var(--fund-value) * 1%);
      background-color: var(--fund-color); }
    .monitoring-funds__row--header.active, .monitoring-funds__row--header:hover, .monitoring-funds__row--header:active, .monitoring-funds__row--header:focus {
      background-color: #fff6d4; }

.monitoring-funds__link {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.monitoring-funds__cell {
  position: relative;
  z-index: 3;
  padding: 12px 20px;
  flex: 1 1 auto; }
  .monitoring-funds__cell:first-of-type {
    width: 70px;
    flex: 0 0 auto; }
  .monitoring-funds__cell:last-child {
    text-align: right;
    white-space: nowrap; }

@media (min-width: 768px) {
  .monitoring-funds__cell {
    padding: 12px 5px; } }

@media (min-width: 1024px) {
  .monitoring-funds__row {
    font-size: 13px; } }

.monitoring-graph__title {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  font-weight: 500; }

.monitoring-graph__container {
  position: relative;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-bottom: 20px;
  height: 300px; }
  .monitoring-graph__container #income-monitoring {
    width: 100%;
    height: 100%;
    padding-bottom: 20px; }
    .monitoring-graph__container #income-monitoring .highcharts-scrolling {
      padding-bottom: 5px; }
    .monitoring-graph__container #income-monitoring .highcharts-axis-line {
      opacity: 0; }
    .monitoring-graph__container #income-monitoring .highcharts-column-series .highcharts-label tspan:last-child:not(:only-child) {
      font-size: 9px;
      fill: #b2b2b2; }
    .monitoring-graph__container #income-monitoring .simplebar-track {
      width: 100%;
      background-color: #e7e7e7; }
      .monitoring-graph__container #income-monitoring .simplebar-track.simplebar-horizontal {
        height: 5px;
        border-radius: 0px; }
        .monitoring-graph__container #income-monitoring .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
          top: 0;
          height: 5px; }
          .monitoring-graph__container #income-monitoring .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
            left: 0;
            right: 0;
            opacity: 1;
            background-color: #cecece;
            border-radius: 0; }
    .monitoring-graph__container #income-monitoring .highcharts-series-group rect:last-child {
      fill: rgba(113, 170, 235, 0.7);
      transition: ease 0.3s; }
    .monitoring-graph__container #income-monitoring .highcharts-series-group rect:last-child:hover {
      fill: #fff6d4; }

.monitoring-graph__caption {
  position: relative; }

.monitoring-graph__caption-block {
  margin-bottom: 16px;
  padding-right: 80px;
  display: flex;
  flex-wrap: wrap; }
  .monitoring-graph__caption-block:last-child {
    margin-bottom: 0; }

.monitoring-graph__caption-value {
  margin: 0 0 4px;
  width: 100%;
  font-size: 16px;
  font-weight: 600; }

.monitoring-graph__caption-label {
  font-size: 14px;
  line-height: 1.2; }

.monitoring-graph__caption-type {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  font-size: 14px;
  line-height: 1.2;
  color: #aaaaaa;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase; }

.monitoring-graph__tooltip {
  position: relative;
  width: 13px;
  height: 13px;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #71AAEB;
  border-radius: 50%;
  color: white;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer; }
  .monitoring-graph__tooltip:hover .monitoring-graph__tooltip-text {
    opacity: 1;
    visibility: visible;
    height: fit-content; }
  .monitoring-graph__tooltip.transparent {
    background: transparent; }
    .monitoring-graph__tooltip.transparent .monitoring-graph__tooltip-text {
      background: #EAEFF4;
      color: rgba(0, 0, 0, 0.6); }

.monitoring-graph__tooltip-text {
  position: absolute;
  top: 50%;
  left: calc(100%);
  transform: translateY(-50%);
  border-radius: 8px;
  background: #0E56A9;
  padding: 10px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  width: 160px;
  transition: opacity 0.4s ease;
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-right: 10px;
  z-index: 1; }
  .monitoring-graph__tooltip-text::before {
    position: absolute;
    content: '';
    top: 50%;
    left: calc(100% - 4px);
    transform: translateY(-50%) rotate(90deg);
    width: 14px;
    height: 6px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTUgNiIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9Im1hc2swXzg4XzU2OCIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjYiPjxyZWN0IHg9IjE0LjUiIHk9IjYiIHdpZHRoPSIxNCIgaGVpZ2h0PSI2IiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDE0LjUgNikiIGZpbGw9IiUyM0Q5RDlEOSIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoJTIzbWFzazBfODhfNTY4KSI+PHBhdGggZD0iTTUuNTU4ODUgMS40OTc2OUM2LjM0NTY1IDAuNjgwMDI1IDcuNjU0MzUgMC42ODAwMjQgOC40NDExNSAxLjQ5NzY5TDEyLjQwMTQgNS42MTMyNUMxMy42MjQgNi44ODM4NiAxMi43MjM1IDkgMTAuOTYwMiA5SDMuMDM5OEMxLjI3NjQ4IDkgMC4zNzYwMDUgNi44ODM4NiAxLjU5ODY1IDUuNjEzMjVMNS41NTg4NSAxLjQ5NzY5WiIgZmlsbD0iJTIzMEU1NkE5Ii8+PC9nPjwvc3ZnPg==);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain; }

@media (min-width: 768px) {
  .monitoring-graph__title {
    padding: 0 24px; }
  .monitoring-graph__container {
    width: 100%;
    margin-left: 0; }
  .monitoring-graph__caption {
    padding: 0 24px; }
  .monitoring-graph__caption-type {
    right: 24px; } }

@media (min-width: 1024px) {
  .monitoring-graph {
    padding-top: 48px; }
    .monitoring-graph__title {
      position: relative;
      padding-bottom: 12px;
      font-size: 16px; }
      .monitoring-graph__title::after {
        position: absolute;
        content: '';
        left: 24px;
        right: 24px;
        bottom: 0;
        height: 1px;
        background-color: rgba(145, 145, 145, 0.2); }
    .monitoring-graph__container {
      margin-top: 32px; }
    .monitoring-graph__caption {
      padding: 0 24px;
      display: flex;
      border-bottom: 1px solid rgba(145, 145, 145, 0.2); }
    .monitoring-graph__caption-type {
      position: relative;
      width: auto;
      margin-left: auto;
      flex: 0 0 auto;
      right: 0; }
    .monitoring-graph__caption-block {
      display: flex;
      margin-right: 24px;
      flex: 0 0 auto;
      padding-right: 0;
      align-items: baseline; }
    .monitoring-graph__caption-value {
      font-size: 16px;
      order: 1;
      margin-left: 8px; }
    .monitoring-graph__caption-label {
      font-size: 16px; } }

@media (min-width: 1024px) {
  .monitoring-graph__caption-value {
    width: auto; }
  .monitoring-graph__tooltip {
    order: 2;
    top: -2.5px;
    position: relative;
    width: 13px;
    height: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #71AAEB;
    border-radius: 50%;
    color: white;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer; }
    .monitoring-graph__tooltip:hover .monitoring-graph__tooltip-text {
      opacity: 1;
      visibility: visible;
      height: fit-content; }
  .monitoring-graph__tooltip-text {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    background: #0E56A9;
    padding: 10px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    max-width: 226px;
    min-width: 140px;
    width: auto;
    transition: opacity 0.4s ease;
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin-top: 10px;
    margin-right: 0; }
    .monitoring-graph__tooltip-text::before {
      position: absolute;
      content: '';
      bottom: 100%;
      left: 50%;
      top: auto;
      transform: translateX(-50%);
      width: 14px;
      width: 15px;
      height: 6px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTUgNiIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9Im1hc2swXzg4XzU2OCIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjYiPjxyZWN0IHg9IjE0LjUiIHk9IjYiIHdpZHRoPSIxNCIgaGVpZ2h0PSI2IiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDE0LjUgNikiIGZpbGw9IiUyM0Q5RDlEOSIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoJTIzbWFzazBfODhfNTY4KSI+PHBhdGggZD0iTTUuNTU4ODUgMS40OTc2OUM2LjM0NTY1IDAuNjgwMDI1IDcuNjU0MzUgMC42ODAwMjQgOC40NDExNSAxLjQ5NzY5TDEyLjQwMTQgNS42MTMyNUMxMy42MjQgNi44ODM4NiAxMi43MjM1IDkgMTAuOTYwMiA5SDMuMDM5OEMxLjI3NjQ4IDkgMC4zNzYwMDUgNi44ODM4NiAxLjU5ODY1IDUuNjEzMjVMNS41NTg4NSAxLjQ5NzY5WiIgZmlsbD0iJTIzMEU1NkE5Ii8+PC9nPjwvc3ZnPg==);
      background-position: center bottom;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; } }

.monitoring-header__title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2; }
  .monitoring-header__title span {
    padding-left: 12px;
    white-space: nowrap; }
  .monitoring-header__title a {
    color: #000;
    text-decoration: none;
    transition: color 300ms ease; }
    .monitoring-header__title a:hover, .monitoring-header__title a:active, .monitoring-header__title a:focus {
      color: #fed63f;
      text-decoration: none; }

.monitoring-header__chart {
  position: relative;
  overflow: hidden;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: -15px; }
  .monitoring-header__chart .line {
    position: absolute;
    height: 10px;
    width: 20px;
    transform: scaleY(0);
    transform-origin: top right;
    transition: all 300ms ease;
    will-change: width, right, transform; }
    .monitoring-header__chart .line.visible {
      transform: scaleY(1); }

@media (min-width: 768px) {
  .monitoring-header__title {
    font-size: 18px;
    padding-left: 24px; }
  .monitoring-header__chart {
    width: 100%;
    margin-left: 0; } }

.monitoring-steps__title {
  padding-left: 20px;
  margin-bottom: 24px;
  font-size: 12px;
  color: #696969;
  font-weight: 400; }

.monitoring-steps__container {
  padding-bottom: 20px; }
  .monitoring-steps__container .simplebar-track {
    width: 100%;
    background-color: #e7e7e7; }
    .monitoring-steps__container .simplebar-track.simplebar-horizontal {
      height: 5px;
      border-radius: 0px; }
      .monitoring-steps__container .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        top: 0;
        height: 5px; }
        .monitoring-steps__container .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
          left: 0;
          right: 0;
          opacity: 1;
          background-color: #cecece;
          border-radius: 0; }

.monitoring-steps__list {
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 1px solid #e4e4e4; }

.monitoring-steps__card {
  width: 146px;
  min-height: 152px;
  padding: 12px 32px 6px 32px;
  margin-left: -24px;
  flex: 0 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin-right: 4px;
  background-color: #d8d8d8;
  border-radius: 2px 2px 0 0;
  font-size: 10px;
  line-height: 1.4;
  clip-path: polygon(80% 0%, 100% 50%, 80% 100%, 0% 100%, 20% 50%, 0% 0%); }
  .monitoring-steps__card--progress {
    background-color: #fff6d4; }
  .monitoring-steps__card--future {
    opacity: 0.3; }
  .monitoring-steps__card:first-child {
    margin-left: 0;
    clip-path: polygon(80% 0%, 100% 50%, 80% 100%, 0% 100%, 0 50%, 0% 0%); }
  .monitoring-steps__card:last-child {
    margin-right: 0;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 20% 50%, 0% 0%); }

.monitoring-steps__label {
  font-weight: 500; }

.monitoring-steps__status {
  color: #636363; }

@media (min-width: 768px) {
  .monitoring-steps__title {
    padding-left: 16px; } }

@media (min-width: 1024px) {
  .monitoring-steps__title {
    padding-left: 24px;
    font-size: 16px;
    font-weight: 500; } }

.monitoring-table__desktop {
  display: none; }

.monitoring-table__mobile table {
  width: 100%;
  /*max-width: 380px;*/ }
  .monitoring-table__mobile table td {
    padding: 10px;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap; }
    .monitoring-table__mobile table td.right {
      text-align: right; }
    .monitoring-table__mobile table td.center {
      text-align: center; }
    .monitoring-table__mobile table td span,
    .monitoring-table__mobile table td a {
      display: block;
      margin-bottom: 5px; }
      .monitoring-table__mobile table td span:last-child,
      .monitoring-table__mobile table td a:last-child {
        margin-bottom: 0; }
    .monitoring-table__mobile table td a {
      position: relative;
      display: inline-block;
      padding-right: 10px;
      color: #3f76fe;
      font-weight: 500;
      text-decoration: none;
      transition: opacity 300ms ease; }
      .monitoring-table__mobile table td a:hover, .monitoring-table__mobile table td a:active, .monitoring-table__mobile table td a:focus {
        opacity: 0.6; }
      .monitoring-table__mobile table td a svg {
        position: absolute;
        width: 6px;
        height: 8px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        stroke: currentColor; }
    .monitoring-table__mobile table td:first-child {
      padding-left: 0; }
    .monitoring-table__mobile table td:last-child {
      padding-right: 0; }
  .monitoring-table__mobile table thead td {
    font-size: 10px;
    color: #696969;
    font-weight: 500;
    white-space: initial; }

.monitoring-table__actions {
  position: relative;
  max-width: 380px;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end; }

.monitoring-table__select {
  width: 50px;
  margin-right: 80px; }

.monitoring-table__arrow {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #696969;
  transition: color 300ms ease; }
  .monitoring-table__arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border: solid currentColor;
    border-width: 0 1px 1px 0;
    padding: 5px;
    transform: translate(-50%, -50%) rotate(135deg); }
  .monitoring-table__arrow.prev {
    right: 32px; }
  .monitoring-table__arrow.next {
    right: 0px; }
  .monitoring-table__arrow.next::after {
    transform: translate(-50%, -50%) rotate(-45deg); }
  .monitoring-table__arrow:hover, .monitoring-table__arrow:active, .monitoring-table__arrow:focus {
    color: #fed63f; }

@media (min-width: 1024px) {
  .monitoring-table__mobile {
    display: none; }
  .monitoring-table__desktop {
    display: block; }
    .monitoring-table__desktop table {
      width: 100%; }
      .monitoring-table__desktop table td {
        padding: 10px 5px;
        vertical-align: top;
        font-size: 13px;
        line-height: 1.2; }
        .monitoring-table__desktop table td.right {
          text-align: right; }
        .monitoring-table__desktop table td.center {
          text-align: center; }
        .monitoring-table__desktop table td:first-child {
          padding-left: 15px; }
        .monitoring-table__desktop table td:last-child {
          padding-right: 15px; }
        .monitoring-table__desktop table td a {
          position: relative;
          display: block;
          height: 12px;
          padding-right: 10px;
          color: #3f76fe;
          font-weight: 500;
          text-decoration: none;
          transition: opacity 300ms ease; }
          .monitoring-table__desktop table td a:hover, .monitoring-table__desktop table td a:active, .monitoring-table__desktop table td a:focus {
            opacity: 0.6; }
          .monitoring-table__desktop table td a svg {
            position: absolute;
            width: 8px;
            height: 12px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            stroke: currentColor; }
      .monitoring-table__desktop table thead td {
        font-size: 11px;
        font-weight: 500;
        color: #696969; }
      .monitoring-table__desktop table tbody td {
        transition: background-color 300ms ease; }
      .monitoring-table__desktop table tbody tr:hover td {
        background-color: #f4f4f4; }
  .monitoring-table__actions {
    max-width: none;
    margin: 30px; } }

@media (min-width: 1200px) {
  .monitoring-table__desktop table thead td {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px; }
  .monitoring-table__desktop table tbody td {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    text-align: left; } }

.native-select {
  width: 100%; }
  .native-select__label {
    font-size: 10px;
    color: #696969;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .native-select select {
    width: 100%;
    padding: 0 20px 7px 0;
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    background-image: url("/images/redesign/chevron.svg?3385");
    background-size: auto;
    background-position: top 6px right;
    background-repeat: no-repeat;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
    border-bottom: 1px solid #696969;
    background-color: transparent;
    transition: border-color 300ms ease; }
    .native-select select:hover, .native-select select:active, .native-select select:focus {
      border-color: #fed63f; }

.sidebar {
  width: 100%; }
  .sidebar__block {
    padding: 16px;
    border-radius: 16px;
    background: white;
    margin-bottom: 8px; }
  .sidebar__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px; }
  .sidebar__title {
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; }
  .sidebar__liberty {
    position: relative;
    padding: 6px 8px 6px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
    border-radius: 9px 8px 4px 9px;
    color: #6A7784;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    overflow: hidden;
    text-decoration: none; }
  .sidebar__liberty-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #ffce00; }
  .sidebar__liberty-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px; }
  .sidebar__liberty-text {
    position: relative; }
  .sidebar__amount {
    margin-bottom: 24px; }
  .sidebar__amount-value {
    color: #162133;
    font-size: 18px;
    font-weight: 600;
    line-height: normal; }
  .sidebar__amount-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .sidebar__amount-total {
    color: #1CA242;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-right: 4px; }
  .sidebar__amount-text {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }
  .sidebar__select {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -4px;
    width: calc(100% + 8px); }
  .sidebar__select-item {
    border-radius: 8px;
    background: rgba(14, 86, 169, 0.07);
    padding: 5px;
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20% - 8px);
    color: #6A7784;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer; }
    .sidebar__select-item:first-child {
      width: calc(40% - 8px); }
    .sidebar__select-item.active {
      background: #71AAEB;
      color: white; }
  .sidebar__button {
    width: 100%;
    height: 36px; }
  .sidebar__deals-title {
    color: #162133;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 8px; }
  .sidebar__tabs {
    padding: 3px;
    border-radius: 8px;
    background: #E6EBF1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px; }
  .sidebar__tab {
    color: #6A7784;
    padding: 5px 16px;
    border-radius: 4px;
    background: transparent;
    width: 50%;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none; }
    .sidebar__tab.active {
      color: #162133;
      background: white; }
  .sidebar__documents-text {
    width: 100%;
    color: #B8BFC9;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; }
  .sidebar__documents {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: scroll;
    margin: 0 -16px;
    padding: 0 16px; }
    .sidebar__documents::-webkit-scrollbar {
      display: none; }
  .sidebar__document {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    border-radius: 8px;
    padding: 8px;
    background: #F6F6F6;
    margin-right: 8px;
    align-self: stretch;
    cursor: pointer;
    text-decoration: none; }
    .sidebar__document:last-child {
      margin-right: 0; }
  .sidebar__document-icon {
    position: relative;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 16px;
    background: #2A415E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px; }
  .sidebar__document-name {
    color: #B8BFC9;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase; }
  .sidebar__document-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    right: -2px;
    top: -2px;
    border: 2px solid white;
    background: #E53838;
    border-radius: 50%; }
  .sidebar__document-info {
    margin-right: 20px; }
  .sidebar__document-title {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
    white-space: nowrap; }
  .sidebar__document-status {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    display: inline-flex; }
    .sidebar__document-status.progress {
      background: rgba(113, 170, 235, 0.07);
      color: #71AAEB; }
    .sidebar__document-status.success {
      background: rgba(28, 162, 66, 0.07);
      color: #1CA242; }
    .sidebar__document-status.error {
      background: rgba(229, 56, 56, 0.07);
      color: #E53838; }
  .sidebar__document-arrow {
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto; }
  .sidebar__banners {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 -16px 16px;
    padding: 0 16px;
    overflow-x: scroll;
    overflow-y: hidden; }
    .sidebar__banners::-webkit-scrollbar {
      display: none; }
  .sidebar__banner {
    display: none;
    width: auto;
    height: 135px;
    margin-right: 8px; }
    .sidebar__banner--mobile {
      display: flex; }
    .sidebar__banner:last-child {
      margin-right: 0; }
    .sidebar__banner img {
      height: 100%; }

@media screen and (min-width: 767.98px) {
  .sidebar__block {
    padding: 0;
    background: transparent;
    margin-bottom: 0; }
  .sidebar__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
  .sidebar__title {
    margin-bottom: 8px; }
  .sidebar__liberty {
    background: white; }
  .sidebar__amount {
    margin-bottom: 16px; }
  .sidebar__select {
    margin-bottom: 8px; }
  .sidebar__select-item {
    width: calc(33.33% - 8px); }
    .sidebar__select-item:first-child {
      width: calc(66.66% - 8px); }
  .sidebar__button {
    margin-bottom: 32px; }
  .sidebar__tabs {
    margin-bottom: 16px; }
  .sidebar__documents {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0; }
  .sidebar__document {
    width: 100%;
    padding: 16px 8px;
    background: white;
    margin-right: 0;
    margin-bottom: 8px; }
    .sidebar__document:first-child {
      margin-left: 0; }
    .sidebar__document:last-child {
      margin-right: 0;
      margin-bottom: 0; }
  .sidebar__banners {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0; }
  .sidebar__banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-top: 32px;
    transition: all 0.2s ease-in-out; }
    .sidebar__banner--mobile {
      display: none; }
    .sidebar__banner:last-child {
      margin-bottom: 0; }
    .sidebar__banner:hover {
      transform: scale3d(1.01, 1.01, 1.01); }
    .sidebar__banner img {
      width: 100%; } }

@media screen and (min-width: 1199.98px) {
  .sidebar__top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
  .sidebar__title {
    margin-bottom: 0; }
  .sidebar__select-item {
    width: calc(25% - 8px); }
    .sidebar__select-item:first-child {
      width: calc(50% - 8px); } }

.portfolio {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 65px; }
  .portfolio p {
    color: #6A7784;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 16px 0;
    font-weight: 500; }
  .portfolio__aside {
    margin-bottom: 8px; }
  .portfolio__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    width: 100%;
    font-family: 'Muller', sans-serif; }
  .portfolio__subtitle {
    color: #6A7784;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin: 0 0 16px 0;
    width: 100%; }
  .portfolio__content {
    width: 100%; }
    .portfolio__content .portfolio-objects {
      width: 100%;
      border-radius: 16px;
      background: white;
      padding: 16px; }
      .portfolio__content .portfolio-objects__top {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 16px; }
      .portfolio__content .portfolio-objects__back {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 12px;
        height: 12px;
        margin-right: 16px; }
      .portfolio__content .portfolio-objects__title {
        color: #162133;
        font-size: 16px;
        font-weight: 600;
        line-height: 125%; }
      .portfolio__content .portfolio-objects__how {
        color: #71AAEB;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%;
        margin-left: auto;
        cursor: pointer; }
      .portfolio__content .portfolio-objects__item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 16px;
        text-decoration: none; }
        .portfolio__content .portfolio-objects__item.bordered {
          padding-bottom: 16px;
          border-bottom: 1px solid #E9E9E9; }
        .portfolio__content .portfolio-objects__item:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
      .portfolio__content .portfolio-objects__image {
        width: 39px;
        min-width: 39px;
        height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        border-radius: 8px;
        overflow: hidden; }
        .portfolio__content .portfolio-objects__image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .portfolio__content .portfolio-objects__info {
        flex: 1; }
      .portfolio__content .portfolio-objects__row {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
      .portfolio__content .portfolio-objects__id {
        color: #162133;
        font-size: 14px;
        font-weight: 700;
        line-height: 140%;
        flex: 1;
        margin-right: 8px; }
      .portfolio__content .portfolio-objects__price {
        color: #162133;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%;
        white-space: nowrap;
        margin-right: 8px;
        min-width: 110px; }
      .portfolio__content .portfolio-objects__quantity {
        color: #6A7784;
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
        flex: 1;
        margin-right: 8px; }
      .portfolio__content .portfolio-objects__new {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer; }
      .portfolio__content .portfolio-objects__new-icon {
        width: 49px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center; }
  .portfolio__objects {
    width: 100%;
    margin-bottom: 8px; }
    .portfolio__objects .portfolio-objects {
      width: 100%;
      border-radius: 16px;
      background: white;
      padding: 16px;
      display: flex;
      flex-direction: column; }
      .portfolio__objects .portfolio-objects__text {
        width: 100%;
        color: #B8BFC9;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%;
        min-height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px; }
      .portfolio__objects .portfolio-objects__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px; }
      .portfolio__objects .portfolio-objects__title {
        color: #162133;
        font-size: 16px;
        font-weight: 600;
        line-height: 125%; }
      .portfolio__objects .portfolio-objects__how {
        color: #71AAEB;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%;
        cursor: pointer; }
      .portfolio__objects .portfolio-objects__items {
        margin-bottom: 16px; }
      .portfolio__objects .portfolio-objects__item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 16px;
        text-decoration: none; }
        .portfolio__objects .portfolio-objects__item:last-child {
          margin-bottom: 0; }
      .portfolio__objects .portfolio-objects__image {
        width: 39px;
        min-width: 39px;
        height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        border-radius: 8px;
        overflow: hidden; }
        .portfolio__objects .portfolio-objects__image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .portfolio__objects .portfolio-objects__info {
        flex: 1; }
      .portfolio__objects .portfolio-objects__row {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
      .portfolio__objects .portfolio-objects__id {
        color: #162133;
        font-size: 14px;
        font-weight: 700;
        line-height: 140%; }
        .portfolio__objects .portfolio-objects__id.table {
          flex: 1;
          margin-right: 8px; }
      .portfolio__objects .portfolio-objects__separator {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #6A7784;
        margin: 0 8px;
        opacity: 0.6; }
      .portfolio__objects .portfolio-objects__name {
        color: #162133;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%;
        max-width: 123px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .portfolio__objects .portfolio-objects__price {
        color: #162133;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        margin-left: auto;
        white-space: nowrap; }
        .portfolio__objects .portfolio-objects__price.table {
          flex: 1;
          margin-left: 0;
          margin-right: 8px;
          min-width: 110px; }
      .portfolio__objects .portfolio-objects__quantity, .portfolio__objects .portfolio-objects__single-price {
        color: #6A7784;
        font-size: 12px;
        font-weight: 500;
        line-height: normal; }
      .portfolio__objects .portfolio-objects__quantity.table {
        flex: 1;
        margin-right: 8px; }
      .portfolio__objects .portfolio-objects__values {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-left: auto; }
      .portfolio__objects .portfolio-objects__value {
        font-size: 12px;
        font-weight: 500;
        line-height: normal; }
        .portfolio__objects .portfolio-objects__value.success {
          color: #1CA242; }
        .portfolio__objects .portfolio-objects__value.error {
          color: #E53838; }
      .portfolio__objects .portfolio-objects__bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: auto; }
      .portfolio__objects .portfolio-objects__new {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer; }
      .portfolio__objects .portfolio-objects__new-icon {
        width: 49px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .portfolio__objects .portfolio-objects__new-text {
        color: #71AAEB;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%;
        margin-left: 8px;
        text-decoration: none; }
      .portfolio__objects .portfolio-objects__more {
        color: #71AAEB;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%;
        text-decoration: none; }
  .portfolio__structure {
    width: 100%;
    margin-bottom: 8px;
    text-decoration: none;
    display: block; }
    .portfolio__structure .portfolio-structure {
      width: 100%;
      border-radius: 16px;
      background: white;
      padding: 16px;
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start;
      justify-content: space-between; }
      .portfolio__structure .portfolio-structure__text {
        width: 100%;
        color: #B8BFC9;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%;
        min-height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px; }
      .portfolio__structure .portfolio-structure__head {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 16px;
        width: 100%; }
      .portfolio__structure .portfolio-structure__title {
        color: #162133;
        font-size: 16px;
        font-weight: 600;
        line-height: 125%;
        margin-right: 10px; }
      .portfolio__structure .portfolio-structure__quantity {
        color: #162133;
        font-size: 16px;
        font-weight: 400;
        line-height: 125%;
        margin-right: 10px; }
      .portfolio__structure .portfolio-structure__bar {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 8px;
        border-radius: 4px;
        width: 100%;
        overflow: hidden; }
      .portfolio__structure .portfolio-structure__bar-item {
        height: 100%;
        border-right: 1px solid white; }
        .portfolio__structure .portfolio-structure__bar-item:last-child {
          margin-right: 0; }
      .portfolio__structure .portfolio-structure__legend, .portfolio__structure .portfolio-structure__more {
        display: none; }
      .portfolio__structure .portfolio-structure__chart {
        display: none; }
  .portfolio__profitability {
    width: 100%;
    margin-bottom: 8px; }
    .portfolio__profitability .portfolio-profitability {
      width: 100%;
      border-radius: 16px;
      background: white;
      padding: 16px 8px 8px; }
      .portfolio__profitability .portfolio-profitability__title {
        color: #162133;
        font-size: 16px;
        font-weight: 600;
        line-height: 125%;
        margin-bottom: 16px;
        padding: 0 8px; }
      .portfolio__profitability .portfolio-profitability__head {
        margin-bottom: 16px;
        padding: 0 8px; }
      .portfolio__profitability .portfolio-profitability__tabs {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 29px;
        margin-bottom: 8px; }
      .portfolio__profitability .portfolio-profitability__tab {
        width: calc(50% - 4px);
        padding: 0 16px;
        height: 100%;
        border-radius: 8px;
        background: rgba(14, 86, 169, 0.07);
        color: var(--dk-blue, #2A415E);
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        transition: all 0.2s ease;
        cursor: pointer;
        text-decoration: none; }
        .portfolio__profitability .portfolio-profitability__tab.active {
          background: #71AAEB;
          color: white; }
      .portfolio__profitability .portfolio-profitability__select {
        height: 29px; }
      .portfolio__profitability .portfolio-profitability__chart {
        width: 100%;
        height: 200px;
        margin-bottom: 16px; }
      .portfolio__profitability .portfolio-profitability__bottom {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .portfolio__profitability .portfolio-profitability__info {
        width: calc(50% - 4px);
        padding: 8px 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        border-radius: 8px;
        background: #F6F6F6;
        align-self: stretch; }
      .portfolio__profitability .portfolio-profitability__info-title {
        position: relative;
        color: #162133;
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 4px; }
      .portfolio__profitability .portfolio-profitability__info-value {
        color: #162133;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%; }
      .portfolio__profitability .portfolio-profitability__info-tooltip {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: calc(100% + 4px);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .portfolio__profitability .portfolio-profitability__info-tooltip:hover .portfolio-profitability__tooltip-text {
          opacity: 1;
          visibility: visible;
          height: fit-content; }
        .portfolio__profitability .portfolio-profitability__info-tooltip.transparent {
          background: transparent; }
          .portfolio__profitability .portfolio-profitability__info-tooltip.transparent .portfolio-profitability__tooltip-text {
            background: #EAEFF4;
            color: rgba(0, 0, 0, 0.6); }
      .portfolio__profitability .portfolio-profitability__tooltip-text {
        position: absolute;
        top: 50%;
        right: calc(100%);
        transform: translateY(-50%);
        border-radius: 8px;
        background: #0E56A9;
        padding: 10px;
        color: #ffffff;
        font-size: 11px;
        font-weight: 500;
        width: 160px;
        transition: opacity 0.4s ease;
        opacity: 0;
        visibility: hidden;
        height: 0;
        margin-right: 10px;
        z-index: 1; }
        .portfolio__profitability .portfolio-profitability__tooltip-text::before {
          position: absolute;
          content: '';
          top: 50%;
          left: calc(100% - 4px);
          transform: translateY(-50%) rotate(90deg);
          width: 14px;
          height: 6px;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTUgNiIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9Im1hc2swXzg4XzU2OCIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjYiPjxyZWN0IHg9IjE0LjUiIHk9IjYiIHdpZHRoPSIxNCIgaGVpZ2h0PSI2IiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDE0LjUgNikiIGZpbGw9IiUyM0Q5RDlEOSIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoJTIzbWFzazBfODhfNTY4KSI+PHBhdGggZD0iTTUuNTU4ODUgMS40OTc2OUM2LjM0NTY1IDAuNjgwMDI1IDcuNjU0MzUgMC42ODAwMjQgOC40NDExNSAxLjQ5NzY5TDEyLjQwMTQgNS42MTMyNUMxMy42MjQgNi44ODM4NiAxMi43MjM1IDkgMTAuOTYwMiA5SDMuMDM5OEMxLjI3NjQ4IDkgMC4zNzYwMDUgNi44ODM4NiAxLjU5ODY1IDUuNjEzMjVMNS41NTg4NSAxLjQ5NzY5WiIgZmlsbD0iJTIzMEU1NkE5Ii8+PC9nPjwvc3ZnPg==);
          background-position: center bottom;
          background-repeat: no-repeat;
          background-size: contain; }
      .portfolio__profitability .portfolio-profitability__info-label {
        display: none; }
  .portfolio__payments {
    width: 100%; }
    .portfolio__payments .portfolio-payments {
      width: 100%;
      border-radius: 16px;
      background: white;
      padding: 16px 8px 16px; }
      .portfolio__payments .portfolio-payments__head {
        margin-bottom: 16px; }
      .portfolio__payments .portfolio-payments__title {
        color: #162133;
        font-size: 16px;
        font-weight: 600;
        line-height: 125%;
        margin-bottom: 16px;
        padding: 0 8px; }
      .portfolio__payments .portfolio-payments__actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 8px; }
      .portfolio__payments .portfolio-payments__select {
        height: 29px;
        width: calc(50% - 4px); }
      .portfolio__payments .portfolio-payments__table {
        width: 100%;
        overflow-x: auto; }
      .portfolio__payments .portfolio-payments__body {
        display: table;
        padding-bottom: 8px;
        width: 100%; }
      .portfolio__payments .portfolio-payments__row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 16px 0;
        padding-left: 8px;
        border-bottom: 1px solid #F6F6F6; }
        .portfolio__payments .portfolio-payments__row:first-child {
          padding: 8px 0;
          padding-left: 8px;
          align-items: flex-start;
          border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
        .portfolio__payments .portfolio-payments__row:last-child {
          border-bottom: none; }
      .portfolio__payments .portfolio-payments__d {
        height: 100%;
        width: 120px;
        min-width: 120px;
        padding-right: 16px;
        color: #162133;
        font-size: 12px;
        font-weight: 500;
        line-height: normal; }

@media screen and (min-width: 767.98px) {
  .portfolio__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
  .portfolio__aside {
    width: 200px;
    margin-right: 32px;
    margin-bottom: 0; }
  .portfolio__content {
    width: calc(100% - 200px - 32px);
    margin-top: 0; }
  .portfolio__objects {
    margin-bottom: 16px; }
  .portfolio__structure {
    margin-bottom: 16px; }
  .portfolio__profitability {
    margin-bottom: 16px; }
    .portfolio__profitability .portfolio-profitability {
      padding: 16px; }
      .portfolio__profitability .portfolio-profitability__info-tooltip-text {
        left: calc(100%); }
      .portfolio__profitability .portfolio-profitability__title {
        margin-bottom: 24px;
        padding: 0; }
      .portfolio__profitability .portfolio-profitability__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
        padding: 0; }
      .portfolio__profitability .portfolio-profitability__tabs {
        margin-bottom: 0;
        justify-content: flex-start; }
      .portfolio__profitability .portfolio-profitability__tab {
        width: auto;
        margin-right: 8px;
        justify-content: center; }
        .portfolio__profitability .portfolio-profitability__tab:last-child {
          margin-right: 0; }
      .portfolio__profitability .portfolio-profitability__chart {
        margin-bottom: 24px; }
      .portfolio__profitability .portfolio-profitability__info {
        width: calc(50% - 8px); }
  .portfolio__payments .portfolio-payments {
    padding: 16px; }
    .portfolio__payments .portfolio-payments__title {
      padding: 0; }
    .portfolio__payments .portfolio-payments__actions {
      padding: 0; }
    .portfolio__payments .portfolio-payments__body {
      padding-bottom: 0; }
    .portfolio__payments .portfolio-payments__row {
      padding-left: 16px; }
      .portfolio__payments .portfolio-payments__row:first-child {
        padding: 16px 0;
        padding-left: 16px;
        margin-bottom: 8px; }
    .portfolio__payments .portfolio-payments__d {
      width: -webkit-fill-available;
      min-width: auto; } }

@media screen and (min-width: 1199.98px) {
  .portfolio {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0; }
    .portfolio p {
      font-size: 14px;
      line-height: 18px; }
    .portfolio__aside {
      width: 270px; }
    .portfolio__title {
      font-size: 32px;
      line-height: 36px; }
    .portfolio__subtitle {
      font-size: 14px;
      line-height: 18px; }
    .portfolio__content {
      width: calc(100% - 32px - 270px);
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; }
      .portfolio__content .portfolio-objects {
        padding: 24px; }
        .portfolio__content .portfolio-objects__image {
          width: 49px;
          height: 49px; }
    .portfolio__objects {
      width: calc(50% - 8px);
      align-self: stretch; }
      .portfolio__objects .portfolio-objects {
        padding: 24px;
        height: 100%; }
        .portfolio__objects .portfolio-objects__image {
          width: 49px;
          height: 49px; }
        .portfolio__objects .portfolio-objects__bottom {
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start; }
        .portfolio__objects .portfolio-objects__new {
          margin-bottom: 16px; }
          .portfolio__objects .portfolio-objects__new.table {
            margin-bottom: 0; }
    .portfolio__structure {
      width: calc(50% - 8px);
      align-self: stretch; }
      .portfolio__structure .portfolio-structure {
        position: relative;
        padding: 24px 16px 24px 24px;
        height: 100%; }
        .portfolio__structure .portfolio-structure__head {
          margin-bottom: 24px; }
        .portfolio__structure .portfolio-structure__title {
          font-size: 16px;
          line-height: normal; }
        .portfolio__structure .portfolio-structure__quantity {
          display: none; }
        .portfolio__structure .portfolio-structure__bar {
          display: none; }
        .portfolio__structure .portfolio-structure__legend {
          display: flex;
          flex-direction: column;
          width: calc(100% - 210px); }
        .portfolio__structure .portfolio-structure__legend-item {
          padding: 4px 0;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          width: 100%;
          margin-bottom: 4px; }
          .portfolio__structure .portfolio-structure__legend-item:last-child {
            margin-bottom: 0; }
        .portfolio__structure .portfolio-structure__legend-icon {
          width: 16px;
          height: 16px;
          border-radius: 50%;
          margin-right: 8px; }
        .portfolio__structure .portfolio-structure__legend-name, .portfolio__structure .portfolio-structure__legend-value {
          color: #162133;
          font-size: 14px;
          font-weight: 500;
          line-height: 140%; }
        .portfolio__structure .portfolio-structure__legend-value {
          margin-left: auto; }
        .portfolio__structure .portfolio-structure__more {
          display: block;
          color: #71AAEB;
          font-size: 14px;
          font-weight: 500;
          line-height: 140%;
          margin-top: 4px;
          cursor: pointer;
          text-decoration: none;
          margin-top: auto; }
        .portfolio__structure .portfolio-structure__chart {
          position: relative;
          display: block;
          width: 200px;
          height: 200px;
          padding: 5px;
          top: 0px;
          right: 0px; }
          .portfolio__structure .portfolio-structure__chart .chart-doughnut {
            z-index: 1;
            position: relative; }
        .portfolio__structure .portfolio-structure__total {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
        .portfolio__structure .portfolio-structure__total-amount {
          color: #162133;
          font-family: 'Muller', sans-serif;
          font-size: 20px;
          font-weight: 700;
          line-height: normal;
          text-transform: uppercase;
          white-space: nowrap; }
        .portfolio__structure .portfolio-structure__total-quantity {
          color: #6A7784;
          font-size: 12px;
          font-weight: 500;
          line-height: normal; }
        .portfolio__structure .portfolio-structure__total-amount-icon {
          font-family: 'Montserrat', sans-serif; }
    .portfolio__profitability .portfolio-profitability {
      padding: 24px; }
      .portfolio__profitability .portfolio-profitability__title {
        font-size: 16px;
        line-height: normal; }
      .portfolio__profitability .portfolio-profitability__tabs, .portfolio__profitability .portfolio-profitability__select {
        height: 31px; }
      .portfolio__profitability .portfolio-profitability__tab {
        font-size: 14px; }
      .portfolio__profitability .portfolio-profitability__select {
        width: 200px; }
      .portfolio__profitability .portfolio-profitability__chart {
        height: 362px; }
      .portfolio__profitability .portfolio-profitability__info {
        position: relative;
        padding: 16px; }
      .portfolio__profitability .portfolio-profitability__info-title {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 8px; }
      .portfolio__profitability .portfolio-profitability__info-value {
        font-size: 24px;
        line-height: normal; }
      .portfolio__profitability .portfolio-profitability__info-label {
        display: block;
        position: absolute;
        top: 16px;
        right: 16px;
        color: #B8BFC9;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%; }
    .portfolio__payments .portfolio-payments {
      padding: 24px; }
      .portfolio__payments .portfolio-payments__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px; }
      .portfolio__payments .portfolio-payments__title {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 0; }
      .portfolio__payments .portfolio-payments__actions {
        justify-content: flex-end; }
      .portfolio__payments .portfolio-payments__select {
        width: 200px;
        height: 31px;
        margin-left: 8px; }
        .portfolio__payments .portfolio-payments__select:first-child {
          margin-left: 0; }
      .portfolio__payments .portfolio-payments__d {
        font-size: 14px;
        line-height: 140%; } }

.object {
  padding-top: 16px;
  padding-bottom: 16px; }
  .object__aside {
    display: none; }
  .object__content {
    width: 100%; }
  .object__top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 8px;
    padding: 0 8px;
    flex-wrap: wrap; }
  .object__back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 20px;
    margin-right: 16px;
    cursor: pointer; }
  .object__title {
    color: #162133;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 8px; }
  .object__description {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .object__description-item {
    color: #162133;
    font-size: 12px;
    font-weight: 500;
    line-height: normal; }
  .object__separator {
    width: 4px;
    height: 4px;
    background: #6A7784;
    border-radius: 50%;
    margin: 0 8px; }
  .object__rating {
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    color: white;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    margin-left: 8px; }
    .object__rating.A {
      background-color: #5fce67; }
    .object__rating.B {
      background-color: #71aaeb; }
    .object__rating.C {
      background-color: #fed63f; }
    .object__rating.D {
      color: #7C7C7C; }
  .object__info {
    width: 100%;
    margin-bottom: 8px; }
    .object__info .object-info {
      padding: 16px 8px 8px;
      border-radius: 16px;
      background: white; }
      .object__info .object-info__top {
        padding: 0 8px;
        /*                margin-bottom: 16px;*/
        margin-bottom: 0; }
      .object__info .object-info__top-item {
        margin-bottom: 16px; }
        .object__info .object-info__top-item:nth-child(2) {
          display: none; }
      .object__info .object-info__top-item-title {
        color: #6A7784;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%;
        margin-bottom: 4px; }
      .object__info .object-info__top-item-value {
        display: -webkit-inline-box;
        align-items: center;
        justify-content: flex-start;
        color: #162133;
        font-size: 12px;
        font-weight: 500;
        line-height: normal; }
      .object__info .object-info__top-item-mobile {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
      .object__info .object-info__top-buttons {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 16px;
        margin-bottom: 16px; }
      .object__info .object-info__top-button:first-child {
        margin-right: 8px; }
      .object__info .object-info__bottom {
        padding: 8px;
        border-radius: 8px;
        background: #F6F6F6;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 8px; }
      .object__info .object-info__bottom-item {
        width: calc(100% - 8px); }
        .object__info .object-info__bottom-item:first-child .object-info__bottom-item-value {
          font-size: 16px; }
      .object__info .object-info__bottom-item-title {
        color: #6A7784;
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 4px; }
      .object__info .object-info__bottom-item-value {
        color: #162133;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%; }
      .object__info .object-info__bottom-item-status {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 4px; }
      .object__info .object-info__bottom-item-status-value {
        font-size: 10px;
        font-weight: 500;
        line-height: normal;
        color: #1CA242; }
        .object__info .object-info__bottom-item-status-value.error {
          color: #E53838; }
      .object__info .object-info__bottom-item-status-separator {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        margin: 0 8px;
        background: #1CA242;
        opacity: 0.6; }
        .object__info .object-info__bottom-item-status-separator.error {
          background: #E53838; }
  .object__steps-and-docs {
    width: 100%; }
  .object__steps-and-docs-toggle {
    display: none; }
  .object__steps {
    margin-bottom: 8px; }
    .object__steps .object-steps {
      padding: 8px;
      border-radius: 16px;
      background: white; }
      .object__steps .object-steps__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 8px; }
      .object__steps .object-steps__title {
        color: #162133;
        font-size: 16px;
        font-weight: 500;
        line-height: 140%; }
      .object__steps .object-steps__toggle {
        width: 40px;
        height: 22px;
        border-radius: 8px;
        background: rgba(14, 86, 169, 0.07);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .object__steps .object-steps__toggle svg {
          transition: all 0.3s ease;
          transform: rotate(180deg); }
        .object__steps .object-steps__toggle.active svg {
          transform: rotate(0deg); }
      .object__steps .object-steps__hidden {
        display: none; }
      .object__steps .object-steps__content {
        max-height: 0;
        overflow: hidden;
        transition: all 0.2s ease;
        padding-left: 8px;
        padding-right: 8px;
        opacity: 0; }
        .object__steps .object-steps__content.active {
          padding: 8px;
          max-height: 1000px;
          margin-top: 8px;
          opacity: 1; }
      .object__steps .object-steps__item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 19px;
        margin-bottom: 16px; }
        .object__steps .object-steps__item:last-child {
          margin-bottom: 0; }
      .object__steps .object-steps__status {
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px; }
      .object__steps .object-steps__name {
        color: #162133;
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
        margin-right: 10px;
        white-space: nowrap; }
      .object__steps .object-steps__value {
        color: #6A7784;
        font-size: 12px;
        font-weight: 500;
        line-height: normal; }
        .object__steps .object-steps__value.current {
          color: #162133; }
  .object__docs {
    margin-bottom: 8px; }
    .object__docs .object-docs {
      padding: 8px;
      border-radius: 16px;
      background: white; }
      .object__docs .object-docs__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 8px; }
      .object__docs .object-docs__title {
        color: #162133;
        font-size: 16px;
        font-weight: 500;
        line-height: 140%; }
      .object__docs .object-docs__toggle {
        width: 40px;
        height: 22px;
        border-radius: 8px;
        background: rgba(14, 86, 169, 0.07);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .object__docs .object-docs__toggle svg {
          transition: all 0.3s ease;
          transform: rotate(180deg); }
        .object__docs .object-docs__toggle.active svg {
          transform: rotate(0deg); }
      .object__docs .object-docs__hidden {
        display: none; }
      .object__docs .object-docs__content {
        max-height: 0;
        overflow: hidden;
        transition: all 0.2s ease;
        padding-left: 8px;
        padding-right: 8px;
        opacity: 0; }
        .object__docs .object-docs__content.active {
          padding: 8px;
          max-height: 1000px;
          margin-top: 8px;
          opacity: 1; }
      .object__docs .object-docs__item {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #E9E9E9;
        text-decoration: none;
        color: #71AAEB; }
        .object__docs .object-docs__item:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
      .object__docs .object-docs__icon {
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px; }
      .object__docs .object-docs__value {
        color: #71AAEB;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%; }
  .object__profitability {
    width: 100%;
    margin-bottom: 8px; }
    .object__profitability .object-profitability {
      width: 100%;
      border-radius: 16px;
      background: white;
      padding: 16px 8px 8px; }
      .object__profitability .object-profitability__title {
        color: #162133;
        font-size: 16px;
        font-weight: 600;
        line-height: 125%;
        margin-bottom: 16px;
        padding: 0 8px; }
      .object__profitability .object-profitability__head {
        margin-bottom: 16px;
        padding: 0 8px; }
      .object__profitability .object-profitability__tabs {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 29px;
        margin-bottom: 8px; }
      .object__profitability .object-profitability__tab {
        width: calc(50% - 4px);
        padding: 0 16px;
        height: 100%;
        border-radius: 8px;
        background: rgba(14, 86, 169, 0.07);
        color: var(--dk-blue, #2A415E);
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        transition: all 0.2s ease;
        cursor: pointer; }
        .object__profitability .object-profitability__tab.active {
          background: #71AAEB;
          color: white; }
      .object__profitability .object-profitability__select {
        height: 29px; }
      .object__profitability .object-profitability__chart {
        width: 100%;
        height: 200px;
        margin-bottom: 16px; }
      .object__profitability .object-profitability__bottom {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .object__profitability .object-profitability__info {
        width: calc(50% - 4px);
        padding: 8px 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        border-radius: 8px;
        background: #F6F6F6;
        align-self: stretch; }
      .object__profitability .object-profitability__info-title {
        position: relative;
        color: #162133;
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 4px; }
      .object__profitability .object-profitability__info-value {
        color: #162133;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%; }
      .object__profitability .object-profitability__info-tooltip {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: calc(100% + 4px);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
      .object__profitability .object-profitability__info-label {
        display: none; }
  .object__payments {
    width: 100%; }
    .object__payments .object-payments {
      width: 100%;
      border-radius: 16px;
      background: white;
      padding: 16px 8px 16px; }
      .object__payments .object-payments__head {
        margin-bottom: 16px; }
      .object__payments .object-payments__title {
        color: #162133;
        font-size: 16px;
        font-weight: 600;
        line-height: 125%;
        margin-bottom: 16px;
        padding: 0 8px; }
      .object__payments .object-payments__actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 8px; }
      .object__payments .object-payments__select {
        height: 29px;
        width: calc(50% - 4px); }
      .object__payments .object-payments__table {
        width: 100%;
        overflow-x: auto; }
      .object__payments .object-payments__body {
        display: table;
        padding-bottom: 8px;
        width: 100%; }
      .object__payments .object-payments__row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 16px 0;
        padding-left: 8px;
        border-bottom: 1px solid #F6F6F6; }
        .object__payments .object-payments__row:first-child {
          padding: 8px 0;
          padding-left: 8px;
          align-items: flex-start;
          border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
        .object__payments .object-payments__row:last-child {
          border-bottom: none; }
      .object__payments .object-payments__d {
        height: 100%;
        width: 120px;
        min-width: 120px;
        padding-right: 16px;
        color: #162133;
        font-size: 12px;
        font-weight: 500;
        line-height: normal; }

.sell-modal__content {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 8px;
  padding-bottom: 16px; }

.sell-modal__count {
  width: 124px;
  margin-bottom: 24px; }

.sell-modal__price {
  width: 224px; }

.sell-modal__input-title {
  color: #162133;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px; }

.sell-modal__input-number {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.sell-modal__input-number-toggle {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.sell-modal__input-number-value {
  outline: none;
  border-radius: 8px;
  border: 1px solid  #E1E5EA;
  background: #F3F5F7;
  color: #162133;
  font-family: 'Muller', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  height: 54px;
  width: 60px;
  padding: 0 8px;
  margin: 0 8px; }

.sell-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.sell-modal__total {
  color: #162133;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  margin-right: 8px; }

.sell-modal__value {
  color: #1CA242;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%; }

.sell-modal__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.sell-modal__success-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px; }

.sell-modal__success-text {
  color: #1CA242;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  text-align: center; }

@media screen and (min-width: 767.98px) {
  .object__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
  .object__aside {
    display: block;
    width: 200px;
    margin-right: 32px; }
  .object__content {
    width: calc(100% - 200px - 32px);
    margin-top: 0; }
  .object__top {
    margin-bottom: 16px; }
  .object__info {
    margin-bottom: 16px; }
    .object__info .object-info__top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
    .object__info .object-info__top-buttons {
      margin-top: 0; }
  .object__steps {
    margin-bottom: 16px; }
  .object__docs {
    margin-bottom: 16px; }
  .object__profitability {
    margin-bottom: 16px; }
    .object__profitability .object-profitability {
      padding: 16px; }
      .object__profitability .object-profitability__title {
        margin-bottom: 24px;
        padding: 0; }
      .object__profitability .object-profitability__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
        padding: 0; }
      .object__profitability .object-profitability__tabs {
        margin-bottom: 0;
        justify-content: flex-start; }
      .object__profitability .object-profitability__tab {
        width: auto;
        margin-right: 8px;
        justify-content: center; }
        .object__profitability .object-profitability__tab:last-child {
          margin-right: 0; }
      .object__profitability .object-profitability__chart {
        margin-bottom: 24px; }
      .object__profitability .object-profitability__info {
        width: calc(50% - 8px); }
  .object__payments .object-payments {
    padding: 16px; }
    .object__payments .object-payments__title {
      padding: 0; }
    .object__payments .object-payments__actions {
      padding: 0; }
    .object__payments .object-payments__body {
      padding-bottom: 0; }
    .object__payments .object-payments__row {
      padding-left: 16px; }
      .object__payments .object-payments__row:first-child {
        padding: 16px 0;
        padding-left: 16px;
        margin-bottom: 8px; }
    .object__payments .object-payments__d {
      width: -webkit-fill-available;
      min-width: auto; } }

@media screen and (min-width: 1199.98px) {
  .object {
    padding-top: 40px;
    padding-bottom: 40px; }
    .object__aside {
      width: 270px; }
    .object__content {
      width: calc(100% - 32px - 270px);
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; }
    .object__back {
      height: 29px; }
    .object__title {
      font-size: 24px;
      font-weight: 600;
      line-height: normal; }
    .object__description-item {
      font-size: 14px;
      line-height: 140%; }
    .object__separator {
      margin: 0 16px; }
    .object__rating {
      height: 20px;
      font-size: 14px;
      line-height: 140%; }
    .object__info .object-info {
      padding: 24px 8px 8px; }
      .object__info .object-info__top {
        padding: 0 16px;
        justify-content: flex-start; }
      .object__info .object-info__top-item {
        /*                    &:first-child {*/
        /*                    &:nth-child(2) {*/
        /*                        display: block;*/
        /*                        flex-grow: 1;*/
        /*                    }*/ }
        .object__info .object-info__top-item:nth-child(3n-2) {
          width: 392px;
          margin-right: 16px; }
        .object__info .object-info__top-item:nth-child(3n-1), .object__info .object-info__top-item:nth-child(3n) {
          display: block;
          flex-grow: 1;
          width: calc((100% - 392px - 16px) / 2 - 16px);
          margin-right: 16px; }
      .object__info .object-info__top-item-mobile {
        display: none; }
      .object__info .object-info__top-item-title {
        font-size: 12px;
        line-height: normal; }
      .object__info .object-info__top-item-value {
        font-size: 16px;
        line-height: 140%; }
      .object__info .object-info__bottom {
        padding: 16px;
        margin-top: 0; }
      .object__info .object-info__bottom-item {
        /*                    &:nth-child(2) {*/
        /*                        width: auto;*/
        /*                        flex-grow: 1;*/
        /*                    }*/ }
        .object__info .object-info__bottom-item:nth-child(3n-2) {
          width: 392px;
          margin-right: 16px; }
          .object__info .object-info__bottom-item:nth-child(3n-2) .object-info__bottom-item-value {
            font-size: 18px;
            line-height: normal;
            font-weight: 600; }
        .object__info .object-info__bottom-item:nth-child(3n-1), .object__info .object-info__bottom-item:nth-child(3n) {
          width: calc((100% - 392px - 16px) / 2 - 16px);
          margin-right: 16px;
          flex-grow: 1; }
      .object__info .object-info__bottom-item-value {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
      .object__info .object-info__bottom-item-status {
        margin-top: 0;
        margin-left: 8px; }
      .object__info .object-info__bottom-item-status-value {
        font-size: 12px;
        line-height: normal; }
        .object__info .object-info__bottom-item-status-value.percent {
          font-size: 10px;
          line-height: normal;
          padding: 4px 8px;
          border-radius: 10px;
          background: rgba(28, 162, 66, 0.07); }
          .object__info .object-info__bottom-item-status-value.percent.error {
            background: rgba(229, 56, 56, 0.07); }
      .object__info .object-info__bottom-item-status-separator {
        width: 0;
        margin: 0 4px; }
    .object__steps-and-docs {
      background: white;
      border-radius: 16px;
      padding: 24px;
      margin-bottom: 16px;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
    .object__steps-and-docs-content {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex: 1; }
    .object__steps-and-docs-toggle {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 8px;
      background: rgba(14, 86, 169, 0.07);
      cursor: pointer; }
      .object__steps-and-docs-toggle svg {
        transition: all 0.3s ease;
        transform: rotate(180deg); }
      .object__steps-and-docs-toggle.active svg {
        transform: rotate(0deg); }
    .object__steps {
      width: 392px;
      margin-right: 16px;
      margin-bottom: 0; }
      .object__steps .object-steps {
        padding: 0;
        border-radius: 0; }
        .object__steps .object-steps__top {
          padding: 0; }
        .object__steps .object-steps__toggle {
          display: none; }
        .object__steps .object-steps__title {
          color: #162133;
          font-size: 18px;
          font-weight: 600;
          line-height: normal; }
        .object__steps .object-steps__hidden.active {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          margin-top: 8px; }
        .object__steps .object-steps__content {
          padding-left: 0;
          padding-right: 0; }
          .object__steps .object-steps__content.active {
            padding: 0;
            margin-top: 24px; }
        .object__steps .object-steps__item {
          height: 24px; }
          .object__steps .object-steps__item.small {
            height: auto; }
            .object__steps .object-steps__item.small .object-steps__name, .object__steps .object-steps__item.small .object-steps__value {
              font-size: 10px;
              line-height: normal;
              text-transform: uppercase; }
        .object__steps .object-steps__name {
          font-size: 14px;
          line-height: 140%; }
        .object__steps .object-steps__value {
          font-size: 14px;
          line-height: 140%; }
    .object__docs {
      flex: 1;
      margin-right: 16px;
      margin-bottom: 0; }
      .object__docs .object-docs {
        padding: 0;
        border-radius: 0; }
        .object__docs .object-docs__top {
          padding: 0; }
        .object__docs .object-docs__toggle {
          display: none; }
        .object__docs .object-docs__title {
          color: #162133;
          font-size: 18px;
          font-weight: 600;
          line-height: normal; }
        .object__docs .object-docs__hidden.active {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          margin-top: 8px; }
        .object__docs .object-docs__all {
          color: #71AAEB;
          font-size: 12px;
          font-weight: 500;
          line-height: normal;
          cursor: pointer; }
        .object__docs .object-docs__content {
          padding-left: 0;
          padding-right: 0; }
          .object__docs .object-docs__content.active {
            padding: 0;
            margin-top: 24px; }
        .object__docs .object-docs__item {
          padding-bottom: 0;
          border-bottom: none; }
    .object__profitability .object-profitability {
      padding: 24px; }
      .object__profitability .object-profitability__title {
        font-size: 18px;
        line-height: normal; }
      .object__profitability .object-profitability__tabs, .object__profitability .object-profitability__select {
        height: 31px; }
      .object__profitability .object-profitability__tab {
        font-size: 14px; }
      .object__profitability .object-profitability__select {
        width: 200px; }
      .object__profitability .object-profitability__chart {
        height: 362px; }
      .object__profitability .object-profitability__info {
        position: relative;
        padding: 16px; }
      .object__profitability .object-profitability__info-title {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 8px; }
      .object__profitability .object-profitability__info-value {
        font-size: 24px;
        line-height: normal; }
      .object__profitability .object-profitability__info-label {
        display: block;
        position: absolute;
        top: 16px;
        right: 16px;
        color: #B8BFC9;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%; }
    .object__payments .object-payments {
      padding: 24px; }
      .object__payments .object-payments__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px; }
      .object__payments .object-payments__title {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 0; }
      .object__payments .object-payments__actions {
        justify-content: flex-end; }
      .object__payments .object-payments__select {
        width: 200px;
        height: 31px;
        margin-left: 8px; }
        .object__payments .object-payments__select:first-child {
          margin-left: 0; }
      .object__payments .object-payments__d {
        font-size: 14px;
        line-height: 140%; }
  .sell-modal__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px; }
  .sell-modal__input-title {
    display: none; }
  .sell-modal__count {
    margin-bottom: 21px; }
  .sell-modal__total {
    font-size: 18px;
    line-height: normal; }
  .sell-modal__value {
    font-size: 18px;
    line-height: normal; }
  .sell-modal__success-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 24px; }
    .sell-modal__success-icon svg {
      width: 100%;
      height: 100%; }
  .sell-modal__success-text {
    font-size: 24px;
    line-height: normal; } }

@media screen and (min-width: 1359.98px) {
  .object__info .object-info__top-item:nth-child(3n-2) {
    width: 418px; }
  .object__info .object-info__top-item:nth-child(3n-1), .object__info .object-info__top-item:nth-child(3n) {
    width: calc((100% - 418px - 16px) / 2 - 16px);
    margin-right: 16px; }
  .object__info .object-info__bottom-item:nth-child(3n-2) {
    width: 418px; }
  .object__info .object-info__bottom-item:nth-child(3n-1), .object__info .object-info__bottom-item:nth-child(3n) {
    width: calc((100% - 418px - 16px) / 2 - 16px);
    margin-right: 16px; }
  .object__steps {
    width: 418px; } }

.structure-modal__chart {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px; }
  .structure-modal__chart .chart-doughnut {
    z-index: 1; }

.structure-modal__total {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.structure-modal__total-amount {
  color: #162133;
  font-family: 'Muller', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap; }

.structure-modal__total-quantity {
  color: #6A7784;
  font-size: 12px;
  font-weight: 500;
  line-height: normal; }

.structure-modal__total-amount-icon {
  font-family: 'Montserrat', sans-serif; }

.structure-modal__legend {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 388px; }

.structure-modal__legend-item {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(50% - 12px);
  margin-bottom: 16px; }
  .structure-modal__legend-item:nth-last-child(-n+2) {
    margin-bottom: 0; }

.structure-modal__legend-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 8px; }

.structure-modal__legend-name, .structure-modal__legend-value {
  color: #162133;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; }

.structure-modal__legend-value {
  margin-left: auto; }

@media screen and (min-width: 1199.98px) {
  .structure-modal {
    padding: 32px; }
    .structure-modal__title {
      font-family: 'Muller', sans-serif;
      font-size: 34px;
      font-weight: 800;
      line-height: 120%;
      text-transform: uppercase;
      margin-bottom: 32px;
      padding: 0; }
    .structure-modal__chart {
      margin-bottom: 24px; }
    .structure-modal__legend {
      min-width: 460px;
      max-width: 460px; } }

.object-progress {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
  border-bottom: 1px solid #E7E7E7; }
  .object-progress__bar {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 1px);
    border-bottom: 1px solid #fed63f;
    background-color: #fed63f; }
    .object-progress__bar_yellow {
      background-color: #fed63f; }
    .object-progress__bar_grey {
      background-color: #ECECEC; }
  .object-progress__label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 10px;
    font-weight: 500;
    line-height: 1; }
  .object-progress__arrow {
    position: absolute;
    top: calc(100% + 1px);
    width: 22px;
    height: 13px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transform: translateX(-11px); }

.custom-select {
  position: relative;
  width: 100%; }
  .custom-select.no-select .custom-select__selected:hover, .custom-select.no-select .custom-select__selected:active, .custom-select.no-select .custom-select__selected:focus {
    border-color: #f0f4f9; }
  .custom-select.no-select .custom-select__selected::after {
    display: none; }
  .custom-select__label {
    display: block;
    margin: 0;
    font-size: 10px;
    line-height: 1.6;
    color: #696969; }
  .custom-select__selected {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    position: relative;
    width: 100%;
    padding: 0 20px 7px 0;
    color: #696969;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    border: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    border-bottom: 1px solid #696969;
    background-color: transparent;
    transition: border-color 300ms ease; }
    .custom-select__selected:hover, .custom-select__selected:active, .custom-select__selected:focus {
      border-color: #fed63f; }
    .custom-select__selected:focus {
      outline: none; }
    .custom-select__selected::after {
      content: '';
      position: absolute;
      top: 50%;
      width: 9px;
      height: 5px;
      right: 0;
      transform: translateY(-50%);
      background-image: url(../images/redesign/chevron.svg);
      background-size: cover;
      transition: transform 300ms ease; }
    .custom-select__selected.opened::after {
      transform: translateY(-50%) rotate(180deg); }
  .custom-select__dropdown {
    display: none;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: auto;
    max-height: 180px;
    background-color: #ffffff; }
    .custom-select__dropdown .simplebar-track.simplebar-vertical {
      right: 7px;
      top: 20px;
      bottom: 20px; }
  .custom-select__options {
    margin: 0;
    padding: 0;
    list-style: none; }
  .custom-select__option {
    display: block;
    padding: 10px 2px;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    background-color: #f4f4f4;
    transition: background-color 300ms ease;
    outline: none;
    cursor: pointer; }
    .custom-select__option:hover, .custom-select__option:active, .custom-select__option:focus {
      background-color: #eaeaea; }
    .custom-select__option:focus {
      text-decoration: none; }

@media (min-width: 1024px) {
  .custom-select__label {
    font-size: 12px; }
  .custom-select__selected, .custom-select__option {
    font-size: 14px; } }

@keyframes jitter {
  0% {
    transform: translateX(0); }
  10% {
    transform: translateX(-5px); }
  25% {
    transform: translateX(5px); }
  50% {
    transform: translateX(-5px); }
  75% {
    transform: translateX(7px); }
  100% {
    transform: translateX(0); } }

.cookies-alert {
  position: fixed;
  padding: 24px 16px;
  z-index: 99;
  width: calc(100% - 40px - 64px - 10px);
  max-width: 548px;
  left: 20px;
  bottom: 16px;
  color: #000;
  transform: translateY(150%);
  transition: transform 300ms ease;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  border-radius: 8px; }
  .cookies-alert.active {
    transform: translateY(-70px); }
  .cookies-alert__inner {
    margin: 0 auto; }
  .cookies-alert__close {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 16px;
    right: 16px; }
    .cookies-alert__close svg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      stroke: #000;
      stroke-width: 3px;
      pointer-events: none; }
  .cookies-alert__text {
    margin: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500; }
    .cookies-alert__text a {
      color: #fed63f;
      font-size: 16px;
      text-decoration: none;
      transition: color 300ms ease; }
      .cookies-alert__text a:hover {
        color: #000; }
  .cookies-alert__footer {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .cookies-alert__accept {
    display: block; }
    .cookies-alert__accept.btn {
      color: #fed63f;
      background-color: #000;
      border-color: #000; }

@media (min-width: 1024px) {
  .cookies-alert {
    padding: 30px;
    bottom: 20px; }
    .cookies-alert.active {
      transform: translateY(0%); }
    .cookies-alert__inner {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .cookies-alert__text {
      padding-right: 30px;
      margin-bottom: 0; } }

.breadcrumbs {
  position: relative;
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 1; }
  .breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden; }
    .breadcrumbs__list::-webkit-scrollbar {
      display: none; }
  .breadcrumbs__item {
    position: relative;
    padding-right: 19px;
    margin-right: 15px;
    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; }
    .breadcrumbs__item:after {
      position: absolute;
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #6A7784;
      opacity: .5;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
    .breadcrumbs__item.last:after {
      display: none; }
  .breadcrumbs__link {
    position: relative;
    font-size: 12px;
    line-height: 14px;
    color: var(--theme-text-color);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    white-space: nowrap; }
    .breadcrumbs__link:hover {
      opacity: .7; }
    .breadcrumbs__link.last {
      color: var(--theme-text-color);
      opacity: .5;
      pointer-events: none;
      margin-right: 0; }
  .breadcrumbs .main-nav__demoacc {
    position: absolute;
    right: 20px;
    box-sizing: content-box; }

@media (min-width: 1024px) {
  .breadcrumbs .main-nav__demoacc {
    display: none; } }

.registration {
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow-y: auto;
  display: flex;
  background: -webkit-linear-gradient(198deg, #e9e9e9 0, #f6f6f6 100%);
  background: -moz-linear-gradient(198deg, #e9e9e9 0, #f6f6f6 100%);
  background: linear-gradient(252deg, #e9e9e9 0, #f6f6f6 100%); }
  .registration input[type=number] {
    -moz-appearance: textfield; }
  .registration input[type="number"]::-webkit-outer-spin-button, .registration input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .registration.modal__overlay {
    position: fixed; }
    .registration.modal__overlay .registration__wrapper {
      overflow-y: auto; }
  .registration__links {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5; }
  .registration__link {
    width: 30px;
    height: 30px;
    background: #fff;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Montserrat',sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
  .registration__background {
    position: absolute;
    left: 0;
    top: 0;
    /*background-color: transparent;
        background-image: url(../images/redesign/registration/bg.png);
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;*/
    background: linear-gradient(-45deg, #162133, #28415e, #000);
    background-size: 400% 400%;
    animation: gradient 120s ease infinite;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .registration__wrapper {
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    /*-webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);*/
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /*max-height: 100%;
        overflow: hidden;
        overflow-y: auto;*/
    border-radius: 32px;
    background: #fff;
    padding: 40px 32px;
    max-width: 364px;
    width: 100%; }
  .registration__auth {
    display: none; }
    .registration__auth.active {
      display: block; }
  .registration__close {
    position: fixed;
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #b8bfc9;
    z-index: 1;
    cursor: pointer; }
  .registration__logo {
    width: 86px;
    height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto; }
  .registration__title {
    margin-top: 22px;
    margin-bottom: 22px;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    color: #162133;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif; }
  .registration__subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #162133;
    margin-bottom: 22px;
    text-align: center; }
  .registration__footer-subtitle {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #162133;
    margin-top: 22px; }
    .registration__footer-subtitle a {
      color: #162133; }
  .registration__subtitle--weight-bold {
    font-weight: 600;
    margin-bottom: 8px; }
  .registration__subtitle--margin-bottom-0 {
    margin-bottom: 0; }
  .registration__error {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid rgba(229, 56, 56, 0.3);
    background: rgba(229, 56, 56, 0.1);
    margin-bottom: 22px; }
  .registration__error-icon {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 4px; }
  .registration__error-text {
    color: #e53838;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; }
  .registration__success {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid rgba(28, 162, 66, 0.3);
    background: rgba(28, 162, 66, 0.1);
    margin-bottom: 22px; }
  .registration__success-icon {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 4px; }
  .registration__success-title {
    color: #1ca242;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; }
  .registration__success-text {
    color: #6a7784;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; }
  .registration__form {
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease; }
  .registration__form-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 24px; }
  .registration__form-row--margin-large {
    margin-bottom: 37px; }
  .registration__form-input {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 8px;
    border: 1px solid #e1e5ea;
    background: #f6f6f6;
    -webkit-tap-highlight-color: transparent; }
    .registration__form-input.error .registration__form-label:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      top: -webkit-calc(100% - 1px);
      top: -moz-calc(100% - 1px);
      top: calc(100% - 1px);
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #e53838; }
    .registration__form-input.error .registration__form-input-incorrect {
      display: block; }
  .registration__form-input-incorrect {
    display: none;
    position: absolute;
    top: -webkit-calc(100% + 4px);
    top: -moz-calc(100% + 4px);
    top: calc(100% + 4px);
    left: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    color: #e53838;
    white-space: nowrap;
    text-align: left;
    margin: 0; }
  .registration__form-input-message {
    position: absolute;
    top: -webkit-calc(100% + 4px);
    top: -moz-calc(100% + 4px);
    top: calc(100% + 4px);
    left: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    color: #6a7784;
    white-space: nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .registration__form-input-message-icon {
    width: 12px;
    height: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 4px; }
  .registration__form-label {
    position: relative;
    width: 100%;
    height: 100%;
    background: 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .registration__form-label.has-error:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      top: -webkit-calc(100% - 1px);
      top: -moz-calc(100% - 1px);
      top: calc(100% - 1px);
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #e53838; }
    .registration__form-label .iti {
      height: 100%; }
    .registration__form-label input {
      width: 100%;
      height: -webkit-calc(100% - 18px);
      height: -moz-calc(100% - 18px);
      height: calc(100% - 18px);
      background: 0 0;
      border: none;
      outline: 0;
      font-size: 14px;
      font-weight: 400;
      color: #162133; }
      .registration__form-label input[type=password] ~ .registration__form-password-show {
        background-image: url("/images/redesign/account/eye_close.svg?3385"); }
      .registration__form-label input:not([type="password"]) ~ .registration__form-password-show {
        background-image: url("/images/redesign/account/eye_open.svg?3385"); }
      .registration__form-label input::-webkit-input-placeholder {
        color: transparent; }
      .registration__form-label input::-moz-placeholder {
        color: transparent; }
      .registration__form-label input:-ms-input-placeholder {
        color: transparent; }
      .registration__form-label input::-ms-input-placeholder {
        color: transparent; }
      .registration__form-label input::placeholder {
        color: transparent; }
      .registration__form-label input:not(:-moz-placeholder-shown) ~ .registration__form-input-title {
        -moz-transform: none;
        transform: none;
        top: 6px;
        font-size: 10px;
        line-height: 12px;
        color: #6a7784; }
      .registration__form-label input:not(:-ms-input-placeholder) ~ .registration__form-input-title {
        -ms-transform: none;
        transform: none;
        top: 6px;
        font-size: 10px;
        line-height: 12px;
        color: #6a7784; }
      .registration__form-label input:focus ~ .registration__form-input-title, .registration__form-label input:not(:placeholder-shown) ~ .registration__form-input-title, .registration__form-label input:-webkit-autofill ~ .registration__form-input-title {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        top: 6px;
        font-size: 10px;
        line-height: 12px;
        color: #6a7784; }
      .registration__form-label input:not(:-moz-placeholder-shown) ~ .registration__form-input-clear {
        display: -moz-box;
        display: flex; }
      .registration__form-label input:not(:-ms-input-placeholder) ~ .registration__form-input-clear {
        display: -ms-flexbox;
        display: flex; }
      .registration__form-label input:focus ~ .registration__form-input-clear, .registration__form-label input:not(:placeholder-shown) ~ .registration__form-input-clear, .registration__form-label input:-webkit-autofill ~ .registration__form-input-clear {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
    .registration__form-label input[type=tel] {
      /*            height: 100%;*/ }
      .registration__form-label input[type=tel]::-webkit-input-placeholder {
        color: #b8bfc9; }
      .registration__form-label input[type=tel]::-moz-placeholder {
        color: #b8bfc9; }
      .registration__form-label input[type=tel]:-ms-input-placeholder {
        color: #b8bfc9; }
      .registration__form-label input[type=tel]::-ms-input-placeholder {
        color: #b8bfc9; }
      .registration__form-label input[type=tel]::placeholder {
        color: #b8bfc9; }
  .registration__form-input-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #b8bfc9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .registration__form-password-show {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    /*background-image: url('/images/redesign/account/password.svg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    cursor: pointer; }
  .registration__form-input-clear {
    /*display: none;*/
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 12px;
    background-image: url("/images/redesign/account/close.svg?3385");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    cursor: pointer; }
  .registration__form-otp {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .registration__form-otp input {
      width: 50px;
      height: 50px;
      border-radius: 8px;
      border: 1px solid #e1e5ea;
      background: #f6f6f6;
      font-family: Montserrat,sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      line-height: 50px;
      margin: 0;
      padding: 0;
      outline: 0; }
    .registration__form-otp.has-error .registration__form-otp-label::after {
      position: absolute;
      content: '';
      width: 36px;
      height: 1px;
      top: -webkit-calc(100% - 1px);
      top: -moz-calc(100% - 1px);
      top: calc(100% - 1px);
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #e53838; }
    .registration__form-otp.has-error .registration__form-otp-incorrect {
      display: block;
      margin-top: 0; }
    .registration__form-otp:not(.js-otp-field) {
      width: 150px; }
      .registration__form-otp:not(.js-otp-field) input {
        width: 150px;
        letter-spacing: 10px;
        text-indent: 10px;
        font-weight: 700;
        font-size: 18px; }
  .registration__form-otp-label {
    position: relative;
    margin: 0 4px; }
  .registration__form-otp-incorrect {
    display: none;
    position: absolute;
    top: -webkit-calc(100% + 4px);
    top: -moz-calc(100% + 4px);
    top: calc(100% + 4px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    color: #e53838;
    white-space: nowrap;
    margin-top: 0; }
  .registration__form-button {
    border-radius: 8px;
    font-size: 14px;
    line-height: 160%;
    font-weight: 500;
    background: #fed63f;
    color: #162133;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-height: 50px;
    width: 100%;
    border: none;
    outline: 0;
    padding: 0 20px;
    text-decoration: none;
    transition: 0.3s; }
    .registration__form-button:hover {
      background: #FFDD4D; }
  .registration__form-button--state-disabled {
    color: #6a7784;
    background: #fff6d4; }
  .registration__form-button-icon {
    margin-left: 12px;
    width: 6px;
    height: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .registration__form-or {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #a5a5a5; }
    .registration__form-or span {
      padding: 0 8px;
      background: #fff;
      z-index: 1; }
    .registration__form-or:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      height: 1px;
      background: #e9e9e9;
      z-index: 0; }
  .registration__form-button--bg-grey {
    background: rgba(14, 86, 169, 0.07); }
    .registration__form-button--bg-grey:hover {
      background: rgba(14, 86, 169, 0.1); }
  .registration__blue-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #71aaeb;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 24px;
    cursor: pointer;
    text-decoration: none; }
  .registration__blue-link--margin-top {
    margin-top: 16px; }
  .registration__blue-link--margin-bottom-0 {
    margin-bottom: 0; }
  .registration__blue-link-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .registration__blue-link-icon--left {
    margin-right: 12px; }
  .registration__blue-link-icon--right {
    margin-left: 12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .registration__blue-text {
    color: #71aaeb;
    text-decoration: none; }
  .registration__timer {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #6a7784;
    margin-top: 16px;
    margin-bottom: 24px; }
  .registration__timer--margin-bottom-0 {
    margin-bottom: 0; }
  .registration__timer-icon {
    width: 12px;
    height: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px; }
  .registration__not-recieved-item {
    position: relative;
    margin-bottom: 32px;
    padding-left: 20px; }
    .registration__not-recieved-item:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 12px;
      height: 24px;
      background-image: url("/images/redesign/account/close_red.svg?3385");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  .registration__not-recieved-title {
    color: #162133;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 8px; }
  .registration__not-recieved-text {
    color: #6a7784;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; }
  .registration__not-recieved-note {
    color: #162133;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 24px; }
  .registration__back {
    position: absolute;
    top: 32px;
    left: 32px;
    width: auto;
    height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer; }
    .registration__back rect {
      transition: 0.3s; }
    .registration__back:hover rect {
      fill-opacity: 0.1; }
  .registration__phone-example {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 8px 0; }
  .registration__phone-example-text {
    color: #6a7784;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin: 0 4px; }
  .registration__phone-example-value {
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #fed63f;
    color: #162133;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin: 0 4px; }

@media (min-width: 1024px) {
  .registration__close {
    top: 21px;
    right: 42px; }
  .registration__wrapper {
    overflow: hidden;
    max-width: 440px;
    padding: 40px;
    border-radius: 40px; }
  .registration__form-row--margin-large {
    margin-bottom: 45px; }
  .registration__title {
    line-height: normal; }
  .registration__subtitle {
    font-size: 14px;
    line-height: 160%; }
  .registration__form-or {
    font-size: 12px;
    line-height: 160%; }
  .registration__blue-link {
    line-height: 160%; }
  .registration__blue-link--margin-top {
    margin-top: 24px; }
  .registration__error-text {
    font-weight: 600;
    line-height: normal; }
  .registration__success-title {
    font-weight: 600;
    line-height: normal; }
  .registration__not-recieved-item:before {
    height: 26px; }
  .registration__not-recieved-title {
    font-size: 16px;
    line-height: 160%; }
  .registration__not-recieved-note {
    font-size: 16px;
    line-height: 160%; }
  .registration__form-button--desktop-width-fitcontent {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto; }
  .registration__phone-example-text {
    font-size: 16px;
    line-height: 160%; }
  .registration__phone-example-value {
    font-size: 16px;
    line-height: 160%; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.welcome-page {
  /*margin: auto;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;*/
  background: #fff; }
  .welcome-page .registration__wrapper {
    padding: 0 10px 40px; }
  .welcome-page .registration__back {
    top: 0;
    left: 0; }
  .welcome-page__background {
    display: none; }
  .welcome-page__slider {
    padding: 15px 0 10px;
    position: relative;
    width: 100%;
    margin: auto; }
    .welcome-page__slider .slick-list {
      border-radius: 24px;
      overflow: hidden; }
    .welcome-page__slider .slick-next {
      position: absolute;
      width: 50%;
      top: 25px;
      height: calc(100% - 20px - 25px);
      right: 0;
      opacity: 0;
      z-index: 2; }
    .welcome-page__slider .slick-prev {
      position: absolute;
      width: 50%;
      top: 25px;
      height: calc(100% - 20px - 25px);
      left: 0;
      opacity: 0;
      z-index: 2; }
    .welcome-page__slider .slick-dots {
      display: flex;
      justify-content: space-between;
      position: absolute;
      top: 0;
      width: 100%;
      margin: 0;
      padding: 0; }
      .welcome-page__slider .slick-dots li {
        list-style: none;
        display: flex;
        flex: 1;
        height: 4px;
        border-radius: 8px;
        width: auto;
        background: #6A7784;
        position: relative;
        overflow: hidden;
        cursor: pointer; }
        .welcome-page__slider .slick-dots li:before {
          content: '';
          height: 100%;
          position: absolute;
          top: 0; }
        .welcome-page__slider .slick-dots li.slick-active {
          background: #E1E5EA;
          position: relative; }
          .welcome-page__slider .slick-dots li.slick-active:before {
            background: #6A7784;
            animation-duration: 5s;
            animation-name: slidein;
            animation-timing-function: linear;
            animation-iteration-count: 1;
            animation-fill-mode: both; }
          .welcome-page__slider .slick-dots li.slick-active ~ li {
            background: #E1E5EA; }
        .welcome-page__slider .slick-dots li:not(:last-child) {
          margin-right: 5px; }
        .welcome-page__slider .slick-dots li button {
          display: none; }
  .welcome-page__slide img {
    width: 100%; }
  .welcome-page__buttons {
    width: 100%;
    display: flex; }
  .welcome-page__button {
    width: 50%;
    margin-left: 0px; }
    .welcome-page__button--secondary {
      width: calc(50% - 10px);
      margin-left: 10px; }

@media (min-width: 768px) {
  .welcome-page {
    background: #fff; }
    .welcome-page .registration__wrapper {
      padding: 40px 32px; }
    .welcome-page .registration__back {
      top: 32px;
      left: 32px; }
    .welcome-page__background {
      display: block; }
    .welcome-page__slider {
      padding: 25px 0 20px; } }

@media (min-width: 1024px) {
  .welcome-page {
    background: #fff; } }

@keyframes slidein {
  from {
    width: 0%; }
  to {
    width: 100%; } }

.calculator__top {
  padding: 0 8px;
  margin-bottom: 16px; }

.calculator__input-wrap {
  margin-bottom: 37px; }

.calculator__content-title {
  color: #162133;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 16px;
  width: 100%; }

.calculator__liberty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px; }

.calculator__switcher {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 24px; }
  .calculator__switcher .switchbox {
    display: none; }
    .calculator__switcher .switchbox + .switchbox-label {
      background: rgba(225, 229, 234, 0.7);
      border-radius: 16px;
      padding: 4px;
      cursor: pointer;
      display: inline-block;
      height: 24px;
      overflow: hidden;
      position: relative;
      width: 40px;
      transition: all 0.2s linear; }
      .calculator__switcher .switchbox + .switchbox-label:after {
        background-color: white;
        background-image: url("/images/redesign/index-profit/liberty.svg?3385");
        filter: grayscale(1);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 8px 6px;
        border-radius: 50px;
        content: " ";
        display: block;
        height: 16px;
        width: 16px;
        position: absolute;
        right: calc(100% - 20px);
        transition: all 0.2s linear;
        top: 50%;
        transform: translateY(-50%); }
    .calculator__switcher .switchbox:checked + .switchbox-label {
      background: #fed63f; }
      .calculator__switcher .switchbox:checked + .switchbox-label:after {
        right: 4px;
        background-image: url("/images/redesign/index-profit/liberty.svg?3385");
        filter: grayscale(0); }

.calculator__liberty-text {
  color: #162133;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  margin-left: 8px; }

.calculator__input {
  position: relative;
  border-radius: 8px;
  background: #F3F5F7;
  border: 1px solid #E9E9E9;
  height: 68px;
  margin-bottom: 20px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }

.calculator__quantity {
  color: #162133;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #6A7784;
  font-size: 16px;
  font-weight: 400;
  line-height: normal; }

.calculator__range {
  position: absolute;
  bottom: -1px;
  left: 16px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1px;
  width: calc(100% - 32px); }
  .calculator__range label {
    width: 100%;
    height: 1px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .calculator__range input {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    background: transparent; }
    .calculator__range input::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      height: 16px;
      width: 16px;
      background: #fed63f;
      border-radius: 50%;
      cursor: pointer;
      margin-top: -6px; }
    .calculator__range input::-moz-range-thumb {
      height: 16px;
      width: 16px;
      background: #fed63f;
      border-radius: 50%;
      cursor: pointer;
      margin-top: -6px; }
    .calculator__range input:focus {
      outline: none; }
    .calculator__range input::-ms-track {
      width: 100%;
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      color: transparent; }
    .calculator__range input::-webkit-slider-runnable-track {
      width: 100%;
      height: 5px;
      border-radius: 5px;
      background: transparent; }
  .calculator__range:focus {
    outline: none; }

.calculator__input-number {
  /*        width: 208px;*/
  display: flex;
  align-items: center;
  /*        justify-content: space-between;*/
  justify-content: flex-start; }

.calculator__input-number-toggle {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.calculator__input-number-value {
  background: #f3f5f7;
  border: 1px solid #e1e5ea;
  border-radius: 8px;
  color: #162133;
  font-family: Muller, Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 54px;
  line-height: normal;
  margin: 0 8px;
  outline: none;
  padding: 0 8px;
  /*        pointer-events: none;*/
  text-align: center;
  width: 60px; }

.calculator__result {
  padding: 16px;
  border-radius: 16px;
  background: #f3f5f7;
  position: relative;
  width: 100%; }

.calculator__result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px; }

.calculator__result-table-head {
  display: none; }

.calculator__result-title {
  color: #162133;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase; }

.calculator__result-name {
  color: #162133;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase; }

.calculator__result-object {
  display: none; }

.calculator__result-table {
  margin-bottom: 16px; }

.calculator__result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E9E9E9; }
  .calculator__result-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.calculator__result-left {
  color: #6A7784;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .calculator__result-left--hidden {
    opacity: 0.5;
    display: none; }
  .calculator__result-left.full {
    width: 100%;
    max-width: 100%; }
  .calculator__result-left svg {
    margin-right: 8px; }
  .calculator__result-left small {
    width: 100%;
    margin-top: 2px;
    font-size: 12px;
    line-height: 14px; }

.calculator__result-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #162133;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  flex-wrap: nowrap;
  white-space: nowrap;
  /*        &--hidden {*/
  /*            opacity: 0.5;*/
  /*        }*/ }
  .calculator__result-right.highlight {
    color: #71AAEB; }
  .calculator__result-right--hidden {
    display: none;
    opacity: 0.5; }

.calculator__result-icon {
  width: 14px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px; }

.calculator__button {
  width: 100%;
  margin-bottom: 16px;
  height: 54px; }
  .calculator__button:last-child {
    margin-bottom: 0; }

.calculator__note {
  margin-top: auto;
  color: #162133;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 8px; }
  .calculator__note--popup {
    font-size: 12px;
    margin-top: 32px;
    margin-bottom: -16px; }

.calculator__payment-parts {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 16px; }

.calculator__payment-part {
  display: flex;
  font-size: 14px;
  line-height: 18px;
  border-radius: 30px;
  background: #B8BFC9;
  color: #fff;
  padding: 4px 8px;
  font-weight: 500;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-left: 8px;
  white-space: nowrap; }
  .calculator__payment-part:first-child {
    margin-left: 0;
    width: fit-content;
    background: #0E56A9; }

.calculator__mobile-hide {
  display: none; }

.calculator__desktop-hide {
  display: block;
  margin-top: 16px; }
  .calculator__desktop-hide .calculator__payment-parts {
    margin-bottom: 0; }

.calculator__right-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.calculator__top-annotation {
  position: relative;
  width: calc(100% + 32px * 2);
  right: 0px;
  top: 16px;
  background: -webkit-linear-gradient(90deg, #162133 0%, #C32100 51.3%, #FFCE00 100%);
  background: -o-linear-gradient(90deg, #162133 0%, #C32100 51.3%, #FFCE00 100%);
  background: linear-gradient(90deg, #162133 0%, #C32100 51.3%, #FFCE00 100%);
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  padding-bottom: 16px;
  border-radius: 24px 24px 0 0; }
  .calculator__top-annotation span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 800;
    margin-left: 8px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Muller', 'Montserrat', sans-serif;
    margin-top: 4px; }
  .calculator__top-annotation .timer {
    display: flex;
    align-items: center;
    margin-left: 8px; }
  .calculator__top-annotation .timer-item {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 800;
    position: relative;
    margin-top: 4px; }
    .calculator__top-annotation .timer-item:before {
      content: none; }
    .calculator__top-annotation .timer-item:not(:last-child) {
      margin-right: 4px;
      padding-right: 4px;
      position: relative; }
      .calculator__top-annotation .timer-item:not(:last-child):after {
        content: ':';
        right: -3px;
        opacity: 0.5;
        position: relative; }

.calculator__del {
  color: #97A0A9;
  margin-left: 8px;
  position: relative; }
  .calculator__del:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: #97A0A9;
    width: 100%;
    height: 1px; }

.calculator__highlight {
  color: #1CA242; }

.calculator__percent-plus {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  background: #1CA242;
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: 8px; }
  .calculator__percent-plus:empty {
    display: none; }

.calculator__taxes {
  background: #71AAEB;
  padding: 20px;
  border-radius: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap; }
  .calculator__taxes:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMS41TDkgOS41TDEgMTcuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
    position: absolute;
    right: 20px; }

.calculator__taxes-title {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-right: 20px; }

.calculator__taxes-info {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-right: 20px; }

.calculator__old {
  color: #97A0A9;
  margin-left: 8px;
  position: relative;
  text-decoration: line-through; }

.calculator__result-icon {
  width: 14px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px; }

.calculator__button {
  width: 100%;
  margin-bottom: 16px; }
  .calculator__button:last-child {
    margin-bottom: 0; }

.calculator__result-id {
  display: none; }

@media screen and (min-width: 767.98px) {
  .calculator__top {
    padding: 32px 24px 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
  .calculator__content-title {
    line-height: 120%; }
  .calculator__liberty-text {
    margin-left: 16px;
    font-size: 14px;
    line-height: 140%; }
  .calculator__input-wrap {
    width: auto; }
    .calculator__input-wrap:first-child {
      width: 467px;
      margin-right: 16px; }
    .calculator__input-wrap:nth-child(2) {
      margin-bottom: calc(33px + 16px); }
  .calculator__result {
    padding: 32px;
    border-radius: 24px; }
  .calculator__result-head {
    margin-bottom: 24px; }
  .calculator__result-title {
    line-height: 120%; }
  .calculator__result-row {
    padding-bottom: 16px;
    margin-bottom: 16px; }
  .calculator__result-left {
    font-size: 14px;
    line-height: 140%;
    min-width: 202px;
    max-width: 244px;
    margin-right: auto; }
    .calculator__result-left.full {
      width: 100%;
      max-width: 100%; }
  .calculator__result-right {
    font-size: 16px;
    line-height: normal;
    min-width: 218px;
    max-width: 218px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .calculator__result-right.hidden {
      display: flex;
      opacity: 0.5; }
  .calculator__result-table {
    margin-bottom: 24px; }
  .calculator__result-table-head {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .calculator__result-table-title {
    min-width: 218px;
    max-width: 218px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #71AAEB;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase; }
    .calculator__result-table-title.hidden {
      opacity: 0.5; }
  .calculator__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .calculator__button {
    width: calc(50% - 8px); }
    .calculator__button:first-child {
      margin-bottom: 0; }
  .calculator__note--popup {
    margin-top: 24px;
    margin-bottom: 0; }
  .calculator__mobile-hide {
    display: block; }
  .calculator__desktop-hide {
    display: none; }
  .calculator__taxes {
    padding: 40px;
    flex-wrap: nowrap; }
    .calculator__taxes:after {
      right: 40px; }
  .calculator__taxes-title {
    font-size: 24px;
    line-height: 30px;
    white-space: nowrap; } }

@media screen and (min-width: 1199.98px) {
  .calculator {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    .calculator__top {
      width: 389px;
      min-width: 389px;
      padding: 32px 24px;
      flex-wrap: wrap; }
    .calculator__input-wrap:first-child {
      width: 100%;
      margin-right: 0; }
    .calculator__input-wrap:nth-child(2) {
      margin-bottom: 0; }
    .calculator__input-number {
      margin-bottom: 0; }
    .calculator__result {
      position: relative;
      flex-grow: 1; }
    .calculator__result-table-title {
      font-size: 16px;
      line-height: 120%; }
    .calculator__result-right {
      font-size: 18px; } }

@media screen and (min-width: 1360px) {
  .calculator__top {
    width: 432px;
    min-width: 432px; }
  .calculator__content-title {
    font-size: 20px;
    margin-bottom: 24px; }
  .calculator__liberty {
    margin-bottom: 24px; }
  .calculator__input-wrap {
    margin-bottom: 45px; }
  .calculator__result {
    position: relative; }
  .calculator__result-title {
    font-size: 20px; }
  .calculator__result-table {
    margin-bottom: 54px; }
  .calculator__result-table-title {
    min-width: 227px;
    max-width: 227px; }
  .calculator__result-right {
    min-width: 227px;
    max-width: 227px; }
  .calculator__buttons {
    justify-content: flex-start; }
  .calculator__button {
    width: auto; }
    .calculator__button:first-child {
      margin-right: 16px; }
  .calculator__result-id {
    display: block;
    position: absolute;
    bottom: 0;
    right: 32px;
    bottom: -39px;
    font-family: 'Muller', 'Montserrat', sans-serif;
    font-size: 100px;
    font-weight: 300;
    line-height: 120%;
    color: white; } }

.forbidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }
  .forbidden__container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 60px 20px; }
    .forbidden__container--small {
      border-radius: 16px;
      overflow: hidden; }
  .forbidden__title {
    color: #162133;
    text-align: center;
    font-family: 'Muller';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 16px; }
  .forbidden__title-small {
    font-weight: 300; }
  .forbidden__button {
    height: 54px;
    margin: 0 8px;
    padding: 0 32px; }

@media screen and (min-width: 1020px) {
  .forbidden__container {
    padding: 60px 120px; }
    .forbidden__container--small {
      padding: 60px 20px;
      border-radius: 24px; }
  .forbidden__title {
    font-size: 40px;
    line-height: 1; }
    .forbidden__title--small {
      font-size: 24px;
      line-height: 24px; } }

.popup {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease; }
  .popup .text-center {
    text-align: center; }
  .popup .red-blue-text-gradient {
    background: linear-gradient(121.28deg, #0E56A9 3.76%, #E53838 105.44%);
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; }
  .popup .tooltip {
    position: relative;
    display: inline-flex; }
    .popup .tooltip:hover .tooltip__text {
      opacity: 1;
      visibility: visible;
      z-index: 1; }
    .popup .tooltip__icon {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #fed63f;
      color: #162133;
      font-size: 10px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
    .popup .tooltip__text {
      position: absolute;
      top: 50%;
      right: calc(0% + 12px);
      transform: translateY(-50%);
      max-width: 250px;
      min-width: 150px;
      width: auto;
      border-radius: 8px;
      background: #EAEFF4;
      padding: 10px;
      font-size: 11px;
      color: rgba(0, 0, 0, 0.6);
      font-weight: 500;
      line-height: normal;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      transition: opacity 0.2s ease; }
      .popup .tooltip__text::before {
        position: absolute;
        content: '';
        left: -4px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 10px;
        height: 10px;
        background: #EAEFF4;
        border-radius: 2px; }
  .popup p, .popup li {
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500; }
    .popup p:last-child, .popup li:last-child {
      margin-bottom: 0; }
  .popup ul {
    margin: 0; }
  .popup.active {
    opacity: 1;
    z-index: 1000;
    visibility: visible;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px); }
  .popup.mini .popup__window {
    width: 380px; }
  .popup.small .popup__window, .popup.medium .popup__window {
    width: 380px; }
  .popup__open {
    cursor: pointer; }
    .popup__open.hidden {
      display: none; }
  .popup__window {
    width: 380px;
    height: auto;
    padding: 24px;
    position: relative;
    background: #fff;
    border-radius: 24px; }
  .popup__header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .popup__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px; }
    .popup__top--left {
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .popup__logo {
    width: auto;
    height: 60px;
    margin-right: 24px; }
  .popup__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600; }
  .popup__subtitle {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 16px; }
    .popup__subtitle.icon {
      font-weight: 500;
      color: #6A7784;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .popup__subtitle.icon svg {
        margin-right: 8px; }
  .popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer; }
  .popup__body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px; }
  .popup__contacts {
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    background: #E7ECF2; }
  .popup__contacts-user {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 16px; }
  .popup__contacts-photo {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    overflow: hidden;
    margin-right: 8px; }
    .popup__contacts-photo img {
      width: 100%; }
  .popup__contacts-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #162133; }
  .popup__contacts-position {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #6A7784; }
  .popup__contacts-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .popup__contacts-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 16px;
    text-decoration: none;
    color: #162133; }
    .popup__contacts-item span {
      margin-left: 8px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 500; }
    .popup__contacts-item:last-child {
      margin-right: 0; }
  .popup__steps {
    margin-bottom: 24px; }
  .popup__step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .popup__step:last-child {
      margin-bottom: 0; }
  .popup__step-label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 8px;
    background: rgba(14, 86, 169, 0.07);
    width: 75px;
    margin-right: 16px;
    white-space: nowrap; }
  .popup__step-text {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin-right: 16px; }
    .popup__step-text a {
      text-decoration: none;
      color: #0e56a9; }
  .popup__step-icon {
    width: 24px;
    height: auto;
    margin-left: auto; }
    .popup__step-icon svg {
      width: 100%; }
  .popup__image {
    width: 210px;
    height: auto;
    margin: 0 auto -40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .popup__image img {
      width: 100%; }
  .popup__large-image {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden; }
    .popup__large-image img {
      width: 100%;
      height: 100%;
      display: block; }
  .popup__large-text {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 16px; }
  .popup__highlight {
    font-weight: 700 !important;
    color: #71AAEB; }
  .popup__highlight-block {
    background: #F3F5F7;
    padding: 24px;
    border-radius: 24px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
    width: 100%; }
    .popup__highlight-block.quote {
      position: relative;
      padding: 16px 16px 16px 20px;
      border-radius: 8px;
      border: 1px solid #B8BFC9;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 24px;
      background: #fff;
      flex-wrap: wrap; }
      .popup__highlight-block.quote::before {
        position: absolute;
        content: '';
        top: 16px;
        left: 0;
        height: calc(100% - 32px);
        width: 4px;
        border-radius: 0px 10px 10px 0px;
        background: #E53838; }
      .popup__highlight-block.quote .popup__highlight-col {
        padding-left: 24px; }
    .popup__highlight-block.green-shadow {
      background: #fff;
      transform-style: preserve-3d; }
      .popup__highlight-block.green-shadow:before {
        content: '';
        position: absolute;
        inset: 4px;
        transform: translate3d(0px, 0px, -1px);
        filter: blur(10px);
        background: linear-gradient(-45deg, #68caa4, #f8de7f);
        -webkit-filter: blur(10px); }
    .popup__highlight-block.blue-gradient {
      background: linear-gradient(90deg, #0E56A9 0%, #71AAEB 100%); }
    .popup__highlight-block .calculator__input {
      /*            background: #fff;*/
      border: none;
      margin-bottom: 0; }
    .popup__highlight-block .calculator__input-number-value {
      background: #fff; }
    .popup__highlight-block .calculator__liberty {
      margin-bottom: 0; }
    .popup__highlight-block:last-child {
      margin-bottom: 0; }
  .popup__icon-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px; }
    .popup__icon-text.warning {
      color: #E53838;
      font-weight: 600; }
    .popup__icon-text.notice {
      color: #0E56A9; }
  .popup__quote-icon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px; }
  .popup__quote-text {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%; }
    .popup__quote-text p {
      margin-bottom: 8px;
      margin-top: 0; }
      .popup__quote-text p:last-child {
        margin-bottom: 0; }
  .popup__highlight-block-title {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .popup__highlight-block-subtitle {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .popup__highlight-row {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 14px; }
    .popup__highlight-row.border-bottom {
      border-bottom: 1px solid #E9E9E9;
      padding-bottom: 8px; }
    .popup__highlight-row.wrap-mobile {
      flex-wrap: wrap; }
      .popup__highlight-row.wrap-mobile .popup__highlight-col {
        margin-bottom: 8px; }
        .popup__highlight-row.wrap-mobile .popup__highlight-col:last-child {
          margin-bottom: 0; }
    .popup__highlight-row:last-child {
      margin-bottom: 0; }
  .popup__highlight-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    white-space: nowrap; }
    .popup__highlight-col span {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      flex-wrap: wrap; }
    .popup__highlight-col .popup__separator svg {
      margin: 0 8px; }
    .popup__highlight-col svg {
      margin-right: 8px; }
    .popup__highlight-col small {
      width: 100%;
      margin-top: 2px; }
  .popup__big-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #162133;
    width: 100%;
    margin-bottom: 8px; }
  .popup__muted {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #97A0A9; }
  .popup__green {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #1CA242; }
  .popup__percent {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    margin: 0 4px;
    background: #1CA242; }
    .popup__percent.plus {
      background: #1CA242; }
  .popup__footer {
    width: 100%; }
  .popup__footer-annotation {
    font-size: 12px;
    line-height: 14px;
    color: #6A7784;
    display: block; }
  .popup__buttons {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px; }
    .popup__buttons:last-child {
      margin-bottom: 0; }
    .popup__buttons .btn {
      width: calc(50% - 8px);
      height: 54px;
      font-size: 12px;
      cursor: pointer; }
      .popup__buttons .btn:not(:last-child) {
        margin-right: 8px; }
      .popup__buttons .btn:last-child {
        margin-left: 8px; }
      .popup__buttons .btn.popup__button-full, .popup__buttons .btn.popup__button-full-mobile {
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
      .popup__buttons .btn.mobile-hide {
        display: none; }
    .popup__buttons .btn--icon {
      width: 54px; }
    .popup__buttons .popup__close {
      position: relative;
      top: 0;
      left: 0;
      min-height: 39px; }
    .popup__buttons.wrap-mobile {
      flex-wrap: wrap; }
      .popup__buttons.wrap-mobile .btn {
        width: 100%;
        margin: 0 0 16px; }
        .popup__buttons.wrap-mobile .btn:last-child {
          margin-bottom: 0; }

@media (min-width: 1020px) {
  .popup p, .popup li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500; }
    .popup p:last-child, .popup li:last-child {
      margin-bottom: 0; }
  .popup.mini .popup__window {
    width: 600px; }
  .popup.small .popup__window {
    width: 400px; }
  .popup.medium .popup__window {
    width: 540px; }
  .popup__window {
    width: 620px; }
  .popup__title {
    font-size: 24px;
    line-height: 30px; }
  .popup__steps {
    margin-bottom: 0;
    margin-right: 24px;
    margin-top: 8px; }
  .popup__subtitle {
    font-size: 14px;
    line-height: 20px; }
  .popup__step-text {
    font-size: 14px;
    line-height: 20px; }
  .popup__body {
    flex-wrap: nowrap; }
  .popup__contacts.fullwidth {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .popup__contacts.fullwidth .popup__contacts-user {
      margin-bottom: 0; }
  .popup__buttons .btn {
    font-size: 14px; }
    .popup__buttons .btn.mobile-hide {
      display: inline-flex; }
    .popup__buttons .btn.popup__button-full-mobile {
      width: calc(50% - 8px); }
      .popup__buttons .btn.popup__button-full-mobile:not(:last-child) {
        margin-right: 8px; }
      .popup__buttons .btn.popup__button-full-mobile:last-child {
        margin-left: 8px; }
  .popup__buttons.wrap-mobile {
    flex-wrap: nowrap; }
    .popup__buttons.wrap-mobile .btn {
      width: calc(50% - 8px);
      margin-bottom: 0; }
      .popup__buttons.wrap-mobile .btn:not(:last-child) {
        margin-right: 8px; }
      .popup__buttons.wrap-mobile .btn:last-child {
        margin-left: 8px; }
  .popup__highlight-row {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18px; }
    .popup__highlight-row.wrap-mobile {
      flex-wrap: nowrap; }
      .popup__highlight-row.wrap-mobile .popup__highlight-col {
        margin-bottom: 0; }
  .popup__muted, .popup__green {
    font-size: 16px;
    line-height: 16px; }
  .popup__percent {
    font-size: 14px;
    line-height: 18px; } }

.widget {
  position: relative;
  z-index: 10; }
  .widget__icon {
    position: fixed;
    right: 16px;
    bottom: calc(80px + 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: #0E56A9;
    border-radius: 50%; }
    .widget__icon svg {
      animation: heartbeat 5s linear infinite; }
    .widget__icon.reg-page {
      bottom: 16px; }
  .widget__popup {
    position: fixed;
    right: 16px;
    bottom: calc(80px + 16px);
    /*        padding: 0;*/
    background: #0E56A9;
    box-shadow: 0px 4px 20px 0px rgba(42, 65, 94, 0.2);
    border-radius: 24px;
    height: auto;
    opacity: 0;
    visibility: hidden;
    /*        max-height: 0;*/
    max-height: 500px;
    padding: 36px 36px 24px 24px;
    overflow: hidden;
    transition: all 0.3s ease; }
    .widget__popup.active {
      opacity: 1;
      visibility: visible;
      /*            max-height: 500px;*/
      /*            padding: 36px 36px 24px 24px;*/ }
    .widget__popup.reg-page {
      bottom: 16px; }
  .widget__popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
  .widget__popup-item {
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
    text-decoration: none;
    min-width: 290px;
    transition: all 0.2s ease; }
    .widget__popup-item:last-child {
      margin-bottom: 0; }
    .widget__popup-item:hover {
      background: rgba(255, 255, 255, 0.08); }
  .widget__popup-hr {
    background: #FBFBFB;
    height: 1px;
    opacity: 0.1;
    margin-bottom: 8px; }
  .widget__popup-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px; }
  .widget__popup-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    color: white; }
  .widget__popup-label {
    color: #FBFBFB;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    opacity: 0.5; }

@media screen and (min-width: 1020px) {
  .widget__icon {
    width: 64px;
    height: 64px;
    right: 32px;
    bottom: 36px; }
    .widget__icon.reg-page {
      bottom: 36px; }
    .widget__icon svg {
      width: 100%;
      height: 100%; }
  .widget__popup {
    right: 32px;
    bottom: 36px; }
    .widget__popup.reg-page {
      bottom: 36px; }
  .widget__popup-title {
    font-size: 18px;
    line-height: normal; }
  .widget__popup-label {
    font-size: 14px;
    line-height: 140%; } }

@keyframes pulse {
  0% {
    transform: scaleX(1); }
  50% {
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    transform: scaleX(1); } }

@keyframes heartbeat {
  0% {
    transform: scale(0.75); }
  20% {
    transform: scale(1); }
  40% {
    transform: scale(0.75); }
  60% {
    transform: scale(1); }
  80% {
    transform: scale(0.75); }
  100% {
    transform: scale(0.75); } }

.input {
  align-items: center;
  background: #f6f6f6;
  border: 1px solid #e1e5ea;
  border-radius: 8px;
  display: flex;
  height: 54px;
  justify-content: flex-start;
  padding: 0 8px;
  position: relative;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 21px; }
  .input.error {
    background: linear-gradient(0deg, #ffdbdb, #ffdbdb), #f3f5f7; }
    .input.error .input__title, .input.error input:focus ~ .input__title {
      color: #e53838; }
    .input.error .input__label:after {
      background: #e53838;
      content: "";
      height: 1px;
      left: 50%;
      position: absolute;
      top: calc(100% - 1px);
      transform: translate(-50%);
      width: 100%; }
  .input__label {
    align-items: flex-end;
    background: transparent;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    position: relative;
    width: 100%; }
    .input__label .iti {
      height: 100%; }
    .input__label input {
      background: transparent;
      border: none;
      color: #162133;
      font-size: 14px;
      font-weight: 400;
      height: calc(100% - 18px);
      outline: none;
      width: 100%; }
      .input__label input::-moz-placeholder {
        color: transparent; }
      .input__label input::placeholder {
        color: transparent; }
      .input__label input input[type=tel] {
        height: 100%; }
        .input__label input input[type=tel]::-moz-placeholder {
          color: #b8bfc9; }
        .input__label input input[type=tel]::placeholder {
          color: #b8bfc9; }
      .input__label input:not(:-moz-placeholder) ~ .input__title {
        color: #6a7784;
        font-size: 10px;
        line-height: 12px;
        top: 6px;
        transform: none; }
      .input__label input:focus ~ .input__title, .input__label input:not(:placeholder-shown) ~ .input__title {
        color: #6a7784;
        font-size: 10px;
        line-height: 12px;
        top: 6px;
        transform: none; }
  .input__title {
    color: #b8bfc9;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease; }
  .input__explanation, .input__title {
    line-height: normal;
    position: absolute; }
  .input__explanation {
    color: #6a7784;
    font-size: 10px;
    font-weight: 300;
    opacity: .5;
    right: 24px;
    text-transform: uppercase;
    top: 6px; }
  .input__footer {
    align-items: center;
    display: flex;
    height: 17px;
    justify-content: flex-start;
    left: 0;
    padding: 0 8px;
    position: absolute;
    top: calc(100% + 4px);
    width: 100%; }
  .input__incorrect {
    color: #e53838; }
  .input__incorrect, .input__message {
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    white-space: nowrap; }
  .input__message {
    align-items: center;
    color: #6a7784;
    display: flex;
    justify-content: flex-start;
    margin-right: auto;
    width: auto; }
  .input__message-icon {
    align-items: center;
    display: flex;
    height: 12px;
    justify-content: center;
    margin-right: 4px;
    width: 12px; }
  .input__clear, .input__password-show, .input__required {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    z-index: 1; }

.modal-window {
  align-items: center;
  background: #16213366;
  display: flex;
  height: 0;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transform: inherit;
  transition: opacity .4s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 5; }
  .modal-window.active {
    height: 100vh;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    z-index: 99; }
  .modal-window__head {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px; }
  .modal-window__title {
    color: #162133;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%; }
  .modal-window__close {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 12px;
    justify-content: center;
    margin-left: 10px;
    min-width: 12px;
    transition: all .2s ease; }
    .modal-window__close:hover {
      transform: rotate(0); }
  .modal-window__window {
    background: #fff;
    border-radius: 24px;
    height: -moz-fit-content;
    height: fit-content;
    left: inherit;
    margin: 0 12px;
    max-height: calc(100vh - 100px);
    max-width: 100%;
    overflow: hidden;
    padding: 16px;
    position: relative;
    top: inherit;
    transform: inherit;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 280px; }
  .modal-window__content {
    height: 100%;
    max-height: calc(-132px + 100vh);
    overflow-y: auto;
    width: 100%; }
    .modal-window__content p {
      color: #162133;
      font-size: 14px;
      font-weight: 600;
      line-height: 18px;
      margin: 0 0 16px 0; }
      .modal-window__content p:last-child {
        margin: 0; }
  .modal-window__footer {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px; }
  .modal-window__bordered-block {
    width: 100%;
    padding: 16px;
    border: 1px solid #e9e9e9;
    margin-bottom: 16px;
    border-radius: 8px; }
    .modal-window__bordered-block:last-child {
      margin-top: 16px;
      margin-bottom: 0; }
  .modal-window__value {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .modal-window__value span {
      font-size: 12px;
      line-height: 14px;
      font-weight: 600;
      color: #162133; }

@media screen and (min-width: 1199.98px) {
  .modal-window__title {
    font-size: 24px;
    line-height: normal; }
  .modal-window__close {
    height: 24px;
    min-width: 24px; }
  .modal-window__window {
    padding: 24px;
    max-width: 650px; }
  .modal-window__content {
    max-height: calc(-148px + 100vh); }
  .modal-window__footer {
    margin-top: 32px; }
  .modal-window__value span {
    font-size: 16px;
    line-height: 20px; } }

.review-modal__content {
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  padding: 16px;
  margin-bottom: 16px; }

.review-modal__top {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E9E9E9; }

.review-modal__subtitle {
  color: #162133;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px; }

.review-modal__text {
  color: #162133;
  font-size: 12px;
  font-weight: 500;
  line-height: normal; }
  .review-modal__text a {
    text-decoration: none;
    color: #71aaeb; }

.review-modal__text-left {
  color: #162133;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-align: left; }

.review-modal__text-right {
  color: #162133;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-align: right; }

.review-modal__select {
  margin: 4px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }

.review-modal__select-item {
  position: relative;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0;
  cursor: pointer; }

.review-modal__select-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #2A415E;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  padding-top: 4px; }

.review-modal__footer-left {
  margin-bottom: 16px; }

.review-modal__success-image {
  height: 220px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px; }
  .review-modal__success-image img {
    max-width: 100%;
    max-height: 100%; }

.review-modal__success-text {
  color: #162133;
  font-size: 12px;
  font-weight: 500;
  line-height: normal; }

@media screen and (min-width: 1199.98px) {
  .review-modal__subtitle {
    font-size: 18px;
    line-height: normal; }
  .review-modal__text {
    font-size: 14px;
    line-height: 140%; }
  .review-modal__text-left, .review-modal__text-right {
    font-size: 16px;
    line-height: 140%; }
  .review-modal__select-item {
    width: 10%; }
  .review-modal__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
  .review-modal__footer-left {
    margin-bottom: 0;
    margin-right: 16px; }
  .review-modal__success-image {
    height: 269px; }
  .review-modal__success-text {
    font-size: 14px;
    line-height: 140%; } }

body {
  min-width: 320px;
  min-height: 100vh;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  --theme-background-color: #fff;
  --theme-secondary-color: #fff;
  --theme-text-color: #000;
  --theme-header-lk: rgba(14, 86, 169, 0.07);
  --theme-footer-btn: rgba(14, 86, 169, 0.07);
  --theme-footer-input: #ffffff;
  --theme-socials: rgba(14, 86, 169, 0.07);
  --theme-footer-bg-color: #ffffff; }
  body[activepage="realty"] {
    overflow: visible; }
  body.menu-opened, body.modal-opened {
    overflow: hidden; }
  body[theme='dark-theme'] {
    --theme-background-color: #202020;
    --theme-secondary-color: #303030;
    --theme-text-color: #fff;
    --theme-header-lk: #2A415E;
    --theme-footer-btn: rgba(233, 233, 233, 0.1);
    --theme-footer-input: rgba(42,65,94,.3);
    --theme-socials: #6a7784;
    --theme-footer-bg-color: #162133; }
  body[theme='blue-theme'] {
    background-color: #162133;
    --theme-background-color: #202020;
    --theme-secondary-color: #303030;
    --theme-text-color: #fff;
    --theme-header-lk: #2A415E;
    --theme-footer-input: rgba(42,65,94,.3);
    --theme-footer-btn: rgba(233, 233, 233, 0.1);
    --theme-socials: #6a7784;
    --theme-footer-bg-color: #162133; }
  body[theme='lightblue-theme'] {
    --theme-footer-bg-color: #D8DFE8;
    --theme-background-color: #e1e5ea;
    background: #e1e5ea; }

.main {
  background: #f6f6f6;
  position: relative;
  z-index: 1; }

.grey-bg {
  background: #F6F6F6; }

html {
  overflow-x: hidden; }

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 16px;
  min-width: 320px; }

[data-aos] {
  visibility: hidden; }

[data-aos].aos-animate {
  visibility: visible; }

[data-aos='fade-left-full'] {
  transform: translate3d(100%, 0, 0); }

[data-aos='fade-right-full'] {
  transform: translate3d(-100%, 0, 0); }

.page {
  position: relative; }
  .page.home-page {
    background: #e1e5ea; }

.page > .lines {
  top: 55px; }
  .page > .lines .top {
    background: rgba(145, 145, 145, 0.2); }

.page.home-page > .lines {
  top: 75px; }
  .page.home-page > .lines .top {
    display: none; }

.tippy-popper {
  max-width: 270px; }

.tippy-tooltip {
  padding: 11px 15px;
  color: #000;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  background-color: #fed63f;
  border-radius: 8px; }

.tippy-content {
  padding: 0; }

.tippy-tooltip[data-placement^='bottom'] > .tippy-svg-arrow {
  top: -6px; }

.tippy-svg-arrow {
  position: absolute;
  width: 13px;
  height: 6px; }
  .tippy-svg-arrow svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.tippy-tooltip.grey-theme {
  top: 26px !important;
  max-width: 200px !important;
  text-align: left;
  background-color: #ebebeb;
  color: #00000099; }

.grey-theme .tippy-svg-arrow {
  top: -6px; }

.tippy-tooltip.grey-green-theme, .tippy-tooltip.grey-red-theme {
  top: 12px !important;
  max-width: 200px !important;
  text-align: left;
  background: #ffffff;
  border: 1px solid #ebebeb; }

.tippy-tooltip.grey-green-theme {
  color: #00AC00; }

.tippy-tooltip.grey-red-theme {
  color: #f52f4b; }

.grey-theme .tippy-svg-arrow {
  top: -6px; }

.cookies {
  position: fixed;
  bottom: 16px;
  left: 16px;
  padding: 16px;
  background: white;
  border-radius: 16px;
  box-shadow: 0px 4px 20px 0px rgba(42, 65, 94, 0.2);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: calc(100% - 32px - 64px - 16px);
  z-index: 99;
  transform: translateY(150%);
  transition: transform 300ms ease;
  flex-wrap: wrap; }
  .cookies.active {
    transform: translateY(-70px); }
  .cookies__icon {
    min-width: 24px;
    min-height: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px; }
    .cookies__icon svg {
      width: 100%;
      height: 100%; }
  .cookies__text {
    color: #6A7784;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    margin-right: 0px;
    margin-bottom: 16px;
    max-width: calc(100% - 56px); }
    .cookies__text a {
      color: #162133;
      text-decoration: underline; }
  .cookies__button {
    cursor: pointer; }

@media (min-width: 768px) {
  .cookies {
    max-width: calc(100% - 32px);
    align-items: center;
    flex-wrap: nowrap; }
    .cookies__text {
      max-width: 100%;
      margin-right: 16px;
      margin-bottom: 0px; } }

@media (min-width: 1024px) {
  .cookies.active {
    transform: translateY(0%); } }

.amo-button-holder.amo-horisontal {
  right: calc(16px - 7px / 2) !important;
  bottom: 110px !important; }

.br-desc {
  display: none; }

.new-year-widget {
  position: fixed;
  bottom: 92px;
  left: 0px;
  z-index: 20; }

.mobile-hide {
  display: none; }

.desktop-hide {
  display: block; }

@media (min-width: 1200px) {
  .amo-button-holder.amo-horisontal {
    right: calc(32px - 7px / 2) !important; } }

@media (min-width: 1024px) {
  .amo-button-holder.amo-horisontal {
    right: calc(32px - 7px / 2) !important; }
  .mobile-hide {
    display: block; }
  .desktop-hide {
    display: none; }
  .new-year-widget {
    left: 32px;
    bottom: 32px; } }

@media (min-width: 768px) {
  .amo-button-holder.amo-horisontal {
    right: calc(32px - 7px / 2) !important; }
  .br-desc {
    display: inline-block; } }

/* FIX for safari */
[contenteditable] {
  -webkit-user-select: text;
  user-select: text; }

.snowflake {
  position: fixed;
  top: -10px;
  z-index: 0;
  pointer-events: none;
  font-size: 1em;
  color: #fff !important;
  opacity: 0.8;
  animation: fall linear infinite; }

.js-copy-text {
  color: #0E56A9;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer; }

.hidden-timer {
  display: none; }

@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1; }
  100% {
    transform: translateY(100vh) rotate(359deg);
    opacity: 0.1; } }

@media (max-width: 768px) {
  .snowflake {
    font-size: 0.8em;
    transform: scale(0.75); } }

html {
  visibility: visible; }
  html.wf-loading {
    visibility: hidden; }
  html.wf-active {
    visibility: visible;
    transition: opacity 0.005s ease-in 300ms ease; }

#google-cache-hdr {
  display: none; }
