@charset "UTF-8";
/*=== Helpers ====*/
/*
// spacers
$spacer: 1rem;
$spacers: (0: 0,
	1: ($spacer * (0.25)), //4px
	2: ($spacer * 0.5), //8px
	3: $spacer, //16px
	4: ($spacer * 1.5), //24px
	5: ($spacer * 3), //48px
	6: ($spacer * 2), //32px
	7: ($spacer * 2.5), //40px
	8: $spacer * 3.5, //56px
);
*/
/*
// headings 
$headings-font-family: $font-base !default;
$headings-font-weight: $font-weight-400 !default;
$headings-line-height: 1 !default;
*/
/* Breakpoints */
/* Fonts generator */
/* Clearfix */
/* default transition */
/* Available hide pattern: visually-hidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* FRONT fonts */
@font-face {
  font-display: swap;
  font-family: "Manrope-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/Manrope/Manrope-Regular.woff2") format("woff2"), url("../assets/fonts/Manrope/Manrope-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Manrope-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/Manrope/Manrope-Medium.woff2") format("woff2"), url("../assets/fonts/Manrope/Manrope-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Manrope-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/Manrope/Manrope-Bold.woff2") format("woff2"), url("../assets/fonts/Manrope/Manrope-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Manrope-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("../assets/fonts/Manrope/Manrope-ExtraBold.woff2") format("woff2"), url("../assets/fonts/Manrope/Manrope-ExtraBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Golos-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/golos/GolosText-Regular.woff2") format("woff2"), url("../assets/fonts/golos/GolosText-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Golos-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/golos/GolosText-Medium.woff2") format("woff2"), url("../assets/fonts/golos/GolosText-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Golos-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/golos/GolosText-SemiBold.woff2") format("woff2"), url("../assets/fonts/golos/GolosText-SemiBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Golos-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/golos/GolosText-Bold.woff2") format("woff2"), url("../assets/fonts/golos/GolosText-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Golos-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("../assets/fonts/golos/GolosText-ExtraBold.woff2") format("woff2"), url("../assets/fonts/golos/GolosText-ExtraBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Golos-Black";
  font-style: normal;
  font-weight: 900;
  src: url("../assets/fonts/golos/GolosText-Black.woff2") format("woff2"), url("../assets/fonts/golos/GolosText-Black.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "History-Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/HistoryPro/HistoryPro-Two.woff2") format("woff2"), url("../assets/fonts/HistoryPro/HistoryPro-Two.woff") format("woff");
}
/* BACK EBD fonts */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

.hidden {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

.text-right {
  text-align: right;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

@media only screen and (max-width: 767.98px) {
  .no-scroll {
    overflow: hidden;
  }
}

@media only screen and (min-width: 1199.98px) {
  .hide-desk-desktop-tiny {
    display: none !important;
  }
}

@media only screen and (max-width: 1199.98px) {
  .hide-desktop-tiny {
    display: none !important;
  }
}

@media only screen and (min-width: 991.98px) {
  .hide-desk-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .hide-tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 767.98px) {
  .hide-desk-phone {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .hide-phone {
    display: none !important;
  }
}

/*=== UI-kit ====*/
/*=== All ====*/
html {
  height: unset;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  min-height: 100%;
  width: 100%;
  padding-right: 0 !important;
  letter-spacing: -0.03em;
  color: #4B4B5B;
  font-family: "Golos-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  letter-spacing: -1px;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.3;
  background: #FFFFFF;
}
@media only screen and (max-width: 1199.98px) {
  body {
    font-size: 14px;
    letter-spacing: -0.03em;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    line-height: 140%;
  }
}

.header,
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-wrapper {
  position: relative;
  width: 100%;
}

[type=search]::-ms-clear,
[type=text]::-ms-clear,
[type=passowrd]::-ms-clear,
[type=tel]::-ms-clear {
  display: none;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body *:after, body *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  outline: none;
  padding: 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
button:disabled, button[disabled=disabled] {
  cursor: default;
  opacity: 0.5;
}

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

ol,
ul {
  background: transparent;
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ol li,
ul li {
  font-weight: unset;
}

ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
@media only screen and (max-width: 1199.98px) {
  ul {
    row-gap: 8px;
    font-size: 14px;
  }
}
ul li {
  position: relative;
  padding-left: 28px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1199.98px) {
  ul li {
    padding-left: 25px;
  }
}
ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: #4C66F3;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1199.98px) {
  ul li::before {
    top: 6px;
  }
}

ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  counter-reset: olCounter;
}
ol li {
  position: relative;
  padding-left: 28px;
}
@media only screen and (max-width: 1199.98px) {
  ol li {
    padding-left: 35px;
  }
}
ol li::before {
  counter-increment: olCounter;
  content: counter(olCounter);
  position: absolute;
  left: 0;
  font-family: "Golos-SemiBold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  ol li::before {
    font-size: 16px;
  }
}

.page {
  position: relative;
}

.page-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 850px;
  background: #F5F5FA;
}

.page-gradient {
  position: absolute;
  top: 850px;
  width: 100%;
  height: 1317px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5FA), to(rgba(245, 245, 250, 0)));
  background: linear-gradient(to bottom, #F5F5FA 0%, rgba(245, 245, 250, 0) 100%);
}
@media only screen and (max-width: 1199.98px) {
  .page-gradient {
    height: 650px;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-gradient {
    height: 1020px;
  }
}

.tabs-nav {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1199.98px) {
  .tabs-nav {
    font-size: 18px;
  }
}
.tabs-nav li {
  display: block;
  float: left;
  padding: 0;
  list-style: none;
}
.tabs-nav a {
  display: block;
}
.tabs-item:not(.--active) {
  display: none;
}

h1,
.h1 {
  margin: 0;
  font-size: 75px;
  font-weight: normal;
  line-height: 0.95;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1199.98px) {
  h1,
  .h1 {
    font-size: 45px;
    letter-spacing: -0.06em;
  }
}
@media only screen and (max-width: 575.98px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  margin: 0;
  font-size: 55px;
  font-weight: normal;
  line-height: 0.95;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  letter-spacing: -5px;
}
@media only screen and (max-width: 1199.98px) {
  h2,
  .h2 {
    font-size: 36px;
    letter-spacing: -3px;
  }
}

h3,
.h3 {
  font-size: 45px;
  font-weight: normal;
  line-height: 106%;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1199.98px) {
  h3,
  .h3 {
    font-size: 32px;
    line-height: 116%;
  }
}

h4,
.h4 {
  font-size: 28px;
  font-weight: normal;
  line-height: 32px;
  margin: 0;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0;
}

h6,
.h6 {
  font-family: "Golos-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 22px;
  line-height: 116%;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  h6,
  .h6 {
    font-size: 20px;
  }
}

.ttl-card {
  font-size: 55px;
  line-height: 1;
}

p {
  font-size: 16px;
  line-height: 140%;
  margin: 9px 0;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199.98px) {
  p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  p {
    margin: 8px 0;
    line-height: 1.4;
  }
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.desc {
  font-size: 16px;
  line-height: 28px;
}

.th {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.td {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

a,
.link {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}
a[href^="tel:"],
a[href^="mailto:"] {
  white-space: nowrap;
}

img,
picture {
  vertical-align: top;
}

button {
  cursor: pointer;
}

hr {
  border: 0;
  display: block;
  height: 1px;
  margin: 14px 0;
  padding: 0;
}

.mini {
  font-size: 16px;
  line-height: 1.2;
}

.normal {
  font-size: 20px;
  line-height: 1.3;
}

.middle {
  font-size: 27px;
  line-height: 1.1;
}

.big {
  font-size: 40px;
  line-height: 1.05;
}

.g-info {
  font-size: 12px;
  line-height: 1.25;
}
.g-link-dotted {
  border-bottom: 1px dotted;
  cursor: pointer;
  text-decoration: none;
}

.g-link-back {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-link-back .ic {
  margin-right: 18px;
}

.mark {
  padding-left: 32px;
  position: relative;
}
.mark:before {
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 12px;
}
@media only screen and (max-width: 991.98px) {
  .mark:before {
    height: 8px;
    width: 8px;
  }
}

.ttl {
  font-size: 55px;
  color: #4B4B5B;
}
@media only screen and (max-width: 1199.98px) {
  .ttl {
    font-size: 30px;
  }
}

.sub-ttl {
  display: block;
  margin: 25px 0 10px;
  font-size: 27px;
  line-height: 2.625;
  color: #4B4B5B;
}
@media only screen and (max-width: 1199.98px) {
  .sub-ttl {
    margin: 20px 0 5px;
    font-size: 18px;
  }
}

.txt-big {
  font-size: 40px;
  line-height: 1;
}
@media only screen and (max-width: 1199.98px) {
  .txt-big {
    font-size: 22px;
    line-height: 1.1;
  }
}
.txt-big p {
  font-size: 40px;
  line-height: 1;
}
@media only screen and (max-width: 1199.98px) {
  .txt-big p {
    font-size: 22px;
    line-height: 1.1;
  }
}

.txt-midle {
  font-size: 27px;
  line-height: 1.1;
}
@media only screen and (max-width: 1199.98px) {
  .txt-midle {
    font-size: 18px;
    line-height: 1.2;
  }
}
.txt-midle p {
  font-size: 27px;
  line-height: 1.1;
}
@media only screen and (max-width: 1199.98px) {
  .txt-midle p {
    font-size: 18px;
    line-height: 1.2;
  }
}

.txt-mini {
  font-size: 16px;
  line-height: 1.1;
}
@media only screen and (max-width: 1199.98px) {
  .txt-mini {
    font-size: 11px;
  }
}
.txt-mini p {
  font-size: 16px;
  line-height: 1.1;
}
@media only screen and (max-width: 1199.98px) {
  .txt-mini p {
    font-size: 11px;
  }
}

.ttl-blue-22 {
  font-family: "Golos-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 22px;
  line-height: 116%;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: #4C66F3;
}

.container {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  padding: 0 100px;
  /*

  @include mq('desktop-default') {
  	padding: 0 $container-padding2;
  }
  */
}
@media only screen and (max-width: 1399.98px) {
  .container {
    padding: 0 16px;
  }
}

.ic {
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.ic--fill {
  fill: currentColor;
}

.ic--stroke {
  stroke: currentColor;
}

.ic--full {
  fill: currentColor;
  stroke: currentColor;
}

.logo-eclat {
  width: 119px;
  height: 31px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1199.98px) {
  .logo-eclat {
    height: 20px;
    width: 79px;
  }
}
@media only screen and (max-width: 991.98px) {
  .logo-eclat {
    width: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-eclat {
    width: 79px;
  }
}

.arrow-up {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .arrow-up {
    width: 15px;
    height: 15px;
  }
}

.review {
  width: 21px;
  height: 19px;
  color: #4C66F3;
}

.mob-menu {
  width: 25px;
  height: 15px;
  color: #4C66F3;
}

.vk-link {
  width: 25px;
  height: 25px;
  color: #4C66F3;
}
@media only screen and (max-width: 767.98px) {
  .vk-link {
    width: 20px;
    height: 20px;
  }
}

.cross-popup {
  width: 47px;
  height: 47px;
  color: #4B4B5B;
}
@media only screen and (max-width: 1199.98px) {
  .cross-popup {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .cross-popup {
    width: 25px;
    height: 25px;
  }
}

.mn {
  width: 16px;
  height: 2px;
}

.pl {
  width: 16px;
  height: 16px;
}

.ch {
  width: 12px;
  height: 8px;
  color: #FFFFFF;
}

.arrow-license {
  width: 17px;
  height: 18px;
}

.order-delete {
  width: 22px;
  height: 20px;
}

.order-basket {
  width: 32px;
  height: 31px;
}
@media only screen and (max-width: 1199.98px) {
  .order-basket {
    width: 23px;
    height: 22px;
  }
}

/*=== Components ====*/
.accordion-item {
  padding: 20px 0;
}
.accordion-header {
  margin-bottom: 0 !important;
}
.accordion-button {
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #4B4B5B;
  font-family: "Golos-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  line-height: 116%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .accordion-button {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .accordion-button {
    font-size: 16px;
    line-height: 140%;
  }
}
.accordion-button:not(.collapsed) {
  color: #4B4B5B;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-color: #F5F5FA;
  background-image: url(../assets/images/icons/plus.svg);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion-button:hover::after {
  background-color: #4C66F3;
  background-image: url(../assets/images/icons/plus-hover.svg);
}
.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-button::after {
  width: 48px;
  height: 48px;
  margin-left: 20px;
  border-radius: 50%;
  background-color: #F5F5FA;
  background-image: url(../assets/images/icons/plus.svg);
  background-position: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.accordion-body {
  padding: 0;
  padding-right: 60px;
  font-size: 16px;
  line-height: 140%;
}
.accordion-body p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 140%;
}
.accordion ul {
  row-gap: 5px;
}
@media only screen and (max-width: 1199.98px) {
  .accordion ul {
    row-gap: 0;
  }
}
.accordion ul li {
  padding-left: 28px;
  font-size: 16px;
  line-height: 140%;
}

.breadcrumb {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.breadcrumb-item {
  color: #AFAEB8 !important;
  font-size: 12px;
  line-height: 120%;
  padding-left: 0;
}
.breadcrumb-item:not(:first-child) {
  padding-left: 27px;
}
.breadcrumb-item:not(:first-child)::before {
  content: "";
  width: 12px;
  height: 14px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: url(../assets/images/icons/line-bread.svg) no-repeat top 3px left 8px;
}
.breadcrumb-item:not(.active)::before {
  display: none;
}
.breadcrumb a {
  color: #AFAEB8;
}

.top-main__content {
  margin-top: -10px;
  z-index: 2;
}
.top-main__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .top-main__img {
    margin-top: 50px;
  }
}
.top-main__img-wrap {
  position: relative;
}
.top-main__img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1199.98px) {
  .top-main__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 767.98px) {
  .top-main__img img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.top-main__img::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 30%;
  height: 60%;
  background: #F5F5FA;
}
@media only screen and (max-width: 1199.98px) {
  .top-main__img::after {
    height: 73%;
  }
}
@media only screen and (max-width: 767.98px) {
  .top-main__img::after {
    height: 50%;
  }
}

.list-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: #4C66F3;
  font-size: 27px;
  line-height: 1.1;
}
@media only screen and (max-width: 1199.98px) {
  .list-blue {
    row-gap: 12px;
    font-size: 18px;
  }
}
.list-blue li span {
  position: relative;
}
.list-blue li span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #4C66F3;
  opacity: 30%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-blue li .ic {
  width: 13px;
  height: 13px;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}
.list-blue li:not(:hover) span::after {
  opacity: 0;
}
.list-blue li:not(:hover) .ic {
  opacity: 0;
}
.list-blue li:hover {
  color: #4B4B5B;
}

@media only screen and (max-width: 767.98px) {
  .list-arrow {
    row-gap: 12px;
  }
}
.list-arrow__item {
  position: relative;
  padding-left: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .list-arrow__item {
    padding-left: 30px;
  }
}
.list-arrow__item::before {
  display: none;
}
.list-arrow__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4B4B5B;
}
.list-arrow__item .ic {
  position: absolute;
  left: 0;
  top: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}
@media only screen and (max-width: 1199.98px) {
  .list-arrow__item .ic {
    top: 2px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-arrow__item .ic {
    margin-right: 20px;
  }
}
.list-arrow__item:hover a {
  color: #4C66F3;
}
.list-arrow__item.--active a {
  color: #4C66F3;
}

.stages {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px;
  border-bottom: 1px solid #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .stages {
    padding: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .stages {
    padding: 35px;
  }
}
.stages:nth-child(1) {
  padding-top: 0;
}
.stages:nth-child(2) {
  padding-top: 0;
}
@media only screen and (max-width: 767.98px) {
  .stages:nth-child(2) {
    padding-top: 35px;
  }
}
.stages:nth-child(odd) {
  padding-left: 0;
}
@media only screen and (max-width: 767.98px) {
  .stages:nth-child(odd) {
    padding-right: 0;
  }
}
.stages:nth-child(even) {
  padding-left: 0;
  padding-right: 0;
}
.stages:nth-child(even) .stages__inner {
  padding-left: 100px;
  border-left: 1px solid #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .stages:nth-child(even) .stages__inner {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  .stages:nth-child(even) .stages__inner {
    padding-left: 0;
    border-left: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .stages:nth-child(even) .stages__inner {
    border-left: none;
    padding-left: 0;
  }
}
.stages:not(:hover) .ttl span::after {
  opacity: 0;
}
.stages:not(:hover) .ic {
  opacity: 0;
}
.stages:hover .ttl {
  color: #4C66F3;
}
.stages__list {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media only screen and (max-width: 767.98px) {
  .stages__list {
    grid-template-columns: 100%;
  }
}
.stages__img {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .stages__img {
    height: 105px;
  }
}
.stages__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 50px;
  width: 200px;
  background: #FFFFFF;
}
@media only screen and (max-width: 1199.98px) {
  .stages__img::before {
    height: 25px;
    width: 100px;
  }
}
.stages__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stages__number {
  font-size: 27px;
  line-height: 1;
  color: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .stages__number {
    font-size: 18px;
  }
}
.stages__inner {
  height: 100%;
}
.stages .ttl {
  margin: 10px 0 35px;
}
@media only screen and (max-width: 1199.98px) {
  .stages .ttl {
    margin: 5px 0 15px;
  }
}
.stages .ttl span {
  position: relative;
}
.stages .ttl span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #4C66F3;
  opacity: 30%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.stages ul {
  row-gap: 10px;
  color: #4B4B5B;
}
@media only screen and (max-width: 1199.98px) {
  .stages ul {
    row-gap: 7px;
  }
}
.stages ul li {
  padding-left: 15px;
  font-size: 20px;
  line-height: 100%;
}
.stages p {
  color: #4B4B5B;
}
.stages .arrow-up {
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.stages .sub-ttl + p {
  margin-top: 5px;
}

.case {
  display: grid;
  grid-template-columns: 1fr 57%;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .case {
    grid-template-columns: 1fr 49%;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .case {
    grid-template-columns: 100%;
    margin-bottom: 40px;
  }
}
.case__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  border-top: 1px solid #4C66F3;
}
@media only screen and (max-width: 991.98px) {
  .case__info {
    grid-template-columns: 1fr;
    row-gap: 5px;
  }
}
.case__about {
  position: relative;
  letter-spacing: -0.03em;
}
.case__about::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #4C66F3;
}
.case__about p {
  font-size: 20px;
  line-height: 130%;
}
@media only screen and (max-width: 767.98px) {
  .case__about p {
    font-size: 14px;
  }
}
.case__made {
  position: relative;
}
.case__made::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #4C66F3;
}
@media only screen and (max-width: 991.98px) {
  .case__made::before {
    display: none;
  }
}
.case__made ul {
  row-gap: 10px;
  font-size: 20px;
  line-height: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .case__made ul {
    row-gap: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .case__made ul {
    font-size: 14px;
  }
}
.case__made ul li {
  padding-left: 15px;
}
@media only screen and (max-width: 767.98px) {
  .case__made ul li::before {
    top: 3px;
  }
}
.case__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .case__buttons {
    margin-top: 15px;
  }
}
.case__img {
  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%;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .case__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 -16px;
    width: calc(100% + 32px);
  }
}
.case__img.no-slide .swiper-slide {
  width: 100%;
  max-width: 100%;
  cursor: auto;
}
.case__img.no-slide .swiper-slide:first-child {
  max-width: 100%;
}
.case__img.no-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case__img.no-slide .swiper-case-img-wrap {
  width: 100%;
}
.case__img.no-slide .swiper-pagination {
  display: none;
}
.case .button-review {
  position: absolute;
}
.case .button-review:first-child {
  position: relative;
  z-index: 2;
}
.case .ttl {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .case .ttl {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.case .sub-ttl {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199.98px) {
  .case .sub-ttl {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .case p {
    line-height: 1.4;
  }
}
.case p:nth-child(2) {
  margin-top: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .case p:nth-child(2) {
    margin-top: 5px;
  }
}

.team__item {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 35px));
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
@media only screen and (max-width: 991.98px) {
  .team__item {
    grid-template-columns: 125px 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .team__item {
    grid-template-columns: 100px 1fr;
  }
}
.team__item .col--l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team__item:nth-child(3) .team__name p {
  min-width: 160px;
}
.team__img {
  position: relative;
  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: 150px;
  height: 150px;
}
@media only screen and (max-width: 1199.98px) {
  .team__img {
    width: 85px;
    height: 85px;
  }
}
@media only screen and (max-width: 767.98px) {
  .team__img {
    width: 70px;
    height: 70px;
  }
}
.team__img::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 0;
  display: block;
  width: 30px;
  height: 100%;
  border-left: 1px solid #4C66F3;
  border-bottom: 1px solid #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .team__img::after {
    right: -25px;
    width: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .team__img::after {
    right: -20px;
  }
}
.team__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team__name {
  margin-left: 90px;
  width: calc(100% - 240px);
}
@media only screen and (max-width: 1199.98px) {
  .team__name {
    margin-left: 40px;
    width: calc(100% - 85px);
  }
}
@media only screen and (max-width: 991.98px) {
  .team__name {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .team__name {
    width: calc(100% - 70px);
  }
}
.team__name p {
  -ms-hyphens: unset;
      hyphens: unset;
}
.team__post {
  font-size: 20px;
  line-height: 130%;
  color: #4C66F3;
  letter-spacing: -0.03em;
}
.team__post p {
  font-size: 20px;
  line-height: 130%;
}
@media only screen and (max-width: 767.98px) {
  .team__post p {
    font-size: 14px;
  }
}

.license-card {
  display: grid;
  grid-template-columns: calc(100% - 159px - 30px) 159px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 50px;
  background: #fff;
}
@media only screen and (max-width: 1199.98px) {
  .license-card {
    grid-template-columns: 100%;
    row-gap: 35px;
    padding: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .license-card {
    padding: 20px;
    padding-top: 0;
    row-gap: 0;
  }
}
.license-card__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .license-card__select {
    margin-bottom: 28px;
  }
}
.license-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}
.license-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.license-card__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 120%;
}
.license-card__price-row:last-child {
  font-family: "Golos-SemiBold";
}
.license-card__price-row:nth-last-child(2) {
  color: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .license-card__price-row {
    font-size: 14px;
    line-height: 140%;
  }
}
.license-card__bage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.license-card__enters {
  display: grid;
  grid-template-columns: 100px 1fr;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
@media only screen and (max-width: 767.98px) {
  .license-card__enters {
    grid-template-columns: 100%;
  }
}
.license-card__enters span {
  font-family: "Golos-SemiBold";
  line-height: 120%;
  text-align: start;
}
.license-card__enters ul {
  text-align: start;
}
.license-card__change {
  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: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F5F5FA;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
.license-card__change.disabled .ic {
  color: #DDDBEF;
}
.license-card__change .ic {
  color: #4B4B5B;
}
.license-card__change:hover {
  background: #4C66F3;
}
.license-card__change:hover .ic {
  color: #FFFFFF;
}
.license-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-top: 30px;
}
@media only screen and (max-width: 575.98px) {
  .license-card__bottom {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.license-card__quantity {
  font-size: 20px;
}
.license-card__ofr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 36px;
}
@media only screen and (max-width: 1199.98px) {
  .license-card__ofr {
    display: none;
  }
}
.license-card__ofr-img {
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
}
.license-card__ofr-img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.license-card__ofr-blue {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #4C66F3;
}
.license-card__ofr-blue p {
  font-size: 16px;
  line-height: 120%;
}
.license-card__ofr-def {
  font-size: 14px;
  line-height: 124%;
  letter-spacing: -0.02em;
  color: #4B4B5B;
}
.license-card__ofr-def p {
  font-size: 14px;
  line-height: 124%;
}
.license-card__ofr-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #4C66F3;
  white-space: nowrap;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.license-card__ofr-button:hover {
  color: #6A5ACA;
}
.license-card h2 {
  margin-bottom: 21px !important;
  color: #4B4B5B;
  text-align: start;
  font-family: "Golos-Medium";
  font-size: 36px !important;
  line-height: 106% !important;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .license-card h2 {
    margin-bottom: 14px !important;
    font-size: 24px !important;
    line-height: 116% !important;
  }
}
.license-card .select__container {
  display: grid;
  grid-template-columns: 96px calc(100% - 96px - 24px);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.license-card .checkbox__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.license-card hr {
  background: #DDDBEF;
}
@media only screen and (max-width: 1199.98px) {
  .license-card hr {
    margin: 10px 0;
  }
}
.license-card .button {
  height: 48px;
}
@media only screen and (max-width: 575.98px) {
  .license-card .button {
    padding: 0 38px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .license-card .col:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (max-width: 1199.98px) {
  .license-card img {
    width: 105px;
  }
}
@media only screen and (max-width: 767.98px) {
  .license-card img {
    width: 64px;
  }
}

.license-card__bage li, .license-bage {
  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;
  height: 24px;
  padding: 0 12px;
  border: 1px solid rgba(76, 102, 243, 0.3019607843);
  border-radius: 100px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #4C66F3;
  white-space: nowrap;
}
.license-card__bage li::before, .license-bage::before {
  display: none;
}

.package__head {
  display: grid;
  grid-template-columns: 1fr 328px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media only screen and (max-width: 1399.98px) {
  .package__head {
    grid-template-columns: 1fr 230px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .package__head {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .package__head {
    margin-bottom: 32px;
    grid-template-columns: 100%;
  }
}
.package__item {
  display: grid;
  grid-template-columns: calc(9.5% - 20px) calc(31% - 20px) calc(33.5% - 20px) 328px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 40px 0;
  border-top: 1px solid #4C66F3;
}
@media only screen and (max-width: 1399.98px) {
  .package__item {
    grid-template-columns: calc(9.5% - 20px) calc(31% - 20px) calc(33.5% - 20px) 230px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .package__item {
    padding: 30px 0;
    grid-template-columns: calc(9.5% - 13.3333333333px) calc(31% - 13.3333333333px) calc(33.5% - 13.3333333333px) 230px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .package__item {
    grid-template-columns: calc(100% - 230px - 20px) 230px;
  }
}
@media only screen and (max-width: 575.98px) {
  .package__item {
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .package__item .col:first-child {
    grid-column: 1/span 2;
  }
}
@media only screen and (max-width: 575.98px) {
  .package__item .col:first-child {
    grid-column: unset;
  }
}
@media only screen and (max-width: 991.98px) {
  .package__item .col:nth-child(2) {
    grid-column: 1/span 2;
  }
}
@media only screen and (max-width: 575.98px) {
  .package__item .col:nth-child(2) {
    grid-column: unset;
  }
}
@media only screen and (max-width: 575.98px) {
  .package__item .col:last-child {
    margin-top: 18px;
  }
}
.package__ttl {
  font-size: 28px;
  line-height: 116%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-family: "Golos-Medium";
}
@media only screen and (max-width: 1199.98px) {
  .package__ttl {
    font-size: 22px;
    line-height: 116%;
    letter-spacing: -0.06em;
  }
}
@media only screen and (max-width: 991.98px) {
  .package__ttl {
    margin-top: 9px;
    margin-bottom: 15px;
  }
}
.package__desc p {
  margin-bottom: 9px;
}
.package__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 8px;
}
.package__price-row:first-child {
  margin-top: 0;
}
.package__price-row:first-child .package__price-value {
  text-decoration-line: line-through;
}
.package__price-row:nth-child(2) .package__price-value {
  color: #4C66F3;
}
.package__price-ttl {
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media only screen and (max-width: 1199.98px) {
  .package__price-ttl {
    letter-spacing: -1.2px;
  }
}
.package__price-value {
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.03em;
}
.package__sub-ttl {
  font-family: "Golos-Medium";
  font-size: 22px;
  line-height: 116%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #4C66F3;
}
.package .license-bage {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  font-size: 16px;
}
@media only screen and (max-width: 1199.98px) {
  .package .license-bage {
    height: 24px;
    font-size: 12px;
    line-height: 140%;
  }
}
.package button {
  width: 100%;
  margin-top: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1199.98px) {
  .package button {
    margin-top: 16px;
    height: 55px;
    font-size: 20px;
  }
}

.seo-price {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 10.6666666667px));
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .seo-price {
    grid-template-columns: 100%;
  }
}
.seo-price h3 {
  margin-bottom: 24px;
  color: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .seo-price h3 {
    margin-bottom: 14px;
  }
}
.seo-price .list-arrow {
  row-gap: 26px;
}
@media only screen and (max-width: 1199.98px) {
  .seo-price .list-arrow {
    row-gap: 16px;
  }
}
.seo-price .list-arrow__item {
  padding-left: 36px;
  font-size: 27px;
  line-height: 105%;
  letter-spacing: -0.81px;
}
@media only screen and (max-width: 1199.98px) {
  .seo-price .list-arrow__item {
    font-size: 18px;
  }
}
.seo-price .list-arrow__item span {
  color: #4C66F3;
}

.basket__container {
  display: grid;
  grid-template-columns: 58% 32%;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1199.98px) {
  .basket__container {
    grid-template-columns: 58% minmax(292px, 32%);
  }
}
@media only screen and (max-width: 991.98px) {
  .basket__container {
    grid-template-columns: 1fr 292px;
  }
}
@media only screen and (max-width: 767.98px) {
  .basket__container {
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .basket__container .col:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.order__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 106%;
  font-family: "Golos-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .order__title {
    font-size: 24px;
  }
}
.order__item {
  display: grid;
  grid-template-columns: calc(100% - 30px - 22px) 22px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 17px 0 21px;
  border-bottom: 1px solid #DDDBEF;
}
@media only screen and (max-width: 1199.98px) {
  .order__item {
    padding: 13px 0 17px;
  }
}
.order__item:first-child {
  border-top: 1px solid #DDDBEF;
}
.order__delete {
  grid-row: 1/span 2;
  grid-column: 2;
  -ms-flex-line-pack: center;
      align-content: center;
}
.order__name {
  font-size: 16px;
  line-height: 140%;
}
.order__info {
  font-size: 14px;
  line-height: 120%;
  color: #A5A5AD;
}
@media only screen and (max-width: 1199.98px) {
  .order__info {
    padding-top: 4px;
    font-size: 12px;
  }
}
.order__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 18px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199.98px) {
  .order__price {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .order__price {
    margin-top: 35px;
  }
}
.order__price-discount {
  color: #4C66F3;
}
.order__price-total {
  font-family: "Golos-SemiBold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  line-height: 120%;
}
.order__price .button {
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1199.98px) {
  .order__price .button {
    height: 55px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .order__price .button {
    margin-top: 30px;
  }
}
.order__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq__container {
  display: grid;
  grid-template-columns: calc(40% - 30px) calc(60% - 30px);
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media only screen and (max-width: 991.98px) {
  .faq__container {
    grid-template-columns: 100%;
  }
}
.faq__img {
  max-width: 100;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991.98px) {
  .faq__img {
    display: none;
  }
}

.production {
  margin-top: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .production {
    margin-top: 64px;
  }
}
.production:first-child {
  margin-top: 36px;
}
@media only screen and (max-width: 991.98px) {
  .production:first-child {
    margin-top: 30px;
  }
}
.production:first-child .production__header-ttl {
  height: 180px;
}
@media only screen and (max-width: 1199.98px) {
  .production:first-child .production__header-ttl {
    height: 130px;
  }
}
@media only screen and (max-width: 991.98px) {
  .production:first-child .production__header-ttl {
    height: auto;
  }
}
.production:last-child {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .production:last-child {
    margin-bottom: 50px;
  }
}
.production__header {
  position: relative;
}
.production__header-img {
  height: 300px;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .production__header-img {
    height: 264px;
  }
}
@media only screen and (max-width: 575.98px) {
  .production__header-img {
    height: 116px;
  }
}
.production__header-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.production__header-ttl {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(33.3333333333% - 40px + 60px);
  height: 146px;
  background: #FFFFFF;
}
@media only screen and (max-width: 1199.98px) {
  .production__header-ttl {
    height: 82px;
  }
}
@media only screen and (max-width: 991.98px) {
  .production__header-ttl {
    position: relative;
    width: calc(32% + 10px + 94px);
    height: auto;
  }
}
@media only screen and (max-width: 575.98px) {
  .production__header-ttl {
    width: 100%;
  }
}
.production__header-ttl::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 0;
  display: block;
  width: 238px;
  height: 36px;
  background: #FFFFFF;
}
@media only screen and (max-width: 991.98px) {
  .production__header-ttl::before {
    top: -84px;
    width: 100%;
    height: 84px;
  }
}
@media only screen and (max-width: 575.98px) {
  .production__header-ttl::before {
    top: -36px;
    width: 47%;
    height: 36px;
  }
}
.production__header-ttl::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4C66F3;
}
@media only screen and (max-width: 991.98px) {
  .production__header-ttl::after {
    top: -40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .production__header-ttl::after {
    top: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .production__header-ttl h2 {
    margin-top: 30px;
  }
}
.production__desc {
  display: grid;
  grid-template-columns: 238px repeat(2, calc(50% - 119px));
  margin-top: 64px;
  padding-top: 76px;
  border-top: 1px solid #4C66F3;
}
@media only screen and (max-width: 991.98px) {
  .production__desc {
    grid-template-columns: 100%;
    margin-top: 48px;
    padding-top: 42px;
  }
}
.production__desc-ttl {
  position: relative;
}
.production__desc-ttl::before {
  content: "";
  position: absolute;
  top: -76px;
  width: 1px;
  height: 28px;
  background: #4C66F3;
}
@media only screen and (max-width: 991.98px) {
  .production__desc-ttl::before {
    top: -42px;
    height: 20px;
  }
}
.production__desc-main {
  position: relative;
  padding-right: 60px;
  font-family: "Golos-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 22px;
  line-height: 116%;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 991.98px) {
  .production__desc-main {
    padding-right: 0;
    margin-top: 10px;
  }
}
.production__desc-main::before {
  content: "";
  position: absolute;
  top: -76px;
  width: 1px;
  height: 28px;
  background: #4C66F3;
}
@media only screen and (max-width: 991.98px) {
  .production__desc-main::before {
    display: none;
  }
}
.production__desc-main p {
  font-family: "Golos-Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 22px;
  line-height: 116%;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 1199.98px) {
  .production__desc-main p {
    font-size: 20px;
  }
}
.production__desc-content {
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .production__desc-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .production__desc-content {
    -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;
  }
}
.production__desc-content::before {
  content: "";
  position: absolute;
  top: -76px;
  width: 1px;
  height: 28px;
  background: #4C66F3;
}
@media only screen and (max-width: 991.98px) {
  .production__desc-content::before {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .production__desc-content ol {
    max-width: 354px;
  }
}
@media only screen and (max-width: 575.98px) {
  .production__desc-content ol {
    max-width: unset;
  }
}
@media only screen and (max-width: 991.98px) {
  .production__desc-content .warning {
    max-width: 292px;
  }
}
@media only screen and (max-width: 575.98px) {
  .production__desc-content .warning {
    max-width: unset;
    margin-top: 24px;
  }
}
.production__services {
  position: relative;
  display: grid;
  grid-template-columns: 386px calc(100% - 386px - 90px);
  gap: 90px;
  margin-top: 58px;
}
@media only screen and (max-width: 1199.98px) {
  .production__services {
    grid-template-columns: 386px calc(100% - 386px - 45px);
    gap: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .production__services {
    grid-template-columns: 100%;
    margin-top: 44px;
    gap: 20px;
  }
}
.production__services-ttl {
  position: relative;
}
.production__services-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 238px;
  height: 64px;
  background: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .production__services-ttl::before {
    display: none;
  }
}
.production__services-ttl h6 {
  position: absolute;
  top: 0;
  max-width: 238px;
  z-index: 2;
}
@media only screen and (max-width: 991.98px) {
  .production__services-ttl h6 {
    position: relative;
    max-width: unset;
  }
}
.production__services-img {
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .production__services-img {
    display: none;
  }
}
.production__services-img img {
  width: 100%;
  height: auto;
}
.production__service-item {
  display: grid;
  grid-template-columns: calc(37% - 15px) calc(63% - 15px);
  gap: 30px;
  padding: 54px 0;
  border-top: 1px solid #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .production__service-item {
    padding: 36px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .production__service-item {
    grid-template-columns: 100%;
    gap: 0;
    padding: 28px 0;
  }
}
.production__service-item:last-child {
  border-bottom: 1px solid #4C66F3;
}
.production__service-item-wrap .list-bage {
  margin-top: 13px;
}
.production__service-item-content {
  margin-top: 15px;
}
@media only screen and (max-width: 991.98px) {
  .production__service-item-content {
    margin-top: 0;
  }
}
.production__service-item-price {
  position: relative;
  min-height: 48px;
  padding-left: 72px;
  padding-top: 14px;
  margin-top: 30px;
  border-top: 1px solid #DDDBEF;
}
@media only screen and (max-width: 1199.98px) {
  .production__service-item-price {
    padding-left: 68px;
    padding-top: 20px;
    margin-top: 11px;
  }
}
.production__service-item-price img {
  position: absolute;
  left: 0;
  width: 48px;
  height: auto;
}
.production__service-item-price p {
  margin: 0;
  margin-bottom: 4px;
}
.production__service-item-price span {
  font-size: 18px;
  line-height: 116%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #4C66F3;
}
.production__service-item-price span > span {
  text-transform: none;
}
.production__tzr {
  margin-top: 50px;
}
@media only screen and (max-width: 991.98px) {
  .production__tzr {
    display: grid;
    grid-template-columns: calc(32% - 10px) calc(68% - 10px);
    gap: 20px;
    margin-top: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .production__tzr {
    grid-template-columns: 100%;
  }
}
.production__tzr-list {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 40px));
  gap: 60px;
  counter-reset: tizerCounter;
}
@media only screen and (max-width: 1199.98px) {
  .production__tzr-list {
    grid-template-columns: repeat(3, calc(33.3333333333% - 20px));
    gap: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .production__tzr-list {
    grid-template-columns: 100%;
    gap: 18px;
  }
}
.production__tzr-list h6 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #4B4B5B;
}
@media only screen and (max-width: 1199.98px) {
  .production__tzr-list h6 {
    margin-bottom: 9px;
  }
}
.production__tzr-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 176px;
  padding-top: 28px;
  padding-left: calc(35% + 24px);
}
@media only screen and (max-width: 1199.98px) {
  .production__tzr-item {
    padding-left: calc(27% + 24px);
    min-height: 120px;
  }
}
@media only screen and (max-width: 575.98px) {
  .production__tzr-item {
    padding-top: 0;
    padding-left: 140px;
  }
}
.production__tzr-item::before {
  counter-increment: tizerCounter;
  content: counter(tizerCounter);
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Golos-SemiBold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  color: #4C66F3;
}
.production__tzr-img {
  position: absolute;
  top: 28px;
  left: 0;
  width: 35%;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .production__tzr-img {
    width: 27%;
  }
}
@media only screen and (max-width: 991.98px) {
  .production__tzr-img {
    width: 94px;
    height: 94px;
  }
}
@media only screen and (max-width: 575.98px) {
  .production__tzr-img {
    top: 0;
    left: 26px;
  }
}
.production__tzr-img img {
  width: 100%;
  height: auto;
}
.production__tzr > h6 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991.98px) {
  .production__tzr > h6 {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .production__tzr > h6 {
    margin-bottom: 4px;
  }
}

.warning {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 90px;
  padding-left: 116px;
  margin-top: 19px;
}
@media only screen and (max-width: 1199.98px) {
  .warning {
    min-height: 80px;
    height: auto;
    padding-left: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .warning {
    margin-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.warning::before {
  content: "";
  position: absolute;
  top: 0;
  left: 116px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .warning::before {
    left: 100px;
  }
}
.warning__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 90px;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .warning__img {
    height: 80px;
    width: 80px;
  }
}
.warning__img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.warning p {
  font-size: 18px;
  line-height: 120%;
  color: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .warning p {
    font-size: 14px;
    line-height: 140%;
  }
}
@media only screen and (max-width: 991.98px) {
  .warning p {
    margin-top: 24px;
  }
}

.why-we {
  position: relative;
  padding-top: 174px;
  border-top: 1px solid #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .why-we {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .why-we {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.why-we::before {
  content: "";
  position: absolute;
  top: 0;
  right: 25%;
  height: 174px;
  width: 1px;
  background: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .why-we::before {
    height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .why-we::before {
    display: none;
  }
}
.why-we .section-img {
  position: absolute;
  width: 100%;
  height: 850px;
  left: 0;
  -webkit-mask-image: url(../assets/images/mask/mask-why-we-back.png); /*для хрома*/
  mask-image: url(../assets/images/mask/mask-why-we-back.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: right;
  mask-position: right;
}
@media only screen and (max-width: 1599.98px) {
  .why-we .section-img {
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}
@media only screen and (max-width: 1199.98px) {
  .why-we .section-img {
    height: 510px;
  }
}
@media only screen and (max-width: 767.98px) {
  .why-we .section-img {
    height: 464px;
  }
}

.list-round {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-round__round {
  position: relative;
  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: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2509803922);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1199.98px) {
  .list-round__round {
    width: 100px;
    height: 100px;
  }
}
.list-round__round::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: calc(100% - 200px);
  height: 1px;
  background: #4C66F3;
}
.list-round__inner {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(76, 102, 243, 0.3019607843);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
@media only screen and (max-width: 1199.98px) {
  .list-round__inner {
    width: 50px;
    height: 50px;
  }
}
.list-round__center {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #4C66F3;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
@media only screen and (max-width: 1199.98px) {
  .list-round__center {
    width: 25px;
    height: 25px;
  }
}
.list-round__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-round__content {
  position: relative;
  font-size: 27px;
  line-height: 110%;
  letter-spacing: -0.03em;
}
.list-round__content::before {
  content: "";
  position: absolute;
  height: 28px;
  background: url(../assets/images/icons/list-round-line.svg) no-repeat;
}
.list-round__content span {
  display: block;
  color: #4C66F3;
}
.list-round__content p {
  font-size: 27px;
  line-height: 110%;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1199.98px) {
  .list-round__content p {
    font-size: 16px;
    line-height: 130%;
  }
}
.list-round-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .list-round-vertical {
    row-gap: 34px;
  }
}
.list-round-vertical .list-round__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.list-round-vertical .list-round__item:nth-child(even) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.list-round-vertical .list-round__item:nth-child(even) .list-round__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.list-round-vertical .list-round__item:nth-child(even) .list-round__round {
  margin-right: -100px;
  margin-left: 0;
}
@media only screen and (max-width: 1199.98px) {
  .list-round-vertical .list-round__item:nth-child(even) .list-round__round {
    margin-right: -50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-round-vertical .list-round__item:nth-child(even) .list-round__round {
    margin-right: 0;
  }
}
.list-round-vertical .list-round__item:nth-child(even) .list-round__content {
  text-align: end;
}
.list-round-vertical .list-round__item:nth-child(even) .list-round__content::before {
  left: unset;
  right: -70px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media only screen and (max-width: 1199.98px) {
  .list-round-vertical .list-round__item:nth-child(even) .list-round__content::before {
    right: -20px;
  }
}
.list-round-vertical .list-round__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  width: 50%;
}
@media only screen and (max-width: 1199.98px) {
  .list-round-vertical .list-round__wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-round-vertical .list-round__wrap {
    width: 100%;
  }
}
.list-round-vertical .list-round__round {
  margin-left: -100px;
}
@media only screen and (max-width: 1199.98px) {
  .list-round-vertical .list-round__round {
    margin-left: -50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-round-vertical .list-round__round {
    margin-left: 0;
  }
}
.list-round-vertical .list-round__content {
  position: relative;
  padding: 26px 14px;
  width: 414px;
  background: rgba(255, 255, 255, 0.7019607843);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
@media only screen and (max-width: 1199.98px) {
  .list-round-vertical .list-round__content {
    width: 210px;
    padding: 16px;
    font-size: 16px;
    line-height: 130%;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-round-vertical .list-round__content {
    width: 100%;
  }
}
.list-round-vertical .list-round__content::before {
  top: calc(50% - 14px);
  left: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
}
@media only screen and (max-width: 1199.98px) {
  .list-round-vertical .list-round__content::before {
    left: -20px;
    width: 20px;
  }
}
.list-round-horizontal .list-round__item {
  position: relative;
  height: auto;
}
.list-round-horizontal .list-round__item:first-child::before {
  display: none;
}
.list-round-horizontal .list-round__item:nth-child(even) .list-round__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  top: unset;
  bottom: calc(50% - 100px);
}
@media only screen and (max-width: 1199.98px) {
  .list-round-horizontal .list-round__item:nth-child(even) .list-round__wrap {
    bottom: calc(50% - 50px);
  }
}
.list-round-horizontal .list-round__item:nth-child(even) .list-round__content::before {
  top: unset;
  bottom: -42px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.list-round-horizontal .list-round__item:last-child::after {
  display: none;
}
.list-round-horizontal .list-round__item::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: calc(100% - 200px);
  height: 1px;
  background: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .list-round-horizontal .list-round__item::before {
    width: calc(100% - 100px);
  }
}
.list-round-horizontal .list-round__item::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: calc(100% - 200px);
  height: 1px;
  background: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .list-round-horizontal .list-round__item::after {
    width: calc(100% - 100px);
  }
}
.list-round-horizontal .list-round__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  top: calc(50% - 100px);
  row-gap: 54px;
}
@media only screen and (max-width: 1199.98px) {
  .list-round-horizontal .list-round__wrap {
    top: calc(50% - 50px);
  }
}
.list-round-horizontal .list-round__round {
  z-index: 2;
}
.list-round-horizontal .list-round__content {
  padding: 15px 0;
  font-size: 26px;
}
@media only screen and (max-width: 1199.98px) {
  .list-round-horizontal .list-round__content {
    font-size: 16px;
  }
}
.list-round-horizontal .list-round__content p {
  font-size: 26px;
}
@media only screen and (max-width: 1199.98px) {
  .list-round-horizontal .list-round__content p {
    font-size: 16px;
  }
}
.list-round-horizontal .list-round__content::before {
  top: -42px;
  left: calc(50% - 28px);
  width: 54px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.why-work {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #4C66F3;
  border-bottom: 1px solid #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .why-work {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.why-work__wrap {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .why-work__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767.98px) {
  .why-work__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 22px;
  }
}
.why-work__item {
  position: absolute;
  padding: 15px;
  background: #fff;
}
@media only screen and (max-width: 767.98px) {
  .why-work__item {
    position: relative;
  }
}
.why-work__item:first-child {
  top: 0;
  left: 0;
  width: 460px;
  padding-left: 0;
  padding-top: 0;
}
@media only screen and (max-width: 991.98px) {
  .why-work__item:first-child {
    width: 330px;
  }
}
@media only screen and (max-width: 767.98px) {
  .why-work__item:first-child {
    width: 100%;
    padding: 0;
  }
}
.why-work__item:nth-child(2) {
  top: 0;
  right: 0;
  width: 424px;
  padding-right: 0;
  padding-top: 0;
}
@media only screen and (max-width: 991.98px) {
  .why-work__item:nth-child(2) {
    width: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .why-work__item:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}
.why-work__item:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 460px;
  padding-left: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .why-work__item:nth-child(3) {
    width: 314px;
  }
}
@media only screen and (max-width: 767.98px) {
  .why-work__item:nth-child(3) {
    width: 100%;
    padding: 0;
  }
}
.why-work__item:nth-child(4) {
  bottom: 0;
  right: 0;
  width: 464px;
  padding-right: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .why-work__item:nth-child(4) {
    width: 330px;
  }
}
@media only screen and (max-width: 767.98px) {
  .why-work__item:nth-child(4) {
    width: 100%;
    padding: 0;
  }
}
.why-work__item span {
  position: relative;
  display: block;
  padding-left: 18px;
  font-size: 27px;
  line-height: 110%;
  letter-spacing: -0.54px;
  color: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .why-work__item span {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
}
.why-work__item span::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .why-work__item span::before {
    top: 7px;
  }
}
.why-work__item p {
  margin-top: 20px;
  padding-left: 18px;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.81px;
}
@media only screen and (max-width: 1199.98px) {
  .why-work__item p {
    margin-top: 12px;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
}
.why-work h2 {
  max-width: 470px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .why-work h2 {
    width: 100% !important;
    max-width: 100%;
  }
}
.why-work .section-img {
  position: relative;
  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: 620px;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .why-work .section-img {
    height: 340px;
  }
}
@media only screen and (max-width: 767.98px) {
  .why-work .section-img {
    height: 230px;
    width: calc(100% + 32px);
    margin: 0 -16px;
    margin-top: 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.why-work .section-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-work .section-img__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 72%;
  height: 44px;
  background: #fff;
}
.why-work .section-img__top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 31%;
  height: 78px;
  background: #fff;
}
.why-work .section-img__bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 55%;
  height: 38px;
  background: #fff;
}
.why-work .section-img__bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 31%;
  height: 68px;
  background: #fff;
}

.ii-bnf__top {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 15px));
  gap: 30px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .ii-bnf__top {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ii-bnf__top {
    grid-template-columns: 100%;
  }
}
.ii-bnf__top .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ii-bnf__top h6 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .ii-bnf__top h6 {
    font-size: 20px;
  }
}
.ii-bnf__top h6 + .ii-bnf__compare-ttl {
  margin-top: 0;
}
.ii-bnf__top .button {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: calc(50% - 30px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .ii-bnf__top .button {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 575.98px) {
  .ii-bnf__top .button {
    width: 100%;
  }
}
.ii-bnf__bottom h6 {
  margin-bottom: 24px;
}
.ii-bnf__top-img {
  position: relative;
}
.ii-bnf__top-img:first-child {
  width: 30.5%;
}
@media only screen and (max-width: 767.98px) {
  .ii-bnf__top-img:first-child {
    width: calc(37% - 10px);
  }
}
.ii-bnf__top-img:last-child {
  width: 48.5%;
}
@media only screen and (max-width: 767.98px) {
  .ii-bnf__top-img:last-child {
    width: calc(63% - 10px);
  }
}
.ii-bnf__top-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  margin-top: auto;
}
@media only screen and (max-width: 767.98px) {
  .ii-bnf__top-img-wrap {
    gap: 20px;
  }
}
.ii-bnf__top-img img {
  width: 100%;
  height: auto;
}
.ii-bnf__compare {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 30px));
  gap: 60px;
  margin-top: 34px;
  margin-bottom: 20px;
  border-top: 1px solid #4C66F3;
}
@media only screen and (max-width: 991.98px) {
  .ii-bnf__compare {
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 20px;
  }
}
.ii-bnf__compare-ttl {
  margin-top: 20px;
  color: #AFAEB8;
}
.ii-bnf__compare-value {
  font-size: 20px;
}
.ii-bnf__compare .col {
  position: relative;
  padding-top: 48px;
}
@media only screen and (max-width: 1199.98px) {
  .ii-bnf__compare .col {
    padding-top: 26px;
  }
}
.ii-bnf__compare .col::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 24px;
  background: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .ii-bnf__compare .col::before {
    height: 16px;
  }
}
.ii-bnf__compare .col:first-child h6 {
  color: #000000;
}
.ii-bnf__compare .col:last-child {
  color: #4C66F3;
}
.ii-bnf__list {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
@media only screen and (max-width: 767.98px) {
  .ii-bnf__list {
    grid-template-columns: 100%;
  }
}
.ii-bnf__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 48px 0;
  border-top: 1px solid #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .ii-bnf__item {
    padding: 20px 0;
  }
}
.ii-bnf__item:nth-child(odd) {
  padding-right: 48px;
}
.ii-bnf__item:nth-child(even) {
  padding-left: 24px;
}
@media only screen and (max-width: 991.98px) {
  .ii-bnf__item:nth-child(even) {
    padding-left: 0;
  }
}
.ii-bnf__item:nth-child(even)::after {
  content: "";
  position: absolute;
  top: 48px;
  left: -24px;
  width: 1px;
  height: calc(100% - 48px - 48px);
  background: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .ii-bnf__item:nth-child(even)::after {
    top: 20px;
    height: calc(100% - 20px - 20px);
  }
}
@media only screen and (max-width: 767.98px) {
  .ii-bnf__item:nth-child(even)::after {
    display: none;
  }
}
.ii-bnf__item:nth-child(even) .ii-bnf__item-img {
  width: 26.03%;
}
.ii-bnf__item:nth-last-child(-n+2) {
  padding-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .ii-bnf__item:nth-last-child(-n+2) {
    padding-bottom: 20px;
  }
}
.ii-bnf__item-img {
  width: 27%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.ii-bnf__item-img img {
  width: 100%;
  height: auto;
}
.ii-bnf__item-ttl {
  font-family: "Golos-Medium";
  font-size: 28px;
  line-height: 116%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .ii-bnf__item-ttl {
    font-size: 22px;
    letter-spacing: -0.06em;
  }
}
.ii-bnf__item ul {
  margin-top: 28px;
}
@media only screen and (max-width: 1199.98px) {
  .ii-bnf__item ul {
    margin-top: 12px;
  }
}
.ii-bnf h2 {
  margin-bottom: 88px;
}

.list-chk li::before {
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.332031 4.36401L4.83203 8.36401L13.332 0.364014' stroke='white'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
}

.list-mns li::before {
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='1' viewBox='0 0 10 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline y1='0.5' x2='10' y2='0.5' stroke='%234B4B5B'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #EDEDF8;
}

.list-audio {
  display: grid;
  grid-template-columns: calc(33.3333333333% + 30px - 20px) calc(33.3333333333% + 30px - 20px) calc(33.3333333333% - 20px);
}
@media only screen and (max-width: 575.98px) {
  .list-audio {
    grid-template-columns: 100%;
  }
}
.list-audio__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 48px;
  padding-right: 30px;
  border-top: 1px solid #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .list-audio__item {
    padding-top: 26px;
  }
}
@media only screen and (max-width: 575.98px) {
  .list-audio__item {
    margin-bottom: 36px;
    padding: 0;
    border-top: none;
  }
}
.list-audio__item:last-child {
  margin-bottom: 0;
  padding-right: 0;
}
.list-audio__item:last-child p {
  padding-right: 30px;
}
.list-audio__item::before {
  content: "";
  position: absolute;
  top: 0;
  height: 24px;
  width: 1px;
  background: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .list-audio__item::before {
    height: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .list-audio__item::before {
    display: none;
  }
}
.list-audio audio {
  width: 100%;
  margin-top: auto;
}
.list-audio p {
  margin-top: 0;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1199.98px) {
  .list-audio p {
    margin-top: 0;
    margin-bottom: 12px;
  }
}
.list-audio h6 {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199.98px) {
  .list-audio h6 {
    margin-bottom: 4px;
  }
}

.price-ii {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 66.6666666667px));
  gap: 100px;
  margin-top: 18px;
  border-top: 1px solid #4C66F3;
}
@media only screen and (max-width: 991.98px) {
  .price-ii {
    grid-template-columns: 100%;
    gap: 0;
  }
}
.price-ii__footer {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .price-ii__footer {
    position: static;
    margin-top: 22px;
  }
}
.price-ii__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 575.98px) {
  .price-ii__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .price-ii__item p {
    margin-bottom: 0;
  }
}
.price-ii__item p:first-child {
  margin-top: 0;
}
.price-ii__item p:last-child {
  margin-bottom: 0;
}
.price-ii__item ul {
  margin: 14px 0;
}
@media only screen and (max-width: 1199.98px) {
  .price-ii__item ul {
    margin: 4px 0;
    row-gap: 4px;
  }
}
.price-ii__item ul:first-child {
  margin-bottom: 0;
}
.price-ii__item ul:last-child {
  margin-bottom: 0;
}
.price-ii__item .list-bage {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
}
@media only screen and (max-width: 1599.98px) {
  .price-ii__item .list-bage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.price-ii__item button {
  width: 248px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 575.98px) {
  .price-ii__item button {
    width: 100%;
  }
}
.price-ii-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 82px;
}
@media only screen and (max-width: 1199.98px) {
  .price-ii-info {
    margin-top: 46px;
  }
}
@media only screen and (max-width: 767.98px) {
  .price-ii-info {
    gap: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .price-ii-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.price-ii-info .note {
  max-width: calc(33.3333333333% - 66.6666666667px + 50px);
  margin-top: -8px;
  font-size: 14px;
  line-height: 140%;
  color: #AFAEB8;
}
@media only screen and (max-width: 767.98px) {
  .price-ii-info .note {
    max-width: 33.3333333333%;
  }
}
@media only screen and (max-width: 575.98px) {
  .price-ii-info .note {
    width: 100%;
    max-width: 100%;
  }
}
.price-ii .accordion-item {
  position: relative;
  height: 100%;
  padding-top: 38px;
  padding-bottom: 140px;
  border-bottom: none;
}
@media only screen and (max-width: 1199.98px) {
  .price-ii .accordion-item {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .price-ii .accordion-item {
    padding-bottom: 22px;
    border-bottom: 1px solid #4C66F3;
  }
}
.price-ii .accordion-item::before {
  content: "";
  position: absolute;
  left: -50px;
  width: 1px;
  height: calc(100% - 38px);
  background: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .price-ii .accordion-item::before {
    height: calc(100% - 22px);
  }
}
.price-ii .accordion-item:first-child::before {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .price-ii .accordion-item:last-child {
    border-bottom: 1px solid #4C66F3;
  }
}
.price-ii .accordion-button {
  position: relative;
  display: block;
  margin-bottom: 12px;
  font-family: "Golos-Regular";
  font-size: 45px;
  line-height: 106%;
  letter-spacing: -0.06em;
}
.price-ii .accordion-button::after {
  position: absolute;
  right: 0;
  top: 14px;
}
@media only screen and (min-width: 992px) {
  .price-ii .accordion-button::after {
    display: none;
  }
}
@media only screen and (max-width: 1199.98px) {
  .price-ii .accordion-button {
    margin-bottom: 4px;
    font-size: 32px;
  }
}
.price-ii .accordion-button .ruble {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-top: 16px;
  border-radius: 50%;
  border: 1px solid #4C66F3;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.17578 9.39941H3.1582V10.8389H7.1543V11.7412H3.1582V16.0059H2.16992V11.7412H0V10.8389H2.16992V9.39941H0V8.49707H2.16992V0H7.17578C8.16406 0 9.01628 0.207682 9.73242 0.623047C10.4486 1.03125 11 1.58984 11.3867 2.29883C11.7734 3.00781 11.9668 3.8099 11.9668 4.70508C11.9668 5.60026 11.7734 6.40234 11.3867 7.11133C11 7.82031 10.4486 8.37891 9.73242 8.78711C9.01628 9.19531 8.16406 9.39941 7.17578 9.39941ZM3.1582 8.49707H7.17578C8.3431 8.49707 9.27051 8.14258 9.95801 7.43359C10.6527 6.72461 11 5.8151 11 4.70508C11 3.59505 10.6527 2.68555 9.95801 1.97656C9.27051 1.26758 8.3431 0.913086 7.17578 0.913086H3.1582V8.49707Z' fill='%234C66F3'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
@media only screen and (max-width: 1199.98px) {
  .price-ii .accordion-button .ruble {
    width: 28px;
    height: 28px;
    margin-top: 6px;
    background-size: 10px;
  }
}
.price-ii .accordion-button span:last-child {
  position: relative;
  top: -10px;
  left: 20px;
  color: #4C66F3;
  font-family: "Golos-Medium";
  font-size: 22px;
  line-height: 116%;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 1199.98px) {
  .price-ii .accordion-button span:last-child {
    top: -8px;
    left: 12px;
    font-size: 20px;
  }
}
.price-ii .accordion-body {
  padding-right: 0;
}

.cases-ii .accordion-button {
  font-size: 45px;
  line-height: 106%;
  letter-spacing: -0.06em;
  font-family: "Golos-Regular";
}
@media only screen and (min-width: 768px) {
  .cases-ii .accordion-button::after {
    display: none;
  }
}
@media only screen and (max-width: 1199.98px) {
  .cases-ii .accordion-button {
    font-size: 22px;
  }
}
.cases-ii .accordion-item {
  position: relative;
  padding-top: 48px;
  padding-bottom: 80px;
  border-top: 1px solid #4C66F3 !important;
}
@media only screen and (max-width: 1199.98px) {
  .cases-ii .accordion-item {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.cases-ii .accordion-item::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  height: 24px;
  background: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .cases-ii .accordion-item::before {
    height: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .cases-ii .accordion-item::before {
    display: none;
  }
}
.cases-ii .accordion-item:last-child {
  padding-bottom: 0;
}
.cases-ii .accordion-body {
  margin-top: 18px;
  padding-right: 0;
}

.case-ii__img {
  position: relative;
  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-bottom: 26%;
}
@media only screen and (max-width: 991.98px) {
  .case-ii__img {
    height: 300px;
    margin: 0 -16px;
    padding: 0 16px;
    overflow-x: scroll;
  }
}
.case-ii__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .case-ii__img img {
    left: 16px;
    width: 1035px;
  }
}
.case-ii__desc {
  display: grid;
  grid-template-columns: calc(31.75% - 52px) calc(31.75% - 52px) calc(36.5% - 52px);
  gap: 78px;
  margin-top: 26px;
}
@media only screen and (max-width: 991.98px) {
  .case-ii__desc {
    grid-template-columns: calc(31.75% - 20px) calc(31.75% - 20px) calc(36.5% - 20px);
    gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .case-ii__desc {
    grid-template-columns: 100%;
    gap: 24px;
  }
}
.case-ii__desc .col:last-child .case-ii__ttl {
  color: #4C66F3;
}
.case-ii__ttl {
  font-family: "Golos-Medium";
  font-size: 18px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.case-ii .list-mns {
  row-gap: 4px;
  margin-top: 18px;
}
@media only screen and (max-width: 1199.98px) {
  .case-ii .list-mns {
    margin-top: 10px;
  }
}
.case-ii .list-mns li {
  padding-left: 40px;
}
.case-ii .list-mns li::before {
  width: 24px;
  height: 24px;
}
.case-ii .list-chk {
  row-gap: 10px;
  margin-top: 18px;
}
@media only screen and (max-width: 1199.98px) {
  .case-ii .list-chk {
    margin-top: 10px;
  }
}
.case-ii .list-chk li {
  padding-left: 40px;
}
.case-ii .list-chk li::before {
  width: 24px;
  height: 24px;
  background-size: 10px;
}
.case-ii ol {
  row-gap: 10px;
  margin-top: 14px;
}
@media only screen and (max-width: 1199.98px) {
  .case-ii ol {
    margin-top: 10px;
  }
}
.case-ii .button {
  margin-top: 22px;
  width: 248px;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 575.98px) {
  .case-ii .button {
    width: 100%;
  }
}

.list-bage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
@media only screen and (max-width: 767.98px) {
  .list-bage {
    margin: 10px 0 15px;
  }
}
.list-bage__item {
  height: 30px;
  padding: 0 15px;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(76, 102, 243, 0.3019607843);
  font-size: 16px;
  line-height: 1;
  color: #4C66F3;
  white-space: nowrap;
  border-radius: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .list-bage__item {
    height: 25px;
    padding: 0 10px;
    font-size: 11px;
  }
}
.list-bage__item.dev {
  margin-left: auto;
  color: #FFFFFF;
  background: #4C66F3;
  border-color: #4C66F3;
}
@media only screen and (max-width: 767.98px) {
  .list-bage__item.dev {
    margin-left: unset;
  }
}

.content-filter {
  /* Style for content filter buttons */
}
.content-filter .filter-button {
  color: #4B4B5B;
  cursor: pointer;
  /* Style for active button */
}
.content-filter .filter-button.--active {
  color: #4C66F3;
}

/* Hide content items by default */
.content-items .item {
  display: none;
}

/* Show only the selected category's items */
.content-items .item[data-category*=strategic-consulting],
.content-items .item[data-category*=production],
.content-items .item[data-category*=digital-marketing],
.content-items .item[data-category*=DevOps] {
  display: block;
}

.footer {
  border-top: 1px solid #DDDBEF;
}
@media only screen and (max-width: 991.98px) {
  .footer {
    padding-bottom: 50px;
  }
}
.footer__container {
  display: grid;
  grid-template-columns: repeat(4, 22%);
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
@media only screen and (max-width: 991.98px) {
  .footer__container {
    grid-template-columns: repeat(2, 44%);
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    -webkit-column-gap: 12%;
       -moz-column-gap: 12%;
            column-gap: 12%;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer__menu {
    margin-top: 35px;
  }
}
.footer__bottom {
  display: grid;
  grid-template-columns: repeat(4, 22%);
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  padding: 125px 0 65px;
  color: #C4C3D3;
}
@media only screen and (max-width: 1199.98px) {
  .footer__bottom {
    padding: 50px 0 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer__bottom {
    grid-template-columns: auto auto;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 0;
    margin-top: auto;
  }
}
.footer__bottom p {
  font-size: 16px;
}
@media only screen and (max-width: 1199.98px) {
  .footer__bottom p {
    font-size: 11px;
  }
}
.footer__bitrix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 44px;
}
@media only screen and (max-width: 991.98px) {
  .footer__bitrix {
    -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;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer__bitrix {
    margin-top: 30px;
  }
}
.footer__bitrix img {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 991.98px) {
  .footer__bitrix img {
    width: 40px;
    height: 40px;
  }
}
.footer__bitrix p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (max-width: 1199.98px) {
  .footer__bitrix p {
    margin: 0 10px 0;
    font-size: 14px;
  }
}
.footer__address {
  margin-top: 55px;
}
@media only screen and (max-width: 991.98px) {
  .footer__address {
    margin-top: 40px;
  }
}
.footer__address p {
  font-size: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 1199.98px) {
  .footer__address p {
    font-size: 14px;
  }
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
.footer__contacts .link-phone {
  font-size: 20px;
  line-height: 0.8;
  color: #4B4B5B;
}
@media only screen and (max-width: 1199.98px) {
  .footer__contacts .link-phone {
    font-size: 16px;
  }
}
.footer__contacts .link-phone:hover {
  color: #4C66F3;
}
.footer__contacts .link-mail {
  font-size: 20px;
  line-height: 0.8;
  color: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .footer__contacts .link-mail {
    font-size: 16px;
  }
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .footer__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: unset;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer section {
    padding-top: 80px;
  }
}
.footer .col:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 991.98px) {
  .footer .col:nth-child(2) {
    grid-row: 2/span 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer .col:nth-child(2) {
    grid-row: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer .col:nth-child(3) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer .col:nth-child(4) {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer .col:nth-child(4) {
    margin-top: 40px;
  }
}
.footer .col:last-child {
  grid-column: 1/span 4;
}
@media only screen and (max-width: 991.98px) {
  .footer .col:last-child {
    grid-column: 2;
    grid-row: 3;
    align-self: self-end;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer .col:last-child {
    -ms-flex-item-align: unset;
        align-self: unset;
    margin-top: 40px;
  }
}
.footer .copy {
  grid-column: 1/span 3;
}
@media only screen and (max-width: 991.98px) {
  .footer .copy {
    grid-column: unset;
  }
}
.footer .button {
  max-width: 250px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
@media only screen and (max-width: 991.98px) {
  .footer .button {
    width: auto;
    padding: 0 15px;
    white-space: nowrap;
  }
}
.footer .top-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0;
  row-gap: 15px;
}
@media only screen and (max-width: 991.98px) {
  .footer .top-menu {
    font-size: 18px;
    row-gap: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer .top-menu {
    row-gap: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer .logo-eclat {
    width: 120px;
    height: 30px;
  }
}
.footer .privacy-policy a {
  color: #C4C3D3;
}
.footer .privacy-policy a:hover {
  color: #4C66F3;
}

input[type=checkbox] {
  display: none;
}

.checkbox ~ label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199.98px) {
  .checkbox ~ label {
    font-size: 14px;
  }
}
.checkbox ~ label span {
  text-align: start;
}
.checkbox ~ label span:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  border: 1px solid #DDDBEF;
}
.checkbox ~ label span svg {
  opacity: 0;
}
.checkbox:checked ~ label span svg {
  opacity: 1;
}
.checkbox:checked ~ label span:first-child {
  background: #4C66F3;
  border-color: #4C66F3;
}
.checkbox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form--container {
  position: relative;
}
.form--field {
  position: relative;
}
.form--row {
  position: relative;
}
.form .error-input ~ .invalid-tooltip {
  padding: 0;
  border-radius: 0;
  color: #DB1550;
  font-size: 12px;
  line-height: 130%;
  background: transparent;
}

.was-validated .invalid-tooltip {
  padding: 0;
  border-radius: 0;
  color: #DB1550;
  font-size: 12px;
  line-height: 130%;
  background: transparent;
}

.call-back-form {
  margin-top: 48px;
}
@media only screen and (max-width: 1199.98px) {
  .call-back-form {
    margin-top: 32px;
  }
}
.call-back-form .form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.call-back-form .form-text {
  margin-top: 48px;
  font-size: 16px;
  line-height: 120%;
}
@media only screen and (max-width: 1199.98px) {
  .call-back-form .form-text {
    font-size: 11px;
  }
}
.call-back-form .form-text p {
  font-size: 16px;
  line-height: 120%;
}
@media only screen and (max-width: 1199.98px) {
  .call-back-form .form-text p {
    font-size: 11px;
  }
}
.call-back-form .submit {
  margin-top: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .call-back-form .submit {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .basket-form {
    margin-top: 35px;
  }
}
.basket-form .form--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
@media only screen and (max-width: 991.98px) {
  .basket-form .form--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.basket-form .form--row:first-child input {
  margin-top: 0;
}
.basket-form .form--row:first-child .select__container {
  margin-top: 0;
}
@media only screen and (max-width: 991.98px) {
  .basket-form .form--row:first-child .select__container {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .basket-form .form--row:first-child .select__container {
    margin-top: 28px;
  }
}
.basket-form .form--field {
  width: 100%;
}
.basket-form .form--field + .form--field {
  width: calc(50% - 24px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 991.98px) {
  .basket-form .form--field + .form--field {
    width: 100%;
  }
}
.basket-form input, .basket-form .input {
  padding-bottom: 18px !important;
  margin-top: 40px;
  font-size: 20px !important;
  line-height: 130%;
}
.basket-form input::-webkit-input-placeholder, .basket-form .input::-webkit-input-placeholder {
  font-size: 20px !important;
  line-height: 130%;
}
.basket-form input::-moz-placeholder, .basket-form .input::-moz-placeholder {
  font-size: 20px !important;
  line-height: 130%;
}
.basket-form input:-ms-input-placeholder, .basket-form .input:-ms-input-placeholder {
  font-size: 20px !important;
  line-height: 130%;
}
.basket-form input::-ms-input-placeholder, .basket-form .input::-ms-input-placeholder {
  font-size: 20px !important;
  line-height: 130%;
}
.basket-form input::placeholder, .basket-form .input::placeholder {
  font-size: 20px !important;
  line-height: 130%;
}
.basket-form .select__container {
  margin-top: 40px;
}
.basket-form .select ~ .select .ts-control {
  padding-bottom: 18px;
}
.basket-form .select ~ .select .ts-control .item {
  max-height: 26px;
  -webkit-line-clamp: 1;
  font-size: 20px;
  color: #4B4B5B !important;
}
.basket-form .checkbox__list {
  margin-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  .basket-form .checkbox__list {
    margin-top: 22px;
  }
}
.basket-form .checkbox ~ label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .basket-form .checkbox ~ label {
    font-size: 16px;
  }
}
.basket-form .error-input ~ .invalid-tooltip {
  padding: 0;
  border-radius: 0;
  color: #DB1550;
  font-size: 12px;
  line-height: 130%;
  background: transparent;
}

input {
  margin-top: 48px;
  padding: 0 !important;
  padding-bottom: 14px !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  color: #4B4B5B !important;
  border-bottom: 1px solid #4B4B5B !important;
}
@media only screen and (max-width: 1199.98px) {
  input {
    font-size: 14px;
  }
}
input::-webkit-input-placeholder {
  font-size: 16px;
  color: #4B4B5B;
}
input::-moz-placeholder {
  font-size: 16px;
  color: #4B4B5B;
}
input:-ms-input-placeholder {
  font-size: 16px;
  color: #4B4B5B;
}
input::-ms-input-placeholder {
  font-size: 16px;
  color: #4B4B5B;
}
input::placeholder {
  font-size: 16px;
  color: #4B4B5B;
}
@media only screen and (max-width: 1199.98px) {
  input::-webkit-input-placeholder {
    font-size: 14px;
  }
  input::-moz-placeholder {
    font-size: 14px;
  }
  input:-ms-input-placeholder {
    font-size: 14px;
  }
  input::-ms-input-placeholder {
    font-size: 14px;
  }
  input::placeholder {
    font-size: 14px;
  }
}
input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.was-validated input:invalid {
  border-radius: 0 !important;
  border-bottom: 1px solid #DB1550 !important;
  background-image: none !important;
}
.was-validated input:invalid:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.was-validated input:valid {
  border-radius: 0 !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.was-validated input:valid:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.select__ttl {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #AFAEB8;
  text-align: start;
}
@media only screen and (max-width: 1199.98px) {
  .select__ttl {
    font-size: 14px;
  }
}
.select option {
  text-overflow: ellipsis;
}
.select ~ .select {
  display: block;
  max-height: 34px;
}
.select ~ .select.dropdown-active .ts-control::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select ~ .select .ts-control {
  position: relative;
  padding: 0;
  padding-bottom: 10px;
  border: none !important;
  border-bottom: 1px solid #4B4B5B !important;
  border-radius: 0 !important;
  font-size: 16px;
  line-height: 140%;
  text-align: start;
  text-overflow: ellipsis;
}
.select ~ .select .ts-control::before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  height: 100%;
  width: 17px;
  background: url(../assets/images/icons/select-arrow.svg) center no-repeat;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.select ~ .select .ts-control:focus {
  outline: none;
}
.select ~ .select .ts-control .item {
  max-height: 22.4px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16px;
  line-height: 140%;
  text-overflow: ellipsis;
  text-align: start;
  white-space: nowrap;
}
.select ~ .select .ts-dropdown {
  padding: 24px;
  margin: 0;
  border: none;
  -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1);
  z-index: 101;
}
.select ~ .select .ts-dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.select ~ .select .ts-dropdown .option {
  padding: 0;
  font-size: 16px;
  line-height: 140%;
  text-align: start;
}
.select ~ .select .ts-dropdown .option.active {
  color: #4C66F3;
  background-color: unset;
}

textarea {
  width: 100%;
  height: auto !important;
  resize: none;
  border: none !important;
  padding: 0 !important;
  border-bottom: 1px solid #4B4B5B !important;
  border-radius: 0 !important;
}
textarea.input {
  resize: none;
}
textarea:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
textarea + .input__label {
  height: 100%;
  border: none;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chocolat-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header {
  background: #F5F5FA;
}
.header__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 40px;
}
@media only screen and (max-width: 1199.98px) {
  .header__container {
    padding: 15px 0 0;
  }
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
@media only screen and (max-width: 991.98px) {
  .header__contacts .button-disk {
    font-size: 10px;
    height: 32px;
    padding: 0 10px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__contacts .button-disk {
    font-size: 14px;
    height: 45px;
    padding: 0 18px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .header__contacts .button-disk::before {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__contacts .button-disk::before {
    display: block;
  }
}
.header__contacts .link-phone {
  font-size: 40px;
  line-height: 0.8;
  color: #4B4B5B;
}
@media only screen and (max-width: 1399.98px) {
  .header__contacts .link-phone {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header__contacts .link-phone {
    font-size: 22px;
  }
}
.header__contacts .link-phone:hover {
  color: #4C66F3;
}
.header__contacts .link-mail {
  font-size: 27px;
  line-height: 0.8;
  color: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .header__contacts .link-mail {
    font-size: 18px;
  }
}
.header-bitrix {
  position: fixed;
  top: 0;
  width: 100%;
  background: none;
  z-index: 10;
}
.header-white {
  background: #FFFFFF;
}
.header.--fix {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-bottom: 1px solid #DDDBEF;
}
.header.--fix .header__container {
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
}
.header.--fix .header__contacts .link-phone {
  font-size: 32px;
}
.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 55px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .header nav {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .header .button-disk::before {
    margin-top: -4px;
  }
}
@media only screen and (max-width: 991.98px) {
  .header .button-disk {
    padding: 0 18px;
  }
}
.header .button-disk:hover {
  color: #EDEDF8;
  background: #4C66F3;
}
.header .button-disk:hover::after {
  background: #EDEDF8;
}
.hidden-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  font-size: 16px;
  line-height: 140%;
}
@media only screen and (max-width: 991.98px) {
  .hidden-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hidden-text p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 140%;
}
.hidden-text ul {
  margin-bottom: 20px;
  row-gap: 5px;
}
@media only screen and (max-width: 1199.98px) {
  .hidden-text ul {
    row-gap: 0;
  }
}
.hidden-text ul li {
  padding-left: 28px;
  font-size: 16px;
  line-height: 140%;
}
.hidden-text.no-hide .hidden-text__limiter {
  overflow: unset;
  max-height: none;
  height: auto;
}
.hidden-text.no-hide .hidden-text__bottom {
  display: none;
}
.hidden-text.no-hide .hidden-text__button {
  display: none;
}
.hidden-text.--show .hidden-text__limiter {
  max-height: 5000px;
  height: auto;
  margin-bottom: 17px;
}
.hidden-text.--show .hidden-text__bottom {
  display: none;
}
.hidden-text.--show .button-hide {
  margin-top: 0;
}
.hidden-text__limiter {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  max-height: 450px;
  height: 450px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .hidden-text__limiter {
    max-height: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 767.98px) {
  .hidden-text__limiter {
    max-height: 216px;
    height: 216px;
  }
}
@media screen and (max-width: 575.98px) {
  .hidden-text__limiter {
    max-height: 700px;
    height: 700px;
  }
}
.hidden-text__limiter a {
  display: block;
  width: 100%;
}
.hidden-text__bottom {
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #fff));
  background: linear-gradient(to bottom, transparent, #fff 50%);
  width: 100%;
  height: 100px;
  opacity: 1;
  -webkit-transition: 125ms;
  transition: 125ms;
}
.hidden-text__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 140%;
  color: #4C66F3;
  text-align: start;
  z-index: 2;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  overflow-anchor: none;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  .hidden-text__button {
    width: calc(62% - 30px);
  }
}
@media screen and (max-width: 575.98px) {
  .hidden-text__button {
    width: 100%;
  }
}
.hidden-text__button svg {
  margin-right: 12px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.hidden-text__button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hidden-text__button.--active {
  position: static;
  width: 100%;
}
.hidden-text__button.--active .show {
  display: none !important;
}
.hidden-text__button.--active .hide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hidden-text__button.--active .hide svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hidden-text__button:not(.--active) .hide {
  display: none !important;
}
.hidden-text ol:nth-last-child(2) {
  margin-bottom: 0;
}
.hidden-text ul:nth-last-child(2) {
  margin-bottom: 0;
}
.hidden-text p:nth-last-child(2) {
  margin-bottom: 0;
}
.hidden-text img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.license-info {
  padding: 0;
}

.select-lang {
  float: right;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1199.98px) {
  .select-lang {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .select-lang {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .select-lang {
    font-size: 14px;
  }
}
.select-lang__delimiter {
  padding: 0 10px;
}
@media only screen and (max-width: 991.98px) {
  .select-lang__delimiter {
    padding: 0 5px;
  }
}
.select-lang__link {
  color: #000000;
}
.select-lang__link:hover {
  color: #4C66F3;
}
.select-lang__link.active {
  color: #4C66F3;
}

.top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  font-size: 20px;
  letter-spacing: normal;
}
@media only screen and (max-width: 1599.98px) {
  .top-menu {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .top-menu {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .top-menu {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .top-menu {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.top-menu > li {
  display: inline-block;
  margin-top: 0;
  padding-left: 0;
}
.top-menu > li::before {
  display: none;
}
.top-menu > li > a {
  position: relative;
  display: block;
  font-family: "Golos-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  line-height: 110%;
  color: #4B4B5B;
}
.top-menu > li > a:hover {
  color: #4C66F3;
}
.top-menu > li > a.root-item-selected {
  color: #4C66F3;
}
.top-menu > li .ic {
  position: absolute;
  margin-left: 10px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .top-menu > li .ic {
    display: none;
  }
}
.top-menu__sub {
  position: absolute;
  top: 30px;
  max-height: 1000px;
  min-width: 248px;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  background: #FFFFFF;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 5;
}
@media only screen and (max-width: 767.98px) {
  .top-menu__sub {
    position: static;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
}
.top-menu__sub:not(.--open) {
  max-height: 0;
  padding: 0 30px;
  margin: 0 0;
}
.top-menu__sub li {
  padding-left: 20px;
  overflow: hidden;
}
.top-menu__sub li:first-child {
  padding-top: 0;
}
.top-menu__sub li:hover a {
  -webkit-animation-name: menu-animation;
          animation-name: menu-animation;
  color: #4C66F3;
}
.top-menu__sub li a {
  color: #4B4B5B;
  text-transform: unset;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.top-menu__sub li::before {
  top: 11px;
}
@media only screen and (max-width: 1199.98px) {
  .top-menu__sub li::before {
    top: 7px;
  }
}

.modal-backdrop {
  background: rgba(222, 228, 236, 0.6);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-header {
  border: none;
  padding: 0;
}

.modal-top {
  top: 110px;
}
@media only screen and (max-width: 991.98px) {
  .modal-top {
    top: 48px;
  }
}

.modal > .container > .btn-close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 575.98px) {
  .modal > .container > .btn-close {
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal > .container > .btn-close {
    right: unset;
    left: 286px;
    top: 16px;
    opacity: 1;
  }
}
.modal .modal-header .btn-close {
  position: absolute;
  right: 100px;
  top: 50px;
  width: 45px;
  height: 45px;
  padding: 0;
}
@media only screen and (max-width: 1199.98px) {
  .modal .modal-header .btn-close {
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
  }
}
.modal .btn-close {
  opacity: 1;
  z-index: 2;
  background: none;
}
.modal .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal .modal-content {
  padding: 100px !important;
}
@media only screen and (max-width: 1199.98px) {
  .modal .modal-content {
    padding: 50px !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal .modal-content {
    padding: 50px 16px !important;
  }
}
.modal .modal-body {
  padding: 0;
}
.modal .h2 {
  position: relative;
  font-size: 55px;
  line-height: 95%;
}
@media only screen and (max-width: 1199.98px) {
  .modal .h2 {
    font-size: 36px;
  }
}
.modal .h2::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: #4C66F3;
  border-radius: 50%;
}
@media only screen and (max-width: 1199.98px) {
  .modal .h2::before {
    top: -20px;
    width: 8px;
    height: 8px;
  }
}

.come-from-modal.left .modal-dialog,
.come-from-modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  max-width: unset;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.come-from-modal.left .modal-content,
.come-from-modal.right .modal-content {
  height: 100%;
  border-radius: 0px;
}

.come-from-modal.left.fade .modal-dialog {
  left: -100%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.come-from-modal.left.fade.show .modal-dialog {
  left: 0;
}

.come-from-modal.right.fade .modal-dialog {
  right: -100%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
@media only screen and (max-width: 575.98px) {
  .come-from-modal.right.fade .modal-dialog {
    right: unset;
    left: -100%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
  }
}

.come-from-modal.right.fade.show .modal-dialog {
  right: 0;
}
@media only screen and (max-width: 575.98px) {
  .come-from-modal.right.fade.show .modal-dialog {
    right: unset;
    left: 0;
  }
}

.modal-call-back .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 585px;
  max-width: 100%;
  padding: 0 !important;
}
@media only screen and (max-width: 1199.98px) {
  .modal-call-back .modal-body {
    width: 320px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-call-back .modal-body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.modal-call-back .modal-body .content-wrap {
  width: 100%;
}
.modal-call-back .h2 {
  position: relative;
  font-size: 55px;
  line-height: 95%;
}
@media only screen and (max-width: 1199.98px) {
  .modal-call-back .h2 {
    font-size: 36px;
  }
}
.modal-call-back .h2::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: #4C66F3;
  border-radius: 50%;
}
@media only screen and (max-width: 1199.98px) {
  .modal-call-back .h2::before {
    top: -20px;
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-call-back .modal-dialog {
    width: 100%;
  }
}

.modal-thank .thank-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media only screen and (max-width: 575.98px) {
  .modal-thank .thank-wrap {
    gap: 12px;
  }
}
.modal-thank .thank-wrap .thank-text {
  font-size: 20px;
  line-height: 148%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .modal-thank .thank-wrap .thank-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-thank .thank-wrap .thank-text {
    font-size: 16px;
    line-height: 128%;
  }
}
.modal-thank .modal-body {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-phone-menu .modal-dialog {
  width: 100%;
}
.modal-phone-menu .modal-dialog .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
}
.modal-phone-menu .modal-dialog .top-menu > li {
  margin-right: 0;
}
.modal-phone-menu .modal-dialog .top-menu > li > a {
  display: block;
  padding: 12px 16px;
  text-align: center;
  color: #3F3F3F;
  text-decoration: none;
}
.modal-phone-menu .modal-dialog .button {
  position: relative;
  margin-top: 25px;
  max-width: 190px;
}
.modal-phone-menu .modal-dialog .header__contacts {
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.offcanvas-header {
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  .offcanvas-header {
    display: none;
  }
}
.offcanvas-body {
  padding: 0;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
@media only screen and (max-width: 767.98px) {
  .offcanvas-body {
    display: none;
  }
}
.offcanvas-title {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #4C66F3;
}
.offcanvas .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #4C66F3;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3e%3cpath d='M0.355591 0.351562L4.35559 4.39674M4.35559 4.39674L8.26625 8.35156M4.35559 4.39674L0.444935 8.35156M4.35559 4.39674L8.35559 0.351564' stroke='white'/%3e%3c/svg%3e");
  background-color: #4C66F3;
  background-size: 8px;
  opacity: 1;
}
@media only screen and (max-width: 767.98px) {
  .offcanvas .btn-close {
    display: none;
  }
}
.offcanvas .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.offcanvas .btn-close:hover {
  border-color: #DDDBEF;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3e%3cpath d='M0.355591 0.351562L4.35559 4.39674M4.35559 4.39674L8.26625 8.35156M4.35559 4.39674L0.444935 8.35156M4.35559 4.39674L8.35559 0.351564' stroke='%234C66F3'/%3e%3c/svg%3e");
}

.cart {
  right: 50px !important;
  bottom: 50px;
  top: auto !important;
  width: 100% !important;
  max-width: 420px;
  height: 88px;
  padding: 6px;
  padding-left: 88px;
  border-radius: 88px;
  border: none !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-width: 767.98px) {
  .cart {
    right: 12px !important;
    bottom: 12px;
    height: 56px;
    width: 56px !important;
    border-radius: 50%;
    padding: 4px;
  }
}
.cart::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
  width: 76px;
  border-radius: 50%;
  background-color: #F5F5FA;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='24' viewBox='0 0 26 24' fill='none'%3e%3cpath d='M11.513 20.9188C11.513 20.3094 11.3295 19.7136 10.9859 19.2069C10.6422 18.7002 10.1537 18.3053 9.58217 18.0721C9.01065 17.8389 8.38177 17.7779 7.77505 17.8968C7.16833 18.0156 6.61102 18.3091 6.1736 18.74C5.73618 19.1709 5.43829 19.72 5.3176 20.3177C5.19692 20.9154 5.25886 21.5349 5.49559 22.0979C5.73232 22.6609 6.13321 23.1421 6.64756 23.4807C7.16192 23.8193 7.76663 24 8.38524 24C9.21477 24 10.0103 23.6754 10.5969 23.0975C11.1834 22.5197 11.513 21.736 11.513 20.9188ZM7.55497 20.9188C7.55497 20.7526 7.605 20.5901 7.69873 20.4519C7.79246 20.3137 7.92568 20.206 8.08155 20.1424C8.23742 20.0788 8.40893 20.0622 8.5744 20.0946C8.73987 20.127 8.89186 20.207 9.01116 20.3246C9.13046 20.4421 9.2117 20.5918 9.24461 20.7548C9.27753 20.9178 9.26064 21.0868 9.19607 21.2404C9.13151 21.3939 9.02218 21.5251 8.8819 21.6175C8.74162 21.7098 8.5767 21.7591 8.40799 21.7591C8.18175 21.7591 7.96478 21.6706 7.80481 21.513C7.64484 21.3554 7.55497 21.1416 7.55497 20.9188Z' fill='%234C66F3'/%3e%3cpath d='M22.3094 20.9188C22.3094 20.3094 22.126 19.7136 21.7823 19.2069C21.4386 18.7002 20.9501 18.3053 20.3786 18.0721C19.8071 17.8389 19.1782 17.7779 18.5715 17.8968C17.9648 18.0156 17.4074 18.3091 16.97 18.74C16.5326 19.1709 16.2347 19.72 16.114 20.3177C15.9934 20.9154 16.0553 21.5349 16.292 22.0979C16.5287 22.6609 16.9296 23.1421 17.444 23.4807C17.9583 23.8193 18.5631 24 19.1817 24C20.0112 24 20.8067 23.6754 21.3933 23.0975C21.9799 22.5197 22.3094 21.736 22.3094 20.9188ZM18.3514 20.9188C18.3514 20.7526 18.4014 20.5901 18.4952 20.4519C18.5889 20.3137 18.7221 20.206 18.878 20.1424C19.0338 20.0788 19.2054 20.0622 19.3708 20.0946C19.5363 20.127 19.6883 20.207 19.8076 20.3246C19.9269 20.4421 20.0081 20.5918 20.041 20.7548C20.074 20.9178 20.0571 21.0868 19.9925 21.2404C19.9279 21.3939 19.8186 21.5251 19.6783 21.6175C19.538 21.7098 19.3731 21.7591 19.2044 21.7591C18.9782 21.7591 18.7612 21.6706 18.6012 21.513C18.4413 21.3554 18.3514 21.1416 18.3514 20.9188Z' fill='%234C66F3'/%3e%3cpath d='M5.46785 0H0V2.24089H3.54856L6.17585 17.4902H22.2979V15.2493H8.10652L7.88189 14.0252H23.0031L26 3.5098H6.07633L5.46785 0ZM22.9974 5.75069L21.2913 11.7843H7.50656L6.46019 5.75069H22.9974Z' fill='%234C66F3'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767.98px) {
  .cart::before {
    left: 4px;
    top: 4px;
    height: 48px;
    width: 48px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='24' viewBox='0 0 26 24' fill='none'%3e%3cpath d='M11.513 20.9188C11.513 20.3094 11.3295 19.7136 10.9859 19.2069C10.6422 18.7002 10.1537 18.3053 9.58217 18.0721C9.01065 17.8389 8.38177 17.7779 7.77505 17.8968C7.16833 18.0156 6.61102 18.3091 6.1736 18.74C5.73618 19.1709 5.43829 19.72 5.3176 20.3177C5.19692 20.9154 5.25886 21.5349 5.49559 22.0979C5.73232 22.6609 6.13321 23.1421 6.64756 23.4807C7.16192 23.8193 7.76663 24 8.38524 24C9.21477 24 10.0103 23.6754 10.5969 23.0975C11.1834 22.5197 11.513 21.736 11.513 20.9188ZM7.55497 20.9188C7.55497 20.7526 7.605 20.5901 7.69873 20.4519C7.79246 20.3137 7.92568 20.206 8.08155 20.1424C8.23742 20.0788 8.40893 20.0622 8.5744 20.0946C8.73987 20.127 8.89186 20.207 9.01116 20.3246C9.13046 20.4421 9.2117 20.5918 9.24461 20.7548C9.27753 20.9178 9.26064 21.0868 9.19607 21.2404C9.13151 21.3939 9.02218 21.5251 8.8819 21.6175C8.74162 21.7098 8.5767 21.7591 8.40799 21.7591C8.18175 21.7591 7.96478 21.6706 7.80481 21.513C7.64484 21.3554 7.55497 21.1416 7.55497 20.9188Z' fill='%23FFFFFF'/%3e%3cpath d='M22.3094 20.9188C22.3094 20.3094 22.126 19.7136 21.7823 19.2069C21.4386 18.7002 20.9501 18.3053 20.3786 18.0721C19.8071 17.8389 19.1782 17.7779 18.5715 17.8968C17.9648 18.0156 17.4074 18.3091 16.97 18.74C16.5326 19.1709 16.2347 19.72 16.114 20.3177C15.9934 20.9154 16.0553 21.5349 16.292 22.0979C16.5287 22.6609 16.9296 23.1421 17.444 23.4807C17.9583 23.8193 18.5631 24 19.1817 24C20.0112 24 20.8067 23.6754 21.3933 23.0975C21.9799 22.5197 22.3094 21.736 22.3094 20.9188ZM18.3514 20.9188C18.3514 20.7526 18.4014 20.5901 18.4952 20.4519C18.5889 20.3137 18.7221 20.206 18.878 20.1424C19.0338 20.0788 19.2054 20.0622 19.3708 20.0946C19.5363 20.127 19.6883 20.207 19.8076 20.3246C19.9269 20.4421 20.0081 20.5918 20.041 20.7548C20.074 20.9178 20.0571 21.0868 19.9925 21.2404C19.9279 21.3939 19.8186 21.5251 19.6783 21.6175C19.538 21.7098 19.3731 21.7591 19.2044 21.7591C18.9782 21.7591 18.7612 21.6706 18.6012 21.513C18.4413 21.3554 18.3514 21.1416 18.3514 20.9188Z' fill='%23FFFFFF'/%3e%3cpath d='M5.46785 0H0V2.24089H3.54856L6.17585 17.4902H22.2979V15.2493H8.10652L7.88189 14.0252H23.0031L26 3.5098H6.07633L5.46785 0ZM22.9974 5.75069L21.2913 11.7843H7.50656L6.46019 5.75069H22.9974Z' fill='%23FFFFFF'/%3e%3c/svg%3e");
    background-size: 23px;
    background-color: #4C66F3;
  }
}
.cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart-name {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.cart-price {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #A5A5AD;
}

.swiper-pagination {
  position: relative;
  bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
  .swiper-pagination {
    bottom: unset;
    margin: 46px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.swiper-pagination li {
  width: auto;
  margin: 0;
  height: auto;
}
.swiper-pagination li::before {
  display: none;
}
.swiper-pagination li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid red;
  border-radius: 50%;
  border-color: #4C66F3;
}
.swiper-pagination li button::before {
  display: none;
}
.swiper-pagination li.slick-active button {
  background: #4C66F3;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid;
  border-radius: 50%;
  border-color: #4C66F3;
  background: transparent;
  opacity: 1;
}
.swiper-pagination-bullet::before {
  display: none;
}
.swiper-pagination-bullet-active {
  background: #4C66F3;
}

.slider-logo-wrap .slider-logo {
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .slider-logo-wrap .slider-logo {
    margin: 0 -16px;
    padding-left: 16px;
  }
}
.slider-logo-wrap .slider-logo .swiper-slide {
  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;
  height: auto;
}
@media only screen and (max-width: 1199.98px) {
  .slider-logo-wrap .slider-logo .swiper-slide {
    width: 150px;
  }
}

.slider-case-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider-case-img .swiper-slide {
  position: relative;
  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;
  height: 500px;
  width: auto;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .slider-case-img .swiper-slide {
    height: 250px;
  }
}
.slider-case-img .swiper-slide:first-child {
  max-width: calc(100% - 290px);
}
@media only screen and (max-width: 1199.98px) {
  .slider-case-img .swiper-slide:first-child {
    max-width: calc(100% - 190px);
  }
}
@media only screen and (max-width: 991.98px) {
  .slider-case-img .swiper-slide:first-child {
    max-width: calc(100% - 160px);
  }
}
.slider-case-img .swiper-slide:first-child img {
  max-width: unset;
}
.slider-case-img .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.slider-case-img .swiper-slide img {
  width: auto;
  height: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.slider-license {
  overflow: visible !important;
  height: 720px;
}
@media only screen and (max-width: 1199.98px) {
  .slider-license {
    height: 800px;
  }
}
@media only screen and (max-width: 991.98px) {
  .slider-license {
    height: 684px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-license {
    height: 730px;
  }
}
.slider-license__item {
  width: 685px;
  min-height: 662px;
  padding: 0;
  text-align: center;
  background: red;
  background: #fff;
  -webkit-box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.0509803922);
}
@media only screen and (max-width: 1399.98px) {
  .slider-license__item {
    width: 660px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .slider-license__item {
    width: 478px;
    min-height: 734px;
  }
}
@media only screen and (max-width: 991.98px) {
  .slider-license__item {
    width: 105px;
    min-height: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-license__item {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 64px;
  }
}
.slider-license__item:not(.item-center) {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  pointer-events: none;
}
@media only screen and (max-width: 991.98px) {
  .slider-license__item:not(.item-center) {
    width: 105px;
    -webkit-filter: unset;
            filter: unset;
    z-index: 2 !important;
  }
  .slider-license__item:not(.item-center) .license-card {
    padding: 0;
  }
  .slider-license__item:not(.item-center) .license-card .col:nth-child(1) {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-license__item:not(.item-center) {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-license__item.item-center {
    width: 328px;
    margin-top: 138px;
  }
}
@media only screen and (max-width: 991.98px) {
  .slider-license__item.item-center .license-card {
    position: relative;
    width: 478px;
    left: -186px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-license__item.item-center .license-card {
    left: -240px;
    width: 544px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .slider-license__item.item-center .license-card {
    left: -148px;
    width: 360px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-license__item.item-center .license-card img {
    position: absolute;
    top: -138px;
    width: 116px;
    height: 116px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.slider-license-wrap {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .slider-license-wrap {
    margin: 0 -16px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .slider-license-wrap {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-license-wrap {
    padding-top: 0;
  }
}
.slider-license__navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
.slider-license__button {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  background-color: #4C66F3;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.1194 1L1.1194 9M1.1194 9L1 9.1194M1.1194 9L17 8.88059M1.1194 9L9.1194 17M1.1194 9L1 8.8806' stroke='white'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 100;
}
@media only screen and (max-width: 991.98px) {
  .slider-license__button {
    display: none;
  }
}
.slider-license__button:hover {
  background-color: #6A5ACA;
}
.slider-license__button-left {
  left: 0;
}
.slider-license__button-right {
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slider-round {
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .slider-round {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1199.98px) {
  .slider-round-wrap {
    margin: 0 -16px;
    width: calc(100% + 32px);
  }
}
.slider-round .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1199.98px) {
  .slider-round .swiper-slide {
    width: 300px;
  }
}
@media only screen and (max-width: 991.98px) {
  .slider-round .swiper-slide {
    width: 240px;
  }
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Golos-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  white-space: nowrap;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
@media only screen and (max-width: 1199.98px) {
  .button {
    font-size: 14px;
  }
}
.button-disk::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: #4C66F3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
@media only screen and (max-width: 1199.98px) {
  .button-disk::before {
    margin-top: -1px;
  }
}
.button-disk:hover::before {
  background: #EDEDF8;
}
.button-light {
  height: 55px;
  padding: 0 40px;
  padding-bottom: 2px;
  border-radius: 100px;
  color: #4B4B5B;
  background: #EDEDF8;
}
@media only screen and (max-width: 1199.98px) {
  .button-light {
    height: 45px;
    padding: 0 25px;
  }
}
.button-light:hover {
  color: #EDEDF8;
  background: #4C66F3;
}
.button-border {
  height: 55px;
  padding: 0 30px;
  padding-bottom: 2px;
  color: #4C66F3;
  border: 1px solid #DDDBEF;
  border-radius: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .button-border {
    height: 45px;
    padding: 0 25px;
  }
}
.button-border:hover {
  color: #EDEDF8;
  background: #4C66F3;
  border-color: #4C66F3;
}
.button-border:hover .ic {
  color: #EDEDF8;
}
.button-border .ic {
  margin-right: 10px;
}
.button-blue {
  height: 55px;
  padding: 0 45px;
  background: #4C66F3;
  border-radius: 100px;
  border: 1px solid #4C66F3;
  color: #FFFFFF;
}
@media only screen and (max-width: 1199.98px) {
  .button-blue {
    height: 45px;
  }
}
.button-blue:hover {
  color: #4C66F3;
  background: transparent;
  border-color: #DDDBEF !important;
}
.button-wb {
  white-space: unset;
  max-width: 327px;
  height: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .button-wb {
    height: 60px;
  }
}

.phone-menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 40px;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EDEDF8;
}

section {
  padding-top: 100px;
}
@media only screen and (max-width: 1199.98px) {
  section {
    padding-top: 50px;
  }
}

.section-top {
  padding-top: 0;
}

.section-top-main {
  padding-top: 20px;
  padding-bottom: 70px;
  background: #F5F5FA;
}
@media only screen and (max-width: 767.98px) {
  .section-top-main {
    padding-bottom: 30px;
  }
}
.section-top-main .container {
  display: grid;
  grid-template-columns: 43% 57%;
}
@media only screen and (max-width: 767.98px) {
  .section-top-main .container {
    grid-template-columns: 100%;
  }
}
.section-top-main .list-blue {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .section-top-main .list-blue {
    margin-top: 23px;
    margin-bottom: 25px;
  }
}
.section-top-main .list-blue li::before {
  top: 12px;
}
@media only screen and (max-width: 1199.98px) {
  .section-top-main .list-blue li::before {
    top: 7px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-top-main .list-blue li::before {
    top: 6px;
  }
}
.section-top-main .button {
  position: relative;
  padding-left: 58px;
}
@media only screen and (max-width: 1199.98px) {
  .section-top-main .button {
    padding-left: 45px;
  }
}
.section-top-main .button::before {
  position: absolute;
  left: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .section-top-main .button::before {
    left: 30px;
  }
}

.section-logo-main {
  padding-top: 0;
  background: #F5F5FA;
}

.section-about {
  padding-top: 200px;
}
@media only screen and (max-width: 1199.98px) {
  .section-about {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about {
    padding-top: 50px;
  }
}
.section-about__container {
  position: relative;
  grid-template-columns: 39% 25%;
  -webkit-column-gap: 36%;
     -moz-column-gap: 36%;
          column-gap: 36%;
  display: grid;
}
@media only screen and (max-width: 1199.98px) {
  .section-about__container {
    grid-template-columns: 45% 45%;
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about__container {
    grid-template-columns: 100%;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}
.section-about__decor {
  position: absolute;
  top: -100px;
  width: calc(100% - 200px);
  height: 175px;
  display: grid;
  grid-template-columns: 33% 25%;
  -webkit-column-gap: 42%;
     -moz-column-gap: 42%;
          column-gap: 42%;
  border-top: 1px solid #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .section-about__decor {
    top: -100px;
    width: calc(100% - 32px);
    grid-template-columns: 50% 50%;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about__decor {
    top: -50px;
    grid-template-columns: 100%;
  }
}
.section-about__decor-inner:last-child {
  border-left: 1px solid #4C66F3;
}
@media only screen and (max-width: 767.98px) {
  .section-about__decor-inner:last-child {
    border-left: none;
  }
}
.section-about__slogan {
  font-size: 40px;
  line-height: 1.05;
}
@media only screen and (max-width: 1199.98px) {
  .section-about__slogan {
    font-size: 30px;
  }
}
.section-about__slogan.wb p > span {
  display: inline;
  top: unset;
  font-size: unset;
}
.section-about__slogan p {
  font-size: 40px;
  line-height: 1.05;
}
@media only screen and (max-width: 1199.98px) {
  .section-about__slogan p {
    font-size: 30px;
  }
}
.section-about__slogan p > span {
  display: inline-block;
  position: relative;
  top: 3px;
  color: #4C66F3;
  font-size: 45px;
}
@media only screen and (max-width: 1199.98px) {
  .section-about__slogan p > span {
    font-size: 30px;
    line-height: 0.7;
  }
}
@media only screen and (max-width: 575.98px) {
  .section-about__slogan p > span {
    font-size: 30px;
  }
}
.section-about__slogan p > span.nowrap {
  color: #4B4B5B;
  font-size: 40px;
  line-height: 1.05;
}
@media only screen and (max-width: 575.98px) {
  .section-about__slogan p > span.nowrap {
    font-size: 30px;
  }
}
.section-about__slogan .list-arrow__item {
  font-size: 27px;
}
@media only screen and (max-width: 1199.98px) {
  .section-about__slogan .list-arrow__item {
    font-size: 18px;
  }
}
.section-about__desc {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767.98px) {
  .section-about__desc {
    margin-top: 35px;
  }
}
.section-about__desc:nth-child(7) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767.98px) {
  .section-about__desc:nth-child(7) {
    color: #4C66F3;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about__desc p {
    margin: 0 0 20px 0;
  }
}
.section-about__anim {
  position: relative;
  display: grid;
  grid-template-columns: 39% 36% 25%;
  height: 100%;
  width: 100%;
}
.section-about__anim-wrap {
  position: absolute;
  height: 100%;
  width: calc(100% - 200px);
  width: 100%;
  top: 15px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-about__anim-pin {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 1s;
  transition: 1s;
  position: sticky;
  top: 0;
  top: 100px;
}
.section-about__anim-pin.--animate img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-about__anim-pin.--animate img:nth-child(2) {
  max-width: 54%;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateX(-215px);
      -ms-transform: translateX(-215px);
          transform: translateX(-215px);
}
@media only screen and (max-width: 1399.98px) {
  .section-about__anim-pin.--animate img:nth-child(2) {
    -webkit-transform: translateX(-210px) scale(0.7);
        -ms-transform: translateX(-210px) scale(0.7);
            transform: translateX(-210px) scale(0.7);
  }
}
.section-about__anim-pin.--animate img:nth-child(3) {
  max-width: 24%;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateX(-264px);
      -ms-transform: translateX(-264px);
          transform: translateX(-264px);
}
@media only screen and (max-width: 1399.98px) {
  .section-about__anim-pin.--animate img:nth-child(3) {
    -webkit-transform: translateX(-220px) scale(0.7);
        -ms-transform: translateX(-220px) scale(0.7);
            transform: translateX(-220px) scale(0.7);
  }
}
.section-about__anim-pin img {
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
@media only screen and (max-width: 1399.98px) {
  .section-about__anim-pin img {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.section-about__anim-pin img:nth-child(2) {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-198px);
      -ms-transform: translateX(-198px);
          transform: translateX(-198px);
  z-index: 2;
  opacity: 0;
}
@media only screen and (max-width: 1399.98px) {
  .section-about__anim-pin img:nth-child(2) {
    -webkit-transform: translateX(-198px) scale(0.7);
        -ms-transform: translateX(-198px) scale(0.7);
            transform: translateX(-198px) scale(0.7);
  }
}
.section-about__anim-pin img:nth-child(3) {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-170px);
      -ms-transform: translateX(-170px);
          transform: translateX(-170px);
  z-index: 1;
  opacity: 0;
}
@media only screen and (max-width: 1399.98px) {
  .section-about__anim-pin img:nth-child(3) {
    -webkit-transform: translateX(-170px) scale(0.7);
        -ms-transform: translateX(-170px) scale(0.7);
            transform: translateX(-170px) scale(0.7);
  }
}
.section-about__img-mob {
  grid-column: 1/span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}
@media only screen and (max-width: 767.98px) {
  .section-about__img-mob {
    grid-column: unset;
    margin: 90px 0;
  }
}
.section-about__img-mob img {
  width: 100%;
  height: auto;
  max-width: 450px;
}
.section-about .stages-work {
  padding-top: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .section-about .stages-work {
    padding-top: 50px;
  }
}
.section-about .container {
  position: relative;
}
.section-about h2, .section-about .h2 {
  grid-column: 1/3;
  width: 35%;
  margin-bottom: 50px;
  font-size: 75px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .section-about h2, .section-about .h2 {
    margin-bottom: 30px;
    font-size: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about h2, .section-about .h2 {
    grid-column: unset;
  }
}
.section-about h2 ~ h2, .section-about .h2 ~ h2 {
  margin-top: 150px;
}
@media only screen and (max-width: 1199.98px) {
  .section-about h2 ~ h2, .section-about .h2 ~ h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about h2 ~ h2, .section-about .h2 ~ h2 {
    margin-bottom: 35px;
  }
}
.section-about .button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 25px;
}
@media only screen and (max-width: 1199.98px) {
  .section-about .button {
    margin-top: 0;
  }
}
.section-about .section-body + .section-body {
  padding-top: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .section-about .section-body + .section-body {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about .section-body + .section-body {
    padding-top: 80px;
  }
}

.section-case h2, .section-case .h2 {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
}
.section-case .section-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-case .section-header .button-light {
  margin-top: 9px;
  margin-left: auto;
}
.section-case .list-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 420px;
  row-gap: 5px;
  font-size: 27px;
}
@media only screen and (max-width: 1199.98px) {
  .section-case .list-arrow {
    width: 100%;
    min-width: unset;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-case .list-arrow {
    margin-top: 30px;
    row-gap: 10px;
  }
}
.section-case .list-arrow .list-arrow__item {
  max-width: 70%;
}
.section-case .list-arrow .list-arrow__item .ic {
  top: 8px;
}
@media only screen and (max-width: 1199.98px) {
  .section-case .list-arrow .list-arrow__item .ic {
    top: 4px;
  }
}
.section-case .list-arrow .list-arrow__item:hover {
  color: #4C66F3;
}
.section-case .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-case .filter .content-items {
  margin-top: 75px;
}
@media only screen and (max-width: 1199.98px) {
  .section-case .filter .content-items {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-case .filter .content-items {
    margin-top: 100px;
  }
}
.section-case .filter .content-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 57%;
  margin-top: -65px;
}
@media only screen and (max-width: 1199.98px) {
  .section-case .filter .content-filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 49%;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 35px;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-case .filter .content-filter {
    width: 100%;
    margin-top: 0;
  }
}

.section-team h2 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 991.98px) {
  .section-team h2 {
    margin-bottom: 40px;
  }
}
.section-team h3 {
  margin-top: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .section-team h3 {
    font-size: 36px;
  }
}
.section-team .team-about__wrap {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 46.6666666667px));
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
@media only screen and (max-width: 991.98px) {
  .section-team .team-about__wrap {
    grid-template-columns: repeat(2, calc(50% - 25px));
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-team .team-about__wrap {
    grid-template-columns: 1fr;
  }
}
.section-team .team-about__target {
  margin-top: -10px;
}
@media only screen and (max-width: 991.98px) {
  .section-team .team-about__target {
    grid-column: 1/span 2;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-team .team-about__target {
    grid-column: unset;
  }
}
.section-team .team-about__target span {
  display: block;
  color: #4C66F3;
}
@media only screen and (max-width: 991.98px) {
  .section-team .team-about__target span {
    display: inline-block;
  }
}
.section-team .team-about__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -6px;
}
@media only screen and (max-width: 767.98px) {
  .section-team .team-about__desc {
    margin-top: 40px;
  }
}
.section-team .team-about__desc p:first-child {
  color: #4C66F3;
}
.section-team .team-about__desc p:not(.section-team .team-about__desc p:first-child) {
  margin-top: 0;
}
.section-team .team-about__img {
  position: relative;
}
.section-team .team-about__img::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 30%;
  height: 36%;
  background: #FFFFFF;
}
@media only screen and (max-width: 1199.98px) {
  .section-team .team-about__img::after {
    height: 43%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-team .team-about__img::after {
    height: 50%;
  }
}
.section-team .team__wrap {
  display: grid;
  grid-template-columns: calc(33.3333333333% - 46.6666666667px) 1fr;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  margin-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #DDDBEF;
}
@media only screen and (max-width: 991.98px) {
  .section-team .team__wrap {
    grid-template-columns: repeat(3, calc(50% - 25px));
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-team .team__wrap {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
}
.section-team .team__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .section-team .team__container {
    row-gap: 30px;
  }
}

.section-breadcrumb {
  position: relative;
  padding-top: 0;
}

.section-where-buy-shops .section-body .container .shop .text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767.98px) {
  .where-buy {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-packages {
    border-top: 1px solid #DDDBEF;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-price {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.section-price h2 {
  padding-top: 90px;
  margin-bottom: 45px;
  border-top: 1px solid #DDDBEF;
}
@media only screen and (max-width: 1199.98px) {
  .section-price h2 {
    padding-top: 45px;
    margin-bottom: 25px;
  }
}

.section-production {
  padding-top: 0;
}
.section-why-we h2 {
  position: absolute;
  max-width: 470px;
  z-index: 2;
}
@media only screen and (max-width: 1199.98px) {
  .section-why-we h2 {
    max-width: 350px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-why-we h2 {
    position: relative;
    margin-bottom: 50px;
    max-width: unset;
  }
}

.section-ii-bnf {
  padding-bottom: 100px;
  border-top: 1px solid #DDDBEF;
  border-bottom: 1px solid #DDDBEF;
}
@media only screen and (max-width: 1199.98px) {
  .section-ii-bnf {
    padding-bottom: 50px;
  }
}
.section-ii-bnf .list-chk {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 30px));
  gap: 60px;
}
@media only screen and (max-width: 575.98px) {
  .section-ii-bnf .list-chk {
    grid-template-columns: 100%;
    gap: 22px;
  }
}
.section-ii-bnf .list-chk li {
  padding-left: 0;
  padding-top: 56px;
}
.section-ii-bnf .list-chk li::before {
  top: 0;
}

.section-how {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .section-how {
    padding-bottom: 50px;
  }
}

.section-price-ii {
  border-top: 1px solid #DDDBEF;
  border-bottom: 1px solid #DDDBEF;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .section-price-ii {
    padding-bottom: 50px;
  }
}
.section-price-ii h2 span {
  color: #4C66F3;
}
.section-price-ii .list-chk {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 20px));
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .section-price-ii .list-chk {
    grid-template-columns: repeat(3, calc(33.3333333333% - 6.6666666667px));
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-price-ii .list-chk {
    grid-template-columns: 100%;
    row-gap: 30px;
  }
}
.section-price-ii .list-chk li {
  padding-left: 56px;
}
@media only screen and (max-width: 991.98px) {
  .section-price-ii .list-chk li {
    padding-left: 44px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-price-ii .list-chk li {
    padding-left: 56px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-price-ii .list-chk li::before {
    width: 24px;
    height: 24px;
    background-size: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-price-ii .list-chk li::before {
    width: 36px;
    height: 36px;
    background-size: unset;
  }
}

.section-cases-ii {
  border-bottom: 1px solid #DDDBEF;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .section-cases-ii {
    padding-bottom: 50px;
  }
}

/*=== Pages ====*/
/*
// spacers
$spacer: 1rem;
$spacers: (0: 0,
	1: ($spacer * (0.25)), //4px
	2: ($spacer * 0.5), //8px
	3: $spacer, //16px
	4: ($spacer * 1.5), //24px
	5: ($spacer * 3), //48px
	6: ($spacer * 2), //32px
	7: ($spacer * 2.5), //40px
	8: $spacer * 3.5, //56px
);
*/
/*
// headings 
$headings-font-family: $font-base !default;
$headings-font-weight: $font-weight-400 !default;
$headings-line-height: 1 !default;
*/
/* Breakpoints */
/* Fonts generator */
/* Clearfix */
/* default transition */
/* Available hide pattern: visually-hidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.design h1 {
  width: 100%;
  color: red;
}
.design h2 {
  width: 100%;
}
.design h3 {
  width: 100%;
}
.design h4 {
  width: 100%;
}
.design .color-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.design .color-round {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border: 3px solid #FFF;
  border-radius: 50%;
  margin-right: 10px;
}
.design__background {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.design__background-1 .color-round {
  background: #F5F5FA;
}
.design__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.design__content-1 .color-round {
  background: #FFFFFF;
}
.design__content-2 .color-round {
  background: #000000;
}
.design__content-3 .color-round {
  background: #4B4B5B;
}
.design__content-4 .color-round {
  background: #EDEDF8;
}
.design__content-5 .color-round {
  background: #4C66F3;
}
.design section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.design .stages__list {
  width: 100%;
}

.page-main h1 {
  width: 110%;
  font-weight: 400;
  line-height: 1.05;
}
@media only screen and (max-width: 1199.98px) {
  .page-main h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-main h1 {
    width: 100%;
    line-height: 1.15;
  }
}
.page-main h1 span {
  display: block;
  margin-bottom: 20px;
  font-size: 75px;
  text-transform: uppercase;
  color: #4C66F3;
  font-family: "History-Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 0.95;
}
@media only screen and (max-width: 1199.98px) {
  .page-main h1 span {
    margin-bottom: 15px;
    font-size: 45px;
  }
}
.page-main h2, .page-main .h2 {
  font-size: 75px;
}
@media only screen and (max-width: 1199.98px) {
  .page-main h2, .page-main .h2 {
    font-size: 45px;
  }
}
.page-main h3,
.page-main .h3 {
  line-height: 0.95;
}
@media only screen and (max-width: 1199.98px) {
  .page-main h3,
  .page-main .h3 {
    line-height: 1;
  }
}

.page-404 .section-top-main {
  padding-bottom: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5FA), to(rgba(245, 245, 250, 0)));
  background: linear-gradient(180deg, #F5F5FA 0%, rgba(245, 245, 250, 0) 100%);
}
@media only screen and (max-width: 767.98px) {
  .page-404 .section-top-main {
    padding-bottom: 100px;
  }
}
.page-404 .section-top-main .container {
  grid-template-columns: calc(41.6666666667% - 15px) calc(58.3333333333% - 15px);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .page-404 .section-top-main .container {
    grid-template-columns: 100%;
    row-gap: 64px;
  }
}
.page-404 h1 {
  position: relative;
  max-width: 490px;
  text-transform: uppercase;
  font-size: 75px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 1399.98px) {
  .page-404 h1 {
    max-width: unset;
    min-width: 490px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .page-404 h1 {
    font-size: 45px;
    letter-spacing: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-404 h1 {
    min-width: 100%;
    letter-spacing: -2px;
  }
}
.page-404 h1::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 66px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .page-404 h1::before {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-404 h1::before {
    top: -22px;
  }
}
.page-404 h1::after {
  content: "404";
  position: absolute;
  top: -38px;
  display: block;
  font-weight: 500;
  font-size: 28px;
  color: #4C66F3;
}
.page-404 h1 + span {
  display: block;
  margin-top: 20px;
  letter-spacing: unset;
}
@media only screen and (max-width: 1199.98px) {
  .page-404 h1 + span {
    font-size: 14px;
    margin-top: 10px;
  }
}
.page-404 .top-main__content {
  margin-top: 25%;
}
@media only screen and (max-width: 1199.98px) {
  .page-404 .top-main__content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-404 .top-main__content {
    margin-top: 22px;
  }
}
.page-404 .top-main__img {
  margin-top: 0;
}
.page-404 .top-main__img::after {
  display: none;
}
.page-404 .button-blue {
  margin-top: 48px;
}

.page-bitrix {
  padding-top: 135px;
}
@media only screen and (max-width: 1199.98px) {
  .page-bitrix {
    padding-top: 65px;
  }
}
.page-bitrix section {
  padding-top: 70px;
}
@media only screen and (max-width: 1199.98px) {
  .page-bitrix section {
    padding-top: 50px;
  }
}
.page-bitrix .page-background {
  height: 1023px;
  background: url(../assets/images/example/back/license-top-back.png) no-repeat center;
  background-size: cover;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(96%, black), to(transparent));
  -webkit-mask-image: linear-gradient(black 96%, transparent);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(96%, black), to(transparent));
  mask-image: linear-gradient(black 96%, transparent);
}
@media only screen and (max-width: 991.98px) {
  .page-bitrix .page-background {
    height: 972px;
    background: url(../assets/images/example/back/license-top-back-tablet.png) no-repeat center;
    background-size: cover;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-bitrix .page-background {
    background: none;
  }
}
.page-bitrix .page-gradient {
  display: none;
}
.page-bitrix h1 {
  font-size: 75px;
  line-height: 95%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199.98px) {
  .page-bitrix h1 {
    font-size: 45px;
  }
}
.page-bitrix h2 {
  margin-bottom: 42px;
  margin-bottom: 54px;
  font-size: 55px;
  letter-spacing: -0.06em;
  line-height: 95%;
}
@media only screen and (max-width: 1199.98px) {
  .page-bitrix h2 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .page-bitrix h2 {
    margin-bottom: 24px;
  }
}
.page-bitrix .section-breadcrumb {
  padding-top: 0;
}
.page-bitrix .section-top {
  padding-top: 0;
}
.page-bitrix .section-packages {
  padding-bottom: 56px;
  border-bottom: 1px solid #DDDBEF;
}
@media only screen and (max-width: 991.98px) {
  .page-bitrix .section-packages {
    border-top: 1px solid #DDDBEF;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-bitrix .section-packages {
    padding-bottom: 34px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .page-bitrix .section-packages .package__head {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .page-bitrix .section-packages .package__head {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .page-bitrix .section-packages h2 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .page-bitrix .section-packages h2 {
    margin-bottom: 14px;
  }
}
.page-bitrix .section-basket {
  padding-bottom: 70px;
  border-bottom: 1px solid #DDDBEF;
}
@media only screen and (max-width: 1199.98px) {
  .page-bitrix .section-basket {
    padding-bottom: 50px;
  }
}
.page-bitrix .section-faq {
  padding-bottom: 70px;
  border-bottom: 1px solid #DDDBEF;
}
@media only screen and (max-width: 1199.98px) {
  .page-bitrix .section-faq {
    padding-bottom: 50px;
  }
}
.page-bitrix .section-faq .accordion-item:first-child {
  padding-top: 8px;
}
@media only screen and (max-width: 991.98px) {
  .page-bitrix .section-faq .accordion-item:first-child {
    padding-top: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .page-bitrix .section-faq .accordion-item:last-child {
    padding-bottom: 0;
  }
}
.page-bitrix .section-license-info {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1199.98px) {
  .page-bitrix .section-license-info {
    padding-bottom: 50px;
  }
}
.page-bitrix .section-license-info h2 {
  margin-bottom: 24px;
}
.page-bitrix .section-license-info h3 {
  margin-top: 24px;
  font-size: 27px;
  line-height: 110%;
}
.page-bitrix .section-license-info .hidden-text.license-info .col {
  position: relative;
}
.page-bitrix .section-license-info .hidden-text.license-info .col:first-child {
  width: calc(40% - 30px);
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
@media only screen and (max-width: 991.98px) {
  .page-bitrix .section-license-info .hidden-text.license-info .col:first-child {
    width: 100%;
  }
}
.page-bitrix .section-license-info .hidden-text.license-info .col:last-child {
  width: calc(60% - 30px);
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (max-width: 991.98px) {
  .page-bitrix .section-license-info .hidden-text.license-info .col:last-child {
    width: 100%;
  }
}
.page-bitrix .section-license-info .hidden-text__button {
  width: auto;
}

.page-consulting .warning {
  height: auto;
}
.page-consulting .warning::before {
  display: none;
}

.page-dev .section-top-main {
  padding-bottom: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5FA), to(rgba(245, 245, 250, 0)));
  background: linear-gradient(180deg, #F5F5FA 0%, rgba(245, 245, 250, 0) 100%);
}
@media only screen and (max-width: 767.98px) {
  .page-dev .section-top-main {
    padding-bottom: 100px;
  }
}
.page-dev h1 {
  position: relative;
  min-width: 610px;
  text-transform: uppercase;
  font-size: 75px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 1199.98px) {
  .page-dev h1 {
    font-size: 45px;
    letter-spacing: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-dev h1 {
    min-width: 100%;
    letter-spacing: -2px;
  }
}
.page-dev h1::before {
  content: "";
  position: absolute;
  top: -30px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4C66F3;
}
@media only screen and (max-width: 1199.98px) {
  .page-dev h1::before {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-dev h1::before {
    top: -22px;
  }
}
.page-dev h1 + span {
  display: block;
  margin-top: 20px;
  letter-spacing: unset;
}
@media only screen and (max-width: 1199.98px) {
  .page-dev h1 + span {
    font-size: 14px;
    margin-top: 10px;
  }
}
.page-dev .top-main__content {
  margin-top: 25%;
}
@media only screen and (max-width: 1199.98px) {
  .page-dev .top-main__content {
    margin-top: 25%;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-dev .top-main__content {
    margin-top: 22px;
  }
}
.page-dev .top-main__img::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6fb), to(#fafafc));
  background: linear-gradient(180deg, #f6f6fb 0%, #fafafc 100%);
}
@media only screen and (max-width: 767.98px) {
  .page-dev .top-main__img::after {
    height: 67%;
  }
}

.page-ii h2 {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1199.98px) {
  .page-ii h2 {
    margin-bottom: 30px;
  }
}
.page-ii .production:first-child .production__header-ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 240px;
  width: calc(33.3333333333% - 40px + 294px);
}
@media only screen and (max-width: 1199.98px) {
  .page-ii .production:first-child .production__header-ttl {
    height: 160px;
    width: calc(33.3333333333% - 40px + 80px);
  }
}
@media only screen and (max-width: 991.98px) {
  .page-ii .production:first-child .production__header-ttl {
    width: calc(32% + 10px + 94px);
  }
}
@media only screen and (max-width: 767.98px) {
  .page-ii .production:first-child .production__header-ttl {
    height: auto;
    width: 100%;
  }
}
.page-ii .production:first-child .production__header-ttl::before {
  top: -64px;
  height: 64px;
}
@media only screen and (max-width: 767.98px) {
  .page-ii .production:first-child .production__header-ttl::before {
    top: -36px;
    width: 47%;
    height: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-ii .production:first-child .production__header-ttl::after {
    top: 0;
  }
}
.page-ii .production:first-child .production__header-ttl h2 {
  margin-bottom: 34px;
}
@media only screen and (max-width: 1199.98px) {
  .page-ii .production:first-child .production__header-ttl h2 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-ii .production:first-child .production__header-ttl h2 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-ii .production:first-child .production__header-ttl .button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-ii .production:first-child .production__header-img {
  height: 396px;
}
@media only screen and (max-width: 1199.98px) {
  .page-ii .production:first-child .production__header-img {
    height: 264px;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-ii .production:first-child .production__header-img {
    height: 116px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .page-ii .production:last-child {
    margin-bottom: 50px;
  }
}
.page-ii .section-faq {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .page-ii .section-faq {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .page-SEO .section-case .filter .content-items {
    margin-top: 50px;
  }
}

/*=== Animation ====*/
.section-header {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.5s ease, transform 0.7s ease;
  transition: opacity 0.5s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.section-header.--animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.section-body {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.5s ease, transform 0.7s ease;
  transition: opacity 0.5s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.section-body.--animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}