/*=== 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: "ActayCondensed-Thin";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/Actay-Wide/ActayCondensed-Thin.woff2") format("woff2"), url("../assets/fonts/Actay-Wide/ActayCondensed-Thin.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "ActayCondensed-ThinItalic";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/Actay-Wide/ActayCondensed-ThinItalic.woff2") format("woff2"), url("../assets/fonts/Actay-Wide/ActayCondensed-ThinItalic.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Actay-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/Actay-Wide/Actay-Regular.woff2") format("woff2"), url("../assets/fonts/Actay-Wide/Actay-Regular.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Actay-RegularItalic";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/Actay-Wide/Actay-RegularItalic.woff2") format("woff2"), url("../assets/fonts/Actay-Wide/Actay-RegularItalic.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "ActayWide-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/Actay-Wide/ActayWide-Bold.woff2") format("woff2"), url("../assets/fonts/Actay-Wide/ActayWide-Bold.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "ActayWide-BoldItalic";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/Actay-Wide/ActayWide-BoldItalic.woff2") format("woff2"), url("../assets/fonts/Actay-Wide/ActayWide-BoldItalic.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; }

.hide-desk--desktop-tiny {
  display: none; }
  @media only screen and (max-width: 1199px) {
    .hide-desk--desktop-tiny {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.hide-desktop-tiny--desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1199px) {
    .hide-desktop-tiny--desk {
      display: none; } }

@media only screen and (max-width: 1199px) {
  .hide-phone--desktop-tiny {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

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

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

@media only screen and (max-width: 767px) {
  .hide-desktop-tiny--phone {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

/*=== UI-kit ====*/
/*=== All ====*/
@font-face {
  font-family: 'Pixeloid-Mono';
  src: url(../assets/fonts/Pixeloid/PixeloidMono.otf); }

@font-face {
  font-family: 'Pixeloid-Sans';
  src: url(../assets/fonts/Pixeloid/PixeloidSans.otf); }

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 {
  background: #FFFFFF;
  color: #323379;
  font-family: "Actay-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  min-height: 100%;
  padding-right: 0 !important;
  width: 100%; }

.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; }

video {
  height: 100%;
  max-width: 100%;
  -o-object-fit: inherit;
     object-fit: inherit; }

.icn {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: inline-block;
  fill: currentColor; }

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;
  font-size: 100%;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

.wrap-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 355px;
  margin-right: 30px; }
  @media only screen and (max-width: 1023px) {
    .wrap-ttl {
      width: 100%; } }

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 50px; }

.link-phone, .link-mail {
  font-family: "ActayWide-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 40px;
  line-height: 1.275;
  color: #FFFFFF;
  text-transform: uppercase; }
  @media only screen and (max-width: 1023px) {
    .link-phone, .link-mail {
      font-size: 30px; } }

@media only screen and (max-width: 1023px) {
  .link-mail {
    font-size: 20px; } }

.show-all__item:nth-child(n + 6) {
  display: none; }

.show-all__item.is-visible {
  display: block; }

.show-all__button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 767px) {
    .show-all__button span {
      padding-top: 4px; } }
  .show-all__button span:not(.--active) {
    display: none; }

.section-main-top {
  position: relative;
  min-height: 975px;
  padding-top: 35px;
  background: #F0F3FF; }
  @media only screen and (max-width: 1023px) {
    .section-main-top {
      min-height: 665px;
      position: relative; } }
  @media only screen and (max-width: 767px) {
    .section-main-top {
      padding-top: 10px;
      padding-bottom: 35px; } }
  .section-main-top .section-decor {
    bottom: -165px; }
    @media only screen and (max-width: 1199px) {
      .section-main-top .section-decor {
        bottom: -124px; } }
    @media only screen and (max-width: 1023px) {
      .section-main-top .section-decor {
        bottom: -70px; } }
    @media only screen and (max-width: 767px) {
      .section-main-top .section-decor {
        bottom: -125px; } }
  .section-main-top .section-body .container {
    position: relative; }
  .section-main-top .main-top__top {
    position: relative;
    display: block;
    min-height: 658px; }
    @media only screen and (max-width: 1439px) {
      .section-main-top .main-top__top {
        min-height: 550px; } }
    @media only screen and (max-width: 1023px) {
      .section-main-top .main-top__top {
        min-height: 425px; } }
  .section-main-top .main-top__decor {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .section-main-top .main-top__decor {
        position: relative;
        width: calc(100% + 40px);
        margin: 0 -20px; } }
  .section-main-top .main-top__img {
    right: -20px;
    width: 1117px;
    -webkit-clip-path: polygon(0% 100%, 0% 79.7%, 11% 79.7%, 11% 22%, 66% 22%, 66% 0%, 100% 0%, 100% 58%, 66% 58%, 66% 100%);
            clip-path: polygon(0% 100%, 0% 79.7%, 11% 79.7%, 11% 22%, 66% 22%, 66% 0%, 100% 0%, 100% 58%, 66% 58%, 66% 100%); }
    @media only screen and (max-width: 1439px) {
      .section-main-top .main-top__img {
        width: 65.5%; } }
    @media only screen and (max-width: 767px) {
      .section-main-top .main-top__img {
        width: 100%; } }
    .section-main-top .main-top__img img {
      width: 100%;
      height: auto; }
  .section-main-top .main-top__services {
    position: absolute;
    right: 50px;
    bottom: 0; }
    @media only screen and (max-width: 1439px) {
      .section-main-top .main-top__services {
        display: none; } }
    .section-main-top .main-top__services .inside {
      position: relative; }
      @media only screen and (max-width: 1439px) {
        .section-main-top .main-top__services .inside {
          display: none; } }
    .section-main-top .main-top__services .subttl {
      display: block;
      margin-bottom: 25px; }
    .section-main-top .main-top__services .art-line {
      position: absolute;
      left: calc(-100% - 30px);
      top: 0;
      z-index: 2; }
  .section-main-top .main-top__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 70px 0; }
    @media only screen and (max-width: 1439px) {
      .section-main-top .main-top__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 50px 0; } }
    .section-main-top .main-top__bottom .wrap-ttl {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .section-main-top .main-top__bottom .ttl-slider {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-family: 'Pixeloid-Mono';
      text-transform: uppercase;
      font-size: 24px;
      letter-spacing: 0.25em;
      color: #5556E0; }
      @media only screen and (max-width: 1023px) {
        .section-main-top .main-top__bottom .ttl-slider {
          font-size: 14px; } }
  .section-main-top .button-main-popup {
    position: absolute;
    bottom: 0;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .section-main-top .button-main-popup {
        position: static;
        width: 100%;
        margin-top: 23px; } }
  .section-main-top .art-object {
    position: absolute;
    bottom: 0;
    left: 154px; }
    @media only screen and (max-width: 1439px) {
      .section-main-top .art-object {
        left: unset;
        right: 17%;
        margin-left: 0;
        height: 220px;
        width: auto; } }
    @media only screen and (max-width: 767px) {
      .section-main-top .art-object {
        height: 165px;
        right: 28%; } }
    @media only screen and (max-width: 575px) {
      .section-main-top .art-object {
        right: 24%; } }

.section-services h3 {
  margin: 0; }
  @media only screen and (max-width: 1023px) {
    .section-services h3 {
      font-size: 22px; } }
  @media only screen and (max-width: 767px) {
    .section-services h3 {
      font-size: 18px; } }

.section-services .section-body {
  position: relative;
  padding: 125px 0 150px; }
  @media only screen and (max-width: 1023px) {
    .section-services .section-body {
      padding: 100px 0; } }
  @media only screen and (max-width: 767px) {
    .section-services .section-body {
      padding: 90px 0;
      padding-bottom: 100px; } }
  .section-services .section-body .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.section-services .services-main {
  width: calc(100% - 355px - 30px); }
  @media only screen and (max-width: 1199px) {
    .section-services .services-main {
      width: 100%;
      margin-top: 18px; } }

.section-services .button-border-violet.see-all {
  margin-top: 30px;
  border: 3px solid #5556E0;
  width: 320px; }

.section-adv {
  padding-bottom: 250px; }
  @media only screen and (max-width: 1199px) {
    .section-adv {
      padding-bottom: 160px; } }
  @media only screen and (max-width: 1023px) {
    .section-adv {
      padding-bottom: 135px; } }
  .section-adv h2 {
    margin-bottom: 90px;
    line-height: 1; }
    @media only screen and (max-width: 1199px) {
      .section-adv h2 {
        margin-bottom: 20px; } }
  .section-adv .section-decor {
    bottom: -325px;
    height: 225px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(67%, #fff), color-stop(25%, #f0f3ff));
    background: linear-gradient(to bottom, #fff 67%, #f0f3ff 25%); }
    @media only screen and (max-width: 1199px) {
      .section-adv .section-decor {
        bottom: -200px;
        height: 120px; } }
    @media only screen and (max-width: 1023px) {
      .section-adv .section-decor {
        bottom: -175px; } }

.section-case {
  background: #F0F3FF; }
  .section-case .section-body {
    position: relative;
    padding: 125px 0 150px; }
    @media only screen and (max-width: 1199px) {
      .section-case .section-body {
        padding: 23px 0 60px; } }
    .section-case .section-body .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .section-case .slider-wrap {
    overflow: visible;
    width: 100%; }
    @media only screen and (max-width: 1199px) {
      .section-case .slider-wrap {
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      .section-case .slider-wrap {
        padding-bottom: 50px;
        margin: 0 -20px;
        width: calc(100% + 40px);
        overflow: hidden; } }

.section-feedback {
  padding-top: 30px;
  background: #F0F3FF url(../assets/images/example/feedback/feedback-fon.png) no-repeat left bottom; }
  @media only screen and (max-width: 1023px) {
    .section-feedback {
      background-size: 100%; } }
  .section-feedback__col {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .section-feedback__col {
        width: 100%; } }
  .section-feedback__decor {
    position: relative;
    height: 100%; }
    .section-feedback__decor .feedback-art {
      position: absolute; }
      .section-feedback__decor .feedback-art-1 {
        top: -40px;
        left: 0; }
        @media only screen and (max-width: 1023px) {
          .section-feedback__decor .feedback-art-1 {
            width: 55%;
            top: unset;
            bottom: 30px; } }
      .section-feedback__decor .feedback-art-2 {
        left: -50px;
        bottom: -180px; }
        @media only screen and (max-width: 1023px) {
          .section-feedback__decor .feedback-art-2 {
            width: 360px;
            left: -20px;
            bottom: -100px; } }
      .section-feedback__decor .feedback-art-3 {
        bottom: -60px;
        left: calc(50% - 52px); }
        @media only screen and (max-width: 1023px) {
          .section-feedback__decor .feedback-art-3 {
            width: 68px;
            bottom: -42px;
            left: 170px; } }
        @media only screen and (max-width: 767px) {
          .section-feedback__decor .feedback-art-3 {
            left: 150px; } }
  .section-feedback h2 {
    margin-bottom: 30px; }
  .section-feedback .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .section-feedback .container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .section-feedback .subttl {
    font-family: "Actay-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: 55px;
    line-height: 1; }
    @media only screen and (max-width: 1023px) {
      .section-feedback .subttl {
        font-size: 24px; } }
  .section-feedback .section-body {
    padding-bottom: 180px; }
    @media only screen and (max-width: 1023px) {
      .section-feedback .section-body {
        padding-bottom: 100px; } }
    .section-feedback .section-body .section-feedback__col {
      width: 50%; }
      @media only screen and (max-width: 767px) {
        .section-feedback .section-body .section-feedback__col {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .section-feedback .section-body .section-feedback__col:first-child {
          height: 350px;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
  .section-feedback .feedback-form {
    margin-top: 20px; }
    @media only screen and (max-width: 1023px) {
      .section-feedback .feedback-form {
        margin-top: 5px; } }

.section-decor {
  position: absolute;
  bottom: -165px;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f0f3ff), color-stop(50%, #FFF));
  background: linear-gradient(to bottom, #f0f3ff 50%, #FFF 50%);
  margin: 0 -50px; }
  @media only screen and (max-width: 1199px) {
    .section-decor {
      height: 80px; } }
  @media only screen and (max-width: 1023px) {
    .section-decor {
      margin: 0 -20px; } }
  .section-decor .sqr {
    position: absolute;
    height: 75px;
    width: 75px; }
    @media only screen and (max-width: 1199px) {
      .section-decor .sqr {
        height: 40px;
        width: 40px; } }
    .section-decor .sqr-1 {
      bottom: 0;
      background: #f0f3ff; }
    .section-decor .sqr-2 {
      right: 225px;
      bottom: 0;
      background: #f0f3ff; }
      @media only screen and (max-width: 1199px) {
        .section-decor .sqr-2 {
          right: 120px; } }
    .section-decor .sqr-3 {
      right: 75px;
      background: #fff; }
      @media only screen and (max-width: 1199px) {
        .section-decor .sqr-3 {
          right: 40px; } }
    .section-decor .sqr-4 {
      right: 0;
      bottom: 0;
      background: #f0f3ff; }
    .section-decor .sqr-5 {
      top: 76px;
      background: #f0f3ff; }
      @media only screen and (max-width: 1199px) {
        .section-decor .sqr-5 {
          top: 40px; } }
    .section-decor .sqr-6 {
      left: 75px;
      background: #f0f3ff; }
      @media only screen and (max-width: 1199px) {
        .section-decor .sqr-6 {
          left: 40px; } }
    .section-decor .sqr-7 {
      left: 75px;
      bottom: 0;
      background: #fff; }
      @media only screen and (max-width: 1199px) {
        .section-decor .sqr-7 {
          left: 40px; } }
    .section-decor .sqr-8 {
      top: 76px;
      left: 225px;
      background: #f0f3ff; }
      @media only screen and (max-width: 1199px) {
        .section-decor .sqr-8 {
          top: 40px;
          left: 120px; } }
    .section-decor .sqr-9 {
      right: 75px;
      background: #f0f3ff; }
      @media only screen and (max-width: 1199px) {
        .section-decor .sqr-9 {
          right: 40px; } }
    .section-decor .sqr-10 {
      right: 0;
      top: 76px;
      background: #f0f3ff; }
      @media only screen and (max-width: 1199px) {
        .section-decor .sqr-10 {
          top: 40px; } }

.section-breadcrumbs {
  position: relative;
  z-index: 2; }

h1,
.h1 {
  font-size: 50px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0; }

h2,
.h2 {
  font-size: 60px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0; }
  @media only screen and (max-width: 1199px) {
    h2,
    .h2 {
      font-size: 40px; } }
  @media only screen and (max-width: 767px) {
    h2,
    .h2 {
      font-size: 30px; } }

h3,
.h3 {
  font-family: "Actay-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: 40px;
  font-weight: normal;
  line-height: 1.1;
  color: #5556E0;
  text-transform: uppercase; }

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

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

h6,
.h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0; }

.subttl {
  font-size: 30px;
  line-height: 110%;
  text-transform: uppercase;
  color: #5556E0; }
  @media only screen and (max-width: 1023px) {
    .subttl {
      font-size: 20px; } }

p {
  font-family: "Actay-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: 18px;
  line-height: 1.5;
  color: #323379; }
  @media only screen and (max-width: 1199px) {
    p {
      font-size: 16px; } }

.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:hover,
  .link:hover {
    color: #875CFF; }

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: 16px 0;
  padding: 0; }

.light {
  font-weight: 300; }

.normal {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.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 .icn {
    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; } }

.thin {
  font-family: "ActayCondensed-Thin", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.thin-italic {
  font-family: "ActayCondensed-ThinItalic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.regular {
  font-family: "Actay-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.italic {
  font-family: "Actay-RegularItalic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.bold {
  font-family: "ActayWide-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.bold-italic {
  font-family: "ActayWide-BoldItalic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.container {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 50px;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .container {
      padding: 0 20px; } }

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

.icn--fill {
  fill: currentColor; }

.icn--stroke {
  stroke: currentColor; }

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

.art-line {
  width: 203px;
  height: 15px; }

.logo-eclat-white {
  width: 119px;
  height: 31px; }

.vk-link {
  width: 25px;
  height: 25px; }

/*=== 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 section {
  margin: 30px 0; }

.design .color-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.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__color {
  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__color-1 .color-round {
    background: #000000; }
  .design__color-2 .color-round {
    background: #FFFFFF; }
  .design__color-3 .color-round {
    background: #323379; }
  .design__color-4 .color-round {
    background: #5556E0; }

.main-page h1, .main-page .h1 {
  position: relative;
  margin-top: 10px;
  max-width: 55%;
  font-family: "ActayWide-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 45px;
  line-height: 1.05;
  color: #323379;
  text-transform: uppercase;
  z-index: 2; }
  @media only screen and (max-width: 1023px) {
    .main-page h1, .main-page .h1 {
      margin-top: 0;
      font-size: 35px;
      line-height: 1.15; } }
  @media only screen and (max-width: 767px) {
    .main-page h1, .main-page .h1 {
      width: 100%;
      max-width: 360px;
      margin-top: 45px;
      font-size: 26px;
      line-height: 1.05; } }
  .main-page h1 + .subttl, .main-page .h1 + .subttl {
    position: relative;
    display: block;
    margin-top: 35px;
    padding-left: 30px; }
    @media only screen and (max-width: 1439px) {
      .main-page h1 + .subttl, .main-page .h1 + .subttl {
        margin-top: 22px;
        padding-left: 20px; } }
    .main-page h1 + .subttl::after, .main-page .h1 + .subttl::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      height: 90%;
      background: #5556E0; }
  .main-page h1 .visible-desk, .main-page .h1 .visible-desk {
    display: block;
    padding-top: 144px; }
    @media only screen and (max-width: 1439px) {
      .main-page h1 .visible-desk, .main-page .h1 .visible-desk {
        padding-top: 0; } }
    @media only screen and (max-width: 1023px) {
      .main-page h1 .visible-desk, .main-page .h1 .visible-desk {
        display: none; } }
  .main-page h1 .visible-tablet, .main-page .h1 .visible-tablet {
    display: none; }
    @media only screen and (max-width: 1023px) {
      .main-page h1 .visible-tablet, .main-page .h1 .visible-tablet {
        display: block; } }

.main-page h2, .main-page .h2 {
  font-size: 55px;
  font-family: "ActayWide-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #323379;
  text-transform: uppercase;
  line-height: 1; }
  @media only screen and (max-width: 1023px) {
    .main-page h2, .main-page .h2 {
      font-size: 40px; } }
  @media only screen and (max-width: 767px) {
    .main-page h2, .main-page .h2 {
      font-size: 30px; } }

/*=== Components ====*/
.accordion__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }

.accordion__header::after {
  position: absolute;
  right: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 15H12M18 15H30M15 30L15 18M15 12L15 0' stroke='%235556E0' stroke-width='3'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media only screen and (max-width: 1023px) {
    .accordion__header::after {
      width: 20px;
      height: 20px; } }

._show .accordion__header::after,
._slidedown .accordion__header::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.accordion__body {
  max-height: 5000px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s; }

.accordion__content {
  visibility: visible;
  -webkit-transition: .5s;
  transition: .5s; }

.accordion__item:not(._show) .accordion__body {
  max-height: 0; }

.accordion__item:not(._show) .accordion__content {
  visibility: hidden; }

.services-main {
  counter-reset: myCounter; }
  .services-main .accordion__item {
    padding: 50px 0;
    border-bottom: 1px solid #5556e04d; }
    @media only screen and (max-width: 1023px) {
      .services-main .accordion__item {
        padding: 28px 0; } }
    @media only screen and (max-width: 767px) {
      .services-main .accordion__item {
        padding: 25px 0; } }
    .services-main .accordion__item:first-child {
      border-top: 1px solid #5556e04d; }
    .services-main .accordion__item:nth-child(n+1):nth-child(-n+9) .accordion__header::before {
      content: "0" counter(myCounter); }
  .services-main .accordion__header {
    font-family: "Actay-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: 40px;
    line-height: 1.1;
    color: #5556E0;
    text-transform: uppercase; }
    @media only screen and (max-width: 1023px) {
      .services-main .accordion__header {
        font-size: 22px; } }
    @media only screen and (max-width: 767px) {
      .services-main .accordion__header {
        font-size: 18px; } }
    .services-main .accordion__header::before {
      counter-increment: myCounter;
      content: counter(myCounter);
      position: relative;
      top: -3px;
      margin-right: 30px;
      font-family: 'Pixeloid-Sans';
      font-size: 40px;
      line-height: 100%;
      color: #5556e033; }
      @media only screen and (max-width: 1023px) {
        .services-main .accordion__header::before {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .services-main .accordion__header::before {
          margin-right: 12px;
          font-size: 18px; } }
    .services-main .accordion__header h3 {
      max-width: 75%; }

/*
// 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 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
  color: #AFAEB8; }
  .breadcrumbs__item {
    position: relative;
    font-size: 12px;
    line-height: 120%;
    padding-left: 0; }
    .breadcrumbs__item:not(:first-child) {
      padding-left: 27px; }
      .breadcrumbs__item:not(:first-child)::before {
        content: '';
        position: absolute;
        left: 8px;
        top: 0;
        display: block;
        width: 12px;
        height: 14px;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3e%3cpath d='M12.3536 4.35355C12.5488 4.15829 12.5488 3.84171 12.3536 3.64645L9.17157 0.464466C8.97631 0.269204 8.65973 0.269204 8.46447 0.464466C8.2692 0.659728 8.2692 0.976311 8.46447 1.17157L11.2929 4L8.46447 6.82843C8.2692 7.02369 8.2692 7.34027 8.46447 7.53553C8.65973 7.7308 8.97631 7.7308 9.17157 7.53553L12.3536 4.35355ZM0 4V4.5H12V4V3.5H0V4Z' fill='%23AFAEB8'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: center; }
  .breadcrumbs a {
    color: #AFAEB8; }

.list-bnf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1199px) {
    .list-bnf {
      margin-top: 50px; } }
  @media only screen and (max-width: 1023px) {
    .list-bnf {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .list-bnf__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% / 4 - 39px); }
    @media only screen and (max-width: 1023px) {
      .list-bnf__item {
        width: calc(100% / 2 - 27px); } }
    @media only screen and (max-width: 767px) {
      .list-bnf__item {
        width: 100%; } }
    .list-bnf__item:not(:first-child) {
      margin-left: 52px; }
      @media only screen and (max-width: 767px) {
        .list-bnf__item:not(:first-child) {
          margin-left: 0; } }
    @media only screen and (max-width: 1023px) {
      .list-bnf__item:nth-child(2n+3) {
        margin-left: 0; } }
    .list-bnf__item:nth-child(1) {
      margin-top: -45px; }
      @media only screen and (max-width: 1023px) {
        .list-bnf__item:nth-child(1) {
          margin-bottom: 50px;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          margin-top: 0; } }
      .list-bnf__item:nth-child(1) .list-bnf__img {
        height: 165px; }
        @media only screen and (max-width: 1023px) {
          .list-bnf__item:nth-child(1) .list-bnf__img {
            height: 120px; } }
    @media only screen and (max-width: 1023px) {
      .list-bnf__item:nth-child(2) {
        margin-bottom: 50px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .list-bnf__item p {
      margin: 0;
      margin-top: 30px; }
      @media only screen and (max-width: 1023px) {
        .list-bnf__item p {
          margin-top: 10px;
          font-size: 14px; } }
  .list-bnf__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 120px; }
    @media only screen and (max-width: 1023px) {
      .list-bnf__img {
        height: 100px; } }
    .list-bnf__img img {
      height: 100%;
      width: auto;
      -o-object-fit: contain;
         object-fit: contain; }
  .list-bnf__ttl {
    display: block;
    margin-top: 32px;
    font-family: "Actay-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: 30px;
    line-height: 1.1;
    color: #5556E0;
    text-transform: uppercase; }
    @media only screen and (max-width: 1199px) {
      .list-bnf__ttl {
        font-size: 22px; } }
    .list-bnf__ttl .visible-desc {
      display: block; }
      @media only screen and (max-width: 1023px) {
        .list-bnf__ttl .visible-desc {
          display: none; } }
    .list-bnf__ttl .visible-tablet {
      display: none; }
      @media only screen and (max-width: 1023px) {
        .list-bnf__ttl .visible-tablet {
          display: block; } }

.list-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1199px) {
    .list-case {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 730px;
      margin: 0 auto;
      margin-top: 80px; } }
  .list-case__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% / 4 - 26px); }
    @media only screen and (max-width: 1199px) {
      .list-case__item {
        width: calc(100% / 2 - 26px); } }
    .list-case__item:not(:first-child) {
      margin-left: 35px; }
    @media only screen and (max-width: 1199px) {
      .list-case__item:nth-child(2n+3) {
        margin-left: 0; } }
    .list-case__item:nth-child(1) .list-case__img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-top: 50px;
      height: 350px; }
      @media only screen and (max-width: 1199px) {
        .list-case__item:nth-child(1) .list-case__img {
          margin-left: 60px;
          margin-top: 30px; } }
      .list-case__item:nth-child(1) .list-case__img::before {
        width: 65%;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='78' height='240' viewBox='0 0 78 240' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_345_162)'%3e%3crect x='72' y='24' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='30' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='18' width='6' height='6' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 24)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 30)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 18)' fill='%235556E0'/%3e%3crect x='54' y='6' width='6' height='6' transform='rotate(-90 54 6)' fill='%235556E0'/%3e%3crect x='18' y='6' width='6' height='6' transform='rotate(-90 18 6)' fill='%235556E0'/%3e%3crect x='48' y='6' width='6' height='6' transform='rotate(-90 48 6)' fill='%235556E0'/%3e%3crect x='12' y='6' width='6' height='6' transform='rotate(-90 12 6)' fill='%235556E0'/%3e%3crect x='60' y='6' width='6' height='6' transform='rotate(-90 60 6)' fill='%235556E0'/%3e%3crect x='24' y='6' width='6' height='6' transform='rotate(-90 24 6)' fill='%235556E0'/%3e%3crect x='66' y='12' width='6' height='6' transform='rotate(-90 66 12)' fill='%235556E0'/%3e%3crect x='30' y='12' width='6' height='6' transform='rotate(-90 30 12)' fill='%235556E0'/%3e%3crect x='72' y='18' width='6' height='6' transform='rotate(-90 72 18)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 6 18)' fill='%235556E0'/%3e%3crect x='36' y='72' width='6' height='6' transform='rotate(-90 36 72)' fill='%235556E0'/%3e%3crect x='36' y='18' width='6' height='6' transform='rotate(-90 36 18)' fill='%235556E0'/%3e%3crect x='42' y='12' width='6' height='6' transform='rotate(-90 42 12)' fill='%235556E0'/%3e%3crect x='6' y='12' width='6' height='6' transform='rotate(-90 6 12)' fill='%235556E0'/%3e%3crect x='42' y='66' width='6' height='6' transform='rotate(-90 42 66)' fill='%235556E0'/%3e%3crect x='48' y='60' width='6' height='6' transform='rotate(-90 48 60)' fill='%235556E0'/%3e%3crect x='54' y='54' width='6' height='6' transform='rotate(-90 54 54)' fill='%235556E0'/%3e%3crect x='60' y='48' width='6' height='6' transform='rotate(-90 60 48)' fill='%235556E0'/%3e%3crect x='66' y='42' width='6' height='6' transform='rotate(-90 66 42)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 12 42)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 36 66)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 30 60)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 24 54)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 18 48)' fill='%235556E0'/%3e%3c/g%3e%3cg clip-path='url(%23clip1_345_162)'%3e%3crect x='72' y='108' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='114' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='102' width='6' height='6' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 108)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 114)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 102)' fill='%235556E0'/%3e%3crect x='54' y='90' width='6' height='6' transform='rotate(-90 54 90)' fill='%235556E0'/%3e%3crect x='18' y='90' width='6' height='6' transform='rotate(-90 18 90)' fill='%235556E0'/%3e%3crect x='48' y='90' width='6' height='6' transform='rotate(-90 48 90)' fill='%235556E0'/%3e%3crect x='12' y='90' width='6' height='6' transform='rotate(-90 12 90)' fill='%235556E0'/%3e%3crect x='60' y='90' width='6' height='6' transform='rotate(-90 60 90)' fill='%235556E0'/%3e%3crect x='24' y='90' width='6' height='6' transform='rotate(-90 24 90)' fill='%235556E0'/%3e%3crect x='66' y='96' width='6' height='6' transform='rotate(-90 66 96)' fill='%235556E0'/%3e%3crect x='30' y='96' width='6' height='6' transform='rotate(-90 30 96)' fill='%235556E0'/%3e%3crect x='72' y='102' width='6' height='6' transform='rotate(-90 72 102)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 6 102)' fill='%235556E0'/%3e%3crect x='36' y='156' width='6' height='6' transform='rotate(-90 36 156)' fill='%235556E0'/%3e%3crect x='36' y='102' width='6' height='6' transform='rotate(-90 36 102)' fill='%235556E0'/%3e%3crect x='42' y='96' width='6' height='6' transform='rotate(-90 42 96)' fill='%235556E0'/%3e%3crect x='6' y='96' width='6' height='6' transform='rotate(-90 6 96)' fill='%235556E0'/%3e%3crect x='42' y='150' width='6' height='6' transform='rotate(-90 42 150)' fill='%235556E0'/%3e%3crect x='48' y='144' width='6' height='6' transform='rotate(-90 48 144)' fill='%235556E0'/%3e%3crect x='54' y='138' width='6' height='6' transform='rotate(-90 54 138)' fill='%235556E0'/%3e%3crect x='60' y='132' width='6' height='6' transform='rotate(-90 60 132)' fill='%235556E0'/%3e%3crect x='66' y='126' width='6' height='6' transform='rotate(-90 66 126)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 12 126)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 36 150)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 30 144)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 24 138)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 18 132)' fill='%235556E0'/%3e%3c/g%3e%3cg clip-path='url(%23clip2_345_162)'%3e%3crect x='72' y='192' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='198' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='186' width='6' height='6' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 192)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 198)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 186)' fill='%235556E0'/%3e%3crect x='54' y='174' width='6' height='6' transform='rotate(-90 54 174)' fill='%235556E0'/%3e%3crect x='18' y='174' width='6' height='6' transform='rotate(-90 18 174)' fill='%235556E0'/%3e%3crect x='48' y='174' width='6' height='6' transform='rotate(-90 48 174)' fill='%235556E0'/%3e%3crect x='12' y='174' width='6' height='6' transform='rotate(-90 12 174)' fill='%235556E0'/%3e%3crect x='60' y='174' width='6' height='6' transform='rotate(-90 60 174)' fill='%235556E0'/%3e%3crect x='24' y='174' width='6' height='6' transform='rotate(-90 24 174)' fill='%235556E0'/%3e%3crect x='66' y='180' width='6' height='6' transform='rotate(-90 66 180)' fill='%235556E0'/%3e%3crect x='30' y='180' width='6' height='6' transform='rotate(-90 30 180)' fill='%235556E0'/%3e%3crect x='72' y='186' width='6' height='6' transform='rotate(-90 72 186)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 6 186)' fill='%235556E0'/%3e%3crect x='36' y='240' width='6' height='6' transform='rotate(-90 36 240)' fill='%235556E0'/%3e%3crect x='36' y='186' width='6' height='6' transform='rotate(-90 36 186)' fill='%235556E0'/%3e%3crect x='42' y='180' width='6' height='6' transform='rotate(-90 42 180)' fill='%235556E0'/%3e%3crect x='6' y='180' width='6' height='6' transform='rotate(-90 6 180)' fill='%235556E0'/%3e%3crect x='42' y='234' width='6' height='6' transform='rotate(-90 42 234)' fill='%235556E0'/%3e%3crect x='48' y='228' width='6' height='6' transform='rotate(-90 48 228)' fill='%235556E0'/%3e%3crect x='54' y='222' width='6' height='6' transform='rotate(-90 54 222)' fill='%235556E0'/%3e%3crect x='60' y='216' width='6' height='6' transform='rotate(-90 60 216)' fill='%235556E0'/%3e%3crect x='66' y='210' width='6' height='6' transform='rotate(-90 66 210)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 12 210)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 36 234)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 30 228)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 24 222)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 18 216)' fill='%235556E0'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_345_162'%3e%3crect width='78' height='72' fill='white'/%3e%3c/clipPath%3e%3cclipPath id='clip1_345_162'%3e%3crect width='78' height='72' fill='white' transform='translate(0 84)'/%3e%3c/clipPath%3e%3cclipPath id='clip2_345_162'%3e%3crect width='78' height='72' fill='white' transform='translate(0 168)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e "); }
      .list-case__item:nth-child(1) .list-case__img::after {
        right: 0;
        top: -150px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='151' viewBox='0 0 60 151' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.3'%3e%3cline x1='30' y1='3.5' x2='60' y2='3.5' stroke='%235556E0'/%3e%3cline y1='150.5' x2='60' y2='150.5' stroke='%235556E0'/%3e%3cline x1='59.5' y1='151' x2='59.5' y2='3' stroke='%235556E0'/%3e%3ccircle cx='27.5' cy='3.5' r='3' transform='rotate(180 27.5 3.5)' stroke='%235556E0'/%3e%3c/g%3e%3c/svg%3e "); }
      .list-case__item:nth-child(1) .list-case__img img {
        -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 24%, 74% 24%, 74% 100%);
                clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 24%, 74% 24%, 74% 100%); }
    .list-case__item:nth-child(1) .list-case__inner {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      min-height: 175px; }
      @media only screen and (max-width: 1199px) {
        .list-case__item:nth-child(1) .list-case__inner {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          min-height: unset; } }
    .list-case__item:nth-child(2) .list-case__img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-top: 50px;
      height: 300px; }
      @media only screen and (max-width: 1199px) {
        .list-case__item:nth-child(2) .list-case__img {
          margin-top: 8px; } }
      .list-case__item:nth-child(2) .list-case__img::before {
        height: 77%;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='108' height='90' viewBox='0 0 108 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='38' y='57' width='6' height='6' fill='%235556E0'/%3e%3crect x='56' y='39' width='6' height='6' fill='%235556E0'/%3e%3crect x='62' y='33' width='6' height='6' fill='%235556E0'/%3e%3crect x='32' y='51' width='6' height='6' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 50 51)' fill='%235556E0'/%3e%3crect x='26' y='45' width='6' height='6' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 56 45)' fill='%235556E0'/%3e%3crect x='12' y='78' width='6' height='6' fill='%235556E0'/%3e%3crect x='96' y='30' width='6' height='6' fill='%235556E0'/%3e%3crect x='48' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='30' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='66' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='78' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='96' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='18' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='54' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='90' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='42' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect y='66' width='6' height='6' transform='rotate(-90 0 66)' fill='%235556E0'/%3e%3crect y='59.9998' width='6' height='6' transform='rotate(-90 0 59.9998)' fill='%235556E0'/%3e%3crect y='47.9998' width='6' height='6' transform='rotate(-90 0 47.9998)' fill='%235556E0'/%3e%3crect y='72' width='6' height='6' transform='rotate(-90 0 72)' fill='%235556E0'/%3e%3crect y='54' width='6' height='6' transform='rotate(-90 0 54)' fill='%235556E0'/%3e%3crect y='42' width='6' height='6' transform='rotate(-90 0 42)' fill='%235556E0'/%3e%3crect y='36' width='6' height='6' transform='rotate(-90 0 36)' fill='%235556E0'/%3e%3crect y='30' width='6' height='6' transform='rotate(-90 0 30)' fill='%235556E0'/%3e%3crect y='42' width='6' height='6' transform='rotate(-90 0 42)' fill='%235556E0'/%3e%3crect y='35.9998' width='6' height='6' transform='rotate(-90 0 35.9998)' fill='%235556E0'/%3e%3crect y='23.9998' width='6' height='6' transform='rotate(-90 0 23.9998)' fill='%235556E0'/%3e%3crect y='48' width='6' height='6' transform='rotate(-90 0 48)' fill='%235556E0'/%3e%3crect y='30' width='6' height='6' transform='rotate(-90 0 30)' fill='%235556E0'/%3e%3crect y='18' width='6' height='6' transform='rotate(-90 0 18)' fill='%235556E0'/%3e%3crect y='12' width='6' height='6' transform='rotate(-90 0 12)' fill='%235556E0'/%3e%3crect x='90' y='66' width='6' height='6' transform='rotate(-90 90 66)' fill='%235556E0'/%3e%3crect x='90' y='59.9998' width='6' height='6' transform='rotate(-90 90 59.9998)' fill='%235556E0'/%3e%3crect x='90' y='47.9998' width='6' height='6' transform='rotate(-90 90 47.9998)' fill='%235556E0'/%3e%3crect x='90' y='72' width='6' height='6' transform='rotate(-90 90 72)' fill='%235556E0'/%3e%3crect x='90' y='54' width='6' height='6' transform='rotate(-90 90 54)' fill='%235556E0'/%3e%3crect x='90' y='42' width='6' height='6' transform='rotate(-90 90 42)' fill='%235556E0'/%3e%3crect x='90' y='36' width='6' height='6' transform='rotate(-90 90 36)' fill='%235556E0'/%3e%3crect x='90' y='30' width='6' height='6' transform='rotate(-90 90 30)' fill='%235556E0'/%3e%3crect x='102' y='78' width='6' height='6' transform='rotate(-90 102 78)' fill='%235556E0'/%3e%3crect x='102' y='71.9998' width='6' height='6' transform='rotate(-90 102 71.9998)' fill='%235556E0'/%3e%3crect x='102' y='59.9998' width='6' height='6' transform='rotate(-90 102 59.9998)' fill='%235556E0'/%3e%3crect x='102' y='84' width='6' height='6' transform='rotate(-90 102 84)' fill='%235556E0'/%3e%3crect x='102' y='66' width='6' height='6' transform='rotate(-90 102 66)' fill='%235556E0'/%3e%3crect x='102' y='54' width='6' height='6' transform='rotate(-90 102 54)' fill='%235556E0'/%3e%3crect x='102' y='48' width='6' height='6' transform='rotate(-90 102 48)' fill='%235556E0'/%3e%3crect x='102' y='42' width='6' height='6' transform='rotate(-90 102 42)' fill='%235556E0'/%3e%3crect x='12' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='48' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='30' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='66' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='78' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='18' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='54' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='6' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='42' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='60' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='48' y='18' width='6' height='6' fill='%235556E0'/%3e%3crect x='42' y='12' width='6' height='6' fill='%235556E0'/%3e%3crect x='42' y='6' width='6' height='6' fill='%235556E0'/%3e%3crect x='66' y='18' width='6' height='6' fill='%235556E0'/%3e%3crect x='78' y='18' width='6' height='6' fill='%235556E0'/%3e%3crect x='54' y='18' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='18' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='18' width='6' height='6' fill='%235556E0'/%3e%3crect x='12' width='6' height='6' fill='%235556E0'/%3e%3crect x='30' width='6' height='6' fill='%235556E0'/%3e%3crect x='18' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' width='6' height='6' fill='%235556E0'/%3e%3crect x='6' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' width='6' height='6' fill='%235556E0'/%3e%3crect x='60' y='18' width='6' height='6' fill='%235556E0'/%3e%3crect x='60' y='84' width='6' height='6' fill='%235556E0'/%3e%3c/svg%3e "); }
      .list-case__item:nth-child(2) .list-case__img::after {
        right: -60px;
        top: -150px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='151' viewBox='0 0 60 151' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.3'%3e%3cline x1='30' y1='3.5' x2='60' y2='3.5' stroke='%235556E0'/%3e%3cline y1='150.5' x2='60' y2='150.5' stroke='%235556E0'/%3e%3cline x1='59.5' y1='151' x2='59.5' y2='3' stroke='%235556E0'/%3e%3ccircle cx='27.5' cy='3.5' r='3' transform='rotate(180 27.5 3.5)' stroke='%235556E0'/%3e%3c/g%3e%3c/svg%3e "); }
      .list-case__item:nth-child(2) .list-case__img img {
        -webkit-clip-path: polygon(0% 77%, 0% 0%, 100% 0%, 100% 100%, 65% 100%, 65% 77%);
                clip-path: polygon(0% 77%, 0% 0%, 100% 0%, 100% 100%, 65% 100%, 65% 77%); }
    .list-case__item:nth-child(2) .list-case__inner {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      min-height: 2800px; }
      @media only screen and (max-width: 1199px) {
        .list-case__item:nth-child(2) .list-case__inner {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          min-height: unset; } }
    @media only screen and (max-width: 1199px) {
      .list-case__item:nth-child(3) {
        margin-top: 50px; } }
    .list-case__item:nth-child(3) .list-case__img {
      margin-top: -200px;
      margin-bottom: 50px;
      height: 425px; }
      @media only screen and (max-width: 1199px) {
        .list-case__item:nth-child(3) .list-case__img {
          margin-top: 0;
          margin-left: 60px; } }
      .list-case__item:nth-child(3) .list-case__img::before {
        top: unset;
        bottom: 0;
        height: 82%;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='120' height='263' viewBox='0 0 120 263' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 96 251)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 102 245)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 108 239)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 114 233)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 30 203)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 24 209)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 42 143)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 36 149)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 102 143)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 96 155)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 102 149)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 102 209)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 108 203)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 114 203)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 120 203)' fill='%235556E0'/%3e%3crect x='24' y='179' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' y='173' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' y='167' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' y='161' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' y='191' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' y='185' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' y='197' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' y='185' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' y='179' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' y='173' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' y='167' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' y='191' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='179' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='161' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='173' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='191' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='185' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='167' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='197' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='179' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='173' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='191' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='185' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='197' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='155' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='149' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='167' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='161' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='173' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' y='209' width='6' height='6' transform='rotate(-90 36 209)' fill='%235556E0'/%3e%3crect x='30' y='209' width='6' height='6' transform='rotate(-90 30 209)' fill='%235556E0'/%3e%3crect x='48' y='209' width='6' height='6' transform='rotate(-90 48 209)' fill='%235556E0'/%3e%3crect x='42' y='209' width='6' height='6' transform='rotate(-90 42 209)' fill='%235556E0'/%3e%3crect x='54' y='209' width='6' height='6' transform='rotate(-90 54 209)' fill='%235556E0'/%3e%3crect x='48' y='149' width='6' height='6' transform='rotate(-90 48 149)' fill='%235556E0'/%3e%3crect x='42' y='149' width='6' height='6' transform='rotate(-90 42 149)' fill='%235556E0'/%3e%3crect x='60' y='149' width='6' height='6' transform='rotate(-90 60 149)' fill='%235556E0'/%3e%3crect x='54' y='149' width='6' height='6' transform='rotate(-90 54 149)' fill='%235556E0'/%3e%3crect x='66' y='149' width='6' height='6' transform='rotate(-90 66 149)' fill='%235556E0'/%3e%3crect x='72' y='149' width='6' height='6' transform='rotate(-90 72 149)' fill='%235556E0'/%3e%3crect x='66' y='149' width='6' height='6' transform='rotate(-90 66 149)' fill='%235556E0'/%3e%3crect x='84' y='149' width='6' height='6' transform='rotate(-90 84 149)' fill='%235556E0'/%3e%3crect x='78' y='149' width='6' height='6' transform='rotate(-90 78 149)' fill='%235556E0'/%3e%3crect x='90' y='149' width='6' height='6' transform='rotate(-90 90 149)' fill='%235556E0'/%3e%3crect x='30' y='161' width='6' height='6' transform='rotate(-90 30 161)' fill='%235556E0'/%3e%3crect x='24' y='161' width='6' height='6' transform='rotate(-90 24 161)' fill='%235556E0'/%3e%3crect x='42' y='161' width='6' height='6' transform='rotate(-90 42 161)' fill='%235556E0'/%3e%3crect x='36' y='161' width='6' height='6' transform='rotate(-90 36 161)' fill='%235556E0'/%3e%3crect x='48' y='161' width='6' height='6' transform='rotate(-90 48 161)' fill='%235556E0'/%3e%3crect x='60' y='161' width='6' height='6' transform='rotate(-90 60 161)' fill='%235556E0'/%3e%3crect x='54' y='161' width='6' height='6' transform='rotate(-90 54 161)' fill='%235556E0'/%3e%3crect x='72' y='161' width='6' height='6' transform='rotate(-90 72 161)' fill='%235556E0'/%3e%3crect x='66' y='161' width='6' height='6' transform='rotate(-90 66 161)' fill='%235556E0'/%3e%3crect x='78' y='161' width='6' height='6' transform='rotate(-90 78 161)' fill='%235556E0'/%3e%3crect x='54' y='209' width='6' height='6' transform='rotate(-90 54 209)' fill='%235556E0'/%3e%3crect x='48' y='209' width='6' height='6' transform='rotate(-90 48 209)' fill='%235556E0'/%3e%3crect x='66' y='209' width='6' height='6' transform='rotate(-90 66 209)' fill='%235556E0'/%3e%3crect x='78' y='209' width='6' height='6' transform='rotate(-90 78 209)' fill='%235556E0'/%3e%3crect x='84' y='209' width='6' height='6' transform='rotate(-90 84 209)' fill='%235556E0'/%3e%3crect x='90' y='203' width='6' height='6' transform='rotate(-90 90 203)' fill='%235556E0'/%3e%3crect x='96' y='197' width='6' height='6' transform='rotate(-90 96 197)' fill='%235556E0'/%3e%3crect x='60' y='209' width='6' height='6' transform='rotate(-90 60 209)' fill='%235556E0'/%3e%3crect x='72' y='209' width='6' height='6' transform='rotate(-90 72 209)' fill='%235556E0'/%3e%3crect x='90' y='215' width='6' height='6' fill='%235556E0'/%3e%3crect x='90' y='221' width='6' height='6' fill='%235556E0'/%3e%3crect x='90' y='227' width='6' height='6' fill='%235556E0'/%3e%3crect x='90' y='233' width='6' height='6' fill='%235556E0'/%3e%3crect x='114' y='209' width='6' height='6' fill='%235556E0'/%3e%3crect x='114' y='215' width='6' height='6' fill='%235556E0'/%3e%3crect x='114' y='221' width='6' height='6' fill='%235556E0'/%3e%3crect x='114' y='227' width='6' height='6' fill='%235556E0'/%3e%3crect x='12' y='215' width='6' height='6' fill='%235556E0'/%3e%3crect x='12' y='221' width='6' height='6' fill='%235556E0'/%3e%3crect x='12' y='227' width='6' height='6' fill='%235556E0'/%3e%3crect x='12' y='233' width='6' height='6' fill='%235556E0'/%3e%3crect x='18' y='221' width='6' height='6' transform='rotate(-90 18 221)' fill='%235556E0'/%3e%3crect x='24' y='221' width='6' height='6' transform='rotate(-90 24 221)' fill='%235556E0'/%3e%3crect x='30' y='221' width='6' height='6' transform='rotate(-90 30 221)' fill='%235556E0'/%3e%3crect x='36' y='221' width='6' height='6' transform='rotate(-90 36 221)' fill='%235556E0'/%3e%3crect x='42' y='221' width='6' height='6' transform='rotate(-90 42 221)' fill='%235556E0'/%3e%3crect x='54' y='221' width='6' height='6' transform='rotate(-90 54 221)' fill='%235556E0'/%3e%3crect x='48' y='221' width='6' height='6' transform='rotate(-90 48 221)' fill='%235556E0'/%3e%3crect x='60' y='221' width='6' height='6' transform='rotate(-90 60 221)' fill='%235556E0'/%3e%3crect x='54' y='221' width='6' height='6' transform='rotate(-90 54 221)' fill='%235556E0'/%3e%3crect x='60' y='221' width='6' height='6' transform='rotate(-90 60 221)' fill='%235556E0'/%3e%3crect x='72' y='221' width='6' height='6' transform='rotate(-90 72 221)' fill='%235556E0'/%3e%3crect x='66' y='221' width='6' height='6' transform='rotate(-90 66 221)' fill='%235556E0'/%3e%3crect x='78' y='221' width='6' height='6' transform='rotate(-90 78 221)' fill='%235556E0'/%3e%3crect x='84' y='221' width='6' height='6' transform='rotate(-90 84 221)' fill='%235556E0'/%3e%3crect x='36' y='263' width='6' height='6' transform='rotate(-90 36 263)' fill='%235556E0'/%3e%3crect x='6' y='263' width='6' height='6' transform='rotate(-90 6 263)' fill='%235556E0'/%3e%3crect y='263' width='6' height='6' transform='rotate(-90 0 263)' fill='%235556E0'/%3e%3crect y='257' width='6' height='6' transform='rotate(-90 0 257)' fill='%235556E0'/%3e%3crect x='6' y='251' width='6' height='6' transform='rotate(-90 6 251)' fill='%235556E0'/%3e%3crect x='21' y='236' width='6' height='6' transform='rotate(-90 21 236)' fill='%235556E0'/%3e%3crect x='81' y='236' width='6' height='6' transform='rotate(-90 81 236)' fill='%235556E0'/%3e%3crect x='69' y='230' width='6' height='6' transform='rotate(-90 69 230)' fill='%235556E0'/%3e%3crect x='75' y='230' width='6' height='6' transform='rotate(-90 75 230)' fill='%235556E0'/%3e%3crect x='81' y='230' width='6' height='6' transform='rotate(-90 81 230)' fill='%235556E0'/%3e%3crect x='48' y='263' width='6' height='6' transform='rotate(-90 48 263)' fill='%235556E0'/%3e%3crect x='66' y='263' width='6' height='6' transform='rotate(-90 66 263)' fill='%235556E0'/%3e%3crect x='18' y='263' width='6' height='6' transform='rotate(-90 18 263)' fill='%235556E0'/%3e%3crect x='60' y='263' width='6' height='6' transform='rotate(-90 60 263)' fill='%235556E0'/%3e%3crect x='78' y='263' width='6' height='6' transform='rotate(-90 78 263)' fill='%235556E0'/%3e%3crect x='84' y='263' width='6' height='6' transform='rotate(-90 84 263)' fill='%235556E0'/%3e%3crect x='30' y='263' width='6' height='6' transform='rotate(-90 30 263)' fill='%235556E0'/%3e%3crect x='42' y='263' width='6' height='6' transform='rotate(-90 42 263)' fill='%235556E0'/%3e%3crect x='12' y='263' width='6' height='6' transform='rotate(-90 12 263)' fill='%235556E0'/%3e%3crect x='54' y='263' width='6' height='6' transform='rotate(-90 54 263)' fill='%235556E0'/%3e%3crect x='72' y='263' width='6' height='6' transform='rotate(-90 72 263)' fill='%235556E0'/%3e%3crect x='24' y='263' width='6' height='6' transform='rotate(-90 24 263)' fill='%235556E0'/%3e%3crect x='42' y='245' width='6' height='6' transform='rotate(-90 42 245)' fill='%235556E0'/%3e%3crect x='12' y='245' width='6' height='6' transform='rotate(-90 12 245)' fill='%235556E0'/%3e%3crect x='54' y='245' width='6' height='6' transform='rotate(-90 54 245)' fill='%235556E0'/%3e%3crect x='66' y='245' width='6' height='6' transform='rotate(-90 66 245)' fill='%235556E0'/%3e%3crect x='78' y='245' width='6' height='6' transform='rotate(-90 78 245)' fill='%235556E0'/%3e%3crect x='24' y='245' width='6' height='6' transform='rotate(-90 24 245)' fill='%235556E0'/%3e%3crect x='84' y='245' width='6' height='6' transform='rotate(-90 84 245)' fill='%235556E0'/%3e%3crect x='90' y='245' width='6' height='6' transform='rotate(-90 90 245)' fill='%235556E0'/%3e%3crect x='36' y='245' width='6' height='6' transform='rotate(-90 36 245)' fill='%235556E0'/%3e%3crect x='48' y='245' width='6' height='6' transform='rotate(-90 48 245)' fill='%235556E0'/%3e%3crect x='18' y='245' width='6' height='6' transform='rotate(-90 18 245)' fill='%235556E0'/%3e%3crect x='60' y='245' width='6' height='6' transform='rotate(-90 60 245)' fill='%235556E0'/%3e%3crect x='72' y='245' width='6' height='6' transform='rotate(-90 72 245)' fill='%235556E0'/%3e%3crect x='30' y='245' width='6' height='6' transform='rotate(-90 30 245)' fill='%235556E0'/%3e%3crect x='65' y='101' width='6' height='6' fill='%235556E0'/%3e%3crect x='65' y='83' width='6' height='6' fill='%235556E0'/%3e%3crect x='65' y='95' width='6' height='6' fill='%235556E0'/%3e%3crect x='65' y='113' width='6' height='6' fill='%235556E0'/%3e%3crect x='65' y='107' width='6' height='6' fill='%235556E0'/%3e%3crect x='65' y='89' width='6' height='6' fill='%235556E0'/%3e%3crect x='65' y='119' width='6' height='6' fill='%235556E0'/%3e%3crect x='95' y='83' width='6' height='6' transform='rotate(-90 95 83)' fill='%235556E0'/%3e%3crect x='77' y='83' width='6' height='6' transform='rotate(-90 77 83)' fill='%235556E0'/%3e%3crect x='71' y='83' width='6' height='6' transform='rotate(-90 71 83)' fill='%235556E0'/%3e%3crect x='89' y='83' width='6' height='6' transform='rotate(-90 89 83)' fill='%235556E0'/%3e%3crect x='101' y='83' width='6' height='6' transform='rotate(-90 101 83)' fill='%235556E0'/%3e%3crect x='107' y='77' width='6' height='6' transform='rotate(-90 107 77)' fill='%235556E0'/%3e%3crect x='113' y='71' width='6' height='6' transform='rotate(-90 113 71)' fill='%235556E0'/%3e%3crect x='113' y='65' width='6' height='6' transform='rotate(-90 113 65)' fill='%235556E0'/%3e%3crect x='113' y='59' width='6' height='6' transform='rotate(-90 113 59)' fill='%235556E0'/%3e%3crect x='83' y='83' width='6' height='6' transform='rotate(-90 83 83)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 41 83)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 59 83)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 65 83)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 47 83)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 35 83)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 29 77)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 23 71)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 23 65)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 23 59)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 53 83)' fill='%235556E0'/%3e%3crect x='62' y='6' width='6' height='6' transform='rotate(-90 62 6)' fill='%235556E0'/%3e%3crect x='68' y='6' width='6' height='6' transform='rotate(-90 68 6)' fill='%235556E0'/%3e%3crect x='62' y='24' width='6' height='6' transform='rotate(-90 62 24)' fill='%235556E0'/%3e%3crect x='68' y='24' width='6' height='6' transform='rotate(-90 68 24)' fill='%235556E0'/%3e%3crect x='80' y='18' width='6' height='6' transform='rotate(180 80 18)' fill='%235556E0'/%3e%3crect x='80' y='12' width='6' height='6' transform='rotate(180 80 12)' fill='%235556E0'/%3e%3crect x='62' y='18' width='6' height='6' transform='rotate(180 62 18)' fill='%235556E0'/%3e%3crect x='62' y='12' width='6' height='6' transform='rotate(180 62 12)' fill='%235556E0'/%3e%3crect x='32' y='30' width='6' height='6' transform='rotate(-90 32 30)' fill='%235556E0'/%3e%3crect x='38' y='30' width='6' height='6' transform='rotate(-90 38 30)' fill='%235556E0'/%3e%3crect x='32' y='48' width='6' height='6' transform='rotate(-90 32 48)' fill='%235556E0'/%3e%3crect x='38' y='48' width='6' height='6' transform='rotate(-90 38 48)' fill='%235556E0'/%3e%3crect x='50' y='42' width='6' height='6' transform='rotate(180 50 42)' fill='%235556E0'/%3e%3crect x='50' y='36' width='6' height='6' transform='rotate(180 50 36)' fill='%235556E0'/%3e%3crect x='32' y='42' width='6' height='6' transform='rotate(180 32 42)' fill='%235556E0'/%3e%3crect x='32' y='36' width='6' height='6' transform='rotate(180 32 36)' fill='%235556E0'/%3e%3crect x='92' y='30' width='6' height='6' transform='rotate(-90 92 30)' fill='%235556E0'/%3e%3crect x='98' y='30' width='6' height='6' transform='rotate(-90 98 30)' fill='%235556E0'/%3e%3crect x='92' y='48' width='6' height='6' transform='rotate(-90 92 48)' fill='%235556E0'/%3e%3crect x='98' y='48' width='6' height='6' transform='rotate(-90 98 48)' fill='%235556E0'/%3e%3crect x='110' y='42' width='6' height='6' transform='rotate(180 110 42)' fill='%235556E0'/%3e%3crect x='110' y='36' width='6' height='6' transform='rotate(180 110 36)' fill='%235556E0'/%3e%3crect x='92' y='42' width='6' height='6' transform='rotate(180 92 42)' fill='%235556E0'/%3e%3crect x='92' y='36' width='6' height='6' transform='rotate(180 92 36)' fill='%235556E0'/%3e%3c/svg%3e "); }
      .list-case__item:nth-child(3) .list-case__img::after {
        left: -60px;
        bottom: -110px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='151' viewBox='0 0 60 151' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.3'%3e%3cline x1='30' y1='147.5' x2='4.37114e-08' y2='147.5' stroke='%235556E0'/%3e%3cline x1='60' y1='0.5' y2='0.5' stroke='%235556E0'/%3e%3cline x1='0.5' y1='-2.18557e-08' x2='0.500006' y2='148' stroke='%235556E0'/%3e%3ccircle cx='32.5' cy='147.5' r='3' stroke='%235556E0'/%3e%3c/g%3e%3c/svg%3e "); }
      .list-case__item:nth-child(3) .list-case__img img {
        -webkit-clip-path: polygon(0% 100%, 0% 0%, 35% 0%, 35% 18%, 100% 18%, 100% 100%);
                clip-path: polygon(0% 100%, 0% 0%, 35% 0%, 35% 18%, 100% 18%, 100% 100%); }
    @media only screen and (max-width: 1199px) {
      .list-case__item:nth-child(4) {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-top: 50; } }
    .list-case__item:nth-child(4) .list-case__img {
      margin-bottom: 50;
      height: 225; }
      .list-case__item:nth-child(4) .list-case__img::before {
        width: 77%;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='78' height='102' viewBox='0 0 78 102' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='24' y='6' width='6' height='6' transform='rotate(-90 24 6)' fill='%235556E0'/%3e%3crect x='36' y='6' width='6' height='6' transform='rotate(-90 36 6)' fill='%235556E0'/%3e%3crect x='48' y='6' width='6' height='6' transform='rotate(-90 48 6)' fill='%235556E0'/%3e%3crect x='30' y='6' width='6' height='6' transform='rotate(-90 30 6)' fill='%235556E0'/%3e%3crect x='42' y='6' width='6' height='6' transform='rotate(-90 42 6)' fill='%235556E0'/%3e%3crect x='54' y='12' width='6' height='6' transform='rotate(-90 54 12)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 24 12)' fill='%235556E0'/%3e%3crect x='60' y='18' width='6' height='6' transform='rotate(-90 60 18)' fill='%235556E0'/%3e%3crect x='66' y='24' width='6' height='6' transform='rotate(-90 66 24)' fill='%235556E0'/%3e%3crect x='6' y='24' width='6' height='6' transform='rotate(-90 6 24)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 18 18)' fill='%235556E0'/%3e%3crect x='72' y='48' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='54' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='42' width='6' height='6' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 48)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 54)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 42)' fill='%235556E0'/%3e%3crect x='72' y='42' width='6' height='6' transform='rotate(-90 72 42)' fill='%235556E0'/%3e%3crect x='72' y='36' width='6' height='6' transform='rotate(-90 72 36)' fill='%235556E0'/%3e%3crect x='72' y='30' width='6' height='6' transform='rotate(-90 72 30)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 6 42)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 6 36)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 6 30)' fill='%235556E0'/%3e%3crect x='66' y='66' width='6' height='6' transform='rotate(-90 66 66)' fill='%235556E0'/%3e%3crect x='66' y='72' width='6' height='6' transform='rotate(-90 66 72)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 12 66)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 12 72)' fill='%235556E0'/%3e%3crect x='36' y='102' width='6' height='6' transform='rotate(-90 36 102)' fill='%235556E0'/%3e%3crect x='42' y='96' width='6' height='6' transform='rotate(-90 42 96)' fill='%235556E0'/%3e%3crect x='48' y='90' width='6' height='6' transform='rotate(-90 48 90)' fill='%235556E0'/%3e%3crect x='54' y='84' width='6' height='6' transform='rotate(-90 54 84)' fill='%235556E0'/%3e%3crect x='60' y='78' width='6' height='6' transform='rotate(-90 60 78)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 36 96)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 30 90)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 24 84)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 18 78)' fill='%235556E0'/%3e%3crect x='33' y='30' width='6' height='6' transform='rotate(-90 33 30)' fill='%235556E0'/%3e%3crect x='39' y='30' width='6' height='6' transform='rotate(-90 39 30)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-4.37114e-08 1 1 4.37114e-08 33 54)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-4.37114e-08 1 1 4.37114e-08 39 54)' fill='%235556E0'/%3e%3crect x='45' y='36' width='6' height='6' transform='rotate(-90 45 36)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-4.37114e-08 1 1 4.37114e-08 45 48)' fill='%235556E0'/%3e%3crect x='27' y='42' width='6' height='6' transform='rotate(180 27 42)' fill='%235556E0'/%3e%3crect x='27' y='48' width='6' height='6' transform='rotate(180 27 48)' fill='%235556E0'/%3e%3crect x='57' y='42' width='6' height='6' transform='rotate(180 57 42)' fill='%235556E0'/%3e%3crect x='57' y='48' width='6' height='6' transform='rotate(180 57 48)' fill='%235556E0'/%3e%3crect x='33' y='36' width='6' height='6' transform='rotate(180 33 36)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 -8.74228e-08 -8.74228e-08 1 33 48)' fill='%235556E0'/%3e%3c/svg%3e "); }
      .list-case__item:nth-child(4) .list-case__img::after {
        right: 10px;
        bottom: -110px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='151' viewBox='0 0 60 151' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.3'%3e%3cline y1='-0.5' x2='30' y2='-0.5' transform='matrix(1 8.74228e-08 8.74228e-08 -1 30 147)' stroke='%235556E0'/%3e%3cline y1='-0.5' x2='60' y2='-0.5' transform='matrix(1 0 0 -1 0 0)' stroke='%235556E0'/%3e%3cline y1='-0.5' x2='148' y2='-0.5' transform='matrix(-4.37114e-08 1 1 4.37114e-08 60 0)' stroke='%235556E0'/%3e%3ccircle cx='3.5' cy='3.5' r='3' transform='matrix(-1 0 0 1 31 144)' stroke='%235556E0'/%3e%3c/g%3e%3c/svg%3e "); }
      .list-case__item:nth-child(4) .list-case__img img {
        -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 33%, 77% 33%, 77% 100%);
                clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 33%, 77% 33%, 77% 100%); }
  .list-case__img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-filter: drop-shadow(35px 35px 55px rgba(104, 116, 164, 0.3));
            filter: drop-shadow(35px 35px 55px rgba(104, 116, 164, 0.3)); }
    .list-case__img img {
      height: 100%;
      width: auto; }
    .list-case__img::before {
      content: '';
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 2;
      background-repeat: no-repeat;
      background-position: center; }
    .list-case__img::after {
      content: '';
      position: absolute;
      display: block;
      height: 151px;
      width: 60px;
      z-index: -1;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .list-case__inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (max-width: 1023px) {
      .list-case__inner {
        padding-left: 60px; } }
  .list-case__ttl {
    display: block;
    font-family: 'Pixeloid-Sans';
    font-size: 100px;
    line-height: 1;
    color: #5556E0; }
    @media only screen and (max-width: 1023px) {
      .list-case__ttl {
        font-size: 80px;
        line-height: .8; } }
  .list-case__desc {
    display: block;
    font-size: 24px;
    line-height: 1.05;
    text-transform: uppercase; }
    @media only screen and (max-width: 1023px) {
      .list-case__desc {
        margin-top: 20px;
        font-size: 22px; } }
    .list-case__desc .visible-desc {
      display: block; }
      @media only screen and (max-width: 1023px) {
        .list-case__desc .visible-desc {
          display: none; } }
    .list-case__desc .visible-tablet {
      display: none; }
      @media only screen and (max-width: 1023px) {
        .list-case__desc .visible-tablet {
          display: block; } }

.service-article-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; }
  @media only screen and (max-width: 1199px) {
    .service-article-main {
      margin-top: 15px; } }
  @media only screen and (max-width: 767px) {
    .service-article-main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .service-article-main__img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 27%;
    width: 430px;
    max-width: 41%;
    margin-right: 75px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (max-width: 1199px) {
      .service-article-main__img {
        margin-right: 30px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 575px) {
      .service-article-main__img {
        width: 100%;
        max-width: unset;
        padding-bottom: 70%;
        margin-right: 0; } }
    .service-article-main__img img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 25%, 82% 25%, 82% 75%, 35% 75%, 35% 100%, 17% 100%, 17% 50%, 0% 50%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 25%, 82% 25%, 82% 75%, 35% 75%, 35% 100%, 17% 100%, 17% 50%, 0% 50%); }
  .service-article-main__content {
    position: relative;
    font-size: "Actay-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: 18px;
    line-height: 1.5;
    color: #323379; }
    @media only screen and (max-width: 1199px) {
      .service-article-main__content {
        font-size: 16px;
        line-height: 1.4; } }
    @media only screen and (max-width: 767px) {
      .service-article-main__content {
        margin-top: 20px;
        font-size: 14px; } }
    .service-article-main__content h2, .service-article-main__content .h2, .service-article-main__content h3, .service-article-main__content .h3 {
      clear: both;
      font-size: 24px;
      line-height: 120%;
      font-family: 'Actay-Regular';
      color: #5556E0; }
      @media only screen and (max-width: 1199px) {
        .service-article-main__content h2, .service-article-main__content .h2, .service-article-main__content h3, .service-article-main__content .h3 {
          font-size: 16px; } }
    .service-article-main__content p:first-child {
      margin-top: 0; }
    .service-article-main__content p:last-child {
      margin-bottom: 0; }
    .service-article-main__content ul {
      margin: 22px 0; }
      @media only screen and (max-width: 767px) {
        .service-article-main__content ul {
          font-size: 16px; } }
      .service-article-main__content ul li {
        position: relative;
        padding-left: 30px; }
        .service-article-main__content ul li::before {
          content: '';
          display: block;
          width: 6px;
          height: 6px;
          background: #5556E0;
          top: 10px;
          position: absolute;
          left: 0; }
          @media only screen and (max-width: 1199px) {
            .service-article-main__content ul li::before {
              top: 8px; } }
        .service-article-main__content ul li:not(:first-child) {
          margin-top: 6px; }
  .service-article-main__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    @media only screen and (max-width: 575px) {
      .service-article-main__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .service-article-main__block:first-child {
      margin-bottom: 60px; }
      @media only screen and (max-width: 1199px) {
        .service-article-main__block:first-child {
          margin-bottom: 30px; } }
    .service-article-main__block:not(:first-child) {
      padding-top: 30px;
      border-top: 1px solid #5556e04d; }
  .service-article-main__ttl {
    width: 32%;
    margin-right: 30px; }
    @media only screen and (max-width: 575px) {
      .service-article-main__ttl {
        width: 100%;
        margin-bottom: 15px; } }
  .service-article-main__text {
    width: 68%; }
    @media only screen and (max-width: 575px) {
      .service-article-main__text {
        width: 100%; } }
  .service-article-main .button {
    margin-top: 50px;
    -webkit-filter: none;
            filter: none; }
    @media only screen and (max-width: 1199px) {
      .service-article-main .button {
        margin-top: 20px; } }
    .service-article-main .button .icn {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }

.footer {
  padding: 100px 0 50px;
  background: #5556E0; }
  @media only screen and (max-width: 1023px) {
    .footer {
      padding: 75px 0 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; }
    @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: 100%;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        row-gap: 10px;
        padding: 0;
        margin-top: auto; } }
    .footer__bottom p {
      font-size: 16px;
      color: #FFFFFF;
      margin: 0; }
      @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;
    margin-top: 44px; }
    @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;
      color: white; }
      @media only screen and (max-width: 1023px) {
        .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;
      color: #fff; }
      @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: 20px;
      line-height: .8;
      color: #FFFFFF; }
      @media only screen and (max-width: 1439px) {
        .footer__contacts .link-phone {
          font-size: 16px; } }
      @media only screen and (max-width: 1199px) {
        .footer__contacts .link-phone {
          font-size: 14px; } }
      .footer__contacts .link-phone:hover {
        color: #FFFFFF; }
    .footer__contacts .link-mail {
      font-size: 20px;
      line-height: .8; }
      @media only screen and (max-width: 1439px) {
        .footer__contacts .link-mail {
          font-size: 16px; } }
      @media only screen and (max-width: 1199px) {
        .footer__contacts .link-mail {
          font-size: 14px; } }
  .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: 767px) {
      .footer__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 20px; } }
    .footer__link .button {
      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;
      gap: 10px;
      padding-top: 2px;
      line-height: 1; }
  .footer .footer-top {
    position: absolute;
    right: 0;
    top: -175px; }
    @media only screen and (max-width: 1023px) {
      .footer .footer-top {
        display: none; } }
  .footer .col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  @media only screen and (max-width: 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 {
    max-width: 250px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    border: 1px solid #fff;
    color: #fff; }
    .footer .button:hover {
      background: #fff;
      color: #5556E0; }
      .footer .button:hover .icn {
        color: #5556E0; }
    @media only screen and (max-width: 1023px) {
      .footer .button {
        width: auto;
        padding: 0 15px;
        white-space: nowrap; } }
    .footer .button .icn {
      color: #FFFFFF; }
    .footer .button span {
      padding-top: 4px; }
  .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; } }
    .footer .top-menu li a {
      color: #FFFFFF; }
      .footer .top-menu li a:hover {
        color: #FFFFFF; }
  @media only screen and (max-width: 1023px) {
    .footer .logo-eclat {
      width: 120px;
      height: 30px; } }
  @media only screen and (max-width: 767px) {
    .footer .privacy-policy {
      font-size: 12px; } }
  .footer .privacy-policy a {
    color: #FFFFFF; }
    .footer .privacy-policy a:hover {
      color: #FFFFFF; }

.checkbox ~ label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Actay-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: 14px;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap; }
  @media only screen and (max-width: 1023px) {
    .checkbox ~ label {
      font-size: 12px; } }

.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: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #E8EBF2;
  border-radius: 5px; }

.checkbox ~ label svg {
  margin-right: 15px; }
  @media only screen and (max-width: 1023px) {
    .checkbox ~ label svg {
      width: 20px;
      height: 20px;
      margin-right: 10px; } }

.checkbox:checked ~ label svg {
  fill: red; }

.custom-button {
  margin-right: 15px; }
  @media only screen and (max-width: 1023px) {
    .custom-button {
      margin-right: 10px; } }

.custom-text {
  font-family: "Actay-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: 14px;
  line-height: 1.28;
  text-transform: uppercase;
  color: #000000; }
  @media only screen and (max-width: 1023px) {
    .custom-text {
      font-size: 12px; } }

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

input[type=radio] + label {
  position: relative; }

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

input[type=email] {
  border: none; }

.input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  line-height: 160%;
  font-family: "Actay-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;
  font-size: 18px;
  line-height: 1;
  color: #323379;
  background: #FFFFFF; }
  @media only screen and (max-width: 1023px) {
    .input {
      height: 50px;
      font-size: 16px; } }
  .input::-webkit-input-placeholder {
    font-family: "Actay-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;
    font-size: 18px;
    line-height: 1;
    color: #323379; }
  .input::-moz-placeholder {
    font-family: "Actay-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;
    font-size: 18px;
    line-height: 1;
    color: #323379; }
  .input:-ms-input-placeholder {
    font-family: "Actay-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;
    font-size: 18px;
    line-height: 1;
    color: #323379; }
  .input::-ms-input-placeholder {
    font-family: "Actay-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;
    font-size: 18px;
    line-height: 1;
    color: #323379; }
  .input::placeholder {
    font-family: "Actay-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;
    font-size: 18px;
    line-height: 1;
    color: #323379; }
    @media only screen and (max-width: 1023px) {
      .input::-webkit-input-placeholder {
        font-size: 16px; }
      .input::-moz-placeholder {
        font-size: 16px; }
      .input:-ms-input-placeholder {
        font-size: 16px; }
      .input::-ms-input-placeholder {
        font-size: 16px; }
      .input::placeholder {
        font-size: 16px; } }

.form {
  position: relative; }

.form-message {
  width: 100%; }

.form-error {
  margin-top: 16px;
  color: red;
  font-size: 12px; }

.form-success {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  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; }

.error {
  position: absolute;
  bottom: -20px;
  color: red;
  font-size: 12px; }

.feedback-form .form--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1023px) {
    .feedback-form .form--row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .feedback-form .form--row:nth-child(1) .form--field, .feedback-form .form--row:nth-child(2) .form--field {
    position: relative;
    width: calc(50% - 15px); }
    @media only screen and (max-width: 1023px) {
      .feedback-form .form--row:nth-child(1) .form--field, .feedback-form .form--row:nth-child(2) .form--field {
        width: 100%; } }
    .feedback-form .form--row:nth-child(1) .form--field:not(:first-child), .feedback-form .form--row:nth-child(2) .form--field:not(:first-child) {
      margin-left: 30px; }
      @media only screen and (max-width: 1023px) {
        .feedback-form .form--row:nth-child(1) .form--field:not(:first-child), .feedback-form .form--row:nth-child(2) .form--field:not(:first-child) {
          margin-left: 0; } }

.feedback-form .form--field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .feedback-form .form--field {
      margin-top: 20px; } }

.feedback-form .form--policy {
  margin: 0;
  margin-top: 30px;
  margin-right: 30px;
  font-size: 12px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1023px) {
    .feedback-form .form--policy {
      margin-right: 0;
      margin-top: 25px;
      font-size: 11px; } }
  .feedback-form .form--policy a {
    color: #5556E0; }

.feedback-form .button {
  height: 55px;
  width: 225px;
  margin-top: 30px;
  background: transparent;
  z-index: 2; }
  @media only screen and (max-width: 1023px) {
    .feedback-form .button {
      width: 100%; } }

input[type="text"] {
  border: none; }

input[type="tel"] {
  border: none; }

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

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1023px) {
    .sort {
      margin-top: -3px; } }
  .sort input[type=radio]:checked ~ .radio__label span {
    border-bottom: 1px solid red; }
  .sort__title {
    white-space: nowrap;
    font-family: "Actay-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: 14px;
    text-transform: uppercase;
    color: #000000; }
    @media only screen and (max-width: 1023px) {
      .sort__title {
        font-size: 12px;
        line-height: 20px; } }
  .sort .radio__label {
    padding-left: 20px;
    font-family: "Actay-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: 14px;
    text-transform: uppercase;
    color: #000000; }
    @media only screen and (max-width: 1023px) {
      .sort .radio__label {
        font-size: 12px;
        padding-left: 10px; } }
    .sort .radio__label span {
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }

.select {
  padding: 0 24px;
  border: 0;
  height: 63px;
  width: 100%;
  border: 1px solid #323379;
  -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: 13px;
  background-position: right 24px center; }
  @media only screen and (max-width: 1023px) {
    .select {
      height: 52px; } }
  .select__option {
    padding: 18px 20px; }

#select-custom.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media only screen and (max-width: 575px) {
    #select-custom.accordion {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #select-custom.accordion .accordion__item {
    position: relative;
    width: calc(100% / 3);
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      #select-custom.accordion .accordion__item {
        width: 100%;
        margin-top: -2px; } }
    #select-custom.accordion .accordion__item._show .accordion__header::after,
    #select-custom.accordion .accordion__item._slidedown .accordion__header::after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    #select-custom.accordion .accordion__item._show .accordion__body,
    #select-custom.accordion .accordion__item._slidedown .accordion__body {
      padding: 24px 0;
      border: 1px solid #323379;
      border-top: none; }
    @media only screen and (max-width: 1023px) {
      #select-custom.accordion .accordion__item:first-child {
        padding-top: 0; } }
    #select-custom.accordion .accordion__item:not(:first-child) {
      margin-left: -1px; }
      @media only screen and (max-width: 767px) {
        #select-custom.accordion .accordion__item:not(:first-child) {
          margin-left: 0; } }
  #select-custom.accordion .accordion__header {
    position: relative;
    padding: 0 24px;
    border: 0;
    height: 63px;
    width: 100%;
    border: 1px solid #323379;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Actay-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #000000;
    background: #FFFFFF;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    @media only screen and (max-width: 1023px) {
      #select-custom.accordion .accordion__header {
        height: 55px; } }
    @media only screen and (max-width: 767px) {
      #select-custom.accordion .accordion__header {
        font-size: 16px; } }
    #select-custom.accordion .accordion__header::before {
      display: none; }
    #select-custom.accordion .accordion__header::after {
      content: '';
      position: absolute;
      right: 24px;
      width: 13px;
      height: 13px;
      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: 13px;
      background-position: center;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
  #select-custom.accordion .accordion__body {
    position: absolute;
    height: auto;
    width: 100%;
    padding: 0;
    background: #FFFFFF;
    border: 0 solid #323379;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      #select-custom.accordion .accordion__body {
        position: relative;
        top: -1px; } }
  #select-custom.accordion .accordion__content {
    padding-top: 0;
    padding-left: 0;
    max-width: none; }

#select-custom .field-wrap {
  width: 100%; }

#select-custom .radio__label {
  width: 100%;
  display: block;
  padding: 0 24px;
  color: #323379;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #select-custom .radio__label svg {
    display: none; }
  #select-custom .radio__label:hover {
    background-color: #323379;
    color: #000000; }

#select-custom input[type=radio]:checked ~ .radio__label {
  background-color: #323379;
  color: #000000; }

textarea {
  width: 100%;
  height: 100% !important;
  padding-top: 20px !important;
  border: none;
  font-family: "Actay-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;
  font-size: 18px;
  line-height: 1;
  color: #323379;
  resize: none; }

.header {
  position: relative;
  padding: 25px 0;
  background: #F0F3FF;
  z-index: 2;
  /* hide-show end */
  /* mobile-men start */ }
  @media only screen and (max-width: 767px) {
    .header {
      padding: 15px 0; } }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header__container .hide-desktop-tiny--desk {
      width: 100%; }
    .header__container .hide-desk--desktop-tiny {
      width: 100%; }
      @media only screen and (max-width: 1199px) {
        .header__container .hide-desk--desktop-tiny nav {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
  .header.--fix {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid #5556e04d;
    padding: 0; }
    .header.--fix .header__container {
      padding: 10px;
      padding-left: 0;
      padding-right: 0; }
    .header.--fix .header__contacts .link-phone {
      font-size: 32px; }
    .header.--fix .top-menu__sub {
      top: 45px; }
  .header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .header .contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (max-width: 767px) {
      .header .contacts {
        margin-top: 100px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-left: 20px; } }
    .header .contacts .button {
      margin-left: 25px;
      white-space: nowrap; }
      @media only screen and (max-width: 1599px) {
        .header .contacts .button {
          width: auto;
          margin-left: 16px;
          padding: 0 16px;
          padding-top: 4px;
          font-size: 12px; } }
      @media only screen and (max-width: 1023px) {
        .header .contacts .button {
          height: 40px;
          width: auto;
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .header .contacts .button {
          color: #323379;
          border-color: #323379;
          margin-left: 0; } }
  .header .link-phone {
    display: block;
    font-family: "ActayWide-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    line-height: 1.25;
    color: #323379;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    @media only screen and (max-width: 1439px) {
      .header .link-phone {
        font-size: 12px; } }
    @media only screen and (max-width: 1023px) {
      .header .link-phone {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .header .link-phone {
        font-size: 28px;
        margin-bottom: 25px; } }
    .header .link-phone:hover {
      color: #875CFF; }
  .header .top-menu {
    margin: 0 44px; }
  .header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (max-width: 1599px) {
      .header .logo {
        height: 35px; } }
    @media only screen and (max-width: 1199px) {
      .header .logo {
        position: absolute;
        left: 20px; } }
    @media only screen and (max-width: 1023px) {
      .header .logo {
        height: 35px; } }
    @media only screen and (max-width: 767px) {
      .header .logo {
        height: 28px; } }
    .header .logo img {
      height: 100%;
      width: auto; }
  .header .mobile-menu-show {
    width: 100vw !important;
    left: 0 !important; }
  .header .dropdown {
    position: fixed;
    display: inline-block;
    top: 0;
    left: -100%;
    width: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 10; }
    .header .dropdown .closebtn {
      position: absolute;
      right: 20px;
      top: 20px;
      z-index: 2; }
      .header .dropdown .closebtn .icn {
        height: 20px;
        width: 20px;
        color: #5556E0;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
    .header .dropdown .dropdown-content {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100vw;
      height: 100vh;
      background: transparent url("../assets/images/icons/mob-menu-decor.svg") no-repeat bottom center;
      -webkit-backdrop-filter: blur(12.5px);
              backdrop-filter: blur(12.5px);
      z-index: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow: hidden; }
      @media only screen and (max-width: 1023px) {
        .header .dropdown .dropdown-content {
          -webkit-backdrop-filter: blur(25px);
                  backdrop-filter: blur(25px); } }
      .header .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) {
          .header .dropdown .dropdown-content nav {
            padding-bottom: 30px; } }
      .header .dropdown .dropdown-content .top-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 100px 0 0;
        padding-left: 20px;
        -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; }
        .header .dropdown .dropdown-content .top-menu > li {
          margin-right: 0; }
          .header .dropdown .dropdown-content .top-menu > li:not(:first-child) {
            padding-top: 35px; }
          .header .dropdown .dropdown-content .top-menu > li > a {
            display: block;
            font-size: 22px;
            color: #323379;
            text-decoration: none; }
  .header .dropbtn {
    position: relative;
    top: 5px;
    margin-left: 35px;
    right: -3px; }

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

.mob-menu--show .header {
  position: fixed; }

@media only screen and (max-width: 1023px) {
  .mob-menu--show main {
    position: relative;
    z-index: -1; } }

.select-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media only screen and (max-width: 1599px) {
    .select-lang {
      font-size: 14px; } }
  @media only screen and (max-width: 1199px) {
    .select-lang {
      margin-right: auto;
      margin-left: 160px;
      font-size: 14px; } }
  @media only screen and (max-width: 1023px) {
    .select-lang {
      margin-left: 152px;
      font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    .select-lang {
      margin-left: 126px;
      font-size: 14px; } }
  .select-lang__delimiter {
    padding: 0 10px; }
    @media only screen and (max-width: 1023px) {
      .select-lang__delimiter {
        padding: 0 5px; } }
  .select-lang__link {
    color: #000000; }
    .select-lang__link:hover {
      color: #5556E0; }
    .select-lang__link.active {
      color: #5556E0; }

.list-pages {
  font-size: 22px;
  margin-top: 20px; }
  .list-pages__item {
    margin-bottom: 20px; }

nav {
  width: 100%; }

.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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  width: 100%;
  max-width: 674px; }
  @media only screen and (max-width: 1439px) {
    .top-menu {
      -webkit-column-gap: 10px;
         -moz-column-gap: 10px;
              column-gap: 10px; } }
  .top-menu > li {
    display: inline-block;
    margin-top: 0;
    padding-left: 0; }
    .top-menu > li::before {
      display: none; }
    .top-menu > li > a {
      display: block;
      font-family: "ActayWide-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 16px;
      line-height: 1.25;
      color: #323379;
      text-transform: uppercase;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      white-space: nowrap; }
      @media only screen and (max-width: 1439px) {
        .top-menu > li > a {
          font-size: 12px; } }
      .top-menu > li > a:hover {
        color: #875CFF; }
      .top-menu > li > a.root-item-selected {
        color: #875CFF; }
  .top-menu__sub {
    position: absolute;
    top: 60px;
    max-height: 1000px;
    padding: 30px;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
    overflow: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 5; }
    @media only screen and (max-width: 767px) {
      .top-menu__sub {
        position: static;
        width: 100%;
        padding: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0;
        background: none;
        box-shadow: none; } }
    .top-menu__sub:not(.--open) {
      max-height: 0;
      padding: 0 30px;
      margin: 0 0; }
    .top-menu__sub li {
      padding-left: 0;
      padding-top: 10px;
      overflow: hidden; }
      .top-menu__sub li:first-child {
        padding-top: 0; }
        @media only screen and (max-width: 767px) {
          .top-menu__sub li:first-child {
            padding-top: 10px; } }
      .top-menu__sub li:hover a {
        -webkit-animation-name: menu-animation;
                animation-name: menu-animation; }
      .top-menu__sub li a {
        color: #323379;
        text-transform: unset;
        -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s; }
        .top-menu__sub li a:hover {
          color: #875CFF; }
      .top-menu__sub li::before {
        display: none; }

.footer-menu:not(:first-child) {
  margin-top: 65px; }
  @media only screen and (max-width: 1023px) {
    .footer-menu:not(:first-child) {
      margin-top: 55px; } }

.footer-menu__title {
  font-family: "ActayWide-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 24px;
  line-height: 1.17;
  color: #FFFFFF;
  text-transform: uppercase; }
  @media only screen and (max-width: 1023px) {
    .footer-menu__title {
      font-size: 20px; } }

.footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .footer-menu__list > li {
    margin-top: 25px; }
    @media only screen and (max-width: 1023px) {
      .footer-menu__list > li {
        margin-top: 15px; } }
    .footer-menu__list > li > a {
      font-family: "Actay-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: 18px;
      line-height: 1.2;
      color: #FFFFFF; }
      @media only screen and (max-width: 1023px) {
        .footer-menu__list > li > a {
          font-size: 16px; } }

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

.mfp-bg {
  background: #F0F3FF; }

.mfp-wrap ~ * {
  -webkit-filter: blur(25px);
          filter: blur(25px); }

.popup {
  position: relative;
  margin: 0 auto;
  padding: 52px 63px;
  width: 100%;
  max-width: 1600px;
  background: transparent; }
  .popup .popup-modal-close {
    position: absolute;
    right: 30px;
    top: 30px;
    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;
    font-size: 32px;
    color: #522E9C;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 2; }
    .popup .popup-modal-close .icn {
      color: #5556E0;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
  .popup .popup-modal-close:hover .icn {
    color: blue;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .gallery > a {
    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;
    overflow: hidden;
    width: calc(100% / 3 - 16px);
    height: 300px; }
    .gallery > a img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.popup-form-feedback {
  max-width: 840px;
  margin: 0 auto; }
  @media only screen and (max-width: 1199px) {
    .popup-form-feedback {
      padding-left: 30px;
      padding-right: 30px; } }

#thank {
  background: #FFFFFF; }
  #thank .popup-modal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.slider-wrap {
  position: relative;
  overflow: hidden; }

.swiper-pagination {
  bottom: 0; }
  @media only screen and (min-width: 768px) {
    .swiper-pagination {
      display: none; } }
  .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 2px solid #5556E0;
    background: transparent;
    border-radius: 0;
    opacity: 1; }
    .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
      margin-left: 10px; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: #5556E0; }

@media only screen and (max-width: 767px) {
  .slider-logo {
    padding-bottom: 22px; } }

.slider-logo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 110px; }
  @media only screen and (max-width: 1023px) {
    .slider-logo__img {
      padding: 20px; } }

.slider-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1023px) {
    .slider-case {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .slider-case {
      margin-top: 25px;
      padding: 0 20px; } }
  .slider-case__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% / 4 - 26px); }
    @media only screen and (max-width: 1199px) {
      .slider-case__item {
        width: calc(100% / 2 - 26px);
        height: auto; } }
    @media only screen and (max-width: 767px) {
      .slider-case__item {
        width: 208px;
        height: 100%; } }
    .slider-case__item:not(:first-child) {
      margin-left: 35px; }
    @media only screen and (max-width: 1199px) {
      .slider-case__item:nth-child(2n+3) {
        margin-left: 0; } }
    .slider-case__item:nth-child(1) .slider-case__img, .slider-case__item:nth-child(4n+1) .slider-case__img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-top: 50px;
      height: 350px; }
      @media only screen and (max-width: 1199px) {
        .slider-case__item:nth-child(1) .slider-case__img, .slider-case__item:nth-child(4n+1) .slider-case__img {
          margin-left: 60px;
          margin-top: 0; } }
      @media only screen and (max-width: 767px) {
        .slider-case__item:nth-child(1) .slider-case__img, .slider-case__item:nth-child(4n+1) .slider-case__img {
          margin-left: 20px;
          margin-left: 0; } }
      .slider-case__item:nth-child(1) .slider-case__img::before, .slider-case__item:nth-child(4n+1) .slider-case__img::before {
        width: 65%;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='78' height='240' viewBox='0 0 78 240' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_345_162)'%3e%3crect x='72' y='24' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='30' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='18' width='6' height='6' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 24)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 30)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 18)' fill='%235556E0'/%3e%3crect x='54' y='6' width='6' height='6' transform='rotate(-90 54 6)' fill='%235556E0'/%3e%3crect x='18' y='6' width='6' height='6' transform='rotate(-90 18 6)' fill='%235556E0'/%3e%3crect x='48' y='6' width='6' height='6' transform='rotate(-90 48 6)' fill='%235556E0'/%3e%3crect x='12' y='6' width='6' height='6' transform='rotate(-90 12 6)' fill='%235556E0'/%3e%3crect x='60' y='6' width='6' height='6' transform='rotate(-90 60 6)' fill='%235556E0'/%3e%3crect x='24' y='6' width='6' height='6' transform='rotate(-90 24 6)' fill='%235556E0'/%3e%3crect x='66' y='12' width='6' height='6' transform='rotate(-90 66 12)' fill='%235556E0'/%3e%3crect x='30' y='12' width='6' height='6' transform='rotate(-90 30 12)' fill='%235556E0'/%3e%3crect x='72' y='18' width='6' height='6' transform='rotate(-90 72 18)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 6 18)' fill='%235556E0'/%3e%3crect x='36' y='72' width='6' height='6' transform='rotate(-90 36 72)' fill='%235556E0'/%3e%3crect x='36' y='18' width='6' height='6' transform='rotate(-90 36 18)' fill='%235556E0'/%3e%3crect x='42' y='12' width='6' height='6' transform='rotate(-90 42 12)' fill='%235556E0'/%3e%3crect x='6' y='12' width='6' height='6' transform='rotate(-90 6 12)' fill='%235556E0'/%3e%3crect x='42' y='66' width='6' height='6' transform='rotate(-90 42 66)' fill='%235556E0'/%3e%3crect x='48' y='60' width='6' height='6' transform='rotate(-90 48 60)' fill='%235556E0'/%3e%3crect x='54' y='54' width='6' height='6' transform='rotate(-90 54 54)' fill='%235556E0'/%3e%3crect x='60' y='48' width='6' height='6' transform='rotate(-90 60 48)' fill='%235556E0'/%3e%3crect x='66' y='42' width='6' height='6' transform='rotate(-90 66 42)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 12 42)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 36 66)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 30 60)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 24 54)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 18 48)' fill='%235556E0'/%3e%3c/g%3e%3cg clip-path='url(%23clip1_345_162)'%3e%3crect x='72' y='108' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='114' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='102' width='6' height='6' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 108)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 114)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 102)' fill='%235556E0'/%3e%3crect x='54' y='90' width='6' height='6' transform='rotate(-90 54 90)' fill='%235556E0'/%3e%3crect x='18' y='90' width='6' height='6' transform='rotate(-90 18 90)' fill='%235556E0'/%3e%3crect x='48' y='90' width='6' height='6' transform='rotate(-90 48 90)' fill='%235556E0'/%3e%3crect x='12' y='90' width='6' height='6' transform='rotate(-90 12 90)' fill='%235556E0'/%3e%3crect x='60' y='90' width='6' height='6' transform='rotate(-90 60 90)' fill='%235556E0'/%3e%3crect x='24' y='90' width='6' height='6' transform='rotate(-90 24 90)' fill='%235556E0'/%3e%3crect x='66' y='96' width='6' height='6' transform='rotate(-90 66 96)' fill='%235556E0'/%3e%3crect x='30' y='96' width='6' height='6' transform='rotate(-90 30 96)' fill='%235556E0'/%3e%3crect x='72' y='102' width='6' height='6' transform='rotate(-90 72 102)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 6 102)' fill='%235556E0'/%3e%3crect x='36' y='156' width='6' height='6' transform='rotate(-90 36 156)' fill='%235556E0'/%3e%3crect x='36' y='102' width='6' height='6' transform='rotate(-90 36 102)' fill='%235556E0'/%3e%3crect x='42' y='96' width='6' height='6' transform='rotate(-90 42 96)' fill='%235556E0'/%3e%3crect x='6' y='96' width='6' height='6' transform='rotate(-90 6 96)' fill='%235556E0'/%3e%3crect x='42' y='150' width='6' height='6' transform='rotate(-90 42 150)' fill='%235556E0'/%3e%3crect x='48' y='144' width='6' height='6' transform='rotate(-90 48 144)' fill='%235556E0'/%3e%3crect x='54' y='138' width='6' height='6' transform='rotate(-90 54 138)' fill='%235556E0'/%3e%3crect x='60' y='132' width='6' height='6' transform='rotate(-90 60 132)' fill='%235556E0'/%3e%3crect x='66' y='126' width='6' height='6' transform='rotate(-90 66 126)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 12 126)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 36 150)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 30 144)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 24 138)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 18 132)' fill='%235556E0'/%3e%3c/g%3e%3cg clip-path='url(%23clip2_345_162)'%3e%3crect x='72' y='192' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='198' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='186' width='6' height='6' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 192)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 198)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 186)' fill='%235556E0'/%3e%3crect x='54' y='174' width='6' height='6' transform='rotate(-90 54 174)' fill='%235556E0'/%3e%3crect x='18' y='174' width='6' height='6' transform='rotate(-90 18 174)' fill='%235556E0'/%3e%3crect x='48' y='174' width='6' height='6' transform='rotate(-90 48 174)' fill='%235556E0'/%3e%3crect x='12' y='174' width='6' height='6' transform='rotate(-90 12 174)' fill='%235556E0'/%3e%3crect x='60' y='174' width='6' height='6' transform='rotate(-90 60 174)' fill='%235556E0'/%3e%3crect x='24' y='174' width='6' height='6' transform='rotate(-90 24 174)' fill='%235556E0'/%3e%3crect x='66' y='180' width='6' height='6' transform='rotate(-90 66 180)' fill='%235556E0'/%3e%3crect x='30' y='180' width='6' height='6' transform='rotate(-90 30 180)' fill='%235556E0'/%3e%3crect x='72' y='186' width='6' height='6' transform='rotate(-90 72 186)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 6 186)' fill='%235556E0'/%3e%3crect x='36' y='240' width='6' height='6' transform='rotate(-90 36 240)' fill='%235556E0'/%3e%3crect x='36' y='186' width='6' height='6' transform='rotate(-90 36 186)' fill='%235556E0'/%3e%3crect x='42' y='180' width='6' height='6' transform='rotate(-90 42 180)' fill='%235556E0'/%3e%3crect x='6' y='180' width='6' height='6' transform='rotate(-90 6 180)' fill='%235556E0'/%3e%3crect x='42' y='234' width='6' height='6' transform='rotate(-90 42 234)' fill='%235556E0'/%3e%3crect x='48' y='228' width='6' height='6' transform='rotate(-90 48 228)' fill='%235556E0'/%3e%3crect x='54' y='222' width='6' height='6' transform='rotate(-90 54 222)' fill='%235556E0'/%3e%3crect x='60' y='216' width='6' height='6' transform='rotate(-90 60 216)' fill='%235556E0'/%3e%3crect x='66' y='210' width='6' height='6' transform='rotate(-90 66 210)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 12 210)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 36 234)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 30 228)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 24 222)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 18 216)' fill='%235556E0'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_345_162'%3e%3crect width='78' height='72' fill='white'/%3e%3c/clipPath%3e%3cclipPath id='clip1_345_162'%3e%3crect width='78' height='72' fill='white' transform='translate(0 84)'/%3e%3c/clipPath%3e%3cclipPath id='clip2_345_162'%3e%3crect width='78' height='72' fill='white' transform='translate(0 168)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e "); }
      .slider-case__item:nth-child(1) .slider-case__img::after, .slider-case__item:nth-child(4n+1) .slider-case__img::after {
        right: 0;
        top: -150px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='151' viewBox='0 0 60 151' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.3'%3e%3cline x1='30' y1='3.5' x2='60' y2='3.5' stroke='%235556E0'/%3e%3cline y1='150.5' x2='60' y2='150.5' stroke='%235556E0'/%3e%3cline x1='59.5' y1='151' x2='59.5' y2='3' stroke='%235556E0'/%3e%3ccircle cx='27.5' cy='3.5' r='3' transform='rotate(180 27.5 3.5)' stroke='%235556E0'/%3e%3c/g%3e%3c/svg%3e "); }
        @media only screen and (max-width: 1199px) {
          .slider-case__item:nth-child(1) .slider-case__img::after, .slider-case__item:nth-child(4n+1) .slider-case__img::after {
            top: -118px; } }
      .slider-case__item:nth-child(1) .slider-case__img img, .slider-case__item:nth-child(4n+1) .slider-case__img img {
        -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 24%, 74% 24%, 74% 100%);
                clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 24%, 74% 24%, 74% 100%); }
    .slider-case__item:nth-child(1) .slider-case__inner, .slider-case__item:nth-child(4n+1) .slider-case__inner {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      min-height: 175px; }
      @media only screen and (max-width: 1199px) {
        .slider-case__item:nth-child(1) .slider-case__inner, .slider-case__item:nth-child(4n+1) .slider-case__inner {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          min-height: unset; } }
      @media only screen and (max-width: 767px) {
        .slider-case__item:nth-child(1) .slider-case__inner, .slider-case__item:nth-child(4n+1) .slider-case__inner {
          padding: 0; } }
    @media only screen and (max-width: 1199px) {
      .slider-case__item:nth-child(1) .slider-case__desc, .slider-case__item:nth-child(4n+1) .slider-case__desc {
        margin-bottom: 8px; } }
    .slider-case__item:nth-child(2) .slider-case__img, .slider-case__item:nth-child(4n+2) .slider-case__img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-top: 50px;
      height: 300px; }
      @media only screen and (max-width: 1199px) {
        .slider-case__item:nth-child(2) .slider-case__img, .slider-case__item:nth-child(4n+2) .slider-case__img {
          margin-top: 0; } }
      @media only screen and (max-width: 767px) {
        .slider-case__item:nth-child(2) .slider-case__img, .slider-case__item:nth-child(4n+2) .slider-case__img {
          max-height: 207px; } }
      .slider-case__item:nth-child(2) .slider-case__img::before, .slider-case__item:nth-child(4n+2) .slider-case__img::before {
        height: 77%;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='108' height='90' viewBox='0 0 108 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='38' y='57' width='6' height='6' fill='%235556E0'/%3e%3crect x='56' y='39' width='6' height='6' fill='%235556E0'/%3e%3crect x='62' y='33' width='6' height='6' fill='%235556E0'/%3e%3crect x='32' y='51' width='6' height='6' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 50 51)' fill='%235556E0'/%3e%3crect x='26' y='45' width='6' height='6' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 56 45)' fill='%235556E0'/%3e%3crect x='12' y='78' width='6' height='6' fill='%235556E0'/%3e%3crect x='96' y='30' width='6' height='6' fill='%235556E0'/%3e%3crect x='48' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='30' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='66' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='78' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='96' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='18' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='54' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='90' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='42' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' y='84' width='6' height='6' fill='%235556E0'/%3e%3crect y='66' width='6' height='6' transform='rotate(-90 0 66)' fill='%235556E0'/%3e%3crect y='59.9998' width='6' height='6' transform='rotate(-90 0 59.9998)' fill='%235556E0'/%3e%3crect y='47.9998' width='6' height='6' transform='rotate(-90 0 47.9998)' fill='%235556E0'/%3e%3crect y='72' width='6' height='6' transform='rotate(-90 0 72)' fill='%235556E0'/%3e%3crect y='54' width='6' height='6' transform='rotate(-90 0 54)' fill='%235556E0'/%3e%3crect y='42' width='6' height='6' transform='rotate(-90 0 42)' fill='%235556E0'/%3e%3crect y='36' width='6' height='6' transform='rotate(-90 0 36)' fill='%235556E0'/%3e%3crect y='30' width='6' height='6' transform='rotate(-90 0 30)' fill='%235556E0'/%3e%3crect y='42' width='6' height='6' transform='rotate(-90 0 42)' fill='%235556E0'/%3e%3crect y='35.9998' width='6' height='6' transform='rotate(-90 0 35.9998)' fill='%235556E0'/%3e%3crect y='23.9998' width='6' height='6' transform='rotate(-90 0 23.9998)' fill='%235556E0'/%3e%3crect y='48' width='6' height='6' transform='rotate(-90 0 48)' fill='%235556E0'/%3e%3crect y='30' width='6' height='6' transform='rotate(-90 0 30)' fill='%235556E0'/%3e%3crect y='18' width='6' height='6' transform='rotate(-90 0 18)' fill='%235556E0'/%3e%3crect y='12' width='6' height='6' transform='rotate(-90 0 12)' fill='%235556E0'/%3e%3crect x='90' y='66' width='6' height='6' transform='rotate(-90 90 66)' fill='%235556E0'/%3e%3crect x='90' y='59.9998' width='6' height='6' transform='rotate(-90 90 59.9998)' fill='%235556E0'/%3e%3crect x='90' y='47.9998' width='6' height='6' transform='rotate(-90 90 47.9998)' fill='%235556E0'/%3e%3crect x='90' y='72' width='6' height='6' transform='rotate(-90 90 72)' fill='%235556E0'/%3e%3crect x='90' y='54' width='6' height='6' transform='rotate(-90 90 54)' fill='%235556E0'/%3e%3crect x='90' y='42' width='6' height='6' transform='rotate(-90 90 42)' fill='%235556E0'/%3e%3crect x='90' y='36' width='6' height='6' transform='rotate(-90 90 36)' fill='%235556E0'/%3e%3crect x='90' y='30' width='6' height='6' transform='rotate(-90 90 30)' fill='%235556E0'/%3e%3crect x='102' y='78' width='6' height='6' transform='rotate(-90 102 78)' fill='%235556E0'/%3e%3crect x='102' y='71.9998' width='6' height='6' transform='rotate(-90 102 71.9998)' fill='%235556E0'/%3e%3crect x='102' y='59.9998' width='6' height='6' transform='rotate(-90 102 59.9998)' fill='%235556E0'/%3e%3crect x='102' y='84' width='6' height='6' transform='rotate(-90 102 84)' fill='%235556E0'/%3e%3crect x='102' y='66' width='6' height='6' transform='rotate(-90 102 66)' fill='%235556E0'/%3e%3crect x='102' y='54' width='6' height='6' transform='rotate(-90 102 54)' fill='%235556E0'/%3e%3crect x='102' y='48' width='6' height='6' transform='rotate(-90 102 48)' fill='%235556E0'/%3e%3crect x='102' y='42' width='6' height='6' transform='rotate(-90 102 42)' fill='%235556E0'/%3e%3crect x='12' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='48' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='30' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='66' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='78' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='18' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='54' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='6' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='42' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='60' y='72' width='6' height='6' fill='%235556E0'/%3e%3crect x='48' y='18' width='6' height='6' fill='%235556E0'/%3e%3crect x='42' y='12' width='6' height='6' fill='%235556E0'/%3e%3crect x='42' y='6' width='6' height='6' fill='%235556E0'/%3e%3crect x='66' y='18' width='6' height='6' fill='%235556E0'/%3e%3crect x='78' y='18' width='6' height='6' fill='%235556E0'/%3e%3crect x='54' y='18' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='18' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='18' width='6' height='6' fill='%235556E0'/%3e%3crect x='12' width='6' height='6' fill='%235556E0'/%3e%3crect x='30' width='6' height='6' fill='%235556E0'/%3e%3crect x='18' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' width='6' height='6' fill='%235556E0'/%3e%3crect x='6' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' width='6' height='6' fill='%235556E0'/%3e%3crect x='60' y='18' width='6' height='6' fill='%235556E0'/%3e%3crect x='60' y='84' width='6' height='6' fill='%235556E0'/%3e%3c/svg%3e "); }
      .slider-case__item:nth-child(2) .slider-case__img::after, .slider-case__item:nth-child(4n+2) .slider-case__img::after {
        right: -60px;
        top: -150px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='151' viewBox='0 0 60 151' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.3'%3e%3cline x1='30' y1='3.5' x2='60' y2='3.5' stroke='%235556E0'/%3e%3cline y1='150.5' x2='60' y2='150.5' stroke='%235556E0'/%3e%3cline x1='59.5' y1='151' x2='59.5' y2='3' stroke='%235556E0'/%3e%3ccircle cx='27.5' cy='3.5' r='3' transform='rotate(180 27.5 3.5)' stroke='%235556E0'/%3e%3c/g%3e%3c/svg%3e "); }
        @media only screen and (max-width: 1199px) {
          .slider-case__item:nth-child(2) .slider-case__img::after, .slider-case__item:nth-child(4n+2) .slider-case__img::after {
            top: -118px; } }
      .slider-case__item:nth-child(2) .slider-case__img img, .slider-case__item:nth-child(4n+2) .slider-case__img img {
        -webkit-clip-path: polygon(0% 77%, 0% 0%, 100% 0%, 100% 100%, 65% 100%, 65% 77%);
                clip-path: polygon(0% 77%, 0% 0%, 100% 0%, 100% 100%, 65% 100%, 65% 77%); }
    .slider-case__item:nth-child(2) .slider-case__inner, .slider-case__item:nth-child(4n+2) .slider-case__inner {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      min-height: 175px; }
      @media only screen and (max-width: 1199px) {
        .slider-case__item:nth-child(2) .slider-case__inner, .slider-case__item:nth-child(4n+2) .slider-case__inner {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          min-height: unset; } }
      @media only screen and (max-width: 767px) {
        .slider-case__item:nth-child(2) .slider-case__inner, .slider-case__item:nth-child(4n+2) .slider-case__inner {
          padding: 0; } }
    @media only screen and (max-width: 1199px) {
      .slider-case__item:nth-child(2) .slider-case__desc, .slider-case__item:nth-child(4n+2) .slider-case__desc {
        margin-bottom: 8px; } }
    @media only screen and (max-width: 1199px) {
      .slider-case__item:nth-child(3), .slider-case__item:nth-child(4n+3) {
        margin-top: 50px; } }
    @media only screen and (max-width: 767px) {
      .slider-case__item:nth-child(3), .slider-case__item:nth-child(4n+3) {
        margin-top: 0; } }
    @media only screen and (max-width: 1199px) {
      .slider-case__item:nth-child(3) .slider-case__inner, .slider-case__item:nth-child(4n+3) .slider-case__inner {
        padding-left: 60px; } }
    @media only screen and (max-width: 767px) {
      .slider-case__item:nth-child(3) .slider-case__inner, .slider-case__item:nth-child(4n+3) .slider-case__inner {
        padding-left: 0; } }
    .slider-case__item:nth-child(3) .slider-case__img, .slider-case__item:nth-child(4n+3) .slider-case__img {
      margin-top: -200px;
      margin-bottom: 50px;
      height: 425px; }
      @media only screen and (max-width: 1199px) {
        .slider-case__item:nth-child(3) .slider-case__img, .slider-case__item:nth-child(4n+3) .slider-case__img {
          margin-top: 0;
          margin-left: 60px; } }
      @media only screen and (max-width: 767px) {
        .slider-case__item:nth-child(3) .slider-case__img, .slider-case__item:nth-child(4n+3) .slider-case__img {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          margin-top: 8px;
          max-height: 292px;
          margin-left: 0; } }
      .slider-case__item:nth-child(3) .slider-case__img::before, .slider-case__item:nth-child(4n+3) .slider-case__img::before {
        top: unset;
        bottom: 0;
        height: 82%;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='120' height='263' viewBox='0 0 120 263' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 96 251)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 102 245)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 108 239)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 114 233)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 30 203)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 24 209)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 42 143)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 36 149)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 102 143)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 96 155)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 102 149)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 102 209)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 108 203)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 114 203)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 120 203)' fill='%235556E0'/%3e%3crect x='24' y='179' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' y='173' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' y='167' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' y='161' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' y='191' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' y='185' width='6' height='6' fill='%235556E0'/%3e%3crect x='24' y='197' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' y='185' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' y='179' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' y='173' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' y='167' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' y='191' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='179' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='161' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='173' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='191' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='185' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='167' width='6' height='6' fill='%235556E0'/%3e%3crect x='84' y='197' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='179' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='173' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='191' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='185' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='197' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='155' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='149' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='167' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='161' width='6' height='6' fill='%235556E0'/%3e%3crect x='102' y='173' width='6' height='6' fill='%235556E0'/%3e%3crect x='36' y='209' width='6' height='6' transform='rotate(-90 36 209)' fill='%235556E0'/%3e%3crect x='30' y='209' width='6' height='6' transform='rotate(-90 30 209)' fill='%235556E0'/%3e%3crect x='48' y='209' width='6' height='6' transform='rotate(-90 48 209)' fill='%235556E0'/%3e%3crect x='42' y='209' width='6' height='6' transform='rotate(-90 42 209)' fill='%235556E0'/%3e%3crect x='54' y='209' width='6' height='6' transform='rotate(-90 54 209)' fill='%235556E0'/%3e%3crect x='48' y='149' width='6' height='6' transform='rotate(-90 48 149)' fill='%235556E0'/%3e%3crect x='42' y='149' width='6' height='6' transform='rotate(-90 42 149)' fill='%235556E0'/%3e%3crect x='60' y='149' width='6' height='6' transform='rotate(-90 60 149)' fill='%235556E0'/%3e%3crect x='54' y='149' width='6' height='6' transform='rotate(-90 54 149)' fill='%235556E0'/%3e%3crect x='66' y='149' width='6' height='6' transform='rotate(-90 66 149)' fill='%235556E0'/%3e%3crect x='72' y='149' width='6' height='6' transform='rotate(-90 72 149)' fill='%235556E0'/%3e%3crect x='66' y='149' width='6' height='6' transform='rotate(-90 66 149)' fill='%235556E0'/%3e%3crect x='84' y='149' width='6' height='6' transform='rotate(-90 84 149)' fill='%235556E0'/%3e%3crect x='78' y='149' width='6' height='6' transform='rotate(-90 78 149)' fill='%235556E0'/%3e%3crect x='90' y='149' width='6' height='6' transform='rotate(-90 90 149)' fill='%235556E0'/%3e%3crect x='30' y='161' width='6' height='6' transform='rotate(-90 30 161)' fill='%235556E0'/%3e%3crect x='24' y='161' width='6' height='6' transform='rotate(-90 24 161)' fill='%235556E0'/%3e%3crect x='42' y='161' width='6' height='6' transform='rotate(-90 42 161)' fill='%235556E0'/%3e%3crect x='36' y='161' width='6' height='6' transform='rotate(-90 36 161)' fill='%235556E0'/%3e%3crect x='48' y='161' width='6' height='6' transform='rotate(-90 48 161)' fill='%235556E0'/%3e%3crect x='60' y='161' width='6' height='6' transform='rotate(-90 60 161)' fill='%235556E0'/%3e%3crect x='54' y='161' width='6' height='6' transform='rotate(-90 54 161)' fill='%235556E0'/%3e%3crect x='72' y='161' width='6' height='6' transform='rotate(-90 72 161)' fill='%235556E0'/%3e%3crect x='66' y='161' width='6' height='6' transform='rotate(-90 66 161)' fill='%235556E0'/%3e%3crect x='78' y='161' width='6' height='6' transform='rotate(-90 78 161)' fill='%235556E0'/%3e%3crect x='54' y='209' width='6' height='6' transform='rotate(-90 54 209)' fill='%235556E0'/%3e%3crect x='48' y='209' width='6' height='6' transform='rotate(-90 48 209)' fill='%235556E0'/%3e%3crect x='66' y='209' width='6' height='6' transform='rotate(-90 66 209)' fill='%235556E0'/%3e%3crect x='78' y='209' width='6' height='6' transform='rotate(-90 78 209)' fill='%235556E0'/%3e%3crect x='84' y='209' width='6' height='6' transform='rotate(-90 84 209)' fill='%235556E0'/%3e%3crect x='90' y='203' width='6' height='6' transform='rotate(-90 90 203)' fill='%235556E0'/%3e%3crect x='96' y='197' width='6' height='6' transform='rotate(-90 96 197)' fill='%235556E0'/%3e%3crect x='60' y='209' width='6' height='6' transform='rotate(-90 60 209)' fill='%235556E0'/%3e%3crect x='72' y='209' width='6' height='6' transform='rotate(-90 72 209)' fill='%235556E0'/%3e%3crect x='90' y='215' width='6' height='6' fill='%235556E0'/%3e%3crect x='90' y='221' width='6' height='6' fill='%235556E0'/%3e%3crect x='90' y='227' width='6' height='6' fill='%235556E0'/%3e%3crect x='90' y='233' width='6' height='6' fill='%235556E0'/%3e%3crect x='114' y='209' width='6' height='6' fill='%235556E0'/%3e%3crect x='114' y='215' width='6' height='6' fill='%235556E0'/%3e%3crect x='114' y='221' width='6' height='6' fill='%235556E0'/%3e%3crect x='114' y='227' width='6' height='6' fill='%235556E0'/%3e%3crect x='12' y='215' width='6' height='6' fill='%235556E0'/%3e%3crect x='12' y='221' width='6' height='6' fill='%235556E0'/%3e%3crect x='12' y='227' width='6' height='6' fill='%235556E0'/%3e%3crect x='12' y='233' width='6' height='6' fill='%235556E0'/%3e%3crect x='18' y='221' width='6' height='6' transform='rotate(-90 18 221)' fill='%235556E0'/%3e%3crect x='24' y='221' width='6' height='6' transform='rotate(-90 24 221)' fill='%235556E0'/%3e%3crect x='30' y='221' width='6' height='6' transform='rotate(-90 30 221)' fill='%235556E0'/%3e%3crect x='36' y='221' width='6' height='6' transform='rotate(-90 36 221)' fill='%235556E0'/%3e%3crect x='42' y='221' width='6' height='6' transform='rotate(-90 42 221)' fill='%235556E0'/%3e%3crect x='54' y='221' width='6' height='6' transform='rotate(-90 54 221)' fill='%235556E0'/%3e%3crect x='48' y='221' width='6' height='6' transform='rotate(-90 48 221)' fill='%235556E0'/%3e%3crect x='60' y='221' width='6' height='6' transform='rotate(-90 60 221)' fill='%235556E0'/%3e%3crect x='54' y='221' width='6' height='6' transform='rotate(-90 54 221)' fill='%235556E0'/%3e%3crect x='60' y='221' width='6' height='6' transform='rotate(-90 60 221)' fill='%235556E0'/%3e%3crect x='72' y='221' width='6' height='6' transform='rotate(-90 72 221)' fill='%235556E0'/%3e%3crect x='66' y='221' width='6' height='6' transform='rotate(-90 66 221)' fill='%235556E0'/%3e%3crect x='78' y='221' width='6' height='6' transform='rotate(-90 78 221)' fill='%235556E0'/%3e%3crect x='84' y='221' width='6' height='6' transform='rotate(-90 84 221)' fill='%235556E0'/%3e%3crect x='36' y='263' width='6' height='6' transform='rotate(-90 36 263)' fill='%235556E0'/%3e%3crect x='6' y='263' width='6' height='6' transform='rotate(-90 6 263)' fill='%235556E0'/%3e%3crect y='263' width='6' height='6' transform='rotate(-90 0 263)' fill='%235556E0'/%3e%3crect y='257' width='6' height='6' transform='rotate(-90 0 257)' fill='%235556E0'/%3e%3crect x='6' y='251' width='6' height='6' transform='rotate(-90 6 251)' fill='%235556E0'/%3e%3crect x='21' y='236' width='6' height='6' transform='rotate(-90 21 236)' fill='%235556E0'/%3e%3crect x='81' y='236' width='6' height='6' transform='rotate(-90 81 236)' fill='%235556E0'/%3e%3crect x='69' y='230' width='6' height='6' transform='rotate(-90 69 230)' fill='%235556E0'/%3e%3crect x='75' y='230' width='6' height='6' transform='rotate(-90 75 230)' fill='%235556E0'/%3e%3crect x='81' y='230' width='6' height='6' transform='rotate(-90 81 230)' fill='%235556E0'/%3e%3crect x='48' y='263' width='6' height='6' transform='rotate(-90 48 263)' fill='%235556E0'/%3e%3crect x='66' y='263' width='6' height='6' transform='rotate(-90 66 263)' fill='%235556E0'/%3e%3crect x='18' y='263' width='6' height='6' transform='rotate(-90 18 263)' fill='%235556E0'/%3e%3crect x='60' y='263' width='6' height='6' transform='rotate(-90 60 263)' fill='%235556E0'/%3e%3crect x='78' y='263' width='6' height='6' transform='rotate(-90 78 263)' fill='%235556E0'/%3e%3crect x='84' y='263' width='6' height='6' transform='rotate(-90 84 263)' fill='%235556E0'/%3e%3crect x='30' y='263' width='6' height='6' transform='rotate(-90 30 263)' fill='%235556E0'/%3e%3crect x='42' y='263' width='6' height='6' transform='rotate(-90 42 263)' fill='%235556E0'/%3e%3crect x='12' y='263' width='6' height='6' transform='rotate(-90 12 263)' fill='%235556E0'/%3e%3crect x='54' y='263' width='6' height='6' transform='rotate(-90 54 263)' fill='%235556E0'/%3e%3crect x='72' y='263' width='6' height='6' transform='rotate(-90 72 263)' fill='%235556E0'/%3e%3crect x='24' y='263' width='6' height='6' transform='rotate(-90 24 263)' fill='%235556E0'/%3e%3crect x='42' y='245' width='6' height='6' transform='rotate(-90 42 245)' fill='%235556E0'/%3e%3crect x='12' y='245' width='6' height='6' transform='rotate(-90 12 245)' fill='%235556E0'/%3e%3crect x='54' y='245' width='6' height='6' transform='rotate(-90 54 245)' fill='%235556E0'/%3e%3crect x='66' y='245' width='6' height='6' transform='rotate(-90 66 245)' fill='%235556E0'/%3e%3crect x='78' y='245' width='6' height='6' transform='rotate(-90 78 245)' fill='%235556E0'/%3e%3crect x='24' y='245' width='6' height='6' transform='rotate(-90 24 245)' fill='%235556E0'/%3e%3crect x='84' y='245' width='6' height='6' transform='rotate(-90 84 245)' fill='%235556E0'/%3e%3crect x='90' y='245' width='6' height='6' transform='rotate(-90 90 245)' fill='%235556E0'/%3e%3crect x='36' y='245' width='6' height='6' transform='rotate(-90 36 245)' fill='%235556E0'/%3e%3crect x='48' y='245' width='6' height='6' transform='rotate(-90 48 245)' fill='%235556E0'/%3e%3crect x='18' y='245' width='6' height='6' transform='rotate(-90 18 245)' fill='%235556E0'/%3e%3crect x='60' y='245' width='6' height='6' transform='rotate(-90 60 245)' fill='%235556E0'/%3e%3crect x='72' y='245' width='6' height='6' transform='rotate(-90 72 245)' fill='%235556E0'/%3e%3crect x='30' y='245' width='6' height='6' transform='rotate(-90 30 245)' fill='%235556E0'/%3e%3crect x='65' y='101' width='6' height='6' fill='%235556E0'/%3e%3crect x='65' y='83' width='6' height='6' fill='%235556E0'/%3e%3crect x='65' y='95' width='6' height='6' fill='%235556E0'/%3e%3crect x='65' y='113' width='6' height='6' fill='%235556E0'/%3e%3crect x='65' y='107' width='6' height='6' fill='%235556E0'/%3e%3crect x='65' y='89' width='6' height='6' fill='%235556E0'/%3e%3crect x='65' y='119' width='6' height='6' fill='%235556E0'/%3e%3crect x='95' y='83' width='6' height='6' transform='rotate(-90 95 83)' fill='%235556E0'/%3e%3crect x='77' y='83' width='6' height='6' transform='rotate(-90 77 83)' fill='%235556E0'/%3e%3crect x='71' y='83' width='6' height='6' transform='rotate(-90 71 83)' fill='%235556E0'/%3e%3crect x='89' y='83' width='6' height='6' transform='rotate(-90 89 83)' fill='%235556E0'/%3e%3crect x='101' y='83' width='6' height='6' transform='rotate(-90 101 83)' fill='%235556E0'/%3e%3crect x='107' y='77' width='6' height='6' transform='rotate(-90 107 77)' fill='%235556E0'/%3e%3crect x='113' y='71' width='6' height='6' transform='rotate(-90 113 71)' fill='%235556E0'/%3e%3crect x='113' y='65' width='6' height='6' transform='rotate(-90 113 65)' fill='%235556E0'/%3e%3crect x='113' y='59' width='6' height='6' transform='rotate(-90 113 59)' fill='%235556E0'/%3e%3crect x='83' y='83' width='6' height='6' transform='rotate(-90 83 83)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 41 83)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 59 83)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 65 83)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 47 83)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 35 83)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 29 77)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 23 71)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 23 65)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 23 59)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 53 83)' fill='%235556E0'/%3e%3crect x='62' y='6' width='6' height='6' transform='rotate(-90 62 6)' fill='%235556E0'/%3e%3crect x='68' y='6' width='6' height='6' transform='rotate(-90 68 6)' fill='%235556E0'/%3e%3crect x='62' y='24' width='6' height='6' transform='rotate(-90 62 24)' fill='%235556E0'/%3e%3crect x='68' y='24' width='6' height='6' transform='rotate(-90 68 24)' fill='%235556E0'/%3e%3crect x='80' y='18' width='6' height='6' transform='rotate(180 80 18)' fill='%235556E0'/%3e%3crect x='80' y='12' width='6' height='6' transform='rotate(180 80 12)' fill='%235556E0'/%3e%3crect x='62' y='18' width='6' height='6' transform='rotate(180 62 18)' fill='%235556E0'/%3e%3crect x='62' y='12' width='6' height='6' transform='rotate(180 62 12)' fill='%235556E0'/%3e%3crect x='32' y='30' width='6' height='6' transform='rotate(-90 32 30)' fill='%235556E0'/%3e%3crect x='38' y='30' width='6' height='6' transform='rotate(-90 38 30)' fill='%235556E0'/%3e%3crect x='32' y='48' width='6' height='6' transform='rotate(-90 32 48)' fill='%235556E0'/%3e%3crect x='38' y='48' width='6' height='6' transform='rotate(-90 38 48)' fill='%235556E0'/%3e%3crect x='50' y='42' width='6' height='6' transform='rotate(180 50 42)' fill='%235556E0'/%3e%3crect x='50' y='36' width='6' height='6' transform='rotate(180 50 36)' fill='%235556E0'/%3e%3crect x='32' y='42' width='6' height='6' transform='rotate(180 32 42)' fill='%235556E0'/%3e%3crect x='32' y='36' width='6' height='6' transform='rotate(180 32 36)' fill='%235556E0'/%3e%3crect x='92' y='30' width='6' height='6' transform='rotate(-90 92 30)' fill='%235556E0'/%3e%3crect x='98' y='30' width='6' height='6' transform='rotate(-90 98 30)' fill='%235556E0'/%3e%3crect x='92' y='48' width='6' height='6' transform='rotate(-90 92 48)' fill='%235556E0'/%3e%3crect x='98' y='48' width='6' height='6' transform='rotate(-90 98 48)' fill='%235556E0'/%3e%3crect x='110' y='42' width='6' height='6' transform='rotate(180 110 42)' fill='%235556E0'/%3e%3crect x='110' y='36' width='6' height='6' transform='rotate(180 110 36)' fill='%235556E0'/%3e%3crect x='92' y='42' width='6' height='6' transform='rotate(180 92 42)' fill='%235556E0'/%3e%3crect x='92' y='36' width='6' height='6' transform='rotate(180 92 36)' fill='%235556E0'/%3e%3c/svg%3e "); }
      .slider-case__item:nth-child(3) .slider-case__img::after, .slider-case__item:nth-child(4n+3) .slider-case__img::after {
        left: -60px;
        bottom: -110px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='151' viewBox='0 0 60 151' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.3'%3e%3cline x1='30' y1='147.5' x2='4.37114e-08' y2='147.5' stroke='%235556E0'/%3e%3cline x1='60' y1='0.5' y2='0.5' stroke='%235556E0'/%3e%3cline x1='0.5' y1='-2.18557e-08' x2='0.500006' y2='148' stroke='%235556E0'/%3e%3ccircle cx='32.5' cy='147.5' r='3' stroke='%235556E0'/%3e%3c/g%3e%3c/svg%3e "); }
      .slider-case__item:nth-child(3) .slider-case__img img, .slider-case__item:nth-child(4n+3) .slider-case__img img {
        -webkit-clip-path: polygon(0% 100%, 0% 0%, 35% 0%, 35% 18%, 100% 18%, 100% 100%);
                clip-path: polygon(0% 100%, 0% 0%, 35% 0%, 35% 18%, 100% 18%, 100% 100%); }
    @media only screen and (max-width: 1199px) {
      .slider-case__item:nth-child(4), .slider-case__item:nth-child(4n+4) {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-top: 50px; } }
    @media only screen and (max-width: 767px) {
      .slider-case__item:nth-child(4), .slider-case__item:nth-child(4n+4) {
        margin-top: 0; } }
    .slider-case__item:nth-child(4) .slider-case__img, .slider-case__item:nth-child(4n+4) .slider-case__img {
      margin-bottom: 50px;
      height: 225px; }
      @media only screen and (max-width: 767px) {
        .slider-case__item:nth-child(4) .slider-case__img, .slider-case__item:nth-child(4n+4) .slider-case__img {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      @media only screen and (max-width: 767px) {
        .slider-case__item:nth-child(4) .slider-case__img, .slider-case__item:nth-child(4n+4) .slider-case__img {
          margin-top: 8px; } }
      .slider-case__item:nth-child(4) .slider-case__img::before, .slider-case__item:nth-child(4n+4) .slider-case__img::before {
        width: 77%;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='78' height='102' viewBox='0 0 78 102' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='24' y='6' width='6' height='6' transform='rotate(-90 24 6)' fill='%235556E0'/%3e%3crect x='36' y='6' width='6' height='6' transform='rotate(-90 36 6)' fill='%235556E0'/%3e%3crect x='48' y='6' width='6' height='6' transform='rotate(-90 48 6)' fill='%235556E0'/%3e%3crect x='30' y='6' width='6' height='6' transform='rotate(-90 30 6)' fill='%235556E0'/%3e%3crect x='42' y='6' width='6' height='6' transform='rotate(-90 42 6)' fill='%235556E0'/%3e%3crect x='54' y='12' width='6' height='6' transform='rotate(-90 54 12)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 24 12)' fill='%235556E0'/%3e%3crect x='60' y='18' width='6' height='6' transform='rotate(-90 60 18)' fill='%235556E0'/%3e%3crect x='66' y='24' width='6' height='6' transform='rotate(-90 66 24)' fill='%235556E0'/%3e%3crect x='6' y='24' width='6' height='6' transform='rotate(-90 6 24)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 18 18)' fill='%235556E0'/%3e%3crect x='72' y='48' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='54' width='6' height='6' fill='%235556E0'/%3e%3crect x='72' y='42' width='6' height='6' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 48)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 54)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 0 0 1 6 42)' fill='%235556E0'/%3e%3crect x='72' y='42' width='6' height='6' transform='rotate(-90 72 42)' fill='%235556E0'/%3e%3crect x='72' y='36' width='6' height='6' transform='rotate(-90 72 36)' fill='%235556E0'/%3e%3crect x='72' y='30' width='6' height='6' transform='rotate(-90 72 30)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 6 42)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 6 36)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 6 30)' fill='%235556E0'/%3e%3crect x='66' y='66' width='6' height='6' transform='rotate(-90 66 66)' fill='%235556E0'/%3e%3crect x='66' y='72' width='6' height='6' transform='rotate(-90 66 72)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 12 66)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 12 72)' fill='%235556E0'/%3e%3crect x='36' y='102' width='6' height='6' transform='rotate(-90 36 102)' fill='%235556E0'/%3e%3crect x='42' y='96' width='6' height='6' transform='rotate(-90 42 96)' fill='%235556E0'/%3e%3crect x='48' y='90' width='6' height='6' transform='rotate(-90 48 90)' fill='%235556E0'/%3e%3crect x='54' y='84' width='6' height='6' transform='rotate(-90 54 84)' fill='%235556E0'/%3e%3crect x='60' y='78' width='6' height='6' transform='rotate(-90 60 78)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 36 96)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 30 90)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 24 84)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 18 78)' fill='%235556E0'/%3e%3crect x='33' y='30' width='6' height='6' transform='rotate(-90 33 30)' fill='%235556E0'/%3e%3crect x='39' y='30' width='6' height='6' transform='rotate(-90 39 30)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-4.37114e-08 1 1 4.37114e-08 33 54)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-4.37114e-08 1 1 4.37114e-08 39 54)' fill='%235556E0'/%3e%3crect x='45' y='36' width='6' height='6' transform='rotate(-90 45 36)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-4.37114e-08 1 1 4.37114e-08 45 48)' fill='%235556E0'/%3e%3crect x='27' y='42' width='6' height='6' transform='rotate(180 27 42)' fill='%235556E0'/%3e%3crect x='27' y='48' width='6' height='6' transform='rotate(180 27 48)' fill='%235556E0'/%3e%3crect x='57' y='42' width='6' height='6' transform='rotate(180 57 42)' fill='%235556E0'/%3e%3crect x='57' y='48' width='6' height='6' transform='rotate(180 57 48)' fill='%235556E0'/%3e%3crect x='33' y='36' width='6' height='6' transform='rotate(180 33 36)' fill='%235556E0'/%3e%3crect width='6' height='6' transform='matrix(-1 -8.74228e-08 -8.74228e-08 1 33 48)' fill='%235556E0'/%3e%3c/svg%3e "); }
      .slider-case__item:nth-child(4) .slider-case__img::after, .slider-case__item:nth-child(4n+4) .slider-case__img::after {
        right: 10px;
        bottom: -110px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='151' viewBox='0 0 60 151' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.3'%3e%3cline y1='-0.5' x2='30' y2='-0.5' transform='matrix(1 8.74228e-08 8.74228e-08 -1 30 147)' stroke='%235556E0'/%3e%3cline y1='-0.5' x2='60' y2='-0.5' transform='matrix(1 0 0 -1 0 0)' stroke='%235556E0'/%3e%3cline y1='-0.5' x2='148' y2='-0.5' transform='matrix(-4.37114e-08 1 1 4.37114e-08 60 0)' stroke='%235556E0'/%3e%3ccircle cx='3.5' cy='3.5' r='3' transform='matrix(-1 0 0 1 31 144)' stroke='%235556E0'/%3e%3c/g%3e%3c/svg%3e "); }
      .slider-case__item:nth-child(4) .slider-case__img img, .slider-case__item:nth-child(4n+4) .slider-case__img img {
        -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 33%, 77% 33%, 77% 100%);
                clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 33%, 77% 33%, 77% 100%); }
    @media only screen and (max-width: 767px) {
      .slider-case__item:nth-child(4) .slider-case__inner, .slider-case__item:nth-child(4n+4) .slider-case__inner {
        padding: 0; } }
  .slider-case__img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-filter: drop-shadow(35px 35px 55px rgba(104, 116, 164, 0.3));
            filter: drop-shadow(35px 35px 55px rgba(104, 116, 164, 0.3)); }
    .slider-case__img img {
      height: 100%;
      width: auto; }
    .slider-case__img::before {
      content: '';
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 2;
      background-repeat: no-repeat;
      background-position: center; }
      @media only screen and (max-width: 767px) {
        .slider-case__img::before {
          background-size: 40%; } }
    .slider-case__img::after {
      content: '';
      position: absolute;
      display: block;
      height: 151px;
      width: 60px;
      z-index: -1;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      @media only screen and (max-width: 767px) {
        .slider-case__img::after {
          display: none; } }
  .slider-case__inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (max-width: 1023px) {
      .slider-case__inner {
        padding-left: 60px; } }
    @media only screen and (max-width: 767px) {
      .slider-case__inner {
        padding-left: 20px; } }
  .slider-case__ttl {
    display: block;
    font-family: 'Pixeloid-Sans';
    font-size: 100px;
    line-height: 1;
    color: #5556E0; }
    @media only screen and (max-width: 1023px) {
      .slider-case__ttl {
        font-size: 80px;
        line-height: .8; } }
    @media only screen and (max-width: 767px) {
      .slider-case__ttl {
        font-size: 50px; } }
  .slider-case__desc {
    display: block;
    min-height: calc(24px * 1.05 * 2);
    font-size: 24px;
    line-height: 1.05;
    text-transform: uppercase; }
    @media only screen and (max-width: 1023px) {
      .slider-case__desc {
        margin-top: 20px;
        font-size: 22px; } }
    @media only screen and (max-width: 767px) {
      .slider-case__desc {
        font-size: 16px; } }
    .slider-case__desc .visible-desc {
      display: block; }
      @media only screen and (max-width: 1023px) {
        .slider-case__desc .visible-desc {
          display: none; } }
    .slider-case__desc .visible-tablet {
      display: none; }
      @media only screen and (max-width: 1023px) {
        .slider-case__desc .visible-tablet {
          display: block; } }
  @media only screen and (min-width: 768px) {
    .slider-case .swiper-wrapper {
      -webkit-transform: unset !important;
              transform: unset !important; } }
  @media only screen and (max-width: 1199px) {
    .slider-case .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 730px;
      margin: 0 auto;
      margin-top: 80px; } }
  @media only screen and (max-width: 767px) {
    .slider-case .swiper-wrapper {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  width: 225px;
  padding: 0 22px;
  font-family: "ActayWide-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-transform: uppercase;
  cursor: pointer; }
  @media only screen and (max-width: 1023px) {
    .button {
      font-size: 14px; } }

.button-border-violet {
  border: 3px solid #5556E0;
  color: #5556E0; }
  .button-border-violet:hover {
    color: #FFFFFF;
    background: #5556E0; }

.button-main-popup {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 355px;
  height: 135px;
  padding: 27px 30px;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF; }
  @media only screen and (max-width: 1023px) {
    .button-main-popup {
      width: 31.5%;
      height: 100px;
      padding: 15px 20px;
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .button-main-popup {
      padding: 20px;
      padding-bottom: 15px; } }
  .button-main-popup .inside {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media only screen and (max-width: 767px) {
      .button-main-popup .inside span {
        max-width: 80%; } }
  .button-main-popup .icn {
    position: absolute;
    right: 0;
    top: 0; }
    @media only screen and (max-width: 1023px) {
      .button-main-popup .icn {
        height: 30px; } }

.button-violet {
  background: #5556E0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .button-violet:hover {
    background: #875CFF;
    color: #FFFFFF; }
  .button-violet .icn {
    color: #FFFFFF; }

.button-small {
  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: 60px;
  height: 60px;
  padding: 0; }
  @media only screen and (max-width: 1023px) {
    .button-small {
      width: 45px;
      height: 45px; } }

/*=== Animation ====*/
@media only screen and (min-width: 767px) {
  .block-animated {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px); } }

.block-animated {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px); }
