@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);
  -webkit-clip-path: inset(100%);
          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; }

/*=== 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: 20px;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.3;
  background: #FFFFFF; }
  @media only screen and (max-width: 1199px) {
    body {
      letter-spacing: unset; } }

.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: 10px; }
  @media only screen and (max-width: 1199px) {
    ul {
      row-gap: 7px;
      font-size: 14px; } }
  ul li {
    position: relative;
    padding-left: 15px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    @media only screen and (max-width: 1199px) {
      ul li {
        padding-left: 25px; } }
    ul li::before {
      position: absolute;
      top: 12px;
      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: 1199px) {
        ul li::before {
          top: 7px; } }

.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: 1199px) {
    .page-gradient {
      height: 650px; } }
  @media only screen and (max-width: 767px) {
    .page-gradient {
      height: 1020px; } }

.tabs-nav {
  overflow: hidden;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 1199px) {
    .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; }

@media only screen and (max-width: 767px) {
  .no-scroll {
    overflow: hidden; } }

@media only screen and (min-width: 1200px) {
  .hide-desk-desktop-tiny {
    display: none !important; } }

@media only screen and (max-width: 1199px) {
  .hide-desktop-tiny {
    display: none !important; } }

@media only screen and (min-width: 1024px) {
  .hide-desk-tablet {
    display: none !important; } }

@media only screen and (max-width: 1023px) {
  .hide-tablet {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .hide-desk-phone {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .hide-phone {
    display: none !important; } }

/*
* {
	border: 1px solid red;
}
*/
h1,
.h1 {
  margin: 0;
  font-size: 75px;
  font-weight: normal;
  line-height: 0.95;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media only screen and (max-width: 1199px) {
    h1,
    .h1 {
      font-size: 22px; } }

h2,
.h2 {
  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;
  letter-spacing: -5px; }
  @media only screen and (max-width: 1199px) {
    h2,
    .h2 {
      font-size: 45px;
      letter-spacing: -3px; } }

h3,
.h3 {
  font-size: 45px;
  font-weight: normal;
  line-height: 0.95;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media only screen and (max-width: 1199px) {
    h3,
    .h3 {
      line-height: 1; } }

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-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0; }

.ttl-card {
  font-size: 55px;
  line-height: 1; }

p {
  font-size: 20px;
  line-height: 1.3;
  margin: 35px 0;
  letter-spacing: -1px; }
  @media only screen and (max-width: 1439px) {
    p {
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; } }
  @media only screen and (max-width: 1199px) {
    p {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    p {
      margin: 15px 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: 1em 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 .el-icon {
    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: 1023px) {
      .mark:before {
        height: 8px;
        width: 8px; } }

.ttl {
  font-size: 55px;
  color: #4B4B5B; }
  @media only screen and (max-width: 1199px) {
    .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: 1199px) {
    .sub-ttl {
      margin: 20px 0 5px;
      font-size: 18px; } }

.txt-big {
  font-size: 40px;
  line-height: 1; }
  @media only screen and (max-width: 1199px) {
    .txt-big {
      font-size: 22px;
      line-height: 1.1; } }
  .txt-big p {
    font-size: 40px;
    line-height: 1; }
    @media only screen and (max-width: 1199px) {
      .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: 1199px) {
    .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: 1199px) {
      .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: 1199px) {
    .txt-mini {
      font-size: 11px; } }
  .txt-mini p {
    font-size: 16px;
    line-height: 1.1; }
    @media only screen and (max-width: 1199px) {
      .txt-mini p {
        font-size: 11px; } }

.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: 1439px) {
    .container {
      padding: 0 16px; } }

.el-icon {
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.icon--fill {
  fill: currentColor; }

.icon--stroke {
  stroke: currentColor; }

.icon--full {
  fill: currentColor;
  stroke: currentColor; }

.logo-eclat {
  width: 119px;
  height: 31px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media only screen and (max-width: 1199px) {
    .logo-eclat {
      height: 20px;
      width: 79px; } }

.arrow-up {
  width: 20px;
  height: 20px; }
  @media only screen and (max-width: 1199px) {
    .arrow-up {
      width: 15px;
      height: 15px; } }

.icon-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: 767px) {
    .vk-link {
      width: 20px;
      height: 20px; } }

.cross-popup {
  width: 47px;
  height: 47px;
  color: #4B4B5B; }
  @media only screen and (max-width: 1199px) {
    .cross-popup {
      width: 30px;
      height: 30px; } }
  @media only screen and (max-width: 767px) {
    .cross-popup {
      width: 25px;
      height: 25px; } }

/*=== Components ====*/
.test {
  color: red; }

/*
// 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 */
.breadcrumbs {
  display: none;
  /*
  @include media(md) {
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
  }
*/ }
  .breadcrumbs__item {
    margin-right: 5px;
    font-size: 14px;
    line-height: 18.9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*     @include media(lg) {
      font-size: 16px;
      line-height: 20px;
    } */ }
    .breadcrumbs__item:not(:first-child) {
      margin-left: 10px; }
      .breadcrumbs__item:not(:first-child):before {
        content: '';
        background-position: center;
        background-repeat: no-repeat;
        height: 10px;
        width: 10px;
        margin-right: 16px; }

.top-main__content {
  margin-top: -10px;
  z-index: 2; }

.top-main__img {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .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: 1199px) {
      .top-main__img img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
    @media only screen and (max-width: 767px) {
      .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: 1199px) {
      .top-main__img::after {
        height: 73%; } }
    @media only screen and (max-width: 767px) {
      .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;
  color: #4C66F3;
  font-size: 27px;
  line-height: 1.1; }
  @media only screen and (max-width: 1199px) {
    .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 .el-icon {
    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) .el-icon {
    opacity: 0; }
  .list-blue li:hover {
    color: #4B4B5B; }

@media only screen and (max-width: 767px) {
  .list-arrow {
    row-gap: 12px; } }

.list-arrow__item {
  padding-left: 0; }
  .list-arrow__item::before {
    display: none; }
  .list-arrow__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #4B4B5B; }
  .list-arrow__item .el-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 5px;
    margin-right: 25px;
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none; }
    @media only screen and (max-width: 1199px) {
      .list-arrow__item .el-icon {
        margin-right: 15px; } }
    @media only screen and (max-width: 767px) {
      .list-arrow__item .el-icon {
        margin-top: 4px;
        margin-right: 20px; } }
  .list-arrow__item:hover a {
    color: #4C66F3; }
  .list-arrow__item.--active a {
    color: #4C66F3; }

.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: 767px) {
    .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 #4c66f34d;
    font-size: 16px;
    line-height: 1;
    color: #4C66F3;
    white-space: nowrap;
    border-radius: 100px; }
    @media only screen and (max-width: 1199px) {
      .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: 767px) {
        .list-bage__item.dev {
          margin-left: unset; } }

.dropdown.--active {
  width: 100vw !important;
  left: 0 !important; }

/* hide-show end */
/* mobile-men start */
.dropbtn {
  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; }

.dropdown {
  position: fixed;
  display: inline-block;
  top: 0;
  left: -100%;
  width: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: 10; }
  .dropdown .close-dropbtn {
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 2rem;
    color: #000;
    z-index: 2; }
  .dropdown .dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 1;
    overflow: hidden; }
    .dropdown .dropdown-content nav {
      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%; }
      @media only screen and (max-width: 1023px) {
        .dropdown .dropdown-content nav {
          padding-bottom: 1.875rem; } }
    .dropdown .dropdown-content .top-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 1.875rem 0 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 0; }
      .dropdown .dropdown-content .top-menu li {
        margin-right: 0; }
      .dropdown .dropdown-content .top-menu a {
        display: block;
        padding: 0.75rem 16px;
        text-align: center;
        color: #3F3F3F;
        text-decoration: none; }
    .dropdown .dropdown-content .button {
      position: relative;
      margin-top: 25px; }
    .dropdown .dropdown-content .header__contacts {
      margin-top: 20px; }

.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: 1199px) {
    .stages {
      padding: 50px; } }
  @media only screen and (max-width: 767px) {
    .stages {
      padding: 35px; } }
  .stages:nth-child(1) {
    padding-top: 0; }
  .stages:nth-child(2) {
    padding-top: 0; }
    @media only screen and (max-width: 767px) {
      .stages:nth-child(2) {
        padding-top: 35px; } }
  .stages:nth-child(odd) {
    padding-left: 0; }
    @media only screen and (max-width: 767px) {
      .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: 1199px) {
        .stages:nth-child(even) .stages__inner {
          padding-left: 50px; } }
      @media only screen and (max-width: 479px) {
        .stages:nth-child(even) .stages__inner {
          padding-left: 0;
          border-left: none; } }
      @media only screen and (max-width: 767px) {
        .stages:nth-child(even) .stages__inner {
          border-left: none;
          padding-left: 0; } }
  .stages:not(:hover) .ttl span::after {
    opacity: 0; }
  .stages:not(:hover) .el-icon {
    opacity: 0; }
  .stages:hover .ttl {
    color: #4C66F3; }
  .stages__list {
    display: grid;
    grid-template-columns: 50% 50%; }
    @media only screen and (max-width: 767px) {
      .stages__list {
        grid-template-columns: 100%; } }
  .stages__img {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden; }
    @media only screen and (max-width: 1199px) {
      .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: 1199px) {
        .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: 1199px) {
      .stages__number {
        font-size: 18px; } }
  .stages__inner {
    height: 100%; }
  .stages .ttl {
    margin: 10px 0 35px; }
    @media only screen and (max-width: 1199px) {
      .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 {
    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;
    color: #4B4B5B; }
  .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: 1199px) {
    .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: 767px) {
    .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: 1023px) {
      .case__info {
        grid-template-columns: 1fr;
        row-gap: 5px; } }
  .case__about {
    position: relative; }
    .case__about::before {
      content: '';
      display: block;
      width: 1px;
      height: 20px;
      background: #4C66F3; }
  .case__made {
    position: relative; }
    .case__made::before {
      content: '';
      display: block;
      width: 1px;
      height: 20px;
      background: #4C66F3; }
      @media only screen and (max-width: 1023px) {
        .case__made::before {
          display: none; } }
  .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: 1199px) {
      .case__buttons {
        margin-top: 15px; } }
  .case__img {
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .case__img {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }
    @media only screen and (max-width: 767px) {
      .case__img {
        margin: 0 -16px; } }
    .case__img:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .case__img img {
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
  .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: 1199px) {
      .case .ttl {
        margin-top: 15px;
        margin-bottom: 15px; } }
  .case .sub-ttl {
    margin-top: 15px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1199px) {
      .case .sub-ttl {
        margin-top: 5px;
        margin-bottom: 5px; } }
  @media only screen and (max-width: 1199px) {
    .case p {
      line-height: 1.4; } }
  .case p:nth-child(2) {
    margin-top: 10px; }
    @media only screen and (max-width: 1199px) {
      .case p:nth-child(2) {
        margin-top: 5px; } }

.team__item {
  display: grid;
  grid-template-columns: repeat(2, calc(100% / 2 - 35px));
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px; }
  @media only screen and (max-width: 1023px) {
    .team__item {
      grid-template-columns: 125px 1fr;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0; } }
  @media only screen and (max-width: 767px) {
    .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: 1199px) {
    .team__img {
      width: 85px;
      height: 85px; } }
  @media only screen and (max-width: 767px) {
    .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: 1199px) {
      .team__img::after {
        right: -25px;
        width: 10px; } }
    @media only screen and (max-width: 767px) {
      .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: 1199px) {
    .team__name {
      margin-left: 40px; } }
  @media only screen and (max-width: 1023px) {
    .team__name {
      width: 100%;
      margin-left: 0; } }
  .team__name p {
    -webkit-hyphens: unset;
        -ms-hyphens: unset;
            hyphens: unset; }

.team__post {
  color: #4C66F3; }

.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 */
.item {
  display: none; }

/* Show only the selected category's items */
.item[data-category*="strategic-consulting"],
.item[data-category*="production"],
.item[data-category*="digital-marketing"],
.item[data-category*="DevOps"] {
  display: block; }

.footer {
  border-top: 1px solid #DDDBEF; }
  @media only screen and (max-width: 1023px) {
    .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: 1023px) {
      .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: 767px) {
      .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: 1023px) {
    .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: 1199px) {
      .footer__bottom {
        padding: 50px 0 50px; } }
    @media only screen and (max-width: 1023px) {
      .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: 1199px) {
        .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; }
    @media only screen and (max-width: 1023px) {
      .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: 767px) {
      .footer__bitrix {
        margin-top: 30px; } }
    .footer__bitrix img {
      width: 50px;
      height: 50px; }
      @media only screen and (max-width: 1023px) {
        .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: 1199px) {
        .footer__bitrix p {
          margin: 0 10px 0;
          font-size: 14px; } }
  .footer__address {
    margin-top: 55px; }
    @media only screen and (max-width: 1023px) {
      .footer__address {
        margin-top: 40px; } }
    .footer__address p {
      font-size: 20px;
      line-height: 1.3; }
      @media only screen and (max-width: 1199px) {
        .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: 40px;
      line-height: .8;
      color: #4B4B5B; }
      @media only screen and (max-width: 1439px) {
        .footer__contacts .link-phone {
          font-size: 34px; } }
      @media only screen and (max-width: 1199px) {
        .footer__contacts .link-phone {
          font-size: 22px; } }
      .footer__contacts .link-phone:hover {
        color: #4C66F3; }
    .footer__contacts .link-mail {
      font-size: 27px;
      line-height: .8;
      color: #4C66F3; }
      @media only screen and (max-width: 1199px) {
        .footer__contacts .link-mail {
          font-size: 18px; } }
  .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: 1023px) {
      .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: 330px) {
      .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: 1023px) {
    .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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media only screen and (max-width: 1023px) {
    .footer .col:nth-child(2) {
      grid-row: 2 / span 2; } }
  @media only screen and (max-width: 767px) {
    .footer .col:nth-child(2) {
      grid-row: unset; } }
  @media only screen and (max-width: 767px) {
    .footer .col:nth-child(3) {
      margin-top: 40px; } }
  @media only screen and (max-width: 1023px) {
    .footer .col:nth-child(4) {
      margin-top: -40px; } }
  @media only screen and (max-width: 767px) {
    .footer .col:nth-child(4) {
      margin-top: 40px; } }
  .footer .col:last-child {
    grid-column: 1 / span 4; }
    @media only screen and (max-width: 1023px) {
      .footer .col:last-child {
        grid-column: 2;
        grid-row: 3;
        align-self: self-end;
        margin-top: 40px; } }
    @media only screen and (max-width: 767px) {
      .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: 1023px) {
      .footer .copy {
        grid-column: unset; } }
  .footer .button {
    width: 250px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0; }
    @media only screen and (max-width: 1023px) {
      .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: 1023px) {
      .footer .top-menu {
        font-size: 18px;
        row-gap: 12px; } }
    @media only screen and (max-width: 767px) {
      .footer .top-menu {
        row-gap: 8px; } }
  @media only screen and (max-width: 1023px) {
    .footer .logo-eclat {
      width: 120px;
      height: 30px; } }
  .footer .privacy-policy a {
    color: #C4C3D3; }
    .footer .privacy-policy a:hover {
      color: #4C66F3; }

.checkbox ~ label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 120%;
  color: green; }

.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: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
  border: 1px solid #E8EBF2;
  border-radius: 5px; }

.checkbox ~ label span svg {
  opacity: 0; }

.checkbox:checked ~ label span svg {
  opacity: 1; }

.checkbox__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.checkbox-filter-fill {
  /*
	& ~ label span  svg {
		opacity: 0;
	}
	&:checked ~ label  span  svg {
		opacity: 1;
	}
	*/ }
  .checkbox-filter-fill ~ label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 120%;
    color: green;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .checkbox-filter-fill ~ label:hover {
      color: green; }
  .checkbox-filter-fill ~ 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;
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.625rem;
    border: 1.5px solid red;
    border-radius: 5px; }
  .checkbox-filter-fill ~ label span svg {
    opacity: 0; }
  .checkbox-filter-fill:checked ~ label {
    color: blue; }
    .checkbox-filter-fill:checked ~ label span svg {
      opacity: 1; }

.file-upload input[type="file"] {
  display: none;
  /* скрываем input file */ }

#custom-button {
  padding: 10px;
  color: white;
  background-color: #009578;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer; }

#custom-button:hover {
  background-color: #00b28f; }

#custom-text {
  margin-left: 10px;
  font-family: sans-serif;
  color: #aaa; }

input[type=checkbox] {
  display: none; }

input[type=radio] + label {
  position: relative; }

input[type=radio] {
  display: none; }

.input {
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid #4B4B5B;
  font-size: 20px;
  color: #000000;
  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-weight: 400; }
  @media only screen and (max-width: 1199px) {
    .input {
      padding-bottom: 15px;
      font-size: 14px; } }
  .input::-webkit-input-placeholder {
    font-size: 20px;
    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-weight: 400; }
  .input::-moz-placeholder {
    font-size: 20px;
    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-weight: 400; }
  .input:-ms-input-placeholder {
    font-size: 20px;
    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-weight: 400; }
  .input::-ms-input-placeholder {
    font-size: 20px;
    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-weight: 400; }
  .input::placeholder {
    font-size: 20px;
    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-weight: 400; }
    @media only screen and (max-width: 1199px) {
      .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.invalid {
    border-color: #DB1550; }

.form-test .form--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .form-test .form--row:not(:first-child) {
    margin-top: 10px; }

.form-test .field--wrap {
  position: relative;
  width: calc(50% - 5px); }
  .form-test .field--wrap:not(:first-child) {
    margin-left: 10px; }

.form-test input[type='submit'] {
  border: none; }

.form-test .form--policy {
  margin: 0;
  font-size: 11px;
  line-height: 160%; }

.form-test .button {
  font-weight: 700;
  font-size: 14px; }
  .form-test .button.border-radius {
    border-radius: 10px; }

.form-test .form--message {
  width: 100%; }

.form-test .form-error {
  font-size: 12px;
  color: red;
  margin-top: 5px; }

.form {
  margin-top: 50px;
  margin-bottom: -35px; }
  .form form {
    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: 35px; }
    @media only screen and (max-width: 1199px) {
      .form form {
        row-gap: 25px; } }
  .form .form--message {
    width: 100%; }
  .form .form-error {
    font-size: 16px;
    color: #DB1550; }
    @media only screen and (max-width: 1199px) {
      .form .form-error {
        font-size: 11px; } }
  .form .form--policy {
    font-size: 16px;
    margin-top: 5px; }
    @media only screen and (max-width: 1199px) {
      .form .form--policy {
        font-size: 11px;
        margin-top: 20px; } }
  .form .button-popup {
    margin-top: -15px; }
    @media only screen and (max-width: 1199px) {
      .form .button-popup {
        margin-top: -10px; } }
  .form .button {
    width: 260px;
    font-size: 20px;
    font-weight: 400; }
    @media only screen and (max-width: 1199px) {
      .form .button {
        width: 190px;
        font-size: 14px; } }

.form-popup-call .button {
  border: 1px solid; }
  .form-popup-call .button:hover {
    border: 1px solid; }

input[type=radio] {
  display: none; }

/*
.box-radio {
	&__wrap {
		display: inline-flex;
		
		input[type=radio]:checked + .box-radio__label::after {
			content: "";
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(rem(-4), rem(-4));
			width: rem(8);
			height: rem(8);
			border-radius: 50%;
			background: green;
		}
		span {
			font-size: rem(14);
			line-height: 120%;
			color: green;
			font-family: green;
		}
	}
	&__label {
		position: relative;
		display: inline-block;
		cursor: pointer;
		margin-right: 10px;
		width: rem(16);
			height: rem(16);
		&::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: rem(16);
			height: rem(16);
			border-radius: 50%;
			border: 1px solid #E8EBF2;
			
		}
	}
}

.button-radio {

	&__wrap {
		display: inline-flex;


		input[type=radio]:checked + label {
			color: $color-white;
			background: $color-new;
		}
		input[type=radio] + label {
			position: relative;
			display: inline-block;
			cursor: pointer;
			margin-right: 10px;
			padding: rem(15) rem(30);
			border-radius: rem(10);
			border: 1px solid $color-new;
			transition: $transition;
			font-size: rem(14);
			line-height: 120%;
			color: $color-new;
			font-family: $font-base;

			&:hover {
				background: $color-new;
				color: $color-white;
			}
		}
	}
}

.prise-order {
	display: flex;
	margin-top: rem(10);

	input[type=radio]:checked ~ .prise-order__wrap {
		border: 1px solid $color-new;
	}
	.box-radio__wrap {
		position: relative;
		display: flex;
		justify-content: flex-end;
		width: rem(330);
		height: rem(125);
		margin-right: 30px;
		padding: rem(20);
		&:last-child {
			margin-right: 0;
		}
	}
	
	.box-radio__label {
		z-index: 2;
	}
	.field-wrap {
		height: auto;
		.box-radio__label {
			margin-right: 0;
		}
	}
	&__wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: rem(330);
		height: rem(125);
		border-radius: rem(10);
		border: 1px solid $color-new;
		padding: rem(20);
	}
	&__title {
		display: flex;
		width: 100%;
		font-weight: $font-weight-700;
		color: $color-gray !important;
		font-size: rem(16) !important;
		line-height: 120% !important;

	}
	&__prompt {
		font-weight: $font-base-weight;
		font-size: rem(12) !important;
		line-height: 120% !important;

	}
	&__payment {
		display: flex;
		flex-direction: column;
		margin-top: rem(10);
		span {
			color: $color-new;
			font-size: rem(14);
			line-height: 120%;
		}
	}
}
*/
/*
.range {
	//background: linear-gradient(to right, $color-green 0%, $color-green 0%, #ECF1F5 0%, #ECF1F5 100%);
	background: #ECF1F5;
	background-image: linear-gradient($color-red, $color-red);
	background-size: 0 100%;
	background-repeat: no-repeat;
	//border: solid 2px #82CFD0;
	border-radius: 99px;
	height: 5px;
	width: rem(525);
	outline: none;
	//transition: background 450ms ease-in;
	-webkit-appearance: none;
	&__container {
		position: relative;
	}
	&__value-wrap {
		position: absolute;
		right: 0;
		top: rem(-8);
		font-size: rem(30);
		line-height: 160%;
		color: $color-red;
	}
	&__wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: rem(525);
	}
	&__title{
		padding-bottom: rem(15);
		font-size: rem(14);
		line-height: 160%;
	}
	&__min, &__max {
		padding-top: rem(10);
		font-size: rem(14);
		line-height: 160%;
		color: $color-new;
	}
}

.range::-webkit-slider-thumb {
	width: rem(15);
	height: rem(15);
	border-radius: 50%;
	-webkit-appearance: none;
	cursor: pointer;
	background: $color-new;
}
*/
.range {
  /* input[type="range"]:focus,
	input[type="number"]:focus {
	box-shadow: 0 0 3px 1px #4b81dd;
	outline: none;
	} */
  /* Input Thumb */
  /* Input Track */ }
  .range input,
  .range output {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    font-family: Arial, sans-serif; }
  .range output {
    background: #ff4500;
    padding: 5px 16px;
    border-radius: 3px;
    color: #fff; }
  .range input[type="number"] {
    width: 40px;
    padding: 4px 5px;
    border: 1px solid #bbb;
    border-radius: 3px; }
  .range input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 200px;
    height: 7px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4500), to(#ff4500));
    background-image: linear-gradient(#ff4500, #ff4500);
    background-size: 80% 100%;
    background-repeat: no-repeat;
    border: 1px solid #000; }
  .range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ff4500;
    cursor: ew-resize;
    -webkit-box-shadow: 0 0 2px 0 #555;
            box-shadow: 0 0 2px 0 #555;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; }
  .range input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ff4500;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; }
  .range input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ff4500;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    -ms-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; }
  .range input[type="range"]::-webkit-slider-thumb:hover {
    background: #ff0200; }
  .range input[type="range"]::-moz-range-thumb:hover {
    background: #ff0200; }
  .range input[type="range"]::-ms-thumb:hover {
    background: #ff0200; }
  .range input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: transparent; }
  .range input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent; }
  .range input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent; }

.select {
  padding: 0 1.5rem;
  border: 0;
  height: 3.9375rem;
  width: 100%;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.03125 0H13.0313L6.53125 8L0.03125 0Z' fill='%23002A3A'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.8125rem;
  background-position: right 1.5rem center; }
  @media only screen and (max-width: 1023px) {
    .select {
      height: 3.25rem; } }
  .select__option {
    padding: 1.125rem 1.25rem; }

/*
.itc-select {
	position: relative;
	width: 100%;
	&__toggle {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 0.375rem 0.75rem;
		font-size: 1rem;
		font-style: italic;
		line-height: 1.4;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 0.3125rem;
		cursor: pointer;
		user-select: none;
		&::after {
			flex-shrink: 0;
			width: 0.75rem;
			height: 0.75rem;
			margin-left: 1rem;
			background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100"%3E%3Cpath d="M97.625 25.3l-4.813-4.89c-1.668-1.606-3.616-2.41-5.84-2.41-2.27 0-4.194.804-5.777 2.41L50 52.087 18.806 20.412C17.223 18.805 15.298 18 13.03 18c-2.225 0-4.172.804-5.84 2.41l-4.75 4.89C.813 26.95 0 28.927 0 31.23c0 2.346.814 4.301 2.439 5.865l41.784 42.428C45.764 81.174 47.689 82 50 82c2.268 0 4.215-.826 5.84-2.476l41.784-42.428c1.584-1.608 2.376-3.563 2.376-5.865 0-2.26-.792-4.236-2.375-5.932z"/%3E%3C/svg%3E');
			background-size: cover;
			content: "";
		}
		&:focus {
			outline: none;
		}
	}
	&_show &__toggle::after {
		transform: rotate(180deg);
	}
	&__dropdown {
		position: absolute;
		top: 2.5rem;
		right: 0;
		left: 0;
		z-index: 2;
		display: none;
		max-height: 10rem;
		overflow-y: auto;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 0.3125rem;
	}
	&_show &__dropdown {
		display: block;
	}
	&_show &__backdrop {
		display: block;
	}
	&__options {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	&__option {
		padding: 0.375rem 0.75rem;
	}
	&__option_selected {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #e1f5fe;
	}
	&__option_selected::after {
		width: 0.75rem;
		height: 0.75rem;
		color: #0277bd;
		background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100" class="svg-inline--fa fa-check fa-w-16" data-icon="check" data-prefix="fas" aria-hidden="true"%3E%3Cpath d="M33.964 85.547l-32.5-32.251a4.935 4.935 0 010-7.017l7.071-7.017a5.027 5.027 0 017.071 0L37.5 60.987l46.894-46.534a5.028 5.028 0 017.07 0l7.072 7.017a4.935 4.935 0 010 7.017l-57.5 57.06a5.027 5.027 0 01-7.072 0z" fill="%230277bd"/%3E%3C/svg%3E');
		background-size: cover;
		content: "";
	}
	&__option:hover {
		background-color: #f5f5f5;
		cursor: pointer;
		transition: 0.2s background-color ease-in-out;
	}
}
*/
/*
// Контейнер должен быть расположен относительно: 
.custom-select {
	position: relative;
	font-family: Arial;
	select {
		display: none; // скрыть исходный элемент SELECT: 
	}
}

.select-selected {
	
	background-color: DodgerBlue;
	// Стиль стрелки внутри элемента select: 
	&::after {
		position: absolute;
		content: "";
		top: 14px;
		right: 10px;
		width: 0;
		height: 0;
		border: 6px solid transparent;
		border-color: #fff transparent transparent transparent;
	}
	// Направьте стрелку вверх, когда поле выбора открыто (active): 
	&.select-arrow-active:after {
		border-color: transparent transparent #fff transparent;
		top: 7px;
	}
}



// стиль элементов (опций), включая выбранный элемент: 
.select-items div,.select-selected {
	color: #ffffff;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}

// Элементы стиля (опции): 
.select-items {
	position: absolute;
	background-color: DodgerBlue;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

// Скрыть элементы при закрытии окна выбора: 
.select-hide {
	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
*/
.select-wrap {
  width: 225px;
  margin: 15px auto;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .select-wrap .select-selected {
    background: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer; }
    .select-wrap .select-selected li {
      padding: 10px 20px; }
    .select-wrap .select-selected:before {
      content: "";
      position: absolute;
      top: 18px;
      right: 18px;
      width: 6px;
      height: 6px;
      border: 2px solid;
      border-color: transparent transparent #555555 #555555;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .select-wrap .select-items {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    display: none; }
    .select-wrap .select-items li {
      padding: 10px 20px;
      cursor: pointer; }
      .select-wrap .select-items li:first-child:hover {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .select-wrap .select-items li:last-child:hover {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
      .select-wrap .select-items li:hover {
        background: #fff4dd; }
  .select-wrap .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .select-wrap .option .icon {
      background: url("https://i.imgur.com/oEZu0sK.png") no-repeat 0 0;
      width: 32px;
      height: 32px;
      margin-right: 15px; }
    .select-wrap .option.pizza .icon {
      background-position: 0 0; }
    .select-wrap .option.burger .icon {
      background-position: 0 -35px; }
    .select-wrap .option.ice .icon {
      background-position: 0 -72px; }
    .select-wrap .option.fries .icon {
      background-position: 0 -111px;
      width: 25px; }
    .select-wrap .option.default {
      color: red; }
  .select-wrap.active .select-items {
    display: block; }
  .select-wrap.active .select-selected:before {
    top: 25px;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg); }

.select-wrap .select-selected {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 0;
  height: 3.125rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1875rem;
  white-space: nowrap;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-bottom: 1px solid #ddd;
  cursor: pointer; }
  .select-wrap .select-selected::after {
    position: absolute;
    right: 0;
    display: block;
    font-size: 1.5rem;
    background: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.7s;
    transition: 0.7s;
    content: "+"; }
  .select-wrap .select-selected svg {
    position: absolute;
    right: 0;
    top: 1.6875rem; }

.select-wrap .select-items {
  position: absolute;
  top: 3.0625rem;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #ddd;
  width: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  visibility: hidden;
  z-index: 2; }

.select-wrap .select-selected {
  background-repeat: no-repeat;
  background-position: top 1.6875rem right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3e%3cpath d='M5.36023 6.14306L5.5 6.27961L5.63977 6.14306L6.25741 5.53961L10.1398 1.7465L10.2862 1.60345L10.1398 1.46039L9.52212 0.856944L9.38235 0.720389L9.24259 0.856944L5.5 4.51349L1.75741 0.856944L1.61765 0.720389L1.47788 0.856944L0.860233 1.46039L0.71381 1.60345L0.860233 1.7465L4.74259 5.53961L5.36023 6.14306Z' fill='%239A5E84' stroke='%239A5E84' stroke-width='0.4'/%3e%3c/svg%3e"); }

.select-wrap.--active .select-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible; }
  .select-wrap.--active .select-items::after {
    opacity: 1; }

.select-wrap.--active .select-selected:before {
  top: 25px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg); }

.select-wrap input[type=radio] {
  display: none; }

.select-wrap input[type=radio] + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 1.875rem;
  z-index: 2;
  cursor: pointer;
  /*
        span {
            position: absolute;
            display: inline-block;
            display: block;
            margin: 0 0 0 -10px;
            width: 100%;
            height: 100%;
            background: #F4E4EE;
            opacity: 0;
            transition: 0.7s;
            visibility: hidden;
            z-index: -1;
        }
		*/ }

.select-wrap input[type=radio]:checked + label {
  background: #F4E4EE;
  /*
        span {
            opacity: 1;
            visibility: visible;
            cursor: pointer;
        }
		*/ }

.select-wrap input[type=radio]:hover + label {
  background: #F4E4EE;
  /*
        span {
            opacity: 1;
            visibility: visible;
            cursor: pointer;
        }
        */ }

.select-wrap input[type=checkbox] {
  display: none; }

.select-wrap input[type=checkbox] + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 1.875rem;
  cursor: pointer;
  /*
        span {
            position: absolute;
            display: inline-block;
            display: block;
            margin: 0 0 0 -10px;
            width: 100%;
            height: 100%;
            text-align: center;
            z-index: -1;
            
            &::after {
                display: block;
                width: 100%;
                height: 100%;
                background: #F4E4EE;
                opacity: 0;
                transition: 0.7s;
                content: "";
            }
        }
		*/ }

.select-wrap input[type=checkbox]:checked + label {
  background: #F4E4EE;
  /*
        span::after {
            display: block;
            width: 100%;
            height: 100%;
            background: #F4E4EE;
            opacity: 1;
            content: "";
        }
		*/ }

.select-wrap input[type=checkbox]:hover + label {
  background: #F4E4EE;
  /*
        span::after {
            display: block;
            width: 100%;
            height: 100%;
            background: #F4E4EE;
            opacity: 1;
            content: "";
        }
		*/ }

textarea {
  width: 100%;
  height: 100% !important; }
  textarea.input {
    resize: none; }

.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 60px; }
    @media only screen and (max-width: 1199px) {
      .header__container {
        padding: 15px 0 20px; } }
  .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; }
  .header .button-disk {
    position: absolute;
    right: 0; }
    .header .button-disk::before {
      display: none; }
    .header .button-disk::after {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      margin-left: 10px;
      border-radius: 50%;
      background: #4C66F3;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
      @media only screen and (max-width: 1199px) {
        .header .button-disk::after {
          margin-top: -3px; } }
    .header .button-disk:hover {
      color: #EDEDF8;
      background: #4C66F3; }
      .header .button-disk:hover::after {
        background: #EDEDF8; }
  .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; }
    .header__contacts .link-phone {
      font-size: 40px;
      line-height: .8;
      color: #4B4B5B; }
      @media only screen and (max-width: 1439px) {
        .header__contacts .link-phone {
          font-size: 34px; } }
      @media only screen and (max-width: 1199px) {
        .header__contacts .link-phone {
          font-size: 22px; } }
      .header__contacts .link-phone:hover {
        color: #4C66F3; }
    .header__contacts .link-mail {
      font-size: 27px;
      line-height: .8;
      color: #4C66F3; }
      @media only screen and (max-width: 1199px) {
        .header__contacts .link-mail {
          font-size: 18px; } }

.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: 1199px) {
    .select-lang {
      font-size: 14px; } }
  .select-lang__delimiter {
    padding: 0 10px; }
  .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: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  font-size: 20px;
  letter-spacing: normal; }
  @media only screen and (max-width: 1199px) {
    .top-menu {
      -webkit-column-gap: 25px;
         -moz-column-gap: 25px;
              column-gap: 25px;
      font-size: 14px; } }
  .top-menu > li {
    display: inline-block;
    margin-top: 0;
    padding-left: 0; }
    .top-menu > li::before {
      display: none; }
    .top-menu > li > a {
      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; }

.mfp-bg {
  background: #ededf84d; }

.mfp-wrap ~ * {
  -webkit-filter: blur(5px);
          filter: blur(5px); }

.mfp-gallery .mfp-close {
  color: #000000; }

.popup {
  position: relative;
  margin: 0 auto;
  margin-right: 0;
  padding: 110px 100px;
  width: 50%;
  min-height: 100vh;
  background: #fff; }
  @media only screen and (max-width: 1439px) {
    .popup {
      padding: 110px 70px; } }
  @media only screen and (max-width: 1023px) {
    .popup {
      padding: 85px 35px; } }
  @media only screen and (max-width: 767px) {
    .popup {
      width: 100%;
      padding: 50px 20px; } }
  .popup .popup-modal-close {
    position: absolute;
    right: 100px;
    top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 2; }
    @media only screen and (max-width: 1439px) {
      .popup .popup-modal-close {
        right: 70px; } }
    @media only screen and (max-width: 1023px) {
      .popup .popup-modal-close {
        right: 35px;
        top: 20px; } }
    @media only screen and (max-width: 767px) {
      .popup .popup-modal-close {
        right: 20px; } }
  .popup .popup-modal-close:hover .el-icon {
    color: #4C66F3; }
  .popup .h2 {
    position: relative;
    font-size: 55px; }
    @media only screen and (max-width: 1199px) {
      .popup .h2 {
        font-size: 35px; } }
    .popup .h2::before {
      position: absolute;
      top: -30px;
      content: '';
      width: 15px;
      height: 15px;
      background: #4C66F3;
      border-radius: 50%; }
      @media only screen and (max-width: 1199px) {
        .popup .h2::before {
          top: -20px;
          width: 8px;
          height: 8px; } }

#popup-thank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.content-thank span {
  display: block; }

.content-thank .h2 {
  margin-bottom: 25px; }
  .content-thank .h2::before {
    position: absolute;
    top: -30px;
    content: '';
    width: 15px;
    height: 15px;
    background: #4C66F3;
    border-radius: 50%; }
    @media only screen and (max-width: 1199px) {
      .content-thank .h2::before {
        top: -20px;
        width: 8px;
        height: 8px; } }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media only screen and (max-width: 767px) {
  .slider-logo {
    margin: 0 -16px;
    padding-left: 16px; } }

.slider-logo .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px; }

.slider-logo__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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: 767px) {
    .slider-logo__item {
      width: 150px !important; } }

.slider-logo .slick-dots {
  position: relative;
  bottom: 0;
  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: 767px) {
    .slider-logo .slick-dots {
      bottom: unset;
      margin: 46px 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .slider-logo .slick-dots li {
    width: auto;
    margin: 0;
    height: auto; }
    .slider-logo .slick-dots li::before {
      display: none; }
    .slider-logo .slick-dots li button {
      width: 8px;
      height: 8px;
      padding: 0;
      border: 1px solid red;
      border-radius: 50%;
      border-color: #4C66F3; }
      .slider-logo .slick-dots li button::before {
        display: none; }
    .slider-logo .slick-dots li.slick-active button {
      background: #4C66F3; }

.test {
  color: red; }

.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;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer; }
  @media only screen and (max-width: 1199px) {
    .button {
      font-size: 14px; } }
  .button-disk::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 50%;
    background: #4C66F3;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
    @media only screen and (max-width: 1199px) {
      .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: 1199px) {
      .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: 1199px) {
      .button-border {
        height: 45px;
        padding: 0 25px; } }
    .button-border:hover {
      color: #EDEDF8;
      background: #4C66F3;
      border-color: #4C66F3; }
      .button-border:hover .el-icon {
        color: #EDEDF8; }
    .button-border .el-icon {
      margin-right: 10px; }
  .button-blue {
    height: 55px;
    background: #4C66F3;
    border-radius: 100px;
    border: 1px solid #4C66F3;
    color: #FFFFFF; }
    @media only screen and (max-width: 1199px) {
      .button-blue {
        height: 45px; } }
    .button-blue:hover {
      color: #4C66F3;
      background: transparent;
      border-color: #DDDBEF !important; }

section {
  padding-top: 100px; }
  @media only screen and (max-width: 1199px) {
    section {
      padding-top: 50px; } }

.section-top-main {
  padding-top: 0;
  padding-bottom: 70px;
  background: #F5F5FA; }
  @media only screen and (max-width: 767px) {
    .section-top-main {
      padding-bottom: 30px; } }
  .section-top-main .container {
    display: grid;
    grid-template-columns: 43% 57%; }
    @media only screen and (max-width: 767px) {
      .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: 1199px) {
      .section-top-main .list-blue {
        margin-top: 23px;
        margin-bottom: 25px; } }
  .section-top-main .button {
    position: relative;
    padding-left: 58px; }
    @media only screen and (max-width: 1199px) {
      .section-top-main .button {
        padding-left: 45px; } }
    .section-top-main .button::before {
      position: absolute;
      left: 40px; }
      @media only screen and (max-width: 1199px) {
        .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: 1199px) {
    .section-about {
      padding-top: 150px; } }
  @media only screen and (max-width: 767px) {
    .section-about {
      padding-top: 100px; } }
  .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: 1199px) {
      .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: 767px) {
      .section-about__container {
        grid-template-columns: 100%;
        -webkit-column-gap: unset;
           -moz-column-gap: unset;
                column-gap: unset; } }
    .section-about__container:nth-child(2) {
      margin-bottom: 235px; }
      .section-about__container:nth-child(2) .section-about__slogan {
        font-size: 40px;
        line-height: 1.05; }
        .section-about__container:nth-child(2) .section-about__slogan p {
          font-size: 40px;
          line-height: 1.05; }
  .section-about__decor {
    position: absolute;
    top: -100px;
    width: calc(100% - 200px);
    height: 175px;
    display: grid;
    grid-template-columns: 39% 25%;
    -webkit-column-gap: 36%;
       -moz-column-gap: 36%;
            column-gap: 36%;
    border-top: 1px solid #4C66F3; }
    @media only screen and (max-width: 1199px) {
      .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: 767px) {
      .section-about__decor {
        grid-template-columns: 100%; } }
    .section-about__decor-inner:last-child {
      border-left: 1px solid #4C66F3; }
      @media only screen and (max-width: 767px) {
        .section-about__decor-inner:last-child {
          border-left: none; } }
  .section-about__slogan p > span {
    display: inline-block;
    position: relative;
    top: 3px;
    color: #4C66F3;
    font-size: 45px; }
    @media only screen and (max-width: 1199px) {
      .section-about__slogan p > span {
        font-size: 30px;
        line-height: .7; } }
  .section-about__slogan .list-arrow__item {
    font-size: 27px; }
    @media only screen and (max-width: 1199px) {
      .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: 767px) {
      .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: 767px) {
        .section-about__desc:nth-child(7) {
          color: #4C66F3; } }
    @media only screen and (max-width: 767px) {
      .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);
      top: 15px;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .section-about__anim-wrap.--show {
        -webkit-transform: TranslateY(50%);
                transform: TranslateY(50%); }
        .section-about__anim-wrap.--show img {
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .section-about__anim-wrap.--show img:nth-child(2) {
            max-width: 54%;
            opacity: 1;
            -webkit-transition-delay: 0.5s;
                    transition-delay: 0.5s;
            -webkit-transform: translateX(-85%);
                    transform: translateX(-85%); }
          .section-about__anim-wrap.--show img:nth-child(3) {
            max-width: 24%;
            opacity: 1;
            -webkit-transition-delay: 1s;
                    transition-delay: 1s;
            -webkit-transform: translateX(-355%);
                    transform: translateX(-355%); }
    .section-about__anim-inner {
      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; }
    .section-about__anim img {
      max-width: 100%;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      z-index: 3; }
      .section-about__anim img:nth-child(2) {
        position: absolute;
        -webkit-transform: translateX(-55%);
                transform: translateX(-55%);
        z-index: 2;
        opacity: 0; }
      .section-about__anim img:nth-child(3) {
        position: absolute;
        -webkit-transform: translateX(-265%);
                transform: translateX(-265%);
        z-index: 1;
        opacity: 0; }
  .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: 767px) {
      .section-about__img-mob {
        grid-column: unset;
        margin: 90px 0; } }
    .section-about__img-mob img {
      width: 100%;
      height: auto;
      max-width: 450px; }
  .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: 1199px) {
      .section-about h2, .section-about .h2 {
        margin-bottom: 30px;
        font-size: 45px; } }
    @media only screen and (max-width: 767px) {
      .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: 1199px) {
        .section-about h2 ~ h2, .section-about .h2 ~ h2 {
          margin-top: 0;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        .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: 1199px) {
      .section-about .button {
        margin-top: 0; } }
  .section-about .section-body + .section-body {
    padding-top: 100px; }
    @media only screen and (max-width: 1199px) {
      .section-about .section-body + .section-body {
        padding-top: 50px; } }
    @media only screen and (max-width: 767px) {
      .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: 1199px) {
    .section-case .list-arrow {
      width: 100%;
      min-width: unset;
      font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .section-case .list-arrow {
      margin-top: 30px;
      row-gap: 10px; } }
  .section-case .list-arrow li {
    max-width: 70%; }

.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: 1199px) {
      .section-case .filter .content-items {
        margin-top: 50px; } }
    @media only screen and (max-width: 767px) {
      .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: 1199px) {
      .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: 767px) {
      .section-case .filter .content-filter {
        width: 100%;
        margin-top: 0; } }

.section-team h2 {
  margin-bottom: 75px; }
  @media only screen and (max-width: 1023px) {
    .section-team h2 {
      margin-bottom: 40px; } }

.section-team h3 {
  margin-top: 0;
  text-transform: uppercase; }
  @media only screen and (max-width: 1199px) {
    .section-team h3 {
      font-size: 36px; } }

.section-team .team-about__wrap {
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3 - 140px / 3));
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px; }
  @media only screen and (max-width: 1023px) {
    .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: 767px) {
    .section-team .team-about__wrap {
      grid-template-columns: 1fr; } }

.section-team .team-about__target {
  margin-top: -10px; }
  @media only screen and (max-width: 1023px) {
    .section-team .team-about__target {
      grid-column: 1 / span 2;
      margin-bottom: 35px; } }
  @media only screen and (max-width: 767px) {
    .section-team .team-about__target {
      grid-column: unset; } }
  .section-team .team-about__target span {
    display: block;
    color: #4C66F3; }
    @media only screen and (max-width: 1023px) {
      .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: 767px) {
    .section-team .team-about__desc {
      margin-top: 40px; } }
  .section-team .team-about__desc p:first-child {
    color: #4C66F3; }
  .section-team .team-about__desc p {
    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: 1199px) {
      .section-team .team-about__img::after {
        height: 43%; } }
    @media only screen and (max-width: 767px) {
      .section-team .team-about__img::after {
        height: 50%; } }

.section-team .team__wrap {
  display: grid;
  grid-template-columns: calc(100% / 3 - 140px / 3) 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: 1023px) {
    .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: 767px) {
    .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: 1199px) {
    .section-team .team__container {
      row-gap: 30px; } }

/*=== 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);
  -webkit-clip-path: inset(100%);
          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: 767px) {
    .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: .95; }
    @media only screen and (max-width: 1199px) {
      .page-main h1 span {
        margin-bottom: 15px;
        font-size: 45px; } }

.page-dev .section-top-main {
  padding-bottom: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5FA), to(#f5f5fa00));
  background: linear-gradient(180deg, #F5F5FA 0%, #f5f5fa00 100%); }
  @media only screen and (max-width: 767px) {
    .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: 1199px) {
    .page-dev h1 {
      font-size: 45px;
      letter-spacing: unset; } }
  @media only screen and (max-width: 767px) {
    .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: 1199px) {
      .page-dev h1::before {
        width: 8px;
        height: 8px; } }
    @media only screen and (max-width: 767px) {
      .page-dev h1::before {
        top: -22px; } }
  .page-dev h1 + span {
    display: block;
    margin-top: 20px;
    letter-spacing: unset; }
    @media only screen and (max-width: 1199px) {
      .page-dev h1 + span {
        font-size: 14px;
        margin-top: 10px; } }

.page-dev .top-main__content {
  margin-top: calc(50% - 25%); }
  @media only screen and (max-width: 1599px) {
    .page-dev .top-main__content {
      margin-top: calc(50% - 33%); } }
  @media only screen and (max-width: 1199px) {
    .page-dev .top-main__content {
      margin-top: calc(50% - 25%); } }
  @media only screen and (max-width: 767px) {
    .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: 767px) {
    .page-dev .top-main__img::after {
      height: 67%; } }

/*=== Animation ====*/
.section-header.delighter {
  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);
          transform: translate(0, 50px); }
  .section-header.delighter.started {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .section-header.delighter.started.ended {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.section-body.delighter {
  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);
          transform: translate(0, 50px); }
  .section-body.delighter.started {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .section-body.delighter.started.ended {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
